diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 68ce401df..009c5dabd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -4793,24 +4793,6 @@ "ms": "^2.1.1" } }, - "node_modules/eslint-plugin-es": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz", - "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==", - "dependencies": { - "eslint-utils": "^2.0.0", - "regexpp": "^3.0.0" - }, - "engines": { - "node": ">=8.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=4.19.1" - } - }, "node_modules/eslint-plugin-html": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-6.2.0.tgz", @@ -4980,6 +4962,24 @@ "eslint": ">=5.16.0" } }, + "node_modules/eslint-plugin-node/node_modules/eslint-plugin-es": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz", + "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==", + "dependencies": { + "eslint-utils": "^2.0.0", + "regexpp": "^3.0.0" + }, + "engines": { + "node": ">=8.10.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=4.19.1" + } + }, "node_modules/eslint-plugin-node/node_modules/ignore": { "version": "5.1.8", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", @@ -5091,6 +5091,50 @@ "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0-0" } }, + "node_modules/eslint-plugin-vue/node_modules/eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/eslint-plugin-vue/node_modules/espree": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz", + "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==", + "dependencies": { + "acorn": "^7.1.1", + "acorn-jsx": "^5.2.0", + "eslint-visitor-keys": "^1.1.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/eslint-plugin-vue/node_modules/vue-eslint-parser": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz", + "integrity": "sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==", + "dependencies": { + "debug": "^4.1.1", + "eslint-scope": "^5.1.1", + "eslint-visitor-keys": "^1.1.0", + "espree": "^6.2.1", + "esquery": "^1.4.0", + "lodash": "^4.17.21", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8.10" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5.0.0" + } + }, "node_modules/eslint-rule-docs": { "version": "1.1.231", "resolved": "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.231.tgz", @@ -12909,50 +12953,6 @@ "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.14.tgz", "integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==" }, - "node_modules/vue-eslint-parser": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz", - "integrity": "sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==", - "dependencies": { - "debug": "^4.1.1", - "eslint-scope": "^5.1.1", - "eslint-visitor-keys": "^1.1.0", - "espree": "^6.2.1", - "esquery": "^1.4.0", - "lodash": "^4.17.21", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8.10" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5.0.0" - } - }, - "node_modules/vue-eslint-parser/node_modules/eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/vue-eslint-parser/node_modules/espree": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz", - "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==", - "dependencies": { - "acorn": "^7.1.1", - "acorn-jsx": "^5.2.0", - "eslint-visitor-keys": "^1.1.0" - }, - "engines": { - "node": ">=6.0.0" - } - }, "node_modules/vue-fullscreen": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/vue-fullscreen/-/vue-fullscreen-2.5.2.tgz", @@ -17261,15 +17261,6 @@ } } }, - "eslint-plugin-es": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz", - "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==", - "requires": { - "eslint-utils": "^2.0.0", - "regexpp": "^3.0.0" - } - }, "eslint-plugin-html": { "version": "6.2.0", "resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-6.2.0.tgz", @@ -17397,6 +17388,15 @@ "semver": "^6.1.0" }, "dependencies": { + "eslint-plugin-es": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz", + "integrity": "sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==", + "requires": { + "eslint-utils": "^2.0.0", + "regexpp": "^3.0.0" + } + }, "ignore": { "version": "5.1.8", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", @@ -17475,6 +17475,37 @@ "natural-compare": "^1.4.0", "semver": "^6.3.0", "vue-eslint-parser": "^7.10.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", + "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==" + }, + "espree": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz", + "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==", + "requires": { + "acorn": "^7.1.1", + "acorn-jsx": "^5.2.0", + "eslint-visitor-keys": "^1.1.0" + } + }, + "vue-eslint-parser": { + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz", + "integrity": "sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==", + "requires": { + "debug": "^4.1.1", + "eslint-scope": "^5.1.1", + "eslint-visitor-keys": "^1.1.0", + "espree": "^6.2.1", + "esquery": "^1.4.0", + "lodash": "^4.17.21", + "semver": "^6.3.0" + } + } } }, "eslint-rule-docs": { @@ -23126,37 +23157,6 @@ "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.14.tgz", "integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ==" }, - "vue-eslint-parser": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-7.11.0.tgz", - "integrity": "sha512-qh3VhDLeh773wjgNTl7ss0VejY9bMMa0GoDG2fQVyDzRFdiU3L7fw74tWZDHNQXdZqxO3EveQroa9ct39D2nqg==", - "requires": { - "debug": "^4.1.1", - "eslint-scope": "^5.1.1", - "eslint-visitor-keys": "^1.1.0", - "espree": "^6.2.1", - "esquery": "^1.4.0", - "lodash": "^4.17.21", - "semver": "^6.3.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz", - "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==" - }, - "espree": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-6.2.1.tgz", - "integrity": "sha512-ysCxRQY3WaXJz9tdbWOwuWr5Y/XrPTGX9Kiz3yoUXwW0VZ4w30HTkQLaGx/+ttFjF8i+ACbArnB4ce68a9m5hw==", - "requires": { - "acorn": "^7.1.1", - "acorn-jsx": "^5.2.0", - "eslint-visitor-keys": "^1.1.0" - } - } - } - }, "vue-fullscreen": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/vue-fullscreen/-/vue-fullscreen-2.5.2.tgz", diff --git a/frontend/src/locales/translations.json b/frontend/src/locales/translations.json index e3e5ec94d..577541e88 100644 --- a/frontend/src/locales/translations.json +++ b/frontend/src/locales/translations.json @@ -1 +1 @@ -{"cs":{"%{n} albums found":"%{n} nalezených alb","%{n} files uploaded":"%{n} nahraných souborů","%{n} folders found":"%{n} nalezených složek","%{n} labels found":"%{n} nalezených štítků","%{n} people found":"%{n} nalezeno lidí","%{n} pictures found":"%{n} nalezených obrázků","1 hour":"1 hodina","12 hours":"12 hodin","4 hours":"4 hodiny","A click will copy it to your clipboard.":"Kliknutím zkopírujete do schránky.","About":"O nás","Account":"Účet","Accuracy":"Přesnost","Action":"Akce","Actions":"Akce","Add Album":"Přidat album","Add files to your library via Web Upload.":"Přidat soubory do vaší knihovny nahraním přes Web.","Add Link":"Přidat odkaz","Add pictures from search results by selecting them.":"Přidání obrázků z výsledků vyhledávání jejich výběrem.","Add Server":"Přidat server","Add to album":"Přidat do alba","Added":"Přidáno","Advanced":"Pokročilé","After 1 day":"Po 1 dni","After 3 days":"Po 3 dnech","After 7 days":"Po 7 dnech","After one month":"Po jednom měsíci","After one year":"Po jednom roce","After selecting pictures from search results, you can add them to an album using the context menu.":"Po výběru obrázků z výsledků vyhledávání je můžete přidat do alba pomocí kontextové nabídky.","After two months":"Po dvou měsících","After two weeks":"Po dvou týdnech","Album":"Album","Album Name":"Název alba","Albums":"Alba","Albums deleted":"Alba vymazána","All %{n} albums loaded":"Všech %{n} alb načteno","All %{n} labels loaded":"Všech %{n} štítků načteno","All %{n} people loaded":"Všichni %{n} lidé načteni","All Cameras":"Všechny kamery","All Categories":"Všechny kategorie","All Colors":"Všechny barvy","All Countries":"Všechny země","All fields are required":"Všechna pole jsou vyžadována","All files from import folder":"Všechny soubory ze složky pro importování","All Lenses":"Všechny objektivy","All Months":"Všechny měsíce","All originals":"Všechny originály","All Years":"Všechny roky","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativně lze nahrát soubory přímo do WebDAV serverů jako je Nextcloud.","Altitude":"Nadmořská výška","Altitude (m)":"Nadmořská výška (m)","An error occurred - are you offline?":"Došlo k chybě - jste offline?","Animation":"Animace","Any private photos and videos remain private and won't be shared.":"Jakékoliv soukromé fotografie nebo videa zůstanou soukromé a nebudou sdílena.","API Key":"API klíč","Apply":"Použít","Approve":"Potvrdit","Archive":"Archivovat","Archived":"Archivováno","Are you sure you want to archive the selection?":"Jste si jisti, že chcete archivovat označené?","Are you sure you want to delete these albums?":"Jste si jisti, že chcete vymazat tato alba?","Are you sure you want to delete these labels?":"Jste si jisti, že chcete vymazat tyto štítky?","Are you sure you want to delete this account?":"Jste si jisti, že chcete vymazat tento účet?","Are you sure you want to permanently delete these pictures?":"Jste si jisti, že chcete tyto fotografie trvale odstranit?","Are you sure you want to permanently delete this file?":"Jste si jisti, že chcete permanentně vymazat tento soubor?","Artist":"Umělec","Aspect Ratio":"Poměr stran","At least 6 characters.":"Alespoň 6 znaků.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Automaticky vytvořit JPEG pro ostatní typy souborů, aby mohly být zobrazeny v prohlížeči.","Automatically creates albums of special moments, trips, and places.":"Automaticky vytváří alba zvláštních okamžiků, výletů a míst.","Become a sponsor":"Staňte se sponzorem","Bio":"Bio","Black":"Černá","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos převzorkování, Méně prstencových artefaktů","Blue":"Modrá","Brazilian Portuguese":"Portugalština brazilská","Brown":"Hnědá","Browse and edit image classification labels.":"Prohlížet a upravit štítky klasifikace obrazu.","Browse indexed files and folders in Library.":"Prohlížet indexované soubory a složky v Knihovně.","Bug Report":"Nahlásit chybu","Busy, please wait…":"Zaneprázdněn, čekejte prosím…","Calendar":"Kalendář","Camera":"Kamera","Camera Serial":"Sériová kamera","Can't load more, limit reached":"Nelze načíst více, dosaženo limitu","Can't select more items":"Není možné vybrat více položek","Cancel":"Zrušit","Cards":"Karty","Category":"Kategorie","Change":"Změnit","Change photo titles, locations, and other metadata.":"Změna názvů fotografií, umístění a dalších metadat.","Change private flag":"Změnit soukromou vlaječku","Checked":"Zkontrolováno","Chinese Simplified":"Čínština zjednodušená","Chinese Traditional":"Čínština tradiční","Chroma":"Sytost","Close":"Zavřít","Codec":"Kodek","Color":"Barva","Colors":"Barvy","Complete Rescan":"Kompletní opětovné prohledání","Confidence":"Jistota","Connect":"Připojit","Connect via WebDAV":"Připojit přes WebDAV","Contact Us":"Kontaktujte nás","Contains %{n} pictures.":"Obsahuje %{n} obrázků.","Contains one picture.":"Obsahuje jeden obrázek.","Convert to JPEG":"Převést do JPEG","Converting":"Převádí se","Copied to clipboard":"Zkopírováno do schránky","Copyright":"Autorská práva","Couldn't find anything.":"Nic jsem nenašel.","Country":"Země","Create album":"Vytvořit album","Created":"Vytvořeno","Creating thumbnails for":"Vytváření miniatur pro","Cubic: Moderate Quality, Good Performance":"Kubický: Střední kvalita, Dobrý výkon","Current Password":"Aktuální heslo","Customer Support":"Zákaznická podpora","Cyan":"Tyrkysová","Cyano":"Cyano","Czech":"Čeština","Daily":"Denně","Danish":"Dánština","Day":"Den","Debug Logs":"Protokoly ladění","Default":"Výchozí","Default Folder":"Výchozí složka","Delete":"Vymazat","Description":"Popis","Detailed instructions can be found in our User Guide.":"Detailnější instrukce naleznete v naší Uživatelské příručce.","Details":"Detaily","Dimensions":"Rozměry","Disable Backups":"Deaktivovat zálohy","Disable built-in WebDAV server. Requires a restart.":"Deaktivovat vestavěný WebDAV server. Vyžaduje restart.","Disable Darktable":"Zakázat Darktable","Disable ExifTool":"Deaktivovat ExifTool","Disable FFmpeg":"Zakázat FFmpeg","Disable Places":"Deaktivovat místa","Disable RawTherapee":"Zakázat RawTherapee","Disable TensorFlow":"Deaktivovat TensorFlow","Disable WebDAV":"Deaktivovat WebDAV","Disabled":"Deaktivovat","Disables reverse geocoding and maps.":"Zakáže reverzní geokódování a mapy.","Discover":"Objevit","Don't backup photo and album metadata to YAML files.":"Nezálohujte metadata fotografií a alb do souborů YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Nevytvářejte soubory JSON nástroje ExifTool pro lepší extrakci metadat.","Don't modify originals folder. Disables import, upload, and delete.":"Neupravovat složku originálů. Deaktivuje importování, nahrávání a odstraňování.","Don't transcode videos with FFmpeg.":"Nepřekódovávejte videa pomocí FFmpeg.","Don't use Darktable to convert RAW files.":"Nepoužívejte Darktable ke konverzi souborů RAW.","Don't use RawTherapee to convert RAW files.":"Nepoužívejte RawTherapee ke konverzi souborů RAW.","Don't use TensorFlow for image classification.":"Nepoužívat TensorFlow pro klasifikaci obrazu.","Donations":"Sponzorské dary","Done":"Hotovo","Done.":"Hotovo.","Download":"Stáhnout","Download remote files":"Stáhnout vzdálené soubory","Download single files and zip archives.":"Stahování jednotlivých souborů a archivů zip.","Downloading…":"Stahování…","Downscaling Filter":"Filtr pro snížení měřítka","Duplicates will be skipped and only appear once.":"Duplicity budou přeskočeny a objeví se pouze jednou.","Dutch":"Holandština","Dynamic Previews":"Dynamické náhledy","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Dynamické vykreslování vyžaduje výkonný server. Není doporučeno pro zařízení NAS.","Dynamic Size Limit: %{n}px":"Dynamický limit velikosti: %{n}px","E-Mail":"E-Mail","Edit":"Upravit","Edit %{name}":"Upravit %{name}","Edit Account":"Upravit účet","Edit Photo":"Upravit fotografii","Edited":"Upraveno","Enable new features currently under development.":"Povolit nové funkce, které jsou aktuálně ve vývoji.","Enabled":"Povoleno","Enables RAW converter presets. May reduce performance.":"Povolí předvolby konvertoru RAW. Může snížit výkon.","English":"Angličtina","Errors":"Chyby","Estimate the approximate location of pictures without coordinates.":"Odhad přibližné polohy obrázků bez souřadnic.","Estimates":"Odhady","Every two days":"Každé dva dny","Exclude content marked as private from search results, shared albums, labels, and places.":"Vyloučení obsahu označeného jako soukromý z výsledků vyhledávání, sdílených alb, štítků a míst.","Exclude hidden":"Vyloučit skryté","Expand":"Rozšířené","Expand Search":"Rozšířené vyhledávání","Experimental Features":"Experimentální funkce","Expires":"Vyprší","Exposure":"Expozice","F Number":"Clonové číslo","Face":"Oblicej","Faces":"Tváře","Failed copying to clipboard":"Kopírování do schránky selhalo","Failed removing link":"Odstraňování odkazu selhalo","Failed updating link":"Aktualizace odkazu selhalo","Failure while importing uploaded files":"Selhání při importování nahraných souborů","Fast":"Rychlé","Favorite":"Oblíbené","Favorites":"Oblíbené","Feature Request":"Žádost o funkci","Feedback":"Zpětná vazba","File":"Soubor","File Browser":"Prohlížeč souborů","Files":"Soubory","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Soubory s pořadovými názvy jako 'IMG_1234 (2)' a 'IMG_1234 (3)' náleží stejnému obrázku.","Focal Length":"Ohnisková vzdálenost","Folder":"Složka","Folder contains %{n} files":"Složka obsahuje %{n} souborů","Folder is empty":"Složka je prázdná","Folders":"Složky","French":"Francouzština","Fullscreen":"Celá obrazovka","General":"Obecné","German":"Němčina","Gold":"Zlatá","Grayscale":"Odstíny šedé","Green":"Zelená","Grey":"Šedá","Group by similarity":"Seskupit podle podobnosti","Hash":"Hash","Hebrew":"Hebrejština","Help":"Pomoc","Hidden":"Skryté","Hidden Files":"Skryté soubory","Hide":"Skrýt","Hide photos that have been moved to archive.":"Skrýt fotografie, které byly přesunuty do archivu.","Hindi":"Hindština","How can we help?":"Jak můžeme pomoci?","Hybrid":"Smíšeně","I'm a sponsor":"Jsem sponzor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Pokud se vám PhotoPrism líbí, zvažte prosím, zda nás podpořit na Patreonu nebo na GitHubu.","image":"snímek","Image":"Snímek","Images":"Snímky","Import":"Importovat","Import failed":"Importování selhalo","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importované soubory budou seřazeny podle data a přiděleného jedinečného názvu, aby se předešlo duplicitám.","Imported files will be sorted by date and given a unique name.":"Importované soubory budou seřazeny podle data a přiděleného jedinečného názvu.","Importing %{name}…":"Importování %{name}…","Importing files to originals…":"Importování souborů do originálů…","in":"v","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"V případě, že očekávané obrázky chybí, prohledejte knihovnu znovu a počkejte, až bude indexace dokončena.","Index":"Indexovat","Indexing":"Indexování","Indexing failed":"Indexování selhalo","Indexing media and sidecar files…":"Indexování media a přidružených souborů…","Instance ID":"ID instance","Interval":"Vnitřní","Invalid date":"Neplatné datum","Italian":"Italština","Item":"Položka","Japanese":"Japonština","JPEG Quality: %{n}":"JPEG kvalita: %{n}","JPEG Size Limit: %{n}px":"JPEG limit velikosti: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG a miniatury se vykreslují automaticky dle potřeby.","Keywords":"Klíčová slova","Korean":"Korejština","Kurdish":"Kurdský","Label":"Štítek","Labels":"Štítky","Labels deleted":"Štítek vymazán","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Zachování detailů, Minimální artefakty","Language":"Jazyk","Last Backup":"Poslední záloha","Latitude":"Zeměpisná šířka","Lavender":"Lavender","Lens":"Objektiv","Let us know when we mistakenly label an idea as unfunded.":"Dejte nám vědět, když nějaký nápad omylem označíme jako nefinancovatelný.","Library":"Knihovna","License":"Licence","Like":"Líbí se mi","Lime":"Limetková","Limit reached, showing first %{n} files":"Dosaženo limitu, zobrazeno prvních %{n} souborů","Linear: Very Smooth, Best Performance":"Lineární: Velmi hladký, Nejlepší výkon","Link":"Odkaz","List":"Seznam","Live":"Live Photo","Local Time":"Místní čas","location":"lokalita","Location":"Lokalita","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Zprávy logu se zde zobrazují vždy, když PhotoPrism narazí na poškozené soubory nebo se vyskytnou jiné potenciální problémy.","Login":"Přihlášení","Logout":"Odhlášení","Logs":"Logy","Longitude":"Zeměpisná délka","Magenta":"Purpurová","Main Color":"Hlavní barva","manual":"ručně","Manual Upload":"Ruční nahrání","Marker":"Značka","Medium":"Střední","Merge %{a} with %{b}?":"Sloučit %{a} s %{b}?","Message sent":"Zpráva odeslána","Minimize":"Minimalizovat","Missing":"Chybějící","Moments":"Okamžiky","Monochrome":"Monochromatické","Month":"Měsíc","Moonlight":"Moonlight","More than %{n} pictures found":"Nalezeno více než %{n} obrázků","More than 20 albums found":"Nalezeno více než 20 alb","More than 20 labels found":"Nalezeno více než 20 štítků","More than 20 people found":"Více než 20 lidí našlo","Mosaic":"Mozaika","Most relevant":"Nejrelevantnější","Move Files":"Přesunout soubory","Name":"Název","Name too long":"Název je příliš dlouhý","Never":"Nikdy","New":"Nový","New Password":"Nové heslo","Newest first":"Nejnovější jako první","No":"Ne","No albums found":"Nenalezena žádná alba","No labels found":"Nenalezeny žádné štítky","No people found":"Nebyly nalezeny žádné osoby","No pictures found":"Nebyly nalezeny žádné obrázky","No recently edited pictures":"Žádné nedávno upravené obrázky","No servers configured.":"Žádný server nebyl nakonfigurován.","No thanks":"Ne, děkuji","No warnings or error containing this keyword. Note that search is case-sensitive.":"Žádná varování nebo chyba obsahující toto klíčové slovo. Mějte na paměti, že při vyhledávání se rozlišují velká a malá písmena.","Non-photographic and low-quality images require a review before they appear in search results.":"Nefotografické obrázky a snímky nízké kvality vyžadují kontrolu, než se objeví ve výsledcích vyhledávání.","None":"Žádné","Norwegian":"Norština","Not Found":"Nenalezeno","Note you may manually manage your originals folder and importing is optional.":"Všimněte si, že složku s originály můžete spravovat ručně a import je volitelný.","Note:":"Poznámka:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Poznámka: Pouze WebDAV servery, jako Nextcloud nebo PhotoPrism, mohou být nakonfigurovány jako vzdálená služba pro zálohu a nahrávání souborů.","Note: Updating the password will not revoke access from already authenticated users.":"Poznámka: Aktualizace hesla neodebere přístup již ověřeným uživatelům.","Notes":"Poznámky","Nothing to see here yet. Be patient.":"Není tu nic k vidění. Prosíme o trpělivost.","Offline":"Zjednodušeně","Oldest first":"Nejstarší jako první","Once a week":"Jednou týdně","One album found":"Nalezeno jedno album","One file found":"Nalezen jeden soubor","One folder found":"Nalezena jedna složka","One label found":"Jeden štítek našel","One person found":"Jedna osoba našla","One picture found":"Jeden nalezený obrázek","Onyx":"Onyx","Options":"Nastavení","Orange":"Oranžová","Orientation":"Orientace","Original":"Originál","Original file names will be stored and indexed.":"Názvy souborů originálů budou uloženy a indexovány.","Original Name":"Název originálu","Originals":"Originály","Other":"Jiné","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Naší vizí je poskytnout uživatelsky nejpřívětivější řešení pro prohlížení, organizaci a sdílení sbírky fotografií.","Outdoor":"Zeměpisně","Panorama":"Panorama","Panoramas":"Panoramata","Password":"Heslo","Password changed":"Heslo změněno","People":"Lidé","People you share a link with will be able to view public contents.":"Lidé, se kterými sdílíte odkaz, budou moci zobrazit veřejný obsah.","Permanently deleted":"Trvale smazáno","Permanently remove files to free up storage.":"Trvale odstraňte soubory, abyste uvolnili úložiště.","Photo":"Fotografie","PhotoPrism has been updated…":"PhotoPrism byl aktualizován…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® je registrovaná značka Michael Mayer.","Photos":"Fotografie","Pink":"Růžová","Place":"Místo","Place & Time":"Místo a Čas","Places":"Místa","Play":"Přehrát","Please confirm your new password.":"Potvrďte prosím nové heslo.","Please contact us at hello@photoprism.app if you have questions or need help.":"V případě dotazů nebo potřeby pomoci nás kontaktujte na adrese hello@photoprism.app.","Please don't upload photos containing offensive content.":"Nenahrávejte prosím fotografie obsahující urážlivý obsah.","Polish":"Polština","Portrait":"Portrét","Português de Portugal":"Português de Portugal","Preserve filenames":"Zachovat názvy souborů","Press button to start importing…":"Stiskněte tlačítko pro začátek importování…","Press button to start indexing…":"Stiskněte tlačítko pro začátek indexování…","Press enter to create a new album.":"Stiskněte Enter pro vytvoření nového alba.","Preview":"Náhled","Primary":"Primární","Private":"Soukromé","Product Feedback":"Zpětná vazba k produktu","Projection":"Projekce","Purple":"Fialová","Quality Filter":"Filtr kvality","Quality Score":"Hodnocení kvality","Random":"Náhodně","Raspberry":"Raspberry","Raw":"Raw","RAW":"RAW","RAW Conversion":"Převod RAW formátu","Re-index all originals, including already indexed and unchanged files.":"Znovu indexovat všechny originály, včetně již zaindexovaných a nezměněných souborů.","Read-Only Mode":"Mód jen pro čtení","Recently added":"Nedávno přidané","Recently edited":"Nedávno upravené","Recognition starts after indexing has been completed.":"Rozpoznávání se spustí po dokončení indexování.","Recognized":"Uznávané","Recognizes faces so that specific people can be found.":"Rozpoznává obličeje, aby bylo možné najít konkrétní osoby.","Red":"Červená","Reload":"Znovu načíst","Reloading…":"Načítání…","Remote Sync":"Vzdálená synchronizace","Remove":"Odstranit","remove failed: unknown album":"odstranění selhalo: neznámé album","Remove from album":"Odebrat z alba","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Odstranit importované soubory pro ušetření úložného prostoru. Nepodporované typy souborů odstraněny nikdy nebudou, zůstanou ve svém aktuálním umístění.","Report Bug":"Nahlásit chybu","Request failed - invalid response":"Požadavek selhal - neplatná odpověď","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Žádosti podpořené stříbrnými a zlatými sponzory obdrží zlatou nálepku a budou upřednostněny.","Required":"Vyžadováno","Resolution":"Rozlišení","Restore":"Obnovit","Retype Password":"Znovu zadejte heslo","Review":"Kontrola","Russian":"Ruština","Save":"Uložit","Scan":"Sken","Scans":"Skeny","Search":"Vyhledat","Search and display photos on a map.":"Vyhledat a zobrazit fotografie na mapě.","Season":"Období","Seaweed":"Seaweed","Secret":"Secret","Select":"Označit","Select albums or create a new one":"Vyberte alba nebo vytvořte nové","Selection approved":"Výběr potvrzen","Selection archived":"Výběr archivován","Selection restored":"Výběr obnoven","Send":"Odeslat","Sequential Name":"Pořadový název","Server":"Server","Service URL":"URL služby","Settings":"Nastavení","Settings saved":"Nastavení uloženo","Setup":"Nastavení","Shadow":"Stín","Share":"Sdílet","Share %{name}":"Sdílet %{name}","Shared with you.":"Sdíleno s vámi.","Show":"Zobrazit","Show all new faces":"Zobrazit všechny nové tváře","Show hidden":"Zobrazit skryté","Show less":"Zobrazit méně","Show Library in navigation menu.":"Zobrazit Knihovni v navigačním menu.","Show more":"Zobrazit více","Show server logs in Library.":"Zobrazit logy serveru v Knihovně.","Shows more detailed log messages. Requires a restart.":"Zobrazí podrobnější zprávy protokolu. Vyžaduje restart.","Sidecar":"Přidružené","Sign in":"Přihlásit se","Sign Up":"Registrace","Similar":"Podobné","Size":"Velikost","Slovak":"Slovenština","Slow":"Pomalé","Sort by file name":"Seřadit podle názvu souboru","Sort Order":"Pořadí řazení","Source":"Zdroj","Spanish":"Španělština","Stack":"Stohovat","Stack files sharing the same unique image or instance identifier.":"Stohovat soubory, které sdílí stejný jedinečný snímek nebo identifikátor instance.","Stack pictures taken at the exact same time and location based on their metadata.":"Stohovat snímky pořízené ve stejnou chvíli a ve stejné lokalitě na základě jejich metadat.","Stackable":"Stohovatelné","Stacks":"Stohy","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Stohuje seskupené soubory s podobným referenčním rámcem, ale odlišné kvality, formátu, velikosti nebo barvy.","Start":"Spustit","Start/Stop Slideshow":"Spustit/Zastavit prezentaci","States":"Státy","Static Size Limit: %{n}px":"Statický limit velikosti: %{n}px","Status":"Status","Storage Folder":"Složka uložiště","Streets":"Ulice","Style":"Styl","Subject":"Předmět","Support for additional services, like Google Drive, will be added over time.":"Podpora dalších služeb, jako Google Disk, budou postupně přidávány.","Sync":"Synchronizace","Sync raw and video files":"Synchronizovat raw a video soubory","Taken":"Pořízeno","Teal":"Šedozelená","Text too long":"Text je příliš dlouhý","Thank you very much!":"Děkuji mnohokrát!","The index currently contains %{n} hidden files.":"Index aktuálně obsahuje %{n} skrytých souborů.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Plán ukazuje, jaké úkoly se provádějí, co je třeba otestovat a které požadavky na funkce budou implementovány jako další.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Jejich formát nemusí být podporován, nebyly dosud převedeny do JPEG nebo existují duplikáty.","Theme":"Téma","This is an early-access feature to say thanks to our sponsors and contributors.":"Jedná se o předčasně zpřístupněnou funkci, která je poděkováním našim sponzorům a přispěvatelům.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Toto nastaví složku originálů jako síťový disk a umožní vám otevírat, upravovat a mazat soubory prostřednictvím vašeho počítače nebo telefonu jako by byli lokálně.","This open-source project is made possible thanks to our sponsors.":"Tento open-source projekt je možný díky našim sponzorům.","Thumbnail Generation":"Vytváření miniatur","Time UTC":"Čas UTC","Time Zone":"Časová zóna","Title":"Název","Title too long":"Název je příliš dlouhý","to":"do","Toggle View":"Přepnout zobrazení","Token":"Token","Topographic":"Topograficky","Trademarks":"Ochranné známky","Try again using other filters or keywords.":"Zkuste to znovu použitím jiného filtru nebo klíčového slova.","Type":"Typ","Undo":"Zpět","Unique ID":"Jedinečné ID","Unknown":"Neznámé","Unsorted":"Neseřazeno","Unstack":"Nestohovat","Updated":"Aktualizováno","Updating faces":"Aktualizace obličejů","Updating index":"Aktualizace indexace","Updating moments":"Aktualizace okamžiků","Updating previews":"Aktualizace náhledů","Updating stacks":"Aktualizace stohování","Upload":"Nahrát","Upload complete":"Nahrávání dokončeno","Upload complete. Indexing…":"Nahrávání dokončeno. Indexování…","Upload failed":"Nahrávání selhalo","Upload local files":"Nahrát lokální soubory","Upload to WebDAV and share links with friends.":"Nahrát do WebDAV a sdílet odkazy s přáteli.","Uploading %{n} of %{t}…":"Nahrávání %{n} z %{t}..","Uploading photos…":"Nahrávání fotografií…","Uploads that may contain such images will be rejected automatically.":"Nahrávání obsahující takovéto snímky budou automaticky odmítnuta.","URL":"URL","Use Presets":"Použít předvolby","User":"Uživatel","User Interface":"Uživatelské rozhraní","Username":"Uživatelské jméno","Video":"Video","Videos":"Videa","View":"Zobrazit","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Dáme vám vědět, jak ji povolit, když se zaregistrujete na Patreonu nebo GitHubu Sponzoři.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klienti se mohou k PhotoPrism připojit pomocí následující URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAC klienti, jako Microsoftí Windows Exporer nebo Applovský Finder, se mohou k PhotoPrism připojit přímo.","WebDAV Upload":"Nahrát WebDAV","White":"Bílá","Year":"Rok","Yellow":"Žlutá","Yellowstone":"Yellowstone","Yes":"Ano","You can only download one album":"Stáhnout lze pouze jedno album","You can only download one label":"Stáhnout lze pouze jeden štítek","You may only select one item":"Vybrat lze pouze jednu položku","You may rescan your library to find additional faces.":"Můžete znovu prohledat knihovnu a najít další tváře.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Můžete jej podle potřeby použít k popisu našeho softwaru, spuštění vlastního serveru, pro vzdělávací účely, ale ne k nabízení komerčního zboží, produktů nebo služeb bez předchozího písemného souhlasu. Jinými slovy, zeptejte se.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Vaše trvalá podpora nám pomáhá financovat provozní náklady, poskytovat služby, jako jsou satelitní mapy, a vyvíjet nové funkce.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Vaše knihovna je průběžně analyzována a automaticky vytváří alba zvláštních okamžiků, výletů a míst.","Your message has been sent":"Zpráva byla odeslána","Zoom in/out":"Přiblížit/Oddálit"},"da":{"%{n} albums found":"%{n} album fundet","%{n} files uploaded":"%{n} filer uploadet","%{n} folders found":"%{n} mapper fundet","%{n} labels found":"%{n} etiketter fundet","%{n} people found":"%{n} personer fundet","%{n} pictures found":"%{n} billeder fundet","1 hour":"1 time","12 hours":"12 timer","4 hours":"4 timer","A click will copy it to your clipboard.":"Et klik kopierer det til dit udklipsholder.","About":"Om","Account":"Konto","Accuracy":"Nøjagtighed","Action":"Handling","Actions":"Handlinger","Add Album":"Tilføj album","Add files to your library via Web Upload.":"Føj filer til dit bibliotek via Web Upload.","Add Link":"Tilføj link","Add pictures from search results by selecting them.":"Tilføj billeder fra søgeresultater ved at vælge dem.","Add Server":"Tilføj server","Add to album":"Føj til albummet","Added":"Tilføjet","Advanced":"Avanceret","After 1 day":"Efter 1 dag","After 3 days":"Efter 3 dage","After 7 days":"Efter 7 dage","After one month":"Efter en måned","After one year":"Efter et år","After selecting pictures from search results, you can add them to an album using the context menu.":"Når du har valgt billeder fra søgeresultaterne, kan du tilføje dem til et album ved hjælp af kontekstmenuen.","After two months":"Efter to måneder","After two weeks":"Efter tre uger","Album":"Album","Album Name":"Album navn","Albums":"Album","Albums deleted":"Album slettet","All %{n} albums loaded":"Alle %{n} album er indlæst","All %{n} labels loaded":"Alle %{n} etiketter er indlæst","All %{n} people loaded":"Alle %{n} personer indlæst","All Cameras":"Alle kameraer","All Categories":"Alle kategorier","All Colors":"Alle farver","All Countries":"Alle lande","All fields are required":"Alle felter skal udfyldes","All files from import folder":"Alle filer fra importmappen","All Lenses":"Alle linser","All Months":"Alle måneder","All originals":"Alle originaler","All Years":"Alle år","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativt kan du uploade filer direkte til WebDAV-servere som Nextcloud.","Altitude":"Højde","Altitude (m)":"Højde (m)","An error occurred - are you offline?":"Der opstod en fejl - er du offline?","Animation":"Animation","Any private photos and videos remain private and won't be shared.":"Alle private fotos og videoer forbliver private og deles ikke.","API Key":"API-nøgle","Apply":"Anvend","Approve":"Godkend","Archive":"Arkiver","Archived":"Arkiveret","Are you sure you want to archive the selection?":"Er du sikker på, at du vil arkivere det markerede?","Are you sure you want to delete these albums?":"Er du sikker på, at du vil slette disse album?","Are you sure you want to delete these labels?":"Er du sikker på, at du vil slette disse etiketter?","Are you sure you want to delete this account?":"Er du sikker på, at du vil slette denne konto?","Are you sure you want to permanently delete these pictures?":"Er du sikker på, at du vil slette disse billeder permanent?","Are you sure you want to permanently delete this file?":"Er du sikker på, at du vil slette denne fil permanent?","Artist":"Kunstner","Aspect Ratio":"Billedformat","At least 6 characters.":"Mindst 6 tegn.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Opret automatisk JPEG’er til andre filtyper, så de kan vises i en browser.","Automatically creates albums of special moments, trips, and places.":"Opretter automatisk album af særlige øjeblikke, rejser og steder.","Become a sponsor":"Bliv sponsor","Bio":"Biografi","Black":"Sort","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos Modification, Less Ringing Artifacts","Blue":"Blå","Brazilian Portuguese":"Brasiliansk portugisisk","Brown":"Brun","Browse and edit image classification labels.":"Gennemse og rediger billedklassifikationsetiketter.","Browse indexed files and folders in Library.":"Gennemse indekserede filer og mapper i biblioteket.","Bug Report":"Fejlrapport","Busy, please wait…":"Optaget, vent venligst …","Calendar":"Kalender","Camera":"Kamera","Camera Serial":"Kamera serienummer","Can't load more, limit reached":"Kan ikke indlæse mere, grænsen nået","Can't select more items":"Kan ikke vælge flere elementer","Cancel":"Annullere","Cards":"Kort","Category":"Kategori","Change":"Ændre","Change photo titles, locations, and other metadata.":"Ændre billedtitler, steder og andre metadata.","Change private flag":"Ændre privat flag","Checked":"Kontrolleret","Chinese Simplified":"Kinesisk forenklet","Chinese Traditional":"Traditionelt kinesisk","Chroma":"Chroma","Close":"Luk","Codec":"Codec","Color":"Farve","Colors":"Farver","Complete Rescan":"Komplet scanning","Confidence":"Tillid","Connect":"Opret forbindelse","Connect via WebDAV":"Opret forbindelse via WebDAV","Contact Us":"Kontakt os","Contains %{n} pictures.":"Indeholder %{n} billeder.","Contains one picture.":"Indeholder et billede.","Convert to JPEG":"Konverter til JPEG","Converting":"Konverterer","Copied to clipboard":"Kopieret til udklipsholderen","Copyright":"Ophavsret","Couldn't find anything.":"Kunne ikke finde noget.","Country":"Land","Create album":"Opret album","Created":"Oprettet","Creating thumbnails for":"Opretter miniaturer til","Cubic: Moderate Quality, Good Performance":"Cubic: Moderate Quality, Good Performance","Current Password":"Nuværende kodeord","Customer Support":"Kunde support","Cyan":"Cyan","Cyano":"Cyano","Czech":"Tjekkisk","Daily":"Dagligt","Danish":"Dansk","Day":"Dag","Debug Logs":"Fejlfindingslog","Default":"Standard","Default Folder":"Standardmappe","Delete":"Slet","Description":"Beskrivelse","Detailed instructions can be found in our User Guide.":"Detaljerede instruktioner kan findes i vores brugervejledning.","Details":"Detaljer","Dimensions":"Dimensioner","Disable Backups":"Deaktiver sikkerhedskopier","Disable built-in WebDAV server. Requires a restart.":"Deaktiver den indbyggede WebDAV-server. Kræver en genstart.","Disable Darktable":"Deaktivere Darktable","Disable ExifTool":"Deaktiver ExifTool","Disable FFmpeg":"Deaktiver FFmpeg","Disable Places":"Deaktiver steder","Disable RawTherapee":"Deaktivere RawTherapee","Disable TensorFlow":"Deaktiver TensorFlow","Disable WebDAV":"Deaktiver WebDAV","Disabled":"Deaktiveret","Disables reverse geocoding and maps.":"Deaktiverer omvendt geokodning og kort.","Discover":"Opdag","Don't backup photo and album metadata to YAML files.":"Sikkerhedskopier ikke foto- og albummetadata til YAML-filer.","Don't create ExifTool JSON files for improved metadata extraction.":"Opret ikke ExifTool JSON-filer til forbedret metadataekstraktion.","Don't modify originals folder. Disables import, upload, and delete.":"Rediger ikke mappen med originaler. Deaktiverer import, overførsel og sletning.","Don't transcode videos with FFmpeg.":"Du må ikke transkode videoer med FFmpeg.","Don't use Darktable to convert RAW files.":"Du må ikke bruge Darktable til at konvertere RAW-filer.","Don't use RawTherapee to convert RAW files.":"Du må ikke bruge RawTherapee til at konvertere RAW-filer.","Don't use TensorFlow for image classification.":"Brug ikke TensorFlow til billedklassifikation.","Donations":"Donationer","Done":"Færdig","Done.":"Udført.","Download":"Download","Download remote files":"Download fjernfiler","Download single files and zip archives.":"Download enkeltfiler og zip-arkiver.","Downloading…":"Downloader…","Downscaling Filter":"Nedskaleringsfilter","Duplicates will be skipped and only appear once.":"Duplikater springes over og vises kun én gang.","Dutch":"Tysk","Dynamic Previews":"Dynamiske miniaturebilleder","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Dynamisk gengivelse kræver en effektiv server. Det anbefales ikke til NAS-enheder.","Dynamic Size Limit: %{n}px":"Grænse for dynamisk størrelse: %{n}px","E-Mail":"E-mail","Edit":"Redigere","Edit %{name}":"Rediger %{name}","Edit Account":"Rediger konto","Edit Photo":"Rediger Billede","Edited":"Redigeret","Enable new features currently under development.":"Aktivér nye funktioner, der aktuelt er under udvikling.","Enabled":"Aktiveret","Enables RAW converter presets. May reduce performance.":"Aktiverer RAW-konverteringsindstillinger. Kan reducere ydeevnen.","English":"Engelsk","Errors":"Fejl","Estimate the approximate location of pictures without coordinates.":"Anslå den omtrentlige placering af billeder uden koordinater.","Estimates":"Anslår","Every two days":"Hver anden dag","Exclude content marked as private from search results, shared albums, labels, and places.":"Udeluk indhold, der er markeret som privat, fra søgeresultater, delte album, etiketter og steder.","Exclude hidden":"Udelukke skjulte","Expand":"Udvid","Expand Search":"Udvid søgning","Experimental Features":"Eksperimentelle funktioner","Expires":"Udløber","Exposure":"Eksponering","F Number":"F-nummer","Face":"Ansigt","Faces":"Ansigter","Failed copying to clipboard":"Kopiering til udklipsholder mislykkedes","Failed removing link":"Linket kunne ikke fjernes","Failed updating link":"Linket kunne ikke opdateres","Failure while importing uploaded files":"Fejl ved import af uploadede filer","Fast":"Hurtig","Favorite":"Favorit","Favorites":"Favoritter","Feature Request":"Funktionsanmodning","Feedback":"Feedback","File":"Fil","File Browser":"Filbrowser","Files":"Filer","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Filer med sekventielle navne som ‘IMG_1234 (2)’ og ‘IMG_1234 (3)’ hører til det samme billede.","Focal Length":"Brændvidde","Folder":"Mappe","Folder contains %{n} files":"Mappen indeholder %{n} filer","Folder is empty":"Mappen er tom","Folders":"Mapper","French":"Fransk","Fullscreen":"Fuld skærm","General":"General","German":"Tysk","Gold":"Guld","Grayscale":"Grayscale","Green":"Grøn","Grey":"Grå","Group by similarity":"Group by similarity","Hash":"Hash","Hebrew":"Hebraisk","Help":"Hjælp","Hidden":"Skjult","Hidden Files":"Skjulte filer","Hide":"Skjul","Hide photos that have been moved to archive.":"Skjul fotos, der er flyttet til arkivet.","Hindi":"Hindi","How can we help?":"Hvordan kan vi hjælpe?","Hybrid":"Hybrid","I'm a sponsor":"Jeg er sponsor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Hvis du nyder at bruge PhotoPrism, så overvej at støtte os på Patreon eller GitHub Sponsors.","image":"billede","Image":"Billede","Images":"Billeder","Import":"Importere","Import failed":"Import mislykkedes","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importerede filer sorteres efter dato og får et unikt navn for at undgå dubletter.","Imported files will be sorted by date and given a unique name.":"Importerede filer sorteres efter dato og får et unikt navn.","Importing %{name}…":"Importerer %{name} …","Importing files to originals…":"Importerer filer til originaler …","in":"i","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Hvis der mangler billeder, som du forventer, skal du scanne dit bibliotek igen og vente, indtil indekseringen er afsluttet.","Index":"Indeks","Indexing":"Indeksering","Indexing failed":"Indeksering fejlede","Indexing media and sidecar files…":"Indekserer medie- og sidecar filer…","Instance ID":"Instans-id","Interval":"Interval","Invalid date":"Ugyldig dato","Italian":"Italiensk","Item":"Element","Japanese":"Japansk","JPEG Quality: %{n}":"JPEG-kvalitet: %{n}","JPEG Size Limit: %{n}px":"JPEG maks størrelse: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG’er og miniaturer gengives automatisk efter behov.","Keywords":"Nøgleord","Korean":"Koreansk","Kurdish":"Kurdisk","Label":"Etiket","Labels":"Etiketter","Labels deleted":"Etiketter slettet","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Detail Preservation, Minimal Artifacts","Language":"Sprog","Last Backup":"Sidste sikkerhedskopi","Latitude":"Breddegrad","Lavender":"Lavendel","Lens":"Linse","Let us know when we mistakenly label an idea as unfunded.":"Giv os besked, når vi fejlagtigt betegner en idé som ufinansieret.","Library":"Bibliotek","License":"Licens","Like":"Synes godt om","Lime":"Lime","Limit reached, showing first %{n} files":"Grænse nået, viser de første %{n} filer","Linear: Very Smooth, Best Performance":"Lineær: Meget glat, bedste ydeevne","Link":"Link","List":"Liste","Live":"Direkte","Local Time":"Lokal tid","location":"sted","Location":"Sted","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Logbeskeder vises her, når PhotoPrism kommer på tværs af ødelagte filer, eller der er andre potentielle problemer.","Login":"Log på","Logout":"Log ud","Logs":"Logfiler","Longitude":"Længdegrad","Magenta":"Magenta","Main Color":"Hovedfarve","manual":"manuel","Manual Upload":"Manuel upload","Marker":"Markør","Medium":"Mellem","Merge %{a} with %{b}?":"Sammenlægning af %{a} med %{b}?","Message sent":"Besked sendt","Minimize":"Minimer","Missing":"Mangler","Moments":"Øjeblikke","Monochrome":"Monokrom","Month":"Måned","Moonlight":"Måneskin","More than %{n} pictures found":"Mere end %{n} billeder fundet","More than 20 albums found":"Mere end 20 album fundet","More than 20 labels found":"Mere end 20 etiketter fundet","More than 20 people found":"Mere end 20 personer fandt","Mosaic":"Mosaik","Most relevant":"Mest relevant","Move Files":"Flyt filer","Name":"Navn","Name too long":"Navn for langt","Never":"Aldrig","New":"Nyt","New Password":"Nyt kodeord","Newest first":"Nyeste først","No":"Nej","No albums found":"Ingen album fundet","No labels found":"Ingen etiketter fundet","No people found":"Ingen personer fundet","No pictures found":"Ingen billeder fundet","No recently edited pictures":"Ingen nyligt redigerede billeder","No servers configured.":"Ingen servere konfigureret.","No thanks":"Nej tak","No warnings or error containing this keyword. Note that search is case-sensitive.":"Ingen advarsler eller fejl, der indeholder dette nøgleord. Bemærk, at søgning er case-sensitive.","Non-photographic and low-quality images require a review before they appear in search results.":"Ikke-fotografiske billeder af lav kvalitet kræver en gennemgang, før de vises i søgeresultaterne.","None":"Ingen","Norwegian":"Norsk","Not Found":"Ikke fundet","Note you may manually manage your originals folder and importing is optional.":"Bemærk, at du kan administrere mappen med originaler manuelt, og at import er valgfri.","Note:":"Bemærk:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Bemærk: Kun WebDAV-servere, som Nextcloud eller PhotoPrism, kan konfigureres som fjerntjeneste til sikkerhedskopiering og upload af filer.","Note: Updating the password will not revoke access from already authenticated users.":"Bemærk: Opdatering af adgangskoden tilbagekalder ikke adgang fra allerede godkendte brugere.","Notes":"Bemærkninger","Nothing to see here yet. Be patient.":"Intet at se her endnu. Vær tålmodig.","Offline":"Offline","Oldest first":"Ældste først","Once a week":"En gang om ugen","One album found":"Et album fundet","One file found":"En fil fundet","One folder found":"En mappe fundet","One label found":"En etiket fundet","One person found":"En person fandt","One picture found":"Et billede fundet","Onyx":"Onyx","Options":"Muligheder","Orange":"Orange","Orientation":"Orientering","Original":"Original","Original file names will be stored and indexed.":"Oprindelige filnavne gemmes og indekseres.","Original Name":"Oprindeligt navn","Originals":"Originaler","Other":"Andre","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Vores vision er at give den mest brugervenlige løsning til at gennemse, organisere og dele din fotosamling.","Outdoor":"Udendørs","Panorama":"Panorama","Panoramas":"Panoramaer","Password":"Adgangskode","Password changed":"Adgangskode ændret","People":"Mennesker","People you share a link with will be able to view public contents.":"Personer, som du deler et link med, kan se offentligt indhold.","Permanently deleted":"Slettet permanent","Permanently remove files to free up storage.":"Fjern filer permanent for at frigøre lagerplads.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism er opdateret …","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® er et registreret varemærke tilhørende Michael Mayer.","Photos":"Fotos","Pink":"Lyserød","Place":"Sted","Place & Time":"Sted og tid","Places":"Steder","Play":"Afspil","Please confirm your new password.":"Bekræft din nye adgangskode.","Please contact us at hello@photoprism.app if you have questions or need help.":"Kontakt os venligst på hello@photoprism.app, hvis du har spørgsmål eller har brug for hjælp.","Please don't upload photos containing offensive content.":"Upload ikke billeder, der indeholder stødende indhold.","Polish":"Polsk","Portrait":"Portræt","Português de Portugal":"Português de Portugal","Preserve filenames":"Bevar filnavne","Press button to start importing…":"Tryk på knappen for at starte importen…","Press button to start indexing…":"Tryk på knappen for at starte indeksering…","Press enter to create a new album.":"Tryk på enter for at oprette et nyt album.","Preview":"Preview","Primary":"Primær","Private":"Privat","Product Feedback":"Produktfeedback","Projection":"Projektion","Purple":"Lilla","Quality Filter":"Kvalitetsfilter","Quality Score":"Kvalitetsresultat","Random":"Tilfældig","Raspberry":"Hindbær","Raw":"Raw","RAW":"RAW","RAW Conversion":"RAW-konvertering","Re-index all originals, including already indexed and unchanged files.":"Indeksér alle originaler igen, inklusiv allerede indekserede og uændrede filer.","Read-Only Mode":"Skrivebeskyttet tilstand","Recently added":"Nylig tilføjet","Recently edited":"For nylig redigeret","Recognition starts after indexing has been completed.":"Genkendelsen starter, når indekseringen er afsluttet.","Recognized":"Anerkendt","Recognizes faces so that specific people can be found.":"Genkender ansigter, så man kan finde bestemte personer.","Red":"Rød","Reload":"Genindlæs","Reloading…":"Genindlæser…","Remote Sync":"Remote Sync","Remove":"Fjern","remove failed: unknown album":"fjern mislykkedes: ukendt album","Remove from album":"Fjern fra albummet","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Fjern importerede filer for at frigøre lagerplads. Ikke-understøttede filtyper slettes aldrig, de forbliver på deres nuværende placering.","Report Bug":"Rapporter fejl","Request failed - invalid response":"Anmodningen mislykkedes - ugyldigt svar","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Anmodninger, der støttes af sølv- og guldsponsorer, får et gyldent mærke og vil blive prioriteret.","Required":"Påkrævet","Resolution":"Opløsning","Restore":"Gendan","Retype Password":"Indtast adgangskoden igen","Review":"Gennemgang","Russian":"Russisk","Save":"Gem","Scan":"Scan","Scans":"Scanninger","Search":"Søg","Search and display photos on a map.":"Søg og vis fotos på et kort.","Season":"Sæson","Seaweed":"Tang","Secret":"Hemmelighed","Select":"Vælg","Select albums or create a new one":"Vælg album, eller opret et nyt","Selection approved":"Valgte godkendt","Selection archived":"Valgte arkiveret","Selection restored":"Valgte gendannet","Send":"Send","Sequential Name":"Sekventielt navn","Server":"Server","Service URL":"Service-URL","Settings":"Indstillinger","Settings saved":"Indstillinger gemt","Setup":"Opsætning","Shadow":"Skygge","Share":"Del","Share %{name}":"Del %{name}","Shared with you.":"Delt med dig.","Show":"Vis","Show all new faces":"Vis alle nye ansigter","Show hidden":"Vis skjult","Show less":"Vis mindre","Show Library in navigation menu.":"Vis bibliotek i navigationsmenuen.","Show more":"Vis mere","Show server logs in Library.":"Vis serverlogfiler i biblioteket.","Shows more detailed log messages. Requires a restart.":"Viser mere detaljerede logmeddelelser. Kræver en genstart.","Sidecar":"Sidecar","Sign in":"Log ind","Sign Up":"Opret","Similar":"Lignende","Size":"Størrelse","Slovak":"Slovakisk","Slow":"Langsom","Sort by file name":"Sorter efter filnavn","Sort Order":"Sorteringsrækkefølge","Source":"Kilde","Spanish":"Spansk","Stack":"Samling","Stack files sharing the same unique image or instance identifier.":"Samle filer, der deler det samme unikke billede eller instans-id.","Stack pictures taken at the exact same time and location based on their metadata.":"Samle billeder taget på nøjagtig samme tid og sted baseret på deres metadata.","Stackable":"Kan samles","Stacks":"Samlinger","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Samler gruppefiler med en lignende referenceramme, men forskelle i kvalitet, format, størrelse eller farve.","Start":"Start","Start/Stop Slideshow":"Start/stop lysbilledshow","States":"Stater","Static Size Limit: %{n}px":"Grænse for statisk størrelse: %{n}px","Status":"Status","Storage Folder":"Opbevaringsmappe","Streets":"Gader","Style":"Stil","Subject":"Emne","Support for additional services, like Google Drive, will be added over time.":"Support til yderligere tjenester, som f.eks. Google Drev, tilføjes over tid.","Sync":"Synkronisere","Sync raw and video files":"Synkroniser raw og videofiler","Taken":"Taget","Teal":"Teal","Text too long":"Teksten er for lang","Thank you very much!":"Tusind tak!","The index currently contains %{n} hidden files.":"Indekset indeholder i øjeblikket %{n} skjulte filer.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Køreplanen viser, hvilke opgaver der er i gang, hvad der skal testes, og hvilke funktionskrav der skal implementeres som de næste.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Deres format understøttes muligvis ikke, de er ikke konverteret til JPEG endnu, eller der er dubletter.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Dette er en tidlig adgangsfunktion til at sige tak til vores sponsorer og bidragydere.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Dette sætter originalmappen som et netværksdrev og giver dig mulighed for at åbne, redigere og slette filer fra din computer eller smartphone, som om de var lokale.","This open-source project is made possible thanks to our sponsors.":"Dette open source-projekt er muliggjort takket være vores sponsorer.","Thumbnail Generation":"Miniaturegenerering","Time UTC":"Tid UTC","Time Zone":"Tidszone","Title":"Titel","Title too long":"Titlen er for lang","to":"til","Toggle View":"Skift visning","Token":"Token","Topographic":"Topografisk","Trademarks":"Varemærker","Try again using other filters or keywords.":"Prøv igen ved hjælp af andre filtre eller nøgleord.","Type":"Type","Undo":"Fortryd","Unique ID":"Unikt ID","Unknown":"Ukendt","Unsorted":"Usorteret","Unstack":"Fjern samling","Updated":"Opdateret","Updating faces":"Opdatering af ansigter","Updating index":"Opdaterer indeks","Updating moments":"Opdaterer øjeblikke","Updating previews":"Opdatering af forhåndsvisninger","Updating stacks":"Opdatering af samlinger","Upload":"Upload","Upload complete":"Upload fuldført","Upload complete. Indexing…":"Upload fuldført. Indekserer…","Upload failed":"Upload fejlede","Upload local files":"Upload lokale filer","Upload to WebDAV and share links with friends.":"Upload til WebDAV og del links med venner.","Uploading %{n} of %{t}…":"Uploader %{n} af %{t}…","Uploading photos…":"Uploader fotos…","Uploads that may contain such images will be rejected automatically.":"Uploads, der kan indeholde sådanne billeder, afvises automatisk.","URL":"URL","Use Presets":"Brug forudindstillinger","User":"Bruger","User Interface":"Brugergrænseflade","Username":"Brugernavn","Video":"Video","Videos":"Videoer","View":"Vis","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Vi fortæller dig, hvordan du aktiverer det, når du tilmelder dig Patreon eller GitHub Sponsorer.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-klienter kan oprette forbindelse til PhotoPrism ved hjælp af følgende URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV-klienter, som Microsofts Windows Stifinder eller Apples Finder, kan oprette forbindelse direkte til PhotoPrism.","WebDAV Upload":"WebDAV-upload","White":"Hvid","Year":"År","Yellow":"Gul","Yellowstone":"Yellowstone","Yes":"Ja","You can only download one album":"Du kan kun downloade et album","You can only download one label":"Du kan kun downloade en etiket","You may only select one item":"Du kan kun vælge et element","You may rescan your library to find additional faces.":"Du kan scanne dit bibliotek igen for at finde flere ansigter.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Du kan bruge det som krævet til at beskrive vores software, køre din egen server til uddannelsesmæssige formål, men ikke til at tilbyde kommercielle varer, produkter eller tjenester uden forudgående skriftlig tilladelse. Med andre ord, spørg venligst.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Din fortsatte støtte hjælper os med at finansiere driftsomkostninger, levere tjenester som satellitkort og udvikle nye funktioner.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Dit bibliotek analyseres løbende for automatisk at oprette album med særlige øjeblikke, rejser og steder.","Your message has been sent":"Din besked er blevet sendt","Zoom in/out":"Zoom ind/ud"},"de":{"%{n} albums found":"%{n} Alben gefunden","%{n} files uploaded":"%{n} Dateien hochgeladen","%{n} folders found":"%{n} Ordner gefunden","%{n} labels found":"%{n} Kategorien gefunden","%{n} people found":"%{n} Personen gefunden","%{n} pictures found":"%{n} Bilder gefunden","1 hour":"1 Stunde","12 hours":"12 Stunden","4 hours":"4 Stunden","A click will copy it to your clipboard.":"Auf den Link klicken, um ihn zu kopieren.","About":"Info","Account":"Zugang","Accuracy":"Genauigkeit","Action":"Aktion","Actions":"Aktionen","Add Album":"Neues Album erstellen","Add files to your library via Web Upload.":"Dateien über den Browser hochladen und indexieren.","Add Link":"Link hinzufügen","Add pictures from search results by selecting them.":"Ausgewählte Bilder können über das Kontextmenü hinzugefügt werden.","Add Server":"Server hinzufügen","Add to album":"Hinzufügen","Added":"Hinzugefügt","Advanced":"Erweitert","After 1 day":"Nach einem Tag","After 3 days":"Nach 3 Tagen","After 7 days":"Nach 7 Tagen","After one month":"Nach einem Monat","After one year":"Nach einem Jahr","After selecting pictures from search results, you can add them to an album using the context menu.":"Ausgewählte Bilder können über das Kontextmenü einem Album hinzugefügt werden.","After two months":"Nach zwei Monaten","After two weeks":"Nach zwei Wochen","Album":"Album","Album Name":"Album Name","Albums":"Alben","Albums deleted":"Alben gelöscht","All %{n} albums loaded":"Alle %{n} Alben werden angezeigt","All %{n} labels loaded":"Alle %{n} Kategorien werden angezeigt","All %{n} people loaded":"Alle %{n} Personen geladen","All Cameras":"Alle Kameras","All Categories":"Alle Kategorien","All Colors":"Alle Farben","All Countries":"Alle Länder","All fields are required":"Alle Felder müssen ausgefüllt werden","All files from import folder":"Alle Ordner durchsuchen","All Lenses":"Alle Objektive","All Months":"Alle Monate","All originals":"Alle Ordner durchsuchen","All Years":"Alle Jahre","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativ können Dateien auch direkt auf kompatible WebDAV-Server hochgeladen z.B. Nextcloud.","Altitude":"Höhe","Altitude (m)":"Höhe (m)","An error occurred - are you offline?":"Server nicht erreichbar - offline?","Animation":"Animation","Any private photos and videos remain private and won't be shared.":"Als privat markierte Bilder und Videos bleiben privat und werden nicht geteilt.","API Key":"API Key","Apply":"Speichern","Approve":"Übernehmen","Archive":"Archiv","Archived":"Archiviert","Are you sure you want to archive the selection?":"Auswahl wirklich archivieren?","Are you sure you want to delete these albums?":"Diese Alben wirklich löschen?","Are you sure you want to delete these labels?":"Diese Kategorie wirklich löschen?","Are you sure you want to delete this account?":"Diesen Account wirklich löschen?","Are you sure you want to permanently delete these pictures?":"Diese Bilder unwiderruflich löschen?","Are you sure you want to permanently delete this file?":"Diese Datei unwiderruflich löschen?","Artist":"Ersteller","Aspect Ratio":"Seitenverhältnis","At least 6 characters.":"Mindestens 6 Zeichen.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Videos und andere Bild-Formate nach JPEG konvertieren, damit sie indexiert und angezeigt werden können.","Automatically creates albums of special moments, trips, and places.":"Erstellt automatisch Alben mit besonderen Momenten, Reisen und Orten.","Become a sponsor":"Sponsor werden","Bio":"Biographie","Black":"Schwarz","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Weniger Überschwingungsartefakte als Lanczos","Blue":"Blau","Brazilian Portuguese":"Brasilianisches Portugiesisch","Brown":"Braun","Browse and edit image classification labels.":"Automatische Bild-Kategorisierung sehen und bearbeiten.","Browse indexed files and folders in Library.":"Durchsuche Ordner hierarchisch nach indexierten Original-Dateien.","Bug Report":"Fehlerbericht","Busy, please wait…":"Bitte warten…","Calendar":"Kalender","Camera":"Kamera","Camera Serial":"Kamera-Seriennummer","Can't load more, limit reached":"Limit erreicht, bitte Suche eingrenzen","Can't select more items":"Maximale Anzahl wurde selektiert","Cancel":"Abbrechen","Cards":"Karteikarten","Category":"Kategorie","Change":"Ändern","Change photo titles, locations, and other metadata.":"Titel, Datum, Ort und andere Metadaten können geändert werden.","Change private flag":"Als privat markieren","Checked":"Geprüft","Chinese Simplified":"Vereinfachtes Chinesisch","Chinese Traditional":"Traditionelles Chinesisch","Chroma":"Farbsättigung","Close":"Schließen","Codec":"Codec","Color":"Farbe","Colors":"Farben","Complete Rescan":"Index vollständig aktualisieren","Confidence":"Wahrscheinlichkeit","Connect":"Verbinden","Connect via WebDAV":"Mit WebDAV verbinden","Contact Us":"Kontakt","Contains %{n} pictures.":"Enthält %{n} Bilder.","Contains one picture.":"Enthält einen Bild.","Convert to JPEG":"Automatisch konvertieren","Converting":"Konvertiere","Copied to clipboard":"In Zwischenablage kopiert","Copyright":"Copyright","Couldn't find anything.":"Leider nichts gefunden.","Country":"Land","Create album":"Erstellen","Created":"Hinzugefügt","Creating thumbnails for":"Erstelle Thumbnails für","Cubic: Moderate Quality, Good Performance":"Kubisch: Mittlere Qualität, gute Performance","Current Password":"Aktuelles Passwort","Customer Support":"Support-Anfrage","Cyan":"Cyan","Cyano":"Cyano","Czech":"Tschechisch","Daily":"Täglich","Danish":"Dänisch","Day":"Tag","Debug Logs":"Debug Logs","Default":"Standard","Default Folder":"Standard Ordner","Delete":"Löschen","Description":"Beschreibung","Detailed instructions can be found in our User Guide.":"Unser englischer User Guide enthält eine detaillierte Anleitung.","Details":"Details","Dimensions":"Auflösung","Disable Backups":"Keine Sicherungskopien anlegen","Disable built-in WebDAV server. Requires a restart.":"Deaktiviert den eingebauten WebDAV-Server. Änderungen erfordern einen Neustart.","Disable Darktable":"Darktable deaktivieren","Disable ExifTool":"ExifTool deaktivieren","Disable FFmpeg":"FFmpeg deaktivieren","Disable Places":"Karten deaktivieren","Disable RawTherapee":"RawTherapee deaktivieren","Disable TensorFlow":"TensorFlow deaktivieren","Disable WebDAV":"WebDAV deaktivieren","Disabled":"Deaktiviert","Disables reverse geocoding and maps.":"Deaktiviert Ortsdaten und Landkarten.","Discover":"Entdecken","Don't backup photo and album metadata to YAML files.":"Keine YAML-Sicherungskopien für Metadaten von Bildern und Alben erstellen.","Don't create ExifTool JSON files for improved metadata extraction.":"Keine JSON-Dateien mit ExifTool erstellen. Diese werden für die Indexierung zusätzlicher Metadaten, z.B. von Videos, benötigt.","Don't modify originals folder. Disables import, upload, and delete.":"Nur lesend auf die Original-Ordner zugreifen. Deaktiviert den Import, Upload und das Löschen von Bildern.","Don't transcode videos with FFmpeg.":"FFmpeg nicht zum Konvertieren von Videos verwenden.","Don't use Darktable to convert RAW files.":"Darktable nicht zum Konvertieren von Bildern verwenden.","Don't use RawTherapee to convert RAW files.":"RawTherapee nicht zum Konvertieren von Bildern verwenden.","Don't use TensorFlow for image classification.":"TensorFlow nicht zur automatischen Bild-Kategorisierung verwenden.","Donations":"Spenden","Done":"Fertig","Done.":"Fertig.","Download":"Download","Download remote files":"Dateien herunterladen","Download single files and zip archives.":"Einzelne Bilder, Videos sowie Zip-Archive können heruntergeladen werden.","Downloading…":"Wird heruntergeladen…","Downscaling Filter":"Skalierungsfilter","Duplicates will be skipped and only appear once.":"Duplikate werden übersprungen und erscheinen nur einmal.","Dutch":"Niederländisch","Dynamic Previews":"Dynamische Vorschaubilder","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"On-Demand-Rendering erfordert einen leistungsstarken Server. Es wird nicht für NAS-Geräte empfohlen.","Dynamic Size Limit: %{n}px":"Dynamische Maximalgröße: %{n}px","E-Mail":"E-Mail","Edit":"Bearbeiten","Edit %{name}":"%{name} bearbeiten","Edit Account":"Account bearbeiten","Edit Photo":"Bild bearbeiten","Edited":"Bearbeitet","Enable new features currently under development.":"Aktiviert neue Funktionen, an denen derzeit noch entwickelt wird.","Enabled":"Aktiv","Enables RAW converter presets. May reduce performance.":"Aktiviert benutzerdefinierte Voreinstellungen. Dateien werden möglicherweise langsamer konvertiert.","English":"Englisch","Errors":"Fehler","Estimate the approximate location of pictures without coordinates.":"Den ungefähren Standort von Bildern ohne Koordinaten schätzen.","Estimates":"Schätzungen","Every two days":"Jeden zweiten Tag","Exclude content marked as private from search results, shared albums, labels, and places.":"Als privat markierte Inhalte werden nicht in Suchergebnissen und geteilten Alben angezeigt.","Exclude hidden":"Verborgene ausblenden","Expand":"Ausklappen","Expand Search":"Suche öffnen","Experimental Features":"Experimentelle Funktionen","Expires":"Ablaufdatum","Exposure":"Belichtungszeit","F Number":"F Nummer","Face":"Gesicht","Faces":"Gesichter","Failed copying to clipboard":"Konnte nicht in die Zwischenablage kopiert werden","Failed removing link":"Der Link konnte nicht gelöscht werden","Failed updating link":"Der Link konnte nicht gespeichert werden","Failure while importing uploaded files":"Fehler beim Importieren der hochgeladenen Dateien","Fast":"Schnell","Favorite":"Favorit","Favorites":"Favoriten","Feature Request":"Feature Request","Feedback":"Feedback","File":"Datei","File Browser":"Datei Browser","Files":"Dateien","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Dateien mit fortlaufenden Namen wie ‘IMG_1234 (2)’ und ‘IMG_1234 (3)’ gehören zum gleichen Bild.","Focal Length":"Brennweite","Folder":"Ordner","Folder contains %{n} files":"Ordner enthält %{n} Dateien","Folder is empty":"Ordner ist leer","Folders":"Ordner","French":"Französisch","Fullscreen":"Vollbildmodus","General":"Allgemein","German":"Deutsch","Gold":"Gold","Grayscale":"Grayscale","Green":"Grün","Grey":"Grau","Group by similarity":"Ähnlichkeit","Hash":"Prüfsumme","Hebrew":"Hebräisch","Help":"Hilfe","Hidden":"Verborgen","Hidden Files":"Verborgene Dateien","Hide":"Verbergen","Hide photos that have been moved to archive.":"Archivierte Inhalte werden nicht in den Suchergebnissen angezeigt.","Hindi":"Hindi","How can we help?":"Wie können wir helfen?","Hybrid":"Hybrid","I'm a sponsor":"Ich bin Sponsor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Unterstütze uns auf Patreon oder GitHub Sponsors, falls dir PhotoPrism gefällt.","image":"Bild","Image":"Bild","Images":"Bilder","Import":"Import","Import failed":"Import fehlgeschlagen","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Import kopiert neue Dateien und sortiert sie nach Datum, um Duplikate zu vermeiden.","Imported files will be sorted by date and given a unique name.":"Import kopiert neue Dateien und sortiert sie nach Datum, um Duplikate zu vermeiden.","Importing %{name}…":"Importiere %{name}…","Importing files to originals…":"Importiere Dateien nach Originals…","in":"in","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Sollten Bilder fehlen, muss der Index möglicherweise aktualisiert werden. Es werden erst alle Bilder gefunden, wenn das Indexieren vollständig abgeschlossen ist.","Index":"Index","Indexing":"Indexiere","Indexing failed":"Indexierung fehlgeschlagen","Indexing media and sidecar files…":"Indexiere Bilder, Videos und Sidecar-Dateien…","Instance ID":"Instanz ID","Interval":"Intervall","Invalid date":"Ungültiges Datum","Italian":"Italienisch","Item":"Eintrag","Japanese":"Japanisch","JPEG Quality: %{n}":"JPEG-Qualität: %{n}","JPEG Size Limit: %{n}px":"Maximale JPEG-Größe: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEGs und Thumbnails werden bei Bedarf automatisch erstellt.","Keywords":"Suchbegriffe","Korean":"Koreanisch","Kurdish":"Kurdisch","Label":"Kategorie","Labels":"Kategorien","Labels deleted":"Kategorien gelöscht","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Sehr gute Detailerhaltung, minimale Artefakte","Language":"Sprache","Last Backup":"Letztes Backup","Latitude":"Breitengrad","Lavender":"Lavendel","Lens":"Objektiv","Let us know when we mistakenly label an idea as unfunded.":"Ein kurzer Hinweis genügt, sollten wir etwas falsch eingeordnet haben.","Library":"Dateien","License":"Lizenz","Like":"Favorit","Lime":"Hellgrün","Limit reached, showing first %{n} files":"Limit erreicht, zeige erste %{n} Dateien","Linear: Very Smooth, Best Performance":"Linear: Weicher Bildeindruck, sehr gute Performance","Link":"Link","List":"Liste","Live":"Live","Local Time":"Ortszeit","location":"Ort","Location":"Ort","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Warnungen und Fehler erscheinen hier, sobald PhotoPrism beschädigte Dateien findet oder andere Probleme aufgetreten sind.","Login":"Anmelden","Logout":"Abmelden","Logs":"Logs","Longitude":"Längengrad","Magenta":"Magenta","Main Color":"Hauptfarbe","manual":"Manuell","Manual Upload":"Manueller Upload","Marker":"Bildbereich","Medium":"Mittel","Merge %{a} with %{b}?":"%{a} und %{b} zusammenfassen?","Message sent":"Nachricht versendet","Minimize":"Minimieren","Missing":"Fehlend","Moments":"Erlebnisse","Monochrome":"Monochrom","Month":"Monat","Moonlight":"Moonlight","More than %{n} pictures found":"Mehr als %{n} Bilder gefunden","More than 20 albums found":"Mehr als 20 Alben gefunden","More than 20 labels found":"Mehr als 20 Labels gefunden","More than 20 people found":"Mehr als 20 Personen gefunden","Mosaic":"Mosaik","Most relevant":"Relevanz","Move Files":"Dateien verschieben","Name":"Name","Name too long":"Name zu lang","Never":"Nie","New":"Neu","New Password":"Neues Passwort","Newest first":"Neueste zuerst","No":"Nein","No albums found":"Keine Alben gefunden","No labels found":"Keine Kategorien gefunden","No people found":"Keine Personen gefunden","No pictures found":"Keine Bilder gefunden","No recently edited pictures":"Keine kürzlich bearbeiteten Bilder","No servers configured.":"Keine Backup-Server eingerichtet.","No thanks":"Nein danke","No warnings or error containing this keyword. Note that search is case-sensitive.":"Keine Warnungen oder Fehler mit diesem Suchbegriff. Bei der Suche wird zwischen Groß- und Kleinschreibung unterschieden.","Non-photographic and low-quality images require a review before they appear in search results.":"Nicht-fotografische Inhalte oder Bilder mit geringer Qualität werden erst nach einer Bestätigung in der Suche angezeigt.","None":"Keine","Norwegian":"Norwegisch","Not Found":"Keine Ergebnisse","Note you may manually manage your originals folder and importing is optional.":"Die Verwaltung der Original-Dateien kann auch manuell erfolgen, der Import ist optional.","Note:":"Hinweis:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Hinweis: Momentan können nur WebDAV-Server, wie Nextcloud oder PhotoPrism, für Backups oder zum Datei-Upload verwendet werden.","Note: Updating the password will not revoke access from already authenticated users.":"Note: Bereits angemeldete Benutzer werden nach ändern des Passworts nicht automatisch abgemeldet.","Notes":"Notizen","Nothing to see here yet. Be patient.":"Noch nichts zu sehen. Gedulde dich noch ein bisschen.","Offline":"Offline","Oldest first":"Älteste zuerst","Once a week":"Einmal die Woche","One album found":"Ein Album gefunden","One file found":"Eine Datei gefunden","One folder found":"Ein Ordner gefunden","One label found":"Eine Kategorie gefunden","One person found":"Eine Person gefunden","One picture found":"Eine Bild gefunden","Onyx":"Onyx","Options":"Optionen","Orange":"Orange","Orientation":"Ausrichtung","Original":"Original","Original file names will be stored and indexed.":"Die ursprünglichen Dateinamen werden im Index gespeichert.","Original Name":"Originalname","Originals":"Originale","Other":"Sonstiges","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Unsere Vision ist es, die benutzerfreundlichste Lösung zum Durchstöbern, Organisieren und Teilen von Bildersammlungen anbieten zu können.","Outdoor":"Outdoor","Panorama":"Panorama","Panoramas":"Panoramas","Password":"Passwort","Password changed":"Passwort geändert","People":"Personen","People you share a link with will be able to view public contents.":"Jeder mit diesem Link wird öffentliche Bilder und Videos sehen können.","Permanently deleted":"Dauerhaft gelöscht","Permanently remove files to free up storage.":"Dauerhaftes Entfernen von Dateien, um Speicherplatz freizugeben.","Photo":"Bild","PhotoPrism has been updated…":"PhotoPrism wurde aktualisiert…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® ist ein eingetragenes Markenzeichen von Michael Mayer.","Photos":"Bilder","Pink":"Pink","Place":"Ort","Place & Time":"Gleicher Ort & Zeit","Places":"Karten","Play":"Abspielen","Please confirm your new password.":"Neues Passwort bitte bestätigen.","Please contact us at hello@photoprism.app if you have questions or need help.":"Bei Fragen, Wünschen oder Problemen helfen wir gerne per E-Mail an hello@photoprism.app.","Please don't upload photos containing offensive content.":"Bitte lade keine anstößigen Bilder hoch.","Polish":"Polnisch","Portrait":"Portrait","Português de Portugal":"Portugiesisch (Portugal)","Preserve filenames":"Namen beibehalten","Press button to start importing…":"Auf “Import” klicken, um Dateien zu importieren…","Press button to start indexing…":"Auf “Start” klicken, um Dateien zu indexieren…","Press enter to create a new album.":"Enter drücken, um ein neues Album zu erstellen.","Preview":"Voransicht","Primary":"Primärdatei","Private":"Privat","Product Feedback":"Allgemeines Feedback","Projection":"Projektion","Purple":"Purpur","Quality Filter":"Qualitätsfilter","Quality Score":"Qualität","Random":"Zufällig","Raspberry":"Raspberry","Raw":"RAW","RAW":"RAW","RAW Conversion":"RAW-Konvertierung","Re-index all originals, including already indexed and unchanged files.":"Bereits bekannte und unveränderte Dateien neu indexieren.","Read-Only Mode":"Schreibgeschützter Modus","Recently added":"Zuletzt hinzugefügt","Recently edited":"Zuletzt bearbeitet","Recognition starts after indexing has been completed.":"Die Erkennung beginnt, nachdem die Indexierung abgeschlossen ist.","Recognized":"Erkannt","Recognizes faces so that specific people can be found.":"Erkennt Gesichter, so dass bestimmte Personen gefunden werden können.","Red":"Rot","Reload":"Neu laden","Reloading…":"Wird neu geladen…","Remote Sync":"Remote Sync","Remove":"Entfernen","remove failed: unknown album":"Löschen nicht möglich: Unbekanntes Album","Remove from album":"Entferne aus dem Album","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Dateien von Import nach Originals verschieben, um Speicherplatz zu sparen. Dateitypen, die nicht unterstützt werden, verbleiben in ihrem Ordner.","Report Bug":"Fehler melden","Request failed - invalid response":"Anfrage fehlgeschlagen - ungültige Antwort","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Ideen, die von Silber- und Goldsponsoren unterstützt werden, erhalten ein goldenes Label und werden vorrangig behandelt.","Required":"Erforderlich","Resolution":"Auflösung","Restore":"Wiederherstellen","Retype Password":"Passwort wiederholen","Review":"Überprüfen","Russian":"Russisch","Save":"Speichern","Scan":"Scan","Scans":"Scans","Search":"Suche","Search and display photos on a map.":"Bilder und Videos auf verschiedenen Weltkarten anzeigen und filtern.","Season":"Jahreszeit","Seaweed":"Seegras","Secret":"Code","Select":"Auswählen","Select albums or create a new one":"Alben auswählen oder neue erstellen","Selection approved":"Auswahl übernommen","Selection archived":"Auswahl archiviert","Selection restored":"Auswahl wiederhergestellt","Send":"Senden","Sequential Name":"Fortlaufender Name","Server":"Server","Service URL":"Service URL","Settings":"Einstellungen","Settings saved":"Einstellungen gespeichert","Setup":"Einrichtung","Shadow":"Shadow","Share":"Teilen","Share %{name}":"%{name} teilen","Shared with you.":"Mit dir geteilt.","Show":"Anzeigen","Show all new faces":"Alle neuen Gesichter anzeigen","Show hidden":"Verborgene anzeigen","Show less":"Weniger zeigen","Show Library in navigation menu.":"Datei-Verwaltung in der Navigation anzeigen.","Show more":"Mehr zeigen","Show server logs in Library.":"Server-Ereignisprotokoll anzeigen, um Fehler zu finden.","Shows more detailed log messages. Requires a restart.":"Zeigt ausführlichere Meldungen an, um Fehler zu finden. Änderungen erfordern einen Neustart.","Sidecar":"Sidecar","Sign in":"Anmelden","Sign Up":"Anmelden","Similar":"Ähnlich","Size":"Größe","Slovak":"Slowakisch","Slow":"Langsam","Sort by file name":"Dateinamen","Sort Order":"Sortierung","Source":"Quelle","Spanish":"Spanisch","Stack":"Bildstapel","Stack files sharing the same unique image or instance identifier.":"Bilder mit identischer ID als Stapel indexieren und anzeigen.","Stack pictures taken at the exact same time and location based on their metadata.":"Aufnahmen mit übereinstimmenden Metadaten gruppieren.","Stackable":"Stapelbar","Stacks":"Bildstapel","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Bildstapel enthalten zusammengehörige Aufnahmen, die jedoch Unterschiede in Qualität, Format, Größe oder Farben aufweisen können.","Start":"Start","Start/Stop Slideshow":"Slideshow starten/stoppen","States":"Länder","Static Size Limit: %{n}px":"Statische Maximalgröße: %{n}px","Status":"Status","Storage Folder":"Ablageverzeichnis","Streets":"Straßen","Style":"Style","Subject":"Bildinhalt","Support for additional services, like Google Drive, will be added over time.":"Die Unterstützung weiterer Dienste, wie Google Drive, ist geplant.","Sync":"Sync","Sync raw and video files":"RAWs und Videos kopieren","Taken":"Aufgenommen","Teal":"Blaugrün","Text too long":"Text ist zu lang","Thank you very much!":"Vielen Dank!","The index currently contains %{n} hidden files.":"Der Index enthält momentan %{n} verborgene Dateien.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Die Roadmap zeigt, welche Funktionen aktuell entwickelt werden, was getestet werden kann und welche Ideen als nächstes implementiert werden.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Ihr Format wird möglicherweise nicht unterstützt, es handelt sich um Duplikate oder sie wurden noch nicht nach JPEG konvertiert.","Theme":"Theme","This is an early-access feature to say thanks to our sponsors and contributors.":"Dies ist ein neues Feature, mit dem wir uns bei unseren Sponsoren und Mitwirkenden bedanken wollen.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Dabei werden die Dateien als Netzwerk-Ordner auf deinem Computer oder Smartphone eingebunden, so dass sie lokal geöffnet, bearbeitet und gelöscht werden können.","This open-source project is made possible thanks to our sponsors.":"Dieses Open-Source-Projekt wird durch unsere Sponsoren ermöglicht.","Thumbnail Generation":"Erzeugung von Vorschaubildern","Time UTC":"Zeit UTC","Time Zone":"Zeitzone","Title":"Titel","Title too long":"Titel zu lang","to":"nach","Toggle View":"View wechseln","Token":"Code","Topographic":"Topographisch","Trademarks":"Markenrechte","Try again using other filters or keywords.":"Versuche es mit anderen Filtern oder Suchbegriffen.","Type":"Typ","Undo":"Rückgängig machen","Unique ID":"Eindeutige Bild-ID","Unknown":"Unbekannt","Unsorted":"Unsortiert","Unstack":"Einzelaufnahme","Updated":"Geändert","Updating faces":"Aktualisiere Gesichter","Updating index":"Aktualisiere Index","Updating moments":"Aktualisiere Erlebnisse","Updating previews":"Aktualisiere Vorschaubilder","Updating stacks":"Aktualisiere Bildstapel","Upload":"Upload","Upload complete":"Vollständig hochgeladen","Upload complete. Indexing…":"Upload abgeschlossen. Indexiere…","Upload failed":"Upload fehlgeschlagen","Upload local files":"Dateien hochladen","Upload to WebDAV and share links with friends.":"Teile Bilder, Videos und Alben mit Freunden.","Uploading %{n} of %{t}…":"Datei %{n} von %{t} wird hochgeladen…","Uploading photos…":"Bilder werden hochgeladen…","Uploads that may contain such images will be rejected automatically.":"Diese werden automatisch erkannt und gelöscht.","URL":"URL","Use Presets":"Presets anwenden","User":"Benutzer","User Interface":"Benutzeroberfläche","Username":"Nutzername","Video":"Video","Videos":"Videos","View":"Ansicht","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Wie es aktiviert werden kann, erfährst du nach Anmeldung bei Patreon oder GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-Clients können sich über die folgende URL mit PhotoPrism verbinden:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV-Clients, wie der Windows Explorer oder der Finder unter macOS, können sich direkt mit PhotoPrism verbinden.","WebDAV Upload":"WebDAV Upload","White":"Weiß","Year":"Jahr","Yellow":"Gelb","Yellowstone":"Yellowstone","Yes":"Ja","You can only download one album":"Du kannst nur ein Album gleichzeitig downloaden","You can only download one label":"Es kann nur eine Kategorie gleichzeitig downgeloadet werden","You may only select one item":"Es darf nur ein Eintrag ausgewählt werden","You may rescan your library to find additional faces.":"Der Index kann aktualisiert werden, um weitere Gesichter zu finden.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Es darf verwendet werden, um unsere Software zu beschreiben, einen eigenen Server zu betreiben und über das Projekt zu berichten.\nDas Bewerben kommerzieller Produkte, Waren oder Dienstleistungen ist nur nach vorheriger, schriftlicher Genehmigung erlaubt.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Regelmäßige Einkünfte helfen uns, Betriebskosten zu finanzieren, Dienste wie Satellitenkarten anzubieten und neue Funktionen zu entwickeln.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Deine Bilder werden kontinuierlich analysiert, um automatisch Alben von besonderen Momenten, Reisen und Orten zu erstellen.","Your message has been sent":"Deine Nachricht wurde gesendet","Zoom in/out":"Zoom in/out"},"en":{"You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"You may use it as required to describe our software, run your server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask."},"es":{"%{n} albums found":"%{n} álbumes encontrados","%{n} files uploaded":"%{n} archivos subidos","%{n} folders found":"%{n} carpetas encontradas","%{n} labels found":"%{n} etiquetas encontradas","%{n} people found":"%{n} personas encontradas","%{n} pictures found":"%{n} imágenes encontradas","1 hour":"1 hora","12 hours":"12 horas","4 hours":"4 horas","A click will copy it to your clipboard.":"Un clic lo copiará al portapapeles.","About":"Acerca de","Account":"Cuenta","Accuracy":"Precisión","Action":"Acción","Actions":"Acciones","Add Album":"Añadir álbum","Add files to your library via Web Upload.":"Añadir archivos a tu librería con Web Upload.","Add Link":"Añadir enlace","Add pictures from search results by selecting them.":"Añade imágenes de los resultados de la búsqueda seleccionándolas.","Add Server":"Añadir servidor","Add to album":"Añadir al álbum","Added":"Añadido","Advanced":"Avanzado","After 1 day":"Después de 1 día","After 3 days":"Después de 3 días","After 7 days":"Después de 7 días","After one month":"Después de un mes","After one year":"Después de un año","After selecting pictures from search results, you can add them to an album using the context menu.":"Después de seleccionar las imágenes de los resultados de la búsqueda, puedes añadirlas a un álbum mediante el menú contextual.","After two months":"Después de dos meses","After two weeks":"Después de dos semanas","Album":"Álbum","Album Name":"Nombre del álbum","Albums":"Álbumes","Albums deleted":"Álbumes borrados","All %{n} albums loaded":"Todos los %{n} álbumes cargados","All %{n} labels loaded":"Todas las %{n} etiquetas cargadas","All %{n} people loaded":"Todas las %{n} personas cargadas","All Cameras":"Todas las cámaras","All Categories":"Todas las categorías","All Colors":"Todos los colores","All Countries":"Todos los países","All fields are required":"Todos los campos son obligatorios","All files from import folder":"Todos los archivos de la carpeta de importación","All Lenses":"Todas las lentes","All Months":"Todos los meses","All originals":"Todos los originales","All Years":"Todos los años","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativamente, puedes subir los archivos directamente a servidores WebDAV como Nextcloud.","Altitude":"Altitud","Altitude (m)":"Altitud (m)","An error occurred - are you offline?":"Ha ocurrido un error - ¿Estás desconectado?","Animation":"Animación","Any private photos and videos remain private and won't be shared.":"Todas las fotos y videos privados siguen privados y no serán compartidos.","API Key":"Clave API","Apply":"Aplicar","Approve":"Aprobar","Archive":"Archivar","Archived":"Archivado","Are you sure you want to archive the selection?":"¿Estás seguro que quieres archivar la selección?","Are you sure you want to delete these albums?":"¿Estás seguro que quieres borrar estos álbumes?","Are you sure you want to delete these labels?":"¿Estás seguro que quieres borrar estas etiquetas?","Are you sure you want to delete this account?":"¿Estás seguro que quieres borrar esta cuenta?","Are you sure you want to permanently delete these pictures?":"¿Estás seguro de que quieres borrar permanentemente estas fotos?","Are you sure you want to permanently delete this file?":"¿Estás seguro que quieres borrar estas etiquetas?","Artist":"Artista","Aspect Ratio":"Relación de aspecto","At least 6 characters.":"Al menos 6 caracteres.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Crear automáticamente JPEG para otros tipos de archivos para que se puedan visualizar en un navegador.","Automatically creates albums of special moments, trips, and places.":"Crea automáticamente álbumes de momentos, viajes y lugares especiales.","Become a sponsor":"Conviértase en patrocinador","Bio":"Bio","Black":"Negro","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Modificación de los Lanczos, menos artefactos de timbre","Blue":"Azul","Brazilian Portuguese":"Portugués de Brasil","Brown":"Marrón","Browse and edit image classification labels.":"Navegar y editar las etiquetas de clasificación de las imágenes.","Browse indexed files and folders in Library.":"Navegar por los archivos y carpetas indexados en la Biblioteca.","Bug Report":"Informe de errores","Busy, please wait…":"Ocupado, por favor espera...","Calendar":"Calendario","Camera":"Cámara","Camera Serial":"Serial de cámara","Can't load more, limit reached":"No se puede cargar más, límite alcanzado","Can't select more items":"No puedes selecionar más itenes","Cancel":"Cancelar","Cards":"Tarjetas","Category":"Categoría","Change":"Cambiar","Change photo titles, locations, and other metadata.":"Cambiar títulos, localizaciones y otros metadatos de las fotos.","Change private flag":"Cambiar indicador de privado","Checked":"Revisado","Chinese Simplified":"Chino simplificado","Chinese Traditional":"Chino tradicional","Chroma":"Croma","Close":"Cerrar","Codec":"Códec","Color":"Color","Colors":"Colores","Complete Rescan":"Reescaneo completo","Confidence":"Confianza","Connect":"Conectar","Connect via WebDAV":"Conectar através de WebDAV","Contact Us":"Contáctenos","Contains %{n} pictures.":"Contiene %{n} imágenes.","Contains one picture.":"Contiene una imagen.","Convert to JPEG":"Convertir a JPEG","Converting":"Conversión","Copied to clipboard":"Copiado al portapapeles","Copyright":"Copyright","Couldn't find anything.":"No se ha encontrado nada.","Country":"País","Create album":"Crear álbum","Created":"Creado","Creating thumbnails for":"Creando miniaturas para","Cubic: Moderate Quality, Good Performance":"Cúbico: Calidad moderada, buen rendimiento","Current Password":"Contraseña actual","Customer Support":"Atención al cliente","Cyan":"Cían","Cyano":"Ciano","Czech":"República Checa","Daily":"Diariamente","Danish":"Danés","Day":"Día","Debug Logs":"Registros de depuración","Default":"Por defecto","Default Folder":"Carpeta por Defecto","Delete":"Borrar","Description":"Descripción","Detailed instructions can be found in our User Guide.":"Las instrucciones detalladas se encuentran en nuestra Guía de Usuario.","Details":"Detalles","Dimensions":"Dimensiones","Disable Backups":"Última copia de seguridad","Disable built-in WebDAV server. Requires a restart.":"Deshabilitar el servidor WebDAV incorporado. Requiere un reinicio.","Disable Darktable":"Desactivar Darktable","Disable ExifTool":"Desactivar ExifTool","Disable FFmpeg":"Desactivar FFmpeg","Disable Places":"Deshabilitado","Disable RawTherapee":"Desactivar RawTherapee","Disable TensorFlow":"Desactivar TensorFlow","Disable WebDAV":"Deshabilitado","Disabled":"Deshabilitado","Disables reverse geocoding and maps.":"Desactiva la geocodificación inversa y los mapas.","Discover":"Descubrir","Don't backup photo and album metadata to YAML files.":"No hagas una copia de seguridad de los metadatos de las fotos y los álbumes en los archivos YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"No cree archivos ExifTool JSON para mejorar la extracción de metadatos.","Don't modify originals folder. Disables import, upload, and delete.":"No modifique la carpeta de originales. Desactiva la importación, la carga y la eliminación.","Don't transcode videos with FFmpeg.":"No transcodifiques los vídeos con FFmpeg.","Don't use Darktable to convert RAW files.":"No utilices Darktable para convertir archivos RAW.","Don't use RawTherapee to convert RAW files.":"No utilice RawTherapee para convertir archivos RAW.","Don't use TensorFlow for image classification.":"Navegar y editar las etiquetas de clasificación de las imágenes.","Donations":"Donaciones","Done":"Hecho","Done.":"Hecho.","Download":"Descargar","Download remote files":"Descargar archivos remotos","Download single files and zip archives.":"Descargue archivos individuales y zip.","Downloading…":"Descargando...","Downscaling Filter":"Filtro de calidad","Duplicates will be skipped and only appear once.":"Los duplicados se saltarán y sólo aparecerán una vez.","Dutch":"Holandés","Dynamic Previews":"Previsiones no reveladas","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"La renderización bajo demanda requiere una CPU potente y no se recomienda para servidores domésticos más pequeños, o dispositivos NAS.","Dynamic Size Limit: %{n}px":"Límite de tamaño no alcanzado: %{n}px","E-Mail":"E-Mail","Edit":"Editar","Edit %{name}":"Editar %{name}","Edit Account":"Editar Cuenta","Edit Photo":"Editar Foto","Edited":"Editado","Enable new features currently under development.":"Habilitar las nuevas características que se están desarrollando actualmente.","Enabled":"Activado","Enables RAW converter presets. May reduce performance.":"Activa los preajustes del convertidor RAW. Puede reducir el rendimiento.","English":"Inglés","Errors":"Errores","Estimate the approximate location of pictures without coordinates.":"Estimar la ubicación aproximada de las imágenes sin coordenadas.","Estimates":"Presupuestos","Every two days":"Cada dos días","Exclude content marked as private from search results, shared albums, labels, and places.":"Excluir el contenido marcado como privado de los resultados de búsqueda, álbumes compartidos, etiquetas y lugares.","Exclude hidden":"Excluir lo oculto","Expand":"Expandir","Expand Search":"Expandir la búsqueda","Experimental Features":"Características experimentales","Expires":"Expira","Exposure":"Exposición","F Number":"Número F","Face":"Cara","Faces":"Caras","Failed copying to clipboard":"Falló la cópia al portapapeles","Failed removing link":"Falló al eliminar el enlace","Failed updating link":"Falló la actualización el enlace","Failure while importing uploaded files":"Falló al importar los archivos cargados","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature Request":"Solicitud de características","Feedback":"Comentarios","File":"Archivo","File Browser":"Explorador de Archivos","Files":"Archivos","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Los archivos con nombres secuenciales como \"IMG_1234 (2)\" o \"IMG_1234 copia 2\" pertenecen a la misma foto.","Focal Length":"Distancia focal","Folder":"Carpeta","Folder contains %{n} files":"La carpeta contiene %{n} archivos","Folder is empty":"Carpeta vacía","Folders":"Carpetas","French":"Francés","Fullscreen":"Pantalla completa","General":"General","German":"Alemán","Gold":"Oro","Grayscale":"Escala de grises","Green":"Verde","Grey":"Gris","Group by similarity":"Agrupar por similitud","Hash":"Hashe","Hebrew":"Hebreo","Help":"Ayuda","Hidden":"Oculto","Hidden Files":"Archivos Ocultos","Hide":"Ocultar","Hide photos that have been moved to archive.":"Ocultar las fotos que han sido archivadas.","Hindi":"Hindi","How can we help?":"¿Cómo podemos ayudarte?","Hybrid":"Híbrido","I'm a sponsor":"Soy patrocinador","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Si te gusta usar PhotoPrism, considera apoyarnos en Patreon o en GitHub Sponsors.","image":"imagen","Image":"Imagen","Images":"Imágenes","Import":"Importar","Import failed":"Importación ha fallado","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Los archivos importados serán clasificados por fecha y se les dará un nombre único para evitar duplicados.","Imported files will be sorted by date and given a unique name.":"Los archivos importados serán clasificados por fecha y se les dará un nombre único.","Importing %{name}…":"Importando %{name}...","Importing files to originals…":"Importando archivos a originales...","in":"en","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"En caso de que falten imágenes que usted espera, vuelva a escanear su biblioteca y espere a que se complete la indexación.","Index":"Indexar","Indexing":"Indexando","Indexing failed":"Indexación ha fallado","Indexing media and sidecar files…":"Indexando los archivos multimedia y sidecar...","Instance ID":"ID de instancia","Interval":"Intervalo","Invalid date":"Fecha inválida","Italian":"Italiano","Item":"Elemento","Japanese":"Japonés","JPEG Quality: %{n}":"Calidad JPEG: %{n}","JPEG Size Limit: %{n}px":"Límite de tamaño del JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Los JPEG y las miniaturas se renderizan automáticamente según sea necesario.","Keywords":"Palabras clave","Korean":"Koreano","Kurdish":"Curdo","Label":"Etiqueta","Labels":"Etiquetas","Labels deleted":"Etiquetas borradas","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Preservación de detalles, artefactos mínimos","Language":"Idioma","Last Backup":"Última copia de seguridad","Latitude":"Latitud","Lavender":"Lavanda","Lens":"Lente","Let us know when we mistakenly label an idea as unfunded.":"Háganos saber si nos equivocamos al etiquetar una idea como no financiada.","Library":"Librería","License":"Licencia","Like":"Me gusta","Lime":"Lima","Limit reached, showing first %{n} files":"Límite alcanzado, mostrando los primeros %{n} archivos","Linear: Very Smooth, Best Performance":"Lineal: Muy suave, la mejor actuación","Link":"Enlace","List":"Lista","Live":"En vivo","Local Time":"Hora local","location":"ubicación","Location":"Ubicación","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Los mensajes de registro aparecen aquí cada vez que PhotoPrism se encuentra con archivos rotos, o hay otros problemas potenciales.","Login":"Iniciar sesión","Logout":"Cerrar sesión","Logs":"Registro","Longitude":"Longitud","Magenta":"Magenta","Main Color":"Color principal","manual":"manual","Manual Upload":"Subida manual","Marker":"Marcador","Medium":"Mediano","Merge %{a} with %{b}?":"¿Fusionar %{a} con %{b}?","Message sent":"Mensaje enviado","Minimize":"Minimizar","Missing":"Desaparecido","Moments":"Momentos","Monochrome":"Monocromo","Month":"Mes","Moonlight":"Luz de la luna","More than %{n} pictures found":"Más de %{n} imágenes encontradas","More than 20 albums found":"Más de 20 álbumes encontrados","More than 20 labels found":"Más de 20 etiquetas encontradas","More than 20 people found":"Más de 20 personas encontraron","Mosaic":"Mosaico","Most relevant":"Más relevante","Move Files":"Mover archivos","Name":"Nombre","Name too long":"Nombre demasiado largo","Never":"Nunca","New":"Nuevo","New Password":"Nueva contraseña","Newest first":"Más nuevos primero","No":"No","No albums found":"No se encontraron álbumes","No labels found":"No se encontraron etiquetas","No people found":"No hay personas","No pictures found":"No se han encontrado imágenes","No recently edited pictures":"No hay imágenes editadas recientemente","No servers configured.":"Sin servidores configurados.","No thanks":"No gracias","No warnings or error containing this keyword. Note that search is case-sensitive.":"No hay advertencias ni errores que contengan esta palabra clave. Tenga en cuenta que la búsqueda distingue entre mayúsculas y minúsculas.","Non-photographic and low-quality images require a review before they appear in search results.":"Las imágenes no fotográficas y de baja calidad requieren una revisión antes que aparezcan en los resultados de la búsqueda.","None":"Ninguno","Norwegian":"Noruego","Not Found":"No encontrado","Note you may manually manage your originals folder and importing is optional.":"Tenga en cuenta que puede gestionar manualmente su carpeta de originales y que la importación es opcional.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: Sólo los servidores WebDAV, como Nextcloud o PhotoPrism, pueden ser configurados como servicio remoto para hacer copias de seguridad y subir archivos.","Note: Updating the password will not revoke access from already authenticated users.":"Nota: La actualización de la contraseña no revocará el acceso de los usuarios ya autentificados.","Notes":"Notas","Nothing to see here yet. Be patient.":"No hay nada que ver aquí todavía. Paciencia.","Offline":"Desconectado","Oldest first":"Más antiguos primero","Once a week":"Una vez a la semana","One album found":"Un álbum encontrado","One file found":"Un archivo encontrado","One folder found":"Una carpeta encontrada","One label found":"Una etiqueta encontrada","One person found":"Una persona encontró","One picture found":"Una foto encontrada","Onyx":"Ónix","Options":"Opciones","Orange":"Naranja","Orientation":"Orientación","Original":"Original","Original file names will be stored and indexed.":"Los nombres originales de los archivos serán almacenados e indexados.","Original Name":"Nombre original","Originals":"Originales","Other":"Otro","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Nuestra visión es proporcionar la solución más fácil de usar para navegar, organizar y compartir su colección de fotos.","Outdoor":"Al aire libre","Panorama":"Panorámica","Panoramas":"Panorámicas","Password":"Contraseña","Password changed":"Contraseña cambiada","People":"Gente","People you share a link with will be able to view public contents.":"La gente con la que compartas un enlace podrá ver los contenidos públicos.","Permanently deleted":"Eliminado permanentemente","Permanently remove files to free up storage.":"Elimina permanentemente los archivos para liberar almacenamiento.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism ha sido actualizado...","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® es una marca registrada de Michael Mayer.","Photos":"Fotos","Pink":"Rosa","Place":"Lugar","Place & Time":"Lugar y tiempo","Places":"Lugares","Play":"Reproducir","Please confirm your new password.":"Por favor, confirma tu nueva contraseña.","Please contact us at hello@photoprism.app if you have questions or need help.":"Póngase en contacto con nosotros en hello@photoprism.app si tiene preguntas o necesita ayuda.","Please don't upload photos containing offensive content.":"Por favor, no subas fotos con contenido ofensivo.","Polish":"Polaco","Portrait":"Retrato","Português de Portugal":"Português de Portugal","Preserve filenames":"Preservar nombres de archivo","Press button to start importing…":"Presiona el botón para empezar a importar...","Press button to start indexing…":"Presiona el botón para empezar a indexar...","Press enter to create a new album.":"Presiona enter para crear un nuevo álbum.","Preview":"Vista previa","Primary":"Primario","Private":"Privado","Product Feedback":"Comentarios sobre el producto","Projection":"Proyección","Purple":"Púrpura","Quality Filter":"Filtro de calidad","Quality Score":"Puntuación de calidad","Random":"Aleatorio","Raspberry":"Frambuesa","Raw":"Raw","RAW":"Raw","RAW Conversion":"Conversión","Re-index all originals, including already indexed and unchanged files.":"Re-indexar todos los originales, incluyendo los archivos ya indexados y no modificados.","Read-Only Mode":"Modo de sólo lectura","Recently added":"Añadidos recientemente","Recently edited":"Editados recientemente","Recognition starts after indexing has been completed.":"El reconocimiento se inicia una vez finalizada la indexación.","Recognized":"Reconocida","Recognizes faces so that specific people can be found.":"Reconoce las caras para poder encontrar a personas concretas.","Red":"Rojo","Reload":"Recargar","Reloading…":"Recargando...","Remote Sync":"Sincronización remota","Remove":"Eliminar","remove failed: unknown album":"eliminación ha fallado: álbum desconocido","Remove from album":"Eliminar del álbum","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Eliminar los archivos importados para ahorrar espacio. Los tipos de archivos no admitidos nunca se eliminarán y permanecen en su ubicación actual.","Report Bug":"Reportar error","Request failed - invalid response":"Solicitud ha fallado - respuesta inválida","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Las solicitudes respaldadas por los patrocinadores de plata y oro reciben una etiqueta de oro y se les dará prioridad.","Required":"Requerido","Resolution":"Resolución","Restore":"Restaurar","Retype Password":"Reescriba la contraseña","Review":"Revisar","Russian":"Ruso","Save":"Guardar","Scan":"Escanear","Scans":"Escaneos","Search":"Buscar","Search and display photos on a map.":"Buscar y mostrar fotos en un mapa.","Season":"Temporada","Seaweed":"Algas Marinas","Secret":"Secreto","Select":"Seleccionar","Select albums or create a new one":"Selecciona los álbumes o crea un nuevo","Selection approved":"Selección archivada","Selection archived":"Selección archivada","Selection restored":"Selección restaurada","Send":"Enviar","Sequential Name":"Nombre secuencial","Server":"Servidor","Service URL":"URL del servicio","Settings":"Ajustes","Settings saved":"Ajustes guardados","Setup":"Configurar","Shadow":"Sombra","Share":"Compartir","Share %{name}":"Compartir %{name}","Shared with you.":"Compartido con usted.","Show":"Mostrar","Show all new faces":"Mostrar todas las caras nuevas","Show hidden":"Mostrar oculto","Show less":"Ver menos","Show Library in navigation menu.":"Mostrar Biblioteca en el menú de navegación.","Show more":"Ver más","Show server logs in Library.":"Mostrar los registros del servidor en la biblioteca.","Shows more detailed log messages. Requires a restart.":"Muestra mensajes de registro más detallados. Requiere un reinicio.","Sidecar":"Adicional","Sign in":"Iniciar sesión","Sign Up":"Registrarse","Similar":"Similares","Size":"Tamaño","Slovak":"Eslovaco","Slow":"Lento","Sort by file name":"Ordenar por nombre de archivo","Sort Order":"Orden de Clasificación","Source":"Fuente","Spanish":"Español","Stack":"Apilar","Stack files sharing the same unique image or instance identifier.":"Apilar los archivos que comparten la misma imagen única o identificador de instancia.","Stack pictures taken at the exact same time and location based on their metadata.":"Apilar las imágenes tomadas en el mismo momento y lugar exactos basados en sus metadatos.","Stackable":"ES Stackable","Stacks":"Secuencias","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Las pilas agrupan archivos con un marco de referencia similar, pero con diferencias de calidad, formato, tamaño o color.","Start":"Empezar","Start/Stop Slideshow":"Empezar/Detener la presentación de diapositivas","States":"Estados","Static Size Limit: %{n}px":"Límite de tamaño de pre-rendimiento: %{n}px","Status":"Estado","Storage Folder":"Carpeta de almacenamiento","Streets":"Calles","Style":"Estilo","Subject":"Sujeto","Support for additional services, like Google Drive, will be added over time.":"El soporte para servicios adicionales, como Google Drive, se añadirá futuramente.","Sync":"Sincronizar","Sync raw and video files":"Sincronizar imágenes raw","Taken":"Tomada","Teal":"Verde Azulado","Text too long":"Texto demasiado largo","Thank you very much!":"¡Muchas gracias!","The index currently contains %{n} hidden files.":"El índice contiene actualmente %{n} archivos ocultos.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"La hoja de ruta muestra las tareas en curso, lo que hay que probar y las peticiones de características que se van a implementar a continuación.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Su formato puede no ser compatible, aún no se han convertido a JPEG o hay duplicados.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Este es un artículo de acceso anticipado para dar las gracias a nuestros patrocinadores y colaboradores.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Esto monta la carpeta de originales como una unidad de red y le permite abrir, editar y eliminar archivos de su ordenador o smartphone como si fueran locales.","This open-source project is made possible thanks to our sponsors.":"Este proyecto de código abierto es posible gracias a nuestros patrocinadores.","Thumbnail Generation":"Generar miniatura","Time UTC":"Hora UTC","Time Zone":"Zona horaria","Title":"Título","Title too long":"Título demasiado largo","to":"para","Toggle View":"Cambiar Vista","Token":"Simbólico","Topographic":"Topográfico","Trademarks":"Marcas registradas","Try again using other filters or keywords.":"Inténtalo de nuevo usando otros filtros o palabras.","Type":"Tipo","Undo":"Deshacer","Unique ID":"ID Única","Unknown":"Desconocido","Unsorted":"Sin clasificar","Unstack":"Desagrupar","Updated":"Actualizado","Updating faces":"Actualización de las caras","Updating index":"Índice de actualización","Updating moments":"Momentos de actualización","Updating previews":"Actualización de las vistas previas","Updating stacks":"Desagrupar","Upload":"Subir","Upload complete":"Subida completa","Upload complete. Indexing…":"Subida completa. Indexando...","Upload failed":"Subida ha fallado","Upload local files":"Subir archivos locales","Upload to WebDAV and share links with friends.":"Subir a WebDAV y compartir los enlaces con amigos.","Uploading %{n} of %{t}…":"Cargando %{n} de %{t}...","Uploading photos…":"Subiendo fotos...","Uploads that may contain such images will be rejected automatically.":"Las subidas que puedan contener tales imágenes serán rechazadas automáticamente.","URL":"URL","Use Presets":"Usar preselecciones","User":"Usuario","User Interface":"Interfaz de usuario","Username":"Nombre de usuario","Video":"Vídeo","Videos":"Vídeos","View":"Ver","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Te informaremos de cómo activarlo cuando te registres en Patreon o en GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"Los clientes de WebDAV pueden conectarse a PhotoPrism usando la siguiente URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Los clientes de WebDAV, como Microsoft Windows Explorer o Finder de Apple, pueden conectarse directamente a PhotoPrism.","WebDAV Upload":"Subida WebDAV","White":"Blanco","Year":"Año","Yellow":"Amarillo","Yellowstone":"Yellowstone","Yes":"Sí","You can only download one album":"Sólo puedes descargar un álbum","You can only download one label":"Sólo puedes descargar una etiqueta","You may only select one item":"Sólo puedes selecionar un elemento","You may rescan your library to find additional faces.":"Puede volver a explorar su biblioteca para encontrar más caras.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Puede utilizarlo según sea necesario para describir nuestro software, ejecutar su propio servidor, con fines educativos, pero no para ofrecer bienes, productos o servicios comerciales sin permiso previo por escrito. En otras palabras, por favor pregunta.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Su apoyo continuo nos ayuda a financiar los costes de funcionamiento, a ofrecer servicios como los mapas por satélite y a desarrollar nuevas funciones.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Tu biblioteca se analiza continuamente para crear automáticamente álbumes de momentos, viajes y lugares especiales.","Your message has been sent":"Tu mensaje ha sido enviado","Zoom in/out":"Acercar/Alejar"},"fr":{"%{n} albums found":"%{n} albums trouvés","%{n} files uploaded":"%{n} fichiers chargés","%{n} folders found":"%{n} dossiers trouvés","%{n} labels found":"%{n} étiquettes trouvées","%{n} people found":"%{n} personnes trouvées","%{n} pictures found":"%{n} images trouvées","1 hour":"1 heure","12 hours":"12 heures","4 hours":"4 heures","A click will copy it to your clipboard.":"Cliquez pour copier vers le presse-papier.","About":"A propos","Account":"Compte","Accuracy":"Précision","Action":"Action","Actions":"Actions","Add Album":"Ajouter album","Add files to your library via Web Upload.":"Ajouter des fichiers à votre bibliothèque par chargement.","Add Link":"Ajouter un lien","Add pictures from search results by selecting them.":"Ajoutez des images à partir des résultats de recherche en les sélectionnant.","Add Server":"Ajouter un serveur","Add to album":"Ajouter à l'album","Added":"Ajouté","Advanced":"Avancé","After 1 day":"Après 1 jour","After 3 days":"Après 3 jours","After 7 days":"Après 7 jours","After one month":"Après un mois","After one year":"Après un an","After selecting pictures from search results, you can add them to an album using the context menu.":"Après avoir sélectionné des images dans les résultats de recherche, vous pouvez les ajouter à un album à l'aide du menu contextuel.","After two months":"Après 2 mois","After two weeks":"Après 2 semaines","Album":"Album","Album Name":"Titre de l'Album","Albums":"Albums","Albums deleted":"Albums supprimés","All %{n} albums loaded":"Les %{n} albums ont été chargés","All %{n} labels loaded":"Les %{n} étiquettes ont été chargées","All %{n} people loaded":"Les %{n} personnes ont été chargées","All Cameras":"Tous les appareils photo","All Categories":"Toutes les catégories","All Colors":"Toutes les couleurs","All Countries":"Tous les pays","All fields are required":"Tous les fichiers sont requis","All files from import folder":"Tous les fichiers du dossier d'importation","All Lenses":"Tous les objectifs","All Months":"Tous les mois","All originals":"Tous les fichiers originaux","All Years":"Toutes les années","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Vous pouvez également charger les fichiers directement vers un serveur WebDAV comme Nextcloud.","Altitude":"Altitude","Altitude (m)":"Altitude (m)","An error occurred - are you offline?":"Un problème est survenu - êtes-vous hors ligne ?","Animation":"Animation","Any private photos and videos remain private and won't be shared.":"Une photo ou vidéo privée restera privée et ne sera pas partagée.","API Key":"Clé d'API","Apply":"Appliquer","Approve":"Approuver","Archive":"Archives","Archived":"Archivé","Are you sure you want to archive the selection?":"Êtes-vous sûr de vouloir archiver la sélection ?","Are you sure you want to delete these albums?":"Êtes-vous sûr de vouloir supprimer ces albums ?","Are you sure you want to delete these labels?":"Êtes-vous sûr de vouloir supprimer ces étiquettes ?","Are you sure you want to delete this account?":"Êtes-vous sûr de vouloir supprimer ce compte ?","Are you sure you want to permanently delete these pictures?":"Êtes-vous sûr de vouloir supprimer définitivement ces photos?","Are you sure you want to permanently delete this file?":"Êtes-vous sûr de vouloir supprimer définitivement ce fichier ?","Artist":"Artiste","Aspect Ratio":"Ratio d’aspect","At least 6 characters.":"Au moins 6 caractères.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Les fichiers de certains types comme RAW doivent être convertis pour être affichables par le navigateur.","Automatically creates albums of special moments, trips, and places.":"Création automatique d'albums regroupant des moments, des voyages et des lieux spéciaux.","Become a sponsor":"Devenir un sponsor","Bio":"Biographie","Black":"Noir","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman : modification de Lanczos, moins d'artefacts de sonnerie","Blue":"Bleu","Brazilian Portuguese":"Portugais brésilien","Brown":"Marron","Browse and edit image classification labels.":"Parcourir et modifier les étiquettes de classification d'images.","Browse indexed files and folders in Library.":"Parcourir les dossiers et fichiers indexés dans la bibliothèque.","Bug Report":"Signaler une erreur","Busy, please wait…":"Veuillez patienter…","Calendar":"Calendrier","Camera":"Appareil photo","Camera Serial":"N° de série de l'appareil photo","Can't load more, limit reached":"Impossible de charger plus, limite atteinte","Can't select more items":"Impossible de sélectionner plus d’éléments","Cancel":"Annuler","Cards":"Cartes","Category":"Catégorie","Change":"Changer","Change photo titles, locations, and other metadata.":"Changer les titres, les lieux et d'autres métadonnées.","Change private flag":"Modifier le statut privé","Checked":"Vérifié","Chinese Simplified":"Chinois simplifié","Chinese Traditional":"Chinois traditionnel","Chroma":"Chrome","Close":"Fermer","Codec":"Codec","Color":"Couleur","Colors":"Couleurs","Complete Rescan":"Réanalyse complète","Confidence":"Confiance","Connect":"Connecter","Connect via WebDAV":"Se connecter via le protocole WebDAV","Contact Us":"Nous contacter","Contains %{n} pictures.":"Contient %{n} images.","Contains one picture.":"Contient une photo.","Convert to JPEG":"Convertir en JPEG","Converting":"Conversion en cours","Copied to clipboard":"Copié vers le presse-papier","Copyright":"Copyright","Couldn't find anything.":"Aucun élément trouvé.","Country":"Pays","Create album":"Créer un album","Created":"Créé","Creating thumbnails for":"Création des vignettes pour","Cubic: Moderate Quality, Good Performance":"Cubique : Qualité modérée, bonne performance","Current Password":"Mot de passe actuel","Customer Support":"Support Client","Cyan":"Cyan","Cyano":"Cyano","Czech":"Tchèque","Daily":"Quotidien","Danish":"Danois","Day":"Jour","Debug Logs":"Journaux de débogage","Default":"Valeur par défaut","Default Folder":"Dossier par défaut","Delete":"Supprimer","Description":"Description","Detailed instructions can be found in our User Guide.":"Vous trouverez des instructions détaillées dans notre guide de l’utilisateur.","Details":"Détails","Dimensions":"Dimensions","Disable Backups":"Désactiver les sauvegardes","Disable built-in WebDAV server. Requires a restart.":"Désactiver le serveur WebDAV intégré. Nécessite un redémarrage.","Disable Darktable":"Désactiver Darktable","Disable ExifTool":"Désactiver l'outil ExifTool","Disable FFmpeg":"Désactiver FFmpeg","Disable Places":"Désactiver les Lieux","Disable RawTherapee":"Désactiver RawTherapee","Disable TensorFlow":"Désactiver TensorFlow","Disable WebDAV":"Désactiver WebDAV","Disabled":"Désactivé","Disables reverse geocoding and maps.":"Désactiver le géocodage inverse et les cartes.","Discover":"Découvrir","Don't backup photo and album metadata to YAML files.":"Ne pas sauvegarder les métadonnées des photos et des albums dans des fichiers YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Ne pas créer de fichiers JSON ExifTool pour améliorer l'extraction des métadonnées.","Don't modify originals folder. Disables import, upload, and delete.":"Ne pas modifier le dossier des originaux. Désactive l'importation, le téléchargement et la suppression.","Don't transcode videos with FFmpeg.":"Ne pas transcoder les vidéos avec FFmpeg.","Don't use Darktable to convert RAW files.":"Ne pas utiliser Darktable pour convertir les fichers RAW.","Don't use RawTherapee to convert RAW files.":"Ne pas utiliser RawTherapee pour convertir les fichiers RAW.","Don't use TensorFlow for image classification.":"Parcourir et modifier les étiquettes de classification d'images.","Donations":"Dons","Done":"Terminé","Done.":"Terminé.","Download":"Télécharger","Download remote files":"Télécharger les fichiers distants","Download single files and zip archives.":"Téléchargement de fichiers et d'archives zip.","Downloading…":"Téléchargement en cours…","Downscaling Filter":"Filtre de qualité","Duplicates will be skipped and only appear once.":"Les doublons seront ignorés et n'apparaîtront qu'une seule fois.","Dutch":"Néerlandais","Dynamic Previews":"Avant-premières non cachées","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Le rendu à la demande nécessite un processeur puissant et n'est pas recommandé pour les petits serveurs domestiques ou les périphériques NAS.","Dynamic Size Limit: %{n}px":"Limite de taille non cachée : %{n}px","E-Mail":"Courriel","Edit":"Modifier","Edit %{name}":"Modifier %{name}","Edit Account":"Modifier le compte","Edit Photo":"Modifier la photo","Edited":"Modifié","Enable new features currently under development.":"Activer les nouvelles fonctionnalités en cours de développement.","Enabled":"Activé","Enables RAW converter presets. May reduce performance.":"Active les préréglages du convertisseur RAW. Cela peut réduire les performances.","English":"Anglais","Errors":"Erreurs","Estimate the approximate location of pictures without coordinates.":"Déterminer approximativement la localisation d'une image sans coordonnées.","Estimates":"Estimations","Every two days":"Tous les deux jours","Exclude content marked as private from search results, shared albums, labels, and places.":"Exclure le contenu marqué comme privé des résultats de recherche, des albums partagés, des étiquettes et des lieux.","Exclude hidden":"Exclure les éléments cachés","Expand":"Développer","Expand Search":"Montre plus","Experimental Features":"Fonctions Expérimentales","Expires":"Expire","Exposure":"Exposition","F Number":"Ouverture","Face":"Visage","Faces":"Visages","Failed copying to clipboard":"Échec de la copie vers le presse-papier","Failed removing link":"Échec de la suppression du lien","Failed updating link":"Échec de la mise à jour du lien","Failure while importing uploaded files":"Échec de l'importation des fichiers chargés","Fast":"Rapide","Favorite":"Favori","Favorites":"Favoris","Feature Request":"Demander une fonctionnalité","Feedback":"Retour d'information","File":"Fichier","File Browser":"Explorateur de fichiers","Files":"Fichiers","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Des fichiers ayant des noms séquentiels tels que 'IMG_1234 (2)' et 'IMG_1234 (3)' appartiennent à la même image.","Focal Length":"Longueur focale","Folder":"Dossier","Folder contains %{n} files":"Dossier contenant %{n} fichiers","Folder is empty":"Le dossier est vide","Folders":"Dossiers","French":"Français","Fullscreen":"Plein écran","General":"Général","German":"Allemand","Gold":"Or","Grayscale":"Gamme de gris","Green":"Vert","Grey":"Gris","Group by similarity":"Grouper par similarité","Hash":"Somme de contrôle","Hebrew":"Hébreu","Help":"Aide","Hidden":"Caché","Hidden Files":"Fichiers cachés","Hide":"Cacher","Hide photos that have been moved to archive.":"Cacher les photos archivées.","Hindi":"Hindi","How can we help?":"Comment pouvons nous vous aider ?","Hybrid":"Hybride","I'm a sponsor":"Je contribue","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Si vous aimez utiliser PhotoPrism, veuillez envisager de nous soutenir sur Patreon ou GitHub Sponsors.","image":"image","Image":"Image","Images":"Images","Import":"Importer","Import failed":"Échec de l'importation","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Les fichiers importés seront classés par date et recevront un nom unique pour éviter les doublons.","Imported files will be sorted by date and given a unique name.":"Les fichiers importés seront classés par date et recevront un nom unique.","Importing %{name}…":"Importation de %{name} en cours…","Importing files to originals…":"Importation des fichiers vers le dossier des originaux…","in":"en","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Si des images que vous attendez manquent, veuillez rescanner votre bibliothèque et attendre que l'indexation soit terminée.","Index":"Index","Indexing":"Indexation","Indexing failed":"Échec de l'indexation","Indexing media and sidecar files…":"Indexation des média et et des fichiers annexes en cours…","Instance ID":"Instance ID","Interval":"Intervalle","Invalid date":"Date incorrecte","Italian":"Italien","Item":"Item","Japanese":"Japonais","JPEG Quality: %{n}":"Qualité JPEG : %{n}","JPEG Size Limit: %{n}px":"Limite de taille JPEG : %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Les JPEGS et vignettes sont automatiquement affichés selon les besoins.","Keywords":"Mots-clés","Korean":"Coréen","Kurdish":"Kurde","Label":"Etiquette","Labels":"Étiquettes","Labels deleted":"Étiquettes supprimées","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos : Préservation des détails, artefacts minimaux","Language":"Langue","Last Backup":"Dernière sauvegarde","Latitude":"Latitude","Lavender":"Lavande","Lens":"Objectif","Let us know when we mistakenly label an idea as unfunded.":"Faites-nous savoir si nous avons par erreur qualifié une idée de non financée.","Library":"Bibliothèque","License":"Licence","Like":"Préféré","Lime":"Citron","Limit reached, showing first %{n} files":"Limite atteinte, affichage des %{n} premiers fichiers","Linear: Very Smooth, Best Performance":"Linéaire : Très lisse, meilleure performance","Link":"Lien","List":"Liste","Live":"Live","Local Time":"Heure locale","location":"emplacement","Location":"Emplacement","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Les messages des journaux s'affichent ici si PhotoPrism rencontre un fichier corrompu ou s'il y a un autre problème potentiel.","Login":"Connexion","Logout":"Déconnexion","Logs":"Journaux","Longitude":"Longitude","Magenta":"Magenta","Main Color":"Couleur principale","manual":"manuel","Manual Upload":"Chargement manuel","Marker":"Marqueur","Medium":"Moyen","Merge %{a} with %{b}?":"Fusionner %{a} avec %{b}?","Message sent":"Message envoyé","Minimize":"Minimiser","Missing":"Manquant","Moments":"Moments","Monochrome":"Monochrome","Month":"Mois","Moonlight":"Clair de lune","More than %{n} pictures found":"Plus de %{n} images trouvées","More than 20 albums found":"Plus de 20 albums ont été trouvés","More than 20 labels found":"Plus de 20 étiquettes ont été trouvées","More than 20 people found":"Plus de 20 personnes trouvées","Mosaic":"Mosaïque","Most relevant":"Le plus pertinent","Move Files":"Déplacer les fichiers","Name":"Nom","Name too long":"Nom trop long","Never":"Jamais","New":"Nouvelles","New Password":"Nouveau mot de passe","Newest first":"Plus récent en premier","No":"Non","No albums found":"Aucun album trouvé","No labels found":"Aucune étiquette trouvée","No people found":"Aucune personne trouvée","No pictures found":"Aucune photo trouvée","No recently edited pictures":"Pas de photos récemment éditées","No servers configured.":"Aucun serveur configuré.","No thanks":"Non merci","No warnings or error containing this keyword. Note that search is case-sensitive.":"Aucun avertissement ou erreur contenant ce mot-clé. Notez que la recherche est sensible à la casse.","Non-photographic and low-quality images require a review before they appear in search results.":"Les images non photographiques ou de mauvaise qualité doivent faire l'objet d'un examen avant d'apparaître dans les résultats de recherche.","None":"Aucun","Norwegian":"Norvégien","Not Found":"Non trouvé","Note you may manually manage your originals folder and importing is optional.":"Notez que vous pouvez gérer manuellement votre dossier d'originaux et que l'importation est facultative.","Note:":"Remarque:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Remarque: seuls les serveurs au protocole WebDAV, comme Nextcloud ou PhotoPrism, peuvent être configurés comme service distant pour la sauvegarde et le téléchargement de fichiers.","Note: Updating the password will not revoke access from already authenticated users.":"Remarque: Mettre à jour votre mot de passe n'interrompt pas l'accès des utilisateurs déjà connectés.","Notes":"Remarques","Nothing to see here yet. Be patient.":"Il n'y a rien à voir ici pour le moment. Soyez patient.","Offline":"Hors-ligne","Oldest first":"Plus ancien en premier","Once a week":"Une fois par semaine","One album found":"Un album trouvé","One file found":"Un fichier trouvé","One folder found":"Un dossier trouvé","One label found":"Une étiquette trouvée","One person found":"Une personne trouvée","One picture found":"Une photo trouvée","Onyx":"Onyx","Options":"Options","Orange":"Orange","Orientation":"Orientation","Original":"Original","Original file names will be stored and indexed.":"Les noms des fichier originaux seront sauvegardés et indexés.","Original Name":"Nom original","Originals":"Originaux","Other":"Autre","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Notre ambition est de vous fournir la solution la plus conviviale pour la navigation, l’organisation et le partage de vos photos.","Outdoor":"Extérieur","Panorama":"Panorama","Panoramas":"Panoramas","Password":"Mot de passe","Password changed":"Mot de passe modifié","People":"Personnes","People you share a link with will be able to view public contents.":"Les personnes avec qui vous partagez un lien pourront voir le contenu public de votre bibliothèque.","Permanently deleted":"Supprimé définitivement","Permanently remove files to free up storage.":"Supprimer définitivement les fichiers pour récupérer de la place de stockage.","Photo":"Photo","PhotoPrism has been updated…":"PhotoPrism a été mis à jour…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® is une marque déposée par Michael Mayer.","Photos":"Photos","Pink":"Rose","Place":"Lieu","Place & Time":"Unité de lieu et de temps","Places":"Lieux","Play":"Lancer","Please confirm your new password.":"Veuillez confirmer votre nouveau mot de passe.","Please contact us at hello@photoprism.app if you have questions or need help.":"Contactez-nous à hello@photoprism.app si vous avez des questions ou besoin d'aide.","Please don't upload photos containing offensive content.":"Veuillez ne pas charger de photos choquantes.","Polish":"Polonais","Portrait":"Portrait","Português de Portugal":"Portugais du Potugal","Preserve filenames":"Conserver les noms de fichiers","Press button to start importing…":"Appuyer sur le bouton pour démarrer l'importation…","Press button to start indexing…":"Appuyer sur le bouton pour démarrer l'indexation…","Press enter to create a new album.":"Appuyer sur la touche entrée pour créer un nouvel album.","Preview":"Prévisualisation","Primary":"Primaire","Private":"Privée","Product Feedback":"Commentaires sur le produit","Projection":"Projection","Purple":"Violet","Quality Filter":"Filtre de qualité","Quality Score":"Score de qualité","Random":"Aléatoire","Raspberry":"Framboise","Raw":"Raw","RAW":"RAW","RAW Conversion":"Conversion RAW","Re-index all originals, including already indexed and unchanged files.":"Réindexer tous les originaux, en incluant ceux déjà indexés et les fichiers inchangés.","Read-Only Mode":"Mode lecture seule","Recently added":"Ajoutés récemment","Recently edited":"Modifiés récemment","Recognition starts after indexing has been completed.":"La reconnaissance démarrera après la fin de l'indexation.","Recognized":"Reconnues","Recognizes faces so that specific people can be found.":"Recherche les visages pour permettre de trouver des personnes données.","Red":"Rouge","Reload":"Recharger","Reloading…":"Rechargement…","Remote Sync":"Synchronisation à distance","Remove":"Supprimer","remove failed: unknown album":"échec de la suppression: album inconnu","Remove from album":"Retirer de l'album","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Supprimez les fichiers importés pour économiser l'espace de stockage. Les fichiers non pris en charge ne sont jamais supprimés et demeurent à leur emplacement actuel.","Report Bug":"Rapportez une erreur","Request failed - invalid response":"Échec de la requête - réponse incorrecte","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Les demandes soutenues par les sponsors argent et or reçoivent un label doré et seront prioritaires.","Required":"Obligatoire","Resolution":"Résolution","Restore":"Restaurer","Retype Password":"Ressaisir le mot de passe","Review":"Examen","Russian":"Russe","Save":"Sauvegarder","Scan":"Numérisée","Scans":"Numérisées","Search":"Rechercher","Search and display photos on a map.":"Rechercher et afficher des photos sur une carte.","Season":"Saison","Seaweed":"Algues","Secret":"Secret","Select":"Sélectionner","Select albums or create a new one":"Sélectionner des albums ou en créer un nouveau","Selection approved":"Sélection approuvée","Selection archived":"Sélection archivée","Selection restored":"Sélection restaurée","Send":"Envoyé","Sequential Name":"Suite logique de noms","Server":"Serveur","Service URL":"URL du service","Settings":"Paramètres","Settings saved":"Paramètres sauvegardés","Setup":"Réglage","Shadow":"Ombre","Share":"Partager","Share %{name}":"Partager %{name}","Shared with you.":"Partagé avec vous.","Show":"Afficher","Show all new faces":"Montrer tous les nouveaux visages","Show hidden":"Afficher les éléments masqués","Show less":"Montrer moins","Show Library in navigation menu.":"Afficher la bibliothèque dans le menu de navigation.","Show more":"Montre plus","Show server logs in Library.":"Afficher les journaux serveurs dans Bibliothèque.","Shows more detailed log messages. Requires a restart.":"Rend les journaux plus détaillés. Requiert un redémarrage.","Sidecar":"Fichier annexe","Sign in":"S'identifier","Sign Up":"S'identifier","Similar":"Similaire","Size":"Taille","Slovak":"Slovaque","Slow":"Lent","Sort by file name":"Trier par nom de fichier","Sort Order":"Ordre de tri","Source":"Source","Spanish":"Espagnol","Stack":"Groupe","Stack files sharing the same unique image or instance identifier.":"Images partageant le même identifiant unique d'image.","Stack pictures taken at the exact same time and location based on their metadata.":"Images prises exactement au même moment et au même endroit, en se fondant sur les métadonnées.","Stackable":"Groupable","Stacks":"Groupes","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Les groupes associent des images partageant le même contexte, mais dont la qualité, le format, les dimensions ou les couleurs peuvent différer.","Start":"Démarrer","Start/Stop Slideshow":"Démarrer / arrêter le diaporama","States":"Régions","Static Size Limit: %{n}px":"Limite de taille avant rendu : %{n}px","Status":"Statut","Storage Folder":"Dossier","Streets":"Rues","Style":"Style","Subject":"Sujet","Support for additional services, like Google Drive, will be added over time.":"La prise en charge de services supplémentaires tels que Google Drive sera ajoutée ultérieurement.","Sync":"Synchronisation","Sync raw and video files":"Synchroniser les fichiers raw et les vidéos","Taken":"Prise","Teal":"Sarcelle","Text too long":"Texte trop long","Thank you very much!":"En vous remerciant très sincèrement !","The index currently contains %{n} hidden files.":"L'index contient actuellement %{n} fichiers cachés.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"La feuille de route montre quelles tâches sont en cours, ce qui doit être testé, et quelles demandes de fonctionnalités seront mises en œuvre ensuite.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Leur format n'est peut-être pas pris en charge, ils n'ont pas encore été convertis en JPEG ou ce sont des doublons.","Theme":"Thème","This is an early-access feature to say thanks to our sponsors and contributors.":"Il s'agit d'une fonctionnalité en accès anticipé pour remercier nos mécènes et nos contributeurs.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Cela monte le dossier des originaux en tant que lecteur réseau et vous permet d'ouvrir, modifier et supprimer des fichiers de votre ordinateur ou smartphone comme s'ils étaient locaux.","This open-source project is made possible thanks to our sponsors.":"Ce projet open-source est rendu possible grâce à nos sponsors.","Thumbnail Generation":"Génération de vignettes","Time UTC":"Heure UTC","Time Zone":"Fuseau horaire","Title":"Titre","Title too long":"Titre trop long","to":"à","Toggle View":"Basculer la vue","Token":"Jeton","Topographic":"Topograpique","Trademarks":"Marques déposées","Try again using other filters or keywords.":"Réessayez en utilisant d'autres filtres ou mots-clés.","Type":"Type","Undo":"Annuler","Unique ID":"Identifiant unique","Unknown":"Inconnu","Unsorted":"Non trié","Unstack":"Dégrouper","Updated":"Mis à jour","Updating faces":"Mise à jour des visages","Updating index":"Mise à jour de l'index","Updating moments":"Mise à jour des moments","Updating previews":"Mise à jour des aperçus","Updating stacks":"Mise à jour des groupes","Upload":"Chargement","Upload complete":"Chargement terminé","Upload complete. Indexing…":"Chargement terminé. Indexation en cours…","Upload failed":"Échec du chargement","Upload local files":"Charger des fichiers locaux","Upload to WebDAV and share links with friends.":"Charger via le protocole WebDAV et partager des liens avec des amis.","Uploading %{n} of %{t}…":"Chargement de %{n} sur %{t}…","Uploading photos…":"Chargement des photos en cours…","Uploads that may contain such images will be rejected automatically.":"Les fichiers chargés qui contiendraient de telles images seront automatiquement rejetés.","URL":"URL","Use Presets":"Utiliser les préréglages","User":"Utilisateur","User Interface":"Interface utilisateur","Username":"Identifiant","Video":"Vidéo","Videos":"Vidéos","View":"Voir","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Nous vous indiquerons comment activer cette fonctionnalité après votre inscription sur Patreon ou GiHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"Les clients au protocole WebDAV peuvent se connecter à PhotoPrism à l'aide de l'URL suivante:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Les clients au protocole WebDAV, comme Microsoft’s Windows Explorer ou Apple's Finder, peuvent se connecter directement à PhotoPrism.","WebDAV Upload":"Chargement via le protocole WebDAV","White":"Blanc","Year":"Année","Yellow":"Jaune","Yellowstone":"Yellowstone","Yes":"Oui","You can only download one album":"Vous ne pouvez télécharger qu'un seul album","You can only download one label":"Vous ne pouvez télécharger qu'une seule étiquette","You may only select one item":"Vous ne pouvez sélectionner qu'un seul élément","You may rescan your library to find additional faces.":"Vous pouvez réanalyser votre bibliothèque pour trouver plus de visages.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Vous pouvez l'utiliser au besoin pour décrire notre logiciel, faire fonctionner votre propre serveur, à des fins éducatives, mais pas pour offrir des biens, produits ou services commerciaux sans autorisation écrite préalable. En d'autres termes, veuillez demander.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Votre soutien continu nous permet de financer les coûts de fonctionnement, de fournir des services tels que les cartes satellites et de développer de nouvelles fonctionnalités.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Votre bibliothèque est analysée en permanence pour créer automatiquement des albums regroupant des moments, des voyages et des lieux spéciaux.","Your message has been sent":"Votre message a été envoyé","Zoom in/out":"Agrandir/Dézoomer"},"he":{"%{n} albums found":"%{n} אלבומים נמצאו","%{n} files uploaded":"%{n} קבצים הועלו","%{n} folders found":"%{n} תיקיות הועלו","%{n} labels found":"%{n} תוויות נמצאו","%{n} people found":"%{n} אנשים מצאו","%{n} pictures found":"נמצאו %{n} תמונות","1 hour":"שעה","12 hours":"12 שעות","4 hours":"4 שעות","A click will copy it to your clipboard.":"לחיצה תעתיק את זה ללוח.","About":"אודות","Account":"חשבון","Accuracy":"דיוק","Action":"פעולה","Actions":"פעולות","Add Album":"הוסף אלבום","Add files to your library via Web Upload.":"הוסף קבצים לספריה באמצעות העלאה באתר.","Add Link":"הוסף קישור","Add pictures from search results by selecting them.":"הוסף תמונות מתוצאות החיפוש על ידי בחירתן.","Add Server":"הוסף שרת","Add to album":"הוסף לאלבום","Added":"נוסף","Advanced":"מתקדם","After 1 day":"אחרי יום","After 3 days":"אחרי 3 ימים","After 7 days":"אחרי 7 ימים","After one month":"אחרי חודש","After one year":"אחרי שנה","After selecting pictures from search results, you can add them to an album using the context menu.":"לאחר בחירת תמונות מתוצאות החיפוש, תוכל להוסיף אותן לאלבום באמצעות תפריט ההקשר.","After two months":"אחרי חודשיים","After two weeks":"אחרי שבועיים","Album":"אלבום","Album Name":"שם אלבום","Albums":"אלבומים","Albums deleted":"אלבומים נמחקו","All %{n} albums loaded":"כל %{n} האלבומים נטענו","All %{n} labels loaded":"כל %{n} התוויות נטענו","All %{n} people loaded":"כל %{n} האנשים נטענו","All Cameras":"כל המצלמות","All Categories":"כל הקטגוריות","All Colors":"כל הצבעים","All Countries":"כל המדינות","All fields are required":"כל השדות חובה","All files from import folder":"כל הקבצים מתיקיית הייבוא","All Lenses":"כל העדשות","All Months":"כל החודשים","All originals":"כל המקורות","All Years":"כל השנים","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"לחלופין, ניתן להעלות קבצים ישירות דרך שרתי WebDAV כמו Nextcloud.","Altitude":"גובה","Altitude (m)":"גובה (מ')","An error occurred - are you offline?":"אירעה שגיאה - האם אתה במצב לא מקוון?","Animation":"אנימציה","Any private photos and videos remain private and won't be shared.":"כל התמונות והסרטונים הפרטיים יישארו פרטיים ולא ישותפו.","API Key":"מפתח API","Apply":"החל","Approve":"לאשר","Archive":"ארכיון","Archived":"אורכב","Are you sure you want to archive the selection?":"בטוח לארכב את הבחירה?","Are you sure you want to delete these albums?":"בטוח למחוק את האלבומים האלו?","Are you sure you want to delete these labels?":"בטוח למחוק את התוויות האלו?","Are you sure you want to delete this account?":"בטוח למחוק את החשבונות?","Are you sure you want to permanently delete these pictures?":"אתה בטוח שברצונך למחוק את התמונות לצמיתות?","Are you sure you want to permanently delete this file?":"בטוח למחוק לצמיתות את הקבצים?","Artist":"אמן","Aspect Ratio":"יחס גובה-רוחב","At least 6 characters.":"לפחות 6 תווים.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"המר מסוגי קבצים אחרים, כך שניתן יהיה להציג אותם בדפדפן.","Automatically creates albums of special moments, trips, and places.":"יוצר אוטומטית אלבומים של רגעים מיוחדים, טיולים ומקומות.","Become a sponsor":"להיות ספונסר","Bio":"אודותיך","Black":"שחור","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos Modification, Less Ringing Artifacts","Blue":"כחול","Brazilian Portuguese":"פורטוגזית ברזילאית","Brown":"חום","Browse and edit image classification labels.":"צפה וערוך תוויות סיווג תמונות.","Browse indexed files and folders in Library.":"צפה בקבצים ותיקיות שנוספו לאינדקס בספרייה.","Bug Report":"דיווח באג","Busy, please wait…":"עסוק, בבקשה המתן…","Calendar":"לוח שנה","Camera":"מצלמה","Camera Serial":"מזהה מצלמה","Can't load more, limit reached":"לא ניתן לטעון יותר, הגעת למגבלה","Can't select more items":"לא ניתן לבחור עוד פרטים","Cancel":"ביטול","Cards":"כרטיסים","Category":"קטגוריה","Change":"שינוי","Change photo titles, locations, and other metadata.":"שנה כותרות תמונות, מיקומים ומטא נתונים אחרים.","Change private flag":"שינוי דגל הפרטיות","Checked":"נבחר","Chinese Simplified":"סינית מופשטת","Chinese Traditional":"סינית מסורתית","Chroma":"Chroma","Close":"סגור","Codec":"קודק","Color":"צבע","Colors":"צבעים","Complete Rescan":"השלם סריקה מחדש","Confidence":"אמון","Connect":"התחבר","Connect via WebDAV":"התחבר באמצעות WebDAV","Contact Us":"צור קשר","Contains %{n} pictures.":"מכיל %{n} תמונות.","Contains one picture.":"מכיל תמונה אחת.","Convert to JPEG":"המר ל-JPEG","Converting":"ממיר","Copied to clipboard":"הועתק ללוח","Copyright":"זכויות יוצרים","Couldn't find anything.":"לא נמצא דבר.","Country":"מדינה","Create album":"צור אלבום","Created":"נוצר","Creating thumbnails for":"יותר תמונות מקדימות עבור","Cubic: Moderate Quality, Good Performance":"Cubic: Moderate Quality, Good Performance","Current Password":"צור סיסמה","Customer Support":"שירות לקוחות","Cyan":"טורקיז","Cyano":"ירקרק","Czech":"צ'כית","Daily":"יומי","Danish":"דנית","Day":"יום","Debug Logs":"Debug Logs","Default":"ברירת מחדל","Default Folder":"תיקיית ברירת מחדל","Delete":"מחק","Description":"תיאור","Detailed instructions can be found in our User Guide.":"הוראות מפורטות ניתן למצוא במדריך למשתמש שלנו.","Details":"פרטים","Dimensions":"מידות","Disable Backups":"השבת גיבויים","Disable built-in WebDAV server. Requires a restart.":"השבת את שרת WebDAV המובנה, אתחול נדרש.","Disable Darktable":"השבת את Darktable","Disable ExifTool":"השבת את ExifTool","Disable FFmpeg":"השבת FFmpeg","Disable Places":"השבת מיקומים","Disable RawTherapee":"השבת את RawTherapee","Disable TensorFlow":"השבת את TensorFlow","Disable WebDAV":"השבת את WebDAV","Disabled":"מושבת","Disables reverse geocoding and maps.":"השבת קידוד גיאוגרפי ומפות.","Discover":"גלה","Don't backup photo and album metadata to YAML files.":"אל תגבה מטא נתונים של תמונות ואלבומים לקבצי YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"אל תיצור קבצי ExifTool JSON לחילוץ מטא-נתונים משופר.","Don't modify originals folder. Disables import, upload, and delete.":"אל תערוך את תיקיית המקור. והשבת ייבוא, העלאה ומחיקה.","Don't transcode videos with FFmpeg.":"אל תעתיק קוד וידאו עם FFmpeg.","Don't use Darktable to convert RAW files.":"אל תשתמש ב- Darktable להמרת קבצי RAW.","Don't use RawTherapee to convert RAW files.":"אל תשתמש ב- RawTherapee להמרת קבצי RAW.","Don't use TensorFlow for image classification.":"אל תשתמש ב- TensorFlow לסיווג תמונות.","Donations":"תרומות","Done":"בוצע","Done.":"בוצע.","Download":"הורד","Download remote files":"הורד קבצים מרוחקים","Download single files and zip archives.":"הורד קבצים בודדים וארכיוני zip.","Downloading…":"מוריד…","Downscaling Filter":"פילטר (אלגוריתם) שנמוך","Duplicates will be skipped and only appear once.":"התעלם מכפילויות, והצג רק אחד.","Dutch":"הולנדית","Dynamic Previews":"תצוגות מקדימות דינמיות","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"עיבוד דינמי דורש מעבד רב עצמה ואינו מומלץ לשרתי בית קטנים יותר, או להתקני NAS.","Dynamic Size Limit: %{n}px":"גודל דינמי מקסימלי לשמירה במטמון: %{n} פיקסלים","E-Mail":"דוא\"ל","Edit":"ערוך","Edit %{name}":"ערוך %{name}","Edit Account":"ערוך חשבון","Edit Photo":"ערוך תמונה","Edited":"ערוך","Enable new features currently under development.":"אפשר תכונות חדשות שנמצאות כעת בפיתוח.","Enabled":"מאופשר","Enables RAW converter presets. May reduce performance.":"מאפשר הגדרות קבועות מראש של ממיר RAW. עשוי להפחית את הביצועים.","English":"אנגלית","Errors":"שגיאות","Estimate the approximate location of pictures without coordinates.":"אמוד את המיקום המשוער של תמונות ללא קואורדינטות.","Estimates":"אומדנים","Every two days":"כל יומיים","Exclude content marked as private from search results, shared albums, labels, and places.":"אל תכלול תוכן המסומן כפרטי מתוצאות חיפוש, אלבומים משותפים, תוויות ומקומות.","Exclude hidden":"אל תכלול מוסתר","Expand":"הרחב","Expand Search":"הרחב את החיפוש","Experimental Features":"תכונות ניסיוניות","Expires":"תפוגה","Exposure":"חשיפה","F Number":"ערך ה-F (יחס אורך מוקד העדשה)","Face":"פָּנִים","Faces":"פנים","Failed copying to clipboard":"ההעתקה ללוח נכשלה","Failed removing link":"הסרת הקישור נכשלה","Failed updating link":"העלאת הקישור נכשלה","Failure while importing uploaded files":"כשל בייבוא קבצים שהועלו","Fast":"מהיר","Favorite":"מועדף","Favorites":"מועדפים","Feature Request":"בקשת תכונה","Feedback":"משוב","File":"קובץ","File Browser":"סייר קבצים","Files":"קבצים","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"קבצים עם שמות עוקבים כמו 'IMG_1234 (2)' ו- 'IMG_1234 (3)' שייכים לאותה תמונה.","Focal Length":"אורך המוקד","Folder":"תיקייה","Folder contains %{n} files":"התיקייה מכילה %{n} קבצים","Folder is empty":"התיקייה ריקה","Folders":"תיקייות","French":"צרפתית","Fullscreen":"מסך מלא","General":"כללי","German":"גרמנית","Gold":"זהב","Grayscale":"גווני אפור","Green":"ירוק","Grey":"אפור","Group by similarity":"קבץ לפי דמיון","Hash":"Hash","Hebrew":"עברית","Help":"עזרה","Hidden":"מוסתר","Hidden Files":"קבצים מוסתרים","Hide":"הסתר","Hide photos that have been moved to archive.":"תמונות מוסתרות שהועברו לארכיון.","Hindi":"הינדית","How can we help?":"איך אפשר לעזור?","Hybrid":"משולב","I'm a sponsor":"אני ספונסר","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"אם אתה נהנה להשתמש ב- PhotoPrism, שקול לגבות אותנו בחסות Patreon או GitHub.","image":"תמונה","Image":"תמונה","Images":"תמונות","Import":"ייבוא","Import failed":"הייבוא נכשל","Imported files will be sorted by date and given a unique name to avoid duplicates.":"קבצים מיובאים ימוינו לפי תאריך ויקבלו שם ייחודי כדי למנוע כפילויות.","Imported files will be sorted by date and given a unique name.":"קבצים מיובאים ימוינו לפי תאריך ויקבלו שם ייחודי.","Importing %{name}…":"מייבא %{name}…","Importing files to originals…":"מייבא קבצים למקורות…","in":"ב","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"אם חסרות תמונות שאתה מצפה, סרוק מחדש את הספרייה שלך והמתן עד להשלמת האינדקס.","Index":"אינדקס","Indexing":"מאנדקס","Indexing failed":"אינדוקס נכשל","Indexing media and sidecar files…":"יצירת אינדקס של קבצי מדיה וקבצי עזר…","Instance ID":"מזהה מופע","Interval":"הפוגה","Invalid date":"תאריך לא תקין","Italian":"איטלקית","Item":"פריט","Japanese":"יפנית","JPEG Quality: %{n}":"איכות ה-JPEG: %{n}","JPEG Size Limit: %{n}px":"מגבלת גודל קבצי ה-JPEG %{n} פיקסלים","JPEGs and thumbnails are automatically rendered as needed.":"קבצי JPEG וקבצי תצוגה מקדימה נוצרים אוטומטית לפי הצורך.","Keywords":"מילות מפתח","Korean":"קוריאנית","Kurdish":"כורדית","Label":"תווית","Labels":"תוויות","Labels deleted":"תווית נמחקה","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Detail Preservation, Minimal Artifacts","Language":"שפה","Last Backup":"גיבוי אחרון","Latitude":"קו רוחב","Lavender":"לבנדר","Lens":"עדשה","Let us know when we mistakenly label an idea as unfunded.":"יידע אותנו כאשר אנו מסמנים בטעות רעיון כבלתי ממומן.","Library":"ספריה","License":"רשיון","Like":"אהבתי","Lime":"ליים","Limit reached, showing first %{n} files":"לא ניתן להציג יותר, מציג את ה-%{n} קבצים הראשונים","Linear: Very Smooth, Best Performance":"Linear: Very Smooth, Best Performance","Link":"קישור","List":"רשימה","Live":"חי","Local Time":"זמן מוקמי","location":"מיקום","Location":"מיקום","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"הודעות יומן מופיעות כאן בכל פעם ש- PhotoPrism נתקל בקבצים שבורים, או שיש בעיות פוטנציאליות אחרות.","Login":"התחברות","Logout":"התנתקות","Logs":"יומן","Longitude":"קו אורך","Magenta":"ארגמן","Main Color":"צבע עיקרי","manual":"ידני","Manual Upload":"העלאה ידנית","Marker":"סמן","Medium":"בינוני","Merge %{a} with %{b}?":"למזג %{a} עם %{b}?","Message sent":"ההודעה נשלחה","Minimize":"הקטנה","Missing":"חסר","Moments":"רגעים","Monochrome":"שקפים","Month":"חודש","Moonlight":"אור ירח","More than %{n} pictures found":"נמצאו יותר מ- %{n} תמונות","More than 20 albums found":"יותר מ-20 אלבומים נמצאו","More than 20 labels found":"יותר מ-20 תוויות נמצאו","More than 20 people found":"נמצאו יותר מ -20 אנשים","Mosaic":"פסיפס","Most relevant":"הכי רלוונטי","Move Files":"העבר קבצים","Name":"שם","Name too long":"שם ארוך מדי","Never":"לעולם לא","New":"חדש","New Password":"סיסמה חדשה","Newest first":"חדש יותר בהתחלה","No":"לא","No albums found":"לא נמצאו אלבומים","No labels found":"לא נמצאו תוויות","No people found":"לא נמצאו אנשים","No pictures found":"לא נמצאו תמונות","No recently edited pictures":"אין תמונות שערכו לאחרונה","No servers configured.":"לא הוגדר שרת.","No thanks":"לא תודה","No warnings or error containing this keyword. Note that search is case-sensitive.":"אין אזהרות או שגיאות המכילות מילת מפתח זו. שים לב שהחיפוש תלוי רישיות.","Non-photographic and low-quality images require a review before they appear in search results.":"תמונות שאינן נראות צילום או באיכות נמוכה דורשות בדיקה לפני שהן מופיעות בתוצאות החיפוש.","None":"ללא","Norwegian":"נורווגית","Not Found":"לא נמצא","Note you may manually manage your originals folder and importing is optional.":"שים לב שאתה יכול לנהל ידנית את תיקיית המקור והייבוא הוא אופציונלי.","Note:":"הערה:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"הערה: רק שרתי WebDAV, כמו Nextcloud או PhotoPrism, ניתנים להגדרה כשירות מרוחק לצורך גיבוי והעלאת קבצים.","Note: Updating the password will not revoke access from already authenticated users.":"הערה: עדכון הסיסמה לא יבטל את הגישה של משתמשים שכבר אומתו.","Notes":"הערות","Nothing to see here yet. Be patient.":"אין מה לראות כאן עדיין. התאזר בסבלנות.","Offline":"לא מקוון","Oldest first":"ישנים בהתחלה","Once a week":"פעם בשבוע","One album found":"אלבום אחד נמצא","One file found":"קובץ אחד נמצא","One folder found":"תיקייה אחת נמצאה","One label found":"נמצאה תווית אחת","One person found":"אדם אחד נמצא","One picture found":"תמונה אחת נמצאה","Onyx":"שוהם","Options":"אפשרויות","Orange":"כתום","Orientation":"אוריינטציה","Original":"מקורי","Original file names will be stored and indexed.":"שמות הקבצים המקוריים יישמרו באינדקס.","Original Name":"השם המקורי","Originals":"קבצי מקור","Other":"אחר","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"החזון שלנו הוא לספק את הפתרון הכי ידידותי-למשתמש לגלישה, ארגון ושיתוף של אוסף התמונות שלך.","Outdoor":"באוויר הפתוח","Panorama":"פנורמה","Panoramas":"פנורמות","Password":"סיסמה","Password changed":"הסיסמה שונתה","People":"אנשים","People you share a link with will be able to view public contents.":"אנשים שעימם אתה חולק קישור יוכלו להציג תכנים ציבוריים.","Permanently deleted":"נמחק לצמיתות","Permanently remove files to free up storage.":"מחק קבצים לצמיתות בכדי לשחרר נפח אחסון","Photo":"תמונה","PhotoPrism has been updated…":"PhotoPrism עודכן…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® הוא סימן מסחרי רשום של מייקל מאייר.","Photos":"תמונות","Pink":"ורוד","Place":"מקום","Place & Time":"מקום וזמן","Places":"מקומות","Play":"הפעל","Please confirm your new password.":"אנא אשר את הסיסמה החדשה שלך.","Please contact us at hello@photoprism.app if you have questions or need help.":"אנא צור איתנו קשר בכתובת hello@photoprism.app אם יש לך שאלות או שאתה זקוק לעזרה.","Please don't upload photos containing offensive content.":"נא לא להעלות תמונות המכילות תוכן פוגעני.","Polish":"פולנית","Portrait":"דיוקן","Português de Portugal":"Português de Portugal","Preserve filenames":"שמור שמות קבצים","Press button to start importing…":"בחר את אפשרויות הייבוא…","Press button to start indexing…":"לחץ על \"התחל\" להפעלת אינדוקס…","Press enter to create a new album.":"לחץ על Enter בכדי ליצור אלבום חדש.","Preview":"תצוגה מקדימה","Primary":"ראשי","Private":"פרטי","Product Feedback":"משוב על המוצר","Projection":"הקרנה","Purple":"סגול","Quality Filter":"מסנן איכות","Quality Score":"ציון איכות","Random":"אקראי","Raspberry":"פטל","Raw":"גלמי","RAW":"גלם","RAW Conversion":"המרת RAW","Re-index all originals, including already indexed and unchanged files.":"צור אינדקס מחודש של כל קבצי המקור, כולל קבצים שכבר הוספו לאינדקס ולא השתנו.","Read-Only Mode":"מצב קריאה בלבד","Recently added":"נוסף לאחרונה","Recently edited":"נערך לאחרונה","Recognition starts after indexing has been completed.":"ההכרה מתחילה לאחר השלמת האינדקס.","Recognized":"מוּכָּר","Recognizes faces so that specific people can be found.":"מזהה פרצופים כך שאפשר למצוא אנשים ספציפיים.","Red":"אדום","Reload":"טען מחדש","Reloading…":"טוען מחדש…","Remote Sync":"סנכרון מרוחק","Remove":"הסר","remove failed: unknown album":"הסרה נכשלה: אלבום לא ידוע","Remove from album":"הסר מהאלבום","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"הסר קבצים מיובאים כדי לחסוך שטח אחסון. סוגי קבצים שאינם נתמכים לעולם לא יימחקו, ויישארו במיקומם הנוכחי.","Report Bug":"דיווח באג","Request failed - invalid response":"הבקשה נכשלה - תגובה לא חוקית","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"בקשות שאושרו על ידי נותני החסות של כסף וזהב מקבלים תווית זהב ותקבל עדיפות.","Required":"נדרש","Resolution":"רזולוציה","Restore":"לשחזר","Retype Password":"הזן שוב את הסיסמה","Review":"סקירה","Russian":"רוסית","Save":"שמור","Scan":"סרוק","Scans":"סריקות","Search":"חיפוש","Search and display photos on a map.":"חפש והצג תמונות על המפה.","Season":"עונה","Seaweed":"אצה","Secret":"קוד סודי","Select":"בחר","Select albums or create a new one":"בחר אלבומים או צור אלבום חדש","Selection approved":"הבחירה אושרה","Selection archived":"הבחירה הועברה לארכיון","Selection restored":"הבחירה שוחזרה","Send":"שלח","Sequential Name":"שמות סדרתיים","Server":"שרת","Service URL":"נתיב השרות","Settings":"הגדרות","Settings saved":"הגדרות נשמרו","Setup":"הגדר","Shadow":"צל","Share":"שתף","Share %{name}":"שתף %{name}","Shared with you.":"שותף איתך.","Show":"הצג","Show all new faces":"הצג את כל הפרצופים החדשים","Show hidden":"הראה את המוסתר","Show less":"הצג פחות","Show Library in navigation menu.":"הצג ספרייה בתפריט הניווט.","Show more":"הצג עוד","Show server logs in Library.":"הצג יומני שרת בספרייה.","Shows more detailed log messages. Requires a restart.":"מציג הודעות יומן מפורטות יותר. דורש הפעלה מחדש.","Sidecar":"חזית רכב","Sign in":"התחבר","Sign Up":"הרשם","Similar":"דומה","Size":"גודל","Slovak":"סלובקית","Slow":"איטי","Sort by file name":"מיין לפי שם קובץ","Sort Order":"סדר המיון","Source":"מקור","Spanish":"ספרדית","Stack":"ערימה","Stack files sharing the same unique image or instance identifier.":"איחוד קבצים המשתפים את אותה התמונה או מזהה מופע ייחודי.","Stack pictures taken at the exact same time and location based on their metadata.":"איחוד תמונות שצולמו באותו זמן ומיקום מדויק, בהתבסס על המטא-נתונים שלהן.","Stackable":"ניתן לקיבוץ","Stacks":"איחודים","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"איחוד קבצים המכילים תוכן תמונה זהה, אך עם הבדלים באיכות, בפורמט, בגודל או בצבע.","Start":"התחל","Start/Stop Slideshow":"התחל / עצור מצגת","States":"מדינות","Static Size Limit: %{n}px":"מגבלת גודל סטטי במטמון: %{n} פיקסלים","Status":"סטטוס","Storage Folder":"תיקיית אחסון","Streets":"רחובות","Style":"סגנון","Subject":"נושא","Support for additional services, like Google Drive, will be added over time.":"תמיכה בשירותים נוספים, כמו Google Drive, תתווסף בהמשך.","Sync":"סינכרון","Sync raw and video files":"סנכרן קבצי תמונה גולמיים וסרטונים","Taken":"נלקח","Teal":"ירוק כחלחל","Text too long":"טקסט ארוך מדי","Thank you very much!":"תודה רבה על פנייתך!","The index currently contains %{n} hidden files.":"האינדקס מכיל כרגע %{n} קבצים מוסתרים.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"מפת הדרכים מראה אילו משימות מתבצעות, אילו טעויות בדיקה ואילו בקשות תכונה ייושמו בהמשך.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"ייתכן שהפורמט שלהם לא נתמך, עדיין לא הומרו ל-JPEG או שיש כפילויות.","Theme":"ערכת נושא","This is an early-access feature to say thanks to our sponsors and contributors.":"זוהי תכונה המוגבלת לגישה מוקדמת כדי לפרגן לספונסרים ולתורמים שלנו.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"זה מגדיר את תיקיית המקור ככונן רשת ומאפשר לך לפתוח, לערוך ולמחוק קבצים מהמחשב או מהסמארטפון כל עוד מחוברים לרשת המקומית.","This open-source project is made possible thanks to our sponsors.":"פרויקט קוד פתוח זה מתאפשר בזכות נותני החסות שלנו.","Thumbnail Generation":"יצירת תמונות מקדימות ממוזערות","Time UTC":"זמן UTC","Time Zone":"אזור זמן","Title":"כותרת","Title too long":"הכותרת ארוכה מדי","to":"ל","Toggle View":"החלף תצוגה","Token":"טוקן","Topographic":"טופוגרפית","Trademarks":"סימן מסחרי","Try again using other filters or keywords.":"נסה שוב להשתמש בסינון או במילת מפתח שונה.","Type":"סוג","Undo":"בטל","Unique ID":"מזהה ייחודי","Unknown":"לא ידוע","Unsorted":"לא ממוין","Unstack":"לא מקובץ","Updated":"מעודכן","Updating faces":"מעדכן פנים","Updating index":"מעדכן אינדקס","Updating moments":"מעדכן רגעים","Updating previews":"מעדכן תצוגות מקדימות","Updating stacks":"מעדכן קיבוצים","Upload":"העלה","Upload complete":"העלאה הושלמה","Upload complete. Indexing…":"העלאה הושלמה, מאנדקס…","Upload failed":"העלאה נכשלה","Upload local files":"העלה קבצים מקומיים","Upload to WebDAV and share links with friends.":"העלה ל- WebDAV ושתף קישורים עם חברים.","Uploading %{n} of %{t}…":"מעלה %{n} מתוך %{t}…","Uploading photos…":"מעלה תמונות…","Uploads that may contain such images will be rejected automatically.":"העלאות שעשויות להכיל תמונות כאלה יידחו אוטומטית.","URL":"נתיב אתר","Use Presets":"השתמש בהגדרות קבועות מראש","User":"משתמש","User Interface":"ממשק משתמש","Username":"שם משתמש","Video":"סרטון","Videos":"סרטונים","View":"תצוגה","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"אנו ניידע אותך כיצד להפעיל את זה כשתרשם כספונסר ב-Patreon או GitHub.","WebDAV clients can connect to PhotoPrism using the following URL:":"שירותי WebDAV יכולים להתחבר ל-PhotoPrism באמצעות כתובת ה-URL הבאה:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"שירותי WebDAV, כמו סייר Windows של מיקרוסופט או Finder של אפל, יכולים להתחבר ישירות ל-PhotoPrism.","WebDAV Upload":"העלאת WebDAV","White":"לבן","Year":"שנה","Yellow":"צהוב","Yellowstone":"ילוסטון","Yes":"כן","You can only download one album":"ניתן להוריד רק אלבום אחד","You can only download one label":"ניתן להוריד רק תווית אחת","You may only select one item":"ניתן לבחור רק פריט אחד","You may rescan your library to find additional faces.":"תוכל לסרוק מחדש את הספרייה שלך כדי למצוא פנים נוספות.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"ניתן להשתמש כנדרש בתוכנה שלנו, לצורך הרצת שרת משלך או לצרכים חינוכיים, אך לא לצורך הצעת טובין מוצרים או שירותים מסחריים כל שהם ללא אישור בכתב מראש. במילים אחרות, אנא שאלו מראש.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"התמיכה המתמשכת שלך עוזרת לנו לממן עלויות תפעול, לספק שירותים כמו מפות לוויין ולפתח תכונות חדשות.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"הספרייה שלך מנותחת באופן רציף ליצירת אלבומים של רגעים מיוחדים, טיולים ומקומות באופן אוטומטי.","Your message has been sent":"הודעתך נשלחה","Zoom in/out":"זום פנימה\\החוצה"},"hi":{"%{n} albums found":"%{n} एल्बम मिले","%{n} files uploaded":"%{n} फ़ाइलें अपलोड की गईं","%{n} folders found":"%{n} फ़ोल्डर मिले","%{n} labels found":"%{n} लेबल मिले","%{n} people found":"%{n} लोग मिले","%{n} pictures found":"%{n} चित्र मिले","1 hour":"1 घंटा","12 hours":"12 घंटा","4 hours":"4 घंटा","A click will copy it to your clipboard.":"एक क्लिक इसे आपके क्लिपबोर्ड पर कॉपी कर देगा।","About":"के बारे में","Account":"लेखा","Accuracy":"शुद्धता","Action":"कार्य","Actions":"क्रिया","Add Album":"एल्बम जोड़ें","Add files to your library via Web Upload.":"वेब अपलोड के माध्यम से अपनी लाइब्रेरी में फाइलें जोड़ें।","Add Link":"लिंक जोड़ें","Add pictures from search results by selecting them.":"खोज परिणामों से चित्रों का चयन करके उन्हें जोड़ें।","Add Server":"सर्वर जोड़े","Add to album":"एल्बम में जोड़ें","Added":"जोड़ा गया","Advanced":"उन्नत","After 1 day":"1 दिन बाद","After 3 days":"3 दिन बाद","After 7 days":"7 दिन बाद","After one month":"एक महिने बाद","After one year":"एक साल बाद","After selecting pictures from search results, you can add them to an album using the context menu.":"खोज परिणामों से चित्रों का चयन करने के बाद, आप उन्हें संदर्भ मेनू का उपयोग करके किसी एल्बम में जोड़ सकते हैं।","After two months":"दो महीने के बाद","After two weeks":"दो हफ्ते बाद","Album":"एल्बम","Album Name":"एल्बम का नाम","Albums":"एल्बम","Albums deleted":"एल्बम हटाए गए","All %{n} albums loaded":"सभी %{n} एल्बम लोड किए गए","All %{n} labels loaded":"सभी %{n} लेबल लोड किए गए","All %{n} people loaded":"सभी %{n} लोग लोड हुए","All Cameras":"सभी कैमरे","All Categories":"सब वर्ग","All Colors":"सभी रंग","All Countries":"सभी देश","All fields are required":"सभी फ़ील्ड आवश्यक हैं","All files from import folder":"आयात फ़ोल्डर से सभी फ़ाइलें","All Lenses":"सभी लेंस","All Months":"सभी महीने","All originals":"सभी मूल","All Years":"सभी वर्ष","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"वैकल्पिक रूप से, आप Nextcloud की तरह सीधे WebDAV सर्वर पर फाइल अपलोड कर सकते हैं।","Altitude":"ऊंचाई","Altitude (m)":"ऊंचाई (एम)","An error occurred - are you offline?":"एक त्रुटि हुई - क्या आप ऑफ़लाइन हैं?","Animation":"एनीमेशन","Any private photos and videos remain private and won't be shared.":"कोई भी निजी फ़ोटो और वीडियो निजी रहेंगे और उन्हें साझा नहीं किया जाएगा।","API Key":"एपीआई कुंजी","Apply":"लागू","Approve":"मंजूर","Archive":"पुरालेख","Archived":"संग्रहीत","Are you sure you want to archive the selection?":"क्या आप वाकई चयन को संग्रहीत करना चाहते हैं?","Are you sure you want to delete these albums?":"क्या आप वाकई इन एल्बम को हटाना चाहते हैं?","Are you sure you want to delete these labels?":"क्या आप वाकई इन लेबल को हटाना चाहते हैं?","Are you sure you want to delete this account?":"क्या आप वाकई इस खाते को हटाना चाहते हैं?","Are you sure you want to permanently delete these pictures?":"क्या आप वाकई इन चित्रों को स्थायी रूप से हटाना चाहते हैं?","Are you sure you want to permanently delete this file?":"क्या आप वाकई इस फ़ाइल को स्थायी रूप से हटाना चाहते हैं?","Artist":"कलाकार","Aspect Ratio":"आस्पेक्ट अनुपात","At least 6 characters.":"कम से कम 6 वर्ण।","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"स्वचालित रूप से अन्य फ़ाइल प्रकारों के लिए JPEG बनाएं ताकि उन्हें एक ब्राउज़र में प्रदर्शित किया जा सके।","Automatically creates albums of special moments, trips, and places.":"स्वचालित रूप से विशेष क्षणों, यात्राओं और स्थानों के एल्बम बनाता है।","Become a sponsor":"प्रायोजक बनें","Bio":"जैव","Black":"काली","Blackman: Lanczos Modification, Less Ringing Artifacts":"ब्लैकमैन: लैंक्ज़ोस संशोधन, कम बजने वाली कलाकृतियाँ","Blue":"नीला","Brazilian Portuguese":"ब्राजिलियन पुर्तगाली","Brown":"भूरा","Browse and edit image classification labels.":"छवि वर्गीकरण लेबल ब्राउज़ करें और संपादित करें।","Browse indexed files and folders in Library.":"लाइब्रेरी में अनुक्रमित फ़ाइलों और फ़ोल्डरों को ब्राउज़ करें।","Bug Report":"बग रिपोर्ट","Busy, please wait…":"व्यस्त, कृपया प्रतीक्षा करें ...","Calendar":"पंचांग","Camera":"कैमरा","Camera Serial":"कैमरा सीरियल","Can't load more, limit reached":"अधिक लोड नहीं किया जा सकता, सीमा तक पहुंच गया","Can't select more items":"अधिक आइटम का चयन नहीं किया जा सकता","Cancel":"रद्द करना","Cards":"पत्ते","Category":"वर्ग","Change":"परिवर्तन","Change photo titles, locations, and other metadata.":"फोटो शीर्षक, स्थान और अन्य मेटाडेटा बदलें।","Change private flag":"निजी ध्वज बदलें","Checked":"चेक किए गए","Chinese Simplified":"सरलीकृत चीनी","Chinese Traditional":"चीनी पारंपरिक","Chroma":"क्रोमा","Close":"बंद करे","Codec":"कोडेक","Color":"रंग","Colors":"रंग की","Complete Rescan":"पूरा रेसकान","Confidence":"आत्मविश्वास","Connect":"जुडिये","Connect via WebDAV":"WebDAV के माध्यम से कनेक्ट करें","Contact Us":"संपर्क करें","Contains %{n} pictures.":"इसमें %{n} चित्र हैं।","Contains one picture.":"एक तस्वीर शामिल है।","Convert to JPEG":"JPEG में कनवर्ट करें","Converting":"परिवर्तित","Copied to clipboard":"क्लिपबोर्ड पर नकल","Copyright":"कॉपीराइट","Couldn't find anything.":"कुछ भी नहीं मिला","Country":"देश","Create album":"एल्बम बनाओ","Created":"बनाया था","Creating thumbnails for":"के लिए थंबनेल बनाना","Cubic: Moderate Quality, Good Performance":"घन: मध्यम गुणवत्ता, अच्छा प्रदर्शन","Current Password":"वर्तमान पासवर्ड","Customer Support":"ग्राहक सहेयता","Cyan":"सियान","Cyano":"Cyano","Czech":"चेक","Daily":"रोज","Danish":"दानिश","Day":"दिन","Debug Logs":"दोषमार्जन लॉग","Default":"चूक","Default Folder":"डिफ़ॉल्ट फ़ोल्डर","Delete":"हटाएं","Description":"विवरण","Detailed instructions can be found in our User Guide.":"विस्तृत निर्देश हमारे उपयोगकर्ता गाइड में पाए जा सकते हैं।","Details":"विवरण","Dimensions":"आयाम","Disable Backups":"पिछला बैकअप","Disable built-in WebDAV server. Requires a restart.":"अंतर्निहित WebDAV सर्वर अक्षम करें। पुनः आरंभ करने की आवश्यकता है।","Disable Darktable":"डार्कटेबल अक्षम करें","Disable ExifTool":"ExifTool अक्षम करें","Disable FFmpeg":"एफएफएमपीईजी अक्षम करें","Disable Places":"विकलांग","Disable RawTherapee":"रॉ थेरेपी को अक्षम करें","Disable TensorFlow":"TensorFlow अक्षम करें","Disable WebDAV":"विकलांग","Disabled":"विकलांग","Disables reverse geocoding and maps.":"रिवर्स जियोकोडिंग और नक्शे अक्षम करता है।","Discover":"डिस्कवर","Don't backup photo and album metadata to YAML files.":"YAML फ़ाइलों के लिए फ़ोटो और एल्बम मेटाडेटा का बैकअप न लें।","Don't create ExifTool JSON files for improved metadata extraction.":"बेहतर मेटाडेटा निष्कर्षण के लिए ExifTool JSON फाइलें न बनाएँ।","Don't modify originals folder. Disables import, upload, and delete.":"मूल फ़ोल्डर को संशोधित न करें। आयात, अपलोड और हटाना अक्षम करता है।","Don't transcode videos with FFmpeg.":"FFmpeg के साथ वीडियो ट्रांसकोड न करें।","Don't use Darktable to convert RAW files.":"रॉ फ़ाइलों को कनवर्ट करने के लिए डार्कटेबल का उपयोग न करें।","Don't use RawTherapee to convert RAW files.":"RAW फ़ाइलों को कनवर्ट करने के लिए RawTherapee का उपयोग न करें।","Don't use TensorFlow for image classification.":"छवि वर्गीकरण लेबल ब्राउज़ करें और संपादित करें।","Donations":"दान","Done":"किया हुआ","Done.":"किया हुआ |","Download":"डाउनलोड","Download remote files":"दूरस्थ फ़ाइलें डाउनलोड करें","Download single files and zip archives.":"एकल फाइलें और ज़िप अभिलेखागार डाउनलोड करें।","Downloading…":"डाउनलोड कर रहा है ...","Downscaling Filter":"गुणवत्ता फ़िल्टर","Duplicates will be skipped and only appear once.":"डुप्लिकेट को छोड़ दिया जाएगा और केवल एक बार दिखाई देगा।","Dutch":"डच","Dynamic Previews":"बिना पढ़े हुए पूर्वावलोकन","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"ऑन-डिमांड रेंडरिंग के लिए एक शक्तिशाली सीपीयू की आवश्यकता होती है और इसे छोटे घरेलू सर्वरों या एनएएस उपकरणों के लिए अनुशंसित नहीं किया जाता है।","Dynamic Size Limit: %{n}px":"बिना आकार की सीमा: %{n} px","E-Mail":"ईमेल","Edit":"संपादित करें","Edit %{name}":"%{name} संपादित करें","Edit Account":"खाता संपादित करें","Edit Photo":"फ़ोटो संपादित करें","Edited":"संपादित","Enable new features currently under development.":"वर्तमान में विकास के तहत नई सुविधाएँ सक्षम करें।","Enabled":"सक्रिय","Enables RAW converter presets. May reduce performance.":"रॉ कनवर्टर प्रीसेट सक्षम करता है। प्रदर्शन को कम कर सकता है।","English":"अंग्रेज़ी","Errors":"त्रुटियाँ","Estimate the approximate location of pictures without coordinates.":"निर्देशांक के बिना चित्रों के अनुमानित स्थान का अनुमान लगाएं।","Estimates":"अनुमान","Every two days":"हेर दो दिनों","Exclude content marked as private from search results, shared albums, labels, and places.":"खोज परिणामों, साझा एल्बम, लेबल और स्थानों से निजी के रूप में चिह्नित सामग्री को बाहर निकालें।","Exclude hidden":"छिपा हुआ शामिल न करें","Expand":"विस्तार करना","Expand Search":"खोज का विस्तार करें","Experimental Features":"प्रायोगिक विशेषताएं","Expires":"समय-सीमा समाप्त","Exposure":"संसर्ग","F Number":"एफ नंबर","Face":"चेहरा","Faces":"चेहरे के","Failed copying to clipboard":"क्लिपबोर्ड पर प्रतिलिपि बनाना विफल रहा","Failed removing link":"लिंक हटाने में विफल","Failed updating link":"लिंक अपडेट करने में विफल","Failure while importing uploaded files":"अपलोड की गई फ़ाइलों को आयात करते समय विफलता","Fast":"तेज","Favorite":"पसंदीदा","Favorites":"पसंदीदा","Feature Request":"महत्वपूर्ण लेख मांगना","Feedback":"प्रतिपुष्टि","File":"फ़ाइल","File Browser":"फ़ाइल ब्राउज़र","Files":"फ़ाइलें","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"क्रमिक नाम वाली फाइलें जैसे 'IMG_1234 (2)' या 'IMG_1234 कॉपी 2' एक ही फोटो से संबंधित हैं।","Focal Length":"फोकल लम्बाई","Folder":"फ़ोल्डर","Folder contains %{n} files":"फ़ोल्डर में %{n} फाइलें हैं","Folder is empty":"फ़ोल्डर खाली है","Folders":"फ़ोल्डर","French":"फ्रेंच","Fullscreen":"पूर्ण स्क्रीन","General":"सामान्य","German":"जर्मन","Gold":"सोना","Grayscale":"धूसर","Green":"हरा","Grey":"धूसर","Group by similarity":"समानता से समूह","Hash":"हैश","Hebrew":"यहूदी","Help":"मदद","Hidden":"छिपा हुआ","Hidden Files":"छिपी हुई फाइलें","Hide":"छिपाना","Hide photos that have been moved to archive.":"उन तस्वीरों को छिपाएं जिन्हें संग्रह में स्थानांतरित किया गया है।","Hindi":"हिंदी","How can we help?":"हम आपकी सहायता किस तरह से कर सकते है?","Hybrid":"संकर","I'm a sponsor":"मैं एक प्रायोजक हूँ","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"यदि आप PhotoPrism का उपयोग करना पसंद करते हैं, तो कृपया हमें Patreon या GitHub प्रायोजकों पर समर्थन करने पर विचार करें।","image":"छवि","Image":"छवि","Images":"छवि","Import":"आयात","Import failed":"आयात विफल रहा","Imported files will be sorted by date and given a unique name to avoid duplicates.":"आयातित फ़ाइलों को दिनांक के अनुसार क्रमबद्ध किया जाएगा और डुप्लिकेट से बचने के लिए एक अनूठा नाम दिया जाएगा।","Imported files will be sorted by date and given a unique name.":"आयातित फ़ाइलों को तिथि के अनुसार हल किया जाएगा और एक अनूठा नाम दिया जाएगा।","Importing %{name}…":"%{name} आयात कर रहा है…","Importing files to originals…":"मूल करने के लिए फ़ाइलें आयात कर रहा है ...","in":"में","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"यदि आपके द्वारा अपेक्षित चित्र गायब हैं, तो कृपया अपनी लाइब्रेरी को फिर से स्कैन करें और अनुक्रमण पूरा होने तक प्रतीक्षा करें।","Index":"सूची","Indexing":"इंडेक्सिंग","Indexing failed":"अनुक्रमण विफल रहा","Indexing media and sidecar files…":"मीडिया और साइडकार फ़ाइलों को अनुक्रमित करना ...","Instance ID":"इंस्टेंस आईडी","Interval":"मध्यान्तर","Invalid date":"अमान्य तिथि","Italian":"इतालवी","Item":"मद","Japanese":"जापानी","JPEG Quality: %{n}":"JPEG गुणवत्ता: %{n}","JPEG Size Limit: %{n}px":"JPEG आकार सीमा: %{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG और थंबनेल स्वचालित रूप से आवश्यकतानुसार प्रस्तुत किए जाते हैं।","Keywords":"कीवर्ड","Korean":"कोरियाई","Kurdish":"कुर्दिश","Label":"लेबल","Labels":"लेबल","Labels deleted":"लेबल हटा दिए गए","Lanczos: Detail Preservation, Minimal Artifacts":"लैंक्ज़ोस: विस्तार संरक्षण, न्यूनतम कलाकृतियाँ","Language":"भाषा","Last Backup":"पिछला बैकअप","Latitude":"अक्षांश","Lavender":"लैवेंडर","Lens":"लेंस","Let us know when we mistakenly label an idea as unfunded.":"हमें बताएं कि जब हम गलती से किसी विचार को निधि रहित के रूप में लेबल कर देते हैं।","Library":"पुस्तकालय","License":"लाइसेंस","Like":"पसंद","Lime":"चूना","Limit reached, showing first %{n} files":"पहले %{n} फ़ाइलों को दिखाते हुए, सीमा समाप्त हो गई","Linear: Very Smooth, Best Performance":"रैखिक: बहुत चिकना, सर्वश्रेष्ठ प्रदर्शन","Link":"संपर्क","List":"सूची","Live":"लाइव","Local Time":"स्थानीय समय","location":"स्थान","Location":"स्थान","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"जब भी PhotoPrism टूटी हुई फ़ाइलों में आता है, या अन्य संभावित मुद्दे हैं, तो लॉग संदेश यहां दिखाई देते हैं।","Login":"लॉग इन करें","Logout":"लॉग आउट","Logs":"लॉग्स","Longitude":"देशान्तर","Magenta":"मैजेंटा","Main Color":"मुखय रंग","manual":"गाइड","Manual Upload":"मैनुअल अपलोड","Marker":"निशान","Medium":"मध्यम","Merge %{a} with %{b}?":"%{a} को %{b} के साथ मिलाएं?","Message sent":"मैसेज बेजा गया","Minimize":"छोटा करना","Missing":"लापता","Moments":"लम्हें","Monochrome":"एक रंग का","Month":"महीना","Moonlight":"चांदनी","More than %{n} pictures found":"%{n} से अधिक चित्र मिले","More than 20 albums found":"20 से अधिक एल्बम मिले","More than 20 labels found":"20 से अधिक लेबल मिले","More than 20 people found":"20 से अधिक लोग मिले","Mosaic":"मौज़ेक","Most relevant":"सबसे ज़रूरी","Move Files":"फ़ाइलें ले जाएँ","Name":"नाम","Name too long":"नाम बहुत लंबा","Never":"कभी नहीँ","New":"नई","New Password":"नया पासवर्ड","Newest first":"नवीनतम पहले","No":"नहीं","No albums found":"कोई एल्बम नहीं मिला","No labels found":"कोई लेबल नहीं मिला","No people found":"कोई व्यक्ति नहीं मिला","No pictures found":"कोई चित्र नहीं मिला","No recently edited pictures":"हाल ही में संपादित कोई चित्र नहीं","No servers configured.":"कोई सर्वर कॉन्फ़िगर नहीं किया गया।","No thanks":"जी नहीं, धन्यवाद","No warnings or error containing this keyword. Note that search is case-sensitive.":"इस कीवर्ड से कोई चेतावनी या त्रुटि नहीं है। ध्यान दें कि खोज केस-संवेदी है।","Non-photographic and low-quality images require a review before they appear in search results.":"गैर-फोटोग्राफिक और निम्न-गुणवत्ता वाली छवियों को खोज परिणामों में प्रदर्शित होने से पहले समीक्षा की आवश्यकता होती है।","None":"कोई नहीं","Norwegian":"नार्वेजियन","Not Found":"नहीं मिला","Note you may manually manage your originals folder and importing is optional.":"ध्यान दें कि आप अपने मूल फ़ोल्डर को मैन्युअल रूप से प्रबंधित कर सकते हैं और आयात करना वैकल्पिक है।","Note:":"ध्यान दें:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"नोट: केवल WebDAV सर्वर, जैसे Nextcloud या PhotoPrism, को बैकअप और फ़ाइल अपलोड के लिए दूरस्थ सेवा के रूप में कॉन्फ़िगर किया जा सकता है।","Note: Updating the password will not revoke access from already authenticated users.":"नोट: पासवर्ड अपडेट करने से पहले से ही प्रमाणित उपयोगकर्ताओं तक पहुंच रद्द नहीं होगी।","Notes":"नोट्स","Nothing to see here yet. Be patient.":"यहां देखने के लिए कुछ भी नहीं है। धैर्य रखें।","Offline":"ऑफलाइन","Oldest first":"सबसे पुराना पहले","Once a week":"सप्ताह मेँ एक बार","One album found":"एक एल्बम मिला","One file found":"एक फ़ाइल मिली","One folder found":"एक फ़ोल्डर मिला","One label found":"एक लेबल मिला","One person found":"एक व्यक्ति मिला","One picture found":"एक तस्वीर मिली","Onyx":"गोमेद","Options":"क्रिया","Orange":"संतरा","Orientation":"उन्मुखीकरण","Original":"मूल","Original file names will be stored and indexed.":"मूल फ़ाइल नाम संग्रहीत और अनुक्रमित किए जाएंगे।","Original Name":"मूल नाम","Originals":"मूल","Other":"अन्य","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"हमारा दृष्टिकोण आपके फोटो संग्रह को ब्राउज़ करने, व्यवस्थित करने और साझा करने के लिए सबसे उपयोगकर्ता के अनुकूल समाधान प्रदान करना है।","Outdoor":"घर के बाहर","Panorama":"चित्रमाला","Panoramas":"पैनोरामा","Password":"कुंजिका","Password changed":"पासवर्ड बदला गया","People":"लोग","People you share a link with will be able to view public contents.":"जिन लोगों के साथ आप लिंक साझा करते हैं, वे सार्वजनिक सामग्री देख पाएंगे।","Permanently deleted":"स्थायी रूप से हटा दिया गया","Permanently remove files to free up storage.":"मेमोरी खाली करने के लिए फ़ाइलें हमेशा के लिए हटाएं.","Photo":"तस्वीर","PhotoPrism has been updated…":"PhotoPrism अपडेट किया गया है ...","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® माइकल मेयर का एक पंजीकृत ट्रेडमार्क है।","Photos":"तस्वीरें","Pink":"गुलाबी","Place":"स्थान","Place & Time":"स्थान और समय","Places":"स्थान","Play":"खेल","Please confirm your new password.":"कृपया अपने नए पासवर्ड की पुष्टि करें।","Please contact us at hello@photoprism.app if you have questions or need help.":"यदि आपके कोई प्रश्न हैं या सहायता चाहिए तो कृपया hello@photoprism.app पर हमसे संपर्क करें।","Please don't upload photos containing offensive content.":"कृपया आक्रामक सामग्री वाले फ़ोटो अपलोड न करें।","Polish":"पोलिश","Portrait":"चित्र","Português de Portugal":"पुर्तगाल डी पुर्तगाल","Preserve filenames":"फ़ाइल नाम संरक्षित करें","Press button to start importing…":"आयात शुरू करने के लिए बटन दबाएं ...","Press button to start indexing…":"अनुक्रमण शुरू करने के लिए बटन दबाएं ...","Press enter to create a new album.":"एक नया एल्बम बनाने के लिए एंटर दबाएं।","Preview":"पूर्वावलोकन","Primary":"मुख्य","Private":"निजी","Product Feedback":"उत्पाद प्रतिक्रिया","Projection":"प्रक्षेपण","Purple":"बैंगनी","Quality Filter":"गुणवत्ता फ़िल्टर","Quality Score":"गुणवत्ता स्कोर","Random":"बिना सोचे समझे","Raspberry":"रसभरी","Raw":"कच्चा","RAW":"कच्चा","RAW Conversion":"परिवर्तित","Re-index all originals, including already indexed and unchanged files.":"पहले से अनुक्रमित और अपरिवर्तित फ़ाइलों सहित सभी मूल पुन: अनुक्रमित करें।","Read-Only Mode":"पढ़ें- केवल मोड","Recently added":"हाल ही में जोड़ा","Recently edited":"हाल ही में संपादित किया गया","Recognition starts after indexing has been completed.":"अनुक्रमण पूरा होने के बाद मान्यता शुरू होती है।","Recognized":"मान्यता प्राप्त","Recognizes faces so that specific people can be found.":"चेहरों को पहचानता है ताकि विशिष्ट लोगों को ढूंढा जा सके।","Red":"लाल","Reload":"पुनः लोड करें","Reloading…":"पुन: लोड ...","Remote Sync":"रिमोट सिंक","Remove":"हटाना","remove failed: unknown album":"निकालें विफल: अज्ञात एल्बम","Remove from album":"एल्बम से निकालें","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"स्टोरेज को सेव करने के लिए इंपोर्टेड फाइल्स निकालें। असमर्थित फ़ाइल प्रकार कभी भी हटाए नहीं जाएंगे, वे अपने वर्तमान स्थान पर बने रहेंगे।","Report Bug":"रिपोर्ट बग","Request failed - invalid response":"अनुरोध विफल - अमान्य प्रतिक्रिया","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"चांदी और सोने के प्रायोजकों द्वारा समर्थित अनुरोधों को एक सुनहरा लेबल प्राप्त होता है और उन्हें प्राथमिकता दी जाएगी।","Required":"अपेक्षित","Resolution":"रिज़ॉल्यूशन","Restore":"पुनर्स्थापित","Retype Password":"पासवर्ड फिर से लिखें","Review":"समीक्षा","Russian":"रूसी","Save":"सहेजें","Scan":"स्कैन","Scans":"स्कैन","Search":"खोज","Search and display photos on a map.":"मानचित्र पर फ़ोटो खोजें और प्रदर्शित करें।","Season":"मौसम","Seaweed":"समुद्री सिवार","Secret":"गुप्त","Select":"चुनें","Select albums or create a new one":"एल्बम का चयन करें या एक नया बनाएँ","Selection approved":"चयन को संग्रहीत किया गया","Selection archived":"चयन को संग्रहीत किया गया","Selection restored":"चयन बहाल","Send":"संदेश","Sequential Name":"अनुक्रमिक नाम","Server":"सर्वर","Service URL":"सेवा URL","Settings":"समायोजन","Settings saved":"सेटिंग्स को सहेजा गया","Setup":"सेट अप","Shadow":"साया","Share":"शेयर","Share %{name}":"शेयर %{name}","Shared with you.":"आपके साथ साझा।","Show":"दिखाना","Show all new faces":"सभी नए चेहरे दिखाएं","Show hidden":"छिपा हुआ दिखाएं","Show less":"कम दिखाएं","Show Library in navigation menu.":"नेविगेशन मेनू में लाइब्रेरी दिखाएं।","Show more":"और दिखाओ","Show server logs in Library.":"लायब्रेरी में सर्वर लॉग दिखाएं।","Shows more detailed log messages. Requires a restart.":"अधिक विस्तृत लॉग संदेश दिखाता है। पुनः आरंभ करने की आवश्यकता है।","Sidecar":"एक प्रकार का मादक द्रव्य","Sign in":"साइन इन करें","Sign Up":"साइन अप","Similar":"समान","Size":"आकार","Slovak":"स्लोवाक","Slow":"धीरे","Sort by file name":"फ़ाइल नाम से क्रमबद्ध करें","Sort Order":"क्रमबद्ध आदेश","Source":"स्रोत","Spanish":"स्पेनिश","Stack":"ढेर","Stack files sharing the same unique image or instance identifier.":"समान विशिष्ट छवि या उदाहरण पहचानकर्ता को साझा करने वाली स्टैक फाइलें।","Stack pictures taken at the exact same time and location based on their metadata.":"उनके मेटाडेटा के आधार पर ठीक उसी समय और स्थान पर ली गई स्टैक तस्वीरें।","Stackable":"stackable","Stacks":"ढेर","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"स्टैक समूह फ़ाइलों को संदर्भ के एक समान फ्रेम के साथ, लेकिन गुणवत्ता, प्रारूप, आकार या रंग के अंतर।","Start":"शुरू","Start/Stop Slideshow":"शुरू / बंद स्लाइड शो","States":"राज्य अमेरिका","Static Size Limit: %{n}px":"प्री-रेंडर आकार सीमा: %{n} px","Status":"स्थिति","Storage Folder":"भंडारण फ़ोल्डर","Streets":"सड़कें","Style":"अंदाज","Subject":"विषय","Support for additional services, like Google Drive, will be added over time.":"अतिरिक्त सेवाओं के लिए समर्थन, जैसे Google ड्राइव, समय के साथ जोड़ा जाएगा।","Sync":"सिंक","Sync raw and video files":"कच्ची छवियों को सिंक करें","Taken":"लिया","Teal":"टील","Text too long":"बहुत लंबा पाठ","Thank you very much!":"आपका बहुत बहुत धन्यवाद!","The index currently contains %{n} hidden files.":"सूचकांक में वर्तमान में %{n} छिपी हुई फाइलें हैं।","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"रोडमैप दिखाता है कि कौन से कार्य प्रगति पर हैं, क्या परीक्षण की आवश्यकता है, और कौन से फीचर अनुरोध आगे लागू होने जा रहे हैं।","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"उनके प्रारूप का समर्थन नहीं किया जा सकता है, वे अभी तक जेपीईजी में परिवर्तित नहीं हुए हैं या डुप्लिकेट हैं।","Theme":"विषय","This is an early-access feature to say thanks to our sponsors and contributors.":"यह हमारे प्रायोजकों और योगदानकर्ताओं को धन्यवाद कहने के लिए एक अर्ली-एक्सेस सुविधा है।","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"यह मूल फ़ोल्डर को नेटवर्क ड्राइव के रूप में मापता है और आपको अपने कंप्यूटर या स्मार्टफोन से फ़ाइलों को खोलने, संपादित करने और हटाने की अनुमति देता है जैसे कि वे स्थानीय थे।","This open-source project is made possible thanks to our sponsors.":"यह ओपन-सोर्स प्रोजेक्ट हमारे प्रायोजकों की बदौलत संभव हुआ है।","Thumbnail Generation":"थंबनेल पीढ़ी","Time UTC":"समय यूटीसी","Time Zone":"समय क्षेत्र","Title":"शीर्षक","Title too long":"शीर्षक बहुत लंबा है","to":"सेवा","Toggle View":"टॉगल दृश्य","Token":"टोकन","Topographic":"स्थलाकृतिक","Trademarks":"ट्रेडमार्क","Try again using other filters or keywords.":"अन्य फ़िल्टर या कीवर्ड का उपयोग करके फिर से प्रयास करें।","Type":"प्रकार","Undo":"पहले जैसा","Unique ID":"एक अलग पहचान","Unknown":"अनजान","Unsorted":"अवर्गीकृत","Unstack":"unstack","Updated":"अपडेट किया गया","Updating faces":"चेहरे अपडेट करना","Updating index":"इंडेक्स अपडेट कर रहा है","Updating moments":"पल-पल का अपडेट","Updating previews":"पूर्वावलोकन अपडेट करना","Updating stacks":"unstack","Upload":"डालना","Upload complete":"अपलोड पूरा हुआ","Upload complete. Indexing…":"अपलोड पूरा हुआ। अनुक्रमण ...","Upload failed":"अपलोड विफल","Upload local files":"स्थानीय फ़ाइलें अपलोड करें","Upload to WebDAV and share links with friends.":"WebDAV पर अपलोड करें और दोस्तों के साथ लिंक साझा करें।","Uploading %{n} of %{t}…":"%{t} का %{n} अपलोड हो रहा है…","Uploading photos…":"फ़ोटो अपलोड हो रही हैं…","Uploads that may contain such images will be rejected automatically.":"ऐसे चित्र शामिल होने वाले अपलोड स्वचालित रूप से अस्वीकार कर दिए जाएंगे।","URL":"यूआरएल","Use Presets":"प्रीसेट का उपयोग करें","User":"उपयोगकर्ता","User Interface":"प्रयोक्ता इंटरफ़ेस","Username":"उपयोगकर्ता नाम","Video":"वीडियो","Videos":"वीडियो","View":"राय","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"जब आप Patreon या GitHub प्रायोजकों पर साइन अप करते हैं तो हम आपको बताएंगे कि इसे कैसे सक्षम किया जाए।","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV क्लाइंट निम्न URL का उपयोग करके PhotoPrism से जुड़ सकते हैं:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Microsoft के Windows Explorer या Apple के खोजक जैसे WebDAV क्लाइंट सीधे PhotoPrism से जुड़ सकते हैं।","WebDAV Upload":"WebDAV अपलोड करें","White":"सफेद","Year":"साल","Yellow":"पीला","Yellowstone":"येलोस्टोन","Yes":"हाँ","You can only download one album":"आप केवल एक एल्बम डाउनलोड कर सकते हैं","You can only download one label":"आप केवल एक लेबल डाउनलोड कर सकते हैं","You may only select one item":"आप केवल एक आइटम का चयन कर सकते हैं","You may rescan your library to find additional faces.":"अतिरिक्त चेहरों को खोजने के लिए आप अपनी लाइब्रेरी को फिर से स्कैन कर सकते हैं।","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"आप हमारे सॉफ़्टवेयर का वर्णन करने के लिए, शैक्षिक उद्देश्यों के लिए, अपना स्वयं का सर्वर चलाने के लिए इसका उपयोग कर सकते हैं, लेकिन पूर्व लिखित अनुमति के बिना वाणिज्यिक वस्तुओं, उत्पादों या सेवाओं की पेशकश करने के लिए नहीं। दूसरे शब्दों में, कृपया पूछें।","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"आपका निरंतर समर्थन हमें परिचालन लागतों को निधि देने, उपग्रह मानचित्र जैसी सेवाएं प्रदान करने और नई सुविधाओं को विकसित करने में मदद करता है।","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"विशेष क्षणों, यात्राओं और स्थानों के स्वचालित रूप से एल्बम बनाने के लिए आपकी लाइब्रेरी का लगातार विश्लेषण किया जाता है।","Your message has been sent":"आपका सन्देश भेज दिया गया है","Zoom in/out":"ज़ूम इन / आउट करें"},"it":{"%{n} albums found":"%{n} album trovati","%{n} files uploaded":"%{n} file caricati","%{n} folders found":"%{n} cartelle trovate","%{n} labels found":"%{n} etichette trovate","%{n} people found":"%{n} persone trovate","%{n} pictures found":"%{n} immagini trovate","1 hour":"1 ora","12 hours":"12 ore","4 hours":"4 ore","A click will copy it to your clipboard.":"Un click lo copierà negli appunti.","About":"Informazioni","Account":"Account","Accuracy":"Precisione","Action":"Azione","Actions":"Azioni","Add Album":"Aggiungi Album","Add files to your library via Web Upload.":"Aggiungi file alla tua libreria con Web Upload.","Add Link":"Aggiungi Link","Add pictures from search results by selecting them.":"Aggiungi immagini dai risultati della ricerca selezionandole.","Add Server":"Aggiungi Server","Add to album":"Aggiungi all'album","Added":"Aggiunto","Advanced":"Avanzate","After 1 day":"Dopo 1 giorno","After 3 days":"Dopo 3 giorni","After 7 days":"Dopo 7 giorni","After one month":"Dopo un mese","After one year":"Dopo un anno","After selecting pictures from search results, you can add them to an album using the context menu.":"Dopo aver selezionato le immagini dai risultati della ricerca, è possibile aggiungerle a un album utilizzando il menu contestuale.","After two months":"Dopo due mesi","After two weeks":"Dopo due settimane","Album":"Album","Album Name":"Nome Album","Albums":"Album","Albums deleted":"Album eliminati","All %{n} albums loaded":"Tutti i %{n} album sono stati caricati","All %{n} labels loaded":"Tutte le %{n} etichette sono state caricate","All %{n} people loaded":"Tutte le %{n} persone caricate","All Cameras":"Tutte le Fotocamere","All Categories":"Tutte le Categorie","All Colors":"Tutti i Colori","All Countries":"Tutte le Nazioni","All fields are required":"Tutti i campi sono obbligatori","All files from import folder":"Tutti i file dalla cartella di importazione","All Lenses":"Tutte le Lenti","All Months":"Tutti i Mesi","All originals":"Tutti gli originali","All Years":"Tutti gli Anni","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativamente, puoi caricare i file direttamente a server WebDAV come Nextcloud.","Altitude":"Altitudine","Altitude (m)":"Altitudine (m)","An error occurred - are you offline?":"Si è verificato un errore - sei offline?","Animation":"Animazione","Any private photos and videos remain private and won't be shared.":"Tutte le foto e i video privati rimarranno privati e non verranno condivisi.","API Key":"Chiave API","Apply":"Applica","Approve":"Approva","Archive":"Archivio","Archived":"Archiviato","Are you sure you want to archive the selection?":"Sei sicuro di voler archiviare la selezione?","Are you sure you want to delete these albums?":"Vuoi veramente eliminare questi album?","Are you sure you want to delete these labels?":"Vuoi veramente eliminare queste etichette?","Are you sure you want to delete this account?":"Vuoi veramente eliminare questo account?","Are you sure you want to permanently delete these pictures?":"Vuoi veramente eliminare in modo permanente queste immagini?","Are you sure you want to permanently delete this file?":"Vuoi veramente eliminare in modo permanente questi file?","Artist":"Artista","Aspect Ratio":"Proporzione","At least 6 characters.":"Almeno 6 caratteri.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Crea automaticamente JPEG per altri tipi di file in modo che possano essere visualizzati in un browser.","Automatically creates albums of special moments, trips, and places.":"Crea automaticamente album di momenti speciali, viaggi e luoghi.","Become a sponsor":"Diventa uno sponsor","Bio":"Biografia","Black":"Nero","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: modifica di Lanczos, meno artefatti squillanti","Blue":"Blu","Brazilian Portuguese":"Portoghese Brasiliano","Brown":"Marrone","Browse and edit image classification labels.":"Visualizza e modifica etichette di classificazione delle immagini.","Browse indexed files and folders in Library.":"Visualizza i file e le cartelle indicizzati nella Libreria.","Bug Report":"Segnala Bug","Busy, please wait…":"Occupato, attendere prego…","Calendar":"Calendario","Camera":"Fotocamera","Camera Serial":"Seriale Fotocamera","Can't load more, limit reached":"Impossibile caricare ancora, limite raggiunto","Can't select more items":"Impossibile selezionare ulteriori elementi","Cancel":"Annulla","Cards":"Carte","Category":"Categoria","Change":"Cambia","Change photo titles, locations, and other metadata.":"Cambia i titoli delle foto, le posizioni e altri metadati.","Change private flag":"Cambiare la bandiera privata","Checked":"Selezionato","Chinese Simplified":"Cinese Semplificato","Chinese Traditional":"Cinese Tradizionale","Chroma":"Chroma","Close":"Chiudi","Codec":"Codec","Color":"Colore","Colors":"Colori","Complete Rescan":"Scansione completa","Confidence":"Confidenza","Connect":"Connetti","Connect via WebDAV":"Connetti via WebDAV","Contact Us":"Contattaci","Contains %{n} pictures.":"Contiene %{n} immagini.","Contains one picture.":"Contiene una foto.","Convert to JPEG":"Converti in JPEG","Converting":"Conversione in corso","Copied to clipboard":"Copiato negli appunti","Copyright":"Copyright","Couldn't find anything.":"Impossibile trovare alcunché.","Country":"Nazione","Create album":"Crea album","Created":"Creato","Creating thumbnails for":"Creazione anteprima per","Cubic: Moderate Quality, Good Performance":"Cubico: Qualità moderata, buone prestazioni","Current Password":"Password Corrente","Customer Support":"Supporto Clienti","Cyan":"Ciano","Cyano":"Ciano","Czech":"Ceco","Daily":"Giornalmente","Danish":"Danese","Day":"Giorni","Debug Logs":"Registri di debug","Default":"Predefinito","Default Folder":"Cartella Predefinita","Delete":"Elimina","Description":"Descizione","Detailed instructions can be found in our User Guide.":"È possibile trovare informazioni dettagliate nella nostra Guida Utente.","Details":"Dettagli","Dimensions":"Dimensioni","Disable Backups":"Disabilita Backup","Disable built-in WebDAV server. Requires a restart.":"Disabilita server WebDAV integrato. Richiede riavvio.","Disable Darktable":"Disattivare Darktable","Disable ExifTool":"Disabilita ExifTool","Disable FFmpeg":"Disattivare FFmpeg","Disable Places":"Disabilita Luoghi","Disable RawTherapee":"Disattivare RawTherapee","Disable TensorFlow":"Disabilita TensorFlow","Disable WebDAV":"Disabilita WebDAV","Disabled":"Disabilitato","Disables reverse geocoding and maps.":"Disabilita la geocodifica inversa e le mappe.","Discover":"Scopri","Don't backup photo and album metadata to YAML files.":"Non effettuare il backup dei metadata di foto e album in file YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Non creare file JSON ExifTool per migliorare l'estrazione dei metadata.","Don't modify originals folder. Disables import, upload, and delete.":"Non modificare le cartelle originali. Disabilita importazione, upload ed eliminazione.","Don't transcode videos with FFmpeg.":"Non transcodificare i video con FFmpeg.","Don't use Darktable to convert RAW files.":"Non usare Darktable per convertire i file RAW.","Don't use RawTherapee to convert RAW files.":"Non usare RawTherapee per convertire i file RAW.","Don't use TensorFlow for image classification.":"Non usare TensorFlow per la classificazione delle immagini.","Donations":"Donazioni","Done":"Fatto","Done.":"Fatto.","Download":"Download","Download remote files":"Scarica file remoti","Download single files and zip archives.":"Scarica singoli file e archivi zip.","Downloading…":"Download in corso…","Downscaling Filter":"Filtro di ridimensionamento","Duplicates will be skipped and only appear once.":"I duplicati verranno ignorati e appariranno una volta sola.","Dutch":"Olandese","Dynamic Previews":"Anteprime Dinamiche","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Il rendering dinamico richiede un server potente. Non è consigliato per dispositivi NAS.","Dynamic Size Limit: %{n}px":"Limite Dimensioni Dinamiche: %{n}px","E-Mail":"E-Mail","Edit":"Modifica","Edit %{name}":"Modifica %{name}","Edit Account":"Modifica Account","Edit Photo":"Modifica Foto","Edited":"Modificato","Enable new features currently under development.":"Abilita nuove funzionalità che al momento sono in fase di sviluppo.","Enabled":"Abilitato","Enables RAW converter presets. May reduce performance.":"Abilita i preset del convertitore RAW. Può ridurre le prestazioni.","English":"Inglese","Errors":"Errori","Estimate the approximate location of pictures without coordinates.":"Stima la posizione approssimativa delle immagini senza coordinate.","Estimates":"Stime","Every two days":"Ogni due giorni","Exclude content marked as private from search results, shared albums, labels, and places.":"Escludi i contenuti contrassegnati come privati dai risultati di ricerca, dagli album condivisi, dalle etichette e dai luoghi.","Exclude hidden":"Escludere i nascosti","Expand":"Espandi","Expand Search":"Espandi Ricerca","Experimental Features":"Funzionalità Sperimentali","Expires":"Scade","Exposure":"Esposizione","F Number":"Numero F","Face":"Viso","Faces":"Volti","Failed copying to clipboard":"Impossibile copiare negli appunti","Failed removing link":"Impossibile rimuovere il link","Failed updating link":"Impossibile aggiornare il link","Failure while importing uploaded files":"Si è verificato un errore nell'importazione dei file caricati","Fast":"Veloce","Favorite":"Preferito","Favorites":"Preferiti","Feature Request":"Richiesta Funzionalità","Feedback":"Feedback","File":"File","File Browser":"Esplora File","Files":"File","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"File con un nome sequenziale come 'IMG_1234 (2)' e 'IMG_1234 (3)' appartengono alla stessa immagine.","Focal Length":"Lunghezza Focale","Folder":"Cartella","Folder contains %{n} files":"La cartella contiene %{n} file","Folder is empty":"La cartella è vuota","Folders":"Cartelle","French":"Francese","Fullscreen":"Schermo intero","General":"Generale","German":"Tedesco","Gold":"Oro","Grayscale":"Scala di grigi","Green":"Verde","Grey":"Grigio","Group by similarity":"Raggruppa per somiglianza","Hash":"Hash","Hebrew":"Ebraico","Help":"Aiuto","Hidden":"Nascosto","Hidden Files":"File Nascosti","Hide":"Nascondi","Hide photos that have been moved to archive.":"Nascondi foto che sono state spostate in archivio.","Hindi":"Hindi","How can we help?":"Come possiamo aiutarti?","Hybrid":"Ibrido","I'm a sponsor":"Sono uno sponsor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Se ti piace usare PhotoPrism, per favore considera di sostenerci su Patreon o GitHub Sponsors.","image":"immagine","Image":"Immagine","Images":"Immagini","Import":"Importa","Import failed":"Importazione fallita","Imported files will be sorted by date and given a unique name to avoid duplicates.":"I file importati verranno ordinati per data e gli verrà dato un nome univoco per evitare duplicati.","Imported files will be sorted by date and given a unique name.":"I file importati verranno ordinati per data e gli verrà dato un nome univoco.","Importing %{name}…":"Importando %{name}…","Importing files to originals…":"Importando file ad originali…","in":"in","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Nel caso in cui le immagini che vi aspettate siano mancanti, per favore ricontrollate la vostra biblioteca e aspettate che l'indicizzazione sia completata.","Index":"Indice","Indexing":"Indicizzazione","Indexing failed":"Indicizzazione fallita","Indexing media and sidecar files…":"Indicizzando file multimediali e sidecar…","Instance ID":"ID Istanza","Interval":"Intervallo","Invalid date":"Data non valida","Italian":"Italiano","Item":"Elemento","Japanese":"Giapponese","JPEG Quality: %{n}":"Qualità JPEG: %{n}","JPEG Size Limit: %{n}px":"Limite Dimensione JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"I JPEG e le miniature sono resi automaticamente come necessario.","Keywords":"Parole chiave","Korean":"Coreano","Kurdish":"Curdo","Label":"Etichetta","Labels":"Etichette","Labels deleted":"Etichette eliminate","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: conservazione dei dettagli, artefatti minimi","Language":"Lingua","Last Backup":"Ultimo Backup","Latitude":"Latitudine","Lavender":"Lavanda","Lens":"Lenti","Let us know when we mistakenly label an idea as unfunded.":"Fateci sapere quando etichettiamo erroneamente un'idea come non finanziata.","Library":"Libreria","License":"Licenza","Like":"Mi Piace","Lime":"Lime","Limit reached, showing first %{n} files":"Limite raggiunto, vengono mostrati i primi %{n} file","Linear: Very Smooth, Best Performance":"Lineare: Molto liscio, migliori prestazioni","Link":"Link","List":"Lista","Live":"Live","Local Time":"Orario Locale","location":"luogo","Location":"Luogo","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"I messaggi log vengono visualizzati qui ogni volta che PhotoPrism rileva file danneggiati o si verificano altri potenziali problemi.","Login":"Login","Logout":"Logout","Logs":"Log","Longitude":"Longitudine","Magenta":"Magenta","Main Color":"Colore Principale","manual":"manuale","Manual Upload":"Upload Manuale","Marker":"Segnaposto","Medium":"Medio","Merge %{a} with %{b}?":"Unire %{a} con %{b}?","Message sent":"Messaggio inviato","Minimize":"Minimizza","Missing":"Mancante","Moments":"Momenti","Monochrome":"Monocromo","Month":"Mese","Moonlight":"Moonlight","More than %{n} pictures found":"Più di %{n} immagini trovate","More than 20 albums found":"Più di 20 album trovati","More than 20 labels found":"Più di 20 etichette trovate","More than 20 people found":"Più di 20 persone hanno trovato","Mosaic":"Mosaico","Most relevant":"Più rilevante","Move Files":"Sposta File","Name":"Nome","Name too long":"Nome troppo lungo","Never":"Mai","New":"Nuovo","New Password":"Nuova Password","Newest first":"Più recenti prima","No":"No","No albums found":"Nessun album trovato","No labels found":"Nessuna etichetta trovata","No people found":"Nessuna persona trovata","No pictures found":"Nessuna immagine trovata","No recently edited pictures":"Nessuna foto modificata di recente","No servers configured.":"Nessun server configurato.","No thanks":"No grazie","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nessun warning o errore contiene questa parola chiave. Tieni presente che la ricerca fa distinzione tra maiuscole e minuscole.","Non-photographic and low-quality images require a review before they appear in search results.":"Le immagini non fotografiche e di bassa qualità richiedono una revisione prima di essere visualizzate nei risultati di ricerca.","None":"Nessuno","Norwegian":"Norvegese","Not Found":"Non Trovato","Note you may manually manage your originals folder and importing is optional.":"Nota che puoi gestire manualmente la tua cartella degli originali e l'importazione è opzionale.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: solo i server WebDAV, come Nextcloud o PhotoPrism, possono essere configurati come servizio remoto per il backup e il caricamento dei file.","Note: Updating the password will not revoke access from already authenticated users.":"Nota: l'aggiornamento della password non revoca l'accesso agli utenti già autenticati.","Notes":"Note","Nothing to see here yet. Be patient.":"Niente da vedere qui. Sii paziente.","Offline":"Offline","Oldest first":"Più vecchi prima","Once a week":"Una volta a settimana","One album found":"Un album trovato","One file found":"Un file trovato","One folder found":"Una cartella trovata","One label found":"Un'etichetta trovata","One person found":"Una persona ha trovato","One picture found":"Una foto trovata","Onyx":"Onyx","Options":"Opzioni","Orange":"Arancione","Orientation":"Orientamento","Original":"Originale","Original file names will be stored and indexed.":"I nomi dei file originali verranno memorizzati e indicizzati.","Original Name":"Nome Originale","Originals":"Originali","Other":"Altro","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"La nostra visione è quella di fornire la soluzione più semplice per sfogliare, organizzare e condividere la tua collezione di foto.","Outdoor":"All'aperto","Panorama":"Panorama","Panoramas":"Panorami","Password":"Password","Password changed":"Password cambiata","People":"Persone","People you share a link with will be able to view public contents.":"Le persone con cui condividi un link potranno vedere i contenuti pubblici.","Permanently deleted":"Eliminato permanentemente","Permanently remove files to free up storage.":"Elimina permanentemente i file per liberare spazio.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism è stato aggiornato…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® è un marchio registrato di Michael Mayer.","Photos":"Foto","Pink":"Rosa","Place":"Luogo","Place & Time":"Luogo & Ora","Places":"Luoghi","Play":"Play","Please confirm your new password.":"Conferma la nuova password.","Please contact us at hello@photoprism.app if you have questions or need help.":"Contattaci a hello@photoprism.app se dovessi avere domande o bisogno di aiuto.","Please don't upload photos containing offensive content.":"Non caricare foto che contengono contenuto offensivo.","Polish":"Polacco","Portrait":"Ritratto","Português de Portugal":"Português de Portugal","Preserve filenames":"Mantieni nomi dei file","Press button to start importing…":"Premi il pulsante per iniziare a importare…","Press button to start indexing…":"Premi il pulsante per iniziare a indicizzare…","Press enter to create a new album.":"Premi invio per creare un nuovo album.","Preview":"Anteprima","Primary":"Primario","Private":"Privato","Product Feedback":"Feedback Prodotto","Projection":"Proiezione","Purple":"Viola","Quality Filter":"Filtro Qualità","Quality Score":"Punteggio Qualità","Random":"Random","Raspberry":"Lampone","Raw":"Raw","RAW":"RAW","RAW Conversion":"Conversione RAW","Re-index all originals, including already indexed and unchanged files.":"Reindicizza tutti gli originali, includendo sia i file già indicizzati che quelli non modificati.","Read-Only Mode":"Modalità Sola Lettura","Recently added":"Aggiunto recentemente","Recently edited":"Modificato recentemente","Recognition starts after indexing has been completed.":"Il riconoscimento inizia dopo che l'indicizzazione è stata completata.","Recognized":"Riconosciuto","Recognizes faces so that specific people can be found.":"Riconosce i volti in modo da poter trovare persone specifiche.","Red":"Rosso","Reload":"Ricarica","Reloading…":"Ricaricamento…","Remote Sync":"Sincronizzazione Remota","Remove":"Rimuovi","remove failed: unknown album":"rimozione fallita: album sconosciuto","Remove from album":"Rimuovi dall'album","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Rimuovi i file importati per risparmiare spazio. I tipi di file non supportati non vengono mai eliminati, rimangono nella loro posizione attuale.","Report Bug":"Segnala Bug","Request failed - invalid response":"Richiesta fallita - risposta non valida","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Le richieste sostenute da sponsor d'argento e d'oro ricevono un'etichetta d'oro e avranno la priorità.","Required":"Richiesto","Resolution":"Risoluzione","Restore":"Ripristina","Retype Password":"Digitare nuovamente la Password","Review":"Recensione","Russian":"Russo","Save":"Salva","Scan":"Scansione","Scans":"Scansioni","Search":"Cerca","Search and display photos on a map.":"Cerca e visualizza le foto in una mappa.","Season":"Stagione","Seaweed":"Alga","Secret":"Segreto","Select":"Seleziona","Select albums or create a new one":"Seleziona album o creane uno nuovo","Selection approved":"Selezione approvata","Selection archived":"Selezione archiviata","Selection restored":"Selezione ripristinata","Send":"Invia","Sequential Name":"Nome Sequenziale","Server":"Server","Service URL":"URL Servizio","Settings":"Impostazioni","Settings saved":"Impostazioni salvate","Setup":"Setup","Shadow":"Ombra","Share":"Condividi","Share %{name}":"Condividi %{name}","Shared with you.":"Condiviso con te.","Show":"Mostra","Show all new faces":"Mostra tutte le facce nuove","Show hidden":"Mostra nascosto","Show less":"Mostra meno","Show Library in navigation menu.":"Mostra la Libreria nel menu di navigazione.","Show more":"Mostra più","Show server logs in Library.":"Mostra i log server nella Libreria.","Shows more detailed log messages. Requires a restart.":"Mostra messaggi di log più dettagliati. Richiede un riavvio.","Sidecar":"Sidecar","Sign in":"Accedi","Sign Up":"Registrati","Similar":"Simile","Size":"Dimensione","Slovak":"Slovacco","Slow":"Lento","Sort by file name":"Ordina file per nome","Sort Order":"Ordinamento","Source":"Sorgente","Spanish":"Spagnolo","Stack":"Pila","Stack files sharing the same unique image or instance identifier.":"File in pila che condividono la stessa immagine unica o lo stesso identificatore di istanza.","Stack pictures taken at the exact same time and location based on their metadata.":"Impila le foto scattate nello stesso momento e luogo in base ai loro metadati.","Stackable":"Impilabile","Stacks":"Pile","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Le pile raggruppano i file con un quadro di riferimento simile, ma con differenze di qualità, formato, dimensione o colore.","Start":"Inizia","Start/Stop Slideshow":"Inizia/Ferma Presentazione","States":"Stati","Static Size Limit: %{n}px":"Limite Dimensione Statica: %{n}px","Status":"Stato","Storage Folder":"Cartella Memoria","Streets":"Strade","Style":"Stile","Subject":"Oggetto","Support for additional services, like Google Drive, will be added over time.":"Il supporto ad altri servizi, come Google Drive, verrà aggiunto in futuro.","Sync":"Sincronizza","Sync raw and video files":"Sincronizzazione di file raw e video","Taken":"Preso","Teal":"Verde mare","Text too long":"Testo troppo lungo","Thank you very much!":"Grazie mille!","The index currently contains %{n} hidden files.":"L'indice contiene attualmente %{n} file nascosti.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"La roadmap mostra quali compiti sono in corso, cosa deve essere testato e quali richieste di funzionalità saranno implementate successivamente.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Il loro formato potrebbe non essere supportato, non sono stati ancora convertiti in JPEG oppure ci sono duplicati.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Questa è una funzionalità early-access per ringraziare i nostri sponsor e contributori.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Questo monta la cartella degli originali come un'unità di rete e ti permette di aprire, modificare e cancellare i file dal tuo computer o smartphone come se fossero locali.","This open-source project is made possible thanks to our sponsors.":"Questo progetto open-source è reso possibile grazie ai nostri sponsor.","Thumbnail Generation":"Generazione di miniature","Time UTC":"Orario UTC","Time Zone":"Fuso Orario","Title":"Titolo","Title too long":"Titolo troppo lungo","to":"a","Toggle View":"Cambia Vista","Token":"Token","Topographic":"Topografico","Trademarks":"Aziende","Try again using other filters or keywords.":"Riprova usando altri filtri o parole chiave.","Type":"Tipo","Undo":"Annulla","Unique ID":"ID Unico","Unknown":"Sconosciuto","Unsorted":"Non Ordinato","Unstack":"Unstack","Updated":"Aggiornato","Updating faces":"Aggiornamento delle facce","Updating index":"Aggiornamento indici in corso","Updating moments":"Aggiornamento momenti in corso","Updating previews":"Aggiornamento delle anteprime","Updating stacks":"Aggiornamento delle pile","Upload":"Upload","Upload complete":"Upload completato","Upload complete. Indexing…":"Upload completato. Indicizzazione in corso…","Upload failed":"Upload fallito","Upload local files":"Upload file locali","Upload to WebDAV and share links with friends.":"Upload a WebDAV e condividi link con i tuoi amici.","Uploading %{n} of %{t}…":"Caricamento %{n} su %{t}…","Uploading photos…":"Caricamento foto…","Uploads that may contain such images will be rejected automatically.":"I file caricato che potrebbero contenere queste immagini verranno rifiutati automaticamente.","URL":"URL","Use Presets":"Utilizzare le preimpostazioni","User":"Utente","User Interface":"Interfaccia Utente","Username":"Username","Video":"Video","Videos":"Video","View":"Visualizza","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Ti faremo sapere come abilitarlo quando ti iscrivi su Patreon o GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"I client WebDAV possono connettersi a PhotoPrism usando il seguente URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"I client WebDAV, come Windows Explorer di Microsoft o Finder di Apple, possono connettersi direttamente a PhotoPrism.","WebDAV Upload":"Upload WebDAV","White":"Bianco","Year":"Anno","Yellow":"Giallo","Yellowstone":"Yellowstone","Yes":"Sì","You can only download one album":"Puoi scaricare solo un album","You can only download one label":"Puoi scaricare solo un'etichetta","You may only select one item":"Puoi selezionare un solo elemento","You may rescan your library to find additional faces.":"Puoi riesaminare la tua libreria per trovare altri volti.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Puoi usarlo come richiesto per descrivere il nostro software, far funzionare il tuo server, per scopi educativi, ma non per offrire beni, prodotti o servizi commerciali senza un precedente permesso scritto. In altre parole, si prega di chiedere.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Il tuo sostegno continuo ci aiuta a finanziare i costi operativi, a fornire servizi come le mappe satellitari e a sviluppare nuove funzionalità.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"La tua libreria viene continuamente analizzata per creare automaticamente album di momenti speciali, viaggi e luoghi.","Your message has been sent":"Il tuo messaggio è stato inviato","Zoom in/out":"Zoom in/out"},"ja_JP":{"%{n} albums found":"%{n} 件のアルバムが見つかりました","%{n} files uploaded":"%{n} 件のファイルをアップロードしました","%{n} folders found":"%{n} 個のフォルダが見つかりました","%{n} labels found":"%{n} 個のラベルが見つかりました","%{n} people found":"%{n}人が見つかりました。","%{n} pictures found":"%{n}の写真が見つかりました。","1 hour":"1時間","12 hours":"12時間","4 hours":"4時間","A click will copy it to your clipboard.":"クリックすると、クリップボードにコピーされます。","About":"概要","Account":"アカウント","Accuracy":"正確さ","Action":"アクション","Actions":"アクション","Add Album":"アルバムを作成","Add files to your library via Web Upload.":"あなたのライブラリに Web アップロード経由でファイルを追加します。","Add Link":"リンクを追加","Add pictures from search results by selecting them.":"検索結果から写真を選択して追加することができます。","Add Server":"サーバを追加","Add to album":"アルバムに追加","Added":"追加済み","Advanced":"高度","After 1 day":"1日後","After 3 days":"3日後","After 7 days":"1週間後","After one month":"1ヶ月後","After one year":"1年後","After selecting pictures from search results, you can add them to an album using the context menu.":"検索結果から写真を選んだ後、コンテキストメニューでアルバムに追加することができます。","After two months":"2ヶ月後","After two weeks":"2週間後","Album":"アルバム","Album Name":"アルバム名","Albums":"アルバム","Albums deleted":"アルバムが削除されました","All %{n} albums loaded":"全体で %{n} 個のアルバムを読み込みました","All %{n} labels loaded":"全体で %{n} 個のラベルを読み込みました","All %{n} people loaded":"すべての%{n}人が読み込まれた","All Cameras":"すべてのカメラ","All Categories":"すべてのカテゴリ","All Colors":"すべての色","All Countries":"すべての国","All fields are required":"すべてのフィールドが必須項目です","All files from import folder":"インポート フォルダからのすべてのファイル","All Lenses":"すべてのレンズ","All Months":"すべての月","All originals":"すべてのオリジナル","All Years":"すべての年","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"代わりに、Nextcloud といった WebDAV サーバから直接ファイルをアップロードすることができます。","Altitude":"高度","Altitude (m)":"高度 (m)","An error occurred - are you offline?":"エラーが発生しました - オフラインではありませんか?","Animation":"アニメーション","Any private photos and videos remain private and won't be shared.":"すべてのプライベートな写真や動画はプライベートのまま保管され、共有されることはありません。","API Key":"API キー","Apply":"適用","Approve":"承認","Archive":"アーカイブ","Archived":"アーカイブ済み","Are you sure you want to archive the selection?":"選択した項目を本当にアーカイブしますか?","Are you sure you want to delete these albums?":"本当にこれらのアルバムを削除しますか?","Are you sure you want to delete these labels?":"本当にこれらのラベルを削除しますか?","Are you sure you want to delete this account?":"本当にこのアカウントを削除しますか?","Are you sure you want to permanently delete these pictures?":"本当にこの写真を永久に削除していいのか?","Are you sure you want to permanently delete this file?":"本当にこのファイルを永久に削除しますか?","Artist":"アーティスト","Aspect Ratio":"アスペクト比","At least 6 characters.":"最低6文字。","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"他のファイル形式の写真のために自動的に JPEG 版を作成するので、ブラウザ内でもそれらの写真を表示することができます。","Automatically creates albums of special moments, trips, and places.":"特別な瞬間、旅、場所を記録したアルバムを自動的に作成します。","Become a sponsor":"スポンサーになる","Bio":"自己紹介","Black":"黒","Blackman: Lanczos Modification, Less Ringing Artifacts":"黒人: ランチョス法修正、少ないリンギングアーティファクト","Blue":"青","Brazilian Portuguese":"ブラジルポルトガル語","Brown":"茶","Browse and edit image classification labels.":"画像を分類するラベルを参照および編集します。","Browse indexed files and folders in Library.":"ライブラリ内にあるインデックスされたファイルやフォルダを参照します。","Bug Report":"バグ報告","Busy, please wait…":"処理中です、しばらくお待ちください...","Calendar":"カレンダー","Camera":"カメラ","Camera Serial":"カメラのシリアル","Can't load more, limit reached":"更に読み込むことはできません、制限に達しました","Can't select more items":"これ以上項目を選択することはできません","Cancel":"キャンセル","Cards":"カード","Category":"カテゴリ","Change":"変更","Change photo titles, locations, and other metadata.":"写真のタイトルや撮影地などのメタデータを変更できます。","Change private flag":"プライベートであるかどうかを変更","Checked":"選択済み","Chinese Simplified":"簡体中国語","Chinese Traditional":"繁体中国語","Chroma":"彩度","Close":"閉じる","Codec":"コーデック","Color":"色","Colors":"色","Complete Rescan":"完全な再スキャン","Confidence":"信頼度","Connect":"接続","Connect via WebDAV":"WebDAV 経由で接続","Contact Us":"お問い合わせ","Contains %{n} pictures.":"0}の写真が含まれています。","Contains one picture.":"1枚の写真が入っています。","Convert to JPEG":"JPEG に変換","Converting":"変換しています","Copied to clipboard":"クリップボードにコピーしました","Copyright":"著作権","Couldn't find anything.":"何も見つかりませんでした。","Country":"国","Create album":"アルバムを作成","Created":"作成日時","Creating thumbnails for":"次の項目のサムネイルを作成しています","Cubic: Moderate Quality, Good Performance":"立方体: 適度な品質、良いパフォーマンス","Current Password":"現在のパスワード","Customer Support":"顧客向けサポート","Cyan":"シアン","Cyano":"暗い青","Czech":"チェコ語","Daily":"毎日","Danish":"デンマーク語","Day":"日","Debug Logs":"デバッグログ","Default":"既定","Default Folder":"既定のフォルダ","Delete":"削除","Description":"概要","Detailed instructions can be found in our User Guide.":"詳細な手順はユーザーガイドに記載されています。","Details":"詳細","Dimensions":"寸法","Disable Backups":"バックアップを無効化","Disable built-in WebDAV server. Requires a restart.":"内蔵されている WebDAV サーバを無効化します。再起動が必要です。","Disable Darktable":"Darktableの無効化","Disable ExifTool":"ExifTool を無効化","Disable FFmpeg":"FFmpegの無効化","Disable Places":"場所を無効化","Disable RawTherapee":"RawTherapeeの無効化","Disable TensorFlow":"TensorFlow を無効化","Disable WebDAV":"WebDAV を無効化","Disabled":"無効","Disables reverse geocoding and maps.":"住所検索と地図を無効化します。","Discover":"発見","Don't backup photo and album metadata to YAML files.":"YAML ファイルに写真やアルバムのメタデータをバックアップしないようにします。","Don't create ExifTool JSON files for improved metadata extraction.":"より良いメタデータの抽出のために、ExifTool の JSON ファイルを作成しないようにします。","Don't modify originals folder. Disables import, upload, and delete.":"オリジナルのフォルダを変更しません。インポートやアップロード、削除が無効化されます。","Don't transcode videos with FFmpeg.":"FFmpegで動画をトランスコードしないでください。","Don't use Darktable to convert RAW files.":"RAWファイルの変換にDarktableを使ってはいけません。","Don't use RawTherapee to convert RAW files.":"RAWファイルの変換にRawTherapeeを使ってはいけません。","Don't use TensorFlow for image classification.":"写真の分類に TensorFlow を使用しないようにします。","Donations":"寄付","Done":"完了","Done.":"完了しました。","Download":"ダウンロード","Download remote files":"リモートにあるファイルをダウンロード","Download single files and zip archives.":"単一のファイルと zip アーカイブをダウンロードします。","Downloading…":"ダウンロードしています...","Downscaling Filter":"ダウンスケーリング フィルター","Duplicates will be skipped and only appear once.":"重複している項目はスキップされ、1度だけ表示されます。","Dutch":"オランダ語","Dynamic Previews":"動的なプレビュー","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"動的なレンダリングは強力なサーバを必要とします。NAS デバイスには推奨されません。","Dynamic Size Limit: %{n}px":"動的サイズの制限: %{n}px","E-Mail":"Eメール","Edit":"編集","Edit %{name}":"%{name} を編集","Edit Account":"アカウントを編集","Edit Photo":"写真を編集","Edited":"編集済み","Enable new features currently under development.":"開発中の新しい機能を有効にします。","Enabled":"有効","Enables RAW converter presets. May reduce performance.":"RAW現像機のプリセットを有効にします。パフォーマンスが低下する場合があります。","English":"英語","Errors":"エラー","Estimate the approximate location of pictures without coordinates.":"座標がなくても、写真のおおよその位置を推定することができます。","Estimates":"見積もり","Every two days":"2日毎","Exclude content marked as private from search results, shared albums, labels, and places.":"プライベートに設定されたコンテンツを、検索結果、共有アルバム、ラベル、場所から除外することができます。","Exclude hidden":"非表示を除く","Expand":"拡張","Expand Search":"検索を展開","Experimental Features":"実験的な機能","Expires":"有効期限","Exposure":"露出","F Number":"F値","Face":"Face","Faces":"顔","Failed copying to clipboard":"クリップボードにコピーできませんでした","Failed removing link":"リンクを削除できませんでした","Failed updating link":"リンクを更新できませんでした","Failure while importing uploaded files":"アップロードされたファイルをインポートしている時に問題が発生しました","Fast":"早い","Favorite":"お気に入り","Favorites":"お気に入り","Feature Request":"機能のリクエスト","Feedback":"フィードバック","File":"ファイル","File Browser":"ファイルブラウザ","Files":"ファイル","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"「IMG_1234 (2)」と「IMG_1234 (3)」のような連名のファイルは同じ写真に属します。","Focal Length":"焦点距離","Folder":"フォルダ","Folder contains %{n} files":"フォルダには %{n} 個のファイルがあります","Folder is empty":"フォルダは空です","Folders":"フォルダ","French":"フランス語","Fullscreen":"全画面","General":"一般","German":"ドイツ語","Gold":"金","Grayscale":"グレースケール","Green":"緑","Grey":"灰","Group by similarity":"類似度による分類","Hash":"ハッシュ","Hebrew":"ヘブライ語","Help":"ヘルプ","Hidden":"隠し項目","Hidden Files":"隠しファイル","Hide":"非表示","Hide photos that have been moved to archive.":"アーカイブに移動された写真を隠します。","Hindi":"ヒンディー語","How can we help?":"どのように我々は助けることができますか?","Hybrid":"ハイブリッド","I'm a sponsor":"私はスポンサーです。","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"PhotoPrismをご愛用いただいている皆様には、PatreonやGitHub Sponsorsでのご支援をお願いいたします。","image":"写真","Image":"写真","Images":"写真","Import":"インポート","Import failed":"インポートに失敗","Imported files will be sorted by date and given a unique name to avoid duplicates.":"インポートされたファイルは日付で並び替えられ、重複しないよう一意の名前が付けられます。","Imported files will be sorted by date and given a unique name.":"インポートされたファイルは日付で並び替えられ、一意の名前が付けられます。","Importing %{name}…":"%{name} をインポートしています ...","Importing files to originals…":"オリジナルにファイルをインポートしています ...","in":"次の場所で","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"想定していた写真が欠落していた場合は、お手持ちのライブラリーを再スキャンし、インデックス作成が完了するまでお待ちください。","Index":"インデックス","Indexing":"インデックス中","Indexing failed":"インデックスに失敗","Indexing media and sidecar files…":"メディアや付随するファイルをインデックスしています ...","Instance ID":"インスタンス ID","Interval":"間隔","Invalid date":"不正な日付","Italian":"イタリア語","Item":"項目","Japanese":"日本語","JPEG Quality: %{n}":"JPEG 品質: %{n}","JPEG Size Limit: %{n}px":"JPEG サイズの制限: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG やサムネイルは必要な場合に自動的に生成されます。","Keywords":"キーワード","Korean":"韓国語","Kurdish":"クルド語","Label":"ラベル","Labels":"ラベル","Labels deleted":"ラベルが削除されました","Lanczos: Detail Preservation, Minimal Artifacts":"ランチョス法: 詳細な保全、最小限の骨董品","Language":"言語","Last Backup":"最終バックアップ","Latitude":"緯度","Lavender":"ラベンダー","Lens":"レンズ","Let us know when we mistakenly label an idea as unfunded.":"私たちが間違って「資金不足」と表示したアイデアがあれば、教えてください。","Library":"ライブラリ","License":"ライセンス","Like":"お気に入り","Lime":"黄緑","Limit reached, showing first %{n} files":"制限に達しました、最初の %{n} 個のファイルを表示しています","Linear: Very Smooth, Best Performance":"線形: とても滑らか、最高のパフォーマンス","Link":"リンク","List":"リスト","Live":"ライブ","Local Time":"現地時間","location":"場所","Location":"場所","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"PhotoPrism が壊れたファイルを見つけたり、潜在的な問題を発見したときはいつでもここにログメッセージが表示されます。","Login":"ログイン","Logout":"ログアウト","Logs":"ログ","Longitude":"経度","Magenta":"マゼンタ","Main Color":"主な色","manual":"手動","Manual Upload":"手動アップロード","Marker":"マーカー","Medium":"中","Merge %{a} with %{b}?":"0}を%{b}と統合する?","Message sent":"メッセージを送信しました","Minimize":"最小化する","Missing":"見つからない","Moments":"モーメント","Monochrome":"モノクロ","Month":"月","Moonlight":"月光","More than %{n} pictures found":"0}以上の画像が見つかりました。","More than 20 albums found":"20 個以上のアルバムが見つかりました","More than 20 labels found":"20 個以上のラベルが見つかりました","More than 20 people found":"20人以上の人が発見","Mosaic":"モザイク","Most relevant":"最適","Move Files":"ファイルを移動","Name":"名前","Name too long":"名前が長すぎます","Never":"なし","New":"New","New Password":"新しいパスワード","Newest first":"新しい方から","No":"いいえ","No albums found":"どのアルバムも見つかりませんでした","No labels found":"どのラベルも見つかりませんでした","No people found":"ユーザーが見つかりません","No pictures found":"写真はありません。","No recently edited pictures":"最近編集した写真がない","No servers configured.":"どのサーバーも設定されていません。","No thanks":"いいえ、結構です","No warnings or error containing this keyword. Note that search is case-sensitive.":"このキーワードを含む警告やエラーは1つも見つかりませんでした。この検索では大文字と小文字を区別することに気をつけてください。","Non-photographic and low-quality images require a review before they appear in search results.":"写真ではないものや、低品質な画像は検索結果に現れる前にレビューが必要です。","None":"なし","Norwegian":"ノルウェー語","Not Found":"見つかりませんでした","Note you may manually manage your originals folder and importing is optional.":"なお、オリジナルフォルダは手動で管理することができ、インポートは任意です。","Note:":"メモ:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"メモ: Nextcloud や PhotoPrism といった WebDAV サーバのみがバックアップやファイルのバックアップのためのリモートサービスとして設定できます。","Note: Updating the password will not revoke access from already authenticated users.":"メモ: パスワードを変更しても、すでに認証されているユーザはアクセスを失いません。","Notes":"メモ","Nothing to see here yet. Be patient.":"まだここには何もありません。我慢してください。","Offline":"オフライン","Oldest first":"古い方から","Once a week":"1週間に1度","One album found":"1 件のアルバムが見つかりました","One file found":"1 件のファイルが見つかりました","One folder found":"1 件のフォルダが見つかりました","One label found":"1枚のラベルが見つかりました。","One person found":"一人が見つけた","One picture found":"1枚の写真を発見","Onyx":"Onyx","Options":"オプション","Orange":"オレンジ","Orientation":"方向","Original":"オリジナル","Original file names will be stored and indexed.":"オリジナルのファイル名は保存され、インデックスされます。","Original Name":"オリジナルの名前","Originals":"オリジナル","Other":"他","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"私たちのビジョンは、あなたの写真コレクションを閲覧、整理、共有するための最もユーザーフレンドリーなソリューションを提供することです。","Outdoor":"アウトドア","Panorama":"パノラマ","Panoramas":"パノラマ","Password":"パスワード","Password changed":"パスワードを変更しました","People":"人","People you share a link with will be able to view public contents.":"あなたがリンクを共有した人だけが公開された内容を閲覧できます。","Permanently deleted":"永久に削除","Permanently remove files to free up storage.":"ファイルを永久的に削除して、ストレージを空けることができます。","Photo":"写真","PhotoPrism has been updated…":"PhotoPrism はアップデートされています ...","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism®は Michael Mayer による登録商標です。","Photos":"写真","Pink":"ピンク","Place":"場所","Place & Time":"場所と時間","Places":"場所","Play":"再生","Please confirm your new password.":"あなたの新しいパスワードを確認してください。","Please contact us at hello@photoprism.app if you have questions or need help.":"ご質問やお困りのことがございましたら、hello@photoprism.app までご連絡ください。","Please don't upload photos containing offensive content.":"過激な内容を含む写真をアップロードしないでください。","Polish":"ポーランド語","Portrait":"ポートレート","Português de Portugal":"ポルトガル・ポルトガル語","Preserve filenames":"ファイル名を保持する","Press button to start importing…":"ボタンを押してインポートを開始します...","Press button to start indexing…":"ボタンを押してインデックスを開始します...","Press enter to create a new album.":"Enter を押して新しいアルバムを作成します。","Preview":"プレビュー","Primary":"プライマリ","Private":"プライベート","Product Feedback":"製品のフィードバック","Projection":"投影","Purple":"紫","Quality Filter":"品質フィルター","Quality Score":"品質スコア","Random":"ランダム","Raspberry":"ラズベリー","Raw":"Raw","RAW":"RAW","RAW Conversion":"RAW 変換","Re-index all originals, including already indexed and unchanged files.":"すべての、既にインデックスされたものや変更されていないファイルを含むオリジナルのファイルを再度インデックスです。","Read-Only Mode":"読み込み専用モード","Recently added":"最近追加された項目","Recently edited":"最近編集された項目","Recognition starts after indexing has been completed.":"認識はインデックス作成が完了した後に開始されます。","Recognized":"レコグニッション","Recognizes faces so that specific people can be found.":"顔を認識することで、特定の人を探すことができます。","Red":"赤","Reload":"再読み込み","Reloading…":"再読込しています...","Remote Sync":"リモート同期","Remove":"削除","remove failed: unknown album":"削除に失敗: 不明なアルバムです","Remove from album":"アルバムからの削除","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"インポートされたファイルを削除してストレージを節約します。対応していないファイルは削除されることはなく、現在の場所に保管されます。","Report Bug":"バグを報告","Request failed - invalid response":"リクエストに失敗しました - 不正なレスポンスです","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"シルバー、ゴールドスポンサーからの依頼にはゴールデンラベルが貼られ、優先的に処理されます。","Required":"必須","Resolution":"解像度","Restore":"復元","Retype Password":"再度パスワードを入力","Review":"レビュー","Russian":"ロシア語","Save":"保存","Scan":"スキャン","Scans":"スキャン","Search":"検索","Search and display photos on a map.":"検索して、地図に写真を表示します。","Season":"季節","Seaweed":"海藻","Secret":"秘密","Select":"選択","Select albums or create a new one":"アルバムを選択するか、新しいアルバムを作成します","Selection approved":"選択した項目が承認されました","Selection archived":"選択した項目がアーカイブされました","Selection restored":"選択した項目が復元されました","Send":"送信","Sequential Name":"連名","Server":"サーバ","Service URL":"サービス URL","Settings":"設定","Settings saved":"設定が保存されました","Setup":"セットアップ","Shadow":"影","Share":"共有","Share %{name}":"%{name} を共有","Shared with you.":"あなたと共有されました。","Show":"表示","Show all new faces":"すべてのニューフェイスを表示","Show hidden":"非表示分を表示","Show less":"表示を減らす","Show Library in navigation menu.":"ナビゲーションメニューにライブラリを表示します。","Show more":"表示を増やす","Show server logs in Library.":"ライブラリにサーバログを表示します。","Shows more detailed log messages. Requires a restart.":"より詳細なログメッセージを表示します。再起動が必要です。","Sidecar":"サイドカー","Sign in":"サインイン","Sign Up":"サインアップ","Similar":"似ている項目","Size":"サイズ","Slovak":"スロバキア語","Slow":"遅い","Sort by file name":"ファイル名で並び替え","Sort Order":"並び替え順","Source":"ソース","Spanish":"スペイン語","Stack":"スタック","Stack files sharing the same unique image or instance identifier.":"同じ一意の画像またはインスタンス識別子を共有するファイルをスタックします。","Stack pictures taken at the exact same time and location based on their metadata.":"メタデータを元に、全く同じ時間と場所で撮影された写真をスタックします。","Stackable":"スタックできる項目","Stacks":"スタック","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"似ている基準のフレームだが、品質や形式、大きさや色が異なるまとまったファイルをスタックします。","Start":"開始","Start/Stop Slideshow":"スライドショーを開始/停止","States":"状態","Static Size Limit: %{n}px":"静的サイズ制限: %{n}px","Status":"状態","Storage Folder":"ストレージフォルダ","Streets":"市街","Style":"スタイル","Subject":"件名","Support for additional services, like Google Drive, will be added over time.":"将来に渡って、Google ドライブなどの追加のサービスのサポートが追加される予定です。","Sync":"同期","Sync raw and video files":"Raw ファイルや動画ファイルを同期","Taken":"撮影済み","Teal":"青緑","Text too long":"文章が長すぎます","Thank you very much!":"どうもありがとうございました。","The index currently contains %{n} hidden files.":"インデックスには現在 %{n} 件の隠しファイルがあります。","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"ロードマップには、現在進行中のタスク、テストが必要なもの、次に実装される予定の機能リクエストなどが示されています。","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"それらの形式がサポートされていないか、まだ JPEG に変換されていないか、または重複している可能性があります。。","Theme":"テーマ","This is an early-access feature to say thanks to our sponsors and contributors.":"これは、スポンサーやコントリビューターへの感謝を込めた早期アクセス機能です。","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"これは、オリジナルのフォルダをネットワークドライブとしてマウントし、まるでローカルにあるかのようにファイルを開いたり、編集したり、あなたのコンピュータまたはスマートフォンから削除したりすることができるようにします。","This open-source project is made possible thanks to our sponsors.":"このオープンソースプロジェクトは、スポンサーの皆様のおかげで成り立っています。","Thumbnail Generation":"サムネイル生成","Time UTC":"UTC 時間","Time Zone":"タイムゾーン","Title":"タイトル","Title too long":"タイトルが長すぎます","to":"対象","Toggle View":"表示を切り替え","Token":"トークン","Topographic":"地形","Trademarks":"商標","Try again using other filters or keywords.":"他のフィルターまたはキーワードを用いて、再度試してみてください。","Type":"種類","Undo":"取り消し","Unique ID":"一意のID","Unknown":"不明","Unsorted":"未分類","Unstack":"スタック解除","Updated":"更新日","Updating faces":"フェイスの更新","Updating index":"インデックスを更新しています","Updating moments":"モーメントを更新しています","Updating previews":"プレビューの更新","Updating stacks":"スタックを更新しています","Upload":"アップロード","Upload complete":"アップロード完了","Upload complete. Indexing…":"アップロードが完了しました。インデックスしています...","Upload failed":"アップロード失敗","Upload local files":"ローカルファイルをアップロード","Upload to WebDAV and share links with friends.":"WebDAV にアップロードして、友達とリンクを共有できます。","Uploading %{n} of %{t}…":"%{t} 件中 %{n} 件をアップロードしています...","Uploading photos…":"写真をアップロードしています...","Uploads that may contain such images will be rejected automatically.":"そのような画像を含むアップロードは自動的に拒否されます。","URL":"URL","Use Presets":"プリセットを使用","User":"ユーザ","User Interface":"ユーザインタフェース","Username":"ユーザ名","Video":"動画","Videos":"動画","View":"表示","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"有効にする方法は、PatreonやGitHub Sponsorsに登録した際にお知らせします。","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV クライアントは PhotoPrism に次の URL を使用して接続することができます:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Microsoft の Windows エクスプローラ や Apple の Finder のような WebDAV クライアントは、直接 PhotoPrism に接続できます。","WebDAV Upload":"WebDAV アップロード","White":"白","Year":"年","Yellow":"黄","Yellowstone":"イエローストーン","Yes":"はい","You can only download one album":"1 件のアルバムのみダウンロードできます","You can only download one label":"1 件のラベルのみダウンロードできます","You may only select one item":"1 件だけ選択してください","You may rescan your library to find additional faces.":"追加の顔を見つけるために、ライブラリを再スキャンすることができます。","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"あなたは必要に応じて私たちのソフトウェアを説明したり、あなたの独自のサーバーを運営したり、教育目的で利用できますが、書面による事前の許可なしに商業的なグッズ、商品、サービスのために使うことはできません。つまり、お問い合わせください。","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"皆様からの継続的なご支援は、運営費、衛星地図などのサービス提供、新機能の開発などに役立てられています。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"あなたのライブラリは継続的に分析され、特別な瞬間や旅行、場所を記録したアルバムを自動的に作成します。","Your message has been sent":"あなたのメッセージは送信されました","Zoom in/out":"ズーム イン/アウト"},"ko":{"%{n} albums found":"%{n}개의 앨범을 찾음","%{n} files uploaded":"%{n}개의 파일 업로드함","%{n} folders found":"%{n}개의 폴더를 찾음","%{n} labels found":"%{n}개의 라벨을 찾음","%{n} people found":"%{n}명을 찾았습니다.","%{n} pictures found":"사진 %{n}장을 찾았습니다.","1 hour":"1시간","12 hours":"12시간","4 hours":"4시간","A click will copy it to your clipboard.":"클릭하면 클립보드에 복사됩니다.","About":"관하여","Account":"계정","Accuracy":"정확도","Action":"동작","Actions":"동작","Add Album":"앨범 추가","Add files to your library via Web Upload.":"웹 업로드 통한 당신의 라이브러리에 파일을 추가합니다.","Add Link":"링크 추가","Add pictures from search results by selecting them.":"사진을 선택하여 검색 결과에서 사진을 추가합니다.","Add Server":"서버 추가","Add to album":"앨범에 추가","Added":"추가됨","Advanced":"고급","After 1 day":"1일 후","After 3 days":"3일 후","After 7 days":"7일 후","After one month":"1달 후","After one year":"1년 후","After selecting pictures from search results, you can add them to an album using the context menu.":"검색 결과에서 사진을 선택한 후 컨텍스트 메뉴를 사용하여 사진을 앨범에 추가할 수 있습니다.","After two months":"2개월 후","After two weeks":"2주 후","Album":"앨범","Album Name":"앨범 이름","Albums":"앨범","Albums deleted":"앨범 삭제됨","All %{n} albums loaded":"모든 %{n}개의 앨범을 로드됨","All %{n} labels loaded":"모든 %{n}개의 라벨을 로드됨","All %{n} people loaded":"모든 %{n}명이 로드됨","All Cameras":"모든 카메라","All Categories":"모든 카테고리","All Colors":"모든 색깔","All Countries":"모든 나라","All fields are required":"모든 항목을 채워야합니다","All files from import folder":"가져오기 폴더의 모든 파일","All Lenses":"모든 렌즈","All Months":"모든 달","All originals":"모든 원본","All Years":"모든 년도","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"또는 Nextcloud와 같은 WebDAV 서버에 직접 파일을 업로드할 수 있습니다.","Altitude":"고도","Altitude (m)":"고도 (미터)","An error occurred - are you offline?":"오류가 발생했습니다 - 당신은 오프라인 상태입니까?","Animation":"애니메이션","Any private photos and videos remain private and won't be shared.":"모든 비공개 사진과 동영상은 비공개로 유지되며 공유되지 않습니다.","API Key":"API 키","Apply":"적용","Approve":"승인","Archive":"보관","Archived":"보관함","Are you sure you want to archive the selection?":"선택 항목을 보관 하시겠습니까?","Are you sure you want to delete these albums?":"선택 앨범을 삭제 하시겠습니까?","Are you sure you want to delete these labels?":"선택 라벨을 삭제 하시겠습니까?","Are you sure you want to delete this account?":"이 계정을 삭제 하시겠습니까?","Are you sure you want to permanently delete these pictures?":"이 사진을 영구적으로 삭제하시겠습니까?","Are you sure you want to permanently delete this file?":"이 파일을 영구적으로 삭제 하시겠습니까?","Artist":"아티스트","Aspect Ratio":"종횡비","At least 6 characters.":"6자 이상.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"브라우저에 표시할 수 있도록 다른 파일 형식에 대한 JPEG를 자동으로 생성합니다.","Automatically creates albums of special moments, trips, and places.":"특별한 순간, 여행 및 장소의 앨범을 자동으로 생성합니다.","Become a sponsor":"후원자가 되십시오","Bio":"바이오","Black":"검은색","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos 수정, 덜 울리는 아티팩트","Blue":"파란색","Brazilian Portuguese":"브라질 포르투갈어","Brown":"갈색","Browse and edit image classification labels.":"검색하고 이미지 분류 라벨 편집하기.","Browse indexed files and folders in Library.":"라이브러리에서 인덱싱된 파일 및 폴더를 검색합니다.","Bug Report":"버그 신고","Busy, please wait…":"처리중, 잠시만 기다려주세요…","Calendar":"달력","Camera":"카메라","Camera Serial":"카메라 일련 번호","Can't load more, limit reached":"더 로드할 수 없습니다. 한도에 도달했습니다.","Can't select more items":"더 많은 아이템을 선택할 수 없습니다","Cancel":"취소","Cards":"카드","Category":"범주","Change":"바꾸기","Change photo titles, locations, and other metadata.":"사진 제목, 위치 및 기타 메타데이터를 변경합니다.","Change private flag":"비공개 플래그 변경하기","Checked":"확인됨","Chinese Simplified":"중국어 (간체)","Chinese Traditional":"중국어 (번체)","Chroma":"채도","Close":"닫기","Codec":"코덱","Color":"색깔","Colors":"색깔","Complete Rescan":"완전 다시 색인","Confidence":"신임도","Connect":"연결","Connect via WebDAV":"WebDAV로 연결하기","Contact Us":"문의하기","Contains %{n} pictures.":"%{n}개의 사진이 포함되어 있습니다.","Contains one picture.":"한 장의 사진이 포함되어 있습니다.","Convert to JPEG":"JPEG로 변환하기","Converting":"변환하는 중","Copied to clipboard":"클립보드에 복사했습니다","Copyright":"저작권","Couldn't find anything.":"아무것도 찾을 수 없습니다.","Country":"나라","Create album":"앨범 만들기","Created":"만듦","Creating thumbnails for":"축소판 만들기","Cubic: Moderate Quality, Good Performance":"큐빅: 보통 품질, 우수한 성능","Current Password":"현재 비밀번호","Customer Support":"고객 지원","Cyan":"청록색","Cyano":"시아노","Czech":"체코어","Daily":"매일","Danish":"덴마크어","Day":"일","Debug Logs":"디버그 로그","Default":"기본값","Default Folder":"기본 폴더","Delete":"삭제","Description":"설명","Detailed instructions can be found in our User Guide.":"자세한 지시는 사용설명서에서 찾을 수 있습니다.","Details":"세부 사항","Dimensions":"치수","Disable Backups":"백업 비활성화","Disable built-in WebDAV server. Requires a restart.":"내장 WebDAV 서버 비활성화. 다시 시작 필요함.","Disable Darktable":"다크테이블 비활성화","Disable ExifTool":"ExifTool 비활성화","Disable FFmpeg":"FFmpeg 비활성화","Disable Places":"장소 비활성화","Disable RawTherapee":"RawTherapee 비활성화","Disable TensorFlow":"TensorFlow 비활성화","Disable WebDAV":"WebDAV 비활성화","Disabled":"비활성화","Disables reverse geocoding and maps.":"역 지오코딩 및 지도 비활성화.","Discover":"디스커버","Don't backup photo and album metadata to YAML files.":"YAML 파일에 사진과 앨범 메타데이터를 백업하지 않기.","Don't create ExifTool JSON files for improved metadata extraction.":"향상된 메타데이터 추출위해 ExifTool 도구로 JSON 파일 생성하지 않기.","Don't modify originals folder. Disables import, upload, and delete.":"오리지널 폴더 수정하지 않기. 가져오기, 업로드와 삭제 기능 비활성화.","Don't transcode videos with FFmpeg.":"FFmpeg로 비디오를 트랜스코딩하지 마십시오.","Don't use Darktable to convert RAW files.":"RAW 파일을 변환하는 데 Darktable을 사용하지 마십시오.","Don't use RawTherapee to convert RAW files.":"RawTherapee를 사용하여 RAW 파일을 변환하지 마십시오.","Don't use TensorFlow for image classification.":"TensorFlow로 이미지 분류하지 않기.","Donations":"기부","Done":"완료","Done.":"완료.","Download":"다운로드","Download remote files":"원격 파일 다운로드하기","Download single files and zip archives.":"단일 파일 및 ZIP 아카이브 다운로드하기.","Downloading…":"다운로드 중…","Downscaling Filter":"축소 필터","Duplicates will be skipped and only appear once.":"중복은 건너뛰고 한 번만 나타납니다.","Dutch":"네덜란드어","Dynamic Previews":"다이나믹 미리보기","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"동적 렌더링에는 강력한 서버가 필요합니다. NAS 장치에는 권장하지 않습니다.","Dynamic Size Limit: %{n}px":"다이나믹 크기 제한: %{n}px","E-Mail":"이메일","Edit":"편집","Edit %{name}":"%{name} 편집하기","Edit Account":"계정 편집","Edit Photo":"사진 편집","Edited":"편집됨","Enable new features currently under development.":"현재 개발중인 새로운 기능을 활성화하기.","Enabled":"활성화","Enables RAW converter presets. May reduce performance.":"RAW 변환기 사전 설정을 활성화합니다. 성능이 저하될 수 있습니다.","English":"영어","Errors":"오류","Estimate the approximate location of pictures without coordinates.":"좌표 없이 사진의 대략적인 위치를 추정합니다.","Estimates":"견적","Every two days":"2일마다","Exclude content marked as private from search results, shared albums, labels, and places.":"검색 결과, 공유 앨범, 레이블 및 장소에서 비공개로 표시된 콘텐츠를 제외합니다.","Exclude hidden":"숨김 제외","Expand":"확장","Expand Search":"확장 검색","Experimental Features":"실험실 기능","Expires":"만료","Exposure":"노출","F Number":"F 숫자","Face":"얼굴","Faces":"얼굴","Failed copying to clipboard":"클립보드에 복사하지 못했습니다","Failed removing link":"링크를 제거하지 못했습니다","Failed updating link":"링크를 업데이트하지 못했습니다","Failure while importing uploaded files":"업로드된 파일을 가져오는 중 실패","Fast":"빠른","Favorite":"즐겨 찾기","Favorites":"즐겨 찾기","Feature Request":"기능 요청","Feedback":"피드백","File":"파일","File Browser":"파일 탐색기","Files":"파일","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"'IMG_1234(2)', 'IMG_1234(3)'과 같이 순차적인 이름을 가진 파일은 같은 그림에 속합니다.","Focal Length":"초점 거리","Folder":"폴더","Folder contains %{n} files":"폴더에 %{n} 파일을 포함됨","Folder is empty":"폴더가 비어 있습니다","Folders":"폴더","French":"불어","Fullscreen":"전체 화면","General":"일반","German":"독일어","Gold":"금색","Grayscale":"회색","Green":"녹색","Grey":"회색","Group by similarity":"유사성으로 그룹화","Hash":"해시","Hebrew":"헤브라이어","Help":"도움말","Hidden":"숨김","Hidden Files":"숨김 파일","Hide":"숨기기","Hide photos that have been moved to archive.":"보관함으로 이동한 사진을 숨기기.","Hindi":"힌디어","How can we help?":"어떻게 도와 드릴까요?","Hybrid":"하이브리드","I'm a sponsor":"나는 후원자다","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"PhotoPrism 사용이 마음에 드시면 Patreon 또는 GitHub 스폰서에서 저희를 후원해 주세요.","image":"이미지","Image":"이미지","Images":"이미지","Import":"가져오기","Import failed":"가져오기 실패","Imported files will be sorted by date and given a unique name to avoid duplicates.":"가져온 파일은 날짜별로 정렬되고 중복을 방지하기 위해 유일한 이름이 지정됩니다.","Imported files will be sorted by date and given a unique name.":"가져온 파일은 날짜별로 정렬되고 유일한 이름이 지정됩니다.","Importing %{name}…":"%{name} 가져오기 중…","Importing files to originals…":"오리지널에 가져 오는중…","in":"in","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"예상한 사진이 누락된 경우 라이브러리를 다시 검색하고 색인 생성이 완료될 때까지 기다리십시오.","Index":"색인","Indexing":"색인중","Indexing failed":"색인 실패","Indexing media and sidecar files…":"미디어 및 사이드카 파일 색인중…","Instance ID":"인스턴스 ID","Interval":"간격","Invalid date":"잘못된 날짜","Italian":"이탈리아어","Item":"아이템","Japanese":"일본어","JPEG Quality: %{n}":"JPEG 품질: %{n}","JPEG Size Limit: %{n}px":"JPEG 크기 제한: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG 파일과 썸네일은 필요에 따라 자동으로 렌더딩 됩니다.","Keywords":"키워드","Korean":"한국어","Kurdish":"쿠르드어","Label":"라벨","Labels":"라벨","Labels deleted":"라벨 삭제됨","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: 디테일 보존, 최소한의 인공물","Language":"언어","Last Backup":"마지막 백업","Latitude":"위도","Lavender":"라벤더색","Lens":"렌즈","Let us know when we mistakenly label an idea as unfunded.":"아이디어에 자금이 지원되지 않는 것으로 잘못 레이블이 지정되면 알려주십시오.","Library":"라이브러리","License":"라이센스","Like":"좋아요","Lime":"라임색","Limit reached, showing first %{n} files":"한도에 도달하여 처음 %{n} 파일을 표시합니다","Linear: Very Smooth, Best Performance":"Linear: 매우 부드럽고 최고의 성능","Link":"링크","List":"리스트","Live":"라이브","Local Time":"현지 시간","location":"위치","Location":"위치","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"PhotoPrism이 깨진 파일을 발견하거나 다른 잠재적인 문제가 있을 때마다 로그 메시지가 여기에 나타납니다.","Login":"로그인","Logout":"로그아웃","Logs":"로그","Longitude":"경도","Magenta":"마젠타색","Main Color":"주요 색깔","manual":"수동","Manual Upload":"수동 업로드","Marker":"마커","Medium":"중간","Merge %{a} with %{b}?":"%{a}을 %{b}과(를) 병합하시겠습니까?","Message sent":"매시지 보냄","Minimize":"최소화","Missing":"누락됨","Moments":"나의 순간","Monochrome":"단색","Month":"달","Moonlight":"월광","More than %{n} pictures found":"사진을 %{n}개 이상 찾았습니다.","More than 20 albums found":"20개이상의 앨범을 발견함","More than 20 labels found":"20개이상의 라벨을 발견함","More than 20 people found":"20명 이상 찾았습니다.","Mosaic":"모자이크","Most relevant":"가장 관련성이 높은","Move Files":"파일 이동하기","Name":"이름","Name too long":"이름이 너무 깁니다","Never":"안함","New":"신규","New Password":"새로운 비밀번호","Newest first":"날짜 오름차 순","No":"아니요","No albums found":"앨범이 없습니다","No labels found":"라벨이 없습니다","No people found":"사람이 없습니다","No pictures found":"사진이 없습니다","No recently edited pictures":"최근에 편집한 사진이 없습니다","No servers configured.":"구성된 서버가 없습니다.","No thanks":"아니요, 괜찮습니다","No warnings or error containing this keyword. Note that search is case-sensitive.":"이 키워드를 포함하는 경고 또는 오류가 없습니다. 검색은 대소문자를 구분합니다.","Non-photographic and low-quality images require a review before they appear in search results.":"사진이 아닌 저품질 이미지는 검색 결과에 표시되기 전에 검토가 필요합니다.","None":"없음","Norwegian":"노르웨이어","Not Found":"찾을 수 없음","Note you may manually manage your originals folder and importing is optional.":"원본 폴더를 수동으로 관리할 수 있으며 가져오기는 선택 사항입니다.","Note:":"노트:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"주의: Nextcloud 또는 PhotoPrism와 같은 WebDAV서버만 백업 및 파일 업로드를 위한 원격 서비스로 구성할 수 있습니다.","Note: Updating the password will not revoke access from already authenticated users.":"참고: 비밀번호를 업데이트해도 이미 인증된 사용자의 액세스 권한은 취소되지 않습니다.","Notes":"노트","Nothing to see here yet. Be patient.":"아직 볼 것이 없습니다. 인내심을 가지세요.","Offline":"오프라인","Oldest first":"날짜 내림차 순","Once a week":"일주일에 한 번","One album found":"1개 앨범 찾음","One file found":"1개 파일 찾음","One folder found":"1개 폴더 찾음","One label found":"라벨 1개를 찾았습니다.","One person found":"한 사람이 발견됨","One picture found":"사진 1장 발견","Onyx":"오닉스색","Options":"옵션","Orange":"주황색","Orientation":"방향","Original":"오리지널","Original file names will be stored and indexed.":"원본 파일 이름은 저장하고 색인됩니다.","Original Name":"원본 이름","Originals":"오리지널","Other":"다른","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"우리의 비전은 사진 컬렉션을 탐색, 구성 및 공유하기 위한 가장 사용자 친화적인 솔루션을 제공하는 것입니다.","Outdoor":"아웃도어","Panorama":"파노라마","Panoramas":"파노라마","Password":"비밀번호","Password changed":"비밀번호 변경됨","People":"사람","People you share a link with will be able to view public contents.":"링크를 공유한 사람들은 공개 콘텐츠를 볼 수 있습니다.","Permanently deleted":"영구 삭제됨","Permanently remove files to free up storage.":"파일을 영구적으로 제거하여 저장 공간을 확보하십시오.","Photo":"사진","PhotoPrism has been updated…":"PhotoPrism 업데이트되었습니다…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® 은 Michael Mayer의 등록 상표입니다.","Photos":"사진","Pink":"분홍색","Place":"장소","Place & Time":"장소 & 시간","Places":"장소","Play":"재생","Please confirm your new password.":"새 비밀번호를 확인하세요.","Please contact us at hello@photoprism.app if you have questions or need help.":"질문이 있거나 도움이 필요하면 hello@photoprism.app으로 문의하십시오.","Please don't upload photos containing offensive content.":"불쾌감한 콘텐츠 포함된 사진을 업로드하지 마십시오.","Polish":"폴란드어","Portrait":"초상","Português de Portugal":"포르투갈 드 포르투갈","Preserve filenames":"파일 이름 보류","Press button to start importing…":"가져오기를 시작하려면 버튼을 누르세요…","Press button to start indexing…":"색인을 시작하려면 버튼을 누르세요…","Press enter to create a new album.":"새 앨범을 만들려면 Enter 키를 누르세요.","Preview":"미리보기","Primary":"주요","Private":"비공개","Product Feedback":"제품 피드백","Projection":"투사","Purple":"보라색","Quality Filter":"품질 필터","Quality Score":"품질 점수","Random":"랜덤","Raspberry":"라즈베리색","Raw":"원시","RAW":"날것의","RAW Conversion":"RAW 변환","Re-index all originals, including already indexed and unchanged files.":"이미 인덱싱되고 변경되지 않은 파일을 포함하여 모든 원본을 다시 인덱싱합니다.","Read-Only Mode":"읽기 전용 모드","Recently added":"최근 추가됨","Recently edited":"최근 편집됨","Recognition starts after indexing has been completed.":"인덱싱이 완료된 후 인식이 시작됩니다.","Recognized":"인정","Recognizes faces so that specific people can be found.":"특정 사람을 찾을 수 있도록 얼굴을 인식합니다.","Red":"빨간색","Reload":"새로고침","Reloading…":"새로고침 중…","Remote Sync":"원격 동기화","Remove":"제거","remove failed: unknown album":"제거 실패 - 잘못된 앨범","Remove from album":"앨범에서 제거","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"가져온 파일을 제거하여 저장 공간을 절약하십시오. 지원되지 않는 파일 형식은 삭제되지 않으며 현재 위치에 남아 있습니다.","Report Bug":"버그 신고하기","Request failed - invalid response":"요청 실패 - 잘못된 응답","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"실버 및 골드 스폰서가 승인한 요청은 골든 라벨을 받고 우선 순위가 지정됩니다.","Required":"필수","Resolution":"해상도","Restore":"복원","Retype Password":"비밀번호 다시 입력","Review":"리뷰","Russian":"러시아어","Save":"저장","Scan":"스켄","Scans":"스켄","Search":"검색","Search and display photos on a map.":"검색하고 지도에서 시진을 표시합니다.","Season":"계절","Seaweed":"해초","Secret":"비밀","Select":"선택","Select albums or create a new one":"앨범을 선택하거나 새 앨범을 만듭니다","Selection approved":"선택 항목 승인됨","Selection archived":"선택 항목 보관됨","Selection restored":"선택 항목 복원됨","Send":"보내기","Sequential Name":"순차 이름","Server":"서버","Service URL":"서비스 URL","Settings":"설정","Settings saved":"설정 저장됨","Setup":"설치","Shadow":"그림자","Share":"공유","Share %{name}":"%{name} 공유하기","Shared with you.":"나와 공유됨.","Show":"보이기","Show all new faces":"모든 새 얼굴 표시","Show hidden":"숨김 표시","Show less":"덜 보여","Show Library in navigation menu.":"탐색 메뉴에 라이브러리를 표시합니다.","Show more":"더 보여","Show server logs in Library.":"라이브러리에 서버 로그를 표시합니다.","Shows more detailed log messages. Requires a restart.":"더 자세한 로그 메시지를 표시합니다. 다시 시작해야 합니다.","Sidecar":"사이드카","Sign in":"등록","Sign Up":"회원가입","Similar":"비슷한","Size":"크기","Slovak":"슬로바키아어","Slow":"느림","Sort by file name":"파일 이름별 정렬","Sort Order":"정렬 방법","Source":"소스","Spanish":"스페인어","Stack":"스택","Stack files sharing the same unique image or instance identifier.":"동일한 고유 이미지 또는 인스턴스 식별자를 공유하는 스택 파일.","Stack pictures taken at the exact same time and location based on their metadata.":"메타데이터를 기반으로 정확히 같은 시간과 위치에서 찍은 사진을 쌓습니다.","Stackable":"스택 할 수 있슴","Stacks":"스택","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"참조 프레임은 유사하지만 품질, 형식, 크기 또는 색상이 다른 그룹 파일을 스택합니다.","Start":"시작","Start/Stop Slideshow":"슬라이드쇼 시작/중지","States":"상태","Static Size Limit: %{n}px":"스태틱 크지 제한: %{n}px","Status":"상태","Storage Folder":"저장 폴더","Streets":"거리","Style":"스타일","Subject":"주제","Support for additional services, like Google Drive, will be added over time.":"Google 드라이브와 같은 추가 서비스에 대한 지원은 시간이 지남에 따라 추가됩니다.","Sync":"동기화","Sync raw and video files":"원시 사진과 동영상 파일을 동기화하기","Taken":"찍음","Teal":"암녹색","Text too long":"텍스트는 너무 긴다","Thank you very much!":"매우 감사합니다!","The index currently contains %{n} hidden files.":"현재 색인에서 %{n}개의 숨겨진 파일이 있습니다.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"로드맵은 진행 중인 작업, 테스트가 필요한 항목, 다음에 구현될 기능 요청을 보여줍니다.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"형식이 지원되지 않을 수 있고, 아직 JPEG 형식으로 변환되지 않았거나 중복이 있을 수 있습니다.","Theme":"테마","This is an early-access feature to say thanks to our sponsors and contributors.":"이것은 우리의 후원자와 기여자에게 감사의 말을 전하는 초기 액세스 기능입니다.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"이렇게 하면 원본 폴더가 네트워크 드라이브로 마운트되고 컴퓨터나 스마트폰에서 파일을 로컬에 있는 것처럼 열고 편집하고 삭제할 수 있습니다.","This open-source project is made possible thanks to our sponsors.":"이 오픈 소스 프로젝트는 후원자 덕분에 가능했습니다.","Thumbnail Generation":"썸내일 생성","Time UTC":"표준 시간대","Time Zone":"시간대","Title":"주제","Title too long":"주제 너무 긴다","to":"~","Toggle View":"보기형식 변경","Token":"토큰","Topographic":"지형","Trademarks":"상표","Try again using other filters or keywords.":"다른 필터 또는 키워드를 사용하여 다시 시도하십시오.","Type":"종류","Undo":"실행 취소","Unique ID":"유일 ID","Unknown":"알 수 없는","Unsorted":"정렬되지 않음","Unstack":"스택 해제","Updated":"업로드됨","Updating faces":"얼굴 업데이트","Updating index":"색인을 업데이트 중","Updating moments":"\"나의 순간\" 업데이트 중","Updating previews":"미리보기 업데이트","Updating stacks":"스택을 업데이트 중","Upload":"업로드","Upload complete":"업로드 완료","Upload complete. Indexing…":"업로드 완료. 색인중…","Upload failed":"업로드 실패","Upload local files":"로컬 파일 업로드","Upload to WebDAV and share links with friends.":"WebDAV에 업로드하고 친구와 링크로 공유합니다.","Uploading %{n} of %{t}…":"%{t} 중 %{n} 업로드 중…","Uploading photos…":"사진 업로드중…","Uploads that may contain such images will be rejected automatically.":"이러한 이미지가 포함될 수 있는 업로드는 자동으로 거부됩니다.","URL":"URL","Use Presets":"사전 설정 사용","User":"사용자","User Interface":"사용자 인터페이스","Username":"사용자 이름","Video":"동영상","Videos":"동영상","View":"보기","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Patreon 또는 GitHub 스폰서에 가입할 때 활성화하는 방법을 알려드리겠습니다.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV 클라이언트는 다음 URL을 사용하여 PhotoPrism에 연결할 수 있습니다:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV 클라이언트 (예: 마이코로소프트 Windows Explorer 또는 애플 Finder) 직접적으로 PhotoPrism에 연결할 수 있습니다.","WebDAV Upload":"WebDAV 업로드","White":"백색","Year":"년","Yellow":"황색","Yellowstone":"옐로스톤","Yes":"네","You can only download one album":"하나의 앨범 만 다운로드할 수 있습니다","You can only download one label":"하나의 라벨 만 다운로드할 수 있습니다","You may only select one item":"하나의 아이템 선택할 수 있습니다","You may rescan your library to find additional faces.":"추가 얼굴을 찾기 위해 라이브러리를 다시 검색할 수 있습니다.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"귀하는 교육 목적으로 당사 소프트웨어를 설명하고 자체 서버를 실행하는 데 필요한 대로 사용할 수 있지만 사전 서면 허가 없이 상업 상품, 제품 또는 서비스를 제공할 수 없습니다. 즉, 물어보십시오.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"귀하의 지속적인 지원은 운영 비용을 지원하고 위성 지도와 같은 서비스를 제공하며 새로운 기능을 개발하는 데 도움이 됩니다.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"라이브러리는 지속적으로 분석되어 특별한 순간, 여행 및 장소의 앨범을 자동으로 생성합니다.","Your message has been sent":"당신의 메시지가 전송되었습니다","Zoom in/out":"확대/축소"},"ku":{"%{n} albums found":"ئەلبوم دۆزرایەوە %{n}","%{n} files uploaded":"%{n} پەڕگە بارکرا","%{n} folders found":"%{n} بوخچە دۆزرایەوە","%{n} labels found":"%{n} پێناس دۆزرایەوە","%{n} people found":"%{n} kes hatin dîtin","%{n} pictures found":"%{n} wêne hatin dîtin","1 hour":"١ کاتژمێر","12 hours":"١٢ کاتژمێر","4 hours":"٤ کاتژمێر","A click will copy it to your clipboard.":"کرتەیەک کۆپی دەکاتە کلیپ بۆردەکەت","About":"دەربارە","Account":"هەژمار","Accuracy":"وردبینی","Action":"کردار","Actions":"کردارەکان","Add Album":"زیادکردنی ئەلبوم","Add files to your library via Web Upload.":"زیادکردنی پەڕگەکان بۆ کتێبخانەکەت لەڕێگای بارکردنی وێب.","Add Link":"زیادکردنی بەستەرە","Add pictures from search results by selecting them.":"Bi hilbijartina wan wêneyan ji encamên lêgerînê zêde bikin.","Add Server":"زیادکردنی راژە","Add to album":"زیادکردن بۆ ئەلبوم","Added":"زیادکرا","Advanced":"پێشکەوتوو","After 1 day":"دوای ١ ڕۆژ","After 3 days":"دوای ٣ ڕۆژ","After 7 days":"دوای ٧ ڕۆژ","After one month":"دوای ١ مانگ","After one year":"دوای ١ ساڵ","After selecting pictures from search results, you can add them to an album using the context menu.":"Piştî hilbijartina wêneyên ji encamên lêgerînê, hûn dikarin wan bi karanîna menuya naverokê li albûmê zêde bikin.","After two months":"دوای ٢ مانگ","After two weeks":"دوای ٢ هەفتە","Album":"ئەلبوم","Album Name":"ناوی ئەلبوم","Albums":"ئەلبومەکان","Albums deleted":"ئەلبومەکان سڕانەوە","All %{n} albums loaded":"هەموو %{n} ئەلبومەکان بارکرا","All %{n} labels loaded":"هەموو %{n} پێناسەکان بارکرا","All %{n} people loaded":"Hemû %{n} kes bar kirin","All Cameras":"هەموو کامێراکان","All Categories":"هەموو هاوپۆلەکان","All Colors":"هەموو رەنگەکان","All Countries":"هەموو وڵاتەکان","All fields are required":"هەموو خانەکان پێویستە","All files from import folder":"هەموو پەڕگەکان لە بوخچەی هاوردەکردن","All Lenses":"هەموو لێنزەکان","All Months":"هەموو مانگەکان","All originals":"هەموو ڕەسەنەکان","All Years":"هەموو ساڵەکان","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"لە جیاتی ئەوە، دەتوانیت ڕاستەوخۆ پەڕگەکان باربکەیتە سەر ڕاژەی WebDAV وەک Nextcloud.","Altitude":"هێڵی درێژی","Altitude (m)":"بەرزی (m)","An error occurred - are you offline?":"هەڵەیەک ڕوویدا - ئایا ئۆفلاینیت؟","Animation":"ئەنیمەیشن","Any private photos and videos remain private and won't be shared.":"هەر فۆتۆ و ڤیدیۆیەکی تایبەت بە تایبەتی دەمێنێتەوە و هاوبەش ناکرێت.","API Key":"API کلیلی","Apply":"به‌کاربردن","Approve":"په‌سه‌ندکردن","Archive":"ئەرشیف","Archived":"ئەرشیفکراو","Are you sure you want to archive the selection?":"ئایا دڵنیایت لەوەی دەتەوێت ئەم دیاریکردنە ئەرشیف بکەیت؟","Are you sure you want to delete these albums?":"دڵنیایت لەوەی دەتەوێت ئەم ئەلبومانە بسڕیتەوە؟","Are you sure you want to delete these labels?":"دڵنیایت لەوەی دەتەوێت ئەم پێناسانە بسڕیتەوە؟","Are you sure you want to delete this account?":"دڵنیایت لەوەی دەتەوێت ئەم هەژمارانە بسڕیتەوە؟","Are you sure you want to permanently delete these pictures?":"ئایا دڵنیایت لەوەی دەتەوێت ئەم وێنانە بە هەمیشەیی بسڕیتەوە؟","Are you sure you want to permanently delete this file?":"ئایا دڵنیایت لەوەی دەتەوێت بە هەمیشەیی ئەم پەڕگەیە بسڕیتەوە؟","Artist":"هونەرمەند","Aspect Ratio":"ڕێژەی ڕوو","At least 6 characters.":"بەلایەنی کەمەوە 6 نووسە","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"دروستکردنی JPEGs بە شێوەیەکی خودکارانە بۆ جۆرەکانی تری پەڕگە بۆ ئەوەی نیشان بدرێت لە وێبگەڕەکە.","Automatically creates albums of special moments, trips, and places.":"Bixweber albûmên demên taybetî, rêwîtî û deveran diafirîne.","Become a sponsor":"Bibe sponsor","Bio":"Bio","Black":"ڕەش","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos Modification, Less Ringing Artifacts","Blue":"شین","Brazilian Portuguese":"بەڕازیلی پرتوگالی","Brown":"قاوەیی","Browse and edit image classification labels.":"گەڕان و بژارکردنی ناونیشانەکانی پۆلێنکردنی وێنە.","Browse indexed files and folders in Library.":"گەڕان لە پەڕگە وبوخچە نوانەدارەکان لە کتێبخانە.","Bug Report":"راپۆرتی هەڵە","Busy, please wait…":"سەرقاڵە، تکایە چاوەڕێکە...","Calendar":"ڕۆژمێر","Camera":"کامێرا","Camera Serial":"زنجیرەی کامێرا","Can't load more, limit reached":"ناتوانێت زیاتر بار بکات، گەیشتە سنوور","Can't select more items":"ناتوانێت ئایتمی زیاتر دیاری بکات","Cancel":"هه‌ڵوه‌شاندنه‌وه","Cards":"کارتەکان","Category":"هاوپۆله‌كان","Change":"گۆڕانکاری","Change photo titles, locations, and other metadata.":"Sernivîsên wêneyan, cîh û metadata din biguherînin.","Change private flag":"گۆڕینی نیشانەنوێنی تایبەت","Checked":"پشکنرا","Chinese Simplified":"چینی ئاسایی","Chinese Traditional":"چینی نەریتی","Chroma":"کرۆم","Close":"داخستن","Codec":"Codec","Color":"ڕەنگ","Colors":"ڕەنگەکان","Complete Rescan":"پشکنینەوەی تەواو","Confidence":"دڵنیایی","Connect":"بەستنەوە","Connect via WebDAV":"بەستنەوە بە WebDAV","Contact Us":"پەیوەندیمان پێوە بکە","Contains %{n} pictures.":"%{n} wêneyan dihewîne.","Contains one picture.":"Yek wêneyek dihewîne.","Convert to JPEG":"گۆڕین بۆ JPEG","Converting":"گۆڕین","Copied to clipboard":"کۆپی کرایە کلیپ بۆرد","Copyright":"مافی لەبەرگرتنەوە","Couldn't find anything.":"هیچ شتێک نەدۆزرایەوە.","Country":"وڵات","Create album":"دروستکردنی ئەلبوم","Created":"دروستکرا","Creating thumbnails for":"دروستکردنی وێنۆچکە بۆ","Cubic: Moderate Quality, Good Performance":"سێجا: کوالێتی مامناوەند، ئەدای باش","Current Password":"تێپەڕەوشەی ئێستا","Customer Support":"پاڵپشتی کڕیار","Cyan":"شینی ئاسمانی","Cyano":"Cyano","Czech":"چیکی","Daily":"ڕۆژانە","Danish":"دانیمارکی","Day":"ڕۆ‌ژ","Debug Logs":"تۆماری هەڵەکان","Default":"بنه‌ڕه‌ت","Default Folder":"بوخچەی بنه‌ڕه‌تی","Delete":"سڕینەوە","Description":"وه‌سفکردن","Detailed instructions can be found in our User Guide.":"ڕێنمایی ورد دەتوانرێت بدۆزرێتەوە لە ڕێبەری بەکارهێنەرەکەمان.","Details":"زانیاری زیاتر","Dimensions":"ڕەهەندەکان","Disable Backups":"ناچالاککردنی پاڵپشتەکان","Disable built-in WebDAV server. Requires a restart.":"ناچالاککردنی ڕاژەکاری چەسپاوی WebDAV. پێویستی بە دەستپێکردنەوە هەیە.","Disable Darktable":"Darktable neçalak bike","Disable ExifTool":"ExifTool لە کاربخە","Disable FFmpeg":"FFmpeg asteng bike","Disable Places":"لەکارخستنی شوێنەکان","Disable RawTherapee":"RawTherapee neçalak bike","Disable TensorFlow":"لەکاربخە TensorFlow","Disable WebDAV":"لەکاربخە WebDAV","Disabled":"ناچالاککراوە","Disables reverse geocoding and maps.":"جیوکۆدکردن و نەخشەکان ناچالاک بە.","Discover":"دۆزینەوە","Don't backup photo and album metadata to YAML files.":"پاڵپشتی مێتاداتای وێنە و ئەلبوم مەکە بە پەڕگەی YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"پەڕگەکانی ExifToolی JSON دروست مەکە بۆ دەرهێنانی مێتاداتای باشکراو.","Don't modify originals folder. Disables import, upload, and delete.":"بوخچەی رەسەنەکان هەموار مەکە. هاوردەکردن، بارکردن و سڕینەوە لە کاربخە.","Don't transcode videos with FFmpeg.":"Vîdyoyan bi FFmpeg re transkod nekin.","Don't use Darktable to convert RAW files.":"Ji bo veguheztina pelên RAW Darktable bikar neynin.","Don't use RawTherapee to convert RAW files.":"RawTherapee bikar neynin ku pelên RAW veguherînin.","Don't use TensorFlow for image classification.":"TensorFlow بەکارمەهێنە بۆ پۆلێنکردنی وێنە.","Donations":"بەخشینەکان","Done":"تەواوبوو","Done.":"تەواوبوو.","Download":"داگرتن","Download remote files":"داگرتنی پەڕگە دوورەکان","Download single files and zip archives.":"داگرتنی فایلە تاکەکان و ئەرشیفی زیپ.","Downloading…":"دادەگیرێت…","Downscaling Filter":"فلتەری کەمکردنەوە","Duplicates will be skipped and only appear once.":"دووبارەکراوەکان تێپەڕدەبن و تەنها یەک جار دەردەکەون.","Dutch":"هۆڵەندی","Dynamic Previews":"پێشبینینی دینامیکی","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"پێڕدانی دینامیکی پێویستی بە ڕاژەکاری بەهێز هەیە. پێشنیار نەکراوە بۆ ئامێرەکانی NAS.","Dynamic Size Limit: %{n}px":"سنوورداری قەبارەی دینامیکی: %{n}px","E-Mail":"ئیمەیڵ","Edit":"دەستکاری","Edit %{name}":"دەستکاری %{name}","Edit Account":"دەستکاریکردنی هەژمار","Edit Photo":"دەستکاریکردنی فۆتۆ","Edited":"دەستکاریکرا","Enable new features currently under development.":"چالاککردنی تایبەتمەندیە نوێکان کە لە ئێستادا لە ژێر گەشەپێداندان.","Enabled":"چالاکە","Enables RAW converter presets. May reduce performance.":"Pêşdibistanên veguheztina RAW çalak dike. Dibe ku performans kêm bike.","English":"ئینگلیزی","Errors":"هەڵەکان","Estimate the approximate location of pictures without coordinates.":"خەمڵاندنی شوێنی نزیکەی وێنەکان بەبێ کۆردیناتەکان.","Estimates":"خەمڵاندنەکان","Every two days":"هەموو دوو ڕۆژ جارێ","Exclude content marked as private from search results, shared albums, labels, and places.":"Ji encamên lêgerînê, albûmên hevbeş, etîket û deveran naveroka ku wekî taybet hatî nîşankirin derxînin.","Exclude hidden":"Veşartî derxînin","Expand":"فراوانکردن","Expand Search":"فراوانکردنی گەڕان","Experimental Features":"تایبەتمەندیە ئەزموونیەکان","Expires":"بەسەرچووەکان","Exposure":"دەرخستن","F Number":"ژمارەی F","Face":"Rû","Faces":"Rûyên","Failed copying to clipboard":"کۆپیکردن بۆ کلیپ بۆرد شکستی هێنا","Failed removing link":"لابردنی بەستەرەکە شکستی هێنا","Failed updating link":"نوێکردنەوەی بەستەرەکە شکستی هێنا","Failure while importing uploaded files":"شکست لەکاتی هێنانی پەڕگە بارکراوەکان","Fast":"خێرا","Favorite":"دڵخواز","Favorites":"دڵخوازەکان","Feature Request":"داواکردنی تایبەتمەندی","Feedback":"ڕەخنە و پێشنیار","File":"پەڕگە","File Browser":"گەڕۆکی پەڕگە","Files":"پەڕگەکان","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"پەڕگەکان بە ناوی زنجیرەیی وەک 'IMG_1234 (2)' و 'IMG_1234 (3)' هی هەمان وێنەن.","Focal Length":"Focal Length","Folder":"بوخچە","Folder contains %{n} files":"بوخچە %{n} پەڕگەی تێدایە","Folder is empty":"بوخچەکە بەتاڵە","Folders":"بوخچەکان","French":"فەڕەنسی","Fullscreen":"پڕاوپڕ بەشاشە","General":"گشتی","German":"ئەڵمانی","Gold":"ئاڵتون","Grayscale":"گرەیسکەیڵ","Green":"سەوز","Grey":"ڕەساسی","Group by similarity":"گروپکردن بە پێی هاوشێوەیی","Hash":"هاش","Hebrew":"عبری","Help":"یارمەتی","Hidden":"شاراوە","Hidden Files":"پەڕگە شاراوەکان","Hide":"Veşartin","Hide photos that have been moved to archive.":"شاردنەوەی ئەو فۆتۆیانەی کە گواستراوەتەوە بۆ ئەرشیف.","Hindi":"هیندی","How can we help?":"چۆن ئەتوانین یارمەتیت بدەین؟","Hybrid":"دووڕەگ","I'm a sponsor":"من سپۆنسەرم","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Ger hûn ji karanîna PhotoPrism kêfê digirin, ji kerema xwe pişta me bidin ser Patreon an Spitorên GitHub.","image":"وێنە","Image":"وێنە","Images":"وێنەکان","Import":"هاوردن","Import failed":"هاوردن شکستی هێنا","Imported files will be sorted by date and given a unique name to avoid duplicates.":"پەڕگە هاوردەکان بەپێی بەروار پۆلێن دەکرێت و ناوی بێهاوتای بۆ دادەندرێت بۆی پەڕگەی دووبارە بوونی نەبێت.","Imported files will be sorted by date and given a unique name.":"پەڕگە هاوردەکان بەپێی بەروار پۆلێن دەکرێت و ناوی بێهاوتای پێ دەدرێت.","Importing %{name}…":"هاوردنی %{name}…","Importing files to originals…":"هێنانی پەڕگەکان بۆ ڕەسەنەکان...","in":"لە","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Ger wêneyên ku hûn li bendê ne wenda nebin, ji kerema xwe pirtûkxaneya xwe ji nû ve şeh bikin û li bendê bimînin heya ku indexing qediya.","Index":"نیشاندەر","Indexing":"نیشانەسازی","Indexing failed":"نیشانەسازی شکستی هێنا","Indexing media and sidecar files…":"پێڕستکردنی پەڕگەکانی میدیا و لاتەنیشتەکان...","Instance ID":"IDـی نموونە","Interval":"ماوە","Invalid date":"بەروارێکی نادروست","Italian":"ئیتاڵی","Item":"ئایتم","Japanese":"یابانی","JPEG Quality: %{n}":"کوالیتی JPEG: %{n}","JPEG Size Limit: %{n}px":"سنووری قەبارەی JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG و وێنە بچووکەکان بە شێوەیەکی خودکارانە بە پێێ پێویست پیشان دەدرێن.","Keywords":"کلیلەوشەکان","Korean":"کۆری","Kurdish":"Kurdî","Label":"پێناس","Labels":"پێناسەکان","Labels deleted":"پێناسەکان سڕایەوە","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Detail Preservation, Minimal Artifacts","Language":"زمان","Last Backup":"کۆتا پاڵپشت","Latitude":"هێڵی پانیی","Lavender":"ئەرخەوان","Lens":"لێنز","Let us know when we mistakenly label an idea as unfunded.":"Dema ku em bi xeletî ramanek wekî nefandî binav dikin bila me agahdar bikin.","Library":"کتێبخانە","License":"مۆڵەت","Like":"بەدڵمە","Lime":"قسڵ","Limit reached, showing first %{n} files":"سنوور گەیشتن، یەکەمین ٪{n} پەڕگە پیشان دەدات","Linear: Very Smooth, Best Performance":"Linear: Very Smooth, Best Performance","Link":"بەستەر","List":"خشتە","Live":"زیندوو","Local Time":"کاتی ناوخۆیی","location":"ناونیشان","Location":"ناونیشان","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"لۆگ مەسجەکان لێرە دەردەکەون هەرکاتێک فۆتۆپریزم لەگەڵ فایلی شێواو بەرکەوتنی هەبوو ، یان کێشەی شاراوەی تر بوونی هەبوو.","Login":"چوونە ژوورەوە","Logout":"چوونە دەرەوە","Logs":"تۆماری لۆگەکان","Longitude":"درێژی","Magenta":"ئەرخەوانی","Main Color":"ڕەنگی سەرەکی","manual":"دەستی","Manual Upload":"بارکردنی دەستی","Marker":"Nîşan","Medium":"مامناوەند","Merge %{a} with %{b}?":"Bi %{b} re bi %{b} re bibe yek?","Message sent":"پەیامەکە گەیەندرا","Minimize":" بچووک کردنەوە ","Missing":"بزر","Moments":"ساتەکان","Monochrome":"Monochrome","Month":"مانگ","Moonlight":"تیشکی مانگ","More than %{n} pictures found":"Zêdetirî %{n} wêne hatin dîtin","More than 20 albums found":"زیاتر لە ٢٠ ئەلبوم دۆزرایەوە","More than 20 labels found":"زیاتر لە ٢٠ پێناس دۆزرایەوە","More than 20 people found":"Zêdetirî 20 kes hatin dîtin","Mosaic":"موزایک","Most relevant":"گرنگترین","Move Files":"دۆسیەی زیاتر","Name":"ناو","Name too long":"ناوی زۆر درێژ","Never":"هەرگیز","New":"Nşh","New Password":"تێپەڕەوشەی نوێ","Newest first":"یەکەم تازەترین","No":"نەخێر","No albums found":"هیچ ئەلبومێکی نەدۆزیوەتەوە","No labels found":"هیچ پێناسێکی نەدۆزیوەتەوە","No people found":"Kes nehat dîtin","No pictures found":"Wêne nehatin dîtin","No recently edited pictures":"Wêneyên ku nû hatine guheztin tune","No servers configured.":"هیچ ڕاژەیەک سازنەدراوە","No thanks":"نەخێر سوپاس","No warnings or error containing this keyword. Note that search is case-sensitive.":"هیچ ئاگادارییەک یان هەڵەیەک نیە کە ئەم وشی لەخۆ گرتبێت. تێبینی بکە کە گەڕان هەستیارە (جیاکەرەوەی پیتە گەورە و چکۆلەکان).","Non-photographic and low-quality images require a review before they appear in search results.":"وێنە نافۆتۆگرافی و کوالێتی نزمەکان پێویستی بە پێداچونەوە هەیە پێش ئەوەی لە ئەنجامی گەڕاندا دەرکەون.","None":"هیچ","Norwegian":"نەرویجی","Not Found":"نەدۆزرایەوە","Note you may manually manage your originals folder and importing is optional.":"Têbînî ku hûn dikarin peldanka orîjînalên xwe bi destan birêve bibin û hinardekirin vebijarkî ye.","Note:":"تێبینی:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"تێبینی: تەنها ڕەژاکانی WebDAV، وەک Nextcloud یان PhotoPrism، دەتوانرێت وەک خزمەتگوزاریەکی دوور بۆ گەڕانەوەی پاڵپشت (باکئاپ) و دروستکردنی پاڵپشت ساز بکرێت.","Note: Updating the password will not revoke access from already authenticated users.":"تێبینی: نوێکردنەوەی تێپەڕەوشە دەستگەیشتن هەڵناوەشێ بۆ بەکارهێنەرە ڕێپێدراو.","Notes":"تێبینیەکان","Nothing to see here yet. Be patient.":"هێشتا هیچ شتێک نییە بۆ بینین لێرە. ئارام بگرە.","Offline":"ده‌رهێڵ","Oldest first":"یەکەم کۆنترین","Once a week":"جارێك لەهەفتەیەكدا","One album found":"یەك ئەلبوم دۆزرایەوە","One file found":"یەك دۆسیە دۆزرایەوە","One folder found":"یەك فۆڵدەر دۆزرایەوە","One label found":"Yek label hat dîtin","One person found":"Kesek hat dîtin","One picture found":"Yek wêne hat dîtin","Onyx":"Onyx","Options":"هەڵبژاردنەکان","Orange":"پرتەقاڵی","Orientation":"Orientation","Original":"ڕەسەن","Original file names will be stored and indexed.":"ناوی پەڕگە ڕەسەنەکان هەڵگیراون و نیشانە دەکرێن.","Original Name":"ناوی ڕەسەن","Originals":"ڕەسەنەکان","Other":"هی تر","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"دنیا بینیمان ئەوەیە کە زۆرترین چارەسەری بەکارهێنەر بۆ گەڕان و ڕێکخستن و هاوبەشکردنی کۆکراوەی فۆتۆ دابین بکەین.","Outdoor":"دەرەوە","Panorama":"پانۆراما","Panoramas":"پانۆراماکان","Password":"تێپەڕەوشە","Password changed":"تێپەڕەوشە گۆڕا","People":"خەڵك","People you share a link with will be able to view public contents.":"ئەو کەسانەی بەستەرێکی هاوبەشیان لەگەڵ دا دروست دەکەیت، توانای بینینی ناوەڕۆکە گشتیەکانی دەبێت.","Permanently deleted":"بە هەمیشەیی سڕاوەتەوە","Permanently remove files to free up storage.":"سڕینەوەی پەڕگەکان بە شێوەیەکی هەمیشەیی بۆ بەتاڵکردنی بیرگە.","Photo":"وێنە","PhotoPrism has been updated…":"فۆتۆپریزم نوێکرایەوە","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® دروشمی بازرگانی تۆمارکراوە بە ناوی Michael Mayer.","Photos":"وێنەکان","Pink":"پەمەی","Place":"شوێن","Place & Time":"شوێن و کات","Places":"شوێنەکان","Play":"بەگەڕ خستن","Please confirm your new password.":"تکایە وشە نهێنیە تازکەت پشتڕاستکەرەوە.","Please contact us at hello@photoprism.app if you have questions or need help.":"تکایە پەیوەندیمان پێوە بکە hello@photoprism.app ئەگەر پرسیارت هەیە یان پێویستیت بە یارمەتیە.","Please don't upload photos containing offensive content.":"تکایە ئەو وێنانە بار مەکە کە ناوەڕۆکی سووکایەتی لەخۆ دەگرن.","Polish":"پۆڵەندی","Portrait":"تابلۆ","Português de Portugal":"Português de Portugal","Preserve filenames":"پاراستنی ناوی پەڕگەکان","Press button to start importing…":"دوگمە دابگرە بۆ دەستکردن بە هێنان...","Press button to start indexing…":"دوگمە دابگرە بۆ دەست کردن بە پێنوێن کردن...","Press enter to create a new album.":"بۆ دروستکردنی ئەلبومێکی نوێ، Enter دابگرە.","Preview":"پێشبینین","Primary":"سەرەکی","Private":"تایبەتی","Product Feedback":"ڕەخنە و پێشنیار لە بەرهەم","Projection":"هەڵسەنگاندن","Purple":"مۆر","Quality Filter":"پاڵاوتنی جۆرایەتی","Quality Score":"جۆرایەتی تۆمار","Random":"هەڕەمەکی","Raspberry":"Raspberry","Raw":"خاو","RAW":"خاو","RAW Conversion":"گۆڕینی (Raw) خاو","Re-index all originals, including already indexed and unchanged files.":"دووبارە نیشانە (ئیندێکس) کردنی هەموو ڕەسەنەکان، بە فایلە نوانەدار و نەگۆڕاوەکانیشەوە.","Read-Only Mode":"دۆخی تەنها-خوێندنەوە","Recently added":"بەم دواییە زیادکرا","Recently edited":"بەم دواییە دەسکاریکرا","Recognition starts after indexing has been completed.":"Piştî ku endeksasyon qediya naskirin dest pê dike.","Recognized":"Nas kirin","Recognizes faces so that specific people can be found.":"Rûyan nas dike da ku mirovên taybetî bêne dîtin.","Red":"سور","Reload":"بارکردنەوە","Reloading…":"دووبارە بارکردن...","Remote Sync":"هاوکاتکردنی دوور","Remove":"سڕینەوە","remove failed: unknown album":"سڕینەوەکە سەرکەوتوو نەبوو: ئەلبومی نەناسراو","Remove from album":"Ji albûmê derxe","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"لابردنی پەڕگە هاوردەکان بۆ بەتاڵکردنی بیرگە. جۆرەکانی پەڕگەی پشتیوانی نەکراو هەرگیز ناسڕدرێتەوە، ئەوان لە شوێنی ئێستایان دەمێننەوە.","Report Bug":"تۆمارکردنی هەڵە","Request failed - invalid response":"داواکاریەکە سەرکەوتوو نەبوو - وەڵامە نادروستەکە","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Daxwazên ku ji hêla sponsorên zîv û zêr ve hatine pejirandin etîketek zêrîn werdigirin û dê bibin pêşîn.","Required":"پێویست","Resolution":"Resolution","Restore":"گەڕاندنەوە","Retype Password":"نوسینەوەی وشه‌ی تێپه‌ڕبوون","Review":"پێشبینین","Russian":"ڕووسی","Save":"پاشەکەوت","Scan":"پشکنین","Scans":"پشکنینەکان","Search":"گەڕان","Search and display photos on a map.":"گەڕان و پیشاندانی وێنەکان لەسەر نەخشە.","Season":"وەرز","Seaweed":"گژوگیای دەریایی","Secret":"نهێنی","Select":"دەستنیشانکردن","Select albums or create a new one":"ئەلبومەکان دەستنیشان بکە یان یەکێکی تازە دروست بکە","Selection approved":"دەستنیشان کراو پەسەند کرا","Selection archived":"دەستنیشان کراو ئەرشیفکرا","Selection restored":"دەستنیشان کراو گەڕێنرایەوە","Send":"ناردن","Sequential Name":"ناوی زنجیرەیی","Server":"ڕاژه‌كار","Service URL":"بەستەری خزمەتگوزاری","Settings":"ڕێکخستنەکان","Settings saved":"ڕێکخستنەکان پاشەکەوتکراو","Setup":"دایبەزێنە","Shadow":"سێبەر","Share":"هاوبەشکردن","Share %{name}":"هاوبەشیپێکردنی %{name}","Shared with you.":"هاوبەشیکرا لەگەڵ تۆ.","Show":"Rêdan","Show all new faces":"Hemî rûyên nû nîşan bidin","Show hidden":"Veşartî nîşan bide","Show less":"کەمتر ببینە","Show Library in navigation menu.":"پیشاندانی کتێبخانە لە لیستی ڕێنیشاندەری.","Show more":"زیاتر ببینە","Show server logs in Library.":"پیشاندانی لۆگەکانی ڕاژە لە کتێبخانە.","Shows more detailed log messages. Requires a restart.":"Peyamên têketinê yên bi detay nîşan dide. Ji nû ve destpêkirinê hewce dike.","Sidecar":"لاتەنیشت","Sign in":"چوونەژوورەوە","Sign Up":"چوونەدەرەوە","Similar":"وەکویەک","Size":"ڕووبەر","Slovak":"سلۆڤاکی","Slow":"خاو","Sort by file name":"جۆرەکەی بەپێی ناوی دۆسیە","Sort Order":"جۆری داواکاری","Source":"سەرچاوه","Spanish":"ئیسپانی","Stack":"کەڵەکە","Stack files sharing the same unique image or instance identifier.":"پەڕگە کەڵەککراوەکان هەمان وێنەی بێ هاوتا یان نمونەی ناسێنەریان هەیە.","Stack pictures taken at the exact same time and location based on their metadata.":"وێنەی کەڵەککراوەکان لەهەمان کات و شوێن دا گیراوە لەسەر بنەمای مێتاداتا.","Stackable":"کەڵەکەکراو","Stacks":"کەڵەکەکان","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"کەڵەکەکراوەکان کۆمەڵێ فۆتۆ لە سەر بنەمای هەمان ناوەڕۆک پێکەوە دەبەستێ بەڵام فۆتۆکان جیاوازن لە جۆرێتی، فۆرمات، قەبارە یان ڕەنگ.","Start":"ده‌ستپێك","Start/Stop Slideshow":"دەستپێکردن/وەستانی سلایدشۆ","States":"ولایەتەکان","Static Size Limit: %{n}px":"سنووری قەبارەی ستاتیک: %{n}px","Status":"دۆخ","Storage Folder":"پەڕگەی هەڵگرتن","Streets":"شەقامەکان","Style":"شێواز","Subject":"ناونیشان","Support for additional services, like Google Drive, will be added over time.":"پشتگیری بۆ خزمەتگوزاری تر وەک Google Drive، بە پێی کات زیاد دەکرێت.","Sync":"هاوکاتگەری","Sync raw and video files":"هاودەمکردنی فایلە خاوە ڤیدیۆکان","Taken":"وەرگیراو","Teal":"سەوزی شینباو","Text too long":"دەقی زۆر درێژ","Thank you very much!":"Gelek spas dikim!","The index currently contains %{n} hidden files.":"نوانەکە لە ئێستادا %{n} فایلی شاراوەی لەخۆ دەگرێت.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Nexşeya rê nîşan dide ka çi kar di pêş de ne, çi hewceyê ceribandinê ye, û kîjan daxwaznameyên taybetmendiyê di pêş de têne bicîh kirin.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"فۆرماتەکەیان لەوانەیە پشتگیری کراو نەبێت, هێشتا نەگۆڕدراوە بۆ JPEG یان لێکچووی دووبارەبوونی هەیە.","Theme":"ڕووکار","This is an early-access feature to say thanks to our sponsors and contributors.":"ئەمە تایبەتمەندیەکی زووە وەک سوپاسگوزارییەک بۆ سپۆنسەر و هاوبەشکاران.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"ئەمە فۆڵدەری ڕەسەنەکان وەک درایڤی ڕایەڵە هەڵدەکات و ڕێگەت پێدەدات فایلەکان لە کۆمپیوتەرەکەت یان مۆبایلەکە بکەیتەوە، بژاری بکەیت، یان بسڕیتەوە وەک ئەوەی کە خۆماڵی بن.","This open-source project is made possible thanks to our sponsors.":"Ev projeya çavkaniya vekirî bi saya sponsorên me gengaz e.","Thumbnail Generation":"دروستکردنی وێنۆچکە","Time UTC":"کات UTC","Time Zone":"ناوچەی کاتی","Title":"ناونیشان","Title too long":"ناونیشانی زۆر درێژ","to":"بۆ","Toggle View":"گۆڕینی رەوش بۆ بینین","Token":"تۆکن","Topographic":"تۆپۆگرافیک","Trademarks":"دروشمە بازرگانیەکان","Try again using other filters or keywords.":"دووبارە هەوڵ بدە بە بەکارهێنانی فلتەر یان وشەی تر.","Type":"جۆر","Undo":"Betal bike","Unique ID":"IDـی بێ هاوتا","Unknown":"نەزانراو","Unsorted":"پۆلێن نەکراوە","Unstack":"دەرهێنان لە کەڵەکە","Updated":"بارکرا","Updating faces":"Rûyên nûjen dikin","Updating index":"نوێکردنەوەی نیشانە","Updating moments":"نوێکردنەوەی ساتەکان","Updating previews":"Rojanekirina pêşdîtinan","Updating stacks":"نوێکردنەوەی کەڵەکەکان","Upload":"بارکردن","Upload complete":"بارکردنەکە تەواو","Upload complete. Indexing…":"بارکردن تەواو بوو. نیشانەکردن...","Upload failed":"بارکردنەکە سەرکەوتوو نەبوو","Upload local files":"بارکردنی فایلە ناوخۆییەکان","Upload to WebDAV and share links with friends.":"بارکردن بۆ WebDAV و هاوبەشکردنی بەستەرەکان لەگەڵ هاوڕێیانت.","Uploading %{n} of %{t}…":"بارکردنی %{n} لە %{t}…","Uploading photos…":"فۆتۆکان بار دەبن…","Uploads that may contain such images will be rejected automatically.":"بارکردنەکان کە لەوانەیە ئەم جۆرە وێنانە لەخۆە بگرێ بە شێوەیەکی خۆکار ڕەت دەکرێنەوە.","URL":"URL","Use Presets":"بەکارهێنانی پێش ڕێکخستنەکان","User":"بەکارهێنەر","User Interface":"بەکارهێنەری ڕووکار","Username":"ناوی بەکارهێنەر","Video":"ڤیدیۆ","Videos":"ڤیدیۆکان","View":"بینین","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"ئێمە پێت دەڵێین چۆن چالاکی بکەیت کاتێک خۆت تۆمار دەکەیت بۆ سپۆنسەری پاتریۆن یان گیت هاب.","WebDAV clients can connect to PhotoPrism using the following URL:":"ڕاژەخوازەکانی WebDAV دەتوانن پەیوەندی بکەن بە فۆتۆپریزمەوە بە بەکارهێنانی ئەم URLەی خوارەوە:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"ڕاژەخوازەکانی WebDAV، وەک Windows Explorer ی Microsoft یانFinderی Apple، دەتوانن ڕاستەوخۆ بە PhotoPrism ەوە ببەسترێنەوە.","WebDAV Upload":"WebDAV Upload","White":"سپی","Year":"ساڵ","Yellow":"زەرد","Yellowstone":"Yellowstone","Yes":"بەڵێ","You can only download one album":"تۆ تەنها دەتوانی یەك ئەلبوم داگریت","You can only download one label":"تۆ تەنها دەتوانی یەك پێناس داگریت","You may only select one item":"دەتوانیت تەنها یەک ئایتم دیاریبکەیت","You may rescan your library to find additional faces.":"Hûn dikarin pirtûkxaneya xwe ji bo dîtina rûyên zêde ji nû ve şeh bikin.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"دەتوانیت وەک پێویست بۆ وەسفکردنی سۆفتوێرەکەمان بەکاری بهێنیت، سێرڤەرەکەت بخەیتە کار، بۆ مەبەستی پەروەردەیی، بەڵام نەک بۆ پێشکەشکردنی کاڵا و بەرهەم یان خزمەتگوزاری بازرگانی بەبێ مۆڵەتی نووسراوی پێشوەخت. بە وتەیەکی تر تکایە پرسمان پێبکە.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Piştgiriya weya domdar ji me re dibe alîkar ku em lêçûnên xebitandinê fînanse bikin, karûbarên wekî nexşeyên satelîtê peyda bikin, û taybetmendiyên nû pêşve bixin.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Pirtûkxaneya we bi domdarî tê analîz kirin ku bixweber albumên demên taybetî, rêwîtî û deveran çêdike.","Your message has been sent":"پەیامەکەت گەیشت","Zoom in/out":"گەورەکردن/بچووکردن"},"nb":{"%{n} albums found":"%{n} album funnet","%{n} files uploaded":"%{n} filer lastet opp","%{n} folders found":"%{n} mapper funnet","%{n} labels found":"%{n} merkelapper funnet","%{n} people found":"%{n} personer ble funnet","%{n} pictures found":"%{n} bilder funnet","1 hour":"1 time","12 hours":"12 timer","4 hours":"4 timer","A click will copy it to your clipboard.":"Et klikk vil kopiere det til utklippstavlen.","About":"Om","Account":"Konto","Accuracy":"Nøyaktighet","Action":"Handling","Actions":"Handlinger","Add Album":"Legg til Album","Add files to your library via Web Upload.":"Legg til filer i biblioteket ditt ved hjelp av Nettopplasting.","Add Link":"Legg til Lenke","Add pictures from search results by selecting them.":"Legg til bilder fra søkeresultatene ved å velge dem.","Add Server":"Legg til Server","Add to album":"Legg til i album","Added":"Lagt til","Advanced":"Avansert","After 1 day":"Etter 1 dag","After 3 days":"Etter 3 dager","After 7 days":"Etter 7 dager","After one month":"Etter én måned","After one year":"Etter ett år","After selecting pictures from search results, you can add them to an album using the context menu.":"Etter at du har valgt bilder fra søkeresultatene, kan du legge dem til i et album ved hjelp av hurtigmenyen.","After two months":"Etter to måneder","After two weeks":"Etter to uker","Album":"Album","Album Name":"Albumnavn","Albums":"Album","Albums deleted":"Album slettet","All %{n} albums loaded":"Alle %{n} album lastet","All %{n} labels loaded":"Alle %{n} merkelapper innlest","All %{n} people loaded":"Alle %{n} personene er lastet inn","All Cameras":"Alle Kameraer","All Categories":"Alle Kategorier","All Colors":"Alle Farger","All Countries":"Alle Land","All fields are required":"Alle felter er nødvendige","All files from import folder":"Alle filer fra importmappe","All Lenses":"Alle Linser","All Months":"Alle Måneder","All originals":"Alle originaler","All Years":"Alle År","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativt kan du laste opp filene direkte til WebDAV-servere som Nextcloud.","Altitude":"Høyde","Altitude (m)":"Høyde (m)","An error occurred - are you offline?":"En feil oppstod - er du frakoblet?","Animation":"Animasjon","Any private photos and videos remain private and won't be shared.":"Eventuelle private bilder og videoer forblir private og vil ikke bli delt.","API Key":"API-nøkkel","Apply":"Bruk","Approve":"Godkjenn","Archive":"Arkivér","Archived":"Arkivert","Are you sure you want to archive the selection?":"Er du sikker på at du vil arkivere utvalget?","Are you sure you want to delete these albums?":"Er du sikker på at du vil slette disse albumene?","Are you sure you want to delete these labels?":"Er du sikker på at du vil slette disse merkelappene?","Are you sure you want to delete this account?":"Er du sikker på at du vil slette denne kontoen?","Are you sure you want to permanently delete these pictures?":"Er du sikker på at du vil permanent slette disse bildene?","Are you sure you want to permanently delete this file?":"Er du sikker på at du vil permanent slette denne filen?","Artist":"Kunstner","Aspect Ratio":"Sideforhold","At least 6 characters.":"Minst 6 tegn.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Automatisk lag JPEG-filer for andre filtyper slik at de kan vises i en nettleser.","Automatically creates albums of special moments, trips, and places.":"Oppretter automatisk album med spesielle øyeblikk, turer og steder.","Become a sponsor":"Bli sponsor","Bio":"Info","Black":"Svart","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos Modification, Less Ringing Artifacts","Blue":"Blå","Brazilian Portuguese":"Brasiliansk Portugisisk","Brown":"Brun","Browse and edit image classification labels.":"Bla gjennom og rediger merkelapper for bildeklassifisering.","Browse indexed files and folders in Library.":"Bla gjennom indekserte filer og mapper i Biblioteket.","Bug Report":"Feilmelding","Busy, please wait…":"Opptatt, vennligst vent…","Calendar":"Kalender","Camera":"Kamera","Camera Serial":"Kamera-serienummer","Can't load more, limit reached":"Kan ikke laste inn mer, grensen nådd","Can't select more items":"Kan ikke velge flere elementer","Cancel":"Avbryt","Cards":"Kort","Category":"Kategori","Change":"Endre","Change photo titles, locations, and other metadata.":"Endre fototitler, steder og andre metadata.","Change private flag":"Endre private flagg","Checked":"Krysset av","Chinese Simplified":"Kinesisk Forenklet","Chinese Traditional":"Kinesisk Tradisjonell","Chroma":"Kroma","Close":"Lukk","Codec":"Kodeks","Color":"Farge","Colors":"Farger","Complete Rescan":"Komplett Ny Skanning","Confidence":"Konfidens","Connect":"Koble til","Connect via WebDAV":"Koble til via WebDAV","Contact Us":"Kontakt Oss","Contains %{n} pictures.":"Inneholder %{n} bilder.","Contains one picture.":"Inneholder ett bilde.","Convert to JPEG":"Konvertere til JPEG","Converting":"Konverterer","Copied to clipboard":"Kopiert til utklippstavlen","Copyright":"Opphavsrett","Couldn't find anything.":"Kunne ikke finne noe.","Country":"Land","Create album":"Opprett album","Created":"Opprettet","Creating thumbnails for":"Oppretter miniatyrbilder for","Cubic: Moderate Quality, Good Performance":"Cubic: Moderate Quality, Good Performance","Current Password":"Nåværende Passord","Customer Support":"Kundeservice","Cyan":"Cyan","Cyano":"Cyano","Czech":"Tsjekkisk","Daily":"Daglig","Danish":"Dansk","Day":"Dag","Debug Logs":"Feilsøkingslogger","Default":"Standard","Default Folder":"Standardmappe","Delete":"Slett","Description":"Beskrivelse","Detailed instructions can be found in our User Guide.":"Detaljerte instruksjoner finner du i vår Brukerhåndbok.","Details":"Detaljer","Dimensions":"Størrelser","Disable Backups":"Deaktiver Sikkerhetskopi","Disable built-in WebDAV server. Requires a restart.":"Deaktiver innebygget WebDAV-server. Trenger omstart.","Disable Darktable":"Deaktiver Darktable","Disable ExifTool":"Deaktiver ExifTool","Disable FFmpeg":"Deaktiver FFmpeg","Disable Places":"Deaktiver Plasser","Disable RawTherapee":"Deaktiver RawTherapee","Disable TensorFlow":"Deaktiver TensorFlow","Disable WebDAV":"Deaktiver WebDAV","Disabled":"Deaktivert","Disables reverse geocoding and maps.":"Deaktiverer omvendt geokoding og kart.","Discover":"Utforsk","Don't backup photo and album metadata to YAML files.":"Ikke sikkerhetskopiere bilde- og albummetadata til YAML-filer.","Don't create ExifTool JSON files for improved metadata extraction.":"Ikke opprett ExifTool JSON-filer for forbedret metadatautvinning.","Don't modify originals folder. Disables import, upload, and delete.":"Ikke endre originalmappen. Deaktiverer importering, opplasting og sletting.","Don't transcode videos with FFmpeg.":"Ikke transkod videoer med FFmpeg.","Don't use Darktable to convert RAW files.":"Ikke bruk Darktable til å konvertere RAW -filer.","Don't use RawTherapee to convert RAW files.":"Ikke bruk RawTherapee til å konvertere RAW -filer.","Don't use TensorFlow for image classification.":"Ikke bruk TensorFlow for bildeklassifisering.","Donations":"Donasjoner","Done":"Ferdig","Done.":"Ferdig.","Download":"Last ned","Download remote files":"Last ned eksterne filer","Download single files and zip archives.":"Last ned enkelte filer og zip-arkiver.","Downloading…":"Laster ned…","Downscaling Filter":"Nedskalerer Filter","Duplicates will be skipped and only appear once.":"Duplikater hopes over og vises bare én gang.","Dutch":"Nederlandsk","Dynamic Previews":"Dynamiske Forhåndsvisninger","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Dynamisk gjengivelse krever en kraftig server. Det anbefales ikke for NAS-enheter.","Dynamic Size Limit: %{n}px":"Grense for Dynamisk Størrelse:%{n}px","E-Mail":"E-post","Edit":"Rediger","Edit %{name}":"Rediger %{name}","Edit Account":"Rediger Konto","Edit Photo":"Rediger Bilde","Edited":"Redigert","Enable new features currently under development.":"Aktiver nye funksjoner som er under utvikling.","Enabled":"Aktivert","Enables RAW converter presets. May reduce performance.":"Aktiverer forhåndsinnstillinger for RAW -omformer. Kan redusere ytelsen.","English":"Engelsk","Errors":"Feil","Estimate the approximate location of pictures without coordinates.":"Anslå omtrentlig plassering hvor bildene er tatt uten koordinater.","Estimates":"Anslag","Every two days":"Hver andre dag","Exclude content marked as private from search results, shared albums, labels, and places.":"Ekskluder innhold merket som privat fra søkeresultater, delte album, etiketter og steder.","Exclude hidden":"Ekskluder skjult","Expand":"Utvid","Expand Search":"Utvid Søk","Experimental Features":"Eksperimentelle Funksjoner","Expires":"Utgår","Exposure":"Eksponering","F Number":"F-nummer","Face":"Ansikt","Faces":"Ansikter","Failed copying to clipboard":"Fikk ikke til å kopiere til utklippstavlen","Failed removing link":"Fikk ikke til å fjerne lenke","Failed updating link":"Fikk ikke til å oppdatere lenke","Failure while importing uploaded files":"Feilet under importering av opplastede filer","Fast":"Hurtig","Favorite":"Favoritt","Favorites":"Favoritter","Feature Request":"Funksjonsforespørsel","Feedback":"Tilbakemelding","File":"Fil","File Browser":"Filutforsker","Files":"Filer","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Filer med sekvensielle navn som \"IMG_1234 (2) og \"IMG_1234 (3)\" tilhører det samme bildet.","Focal Length":"Brennvidde","Folder":"Mappe","Folder contains %{n} files":"Mappen inneholder %{n} filer","Folder is empty":"Mappen er tom","Folders":"Mapper","French":"Fransk","Fullscreen":"Fullskjerm","General":"Generell","German":"Tysk","Gold":"Gull","Grayscale":"Gråskala","Green":"Grønn","Grey":"Grå","Group by similarity":"Gruppér etter likhet","Hash":"Hash","Hebrew":"Hebraisk","Help":"Hjelp","Hidden":"Skjult","Hidden Files":"Skjulte Filer","Hide":"Skjul","Hide photos that have been moved to archive.":"Skjul bilder som har blitt flyttet til arkivet.","Hindi":"Hindi","How can we help?":"Hvordan kan vi hjelpe?","Hybrid":"Hybrid","I'm a sponsor":"Jeg er en sponsor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Hvis du liker å bruke PhotoPrism, kan du vurdere å støtte oss på Patreon- eller GitHub -sponsorer.","image":"bilde","Image":"Bilde","Images":"Bilder","Import":"Importér","Import failed":"Importering feilet","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importerte filer vil bli sortert etter dato og gitt et unikt navn for å unngå duplikater.","Imported files will be sorted by date and given a unique name.":"Importerte filer vil bli sortert etter dato og gitt et unikt navn.","Importing %{name}…":"Importerer %{name}…","Importing files to originals…":"Importerer filer til originaler…","in":"inn","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Hvis bilder du forventer mangler, kan du skanne biblioteket på nytt og vente til indekseringen er fullført.","Index":"Indeks","Indexing":"Indekserer","Indexing failed":"Indeksering feilet","Indexing media and sidecar files…":"Indekserer media- og sidevognfiler…","Instance ID":"Instans-ID","Interval":"Intervall","Invalid date":"Ugyldig dato","Italian":"Italiensk","Item":"Element","Japanese":"Japansk","JPEG Quality: %{n}":"JPEG-kvalitet: %{n}","JPEG Size Limit: %{n}px":"JPEG størrelsesgrense: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEGer og miniatyrbilder er automatisk generert ved behov.","Keywords":"Nøkkelord","Korean":"Koreansk","Kurdish":"Kurdisk","Label":"Merkelapp","Labels":"Merkelapper","Labels deleted":"Merkelapper slettet","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Detail Preservation, Minimal Artifacts","Language":"Språk","Last Backup":"Siste Sikkerhetskopi","Latitude":"Breddegrad","Lavender":"Lavendel","Lens":"Linse","Let us know when we mistakenly label an idea as unfunded.":"Gi oss beskjed når vi feilaktig betegner en idé som ufinansiert.","Library":"Bibliotek","License":"Lisens","Like":"Lik","Lime":"Lime","Limit reached, showing first %{n} files":"Grensen nådd, viser de første €{n} filene","Linear: Very Smooth, Best Performance":"Linear: Very Smooth, Best Performance","Link":"Lenke","List":"Liste","Live":"Live","Local Time":"Lokaltid","location":"plassering","Location":"Plassering","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Loggmeldinger vises her når PhotoPrism kommer over ødelagte filer eller det er andre potensielle problemer.","Login":"Logg inn","Logout":"Log ut","Logs":"Logger","Longitude":"Lengdegrad","Magenta":"Magenta","Main Color":"Hovedfarge","manual":"manuell","Manual Upload":"Manuell Opplasting","Marker":"Markør","Medium":"Medium","Merge %{a} with %{b}?":"Vil du slå sammen %{a} med %{b}?","Message sent":"Melding sendt","Minimize":"Minimer","Missing":"Mangler","Moments":"Øyeblikk","Monochrome":"Monokrom","Month":"Måned","Moonlight":"Måneskinn","More than %{n} pictures found":"Mer enn %{n} bilder ble funnet","More than 20 albums found":"Mer enn 20 album funnet","More than 20 labels found":"Mer enn 20 merkelapper funnet","More than 20 people found":"Mer enn 20 personer funnet","Mosaic":"Mosaikk","Most relevant":"Mest relevant","Move Files":"Flytt Filer","Name":"Navn","Name too long":"Navn for langt","Never":"Aldri","New":"Ny","New Password":"Nytt Passord","Newest first":"Nyeste først","No":"Nei","No albums found":"Ingen album funnet","No labels found":"Ingen merkelapper funnet","No people found":"Ingen personar funne","No pictures found":"Fant ingen bilder","No recently edited pictures":"Ingen nylig redigerte bilder","No servers configured.":"Ingen servere konfigurert.","No thanks":"Nei takk","No warnings or error containing this keyword. Note that search is case-sensitive.":"Ingen advarsler eller feilmeldinger inneholder dette nøkkelordet. Merk at søket skiller mellom store og små bokstaver.","Non-photographic and low-quality images require a review before they appear in search results.":"Bilder som ikke er fotografiske eller har lav kvalitet må gjennomgås før de kommer i søkeresultater.","None":"Ingen","Norwegian":"Norsk","Not Found":"Ikke Funnet","Note you may manually manage your originals folder and importing is optional.":"Vær oppmerksom på at du kan administrere originalmappen manuelt, og import er valgfritt.","Note:":"Merk:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Merk: Bare WebDAV-servere, som Nextcloud eller PhotoPrism, kan bli satt opp som ekstern tjeneste for sikkerhetskopi og filopplasting.","Note: Updating the password will not revoke access from already authenticated users.":"Merk: Endring av passordet vil ikke oppheve tilgangen som innehas av allerede godkjente brukere.","Notes":"Notater","Nothing to see here yet. Be patient.":"Ingenting å se her ennå. Vær tålmodig.","Offline":"Frakoblet","Oldest first":"Eldste først","Once a week":"Én gang i uken","One album found":"Ett album funnet","One file found":"Én fil funnet","One folder found":"Én mappe funnet","One label found":"En etikett funnet","One person found":"En person funnet","One picture found":"Ett bilde funnet","Onyx":"Onyks","Options":"Alternativer","Orange":"Oransje","Orientation":"Orientering","Original":"Original","Original file names will be stored and indexed.":"Filnavn på originaler vil bli lagret og indeksert.","Original Name":"Originalnavn","Originals":"Originaler","Other":"Andre","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Vår visjon er å gi den mest brukervennlige løsningen for å bla i, organisere og dele fotosamlingen din.","Outdoor":"Utendørs","Panorama":"Panorama","Panoramas":"Panoramaer","Password":"Passord","Password changed":"Passord endret","People":"Personer","People you share a link with will be able to view public contents.":"Personer du deler en lenke med vil kunne se offentlig innhold.","Permanently deleted":"Permanent slettet","Permanently remove files to free up storage.":"Permanent fjern bilder for å frigjøre lagringsplass.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism har blitt oppdatert…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® er et registrert varemerke for Michael Mayer.","Photos":"Fotoer","Pink":"Rosa","Place":"Plass","Place & Time":"Plass & Tid","Places":"Plasser","Play":"Spill","Please confirm your new password.":"Vennligst bekreft ditt nye passord.","Please contact us at hello@photoprism.app if you have questions or need help.":"Vennligst kontakt oss på hello@photoprism.app hvis du har noen spørsmål eller trenger hjelp.","Please don't upload photos containing offensive content.":"Vennligst ikke last opp bilder som inneholder støtende innhold.","Polish":"Polsk","Portrait":"Portrett","Português de Portugal":"Português de Portugal","Preserve filenames":"Behold filnavn","Press button to start importing…":"Trykk på knappen for å begynne å importere…","Press button to start indexing…":"Trykk på knappen for å begynne å indeksere…","Press enter to create a new album.":"Trykk på Enter for å lage et nytt album.","Preview":"Forhåndsvisning","Primary":"Primær","Private":"Privat","Product Feedback":"Produkt-tilbakemelding","Projection":"Projeksjon","Purple":"Lilla","Quality Filter":"Kvalitetsfilter","Quality Score":"Kvalitetspoeng","Random":"Tilfeldig","Raspberry":"Bringebær","Raw":"Raw","RAW":"RAW","RAW Conversion":"RAW-konvertering","Re-index all originals, including already indexed and unchanged files.":"Indekser alle originaler på nytt, inkludert allerede indekserte og uendrede filer.","Read-Only Mode":"Skrivebeskyttet Modus","Recently added":"Nylig lagt til","Recently edited":"Nylig redigert","Recognition starts after indexing has been completed.":"Gjenkjenning starter etter at indekseringen er fullført.","Recognized":"Kjente igjen","Recognizes faces so that specific people can be found.":"Gjenkjenner ansikter slik at bestemte personer kan bli funnet.","Red":"Rød","Reload":"Oppdater","Reloading…":"Oppdaterer…","Remote Sync":"Ekstern synkronisering","Remove":"Fjern","remove failed: unknown album":"fjerning mislyktes: ukjent album","Remove from album":"Fjern fra albumet","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Fjern importerte filer for å spare lagringsplass. Filtyper som ikke støttes vil ikke bli slettet, men vil forbli der de er lagret nå.","Report Bug":"Rapporter Feil","Request failed - invalid response":"Forespørselen mislyktes - ugyldig svar","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Forespørsler godkjent av sølv- og gullsponsorer får en gylden etikett og vil bli prioritert.","Required":"Nødvendig","Resolution":"Oppløsning","Restore":"Gjenopprett","Retype Password":"Gjenta Passord","Review":"Gjennomgang","Russian":"Russisk","Save":"Lagre","Scan":"Skann","Scans":"Skanninger","Search":"Søk","Search and display photos on a map.":"Søk og vis bilder på et kart.","Season":"Sesong","Seaweed":"Tang","Secret":"Hemmelig","Select":"Velg","Select albums or create a new one":"Velg album eller lag et nytt","Selection approved":"Utvalg godkjent","Selection archived":"Utvalg arkivert","Selection restored":"Utvalg gjenopprettet","Send":"Send","Sequential Name":"Sekvensielle Navn","Server":"Server","Service URL":"Tjeneste-URL","Settings":"Innstillinger","Settings saved":"Innstillinger lagret","Setup":"Oppsett","Shadow":"Skygge","Share":"Del","Share %{name}":"Del %{name}","Shared with you.":"Delt med deg.","Show":"Vis","Show all new faces":"Vis alle nye ansikter","Show hidden":"Vis skjult","Show less":"Vis mindre","Show Library in navigation menu.":"Vis Bibliotek i navigasjonsmenyen.","Show more":"Vis mer","Show server logs in Library.":"Vis server-logger i Biblioteket.","Shows more detailed log messages. Requires a restart.":"Viser mer detaljerte loggmeldinger. Krever en omstart.","Sidecar":"Sidevogn","Sign in":"Logg inn","Sign Up":"Registrer deg","Similar":"Lignende","Size":"Størrelse","Slovak":"Slovakisk","Slow":"Sakte","Sort by file name":"Sorter etter filnavn","Sort Order":"Sorteringsrekkefølge","Source":"Kilde","Spanish":"Spansk","Stack":"Stabel","Stack files sharing the same unique image or instance identifier.":"Stable filer som deler samme unike bildet eller instans-indikator.","Stack pictures taken at the exact same time and location based on their metadata.":"Stable bilder som er tatt på samme tid og plassa basert på deres metadata.","Stackable":"Kan stables","Stacks":"Stabler","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Stable gruppefiler som har lik referanseramme, men har forskjellig kvalitet, format, størrelse eller farge.","Start":"Start","Start/Stop Slideshow":"Start/Stopp Lysbildefremvisning","States":"Tilstander","Static Size Limit: %{n}px":"Statisk Størrelsesgrense: %{n}px","Status":"Status","Storage Folder":"Lagringsmappe","Streets":"Gater","Style":"Stil","Subject":"Emne","Support for additional services, like Google Drive, will be added over time.":"Støtte for tilleggstjenester som Google Drive vil bli lagt til over tid.","Sync":"Synkroniser","Sync raw and video files":"Synkroniser raw- og video-filer","Taken":"Tatt","Teal":"Blågrønn","Text too long":"Teksten er for lang","Thank you very much!":"Tusen takk skal du ha!","The index currently contains %{n} hidden files.":"Indeksen inneholder %{n} skjulte filer.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Veikartet viser hvilke oppgaver som pågår, hvilke behov som skal testes, og hvilke funksjonsforespørsler som skal implementeres neste gang.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Formatet deres støttes kanskje ikke, de har ikke blitt konvertert til JPEG enda, eller det finnes duplikater.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Dette er en \"tidlig tilgang\"-funksjon for å si takk til våre sponsorer og bidragsytere.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Dette setter opp original-mappen som en nettverksstasjon og lar deg åpne, redigere og slette filer fra datamaskinen eller smarttelefonen som om de var lokale.","This open-source project is made possible thanks to our sponsors.":"Dette open source-prosjektet er mulig takket være våre sponsorer.","Thumbnail Generation":"Miniatyrbilde-generering","Time UTC":"Tid UTC","Time Zone":"Tidssone","Title":"Tittel","Title too long":"Tittelen er for lang","to":"til","Toggle View":"Veksle Visning","Token":"Token","Topographic":"Topografisk","Trademarks":"Varemerker","Try again using other filters or keywords.":"Prøv igjen med andre filtre eller nøkkelord.","Type":"Type","Undo":"Angre","Unique ID":"Unik ID","Unknown":"Ukjent","Unsorted":"Usortert","Unstack":"Spre","Updated":"Oppdatert","Updating faces":"Oppdaterer ansikter","Updating index":"Oppdaterer indeks","Updating moments":"Oppdaterer øyeblikk","Updating previews":"Oppdaterer forhåndsvisninger","Updating stacks":"Oppdaterer stabler","Upload":"Last opp","Upload complete":"Opplasting fullført","Upload complete. Indexing…":"Opplasting fullført. Indekserer…","Upload failed":"Opplasting mislyktes","Upload local files":"Last opp lokale filer","Upload to WebDAV and share links with friends.":"Last opp til WebDAV og del lenker med venner.","Uploading %{n} of %{t}…":"Laster opp %{n} av %{t}…","Uploading photos…":"Laster opp bilder…","Uploads that may contain such images will be rejected automatically.":"Opplastinger som kan inneholde slike bilder blir avvist automatisk.","URL":"URL","Use Presets":"Bruk Forhåndsinnstillinger","User":"Bruker","User Interface":"Brukergrensesnitt","Username":"Brukernavn","Video":"Video","Videos":"Videoer","View":"Utseende","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Vi vil fortelle deg hvordan du aktiverer det når du registrerer deg på Patreon eller GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-klienter kan koble seg til PhotoPrism ved å bruke følgende URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV-klienter, som Microsoft Windows Explorer eller Apple Finder, kan koble seg direkte til PhotoPrism.","WebDAV Upload":"WebDAV-opplasting","White":"Hvit","Year":"År","Yellow":"Gul","Yellowstone":"Yellowstone","Yes":"Ja","You can only download one album":"Du kan bare laste ned ett album","You can only download one label":"Du kan bare laste ned én merkelapp","You may only select one item":"Du kan bare velge ett element","You may rescan your library to find additional faces.":"Du kan skanne biblioteket ditt på nytt for å finne flere ansikter.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Du kan bruke den etter behov for å beskrive programvaren vår, kjøre din egen server, eller for undervisningsformål, men ikke for å tilby kommersielle varer, produkter eller tjenester uten forutgående skriftlig tillatelse. Med andre ord, vær så snill å spørre.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Din fortsatte støtte hjelper oss med å finansiere driftskostnader, tilby tjenester som satellittkart og utvikle nye funksjoner.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Biblioteket ditt blir kontinuerlig analysert for automatisk å lage album med spesielle øyeblikk, turer og steder.","Your message has been sent":"Meldingen din har blitt sendt","Zoom in/out":"Zoom inn/ut"},"nl":{"%{n} albums found":"%{n} gevonden albums","%{n} files uploaded":"%{n} bestanden geüpload","%{n} folders found":"%{n} mappen gevonden","%{n} labels found":"%{n} labels gevonden","%{n} people found":"%{n} mensen gevonden","%{n} pictures found":"%{n} foto's gevonden","1 hour":"1 uur","12 hours":"12 uur","4 hours":"4 uren","A click will copy it to your clipboard.":"Een klik zal het naar uw klembord kopiëren.","About":"Over","Account":"Account","Accuracy":"Nauwkeurigheid","Action":"Actie","Actions":"Acties","Add Album":"Toevoegen aan album","Add files to your library via Web Upload.":"Voeg bestanden toe aan uw bibliotheek via Web Upload.","Add Link":"Advertentie aanbiedingen","Add pictures from search results by selecting them.":"Voeg foto's toe uit zoekresultaten door ze te selecteren.","Add Server":"Server toevoegen","Add to album":"Toevoegen aan album","Added":"Toegevoegd","Advanced":"Geavanceerd","After 1 day":"Na 1 dag","After 3 days":"Na 3 dagen","After 7 days":"Na 7 dagen","After one month":"Na een maand","After one year":"Na een jaar","After selecting pictures from search results, you can add them to an album using the context menu.":"Nadat u foto's uit de zoekresultaten hebt geselecteerd, kunt u ze via het contextmenu aan een album toevoegen.","After two months":"Na twee maanden","After two weeks":"Na twee weken","Album":"Album","Album Name":"Album Naam","Albums":"Albums","Albums deleted":"Albums verwijderd","All %{n} albums loaded":"Alle %{n} albums geladen","All %{n} labels loaded":"Alle %{n} labels geladen","All %{n} people loaded":"Alle %{n} mensen geladen","All Cameras":"Alle camera’s","All Categories":"Alle categorieën","All Colors":"Alle kleuren","All Countries":"Alle landen","All fields are required":"Alle velden zijn verplicht","All files from import folder":"Alle bestanden uit de importmap","All Lenses":"Alle lenzen","All Months":"Alle maanden","All originals":"Alle originelen","All Years":"Alle jaren","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"U kunt ook rechtstreeks bestanden uploaden naar WebDAV-servers zoals Nextcloud.","Altitude":"Hoogte","Altitude (m)":"Hoogte (m)","An error occurred - are you offline?":"Er is een fout opgetreden. Bent u offline?","Animation":"Animatie","Any private photos and videos remain private and won't be shared.":"Alle privéfoto's en -video's blijven privé en worden niet gedeeld.","API Key":"API sleutel","Apply":"Toepassen","Approve":"Goedkeuren","Archive":"Archief","Archived":"Gearchiveerd","Are you sure you want to archive the selection?":"Weet je zeker dat je deze foto’s wilt verwijderen?","Are you sure you want to delete these albums?":"Weet je zeker dat je deze albums wilt verwijderen?","Are you sure you want to delete these labels?":"Weet je zeker dat je deze albums wilt verwijderen?","Are you sure you want to delete this account?":"Weet u zeker dat u dit account wilt verwijderen?","Are you sure you want to permanently delete these pictures?":"Weet je zeker dat je deze foto’s permanent wilt verwijderen?","Are you sure you want to permanently delete this file?":"Weet je zeker dat je dit bestand permanent wilt verwijderen?","Artist":"Artiest","Aspect Ratio":"Verhoudingen","At least 6 characters.":"Minstens 6 tekens.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Maak automatisch JPEG's aan voor andere bestandstypen, zodat deze in een browser kunnen worden weergegeven.","Automatically creates albums of special moments, trips, and places.":"Maakt automatisch albums van speciale momenten, reizen en plaatsen.","Become a sponsor":"Sponsor worden","Bio":"Bio","Black":"Zwart","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos Wijziging, Minder Ringing Artifacts","Blue":"Blauw","Brazilian Portuguese":"Braziliaans","Brown":"Bruin","Browse and edit image classification labels.":"Bladeren en bewerken van beeldclassificatie-etiketten.","Browse indexed files and folders in Library.":"Blader door geïndexeerde bestanden en mappen in de bibliotheek.","Bug Report":"Bugmelding","Busy, please wait…":"Bezig, wacht even…","Calendar":"Kalender","Camera":"Camera","Camera Serial":"Camera","Can't load more, limit reached":"Kan niet meer laden, limiet bereikt","Can't select more items":"Kan niet meer items selecteren","Cancel":"Annuleren","Cards":"Kaarten","Category":"Categorie","Change":"Wijzigen","Change photo titles, locations, and other metadata.":"Wijzig fototitels, locaties en andere metagegevens.","Change private flag":"Privé vlag geschakeld","Checked":"Geselecteerd","Chinese Simplified":"Chinees (vereenvoudigd)","Chinese Traditional":"Traditioneel Chinees","Chroma":"Chroma","Close":"Sluiten","Codec":"Codec","Color":"Kleur","Colors":"Kleuren","Complete Rescan":"Volledig herscannen","Confidence":"Vertrouwen","Connect":"Verbinden","Connect via WebDAV":"Verbinding maken via WebDAV","Contact Us":"Neem contact met ons op","Contains %{n} pictures.":"Bevat %{n} foto's.","Contains one picture.":"Bevat één foto.","Convert to JPEG":"Omzetten in JPEG","Converting":"Converteren","Copied to clipboard":"Gekopieerd naar klembord","Copyright":"Copyright","Couldn't find anything.":"Kon niets vinden.","Country":"Land","Create album":"Nieuw album","Created":"Aangemaakt","Creating thumbnails for":"Het maken van miniaturen voor","Cubic: Moderate Quality, Good Performance":"Kubiek: Gematigde kwaliteit, goede prestaties","Current Password":"Huidig Wachtwoord","Customer Support":"Klantondersteuning","Cyan":"Cyaan","Cyano":"Cyano","Czech":"Tsjechisch","Daily":"Dagelijks","Danish":"Deens","Day":"Dag","Debug Logs":"Debug-logs","Default":"Standaard","Default Folder":"Standaard map","Delete":"Verwijder","Description":"Omschrijving","Detailed instructions can be found in our User Guide.":"Gedetailleerde instructies zijn te vinden in onze gebruikershandleiding.","Details":"Details","Dimensions":"Afmetingen","Disable Backups":"Back-ups uitschakelen","Disable built-in WebDAV server. Requires a restart.":"Schakel de ingebouwde WebDAV-server uit. Vereist een herstart.","Disable Darktable":"Uitschakelen Darktable","Disable ExifTool":"Schakel ExifTool uit","Disable FFmpeg":"FFmpeg uitschakelen","Disable Places":"Locaties","Disable RawTherapee":"RawTherapee uitschakelen","Disable TensorFlow":"Schakel TensorFlow uit","Disable WebDAV":"WebDAV uitschakelen","Disabled":"Uitgeschakeld","Disables reverse geocoding and maps.":"Schakelt de omgekeerde geocodering en kaarten uit.","Discover":"Ontdek","Don't backup photo and album metadata to YAML files.":"Maak geen back-up van foto- en albummetagegevens naar YAML-bestanden.","Don't create ExifTool JSON files for improved metadata extraction.":"Maak geen ExifTool JSON-bestanden aan voor een verbeterde metadata-extractie.","Don't modify originals folder. Disables import, upload, and delete.":"Wijzig de map met de originelen niet. Schakel het importeren, uploaden en verwijderen uit.","Don't transcode videos with FFmpeg.":"Transcodeer geen video's met FFmpeg.","Don't use Darktable to convert RAW files.":"Gebruik Darktable niet om RAW bestanden te converteren.","Don't use RawTherapee to convert RAW files.":"Gebruik RawTherapee niet om RAW-bestanden te converteren.","Don't use TensorFlow for image classification.":"Gebruik TensorFlow niet voor beeldclassificatie.","Donations":"Donaties","Done":"Klaar","Done.":"Klaar.","Download":"Download","Download remote files":"Bestanden op afstand downloaden","Download single files and zip archives.":"Download enkele bestanden en zip-archieven.","Downloading…":"Downloaden…","Downscaling Filter":"Downscaling filter","Duplicates will be skipped and only appear once.":"Duplicaten worden overgeslagen en verschijnen slechts één keer.","Dutch":"Nederlands","Dynamic Previews":"Dynamische Voorbeelden","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"On-demand rendering vereist een krachtige CPU en wordt niet aanbevolen voor kleinere homeservers of NAS-apparaten.","Dynamic Size Limit: %{n}px":"Dynamische Groottegrens: %{n}px","E-Mail":"E-mail","Edit":"Bewerken","Edit %{name}":"Bewerken %{name}","Edit Account":"Account bewerken","Edit Photo":"Bewerk Foto","Edited":"Bewerkt","Enable new features currently under development.":"Maak nieuwe functies mogelijk die momenteel in ontwikkeling zijn.","Enabled":"Ingeschakeld","Enables RAW converter presets. May reduce performance.":"Schakelt RAW-converterpresets in. Kan de prestaties verminderen.","English":"Engels","Errors":"Fouten","Estimate the approximate location of pictures without coordinates.":"Schatting van de geschatte locatie van foto's zonder coördinaten.","Estimates":"Schattingen","Every two days":"Om de twee dagen","Exclude content marked as private from search results, shared albums, labels, and places.":"Sluit inhoud gemarkeerd als privé uit van zoekresultaten, gedeelde albums, labels en plaatsen.","Exclude hidden":"Verborgen uitsluiten","Expand":"Uitklappen","Expand Search":"Zoeken","Experimental Features":"Experimentele eigenschappen","Expires":"Verloopt","Exposure":"Blootstelling","F Number":"F Aantal","Face":"Gezichtje","Faces":"Gezichten","Failed copying to clipboard":"Mislukt kopiëren naar klembord","Failed removing link":"Mislukte verwijderingslink","Failed updating link":"Mislukte actualiseringslink","Failure while importing uploaded files":"Fout tijdens importeren geüploade bestanden","Fast":"Snel","Favorite":"Favoriet","Favorites":"Favorieten","Feature Request":"Verzoek voor nieuwe functionaliteit","Feedback":"Feedback","File":"Bestand","File Browser":"Bestands Browser","Files":"Bestanden","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Bestanden met opeenvolgende namen zoals 'IMG_1234 (2)' en 'IMG_1234 (3)' behoren tot hetzelfde beeld.","Focal Length":"Brandpuntsafstand","Folder":"Map","Folder contains %{n} files":"Map bevat %{n} bestanden","Folder is empty":"Map is leeg","Folders":"Mappen","French":"Frans","Fullscreen":"Volledig scherm","General":"Algemeen","German":"Duits","Gold":"Goud","Grayscale":"Grijstint","Green":"Groen","Grey":"Grijs","Group by similarity":"Groepering op basis van gelijkenis","Hash":"Hash","Hebrew":"Hebreeuws","Help":"Help","Hidden":"Verborgen","Hidden Files":"Verborgen bestanden","Hide":"Verberg","Hide photos that have been moved to archive.":"Verberg foto's die zijn verplaatst naar het archief.","Hindi":"Hindi","How can we help?":"Hoe kunnen we je helpen?","Hybrid":"Hybride","I'm a sponsor":"Ik ben een sponsor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Als u geniet van het gebruik van PhotoPrism, overweeg dan om ons te steunen op Patreon of GitHub Sponsors.","image":"afbeelding","Image":"Afbeelding","Images":"Afbeeldingen","Import":"Importeren","Import failed":"Importeren mislust","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Geïmporteerde bestanden worden gesorteerd op datum en krijgen een unieke naam om duplicaten te voorkomen.","Imported files will be sorted by date and given a unique name.":"Geïmporteerde bestanden worden gesorteerd op datum en krijgen een unieke naam.","Importing %{name}…":"Importeren van %{name}…","Importing files to originals…":"Bestanden importeren uit directory…","in":"in","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Mochten er foto's ontbreken die u verwacht, scan dan uw bibliotheek opnieuw en wacht tot het indexeren is voltooid.","Index":"Index","Indexing":"Indexeren","Indexing failed":"Indexeren mislukt","Indexing media and sidecar files…":"Foto’s en sidecar-bestanden aan het indexeren…","Instance ID":"Instantie-ID","Interval":"Interval","Invalid date":"Ongeldige datum","Italian":"Italiaans","Item":"Item","Japanese":"Japans","JPEG Quality: %{n}":"JPEG-kwaliteit: %{n}","JPEG Size Limit: %{n}px":"JPEG-groottegrens: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG's en thumbnails worden automatisch weergegeven als dat nodig is.","Keywords":"Trefwoorden","Korean":"Koreaans","Kurdish":"Koerdisch","Label":"Label","Labels":"Labels","Labels deleted":"Albums verwijderd","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Detailbewaring, Minimale artefacten","Language":"Taal","Last Backup":"Laatste back-up","Latitude":"Breedtegraad","Lavender":"Lavendel","Lens":"Lens","Let us know when we mistakenly label an idea as unfunded.":"Laat het ons weten als we een idee ten onrechte als ongefinancierd bestempelen.","Library":"Bibliotheek","License":"Licentie","Like":"Vind ik leuk","Lime":"Limoen","Limit reached, showing first %{n} files":"Limiet bereikt, toont eerste %{n} bestanden","Linear: Very Smooth, Best Performance":"Lineair: Zeer glad, beste prestaties","Link":"Link","List":"Lijst","Live":"Live","Local Time":"Lokale tijd","location":"locatie","Location":"Locatie","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Logboekberichten verschijnen hier wanneer PhotoPrism op gebroken bestanden stuit, of wanneer er andere potentiële problemen zijn.","Login":"Log in","Logout":"Log uit","Logs":"Logs","Longitude":"Lengtegraad","Magenta":"Magenta","Main Color":"Hoofdkleur","manual":"handmatig","Manual Upload":"Uploaden","Marker":"Symbool","Medium":"Medium","Merge %{a} with %{b}?":"%{a} samenvoegen met %{b}?","Message sent":"Bericht verzonden","Minimize":"Minimaliseren","Missing":"Ontbrekend","Moments":"Momenten","Monochrome":"Monochroom","Month":"Maand","Moonlight":"Maanlicht","More than %{n} pictures found":"Meer dan %{n} foto's gevonden","More than 20 albums found":"Meer dan 20 albums gevonden","More than 20 labels found":"Meer dan 20 labels gevonden","More than 20 people found":"Meer dan 20 mensen vonden","Mosaic":"Mozaiek","Most relevant":"Meest relevant","Move Files":"Bestanden verplaatsen","Name":"Naam","Name too long":"Titel is te lang","Never":"Nooit","New":"Nieuw","New Password":"Nieuw wachtwoord","Newest first":"Nieuwste eerst","No":"Nee","No albums found":"Geen albums gevonden","No labels found":"%{n} labels gevonden","No people found":"Geen mensen gevonden","No pictures found":"Geen foto's gevonden","No recently edited pictures":"Geen recent bewerkte foto's","No servers configured.":"Geen servers geconfigureerd.","No thanks":"Nee bedankt","No warnings or error containing this keyword. Note that search is case-sensitive.":"Geen waarschuwingen of fouten met dit trefwoord. Let op: zoeken is hoofdlettergevoelig.","Non-photographic and low-quality images require a review before they appear in search results.":"Niet-fotografische beelden en beelden van lage kwaliteit moeten worden beoordeeld voordat ze in de zoekresultaten verschijnen.","None":"Geen","Norwegian":"Noors","Not Found":"Niet gevonden","Note you may manually manage your originals folder and importing is optional.":"Let op: u kunt uw originelenmap handmatig beheren en importeren is optioneel.","Note:":"Notitie:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Opmerking: Alleen WebDAV-servers, zoals Nextcloud of PhotoPrism, kunnen worden geconfigureerd als service op afstand voor het maken van back-ups en het uploaden van bestanden.","Note: Updating the password will not revoke access from already authenticated users.":"Opmerking: Het updaten van het wachtwoord zal de toegang van reeds geauthenticeerde gebruikers niet herroepen.","Notes":"Notities","Nothing to see here yet. Be patient.":"Nog niets te zien hier. Wees geduldig.","Offline":"Offline","Oldest first":"Oudste eerst","Once a week":"Eenmaal per week","One album found":"Een album gevonden","One file found":"Een album gevonden","One folder found":"Een album gevonden","One label found":"Een etiket gevonden","One person found":"Eén persoon vond","One picture found":"Een foto gevonden","Onyx":"Onyx","Options":"Opties","Orange":"Oranje","Orientation":"Oriëntatie","Original":"Origineel","Original file names will be stored and indexed.":"Originele bestandsnamen worden opgeslagen en geïndexeerd.","Original Name":"Originele naam","Originals":"Originelen","Other":"Andere","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Onze visie is om de meest gebruiksvriendelijke oplossing te bieden voor het doorbladeren, organiseren en delen van uw fotoverzameling.","Outdoor":"Outdoor","Panorama":"Panorama","Panoramas":"Panorama's","Password":"Wachtwoord","Password changed":"Wachtwoord gewijzigd","People":"Personen","People you share a link with will be able to view public contents.":"Mensen met wie je een link deelt, kunnen de openbare inhoud bekijken.","Permanently deleted":"Permanent verwijderd","Permanently remove files to free up storage.":"Bestanden permanent verwijderen om opslagruimte vrij te maken.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism is geüpdatet…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® is een geregistreerd handelsmerk van Michael Mayer.","Photos":"Foto’s","Pink":"Roze","Place":"Plaats","Place & Time":"Plaats & Tijd","Places":"Locaties","Play":"Afspelen","Please confirm your new password.":"Bevestig uw nieuwe wachtwoord.","Please contact us at hello@photoprism.app if you have questions or need help.":"Neem contact met ons op via hello@photoprism.app als u vragen hebt of hulp nodig hebt.","Please don't upload photos containing offensive content.":"Upload geen foto's met aanstootgevende inhoud.","Polish":"Pools","Portrait":"Staand","Português de Portugal":"Português de Portugal","Preserve filenames":"Bewaar bestandsnamen","Press button to start importing…":"Klik knop om indexeren te starten…","Press button to start indexing…":"Klik knop om indexeren te starten…","Press enter to create a new album.":"Druk op enter om een nieuw album te maken.","Preview":"Voorbeeld","Primary":"Primair","Private":"Privé","Product Feedback":"Terugkoppeling van producten","Projection":"Projectie","Purple":"Paars","Quality Filter":"Kwaliteitsfilter","Quality Score":"Kwaliteitsscore","Random":"Willekeurig","Raspberry":"Framboos","Raw":"Raw","RAW":"RAW","RAW Conversion":"RAW-omzetting","Re-index all originals, including already indexed and unchanged files.":"Herindexeer alle originelen, inclusief de reeds geïndexeerde en ongewijzigde bestanden.","Read-Only Mode":"Alleen-lezen modus","Recently added":"Recent toegevoegd","Recently edited":"Recent geïmporteerd","Recognition starts after indexing has been completed.":"De herkenning begint nadat de indexering is voltooid.","Recognized":"Erkend","Recognizes faces so that specific people can be found.":"Herkent gezichten, zodat specifieke mensen kunnen worden gevonden.","Red":"Rood","Reload":"Ververs","Reloading…":"Herladen…","Remote Sync":"Synchronisatie op afstand","Remove":"Verwijderen","remove failed: unknown album":"verwijderen mislukt: onbekend album","Remove from album":"Verwijder uit album","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Verwijder geïmporteerde bestanden om opslag op te slaan. Niet-ondersteunde bestandstypen worden nooit verwijderd, ze blijven op hun huidige locatie.","Report Bug":"Verslag Bug","Request failed - invalid response":"Verzoek mislukt - ongeldig antwoord","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Aanvragen die door zilveren en gouden sponsors worden gesteund, krijgen een gouden label en worden met voorrang behandeld.","Required":"Verplicht","Resolution":"Resolutie","Restore":"Herstellen","Retype Password":"Herhaal je wachtwoord","Review":"Beoordeling","Russian":"Russisch","Save":"Opslaan","Scan":"Scan","Scans":"Scans","Search":"Zoeken","Search and display photos on a map.":"Zoek en toon foto's op een kaart.","Season":"Seizoen","Seaweed":"Zeewier","Secret":"Geheim","Select":"Selecteer","Select albums or create a new one":"Selecteer albums of maak een nieuwe aan","Selection approved":"Selectie goedgekeurd","Selection archived":"Selectie gearchiveerd","Selection restored":"Selectie hersteld","Send":"Verzenden","Sequential Name":"Opeenvolgende naam","Server":"Server","Service URL":"Service URL","Settings":"Instellingen","Settings saved":"Instellingen opgeslagen","Setup":"Setup","Shadow":"Schaduw","Share":"Delen","Share %{name}":"Aandeel %{name}","Shared with you.":"Met u gedeeld.","Show":"Toon","Show all new faces":"Toon alle nieuwe gezichten","Show hidden":"Verborgen weergeven","Show less":"Toon minder","Show Library in navigation menu.":"Toon Bibliotheek in het navigatiemenu.","Show more":"Toon meer","Show server logs in Library.":"Toon serverlogs in Bibliotheek.","Shows more detailed log messages. Requires a restart.":"Toont meer gedetailleerde logberichten. Vereist een herstart.","Sidecar":"Sidecar","Sign in":"Inloggen","Sign Up":"Aanmelden","Similar":"Vergelijkbaar","Size":"Grootte","Slovak":"Slowaaks","Slow":"Langzaam","Sort by file name":"Sorteren op bestandsnaam","Sort Order":"Sorteer volgorde","Source":"Bron","Spanish":"Spaans","Stack":"Stapel","Stack files sharing the same unique image or instance identifier.":"Stapel bestanden met dezelfde unieke beeld- of instantie-identificatie.","Stack pictures taken at the exact same time and location based on their metadata.":"Stapel foto's die op exact dezelfde tijd en locatie zijn genomen op basis van hun metagegevens.","Stackable":"Stapelbaar","Stacks":"Stapels","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Stapelt groepsbestanden met een vergelijkbaar referentiekader, maar met verschillen in kwaliteit, formaat, grootte of kleur.","Start":"Start","Start/Stop Slideshow":"Start/Stop Diavoorstelling","States":"Provincies","Static Size Limit: %{n}px":"Statische Grootte Limiet: %{n}px","Status":"Status","Storage Folder":"Opslagmap","Streets":"Straat","Style":"Stijl","Subject":"Onderwerp","Support for additional services, like Google Drive, will be added over time.":"Ondersteuning voor aanvullende diensten, zoals Google Drive, zal in de loop van de tijd worden toegevoegd.","Sync":"Synchroniseer","Sync raw and video files":"Ruwe en videobestanden synchroniseren","Taken":"Bezet","Teal":"Teal","Text too long":"Titel is te lang","Thank you very much!":"Dank je wel","The index currently contains %{n} hidden files.":"De index bevat momenteel %{n} verborgen bestanden.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"De routekaart laat zien welke taken in uitvoering zijn, wat er getest moet worden, en welke functieverzoeken als volgende zullen worden geïmplementeerd.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Hun formaat wordt mogelijk niet ondersteund, ze zijn nog niet geconverteerd naar JPEG of er zijn duplicaten.","Theme":"Thema","This is an early-access feature to say thanks to our sponsors and contributors.":"Dit is een vroegtijdige toegang om dank te zeggen aan onze sponsors en medewerkers.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Hierdoor wordt de map met de originelen als een netwerkstation gemonteerd en kunt u bestanden openen, bewerken en verwijderen van uw computer of smartphone alsof ze lokaal zijn.","This open-source project is made possible thanks to our sponsors.":"Dit open-source project wordt mogelijk gemaakt dankzij onze sponsors.","Thumbnail Generation":"Thumbnail generatie","Time UTC":"Tijd UTC","Time Zone":"Tijdzone","Title":"Titel","Title too long":"Titel is te lang","to":"tot","Toggle View":"Schakelweergave","Token":"Token","Topographic":"Topografische","Trademarks":"Handelsmerken","Try again using other filters or keywords.":"Probeer opnieuw met een ander trefwoord of filter.","Type":"Type","Undo":"Ongedaan maken","Unique ID":"Unieke id","Unknown":"Onbekend","Unsorted":"Ongesorteerd","Unstack":"Ontstapel","Updated":"Bijgewerkt","Updating faces":"Gezichten bijwerken","Updating index":"Bijwerken van de index","Updating moments":"Momenten van actualisering","Updating previews":"Voorvertoningen bijwerken","Updating stacks":"Actualisering van de stapels","Upload":"Uploaden","Upload complete":"Uploaden klaar","Upload complete. Indexing…":"Uploaden klaar. Indexeren…","Upload failed":"Uploaden mislukt","Upload local files":"Uploaden mislukt","Upload to WebDAV and share links with friends.":"Upload naar WebDAV en deel links met vrienden.","Uploading %{n} of %{t}…":"Het uploaden van %{n} van %{t}…","Uploading photos…":"Foto’s uploaden…","Uploads that may contain such images will be rejected automatically.":"Uploads die dergelijke beelden kunnen bevatten, worden automatisch geweigerd.","URL":"URL","Use Presets":"Gebruik Voorinstellingen","User":"Gebruiker","User Interface":"Gebruikersinterface","Username":"Gebruikersnaam","Video":"Video","Videos":"Video's","View":"Weergave","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"We zullen je laten weten hoe je het kunt inschakelen als je je aanmeldt op Patreon of GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-cliënten kunnen verbinding maken met PhotoPrism via de volgende URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV-cliënten, zoals Microsoft's Windows Explorer of Apple's Finder, kunnen rechtstreeks verbinding maken met PhotoPrism.","WebDAV Upload":"Uploaden","White":"Wit","Year":"Jaar","Yellow":"Geel","Yellowstone":"Yellowstone","Yes":"Ja","You can only download one album":"Je kunt slechts een album downloaden","You can only download one label":"Je kunt slechts een album downloaden","You may only select one item":"Je kunt slechts een album downloaden","You may rescan your library to find additional faces.":"U kunt uw bibliotheek opnieuw scannen om meer gezichten te vinden.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"U mag het gebruiken zoals vereist om onze software te beschrijven, uw eigen server te draaien, voor educatieve doeleinden, maar niet om commerciële goederen, producten of diensten aan te bieden zonder voorafgaande schriftelijke toestemming. Met andere woorden, vraag ernaar.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Uw voortdurende steun helpt ons de bedrijfskosten te financieren, diensten als satellietkaarten te leveren en nieuwe functies te ontwikkelen.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Uw bibliotheek wordt voortdurend geanalyseerd om automatisch albums te maken van speciale momenten, reizen en plaatsen.","Your message has been sent":"Uw bericht is verzonden","Zoom in/out":"In-/uitzoomen"},"pl":{"%{n} albums found":"Znalezionych albumy: %{n}","%{n} files uploaded":"Wgranych plików: %{n}","%{n} folders found":"Znalezionych folderów: %{n}","%{n} labels found":"Znalezionych etykiet: %{n}","%{n} people found":"%{n} osób znalezionych","%{n} pictures found":"%{n} znaleziono zdjęcia","1 hour":"1 godzina","12 hours":"12 godzin","4 hours":"4 godziny","A click will copy it to your clipboard.":"Kliknięcie spowoduje skopiowanie do schowka.","About":"O","Account":"Konto","Accuracy":"Dokładność","Action":"Akcja","Actions":"Akcje","Add Album":"Dodaj album","Add files to your library via Web Upload.":"Dodaj pliki do biblioteki przez Web Upload..","Add Link":"Dodaj link","Add pictures from search results by selecting them.":"Dodawanie zdjęć z wyników wyszukiwania poprzez ich zaznaczenie.","Add Server":"Dodaj serwer","Add to album":"Dodaj do albumu","Added":"Dodano","Advanced":"Zaawansowane","After 1 day":"Po 1 dniu","After 3 days":"Po 3 dniach","After 7 days":"Po 7 dniach","After one month":"Po jednym miesiącu","After one year":"Po jednym roku","After selecting pictures from search results, you can add them to an album using the context menu.":"Po wybraniu zdjęć z wyników wyszukiwania, można je dodać do albumu za pomocą menu kontekstowego.","After two months":"Po dwóch miesiącach","After two weeks":"Po dwóch tygodniach","Album":"Album","Album Name":"Album Name","Albums":"Albumy","Albums deleted":"Skasowano albumy","All %{n} albums loaded":"Wszystkie albumy wczytane: %{n}","All %{n} labels loaded":"Wszystkie etykiety wczytane: %{n}","All %{n} people loaded":"Wszystkie %{n} osoby załadowane","All Cameras":"Wszystkie kamery","All Categories":"Wszystkie kategorie","All Colors":"Wszystkie kolory","All Countries":"Wszystkie kraje","All fields are required":"Wszystkie pola są wymagane","All files from import folder":"Wszystkie pliki z importowanego folderu","All Lenses":"Wszystkie obiektywy","All Months":"Wszystkie miesiące","All originals":"Wszystkie oryginalne","All Years":"Wszystkie lata","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternatywnie, można przesyłać pliki bezpośrednio na serwery WebDAV, takie jak Nextcloud.","Altitude":"Wysokość","Altitude (m)":"Wysokość (m)","An error occurred - are you offline?":"Wystąpił błąd - czy masz połączenie z siecią?","Animation":"Animacja","Any private photos and videos remain private and won't be shared.":"Wszystkie prywatne zdjęcia i nagrania pozostaną prywatne i nie zostaną udostępnione.","API Key":"Klucz API","Apply":"Zastosuj","Approve":"Zatwierdź","Archive":"Archiwum","Archived":"Zarchiwizowane","Are you sure you want to archive the selection?":"Czy na pewno chcesz zarchiwizować zaznaczone?","Are you sure you want to delete these albums?":"Czy na pewno chcesz usunąć te albumy?","Are you sure you want to delete these labels?":"Czy na pewno chcesz usunąć wybrane etykiety?","Are you sure you want to delete this account?":"Czy na pewno chcesz usunąć konto?","Are you sure you want to permanently delete these pictures?":"Czy na pewno chcesz trwale usunąć te zdjęcia?","Are you sure you want to permanently delete this file?":"Czy na pewno chcesz usunąć ten plik?","Artist":"Artysta","Aspect Ratio":"Proporcje obrazu","At least 6 characters.":"Co najmniej 6 znaków.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Automatycznie generuj pliki JPEG dla innych typów pliku by mogły być wyświetlane w przeglądarce.","Automatically creates albums of special moments, trips, and places.":"Automatycznie tworzy albumy z wyjątkowych chwil, podróży i miejsc.","Become a sponsor":"Zostań sponsorem","Bio":"Życiorys","Black":"Czarny","Blackman: Lanczos Modification, Less Ringing Artifacts":"Czarnoksiężnik: Modyfikacja Lanczosa, Mniej Pierścieniowych Artefaktów","Blue":"Niebieski","Brazilian Portuguese":"Brazylijczyk-Portugalczyk","Brown":"Brązowy","Browse and edit image classification labels.":"Przeglądaj i edytuj etykiety klasyfikacji obrazów.","Browse indexed files and folders in Library.":"Przeglądaj zaindeksowane pliki i foldery w bibliotece.","Bug Report":"Zgłoszenie Błędu","Busy, please wait…":"Zajęty, proszę czekać...","Calendar":"Kalendarz","Camera":"Kamera","Camera Serial":"Numer seryjny kamery","Can't load more, limit reached":"Nie można załadować więcej, osiągnięto limit","Can't select more items":"Nie można zaznaczyć większej ilości elementów","Cancel":"Przerwij","Cards":"Karty","Category":"Kategorie","Change":"Zmień","Change photo titles, locations, and other metadata.":"Zmień tytuły, lokalizacje i inne metadane zdjęć.","Change private flag":"Zmiana flagi prywatnej","Checked":"Zaznaczone","Chinese Simplified":"Chiiński uproszczony","Chinese Traditional":"Chiński Tradycyjny","Chroma":"Chroma","Close":"Zamknij","Codec":"Kodek","Color":"Kolor","Colors":"Kolory","Complete Rescan":"Kompletny Rescan","Confidence":"Zaufanie","Connect":"Połącz","Connect via WebDAV":"Połącz przez WebDAV","Contact Us":"Skontaktuj się z nami","Contains %{n} pictures.":"Zawiera %{n} zdjęć.","Contains one picture.":"Zawiera jedno zdjęcie.","Convert to JPEG":"Konwertuj do JPEG","Converting":"Konwertuję","Copied to clipboard":"Skopiowano do schowka","Copyright":"Copyright","Couldn't find anything.":"Nie udało się niczego znaleźć.","Country":"Kraj","Create album":"Stwórz album","Created":"Utworzono","Creating thumbnails for":"Tworzenie miniaturek dla","Cubic: Moderate Quality, Good Performance":"Sześcienny: Umiarkowana jakość, dobra wydajność","Current Password":"Obecne hasło","Customer Support":"Obsługa klienta","Cyan":"Cyjan","Cyano":"Cyano","Czech":"Czeski","Daily":"Codziennie","Danish":"Duński","Day":"Dzień","Debug Logs":"Debugowanie dzienników","Default":"Domyślnie","Default Folder":"Domyślny folder","Delete":"Usuń","Description":"Opis","Detailed instructions can be found in our User Guide.":"Dokładne informacje można znaleźć w Instrukcji Obsługi.","Details":"Detale","Dimensions":"Wymiary","Disable Backups":"Ostatnia kopia zapasowa","Disable built-in WebDAV server. Requires a restart.":"Wyłączyć wbudowany serwer WebDAV. Wymaga restartu.","Disable Darktable":"Wyłącz Darktable","Disable ExifTool":"Wyłączyć ExifTool","Disable FFmpeg":"Wyłącz FFmpeg","Disable Places":"Wyłączony","Disable RawTherapee":"Wyłącz RawTherapee","Disable TensorFlow":"Wyłączenie TensorFlow","Disable WebDAV":"Wyłączony","Disabled":"Wyłączony","Disables reverse geocoding and maps.":"Wyłącza odwrotne geokodowanie i mapy.","Discover":"Odkryj","Don't backup photo and album metadata to YAML files.":"Nie wykonuj kopii zapasowych metadanych zdjęć i albumów do plików YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Nie twórz plików ExifTool JSON w celu ulepszenia ekstrakcji metadanych.","Don't modify originals folder. Disables import, upload, and delete.":"Nie modyfikuj folderu z oryginałami. Wyłącza import, przesyłanie i usuwanie.","Don't transcode videos with FFmpeg.":"Nie transkoduj filmów za pomocą FFmpeg.","Don't use Darktable to convert RAW files.":"Nie używaj Darktable do konwersji plików RAW.","Don't use RawTherapee to convert RAW files.":"Nie używaj RawTherapee do konwersji plików RAW.","Don't use TensorFlow for image classification.":"Nie używaj TensorFlow do klasyfikacji obrazów.","Donations":"Darowizny","Done":"Zrobione","Done.":"Zrobione.","Download":"Pobierz","Download remote files":"Pobierz zdalne pliki","Download single files and zip archives.":"Pobierz pojedyncze pliki i archiwa zip.","Downloading…":"Pobieranie…","Downscaling Filter":"Filtr redukujący","Duplicates will be skipped and only appear once.":"Duplikaty zostaną pominięte i pojawią się tylko raz.","Dutch":"Holenderski","Dynamic Previews":"Niedostępne wywiady","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Funkcja renderowania na żądanie wymaga wydajnego procesora i nie jest zalecana w przypadku mniejszych serwerów domowych lub urządzeń NAS.","Dynamic Size Limit: %{n}px":"Nieobliczony Limit rozmiaru: %{n}px","E-Mail":"E-mail","Edit":"Edytuj","Edit %{name}":"Edytuj %{name}","Edit Account":"Edytuj konto","Edit Photo":"Edytuj Zdjęcie","Edited":"Zmienione","Enable new features currently under development.":"Włączenie nowych funkcji, które są obecnie rozwijane.","Enabled":"Włączone","Enables RAW converter presets. May reduce performance.":"Włącza wstępne ustawienia konwertera RAW. Może zmniejszyć wydajność.","English":"Angielski","Errors":"Błędy","Estimate the approximate location of pictures without coordinates.":"Oszacować przybliżoną lokalizację obrazów bez współrzędnych.","Estimates":"Szacunki","Every two days":"Co dwa dni","Exclude content marked as private from search results, shared albums, labels, and places.":"Wyłącz treści prywatne z wyników wyszukiwania, współdzielonych albumów, oznaczeń i miejsc.","Exclude hidden":"Wyłączenie ukrytych","Expand":"Rozwiń","Expand Search":"Wyszukiwanie zaawansowane","Experimental Features":"Funkcje eksperymentalne","Expires":"Wygasa","Exposure":"Ekspozycja","F Number":"liczba F","Face":"Twarz","Faces":"Powierzchnie","Failed copying to clipboard":"Nie udało się skopiować do schowka","Failed removing link":"Nieudało się usunąć linku","Failed updating link":"Nieudało się zaktualizować linku","Failure while importing uploaded files":"Niepowodzenie podczas importowania przekazanych plików","Fast":"Szybko","Favorite":"Ulubiony","Favorites":"Ulubione","Feature Request":"Prośba o nową funkcję","Feedback":"Informacje zwrotne","File":"Plik","File Browser":"Przeglądarka plików","Files":"Pliki","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Pliki z podobnymi nazwami jak 'IMG_1234 (2)' lub 'IMG_1234 kopia(1)' należą do tego samego zdjęcia.","Focal Length":"Ogniskowa","Folder":"Folder","Folder contains %{n} files":"Folder zawiera %{n} plików","Folder is empty":"Folder jest pusty","Folders":"Foldery","French":"Francuski","Fullscreen":"Pełny ekran","General":"Ogólne","German":"Niemiecki","Gold":"Złoty","Grayscale":"Skala szarości","Green":"Zielony","Grey":"Szary","Group by similarity":"Grupa według podobieństwa","Hash":"Wartość hash","Hebrew":"Hebrajski","Help":"Pomoc","Hidden":"Ukryty","Hidden Files":"Ukryte pliki","Hide":"Ukryj","Hide photos that have been moved to archive.":"Ukryj zarchiwizowane pliki.","Hindi":"Hinduski","How can we help?":"Jak mogę pomóc?","Hybrid":"Hybrydowa","I'm a sponsor":"Jestem sponsorem","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Jeśli podoba ci się korzystanie z PhotoPrism, rozważ wsparcie nas na Patreon lub GitHub Sponsors.","image":"obraz","Image":"Obraz","Images":"Zdjęcia","Import":"Import","Import failed":"Błąd importu","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importowane pliki będą posortowane według daty i otrzymają unikalną nazwę, aby uniknąć duplikatów.","Imported files will be sorted by date and given a unique name.":"Importowane pliki będą sortowane według daty i otrzymają unikalną nazwę.","Importing %{name}…":"%{name}...importując..","Importing files to originals…":"Importowanie plików do oryginałów..","in":"w","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"W przypadku braku oczekiwanych zdjęć, prosimy o ponowne przeszukanie biblioteki i poczekanie do zakończenia indeksowania.","Index":"Indeks","Indexing":"Indeksuje","Indexing failed":"Błąd indeksowania","Indexing media and sidecar files…":"Indeksowanie mediów i plików z wózkiem bocznym..","Instance ID":"Identyfikator Sądu Pierwszej Instancji","Interval":"Okres","Invalid date":"Niewłaściwa data","Italian":"Włoski","Item":"Element","Japanese":"Japoński","JPEG Quality: %{n}":"Jakość JPEG: %{n}","JPEG Size Limit: %{n}px":"Limit rozmiaru JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEGi i miniatury są automatycznie tworzone gdy ich brakuje.","Keywords":"Słowa kluczowe","Korean":"Koreański","Kurdish":"kurdyjski","Label":"Etukieta","Labels":"Etykiety","Labels deleted":"Usunięte etykiety","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Konserwacja detali, Minimalne artefakty","Language":"Język","Last Backup":"Ostatnia kopia zapasowa","Latitude":"Szerokość geograficzna","Lavender":"Fioletowy","Lens":"Obiektyw","Let us know when we mistakenly label an idea as unfunded.":"Daj nam znać, gdy błędnie oznaczyliśmy pomysł jako niefinansowany.","Library":"Biblioteka","License":"Licencja","Like":"Lubię to","Lime":"Limonkowy","Limit reached, showing first %{n} files":"Osiągnięto limit, pokazuję pierwsze %{n} plików","Linear: Very Smooth, Best Performance":"Linearny: Bardzo gładka, najlepsza wydajność","Link":"Link","List":"Lista","Live":"Live","Local Time":"Czas lokalny","location":"miejsce","Location":"Miejsce","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Komunikaty dziennika pojawiają się tutaj za każdym razem, gdy PhotoPrism natknie się na uszkodzone pliki lub wystąpią inne potencjalne problemy.","Login":"Zaloguj","Logout":"Wyloguj","Logs":"Logi","Longitude":"Długość geograficzna","Magenta":"Magenta","Main Color":"Główny kolor","manual":"ręcznie","Manual Upload":"Pobieranie ręczne","Marker":"Znacznik","Medium":"Średni","Merge %{a} with %{b}?":"Połączyć %{a} z %{b}?","Message sent":"Wiadomość została wysłana","Minimize":"Zminimalizuj","Missing":"Brakujący","Moments":"Chwile","Monochrome":"Monochromatyczne","Month":"Miesiąc","Moonlight":"Światło księżyca","More than %{n} pictures found":"Znaleziono więcej niż %{n} zdjęć","More than 20 albums found":"Znaleziono ponad 20 albumów","More than 20 labels found":"Znaleziono ponad 20 etykiet","More than 20 people found":"Ponad 20 osób znalazło","Mosaic":"Mozaika","Most relevant":"Najważniejsze","Move Files":"Przenieś pliki","Name":"Nazwa","Name too long":"Nazwa zbyt długa","Never":"Nigdy","New":"Nowy","New Password":"Nowe hasło","Newest first":"Najnowsze na początku","No":"Nie","No albums found":"Nie znaleziono albumów","No labels found":"Nie znaleziono żadnych etykiet","No people found":"Nie znaleziono żadnych osób","No pictures found":"Nie znaleziono zdjęć","No recently edited pictures":"Brak ostatnio edytowanych zdjęć","No servers configured.":"Nie skonfigurowano żadnych serwerów.","No thanks":"Nie, dziękuję","No warnings or error containing this keyword. Note that search is case-sensitive.":"Brak ostrzeżeń lub błędów zawierających to słowo kluczowe. Należy pamiętać, że w wyszukiwaniu uwzględnia się wielkość liter.","Non-photographic and low-quality images require a review before they appear in search results.":"Obrazy niefotograficzne i niskiej jakości wymagają recenzji, zanim pojawią się w wynikach wyszukiwania.","None":"Brak","Norwegian":"Norweski","Not Found":"Nie znaleziono","Note you may manually manage your originals folder and importing is optional.":"Pamiętaj, że możesz ręcznie zarządzać folderem oryginałów, a importowanie jest opcjonalne.","Note:":"Uwaga:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Uwaga: Tylko serwery WebDAV, takie jak Nextcloud lub PhotoPrism, mogą być skonfigurowane jako zdalna usługa do tworzenia kopii zapasowych i przesyłania plików.","Note: Updating the password will not revoke access from already authenticated users.":"Uwaga: Aktualizacja hasła nie odbierze dostępu już uwierzytelnionym użytkownikom.","Notes":"Notatki","Nothing to see here yet. Be patient.":"Nie ma tu jeszcze nic do zobaczenia. Bądź cierpliwy.","Offline":"Offline","Oldest first":"Najstarsze na początku","Once a week":"Raz w tygodniu","One album found":"Znaleziono jeden album","One file found":"Znaleziono jeden plik","One folder found":"Znaleziono jeden folder","One label found":"Znaleziono jedną etykietę","One person found":"Jedna osoba znalazła","One picture found":"Znaleziono jedno zdjęcie","Onyx":"Onyks","Options":"Opcje","Orange":"Pomarańczowy","Orientation":"Orientacja","Original":"Oryginał","Original file names will be stored and indexed.":"Oryginalne nazwy plików będą przechowywane i indeksowane.","Original Name":"Oryginalna nazwa","Originals":"Oryginały","Other":"Inne","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Naszą wizją jest dostarczenie najbardziej przyjaznego użytkownikowi rozwiązania do przeglądania, organizowania i udostępniania kolekcji zdjęć.","Outdoor":"Outdoor","Panorama":"Panorama","Panoramas":"Panoramy","Password":"Hasło","Password changed":"Zmieniono hasło","People":"Ludzie","People you share a link with will be able to view public contents.":"Osoby, z którymi dzielisz się linkiem, będą mogły przeglądać publiczne treści.","Permanently deleted":"Trwale usunięty","Permanently remove files to free up storage.":"Trwale usuwaj pliki, aby zwolnić miejsce na dysku.","Photo":"Zdjęcie","PhotoPrism has been updated…":"PhotoPrism został zaktualizowany..","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® jest zastrzeżonym znakiem towarowym Michaela Mayera.","Photos":"Zdjęcia","Pink":"Różowy","Place":"Miejsce","Place & Time":"Miejsce i czas","Places":"Miejsca","Play":"Odtwórz","Please confirm your new password.":"Potwierdź nowe hasło.","Please contact us at hello@photoprism.app if you have questions or need help.":"W razie pytań lub potrzeby pomocy prosimy o kontakt pod adresem hello@photoprism.app.","Please don't upload photos containing offensive content.":"Proszę nie wysyłać zdjęć zawierających obraźliwe treści.","Polish":"Polski","Portrait":"Portret","Português de Portugal":"Português de Portugal","Preserve filenames":"Pozostaw nazwy plików","Press button to start importing…":"Naciśnij przycisk by rozpocząć import...","Press button to start indexing…":"Naciśnij przycisk by rozpocząć indeksowanie...","Press enter to create a new album.":"Naciśnij enter by utworzyć nowy album.","Preview":"Podgląd","Primary":"Główny","Private":"Prywatny","Product Feedback":"Informacja zwrotna o produkcie","Projection":"Projekcja","Purple":"Purpurowy","Quality Filter":"Filtr jakościowy","Quality Score":"Wynik jakościowy","Random":"Losowy","Raspberry":"Malinowy","Raw":"RAW","RAW":"RAW","RAW Conversion":"Konwertuję","Re-index all originals, including already indexed and unchanged files.":"Ponowne indeksowanie wszystkich oryginałów, w tym już zaindeksowanych i niezmienionych plików.","Read-Only Mode":"Tryb tylko do odczytu","Recently added":"Ostatnio dodane","Recently edited":"Ostatnio zredagowany","Recognition starts after indexing has been completed.":"Rozpoznawanie rozpoczyna się po zakończeniu indeksowania.","Recognized":"Rozpoznany","Recognizes faces so that specific people can be found.":"Rozpoznaje twarze, dzięki czemu można znaleźć konkretne osoby.","Red":"Czerwony","Reload":"Załaduj ponownie","Reloading…":"Przeładunek..","Remote Sync":"Remote Sync","Remove":"Usuń","remove failed: unknown album":"usunięcie nie powiodło się: nieznany album","Remove from album":"Usuń z albumu","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Usuń zaimportowane pliki, aby zapisać w pamięci masowej. Nieobsługiwane typy plików nigdy nie zostaną usunięte, pozostaną w swojej aktualnej lokalizacji.","Report Bug":"Zgłoś błąd","Request failed - invalid response":"Żądanie nieprawidłowe - niewłaściwa odpowiedź","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Wnioski wspierane przez srebrnych i złotych sponsorów otrzymują złotą etykietę i będą traktowane priorytetowo.","Required":"Wymagane","Resolution":"Rozdzielczość","Restore":"Odzyskaj","Retype Password":"Powtórz hasło","Review":"Opinia","Russian":"Rosyjski","Save":"Zapisz","Scan":"Skanuj","Scans":"Skany","Search":"Szukaj","Search and display photos on a map.":"Wyszukiwanie i wyświetlanie zdjęć na mapie.","Season":"Sezon","Seaweed":"Wodorosty morskie","Secret":"Tajny klucz","Select":"Wybierz","Select albums or create a new one":"Wybierz albumy lub utwórz nowy","Selection approved":"Wybór zatwierdzony","Selection archived":"Wybór archiwizowany","Selection restored":"Wybór przywrócony","Send":"Wyślij","Sequential Name":"Nazwa sekwencyjna","Server":"Serwer","Service URL":"Adres URL do usługi","Settings":"Ustawienia","Settings saved":"Zapisano ustawienia","Setup":"Ustawienia","Shadow":"Cień","Share":"Udostępnij","Share %{name}":"Udostępnij %{name}","Shared with you.":"Udostępniono Ci.","Show":"Pokaż","Show all new faces":"Pokaż wszystkie nowe twarze","Show hidden":"Pokaż ukryte","Show less":"Pokaż mniej","Show Library in navigation menu.":"Pokaż bibliotekę w menu nawigacyjnym.","Show more":"Pokaż więcej","Show server logs in Library.":"Pokaż logi serwera w bibliotece.","Shows more detailed log messages. Requires a restart.":"Wyświetla bardziej szczegółowe komunikaty dziennika. Wymaga ponownego uruchomienia.","Sidecar":"Sidecar","Sign in":"Zaloguj się","Sign Up":"Zarejestruj się","Similar":"Podobne","Size":"Rozmiar","Slovak":"Słowacki","Slow":"Wolno","Sort by file name":"Sortowanie według nazwy pliku","Sort Order":"Kolejność sortowania","Source":"Źródło","Spanish":"Hiszpański","Stack":"Ułóż w stos","Stack files sharing the same unique image or instance identifier.":"Stos plików udostępniających ten sam unikalny identyfikator obrazu lub instancji.","Stack pictures taken at the exact same time and location based on their metadata.":"Układaj zdjęcia wykonane w tym samym czasie i w tym samym miejscu na podstawie ich metadanych.","Stackable":"Możliwość układania w stosy","Stacks":"Stosy","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Stosy plików grupowych z podobną ramką odniesienia, ale z różnicami w jakości, formacie, rozmiarze lub kolorze.","Start":"Start","Start/Stop Slideshow":"Start/Stop pokazu slajdów","States":"Region","Static Size Limit: %{n}px":"Pre-Render Limit rozmiaru: %{n}px","Status":"Status","Storage Folder":"Folder pamięci masowej","Streets":"Ulice","Style":"Styl","Subject":"Temat","Support for additional services, like Google Drive, will be added over time.":"Wsparcie dla kolejnych usług, jak Google Drive, będą dodawane z czasem.","Sync":"Synchronizuj","Sync raw and video files":"Synchronizuj obrazy RAW","Taken":"Zajęte","Teal":"Morski","Text too long":"Tekst za długi","Thank you very much!":"Dziękuję bardzo!","The index currently contains %{n} hidden files.":"Indeks zawiera obecnie %{n} ukryte pliki.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Mapa drogowa pokazuje, jakie zadania są w trakcie realizacji, co wymaga przetestowania, a jakie prośby o funkcje będą realizowane w następnej kolejności.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Ich format może nie być obsługiwany, nie zostały one jeszcze przekonwertowane na JPEG lub są duplikaty.","Theme":"Motyw","This is an early-access feature to say thanks to our sponsors and contributors.":"Jest to funkcja wczesnego dostępu, aby podziękować naszym sponsorom i współpracownikom.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Dzięki temu oryginalny folder jest montowany jako dysk sieciowy i umożliwia otwieranie, edytowanie i usuwanie plików z komputera lub smartfona, tak jakby były one lokalne.","This open-source project is made possible thanks to our sponsors.":"Ten projekt open-source jest możliwy dzięki naszym sponsorom.","Thumbnail Generation":"Miniaturka Pokolenie","Time UTC":"Czas UTC","Time Zone":"Strefa czasowa","Title":"Kafelek","Title too long":"Tytuł za długi","to":"do","Toggle View":"Przełączanie widoku (Toggle View)","Token":"Token","Topographic":"Topograficzny","Trademarks":"Znaki towarowe","Try again using other filters or keywords.":"Spróbuj ponownie użyć innych filtrów lub słów kluczowych.","Type":"Typ","Undo":"Cofnij","Unique ID":"Unikalny ID","Unknown":"Nieznany","Unsorted":"Nieposortowane","Unstack":"Rozpakuj","Updated":"Zaktualizowano","Updating faces":"Aktualizowanie twarzy","Updating index":"Wskaźnik aktualizacyjny","Updating moments":"Momenty aktualizujące","Updating previews":"Aktualizowanie podglądów","Updating stacks":"Aktualizacja stosów","Upload":"Wgraj","Upload complete":"Ukończono wgrywanie","Upload complete. Indexing…":"Wgrywanie zakończone. Indeksowanie…","Upload failed":"Przesyłanie nie powiodło się","Upload local files":"Prześlij pliki z dysku","Upload to WebDAV and share links with friends.":"Prześlij do WebDAV i udostępnij link...","Uploading %{n} of %{t}…":"Przesyłanie %{n} z %{t}..","Uploading photos…":"Przesyłanie zdjęć…","Uploads that may contain such images will be rejected automatically.":"Przesyłki, które mogą zawierać takie obrazy, będą automatycznie odrzucane.","URL":"URL","Use Presets":"Użyj ustawień wstępnych","User":"Użytkownik","User Interface":"Interfejs Użytkownika","Username":"Nazwa użytkownika","Video":"Wideo","Videos":"Filmy","View":"Widok","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Damy Ci znać jak to włączyć, kiedy zarejestrujesz się na Patreon lub GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"Klienci WebDAV mogą połączyć się z PhotoPrism za pomocą następującego adresu URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Klienci WebDAV, jak Microsoft Windows Explorer lub Apple Finder, mogą łączyć się bezpośrednio z PhotoPrism.","WebDAV Upload":"WebDAV Upload","White":"Biały","Year":"Rok","Yellow":"Żółty","Yellowstone":"Yellowstone","Yes":"Tak","You can only download one album":"Możesz pobrać tylko jeden album","You can only download one label":"Możesz pobrać tylko jedną etykietę","You may only select one item":"Możesz wybrać tylko jedną pozycję","You may rescan your library to find additional faces.":"Możesz ponownie przeszukać swoją bibliotekę, aby znaleźć dodatkowe twarze.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Możesz go używać zgodnie z wymaganiami do opisania naszego oprogramowania, uruchomienia własnego serwera, dla celów edukacyjnych, ale nie do oferowania komercyjnych towarów, produktów lub usług bez uprzedniej pisemnej zgody. Innymi słowy, proszę pytać.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Twoje stałe wsparcie pomaga nam pokrywać koszty operacyjne, dostarczać usługi takie jak mapy satelitarne i rozwijać nowe funkcje.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Twoja biblioteka jest na bieżąco analizowana, aby automatycznie tworzyć albumy z wyjątkowych chwil, podróży i miejsc.","Your message has been sent":"Twoja wiadomość została wysłana","Zoom in/out":"Powiększ / Pomniejsz"},"pt":{"%{n} albums found":"%{n} álbuns encontrados","%{n} entries found":"%{n} entradas encontradas","%{n} files uploaded":"%{n} arquivos enviados","%{n} folders found":"%{n} pastas encontradas","%{n} labels found":"%{n} etiquetas encontradas","%{n} results":"%{n} resultados","1 hour":"1 hora","12 hours":"12 horas","4 hours":"4 horas","A click will copy it to your clipboard.":"Um clique irá copiar para a área de transferência.","About":"Sobre","Account":"Conta","Accuracy":"Precisão","Action":"Ação","Actions":"Ações","Add Album":"Adicionar Álbum","Add files to your library via Web Upload.":"Adicionar arquivos à sua biblioteca via Web Upload.","Add Link":"Adicionar Link","Add photos or videos from search results by selecting them.":"Adicionar fotos ou vídeos dos resultados da pesquisa por seleção.","Add Server":"Adicionar Servidor","Add to album":"Adicionar ao álbum","Added":"Adicionado","Advanced":"Avançado","After 1 day":"Depois de 1 dia","After 3 days":"Depois de 3 dias","After 7 days":"Depois de 7 dias","After one month":"Depois de um mês","After one year":"Depois de um ano","After selecting photos or videos from search results, you can add them to existing or new albums using the context menu.":"Depois de selecionar fotos ou vídeos dos resultados da pesquisa, você pode adicioná-los a álbuns novos ou já existentes usando o menu contextual.","After two months":"Depois de dois meses","After two weeks":"Depois de duas semanas","Album":"Álbum","Album Name":"Nome do Álbum","Albums":"Álbuns","Albums deleted":"Álbuns excluídos","All %{n} albums loaded":"Todos os %{n} álbuns foram carregados","All %{n} entries loaded":"Todas as %{n} entradas foram carregadas","All %{n} labels loaded":"Todas as %{n} etiquetas foram carregadas","All Cameras":"Todas as Câmeras","All Categories":"Todas as Categorias","All Colors":"Todas as Cores","All Countries":"Todos os Países","All fields are required":"Todos os campos são necessários","All files from import folder":"Todos os arquivos da pasta importada","All Lenses":"Todas as Lentes","All Months":"Todos os Meses","All originals":"Todos os Originais","All Years":"Todos os Anos","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Como alternativa, pode enviar arquivos diretamente para servidores WebDAV, como Nextcloud.","Altitude":"Altitude","Altitude (m)":"Altitude (m)","An error occurred - are you offline?":"Ocorreu um erro - está conectado à internet?","Animation":"Animação","Any private photos and videos remain private and won't be shared.":"Qualquer foto ou vídeo privado continuará privado e não será compartilhado.","API Key":"Chave API","Apply":"Aplicar","Approve":"Aprovar","Archive":"Arquivo","Archived":"Arquivado","Are you sure you want to archive the selection?":"Tem a certeza que quer arquivar a seleção?","Are you sure you want to delete these albums?":"Tem a certeza que quer excluir esses álbuns?","Are you sure you want to delete these labels?":"Tem a certeza que quer excluir essas etiquetas?","Are you sure you want to delete this account?":"Tem a certeza que quer excluir essa conta?","Are you sure you want to permanently delete these pictures?":"Tem a certeza que quer permanentemente apagar estas imagens?","Are you sure you want to permanently delete this file?":"Tem a certeza que quer permanentemente apagar este arquivo?","Artist":"Artista","Aspect Ratio":"Proporção da Tela","At least 6 characters.":"Pelo menos 6 caracteres.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Criar arquivos JPEG automaticamente para outros tipos de arquivo para que sejam exibidos num navegador.","Black":"Preto","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Modificação do Lanczos, resulta em menos artefactos","Blue":"Azul","Brazilian Portuguese":"Português de Portugal","Brown":"Castanho","Browse and edit image classification labels.":"Navegar e editar as etiquetas de classificação da imagem.","Browse indexed files and folders in Library.":"Navegar pelos arquivos e pastas indexadas na Biblioteca.","Bug Report":"Relatar erro","Busy, please wait…":"Ocupado, por favor aguarde…","Calendar":"Calendário","Camera":"Câmera","Camera Serial":"Série da Câmera","Can't load more, limit reached":"Não é possível carregar mais, limite alcançado","Can't select more items":"Não é possível selecionar mais itens","Cancel":"Cancelar","Cards":"Cartões","Category":"Categoria","Change":"Mudar","Change photo titles, locations and other metadata.":"Mudar títulos, localizações e outros dados das fotos.","Change private flag":"Mudar marcação como privado","Checked":"Verificado","Chinese Simplified":"Chinês Simplificado","Chinese Traditional":"Chinês Tradicional","Chroma":"Croma","Close":"Fechar","Codec":"Codec","Color":"Cor","Colors":"Cores","Complete Rescan":"Escaneamento completo","Confidence":"Certeza","Connect":"Conectar","Connect via WebDAV":"Conectar via WebDAV","Contact Us":"Contactar-nos","Contains %{n} entries.":"Contem %{n} entradas.","Contains one entry.":"Contem uma entrada.","Convert to JPEG":"Converter para JPEG","Converting":"A converter","Copied to clipboard":"Copiado para a área de transferência de texto","Copyright":"Direitos de Autor","Couldn't find anything":"Não foi encontrado nada","Couldn't find anything.":"Não foi encontrado nada.","Couldn't find recently edited":"Não foi possível encontrar algo editado recentemente","Country":"País","Create album":"Criar álbum","Created":"Criado","Creating thumbnails for":"Criando miniaturas para","Cubic: Moderate Quality, Good Performance":"Cubic: Qualidade razoável, bom desempenho","Current Password":"Senha Atual","Customer Support":"Suporte ao cliente","Cyan":"Ciano","Cyano":"Ciano","Czech":"Tcheco","Daily":"Diariamente","Day":"Dia","Debug Logs":"Registros de depuração","Default":"Padrão","Default Folder":"Pasta Padrão","Delete":"Apagar","Description":"Descrição","Detailed instructions can be found in our User Guide.":"Instruções detalhadas podem ser encontradas no nosso Guia de Utilizador.","Details":"Detalhes","developing new features and keeping them free for everyone":"desenvolver novas funcionalidades e mantê-las livres para todos","Dimensions":"Dimensões","Disable Backups":"Desativar Cópias de Segurança","Disable built-in WebDAV server. Requires a restart.":"Desativa servidor WebDAV embutido. Requer reinicialização.","Disable ExifTool":"Desativar ExifTool","Disable Places":"Desativar Lugares","Disable TensorFlow":"Desativar TensorFlow","Disable WebDAV":"Desativar WebDAV","Disabled":"Desativado","Disables reverse geocoding and maps.":"Desativa geocodificação reversa e mapas.","Disables simultaneous conversion of RAW files to apply Darktable presets.":"Desativa conversão de arquivos RAW para aplicação de pré-definições Darktable.","Discover":"Explorar","Don't backup photo and album metadata to YAML files.":"Não fazer respaldo dos metadados de fotos e álbuns nos arquivos YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Não criar arquivos JSON ExifTool que melhoram a extração de metadados.","Don't modify originals folder. Disables import, upload, and delete.":"Não modificar a pasta de originais. Desativa importação, envio e remoção.","Don't use TensorFlow for image classification.":"Não usar TensorFlow para classificação de imagens.","Donations":"Donativos","Done":"Concluído","Done.":"Concluído.","Download":"Descarregar","Download remote files":"Descarregar arquivos remotos","Download single files and zip archives.":"Descarregar ficheiros individuais e arquivos zip.","Downloading…":"Descarregando…","Downscaling Filter":"Filtro de redimensionamento","Duplicates will be skipped and only appear once.":"Duplicações serão descarregadas e só vão aparecer uma vez.","Dutch":"Holandês","Dynamic Previews":"Amostras dinâmicas","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Geração dinâmica requer um servidor poderoso. Não recomendado para dispositivos NAS.","Dynamic Size Limit: %{n}px":"Tamanho dinâmico limite: %{n}px","E-Mail":"Email","Edit":"Editar","Edit %{name}":"Editar %{name}","Edit Account":"Editar Conta","Edit Photo":"Editar Foto","Edited":"Editado","Enable new features currently under development.":"Habilitar funcionalidades atualmente em desenvolvimento.","Enabled":"Ativado","English":"Inglês","Error":"Erro","Errors":"Erros","Estimate the approximate location of pictures without coordinates.":"Estima a localização aproximada das imagens sem coordenadas.","Estimates":"Estimativas","Every two days":"A cada dois dias","Exclude content marked as private from search results, shared albums, labels and places.":"Excluir conteúdo marcado como privado dos resultados da pesquisa, álbuns compartilhados, etiquetas e locais.","Expand":"Expandir","Expand Search":"Expandir Pesquisa","Experimental Features":"Funcionalidades experimentais","Expires":"Expira","Exposure":"Exposição","F Number":"Razão focal","Failed copying to clipboard":"Falha ao copiar para a área de transferência de texto","Failed removing link":"Falha ao remover o link","Failed updating link":"Falha ao atualizar o link","Failure while importing uploaded files":"Falha ao importar arquivos carregados","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature Request":"Solicitar funcionalidade","Feedback":"Dê a sua opinião","File":"Ficheiro","File Browser":"Explorador de Arquivos","Files":"Ficheiro","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Arquivos com nomes sequenciais, como \"IMG_1234 (2)\" ou \"IMG_1234 (3)\" pertencem à mesma foto.","Focal Length":"Distância Focal","Folder":"Pasta","Folder contains %{n} files":"A pasta contem %{n} arquivos","Folder is empty":"A pasta está vazia","Folders":"Pastas","French":"Francês","Fullscreen":"Ecrã inteiro","General":"Geral","German":"Alemão","Gold":"Dourado","Grayscale":"Escala de cinza","Green":"Verde","Grey":"Cinza","Group by similarity":"Agrupar por similaridade","Hash":"Hashe","Hebrew":"Hebraico","Help":"Ajuda","Hidden":"Ocultos","Hidden Files":"Arquivos Ocultos","Hide photos that have been moved to archive.":"Oculte fotos que foram arquivadas.","Hindi":"Hindu","How can we help?":"Como podemos ajudar?","Hybrid":"Híbrido","I'm a sponsor":"Eu sou um(a) patrocinador(a)","If a file you expect is missing, please re-index your library and wait until indexing has been completed.":"Se um ficheiro que procura está em falta, por favor indexe novamente a biblioteca e espere até que a indexação esteja concluída.","image":"imagem","Image":"Imagem","Images":"Imagens","Import":"Importar","Import failed":"Falha na importação","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Ficheiros importados serão organizados por data e receberão um nome único para evitar duplicações.","Imported files will be sorted by date and given a unique name.":"Ficheiros importados serão organizados por data e receberão um nome único.","Importing %{name}…":"Importando %{name}…","Importing files to originals…":"Importando ficheiros para originais…","in":"em","Index":"Indexar","Indexing":"Indexando","Indexing failed":"Falha ao indexar","Indexing media and sidecar files…":"Indexando ficheiro multimédia e secundários…","Instance ID":"ID da Instância","Interval":"Intervalo","Invalid date":"Data inválida","Item":"Item","Japanese":"Japonês","JPEG Quality: %{n}":"Qualidade JPEG: %{n}","JPEG Size Limit: %{n}px":"Tamanho JPEG limite: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Imagens JPEG e miniaturas são renderizadas automaticamente conforme necessário.","Keywords":"Palavras-chave","Label":"Etiqueta","Label Name":"Nome da Etiqueta","Labels":"Etiquetas","Labels deleted":"Etiquetas apagadas","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Preserva detalhes, poucos artefactos","Language":"Idioma","Last Backup":"Última Cópia de Segurança","Latitude":"Latitude","Lavender":"Lavanda","Lens":"Lente","Let PhotoPrism create albums from past events.":"Permita que PhotoPrism crie álbuns de eventos passados.","Let's Join Forces":"Vamos juntar forças","Library":"Biblioteca","License":"Licença","Like":"Gosto","Lime":"Lima","Limit reached, showing first %{n} files":"Limite alcançado, mostrando os primeiros %{n} arquivos","Linear: Very Smooth, Best Performance":"Linear: Suave, melhor desempenho","Link":"Link","List":"Lista","Live":"Ao vivo","Local Time":"Hora Local","location":"localização","Location":"Localização","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Mensagens aparecem aqui sempre que o PhotoPrism encontra arquivos com defeito ou outro potencial problema.","Login":"Entrar","Logout":"Sair","Logs":"Registros","Longitude":"Longitude","Magenta":"Magenta","Main Color":"Cor principal","manual":"manual","Manual Upload":"Envio manual","Medium":"Médio","Message sent":"Mensagem enviada","Minimize":"Minimizar","Missing":"Em Falta","Moments":"Momentos","Monochrome":"Monocromático","Month":"Mês","Moonlight":"Luar","More than 20 albums found":"Mais de 20 álbuns encontrados","More than 20 labels found":"Mais de 20 etiquetas encontradas","More than 50 entries found":"Mais de 50 entradas encontradas","More than 50 results":"Mais de 50 resultados","Mosaic":"Mosaico","Most relevant":"Mais relevante","Move Files":"Mover ficheiro","Name":"Nome","Name too long":"Nome muito extenso","Never":"Nunca","New Password":"Nova senha","Newest first":"Mais recente primeiro","No":"Não","No albums found":"Nenhum álbum encontrado","No entries found":"Nenhuma entrada encontrada","No labels found":"Nenhuma etiqueta encontrada","No photos found":"Nenhuma foto encontrada","No results":"Nenhum resultado","No servers configured.":"Nenhum servidor configurado.","No thanks":"Não, obrigado(a)","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nenhum alerta ou erro contendo esta palavra-chave. Note que a pesquisa diferencia maiúsculas de minúsculas.","Non-photographic and low-quality images require a review before they appear in search results.":"Imagens de baixa qualidade ou não-fotográficas necessitam de revisão antes de aparecerem nos resultados da pesquisa.","None":"Nenhum","Not Found":"Não encontrado","Not implemented yet":"Ainda não implementado","Note that you can as well manage and re-index your originals manually.":"Note que também pode gerir e re-indexar seus originais manualmente.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: Apenas servidores WebDAV, tais como Nextcloud ou PhotoPrism, podem ser configurados como serviço remoto para envio de ficheiros e cópias de segurança.","Note: Updating the password will not revoke access from already authenticated users.":"Nota: A alteração da senha não revoga o acesso de utilizadores já autenticados.","Notes":"Notas","Nothing to see here yet. Be patient.":"Nada para se ver aqui ainda. Seja paciente.","Offline":"Desconectado","Oldest first":"Mais antigas primeiro","Once a week":"Uma vez por semana","One album found":"Um álbum encontrado","One entry found":"Uma entrada encontrada","One file found":"Um ficheiro encontrado","One folder found":"Uma pasta encontrada","One result":"Um resultado","Onyx":"Ônix","Options":"Opções","Orange":"Laranja","Original":"Original","Original file names will be stored and indexed.":"Nomes originais dos arquivos serão armazenados e indexados.","Original Name":"Nome original","Originals":"Originais","Other":"Outro","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"A nossa visão é oferecer a solução mais amigável para navegar, organizar e partilhar sua coleção de fotos.","Outdoor":"Ao ar livre","Panorama":"Panorama","Panoramas":"Panoramas","Password":"Senha","Password changed":"Senha alterada","pay for operating expenses and external services like satellite maps":"a pagar por custos operacionais e serviços externos como mapas de satélites","People":"Pessoas","People you share a link with will be able to view public contents.":"Pessoas com as quais partilha um link poderão ver os conteúdos públicos.","Permanently deleted":"Permanentemente excluídas","Permanently remove files to free up storage.":"Remover ficheiros permanentemente para poupar armazenamento.","Photo":"Foto","PhotoPrism continuously analyzes your library to find special moments, journeys and places.":"PhotoPrism analisa continuamente a biblioteca para encontrar momentos especiais, viagens e lugares.","PhotoPrism has been updated…":"PhotoPrism foi atualizado…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® é uma marca registrada de Michael Mayer.","Photos":"Fotos","Pink":"Rosa","Place":"Lugar","Place & Time":"Lugar & Tempo","Places":"Lugares","Play":"Reproduzir","Please confirm your new password.":"Por favor, confirme a nova senha.","Please contact us at hello@photoprism.app if you have questions or need help.":"Por favor, entre em contato via hello@photoprism.app se tiver dúvidas ou precisar de ajuda.","Please don't upload photos containing offensive content.":"Por favor, não envie fotos com conteúdo ofensivo.","Polish":"Polonês","Portrait":"Retrato","Preserve filenames":"Preservar nomes de ficheiro","Press button to start importing…":"Pressione o botão para começar a importar…","Press button to start indexing…":"Pressione o botão para começar a indexar…","Press enter to create a new album.":"Pressione enter para criar um novo álbum.","Preview":"Pré-visualização","Primary":"Primário","Private":"Privado","Product Feedback":"Opinião sobre o produto","Projection":"Projeção","Purple":"Roxo","Quality Filter":"Filtro de qualidade","Quality Score":"Marcador de qualidade","Random":"Aleatório","Raspberry":"Framboesa","Raw":"RAW","RAW":"RAW","RAW Conversion":"Conversão RAW","Re-index all originals, including already indexed and unchanged files.":"Reindexe todos originais, incluindo ficheiros já indexados e não modificados.","Read-Only Mode":"Modo Somente Leitura","Recently added":"Recentemente adicionados","Recently edited":"Recentemente editados","Red":"Vermelho","Reload":"Recarregar","Reloading…":"Recarregando…","Remote Sync":"Sincronização remota","Remove":"Remover","remove failed: unknown album":"remoção falhou: álbum desconhecido","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Remover ficheiros já importados ao armazenamento. Tipos de ficheiros não suportados nunca serão apagados, eles continuam na localização atual.","Report Bug":"Reportar Erro","Request failed - invalid response":"Solicitação falhou - resposta inválida","Required":"Mandatório","Resolution":"Resolução","Restore":"Restaurar","Retype Password":"Re-insira a senha","Review":"Rever","Russian":"Russo","Save":"Guardar","Scan":"Pesquisar","Scans":"Pesquisas","Search":"Pesquisar","Search and display photos on a map.":"Pesquisar e mostrar fotos num mapa.","Season":"Estação","Seaweed":"Alga","Secret":"Segredo","Select":"Selecionar","Select albums or create a new one":"Selecione álbuns ou crie um novo","Selection approved":"Seleção aprovada","Selection archived":"Seleção arquivada","Selection restored":"Seleção restaurada","Send":"Enviar","Sequential Name":"Nome sequencial","Server":"Servidor","Service URL":"URL do serviço","Settings":"Configurações","Settings saved":"Configurações guardadas","Setup":"Configuração","Shadow":"Sombra","Share":"Partilhar","Share %{name}":"Partilhar %{name}","Shared with you.":"Partilhar com você.","Show less":"Mostrar menos","Show Library in navigation menu.":"Mostrar Biblioteca no menu de navegação.","Show more":"Mostrar mais","Show server logs in Library.":"Mostrar registros do servidor na Biblioteca.","Showing all %{n} results":"Mostrando todos %{n} resultados","Shows more detailed log messages.":"Mostra registros mais detalhados.","Sidecar":"Secundários","Sign in":"Entrar","Sign Up":"Registar","Similar":"Semelhante","Size":"Tamanho","Slovak":"Eslovaco","Slow":"Lento","Sort by file name":"Classificar por nome de ficheiro","Sort Order":"Ordem de classificação","Source":"Fonte","Spanish":"Espanhol","Stack":"Pilhas","Stack files sharing the same unique image or instance identifier.":"Empilhar ficheiros com a mesma imagem única ou identificador de instância.","Stack pictures taken at the exact same time and location based on their metadata.":"Empilhar fotos tiradas na mesma hora e local conforme os metadados.","Stackable":"Empilhável","Stacks":"Pilhas","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Empilhar grupos de arquivos com moldura de referência similar, porém qualidade, formato, tamanho e cores diferentes.","Start":"Iniciar","Start/Stop Slideshow":"Iniciar/Parar Apresentação","States":"Estados","Static Size Limit: %{n}px":"Tamanho estático limite: %{n}px","Status":"Status","Storage Folder":"Pasta de armazenamento","Streets":"Ruas","Style":"Estilo","Subject":"Assunto","Support for additional services, like Google Drive, will be added over time.":"Suporte para serviços adicionais, como Google Drive, serão adicionados oportunamente.","Sync":"Sincronizar","Sync raw and video files":"Sincronizar ficheiros RAW e vídeos","Taken":"Tirado","Teal":"Azul marinho","Text too long":"Texto muito longo","The index currently contains %{n} hidden files.":"O índice atualmente contém %{n} ficheiros ocultos.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"O formato delas não é suportado, não foram convertidas para JPEG ainda ou existe duplicação.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Esta é uma funcionalidade exclusiva para os nossos patrocinadores e colaboradores, como forma de agradecimento.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Isto monta a pasta de originais como um dispositivo de rede e permite que abra, edite e apague ficheiros a partir do seu computador ou telemóvel como se fossem locais.","Thumbnail Generation":"Geração de miniaturas","Time UTC":"Horário UTC","Time Zone":"Fuso Horário","Title":"Título","Title too long":"Título muito longo","to":"para","Toggle View":"Trocar visualização","Token":"Token","Topographic":"Topográfico","Trademarks":"Marcas registradas","Try again using other filters or keywords.":"Tente novamente usando outros filtros ou palavras-chave.","Type":"Tipo","Unique ID":"ID único","Unknown":"Desconhecido","Unsorted":"Não classificado","Unstack":"Desempilhar","Updated":"Atualizado","Updating index":"Atualizando o índice","Updating moments":"Atualizando momentos","Updating stacks":"Atualizando pilhas","Upload":"Enviar","Upload complete":"Envio finalizado","Upload complete. Indexing…":"Envio finalizado. Indexando…","Upload failed":"Envio falhou","Upload local files":"Enviar ficheiros locais","Upload to WebDAV and share links with friends.":"Enviar para WebDAV e partilhar links com amigos.","Uploading %{n} of %{t}…":"Enviando %{n} de %{t}…","Uploading photos…":"Enviando fotos…","Uploads that may contain such images will be rejected automatically.":"Envios que possam conter tais imagens serão rejeitados automaticamente.","URL":"URL","Use Presets":"Usar pré-definições","User":"Utilizador","User Interface":"Interface de utilizador","Username":"Nome de utilizador","Video":"Vídeo","Videos":"Vídeos","View":"Visualização","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Nós informamos como a activar quando se registar no Patreon ou GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"Clientes WebDAV podem conectar-se ao PhotoPrism usando o seguinte endereço:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Clientes WebDAV, com o explorador do Windows ou do MacOS, pode conectar-se diretamente com o PhotoPrism.","WebDAV Upload":"Envio WebDAV","White":"Branco","Year":"Ano","Yellow":"Amarelo","Yes":"Sim","You can only download one album":"Pode descarregar apenas um álbum","You can only download one label":"Pode descarregar apenas uma etiqueta","You may only select one item":"Pode descarregar apenas um item","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Pode usá-lo caso necessário para descrever o nosso programa, correr o seu próprio servidor, para propósitos educacionais, mas não para oferecer serviços ou produtos comerciais sem permissão prévia por escrito. Em outras palavras, por favor, solicite a permissão.","Your continuous support helps...":"O seu apoio contínuo ajuda-nos…","Your message has been sent":"A mensagem foi enviada","Zoom in/out":"Aproximar/Afastar"},"pt_BR":{"%{n} albums found":"%{n} álbuns encontrados","%{n} files uploaded":"%{n} arquivos enviados","%{n} folders found":"%{n} pastas encontradas","%{n} labels found":"%{n} etiquetas encontradas","%{n} people found":"%{n} pessoas encontradas","%{n} pictures found":"%{n} fotos encontradas","1 hour":"1 hora","12 hours":"12 horas","4 hours":"4 horas","A click will copy it to your clipboard.":"Um clique copiará para sua área de transferência.","About":"Sobre","Account":"Conta","Accuracy":"Precisão","Action":"Ação","Actions":"Ações","Add Album":"Adicionar Álbum","Add files to your library via Web Upload.":"Adicionar arquivos à sua biblioteca via Web Upload.","Add Link":"Adicionar Link","Add pictures from search results by selecting them.":"Adicione fotos dos resultados da busca selecionando-as.","Add Server":"Adicionar Servidor","Add to album":"Adicionar ao álbum","Added":"Adicionado","Advanced":"Avançado","After 1 day":"Depois de 1 dia","After 3 days":"Depois de 3 dias","After 7 days":"Depois de 7 dias","After one month":"Depois de um mês","After one year":"Depois de um ano","After selecting pictures from search results, you can add them to an album using the context menu.":"Após selecionar as fotos dos resultados da busca, você pode adicioná-las a um álbum usando o menu de contexto.","After two months":"Depois de dois meses","After two weeks":"Depois de duas semanas","Album":"Álbum","Album Name":"Nome do Álbum","Albums":"Álbuns","Albums deleted":"Álbuns excluídos","All %{n} albums loaded":"Todos os %{n} álbuns foram carregados","All %{n} labels loaded":"Todas as %{n} etiquetas foram carregadas","All %{n} people loaded":"Todas as pessoas %{n} carregadas","All Cameras":"Todas as Câmeras","All Categories":"Todas as Categorias","All Colors":"Todas as Cores","All Countries":"Todos os Países","All fields are required":"Todos os campos são necessários","All files from import folder":"Todos os arquivos da pasta importada","All Lenses":"Todas as Lentes","All Months":"Todos os Meses","All originals":"Todos os Originais","All Years":"Todos os Anos","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Como alternativa, você pode enviar arquivos diretamente para servidores WebDAV, como Nextcloud.","Altitude":"Altitude","Altitude (m)":"Altitude (m)","An error occurred - are you offline?":"Ocorreu um erro - você está conectado à internet?","Animation":"Animação","Any private photos and videos remain private and won't be shared.":"Qualquer foto ou vídeo privado continuará privado e não será compartilhado.","API Key":"Chave API","Apply":"Aplicar","Approve":"Aprovar","Archive":"Arquivo","Archived":"Arquivado","Are you sure you want to archive the selection?":"Você tem certeza que deseja arquivar a seleção?","Are you sure you want to delete these albums?":"Você tem certeza que deseja excluir esses álbuns?","Are you sure you want to delete these labels?":"Você tem certeza que deseja excluir essas etiquetas?","Are you sure you want to delete this account?":"Você tem certeza que deseja excluir essa conta?","Are you sure you want to permanently delete these pictures?":"Você tem certeza que deseja permanentemente excluir estas imagens?","Are you sure you want to permanently delete this file?":"Você tem certeza que deseja permanentemente excluir este arquivo?","Artist":"Artista","Aspect Ratio":"Proporção da Tela","At least 6 characters.":"Pelo menos 6 caracteres.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Criar arquivos JPEG automaticamente para outros tipos de arquivo para que eles possam se exibidos num navegador.","Automatically creates albums of special moments, trips, and places.":"Cria automaticamente álbuns de momentos, viagens e lugares especiais.","Become a sponsor":"Torne-se um patrocinador","Bio":"Bio","Black":"Preto","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Modificação do Lanczos, resulta em menos artefatos","Blue":"Azul","Brazilian Portuguese":"Português do Brasil","Brown":"Marrom","Browse and edit image classification labels.":"Navegar e editar as etiquetas de classificação da imagem.","Browse indexed files and folders in Library.":"Navegar pelos arquivos e pastas indexadas na Biblioteca.","Bug Report":"Relatar erro","Busy, please wait…":"Ocupado, por favor espere…","Calendar":"Calendário","Camera":"Câmera","Camera Serial":"Série da Câmera","Can't load more, limit reached":"Não é possível carregar mais, limite alcançado","Can't select more items":"Não é possível selecionar mais itens","Cancel":"Cancelar","Cards":"Cartões","Category":"Categoria","Change":"Mudar","Change photo titles, locations, and other metadata.":"Mudar títulos, localizações e outros dados das fotos.","Change private flag":"Mudar marcação como privado","Checked":"Checado","Chinese Simplified":"Chinês Simplificado","Chinese Traditional":"Chinês Tradicional","Chroma":"Croma","Close":"Fechar","Codec":"Codec","Color":"Cor","Colors":"Cores","Complete Rescan":"Escanear completamente novamente","Confidence":"Certeza","Connect":"Conectar","Connect via WebDAV":"Conectar via WebDAV","Contact Us":"Entrar em contato","Contains %{n} pictures.":"Contém %{n} imagens.","Contains one picture.":"Contém uma foto.","Convert to JPEG":"Converter para JPEG","Converting":"Convertendo","Copied to clipboard":"Copiado para a área de transferência de texto","Copyright":"Direitos Autorais","Couldn't find anything.":"Não foi possível encontrar nada.","Country":"País","Create album":"Criar álbum","Created":"Criado","Creating thumbnails for":"Criando miniaturas para","Cubic: Moderate Quality, Good Performance":"Cubic: Qualidade razoável, bom desempenho","Current Password":"Senha Atual","Customer Support":"Suporte ao cliente","Cyan":"Ciano","Cyano":"Ciano","Czech":"Tcheco","Daily":"Diariamente","Danish":"Dinamarquês","Day":"Dia","Debug Logs":"Registros de depuração","Default":"Padrão","Default Folder":"Pasta Padrão","Delete":"Excluir","Description":"Descrição","Detailed instructions can be found in our User Guide.":"Instruções detalhadas podem ser encontradas no nosso Guia de Usuário.","Details":"Detalhes","Dimensions":"Dimensões","Disable Backups":"Desativar Cópias de Segurança","Disable built-in WebDAV server. Requires a restart.":"Desativa servidor WebDAV embutido. Requer reinicialização.","Disable Darktable":"Desativar Darktable","Disable ExifTool":"Desativar ExifTool","Disable FFmpeg":"Desativar FFmpeg","Disable Places":"Desativar Lugares","Disable RawTherapee":"Desativar RawTherapee","Disable TensorFlow":"Desativar TensorFlow","Disable WebDAV":"Desativar WebDAV","Disabled":"Desativado","Disables reverse geocoding and maps.":"Desativa geocodificação reversa e mapas.","Discover":"Descobrir","Don't backup photo and album metadata to YAML files.":"Não fazer respaldo dos metadados de fotos e álbuns nos arquivos YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Não criar arquivos JSON ExifTool que melhoram a extração de metadados.","Don't modify originals folder. Disables import, upload, and delete.":"Não modificar a pasta de originais. Desativa importação, envio e remoção.","Don't transcode videos with FFmpeg.":"Não transcodifique vídeos com FFmpeg.","Don't use Darktable to convert RAW files.":"Não use o Darktable para converter arquivos RAW.","Don't use RawTherapee to convert RAW files.":"Não use RawTherapee para converter arquivos RAW.","Don't use TensorFlow for image classification.":"Não usar TensorFlow para classificação de imagens.","Donations":"Doações","Done":"Concluído","Done.":"Concluído.","Download":"Baixar","Download remote files":"Baixar arquivos remotos","Download single files and zip archives.":"Baixar arquivos individuais e zip.","Downloading…":"Baixando…","Downscaling Filter":"Filtro de redimensionamento","Duplicates will be skipped and only appear once.":"Duplicatas serão puladas e só aparecerão uma vez.","Dutch":"Holandês","Dynamic Previews":"Amostras dinâmicas","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Geração dinâmica requer um servidor poderoso. Não recomendado para dispositivos NAS.","Dynamic Size Limit: %{n}px":"Tamanho dinâmico limite: %{n}px","E-Mail":"Email","Edit":"Editar","Edit %{name}":"Editar %{name}","Edit Account":"Editar Conta","Edit Photo":"Editar Foto","Edited":"Editado","Enable new features currently under development.":"Habilitar funcionalidades atualmente em desenvolvimento.","Enabled":"Ativado","Enables RAW converter presets. May reduce performance.":"Permite predefinições de conversores RAW. Pode reduzir o desempenho.","English":"Inglês","Errors":"Erros","Estimate the approximate location of pictures without coordinates.":"Estima a localização aproximada das imagens sem coordenadas.","Estimates":"Estimativas","Every two days":"A cada dois dias","Exclude content marked as private from search results, shared albums, labels, and places.":"Excluir conteúdo marcado como privado dos resultados da busca, álbuns compartilhados, etiquetas e locais.","Exclude hidden":"Excluir oculto","Expand":"Expandir","Expand Search":"Expandir Busca","Experimental Features":"Funcionalidades experimentais","Expires":"Expira","Exposure":"Exposição","F Number":"Razão focal","Face":"Face","Faces":"Faces","Failed copying to clipboard":"Falha ao copiar para a área de transferência de texto","Failed removing link":"Falha ao remover o link","Failed updating link":"Falha ao atualizar o link","Failure while importing uploaded files":"Falha ao importar arquivos carregados","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature Request":"Solicitar funcionalidade","Feedback":"Dê sua opinião","File":"Arquivo","File Browser":"Explorador de Arquivos","Files":"Arquivos","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Arquivos com nomes sequenciais, como \"IMG_1234 (2)\" ou \"IMG_1234 (3)\" pertencem à mesma foto.","Focal Length":"Distância Focal","Folder":"Pasta","Folder contains %{n} files":"A pasta contem %{n} arquivos","Folder is empty":"A pasta está vazia","Folders":"Pastas","French":"Francês","Fullscreen":"Tela Cheia","General":"Geral","German":"Alemão","Gold":"Dourado","Grayscale":"Escala de cinza","Green":"Verde","Grey":"Cinza","Group by similarity":"Agrupar por similaridade","Hash":"Hashe","Hebrew":"Hebraico","Help":"Ajuda","Hidden":"Ocultos","Hidden Files":"Arquivos Ocultos","Hide":"Esconder","Hide photos that have been moved to archive.":"Oculte fotos que foram arquivadas.","Hindi":"Hindu","How can we help?":"Como podemos ajudar?","Hybrid":"Híbrido","I'm a sponsor":"Eu sou um(a) patrocinador(a)","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Se você gosta de usar o PhotoPrism, por favor, considere apoiar-nos nos Patrocinadores Patreon ou GitHub.","image":"imagem","Image":"Imagem","Images":"Imagens","Import":"Importar","Import failed":"Falha na importação","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Arquivos importados serão organizados por data e receberão um nome único para evitar duplicatas.","Imported files will be sorted by date and given a unique name.":"Arquivos importados serão organizados por data e receberão um nome único.","Importing %{name}…":"Importando %{name}…","Importing files to originals…":"Importando arquivos para originais…","in":"em","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"No caso de faltarem as fotos que você espera, por favor, faça uma nova digitalização de sua biblioteca e aguarde até que a indexação seja concluída.","Index":"Indexar","Indexing":"Indexando","Indexing failed":"Falha ao indexar","Indexing media and sidecar files…":"Indexando arquivos de mídia e secundários…","Instance ID":"ID da Instância","Interval":"Intervalo","Invalid date":"Data inválida","Italian":"Italiano","Item":"Item","Japanese":"Japonês","JPEG Quality: %{n}":"Qualidade JPEG: %{n}","JPEG Size Limit: %{n}px":"Tamanho JPEG limite: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Imagens JPEG e miniaturas são renderizadas automaticamente conforme necessário.","Keywords":"Palavras-chave","Korean":"Coreano","Kurdish":"Curdo","Label":"Etiqueta","Labels":"Etiquetas","Labels deleted":"Etiquetas excluídas","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Preserva detalhes, poucos artefatos","Language":"Idioma","Last Backup":"Última Cópia de Segurança","Latitude":"Latitude","Lavender":"Lavanda","Lens":"Lente","Let us know when we mistakenly label an idea as unfunded.":"Avise-nos quando rotularmos erroneamente uma idéia como não financiada.","Library":"Biblioteca","License":"Licença","Like":"Gostar","Lime":"Lima","Limit reached, showing first %{n} files":"Limite alcançado, mostrando os primeiros %{n} arquivos","Linear: Very Smooth, Best Performance":"Linear: Suave, melhor desempenho","Link":"Link","List":"Lista","Live":"Ao vivo","Local Time":"Hora Local","location":"localização","Location":"Localização","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Mensagens aparecem aqui sempre que o PhotoPrism encontra arquivos defeituosos ou existe a possibilidade de outros problemas.","Login":"Entrar","Logout":"Sair","Logs":"Registros","Longitude":"Longitute","Magenta":"Magenta","Main Color":"Cor principal","manual":"manual","Manual Upload":"Envio manual","Marker":"Marcador","Medium":"Médio","Merge %{a} with %{b}?":"Fundir %{a} com %{b}?","Message sent":"Mensagem enviada","Minimize":"Minimizar","Missing":"Faltando","Moments":"Momentos","Monochrome":"Monocromático","Month":"Mês","Moonlight":"Luar","More than %{n} pictures found":"Mais do que %{n} fotos encontradas","More than 20 albums found":"Mais de 20 álbuns encontrados","More than 20 labels found":"Mais de 20 etiquetas encontradas","More than 20 people found":"Mais de 20 pessoas encontraram","Mosaic":"Mosáico","Most relevant":"Mais relevante","Move Files":"Mover arquivos","Name":"Nome","Name too long":"Nome muito extenso","Never":"Nunca","New":"Novo","New Password":"Nova senha","Newest first":"Mais recente primeiro","No":"Não","No albums found":"Nenhum álbum encontrado","No labels found":"Nenhuma etiqueta encontrada","No people found":"Nenhuma pessoa encontrada","No pictures found":"Nenhuma foto encontrada","No recently edited pictures":"Nenhuma foto editada recentemente","No servers configured.":"Nenhum servidor configurado.","No thanks":"Não, obrigado(a)","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nenhum alerta ou erro contento esta palavra-chave. Note que a busca diferencia maiúsculas de minísculas.","Non-photographic and low-quality images require a review before they appear in search results.":"Imagens de baixa qualidade ou não-fotográficas necessitam de revisão antes de aparecerem nos resultados de busca.","None":"Nenhum","Norwegian":"Norueguês","Not Found":"Não encontrado","Note you may manually manage your originals folder and importing is optional.":"Note que você pode gerenciar manualmente sua pasta de originais e a importação é opcional.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: Apenas servidores WebDAV, tais como Nextcloud ou PhotoPrism, podem ser configurados como serviço remoto para envio de arquivos e cópias de segurança.","Note: Updating the password will not revoke access from already authenticated users.":"Nota: A alteraração da senha não revoga o acesso de usuários já autenticados.","Notes":"Notas","Nothing to see here yet. Be patient.":"Nada para se ver aqui ainda. Seja paciente.","Offline":"Desconectado","Oldest first":"Mais antigas primeiro","Once a week":"Uma vez por semana","One album found":"Um álbum encontrado","One file found":"Um arquivo encontrado","One folder found":"Uma pasta encontrada","One label found":"Um rótulo encontrado","One person found":"Uma pessoa encontrada","One picture found":"Uma foto encontrada","Onyx":"Ônix","Options":"Opções","Orange":"Laranjado","Orientation":"Orientação","Original":"Original","Original file names will be stored and indexed.":"Nomes originais dos arquivos serão armazenados e indexados.","Original Name":"Nome original","Originals":"Originais","Other":"Outro","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Nossa visão é oferecer a solução mais amigável para navegar, organizar e compartilhar sua coleção de fotos.","Outdoor":"Ao ar livre","Panorama":"Panorama","Panoramas":"Panoramas","Password":"Senha","Password changed":"Senha alterada","People":"Pessoas","People you share a link with will be able to view public contents.":"Pessoas com as quais você compartilha um link poderão ver os conteúdos públicos.","Permanently deleted":"Permanentemente excluídas","Permanently remove files to free up storage.":"Remover arquivos permanentemente para poupar armazenamento.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism foi atualizado…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® é uma marca registrada de Michael Mayer.","Photos":"Fotos","Pink":"Rosa","Place":"Lugar","Place & Time":"Lugar & Tempo","Places":"Lugares","Play":"Reproduzir","Please confirm your new password.":"Por favor, confirme sua nova senha.","Please contact us at hello@photoprism.app if you have questions or need help.":"Por favor, entre em contato via hello@photoprism.app se você tiver dúvidas ou precisar de ajuda.","Please don't upload photos containing offensive content.":"Por favor, não envie fotos com conteúdo ofensivo.","Polish":"Polonês","Portrait":"Retrato","Português de Portugal":"Português de Portugal","Preserve filenames":"Preservar nomes de arquivo","Press button to start importing…":"Pressione o botão para começar a importar…","Press button to start indexing…":"Pressione o botão para começar a indexar…","Press enter to create a new album.":"Pressione enter para criar um novo álbum.","Preview":"Pré-visualização","Primary":"Primário","Private":"Privado","Product Feedback":"Opinião sobre o produto","Projection":"Projeção","Purple":"Roxo","Quality Filter":"Filtro de qualidade","Quality Score":"Marcador de qualidade","Random":"Aleatório","Raspberry":"Framboesa","Raw":"RAW","RAW":"RAW","RAW Conversion":"Conversão RAW","Re-index all originals, including already indexed and unchanged files.":"Reindexe todos originais, incluindo arquivos já indexados e não modificados.","Read-Only Mode":"Modo Somente Leitura","Recently added":"Recentemente adicionados","Recently edited":"Recentemente editados","Recognition starts after indexing has been completed.":"O reconhecimento começa após a indexação ter sido concluída.","Recognized":"Reconhecido","Recognizes faces so that specific people can be found.":"Reconhece rostos para que pessoas específicas possam ser encontradas.","Red":"Vermelho","Reload":"Recarregar","Reloading…":"Recarregando…","Remote Sync":"Sincronização remota","Remove":"Remover","remove failed: unknown album":"remoção falhou: álbum desconhecido","Remove from album":"Remover do álbum","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Remover arquivos já importados ao armazenamento. Tipos de arquivo não suportados nunca serão apagados, eles continuam na sua localização atual.","Report Bug":"Relatar falha","Request failed - invalid response":"Solicitação falhou - resposta inválida","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Os pedidos endossados pelos patrocinadores prata e ouro recebem um selo dourado e serão priorizados.","Required":"Necessário","Resolution":"Resolução","Restore":"Restaurar","Retype Password":"Reinsira a senha","Review":"Revisar","Russian":"Russo","Save":"Salvar","Scan":"Buscar","Scans":"Buscas","Search":"Pesquisar","Search and display photos on a map.":"Pesquisar e mostrar fotos num mapa.","Season":"Estação","Seaweed":"Alga","Secret":"Segredo","Select":"Selecionar","Select albums or create a new one":"Selecione álbuns ou crie um novo","Selection approved":"Seleção aprovada","Selection archived":"Seleção arquivada","Selection restored":"Seleção restaurada","Send":"Enviar","Sequential Name":"Nome sequencial","Server":"Servidor","Service URL":"URL do serviço","Settings":"Configurações","Settings saved":"Configurações salvas","Setup":"Configurar","Shadow":"Sombra","Share":"Compartilhar","Share %{name}":"Compartilhar %{name}","Shared with you.":"Compartilhado com você.","Show":"Mostrar","Show all new faces":"Mostrar todos os rostos novos","Show hidden":"Mostrar oculto","Show less":"Mostrar menos","Show Library in navigation menu.":"Mostrar Biblioteca no menu de navegação.","Show more":"Mostrar mais","Show server logs in Library.":"Mostrar registros do servidor na Biblioteca.","Shows more detailed log messages. Requires a restart.":"Mostra mensagens de registro mais detalhadas. Requer um reinício.","Sidecar":"Secundários","Sign in":"Entrar","Sign Up":"Cadastrar","Similar":"Similar","Size":"Tamanho","Slovak":"Eslovaco","Slow":"Lento","Sort by file name":"Classificar por nome de arquivo","Sort Order":"Ordem de classificação","Source":"Fonte","Spanish":"Espanhol","Stack":"Pilhas","Stack files sharing the same unique image or instance identifier.":"Empilhar arquivos com a mesma imagem única ou identificador de instância.","Stack pictures taken at the exact same time and location based on their metadata.":"Empilhar fotos tiradas na mesma hora e local conforme os metadados.","Stackable":"Empilhável","Stacks":"Pilhas","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Empilhar grupos de arquivos com moldura de referência similar, porém qualidade, formato, tamanho e cores diferentes.","Start":"Iniciar","Start/Stop Slideshow":"Iniciar/Parar Apresentação","States":"Estados","Static Size Limit: %{n}px":"Tamanho estático limite: %{n}px","Status":"Status","Storage Folder":"Pasta de armazenamento","Streets":"Ruas","Style":"Estilo","Subject":"Assunto","Support for additional services, like Google Drive, will be added over time.":"Suporte para serviços adicionais, como Google Drive, serão adicionados oportunamente.","Sync":"Sincronizar","Sync raw and video files":"Sincronizar imagens e vídeos RAW","Taken":"Tirado","Teal":"Azul marinho","Text too long":"Texto muito longo","Thank you very much!":"Muito obrigado!","The index currently contains %{n} hidden files.":"O índice atualmente contém %{n} arquivos ocultos.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"O roteiro mostra quais tarefas estão em andamento, o que precisa ser testado e quais solicitações de recursos serão implementadas em seguida.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"O formato delas não é suportado, elas não foram convertidas para JPEG ainda ou existe duplicação.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Esta é uma funcionalidade preferencial de agradecimento aos nossos patrocinadores e colaboradores.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Isto monta a pasta de originais como um dispositivo de rede e permite que você abra, edite e apague arquivos a partir do seu computador ou celular como se fosses locais.","This open-source project is made possible thanks to our sponsors.":"Este projeto de código aberto é possível graças aos nossos patrocinadores.","Thumbnail Generation":"Geração de amostras","Time UTC":"Horário UTC","Time Zone":"Fuzo Horário","Title":"Título","Title too long":"Título muito longo","to":"para","Toggle View":"Trocar visualização","Token":"Token","Topographic":"Topográfico","Trademarks":"Marcas registradas","Try again using other filters or keywords.":"Tente novamente usando outros filtros ou palavras-chave.","Type":"Tipo","Undo":"Desfazer","Unique ID":"ID único","Unknown":"Desconhecido","Unsorted":"Não classificado","Unstack":"Desempilhar","Updated":"Atualizado","Updating faces":"Atualização de rostos","Updating index":"Atualizando índice","Updating moments":"Atualizando momentos","Updating previews":"Atualização de visualizações","Updating stacks":"Atualizando pilhas","Upload":"Enviar","Upload complete":"Envio finalizado","Upload complete. Indexing…":"Envio finalizado. Indexando…","Upload failed":"Envio falhou","Upload local files":"Enviar arquivos locais","Upload to WebDAV and share links with friends.":"Enviar para WebDAV e compartilhar links com amigos.","Uploading %{n} of %{t}…":"Enviando %{n} de %{t}…","Uploading photos…":"Enviando fotos…","Uploads that may contain such images will be rejected automatically.":"Envios que possam conter tais imagens serão rejeitados automaticamente.","URL":"URL","Use Presets":"Usar pré-definições","User":"Usuário","User Interface":"Interface de usuário","Username":"Nome de usuário","Video":"Vídeo","Videos":"Vídeos","View":"Visualização","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Nós informaremos como habilitá-la quando você se cadastrar no Patreon ou GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"Clientes WebDAV podem se conectar ao PhotoPrism usando a seguinte URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Clientes WebDAV, como Windows Explorer e o Finder da Apple, podem se conectar diretamente com o PhotoPrism.","WebDAV Upload":"Envio WebDAV","White":"Branco","Year":"Ano","Yellow":"Amarelo","Yellowstone":"Yellowstone","Yes":"Sim","You can only download one album":"Você pode baixar apenas um álbum","You can only download one label":"Você pode baixar apenas uma etiqueta","You may only select one item":"Você pode selecionar apenas um item","You may rescan your library to find additional faces.":"Você pode voltar a digitalizar sua biblioteca para encontrar rostos adicionais.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Você pode usá-lo caso necessário para descrever nosso programa, rodar seu próprio servidor, para propósitos educacionais, mas não para oferecer serviços ou produtos comerciais sem permissão prévia por escrito. Em outras palavras, por favor, peça permissão.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Seu apoio contínuo nos ajuda a financiar custos operacionais, fornecer serviços como mapas de satélite e desenvolver novas características.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Sua biblioteca é continuamente analisada para criar automaticamente álbuns de momentos, viagens e lugares especiais.","Your message has been sent":"Sua mensagem foi enviada","Zoom in/out":"Aproximar/Afastar"},"ru":{"%{n} albums found":"%{n} альбомов найдено","%{n} files uploaded":"%{n} файлов загружено","%{n} folders found":"%{n} папок найдено","%{n} labels found":"%{n} меток найдено","%{n} people found":"найдено %{n} человек","%{n} pictures found":"найдено %{n} изображений","1 hour":"1 час","12 hours":"12 часов","4 hours":"4 часа","A click will copy it to your clipboard.":"Нажмите, чтобы скопировать","About":"О нас","Account":"Учетная запись","Accuracy":"Точность","Action":"Действие","Actions":"Действия","Add Album":"Добавить альбом","Add files to your library via Web Upload.":"Добавляйте файлы в свою библиотеку через Web Upload.","Add Link":"Добавить ссылку","Add pictures from search results by selecting them.":"Добавляйте картинки из результатов поиска, выбирая их.","Add Server":"Добавить сервер","Add to album":"Добавить в альбом","Added":"Добавлено","Advanced":"Дополнительно","After 1 day":"Спустя день","After 3 days":"Спустя 3 дня","After 7 days":"Спустя 7 дней","After one month":"Спустя месяц","After one year":"Спустя год","After selecting pictures from search results, you can add them to an album using the context menu.":"После выбора изображений из результатов поиска их можно добавить в альбом с помощью контекстного меню.","After two months":"Спустя 2 месяца","After two weeks":"Спустя 2 недели","Album":"Альбом","Album Name":"Название альбома","Albums":"Альбомы","Albums deleted":"Альбомы удалены","All %{n} albums loaded":"Всего %{n} альбомов загружено","All %{n} labels loaded":"Всего %{n} меток загружено","All %{n} people loaded":"Все %{n} люди загружены","All Cameras":"Все Камеры","All Categories":"Все Категории","All Colors":"Все Цвета","All Countries":"Все Страны","All fields are required":"Все поля обязательны к заполнению","All files from import folder":"Все файлы из папки импорта","All Lenses":"Все Объективы","All Months":"Все Месяцы","All originals":"Оригиналы","All Years":"Все Года","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Также вы можете загрузить файлы прямо на WebDAV сервер, например Nextcloud","Altitude":"Высота","Altitude (m)":"Высота (м)","An error occurred - are you offline?":"Ошибка - вы находитесь вне сети?","Animation":"Анимация","Any private photos and videos remain private and won't be shared.":"Все личные фотографии и видеозаписи останутся конфиденциальными и не будут опубликованы","API Key":"Ключ API","Apply":"Принять","Approve":"Подтвердить","Archive":"Архив","Archived":"В архиве","Are you sure you want to archive the selection?":"Вы действительно хотите переместить эти фотографии в архив?","Are you sure you want to delete these albums?":"Вы действительно хотите удалить эти альбомы?","Are you sure you want to delete these labels?":"Вы действительно хотите удалить эти метки?","Are you sure you want to delete this account?":"Вы действительно хотите удалить этот аккаунт?","Are you sure you want to permanently delete these pictures?":"Вы уверены, что хотите навсегда удалить эти фотографии?","Are you sure you want to permanently delete this file?":"Вы уверены, что хотите удалить этот файл?","Artist":"Автор","Aspect Ratio":"Соотношение сторон","At least 6 characters.":"Не менее 6 символов.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Автоматически создавать JPEG для других типов файлов, чтобы их можно было отобразить в браузере.","Automatically creates albums of special moments, trips, and places.":"Автоматически создает альбомы особых моментов, поездок и мест.","Become a sponsor":"Стать спонсором","Bio":"Биография","Black":"Черный","Blackman: Lanczos Modification, Less Ringing Artifacts":"Модификация Ланчос, артефакты Меньшего Кольца","Blue":"Синий","Brazilian Portuguese":"Бразильский португальский","Brown":"Коричневый","Browse and edit image classification labels.":"Просматривайте и редактируйте метки классификации изображений.","Browse indexed files and folders in Library.":"Просматривайте проиндексированные файлы и папки в Библиотеке.","Bug Report":"Отчет об ошибке","Busy, please wait…":"В работе, пожалуйста, ждите...","Calendar":"Календарь","Camera":"Камера","Camera Serial":"Камера","Can't load more, limit reached":"Не могу загрузить больше, достигнут лимит","Can't select more items":"Нельзя выбрать больше элемнтов","Cancel":"Отменить","Cards":"Карточки","Category":"Категория","Change":"Изменить","Change photo titles, locations, and other metadata.":"Изменяйте названия фотографий, местоположения и другие метаданные.","Change private flag":"Включен флаг приватности","Checked":"Выбран","Chinese Simplified":"Китайский упрощенный","Chinese Traditional":"Китайский Традиционный","Chroma":"Цветовая гамма","Close":"Закрыть","Codec":"Кодек","Color":"Цвет","Colors":"Цвета","Complete Rescan":"Полный рескан","Confidence":"Конфиденциально","Connect":"Соединен","Connect via WebDAV":"Соединиться через WebDAV","Contact Us":"Свяжитесь с нами","Contains %{n} pictures.":"Содержит %{n} фотографий.","Contains one picture.":"Содержит одну фотографию.","Convert to JPEG":"Конвертировать RAW в JPEG","Converting":"Импортирование","Copied to clipboard":"Скопировано в буфер обмена","Copyright":"Копирайт","Couldn't find anything.":"Ничего не найдено","Country":"Страна","Create album":"Создать альбом","Created":"Создано","Creating thumbnails for":"Сформировать предпросмотр","Cubic: Moderate Quality, Good Performance":"Кубический: Умеренное качество, хорошая производительность","Current Password":"Текущий пароль","Customer Support":"Поддержка клиента","Cyan":"Сине-зеленый","Cyano":"Сине-зеленый","Czech":"Чешский","Daily":"Ежедневно","Danish":"Датский","Day":"День","Debug Logs":"Отладочные Логи","Default":"По умолчанию","Default Folder":"Папка по умолчанию","Delete":"Удалить","Description":"Описание","Detailed instructions can be found in our User Guide.":"Подробные инструкции вы можете найти в нашем руководстве пользователя","Details":"Подробно","Dimensions":"Размеры","Disable Backups":"Отключить резервное копирование","Disable built-in WebDAV server. Requires a restart.":"Отключить встроенный WebDAV сервер. Требуется перезагрузка.","Disable Darktable":"Отключить Darktable","Disable ExifTool":"Отключить ExifTool","Disable FFmpeg":"Отключить FFmpeg","Disable Places":"Отключить Места","Disable RawTherapee":"Отключить RawTherapee","Disable TensorFlow":"Отключить TensorFlow","Disable WebDAV":"Отключить WebDAV","Disabled":"Отключено","Disables reverse geocoding and maps.":"Отключает обратное геокодирование и карты.","Discover":"Исследование","Don't backup photo and album metadata to YAML files.":"Не создавать резервные копии метаданных фото и альбомов в YAML-файлы.","Don't create ExifTool JSON files for improved metadata extraction.":"Не создавать JSON-файлы ExifTool для улучшенного извлечения метаданных.","Don't modify originals folder. Disables import, upload, and delete.":"Не изменять папку с оригиналами. Отключает импорт, загрузку и удаление.","Don't transcode videos with FFmpeg.":"Не перекодируйте видео с помощью FFmpeg.","Don't use Darktable to convert RAW files.":"Не используйте Darktable для конвертирования RAW-файлов.","Don't use RawTherapee to convert RAW files.":"Не используйте RawTherapee для конвертирования RAW-файлов.","Don't use TensorFlow for image classification.":"Не использовать TensorFlow для классификации изображений.","Donations":"Пожертвования","Done":"Готово","Done.":"Готово.","Download":"Скачать","Download remote files":"Скачать удалённые файлы","Download single files and zip archives.":"Скачать отдельные файлы и zip-архивы.","Downloading…":"Скачивание...","Downscaling Filter":"Фильтр для удаления окалины","Duplicates will be skipped and only appear once.":"Повторы будут пропущены и добавлены только раз","Dutch":"Немецкий","Dynamic Previews":"Динамические превью","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Рендеринг по требованию требует мощного процессора и не рекомендуется для небольших домашних серверов или устройств NAS.","Dynamic Size Limit: %{n}px":"Недостигнутое ограничение размера: %{n}px","E-Mail":"E-Mail","Edit":"Редактировать","Edit %{name}":"Редактировать %{name}","Edit Account":"Редактировать аккаунт","Edit Photo":"Редактировать фотографию","Edited":"Отредактировано","Enable new features currently under development.":"Включить новые функции, которые в настоящее время разрабатываются.","Enabled":"Включено","Enables RAW converter presets. May reduce performance.":"Включает предустановки конвертера RAW. Может снизить производительность.","English":"Английский","Errors":"Ошибки","Estimate the approximate location of pictures without coordinates.":"Оценить примерное местоположение фотографий без координат.","Estimates":"Stime","Every two days":"Каждые два дня","Exclude content marked as private from search results, shared albums, labels, and places.":"Исключите из результатов поиска содержимое, помеченное как приватное, из общих альбомов, лейблов и мест.","Exclude hidden":"Исключить скрытые","Expand":"Развернуть","Expand Search":"Развернуть поиск","Experimental Features":"Экспериментальные возможности","Expires":"Ожидаемое время","Exposure":"Экспозиция","F Number":"F Номер","Face":"Лицо","Faces":"Лица","Failed copying to clipboard":"Не удалось скопировать в буфер обмена","Failed removing link":"Не удалось удалить ссылку","Failed updating link":"Не удалось загрузить ссылку","Failure while importing uploaded files":"Импортирование загруженных файлов не удалось","Fast":"Быстро","Favorite":"В избранном","Favorites":"Избранное","Feature Request":"Запрос функции","Feedback":"Обратная связь","File":"Файлы","File Browser":"Файловый менеджер","Files":"Файлы","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Файлы с последовательными именами типа 'IMG_1234 (2)' и 'IMG_1234 (3)' принадлежат одной картинке.","Focal Length":"Фокусное расстояние","Folder":"Папка","Folder contains %{n} files":"Папка содержит %{n} файлов","Folder is empty":"Папка пуста","Folders":"Папки","French":"Французкий","Fullscreen":"Полный экран","General":"Основные","German":"Немецкий","Gold":"Золото","Grayscale":"Оттенки серого","Green":"Зеленый","Grey":"Серый","Group by similarity":"Группировать похожие","Hash":"Хэш","Hebrew":"Иврит","Help":"Помощь","Hidden":"Скрытый","Hidden Files":"Скрытые файлы","Hide":"Скрыть","Hide photos that have been moved to archive.":"Скрыть фотографии, которые были перенесены в архив.","Hindi":"Хинди","How can we help?":"Как мы можем помочь?","Hybrid":"Гибрид","I'm a sponsor":"Я спонсор","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Если вам нравится пользоваться PhotoPrism, пожалуйста, поддержите нас на Patreon или GitHub Sponsors.","image":"изображение","Image":"Изображение","Images":"Изображения","Import":"Импортировать","Import failed":"Импортирование не удалось","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Импортированные файлы будут отсортированы по датам и получат уникальные имена.","Imported files will be sorted by date and given a unique name.":"Импортированные файлы будут отсортированы по датам и получат уникальные имена.","Importing %{name}…":"Импортирование %{name}...","Importing files to originals…":"Импортирование файлов из папки...","in":"в","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Если ожидаемые вами фотографии отсутствуют, пожалуйста, повторно просканируйте библиотеку и дождитесь окончания индексации.","Index":"Индексировать","Indexing":"Индексирование","Indexing failed":"Индексирование не удалось","Indexing media and sidecar files…":"Индексирование фотографий и коллекций файлов...","Instance ID":"Идентификатор узла","Interval":"Интервал","Invalid date":"Неверная дата","Italian":"Итальянский","Item":"Элемент","Japanese":"Японский","JPEG Quality: %{n}":"Качество JPEG: %{n}","JPEG Size Limit: %{n}px":"Ограничение по размеру в формате JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"изобажения JPEG и файлы предпросмотра генерируются автоматически, если необходимо","Keywords":"Ключевые слова","Korean":"Корейский","Kurdish":"Курдский","Label":"Метка","Labels":"Метки","Labels deleted":"Метка удалена","Lanczos: Detail Preservation, Minimal Artifacts":"Ланчос: Подробное сохранение, Минимальные артефакты","Language":"Язык","Last Backup":"Последняя резервная копия","Latitude":"Широта","Lavender":"Лаванда","Lens":"Объектив","Let us know when we mistakenly label an idea as unfunded.":"Сообщите нам, если мы ошибочно назвали идею нефинансируемой.","Library":"Библиотека","License":"Лицензия","Like":"Нравится","Lime":"Лайм","Limit reached, showing first %{n} files":"Лимит превышен, отображение первых %{n} файлов","Linear: Very Smooth, Best Performance":"Линейный: Очень гладкая, лучшая производительность","Link":"Ссылка","List":"Список","Live":"Прямой эфир","Local Time":"Местное время","location":"местоположение","Location":"Местоположение","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Сообщения журнала появляются здесь всякий раз когда PhotoPrism сталкивается с поврежденными файлами или другими потенциальными проблемами.","Login":"Login","Logout":"Выйти","Logs":"Журнал","Longitude":"Долгота","Magenta":"Пурпурный","Main Color":"Цвет","manual":"руководство","Manual Upload":"Загрузка","Marker":"Маркер","Medium":"Средний","Merge %{a} with %{b}?":"Объединить %{a} с %{b}?","Message sent":"Сообщение отправлено","Minimize":"Свернуть","Missing":"Пропущено","Moments":"Моменты","Monochrome":"Монохром","Month":"Месяц","Moonlight":"Лунный свет","More than %{n} pictures found":"Найдено более %{n} изображений","More than 20 albums found":"Более 20 альбомов найдено","More than 20 labels found":"Более 20 меток найдено","More than 20 people found":"Более 20 человек нашли","Mosaic":"Мозайка","Most relevant":"Наиболее востребованные","Move Files":"Файлы","Name":"Название","Name too long":"Название слишком длинное","Never":"Никогда","New":"Новый","New Password":"Новый пароль","Newest first":"Сначала новые","No":"Нет","No albums found":"Альбомы не найдены","No labels found":"Метки не найдены","No people found":"Сотрудники не найдены","No pictures found":"Не найдено картинок","No recently edited pictures":"Нет недавно отредактированных фотографий","No servers configured.":"Серверы не настроены.","No thanks":"Нет, спасибо","No warnings or error containing this keyword. Note that search is case-sensitive.":"Нет предупреждений или ошибок содержащих эти слова. Имейте в виду, что поиск регистрозависимый.","Non-photographic and low-quality images require a review before they appear in search results.":"Файлы, не являющиеся фотографиями, или изображения низкого качества нужно одобрить, чтобы они появились в результатах поиска.","None":"Ничего","Norwegian":"Норвежский","Not Found":"Ничего не найдено","Note you may manually manage your originals folder and importing is optional.":"Обратите внимание, что вы можете вручную управлять папкой оригиналов, а импорт необязателен.","Note:":"Примечание:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Пометка","Note: Updating the password will not revoke access from already authenticated users.":"Примечание: Изменение пароля не отключит доступ уже авторизованных пользователей.","Notes":"Заметки","Nothing to see here yet. Be patient.":"Пока что тут нечего смотреть. Будьте терпеливы.","Offline":"Не в сети","Oldest first":"Сначала старые","Once a week":"Раз в неделю","One album found":"Один альбом найден","One file found":"Один файл найден","One folder found":"Один альбом найден","One label found":"Найдена одна этикетка","One person found":"Один человек нашел","One picture found":"Найдена одна фотография","Onyx":"Оникс","Options":"Настройки","Orange":"Оранжевый","Orientation":"Ориентация","Original":"Оригинал","Original file names will be stored and indexed.":"Оригинальные имена файлов будут запомнены и проиндексированы.","Original Name":"Оригинальное Название","Originals":"Оригиналы","Other":"Другое","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Наша цель - предоставить наиболее удобное решение для просмотра, организации и обмена вашей коллекцией фотографий.","Outdoor":"Внешний","Panorama":"Панорама","Panoramas":"Панорамы","Password":"Пароль","Password changed":"Пароль изменен","People":"Люди","People you share a link with will be able to view public contents.":"Люди, с которыми вы поделились ссылкой будут иметь возможность просматривать ваш публичный контент.","Permanently deleted":"Постоянно удаляется","Permanently remove files to free up storage.":"Постоянное удаление файлов для освобождения дискового пространства.","Photo":"Фотография","PhotoPrism has been updated…":"PhotoPrism был обновлен...","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® - это зарегистрированный торговый знак принадлежащий Майклу Майеру (Michael Mayer).","Photos":"Фотографии","Pink":"Розовый","Place":"Место","Place & Time":"Место и время","Places":"Места","Play":"Воспроизвести","Please confirm your new password.":"Пожалуйста, подтвердите ваш новый пароль.","Please contact us at hello@photoprism.app if you have questions or need help.":"Пожалуйста, свяжитесь с нами по адресу hello@photoprism.app, если у вас есть вопросы или вам нужна помощь.","Please don't upload photos containing offensive content.":"Пожалуйста, не загружайте фотографии, содержащие недопустимый контент.","Polish":"Глянец","Portrait":"Портрет","Português de Portugal":"Português de Portugal","Preserve filenames":"Сохранять имена файлов","Press button to start importing…":"Нажмите кнопку, чтобы начать импортирование...","Press button to start indexing…":"Нажмите кнопку, чтобы начать индексирование...","Press enter to create a new album.":"Нажмите enter, чтобы создать новый альбом.","Preview":"Предпросмотр","Primary":"Главная","Private":"Приватный","Product Feedback":"Обратная связь по продукту","Projection":"Проекция","Purple":"Фиолетовый","Quality Filter":"Фильтр Качества","Quality Score":"Показатель Качества","Random":"Случайно","Raspberry":"Малиновый","Raw":"Исходный","RAW":"Исходный","RAW Conversion":"Импортирование","Re-index all originals, including already indexed and unchanged files.":"Повторное индексирование всех оригиналов, включая уже проиндексированные и неизмененные файлы.","Read-Only Mode":"режим чтения","Recently added":"Недавно добавленные","Recently edited":"Недавно отредактированные","Recognition starts after indexing has been completed.":"Распознавание начинается после завершения индексации.","Recognized":"Признано","Recognizes faces so that specific people can be found.":"Распознает лица, чтобы можно было найти конкретных людей.","Red":"Красный","Reload":"Перезагрузка","Reloading…":"Перезагрузка...","Remote Sync":"Удаленная синхронизация","Remove":"Удалить","remove failed: unknown album":"не могу удалить: неизвестный альбом","Remove from album":"Удалить из альбома","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Удалить импортированные файлы для сохранения. Неподдерживаемые типы файлов никогда не будут удалены, они остаются в их текущем местоположении.","Report Bug":"Сообщить об ошибке","Request failed - invalid response":"Запрос не удался - неверный ответ","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Заявки, одобренные серебряными и золотыми спонсорами, получают золотой знак и будут приоритетными.","Required":"Обязательно","Resolution":"Разрешение","Restore":"Восстановить","Retype Password":"Повторите пароль","Review":"Нуждается в обзоре","Russian":"Русский","Save":"Сохранить","Scan":"Сканировать","Scans":"Сканы","Search":"Поиск","Search and display photos on a map.":"Поиск и отображение фотографий на карте.","Season":"Сезон","Seaweed":"Водоросли","Secret":"Секрет","Select":"Выбрать","Select albums or create a new one":"Выберите альбомы или создайте новый","Selection approved":"Выбранное добавлено в архив","Selection archived":"Выбранное добавлено в архив","Selection restored":"Выбранное восстановлено","Send":"Отправить","Sequential Name":"Последовательное название","Server":"Серер","Service URL":"Адрес сервера","Settings":"Настройки","Settings saved":"Настрокйки сохранены","Setup":"Настройка","Shadow":"Тень","Share":"Поделиться","Share %{name}":"Поделится %{name}","Shared with you.":"Поделились с вами.","Show":"Показать","Show all new faces":"Показать все новые лица","Show hidden":"Показать скрытые","Show less":"Показать меньше","Show Library in navigation menu.":"Показать библиотеку в навигационном меню.","Show more":"Показать больше","Show server logs in Library.":"Показывать логины сервера в Библиотеке.","Shows more detailed log messages. Requires a restart.":"Показывает более подробные сообщения журнала. Требуется перезапуск.","Sidecar":"Sidecar","Sign in":"Войти","Sign Up":"Зарегистрироваться","Similar":"Похожие","Size":"Размео","Slovak":"Словацкий","Slow":"Медленно","Sort by file name":"Сортировать по имени файла","Sort Order":"Порядок сортировки","Source":"Источник","Spanish":"Испанский","Stack":"Стопка","Stack files sharing the same unique image or instance identifier.":"Стек файлов с одним и тем же уникальным изображением или идентификатором экземпляра.","Stack pictures taken at the exact same time and location based on their metadata.":"Складывайте снимки, сделанные в одно и то же время и в одном и том же месте, на основе их метаданных.","Stackable":"Штабелирование","Stacks":"Очереди","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Складывает в стопки групповые файлы со схожими рамками отсчета, но различиями в качестве, формате, размере или цвете.","Start":"Начать","Start/Stop Slideshow":"Слайд-шоу \"Старт/Стоп","States":"Государства","Static Size Limit: %{n}px":"Предельный размер: %{n}px","Status":"Статус","Storage Folder":"Папка хранения","Streets":"Улицы","Style":"Стиль","Subject":"Тема","Support for additional services, like Google Drive, will be added over time.":"Поддержка дополнительных служб, таких как Google диск будут добавлены вскоре.","Sync":"Синхронизация","Sync raw and video files":"Синхронизация сырых и видео файлов","Taken":"Дата съемки","Teal":"Бирюзовый","Text too long":"Название слишком длинное","Thank you very much!":"Большое спасибо!","The index currently contains %{n} hidden files.":"Индекс на данный момент содержит %{n} скрытых файлов.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Дорожная карта показывает, какие задачи находятся в процессе выполнения, что нуждается в тестировании, и какие запросы на функции будут реализованы следующими.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Их формат может быть не поддерживаемым, они не были конвертированы в JPEG или это дубликаты.","Theme":"Тема","This is an early-access feature to say thanks to our sponsors and contributors.":"Это функция раннего доступа, чтобы поблагодарить наших спонсоров и жертвователей.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Подключение папки с Оригиналами как сетевой папки позволит Вам открывать, редактировать и удалять файлы с вашего компьютера или смартфона, так как если бы они находились на вашем устройстве.","This open-source project is made possible thanks to our sponsors.":"Этот проект с открытым исходным кодом стал возможен благодаря нашим спонсорам.","Thumbnail Generation":"Поколение эскизов","Time UTC":"Время UTC","Time Zone":"Часовой пояс","Title":"Название","Title too long":"Название слишком длинное","to":"в","Toggle View":"Туггл-Вид","Token":"Токен","Topographic":"Топографический","Trademarks":"Товарные знаки","Try again using other filters or keywords.":"Попробуйте еще раз используя другие фильтры или слова в запросе.","Type":"Тип","Undo":"Отменить","Unique ID":"Уникальный ID","Unknown":"Неизвестно","Unsorted":"Не отсортировано","Unstack":"Убрать из очереди","Updated":"Обновлено","Updating faces":"Обновление лиц","Updating index":"Обновление индекса","Updating moments":"Обновление моментов","Updating previews":"Обновление предварительных просмотров","Updating stacks":"Обновление очередей","Upload":"Загрузка","Upload complete":"Загрузка завершена","Upload complete. Indexing…":"Загрузка завершена. Индексирование...","Upload failed":"Загрузка не удалась","Upload local files":"Загрузка локальных файлов","Upload to WebDAV and share links with friends.":"Загружайте WebDAV и делитесь ссылками с друзьями.","Uploading %{n} of %{t}…":"Загрузка %{n} из %{t}...","Uploading photos…":"Загрузка фотографий...","Uploads that may contain such images will be rejected automatically.":"Загрузки, которые могут содержать такие изображение будут автоматически отменены.","URL":"URL","Use Presets":"Использовать предустановки","User":"Пользоватлеь","User Interface":"Пользовательский интерфейс","Username":"Имя пользователя","Video":"Видео","Videos":"Видео","View":"Обзор","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Мы сообщим вам, как включить его, когда вы зарегистрируетесь на Patreon или GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV клиенты могут подключаться к PhotoPrism используя следующий адрес:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV клиенты, такие как Microsoft Windows Проводник или Apple Finder, могут подключаться к PhotoPrism напрямую.","WebDAV Upload":"WebDAV загрузка","White":"Белый","Year":"Год","Yellow":"Желтый","Yellowstone":"Йеллоустоун","Yes":"Да","You can only download one album":"Вы можете загрузить только один альбом","You can only download one label":"Вы можете загрузить только одну метку","You may only select one item":"Вы можете выбрать только один элемент","You may rescan your library to find additional faces.":"Вы можете повторно просканировать свою библиотеку, чтобы найти дополнительные лица.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Вы можете использовать его по мере необходимости для описания нашего программного обеспечения, запуска собственного сервера, в образовательных целях, но не для предложения коммерческих товаров, продуктов или услуг без предварительного письменного разрешения. Другими словами, спрашивайте.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Ваша постоянная поддержка помогает нам финансировать текущие расходы, предоставлять такие услуги, как спутниковые карты, и разрабатывать новые функции.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Ваша библиотека постоянно анализируется для автоматического создания альбомов особых моментов, поездок и мест.","Your message has been sent":"Ваше сообщение отправлено","Zoom in/out":"Увеличение /уменьшение масштаба"},"sk":{"%{n} albums found":"%{n} nájdených albumov","%{n} files uploaded":"%{n} odovzdaných súborov","%{n} folders found":"%{n} nájdených zložiek","%{n} labels found":"%{n} nájdených štítkov","%{n} people found":"%{n} nájdených ľudí","%{n} pictures found":"%{n} nájdených obrázkov","1 hour":"1 hodina","12 hours":"12 hodín","4 hours":"4 hodiny","A click will copy it to your clipboard.":"Kliknutím skopírujete obsah.","About":"O nás","Account":"Účet","Accuracy":"Presnosť","Action":"Akcia","Actions":"Akcie","Add Album":"Pridať Album","Add files to your library via Web Upload.":"Pridať súbory do vašej knižnice pomocou Web Upload.","Add Link":"Pridať link","Add pictures from search results by selecting them.":"Pridanie obrázkov z výsledkov vyhľadávania ich výberom.","Add Server":"Pridať Server","Add to album":"Pridať do albumu","Added":"Pridaný","Advanced":"Pokročilé","After 1 day":"Po 1 dni","After 3 days":"Po 3 dňoch","After 7 days":"Po 7 dňoch","After one month":"Po jednom mesiaci","After one year":"Po jednom roku","After selecting pictures from search results, you can add them to an album using the context menu.":"Po výbere obrázkov z výsledkov vyhľadávania ich môžete pridať do albumu pomocou kontextovej ponuky.","After two months":"Po dvoch mesiacoch","After two weeks":"Po dvoch týždňoch","Album":"Album","Album Name":"Meno Albumu","Albums":"Albumy","Albums deleted":"Albumy odstránené","All %{n} albums loaded":"Všetkých %{n} bolo načítaných","All %{n} labels loaded":"Všetkých %{n} štítkov načítaných","All %{n} people loaded":"Všetci %{n} ľudia načítaní","All Cameras":"Všetky Kamery","All Categories":"Všetky Kategórie","All Colors":"Všetky farby","All Countries":"Všetky štáty","All fields are required":"Všetky políčka sú vyžadované","All files from import folder":"Všetky súbory zo vkladacej zložky","All Lenses":"Všetky Objektívy","All Months":"Všetky Mesiace","All originals":"Všetky originály","All Years":"Všetky Roky","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Prípadne, môžete odovzdať súbory priamo na WebDAV servery ako napríklad Nextcloud.","Altitude":"Nadmorská výška","Altitude (m)":"Nadmorská výška (m)","An error occurred - are you offline?":"Nastala chyba - ste offline?","Animation":"Animácia","Any private photos and videos remain private and won't be shared.":"Všetky súkromné fotky a videá zostanú súkromné a nemôžu byť zdieľané.","API Key":"API Kľúč","Apply":"Použiť","Approve":"Schváliť","Archive":"Archivovať","Archived":"Archivované","Are you sure you want to archive the selection?":"Ste si istý že chcete archivovať výber?","Are you sure you want to delete these albums?":"Ste si istý že chcete vymazať tieto albumy?","Are you sure you want to delete these labels?":"Ste si istý že chcete vymazať tieto štítky?","Are you sure you want to delete this account?":"Ste si istý že chcete vymazať tento účet?","Are you sure you want to permanently delete these pictures?":"Ste si istí, že chcete tieto obrázky natrvalo odstrániť?","Are you sure you want to permanently delete this file?":"Ste si istý že chcete permanentne vymazať tento účet?","Artist":"Umelec","Aspect Ratio":"Pomer Strán","At least 6 characters.":"Najmenej 6 znakov.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Automaticky vytvoriť JPEG formát z ostatných formátov čiže môžu byť zobrazené v prehliadači.","Automatically creates albums of special moments, trips, and places.":"Automaticky vytvára albumy špeciálnych momentov, výletov a miest.","Become a sponsor":"Staňte sa sponzorom","Bio":"Bio","Black":"Čierna","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczosova úprava, menej zvonivých artefaktov","Blue":"Modrá","Brazilian Portuguese":"Brazílska portugalčina","Brown":"Hnedá","Browse and edit image classification labels.":"Prehliadať a upravovať triediace štítky fotiek.","Browse indexed files and folders in Library.":"Prehliadať indexované súbory a zložky v Knižnici.","Bug Report":"Nahlásenie chyby","Busy, please wait…":"Zaneprázdnený, prosím čakajte...","Calendar":"Kalendár","Camera":"Kamera","Camera Serial":"Séria Kamery","Can't load more, limit reached":"Nemožno načítať viac, limit dosiahnutý","Can't select more items":"Nemožno označiť viac položiek","Cancel":"Zrušiť","Cards":"Karty","Category":"Kategória","Change":"Zmeniť","Change photo titles, locations, and other metadata.":"Zmeniť názvy fotiek, polohy a ostatné metadata.","Change private flag":"Zmeniť privátne označenie","Checked":"Označené","Chinese Simplified":"Čínština (zjednodušená)","Chinese Traditional":"Čínština (tradičná)","Chroma":"Sýtosť","Close":"Zatvoriť","Codec":"Kodek","Color":"Farba","Colors":"Farby","Complete Rescan":"Kompletné preskenovanie","Confidence":"Dôvera","Connect":"Pripojiť","Connect via WebDAV":"Pripojiť pomocou WebDav","Contact Us":"Kontaktujte nás","Contains %{n} pictures.":"Obsahuje %{n} obrázkov.","Contains one picture.":"Obsahuje jeden obrázok.","Convert to JPEG":"Prekonvertovať do JPEG","Converting":"Konvertuje sa","Copied to clipboard":"Skopírované","Copyright":"Autorské práva","Couldn't find anything.":"Nič nenájdené.","Country":"Štát","Create album":"Vytvoriť album","Created":"Vytvorené","Creating thumbnails for":"Vytváranie náhľadov pre","Cubic: Moderate Quality, Good Performance":"Kubický: Stredná kvalita, dobrý výkon","Current Password":"Momentálne Heslo","Customer Support":"Zákaznícka podpora","Cyan":"Tyrkysová","Cyano":"Modravá","Czech":"Čeština","Daily":"Denne","Danish":"Dánčina","Day":"Deň","Debug Logs":"Denníky ladenia","Default":"Pôvodne","Default Folder":"Pôvodná zložka","Delete":"Vymazať","Description":"Popis","Detailed instructions can be found in our User Guide.":"Detailný postup môžete nájsť v našej Užívateľskej Príručke.","Details":"Detaily","Dimensions":"Rozmery","Disable Backups":"Posledná Záloha","Disable built-in WebDAV server. Requires a restart.":"Zakáže vstavaný server WebDAV. Vyžaduje sa reštart.","Disable Darktable":"Zakázať Darktable","Disable ExifTool":"Zakázať ExifTool","Disable FFmpeg":"Zakázanie aplikácie FFmpeg","Disable Places":"Vypnuté","Disable RawTherapee":"Zakázať RawTherapee","Disable TensorFlow":"Zakázať TensorFlow","Disable WebDAV":"Vypnuté","Disabled":"Vypnuté","Disables reverse geocoding and maps.":"Zakáže reverzné geokódovanie a mapy.","Discover":"Objaviť","Don't backup photo and album metadata to YAML files.":"Nezálohujte metadáta fotografií a albumov do súborov YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Nevytvárajte súbory ExifTool JSON pre vylepšenú extrakciu metadát.","Don't modify originals folder. Disables import, upload, and delete.":"Neupravujte priečinok s originálmi. Zakáže import, nahrávanie a mazanie.","Don't transcode videos with FFmpeg.":"Neprekladajte videá pomocou programu FFmpeg.","Don't use Darktable to convert RAW files.":"Na konverziu súborov RAW nepoužívajte program Darktable.","Don't use RawTherapee to convert RAW files.":"Nepoužívajte RawTherapee na konverziu súborov RAW.","Don't use TensorFlow for image classification.":"Prehliadať a upravovať triediace štítky fotiek.","Donations":"Príspevky","Done":"Hotovo","Done.":"Hotovo.","Download":"Stiahnuť","Download remote files":"Stiahnuť ovládané súbory","Download single files and zip archives.":"Stiahnuť samostatné súbory a zip archívy.","Downloading…":"Sťahovanie...","Downscaling Filter":"Filter Kvality","Duplicates will be skipped and only appear once.":"Duplikáty budú preskočené a zobrazia sa len raz.","Dutch":"Holandsky","Dynamic Previews":"Neuložené ukážky","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Vykresľovanie na požiadanie vyžaduje výkonný procesor a nedoporučuje sa pre menšie domáce servery alebo zariadenia NAS.","Dynamic Size Limit: %{n}px":"Limit veľkosti bez medzipamäte: %{n} px","E-Mail":"E-Mail","Edit":"Upraviť","Edit %{name}":"Upraviť %{name}","Edit Account":"Upraviť Účet","Edit Photo":"Upraviť Fotku","Edited":"Upravené","Enable new features currently under development.":"Povoľte nové funkcie, ktoré sú momentálne vo vývoji.","Enabled":"Zapnuté","Enables RAW converter presets. May reduce performance.":"Povolí predvoľby konvertora RAW. Môže znížiť výkon.","English":"Angličtina","Errors":"Chyby","Estimate the approximate location of pictures without coordinates.":"Odhad približnej polohy obrázkov bez súradníc.","Estimates":"Odhady","Every two days":"Každé dva dni","Exclude content marked as private from search results, shared albums, labels, and places.":"Vylúčiť obsah označený ako súkromný z výsledkov vyhľadávania, zdieľaných albumov, štítkov a miest.","Exclude hidden":"Vylúčiť skryté","Expand":"Rozbaliť","Expand Search":"Rozšírené Hľadanie","Experimental Features":"Experimentálne funkcie","Expires":"Vyprší","Exposure":"Expozícia","F Number":"F Číslo","Face":"Tvar","Faces":"Tváre","Failed copying to clipboard":"Zlyhalo kopírovanie do schránky","Failed removing link":"Zlyhalo odstraňovanie linku","Failed updating link":"Zlyhalo aktualizovanie linku","Failure while importing uploaded files":"Chyba pri importovaní odovzdaných súborov","Fast":"Rýchlo","Favorite":"Obľúbený","Favorites":"Obľúbené","Feature Request":"Požiadať o funkciu","Feedback":"Spätná väzba","File":"Súbor","File Browser":"Prehliadač Súborov","Files":"Súbory","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Súbory s postupnými menami ako napríklad 'IMG_1234 (2)' alebo 'IMG_1234 copy 2' pripadá rovnakej fotke.","Focal Length":"Ohnisková Vzdialenosť","Folder":"Zložka","Folder contains %{n} files":"Zložka obsahuje %{n} súborov","Folder is empty":"Zložka je prázdna","Folders":"Zložky","French":"Francúzky","Fullscreen":"Plná obrazovka","General":"Hlavné","German":"Nemecky","Gold":"Zlatá","Grayscale":"Stupne šedej","Green":"Zelená","Grey":"Sivá","Group by similarity":"Skupina podľa podobnosti","Hash":"Hash","Hebrew":"Hebrejčina","Help":"Pomoc","Hidden":"Skryté","Hidden Files":"Skryté súbory","Hide":"Skryť","Hide photos that have been moved to archive.":"Skryť fotky ktoré boli presunuté do archívu.","Hindi":"Hindicky","How can we help?":"Ako môžeme pomôcť?","Hybrid":"Hybrid","I'm a sponsor":"Som sponzor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Ak sa vám PhotoPrism páči, zvážte, či nás podporíte na Patreone alebo na GitHube.","image":"obrázok","Image":"Obrázok","Images":"Obrázky","Import":"Import","Import failed":"Import zlyhal","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importované súbory budú zoradené podľa dátumu a dostanú unikátny názov aby sa predišlo duplikátom.","Imported files will be sorted by date and given a unique name.":"Importované súbory budú zoradené podľa dátumu a dostanú unikátny názov.","Importing %{name}…":"Importuje sa %{name}…","Importing files to originals…":"Importujú sa súbory do originálov...","in":"v","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"V prípade, že očakávané obrázky chýbajú, preskenujte svoju knižnicu znova a počkajte, kým sa indexovanie neukončí.","Index":"Index","Indexing":"Indexovanie","Indexing failed":"Indexovanie zlyhalo","Indexing media and sidecar files…":"Indexovanie médií a pripojených súborov...","Instance ID":"ID Inštancie","Interval":"Interval","Invalid date":"Neplatný dátum","Italian":"Taliansky","Item":"Položka","Japanese":"Japončina","JPEG Quality: %{n}":"Kvalita JPEG: %{n}","JPEG Size Limit: %{n}px":"Limit veľkosti JPEG: %{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG a náhľady sú automaticky zobrazené podľa potreby.","Keywords":"Kľúčové slová","Korean":"Kórejčina","Kurdish":"Kurdská","Label":"Štítok","Labels":"Štítky","Labels deleted":"Štítky vymazané","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Zachovanie detailov, minimálne artefakty","Language":"Jazyk","Last Backup":"Posledná Záloha","Latitude":"Šírka","Lavender":"Levanduľa","Lens":"Objektív","Let us know when we mistakenly label an idea as unfunded.":"Dajte nám vedieť, keď nejakú myšlienku omylom označíme za nefinancovanú.","Library":"Knižnica","License":"Licencia","Like":"Páči sa mi to","Lime":"Limetka","Limit reached, showing first %{n} files":"Limit dosiahnutý, zobrazovanie prvých %{n} súborov","Linear: Very Smooth, Best Performance":"Lineárne: veľmi hladké, najlepší výkon","Link":"Link","List":"List","Live":"Živé","Local Time":"Lokálny čas","location":"poloha","Location":"Poloha","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Tu sa zobrazí záznam vždy keď PhotoPrism prejde cez chybný súbor alebo vznikne iná chyba.","Login":"Prihlásiť","Logout":"Odhlásiť","Logs":"Záznamy","Longitude":"Dĺžka","Magenta":"Purpurová","Main Color":"Hlavná Farba","manual":"manuálne","Manual Upload":"Manuálne odovzdanie","Marker":"Značka","Medium":"Médium","Merge %{a} with %{b}?":"Zlúčiť %{a} s %{b}?","Message sent":"Správa odoslaná","Minimize":"Minimalizovať","Missing":"Chýba","Moments":"Momenty","Monochrome":"Monochromatický","Month":"Mesiac","Moonlight":"Mesačný svit","More than %{n} pictures found":"Nájdených viac ako %{n} obrázkov","More than 20 albums found":"Našlo sa viac ako 20 albumov","More than 20 labels found":"Našlo sa viac ako 20 štítkov","More than 20 people found":"Viac ako 20 ľudí našlo","Mosaic":"Mozaika","Most relevant":"Najrelevantnejšie","Move Files":"Presunúť Súbory","Name":"Meno","Name too long":"Príliš dlhé meno","Never":"Nikdy","New":"Nový","New Password":"Nové Heslo","Newest first":"Nové navrch","No":"Nie","No albums found":"Nenašli sa žiadne albumy","No labels found":"Nenašli sa žiadne štítky","No people found":"Neboli nájdené žiadny členovia","No pictures found":"Nenašli sa žiadne obrázky","No recently edited pictures":"Žiadne nedávno upravené obrázky","No servers configured.":"Žiadne nakonfigurované servery.","No thanks":"Nie, ďakujem","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nenašli sa žiadne upozornenia ani chyby ktoré by obsahovali toto kľúčové slovo. Majte na vedomí, že vyhľadávanie je citlivé na veľké a malé písmená.","Non-photographic and low-quality images require a review before they appear in search results.":"Nefotografické a fotografie nízkej kvality vyžadujú skontrolovanie pred tým než sa zobrazia vo výsledkoch vyhľadávania.","None":"Žiadne","Norwegian":"Nórština","Not Found":"Nebolo Nájdené","Note you may manually manage your originals folder and importing is optional.":"Upozorňujeme, že priečinok s originálmi môžete spravovať ručne a import je voliteľný.","Note:":"Poznámka:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Poznámka: Iba WebDAV servery, ako napríklad Nextcloud alebo PhotoPrism, môžu byť nakonfigurované ako ovládané služby pre zálohu a odovzdávanie súborov.","Note: Updating the password will not revoke access from already authenticated users.":"Poznámka: Aktualizovanie hesla nezruší prístup od už autorizovaných užívateľov.","Notes":"Poznámky","Nothing to see here yet. Be patient.":"Zatiaľ tu nič nie je. Buďte trpezlivý.","Offline":"Offline","Oldest first":"Najstaršie navrch","Once a week":"Raz za týždeň","One album found":"Jeden album nájdený","One file found":"Jeden súbor nájdený","One folder found":"Jedna zložka nájdená","One label found":"Jeden štítok sa našiel","One person found":"Jedna osoba našla","One picture found":"Jeden nájdený obrázok","Onyx":"Onyx","Options":"Nastavenia","Orange":"Oranžová","Orientation":"Orientácie","Original":"Originál","Original file names will be stored and indexed.":"Pôvodné názvy súborov budú uložené a zaindexované.","Original Name":"Pôvodný názov","Originals":"Pôvodné","Other":"Ostatné","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Našou víziou je poskytnúť používateľsky najprívetivejšie riešenie na prehliadanie, organizovanie a zdieľanie vašej zbierky fotografií.","Outdoor":"Vonkajšie","Panorama":"Panoráma","Panoramas":"Panorámy","Password":"Heslo","Password changed":"Heslo zmenené","People":"Ľudia","People you share a link with will be able to view public contents.":"Ľudia s ktorými zdieľate link, budú vidieť verejný obsah.","Permanently deleted":"Trvalo vymazané","Permanently remove files to free up storage.":"Trvalé odstránenie súborov na uvoľnenie úložiska.","Photo":"Fotka","PhotoPrism has been updated…":"PhotoPrism bol aktualizovaný","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism®je zaregistrovaná značka Michaela Mayera.","Photos":"Fotky","Pink":"Ružová","Place":"Miesto","Place & Time":"Miesto a čas","Places":"Miesta","Play":"Prehrať","Please confirm your new password.":"Prosím overte vaše nové heslo.","Please contact us at hello@photoprism.app if you have questions or need help.":"Ak máte otázky alebo potrebujete pomoc, kontaktujte nás na adrese hello@photoprism.app.","Please don't upload photos containing offensive content.":"Prosím, neodovzdávajte fotky obsahujúce hanobný obsah.","Polish":"Polsky","Portrait":"Portrét","Português de Portugal":"Português de Portugal","Preserve filenames":"Ponechať názvy súborov","Press button to start importing…":"Kliknite pre začatie importovania...","Press button to start indexing…":"Kliknite pre začatie indexovania...","Press enter to create a new album.":"Stlačte enter pre vytvorenie nového albumu.","Preview":"Ukážka","Primary":"Primárne","Private":"Súkromné","Product Feedback":"Spätná väzba produktu","Projection":"Projekcia","Purple":"Fialová","Quality Filter":"Filter Kvality","Quality Score":"Skóre Kvality","Random":"Náhodne","Raspberry":"Malina","Raw":"Raw","RAW":"Raw","RAW Conversion":"Konvertuje sa","Re-index all originals, including already indexed and unchanged files.":"Re-indexujte všetky originály, aj tie ktoré už sú zaindexované a nezmenené súbory.","Read-Only Mode":"Režim iba na čítanie","Recently added":"Nedávno pridané","Recently edited":"Nedávno upravené","Recognition starts after indexing has been completed.":"Rozpoznávanie sa začne po dokončení indexovania.","Recognized":"Uznávané","Recognizes faces so that specific people can be found.":"Rozpoznáva tváre, aby bolo možné nájsť konkrétne osoby.","Red":"Červená","Reload":"Znovu načítať","Reloading…":"Znovu načítavanie...","Remote Sync":"Ovládaná Synchronizácia","Remove":"Odstrániť","remove failed: unknown album":"odstránenie zlyhalo: neznámy album","Remove from album":"Odstrániť z albumu","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Odstráňte importované súbory pre uvoľnenie miesta. Nepodporované typy súborov nebudú nikdy odstránené. Zostanú na ich momentálnom mieste.","Report Bug":"Nahlásenie chyby","Request failed - invalid response":"Požiadavka zlyhala - neplatná odozva","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Žiadosti schválené striebornými a zlatými sponzormi dostanú zlatú nálepku a budú uprednostnené.","Required":"Požadované","Resolution":"Rozlíšenie","Restore":"Obnoviť","Retype Password":"Heslo znovu","Review":"Kontrola","Russian":"Rusky","Save":"Uložiť","Scan":"Sken","Scans":"Skeny","Search":"Vyhľadávanie","Search and display photos on a map.":"Nájsť a zobraziť fotky na mape.","Season":"Sezóna","Seaweed":"Morské riasy","Secret":"Tajomstvo","Select":"Vybrať","Select albums or create a new one":"Označte album alebo vytvorte nový","Selection approved":"Označenie schválené","Selection archived":"Označenie archivované","Selection restored":"Označenie obnovené","Send":"Odoslať","Sequential Name":"Poradové meno","Server":"Server","Service URL":"URL Služby","Settings":"Nastavenia","Settings saved":"Nastavenia uložené","Setup":"Prvotné nastavenie","Shadow":"Bez tieňa","Share":"Zdieľať","Share %{name}":"Zdieľať %{name}","Shared with you.":"Zdieľané s vami.","Show":"Zobraziť","Show all new faces":"Zobraziť všetky nové tváre","Show hidden":"Zobraziť skryté","Show less":"Zobraziť menej","Show Library in navigation menu.":"Zobraziť knižnicu v bočnom menu.","Show more":"Zobraziť viac","Show server logs in Library.":"Zobraziť serverové záznamy v knižnici.","Shows more detailed log messages. Requires a restart.":"Zobrazí podrobnejšie správy denníka. Vyžaduje reštart.","Sidecar":"Pripojenie","Sign in":"Registrácia","Sign Up":"Registrácia","Similar":"Podobné","Size":"Veľkosť","Slovak":"Slovenčina","Slow":"Pomalé","Sort by file name":"Zoradiť podľa názvu súboru","Sort Order":"Zoradiť Poradie","Source":"Zdroj","Spanish":"Španielsky","Stack":"Zásobník","Stack files sharing the same unique image or instance identifier.":"Skladať súbory zdieľajúce rovnaký jedinečný obrázok alebo identifikátor inštancie.","Stack pictures taken at the exact same time and location based on their metadata.":"Skladajte obrázky nasnímané v rovnakom čase a na rovnakom mieste na základe ich metadát.","Stackable":"Stohovateľné","Stacks":"Postupnosť","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Skladá skupinové súbory s podobným referenčným rámcom, ale s rozdielmi v kvalite, formáte, veľkosti alebo farbe.","Start":"Štart","Start/Stop Slideshow":"Spustiť/Zastaviť Prezentáciu","States":"Štáty","Static Size Limit: %{n}px":"Limit veľkosti pred predbežným vykreslením: %{n} px","Status":"Status","Storage Folder":"Úložná Zložka","Streets":"Ulice","Style":"Štýl","Subject":"Predmet","Support for additional services, like Google Drive, will be added over time.":"Podpora pre dodatočné služby, ako napríklad Google Drive, budú pridané neskôr.","Sync":"Synchronizácia","Sync raw and video files":"Synchronizovať fotky formátu raw","Taken":"Odobratý","Teal":"Modrozelený","Text too long":"Text je moc dlhý","Thank you very much!":"Ďakujeme veľmi pekne!","The index currently contains %{n} hidden files.":"Index obsahuje %{n} skrytých súborov.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Plán ukazuje, ktoré úlohy sa plnia, čo je potrebné otestovať a ktoré požiadavky na funkcie sa budú implementovať ako ďalšie.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Ich formát nemusí byť podporovaný, zatiaľ neboli prekonvertované na JPEG alebo sú medzi nimi duplikáty.","Theme":"Téma","This is an early-access feature to say thanks to our sponsors and contributors.":"Ide o funkciu s predčasným prístupom, ktorou sa chceme poďakovať našim sponzorom a prispievateľom.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Toto pripojí zložku originálov ako sieťový disk a umožní vám otvoriť, upraviť a zmazať súbory z vášho počítača alebo smartphonu ak sú uložené lokálne.","This open-source project is made possible thanks to our sponsors.":"Tento open-source projekt je možný vďaka našim sponzorom.","Thumbnail Generation":"Generovanie miniatúr","Time UTC":"Čas UTC","Time Zone":"Časová Zóna","Title":"Titulok","Title too long":"Titulok je moc dlhý","to":"do","Toggle View":"Nastaviť Pohľad","Token":"Token","Topographic":"Topografický","Trademarks":"Začkay","Try again using other filters or keywords.":"Skúste znova použitím iných filtrov a kľúčových slov.","Type":"Typ","Undo":"Späť","Unique ID":"Unikátne ID","Unknown":"Neznámy","Unsorted":"Nezoradené","Unstack":"Nepostupné","Updated":"Aktualizované","Updating faces":"Aktualizácia tvárí","Updating index":"Aktualizuje sa index","Updating moments":"Aktualizujú sa momenty","Updating previews":"Aktualizácia náhľadov","Updating stacks":"Nepostupné","Upload":"Odovzdať","Upload complete":"Odovzdávanie hotové","Upload complete. Indexing…":"Odovzdávanie hotové. Indexuje sa...","Upload failed":"Odovzdávanie zlyhalo","Upload local files":"Odovzdať lokálne súbory","Upload to WebDAV and share links with friends.":"Odovzdať do WebDAV a zdieľať linky s priateľmi.","Uploading %{n} of %{t}…":"Odovzdáva sa %{n} z %{t}…","Uploading photos…":"Odovzdávanie fotiek...","Uploads that may contain such images will be rejected automatically.":"Odovzdávanie takéhoto typu fotiek bude automaticky odmietnuté.","URL":"URL","Use Presets":"Použite predvoľby","User":"Používateľ","User Interface":"Používateľské rozhranie","Username":"Meno používateľa","Video":"Video","Videos":"Videá","View":"Zobraziť","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Dáme vám vedieť, ako ju aktivovať, keď sa zaregistrujete na Patreon alebo GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klienti sa môžu pripojiť ku PhotoPrismu pomocou následujúcej URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV klienti, ako napríklad Microsoft Windows Explorer alebo Apple Finder, sa môžu priamo pripojiť ku PhotoPrismu.","WebDAV Upload":"WebDAV Odovzdávanie","White":"Biela","Year":"Rok","Yellow":"Žltá","Yellowstone":"Yellowstone","Yes":"Áno","You can only download one album":"Môžete stiahnuť iba jeden album","You can only download one label":"Môžete stiahnuť iba jeden štítok","You may only select one item":"Mali by ste označiť len jednu položku","You may rescan your library to find additional faces.":"Ak chcete nájsť ďalšie tváre, môžete svoju knižnicu preskenovať.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Mali by ste to používať ako je požadované pre opísanie nášho softwaru, spusťte svoj vlastný server, pre edukačné účely, ale nie pre ponúkanie reklamy, produktov alebo služieb bez povolenia. Inak povedané, prosím, spýtajte sa.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Vaša podpora nám pomáha financovať prevádzkové náklady, poskytovať služby, ako sú satelitné mapy, a vyvíjať nové funkcie.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Vaša knižnica sa priebežne analyzuje a automaticky vytvára albumy špeciálnych momentov, výletov a miest.","Your message has been sent":"Vaša správa bola odoslaná","Zoom in/out":"Priblíziť/Oddialiť"},"zh":{"%{n} albums found":"未找到相册","%{n} files uploaded":"%{n} 个文件上传完成","%{n} folders found":"找到了 %{n} 个文件夹","%{n} labels found":"找到了 %{n} 个标签","%{n} people found":"发现%{n}人","%{n} pictures found":"发现%{n}张图片","1 hour":"1 小时","12 hours":"12 小时","4 hours":"4 小时","A click will copy it to your clipboard.":"点击复制到剪贴板。","About":"关于","Account":"账号","Accuracy":"准确率","Action":"动作","Actions":"动作","Add Album":"新增相册","Add files to your library via Web Upload.":"通过网页添加文件到库。","Add Link":"添加链接","Add pictures from search results by selecting them.":"通过选择从搜索结果中添加图片。","Add Server":"新增服务器","Add to album":"新增到相册","Added":"新增了","Advanced":"高级","After 1 day":"1 天后","After 3 days":"3 天后","After 7 days":"7 天后","After one month":"1 个月后","After one year":"1 年后","After selecting pictures from search results, you can add them to an album using the context menu.":"从搜索结果中选择图片后,你可以使用上下文菜单将它们添加到相册中。","After two months":"2 个月后","After two weeks":"2 星期后","Album":"相册","Album Name":"相册名称","Albums":"相册","Albums deleted":"已刪除相册","All %{n} albums loaded":"%{n} 本相册加载完成","All %{n} labels loaded":"%{n} 个标签加载完成","All %{n} people loaded":"所有%{n}人都被加载","All Cameras":"所有相机","All Categories":"所有分类","All Colors":"所有颜色","All Countries":"所有国家","All fields are required":"所有的字段必填","All files from import folder":"导入文件夹中所有的文件","All Lenses":"所有镜头","All Months":"所有月份","All originals":"所有来源","All Years":"所有年份","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"或者,你也可以直接使用WebDAV从类似 NextCloud 的服务上传文件。","Altitude":"高度","Altitude (m)":"高度(米)","An error occurred - are you offline?":"发生错误 - 您掉线了?","Animation":"动画","Any private photos and videos remain private and won't be shared.":"所有私人相片跟影片都会保持私有,不会被分享。","API Key":"API Key","Apply":"应用","Approve":"确认","Archive":"存档","Archived":"已存档","Are you sure you want to archive the selection?":"您确定要存档选择的项目吗?","Are you sure you want to delete these albums?":"您确定要删除选择的相册吗?","Are you sure you want to delete these labels?":"您确定要删除选择的标签吗?","Are you sure you want to delete this account?":"您确定要删除这个账号吗?","Are you sure you want to permanently delete these pictures?":"你确定要永久删除这些照片吗?","Are you sure you want to permanently delete this file?":"您确定要永久的删除这个文件吗?","Artist":"艺术家","Aspect Ratio":"纵横比","At least 6 characters.":"至少六个字符。","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"自动为其他文件类型创建 JPEG,以便它们可以显示在浏览器中。","Automatically creates albums of special moments, trips, and places.":"自动创建特殊时刻、旅行和地点的相册。","Become a sponsor":"成为赞助商","Bio":"简介","Black":"黑色","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman:改进的Lanczos,更少的边缘震荡","Blue":"蓝色","Brazilian Portuguese":"巴西葡萄牙语","Brown":"棕色","Browse and edit image classification labels.":"浏览和编辑图像分类标签。","Browse indexed files and folders in Library.":"浏览库中的索引文件和文件夹。","Bug Report":"错误报告","Busy, please wait…":"忙,请稍候…","Calendar":"日历","Camera":"相机","Camera Serial":"相机系列","Can't load more, limit reached":"无法加载更多,已达到限制","Can't select more items":"无法选择更多项目","Cancel":"取消","Cards":"卡片","Category":"分类","Change":"更改","Change photo titles, locations, and other metadata.":"更改相片標題、位置,以及其他細節。","Change private flag":"更改私人标志","Checked":"已确认","Chinese Simplified":"简体中文","Chinese Traditional":"繁体中文","Chroma":"色度","Close":"关闭","Codec":"解码器","Color":"颜色","Colors":"颜色","Complete Rescan":"完成重新扫描","Confidence":"置信度","Connect":"连接","Connect via WebDAV":"使用 WebDAV 连接","Contact Us":"联系我们","Contains %{n} pictures.":"包含%{n}张图片。","Contains one picture.":"包含一张图片。","Convert to JPEG":"转 JPEG","Converting":"转换中","Copied to clipboard":"复制到剪贴板","Copyright":"版权","Couldn't find anything.":"找不到任何东西。","Country":"国家","Create album":"新增相册","Created":"已新增","Creating thumbnails for":"创建缩略图","Cubic: Moderate Quality, Good Performance":"Cubic: 质量适中,性能良好","Current Password":"当前密码","Customer Support":"客户支持","Cyan":"青色","Cyano":"氰基","Czech":"捷克语","Daily":"每天的","Danish":"丹麦语","Day":"天","Debug Logs":"调试日志","Default":"默认","Default Folder":"默认文件夹","Delete":"刪除","Description":"描述","Detailed instructions can be found in our User Guide.":"详细说明可以在我们的用户指南中找到。","Details":"细节","Dimensions":"尺寸","Disable Backups":"上次备份","Disable built-in WebDAV server. Requires a restart.":"禁用内置WebDAV服务器。需要重新启动。","Disable Darktable":"禁用Darktable","Disable ExifTool":"禁用ExifTool","Disable FFmpeg":"禁用FFmpeg","Disable Places":"禁用位置","Disable RawTherapee":"禁用RawTherapee","Disable TensorFlow":"禁用TensorFlow","Disable WebDAV":"禁用 WebDAV","Disabled":"已禁用","Disables reverse geocoding and maps.":"禁用反向地理编码和地图。","Discover":"发现","Don't backup photo and album metadata to YAML files.":"不要将照片和相册元数据备份到YAML文件中。","Don't create ExifTool JSON files for improved metadata extraction.":"不要创建ExifTool JSON文件,以改善元数据提取。","Don't modify originals folder. Disables import, upload, and delete.":"不要修改原文件夹。禁止导入、上传、删除。","Don't transcode videos with FFmpeg.":"不要用FFmpeg对视频进行转码。","Don't use Darktable to convert RAW files.":"不要用Darktable来转换RAW文件。","Don't use RawTherapee to convert RAW files.":"不要使用RawTherapee来转换RAW文件。","Don't use TensorFlow for image classification.":"不要使用TensorFlow进行图像分类。","Donations":"捐赠","Done":"完成","Done.":"完成。","Download":"下载","Download remote files":"下载远程文件","Download single files and zip archives.":"下载一个文件并用zip压缩。","Downloading…":"下载中…","Downscaling Filter":"质量过滤器","Duplicates will be skipped and only appear once.":"重复项将被跳过,仅出现一次。","Dutch":"荷兰语","Dynamic Previews":"未缓存预览","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"动态渲染需要性能较强的服务器,不建议用于NAS设备。","Dynamic Size Limit: %{n}px":"未缓存大小限制: %{n}px","E-Mail":"电子邮件","Edit":"编辑","Edit %{name}":"编辑 %{name}","Edit Account":"编辑账号","Edit Photo":"编辑照片","Edited":"已编辑","Enable new features currently under development.":"启用目前处于开发中的新功能。","Enabled":"已启用","Enables RAW converter presets. May reduce performance.":"启用RAW转换器预设。可能会降低性能。","English":"英文","Errors":"错误","Estimate the approximate location of pictures without coordinates.":"在没有坐标的情况下估计图片的大致位置。","Estimates":"估算","Every two days":"每两天","Exclude content marked as private from search results, shared albums, labels, and places.":"除了搜尋結果中標記為私人的內容、共享相簿、標籤和地點。","Exclude hidden":"不包括隐藏的","Expand":"展开搜寻","Expand Search":"展开搜寻","Experimental Features":"测试功能","Expires":"期限","Exposure":"曝光","F Number":"光圈数","Face":"脸部","Faces":"面向","Failed copying to clipboard":"复制到剪贴板失败","Failed removing link":"删除链接失败","Failed updating link":"更新链接失败","Failure while importing uploaded files":"导入上传的文件时失败","Fast":"快","Favorite":"我的最爱","Favorites":"我的最爱","Feature Request":"功能要求","Feedback":"反馈","File":"文件","File Browser":"文件浏览器","Files":"文件","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"顺序名称如\"IMG_1234 (2)\"和\"IMG_1234 (3)\"的文件属于同一图片。","Focal Length":"焦距","Folder":"文件夹","Folder contains %{n} files":"文件夹中有 %{n} 个文件","Folder is empty":"文件夹是空的","Folders":"文件夹","French":"法文","Fullscreen":"全屏","General":"一般","German":"德文","Gold":"金色","Grayscale":"灰度","Green":"绿色","Grey":"灰色","Group by similarity":"按相似度分组","Hash":"哈希","Hebrew":"希伯来文","Help":"帮助","Hidden":"隐藏","Hidden Files":"隐藏文件","Hide":"隐藏","Hide photos that have been moved to archive.":"隐藏已移动到存档的照片。","Hindi":"印地语","How can we help?":"我们可以帮您吗?","Hybrid":"混合","I'm a sponsor":"我是一个赞助商","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"如果你喜欢使用PhotoPrism,请考虑在Patreon或GitHub上支持我们的赞助商。","image":"图片","Image":"图片","Images":"图片","Import":"导入","Import failed":"导入失败","Imported files will be sorted by date and given a unique name to avoid duplicates.":"导入的文件将按日期排序,并给出唯一的名称以避免重复。","Imported files will be sorted by date and given a unique name.":"导入的文件将按日期排序,并给出唯一的名称。","Importing %{name}…":"导入中 %{name}…","Importing files to originals…":"导入文件到來源…","in":"在","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"如果你期望的图片丢失,请重新扫描你的图书馆,并等待索引编制完成。","Index":"索引","Indexing":"索引中","Indexing failed":"索引失败","Indexing media and sidecar files…":"索引媒体和文件…","Instance ID":"实例 ID","Interval":"间隔","Invalid date":"错误的日期","Italian":"意大利语","Item":"条目","Japanese":"日语","JPEG Quality: %{n}":"JPEG质量: %{n}。","JPEG Size Limit: %{n}px":"JPEG大小限制: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG和缩略图会根据需要自动呈现。","Keywords":"关键字","Korean":"韩语","Kurdish":"库尔德语","Label":"标签","Labels":"标签","Labels deleted":"标签已删除","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos:细节保存,最小化虚影","Language":"语言","Last Backup":"上次备份","Latitude":"纬度","Lavender":"薰衣草","Lens":"镜头","Let us know when we mistakenly label an idea as unfunded.":"当我们错误地将一个想法标为无资金支持时,请告诉我们。","Library":"库","License":"许可证","Like":"喜欢","Lime":"淡绿色","Limit reached, showing first %{n} files":"已达到限制,显示前 %{n} 文件","Linear: Very Smooth, Best Performance":"Linear: 非常平滑,性能最佳","Link":"连接","List":"列表","Live":"生活","Local Time":"本地时间","location":"地点","Location":"地点","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"每当PhotoPrism遇到损坏的文件或其他潜在问题时,日志消息就会出现在这里。","Login":"登录","Logout":"退出","Logs":"日志","Longitude":"经度","Magenta":"洋红","Main Color":"主色调","manual":"手册","Manual Upload":"手动上传","Marker":"标记","Medium":"中","Merge %{a} with %{b}?":"将%{a}与%{b}合并?","Message sent":"消息已发送","Minimize":"最小化","Missing":"缺失","Moments":"瞬间","Monochrome":"黑白","Month":"月","Moonlight":"月光","More than %{n} pictures found":"发现超过%{n}张图片","More than 20 albums found":"找到超过20张相册","More than 20 labels found":"找到超过20张标签","More than 20 people found":"超过20人发现","Mosaic":"马赛克","Most relevant":"最相关的","Move Files":"移动文件","Name":"名称","Name too long":"名称太长","Never":"永不","New":"新","New Password":"新密码","Newest first":"最新的优先","No":"否","No albums found":"找不到相册","No labels found":"找不到标签","No people found":"没有找到人","No pictures found":"没有发现图片","No recently edited pictures":"没有最近编辑过的图片","No servers configured.":"沒有发现服务器配置。","No thanks":"不用了,谢谢","No warnings or error containing this keyword. Note that search is case-sensitive.":"没有包含此关键字的警告或错误。请注意,搜索区分大小写。","Non-photographic and low-quality images require a review before they appear in search results.":"非照片和低质量图像需要进行检查,然后才能出现在搜索结果中。","None":"无","Norwegian":"挪威语","Not Found":"找不到","Note you may manually manage your originals folder and importing is optional.":"注意你可以手动管理你的原件文件夹,导入是可选的。","Note:":"注意:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"注意:只能将WebDAV服务器(如Nextcloud或PhotoPrism)配置为远程服务,以进行备份和文件上传。","Note: Updating the password will not revoke access from already authenticated users.":"注意:更新密码不会撤消已通过身份验证的用户的访问。","Notes":"注意","Nothing to see here yet. Be patient.":"这里什么也看不到。耐心一点。","Offline":"离线","Oldest first":"最旧的优先","Once a week":"一个星期一次","One album found":"找到一本相册","One file found":"找到一个文件","One folder found":"找到一个文件夹","One label found":"发现一个标签","One person found":"一个人发现","One picture found":"发现一张图片","Onyx":"玛瑙","Options":"选项","Orange":"橘色","Orientation":"方向","Original":"来源","Original file names will be stored and indexed.":"原始文件名将被存储并编制索引。","Original Name":"原始文件名","Originals":"來源","Other":"其他","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"我们的愿景是为浏览、组织和分享你的照片集提供最方便的解决方案。","Outdoor":"户外","Panorama":"全景照片","Panoramas":"全景照片","Password":"密码","Password changed":"密码已更新","People":"人","People you share a link with will be able to view public contents.":"与您共享链接的人将可以查看公共内容。","Permanently deleted":"永久删除","Permanently remove files to free up storage.":"永久性地删除文件以释放存储空间。","Photo":"相片","PhotoPrism has been updated…":"PhotoPrism 更新啦…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® 是 Michael Mayer 的注册商标。","Photos":"照片","Pink":"粉红色","Place":"地点","Place & Time":"时间和地点","Places":"地点","Play":"播放","Please confirm your new password.":"请确认新密码。","Please contact us at hello@photoprism.app if you have questions or need help.":"如果你有问题或需要帮助,请联系我们:hello@photoprism.app。","Please don't upload photos containing offensive content.":"请不要上传包含令人反感内容的照片。","Polish":"波兰语","Portrait":"人像","Português de Portugal":"葡萄牙语","Preserve filenames":"保留文件名","Press button to start importing…":"按下按钮开始导入…","Press button to start indexing…":"按下按钮开始索引…","Press enter to create a new album.":"按 Enter 键创建一个新相册。","Preview":"预览","Primary":"主要的","Private":"私人的","Product Feedback":"产品反馈","Projection":"投影","Purple":"紫色","Quality Filter":"质量过滤器","Quality Score":"质量得分","Random":"随机","Raspberry":"树莓","Raw":"Raw","RAW":"原始","RAW Conversion":"转换中","Re-index all originals, including already indexed and unchanged files.":"重新索引所有文件,包括已索引和未更改的文件。","Read-Only Mode":"只读模式","Recently added":"近期新增","Recently edited":"近期编辑","Recognition starts after indexing has been completed.":"识别工作在索引完成后开始。","Recognized":"认可的","Recognizes faces so that specific people can be found.":"识别人脸,以便能够找到特定的人。","Red":"红色","Reload":"重新加载","Reloading…":"重新加载中…","Remote Sync":"远程同步","Remove":"删除","remove failed: unknown album":"删除失败:未知相册","Remove from album":"从相册中删除","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"删除导入的文件以节省存储空间。不支持的文件类型将永远不会被删除,它们会保留在当前位置。","Report Bug":"反馈 Bug","Request failed - invalid response":"请求失败-无效的响应","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"由银牌和金牌赞助商认可的申请会得到一个金色标签,并将被优先考虑。","Required":"必填","Resolution":"解析度","Restore":"恢复","Retype Password":"重新输入密码","Review":"评论","Russian":"русский язык","Save":"保存","Scan":"扫描","Scans":"扫描","Search":"搜索","Search and display photos on a map.":"在地图上搜索并显示照片。","Season":"季节","Seaweed":"海藻","Secret":"秘密","Select":"选择","Select albums or create a new one":"选择相册或创建新相册","Selection approved":"选择已批准","Selection archived":"选择已存档","Selection restored":"选择已恢复","Send":"发送","Sequential Name":"序列名","Server":"服务器","Service URL":"服务器 URL","Settings":"设置","Settings saved":"设置已保存","Setup":"设置","Shadow":"阴影","Share":"分享","Share %{name}":"分享 %{name}","Shared with you.":"与您共享。","Show":"显示","Show all new faces":"显示所有的新面孔","Show hidden":"显示隐藏","Show less":"显示更少","Show Library in navigation menu.":"在导航菜单中显示库。","Show more":"显示更多","Show server logs in Library.":"在库中显示服务器日志。","Shows more detailed log messages. Requires a restart.":"显示更详细的日志信息。需要重新启动。","Sidecar":"侧边栏","Sign in":"登录","Sign Up":"注册","Similar":"相似","Size":"尺寸","Slovak":"Slovenská","Slow":"慢","Sort by file name":"按文件名排序","Sort Order":"排序","Source":"来源","Spanish":"Español","Stack":"堆叠","Stack files sharing the same unique image or instance identifier.":"堆栈文件共享相同的唯一图像或实例标识符。","Stack pictures taken at the exact same time and location based on their metadata.":"根据图片的元数据,在相同的时间和地点拍摄的图片进行叠加。","Stackable":"可堆叠","Stacks":"堆叠","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"堆栈将具有类似参考框架,但质量、格式、大小或颜色不同的文件分组。","Start":"开始","Start/Stop Slideshow":"开始/停止幻灯片放映","States":"状态","Static Size Limit: %{n}px":"预渲染尺寸限制: %{n}px","Status":"状态","Storage Folder":"储存文件夹","Streets":"街","Style":"风格","Subject":"主题","Support for additional services, like Google Drive, will be added over time.":"随着时间的推移,将增加对其他服务的支持,例如Google云端硬盘。","Sync":"同步","Sync raw and video files":"同步 Raw 文件和视频文件","Taken":"已采取","Teal":"蓝绿色","Text too long":"文字太长","Thank you very much!":"谢谢!","The index currently contains %{n} hidden files.":"该索引当前包含 %{n} 个隐藏文件。","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"路线图显示了哪些任务正在进行中,哪些需要测试,以及哪些功能请求将在下一步实施。","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"它们的格式可能不受支持,它们尚未转换为JPEG或存在重复项。","Theme":"主题","This is an early-access feature to say thanks to our sponsors and contributors.":"这是一个早期访问的功能,以感谢我们的赞助商和贡献者。","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"这会将原始文件夹安装为网络驱动器,并允许您从计算机或智能手机中打开,编辑和删除文件,就像它们是本地文件一样。","This open-source project is made possible thanks to our sponsors.":"这个开源项目的实现要感谢我们的赞助商。","Thumbnail Generation":"生成缩略图","Time UTC":"UTC 时间","Time Zone":"时区","Title":"标题","Title too long":"标题太长了","to":"到","Toggle View":"切换视图","Token":"令牌","Topographic":"地形图","Trademarks":"商标","Try again using other filters or keywords.":"使用其他过滤器或关键字再试一次。","Type":"类型","Undo":"撤销","Unique ID":"唯一身份","Unknown":"未知","Unsorted":"未分类","Unstack":"解除堆栈","Updated":"已更新","Updating faces":"更新面孔","Updating index":"更新索引","Updating moments":"更新时刻","Updating previews":"更新预览","Updating stacks":"更新堆栈","Upload":"上传","Upload complete":"上传完成","Upload complete. Indexing…":"上传完成。索引中…","Upload failed":"上传失败","Upload local files":"上传本地文件","Upload to WebDAV and share links with friends.":"上传到WebDAV并与朋友共享链接。","Uploading %{n} of %{t}…":"上传 %{n} / %{t} …","Uploading photos…":"正在上传照片…","Uploads that may contain such images will be rejected automatically.":"可能包含此类图像的上传将被自动拒绝。","URL":"URL","Use Presets":"使用预设","User":"用户","User Interface":"用户界面","Username":"用户名","Video":"影片","Videos":"影片","View":"视图","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"当你在Patreon或GitHub赞助商上注册时,我们会让你知道如何启用它。","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV客户端可以使用以下URL连接到PhotoPrism:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV客户端(例如Microsoft的Windows资源管理器或Apple的Finder)可以直接连接到PhotoPrism。","WebDAV Upload":"WebDAV上传","White":"白色","Year":"年","Yellow":"黄色","Yellowstone":"黄石公园","Yes":"是","You can only download one album":"您只能下载一个相册","You can only download one label":"您只能下载一个标签","You may only select one item":"您只能选择一项","You may rescan your library to find additional faces.":"你可以重新扫描你的图书馆以找到更多的面孔。","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"出于教育目的,您可以根据需要使用它来描述我们的软件,运行您自己的服务器,但未经事先书面许可,不得用于提供商业产品,产品或服务。换句话说,请询问。","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"您的持续支持帮助我们资助运营成本,提供卫星地图等服务,并开发新的功能。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"您的资料库被不断分析,以自动创建特殊时刻、旅行和地点的相册。","Your message has been sent":"您的留言已发送","Zoom in/out":"缩放"},"zh_TW":{"%{n} albums found":"找到了 %{n} 本相簿","%{n} files uploaded":"%{n} 個檔案上傳完成","%{n} folders found":"找到了 %{n} 個資料夾","%{n} labels found":"找到了 %{n} 個標籤","%{n} people found":"找到 %{n} 人","%{n} pictures found":"找到 %{n} 張圖片","1 hour":"1 小時","12 hours":"12 小時","4 hours":"4 小時","A click will copy it to your clipboard.":"點擊以複製到剪貼簿。","About":"關於","Account":"帳號","Accuracy":"準確度","Action":"動作","Actions":"動作","Add Album":"新增相簿","Add files to your library via Web Upload.":"從網頁新增檔案到收藏庫。","Add Link":"新增連結","Add pictures from search results by selecting them.":"通過選擇從搜索結果中添加圖片。","Add Server":"新增伺服器","Add to album":"新增到相簿","Added":"新增了","Advanced":"進階","After 1 day":"1 天過後","After 3 days":"3 天過後","After 7 days":"7 天過後","After one month":"1 個月過後","After one year":"1 年過後","After selecting pictures from search results, you can add them to an album using the context menu.":"從搜索結果中選擇圖片後,您可以使用上下文菜單將它們添加到相冊。","After two months":"2 個月過後","After two weeks":"2 星期過後","Album":"相簿","Album Name":"相簿名稱","Albums":"相簿","Albums deleted":"已刪除相簿","All %{n} albums loaded":"%{n} 本相簿已載入","All %{n} labels loaded":"%{n} 個標籤已載入","All %{n} people loaded":"所有 %{n} 人已加載","All Cameras":"所有相機","All Categories":"所有分類","All Colors":"所有顏色","All Countries":"所有國家","All fields are required":"所有的欄位都是必填的","All files from import folder":"引入資料夾中所有的檔案","All Lenses":"所有鏡頭","All Months":"所有月份","All originals":"所有來源","All Years":"所有年份","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"或者,你也可以直接使用WebDAV從像是 NextCloud 的服務上傳檔案。","Altitude":"高度","Altitude (m)":"高度(公尺)","An error occurred - are you offline?":"發生錯誤了 - 你是不是離線了?","Animation":"動畫","Any private photos and videos remain private and won't be shared.":"所有私人相片跟影片都會保持私人,不會被分享。","API Key":"API Key","Apply":"套用","Approve":"確認","Archive":"封存","Archived":"已封存","Are you sure you want to archive the selection?":"你確定你要封存選取的項目嗎?","Are you sure you want to delete these albums?":"你確定你要刪除選取的相簿嗎?","Are you sure you want to delete these labels?":"你確定你要刪除選取的標籤嗎?","Are you sure you want to delete this account?":"你確定你要刪除這個帳號嗎?","Are you sure you want to permanently delete these pictures?":"確定要永久刪除這些圖片嗎?","Are you sure you want to permanently delete this file?":"你確定你要永久刪除這個檔案嗎?","Artist":"藝術家","Aspect Ratio":"長寬比","At least 6 characters.":"至少六個字元。","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"自動新增 JPEGs 檔案以顯示在瀏覽器中。","Automatically creates albums of special moments, trips, and places.":"自動創建特殊時刻、旅行和地點的相冊。","Become a sponsor":"成為贊助商","Bio":"個人簡歷","Black":"黑色","Blackman: Lanczos Modification, Less Ringing Artifacts":"布萊克曼:Lanczos修改,少振鈴文物","Blue":"藍色","Brazilian Portuguese":"巴西葡萄牙語","Brown":"棕色","Browse and edit image classification labels.":"瀏覽以及編輯分類標籤。","Browse indexed files and folders in Library.":"在收藏庫中瀏覽索引好的檔案和資料夾。","Bug Report":"回報問題","Busy, please wait…":"忙碌中,請稍後…","Calendar":"日曆","Camera":"相機","Camera Serial":"相機系列","Can't load more, limit reached":"沒辦法載入更多了,已經極限了","Can't select more items":"沒辦法選取更多項目","Cancel":"取消","Cards":"卡片","Category":"分類","Change":"更改","Change photo titles, locations, and other metadata.":"更改照片标题,位置和其他元数据。","Change private flag":"更改私人選項","Checked":"已確認","Chinese Simplified":"简体中文","Chinese Traditional":"繁体中文","Chroma":"彩度","Close":"關閉","Codec":"解碼器","Color":"顏色","Colors":"顏色","Complete Rescan":"完整索引","Confidence":"信心度","Connect":"連線","Connect via WebDAV":"使用 WebDAV 連線","Contact Us":"聯繫我們","Contains %{n} pictures.":"包含 %{n} 張圖片。","Contains one picture.":"包含一張圖片。","Convert to JPEG":"轉為 JPEG","Converting":"轉換中","Copied to clipboard":"已經複製到剪貼簿了","Copyright":"版權","Couldn't find anything.":"找不到任何東西。","Country":"國家","Create album":"新增相簿","Created":"已新增","Creating thumbnails for":"新增縮圖","Cubic: Moderate Quality, Good Performance":"立方:中等質量,良好性能","Current Password":"當前密碼","Customer Support":"客戶支援","Cyan":"青色","Cyano":"藍諾","Czech":"捷克語","Daily":"每天的","Danish":"丹麥語","Day":"天","Debug Logs":"調試日誌","Default":"預設","Default Folder":"預設資料夾","Delete":"刪除","Description":"描述","Detailed instructions can be found in our User Guide.":"更多指示可以在用戶導引中找到。","Details":"細節","Dimensions":"尺寸","Disable Backups":"上次備份","Disable built-in WebDAV server. Requires a restart.":"禁用內置的WebDAV服務器。需要重啟。","Disable Darktable":"禁用暗表","Disable ExifTool":"禁用ExifTool","Disable FFmpeg":"禁用 FFmpeg","Disable Places":"已停用","Disable RawTherapee":"禁用 RawTherapee","Disable TensorFlow":"禁用TensorFlow","Disable WebDAV":"已停用","Disabled":"已停用","Disables reverse geocoding and maps.":"禁用反向地理編碼和地圖。","Discover":"發現","Don't backup photo and album metadata to YAML files.":"不要將照片和相冊元數據備份到YAML文件中。","Don't create ExifTool JSON files for improved metadata extraction.":"不要創建ExifTool JSON文件來改進元數據提取。","Don't modify originals folder. Disables import, upload, and delete.":"不要修改原件文件夾。禁用導入,上傳和刪除。","Don't transcode videos with FFmpeg.":"不要使用 FFmpeg 對視頻進行轉碼。","Don't use Darktable to convert RAW files.":"不要使用 Darktable 來轉換 RAW 文件。","Don't use RawTherapee to convert RAW files.":"不要使用 RawTherapee 來轉換 RAW 文件。","Don't use TensorFlow for image classification.":"瀏覽以及編輯分類標籤。","Donations":"贊助","Done":"完成","Done.":"完成。","Download":"下載","Download remote files":"下載遠端檔案","Download single files and zip archives.":"下載單一檔案以及 zip 壓縮檔。","Downloading…":"下載中…","Downscaling Filter":"品質過濾","Duplicates will be skipped and only appear once.":"重複的項目會被跳過,只會出現一個。","Dutch":"荷蘭語","Dynamic Previews":"未緩存的預覽","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"按需渲染需要強大的CPU,不建議用於小型家用服務器或NAS設備。","Dynamic Size Limit: %{n}px":"未緩存的大小限制:%{n} px","E-Mail":"電子郵件","Edit":"編輯","Edit %{name}":"編輯 %{name}","Edit Account":"編輯帳號","Edit Photo":"編輯相片","Edited":"已編輯","Enable new features currently under development.":"啟用當前正在開發的新功能。","Enabled":"已啟用","Enables RAW converter presets. May reduce performance.":"啟用 RAW 轉換器預設。可能會降低性能。","English":"英文","Errors":"錯誤","Estimate the approximate location of pictures without coordinates.":"估計沒有坐標的圖片的大概位置。","Estimates":"估計","Every two days":"每兩天","Exclude content marked as private from search results, shared albums, labels, and places.":"从搜索结果,共享相册,标签和地点中排除标记为私人的内容。","Exclude hidden":"排除隱藏","Expand":"展开搜寻","Expand Search":"展開搜尋","Experimental Features":"測試功能","Expires":"期限","Exposure":"曝光","F Number":"F號","Face":"臉","Faces":"面","Failed copying to clipboard":"複製到剪貼簿失敗","Failed removing link":"移除連結失敗","Failed updating link":"更新連結失敗","Failure while importing uploaded files":"引入照片失敗","Fast":"快","Favorite":"我的最愛","Favorites":"我的最愛","Feature Request":"功能要求","Feedback":"回饋","File":"檔案","File Browser":"檔案瀏覽器","Files":"檔案","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"例如 IMG_1234 (2)' or 'IMG_1234 copy 2' 會被當作同一張照片。","Focal Length":"焦段","Folder":"資料夾","Folder contains %{n} files":"資料夾中有 %{n} 個檔案","Folder is empty":"資料夾是空的","Folders":"資料夾","French":"法文","Fullscreen":"全螢幕","General":"一般","German":"德文","Gold":"金色","Grayscale":"灰階","Green":"綠色","Grey":"灰色","Group by similarity":"以相似度分群","Hash":"雜湊","Hebrew":"希伯来文","Help":"說明","Hidden":"隱藏","Hidden Files":"隱藏的檔案","Hide":"隱藏","Hide photos that have been moved to archive.":"隱藏的檔案已經移至封存。","Hindi":"印地語","How can we help?":"我們可以幫你什麼?","Hybrid":"雜種","I'm a sponsor":"我是讚助商","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"如果您喜歡使用 PhotoPrism,請考慮在 Patreon 或 GitHub 贊助商上支持我們。","image":"圖片","Image":"圖片","Images":"圖片","Import":"引入","Import failed":"引入失敗","Imported files will be sorted by date and given a unique name to avoid duplicates.":"引入的檔案會依照日期排序,並且給予一個獨特的名字以防止重複。","Imported files will be sorted by date and given a unique name.":"引入的檔案會依照日期排序,並且給予一個獨特的名字。","Importing %{name}…":"引入中 %{name}…","Importing files to originals…":"引入檔案到來源…","in":"在","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"如果您期望的圖片丟失,請重新掃描您的庫並等待索引完成。","Index":"索引","Indexing":"索引中","Indexing failed":"索引失敗","Indexing media and sidecar files…":"索引媒體和檔案…","Instance ID":"實體 ID","Interval":"間隔","Invalid date":"錯誤的日期","Italian":"義大利文","Item":"項目","Japanese":"日语","JPEG Quality: %{n}":"JPEG品質:%{n}","JPEG Size Limit: %{n}px":"JPEG大小限制:%{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEGs 跟 縮圖 在需要的時候會自動生成。","Keywords":"關鍵字","Korean":"韓語","Kurdish":"庫德語","Label":"標籤","Labels":"標籤","Labels deleted":"標籤已刪除","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos:保留細節,減少偽像","Language":"語言","Last Backup":"上次備份","Latitude":"緯度","Lavender":"薰衣草","Lens":"鏡頭","Let us know when we mistakenly label an idea as unfunded.":"當我們錯誤地將一個想法標記為沒有資金時,請告訴我們。","Library":"收藏庫","License":"授權","Like":"喜歡","Lime":"萊姆色","Limit reached, showing first %{n} files":"顯示前 %{n} 個檔案","Linear: Very Smooth, Best Performance":"線性:非常平滑,最佳性能","Link":"連結","List":"清單","Live":"即時","Local Time":"本地時間","location":"地點","Location":"地點","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"日誌訊息會在檔案損毀時,或是其他問題出現時出現。","Login":"登入","Logout":"登出","Logs":"日誌","Longitude":"經度","Magenta":"品紅","Main Color":"主要顏色","manual":"手動","Manual Upload":"手動上傳","Marker":"標記","Medium":"中","Merge %{a} with %{b}?":"將 %{a} 與 %{b} 合併?","Message sent":"訊息已傳送","Minimize":"最小化","Missing":"缺少","Moments":"回憶時刻","Monochrome":"黑白","Month":"月","Moonlight":"月光","More than %{n} pictures found":"找到超過 %{n} 張圖片","More than 20 albums found":"找到超過 20 本相簿","More than 20 labels found":"找到超過 20 個標籤","More than 20 people found":"20多人發現","Mosaic":"鑲嵌","Most relevant":"最相關","Move Files":"移動檔案","Name":"名稱","Name too long":"名稱太長了","Never":"永不","New":"新規","New Password":"新密碼","Newest first":"新到舊","No":"否","No albums found":"找不到相簿","No labels found":"找不到標籤","No people found":"沒有人找到","No pictures found":"沒有找到圖片","No recently edited pictures":"沒有最近編輯的圖片","No servers configured.":"沒有配置好的伺服器。","No thanks":"不用了,謝謝","No warnings or error containing this keyword. Note that search is case-sensitive.":"沒有包含此關鍵字的警告或錯誤。請注意,搜索區分大小寫。","Non-photographic and low-quality images require a review before they appear in search results.":"非照相和低質量圖像需要進行手動確認,才會出現在搜索結果中。","None":"無","Norwegian":"挪威文","Not Found":"找不到","Note you may manually manage your originals folder and importing is optional.":"請注意,您可以手動管理原始文件夾,而導入是可選的。","Note:":"注意:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"注意:只能將WebDAV服務器(如Nextcloud或PhotoPrism)配置為遠程服務,以進行備份和文件上傳。","Note: Updating the password will not revoke access from already authenticated users.":"注意:更新密碼不會撤消已通過身份驗證的用戶的訪問。","Notes":"備註","Nothing to see here yet. Be patient.":"這裡什麼也看不到。耐心一點。","Offline":"離線","Oldest first":"最舊排前","Once a week":"一個星期一次","One album found":"找到 1 本相簿","One file found":"找到 1 個檔案","One folder found":"找到 1 個資料夾","One label found":"找到一個標籤","One person found":"發現了一個人","One picture found":"找到一張圖片","Onyx":"y瑪瑙","Options":"選項","Orange":"橘色","Orientation":"方向","Original":"來源","Original file names will be stored and indexed.":"來源檔案名稱會被儲存及索引。","Original Name":"來源名稱","Originals":"來源","Other":"其他","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"我們的願景是為瀏覽、組織和共享您的照片集提供最人性化的解決方案。","Outdoor":"對外","Panorama":"全景照片","Panoramas":"全景照片","Password":"密碼","Password changed":"密碼已更換","People":"人","People you share a link with will be able to view public contents.":"擁有連結的人可以看到公開內容。","Permanently deleted":"永久刪除","Permanently remove files to free up storage.":"永久刪除文件以釋放存儲空間。","Photo":"相片","PhotoPrism has been updated…":"PhotoPrism更新啦…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism®是 Michael Mayer 的註冊商標。","Photos":"照片","Pink":"粉紅色","Place":"地點","Place & Time":"地點與時間","Places":"地點","Play":"播放","Please confirm your new password.":"請確認新密碼。","Please contact us at hello@photoprism.app if you have questions or need help.":"如果您有任何問題或需要幫助,請通過 hello@photoprism.app 與我們聯繫。","Please don't upload photos containing offensive content.":"請不要上傳包含攻擊性內容的照片。","Polish":"波蘭語","Portrait":"人像","Português de Portugal":"葡萄牙葡萄牙","Preserve filenames":"保留檔案名稱","Press button to start importing…":"點擊按鈕以開始引入…","Press button to start indexing…":"點擊按鈕以開始索引…","Press enter to create a new album.":"點擊按鈕以新增相簿。","Preview":"預覽","Primary":"主要的","Private":"私人的","Product Feedback":"回饋","Projection":"投影","Purple":"紫色","Quality Filter":"品質過濾","Quality Score":"品質","Random":"隨機","Raspberry":"樹梅","Raw":"原始","RAW":"原始","RAW Conversion":"轉換中","Re-index all originals, including already indexed and unchanged files.":"重新索引,包含已經索引過的檔案。","Read-Only Mode":"只讀模式","Recently added":"近期新增","Recently edited":"近期編輯","Recognition starts after indexing has been completed.":"索引完成後開始識別。","Recognized":"認可","Recognizes faces so that specific people can be found.":"識別面孔,以便可以找到特定的人。","Red":"紅色","Reload":"重新載入","Reloading…":"重新載入中…","Remote Sync":"遠端同步","Remove":"移除","remove failed: unknown album":"移除失敗:未知的相簿","Remove from album":"從相冊中刪除","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"刪除導入的文件以節省存儲空間。不支持的文件類型將永遠不會被刪除,它們會保留在當前位置。","Report Bug":"回報問題","Request failed - invalid response":"要求失敗 - 非法的回應","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"由銀牌和金牌贊助商認可的請求將獲得金色標籤,並將被優先考慮。","Required":"必填","Resolution":"解析度","Restore":"恢復","Retype Password":"重新輸入密碼","Review":"回顧","Russian":"俄語","Save":"儲存","Scan":"掃描","Scans":"掃描","Search":"搜尋","Search and display photos on a map.":"搜尋及顯示在地圖上。","Season":"季節","Seaweed":"海藻","Secret":"秘密","Select":"選擇","Select albums or create a new one":"選擇或新增相簿","Selection approved":"已核准選取項目","Selection archived":"已封存選取項目","Selection restored":"已恢復選取項目","Send":"傳送","Sequential Name":"順序名稱","Server":"伺服器","Service URL":"服務 URL","Settings":"設定","Settings saved":"設定已儲存","Setup":"設定","Shadow":"陰影","Share":"分享","Share %{name}":"分享 %{name}","Shared with you.":"與你分想。","Show":"顯示","Show all new faces":"顯示所有新面孔","Show hidden":"顯示隱藏","Show less":"顯示少點","Show Library in navigation menu.":"在導覽目錄中顯示收藏庫。","Show more":"顯示更多","Show server logs in Library.":"在收藏庫中顯示伺服器日誌。","Shows more detailed log messages. Requires a restart.":"顯示更詳細的日誌消息。需要重新啟動。","Sidecar":"側邊欄","Sign in":"登入","Sign Up":"註冊","Similar":"相似","Size":"尺寸","Slovak":"斯洛伐克文","Slow":"慢","Sort by file name":"由檔名排序","Sort Order":"排序","Source":"來源","Spanish":"西班牙文","Stack":"堆疊","Stack files sharing the same unique image or instance identifier.":"共享相同唯一映像或實例標識符的堆棧文件。","Stack pictures taken at the exact same time and location based on their metadata.":"根據元數據,將在相同時間和位置拍攝的照片堆疊在一起。","Stackable":"堆疊","Stacks":"堆放","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"使用相似的參考框架堆疊組文件,但是質量,格式,大小或顏色有所不同。","Start":"開始","Start/Stop Slideshow":"開始/停止 幻燈片","States":"狀態","Static Size Limit: %{n}px":"渲染前大小限制:%{n} px","Status":"狀態","Storage Folder":"儲存資料夾","Streets":"街","Style":"風格","Subject":"主題","Support for additional services, like Google Drive, will be added over time.":"隨著時間的推移,將增加對其他服務的支持,例如Google雲端硬盤。","Sync":"同步","Sync raw and video files":"同步 RAW 照片","Taken":"已採取","Teal":"藍綠","Text too long":"文字太長了","Thank you very much!":"非常感謝!","The index currently contains %{n} hidden files.":"索引當前包含%{n}個隱藏檔案。","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"路線圖顯示了正在進行的任務、需要測試的任務以及接下來將實施的功能請求。","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"它們的格式可能不受支持,或尚未轉換為JPEG,或存在重複。","Theme":"主題","This is an early-access feature to say thanks to our sponsors and contributors.":"這是一項搶先體驗功能,感謝我們的讚助商和貢獻者。","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"這會將原始文件夾安裝為網絡驅動器,並允許您從計算機或智能手機中打開,編輯和刪除文件,就像它們是本地文件一樣。","This open-source project is made possible thanks to our sponsors.":"多虧了我們的讚助商,這個開源項目才得以實現。","Thumbnail Generation":"縮圖產生","Time UTC":"UTC 時間","Time Zone":"時區","Title":"標題","Title too long":"標題太常啦","to":"到","Toggle View":"切換檢視","Token":"令牌","Topographic":"地形圖","Trademarks":"商標","Try again using other filters or keywords.":"請使用其他篩選條件或是關鍵讚。","Type":"格式","Undo":"復原","Unique ID":"唯一身份","Unknown":"未知","Unsorted":"未分類","Unstack":"拆箱","Updated":"已更新","Updating faces":"更新面孔","Updating index":"更新索引","Updating moments":"更新時刻","Updating previews":"更新預覽","Updating stacks":"更新堆棧","Upload":"上傳","Upload complete":"上傳完成","Upload complete. Indexing…":"上傳完成。索引中…","Upload failed":"上傳失敗","Upload local files":"上傳本地檔案","Upload to WebDAV and share links with friends.":"上傳到 WebDAV 並且分享連結給朋友。","Uploading %{n} of %{t}…":"上傳 %{n} / %{t} …","Uploading photos…":"上傳照片中…","Uploads that may contain such images will be rejected automatically.":"可能包含此類圖像的上傳將被自動拒絕。","URL":"網址","Use Presets":"使用預設","User":"使用者","User Interface":"使用者介面","Username":"使用者名稱","Video":"影片","Videos":"影片","View":"檢視","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"當您在 Patreon 或 GitHub 贊助商上註冊時,我們會告訴您如何啟用它。","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV客戶端可以使用以下URL連接到PhotoPrism:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV客戶端(例如Microsoft的Windows資源管理器或Apple的Finder)可以直接連接到PhotoPrism。","WebDAV Upload":"WebDAV上傳","White":"白色","Year":"年","Yellow":"黃色","Yellowstone":"黃石","Yes":"是","You can only download one album":"你只能下載一個相簿","You can only download one label":"你只能下載一個標籤","You may only select one item":"你只能選取一個項目","You may rescan your library to find additional faces.":"您可以重新掃描您的圖書館以查找其他面孔。","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"出於教育目的,您可以根據需要使用它來描述我們的軟件,運行您自己的服務器,但未經事先書面許可,不得用於提供商業產品,產品或服務。換句話說,請詢問。","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"您的持續支持有助於我們資助運營成本、提供衛星地圖等服務並開發新功能。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"您的資料庫會持續進行分析,以自動創建有關特殊時刻、旅行和地點的相冊。","Your message has been sent":"你的訊息已傳送","Zoom in/out":"縮放"}} \ No newline at end of file +{"cs":{"%{n} albums found":"%{n} nalezených alb","%{n} files uploaded":"%{n} nahraných souborů","%{n} folders found":"%{n} nalezených složek","%{n} labels found":"%{n} nalezených štítků","%{n} people found":"%{n} nalezeno lidí","%{n} pictures found":"%{n} nalezených obrázků","1 hour":"1 hodina","12 hours":"12 hodin","4 hours":"4 hodiny","A click will copy it to your clipboard.":"Kliknutím zkopírujete do schránky.","About":"O nás","Account":"Účet","Accuracy":"Přesnost","Action":"Akce","Actions":"Akce","Add Album":"Přidat album","Add files to your library via Web Upload.":"Přidat soubory do vaší knihovny nahraním přes Web.","Add Link":"Přidat odkaz","Add pictures from search results by selecting them.":"Přidání obrázků z výsledků vyhledávání jejich výběrem.","Add Server":"Přidat server","Add to album":"Přidat do alba","Added":"Přidáno","Advanced":"Pokročilé","After 1 day":"Po 1 dni","After 3 days":"Po 3 dnech","After 7 days":"Po 7 dnech","After one month":"Po jednom měsíci","After one year":"Po jednom roce","After selecting pictures from search results, you can add them to an album using the context menu.":"Po výběru obrázků z výsledků vyhledávání je můžete přidat do alba pomocí kontextové nabídky.","After two months":"Po dvou měsících","After two weeks":"Po dvou týdnech","Album":"Album","Album Name":"Název alba","Albums":"Alba","Albums deleted":"Alba vymazána","All %{n} albums loaded":"Všech %{n} alb načteno","All %{n} labels loaded":"Všech %{n} štítků načteno","All %{n} people loaded":"Všichni %{n} lidé načteni","All Cameras":"Všechny kamery","All Categories":"Všechny kategorie","All Colors":"Všechny barvy","All Countries":"Všechny země","All fields are required":"Všechna pole jsou vyžadována","All files from import folder":"Všechny soubory ze složky pro importování","All Lenses":"Všechny objektivy","All Months":"Všechny měsíce","All originals":"Všechny originály","All Years":"Všechny roky","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativně lze nahrát soubory přímo do WebDAV serverů jako je Nextcloud.","Altitude":"Nadmořská výška","Altitude (m)":"Nadmořská výška (m)","An error occurred - are you offline?":"Došlo k chybě - jste offline?","Animation":"Animace","Any private photos and videos remain private and won't be shared.":"Jakékoliv soukromé fotografie nebo videa zůstanou soukromé a nebudou sdílena.","API Key":"API klíč","Apply":"Použít","Approve":"Potvrdit","Archive":"Archivovat","Archived":"Archivováno","Are you sure you want to archive the selection?":"Jste si jisti, že chcete archivovat označené?","Are you sure you want to delete these albums?":"Jste si jisti, že chcete vymazat tato alba?","Are you sure you want to delete these labels?":"Jste si jisti, že chcete vymazat tyto štítky?","Are you sure you want to delete this account?":"Jste si jisti, že chcete vymazat tento účet?","Are you sure you want to permanently delete these pictures?":"Jste si jisti, že chcete tyto fotografie trvale odstranit?","Are you sure you want to permanently delete this file?":"Jste si jisti, že chcete permanentně vymazat tento soubor?","Artist":"Umělec","Aspect Ratio":"Poměr stran","At least 6 characters.":"Alespoň 6 znaků.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Automaticky vytvořit JPEG pro ostatní typy souborů, aby mohly být zobrazeny v prohlížeči.","Automatically creates albums of special moments, trips, and places.":"Automaticky vytváří alba zvláštních okamžiků, výletů a míst.","Become a sponsor":"Staňte se sponzorem","Bio":"Bio","Black":"Černá","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos převzorkování, Méně prstencových artefaktů","Blue":"Modrá","Brazilian Portuguese":"Portugalština brazilská","Brown":"Hnědá","Browse and edit image classification labels.":"Prohlížet a upravit štítky klasifikace obrazu.","Browse indexed files and folders in Library.":"Prohlížet indexované soubory a složky v Knihovně.","Bug Report":"Nahlásit chybu","Busy, please wait…":"Zaneprázdněn, čekejte prosím…","Calendar":"Kalendář","Camera":"Kamera","Camera Serial":"Sériová kamera","Can't load more, limit reached":"Nelze načíst více, dosaženo limitu","Can't select more items":"Není možné vybrat více položek","Cancel":"Zrušit","Cards":"Karty","Category":"Kategorie","Change":"Změnit","Change photo titles, locations, and other metadata.":"Změna názvů fotografií, umístění a dalších metadat.","Change private flag":"Změnit soukromou vlaječku","Checked":"Zkontrolováno","Chinese Simplified":"Čínština zjednodušená","Chinese Traditional":"Čínština tradiční","Chroma":"Sytost","Close":"Zavřít","Codec":"Kodek","Color":"Barva","Colors":"Barvy","Complete Rescan":"Kompletní opětovné prohledání","Confidence":"Jistota","Connect":"Připojit","Connect via WebDAV":"Připojit přes WebDAV","Contact Us":"Kontaktujte nás","Contains %{n} pictures.":"Obsahuje %{n} obrázků.","Contains one picture.":"Obsahuje jeden obrázek.","Convert to JPEG":"Převést do JPEG","Converting":"Převádí se","Copied to clipboard":"Zkopírováno do schránky","Copyright":"Autorská práva","Couldn't find anything.":"Nic jsem nenašel.","Country":"Země","Create album":"Vytvořit album","Created":"Vytvořeno","Creating thumbnails for":"Vytváření miniatur pro","Cubic: Moderate Quality, Good Performance":"Kubický: Střední kvalita, Dobrý výkon","Current Password":"Aktuální heslo","Customer Support":"Zákaznická podpora","Cyan":"Tyrkysová","Cyano":"Cyano","Czech":"Čeština","Daily":"Denně","Danish":"Dánština","Day":"Den","Debug Logs":"Protokoly ladění","Default":"Výchozí","Default Folder":"Výchozí složka","Delete":"Vymazat","Description":"Popis","Detailed instructions can be found in our User Guide.":"Detailnější instrukce naleznete v naší Uživatelské příručce.","Details":"Detaily","Dimensions":"Rozměry","Disable Backups":"Deaktivovat zálohy","Disable built-in WebDAV server. Requires a restart.":"Deaktivovat vestavěný WebDAV server. Vyžaduje restart.","Disable Darktable":"Zakázat Darktable","Disable ExifTool":"Deaktivovat ExifTool","Disable FFmpeg":"Zakázat FFmpeg","Disable Places":"Deaktivovat místa","Disable RawTherapee":"Zakázat RawTherapee","Disable TensorFlow":"Deaktivovat TensorFlow","Disable WebDAV":"Deaktivovat WebDAV","Disabled":"Deaktivovat","Disables reverse geocoding and maps.":"Zakáže reverzní geokódování a mapy.","Discover":"Objevit","Don't backup photo and album metadata to YAML files.":"Nezálohujte metadata fotografií a alb do souborů YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Nevytvářejte soubory JSON nástroje ExifTool pro lepší extrakci metadat.","Don't modify originals folder. Disables import, upload, and delete.":"Neupravovat složku originálů. Deaktivuje importování, nahrávání a odstraňování.","Don't transcode videos with FFmpeg.":"Nepřekódovávejte videa pomocí FFmpeg.","Don't use Darktable to convert RAW files.":"Nepoužívejte Darktable ke konverzi souborů RAW.","Don't use RawTherapee to convert RAW files.":"Nepoužívejte RawTherapee ke konverzi souborů RAW.","Don't use TensorFlow for image classification.":"Nepoužívat TensorFlow pro klasifikaci obrazu.","Donations":"Sponzorské dary","Done":"Hotovo","Done.":"Hotovo.","Download":"Stáhnout","Download remote files":"Stáhnout vzdálené soubory","Download single files and zip archives.":"Stahování jednotlivých souborů a archivů zip.","Downloading…":"Stahování…","Downscaling Filter":"Filtr pro snížení měřítka","Duplicates will be skipped and only appear once.":"Duplicity budou přeskočeny a objeví se pouze jednou.","Dutch":"Holandština","Dynamic Previews":"Dynamické náhledy","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Dynamické vykreslování vyžaduje výkonný server. Není doporučeno pro zařízení NAS.","Dynamic Size Limit: %{n}px":"Dynamický limit velikosti: %{n}px","E-Mail":"E-Mail","Edit":"Upravit","Edit %{name}":"Upravit %{name}","Edit Account":"Upravit účet","Edit Photo":"Upravit fotografii","Edited":"Upraveno","Enable new features currently under development.":"Povolit nové funkce, které jsou aktuálně ve vývoji.","Enabled":"Povoleno","Enables RAW converter presets. May reduce performance.":"Povolí předvolby konvertoru RAW. Může snížit výkon.","English":"Angličtina","Errors":"Chyby","Estimate the approximate location of pictures without coordinates.":"Odhad přibližné polohy obrázků bez souřadnic.","Estimates":"Odhady","Every two days":"Každé dva dny","Exclude content marked as private from search results, shared albums, labels, and places.":"Vyloučení obsahu označeného jako soukromý z výsledků vyhledávání, sdílených alb, štítků a míst.","Exclude hidden":"Vyloučit skryté","Expand":"Rozšířené","Expand Search":"Rozšířené vyhledávání","Experimental Features":"Experimentální funkce","Expires":"Vyprší","Exposure":"Expozice","F Number":"Clonové číslo","Face":"Oblicej","Faces":"Tváře","Failed copying to clipboard":"Kopírování do schránky selhalo","Failed removing link":"Odstraňování odkazu selhalo","Failed updating link":"Aktualizace odkazu selhalo","Failure while importing uploaded files":"Selhání při importování nahraných souborů","Fast":"Rychlé","Favorite":"Oblíbené","Favorites":"Oblíbené","Feature Request":"Žádost o funkci","Feedback":"Zpětná vazba","File":"Soubor","File Browser":"Prohlížeč souborů","Files":"Soubory","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Soubory s pořadovými názvy jako 'IMG_1234 (2)' a 'IMG_1234 (3)' náleží stejnému obrázku.","Focal Length":"Ohnisková vzdálenost","Folder":"Složka","Folder contains %{n} files":"Složka obsahuje %{n} souborů","Folder is empty":"Složka je prázdná","Folders":"Složky","French":"Francouzština","Fullscreen":"Celá obrazovka","General":"Obecné","German":"Němčina","Gold":"Zlatá","Grayscale":"Odstíny šedé","Green":"Zelená","Grey":"Šedá","Group by similarity":"Seskupit podle podobnosti","Hash":"Hash","Hebrew":"Hebrejština","Help":"Pomoc","Hidden":"Skryté","Hidden Files":"Skryté soubory","Hide":"Skrýt","Hide photos that have been moved to archive.":"Skrýt fotografie, které byly přesunuty do archivu.","Hindi":"Hindština","How can we help?":"Jak můžeme pomoci?","Hybrid":"Smíšeně","I'm a sponsor":"Jsem sponzor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Pokud se vám PhotoPrism líbí, zvažte prosím, zda nás podpořit na Patreonu nebo na GitHubu.","image":"snímek","Image":"Snímek","Images":"Snímky","Import":"Importovat","Import failed":"Importování selhalo","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importované soubory budou seřazeny podle data a přiděleného jedinečného názvu, aby se předešlo duplicitám.","Imported files will be sorted by date and given a unique name.":"Importované soubory budou seřazeny podle data a přiděleného jedinečného názvu.","Importing %{name}…":"Importování %{name}…","Importing files to originals…":"Importování souborů do originálů…","in":"v","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"V případě, že očekávané obrázky chybí, prohledejte knihovnu znovu a počkejte, až bude indexace dokončena.","Index":"Indexovat","Indexing":"Indexování","Indexing failed":"Indexování selhalo","Indexing media and sidecar files…":"Indexování media a přidružených souborů…","Instance ID":"ID instance","Interval":"Vnitřní","Invalid date":"Neplatné datum","Italian":"Italština","Item":"Položka","Japanese":"Japonština","JPEG Quality: %{n}":"JPEG kvalita: %{n}","JPEG Size Limit: %{n}px":"JPEG limit velikosti: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG a miniatury se vykreslují automaticky dle potřeby.","Keywords":"Klíčová slova","Korean":"Korejština","Kurdish":"Kurdský","Label":"Štítek","Labels":"Štítky","Labels deleted":"Štítek vymazán","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Zachování detailů, Minimální artefakty","Language":"Jazyk","Last Backup":"Poslední záloha","Latitude":"Zeměpisná šířka","Lavender":"Lavender","Lens":"Objektiv","Let us know when we mistakenly label an idea as unfunded.":"Dejte nám vědět, když nějaký nápad omylem označíme jako nefinancovatelný.","Library":"Knihovna","License":"Licence","Like":"Líbí se mi","Lime":"Limetková","Limit reached, showing first %{n} files":"Dosaženo limitu, zobrazeno prvních %{n} souborů","Linear: Very Smooth, Best Performance":"Lineární: Velmi hladký, Nejlepší výkon","Link":"Odkaz","List":"Seznam","Live":"Live Photo","Local Time":"Místní čas","location":"lokalita","Location":"Lokalita","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Zprávy logu se zde zobrazují vždy, když PhotoPrism narazí na poškozené soubory nebo se vyskytnou jiné potenciální problémy.","Login":"Přihlášení","Logout":"Odhlášení","Logs":"Logy","Longitude":"Zeměpisná délka","Magenta":"Purpurová","Main Color":"Hlavní barva","manual":"ručně","Manual Upload":"Ruční nahrání","Marker":"Značka","Medium":"Střední","Merge %{a} with %{b}?":"Sloučit %{a} s %{b}?","Message sent":"Zpráva odeslána","Minimize":"Minimalizovat","Missing":"Chybějící","Moments":"Okamžiky","Monochrome":"Monochromatické","Month":"Měsíc","Moonlight":"Moonlight","More than %{n} pictures found":"Nalezeno více než %{n} obrázků","More than 20 albums found":"Nalezeno více než 20 alb","More than 20 labels found":"Nalezeno více než 20 štítků","More than 20 people found":"Více než 20 lidí našlo","Mosaic":"Mozaika","Most relevant":"Nejrelevantnější","Move Files":"Přesunout soubory","Name":"Název","Name too long":"Název je příliš dlouhý","Never":"Nikdy","New":"Nový","New Password":"Nové heslo","Newest first":"Nejnovější jako první","No":"Ne","No albums found":"Nenalezena žádná alba","No labels found":"Nenalezeny žádné štítky","No people found":"Nebyly nalezeny žádné osoby","No pictures found":"Nebyly nalezeny žádné obrázky","No recently edited pictures":"Žádné nedávno upravené obrázky","No servers configured.":"Žádný server nebyl nakonfigurován.","No thanks":"Ne, děkuji","No warnings or error containing this keyword. Note that search is case-sensitive.":"Žádná varování nebo chyba obsahující toto klíčové slovo. Mějte na paměti, že při vyhledávání se rozlišují velká a malá písmena.","Non-photographic and low-quality images require a review before they appear in search results.":"Nefotografické obrázky a snímky nízké kvality vyžadují kontrolu, než se objeví ve výsledcích vyhledávání.","None":"Žádné","Norwegian":"Norština","Not Found":"Nenalezeno","Note you may manually manage your originals folder and importing is optional.":"Všimněte si, že složku s originály můžete spravovat ručně a import je volitelný.","Note:":"Poznámka:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Poznámka: Pouze WebDAV servery, jako Nextcloud nebo PhotoPrism, mohou být nakonfigurovány jako vzdálená služba pro zálohu a nahrávání souborů.","Note: Updating the password will not revoke access from already authenticated users.":"Poznámka: Aktualizace hesla neodebere přístup již ověřeným uživatelům.","Notes":"Poznámky","Nothing to see here yet. Be patient.":"Není tu nic k vidění. Prosíme o trpělivost.","Offline":"Zjednodušeně","Oldest first":"Nejstarší jako první","Once a week":"Jednou týdně","One album found":"Nalezeno jedno album","One file found":"Nalezen jeden soubor","One folder found":"Nalezena jedna složka","One label found":"Jeden štítek našel","One person found":"Jedna osoba našla","One picture found":"Jeden nalezený obrázek","Onyx":"Onyx","Options":"Nastavení","Orange":"Oranžová","Orientation":"Orientace","Original":"Originál","Original file names will be stored and indexed.":"Názvy souborů originálů budou uloženy a indexovány.","Original Name":"Název originálu","Originals":"Originály","Other":"Jiné","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Naší vizí je poskytnout uživatelsky nejpřívětivější řešení pro prohlížení, organizaci a sdílení sbírky fotografií.","Outdoor":"Zeměpisně","Panorama":"Panorama","Panoramas":"Panoramata","Password":"Heslo","Password changed":"Heslo změněno","People":"Lidé","People you share a link with will be able to view public contents.":"Lidé, se kterými sdílíte odkaz, budou moci zobrazit veřejný obsah.","Permanently deleted":"Trvale smazáno","Permanently remove files to free up storage.":"Trvale odstraňte soubory, abyste uvolnili úložiště.","Photo":"Fotografie","PhotoPrism has been updated…":"PhotoPrism byl aktualizován…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® je registrovaná značka Michael Mayer.","Photos":"Fotografie","Pink":"Růžová","Place":"Místo","Place & Time":"Místo a Čas","Places":"Místa","Play":"Přehrát","Please confirm your new password.":"Potvrďte prosím nové heslo.","Please contact us at hello@photoprism.app if you have questions or need help.":"V případě dotazů nebo potřeby pomoci nás kontaktujte na adrese hello@photoprism.app.","Please don't upload photos containing offensive content.":"Nenahrávejte prosím fotografie obsahující urážlivý obsah.","Polish":"Polština","Portrait":"Portrét","Português de Portugal":"Português de Portugal","Preserve filenames":"Zachovat názvy souborů","Press button to start importing…":"Stiskněte tlačítko pro začátek importování…","Press button to start indexing…":"Stiskněte tlačítko pro začátek indexování…","Press enter to create a new album.":"Stiskněte Enter pro vytvoření nového alba.","Preview":"Náhled","Primary":"Primární","Private":"Soukromé","Product Feedback":"Zpětná vazba k produktu","Projection":"Projekce","Purple":"Fialová","Quality Filter":"Filtr kvality","Quality Score":"Hodnocení kvality","Random":"Náhodně","Raspberry":"Raspberry","Raw":"Raw","RAW":"RAW","RAW Conversion":"Převod RAW formátu","Re-index all originals, including already indexed and unchanged files.":"Znovu indexovat všechny originály, včetně již zaindexovaných a nezměněných souborů.","Read-Only Mode":"Mód jen pro čtení","Recently added":"Nedávno přidané","Recently edited":"Nedávno upravené","Recognition starts after indexing has been completed.":"Rozpoznávání se spustí po dokončení indexování.","Recognized":"Uznávané","Recognizes faces so that specific people can be found.":"Rozpoznává obličeje, aby bylo možné najít konkrétní osoby.","Red":"Červená","Reload":"Znovu načíst","Reloading…":"Načítání…","Remote Sync":"Vzdálená synchronizace","Remove":"Odstranit","remove failed: unknown album":"odstranění selhalo: neznámé album","Remove from album":"Odebrat z alba","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Odstranit importované soubory pro ušetření úložného prostoru. Nepodporované typy souborů odstraněny nikdy nebudou, zůstanou ve svém aktuálním umístění.","Report Bug":"Nahlásit chybu","Request failed - invalid response":"Požadavek selhal - neplatná odpověď","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Žádosti podpořené stříbrnými a zlatými sponzory obdrží zlatou nálepku a budou upřednostněny.","Required":"Vyžadováno","Resolution":"Rozlišení","Restore":"Obnovit","Retype Password":"Znovu zadejte heslo","Review":"Kontrola","Russian":"Ruština","Save":"Uložit","Scan":"Sken","Scans":"Skeny","Search":"Vyhledat","Search and display photos on a map.":"Vyhledat a zobrazit fotografie na mapě.","Season":"Období","Seaweed":"Seaweed","Secret":"Secret","Select":"Označit","Select albums or create a new one":"Vyberte alba nebo vytvořte nové","Selection approved":"Výběr potvrzen","Selection archived":"Výběr archivován","Selection restored":"Výběr obnoven","Send":"Odeslat","Sequential Name":"Pořadový název","Server":"Server","Service URL":"URL služby","Settings":"Nastavení","Settings saved":"Nastavení uloženo","Setup":"Nastavení","Shadow":"Stín","Share":"Sdílet","Share %{name}":"Sdílet %{name}","Shared with you.":"Sdíleno s vámi.","Show":"Zobrazit","Show all new faces":"Zobrazit všechny nové tváře","Show hidden":"Zobrazit skryté","Show less":"Zobrazit méně","Show Library in navigation menu.":"Zobrazit Knihovni v navigačním menu.","Show more":"Zobrazit více","Show server logs in Library.":"Zobrazit logy serveru v Knihovně.","Shows more detailed log messages. Requires a restart.":"Zobrazí podrobnější zprávy protokolu. Vyžaduje restart.","Sidecar":"Přidružené","Sign in":"Přihlásit se","Sign Up":"Registrace","Similar":"Podobné","Size":"Velikost","Slovak":"Slovenština","Slow":"Pomalé","Sort by file name":"Seřadit podle názvu souboru","Sort Order":"Pořadí řazení","Source":"Zdroj","Spanish":"Španělština","Stack":"Stohovat","Stack files sharing the same unique image or instance identifier.":"Stohovat soubory, které sdílí stejný jedinečný snímek nebo identifikátor instance.","Stack pictures taken at the exact same time and location based on their metadata.":"Stohovat snímky pořízené ve stejnou chvíli a ve stejné lokalitě na základě jejich metadat.","Stackable":"Stohovatelné","Stacks":"Stohy","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Stohuje seskupené soubory s podobným referenčním rámcem, ale odlišné kvality, formátu, velikosti nebo barvy.","Start":"Spustit","Start/Stop Slideshow":"Spustit/Zastavit prezentaci","States":"Státy","Static Size Limit: %{n}px":"Statický limit velikosti: %{n}px","Status":"Status","Storage Folder":"Složka uložiště","Streets":"Ulice","Style":"Styl","Subject":"Předmět","Support for additional services, like Google Drive, will be added over time.":"Podpora dalších služeb, jako Google Disk, budou postupně přidávány.","Sync":"Synchronizace","Sync raw and video files":"Synchronizovat raw a video soubory","Taken":"Pořízeno","Teal":"Šedozelená","Text too long":"Text je příliš dlouhý","Thank you very much!":"Děkuji mnohokrát!","The index currently contains %{n} hidden files.":"Index aktuálně obsahuje %{n} skrytých souborů.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Plán ukazuje, jaké úkoly se provádějí, co je třeba otestovat a které požadavky na funkce budou implementovány jako další.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Jejich formát nemusí být podporován, nebyly dosud převedeny do JPEG nebo existují duplikáty.","Theme":"Téma","This is an early-access feature to say thanks to our sponsors and contributors.":"Jedná se o předčasně zpřístupněnou funkci, která je poděkováním našim sponzorům a přispěvatelům.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Toto nastaví složku originálů jako síťový disk a umožní vám otevírat, upravovat a mazat soubory prostřednictvím vašeho počítače nebo telefonu jako by byli lokálně.","This open-source project is made possible thanks to our sponsors.":"Tento open-source projekt je možný díky našim sponzorům.","Thumbnail Generation":"Vytváření miniatur","Time UTC":"Čas UTC","Time Zone":"Časová zóna","Title":"Název","Title too long":"Název je příliš dlouhý","to":"do","Toggle View":"Přepnout zobrazení","Token":"Token","Topographic":"Topograficky","Trademarks":"Ochranné známky","Try again using other filters or keywords.":"Zkuste to znovu použitím jiného filtru nebo klíčového slova.","Type":"Typ","Undo":"Zpět","Unique ID":"Jedinečné ID","Unknown":"Neznámé","Unsorted":"Neseřazeno","Unstack":"Nestohovat","Updated":"Aktualizováno","Updating faces":"Aktualizace obličejů","Updating index":"Aktualizace indexace","Updating moments":"Aktualizace okamžiků","Updating previews":"Aktualizace náhledů","Updating stacks":"Aktualizace stohování","Upload":"Nahrát","Upload complete":"Nahrávání dokončeno","Upload complete. Indexing…":"Nahrávání dokončeno. Indexování…","Upload failed":"Nahrávání selhalo","Upload local files":"Nahrát lokální soubory","Upload to WebDAV and share links with friends.":"Nahrát do WebDAV a sdílet odkazy s přáteli.","Uploading %{n} of %{t}…":"Nahrávání %{n} z %{t}..","Uploading photos…":"Nahrávání fotografií…","Uploads that may contain such images will be rejected automatically.":"Nahrávání obsahující takovéto snímky budou automaticky odmítnuta.","URL":"URL","Use Presets":"Použít předvolby","User":"Uživatel","User Interface":"Uživatelské rozhraní","Username":"Uživatelské jméno","Video":"Video","Videos":"Videa","View":"Zobrazit","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Dáme vám vědět, jak ji povolit, když se zaregistrujete na Patreonu nebo GitHubu Sponzoři.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klienti se mohou k PhotoPrism připojit pomocí následující URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAC klienti, jako Microsoftí Windows Exporer nebo Applovský Finder, se mohou k PhotoPrism připojit přímo.","WebDAV Upload":"Nahrát WebDAV","White":"Bílá","Year":"Rok","Yellow":"Žlutá","Yellowstone":"Yellowstone","Yes":"Ano","You can only download one album":"Stáhnout lze pouze jedno album","You can only download one label":"Stáhnout lze pouze jeden štítek","You may only select one item":"Vybrat lze pouze jednu položku","You may rescan your library to find additional faces.":"Můžete znovu prohledat knihovnu a najít další tváře.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Můžete jej podle potřeby použít k popisu našeho softwaru, spuštění vlastního serveru, pro vzdělávací účely, ale ne k nabízení komerčního zboží, produktů nebo služeb bez předchozího písemného souhlasu. Jinými slovy, zeptejte se.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Vaše trvalá podpora nám pomáhá financovat provozní náklady, poskytovat služby, jako jsou satelitní mapy, a vyvíjet nové funkce.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Vaše knihovna je průběžně analyzována a automaticky vytváří alba zvláštních okamžiků, výletů a míst.","Your message has been sent":"Zpráva byla odeslána","Zoom in/out":"Přiblížit/Oddálit"},"da":{"%{n} albums found":"%{n} album fundet","%{n} files uploaded":"%{n} filer uploadet","%{n} folders found":"%{n} mapper fundet","%{n} labels found":"%{n} etiketter fundet","%{n} people found":"%{n} personer fundet","%{n} pictures found":"%{n} billeder fundet","1 hour":"1 time","12 hours":"12 timer","4 hours":"4 timer","A click will copy it to your clipboard.":"Et klik kopierer det til dit udklipsholder.","About":"Om","Account":"Konto","Accuracy":"Nøjagtighed","Action":"Handling","Actions":"Handlinger","Add Album":"Tilføj album","Add files to your library via Web Upload.":"Føj filer til dit bibliotek via Web Upload.","Add Link":"Tilføj link","Add pictures from search results by selecting them.":"Tilføj billeder fra søgeresultater ved at vælge dem.","Add Server":"Tilføj server","Add to album":"Føj til albummet","Added":"Tilføjet","Advanced":"Avanceret","After 1 day":"Efter 1 dag","After 3 days":"Efter 3 dage","After 7 days":"Efter 7 dage","After one month":"Efter en måned","After one year":"Efter et år","After selecting pictures from search results, you can add them to an album using the context menu.":"Når du har valgt billeder fra søgeresultaterne, kan du tilføje dem til et album ved hjælp af kontekstmenuen.","After two months":"Efter to måneder","After two weeks":"Efter tre uger","Album":"Album","Album Name":"Album navn","Albums":"Album","Albums deleted":"Album slettet","All %{n} albums loaded":"Alle %{n} album er indlæst","All %{n} labels loaded":"Alle %{n} etiketter er indlæst","All %{n} people loaded":"Alle %{n} personer indlæst","All Cameras":"Alle kameraer","All Categories":"Alle kategorier","All Colors":"Alle farver","All Countries":"Alle lande","All fields are required":"Alle felter skal udfyldes","All files from import folder":"Alle filer fra importmappen","All Lenses":"Alle linser","All Months":"Alle måneder","All originals":"Alle originaler","All Years":"Alle år","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativt kan du uploade filer direkte til WebDAV-servere som Nextcloud.","Altitude":"Højde","Altitude (m)":"Højde (m)","An error occurred - are you offline?":"Der opstod en fejl - er du offline?","Animation":"Animation","Any private photos and videos remain private and won't be shared.":"Alle private fotos og videoer forbliver private og deles ikke.","API Key":"API-nøgle","Apply":"Anvend","Approve":"Godkend","Archive":"Arkiver","Archived":"Arkiveret","Are you sure you want to archive the selection?":"Er du sikker på, at du vil arkivere det markerede?","Are you sure you want to delete these albums?":"Er du sikker på, at du vil slette disse album?","Are you sure you want to delete these labels?":"Er du sikker på, at du vil slette disse etiketter?","Are you sure you want to delete this account?":"Er du sikker på, at du vil slette denne konto?","Are you sure you want to permanently delete these pictures?":"Er du sikker på, at du vil slette disse billeder permanent?","Are you sure you want to permanently delete this file?":"Er du sikker på, at du vil slette denne fil permanent?","Artist":"Kunstner","Aspect Ratio":"Billedformat","At least 6 characters.":"Mindst 6 tegn.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Opret automatisk JPEG’er til andre filtyper, så de kan vises i en browser.","Automatically creates albums of special moments, trips, and places.":"Opretter automatisk album af særlige øjeblikke, rejser og steder.","Become a sponsor":"Bliv sponsor","Bio":"Biografi","Black":"Sort","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos Modification, Less Ringing Artifacts","Blue":"Blå","Brazilian Portuguese":"Brasiliansk portugisisk","Brown":"Brun","Browse and edit image classification labels.":"Gennemse og rediger billedklassifikationsetiketter.","Browse indexed files and folders in Library.":"Gennemse indekserede filer og mapper i biblioteket.","Bug Report":"Fejlrapport","Busy, please wait…":"Optaget, vent venligst …","Calendar":"Kalender","Camera":"Kamera","Camera Serial":"Kamera serienummer","Can't load more, limit reached":"Kan ikke indlæse mere, grænsen nået","Can't select more items":"Kan ikke vælge flere elementer","Cancel":"Annullere","Cards":"Kort","Category":"Kategori","Change":"Ændre","Change photo titles, locations, and other metadata.":"Ændre billedtitler, steder og andre metadata.","Change private flag":"Ændre privat flag","Checked":"Kontrolleret","Chinese Simplified":"Kinesisk forenklet","Chinese Traditional":"Traditionelt kinesisk","Chroma":"Chroma","Close":"Luk","Codec":"Codec","Color":"Farve","Colors":"Farver","Complete Rescan":"Komplet scanning","Confidence":"Tillid","Connect":"Opret forbindelse","Connect via WebDAV":"Opret forbindelse via WebDAV","Contact Us":"Kontakt os","Contains %{n} pictures.":"Indeholder %{n} billeder.","Contains one picture.":"Indeholder et billede.","Convert to JPEG":"Konverter til JPEG","Converting":"Konverterer","Copied to clipboard":"Kopieret til udklipsholderen","Copyright":"Ophavsret","Couldn't find anything.":"Kunne ikke finde noget.","Country":"Land","Create album":"Opret album","Created":"Oprettet","Creating thumbnails for":"Opretter miniaturer til","Cubic: Moderate Quality, Good Performance":"Cubic: Moderate Quality, Good Performance","Current Password":"Nuværende kodeord","Customer Support":"Kunde support","Cyan":"Cyan","Cyano":"Cyano","Czech":"Tjekkisk","Daily":"Dagligt","Danish":"Dansk","Day":"Dag","Debug Logs":"Fejlfindingslog","Default":"Standard","Default Folder":"Standardmappe","Delete":"Slet","Description":"Beskrivelse","Detailed instructions can be found in our User Guide.":"Detaljerede instruktioner kan findes i vores brugervejledning.","Details":"Detaljer","Dimensions":"Dimensioner","Disable Backups":"Deaktiver sikkerhedskopier","Disable built-in WebDAV server. Requires a restart.":"Deaktiver den indbyggede WebDAV-server. Kræver en genstart.","Disable Darktable":"Deaktivere Darktable","Disable ExifTool":"Deaktiver ExifTool","Disable FFmpeg":"Deaktiver FFmpeg","Disable Places":"Deaktiver steder","Disable RawTherapee":"Deaktivere RawTherapee","Disable TensorFlow":"Deaktiver TensorFlow","Disable WebDAV":"Deaktiver WebDAV","Disabled":"Deaktiveret","Disables reverse geocoding and maps.":"Deaktiverer omvendt geokodning og kort.","Discover":"Opdag","Don't backup photo and album metadata to YAML files.":"Sikkerhedskopier ikke foto- og albummetadata til YAML-filer.","Don't create ExifTool JSON files for improved metadata extraction.":"Opret ikke ExifTool JSON-filer til forbedret metadataekstraktion.","Don't modify originals folder. Disables import, upload, and delete.":"Rediger ikke mappen med originaler. Deaktiverer import, overførsel og sletning.","Don't transcode videos with FFmpeg.":"Du må ikke transkode videoer med FFmpeg.","Don't use Darktable to convert RAW files.":"Du må ikke bruge Darktable til at konvertere RAW-filer.","Don't use RawTherapee to convert RAW files.":"Du må ikke bruge RawTherapee til at konvertere RAW-filer.","Don't use TensorFlow for image classification.":"Brug ikke TensorFlow til billedklassifikation.","Donations":"Donationer","Done":"Færdig","Done.":"Udført.","Download":"Download","Download remote files":"Download fjernfiler","Download single files and zip archives.":"Download enkeltfiler og zip-arkiver.","Downloading…":"Downloader…","Downscaling Filter":"Nedskaleringsfilter","Duplicates will be skipped and only appear once.":"Duplikater springes over og vises kun én gang.","Dutch":"Tysk","Dynamic Previews":"Dynamiske miniaturebilleder","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Dynamisk gengivelse kræver en effektiv server. Det anbefales ikke til NAS-enheder.","Dynamic Size Limit: %{n}px":"Grænse for dynamisk størrelse: %{n}px","E-Mail":"E-mail","Edit":"Redigere","Edit %{name}":"Rediger %{name}","Edit Account":"Rediger konto","Edit Photo":"Rediger Billede","Edited":"Redigeret","Enable new features currently under development.":"Aktivér nye funktioner, der aktuelt er under udvikling.","Enabled":"Aktiveret","Enables RAW converter presets. May reduce performance.":"Aktiverer RAW-konverteringsindstillinger. Kan reducere ydeevnen.","English":"Engelsk","Errors":"Fejl","Estimate the approximate location of pictures without coordinates.":"Anslå den omtrentlige placering af billeder uden koordinater.","Estimates":"Anslår","Every two days":"Hver anden dag","Exclude content marked as private from search results, shared albums, labels, and places.":"Udeluk indhold, der er markeret som privat, fra søgeresultater, delte album, etiketter og steder.","Exclude hidden":"Udelukke skjulte","Expand":"Udvid","Expand Search":"Udvid søgning","Experimental Features":"Eksperimentelle funktioner","Expires":"Udløber","Exposure":"Eksponering","F Number":"F-nummer","Face":"Ansigt","Faces":"Ansigter","Failed copying to clipboard":"Kopiering til udklipsholder mislykkedes","Failed removing link":"Linket kunne ikke fjernes","Failed updating link":"Linket kunne ikke opdateres","Failure while importing uploaded files":"Fejl ved import af uploadede filer","Fast":"Hurtig","Favorite":"Favorit","Favorites":"Favoritter","Feature Request":"Funktionsanmodning","Feedback":"Feedback","File":"Fil","File Browser":"Filbrowser","Files":"Filer","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Filer med sekventielle navne som ‘IMG_1234 (2)’ og ‘IMG_1234 (3)’ hører til det samme billede.","Focal Length":"Brændvidde","Folder":"Mappe","Folder contains %{n} files":"Mappen indeholder %{n} filer","Folder is empty":"Mappen er tom","Folders":"Mapper","French":"Fransk","Fullscreen":"Fuld skærm","General":"General","German":"Tysk","Gold":"Guld","Grayscale":"Grayscale","Green":"Grøn","Grey":"Grå","Group by similarity":"Group by similarity","Hash":"Hash","Hebrew":"Hebraisk","Help":"Hjælp","Hidden":"Skjult","Hidden Files":"Skjulte filer","Hide":"Skjul","Hide photos that have been moved to archive.":"Skjul fotos, der er flyttet til arkivet.","Hindi":"Hindi","How can we help?":"Hvordan kan vi hjælpe?","Hybrid":"Hybrid","I'm a sponsor":"Jeg er sponsor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Hvis du nyder at bruge PhotoPrism, så overvej at støtte os på Patreon eller GitHub Sponsors.","image":"billede","Image":"Billede","Images":"Billeder","Import":"Importere","Import failed":"Import mislykkedes","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importerede filer sorteres efter dato og får et unikt navn for at undgå dubletter.","Imported files will be sorted by date and given a unique name.":"Importerede filer sorteres efter dato og får et unikt navn.","Importing %{name}…":"Importerer %{name} …","Importing files to originals…":"Importerer filer til originaler …","in":"i","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Hvis der mangler billeder, som du forventer, skal du scanne dit bibliotek igen og vente, indtil indekseringen er afsluttet.","Index":"Indeks","Indexing":"Indeksering","Indexing failed":"Indeksering fejlede","Indexing media and sidecar files…":"Indekserer medie- og sidecar filer…","Instance ID":"Instans-id","Interval":"Interval","Invalid date":"Ugyldig dato","Italian":"Italiensk","Item":"Element","Japanese":"Japansk","JPEG Quality: %{n}":"JPEG-kvalitet: %{n}","JPEG Size Limit: %{n}px":"JPEG maks størrelse: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG’er og miniaturer gengives automatisk efter behov.","Keywords":"Nøgleord","Korean":"Koreansk","Kurdish":"Kurdisk","Label":"Etiket","Labels":"Etiketter","Labels deleted":"Etiketter slettet","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Detail Preservation, Minimal Artifacts","Language":"Sprog","Last Backup":"Sidste sikkerhedskopi","Latitude":"Breddegrad","Lavender":"Lavendel","Lens":"Linse","Let us know when we mistakenly label an idea as unfunded.":"Giv os besked, når vi fejlagtigt betegner en idé som ufinansieret.","Library":"Bibliotek","License":"Licens","Like":"Synes godt om","Lime":"Lime","Limit reached, showing first %{n} files":"Grænse nået, viser de første %{n} filer","Linear: Very Smooth, Best Performance":"Lineær: Meget glat, bedste ydeevne","Link":"Link","List":"Liste","Live":"Direkte","Local Time":"Lokal tid","location":"sted","Location":"Sted","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Logbeskeder vises her, når PhotoPrism kommer på tværs af ødelagte filer, eller der er andre potentielle problemer.","Login":"Log på","Logout":"Log ud","Logs":"Logfiler","Longitude":"Længdegrad","Magenta":"Magenta","Main Color":"Hovedfarve","manual":"manuel","Manual Upload":"Manuel upload","Marker":"Markør","Medium":"Mellem","Merge %{a} with %{b}?":"Sammenlægning af %{a} med %{b}?","Message sent":"Besked sendt","Minimize":"Minimer","Missing":"Mangler","Moments":"Øjeblikke","Monochrome":"Monokrom","Month":"Måned","Moonlight":"Måneskin","More than %{n} pictures found":"Mere end %{n} billeder fundet","More than 20 albums found":"Mere end 20 album fundet","More than 20 labels found":"Mere end 20 etiketter fundet","More than 20 people found":"Mere end 20 personer fandt","Mosaic":"Mosaik","Most relevant":"Mest relevant","Move Files":"Flyt filer","Name":"Navn","Name too long":"Navn for langt","Never":"Aldrig","New":"Nyt","New Password":"Nyt kodeord","Newest first":"Nyeste først","No":"Nej","No albums found":"Ingen album fundet","No labels found":"Ingen etiketter fundet","No people found":"Ingen personer fundet","No pictures found":"Ingen billeder fundet","No recently edited pictures":"Ingen nyligt redigerede billeder","No servers configured.":"Ingen servere konfigureret.","No thanks":"Nej tak","No warnings or error containing this keyword. Note that search is case-sensitive.":"Ingen advarsler eller fejl, der indeholder dette nøgleord. Bemærk, at søgning er case-sensitive.","Non-photographic and low-quality images require a review before they appear in search results.":"Ikke-fotografiske billeder af lav kvalitet kræver en gennemgang, før de vises i søgeresultaterne.","None":"Ingen","Norwegian":"Norsk","Not Found":"Ikke fundet","Note you may manually manage your originals folder and importing is optional.":"Bemærk, at du kan administrere mappen med originaler manuelt, og at import er valgfri.","Note:":"Bemærk:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Bemærk: Kun WebDAV-servere, som Nextcloud eller PhotoPrism, kan konfigureres som fjerntjeneste til sikkerhedskopiering og upload af filer.","Note: Updating the password will not revoke access from already authenticated users.":"Bemærk: Opdatering af adgangskoden tilbagekalder ikke adgang fra allerede godkendte brugere.","Notes":"Bemærkninger","Nothing to see here yet. Be patient.":"Intet at se her endnu. Vær tålmodig.","Offline":"Offline","Oldest first":"Ældste først","Once a week":"En gang om ugen","One album found":"Et album fundet","One file found":"En fil fundet","One folder found":"En mappe fundet","One label found":"En etiket fundet","One person found":"En person fandt","One picture found":"Et billede fundet","Onyx":"Onyx","Options":"Muligheder","Orange":"Orange","Orientation":"Orientering","Original":"Original","Original file names will be stored and indexed.":"Oprindelige filnavne gemmes og indekseres.","Original Name":"Oprindeligt navn","Originals":"Originaler","Other":"Andre","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Vores vision er at give den mest brugervenlige løsning til at gennemse, organisere og dele din fotosamling.","Outdoor":"Udendørs","Panorama":"Panorama","Panoramas":"Panoramaer","Password":"Adgangskode","Password changed":"Adgangskode ændret","People":"Mennesker","People you share a link with will be able to view public contents.":"Personer, som du deler et link med, kan se offentligt indhold.","Permanently deleted":"Slettet permanent","Permanently remove files to free up storage.":"Fjern filer permanent for at frigøre lagerplads.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism er opdateret …","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® er et registreret varemærke tilhørende Michael Mayer.","Photos":"Fotos","Pink":"Lyserød","Place":"Sted","Place & Time":"Sted og tid","Places":"Steder","Play":"Afspil","Please confirm your new password.":"Bekræft din nye adgangskode.","Please contact us at hello@photoprism.app if you have questions or need help.":"Kontakt os venligst på hello@photoprism.app, hvis du har spørgsmål eller har brug for hjælp.","Please don't upload photos containing offensive content.":"Upload ikke billeder, der indeholder stødende indhold.","Polish":"Polsk","Portrait":"Portræt","Português de Portugal":"Português de Portugal","Preserve filenames":"Bevar filnavne","Press button to start importing…":"Tryk på knappen for at starte importen…","Press button to start indexing…":"Tryk på knappen for at starte indeksering…","Press enter to create a new album.":"Tryk på enter for at oprette et nyt album.","Preview":"Preview","Primary":"Primær","Private":"Privat","Product Feedback":"Produktfeedback","Projection":"Projektion","Purple":"Lilla","Quality Filter":"Kvalitetsfilter","Quality Score":"Kvalitetsresultat","Random":"Tilfældig","Raspberry":"Hindbær","Raw":"Raw","RAW":"RAW","RAW Conversion":"RAW-konvertering","Re-index all originals, including already indexed and unchanged files.":"Indeksér alle originaler igen, inklusiv allerede indekserede og uændrede filer.","Read-Only Mode":"Skrivebeskyttet tilstand","Recently added":"Nylig tilføjet","Recently edited":"For nylig redigeret","Recognition starts after indexing has been completed.":"Genkendelsen starter, når indekseringen er afsluttet.","Recognized":"Anerkendt","Recognizes faces so that specific people can be found.":"Genkender ansigter, så man kan finde bestemte personer.","Red":"Rød","Reload":"Genindlæs","Reloading…":"Genindlæser…","Remote Sync":"Remote Sync","Remove":"Fjern","remove failed: unknown album":"fjern mislykkedes: ukendt album","Remove from album":"Fjern fra albummet","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Fjern importerede filer for at frigøre lagerplads. Ikke-understøttede filtyper slettes aldrig, de forbliver på deres nuværende placering.","Report Bug":"Rapporter fejl","Request failed - invalid response":"Anmodningen mislykkedes - ugyldigt svar","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Anmodninger, der støttes af sølv- og guldsponsorer, får et gyldent mærke og vil blive prioriteret.","Required":"Påkrævet","Resolution":"Opløsning","Restore":"Gendan","Retype Password":"Indtast adgangskoden igen","Review":"Gennemgang","Russian":"Russisk","Save":"Gem","Scan":"Scan","Scans":"Scanninger","Search":"Søg","Search and display photos on a map.":"Søg og vis fotos på et kort.","Season":"Sæson","Seaweed":"Tang","Secret":"Hemmelighed","Select":"Vælg","Select albums or create a new one":"Vælg album, eller opret et nyt","Selection approved":"Valgte godkendt","Selection archived":"Valgte arkiveret","Selection restored":"Valgte gendannet","Send":"Send","Sequential Name":"Sekventielt navn","Server":"Server","Service URL":"Service-URL","Settings":"Indstillinger","Settings saved":"Indstillinger gemt","Setup":"Opsætning","Shadow":"Skygge","Share":"Del","Share %{name}":"Del %{name}","Shared with you.":"Delt med dig.","Show":"Vis","Show all new faces":"Vis alle nye ansigter","Show hidden":"Vis skjult","Show less":"Vis mindre","Show Library in navigation menu.":"Vis bibliotek i navigationsmenuen.","Show more":"Vis mere","Show server logs in Library.":"Vis serverlogfiler i biblioteket.","Shows more detailed log messages. Requires a restart.":"Viser mere detaljerede logmeddelelser. Kræver en genstart.","Sidecar":"Sidecar","Sign in":"Log ind","Sign Up":"Opret","Similar":"Lignende","Size":"Størrelse","Slovak":"Slovakisk","Slow":"Langsom","Sort by file name":"Sorter efter filnavn","Sort Order":"Sorteringsrækkefølge","Source":"Kilde","Spanish":"Spansk","Stack":"Samling","Stack files sharing the same unique image or instance identifier.":"Samle filer, der deler det samme unikke billede eller instans-id.","Stack pictures taken at the exact same time and location based on their metadata.":"Samle billeder taget på nøjagtig samme tid og sted baseret på deres metadata.","Stackable":"Kan samles","Stacks":"Samlinger","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Samler gruppefiler med en lignende referenceramme, men forskelle i kvalitet, format, størrelse eller farve.","Start":"Start","Start/Stop Slideshow":"Start/stop lysbilledshow","States":"Stater","Static Size Limit: %{n}px":"Grænse for statisk størrelse: %{n}px","Status":"Status","Storage Folder":"Opbevaringsmappe","Streets":"Gader","Style":"Stil","Subject":"Emne","Support for additional services, like Google Drive, will be added over time.":"Support til yderligere tjenester, som f.eks. Google Drev, tilføjes over tid.","Sync":"Synkronisere","Sync raw and video files":"Synkroniser raw og videofiler","Taken":"Taget","Teal":"Teal","Text too long":"Teksten er for lang","Thank you very much!":"Tusind tak!","The index currently contains %{n} hidden files.":"Indekset indeholder i øjeblikket %{n} skjulte filer.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Køreplanen viser, hvilke opgaver der er i gang, hvad der skal testes, og hvilke funktionskrav der skal implementeres som de næste.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Deres format understøttes muligvis ikke, de er ikke konverteret til JPEG endnu, eller der er dubletter.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Dette er en tidlig adgangsfunktion til at sige tak til vores sponsorer og bidragydere.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Dette sætter originalmappen som et netværksdrev og giver dig mulighed for at åbne, redigere og slette filer fra din computer eller smartphone, som om de var lokale.","This open-source project is made possible thanks to our sponsors.":"Dette open source-projekt er muliggjort takket være vores sponsorer.","Thumbnail Generation":"Miniaturegenerering","Time UTC":"Tid UTC","Time Zone":"Tidszone","Title":"Titel","Title too long":"Titlen er for lang","to":"til","Toggle View":"Skift visning","Token":"Token","Topographic":"Topografisk","Trademarks":"Varemærker","Try again using other filters or keywords.":"Prøv igen ved hjælp af andre filtre eller nøgleord.","Type":"Type","Undo":"Fortryd","Unique ID":"Unikt ID","Unknown":"Ukendt","Unsorted":"Usorteret","Unstack":"Fjern samling","Updated":"Opdateret","Updating faces":"Opdatering af ansigter","Updating index":"Opdaterer indeks","Updating moments":"Opdaterer øjeblikke","Updating previews":"Opdatering af forhåndsvisninger","Updating stacks":"Opdatering af samlinger","Upload":"Upload","Upload complete":"Upload fuldført","Upload complete. Indexing…":"Upload fuldført. Indekserer…","Upload failed":"Upload fejlede","Upload local files":"Upload lokale filer","Upload to WebDAV and share links with friends.":"Upload til WebDAV og del links med venner.","Uploading %{n} of %{t}…":"Uploader %{n} af %{t}…","Uploading photos…":"Uploader fotos…","Uploads that may contain such images will be rejected automatically.":"Uploads, der kan indeholde sådanne billeder, afvises automatisk.","URL":"URL","Use Presets":"Brug forudindstillinger","User":"Bruger","User Interface":"Brugergrænseflade","Username":"Brugernavn","Video":"Video","Videos":"Videoer","View":"Vis","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Vi fortæller dig, hvordan du aktiverer det, når du tilmelder dig Patreon eller GitHub Sponsorer.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-klienter kan oprette forbindelse til PhotoPrism ved hjælp af følgende URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV-klienter, som Microsofts Windows Stifinder eller Apples Finder, kan oprette forbindelse direkte til PhotoPrism.","WebDAV Upload":"WebDAV-upload","White":"Hvid","Year":"År","Yellow":"Gul","Yellowstone":"Yellowstone","Yes":"Ja","You can only download one album":"Du kan kun downloade et album","You can only download one label":"Du kan kun downloade en etiket","You may only select one item":"Du kan kun vælge et element","You may rescan your library to find additional faces.":"Du kan scanne dit bibliotek igen for at finde flere ansigter.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Du kan bruge det som krævet til at beskrive vores software, køre din egen server til uddannelsesmæssige formål, men ikke til at tilbyde kommercielle varer, produkter eller tjenester uden forudgående skriftlig tilladelse. Med andre ord, spørg venligst.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Din fortsatte støtte hjælper os med at finansiere driftsomkostninger, levere tjenester som satellitkort og udvikle nye funktioner.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Dit bibliotek analyseres løbende for automatisk at oprette album med særlige øjeblikke, rejser og steder.","Your message has been sent":"Din besked er blevet sendt","Zoom in/out":"Zoom ind/ud"},"de":{"%{n} albums found":"%{n} Alben gefunden","%{n} files uploaded":"%{n} Dateien hochgeladen","%{n} folders found":"%{n} Ordner gefunden","%{n} labels found":"%{n} Kategorien gefunden","%{n} people found":"%{n} Personen gefunden","%{n} pictures found":"%{n} Bilder gefunden","1 hour":"1 Stunde","12 hours":"12 Stunden","4 hours":"4 Stunden","A click will copy it to your clipboard.":"Auf den Link klicken, um ihn zu kopieren.","About":"Info","Account":"Zugang","Accuracy":"Genauigkeit","Action":"Aktion","Actions":"Aktionen","Add Album":"Neues Album erstellen","Add files to your library via Web Upload.":"Dateien über den Browser hochladen und indexieren.","Add Link":"Link hinzufügen","Add pictures from search results by selecting them.":"Ausgewählte Bilder können über das Kontextmenü hinzugefügt werden.","Add Server":"Server hinzufügen","Add to album":"Hinzufügen","Added":"Hinzugefügt","Advanced":"Erweitert","After 1 day":"Nach einem Tag","After 3 days":"Nach 3 Tagen","After 7 days":"Nach 7 Tagen","After one month":"Nach einem Monat","After one year":"Nach einem Jahr","After selecting pictures from search results, you can add them to an album using the context menu.":"Ausgewählte Bilder können über das Kontextmenü einem Album hinzugefügt werden.","After two months":"Nach zwei Monaten","After two weeks":"Nach zwei Wochen","Album":"Album","Album Name":"Album Name","Albums":"Alben","Albums deleted":"Alben gelöscht","All %{n} albums loaded":"Alle %{n} Alben werden angezeigt","All %{n} labels loaded":"Alle %{n} Kategorien werden angezeigt","All %{n} people loaded":"Alle %{n} Personen geladen","All Cameras":"Alle Kameras","All Categories":"Alle Kategorien","All Colors":"Alle Farben","All Countries":"Alle Länder","All fields are required":"Alle Felder müssen ausgefüllt werden","All files from import folder":"Alle Ordner durchsuchen","All Lenses":"Alle Objektive","All Months":"Alle Monate","All originals":"Alle Ordner durchsuchen","All Years":"Alle Jahre","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativ können Dateien auch direkt auf kompatible WebDAV-Server hochgeladen z.B. Nextcloud.","Altitude":"Höhe","Altitude (m)":"Höhe (m)","An error occurred - are you offline?":"Server nicht erreichbar - offline?","Animation":"Animation","Any private photos and videos remain private and won't be shared.":"Als privat markierte Bilder und Videos bleiben privat und werden nicht geteilt.","API Key":"API Key","Apply":"Speichern","Approve":"Übernehmen","Archive":"Archiv","Archived":"Archiviert","Are you sure you want to archive the selection?":"Auswahl wirklich archivieren?","Are you sure you want to delete these albums?":"Diese Alben wirklich löschen?","Are you sure you want to delete these labels?":"Diese Kategorie wirklich löschen?","Are you sure you want to delete this account?":"Diesen Account wirklich löschen?","Are you sure you want to permanently delete these pictures?":"Diese Bilder unwiderruflich löschen?","Are you sure you want to permanently delete this file?":"Diese Datei unwiderruflich löschen?","Artist":"Ersteller","Aspect Ratio":"Seitenverhältnis","At least 6 characters.":"Mindestens 6 Zeichen.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Videos und andere Bild-Formate nach JPEG konvertieren, damit sie indexiert und angezeigt werden können.","Automatically creates albums of special moments, trips, and places.":"Erstellt automatisch Alben mit besonderen Momenten, Reisen und Orten.","Become a sponsor":"Sponsor werden","Bio":"Biographie","Black":"Schwarz","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Weniger Überschwingungsartefakte als Lanczos","Blue":"Blau","Brazilian Portuguese":"Brasilianisches Portugiesisch","Brown":"Braun","Browse and edit image classification labels.":"Automatische Bild-Kategorisierung sehen und bearbeiten.","Browse indexed files and folders in Library.":"Durchsuche Ordner hierarchisch nach indexierten Original-Dateien.","Bug Report":"Fehlerbericht","Busy, please wait…":"Bitte warten…","Calendar":"Kalender","Camera":"Kamera","Camera Serial":"Kamera-Seriennummer","Can't load more, limit reached":"Limit erreicht, bitte Suche eingrenzen","Can't select more items":"Maximale Anzahl wurde selektiert","Cancel":"Abbrechen","Cards":"Karteikarten","Category":"Kategorie","Change":"Ändern","Change photo titles, locations, and other metadata.":"Titel, Datum, Ort und andere Metadaten können geändert werden.","Change private flag":"Als privat markieren","Checked":"Geprüft","Chinese Simplified":"Vereinfachtes Chinesisch","Chinese Traditional":"Traditionelles Chinesisch","Chroma":"Farbsättigung","Close":"Schließen","Codec":"Codec","Color":"Farbe","Colors":"Farben","Complete Rescan":"Index vollständig aktualisieren","Confidence":"Wahrscheinlichkeit","Connect":"Verbinden","Connect via WebDAV":"Mit WebDAV verbinden","Contact Us":"Kontakt","Contains %{n} pictures.":"Enthält %{n} Bilder.","Contains one picture.":"Enthält ein Bild.","Convert to JPEG":"Automatisch konvertieren","Converting":"Konvertiere","Copied to clipboard":"In Zwischenablage kopiert","Copyright":"Copyright","Couldn't find anything.":"Leider nichts gefunden.","Country":"Land","Create album":"Erstellen","Created":"Hinzugefügt","Creating thumbnails for":"Erstelle Thumbnails für","Cubic: Moderate Quality, Good Performance":"Kubisch: Mittlere Qualität, gute Performance","Current Password":"Aktuelles Passwort","Customer Support":"Support-Anfrage","Cyan":"Cyan","Cyano":"Cyano","Czech":"Tschechisch","Daily":"Täglich","Danish":"Dänisch","Day":"Tag","Debug Logs":"Debug Logs","Default":"Standard","Default Folder":"Standard Ordner","Delete":"Löschen","Description":"Beschreibung","Detailed instructions can be found in our User Guide.":"Unser englischer User Guide enthält eine detaillierte Anleitung.","Details":"Details","Dimensions":"Auflösung","Disable Backups":"Keine Sicherungskopien anlegen","Disable built-in WebDAV server. Requires a restart.":"Deaktiviert den eingebauten WebDAV-Server. Änderungen erfordern einen Neustart.","Disable Darktable":"Darktable deaktivieren","Disable ExifTool":"ExifTool deaktivieren","Disable FFmpeg":"FFmpeg deaktivieren","Disable Places":"Karten deaktivieren","Disable RawTherapee":"RawTherapee deaktivieren","Disable TensorFlow":"TensorFlow deaktivieren","Disable WebDAV":"WebDAV deaktivieren","Disabled":"Deaktiviert","Disables reverse geocoding and maps.":"Deaktiviert Ortsdaten und Landkarten.","Discover":"Entdecken","Don't backup photo and album metadata to YAML files.":"Keine YAML-Sicherungskopien für Metadaten von Bildern und Alben erstellen.","Don't create ExifTool JSON files for improved metadata extraction.":"Keine JSON-Dateien mit ExifTool erstellen. Diese werden für die Indexierung zusätzlicher Metadaten, z.B. von Videos, benötigt.","Don't modify originals folder. Disables import, upload, and delete.":"Nur lesend auf die Original-Ordner zugreifen. Deaktiviert den Import, Upload und das Löschen von Bildern.","Don't transcode videos with FFmpeg.":"FFmpeg nicht zum Konvertieren von Videos verwenden.","Don't use Darktable to convert RAW files.":"Darktable nicht zum Konvertieren von Bildern verwenden.","Don't use RawTherapee to convert RAW files.":"RawTherapee nicht zum Konvertieren von Bildern verwenden.","Don't use TensorFlow for image classification.":"TensorFlow nicht zur automatischen Bild-Kategorisierung verwenden.","Donations":"Spenden","Done":"Fertig","Done.":"Fertig.","Download":"Download","Download remote files":"Dateien herunterladen","Download single files and zip archives.":"Einzelne Bilder, Videos sowie Zip-Archive können heruntergeladen werden.","Downloading…":"Wird heruntergeladen…","Downscaling Filter":"Skalierungsfilter","Duplicates will be skipped and only appear once.":"Duplikate werden übersprungen und erscheinen nur einmal.","Dutch":"Niederländisch","Dynamic Previews":"Dynamische Vorschaubilder","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"On-Demand-Rendering erfordert einen leistungsstarken Server. Es wird nicht für NAS-Geräte empfohlen.","Dynamic Size Limit: %{n}px":"Dynamische Maximalgröße: %{n}px","E-Mail":"E-Mail","Edit":"Bearbeiten","Edit %{name}":"%{name} bearbeiten","Edit Account":"Account bearbeiten","Edit Photo":"Bild bearbeiten","Edited":"Bearbeitet","Enable new features currently under development.":"Aktiviert neue Funktionen, an denen derzeit noch entwickelt wird.","Enabled":"Aktiv","Enables RAW converter presets. May reduce performance.":"Aktiviert benutzerdefinierte Voreinstellungen. Dateien werden möglicherweise langsamer konvertiert.","English":"Englisch","Errors":"Fehler","Estimate the approximate location of pictures without coordinates.":"Den ungefähren Standort von Bildern ohne Koordinaten schätzen.","Estimates":"Schätzungen","Every two days":"Jeden zweiten Tag","Exclude content marked as private from search results, shared albums, labels, and places.":"Als privat markierte Inhalte werden nicht in Suchergebnissen und geteilten Alben angezeigt.","Exclude hidden":"Verborgene ausblenden","Expand":"Ausklappen","Expand Search":"Suche öffnen","Experimental Features":"Experimentelle Funktionen","Expires":"Ablaufdatum","Exposure":"Belichtungszeit","F Number":"F Nummer","Face":"Gesicht","Faces":"Gesichter","Failed copying to clipboard":"Konnte nicht in die Zwischenablage kopiert werden","Failed removing link":"Der Link konnte nicht gelöscht werden","Failed updating link":"Der Link konnte nicht gespeichert werden","Failure while importing uploaded files":"Fehler beim Importieren der hochgeladenen Dateien","Fast":"Schnell","Favorite":"Favorit","Favorites":"Favoriten","Feature Request":"Feature Request","Feedback":"Feedback","File":"Datei","File Browser":"Datei Browser","Files":"Dateien","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Dateien mit fortlaufenden Namen wie ‘IMG_1234 (2)’ und ‘IMG_1234 (3)’ gehören zum gleichen Bild.","Focal Length":"Brennweite","Folder":"Ordner","Folder contains %{n} files":"Ordner enthält %{n} Dateien","Folder is empty":"Ordner ist leer","Folders":"Ordner","French":"Französisch","Fullscreen":"Vollbildmodus","General":"Allgemein","German":"Deutsch","Gold":"Gold","Grayscale":"Grayscale","Green":"Grün","Grey":"Grau","Group by similarity":"Ähnlichkeit","Hash":"Prüfsumme","Hebrew":"Hebräisch","Help":"Hilfe","Hidden":"Verborgen","Hidden Files":"Verborgene Dateien","Hide":"Verbergen","Hide photos that have been moved to archive.":"Archivierte Inhalte werden nicht in den Suchergebnissen angezeigt.","Hindi":"Hindi","How can we help?":"Wie können wir helfen?","Hybrid":"Hybrid","I'm a sponsor":"Ich bin Sponsor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Unterstütze uns auf Patreon oder GitHub Sponsors, falls dir PhotoPrism gefällt.","image":"Bild","Image":"Bild","Images":"Bilder","Import":"Import","Import failed":"Import fehlgeschlagen","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Import kopiert neue Dateien und sortiert sie nach Datum, um Duplikate zu vermeiden.","Imported files will be sorted by date and given a unique name.":"Import kopiert neue Dateien und sortiert sie nach Datum, um Duplikate zu vermeiden.","Importing %{name}…":"Importiere %{name}…","Importing files to originals…":"Importiere Dateien nach Originals…","in":"in","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Sollten Bilder fehlen, muss der Index möglicherweise aktualisiert werden. Es werden erst alle Bilder gefunden, wenn das Indexieren vollständig abgeschlossen ist.","Index":"Index","Indexing":"Indexiere","Indexing failed":"Indexierung fehlgeschlagen","Indexing media and sidecar files…":"Indexiere Bilder, Videos und Sidecar-Dateien…","Instance ID":"Instanz ID","Interval":"Intervall","Invalid date":"Ungültiges Datum","Italian":"Italienisch","Item":"Eintrag","Japanese":"Japanisch","JPEG Quality: %{n}":"JPEG-Qualität: %{n}","JPEG Size Limit: %{n}px":"Maximale JPEG-Größe: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEGs und Thumbnails werden bei Bedarf automatisch erstellt.","Keywords":"Suchbegriffe","Korean":"Koreanisch","Kurdish":"Kurdisch","Label":"Kategorie","Labels":"Kategorien","Labels deleted":"Kategorien gelöscht","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Sehr gute Detailerhaltung, minimale Artefakte","Language":"Sprache","Last Backup":"Letztes Backup","Latitude":"Breitengrad","Lavender":"Lavendel","Lens":"Objektiv","Let us know when we mistakenly label an idea as unfunded.":"Ein kurzer Hinweis genügt, sollten wir etwas falsch eingeordnet haben.","Library":"Dateien","License":"Lizenz","Like":"Favorit","Lime":"Hellgrün","Limit reached, showing first %{n} files":"Limit erreicht, zeige erste %{n} Dateien","Linear: Very Smooth, Best Performance":"Linear: Weicher Bildeindruck, sehr gute Performance","Link":"Link","List":"Liste","Live":"Live","Local Time":"Ortszeit","location":"Ort","Location":"Ort","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Warnungen und Fehler erscheinen hier, sobald PhotoPrism beschädigte Dateien findet oder andere Probleme aufgetreten sind.","Login":"Anmelden","Logout":"Abmelden","Logs":"Logs","Longitude":"Längengrad","Magenta":"Magenta","Main Color":"Hauptfarbe","manual":"Manuell","Manual Upload":"Manueller Upload","Marker":"Bildbereich","Medium":"Mittel","Merge %{a} with %{b}?":"%{a} und %{b} zusammenfassen?","Message sent":"Nachricht versendet","Minimize":"Minimieren","Missing":"Fehlend","Moments":"Erlebnisse","Monochrome":"Monochrom","Month":"Monat","Moonlight":"Moonlight","More than %{n} pictures found":"Mehr als %{n} Bilder gefunden","More than 20 albums found":"Mehr als 20 Alben gefunden","More than 20 labels found":"Mehr als 20 Labels gefunden","More than 20 people found":"Mehr als 20 Personen gefunden","Mosaic":"Mosaik","Most relevant":"Relevanz","Move Files":"Dateien verschieben","Name":"Name","Name too long":"Name zu lang","Never":"Nie","New":"Neu","New Password":"Neues Passwort","Newest first":"Neueste zuerst","No":"Nein","No albums found":"Keine Alben gefunden","No labels found":"Keine Kategorien gefunden","No people found":"Keine Personen gefunden","No pictures found":"Keine Bilder gefunden","No recently edited pictures":"Keine kürzlich bearbeiteten Bilder","No servers configured.":"Keine Backup-Server eingerichtet.","No thanks":"Nein danke","No warnings or error containing this keyword. Note that search is case-sensitive.":"Keine Warnungen oder Fehler mit diesem Suchbegriff. Bei der Suche wird zwischen Groß- und Kleinschreibung unterschieden.","Non-photographic and low-quality images require a review before they appear in search results.":"Nicht-fotografische Inhalte oder Bilder mit geringer Qualität werden erst nach einer Bestätigung in der Suche angezeigt.","None":"Keine","Norwegian":"Norwegisch","Not Found":"Keine Ergebnisse","Note you may manually manage your originals folder and importing is optional.":"Die Verwaltung der Original-Dateien kann auch manuell erfolgen, der Import ist optional.","Note:":"Hinweis:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Hinweis: Momentan können nur WebDAV-Server, wie Nextcloud oder PhotoPrism, für Backups oder zum Datei-Upload verwendet werden.","Note: Updating the password will not revoke access from already authenticated users.":"Note: Bereits angemeldete Benutzer werden nach ändern des Passworts nicht automatisch abgemeldet.","Notes":"Notizen","Nothing to see here yet. Be patient.":"Noch nichts zu sehen. Gedulde dich noch ein bisschen.","Offline":"Offline","Oldest first":"Älteste zuerst","Once a week":"Einmal die Woche","One album found":"Ein Album gefunden","One file found":"Eine Datei gefunden","One folder found":"Ein Ordner gefunden","One label found":"Eine Kategorie gefunden","One person found":"Eine Person gefunden","One picture found":"Eine Bild gefunden","Onyx":"Onyx","Options":"Optionen","Orange":"Orange","Orientation":"Ausrichtung","Original":"Original","Original file names will be stored and indexed.":"Die ursprünglichen Dateinamen werden im Index gespeichert.","Original Name":"Originalname","Originals":"Originale","Other":"Sonstiges","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Unsere Vision ist es, die benutzerfreundlichste Lösung zum Durchstöbern, Organisieren und Teilen von Bildersammlungen anbieten zu können.","Outdoor":"Outdoor","Panorama":"Panorama","Panoramas":"Panoramas","Password":"Passwort","Password changed":"Passwort geändert","People":"Personen","People you share a link with will be able to view public contents.":"Jeder mit diesem Link wird öffentliche Bilder und Videos sehen können.","Permanently deleted":"Dauerhaft gelöscht","Permanently remove files to free up storage.":"Dauerhaftes Entfernen von Dateien, um Speicherplatz freizugeben.","Photo":"Bild","PhotoPrism has been updated…":"PhotoPrism wurde aktualisiert…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® ist ein eingetragenes Markenzeichen von Michael Mayer.","Photos":"Bilder","Pink":"Pink","Place":"Ort","Place & Time":"Gleicher Ort & Zeit","Places":"Karten","Play":"Abspielen","Please confirm your new password.":"Neues Passwort bitte bestätigen.","Please contact us at hello@photoprism.app if you have questions or need help.":"Bei Fragen, Wünschen oder Problemen helfen wir gerne per E-Mail an hello@photoprism.app.","Please don't upload photos containing offensive content.":"Bitte lade keine anstößigen Bilder hoch.","Polish":"Polnisch","Portrait":"Portrait","Português de Portugal":"Portugiesisch (Portugal)","Preserve filenames":"Namen beibehalten","Press button to start importing…":"Auf “Import” klicken, um Dateien zu importieren…","Press button to start indexing…":"Auf “Start” klicken, um Dateien zu indexieren…","Press enter to create a new album.":"Enter drücken, um ein neues Album zu erstellen.","Preview":"Voransicht","Primary":"Primärdatei","Private":"Privat","Product Feedback":"Allgemeines Feedback","Projection":"Projektion","Purple":"Purpur","Quality Filter":"Qualitätsfilter","Quality Score":"Qualität","Random":"Zufällig","Raspberry":"Raspberry","Raw":"RAW","RAW":"RAW","RAW Conversion":"RAW-Konvertierung","Re-index all originals, including already indexed and unchanged files.":"Bereits bekannte und unveränderte Dateien neu indexieren.","Read-Only Mode":"Schreibgeschützter Modus","Recently added":"Zuletzt hinzugefügt","Recently edited":"Zuletzt bearbeitet","Recognition starts after indexing has been completed.":"Die Erkennung beginnt, nachdem die Indexierung abgeschlossen ist.","Recognized":"Erkannt","Recognizes faces so that specific people can be found.":"Erkennt Gesichter, so dass bestimmte Personen gefunden werden können.","Red":"Rot","Reload":"Neu laden","Reloading…":"Wird neu geladen…","Remote Sync":"Remote Sync","Remove":"Entfernen","remove failed: unknown album":"Löschen nicht möglich: Unbekanntes Album","Remove from album":"Entferne aus dem Album","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Dateien von Import nach Originals verschieben, um Speicherplatz zu sparen. Dateitypen, die nicht unterstützt werden, verbleiben in ihrem Ordner.","Report Bug":"Fehler melden","Request failed - invalid response":"Anfrage fehlgeschlagen - ungültige Antwort","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Ideen, die von Silber- und Goldsponsoren unterstützt werden, erhalten ein goldenes Label und werden vorrangig behandelt.","Required":"Erforderlich","Resolution":"Auflösung","Restore":"Wiederherstellen","Retype Password":"Passwort wiederholen","Review":"Überprüfen","Russian":"Russisch","Save":"Speichern","Scan":"Scan","Scans":"Scans","Search":"Suche","Search and display photos on a map.":"Bilder und Videos auf verschiedenen Weltkarten anzeigen und filtern.","Season":"Jahreszeit","Seaweed":"Seegras","Secret":"Code","Select":"Auswählen","Select albums or create a new one":"Alben auswählen oder neue erstellen","Selection approved":"Auswahl übernommen","Selection archived":"Auswahl archiviert","Selection restored":"Auswahl wiederhergestellt","Send":"Senden","Sequential Name":"Fortlaufender Name","Server":"Server","Service URL":"Service URL","Settings":"Einstellungen","Settings saved":"Einstellungen gespeichert","Setup":"Einrichtung","Shadow":"Shadow","Share":"Teilen","Share %{name}":"%{name} teilen","Shared with you.":"Mit dir geteilt.","Show":"Anzeigen","Show all new faces":"Alle neuen Gesichter anzeigen","Show hidden":"Verborgene anzeigen","Show less":"Weniger zeigen","Show Library in navigation menu.":"Datei-Verwaltung in der Navigation anzeigen.","Show more":"Mehr zeigen","Show server logs in Library.":"Server-Ereignisprotokoll anzeigen, um Fehler zu finden.","Shows more detailed log messages. Requires a restart.":"Zeigt ausführlichere Meldungen an, um Fehler zu finden. Änderungen erfordern einen Neustart.","Sidecar":"Sidecar","Sign in":"Anmelden","Sign Up":"Anmelden","Similar":"Ähnlich","Size":"Größe","Slovak":"Slowakisch","Slow":"Langsam","Sort by file name":"Dateinamen","Sort Order":"Sortierung","Source":"Quelle","Spanish":"Spanisch","Stack":"Bildstapel","Stack files sharing the same unique image or instance identifier.":"Bilder mit identischer ID als Stapel indexieren und anzeigen.","Stack pictures taken at the exact same time and location based on their metadata.":"Aufnahmen mit übereinstimmenden Metadaten gruppieren.","Stackable":"Stapelbar","Stacks":"Bildstapel","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Bildstapel enthalten zusammengehörige Aufnahmen, die jedoch Unterschiede in Qualität, Format, Größe oder Farben aufweisen können.","Start":"Start","Start/Stop Slideshow":"Slideshow starten/stoppen","States":"Länder","Static Size Limit: %{n}px":"Statische Maximalgröße: %{n}px","Status":"Status","Storage Folder":"Ablageverzeichnis","Streets":"Straßen","Style":"Style","Subject":"Bildinhalt","Support for additional services, like Google Drive, will be added over time.":"Die Unterstützung weiterer Dienste, wie Google Drive, ist geplant.","Sync":"Sync","Sync raw and video files":"RAWs und Videos kopieren","Taken":"Aufgenommen","Teal":"Blaugrün","Text too long":"Text ist zu lang","Thank you very much!":"Vielen Dank!","The index currently contains %{n} hidden files.":"Der Index enthält momentan %{n} verborgene Dateien.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Die Roadmap zeigt, welche Funktionen aktuell entwickelt werden, was getestet werden kann und welche Ideen als nächstes implementiert werden.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Ihr Format wird möglicherweise nicht unterstützt, es handelt sich um Duplikate oder sie wurden noch nicht nach JPEG konvertiert.","Theme":"Theme","This is an early-access feature to say thanks to our sponsors and contributors.":"Dies ist ein neues Feature, mit dem wir uns bei unseren Sponsoren und Mitwirkenden bedanken wollen.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Dabei werden die Dateien als Netzwerk-Ordner auf deinem Computer oder Smartphone eingebunden, so dass sie lokal geöffnet, bearbeitet und gelöscht werden können.","This open-source project is made possible thanks to our sponsors.":"Dieses Open-Source-Projekt wird durch unsere Sponsoren ermöglicht.","Thumbnail Generation":"Erzeugung von Vorschaubildern","Time UTC":"Zeit UTC","Time Zone":"Zeitzone","Title":"Titel","Title too long":"Titel zu lang","to":"nach","Toggle View":"View wechseln","Token":"Code","Topographic":"Topographisch","Trademarks":"Markenrechte","Try again using other filters or keywords.":"Versuche es mit anderen Filtern oder Suchbegriffen.","Type":"Typ","Undo":"Rückgängig machen","Unique ID":"Eindeutige Bild-ID","Unknown":"Unbekannt","Unsorted":"Unsortiert","Unstack":"Einzelaufnahme","Updated":"Geändert","Updating faces":"Aktualisiere Gesichter","Updating index":"Aktualisiere Index","Updating moments":"Aktualisiere Erlebnisse","Updating previews":"Aktualisiere Vorschaubilder","Updating stacks":"Aktualisiere Bildstapel","Upload":"Upload","Upload complete":"Vollständig hochgeladen","Upload complete. Indexing…":"Upload abgeschlossen. Indexiere…","Upload failed":"Upload fehlgeschlagen","Upload local files":"Dateien hochladen","Upload to WebDAV and share links with friends.":"Teile Bilder, Videos und Alben mit Freunden.","Uploading %{n} of %{t}…":"Datei %{n} von %{t} wird hochgeladen…","Uploading photos…":"Bilder werden hochgeladen…","Uploads that may contain such images will be rejected automatically.":"Diese werden automatisch erkannt und gelöscht.","URL":"URL","Use Presets":"Presets anwenden","User":"Benutzer","User Interface":"Benutzeroberfläche","Username":"Nutzername","Video":"Video","Videos":"Videos","View":"Ansicht","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Wie es aktiviert werden kann, erfährst du nach Anmeldung bei Patreon oder GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-Clients können sich über die folgende URL mit PhotoPrism verbinden:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV-Clients, wie der Windows Explorer oder der Finder unter macOS, können sich direkt mit PhotoPrism verbinden.","WebDAV Upload":"WebDAV Upload","White":"Weiß","Year":"Jahr","Yellow":"Gelb","Yellowstone":"Yellowstone","Yes":"Ja","You can only download one album":"Du kannst nur ein Album gleichzeitig downloaden","You can only download one label":"Es kann nur eine Kategorie gleichzeitig downgeloadet werden","You may only select one item":"Es darf nur ein Eintrag ausgewählt werden","You may rescan your library to find additional faces.":"Der Index kann aktualisiert werden, um weitere Gesichter zu finden.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Es darf verwendet werden, um unsere Software zu beschreiben, einen eigenen Server zu betreiben und über das Projekt zu berichten.\nDas Bewerben kommerzieller Produkte, Waren oder Dienstleistungen ist nur nach vorheriger, schriftlicher Genehmigung erlaubt.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Regelmäßige Einkünfte helfen uns, Betriebskosten zu finanzieren, Dienste wie Satellitenkarten anzubieten und neue Funktionen zu entwickeln.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Deine Bilder werden kontinuierlich analysiert, um automatisch Alben von besonderen Momenten, Reisen und Orten zu erstellen.","Your message has been sent":"Deine Nachricht wurde gesendet","Zoom in/out":"Zoom in/out"},"en":{"You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"You may use it as required to describe our software, run your server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask."},"es":{"%{n} albums found":"%{n} álbumes encontrados","%{n} files uploaded":"%{n} archivos subidos","%{n} folders found":"%{n} carpetas encontradas","%{n} labels found":"%{n} etiquetas encontradas","%{n} people found":"%{n} personas encontradas","%{n} pictures found":"%{n} imágenes encontradas","1 hour":"1 hora","12 hours":"12 horas","4 hours":"4 horas","A click will copy it to your clipboard.":"Un clic lo copiará al portapapeles.","About":"Acerca de","Account":"Cuenta","Accuracy":"Precisión","Action":"Acción","Actions":"Acciones","Add Album":"Añadir álbum","Add files to your library via Web Upload.":"Añadir archivos a tu librería con Web Upload.","Add Link":"Añadir enlace","Add pictures from search results by selecting them.":"Añade imágenes de los resultados de la búsqueda seleccionándolas.","Add Server":"Añadir servidor","Add to album":"Añadir al álbum","Added":"Añadido","Advanced":"Avanzado","After 1 day":"Después de 1 día","After 3 days":"Después de 3 días","After 7 days":"Después de 7 días","After one month":"Después de un mes","After one year":"Después de un año","After selecting pictures from search results, you can add them to an album using the context menu.":"Después de seleccionar las imágenes de los resultados de la búsqueda, puedes añadirlas a un álbum mediante el menú contextual.","After two months":"Después de dos meses","After two weeks":"Después de dos semanas","Album":"Álbum","Album Name":"Nombre del álbum","Albums":"Álbumes","Albums deleted":"Álbumes borrados","All %{n} albums loaded":"Todos los %{n} álbumes cargados","All %{n} labels loaded":"Todas las %{n} etiquetas cargadas","All %{n} people loaded":"Todas las %{n} personas cargadas","All Cameras":"Todas las cámaras","All Categories":"Todas las categorías","All Colors":"Todos los colores","All Countries":"Todos los países","All fields are required":"Todos los campos son obligatorios","All files from import folder":"Todos los archivos de la carpeta de importación","All Lenses":"Todas las lentes","All Months":"Todos los meses","All originals":"Todos los originales","All Years":"Todos los años","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativamente, puedes subir los archivos directamente a servidores WebDAV como Nextcloud.","Altitude":"Altitud","Altitude (m)":"Altitud (m)","An error occurred - are you offline?":"Ha ocurrido un error - ¿Estás desconectado?","Animation":"Animación","Any private photos and videos remain private and won't be shared.":"Todas las fotos y videos privados siguen privados y no serán compartidos.","API Key":"Clave API","Apply":"Aplicar","Approve":"Aprobar","Archive":"Archivar","Archived":"Archivado","Are you sure you want to archive the selection?":"¿Estás seguro que quieres archivar la selección?","Are you sure you want to delete these albums?":"¿Estás seguro que quieres borrar estos álbumes?","Are you sure you want to delete these labels?":"¿Estás seguro que quieres borrar estas etiquetas?","Are you sure you want to delete this account?":"¿Estás seguro que quieres borrar esta cuenta?","Are you sure you want to permanently delete these pictures?":"¿Estás seguro de que quieres borrar permanentemente estas fotos?","Are you sure you want to permanently delete this file?":"¿Estás seguro que quieres borrar estas etiquetas?","Artist":"Artista","Aspect Ratio":"Relación de aspecto","At least 6 characters.":"Al menos 6 caracteres.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Crear automáticamente JPEG para otros tipos de archivos para que se puedan visualizar en un navegador.","Automatically creates albums of special moments, trips, and places.":"Crea automáticamente álbumes de momentos, viajes y lugares especiales.","Become a sponsor":"Conviértase en patrocinador","Bio":"Bio","Black":"Negro","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Modificación de los Lanczos, menos artefactos de timbre","Blue":"Azul","Brazilian Portuguese":"Portugués de Brasil","Brown":"Marrón","Browse and edit image classification labels.":"Navegar y editar las etiquetas de clasificación de las imágenes.","Browse indexed files and folders in Library.":"Navegar por los archivos y carpetas indexados en la Biblioteca.","Bug Report":"Informe de errores","Busy, please wait…":"Ocupado, por favor espera...","Calendar":"Calendario","Camera":"Cámara","Camera Serial":"Serial de cámara","Can't load more, limit reached":"No se puede cargar más, límite alcanzado","Can't select more items":"No puedes selecionar más itenes","Cancel":"Cancelar","Cards":"Tarjetas","Category":"Categoría","Change":"Cambiar","Change photo titles, locations, and other metadata.":"Cambiar títulos, localizaciones y otros metadatos de las fotos.","Change private flag":"Cambiar indicador de privado","Checked":"Revisado","Chinese Simplified":"Chino simplificado","Chinese Traditional":"Chino tradicional","Chroma":"Croma","Close":"Cerrar","Codec":"Códec","Color":"Color","Colors":"Colores","Complete Rescan":"Reescaneo completo","Confidence":"Confianza","Connect":"Conectar","Connect via WebDAV":"Conectar através de WebDAV","Contact Us":"Contáctenos","Contains %{n} pictures.":"Contiene %{n} imágenes.","Contains one picture.":"Contiene una imagen.","Convert to JPEG":"Convertir a JPEG","Converting":"Conversión","Copied to clipboard":"Copiado al portapapeles","Copyright":"Copyright","Couldn't find anything.":"No se ha encontrado nada.","Country":"País","Create album":"Crear álbum","Created":"Creado","Creating thumbnails for":"Creando miniaturas para","Cubic: Moderate Quality, Good Performance":"Cúbico: Calidad moderada, buen rendimiento","Current Password":"Contraseña actual","Customer Support":"Atención al cliente","Cyan":"Cían","Cyano":"Ciano","Czech":"República Checa","Daily":"Diariamente","Danish":"Danés","Day":"Día","Debug Logs":"Registros de depuración","Default":"Por defecto","Default Folder":"Carpeta por Defecto","Delete":"Borrar","Description":"Descripción","Detailed instructions can be found in our User Guide.":"Las instrucciones detalladas se encuentran en nuestra Guía de Usuario.","Details":"Detalles","Dimensions":"Dimensiones","Disable Backups":"Última copia de seguridad","Disable built-in WebDAV server. Requires a restart.":"Deshabilitar el servidor WebDAV incorporado. Requiere un reinicio.","Disable Darktable":"Desactivar Darktable","Disable ExifTool":"Desactivar ExifTool","Disable FFmpeg":"Desactivar FFmpeg","Disable Places":"Deshabilitado","Disable RawTherapee":"Desactivar RawTherapee","Disable TensorFlow":"Desactivar TensorFlow","Disable WebDAV":"Deshabilitado","Disabled":"Deshabilitado","Disables reverse geocoding and maps.":"Desactiva la geocodificación inversa y los mapas.","Discover":"Descubrir","Don't backup photo and album metadata to YAML files.":"No hagas una copia de seguridad de los metadatos de las fotos y los álbumes en los archivos YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"No cree archivos ExifTool JSON para mejorar la extracción de metadatos.","Don't modify originals folder. Disables import, upload, and delete.":"No modifique la carpeta de originales. Desactiva la importación, la carga y la eliminación.","Don't transcode videos with FFmpeg.":"No transcodifiques los vídeos con FFmpeg.","Don't use Darktable to convert RAW files.":"No utilices Darktable para convertir archivos RAW.","Don't use RawTherapee to convert RAW files.":"No utilice RawTherapee para convertir archivos RAW.","Don't use TensorFlow for image classification.":"Navegar y editar las etiquetas de clasificación de las imágenes.","Donations":"Donaciones","Done":"Hecho","Done.":"Hecho.","Download":"Descargar","Download remote files":"Descargar archivos remotos","Download single files and zip archives.":"Descargue archivos individuales y zip.","Downloading…":"Descargando...","Downscaling Filter":"Filtro de calidad","Duplicates will be skipped and only appear once.":"Los duplicados se saltarán y sólo aparecerán una vez.","Dutch":"Holandés","Dynamic Previews":"Previsiones no reveladas","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"La renderización bajo demanda requiere una CPU potente y no se recomienda para servidores domésticos más pequeños, o dispositivos NAS.","Dynamic Size Limit: %{n}px":"Límite de tamaño no alcanzado: %{n}px","E-Mail":"E-Mail","Edit":"Editar","Edit %{name}":"Editar %{name}","Edit Account":"Editar Cuenta","Edit Photo":"Editar Foto","Edited":"Editado","Enable new features currently under development.":"Habilitar las nuevas características que se están desarrollando actualmente.","Enabled":"Activado","Enables RAW converter presets. May reduce performance.":"Activa los preajustes del convertidor RAW. Puede reducir el rendimiento.","English":"Inglés","Errors":"Errores","Estimate the approximate location of pictures without coordinates.":"Estimar la ubicación aproximada de las imágenes sin coordenadas.","Estimates":"Presupuestos","Every two days":"Cada dos días","Exclude content marked as private from search results, shared albums, labels, and places.":"Excluir el contenido marcado como privado de los resultados de búsqueda, álbumes compartidos, etiquetas y lugares.","Exclude hidden":"Excluir lo oculto","Expand":"Expandir","Expand Search":"Expandir la búsqueda","Experimental Features":"Características experimentales","Expires":"Expira","Exposure":"Exposición","F Number":"Número F","Face":"Cara","Faces":"Caras","Failed copying to clipboard":"Falló la cópia al portapapeles","Failed removing link":"Falló al eliminar el enlace","Failed updating link":"Falló la actualización el enlace","Failure while importing uploaded files":"Falló al importar los archivos cargados","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature Request":"Solicitud de características","Feedback":"Comentarios","File":"Archivo","File Browser":"Explorador de Archivos","Files":"Archivos","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Los archivos con nombres secuenciales como \"IMG_1234 (2)\" o \"IMG_1234 copia 2\" pertenecen a la misma foto.","Focal Length":"Distancia focal","Folder":"Carpeta","Folder contains %{n} files":"La carpeta contiene %{n} archivos","Folder is empty":"Carpeta vacía","Folders":"Carpetas","French":"Francés","Fullscreen":"Pantalla completa","General":"General","German":"Alemán","Gold":"Oro","Grayscale":"Escala de grises","Green":"Verde","Grey":"Gris","Group by similarity":"Agrupar por similitud","Hash":"Hashe","Hebrew":"Hebreo","Help":"Ayuda","Hidden":"Oculto","Hidden Files":"Archivos Ocultos","Hide":"Ocultar","Hide photos that have been moved to archive.":"Ocultar las fotos que han sido archivadas.","Hindi":"Hindi","How can we help?":"¿Cómo podemos ayudarte?","Hybrid":"Híbrido","I'm a sponsor":"Soy patrocinador","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Si te gusta usar PhotoPrism, considera apoyarnos en Patreon o en GitHub Sponsors.","image":"imagen","Image":"Imagen","Images":"Imágenes","Import":"Importar","Import failed":"Importación ha fallado","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Los archivos importados serán clasificados por fecha y se les dará un nombre único para evitar duplicados.","Imported files will be sorted by date and given a unique name.":"Los archivos importados serán clasificados por fecha y se les dará un nombre único.","Importing %{name}…":"Importando %{name}...","Importing files to originals…":"Importando archivos a originales...","in":"en","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"En caso de que falten imágenes que usted espera, vuelva a escanear su biblioteca y espere a que se complete la indexación.","Index":"Indexar","Indexing":"Indexando","Indexing failed":"Indexación ha fallado","Indexing media and sidecar files…":"Indexando los archivos multimedia y sidecar...","Instance ID":"ID de instancia","Interval":"Intervalo","Invalid date":"Fecha inválida","Italian":"Italiano","Item":"Elemento","Japanese":"Japonés","JPEG Quality: %{n}":"Calidad JPEG: %{n}","JPEG Size Limit: %{n}px":"Límite de tamaño del JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Los JPEG y las miniaturas se renderizan automáticamente según sea necesario.","Keywords":"Palabras clave","Korean":"Koreano","Kurdish":"Curdo","Label":"Etiqueta","Labels":"Etiquetas","Labels deleted":"Etiquetas borradas","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Preservación de detalles, artefactos mínimos","Language":"Idioma","Last Backup":"Última copia de seguridad","Latitude":"Latitud","Lavender":"Lavanda","Lens":"Lente","Let us know when we mistakenly label an idea as unfunded.":"Háganos saber si nos equivocamos al etiquetar una idea como no financiada.","Library":"Librería","License":"Licencia","Like":"Me gusta","Lime":"Lima","Limit reached, showing first %{n} files":"Límite alcanzado, mostrando los primeros %{n} archivos","Linear: Very Smooth, Best Performance":"Lineal: Muy suave, la mejor actuación","Link":"Enlace","List":"Lista","Live":"En vivo","Local Time":"Hora local","location":"ubicación","Location":"Ubicación","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Los mensajes de registro aparecen aquí cada vez que PhotoPrism se encuentra con archivos rotos, o hay otros problemas potenciales.","Login":"Iniciar sesión","Logout":"Cerrar sesión","Logs":"Registro","Longitude":"Longitud","Magenta":"Magenta","Main Color":"Color principal","manual":"manual","Manual Upload":"Subida manual","Marker":"Marcador","Medium":"Mediano","Merge %{a} with %{b}?":"¿Fusionar %{a} con %{b}?","Message sent":"Mensaje enviado","Minimize":"Minimizar","Missing":"Desaparecido","Moments":"Momentos","Monochrome":"Monocromo","Month":"Mes","Moonlight":"Luz de la luna","More than %{n} pictures found":"Más de %{n} imágenes encontradas","More than 20 albums found":"Más de 20 álbumes encontrados","More than 20 labels found":"Más de 20 etiquetas encontradas","More than 20 people found":"Más de 20 personas encontraron","Mosaic":"Mosaico","Most relevant":"Más relevante","Move Files":"Mover archivos","Name":"Nombre","Name too long":"Nombre demasiado largo","Never":"Nunca","New":"Nuevo","New Password":"Nueva contraseña","Newest first":"Más nuevos primero","No":"No","No albums found":"No se encontraron álbumes","No labels found":"No se encontraron etiquetas","No people found":"No hay personas","No pictures found":"No se han encontrado imágenes","No recently edited pictures":"No hay imágenes editadas recientemente","No servers configured.":"Sin servidores configurados.","No thanks":"No gracias","No warnings or error containing this keyword. Note that search is case-sensitive.":"No hay advertencias ni errores que contengan esta palabra clave. Tenga en cuenta que la búsqueda distingue entre mayúsculas y minúsculas.","Non-photographic and low-quality images require a review before they appear in search results.":"Las imágenes no fotográficas y de baja calidad requieren una revisión antes que aparezcan en los resultados de la búsqueda.","None":"Ninguno","Norwegian":"Noruego","Not Found":"No encontrado","Note you may manually manage your originals folder and importing is optional.":"Tenga en cuenta que puede gestionar manualmente su carpeta de originales y que la importación es opcional.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: Sólo los servidores WebDAV, como Nextcloud o PhotoPrism, pueden ser configurados como servicio remoto para hacer copias de seguridad y subir archivos.","Note: Updating the password will not revoke access from already authenticated users.":"Nota: La actualización de la contraseña no revocará el acceso de los usuarios ya autentificados.","Notes":"Notas","Nothing to see here yet. Be patient.":"No hay nada que ver aquí todavía. Paciencia.","Offline":"Desconectado","Oldest first":"Más antiguos primero","Once a week":"Una vez a la semana","One album found":"Un álbum encontrado","One file found":"Un archivo encontrado","One folder found":"Una carpeta encontrada","One label found":"Una etiqueta encontrada","One person found":"Una persona encontró","One picture found":"Una foto encontrada","Onyx":"Ónix","Options":"Opciones","Orange":"Naranja","Orientation":"Orientación","Original":"Original","Original file names will be stored and indexed.":"Los nombres originales de los archivos serán almacenados e indexados.","Original Name":"Nombre original","Originals":"Originales","Other":"Otro","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Nuestra visión es proporcionar la solución más fácil de usar para navegar, organizar y compartir su colección de fotos.","Outdoor":"Al aire libre","Panorama":"Panorámica","Panoramas":"Panorámicas","Password":"Contraseña","Password changed":"Contraseña cambiada","People":"Gente","People you share a link with will be able to view public contents.":"La gente con la que compartas un enlace podrá ver los contenidos públicos.","Permanently deleted":"Eliminado permanentemente","Permanently remove files to free up storage.":"Elimina permanentemente los archivos para liberar almacenamiento.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism ha sido actualizado...","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® es una marca registrada de Michael Mayer.","Photos":"Fotos","Pink":"Rosa","Place":"Lugar","Place & Time":"Lugar y tiempo","Places":"Lugares","Play":"Reproducir","Please confirm your new password.":"Por favor, confirma tu nueva contraseña.","Please contact us at hello@photoprism.app if you have questions or need help.":"Póngase en contacto con nosotros en hello@photoprism.app si tiene preguntas o necesita ayuda.","Please don't upload photos containing offensive content.":"Por favor, no subas fotos con contenido ofensivo.","Polish":"Polaco","Portrait":"Retrato","Português de Portugal":"Português de Portugal","Preserve filenames":"Preservar nombres de archivo","Press button to start importing…":"Presiona el botón para empezar a importar...","Press button to start indexing…":"Presiona el botón para empezar a indexar...","Press enter to create a new album.":"Presiona enter para crear un nuevo álbum.","Preview":"Vista previa","Primary":"Primario","Private":"Privado","Product Feedback":"Comentarios sobre el producto","Projection":"Proyección","Purple":"Púrpura","Quality Filter":"Filtro de calidad","Quality Score":"Puntuación de calidad","Random":"Aleatorio","Raspberry":"Frambuesa","Raw":"Raw","RAW":"Raw","RAW Conversion":"Conversión","Re-index all originals, including already indexed and unchanged files.":"Re-indexar todos los originales, incluyendo los archivos ya indexados y no modificados.","Read-Only Mode":"Modo de sólo lectura","Recently added":"Añadidos recientemente","Recently edited":"Editados recientemente","Recognition starts after indexing has been completed.":"El reconocimiento se inicia una vez finalizada la indexación.","Recognized":"Reconocida","Recognizes faces so that specific people can be found.":"Reconoce las caras para poder encontrar a personas concretas.","Red":"Rojo","Reload":"Recargar","Reloading…":"Recargando...","Remote Sync":"Sincronización remota","Remove":"Eliminar","remove failed: unknown album":"eliminación ha fallado: álbum desconocido","Remove from album":"Eliminar del álbum","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Eliminar los archivos importados para ahorrar espacio. Los tipos de archivos no admitidos nunca se eliminarán y permanecen en su ubicación actual.","Report Bug":"Reportar error","Request failed - invalid response":"Solicitud ha fallado - respuesta inválida","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Las solicitudes respaldadas por los patrocinadores de plata y oro reciben una etiqueta de oro y se les dará prioridad.","Required":"Requerido","Resolution":"Resolución","Restore":"Restaurar","Retype Password":"Reescriba la contraseña","Review":"Revisar","Russian":"Ruso","Save":"Guardar","Scan":"Escanear","Scans":"Escaneos","Search":"Buscar","Search and display photos on a map.":"Buscar y mostrar fotos en un mapa.","Season":"Temporada","Seaweed":"Algas Marinas","Secret":"Secreto","Select":"Seleccionar","Select albums or create a new one":"Selecciona los álbumes o crea un nuevo","Selection approved":"Selección archivada","Selection archived":"Selección archivada","Selection restored":"Selección restaurada","Send":"Enviar","Sequential Name":"Nombre secuencial","Server":"Servidor","Service URL":"URL del servicio","Settings":"Ajustes","Settings saved":"Ajustes guardados","Setup":"Configurar","Shadow":"Sombra","Share":"Compartir","Share %{name}":"Compartir %{name}","Shared with you.":"Compartido con usted.","Show":"Mostrar","Show all new faces":"Mostrar todas las caras nuevas","Show hidden":"Mostrar oculto","Show less":"Ver menos","Show Library in navigation menu.":"Mostrar Biblioteca en el menú de navegación.","Show more":"Ver más","Show server logs in Library.":"Mostrar los registros del servidor en la biblioteca.","Shows more detailed log messages. Requires a restart.":"Muestra mensajes de registro más detallados. Requiere un reinicio.","Sidecar":"Adicional","Sign in":"Iniciar sesión","Sign Up":"Registrarse","Similar":"Similares","Size":"Tamaño","Slovak":"Eslovaco","Slow":"Lento","Sort by file name":"Ordenar por nombre de archivo","Sort Order":"Orden de Clasificación","Source":"Fuente","Spanish":"Español","Stack":"Apilar","Stack files sharing the same unique image or instance identifier.":"Apilar los archivos que comparten la misma imagen única o identificador de instancia.","Stack pictures taken at the exact same time and location based on their metadata.":"Apilar las imágenes tomadas en el mismo momento y lugar exactos basados en sus metadatos.","Stackable":"ES Stackable","Stacks":"Secuencias","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Las pilas agrupan archivos con un marco de referencia similar, pero con diferencias de calidad, formato, tamaño o color.","Start":"Empezar","Start/Stop Slideshow":"Empezar/Detener la presentación de diapositivas","States":"Estados","Static Size Limit: %{n}px":"Límite de tamaño de pre-rendimiento: %{n}px","Status":"Estado","Storage Folder":"Carpeta de almacenamiento","Streets":"Calles","Style":"Estilo","Subject":"Sujeto","Support for additional services, like Google Drive, will be added over time.":"El soporte para servicios adicionales, como Google Drive, se añadirá futuramente.","Sync":"Sincronizar","Sync raw and video files":"Sincronizar imágenes raw","Taken":"Tomada","Teal":"Verde Azulado","Text too long":"Texto demasiado largo","Thank you very much!":"¡Muchas gracias!","The index currently contains %{n} hidden files.":"El índice contiene actualmente %{n} archivos ocultos.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"La hoja de ruta muestra las tareas en curso, lo que hay que probar y las peticiones de características que se van a implementar a continuación.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Su formato puede no ser compatible, aún no se han convertido a JPEG o hay duplicados.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Este es un artículo de acceso anticipado para dar las gracias a nuestros patrocinadores y colaboradores.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Esto monta la carpeta de originales como una unidad de red y le permite abrir, editar y eliminar archivos de su ordenador o smartphone como si fueran locales.","This open-source project is made possible thanks to our sponsors.":"Este proyecto de código abierto es posible gracias a nuestros patrocinadores.","Thumbnail Generation":"Generar miniatura","Time UTC":"Hora UTC","Time Zone":"Zona horaria","Title":"Título","Title too long":"Título demasiado largo","to":"para","Toggle View":"Cambiar Vista","Token":"Simbólico","Topographic":"Topográfico","Trademarks":"Marcas registradas","Try again using other filters or keywords.":"Inténtalo de nuevo usando otros filtros o palabras.","Type":"Tipo","Undo":"Deshacer","Unique ID":"ID Única","Unknown":"Desconocido","Unsorted":"Sin clasificar","Unstack":"Desagrupar","Updated":"Actualizado","Updating faces":"Actualización de las caras","Updating index":"Índice de actualización","Updating moments":"Momentos de actualización","Updating previews":"Actualización de las vistas previas","Updating stacks":"Desagrupar","Upload":"Subir","Upload complete":"Subida completa","Upload complete. Indexing…":"Subida completa. Indexando...","Upload failed":"Subida ha fallado","Upload local files":"Subir archivos locales","Upload to WebDAV and share links with friends.":"Subir a WebDAV y compartir los enlaces con amigos.","Uploading %{n} of %{t}…":"Cargando %{n} de %{t}...","Uploading photos…":"Subiendo fotos...","Uploads that may contain such images will be rejected automatically.":"Las subidas que puedan contener tales imágenes serán rechazadas automáticamente.","URL":"URL","Use Presets":"Usar preselecciones","User":"Usuario","User Interface":"Interfaz de usuario","Username":"Nombre de usuario","Video":"Vídeo","Videos":"Vídeos","View":"Ver","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Te informaremos de cómo activarlo cuando te registres en Patreon o en GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"Los clientes de WebDAV pueden conectarse a PhotoPrism usando la siguiente URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Los clientes de WebDAV, como Microsoft Windows Explorer o Finder de Apple, pueden conectarse directamente a PhotoPrism.","WebDAV Upload":"Subida WebDAV","White":"Blanco","Year":"Año","Yellow":"Amarillo","Yellowstone":"Yellowstone","Yes":"Sí","You can only download one album":"Sólo puedes descargar un álbum","You can only download one label":"Sólo puedes descargar una etiqueta","You may only select one item":"Sólo puedes selecionar un elemento","You may rescan your library to find additional faces.":"Puede volver a explorar su biblioteca para encontrar más caras.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Puede utilizarlo según sea necesario para describir nuestro software, ejecutar su propio servidor, con fines educativos, pero no para ofrecer bienes, productos o servicios comerciales sin permiso previo por escrito. En otras palabras, por favor pregunta.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Su apoyo continuo nos ayuda a financiar los costes de funcionamiento, a ofrecer servicios como los mapas por satélite y a desarrollar nuevas funciones.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Tu biblioteca se analiza continuamente para crear automáticamente álbumes de momentos, viajes y lugares especiales.","Your message has been sent":"Tu mensaje ha sido enviado","Zoom in/out":"Acercar/Alejar"},"fr":{"%{n} albums found":"%{n} albums trouvés","%{n} files uploaded":"%{n} fichiers chargés","%{n} folders found":"%{n} dossiers trouvés","%{n} labels found":"%{n} étiquettes trouvées","%{n} people found":"%{n} personnes trouvées","%{n} pictures found":"%{n} images trouvées","1 hour":"1 heure","12 hours":"12 heures","4 hours":"4 heures","A click will copy it to your clipboard.":"Cliquez pour copier vers le presse-papier.","About":"A propos","Account":"Compte","Accuracy":"Précision","Action":"Action","Actions":"Actions","Add Album":"Ajouter album","Add files to your library via Web Upload.":"Ajouter des fichiers à votre bibliothèque par chargement.","Add Link":"Ajouter un lien","Add pictures from search results by selecting them.":"Ajoutez des images à partir des résultats de recherche en les sélectionnant.","Add Server":"Ajouter un serveur","Add to album":"Ajouter à l'album","Added":"Ajouté","Advanced":"Avancé","After 1 day":"Après 1 jour","After 3 days":"Après 3 jours","After 7 days":"Après 7 jours","After one month":"Après un mois","After one year":"Après un an","After selecting pictures from search results, you can add them to an album using the context menu.":"Après avoir sélectionné des images dans les résultats de recherche, vous pouvez les ajouter à un album à l'aide du menu contextuel.","After two months":"Après 2 mois","After two weeks":"Après 2 semaines","Album":"Album","Album Name":"Titre de l'Album","Albums":"Albums","Albums deleted":"Albums supprimés","All %{n} albums loaded":"Les %{n} albums ont été chargés","All %{n} labels loaded":"Les %{n} étiquettes ont été chargées","All %{n} people loaded":"Les %{n} personnes ont été chargées","All Cameras":"Tous les appareils photo","All Categories":"Toutes les catégories","All Colors":"Toutes les couleurs","All Countries":"Tous les pays","All fields are required":"Tous les fichiers sont requis","All files from import folder":"Tous les fichiers du dossier d'importation","All Lenses":"Tous les objectifs","All Months":"Tous les mois","All originals":"Tous les fichiers originaux","All Years":"Toutes les années","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Vous pouvez également charger les fichiers directement vers un serveur WebDAV comme Nextcloud.","Altitude":"Altitude","Altitude (m)":"Altitude (m)","An error occurred - are you offline?":"Un problème est survenu - êtes-vous hors ligne ?","Animation":"Animation","Any private photos and videos remain private and won't be shared.":"Une photo ou vidéo privée restera privée et ne sera pas partagée.","API Key":"Clé d'API","Apply":"Appliquer","Approve":"Approuver","Archive":"Archives","Archived":"Archivé","Are you sure you want to archive the selection?":"Êtes-vous sûr de vouloir archiver la sélection ?","Are you sure you want to delete these albums?":"Êtes-vous sûr de vouloir supprimer ces albums ?","Are you sure you want to delete these labels?":"Êtes-vous sûr de vouloir supprimer ces étiquettes ?","Are you sure you want to delete this account?":"Êtes-vous sûr de vouloir supprimer ce compte ?","Are you sure you want to permanently delete these pictures?":"Êtes-vous sûr de vouloir supprimer définitivement ces photos?","Are you sure you want to permanently delete this file?":"Êtes-vous sûr de vouloir supprimer définitivement ce fichier ?","Artist":"Artiste","Aspect Ratio":"Ratio d’aspect","At least 6 characters.":"Au moins 6 caractères.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Les fichiers de certains types comme RAW doivent être convertis pour être affichables par le navigateur.","Automatically creates albums of special moments, trips, and places.":"Création automatique d'albums regroupant des moments, des voyages et des lieux spéciaux.","Become a sponsor":"Devenir un sponsor","Bio":"Biographie","Black":"Noir","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman : modification de Lanczos, moins d'artefacts de sonnerie","Blue":"Bleu","Brazilian Portuguese":"Portugais brésilien","Brown":"Marron","Browse and edit image classification labels.":"Parcourir et modifier les étiquettes de classification d'images.","Browse indexed files and folders in Library.":"Parcourir les dossiers et fichiers indexés dans la bibliothèque.","Bug Report":"Signaler une erreur","Busy, please wait…":"Veuillez patienter…","Calendar":"Calendrier","Camera":"Appareil photo","Camera Serial":"N° de série de l'appareil photo","Can't load more, limit reached":"Impossible de charger plus, limite atteinte","Can't select more items":"Impossible de sélectionner plus d’éléments","Cancel":"Annuler","Cards":"Cartes","Category":"Catégorie","Change":"Changer","Change photo titles, locations, and other metadata.":"Changer les titres, les lieux et d'autres métadonnées.","Change private flag":"Modifier le statut privé","Checked":"Vérifié","Chinese Simplified":"Chinois simplifié","Chinese Traditional":"Chinois traditionnel","Chroma":"Chrome","Close":"Fermer","Codec":"Codec","Color":"Couleur","Colors":"Couleurs","Complete Rescan":"Réanalyse complète","Confidence":"Confiance","Connect":"Connecter","Connect via WebDAV":"Se connecter via le protocole WebDAV","Contact Us":"Nous contacter","Contains %{n} pictures.":"Contient %{n} images.","Contains one picture.":"Contient une photo.","Convert to JPEG":"Convertir en JPEG","Converting":"Conversion en cours","Copied to clipboard":"Copié vers le presse-papier","Copyright":"Copyright","Couldn't find anything.":"Aucun élément trouvé.","Country":"Pays","Create album":"Créer un album","Created":"Créé","Creating thumbnails for":"Création des vignettes pour","Cubic: Moderate Quality, Good Performance":"Cubique : Qualité modérée, bonne performance","Current Password":"Mot de passe actuel","Customer Support":"Support Client","Cyan":"Cyan","Cyano":"Cyano","Czech":"Tchèque","Daily":"Quotidien","Danish":"Danois","Day":"Jour","Debug Logs":"Journaux de débogage","Default":"Valeur par défaut","Default Folder":"Dossier par défaut","Delete":"Supprimer","Description":"Description","Detailed instructions can be found in our User Guide.":"Vous trouverez des instructions détaillées dans notre guide de l’utilisateur.","Details":"Détails","Dimensions":"Dimensions","Disable Backups":"Désactiver les sauvegardes","Disable built-in WebDAV server. Requires a restart.":"Désactiver le serveur WebDAV intégré. Nécessite un redémarrage.","Disable Darktable":"Désactiver Darktable","Disable ExifTool":"Désactiver l'outil ExifTool","Disable FFmpeg":"Désactiver FFmpeg","Disable Places":"Désactiver les Lieux","Disable RawTherapee":"Désactiver RawTherapee","Disable TensorFlow":"Désactiver TensorFlow","Disable WebDAV":"Désactiver WebDAV","Disabled":"Désactivé","Disables reverse geocoding and maps.":"Désactiver le géocodage inverse et les cartes.","Discover":"Découvrir","Don't backup photo and album metadata to YAML files.":"Ne pas sauvegarder les métadonnées des photos et des albums dans des fichiers YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Ne pas créer de fichiers JSON ExifTool pour améliorer l'extraction des métadonnées.","Don't modify originals folder. Disables import, upload, and delete.":"Ne pas modifier le dossier des originaux. Désactive l'importation, le téléchargement et la suppression.","Don't transcode videos with FFmpeg.":"Ne pas transcoder les vidéos avec FFmpeg.","Don't use Darktable to convert RAW files.":"Ne pas utiliser Darktable pour convertir les fichers RAW.","Don't use RawTherapee to convert RAW files.":"Ne pas utiliser RawTherapee pour convertir les fichiers RAW.","Don't use TensorFlow for image classification.":"Parcourir et modifier les étiquettes de classification d'images.","Donations":"Dons","Done":"Terminé","Done.":"Terminé.","Download":"Télécharger","Download remote files":"Télécharger les fichiers distants","Download single files and zip archives.":"Téléchargement de fichiers et d'archives zip.","Downloading…":"Téléchargement en cours…","Downscaling Filter":"Filtre de qualité","Duplicates will be skipped and only appear once.":"Les doublons seront ignorés et n'apparaîtront qu'une seule fois.","Dutch":"Néerlandais","Dynamic Previews":"Avant-premières non cachées","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Le rendu à la demande nécessite un processeur puissant et n'est pas recommandé pour les petits serveurs domestiques ou les périphériques NAS.","Dynamic Size Limit: %{n}px":"Limite de taille non cachée : %{n}px","E-Mail":"Courriel","Edit":"Modifier","Edit %{name}":"Modifier %{name}","Edit Account":"Modifier le compte","Edit Photo":"Modifier la photo","Edited":"Modifié","Enable new features currently under development.":"Activer les nouvelles fonctionnalités en cours de développement.","Enabled":"Activé","Enables RAW converter presets. May reduce performance.":"Active les préréglages du convertisseur RAW. Cela peut réduire les performances.","English":"Anglais","Errors":"Erreurs","Estimate the approximate location of pictures without coordinates.":"Déterminer approximativement la localisation d'une image sans coordonnées.","Estimates":"Estimations","Every two days":"Tous les deux jours","Exclude content marked as private from search results, shared albums, labels, and places.":"Exclure le contenu marqué comme privé des résultats de recherche, des albums partagés, des étiquettes et des lieux.","Exclude hidden":"Exclure les éléments cachés","Expand":"Développer","Expand Search":"Montre plus","Experimental Features":"Fonctions Expérimentales","Expires":"Expire","Exposure":"Exposition","F Number":"Ouverture","Face":"Visage","Faces":"Visages","Failed copying to clipboard":"Échec de la copie vers le presse-papier","Failed removing link":"Échec de la suppression du lien","Failed updating link":"Échec de la mise à jour du lien","Failure while importing uploaded files":"Échec de l'importation des fichiers chargés","Fast":"Rapide","Favorite":"Favori","Favorites":"Favoris","Feature Request":"Demander une fonctionnalité","Feedback":"Retour d'information","File":"Fichier","File Browser":"Explorateur de fichiers","Files":"Fichiers","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Des fichiers ayant des noms séquentiels tels que 'IMG_1234 (2)' et 'IMG_1234 (3)' appartiennent à la même image.","Focal Length":"Longueur focale","Folder":"Dossier","Folder contains %{n} files":"Dossier contenant %{n} fichiers","Folder is empty":"Le dossier est vide","Folders":"Dossiers","French":"Français","Fullscreen":"Plein écran","General":"Général","German":"Allemand","Gold":"Or","Grayscale":"Gamme de gris","Green":"Vert","Grey":"Gris","Group by similarity":"Grouper par similarité","Hash":"Somme de contrôle","Hebrew":"Hébreu","Help":"Aide","Hidden":"Caché","Hidden Files":"Fichiers cachés","Hide":"Cacher","Hide photos that have been moved to archive.":"Cacher les photos archivées.","Hindi":"Hindi","How can we help?":"Comment pouvons nous vous aider ?","Hybrid":"Hybride","I'm a sponsor":"Je contribue","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Si vous aimez utiliser PhotoPrism, veuillez envisager de nous soutenir sur Patreon ou GitHub Sponsors.","image":"image","Image":"Image","Images":"Images","Import":"Importer","Import failed":"Échec de l'importation","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Les fichiers importés seront classés par date et recevront un nom unique pour éviter les doublons.","Imported files will be sorted by date and given a unique name.":"Les fichiers importés seront classés par date et recevront un nom unique.","Importing %{name}…":"Importation de %{name} en cours…","Importing files to originals…":"Importation des fichiers vers le dossier des originaux…","in":"en","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Si des images que vous attendez manquent, veuillez rescanner votre bibliothèque et attendre que l'indexation soit terminée.","Index":"Index","Indexing":"Indexation","Indexing failed":"Échec de l'indexation","Indexing media and sidecar files…":"Indexation des média et et des fichiers annexes en cours…","Instance ID":"Instance ID","Interval":"Intervalle","Invalid date":"Date incorrecte","Italian":"Italien","Item":"Item","Japanese":"Japonais","JPEG Quality: %{n}":"Qualité JPEG : %{n}","JPEG Size Limit: %{n}px":"Limite de taille JPEG : %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Les JPEGS et vignettes sont automatiquement affichés selon les besoins.","Keywords":"Mots-clés","Korean":"Coréen","Kurdish":"Kurde","Label":"Etiquette","Labels":"Étiquettes","Labels deleted":"Étiquettes supprimées","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos : Préservation des détails, artefacts minimaux","Language":"Langue","Last Backup":"Dernière sauvegarde","Latitude":"Latitude","Lavender":"Lavande","Lens":"Objectif","Let us know when we mistakenly label an idea as unfunded.":"Faites-nous savoir si nous avons par erreur qualifié une idée de non financée.","Library":"Bibliothèque","License":"Licence","Like":"Préféré","Lime":"Citron","Limit reached, showing first %{n} files":"Limite atteinte, affichage des %{n} premiers fichiers","Linear: Very Smooth, Best Performance":"Linéaire : Très lisse, meilleure performance","Link":"Lien","List":"Liste","Live":"Live","Local Time":"Heure locale","location":"emplacement","Location":"Emplacement","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Les messages des journaux s'affichent ici si PhotoPrism rencontre un fichier corrompu ou s'il y a un autre problème potentiel.","Login":"Connexion","Logout":"Déconnexion","Logs":"Journaux","Longitude":"Longitude","Magenta":"Magenta","Main Color":"Couleur principale","manual":"manuel","Manual Upload":"Chargement manuel","Marker":"Marqueur","Medium":"Moyen","Merge %{a} with %{b}?":"Fusionner %{a} avec %{b}?","Message sent":"Message envoyé","Minimize":"Minimiser","Missing":"Manquant","Moments":"Moments","Monochrome":"Monochrome","Month":"Mois","Moonlight":"Clair de lune","More than %{n} pictures found":"Plus de %{n} images trouvées","More than 20 albums found":"Plus de 20 albums ont été trouvés","More than 20 labels found":"Plus de 20 étiquettes ont été trouvées","More than 20 people found":"Plus de 20 personnes trouvées","Mosaic":"Mosaïque","Most relevant":"Le plus pertinent","Move Files":"Déplacer les fichiers","Name":"Nom","Name too long":"Nom trop long","Never":"Jamais","New":"Nouvelles","New Password":"Nouveau mot de passe","Newest first":"Plus récent en premier","No":"Non","No albums found":"Aucun album trouvé","No labels found":"Aucune étiquette trouvée","No people found":"Aucune personne trouvée","No pictures found":"Aucune photo trouvée","No recently edited pictures":"Pas de photos récemment éditées","No servers configured.":"Aucun serveur configuré.","No thanks":"Non merci","No warnings or error containing this keyword. Note that search is case-sensitive.":"Aucun avertissement ou erreur contenant ce mot-clé. Notez que la recherche est sensible à la casse.","Non-photographic and low-quality images require a review before they appear in search results.":"Les images non photographiques ou de mauvaise qualité doivent faire l'objet d'un examen avant d'apparaître dans les résultats de recherche.","None":"Aucun","Norwegian":"Norvégien","Not Found":"Non trouvé","Note you may manually manage your originals folder and importing is optional.":"Notez que vous pouvez gérer manuellement votre dossier d'originaux et que l'importation est facultative.","Note:":"Remarque:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Remarque: seuls les serveurs au protocole WebDAV, comme Nextcloud ou PhotoPrism, peuvent être configurés comme service distant pour la sauvegarde et le téléchargement de fichiers.","Note: Updating the password will not revoke access from already authenticated users.":"Remarque: Mettre à jour votre mot de passe n'interrompt pas l'accès des utilisateurs déjà connectés.","Notes":"Remarques","Nothing to see here yet. Be patient.":"Il n'y a rien à voir ici pour le moment. Soyez patient.","Offline":"Hors-ligne","Oldest first":"Plus ancien en premier","Once a week":"Une fois par semaine","One album found":"Un album trouvé","One file found":"Un fichier trouvé","One folder found":"Un dossier trouvé","One label found":"Une étiquette trouvée","One person found":"Une personne trouvée","One picture found":"Une photo trouvée","Onyx":"Onyx","Options":"Options","Orange":"Orange","Orientation":"Orientation","Original":"Original","Original file names will be stored and indexed.":"Les noms des fichier originaux seront sauvegardés et indexés.","Original Name":"Nom original","Originals":"Originaux","Other":"Autre","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Notre ambition est de vous fournir la solution la plus conviviale pour la navigation, l’organisation et le partage de vos photos.","Outdoor":"Extérieur","Panorama":"Panorama","Panoramas":"Panoramas","Password":"Mot de passe","Password changed":"Mot de passe modifié","People":"Personnes","People you share a link with will be able to view public contents.":"Les personnes avec qui vous partagez un lien pourront voir le contenu public de votre bibliothèque.","Permanently deleted":"Supprimé définitivement","Permanently remove files to free up storage.":"Supprimer définitivement les fichiers pour récupérer de la place de stockage.","Photo":"Photo","PhotoPrism has been updated…":"PhotoPrism a été mis à jour…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® is une marque déposée par Michael Mayer.","Photos":"Photos","Pink":"Rose","Place":"Lieu","Place & Time":"Unité de lieu et de temps","Places":"Lieux","Play":"Lancer","Please confirm your new password.":"Veuillez confirmer votre nouveau mot de passe.","Please contact us at hello@photoprism.app if you have questions or need help.":"Contactez-nous à hello@photoprism.app si vous avez des questions ou besoin d'aide.","Please don't upload photos containing offensive content.":"Veuillez ne pas charger de photos choquantes.","Polish":"Polonais","Portrait":"Portrait","Português de Portugal":"Portugais du Potugal","Preserve filenames":"Conserver les noms de fichiers","Press button to start importing…":"Appuyer sur le bouton pour démarrer l'importation…","Press button to start indexing…":"Appuyer sur le bouton pour démarrer l'indexation…","Press enter to create a new album.":"Appuyer sur la touche entrée pour créer un nouvel album.","Preview":"Prévisualisation","Primary":"Primaire","Private":"Privée","Product Feedback":"Commentaires sur le produit","Projection":"Projection","Purple":"Violet","Quality Filter":"Filtre de qualité","Quality Score":"Score de qualité","Random":"Aléatoire","Raspberry":"Framboise","Raw":"Raw","RAW":"RAW","RAW Conversion":"Conversion RAW","Re-index all originals, including already indexed and unchanged files.":"Réindexer tous les originaux, en incluant ceux déjà indexés et les fichiers inchangés.","Read-Only Mode":"Mode lecture seule","Recently added":"Ajoutés récemment","Recently edited":"Modifiés récemment","Recognition starts after indexing has been completed.":"La reconnaissance démarrera après la fin de l'indexation.","Recognized":"Reconnues","Recognizes faces so that specific people can be found.":"Recherche les visages pour permettre de trouver des personnes données.","Red":"Rouge","Reload":"Recharger","Reloading…":"Rechargement…","Remote Sync":"Synchronisation à distance","Remove":"Supprimer","remove failed: unknown album":"échec de la suppression: album inconnu","Remove from album":"Retirer de l'album","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Supprimez les fichiers importés pour économiser l'espace de stockage. Les fichiers non pris en charge ne sont jamais supprimés et demeurent à leur emplacement actuel.","Report Bug":"Rapportez une erreur","Request failed - invalid response":"Échec de la requête - réponse incorrecte","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Les demandes soutenues par les sponsors argent et or reçoivent un label doré et seront prioritaires.","Required":"Obligatoire","Resolution":"Résolution","Restore":"Restaurer","Retype Password":"Ressaisir le mot de passe","Review":"Examen","Russian":"Russe","Save":"Sauvegarder","Scan":"Numérisée","Scans":"Numérisées","Search":"Rechercher","Search and display photos on a map.":"Rechercher et afficher des photos sur une carte.","Season":"Saison","Seaweed":"Algues","Secret":"Secret","Select":"Sélectionner","Select albums or create a new one":"Sélectionner des albums ou en créer un nouveau","Selection approved":"Sélection approuvée","Selection archived":"Sélection archivée","Selection restored":"Sélection restaurée","Send":"Envoyé","Sequential Name":"Suite logique de noms","Server":"Serveur","Service URL":"URL du service","Settings":"Paramètres","Settings saved":"Paramètres sauvegardés","Setup":"Réglage","Shadow":"Ombre","Share":"Partager","Share %{name}":"Partager %{name}","Shared with you.":"Partagé avec vous.","Show":"Afficher","Show all new faces":"Montrer tous les nouveaux visages","Show hidden":"Afficher les éléments masqués","Show less":"Montrer moins","Show Library in navigation menu.":"Afficher la bibliothèque dans le menu de navigation.","Show more":"Montre plus","Show server logs in Library.":"Afficher les journaux serveurs dans Bibliothèque.","Shows more detailed log messages. Requires a restart.":"Rend les journaux plus détaillés. Requiert un redémarrage.","Sidecar":"Fichier annexe","Sign in":"S'identifier","Sign Up":"S'identifier","Similar":"Similaire","Size":"Taille","Slovak":"Slovaque","Slow":"Lent","Sort by file name":"Trier par nom de fichier","Sort Order":"Ordre de tri","Source":"Source","Spanish":"Espagnol","Stack":"Groupe","Stack files sharing the same unique image or instance identifier.":"Images partageant le même identifiant unique d'image.","Stack pictures taken at the exact same time and location based on their metadata.":"Images prises exactement au même moment et au même endroit, en se fondant sur les métadonnées.","Stackable":"Groupable","Stacks":"Groupes","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Les groupes associent des images partageant le même contexte, mais dont la qualité, le format, les dimensions ou les couleurs peuvent différer.","Start":"Démarrer","Start/Stop Slideshow":"Démarrer / arrêter le diaporama","States":"Régions","Static Size Limit: %{n}px":"Limite de taille avant rendu : %{n}px","Status":"Statut","Storage Folder":"Dossier","Streets":"Rues","Style":"Style","Subject":"Sujet","Support for additional services, like Google Drive, will be added over time.":"La prise en charge de services supplémentaires tels que Google Drive sera ajoutée ultérieurement.","Sync":"Synchronisation","Sync raw and video files":"Synchroniser les fichiers raw et les vidéos","Taken":"Prise","Teal":"Sarcelle","Text too long":"Texte trop long","Thank you very much!":"En vous remerciant très sincèrement !","The index currently contains %{n} hidden files.":"L'index contient actuellement %{n} fichiers cachés.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"La feuille de route montre quelles tâches sont en cours, ce qui doit être testé, et quelles demandes de fonctionnalités seront mises en œuvre ensuite.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Leur format n'est peut-être pas pris en charge, ils n'ont pas encore été convertis en JPEG ou ce sont des doublons.","Theme":"Thème","This is an early-access feature to say thanks to our sponsors and contributors.":"Il s'agit d'une fonctionnalité en accès anticipé pour remercier nos mécènes et nos contributeurs.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Cela monte le dossier des originaux en tant que lecteur réseau et vous permet d'ouvrir, modifier et supprimer des fichiers de votre ordinateur ou smartphone comme s'ils étaient locaux.","This open-source project is made possible thanks to our sponsors.":"Ce projet open-source est rendu possible grâce à nos sponsors.","Thumbnail Generation":"Génération de vignettes","Time UTC":"Heure UTC","Time Zone":"Fuseau horaire","Title":"Titre","Title too long":"Titre trop long","to":"à","Toggle View":"Basculer la vue","Token":"Jeton","Topographic":"Topograpique","Trademarks":"Marques déposées","Try again using other filters or keywords.":"Réessayez en utilisant d'autres filtres ou mots-clés.","Type":"Type","Undo":"Annuler","Unique ID":"Identifiant unique","Unknown":"Inconnu","Unsorted":"Non trié","Unstack":"Dégrouper","Updated":"Mis à jour","Updating faces":"Mise à jour des visages","Updating index":"Mise à jour de l'index","Updating moments":"Mise à jour des moments","Updating previews":"Mise à jour des aperçus","Updating stacks":"Mise à jour des groupes","Upload":"Chargement","Upload complete":"Chargement terminé","Upload complete. Indexing…":"Chargement terminé. Indexation en cours…","Upload failed":"Échec du chargement","Upload local files":"Charger des fichiers locaux","Upload to WebDAV and share links with friends.":"Charger via le protocole WebDAV et partager des liens avec des amis.","Uploading %{n} of %{t}…":"Chargement de %{n} sur %{t}…","Uploading photos…":"Chargement des photos en cours…","Uploads that may contain such images will be rejected automatically.":"Les fichiers chargés qui contiendraient de telles images seront automatiquement rejetés.","URL":"URL","Use Presets":"Utiliser les préréglages","User":"Utilisateur","User Interface":"Interface utilisateur","Username":"Identifiant","Video":"Vidéo","Videos":"Vidéos","View":"Voir","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Nous vous indiquerons comment activer cette fonctionnalité après votre inscription sur Patreon ou GiHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"Les clients au protocole WebDAV peuvent se connecter à PhotoPrism à l'aide de l'URL suivante:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Les clients au protocole WebDAV, comme Microsoft’s Windows Explorer ou Apple's Finder, peuvent se connecter directement à PhotoPrism.","WebDAV Upload":"Chargement via le protocole WebDAV","White":"Blanc","Year":"Année","Yellow":"Jaune","Yellowstone":"Yellowstone","Yes":"Oui","You can only download one album":"Vous ne pouvez télécharger qu'un seul album","You can only download one label":"Vous ne pouvez télécharger qu'une seule étiquette","You may only select one item":"Vous ne pouvez sélectionner qu'un seul élément","You may rescan your library to find additional faces.":"Vous pouvez réanalyser votre bibliothèque pour trouver plus de visages.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Vous pouvez l'utiliser au besoin pour décrire notre logiciel, faire fonctionner votre propre serveur, à des fins éducatives, mais pas pour offrir des biens, produits ou services commerciaux sans autorisation écrite préalable. En d'autres termes, veuillez demander.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Votre soutien continu nous permet de financer les coûts de fonctionnement, de fournir des services tels que les cartes satellites et de développer de nouvelles fonctionnalités.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Votre bibliothèque est analysée en permanence pour créer automatiquement des albums regroupant des moments, des voyages et des lieux spéciaux.","Your message has been sent":"Votre message a été envoyé","Zoom in/out":"Agrandir/Dézoomer"},"he":{"%{n} albums found":"%{n} אלבומים נמצאו","%{n} files uploaded":"%{n} קבצים הועלו","%{n} folders found":"%{n} תיקיות הועלו","%{n} labels found":"%{n} תוויות נמצאו","%{n} people found":"%{n} אנשים מצאו","%{n} pictures found":"נמצאו %{n} תמונות","1 hour":"שעה","12 hours":"12 שעות","4 hours":"4 שעות","A click will copy it to your clipboard.":"לחיצה תעתיק את זה ללוח.","About":"אודות","Account":"חשבון","Accuracy":"דיוק","Action":"פעולה","Actions":"פעולות","Add Album":"הוסף אלבום","Add files to your library via Web Upload.":"הוסף קבצים לספריה באמצעות העלאה באתר.","Add Link":"הוסף קישור","Add pictures from search results by selecting them.":"הוסף תמונות מתוצאות החיפוש על ידי בחירתן.","Add Server":"הוסף שרת","Add to album":"הוסף לאלבום","Added":"נוסף","Advanced":"מתקדם","After 1 day":"אחרי יום","After 3 days":"אחרי 3 ימים","After 7 days":"אחרי 7 ימים","After one month":"אחרי חודש","After one year":"אחרי שנה","After selecting pictures from search results, you can add them to an album using the context menu.":"לאחר בחירת תמונות מתוצאות החיפוש, תוכל להוסיף אותן לאלבום באמצעות תפריט ההקשר.","After two months":"אחרי חודשיים","After two weeks":"אחרי שבועיים","Album":"אלבום","Album Name":"שם אלבום","Albums":"אלבומים","Albums deleted":"אלבומים נמחקו","All %{n} albums loaded":"כל %{n} האלבומים נטענו","All %{n} labels loaded":"כל %{n} התוויות נטענו","All %{n} people loaded":"כל %{n} האנשים נטענו","All Cameras":"כל המצלמות","All Categories":"כל הקטגוריות","All Colors":"כל הצבעים","All Countries":"כל המדינות","All fields are required":"כל השדות חובה","All files from import folder":"כל הקבצים מתיקיית הייבוא","All Lenses":"כל העדשות","All Months":"כל החודשים","All originals":"כל המקורות","All Years":"כל השנים","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"לחלופין, ניתן להעלות קבצים ישירות דרך שרתי WebDAV כמו Nextcloud.","Altitude":"גובה","Altitude (m)":"גובה (מ')","An error occurred - are you offline?":"אירעה שגיאה - האם אתה במצב לא מקוון?","Animation":"אנימציה","Any private photos and videos remain private and won't be shared.":"כל התמונות והסרטונים הפרטיים יישארו פרטיים ולא ישותפו.","API Key":"מפתח API","Apply":"החל","Approve":"לאשר","Archive":"ארכיון","Archived":"אורכב","Are you sure you want to archive the selection?":"בטוח לארכב את הבחירה?","Are you sure you want to delete these albums?":"בטוח למחוק את האלבומים האלו?","Are you sure you want to delete these labels?":"בטוח למחוק את התוויות האלו?","Are you sure you want to delete this account?":"בטוח למחוק את החשבונות?","Are you sure you want to permanently delete these pictures?":"אתה בטוח שברצונך למחוק את התמונות לצמיתות?","Are you sure you want to permanently delete this file?":"בטוח למחוק לצמיתות את הקבצים?","Artist":"אמן","Aspect Ratio":"יחס גובה-רוחב","At least 6 characters.":"לפחות 6 תווים.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"המר מסוגי קבצים אחרים, כך שניתן יהיה להציג אותם בדפדפן.","Automatically creates albums of special moments, trips, and places.":"יוצר אוטומטית אלבומים של רגעים מיוחדים, טיולים ומקומות.","Become a sponsor":"להיות ספונסר","Bio":"אודותיך","Black":"שחור","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos Modification, Less Ringing Artifacts","Blue":"כחול","Brazilian Portuguese":"פורטוגזית ברזילאית","Brown":"חום","Browse and edit image classification labels.":"צפה וערוך תוויות סיווג תמונות.","Browse indexed files and folders in Library.":"צפה בקבצים ותיקיות שנוספו לאינדקס בספרייה.","Bug Report":"דיווח באג","Busy, please wait…":"עסוק, בבקשה המתן…","Calendar":"לוח שנה","Camera":"מצלמה","Camera Serial":"מזהה מצלמה","Can't load more, limit reached":"לא ניתן לטעון יותר, הגעת למגבלה","Can't select more items":"לא ניתן לבחור עוד פרטים","Cancel":"ביטול","Cards":"כרטיסים","Category":"קטגוריה","Change":"שינוי","Change photo titles, locations, and other metadata.":"שנה כותרות תמונות, מיקומים ומטא נתונים אחרים.","Change private flag":"שינוי דגל הפרטיות","Checked":"נבחר","Chinese Simplified":"סינית מופשטת","Chinese Traditional":"סינית מסורתית","Chroma":"Chroma","Close":"סגור","Codec":"קודק","Color":"צבע","Colors":"צבעים","Complete Rescan":"השלם סריקה מחדש","Confidence":"אמון","Connect":"התחבר","Connect via WebDAV":"התחבר באמצעות WebDAV","Contact Us":"צור קשר","Contains %{n} pictures.":"מכיל %{n} תמונות.","Contains one picture.":"מכיל תמונה אחת.","Convert to JPEG":"המר ל-JPEG","Converting":"ממיר","Copied to clipboard":"הועתק ללוח","Copyright":"זכויות יוצרים","Couldn't find anything.":"לא נמצא דבר.","Country":"מדינה","Create album":"צור אלבום","Created":"נוצר","Creating thumbnails for":"יותר תמונות מקדימות עבור","Cubic: Moderate Quality, Good Performance":"Cubic: Moderate Quality, Good Performance","Current Password":"צור סיסמה","Customer Support":"שירות לקוחות","Cyan":"טורקיז","Cyano":"ירקרק","Czech":"צ'כית","Daily":"יומי","Danish":"דנית","Day":"יום","Debug Logs":"Debug Logs","Default":"ברירת מחדל","Default Folder":"תיקיית ברירת מחדל","Delete":"מחק","Description":"תיאור","Detailed instructions can be found in our User Guide.":"הוראות מפורטות ניתן למצוא במדריך למשתמש שלנו.","Details":"פרטים","Dimensions":"מידות","Disable Backups":"השבת גיבויים","Disable built-in WebDAV server. Requires a restart.":"השבת את שרת WebDAV המובנה, אתחול נדרש.","Disable Darktable":"השבת את Darktable","Disable ExifTool":"השבת את ExifTool","Disable FFmpeg":"השבת FFmpeg","Disable Places":"השבת מיקומים","Disable RawTherapee":"השבת את RawTherapee","Disable TensorFlow":"השבת את TensorFlow","Disable WebDAV":"השבת את WebDAV","Disabled":"מושבת","Disables reverse geocoding and maps.":"השבת קידוד גיאוגרפי ומפות.","Discover":"גלה","Don't backup photo and album metadata to YAML files.":"אל תגבה מטא נתונים של תמונות ואלבומים לקבצי YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"אל תיצור קבצי ExifTool JSON לחילוץ מטא-נתונים משופר.","Don't modify originals folder. Disables import, upload, and delete.":"אל תערוך את תיקיית המקור. והשבת ייבוא, העלאה ומחיקה.","Don't transcode videos with FFmpeg.":"אל תעתיק קוד וידאו עם FFmpeg.","Don't use Darktable to convert RAW files.":"אל תשתמש ב- Darktable להמרת קבצי RAW.","Don't use RawTherapee to convert RAW files.":"אל תשתמש ב- RawTherapee להמרת קבצי RAW.","Don't use TensorFlow for image classification.":"אל תשתמש ב- TensorFlow לסיווג תמונות.","Donations":"תרומות","Done":"בוצע","Done.":"בוצע.","Download":"הורד","Download remote files":"הורד קבצים מרוחקים","Download single files and zip archives.":"הורד קבצים בודדים וארכיוני zip.","Downloading…":"מוריד…","Downscaling Filter":"פילטר (אלגוריתם) שנמוך","Duplicates will be skipped and only appear once.":"התעלם מכפילויות, והצג רק אחד.","Dutch":"הולנדית","Dynamic Previews":"תצוגות מקדימות דינמיות","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"עיבוד דינמי דורש מעבד רב עצמה ואינו מומלץ לשרתי בית קטנים יותר, או להתקני NAS.","Dynamic Size Limit: %{n}px":"גודל דינמי מקסימלי לשמירה במטמון: %{n} פיקסלים","E-Mail":"דוא\"ל","Edit":"ערוך","Edit %{name}":"ערוך %{name}","Edit Account":"ערוך חשבון","Edit Photo":"ערוך תמונה","Edited":"ערוך","Enable new features currently under development.":"אפשר תכונות חדשות שנמצאות כעת בפיתוח.","Enabled":"מאופשר","Enables RAW converter presets. May reduce performance.":"מאפשר הגדרות קבועות מראש של ממיר RAW. עשוי להפחית את הביצועים.","English":"אנגלית","Errors":"שגיאות","Estimate the approximate location of pictures without coordinates.":"אמוד את המיקום המשוער של תמונות ללא קואורדינטות.","Estimates":"אומדנים","Every two days":"כל יומיים","Exclude content marked as private from search results, shared albums, labels, and places.":"אל תכלול תוכן המסומן כפרטי מתוצאות חיפוש, אלבומים משותפים, תוויות ומקומות.","Exclude hidden":"אל תכלול מוסתר","Expand":"הרחב","Expand Search":"הרחב את החיפוש","Experimental Features":"תכונות ניסיוניות","Expires":"תפוגה","Exposure":"חשיפה","F Number":"ערך ה-F (יחס אורך מוקד העדשה)","Face":"פָּנִים","Faces":"פנים","Failed copying to clipboard":"ההעתקה ללוח נכשלה","Failed removing link":"הסרת הקישור נכשלה","Failed updating link":"העלאת הקישור נכשלה","Failure while importing uploaded files":"כשל בייבוא קבצים שהועלו","Fast":"מהיר","Favorite":"מועדף","Favorites":"מועדפים","Feature Request":"בקשת תכונה","Feedback":"משוב","File":"קובץ","File Browser":"סייר קבצים","Files":"קבצים","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"קבצים עם שמות עוקבים כמו 'IMG_1234 (2)' ו- 'IMG_1234 (3)' שייכים לאותה תמונה.","Focal Length":"אורך המוקד","Folder":"תיקייה","Folder contains %{n} files":"התיקייה מכילה %{n} קבצים","Folder is empty":"התיקייה ריקה","Folders":"תיקייות","French":"צרפתית","Fullscreen":"מסך מלא","General":"כללי","German":"גרמנית","Gold":"זהב","Grayscale":"גווני אפור","Green":"ירוק","Grey":"אפור","Group by similarity":"קבץ לפי דמיון","Hash":"Hash","Hebrew":"עברית","Help":"עזרה","Hidden":"מוסתר","Hidden Files":"קבצים מוסתרים","Hide":"הסתר","Hide photos that have been moved to archive.":"תמונות מוסתרות שהועברו לארכיון.","Hindi":"הינדית","How can we help?":"איך אפשר לעזור?","Hybrid":"משולב","I'm a sponsor":"אני ספונסר","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"אם אתה נהנה להשתמש ב- PhotoPrism, שקול לגבות אותנו בחסות Patreon או GitHub.","image":"תמונה","Image":"תמונה","Images":"תמונות","Import":"ייבוא","Import failed":"הייבוא נכשל","Imported files will be sorted by date and given a unique name to avoid duplicates.":"קבצים מיובאים ימוינו לפי תאריך ויקבלו שם ייחודי כדי למנוע כפילויות.","Imported files will be sorted by date and given a unique name.":"קבצים מיובאים ימוינו לפי תאריך ויקבלו שם ייחודי.","Importing %{name}…":"מייבא %{name}…","Importing files to originals…":"מייבא קבצים למקורות…","in":"ב","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"אם חסרות תמונות שאתה מצפה, סרוק מחדש את הספרייה שלך והמתן עד להשלמת האינדקס.","Index":"אינדקס","Indexing":"מאנדקס","Indexing failed":"אינדוקס נכשל","Indexing media and sidecar files…":"יצירת אינדקס של קבצי מדיה וקבצי עזר…","Instance ID":"מזהה מופע","Interval":"הפוגה","Invalid date":"תאריך לא תקין","Italian":"איטלקית","Item":"פריט","Japanese":"יפנית","JPEG Quality: %{n}":"איכות ה-JPEG: %{n}","JPEG Size Limit: %{n}px":"מגבלת גודל קבצי ה-JPEG %{n} פיקסלים","JPEGs and thumbnails are automatically rendered as needed.":"קבצי JPEG וקבצי תצוגה מקדימה נוצרים אוטומטית לפי הצורך.","Keywords":"מילות מפתח","Korean":"קוריאנית","Kurdish":"כורדית","Label":"תווית","Labels":"תוויות","Labels deleted":"תווית נמחקה","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Detail Preservation, Minimal Artifacts","Language":"שפה","Last Backup":"גיבוי אחרון","Latitude":"קו רוחב","Lavender":"לבנדר","Lens":"עדשה","Let us know when we mistakenly label an idea as unfunded.":"יידע אותנו כאשר אנו מסמנים בטעות רעיון כבלתי ממומן.","Library":"ספריה","License":"רשיון","Like":"אהבתי","Lime":"ליים","Limit reached, showing first %{n} files":"לא ניתן להציג יותר, מציג את ה-%{n} קבצים הראשונים","Linear: Very Smooth, Best Performance":"Linear: Very Smooth, Best Performance","Link":"קישור","List":"רשימה","Live":"חי","Local Time":"זמן מוקמי","location":"מיקום","Location":"מיקום","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"הודעות יומן מופיעות כאן בכל פעם ש- PhotoPrism נתקל בקבצים שבורים, או שיש בעיות פוטנציאליות אחרות.","Login":"התחברות","Logout":"התנתקות","Logs":"יומן","Longitude":"קו אורך","Magenta":"ארגמן","Main Color":"צבע עיקרי","manual":"ידני","Manual Upload":"העלאה ידנית","Marker":"סמן","Medium":"בינוני","Merge %{a} with %{b}?":"למזג %{a} עם %{b}?","Message sent":"ההודעה נשלחה","Minimize":"הקטנה","Missing":"חסר","Moments":"רגעים","Monochrome":"שקפים","Month":"חודש","Moonlight":"אור ירח","More than %{n} pictures found":"נמצאו יותר מ- %{n} תמונות","More than 20 albums found":"יותר מ-20 אלבומים נמצאו","More than 20 labels found":"יותר מ-20 תוויות נמצאו","More than 20 people found":"נמצאו יותר מ -20 אנשים","Mosaic":"פסיפס","Most relevant":"הכי רלוונטי","Move Files":"העבר קבצים","Name":"שם","Name too long":"שם ארוך מדי","Never":"לעולם לא","New":"חדש","New Password":"סיסמה חדשה","Newest first":"חדש יותר בהתחלה","No":"לא","No albums found":"לא נמצאו אלבומים","No labels found":"לא נמצאו תוויות","No people found":"לא נמצאו אנשים","No pictures found":"לא נמצאו תמונות","No recently edited pictures":"אין תמונות שערכו לאחרונה","No servers configured.":"לא הוגדר שרת.","No thanks":"לא תודה","No warnings or error containing this keyword. Note that search is case-sensitive.":"אין אזהרות או שגיאות המכילות מילת מפתח זו. שים לב שהחיפוש תלוי רישיות.","Non-photographic and low-quality images require a review before they appear in search results.":"תמונות שאינן נראות צילום או באיכות נמוכה דורשות בדיקה לפני שהן מופיעות בתוצאות החיפוש.","None":"ללא","Norwegian":"נורווגית","Not Found":"לא נמצא","Note you may manually manage your originals folder and importing is optional.":"שים לב שאתה יכול לנהל ידנית את תיקיית המקור והייבוא הוא אופציונלי.","Note:":"הערה:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"הערה: רק שרתי WebDAV, כמו Nextcloud או PhotoPrism, ניתנים להגדרה כשירות מרוחק לצורך גיבוי והעלאת קבצים.","Note: Updating the password will not revoke access from already authenticated users.":"הערה: עדכון הסיסמה לא יבטל את הגישה של משתמשים שכבר אומתו.","Notes":"הערות","Nothing to see here yet. Be patient.":"אין מה לראות כאן עדיין. התאזר בסבלנות.","Offline":"לא מקוון","Oldest first":"ישנים בהתחלה","Once a week":"פעם בשבוע","One album found":"אלבום אחד נמצא","One file found":"קובץ אחד נמצא","One folder found":"תיקייה אחת נמצאה","One label found":"נמצאה תווית אחת","One person found":"אדם אחד נמצא","One picture found":"תמונה אחת נמצאה","Onyx":"שוהם","Options":"אפשרויות","Orange":"כתום","Orientation":"אוריינטציה","Original":"מקורי","Original file names will be stored and indexed.":"שמות הקבצים המקוריים יישמרו באינדקס.","Original Name":"השם המקורי","Originals":"קבצי מקור","Other":"אחר","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"החזון שלנו הוא לספק את הפתרון הכי ידידותי-למשתמש לגלישה, ארגון ושיתוף של אוסף התמונות שלך.","Outdoor":"באוויר הפתוח","Panorama":"פנורמה","Panoramas":"פנורמות","Password":"סיסמה","Password changed":"הסיסמה שונתה","People":"אנשים","People you share a link with will be able to view public contents.":"אנשים שעימם אתה חולק קישור יוכלו להציג תכנים ציבוריים.","Permanently deleted":"נמחק לצמיתות","Permanently remove files to free up storage.":"מחק קבצים לצמיתות בכדי לשחרר נפח אחסון","Photo":"תמונה","PhotoPrism has been updated…":"PhotoPrism עודכן…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® הוא סימן מסחרי רשום של מייקל מאייר.","Photos":"תמונות","Pink":"ורוד","Place":"מקום","Place & Time":"מקום וזמן","Places":"מקומות","Play":"הפעל","Please confirm your new password.":"אנא אשר את הסיסמה החדשה שלך.","Please contact us at hello@photoprism.app if you have questions or need help.":"אנא צור איתנו קשר בכתובת hello@photoprism.app אם יש לך שאלות או שאתה זקוק לעזרה.","Please don't upload photos containing offensive content.":"נא לא להעלות תמונות המכילות תוכן פוגעני.","Polish":"פולנית","Portrait":"דיוקן","Português de Portugal":"Português de Portugal","Preserve filenames":"שמור שמות קבצים","Press button to start importing…":"בחר את אפשרויות הייבוא…","Press button to start indexing…":"לחץ על \"התחל\" להפעלת אינדוקס…","Press enter to create a new album.":"לחץ על Enter בכדי ליצור אלבום חדש.","Preview":"תצוגה מקדימה","Primary":"ראשי","Private":"פרטי","Product Feedback":"משוב על המוצר","Projection":"הקרנה","Purple":"סגול","Quality Filter":"מסנן איכות","Quality Score":"ציון איכות","Random":"אקראי","Raspberry":"פטל","Raw":"גלמי","RAW":"גלם","RAW Conversion":"המרת RAW","Re-index all originals, including already indexed and unchanged files.":"צור אינדקס מחודש של כל קבצי המקור, כולל קבצים שכבר הוספו לאינדקס ולא השתנו.","Read-Only Mode":"מצב קריאה בלבד","Recently added":"נוסף לאחרונה","Recently edited":"נערך לאחרונה","Recognition starts after indexing has been completed.":"ההכרה מתחילה לאחר השלמת האינדקס.","Recognized":"מוּכָּר","Recognizes faces so that specific people can be found.":"מזהה פרצופים כך שאפשר למצוא אנשים ספציפיים.","Red":"אדום","Reload":"טען מחדש","Reloading…":"טוען מחדש…","Remote Sync":"סנכרון מרוחק","Remove":"הסר","remove failed: unknown album":"הסרה נכשלה: אלבום לא ידוע","Remove from album":"הסר מהאלבום","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"הסר קבצים מיובאים כדי לחסוך שטח אחסון. סוגי קבצים שאינם נתמכים לעולם לא יימחקו, ויישארו במיקומם הנוכחי.","Report Bug":"דיווח באג","Request failed - invalid response":"הבקשה נכשלה - תגובה לא חוקית","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"בקשות שאושרו על ידי נותני החסות של כסף וזהב מקבלים תווית זהב ותקבל עדיפות.","Required":"נדרש","Resolution":"רזולוציה","Restore":"לשחזר","Retype Password":"הזן שוב את הסיסמה","Review":"סקירה","Russian":"רוסית","Save":"שמור","Scan":"סרוק","Scans":"סריקות","Search":"חיפוש","Search and display photos on a map.":"חפש והצג תמונות על המפה.","Season":"עונה","Seaweed":"אצה","Secret":"קוד סודי","Select":"בחר","Select albums or create a new one":"בחר אלבומים או צור אלבום חדש","Selection approved":"הבחירה אושרה","Selection archived":"הבחירה הועברה לארכיון","Selection restored":"הבחירה שוחזרה","Send":"שלח","Sequential Name":"שמות סדרתיים","Server":"שרת","Service URL":"נתיב השרות","Settings":"הגדרות","Settings saved":"הגדרות נשמרו","Setup":"הגדר","Shadow":"צל","Share":"שתף","Share %{name}":"שתף %{name}","Shared with you.":"שותף איתך.","Show":"הצג","Show all new faces":"הצג את כל הפרצופים החדשים","Show hidden":"הראה את המוסתר","Show less":"הצג פחות","Show Library in navigation menu.":"הצג ספרייה בתפריט הניווט.","Show more":"הצג עוד","Show server logs in Library.":"הצג יומני שרת בספרייה.","Shows more detailed log messages. Requires a restart.":"מציג הודעות יומן מפורטות יותר. דורש הפעלה מחדש.","Sidecar":"חזית רכב","Sign in":"התחבר","Sign Up":"הרשם","Similar":"דומה","Size":"גודל","Slovak":"סלובקית","Slow":"איטי","Sort by file name":"מיין לפי שם קובץ","Sort Order":"סדר המיון","Source":"מקור","Spanish":"ספרדית","Stack":"ערימה","Stack files sharing the same unique image or instance identifier.":"איחוד קבצים המשתפים את אותה התמונה או מזהה מופע ייחודי.","Stack pictures taken at the exact same time and location based on their metadata.":"איחוד תמונות שצולמו באותו זמן ומיקום מדויק, בהתבסס על המטא-נתונים שלהן.","Stackable":"ניתן לקיבוץ","Stacks":"איחודים","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"איחוד קבצים המכילים תוכן תמונה זהה, אך עם הבדלים באיכות, בפורמט, בגודל או בצבע.","Start":"התחל","Start/Stop Slideshow":"התחל / עצור מצגת","States":"מדינות","Static Size Limit: %{n}px":"מגבלת גודל סטטי במטמון: %{n} פיקסלים","Status":"סטטוס","Storage Folder":"תיקיית אחסון","Streets":"רחובות","Style":"סגנון","Subject":"נושא","Support for additional services, like Google Drive, will be added over time.":"תמיכה בשירותים נוספים, כמו Google Drive, תתווסף בהמשך.","Sync":"סינכרון","Sync raw and video files":"סנכרן קבצי תמונה גולמיים וסרטונים","Taken":"נלקח","Teal":"ירוק כחלחל","Text too long":"טקסט ארוך מדי","Thank you very much!":"תודה רבה על פנייתך!","The index currently contains %{n} hidden files.":"האינדקס מכיל כרגע %{n} קבצים מוסתרים.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"מפת הדרכים מראה אילו משימות מתבצעות, אילו טעויות בדיקה ואילו בקשות תכונה ייושמו בהמשך.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"ייתכן שהפורמט שלהם לא נתמך, עדיין לא הומרו ל-JPEG או שיש כפילויות.","Theme":"ערכת נושא","This is an early-access feature to say thanks to our sponsors and contributors.":"זוהי תכונה המוגבלת לגישה מוקדמת כדי לפרגן לספונסרים ולתורמים שלנו.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"זה מגדיר את תיקיית המקור ככונן רשת ומאפשר לך לפתוח, לערוך ולמחוק קבצים מהמחשב או מהסמארטפון כל עוד מחוברים לרשת המקומית.","This open-source project is made possible thanks to our sponsors.":"פרויקט קוד פתוח זה מתאפשר בזכות נותני החסות שלנו.","Thumbnail Generation":"יצירת תמונות מקדימות ממוזערות","Time UTC":"זמן UTC","Time Zone":"אזור זמן","Title":"כותרת","Title too long":"הכותרת ארוכה מדי","to":"ל","Toggle View":"החלף תצוגה","Token":"טוקן","Topographic":"טופוגרפית","Trademarks":"סימן מסחרי","Try again using other filters or keywords.":"נסה שוב להשתמש בסינון או במילת מפתח שונה.","Type":"סוג","Undo":"בטל","Unique ID":"מזהה ייחודי","Unknown":"לא ידוע","Unsorted":"לא ממוין","Unstack":"לא מקובץ","Updated":"מעודכן","Updating faces":"מעדכן פנים","Updating index":"מעדכן אינדקס","Updating moments":"מעדכן רגעים","Updating previews":"מעדכן תצוגות מקדימות","Updating stacks":"מעדכן קיבוצים","Upload":"העלה","Upload complete":"העלאה הושלמה","Upload complete. Indexing…":"העלאה הושלמה, מאנדקס…","Upload failed":"העלאה נכשלה","Upload local files":"העלה קבצים מקומיים","Upload to WebDAV and share links with friends.":"העלה ל- WebDAV ושתף קישורים עם חברים.","Uploading %{n} of %{t}…":"מעלה %{n} מתוך %{t}…","Uploading photos…":"מעלה תמונות…","Uploads that may contain such images will be rejected automatically.":"העלאות שעשויות להכיל תמונות כאלה יידחו אוטומטית.","URL":"נתיב אתר","Use Presets":"השתמש בהגדרות קבועות מראש","User":"משתמש","User Interface":"ממשק משתמש","Username":"שם משתמש","Video":"סרטון","Videos":"סרטונים","View":"תצוגה","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"אנו ניידע אותך כיצד להפעיל את זה כשתרשם כספונסר ב-Patreon או GitHub.","WebDAV clients can connect to PhotoPrism using the following URL:":"שירותי WebDAV יכולים להתחבר ל-PhotoPrism באמצעות כתובת ה-URL הבאה:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"שירותי WebDAV, כמו סייר Windows של מיקרוסופט או Finder של אפל, יכולים להתחבר ישירות ל-PhotoPrism.","WebDAV Upload":"העלאת WebDAV","White":"לבן","Year":"שנה","Yellow":"צהוב","Yellowstone":"ילוסטון","Yes":"כן","You can only download one album":"ניתן להוריד רק אלבום אחד","You can only download one label":"ניתן להוריד רק תווית אחת","You may only select one item":"ניתן לבחור רק פריט אחד","You may rescan your library to find additional faces.":"תוכל לסרוק מחדש את הספרייה שלך כדי למצוא פנים נוספות.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"ניתן להשתמש כנדרש בתוכנה שלנו, לצורך הרצת שרת משלך או לצרכים חינוכיים, אך לא לצורך הצעת טובין מוצרים או שירותים מסחריים כל שהם ללא אישור בכתב מראש. במילים אחרות, אנא שאלו מראש.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"התמיכה המתמשכת שלך עוזרת לנו לממן עלויות תפעול, לספק שירותים כמו מפות לוויין ולפתח תכונות חדשות.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"הספרייה שלך מנותחת באופן רציף ליצירת אלבומים של רגעים מיוחדים, טיולים ומקומות באופן אוטומטי.","Your message has been sent":"הודעתך נשלחה","Zoom in/out":"זום פנימה\\החוצה"},"hi":{"%{n} albums found":"%{n} एल्बम मिले","%{n} files uploaded":"%{n} फ़ाइलें अपलोड की गईं","%{n} folders found":"%{n} फ़ोल्डर मिले","%{n} labels found":"%{n} लेबल मिले","%{n} people found":"%{n} लोग मिले","%{n} pictures found":"%{n} चित्र मिले","1 hour":"1 घंटा","12 hours":"12 घंटा","4 hours":"4 घंटा","A click will copy it to your clipboard.":"एक क्लिक इसे आपके क्लिपबोर्ड पर कॉपी कर देगा।","About":"के बारे में","Account":"लेखा","Accuracy":"शुद्धता","Action":"कार्य","Actions":"क्रिया","Add Album":"एल्बम जोड़ें","Add files to your library via Web Upload.":"वेब अपलोड के माध्यम से अपनी लाइब्रेरी में फाइलें जोड़ें।","Add Link":"लिंक जोड़ें","Add pictures from search results by selecting them.":"खोज परिणामों से चित्रों का चयन करके उन्हें जोड़ें।","Add Server":"सर्वर जोड़े","Add to album":"एल्बम में जोड़ें","Added":"जोड़ा गया","Advanced":"उन्नत","After 1 day":"1 दिन बाद","After 3 days":"3 दिन बाद","After 7 days":"7 दिन बाद","After one month":"एक महिने बाद","After one year":"एक साल बाद","After selecting pictures from search results, you can add them to an album using the context menu.":"खोज परिणामों से चित्रों का चयन करने के बाद, आप उन्हें संदर्भ मेनू का उपयोग करके किसी एल्बम में जोड़ सकते हैं।","After two months":"दो महीने के बाद","After two weeks":"दो हफ्ते बाद","Album":"एल्बम","Album Name":"एल्बम का नाम","Albums":"एल्बम","Albums deleted":"एल्बम हटाए गए","All %{n} albums loaded":"सभी %{n} एल्बम लोड किए गए","All %{n} labels loaded":"सभी %{n} लेबल लोड किए गए","All %{n} people loaded":"सभी %{n} लोग लोड हुए","All Cameras":"सभी कैमरे","All Categories":"सब वर्ग","All Colors":"सभी रंग","All Countries":"सभी देश","All fields are required":"सभी फ़ील्ड आवश्यक हैं","All files from import folder":"आयात फ़ोल्डर से सभी फ़ाइलें","All Lenses":"सभी लेंस","All Months":"सभी महीने","All originals":"सभी मूल","All Years":"सभी वर्ष","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"वैकल्पिक रूप से, आप Nextcloud की तरह सीधे WebDAV सर्वर पर फाइल अपलोड कर सकते हैं।","Altitude":"ऊंचाई","Altitude (m)":"ऊंचाई (एम)","An error occurred - are you offline?":"एक त्रुटि हुई - क्या आप ऑफ़लाइन हैं?","Animation":"एनीमेशन","Any private photos and videos remain private and won't be shared.":"कोई भी निजी फ़ोटो और वीडियो निजी रहेंगे और उन्हें साझा नहीं किया जाएगा।","API Key":"एपीआई कुंजी","Apply":"लागू","Approve":"मंजूर","Archive":"पुरालेख","Archived":"संग्रहीत","Are you sure you want to archive the selection?":"क्या आप वाकई चयन को संग्रहीत करना चाहते हैं?","Are you sure you want to delete these albums?":"क्या आप वाकई इन एल्बम को हटाना चाहते हैं?","Are you sure you want to delete these labels?":"क्या आप वाकई इन लेबल को हटाना चाहते हैं?","Are you sure you want to delete this account?":"क्या आप वाकई इस खाते को हटाना चाहते हैं?","Are you sure you want to permanently delete these pictures?":"क्या आप वाकई इन चित्रों को स्थायी रूप से हटाना चाहते हैं?","Are you sure you want to permanently delete this file?":"क्या आप वाकई इस फ़ाइल को स्थायी रूप से हटाना चाहते हैं?","Artist":"कलाकार","Aspect Ratio":"आस्पेक्ट अनुपात","At least 6 characters.":"कम से कम 6 वर्ण।","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"स्वचालित रूप से अन्य फ़ाइल प्रकारों के लिए JPEG बनाएं ताकि उन्हें एक ब्राउज़र में प्रदर्शित किया जा सके।","Automatically creates albums of special moments, trips, and places.":"स्वचालित रूप से विशेष क्षणों, यात्राओं और स्थानों के एल्बम बनाता है।","Become a sponsor":"प्रायोजक बनें","Bio":"जैव","Black":"काली","Blackman: Lanczos Modification, Less Ringing Artifacts":"ब्लैकमैन: लैंक्ज़ोस संशोधन, कम बजने वाली कलाकृतियाँ","Blue":"नीला","Brazilian Portuguese":"ब्राजिलियन पुर्तगाली","Brown":"भूरा","Browse and edit image classification labels.":"छवि वर्गीकरण लेबल ब्राउज़ करें और संपादित करें।","Browse indexed files and folders in Library.":"लाइब्रेरी में अनुक्रमित फ़ाइलों और फ़ोल्डरों को ब्राउज़ करें।","Bug Report":"बग रिपोर्ट","Busy, please wait…":"व्यस्त, कृपया प्रतीक्षा करें ...","Calendar":"पंचांग","Camera":"कैमरा","Camera Serial":"कैमरा सीरियल","Can't load more, limit reached":"अधिक लोड नहीं किया जा सकता, सीमा तक पहुंच गया","Can't select more items":"अधिक आइटम का चयन नहीं किया जा सकता","Cancel":"रद्द करना","Cards":"पत्ते","Category":"वर्ग","Change":"परिवर्तन","Change photo titles, locations, and other metadata.":"फोटो शीर्षक, स्थान और अन्य मेटाडेटा बदलें।","Change private flag":"निजी ध्वज बदलें","Checked":"चेक किए गए","Chinese Simplified":"सरलीकृत चीनी","Chinese Traditional":"चीनी पारंपरिक","Chroma":"क्रोमा","Close":"बंद करे","Codec":"कोडेक","Color":"रंग","Colors":"रंग की","Complete Rescan":"पूरा रेसकान","Confidence":"आत्मविश्वास","Connect":"जुडिये","Connect via WebDAV":"WebDAV के माध्यम से कनेक्ट करें","Contact Us":"संपर्क करें","Contains %{n} pictures.":"इसमें %{n} चित्र हैं।","Contains one picture.":"एक तस्वीर शामिल है।","Convert to JPEG":"JPEG में कनवर्ट करें","Converting":"परिवर्तित","Copied to clipboard":"क्लिपबोर्ड पर नकल","Copyright":"कॉपीराइट","Couldn't find anything.":"कुछ भी नहीं मिला","Country":"देश","Create album":"एल्बम बनाओ","Created":"बनाया था","Creating thumbnails for":"के लिए थंबनेल बनाना","Cubic: Moderate Quality, Good Performance":"घन: मध्यम गुणवत्ता, अच्छा प्रदर्शन","Current Password":"वर्तमान पासवर्ड","Customer Support":"ग्राहक सहेयता","Cyan":"सियान","Cyano":"Cyano","Czech":"चेक","Daily":"रोज","Danish":"दानिश","Day":"दिन","Debug Logs":"दोषमार्जन लॉग","Default":"चूक","Default Folder":"डिफ़ॉल्ट फ़ोल्डर","Delete":"हटाएं","Description":"विवरण","Detailed instructions can be found in our User Guide.":"विस्तृत निर्देश हमारे उपयोगकर्ता गाइड में पाए जा सकते हैं।","Details":"विवरण","Dimensions":"आयाम","Disable Backups":"पिछला बैकअप","Disable built-in WebDAV server. Requires a restart.":"अंतर्निहित WebDAV सर्वर अक्षम करें। पुनः आरंभ करने की आवश्यकता है।","Disable Darktable":"डार्कटेबल अक्षम करें","Disable ExifTool":"ExifTool अक्षम करें","Disable FFmpeg":"एफएफएमपीईजी अक्षम करें","Disable Places":"विकलांग","Disable RawTherapee":"रॉ थेरेपी को अक्षम करें","Disable TensorFlow":"TensorFlow अक्षम करें","Disable WebDAV":"विकलांग","Disabled":"विकलांग","Disables reverse geocoding and maps.":"रिवर्स जियोकोडिंग और नक्शे अक्षम करता है।","Discover":"डिस्कवर","Don't backup photo and album metadata to YAML files.":"YAML फ़ाइलों के लिए फ़ोटो और एल्बम मेटाडेटा का बैकअप न लें।","Don't create ExifTool JSON files for improved metadata extraction.":"बेहतर मेटाडेटा निष्कर्षण के लिए ExifTool JSON फाइलें न बनाएँ।","Don't modify originals folder. Disables import, upload, and delete.":"मूल फ़ोल्डर को संशोधित न करें। आयात, अपलोड और हटाना अक्षम करता है।","Don't transcode videos with FFmpeg.":"FFmpeg के साथ वीडियो ट्रांसकोड न करें।","Don't use Darktable to convert RAW files.":"रॉ फ़ाइलों को कनवर्ट करने के लिए डार्कटेबल का उपयोग न करें।","Don't use RawTherapee to convert RAW files.":"RAW फ़ाइलों को कनवर्ट करने के लिए RawTherapee का उपयोग न करें।","Don't use TensorFlow for image classification.":"छवि वर्गीकरण लेबल ब्राउज़ करें और संपादित करें।","Donations":"दान","Done":"किया हुआ","Done.":"किया हुआ |","Download":"डाउनलोड","Download remote files":"दूरस्थ फ़ाइलें डाउनलोड करें","Download single files and zip archives.":"एकल फाइलें और ज़िप अभिलेखागार डाउनलोड करें।","Downloading…":"डाउनलोड कर रहा है ...","Downscaling Filter":"गुणवत्ता फ़िल्टर","Duplicates will be skipped and only appear once.":"डुप्लिकेट को छोड़ दिया जाएगा और केवल एक बार दिखाई देगा।","Dutch":"डच","Dynamic Previews":"बिना पढ़े हुए पूर्वावलोकन","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"ऑन-डिमांड रेंडरिंग के लिए एक शक्तिशाली सीपीयू की आवश्यकता होती है और इसे छोटे घरेलू सर्वरों या एनएएस उपकरणों के लिए अनुशंसित नहीं किया जाता है।","Dynamic Size Limit: %{n}px":"बिना आकार की सीमा: %{n} px","E-Mail":"ईमेल","Edit":"संपादित करें","Edit %{name}":"%{name} संपादित करें","Edit Account":"खाता संपादित करें","Edit Photo":"फ़ोटो संपादित करें","Edited":"संपादित","Enable new features currently under development.":"वर्तमान में विकास के तहत नई सुविधाएँ सक्षम करें।","Enabled":"सक्रिय","Enables RAW converter presets. May reduce performance.":"रॉ कनवर्टर प्रीसेट सक्षम करता है। प्रदर्शन को कम कर सकता है।","English":"अंग्रेज़ी","Errors":"त्रुटियाँ","Estimate the approximate location of pictures without coordinates.":"निर्देशांक के बिना चित्रों के अनुमानित स्थान का अनुमान लगाएं।","Estimates":"अनुमान","Every two days":"हेर दो दिनों","Exclude content marked as private from search results, shared albums, labels, and places.":"खोज परिणामों, साझा एल्बम, लेबल और स्थानों से निजी के रूप में चिह्नित सामग्री को बाहर निकालें।","Exclude hidden":"छिपा हुआ शामिल न करें","Expand":"विस्तार करना","Expand Search":"खोज का विस्तार करें","Experimental Features":"प्रायोगिक विशेषताएं","Expires":"समय-सीमा समाप्त","Exposure":"संसर्ग","F Number":"एफ नंबर","Face":"चेहरा","Faces":"चेहरे के","Failed copying to clipboard":"क्लिपबोर्ड पर प्रतिलिपि बनाना विफल रहा","Failed removing link":"लिंक हटाने में विफल","Failed updating link":"लिंक अपडेट करने में विफल","Failure while importing uploaded files":"अपलोड की गई फ़ाइलों को आयात करते समय विफलता","Fast":"तेज","Favorite":"पसंदीदा","Favorites":"पसंदीदा","Feature Request":"महत्वपूर्ण लेख मांगना","Feedback":"प्रतिपुष्टि","File":"फ़ाइल","File Browser":"फ़ाइल ब्राउज़र","Files":"फ़ाइलें","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"क्रमिक नाम वाली फाइलें जैसे 'IMG_1234 (2)' या 'IMG_1234 कॉपी 2' एक ही फोटो से संबंधित हैं।","Focal Length":"फोकल लम्बाई","Folder":"फ़ोल्डर","Folder contains %{n} files":"फ़ोल्डर में %{n} फाइलें हैं","Folder is empty":"फ़ोल्डर खाली है","Folders":"फ़ोल्डर","French":"फ्रेंच","Fullscreen":"पूर्ण स्क्रीन","General":"सामान्य","German":"जर्मन","Gold":"सोना","Grayscale":"धूसर","Green":"हरा","Grey":"धूसर","Group by similarity":"समानता से समूह","Hash":"हैश","Hebrew":"यहूदी","Help":"मदद","Hidden":"छिपा हुआ","Hidden Files":"छिपी हुई फाइलें","Hide":"छिपाना","Hide photos that have been moved to archive.":"उन तस्वीरों को छिपाएं जिन्हें संग्रह में स्थानांतरित किया गया है।","Hindi":"हिंदी","How can we help?":"हम आपकी सहायता किस तरह से कर सकते है?","Hybrid":"संकर","I'm a sponsor":"मैं एक प्रायोजक हूँ","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"यदि आप PhotoPrism का उपयोग करना पसंद करते हैं, तो कृपया हमें Patreon या GitHub प्रायोजकों पर समर्थन करने पर विचार करें।","image":"छवि","Image":"छवि","Images":"छवि","Import":"आयात","Import failed":"आयात विफल रहा","Imported files will be sorted by date and given a unique name to avoid duplicates.":"आयातित फ़ाइलों को दिनांक के अनुसार क्रमबद्ध किया जाएगा और डुप्लिकेट से बचने के लिए एक अनूठा नाम दिया जाएगा।","Imported files will be sorted by date and given a unique name.":"आयातित फ़ाइलों को तिथि के अनुसार हल किया जाएगा और एक अनूठा नाम दिया जाएगा।","Importing %{name}…":"%{name} आयात कर रहा है…","Importing files to originals…":"मूल करने के लिए फ़ाइलें आयात कर रहा है ...","in":"में","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"यदि आपके द्वारा अपेक्षित चित्र गायब हैं, तो कृपया अपनी लाइब्रेरी को फिर से स्कैन करें और अनुक्रमण पूरा होने तक प्रतीक्षा करें।","Index":"सूची","Indexing":"इंडेक्सिंग","Indexing failed":"अनुक्रमण विफल रहा","Indexing media and sidecar files…":"मीडिया और साइडकार फ़ाइलों को अनुक्रमित करना ...","Instance ID":"इंस्टेंस आईडी","Interval":"मध्यान्तर","Invalid date":"अमान्य तिथि","Italian":"इतालवी","Item":"मद","Japanese":"जापानी","JPEG Quality: %{n}":"JPEG गुणवत्ता: %{n}","JPEG Size Limit: %{n}px":"JPEG आकार सीमा: %{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG और थंबनेल स्वचालित रूप से आवश्यकतानुसार प्रस्तुत किए जाते हैं।","Keywords":"कीवर्ड","Korean":"कोरियाई","Kurdish":"कुर्दिश","Label":"लेबल","Labels":"लेबल","Labels deleted":"लेबल हटा दिए गए","Lanczos: Detail Preservation, Minimal Artifacts":"लैंक्ज़ोस: विस्तार संरक्षण, न्यूनतम कलाकृतियाँ","Language":"भाषा","Last Backup":"पिछला बैकअप","Latitude":"अक्षांश","Lavender":"लैवेंडर","Lens":"लेंस","Let us know when we mistakenly label an idea as unfunded.":"हमें बताएं कि जब हम गलती से किसी विचार को निधि रहित के रूप में लेबल कर देते हैं।","Library":"पुस्तकालय","License":"लाइसेंस","Like":"पसंद","Lime":"चूना","Limit reached, showing first %{n} files":"पहले %{n} फ़ाइलों को दिखाते हुए, सीमा समाप्त हो गई","Linear: Very Smooth, Best Performance":"रैखिक: बहुत चिकना, सर्वश्रेष्ठ प्रदर्शन","Link":"संपर्क","List":"सूची","Live":"लाइव","Local Time":"स्थानीय समय","location":"स्थान","Location":"स्थान","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"जब भी PhotoPrism टूटी हुई फ़ाइलों में आता है, या अन्य संभावित मुद्दे हैं, तो लॉग संदेश यहां दिखाई देते हैं।","Login":"लॉग इन करें","Logout":"लॉग आउट","Logs":"लॉग्स","Longitude":"देशान्तर","Magenta":"मैजेंटा","Main Color":"मुखय रंग","manual":"गाइड","Manual Upload":"मैनुअल अपलोड","Marker":"निशान","Medium":"मध्यम","Merge %{a} with %{b}?":"%{a} को %{b} के साथ मिलाएं?","Message sent":"मैसेज बेजा गया","Minimize":"छोटा करना","Missing":"लापता","Moments":"लम्हें","Monochrome":"एक रंग का","Month":"महीना","Moonlight":"चांदनी","More than %{n} pictures found":"%{n} से अधिक चित्र मिले","More than 20 albums found":"20 से अधिक एल्बम मिले","More than 20 labels found":"20 से अधिक लेबल मिले","More than 20 people found":"20 से अधिक लोग मिले","Mosaic":"मौज़ेक","Most relevant":"सबसे ज़रूरी","Move Files":"फ़ाइलें ले जाएँ","Name":"नाम","Name too long":"नाम बहुत लंबा","Never":"कभी नहीँ","New":"नई","New Password":"नया पासवर्ड","Newest first":"नवीनतम पहले","No":"नहीं","No albums found":"कोई एल्बम नहीं मिला","No labels found":"कोई लेबल नहीं मिला","No people found":"कोई व्यक्ति नहीं मिला","No pictures found":"कोई चित्र नहीं मिला","No recently edited pictures":"हाल ही में संपादित कोई चित्र नहीं","No servers configured.":"कोई सर्वर कॉन्फ़िगर नहीं किया गया।","No thanks":"जी नहीं, धन्यवाद","No warnings or error containing this keyword. Note that search is case-sensitive.":"इस कीवर्ड से कोई चेतावनी या त्रुटि नहीं है। ध्यान दें कि खोज केस-संवेदी है।","Non-photographic and low-quality images require a review before they appear in search results.":"गैर-फोटोग्राफिक और निम्न-गुणवत्ता वाली छवियों को खोज परिणामों में प्रदर्शित होने से पहले समीक्षा की आवश्यकता होती है।","None":"कोई नहीं","Norwegian":"नार्वेजियन","Not Found":"नहीं मिला","Note you may manually manage your originals folder and importing is optional.":"ध्यान दें कि आप अपने मूल फ़ोल्डर को मैन्युअल रूप से प्रबंधित कर सकते हैं और आयात करना वैकल्पिक है।","Note:":"ध्यान दें:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"नोट: केवल WebDAV सर्वर, जैसे Nextcloud या PhotoPrism, को बैकअप और फ़ाइल अपलोड के लिए दूरस्थ सेवा के रूप में कॉन्फ़िगर किया जा सकता है।","Note: Updating the password will not revoke access from already authenticated users.":"नोट: पासवर्ड अपडेट करने से पहले से ही प्रमाणित उपयोगकर्ताओं तक पहुंच रद्द नहीं होगी।","Notes":"नोट्स","Nothing to see here yet. Be patient.":"यहां देखने के लिए कुछ भी नहीं है। धैर्य रखें।","Offline":"ऑफलाइन","Oldest first":"सबसे पुराना पहले","Once a week":"सप्ताह मेँ एक बार","One album found":"एक एल्बम मिला","One file found":"एक फ़ाइल मिली","One folder found":"एक फ़ोल्डर मिला","One label found":"एक लेबल मिला","One person found":"एक व्यक्ति मिला","One picture found":"एक तस्वीर मिली","Onyx":"गोमेद","Options":"क्रिया","Orange":"संतरा","Orientation":"उन्मुखीकरण","Original":"मूल","Original file names will be stored and indexed.":"मूल फ़ाइल नाम संग्रहीत और अनुक्रमित किए जाएंगे।","Original Name":"मूल नाम","Originals":"मूल","Other":"अन्य","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"हमारा दृष्टिकोण आपके फोटो संग्रह को ब्राउज़ करने, व्यवस्थित करने और साझा करने के लिए सबसे उपयोगकर्ता के अनुकूल समाधान प्रदान करना है।","Outdoor":"घर के बाहर","Panorama":"चित्रमाला","Panoramas":"पैनोरामा","Password":"कुंजिका","Password changed":"पासवर्ड बदला गया","People":"लोग","People you share a link with will be able to view public contents.":"जिन लोगों के साथ आप लिंक साझा करते हैं, वे सार्वजनिक सामग्री देख पाएंगे।","Permanently deleted":"स्थायी रूप से हटा दिया गया","Permanently remove files to free up storage.":"मेमोरी खाली करने के लिए फ़ाइलें हमेशा के लिए हटाएं.","Photo":"तस्वीर","PhotoPrism has been updated…":"PhotoPrism अपडेट किया गया है ...","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® माइकल मेयर का एक पंजीकृत ट्रेडमार्क है।","Photos":"तस्वीरें","Pink":"गुलाबी","Place":"स्थान","Place & Time":"स्थान और समय","Places":"स्थान","Play":"खेल","Please confirm your new password.":"कृपया अपने नए पासवर्ड की पुष्टि करें।","Please contact us at hello@photoprism.app if you have questions or need help.":"यदि आपके कोई प्रश्न हैं या सहायता चाहिए तो कृपया hello@photoprism.app पर हमसे संपर्क करें।","Please don't upload photos containing offensive content.":"कृपया आक्रामक सामग्री वाले फ़ोटो अपलोड न करें।","Polish":"पोलिश","Portrait":"चित्र","Português de Portugal":"पुर्तगाल डी पुर्तगाल","Preserve filenames":"फ़ाइल नाम संरक्षित करें","Press button to start importing…":"आयात शुरू करने के लिए बटन दबाएं ...","Press button to start indexing…":"अनुक्रमण शुरू करने के लिए बटन दबाएं ...","Press enter to create a new album.":"एक नया एल्बम बनाने के लिए एंटर दबाएं।","Preview":"पूर्वावलोकन","Primary":"मुख्य","Private":"निजी","Product Feedback":"उत्पाद प्रतिक्रिया","Projection":"प्रक्षेपण","Purple":"बैंगनी","Quality Filter":"गुणवत्ता फ़िल्टर","Quality Score":"गुणवत्ता स्कोर","Random":"बिना सोचे समझे","Raspberry":"रसभरी","Raw":"कच्चा","RAW":"कच्चा","RAW Conversion":"परिवर्तित","Re-index all originals, including already indexed and unchanged files.":"पहले से अनुक्रमित और अपरिवर्तित फ़ाइलों सहित सभी मूल पुन: अनुक्रमित करें।","Read-Only Mode":"पढ़ें- केवल मोड","Recently added":"हाल ही में जोड़ा","Recently edited":"हाल ही में संपादित किया गया","Recognition starts after indexing has been completed.":"अनुक्रमण पूरा होने के बाद मान्यता शुरू होती है।","Recognized":"मान्यता प्राप्त","Recognizes faces so that specific people can be found.":"चेहरों को पहचानता है ताकि विशिष्ट लोगों को ढूंढा जा सके।","Red":"लाल","Reload":"पुनः लोड करें","Reloading…":"पुन: लोड ...","Remote Sync":"रिमोट सिंक","Remove":"हटाना","remove failed: unknown album":"निकालें विफल: अज्ञात एल्बम","Remove from album":"एल्बम से निकालें","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"स्टोरेज को सेव करने के लिए इंपोर्टेड फाइल्स निकालें। असमर्थित फ़ाइल प्रकार कभी भी हटाए नहीं जाएंगे, वे अपने वर्तमान स्थान पर बने रहेंगे।","Report Bug":"रिपोर्ट बग","Request failed - invalid response":"अनुरोध विफल - अमान्य प्रतिक्रिया","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"चांदी और सोने के प्रायोजकों द्वारा समर्थित अनुरोधों को एक सुनहरा लेबल प्राप्त होता है और उन्हें प्राथमिकता दी जाएगी।","Required":"अपेक्षित","Resolution":"रिज़ॉल्यूशन","Restore":"पुनर्स्थापित","Retype Password":"पासवर्ड फिर से लिखें","Review":"समीक्षा","Russian":"रूसी","Save":"सहेजें","Scan":"स्कैन","Scans":"स्कैन","Search":"खोज","Search and display photos on a map.":"मानचित्र पर फ़ोटो खोजें और प्रदर्शित करें।","Season":"मौसम","Seaweed":"समुद्री सिवार","Secret":"गुप्त","Select":"चुनें","Select albums or create a new one":"एल्बम का चयन करें या एक नया बनाएँ","Selection approved":"चयन को संग्रहीत किया गया","Selection archived":"चयन को संग्रहीत किया गया","Selection restored":"चयन बहाल","Send":"संदेश","Sequential Name":"अनुक्रमिक नाम","Server":"सर्वर","Service URL":"सेवा URL","Settings":"समायोजन","Settings saved":"सेटिंग्स को सहेजा गया","Setup":"सेट अप","Shadow":"साया","Share":"शेयर","Share %{name}":"शेयर %{name}","Shared with you.":"आपके साथ साझा।","Show":"दिखाना","Show all new faces":"सभी नए चेहरे दिखाएं","Show hidden":"छिपा हुआ दिखाएं","Show less":"कम दिखाएं","Show Library in navigation menu.":"नेविगेशन मेनू में लाइब्रेरी दिखाएं।","Show more":"और दिखाओ","Show server logs in Library.":"लायब्रेरी में सर्वर लॉग दिखाएं।","Shows more detailed log messages. Requires a restart.":"अधिक विस्तृत लॉग संदेश दिखाता है। पुनः आरंभ करने की आवश्यकता है।","Sidecar":"एक प्रकार का मादक द्रव्य","Sign in":"साइन इन करें","Sign Up":"साइन अप","Similar":"समान","Size":"आकार","Slovak":"स्लोवाक","Slow":"धीरे","Sort by file name":"फ़ाइल नाम से क्रमबद्ध करें","Sort Order":"क्रमबद्ध आदेश","Source":"स्रोत","Spanish":"स्पेनिश","Stack":"ढेर","Stack files sharing the same unique image or instance identifier.":"समान विशिष्ट छवि या उदाहरण पहचानकर्ता को साझा करने वाली स्टैक फाइलें।","Stack pictures taken at the exact same time and location based on their metadata.":"उनके मेटाडेटा के आधार पर ठीक उसी समय और स्थान पर ली गई स्टैक तस्वीरें।","Stackable":"stackable","Stacks":"ढेर","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"स्टैक समूह फ़ाइलों को संदर्भ के एक समान फ्रेम के साथ, लेकिन गुणवत्ता, प्रारूप, आकार या रंग के अंतर।","Start":"शुरू","Start/Stop Slideshow":"शुरू / बंद स्लाइड शो","States":"राज्य अमेरिका","Static Size Limit: %{n}px":"प्री-रेंडर आकार सीमा: %{n} px","Status":"स्थिति","Storage Folder":"भंडारण फ़ोल्डर","Streets":"सड़कें","Style":"अंदाज","Subject":"विषय","Support for additional services, like Google Drive, will be added over time.":"अतिरिक्त सेवाओं के लिए समर्थन, जैसे Google ड्राइव, समय के साथ जोड़ा जाएगा।","Sync":"सिंक","Sync raw and video files":"कच्ची छवियों को सिंक करें","Taken":"लिया","Teal":"टील","Text too long":"बहुत लंबा पाठ","Thank you very much!":"आपका बहुत बहुत धन्यवाद!","The index currently contains %{n} hidden files.":"सूचकांक में वर्तमान में %{n} छिपी हुई फाइलें हैं।","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"रोडमैप दिखाता है कि कौन से कार्य प्रगति पर हैं, क्या परीक्षण की आवश्यकता है, और कौन से फीचर अनुरोध आगे लागू होने जा रहे हैं।","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"उनके प्रारूप का समर्थन नहीं किया जा सकता है, वे अभी तक जेपीईजी में परिवर्तित नहीं हुए हैं या डुप्लिकेट हैं।","Theme":"विषय","This is an early-access feature to say thanks to our sponsors and contributors.":"यह हमारे प्रायोजकों और योगदानकर्ताओं को धन्यवाद कहने के लिए एक अर्ली-एक्सेस सुविधा है।","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"यह मूल फ़ोल्डर को नेटवर्क ड्राइव के रूप में मापता है और आपको अपने कंप्यूटर या स्मार्टफोन से फ़ाइलों को खोलने, संपादित करने और हटाने की अनुमति देता है जैसे कि वे स्थानीय थे।","This open-source project is made possible thanks to our sponsors.":"यह ओपन-सोर्स प्रोजेक्ट हमारे प्रायोजकों की बदौलत संभव हुआ है।","Thumbnail Generation":"थंबनेल पीढ़ी","Time UTC":"समय यूटीसी","Time Zone":"समय क्षेत्र","Title":"शीर्षक","Title too long":"शीर्षक बहुत लंबा है","to":"सेवा","Toggle View":"टॉगल दृश्य","Token":"टोकन","Topographic":"स्थलाकृतिक","Trademarks":"ट्रेडमार्क","Try again using other filters or keywords.":"अन्य फ़िल्टर या कीवर्ड का उपयोग करके फिर से प्रयास करें।","Type":"प्रकार","Undo":"पहले जैसा","Unique ID":"एक अलग पहचान","Unknown":"अनजान","Unsorted":"अवर्गीकृत","Unstack":"unstack","Updated":"अपडेट किया गया","Updating faces":"चेहरे अपडेट करना","Updating index":"इंडेक्स अपडेट कर रहा है","Updating moments":"पल-पल का अपडेट","Updating previews":"पूर्वावलोकन अपडेट करना","Updating stacks":"unstack","Upload":"डालना","Upload complete":"अपलोड पूरा हुआ","Upload complete. Indexing…":"अपलोड पूरा हुआ। अनुक्रमण ...","Upload failed":"अपलोड विफल","Upload local files":"स्थानीय फ़ाइलें अपलोड करें","Upload to WebDAV and share links with friends.":"WebDAV पर अपलोड करें और दोस्तों के साथ लिंक साझा करें।","Uploading %{n} of %{t}…":"%{t} का %{n} अपलोड हो रहा है…","Uploading photos…":"फ़ोटो अपलोड हो रही हैं…","Uploads that may contain such images will be rejected automatically.":"ऐसे चित्र शामिल होने वाले अपलोड स्वचालित रूप से अस्वीकार कर दिए जाएंगे।","URL":"यूआरएल","Use Presets":"प्रीसेट का उपयोग करें","User":"उपयोगकर्ता","User Interface":"प्रयोक्ता इंटरफ़ेस","Username":"उपयोगकर्ता नाम","Video":"वीडियो","Videos":"वीडियो","View":"राय","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"जब आप Patreon या GitHub प्रायोजकों पर साइन अप करते हैं तो हम आपको बताएंगे कि इसे कैसे सक्षम किया जाए।","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV क्लाइंट निम्न URL का उपयोग करके PhotoPrism से जुड़ सकते हैं:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Microsoft के Windows Explorer या Apple के खोजक जैसे WebDAV क्लाइंट सीधे PhotoPrism से जुड़ सकते हैं।","WebDAV Upload":"WebDAV अपलोड करें","White":"सफेद","Year":"साल","Yellow":"पीला","Yellowstone":"येलोस्टोन","Yes":"हाँ","You can only download one album":"आप केवल एक एल्बम डाउनलोड कर सकते हैं","You can only download one label":"आप केवल एक लेबल डाउनलोड कर सकते हैं","You may only select one item":"आप केवल एक आइटम का चयन कर सकते हैं","You may rescan your library to find additional faces.":"अतिरिक्त चेहरों को खोजने के लिए आप अपनी लाइब्रेरी को फिर से स्कैन कर सकते हैं।","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"आप हमारे सॉफ़्टवेयर का वर्णन करने के लिए, शैक्षिक उद्देश्यों के लिए, अपना स्वयं का सर्वर चलाने के लिए इसका उपयोग कर सकते हैं, लेकिन पूर्व लिखित अनुमति के बिना वाणिज्यिक वस्तुओं, उत्पादों या सेवाओं की पेशकश करने के लिए नहीं। दूसरे शब्दों में, कृपया पूछें।","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"आपका निरंतर समर्थन हमें परिचालन लागतों को निधि देने, उपग्रह मानचित्र जैसी सेवाएं प्रदान करने और नई सुविधाओं को विकसित करने में मदद करता है।","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"विशेष क्षणों, यात्राओं और स्थानों के स्वचालित रूप से एल्बम बनाने के लिए आपकी लाइब्रेरी का लगातार विश्लेषण किया जाता है।","Your message has been sent":"आपका सन्देश भेज दिया गया है","Zoom in/out":"ज़ूम इन / आउट करें"},"it":{"%{n} albums found":"%{n} album trovati","%{n} files uploaded":"%{n} file caricati","%{n} folders found":"%{n} cartelle trovate","%{n} labels found":"%{n} etichette trovate","%{n} people found":"%{n} persone trovate","%{n} pictures found":"%{n} immagini trovate","1 hour":"1 ora","12 hours":"12 ore","4 hours":"4 ore","A click will copy it to your clipboard.":"Un click lo copierà negli appunti.","About":"Informazioni","Account":"Account","Accuracy":"Precisione","Action":"Azione","Actions":"Azioni","Add Album":"Aggiungi Album","Add files to your library via Web Upload.":"Aggiungi file alla tua libreria con Web Upload.","Add Link":"Aggiungi Link","Add pictures from search results by selecting them.":"Aggiungi immagini dai risultati della ricerca selezionandole.","Add Server":"Aggiungi Server","Add to album":"Aggiungi all'album","Added":"Aggiunto","Advanced":"Avanzate","After 1 day":"Dopo 1 giorno","After 3 days":"Dopo 3 giorni","After 7 days":"Dopo 7 giorni","After one month":"Dopo un mese","After one year":"Dopo un anno","After selecting pictures from search results, you can add them to an album using the context menu.":"Dopo aver selezionato le immagini dai risultati della ricerca, è possibile aggiungerle a un album utilizzando il menu contestuale.","After two months":"Dopo due mesi","After two weeks":"Dopo due settimane","Album":"Album","Album Name":"Nome Album","Albums":"Album","Albums deleted":"Album eliminati","All %{n} albums loaded":"Tutti i %{n} album sono stati caricati","All %{n} labels loaded":"Tutte le %{n} etichette sono state caricate","All %{n} people loaded":"Tutte le %{n} persone caricate","All Cameras":"Tutte le Fotocamere","All Categories":"Tutte le Categorie","All Colors":"Tutti i Colori","All Countries":"Tutte le Nazioni","All fields are required":"Tutti i campi sono obbligatori","All files from import folder":"Tutti i file dalla cartella di importazione","All Lenses":"Tutte le Lenti","All Months":"Tutti i Mesi","All originals":"Tutti gli originali","All Years":"Tutti gli Anni","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativamente, puoi caricare i file direttamente a server WebDAV come Nextcloud.","Altitude":"Altitudine","Altitude (m)":"Altitudine (m)","An error occurred - are you offline?":"Si è verificato un errore - sei offline?","Animation":"Animazione","Any private photos and videos remain private and won't be shared.":"Tutte le foto e i video privati rimarranno privati e non verranno condivisi.","API Key":"Chiave API","Apply":"Applica","Approve":"Approva","Archive":"Archivio","Archived":"Archiviato","Are you sure you want to archive the selection?":"Sei sicuro di voler archiviare la selezione?","Are you sure you want to delete these albums?":"Vuoi veramente eliminare questi album?","Are you sure you want to delete these labels?":"Vuoi veramente eliminare queste etichette?","Are you sure you want to delete this account?":"Vuoi veramente eliminare questo account?","Are you sure you want to permanently delete these pictures?":"Vuoi veramente eliminare in modo permanente queste immagini?","Are you sure you want to permanently delete this file?":"Vuoi veramente eliminare in modo permanente questi file?","Artist":"Artista","Aspect Ratio":"Proporzione","At least 6 characters.":"Almeno 6 caratteri.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Crea automaticamente JPEG per altri tipi di file in modo che possano essere visualizzati in un browser.","Automatically creates albums of special moments, trips, and places.":"Crea automaticamente album di momenti speciali, viaggi e luoghi.","Become a sponsor":"Diventa uno sponsor","Bio":"Biografia","Black":"Nero","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: modifica di Lanczos, meno artefatti squillanti","Blue":"Blu","Brazilian Portuguese":"Portoghese Brasiliano","Brown":"Marrone","Browse and edit image classification labels.":"Visualizza e modifica etichette di classificazione delle immagini.","Browse indexed files and folders in Library.":"Visualizza i file e le cartelle indicizzati nella Libreria.","Bug Report":"Segnala Bug","Busy, please wait…":"Occupato, attendere prego…","Calendar":"Calendario","Camera":"Fotocamera","Camera Serial":"Seriale Fotocamera","Can't load more, limit reached":"Impossibile caricare ancora, limite raggiunto","Can't select more items":"Impossibile selezionare ulteriori elementi","Cancel":"Annulla","Cards":"Carte","Category":"Categoria","Change":"Cambia","Change photo titles, locations, and other metadata.":"Cambia i titoli delle foto, le posizioni e altri metadati.","Change private flag":"Cambiare la bandiera privata","Checked":"Selezionato","Chinese Simplified":"Cinese Semplificato","Chinese Traditional":"Cinese Tradizionale","Chroma":"Chroma","Close":"Chiudi","Codec":"Codec","Color":"Colore","Colors":"Colori","Complete Rescan":"Scansione completa","Confidence":"Confidenza","Connect":"Connetti","Connect via WebDAV":"Connetti via WebDAV","Contact Us":"Contattaci","Contains %{n} pictures.":"Contiene %{n} immagini.","Contains one picture.":"Contiene una foto.","Convert to JPEG":"Converti in JPEG","Converting":"Conversione in corso","Copied to clipboard":"Copiato negli appunti","Copyright":"Copyright","Couldn't find anything.":"Impossibile trovare alcunché.","Country":"Nazione","Create album":"Crea album","Created":"Creato","Creating thumbnails for":"Creazione anteprima per","Cubic: Moderate Quality, Good Performance":"Cubico: Qualità moderata, buone prestazioni","Current Password":"Password Corrente","Customer Support":"Supporto Clienti","Cyan":"Ciano","Cyano":"Ciano","Czech":"Ceco","Daily":"Giornalmente","Danish":"Danese","Day":"Giorni","Debug Logs":"Registri di debug","Default":"Predefinito","Default Folder":"Cartella Predefinita","Delete":"Elimina","Description":"Descizione","Detailed instructions can be found in our User Guide.":"È possibile trovare informazioni dettagliate nella nostra Guida Utente.","Details":"Dettagli","Dimensions":"Dimensioni","Disable Backups":"Disabilita Backup","Disable built-in WebDAV server. Requires a restart.":"Disabilita server WebDAV integrato. Richiede riavvio.","Disable Darktable":"Disattivare Darktable","Disable ExifTool":"Disabilita ExifTool","Disable FFmpeg":"Disattivare FFmpeg","Disable Places":"Disabilita Luoghi","Disable RawTherapee":"Disattivare RawTherapee","Disable TensorFlow":"Disabilita TensorFlow","Disable WebDAV":"Disabilita WebDAV","Disabled":"Disabilitato","Disables reverse geocoding and maps.":"Disabilita la geocodifica inversa e le mappe.","Discover":"Scopri","Don't backup photo and album metadata to YAML files.":"Non effettuare il backup dei metadata di foto e album in file YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Non creare file JSON ExifTool per migliorare l'estrazione dei metadata.","Don't modify originals folder. Disables import, upload, and delete.":"Non modificare le cartelle originali. Disabilita importazione, upload ed eliminazione.","Don't transcode videos with FFmpeg.":"Non transcodificare i video con FFmpeg.","Don't use Darktable to convert RAW files.":"Non usare Darktable per convertire i file RAW.","Don't use RawTherapee to convert RAW files.":"Non usare RawTherapee per convertire i file RAW.","Don't use TensorFlow for image classification.":"Non usare TensorFlow per la classificazione delle immagini.","Donations":"Donazioni","Done":"Fatto","Done.":"Fatto.","Download":"Download","Download remote files":"Scarica file remoti","Download single files and zip archives.":"Scarica singoli file e archivi zip.","Downloading…":"Download in corso…","Downscaling Filter":"Filtro di ridimensionamento","Duplicates will be skipped and only appear once.":"I duplicati verranno ignorati e appariranno una volta sola.","Dutch":"Olandese","Dynamic Previews":"Anteprime Dinamiche","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Il rendering dinamico richiede un server potente. Non è consigliato per dispositivi NAS.","Dynamic Size Limit: %{n}px":"Limite Dimensioni Dinamiche: %{n}px","E-Mail":"E-Mail","Edit":"Modifica","Edit %{name}":"Modifica %{name}","Edit Account":"Modifica Account","Edit Photo":"Modifica Foto","Edited":"Modificato","Enable new features currently under development.":"Abilita nuove funzionalità che al momento sono in fase di sviluppo.","Enabled":"Abilitato","Enables RAW converter presets. May reduce performance.":"Abilita i preset del convertitore RAW. Può ridurre le prestazioni.","English":"Inglese","Errors":"Errori","Estimate the approximate location of pictures without coordinates.":"Stima la posizione approssimativa delle immagini senza coordinate.","Estimates":"Stime","Every two days":"Ogni due giorni","Exclude content marked as private from search results, shared albums, labels, and places.":"Escludi i contenuti contrassegnati come privati dai risultati di ricerca, dagli album condivisi, dalle etichette e dai luoghi.","Exclude hidden":"Escludere i nascosti","Expand":"Espandi","Expand Search":"Espandi Ricerca","Experimental Features":"Funzionalità Sperimentali","Expires":"Scade","Exposure":"Esposizione","F Number":"Numero F","Face":"Viso","Faces":"Volti","Failed copying to clipboard":"Impossibile copiare negli appunti","Failed removing link":"Impossibile rimuovere il link","Failed updating link":"Impossibile aggiornare il link","Failure while importing uploaded files":"Si è verificato un errore nell'importazione dei file caricati","Fast":"Veloce","Favorite":"Preferito","Favorites":"Preferiti","Feature Request":"Richiesta Funzionalità","Feedback":"Feedback","File":"File","File Browser":"Esplora File","Files":"File","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"File con un nome sequenziale come 'IMG_1234 (2)' e 'IMG_1234 (3)' appartengono alla stessa immagine.","Focal Length":"Lunghezza Focale","Folder":"Cartella","Folder contains %{n} files":"La cartella contiene %{n} file","Folder is empty":"La cartella è vuota","Folders":"Cartelle","French":"Francese","Fullscreen":"Schermo intero","General":"Generale","German":"Tedesco","Gold":"Oro","Grayscale":"Scala di grigi","Green":"Verde","Grey":"Grigio","Group by similarity":"Raggruppa per somiglianza","Hash":"Hash","Hebrew":"Ebraico","Help":"Aiuto","Hidden":"Nascosto","Hidden Files":"File Nascosti","Hide":"Nascondi","Hide photos that have been moved to archive.":"Nascondi foto che sono state spostate in archivio.","Hindi":"Hindi","How can we help?":"Come possiamo aiutarti?","Hybrid":"Ibrido","I'm a sponsor":"Sono uno sponsor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Se ti piace usare PhotoPrism, per favore considera di sostenerci su Patreon o GitHub Sponsors.","image":"immagine","Image":"Immagine","Images":"Immagini","Import":"Importa","Import failed":"Importazione fallita","Imported files will be sorted by date and given a unique name to avoid duplicates.":"I file importati verranno ordinati per data e gli verrà dato un nome univoco per evitare duplicati.","Imported files will be sorted by date and given a unique name.":"I file importati verranno ordinati per data e gli verrà dato un nome univoco.","Importing %{name}…":"Importando %{name}…","Importing files to originals…":"Importando file ad originali…","in":"in","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Nel caso in cui le immagini che vi aspettate siano mancanti, per favore ricontrollate la vostra biblioteca e aspettate che l'indicizzazione sia completata.","Index":"Indice","Indexing":"Indicizzazione","Indexing failed":"Indicizzazione fallita","Indexing media and sidecar files…":"Indicizzando file multimediali e sidecar…","Instance ID":"ID Istanza","Interval":"Intervallo","Invalid date":"Data non valida","Italian":"Italiano","Item":"Elemento","Japanese":"Giapponese","JPEG Quality: %{n}":"Qualità JPEG: %{n}","JPEG Size Limit: %{n}px":"Limite Dimensione JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"I JPEG e le miniature sono resi automaticamente come necessario.","Keywords":"Parole chiave","Korean":"Coreano","Kurdish":"Curdo","Label":"Etichetta","Labels":"Etichette","Labels deleted":"Etichette eliminate","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: conservazione dei dettagli, artefatti minimi","Language":"Lingua","Last Backup":"Ultimo Backup","Latitude":"Latitudine","Lavender":"Lavanda","Lens":"Lenti","Let us know when we mistakenly label an idea as unfunded.":"Fateci sapere quando etichettiamo erroneamente un'idea come non finanziata.","Library":"Libreria","License":"Licenza","Like":"Mi Piace","Lime":"Lime","Limit reached, showing first %{n} files":"Limite raggiunto, vengono mostrati i primi %{n} file","Linear: Very Smooth, Best Performance":"Lineare: Molto liscio, migliori prestazioni","Link":"Link","List":"Lista","Live":"Live","Local Time":"Orario Locale","location":"luogo","Location":"Luogo","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"I messaggi log vengono visualizzati qui ogni volta che PhotoPrism rileva file danneggiati o si verificano altri potenziali problemi.","Login":"Login","Logout":"Logout","Logs":"Log","Longitude":"Longitudine","Magenta":"Magenta","Main Color":"Colore Principale","manual":"manuale","Manual Upload":"Upload Manuale","Marker":"Segnaposto","Medium":"Medio","Merge %{a} with %{b}?":"Unire %{a} con %{b}?","Message sent":"Messaggio inviato","Minimize":"Minimizza","Missing":"Mancante","Moments":"Momenti","Monochrome":"Monocromo","Month":"Mese","Moonlight":"Moonlight","More than %{n} pictures found":"Più di %{n} immagini trovate","More than 20 albums found":"Più di 20 album trovati","More than 20 labels found":"Più di 20 etichette trovate","More than 20 people found":"Più di 20 persone hanno trovato","Mosaic":"Mosaico","Most relevant":"Più rilevante","Move Files":"Sposta File","Name":"Nome","Name too long":"Nome troppo lungo","Never":"Mai","New":"Nuovo","New Password":"Nuova Password","Newest first":"Più recenti prima","No":"No","No albums found":"Nessun album trovato","No labels found":"Nessuna etichetta trovata","No people found":"Nessuna persona trovata","No pictures found":"Nessuna immagine trovata","No recently edited pictures":"Nessuna foto modificata di recente","No servers configured.":"Nessun server configurato.","No thanks":"No grazie","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nessun warning o errore contiene questa parola chiave. Tieni presente che la ricerca fa distinzione tra maiuscole e minuscole.","Non-photographic and low-quality images require a review before they appear in search results.":"Le immagini non fotografiche e di bassa qualità richiedono una revisione prima di essere visualizzate nei risultati di ricerca.","None":"Nessuno","Norwegian":"Norvegese","Not Found":"Non Trovato","Note you may manually manage your originals folder and importing is optional.":"Nota che puoi gestire manualmente la tua cartella degli originali e l'importazione è opzionale.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: solo i server WebDAV, come Nextcloud o PhotoPrism, possono essere configurati come servizio remoto per il backup e il caricamento dei file.","Note: Updating the password will not revoke access from already authenticated users.":"Nota: l'aggiornamento della password non revoca l'accesso agli utenti già autenticati.","Notes":"Note","Nothing to see here yet. Be patient.":"Niente da vedere qui. Sii paziente.","Offline":"Offline","Oldest first":"Più vecchi prima","Once a week":"Una volta a settimana","One album found":"Un album trovato","One file found":"Un file trovato","One folder found":"Una cartella trovata","One label found":"Un'etichetta trovata","One person found":"Una persona ha trovato","One picture found":"Una foto trovata","Onyx":"Onyx","Options":"Opzioni","Orange":"Arancione","Orientation":"Orientamento","Original":"Originale","Original file names will be stored and indexed.":"I nomi dei file originali verranno memorizzati e indicizzati.","Original Name":"Nome Originale","Originals":"Originali","Other":"Altro","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"La nostra visione è quella di fornire la soluzione più semplice per sfogliare, organizzare e condividere la tua collezione di foto.","Outdoor":"All'aperto","Panorama":"Panorama","Panoramas":"Panorami","Password":"Password","Password changed":"Password cambiata","People":"Persone","People you share a link with will be able to view public contents.":"Le persone con cui condividi un link potranno vedere i contenuti pubblici.","Permanently deleted":"Eliminato permanentemente","Permanently remove files to free up storage.":"Elimina permanentemente i file per liberare spazio.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism è stato aggiornato…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® è un marchio registrato di Michael Mayer.","Photos":"Foto","Pink":"Rosa","Place":"Luogo","Place & Time":"Luogo & Ora","Places":"Luoghi","Play":"Play","Please confirm your new password.":"Conferma la nuova password.","Please contact us at hello@photoprism.app if you have questions or need help.":"Contattaci a hello@photoprism.app se dovessi avere domande o bisogno di aiuto.","Please don't upload photos containing offensive content.":"Non caricare foto che contengono contenuto offensivo.","Polish":"Polacco","Portrait":"Ritratto","Português de Portugal":"Português de Portugal","Preserve filenames":"Mantieni nomi dei file","Press button to start importing…":"Premi il pulsante per iniziare a importare…","Press button to start indexing…":"Premi il pulsante per iniziare a indicizzare…","Press enter to create a new album.":"Premi invio per creare un nuovo album.","Preview":"Anteprima","Primary":"Primario","Private":"Privato","Product Feedback":"Feedback Prodotto","Projection":"Proiezione","Purple":"Viola","Quality Filter":"Filtro Qualità","Quality Score":"Punteggio Qualità","Random":"Random","Raspberry":"Lampone","Raw":"Raw","RAW":"RAW","RAW Conversion":"Conversione RAW","Re-index all originals, including already indexed and unchanged files.":"Reindicizza tutti gli originali, includendo sia i file già indicizzati che quelli non modificati.","Read-Only Mode":"Modalità Sola Lettura","Recently added":"Aggiunto recentemente","Recently edited":"Modificato recentemente","Recognition starts after indexing has been completed.":"Il riconoscimento inizia dopo che l'indicizzazione è stata completata.","Recognized":"Riconosciuto","Recognizes faces so that specific people can be found.":"Riconosce i volti in modo da poter trovare persone specifiche.","Red":"Rosso","Reload":"Ricarica","Reloading…":"Ricaricamento…","Remote Sync":"Sincronizzazione Remota","Remove":"Rimuovi","remove failed: unknown album":"rimozione fallita: album sconosciuto","Remove from album":"Rimuovi dall'album","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Rimuovi i file importati per risparmiare spazio. I tipi di file non supportati non vengono mai eliminati, rimangono nella loro posizione attuale.","Report Bug":"Segnala Bug","Request failed - invalid response":"Richiesta fallita - risposta non valida","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Le richieste sostenute da sponsor d'argento e d'oro ricevono un'etichetta d'oro e avranno la priorità.","Required":"Richiesto","Resolution":"Risoluzione","Restore":"Ripristina","Retype Password":"Digitare nuovamente la Password","Review":"Recensione","Russian":"Russo","Save":"Salva","Scan":"Scansione","Scans":"Scansioni","Search":"Cerca","Search and display photos on a map.":"Cerca e visualizza le foto in una mappa.","Season":"Stagione","Seaweed":"Alga","Secret":"Segreto","Select":"Seleziona","Select albums or create a new one":"Seleziona album o creane uno nuovo","Selection approved":"Selezione approvata","Selection archived":"Selezione archiviata","Selection restored":"Selezione ripristinata","Send":"Invia","Sequential Name":"Nome Sequenziale","Server":"Server","Service URL":"URL Servizio","Settings":"Impostazioni","Settings saved":"Impostazioni salvate","Setup":"Setup","Shadow":"Ombra","Share":"Condividi","Share %{name}":"Condividi %{name}","Shared with you.":"Condiviso con te.","Show":"Mostra","Show all new faces":"Mostra tutte le facce nuove","Show hidden":"Mostra nascosto","Show less":"Mostra meno","Show Library in navigation menu.":"Mostra la Libreria nel menu di navigazione.","Show more":"Mostra più","Show server logs in Library.":"Mostra i log server nella Libreria.","Shows more detailed log messages. Requires a restart.":"Mostra messaggi di log più dettagliati. Richiede un riavvio.","Sidecar":"Sidecar","Sign in":"Accedi","Sign Up":"Registrati","Similar":"Simile","Size":"Dimensione","Slovak":"Slovacco","Slow":"Lento","Sort by file name":"Ordina file per nome","Sort Order":"Ordinamento","Source":"Sorgente","Spanish":"Spagnolo","Stack":"Pila","Stack files sharing the same unique image or instance identifier.":"File in pila che condividono la stessa immagine unica o lo stesso identificatore di istanza.","Stack pictures taken at the exact same time and location based on their metadata.":"Impila le foto scattate nello stesso momento e luogo in base ai loro metadati.","Stackable":"Impilabile","Stacks":"Pile","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Le pile raggruppano i file con un quadro di riferimento simile, ma con differenze di qualità, formato, dimensione o colore.","Start":"Inizia","Start/Stop Slideshow":"Inizia/Ferma Presentazione","States":"Stati","Static Size Limit: %{n}px":"Limite Dimensione Statica: %{n}px","Status":"Stato","Storage Folder":"Cartella Memoria","Streets":"Strade","Style":"Stile","Subject":"Oggetto","Support for additional services, like Google Drive, will be added over time.":"Il supporto ad altri servizi, come Google Drive, verrà aggiunto in futuro.","Sync":"Sincronizza","Sync raw and video files":"Sincronizzazione di file raw e video","Taken":"Preso","Teal":"Verde mare","Text too long":"Testo troppo lungo","Thank you very much!":"Grazie mille!","The index currently contains %{n} hidden files.":"L'indice contiene attualmente %{n} file nascosti.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"La roadmap mostra quali compiti sono in corso, cosa deve essere testato e quali richieste di funzionalità saranno implementate successivamente.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Il loro formato potrebbe non essere supportato, non sono stati ancora convertiti in JPEG oppure ci sono duplicati.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Questa è una funzionalità early-access per ringraziare i nostri sponsor e contributori.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Questo monta la cartella degli originali come un'unità di rete e ti permette di aprire, modificare e cancellare i file dal tuo computer o smartphone come se fossero locali.","This open-source project is made possible thanks to our sponsors.":"Questo progetto open-source è reso possibile grazie ai nostri sponsor.","Thumbnail Generation":"Generazione di miniature","Time UTC":"Orario UTC","Time Zone":"Fuso Orario","Title":"Titolo","Title too long":"Titolo troppo lungo","to":"a","Toggle View":"Cambia Vista","Token":"Token","Topographic":"Topografico","Trademarks":"Aziende","Try again using other filters or keywords.":"Riprova usando altri filtri o parole chiave.","Type":"Tipo","Undo":"Annulla","Unique ID":"ID Unico","Unknown":"Sconosciuto","Unsorted":"Non Ordinato","Unstack":"Unstack","Updated":"Aggiornato","Updating faces":"Aggiornamento delle facce","Updating index":"Aggiornamento indici in corso","Updating moments":"Aggiornamento momenti in corso","Updating previews":"Aggiornamento delle anteprime","Updating stacks":"Aggiornamento delle pile","Upload":"Upload","Upload complete":"Upload completato","Upload complete. Indexing…":"Upload completato. Indicizzazione in corso…","Upload failed":"Upload fallito","Upload local files":"Upload file locali","Upload to WebDAV and share links with friends.":"Upload a WebDAV e condividi link con i tuoi amici.","Uploading %{n} of %{t}…":"Caricamento %{n} su %{t}…","Uploading photos…":"Caricamento foto…","Uploads that may contain such images will be rejected automatically.":"I file caricato che potrebbero contenere queste immagini verranno rifiutati automaticamente.","URL":"URL","Use Presets":"Utilizzare le preimpostazioni","User":"Utente","User Interface":"Interfaccia Utente","Username":"Username","Video":"Video","Videos":"Video","View":"Visualizza","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Ti faremo sapere come abilitarlo quando ti iscrivi su Patreon o GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"I client WebDAV possono connettersi a PhotoPrism usando il seguente URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"I client WebDAV, come Windows Explorer di Microsoft o Finder di Apple, possono connettersi direttamente a PhotoPrism.","WebDAV Upload":"Upload WebDAV","White":"Bianco","Year":"Anno","Yellow":"Giallo","Yellowstone":"Yellowstone","Yes":"Sì","You can only download one album":"Puoi scaricare solo un album","You can only download one label":"Puoi scaricare solo un'etichetta","You may only select one item":"Puoi selezionare un solo elemento","You may rescan your library to find additional faces.":"Puoi riesaminare la tua libreria per trovare altri volti.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Puoi usarlo come richiesto per descrivere il nostro software, far funzionare il tuo server, per scopi educativi, ma non per offrire beni, prodotti o servizi commerciali senza un precedente permesso scritto. In altre parole, si prega di chiedere.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Il tuo sostegno continuo ci aiuta a finanziare i costi operativi, a fornire servizi come le mappe satellitari e a sviluppare nuove funzionalità.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"La tua libreria viene continuamente analizzata per creare automaticamente album di momenti speciali, viaggi e luoghi.","Your message has been sent":"Il tuo messaggio è stato inviato","Zoom in/out":"Zoom in/out"},"ja_JP":{"%{n} albums found":"%{n} 件のアルバムが見つかりました","%{n} files uploaded":"%{n} 件のファイルをアップロードしました","%{n} folders found":"%{n} 個のフォルダが見つかりました","%{n} labels found":"%{n} 個のラベルが見つかりました","%{n} people found":"%{n}人が見つかりました。","%{n} pictures found":"%{n}の写真が見つかりました。","1 hour":"1時間","12 hours":"12時間","4 hours":"4時間","A click will copy it to your clipboard.":"クリックすると、クリップボードにコピーされます。","About":"概要","Account":"アカウント","Accuracy":"正確さ","Action":"アクション","Actions":"アクション","Add Album":"アルバムを作成","Add files to your library via Web Upload.":"あなたのライブラリに Web アップロード経由でファイルを追加します。","Add Link":"リンクを追加","Add pictures from search results by selecting them.":"検索結果から写真を選択して追加することができます。","Add Server":"サーバを追加","Add to album":"アルバムに追加","Added":"追加済み","Advanced":"高度","After 1 day":"1日後","After 3 days":"3日後","After 7 days":"1週間後","After one month":"1ヶ月後","After one year":"1年後","After selecting pictures from search results, you can add them to an album using the context menu.":"検索結果から写真を選んだ後、コンテキストメニューでアルバムに追加することができます。","After two months":"2ヶ月後","After two weeks":"2週間後","Album":"アルバム","Album Name":"アルバム名","Albums":"アルバム","Albums deleted":"アルバムが削除されました","All %{n} albums loaded":"全体で %{n} 個のアルバムを読み込みました","All %{n} labels loaded":"全体で %{n} 個のラベルを読み込みました","All %{n} people loaded":"すべての%{n}人が読み込まれた","All Cameras":"すべてのカメラ","All Categories":"すべてのカテゴリ","All Colors":"すべての色","All Countries":"すべての国","All fields are required":"すべてのフィールドが必須項目です","All files from import folder":"インポート フォルダからのすべてのファイル","All Lenses":"すべてのレンズ","All Months":"すべての月","All originals":"すべてのオリジナル","All Years":"すべての年","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"代わりに、Nextcloud といった WebDAV サーバから直接ファイルをアップロードすることができます。","Altitude":"高度","Altitude (m)":"高度 (m)","An error occurred - are you offline?":"エラーが発生しました - オフラインではありませんか?","Animation":"アニメーション","Any private photos and videos remain private and won't be shared.":"すべてのプライベートな写真や動画はプライベートのまま保管され、共有されることはありません。","API Key":"API キー","Apply":"適用","Approve":"承認","Archive":"アーカイブ","Archived":"アーカイブ済み","Are you sure you want to archive the selection?":"選択した項目を本当にアーカイブしますか?","Are you sure you want to delete these albums?":"本当にこれらのアルバムを削除しますか?","Are you sure you want to delete these labels?":"本当にこれらのラベルを削除しますか?","Are you sure you want to delete this account?":"本当にこのアカウントを削除しますか?","Are you sure you want to permanently delete these pictures?":"本当にこの写真を永久に削除していいのか?","Are you sure you want to permanently delete this file?":"本当にこのファイルを永久に削除しますか?","Artist":"アーティスト","Aspect Ratio":"アスペクト比","At least 6 characters.":"最低6文字。","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"他のファイル形式の写真のために自動的に JPEG 版を作成するので、ブラウザ内でもそれらの写真を表示することができます。","Automatically creates albums of special moments, trips, and places.":"特別な瞬間、旅、場所を記録したアルバムを自動的に作成します。","Become a sponsor":"スポンサーになる","Bio":"自己紹介","Black":"黒","Blackman: Lanczos Modification, Less Ringing Artifacts":"黒人: ランチョス法修正、少ないリンギングアーティファクト","Blue":"青","Brazilian Portuguese":"ブラジルポルトガル語","Brown":"茶","Browse and edit image classification labels.":"画像を分類するラベルを参照および編集します。","Browse indexed files and folders in Library.":"ライブラリ内にあるインデックスされたファイルやフォルダを参照します。","Bug Report":"バグ報告","Busy, please wait…":"処理中です、しばらくお待ちください...","Calendar":"カレンダー","Camera":"カメラ","Camera Serial":"カメラのシリアル","Can't load more, limit reached":"更に読み込むことはできません、制限に達しました","Can't select more items":"これ以上項目を選択することはできません","Cancel":"キャンセル","Cards":"カード","Category":"カテゴリ","Change":"変更","Change photo titles, locations, and other metadata.":"写真のタイトルや撮影地などのメタデータを変更できます。","Change private flag":"プライベートであるかどうかを変更","Checked":"選択済み","Chinese Simplified":"簡体中国語","Chinese Traditional":"繁体中国語","Chroma":"彩度","Close":"閉じる","Codec":"コーデック","Color":"色","Colors":"色","Complete Rescan":"完全な再スキャン","Confidence":"信頼度","Connect":"接続","Connect via WebDAV":"WebDAV 経由で接続","Contact Us":"お問い合わせ","Contains %{n} pictures.":"0}の写真が含まれています。","Contains one picture.":"1枚の写真が入っています。","Convert to JPEG":"JPEG に変換","Converting":"変換しています","Copied to clipboard":"クリップボードにコピーしました","Copyright":"著作権","Couldn't find anything.":"何も見つかりませんでした。","Country":"国","Create album":"アルバムを作成","Created":"作成日時","Creating thumbnails for":"次の項目のサムネイルを作成しています","Cubic: Moderate Quality, Good Performance":"立方体: 適度な品質、良いパフォーマンス","Current Password":"現在のパスワード","Customer Support":"顧客向けサポート","Cyan":"シアン","Cyano":"暗い青","Czech":"チェコ語","Daily":"毎日","Danish":"デンマーク語","Day":"日","Debug Logs":"デバッグログ","Default":"既定","Default Folder":"既定のフォルダ","Delete":"削除","Description":"概要","Detailed instructions can be found in our User Guide.":"詳細な手順はユーザーガイドに記載されています。","Details":"詳細","Dimensions":"寸法","Disable Backups":"バックアップを無効化","Disable built-in WebDAV server. Requires a restart.":"内蔵されている WebDAV サーバを無効化します。再起動が必要です。","Disable Darktable":"Darktableの無効化","Disable ExifTool":"ExifTool を無効化","Disable FFmpeg":"FFmpegの無効化","Disable Places":"場所を無効化","Disable RawTherapee":"RawTherapeeの無効化","Disable TensorFlow":"TensorFlow を無効化","Disable WebDAV":"WebDAV を無効化","Disabled":"無効","Disables reverse geocoding and maps.":"住所検索と地図を無効化します。","Discover":"発見","Don't backup photo and album metadata to YAML files.":"YAML ファイルに写真やアルバムのメタデータをバックアップしないようにします。","Don't create ExifTool JSON files for improved metadata extraction.":"より良いメタデータの抽出のために、ExifTool の JSON ファイルを作成しないようにします。","Don't modify originals folder. Disables import, upload, and delete.":"オリジナルのフォルダを変更しません。インポートやアップロード、削除が無効化されます。","Don't transcode videos with FFmpeg.":"FFmpegで動画をトランスコードしないでください。","Don't use Darktable to convert RAW files.":"RAWファイルの変換にDarktableを使ってはいけません。","Don't use RawTherapee to convert RAW files.":"RAWファイルの変換にRawTherapeeを使ってはいけません。","Don't use TensorFlow for image classification.":"写真の分類に TensorFlow を使用しないようにします。","Donations":"寄付","Done":"完了","Done.":"完了しました。","Download":"ダウンロード","Download remote files":"リモートにあるファイルをダウンロード","Download single files and zip archives.":"単一のファイルと zip アーカイブをダウンロードします。","Downloading…":"ダウンロードしています...","Downscaling Filter":"ダウンスケーリング フィルター","Duplicates will be skipped and only appear once.":"重複している項目はスキップされ、1度だけ表示されます。","Dutch":"オランダ語","Dynamic Previews":"動的なプレビュー","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"動的なレンダリングは強力なサーバを必要とします。NAS デバイスには推奨されません。","Dynamic Size Limit: %{n}px":"動的サイズの制限: %{n}px","E-Mail":"Eメール","Edit":"編集","Edit %{name}":"%{name} を編集","Edit Account":"アカウントを編集","Edit Photo":"写真を編集","Edited":"編集済み","Enable new features currently under development.":"開発中の新しい機能を有効にします。","Enabled":"有効","Enables RAW converter presets. May reduce performance.":"RAW現像機のプリセットを有効にします。パフォーマンスが低下する場合があります。","English":"英語","Errors":"エラー","Estimate the approximate location of pictures without coordinates.":"座標がなくても、写真のおおよその位置を推定することができます。","Estimates":"見積もり","Every two days":"2日毎","Exclude content marked as private from search results, shared albums, labels, and places.":"プライベートに設定されたコンテンツを、検索結果、共有アルバム、ラベル、場所から除外することができます。","Exclude hidden":"非表示を除く","Expand":"拡張","Expand Search":"検索を展開","Experimental Features":"実験的な機能","Expires":"有効期限","Exposure":"露出","F Number":"F値","Face":"Face","Faces":"顔","Failed copying to clipboard":"クリップボードにコピーできませんでした","Failed removing link":"リンクを削除できませんでした","Failed updating link":"リンクを更新できませんでした","Failure while importing uploaded files":"アップロードされたファイルをインポートしている時に問題が発生しました","Fast":"早い","Favorite":"お気に入り","Favorites":"お気に入り","Feature Request":"機能のリクエスト","Feedback":"フィードバック","File":"ファイル","File Browser":"ファイルブラウザ","Files":"ファイル","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"「IMG_1234 (2)」と「IMG_1234 (3)」のような連名のファイルは同じ写真に属します。","Focal Length":"焦点距離","Folder":"フォルダ","Folder contains %{n} files":"フォルダには %{n} 個のファイルがあります","Folder is empty":"フォルダは空です","Folders":"フォルダ","French":"フランス語","Fullscreen":"全画面","General":"一般","German":"ドイツ語","Gold":"金","Grayscale":"グレースケール","Green":"緑","Grey":"灰","Group by similarity":"類似度による分類","Hash":"ハッシュ","Hebrew":"ヘブライ語","Help":"ヘルプ","Hidden":"隠し項目","Hidden Files":"隠しファイル","Hide":"非表示","Hide photos that have been moved to archive.":"アーカイブに移動された写真を隠します。","Hindi":"ヒンディー語","How can we help?":"どのように我々は助けることができますか?","Hybrid":"ハイブリッド","I'm a sponsor":"私はスポンサーです。","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"PhotoPrismをご愛用いただいている皆様には、PatreonやGitHub Sponsorsでのご支援をお願いいたします。","image":"写真","Image":"写真","Images":"写真","Import":"インポート","Import failed":"インポートに失敗","Imported files will be sorted by date and given a unique name to avoid duplicates.":"インポートされたファイルは日付で並び替えられ、重複しないよう一意の名前が付けられます。","Imported files will be sorted by date and given a unique name.":"インポートされたファイルは日付で並び替えられ、一意の名前が付けられます。","Importing %{name}…":"%{name} をインポートしています ...","Importing files to originals…":"オリジナルにファイルをインポートしています ...","in":"次の場所で","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"想定していた写真が欠落していた場合は、お手持ちのライブラリーを再スキャンし、インデックス作成が完了するまでお待ちください。","Index":"インデックス","Indexing":"インデックス中","Indexing failed":"インデックスに失敗","Indexing media and sidecar files…":"メディアや付随するファイルをインデックスしています ...","Instance ID":"インスタンス ID","Interval":"間隔","Invalid date":"不正な日付","Italian":"イタリア語","Item":"項目","Japanese":"日本語","JPEG Quality: %{n}":"JPEG 品質: %{n}","JPEG Size Limit: %{n}px":"JPEG サイズの制限: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG やサムネイルは必要な場合に自動的に生成されます。","Keywords":"キーワード","Korean":"韓国語","Kurdish":"クルド語","Label":"ラベル","Labels":"ラベル","Labels deleted":"ラベルが削除されました","Lanczos: Detail Preservation, Minimal Artifacts":"ランチョス法: 詳細な保全、最小限の骨董品","Language":"言語","Last Backup":"最終バックアップ","Latitude":"緯度","Lavender":"ラベンダー","Lens":"レンズ","Let us know when we mistakenly label an idea as unfunded.":"私たちが間違って「資金不足」と表示したアイデアがあれば、教えてください。","Library":"ライブラリ","License":"ライセンス","Like":"お気に入り","Lime":"黄緑","Limit reached, showing first %{n} files":"制限に達しました、最初の %{n} 個のファイルを表示しています","Linear: Very Smooth, Best Performance":"線形: とても滑らか、最高のパフォーマンス","Link":"リンク","List":"リスト","Live":"ライブ","Local Time":"現地時間","location":"場所","Location":"場所","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"PhotoPrism が壊れたファイルを見つけたり、潜在的な問題を発見したときはいつでもここにログメッセージが表示されます。","Login":"ログイン","Logout":"ログアウト","Logs":"ログ","Longitude":"経度","Magenta":"マゼンタ","Main Color":"主な色","manual":"手動","Manual Upload":"手動アップロード","Marker":"マーカー","Medium":"中","Merge %{a} with %{b}?":"0}を%{b}と統合する?","Message sent":"メッセージを送信しました","Minimize":"最小化する","Missing":"見つからない","Moments":"モーメント","Monochrome":"モノクロ","Month":"月","Moonlight":"月光","More than %{n} pictures found":"0}以上の画像が見つかりました。","More than 20 albums found":"20 個以上のアルバムが見つかりました","More than 20 labels found":"20 個以上のラベルが見つかりました","More than 20 people found":"20人以上の人が発見","Mosaic":"モザイク","Most relevant":"最適","Move Files":"ファイルを移動","Name":"名前","Name too long":"名前が長すぎます","Never":"なし","New":"New","New Password":"新しいパスワード","Newest first":"新しい方から","No":"いいえ","No albums found":"どのアルバムも見つかりませんでした","No labels found":"どのラベルも見つかりませんでした","No people found":"ユーザーが見つかりません","No pictures found":"写真はありません。","No recently edited pictures":"最近編集した写真がない","No servers configured.":"どのサーバーも設定されていません。","No thanks":"いいえ、結構です","No warnings or error containing this keyword. Note that search is case-sensitive.":"このキーワードを含む警告やエラーは1つも見つかりませんでした。この検索では大文字と小文字を区別することに気をつけてください。","Non-photographic and low-quality images require a review before they appear in search results.":"写真ではないものや、低品質な画像は検索結果に現れる前にレビューが必要です。","None":"なし","Norwegian":"ノルウェー語","Not Found":"見つかりませんでした","Note you may manually manage your originals folder and importing is optional.":"なお、オリジナルフォルダは手動で管理することができ、インポートは任意です。","Note:":"メモ:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"メモ: Nextcloud や PhotoPrism といった WebDAV サーバのみがバックアップやファイルのバックアップのためのリモートサービスとして設定できます。","Note: Updating the password will not revoke access from already authenticated users.":"メモ: パスワードを変更しても、すでに認証されているユーザはアクセスを失いません。","Notes":"メモ","Nothing to see here yet. Be patient.":"まだここには何もありません。我慢してください。","Offline":"オフライン","Oldest first":"古い方から","Once a week":"1週間に1度","One album found":"1 件のアルバムが見つかりました","One file found":"1 件のファイルが見つかりました","One folder found":"1 件のフォルダが見つかりました","One label found":"1枚のラベルが見つかりました。","One person found":"一人が見つけた","One picture found":"1枚の写真を発見","Onyx":"Onyx","Options":"オプション","Orange":"オレンジ","Orientation":"方向","Original":"オリジナル","Original file names will be stored and indexed.":"オリジナルのファイル名は保存され、インデックスされます。","Original Name":"オリジナルの名前","Originals":"オリジナル","Other":"他","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"私たちのビジョンは、あなたの写真コレクションを閲覧、整理、共有するための最もユーザーフレンドリーなソリューションを提供することです。","Outdoor":"アウトドア","Panorama":"パノラマ","Panoramas":"パノラマ","Password":"パスワード","Password changed":"パスワードを変更しました","People":"人","People you share a link with will be able to view public contents.":"あなたがリンクを共有した人だけが公開された内容を閲覧できます。","Permanently deleted":"永久に削除","Permanently remove files to free up storage.":"ファイルを永久的に削除して、ストレージを空けることができます。","Photo":"写真","PhotoPrism has been updated…":"PhotoPrism はアップデートされています ...","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism®は Michael Mayer による登録商標です。","Photos":"写真","Pink":"ピンク","Place":"場所","Place & Time":"場所と時間","Places":"場所","Play":"再生","Please confirm your new password.":"あなたの新しいパスワードを確認してください。","Please contact us at hello@photoprism.app if you have questions or need help.":"ご質問やお困りのことがございましたら、hello@photoprism.app までご連絡ください。","Please don't upload photos containing offensive content.":"過激な内容を含む写真をアップロードしないでください。","Polish":"ポーランド語","Portrait":"ポートレート","Português de Portugal":"ポルトガル・ポルトガル語","Preserve filenames":"ファイル名を保持する","Press button to start importing…":"ボタンを押してインポートを開始します...","Press button to start indexing…":"ボタンを押してインデックスを開始します...","Press enter to create a new album.":"Enter を押して新しいアルバムを作成します。","Preview":"プレビュー","Primary":"プライマリ","Private":"プライベート","Product Feedback":"製品のフィードバック","Projection":"投影","Purple":"紫","Quality Filter":"品質フィルター","Quality Score":"品質スコア","Random":"ランダム","Raspberry":"ラズベリー","Raw":"Raw","RAW":"RAW","RAW Conversion":"RAW 変換","Re-index all originals, including already indexed and unchanged files.":"すべての、既にインデックスされたものや変更されていないファイルを含むオリジナルのファイルを再度インデックスです。","Read-Only Mode":"読み込み専用モード","Recently added":"最近追加された項目","Recently edited":"最近編集された項目","Recognition starts after indexing has been completed.":"認識はインデックス作成が完了した後に開始されます。","Recognized":"レコグニッション","Recognizes faces so that specific people can be found.":"顔を認識することで、特定の人を探すことができます。","Red":"赤","Reload":"再読み込み","Reloading…":"再読込しています...","Remote Sync":"リモート同期","Remove":"削除","remove failed: unknown album":"削除に失敗: 不明なアルバムです","Remove from album":"アルバムからの削除","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"インポートされたファイルを削除してストレージを節約します。対応していないファイルは削除されることはなく、現在の場所に保管されます。","Report Bug":"バグを報告","Request failed - invalid response":"リクエストに失敗しました - 不正なレスポンスです","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"シルバー、ゴールドスポンサーからの依頼にはゴールデンラベルが貼られ、優先的に処理されます。","Required":"必須","Resolution":"解像度","Restore":"復元","Retype Password":"再度パスワードを入力","Review":"レビュー","Russian":"ロシア語","Save":"保存","Scan":"スキャン","Scans":"スキャン","Search":"検索","Search and display photos on a map.":"検索して、地図に写真を表示します。","Season":"季節","Seaweed":"海藻","Secret":"秘密","Select":"選択","Select albums or create a new one":"アルバムを選択するか、新しいアルバムを作成します","Selection approved":"選択した項目が承認されました","Selection archived":"選択した項目がアーカイブされました","Selection restored":"選択した項目が復元されました","Send":"送信","Sequential Name":"連名","Server":"サーバ","Service URL":"サービス URL","Settings":"設定","Settings saved":"設定が保存されました","Setup":"セットアップ","Shadow":"影","Share":"共有","Share %{name}":"%{name} を共有","Shared with you.":"あなたと共有されました。","Show":"表示","Show all new faces":"すべてのニューフェイスを表示","Show hidden":"非表示分を表示","Show less":"表示を減らす","Show Library in navigation menu.":"ナビゲーションメニューにライブラリを表示します。","Show more":"表示を増やす","Show server logs in Library.":"ライブラリにサーバログを表示します。","Shows more detailed log messages. Requires a restart.":"より詳細なログメッセージを表示します。再起動が必要です。","Sidecar":"サイドカー","Sign in":"サインイン","Sign Up":"サインアップ","Similar":"似ている項目","Size":"サイズ","Slovak":"スロバキア語","Slow":"遅い","Sort by file name":"ファイル名で並び替え","Sort Order":"並び替え順","Source":"ソース","Spanish":"スペイン語","Stack":"スタック","Stack files sharing the same unique image or instance identifier.":"同じ一意の画像またはインスタンス識別子を共有するファイルをスタックします。","Stack pictures taken at the exact same time and location based on their metadata.":"メタデータを元に、全く同じ時間と場所で撮影された写真をスタックします。","Stackable":"スタックできる項目","Stacks":"スタック","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"似ている基準のフレームだが、品質や形式、大きさや色が異なるまとまったファイルをスタックします。","Start":"開始","Start/Stop Slideshow":"スライドショーを開始/停止","States":"状態","Static Size Limit: %{n}px":"静的サイズ制限: %{n}px","Status":"状態","Storage Folder":"ストレージフォルダ","Streets":"市街","Style":"スタイル","Subject":"件名","Support for additional services, like Google Drive, will be added over time.":"将来に渡って、Google ドライブなどの追加のサービスのサポートが追加される予定です。","Sync":"同期","Sync raw and video files":"Raw ファイルや動画ファイルを同期","Taken":"撮影済み","Teal":"青緑","Text too long":"文章が長すぎます","Thank you very much!":"どうもありがとうございました。","The index currently contains %{n} hidden files.":"インデックスには現在 %{n} 件の隠しファイルがあります。","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"ロードマップには、現在進行中のタスク、テストが必要なもの、次に実装される予定の機能リクエストなどが示されています。","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"それらの形式がサポートされていないか、まだ JPEG に変換されていないか、または重複している可能性があります。。","Theme":"テーマ","This is an early-access feature to say thanks to our sponsors and contributors.":"これは、スポンサーやコントリビューターへの感謝を込めた早期アクセス機能です。","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"これは、オリジナルのフォルダをネットワークドライブとしてマウントし、まるでローカルにあるかのようにファイルを開いたり、編集したり、あなたのコンピュータまたはスマートフォンから削除したりすることができるようにします。","This open-source project is made possible thanks to our sponsors.":"このオープンソースプロジェクトは、スポンサーの皆様のおかげで成り立っています。","Thumbnail Generation":"サムネイル生成","Time UTC":"UTC 時間","Time Zone":"タイムゾーン","Title":"タイトル","Title too long":"タイトルが長すぎます","to":"対象","Toggle View":"表示を切り替え","Token":"トークン","Topographic":"地形","Trademarks":"商標","Try again using other filters or keywords.":"他のフィルターまたはキーワードを用いて、再度試してみてください。","Type":"種類","Undo":"取り消し","Unique ID":"一意のID","Unknown":"不明","Unsorted":"未分類","Unstack":"スタック解除","Updated":"更新日","Updating faces":"フェイスの更新","Updating index":"インデックスを更新しています","Updating moments":"モーメントを更新しています","Updating previews":"プレビューの更新","Updating stacks":"スタックを更新しています","Upload":"アップロード","Upload complete":"アップロード完了","Upload complete. Indexing…":"アップロードが完了しました。インデックスしています...","Upload failed":"アップロード失敗","Upload local files":"ローカルファイルをアップロード","Upload to WebDAV and share links with friends.":"WebDAV にアップロードして、友達とリンクを共有できます。","Uploading %{n} of %{t}…":"%{t} 件中 %{n} 件をアップロードしています...","Uploading photos…":"写真をアップロードしています...","Uploads that may contain such images will be rejected automatically.":"そのような画像を含むアップロードは自動的に拒否されます。","URL":"URL","Use Presets":"プリセットを使用","User":"ユーザ","User Interface":"ユーザインタフェース","Username":"ユーザ名","Video":"動画","Videos":"動画","View":"表示","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"有効にする方法は、PatreonやGitHub Sponsorsに登録した際にお知らせします。","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV クライアントは PhotoPrism に次の URL を使用して接続することができます:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Microsoft の Windows エクスプローラ や Apple の Finder のような WebDAV クライアントは、直接 PhotoPrism に接続できます。","WebDAV Upload":"WebDAV アップロード","White":"白","Year":"年","Yellow":"黄","Yellowstone":"イエローストーン","Yes":"はい","You can only download one album":"1 件のアルバムのみダウンロードできます","You can only download one label":"1 件のラベルのみダウンロードできます","You may only select one item":"1 件だけ選択してください","You may rescan your library to find additional faces.":"追加の顔を見つけるために、ライブラリを再スキャンすることができます。","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"あなたは必要に応じて私たちのソフトウェアを説明したり、あなたの独自のサーバーを運営したり、教育目的で利用できますが、書面による事前の許可なしに商業的なグッズ、商品、サービスのために使うことはできません。つまり、お問い合わせください。","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"皆様からの継続的なご支援は、運営費、衛星地図などのサービス提供、新機能の開発などに役立てられています。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"あなたのライブラリは継続的に分析され、特別な瞬間や旅行、場所を記録したアルバムを自動的に作成します。","Your message has been sent":"あなたのメッセージは送信されました","Zoom in/out":"ズーム イン/アウト"},"ko":{"%{n} albums found":"%{n}개의 앨범을 찾음","%{n} files uploaded":"%{n}개의 파일 업로드함","%{n} folders found":"%{n}개의 폴더를 찾음","%{n} labels found":"%{n}개의 라벨을 찾음","%{n} people found":"%{n}명을 찾았습니다.","%{n} pictures found":"사진 %{n}장을 찾았습니다.","1 hour":"1시간","12 hours":"12시간","4 hours":"4시간","A click will copy it to your clipboard.":"클릭하면 클립보드에 복사됩니다.","About":"관하여","Account":"계정","Accuracy":"정확도","Action":"동작","Actions":"동작","Add Album":"앨범 추가","Add files to your library via Web Upload.":"웹 업로드 통한 당신의 라이브러리에 파일을 추가합니다.","Add Link":"링크 추가","Add pictures from search results by selecting them.":"사진을 선택하여 검색 결과에서 사진을 추가합니다.","Add Server":"서버 추가","Add to album":"앨범에 추가","Added":"추가됨","Advanced":"고급","After 1 day":"1일 후","After 3 days":"3일 후","After 7 days":"7일 후","After one month":"1달 후","After one year":"1년 후","After selecting pictures from search results, you can add them to an album using the context menu.":"검색 결과에서 사진을 선택한 후 컨텍스트 메뉴를 사용하여 사진을 앨범에 추가할 수 있습니다.","After two months":"2개월 후","After two weeks":"2주 후","Album":"앨범","Album Name":"앨범 이름","Albums":"앨범","Albums deleted":"앨범 삭제됨","All %{n} albums loaded":"모든 %{n}개의 앨범을 로드됨","All %{n} labels loaded":"모든 %{n}개의 라벨을 로드됨","All %{n} people loaded":"모든 %{n}명이 로드됨","All Cameras":"모든 카메라","All Categories":"모든 카테고리","All Colors":"모든 색깔","All Countries":"모든 나라","All fields are required":"모든 항목을 채워야합니다","All files from import folder":"가져오기 폴더의 모든 파일","All Lenses":"모든 렌즈","All Months":"모든 달","All originals":"모든 원본","All Years":"모든 년도","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"또는 Nextcloud와 같은 WebDAV 서버에 직접 파일을 업로드할 수 있습니다.","Altitude":"고도","Altitude (m)":"고도 (미터)","An error occurred - are you offline?":"오류가 발생했습니다 - 당신은 오프라인 상태입니까?","Animation":"애니메이션","Any private photos and videos remain private and won't be shared.":"모든 비공개 사진과 동영상은 비공개로 유지되며 공유되지 않습니다.","API Key":"API 키","Apply":"적용","Approve":"승인","Archive":"보관","Archived":"보관함","Are you sure you want to archive the selection?":"선택 항목을 보관 하시겠습니까?","Are you sure you want to delete these albums?":"선택 앨범을 삭제 하시겠습니까?","Are you sure you want to delete these labels?":"선택 라벨을 삭제 하시겠습니까?","Are you sure you want to delete this account?":"이 계정을 삭제 하시겠습니까?","Are you sure you want to permanently delete these pictures?":"이 사진을 영구적으로 삭제하시겠습니까?","Are you sure you want to permanently delete this file?":"이 파일을 영구적으로 삭제 하시겠습니까?","Artist":"아티스트","Aspect Ratio":"종횡비","At least 6 characters.":"6자 이상.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"브라우저에 표시할 수 있도록 다른 파일 형식에 대한 JPEG를 자동으로 생성합니다.","Automatically creates albums of special moments, trips, and places.":"특별한 순간, 여행 및 장소의 앨범을 자동으로 생성합니다.","Become a sponsor":"후원자가 되십시오","Bio":"바이오","Black":"검은색","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos 수정, 덜 울리는 아티팩트","Blue":"파란색","Brazilian Portuguese":"브라질 포르투갈어","Brown":"갈색","Browse and edit image classification labels.":"검색하고 이미지 분류 라벨 편집하기.","Browse indexed files and folders in Library.":"라이브러리에서 인덱싱된 파일 및 폴더를 검색합니다.","Bug Report":"버그 신고","Busy, please wait…":"처리중, 잠시만 기다려주세요…","Calendar":"달력","Camera":"카메라","Camera Serial":"카메라 일련 번호","Can't load more, limit reached":"더 로드할 수 없습니다. 한도에 도달했습니다.","Can't select more items":"더 많은 아이템을 선택할 수 없습니다","Cancel":"취소","Cards":"카드","Category":"범주","Change":"바꾸기","Change photo titles, locations, and other metadata.":"사진 제목, 위치 및 기타 메타데이터를 변경합니다.","Change private flag":"비공개 플래그 변경하기","Checked":"확인됨","Chinese Simplified":"중국어 (간체)","Chinese Traditional":"중국어 (번체)","Chroma":"채도","Close":"닫기","Codec":"코덱","Color":"색깔","Colors":"색깔","Complete Rescan":"완전 다시 색인","Confidence":"신임도","Connect":"연결","Connect via WebDAV":"WebDAV로 연결하기","Contact Us":"문의하기","Contains %{n} pictures.":"%{n}개의 사진이 포함되어 있습니다.","Contains one picture.":"한 장의 사진이 포함되어 있습니다.","Convert to JPEG":"JPEG로 변환하기","Converting":"변환하는 중","Copied to clipboard":"클립보드에 복사했습니다","Copyright":"저작권","Couldn't find anything.":"아무것도 찾을 수 없습니다.","Country":"나라","Create album":"앨범 만들기","Created":"만듦","Creating thumbnails for":"축소판 만들기","Cubic: Moderate Quality, Good Performance":"큐빅: 보통 품질, 우수한 성능","Current Password":"현재 비밀번호","Customer Support":"고객 지원","Cyan":"청록색","Cyano":"시아노","Czech":"체코어","Daily":"매일","Danish":"덴마크어","Day":"일","Debug Logs":"디버그 로그","Default":"기본값","Default Folder":"기본 폴더","Delete":"삭제","Description":"설명","Detailed instructions can be found in our User Guide.":"자세한 지시는 사용설명서에서 찾을 수 있습니다.","Details":"세부 사항","Dimensions":"치수","Disable Backups":"백업 비활성화","Disable built-in WebDAV server. Requires a restart.":"내장 WebDAV 서버 비활성화. 다시 시작 필요함.","Disable Darktable":"다크테이블 비활성화","Disable ExifTool":"ExifTool 비활성화","Disable FFmpeg":"FFmpeg 비활성화","Disable Places":"장소 비활성화","Disable RawTherapee":"RawTherapee 비활성화","Disable TensorFlow":"TensorFlow 비활성화","Disable WebDAV":"WebDAV 비활성화","Disabled":"비활성화","Disables reverse geocoding and maps.":"역 지오코딩 및 지도 비활성화.","Discover":"디스커버","Don't backup photo and album metadata to YAML files.":"YAML 파일에 사진과 앨범 메타데이터를 백업하지 않기.","Don't create ExifTool JSON files for improved metadata extraction.":"향상된 메타데이터 추출위해 ExifTool 도구로 JSON 파일 생성하지 않기.","Don't modify originals folder. Disables import, upload, and delete.":"오리지널 폴더 수정하지 않기. 가져오기, 업로드와 삭제 기능 비활성화.","Don't transcode videos with FFmpeg.":"FFmpeg로 비디오를 트랜스코딩하지 마십시오.","Don't use Darktable to convert RAW files.":"RAW 파일을 변환하는 데 Darktable을 사용하지 마십시오.","Don't use RawTherapee to convert RAW files.":"RawTherapee를 사용하여 RAW 파일을 변환하지 마십시오.","Don't use TensorFlow for image classification.":"TensorFlow로 이미지 분류하지 않기.","Donations":"기부","Done":"완료","Done.":"완료.","Download":"다운로드","Download remote files":"원격 파일 다운로드하기","Download single files and zip archives.":"단일 파일 및 ZIP 아카이브 다운로드하기.","Downloading…":"다운로드 중…","Downscaling Filter":"축소 필터","Duplicates will be skipped and only appear once.":"중복은 건너뛰고 한 번만 나타납니다.","Dutch":"네덜란드어","Dynamic Previews":"다이나믹 미리보기","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"동적 렌더링에는 강력한 서버가 필요합니다. NAS 장치에는 권장하지 않습니다.","Dynamic Size Limit: %{n}px":"다이나믹 크기 제한: %{n}px","E-Mail":"이메일","Edit":"편집","Edit %{name}":"%{name} 편집하기","Edit Account":"계정 편집","Edit Photo":"사진 편집","Edited":"편집됨","Enable new features currently under development.":"현재 개발중인 새로운 기능을 활성화하기.","Enabled":"활성화","Enables RAW converter presets. May reduce performance.":"RAW 변환기 사전 설정을 활성화합니다. 성능이 저하될 수 있습니다.","English":"영어","Errors":"오류","Estimate the approximate location of pictures without coordinates.":"좌표 없이 사진의 대략적인 위치를 추정합니다.","Estimates":"견적","Every two days":"2일마다","Exclude content marked as private from search results, shared albums, labels, and places.":"검색 결과, 공유 앨범, 레이블 및 장소에서 비공개로 표시된 콘텐츠를 제외합니다.","Exclude hidden":"숨김 제외","Expand":"확장","Expand Search":"확장 검색","Experimental Features":"실험실 기능","Expires":"만료","Exposure":"노출","F Number":"F 숫자","Face":"얼굴","Faces":"얼굴","Failed copying to clipboard":"클립보드에 복사하지 못했습니다","Failed removing link":"링크를 제거하지 못했습니다","Failed updating link":"링크를 업데이트하지 못했습니다","Failure while importing uploaded files":"업로드된 파일을 가져오는 중 실패","Fast":"빠른","Favorite":"즐겨 찾기","Favorites":"즐겨 찾기","Feature Request":"기능 요청","Feedback":"피드백","File":"파일","File Browser":"파일 탐색기","Files":"파일","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"'IMG_1234(2)', 'IMG_1234(3)'과 같이 순차적인 이름을 가진 파일은 같은 그림에 속합니다.","Focal Length":"초점 거리","Folder":"폴더","Folder contains %{n} files":"폴더에 %{n} 파일을 포함됨","Folder is empty":"폴더가 비어 있습니다","Folders":"폴더","French":"불어","Fullscreen":"전체 화면","General":"일반","German":"독일어","Gold":"금색","Grayscale":"회색","Green":"녹색","Grey":"회색","Group by similarity":"유사성으로 그룹화","Hash":"해시","Hebrew":"헤브라이어","Help":"도움말","Hidden":"숨김","Hidden Files":"숨김 파일","Hide":"숨기기","Hide photos that have been moved to archive.":"보관함으로 이동한 사진을 숨기기.","Hindi":"힌디어","How can we help?":"어떻게 도와 드릴까요?","Hybrid":"하이브리드","I'm a sponsor":"나는 후원자다","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"PhotoPrism 사용이 마음에 드시면 Patreon 또는 GitHub 스폰서에서 저희를 후원해 주세요.","image":"이미지","Image":"이미지","Images":"이미지","Import":"가져오기","Import failed":"가져오기 실패","Imported files will be sorted by date and given a unique name to avoid duplicates.":"가져온 파일은 날짜별로 정렬되고 중복을 방지하기 위해 유일한 이름이 지정됩니다.","Imported files will be sorted by date and given a unique name.":"가져온 파일은 날짜별로 정렬되고 유일한 이름이 지정됩니다.","Importing %{name}…":"%{name} 가져오기 중…","Importing files to originals…":"오리지널에 가져 오는중…","in":"in","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"예상한 사진이 누락된 경우 라이브러리를 다시 검색하고 색인 생성이 완료될 때까지 기다리십시오.","Index":"색인","Indexing":"색인중","Indexing failed":"색인 실패","Indexing media and sidecar files…":"미디어 및 사이드카 파일 색인중…","Instance ID":"인스턴스 ID","Interval":"간격","Invalid date":"잘못된 날짜","Italian":"이탈리아어","Item":"아이템","Japanese":"일본어","JPEG Quality: %{n}":"JPEG 품질: %{n}","JPEG Size Limit: %{n}px":"JPEG 크기 제한: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG 파일과 썸네일은 필요에 따라 자동으로 렌더딩 됩니다.","Keywords":"키워드","Korean":"한국어","Kurdish":"쿠르드어","Label":"라벨","Labels":"라벨","Labels deleted":"라벨 삭제됨","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: 디테일 보존, 최소한의 인공물","Language":"언어","Last Backup":"마지막 백업","Latitude":"위도","Lavender":"라벤더색","Lens":"렌즈","Let us know when we mistakenly label an idea as unfunded.":"아이디어에 자금이 지원되지 않는 것으로 잘못 레이블이 지정되면 알려주십시오.","Library":"라이브러리","License":"라이센스","Like":"좋아요","Lime":"라임색","Limit reached, showing first %{n} files":"한도에 도달하여 처음 %{n} 파일을 표시합니다","Linear: Very Smooth, Best Performance":"Linear: 매우 부드럽고 최고의 성능","Link":"링크","List":"리스트","Live":"라이브","Local Time":"현지 시간","location":"위치","Location":"위치","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"PhotoPrism이 깨진 파일을 발견하거나 다른 잠재적인 문제가 있을 때마다 로그 메시지가 여기에 나타납니다.","Login":"로그인","Logout":"로그아웃","Logs":"로그","Longitude":"경도","Magenta":"마젠타색","Main Color":"주요 색깔","manual":"수동","Manual Upload":"수동 업로드","Marker":"마커","Medium":"중간","Merge %{a} with %{b}?":"%{a}을 %{b}과(를) 병합하시겠습니까?","Message sent":"매시지 보냄","Minimize":"최소화","Missing":"누락됨","Moments":"나의 순간","Monochrome":"단색","Month":"달","Moonlight":"월광","More than %{n} pictures found":"사진을 %{n}개 이상 찾았습니다.","More than 20 albums found":"20개이상의 앨범을 발견함","More than 20 labels found":"20개이상의 라벨을 발견함","More than 20 people found":"20명 이상 찾았습니다.","Mosaic":"모자이크","Most relevant":"가장 관련성이 높은","Move Files":"파일 이동하기","Name":"이름","Name too long":"이름이 너무 깁니다","Never":"안함","New":"신규","New Password":"새로운 비밀번호","Newest first":"날짜 오름차 순","No":"아니요","No albums found":"앨범이 없습니다","No labels found":"라벨이 없습니다","No people found":"사람이 없습니다","No pictures found":"사진이 없습니다","No recently edited pictures":"최근에 편집한 사진이 없습니다","No servers configured.":"구성된 서버가 없습니다.","No thanks":"아니요, 괜찮습니다","No warnings or error containing this keyword. Note that search is case-sensitive.":"이 키워드를 포함하는 경고 또는 오류가 없습니다. 검색은 대소문자를 구분합니다.","Non-photographic and low-quality images require a review before they appear in search results.":"사진이 아닌 저품질 이미지는 검색 결과에 표시되기 전에 검토가 필요합니다.","None":"없음","Norwegian":"노르웨이어","Not Found":"찾을 수 없음","Note you may manually manage your originals folder and importing is optional.":"원본 폴더를 수동으로 관리할 수 있으며 가져오기는 선택 사항입니다.","Note:":"노트:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"주의: Nextcloud 또는 PhotoPrism와 같은 WebDAV서버만 백업 및 파일 업로드를 위한 원격 서비스로 구성할 수 있습니다.","Note: Updating the password will not revoke access from already authenticated users.":"참고: 비밀번호를 업데이트해도 이미 인증된 사용자의 액세스 권한은 취소되지 않습니다.","Notes":"노트","Nothing to see here yet. Be patient.":"아직 볼 것이 없습니다. 인내심을 가지세요.","Offline":"오프라인","Oldest first":"날짜 내림차 순","Once a week":"일주일에 한 번","One album found":"1개 앨범 찾음","One file found":"1개 파일 찾음","One folder found":"1개 폴더 찾음","One label found":"라벨 1개를 찾았습니다.","One person found":"한 사람이 발견됨","One picture found":"사진 1장 발견","Onyx":"오닉스색","Options":"옵션","Orange":"주황색","Orientation":"방향","Original":"오리지널","Original file names will be stored and indexed.":"원본 파일 이름은 저장하고 색인됩니다.","Original Name":"원본 이름","Originals":"오리지널","Other":"다른","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"우리의 비전은 사진 컬렉션을 탐색, 구성 및 공유하기 위한 가장 사용자 친화적인 솔루션을 제공하는 것입니다.","Outdoor":"아웃도어","Panorama":"파노라마","Panoramas":"파노라마","Password":"비밀번호","Password changed":"비밀번호 변경됨","People":"사람","People you share a link with will be able to view public contents.":"링크를 공유한 사람들은 공개 콘텐츠를 볼 수 있습니다.","Permanently deleted":"영구 삭제됨","Permanently remove files to free up storage.":"파일을 영구적으로 제거하여 저장 공간을 확보하십시오.","Photo":"사진","PhotoPrism has been updated…":"PhotoPrism 업데이트되었습니다…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® 은 Michael Mayer의 등록 상표입니다.","Photos":"사진","Pink":"분홍색","Place":"장소","Place & Time":"장소 & 시간","Places":"장소","Play":"재생","Please confirm your new password.":"새 비밀번호를 확인하세요.","Please contact us at hello@photoprism.app if you have questions or need help.":"질문이 있거나 도움이 필요하면 hello@photoprism.app으로 문의하십시오.","Please don't upload photos containing offensive content.":"불쾌감한 콘텐츠 포함된 사진을 업로드하지 마십시오.","Polish":"폴란드어","Portrait":"초상","Português de Portugal":"포르투갈 드 포르투갈","Preserve filenames":"파일 이름 보류","Press button to start importing…":"가져오기를 시작하려면 버튼을 누르세요…","Press button to start indexing…":"색인을 시작하려면 버튼을 누르세요…","Press enter to create a new album.":"새 앨범을 만들려면 Enter 키를 누르세요.","Preview":"미리보기","Primary":"주요","Private":"비공개","Product Feedback":"제품 피드백","Projection":"투사","Purple":"보라색","Quality Filter":"품질 필터","Quality Score":"품질 점수","Random":"랜덤","Raspberry":"라즈베리색","Raw":"원시","RAW":"날것의","RAW Conversion":"RAW 변환","Re-index all originals, including already indexed and unchanged files.":"이미 인덱싱되고 변경되지 않은 파일을 포함하여 모든 원본을 다시 인덱싱합니다.","Read-Only Mode":"읽기 전용 모드","Recently added":"최근 추가됨","Recently edited":"최근 편집됨","Recognition starts after indexing has been completed.":"인덱싱이 완료된 후 인식이 시작됩니다.","Recognized":"인정","Recognizes faces so that specific people can be found.":"특정 사람을 찾을 수 있도록 얼굴을 인식합니다.","Red":"빨간색","Reload":"새로고침","Reloading…":"새로고침 중…","Remote Sync":"원격 동기화","Remove":"제거","remove failed: unknown album":"제거 실패 - 잘못된 앨범","Remove from album":"앨범에서 제거","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"가져온 파일을 제거하여 저장 공간을 절약하십시오. 지원되지 않는 파일 형식은 삭제되지 않으며 현재 위치에 남아 있습니다.","Report Bug":"버그 신고하기","Request failed - invalid response":"요청 실패 - 잘못된 응답","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"실버 및 골드 스폰서가 승인한 요청은 골든 라벨을 받고 우선 순위가 지정됩니다.","Required":"필수","Resolution":"해상도","Restore":"복원","Retype Password":"비밀번호 다시 입력","Review":"리뷰","Russian":"러시아어","Save":"저장","Scan":"스켄","Scans":"스켄","Search":"검색","Search and display photos on a map.":"검색하고 지도에서 시진을 표시합니다.","Season":"계절","Seaweed":"해초","Secret":"비밀","Select":"선택","Select albums or create a new one":"앨범을 선택하거나 새 앨범을 만듭니다","Selection approved":"선택 항목 승인됨","Selection archived":"선택 항목 보관됨","Selection restored":"선택 항목 복원됨","Send":"보내기","Sequential Name":"순차 이름","Server":"서버","Service URL":"서비스 URL","Settings":"설정","Settings saved":"설정 저장됨","Setup":"설치","Shadow":"그림자","Share":"공유","Share %{name}":"%{name} 공유하기","Shared with you.":"나와 공유됨.","Show":"보이기","Show all new faces":"모든 새 얼굴 표시","Show hidden":"숨김 표시","Show less":"덜 보여","Show Library in navigation menu.":"탐색 메뉴에 라이브러리를 표시합니다.","Show more":"더 보여","Show server logs in Library.":"라이브러리에 서버 로그를 표시합니다.","Shows more detailed log messages. Requires a restart.":"더 자세한 로그 메시지를 표시합니다. 다시 시작해야 합니다.","Sidecar":"사이드카","Sign in":"등록","Sign Up":"회원가입","Similar":"비슷한","Size":"크기","Slovak":"슬로바키아어","Slow":"느림","Sort by file name":"파일 이름별 정렬","Sort Order":"정렬 방법","Source":"소스","Spanish":"스페인어","Stack":"스택","Stack files sharing the same unique image or instance identifier.":"동일한 고유 이미지 또는 인스턴스 식별자를 공유하는 스택 파일.","Stack pictures taken at the exact same time and location based on their metadata.":"메타데이터를 기반으로 정확히 같은 시간과 위치에서 찍은 사진을 쌓습니다.","Stackable":"스택 할 수 있슴","Stacks":"스택","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"참조 프레임은 유사하지만 품질, 형식, 크기 또는 색상이 다른 그룹 파일을 스택합니다.","Start":"시작","Start/Stop Slideshow":"슬라이드쇼 시작/중지","States":"상태","Static Size Limit: %{n}px":"스태틱 크지 제한: %{n}px","Status":"상태","Storage Folder":"저장 폴더","Streets":"거리","Style":"스타일","Subject":"주제","Support for additional services, like Google Drive, will be added over time.":"Google 드라이브와 같은 추가 서비스에 대한 지원은 시간이 지남에 따라 추가됩니다.","Sync":"동기화","Sync raw and video files":"원시 사진과 동영상 파일을 동기화하기","Taken":"찍음","Teal":"암녹색","Text too long":"텍스트는 너무 긴다","Thank you very much!":"매우 감사합니다!","The index currently contains %{n} hidden files.":"현재 색인에서 %{n}개의 숨겨진 파일이 있습니다.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"로드맵은 진행 중인 작업, 테스트가 필요한 항목, 다음에 구현될 기능 요청을 보여줍니다.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"형식이 지원되지 않을 수 있고, 아직 JPEG 형식으로 변환되지 않았거나 중복이 있을 수 있습니다.","Theme":"테마","This is an early-access feature to say thanks to our sponsors and contributors.":"이것은 우리의 후원자와 기여자에게 감사의 말을 전하는 초기 액세스 기능입니다.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"이렇게 하면 원본 폴더가 네트워크 드라이브로 마운트되고 컴퓨터나 스마트폰에서 파일을 로컬에 있는 것처럼 열고 편집하고 삭제할 수 있습니다.","This open-source project is made possible thanks to our sponsors.":"이 오픈 소스 프로젝트는 후원자 덕분에 가능했습니다.","Thumbnail Generation":"썸내일 생성","Time UTC":"표준 시간대","Time Zone":"시간대","Title":"주제","Title too long":"주제 너무 긴다","to":"~","Toggle View":"보기형식 변경","Token":"토큰","Topographic":"지형","Trademarks":"상표","Try again using other filters or keywords.":"다른 필터 또는 키워드를 사용하여 다시 시도하십시오.","Type":"종류","Undo":"실행 취소","Unique ID":"유일 ID","Unknown":"알 수 없는","Unsorted":"정렬되지 않음","Unstack":"스택 해제","Updated":"업로드됨","Updating faces":"얼굴 업데이트","Updating index":"색인을 업데이트 중","Updating moments":"\"나의 순간\" 업데이트 중","Updating previews":"미리보기 업데이트","Updating stacks":"스택을 업데이트 중","Upload":"업로드","Upload complete":"업로드 완료","Upload complete. Indexing…":"업로드 완료. 색인중…","Upload failed":"업로드 실패","Upload local files":"로컬 파일 업로드","Upload to WebDAV and share links with friends.":"WebDAV에 업로드하고 친구와 링크로 공유합니다.","Uploading %{n} of %{t}…":"%{t} 중 %{n} 업로드 중…","Uploading photos…":"사진 업로드중…","Uploads that may contain such images will be rejected automatically.":"이러한 이미지가 포함될 수 있는 업로드는 자동으로 거부됩니다.","URL":"URL","Use Presets":"사전 설정 사용","User":"사용자","User Interface":"사용자 인터페이스","Username":"사용자 이름","Video":"동영상","Videos":"동영상","View":"보기","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Patreon 또는 GitHub 스폰서에 가입할 때 활성화하는 방법을 알려드리겠습니다.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV 클라이언트는 다음 URL을 사용하여 PhotoPrism에 연결할 수 있습니다:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV 클라이언트 (예: 마이코로소프트 Windows Explorer 또는 애플 Finder) 직접적으로 PhotoPrism에 연결할 수 있습니다.","WebDAV Upload":"WebDAV 업로드","White":"백색","Year":"년","Yellow":"황색","Yellowstone":"옐로스톤","Yes":"네","You can only download one album":"하나의 앨범 만 다운로드할 수 있습니다","You can only download one label":"하나의 라벨 만 다운로드할 수 있습니다","You may only select one item":"하나의 아이템 선택할 수 있습니다","You may rescan your library to find additional faces.":"추가 얼굴을 찾기 위해 라이브러리를 다시 검색할 수 있습니다.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"귀하는 교육 목적으로 당사 소프트웨어를 설명하고 자체 서버를 실행하는 데 필요한 대로 사용할 수 있지만 사전 서면 허가 없이 상업 상품, 제품 또는 서비스를 제공할 수 없습니다. 즉, 물어보십시오.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"귀하의 지속적인 지원은 운영 비용을 지원하고 위성 지도와 같은 서비스를 제공하며 새로운 기능을 개발하는 데 도움이 됩니다.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"라이브러리는 지속적으로 분석되어 특별한 순간, 여행 및 장소의 앨범을 자동으로 생성합니다.","Your message has been sent":"당신의 메시지가 전송되었습니다","Zoom in/out":"확대/축소"},"ku":{"%{n} albums found":"ئەلبوم دۆزرایەوە %{n}","%{n} files uploaded":"%{n} پەڕگە بارکرا","%{n} folders found":"%{n} بوخچە دۆزرایەوە","%{n} labels found":"%{n} پێناس دۆزرایەوە","%{n} people found":"%{n} kes hatin dîtin","%{n} pictures found":"%{n} wêne hatin dîtin","1 hour":"١ کاتژمێر","12 hours":"١٢ کاتژمێر","4 hours":"٤ کاتژمێر","A click will copy it to your clipboard.":"کرتەیەک کۆپی دەکاتە کلیپ بۆردەکەت","About":"دەربارە","Account":"هەژمار","Accuracy":"وردبینی","Action":"کردار","Actions":"کردارەکان","Add Album":"زیادکردنی ئەلبوم","Add files to your library via Web Upload.":"زیادکردنی پەڕگەکان بۆ کتێبخانەکەت لەڕێگای بارکردنی وێب.","Add Link":"زیادکردنی بەستەرە","Add pictures from search results by selecting them.":"Bi hilbijartina wan wêneyan ji encamên lêgerînê zêde bikin.","Add Server":"زیادکردنی راژە","Add to album":"زیادکردن بۆ ئەلبوم","Added":"زیادکرا","Advanced":"پێشکەوتوو","After 1 day":"دوای ١ ڕۆژ","After 3 days":"دوای ٣ ڕۆژ","After 7 days":"دوای ٧ ڕۆژ","After one month":"دوای ١ مانگ","After one year":"دوای ١ ساڵ","After selecting pictures from search results, you can add them to an album using the context menu.":"Piştî hilbijartina wêneyên ji encamên lêgerînê, hûn dikarin wan bi karanîna menuya naverokê li albûmê zêde bikin.","After two months":"دوای ٢ مانگ","After two weeks":"دوای ٢ هەفتە","Album":"ئەلبوم","Album Name":"ناوی ئەلبوم","Albums":"ئەلبومەکان","Albums deleted":"ئەلبومەکان سڕانەوە","All %{n} albums loaded":"هەموو %{n} ئەلبومەکان بارکرا","All %{n} labels loaded":"هەموو %{n} پێناسەکان بارکرا","All %{n} people loaded":"Hemû %{n} kes bar kirin","All Cameras":"هەموو کامێراکان","All Categories":"هەموو هاوپۆلەکان","All Colors":"هەموو رەنگەکان","All Countries":"هەموو وڵاتەکان","All fields are required":"هەموو خانەکان پێویستە","All files from import folder":"هەموو پەڕگەکان لە بوخچەی هاوردەکردن","All Lenses":"هەموو لێنزەکان","All Months":"هەموو مانگەکان","All originals":"هەموو ڕەسەنەکان","All Years":"هەموو ساڵەکان","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"لە جیاتی ئەوە، دەتوانیت ڕاستەوخۆ پەڕگەکان باربکەیتە سەر ڕاژەی WebDAV وەک Nextcloud.","Altitude":"هێڵی درێژی","Altitude (m)":"بەرزی (m)","An error occurred - are you offline?":"هەڵەیەک ڕوویدا - ئایا ئۆفلاینیت؟","Animation":"ئەنیمەیشن","Any private photos and videos remain private and won't be shared.":"هەر فۆتۆ و ڤیدیۆیەکی تایبەت بە تایبەتی دەمێنێتەوە و هاوبەش ناکرێت.","API Key":"API کلیلی","Apply":"به‌کاربردن","Approve":"په‌سه‌ندکردن","Archive":"ئەرشیف","Archived":"ئەرشیفکراو","Are you sure you want to archive the selection?":"ئایا دڵنیایت لەوەی دەتەوێت ئەم دیاریکردنە ئەرشیف بکەیت؟","Are you sure you want to delete these albums?":"دڵنیایت لەوەی دەتەوێت ئەم ئەلبومانە بسڕیتەوە؟","Are you sure you want to delete these labels?":"دڵنیایت لەوەی دەتەوێت ئەم پێناسانە بسڕیتەوە؟","Are you sure you want to delete this account?":"دڵنیایت لەوەی دەتەوێت ئەم هەژمارانە بسڕیتەوە؟","Are you sure you want to permanently delete these pictures?":"ئایا دڵنیایت لەوەی دەتەوێت ئەم وێنانە بە هەمیشەیی بسڕیتەوە؟","Are you sure you want to permanently delete this file?":"ئایا دڵنیایت لەوەی دەتەوێت بە هەمیشەیی ئەم پەڕگەیە بسڕیتەوە؟","Artist":"هونەرمەند","Aspect Ratio":"ڕێژەی ڕوو","At least 6 characters.":"بەلایەنی کەمەوە 6 نووسە","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"دروستکردنی JPEGs بە شێوەیەکی خودکارانە بۆ جۆرەکانی تری پەڕگە بۆ ئەوەی نیشان بدرێت لە وێبگەڕەکە.","Automatically creates albums of special moments, trips, and places.":"Bixweber albûmên demên taybetî, rêwîtî û deveran diafirîne.","Become a sponsor":"Bibe sponsor","Bio":"Bio","Black":"ڕەش","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos Modification, Less Ringing Artifacts","Blue":"شین","Brazilian Portuguese":"بەڕازیلی پرتوگالی","Brown":"قاوەیی","Browse and edit image classification labels.":"گەڕان و بژارکردنی ناونیشانەکانی پۆلێنکردنی وێنە.","Browse indexed files and folders in Library.":"گەڕان لە پەڕگە وبوخچە نوانەدارەکان لە کتێبخانە.","Bug Report":"راپۆرتی هەڵە","Busy, please wait…":"سەرقاڵە، تکایە چاوەڕێکە...","Calendar":"ڕۆژمێر","Camera":"کامێرا","Camera Serial":"زنجیرەی کامێرا","Can't load more, limit reached":"ناتوانێت زیاتر بار بکات، گەیشتە سنوور","Can't select more items":"ناتوانێت ئایتمی زیاتر دیاری بکات","Cancel":"هه‌ڵوه‌شاندنه‌وه","Cards":"کارتەکان","Category":"هاوپۆله‌كان","Change":"گۆڕانکاری","Change photo titles, locations, and other metadata.":"Sernivîsên wêneyan, cîh û metadata din biguherînin.","Change private flag":"گۆڕینی نیشانەنوێنی تایبەت","Checked":"پشکنرا","Chinese Simplified":"چینی ئاسایی","Chinese Traditional":"چینی نەریتی","Chroma":"کرۆم","Close":"داخستن","Codec":"Codec","Color":"ڕەنگ","Colors":"ڕەنگەکان","Complete Rescan":"پشکنینەوەی تەواو","Confidence":"دڵنیایی","Connect":"بەستنەوە","Connect via WebDAV":"بەستنەوە بە WebDAV","Contact Us":"پەیوەندیمان پێوە بکە","Contains %{n} pictures.":"%{n} wêneyan dihewîne.","Contains one picture.":"Yek wêneyek dihewîne.","Convert to JPEG":"گۆڕین بۆ JPEG","Converting":"گۆڕین","Copied to clipboard":"کۆپی کرایە کلیپ بۆرد","Copyright":"مافی لەبەرگرتنەوە","Couldn't find anything.":"هیچ شتێک نەدۆزرایەوە.","Country":"وڵات","Create album":"دروستکردنی ئەلبوم","Created":"دروستکرا","Creating thumbnails for":"دروستکردنی وێنۆچکە بۆ","Cubic: Moderate Quality, Good Performance":"سێجا: کوالێتی مامناوەند، ئەدای باش","Current Password":"تێپەڕەوشەی ئێستا","Customer Support":"پاڵپشتی کڕیار","Cyan":"شینی ئاسمانی","Cyano":"Cyano","Czech":"چیکی","Daily":"ڕۆژانە","Danish":"دانیمارکی","Day":"ڕۆ‌ژ","Debug Logs":"تۆماری هەڵەکان","Default":"بنه‌ڕه‌ت","Default Folder":"بوخچەی بنه‌ڕه‌تی","Delete":"سڕینەوە","Description":"وه‌سفکردن","Detailed instructions can be found in our User Guide.":"ڕێنمایی ورد دەتوانرێت بدۆزرێتەوە لە ڕێبەری بەکارهێنەرەکەمان.","Details":"زانیاری زیاتر","Dimensions":"ڕەهەندەکان","Disable Backups":"ناچالاککردنی پاڵپشتەکان","Disable built-in WebDAV server. Requires a restart.":"ناچالاککردنی ڕاژەکاری چەسپاوی WebDAV. پێویستی بە دەستپێکردنەوە هەیە.","Disable Darktable":"Darktable neçalak bike","Disable ExifTool":"ExifTool لە کاربخە","Disable FFmpeg":"FFmpeg asteng bike","Disable Places":"لەکارخستنی شوێنەکان","Disable RawTherapee":"RawTherapee neçalak bike","Disable TensorFlow":"لەکاربخە TensorFlow","Disable WebDAV":"لەکاربخە WebDAV","Disabled":"ناچالاککراوە","Disables reverse geocoding and maps.":"جیوکۆدکردن و نەخشەکان ناچالاک بە.","Discover":"دۆزینەوە","Don't backup photo and album metadata to YAML files.":"پاڵپشتی مێتاداتای وێنە و ئەلبوم مەکە بە پەڕگەی YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"پەڕگەکانی ExifToolی JSON دروست مەکە بۆ دەرهێنانی مێتاداتای باشکراو.","Don't modify originals folder. Disables import, upload, and delete.":"بوخچەی رەسەنەکان هەموار مەکە. هاوردەکردن، بارکردن و سڕینەوە لە کاربخە.","Don't transcode videos with FFmpeg.":"Vîdyoyan bi FFmpeg re transkod nekin.","Don't use Darktable to convert RAW files.":"Ji bo veguheztina pelên RAW Darktable bikar neynin.","Don't use RawTherapee to convert RAW files.":"RawTherapee bikar neynin ku pelên RAW veguherînin.","Don't use TensorFlow for image classification.":"TensorFlow بەکارمەهێنە بۆ پۆلێنکردنی وێنە.","Donations":"بەخشینەکان","Done":"تەواوبوو","Done.":"تەواوبوو.","Download":"داگرتن","Download remote files":"داگرتنی پەڕگە دوورەکان","Download single files and zip archives.":"داگرتنی فایلە تاکەکان و ئەرشیفی زیپ.","Downloading…":"دادەگیرێت…","Downscaling Filter":"فلتەری کەمکردنەوە","Duplicates will be skipped and only appear once.":"دووبارەکراوەکان تێپەڕدەبن و تەنها یەک جار دەردەکەون.","Dutch":"هۆڵەندی","Dynamic Previews":"پێشبینینی دینامیکی","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"پێڕدانی دینامیکی پێویستی بە ڕاژەکاری بەهێز هەیە. پێشنیار نەکراوە بۆ ئامێرەکانی NAS.","Dynamic Size Limit: %{n}px":"سنوورداری قەبارەی دینامیکی: %{n}px","E-Mail":"ئیمەیڵ","Edit":"دەستکاری","Edit %{name}":"دەستکاری %{name}","Edit Account":"دەستکاریکردنی هەژمار","Edit Photo":"دەستکاریکردنی فۆتۆ","Edited":"دەستکاریکرا","Enable new features currently under development.":"چالاککردنی تایبەتمەندیە نوێکان کە لە ئێستادا لە ژێر گەشەپێداندان.","Enabled":"چالاکە","Enables RAW converter presets. May reduce performance.":"Pêşdibistanên veguheztina RAW çalak dike. Dibe ku performans kêm bike.","English":"ئینگلیزی","Errors":"هەڵەکان","Estimate the approximate location of pictures without coordinates.":"خەمڵاندنی شوێنی نزیکەی وێنەکان بەبێ کۆردیناتەکان.","Estimates":"خەمڵاندنەکان","Every two days":"هەموو دوو ڕۆژ جارێ","Exclude content marked as private from search results, shared albums, labels, and places.":"Ji encamên lêgerînê, albûmên hevbeş, etîket û deveran naveroka ku wekî taybet hatî nîşankirin derxînin.","Exclude hidden":"Veşartî derxînin","Expand":"فراوانکردن","Expand Search":"فراوانکردنی گەڕان","Experimental Features":"تایبەتمەندیە ئەزموونیەکان","Expires":"بەسەرچووەکان","Exposure":"دەرخستن","F Number":"ژمارەی F","Face":"Rû","Faces":"Rûyên","Failed copying to clipboard":"کۆپیکردن بۆ کلیپ بۆرد شکستی هێنا","Failed removing link":"لابردنی بەستەرەکە شکستی هێنا","Failed updating link":"نوێکردنەوەی بەستەرەکە شکستی هێنا","Failure while importing uploaded files":"شکست لەکاتی هێنانی پەڕگە بارکراوەکان","Fast":"خێرا","Favorite":"دڵخواز","Favorites":"دڵخوازەکان","Feature Request":"داواکردنی تایبەتمەندی","Feedback":"ڕەخنە و پێشنیار","File":"پەڕگە","File Browser":"گەڕۆکی پەڕگە","Files":"پەڕگەکان","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"پەڕگەکان بە ناوی زنجیرەیی وەک 'IMG_1234 (2)' و 'IMG_1234 (3)' هی هەمان وێنەن.","Focal Length":"Focal Length","Folder":"بوخچە","Folder contains %{n} files":"بوخچە %{n} پەڕگەی تێدایە","Folder is empty":"بوخچەکە بەتاڵە","Folders":"بوخچەکان","French":"فەڕەنسی","Fullscreen":"پڕاوپڕ بەشاشە","General":"گشتی","German":"ئەڵمانی","Gold":"ئاڵتون","Grayscale":"گرەیسکەیڵ","Green":"سەوز","Grey":"ڕەساسی","Group by similarity":"گروپکردن بە پێی هاوشێوەیی","Hash":"هاش","Hebrew":"عبری","Help":"یارمەتی","Hidden":"شاراوە","Hidden Files":"پەڕگە شاراوەکان","Hide":"Veşartin","Hide photos that have been moved to archive.":"شاردنەوەی ئەو فۆتۆیانەی کە گواستراوەتەوە بۆ ئەرشیف.","Hindi":"هیندی","How can we help?":"چۆن ئەتوانین یارمەتیت بدەین؟","Hybrid":"دووڕەگ","I'm a sponsor":"من سپۆنسەرم","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Ger hûn ji karanîna PhotoPrism kêfê digirin, ji kerema xwe pişta me bidin ser Patreon an Spitorên GitHub.","image":"وێنە","Image":"وێنە","Images":"وێنەکان","Import":"هاوردن","Import failed":"هاوردن شکستی هێنا","Imported files will be sorted by date and given a unique name to avoid duplicates.":"پەڕگە هاوردەکان بەپێی بەروار پۆلێن دەکرێت و ناوی بێهاوتای بۆ دادەندرێت بۆی پەڕگەی دووبارە بوونی نەبێت.","Imported files will be sorted by date and given a unique name.":"پەڕگە هاوردەکان بەپێی بەروار پۆلێن دەکرێت و ناوی بێهاوتای پێ دەدرێت.","Importing %{name}…":"هاوردنی %{name}…","Importing files to originals…":"هێنانی پەڕگەکان بۆ ڕەسەنەکان...","in":"لە","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Ger wêneyên ku hûn li bendê ne wenda nebin, ji kerema xwe pirtûkxaneya xwe ji nû ve şeh bikin û li bendê bimînin heya ku indexing qediya.","Index":"نیشاندەر","Indexing":"نیشانەسازی","Indexing failed":"نیشانەسازی شکستی هێنا","Indexing media and sidecar files…":"پێڕستکردنی پەڕگەکانی میدیا و لاتەنیشتەکان...","Instance ID":"IDـی نموونە","Interval":"ماوە","Invalid date":"بەروارێکی نادروست","Italian":"ئیتاڵی","Item":"ئایتم","Japanese":"یابانی","JPEG Quality: %{n}":"کوالیتی JPEG: %{n}","JPEG Size Limit: %{n}px":"سنووری قەبارەی JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG و وێنە بچووکەکان بە شێوەیەکی خودکارانە بە پێێ پێویست پیشان دەدرێن.","Keywords":"کلیلەوشەکان","Korean":"کۆری","Kurdish":"Kurdî","Label":"پێناس","Labels":"پێناسەکان","Labels deleted":"پێناسەکان سڕایەوە","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Detail Preservation, Minimal Artifacts","Language":"زمان","Last Backup":"کۆتا پاڵپشت","Latitude":"هێڵی پانیی","Lavender":"ئەرخەوان","Lens":"لێنز","Let us know when we mistakenly label an idea as unfunded.":"Dema ku em bi xeletî ramanek wekî nefandî binav dikin bila me agahdar bikin.","Library":"کتێبخانە","License":"مۆڵەت","Like":"بەدڵمە","Lime":"قسڵ","Limit reached, showing first %{n} files":"سنوور گەیشتن، یەکەمین ٪{n} پەڕگە پیشان دەدات","Linear: Very Smooth, Best Performance":"Linear: Very Smooth, Best Performance","Link":"بەستەر","List":"خشتە","Live":"زیندوو","Local Time":"کاتی ناوخۆیی","location":"ناونیشان","Location":"ناونیشان","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"لۆگ مەسجەکان لێرە دەردەکەون هەرکاتێک فۆتۆپریزم لەگەڵ فایلی شێواو بەرکەوتنی هەبوو ، یان کێشەی شاراوەی تر بوونی هەبوو.","Login":"چوونە ژوورەوە","Logout":"چوونە دەرەوە","Logs":"تۆماری لۆگەکان","Longitude":"درێژی","Magenta":"ئەرخەوانی","Main Color":"ڕەنگی سەرەکی","manual":"دەستی","Manual Upload":"بارکردنی دەستی","Marker":"Nîşan","Medium":"مامناوەند","Merge %{a} with %{b}?":"Bi %{b} re bi %{b} re bibe yek?","Message sent":"پەیامەکە گەیەندرا","Minimize":" بچووک کردنەوە ","Missing":"بزر","Moments":"ساتەکان","Monochrome":"Monochrome","Month":"مانگ","Moonlight":"تیشکی مانگ","More than %{n} pictures found":"Zêdetirî %{n} wêne hatin dîtin","More than 20 albums found":"زیاتر لە ٢٠ ئەلبوم دۆزرایەوە","More than 20 labels found":"زیاتر لە ٢٠ پێناس دۆزرایەوە","More than 20 people found":"Zêdetirî 20 kes hatin dîtin","Mosaic":"موزایک","Most relevant":"گرنگترین","Move Files":"دۆسیەی زیاتر","Name":"ناو","Name too long":"ناوی زۆر درێژ","Never":"هەرگیز","New":"Nşh","New Password":"تێپەڕەوشەی نوێ","Newest first":"یەکەم تازەترین","No":"نەخێر","No albums found":"هیچ ئەلبومێکی نەدۆزیوەتەوە","No labels found":"هیچ پێناسێکی نەدۆزیوەتەوە","No people found":"Kes nehat dîtin","No pictures found":"Wêne nehatin dîtin","No recently edited pictures":"Wêneyên ku nû hatine guheztin tune","No servers configured.":"هیچ ڕاژەیەک سازنەدراوە","No thanks":"نەخێر سوپاس","No warnings or error containing this keyword. Note that search is case-sensitive.":"هیچ ئاگادارییەک یان هەڵەیەک نیە کە ئەم وشی لەخۆ گرتبێت. تێبینی بکە کە گەڕان هەستیارە (جیاکەرەوەی پیتە گەورە و چکۆلەکان).","Non-photographic and low-quality images require a review before they appear in search results.":"وێنە نافۆتۆگرافی و کوالێتی نزمەکان پێویستی بە پێداچونەوە هەیە پێش ئەوەی لە ئەنجامی گەڕاندا دەرکەون.","None":"هیچ","Norwegian":"نەرویجی","Not Found":"نەدۆزرایەوە","Note you may manually manage your originals folder and importing is optional.":"Têbînî ku hûn dikarin peldanka orîjînalên xwe bi destan birêve bibin û hinardekirin vebijarkî ye.","Note:":"تێبینی:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"تێبینی: تەنها ڕەژاکانی WebDAV، وەک Nextcloud یان PhotoPrism، دەتوانرێت وەک خزمەتگوزاریەکی دوور بۆ گەڕانەوەی پاڵپشت (باکئاپ) و دروستکردنی پاڵپشت ساز بکرێت.","Note: Updating the password will not revoke access from already authenticated users.":"تێبینی: نوێکردنەوەی تێپەڕەوشە دەستگەیشتن هەڵناوەشێ بۆ بەکارهێنەرە ڕێپێدراو.","Notes":"تێبینیەکان","Nothing to see here yet. Be patient.":"هێشتا هیچ شتێک نییە بۆ بینین لێرە. ئارام بگرە.","Offline":"ده‌رهێڵ","Oldest first":"یەکەم کۆنترین","Once a week":"جارێك لەهەفتەیەكدا","One album found":"یەك ئەلبوم دۆزرایەوە","One file found":"یەك دۆسیە دۆزرایەوە","One folder found":"یەك فۆڵدەر دۆزرایەوە","One label found":"Yek label hat dîtin","One person found":"Kesek hat dîtin","One picture found":"Yek wêne hat dîtin","Onyx":"Onyx","Options":"هەڵبژاردنەکان","Orange":"پرتەقاڵی","Orientation":"Orientation","Original":"ڕەسەن","Original file names will be stored and indexed.":"ناوی پەڕگە ڕەسەنەکان هەڵگیراون و نیشانە دەکرێن.","Original Name":"ناوی ڕەسەن","Originals":"ڕەسەنەکان","Other":"هی تر","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"دنیا بینیمان ئەوەیە کە زۆرترین چارەسەری بەکارهێنەر بۆ گەڕان و ڕێکخستن و هاوبەشکردنی کۆکراوەی فۆتۆ دابین بکەین.","Outdoor":"دەرەوە","Panorama":"پانۆراما","Panoramas":"پانۆراماکان","Password":"تێپەڕەوشە","Password changed":"تێپەڕەوشە گۆڕا","People":"خەڵك","People you share a link with will be able to view public contents.":"ئەو کەسانەی بەستەرێکی هاوبەشیان لەگەڵ دا دروست دەکەیت، توانای بینینی ناوەڕۆکە گشتیەکانی دەبێت.","Permanently deleted":"بە هەمیشەیی سڕاوەتەوە","Permanently remove files to free up storage.":"سڕینەوەی پەڕگەکان بە شێوەیەکی هەمیشەیی بۆ بەتاڵکردنی بیرگە.","Photo":"وێنە","PhotoPrism has been updated…":"فۆتۆپریزم نوێکرایەوە","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® دروشمی بازرگانی تۆمارکراوە بە ناوی Michael Mayer.","Photos":"وێنەکان","Pink":"پەمەی","Place":"شوێن","Place & Time":"شوێن و کات","Places":"شوێنەکان","Play":"بەگەڕ خستن","Please confirm your new password.":"تکایە وشە نهێنیە تازکەت پشتڕاستکەرەوە.","Please contact us at hello@photoprism.app if you have questions or need help.":"تکایە پەیوەندیمان پێوە بکە hello@photoprism.app ئەگەر پرسیارت هەیە یان پێویستیت بە یارمەتیە.","Please don't upload photos containing offensive content.":"تکایە ئەو وێنانە بار مەکە کە ناوەڕۆکی سووکایەتی لەخۆ دەگرن.","Polish":"پۆڵەندی","Portrait":"تابلۆ","Português de Portugal":"Português de Portugal","Preserve filenames":"پاراستنی ناوی پەڕگەکان","Press button to start importing…":"دوگمە دابگرە بۆ دەستکردن بە هێنان...","Press button to start indexing…":"دوگمە دابگرە بۆ دەست کردن بە پێنوێن کردن...","Press enter to create a new album.":"بۆ دروستکردنی ئەلبومێکی نوێ، Enter دابگرە.","Preview":"پێشبینین","Primary":"سەرەکی","Private":"تایبەتی","Product Feedback":"ڕەخنە و پێشنیار لە بەرهەم","Projection":"هەڵسەنگاندن","Purple":"مۆر","Quality Filter":"پاڵاوتنی جۆرایەتی","Quality Score":"جۆرایەتی تۆمار","Random":"هەڕەمەکی","Raspberry":"Raspberry","Raw":"خاو","RAW":"خاو","RAW Conversion":"گۆڕینی (Raw) خاو","Re-index all originals, including already indexed and unchanged files.":"دووبارە نیشانە (ئیندێکس) کردنی هەموو ڕەسەنەکان، بە فایلە نوانەدار و نەگۆڕاوەکانیشەوە.","Read-Only Mode":"دۆخی تەنها-خوێندنەوە","Recently added":"بەم دواییە زیادکرا","Recently edited":"بەم دواییە دەسکاریکرا","Recognition starts after indexing has been completed.":"Piştî ku endeksasyon qediya naskirin dest pê dike.","Recognized":"Nas kirin","Recognizes faces so that specific people can be found.":"Rûyan nas dike da ku mirovên taybetî bêne dîtin.","Red":"سور","Reload":"بارکردنەوە","Reloading…":"دووبارە بارکردن...","Remote Sync":"هاوکاتکردنی دوور","Remove":"سڕینەوە","remove failed: unknown album":"سڕینەوەکە سەرکەوتوو نەبوو: ئەلبومی نەناسراو","Remove from album":"Ji albûmê derxe","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"لابردنی پەڕگە هاوردەکان بۆ بەتاڵکردنی بیرگە. جۆرەکانی پەڕگەی پشتیوانی نەکراو هەرگیز ناسڕدرێتەوە، ئەوان لە شوێنی ئێستایان دەمێننەوە.","Report Bug":"تۆمارکردنی هەڵە","Request failed - invalid response":"داواکاریەکە سەرکەوتوو نەبوو - وەڵامە نادروستەکە","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Daxwazên ku ji hêla sponsorên zîv û zêr ve hatine pejirandin etîketek zêrîn werdigirin û dê bibin pêşîn.","Required":"پێویست","Resolution":"Resolution","Restore":"گەڕاندنەوە","Retype Password":"نوسینەوەی وشه‌ی تێپه‌ڕبوون","Review":"پێشبینین","Russian":"ڕووسی","Save":"پاشەکەوت","Scan":"پشکنین","Scans":"پشکنینەکان","Search":"گەڕان","Search and display photos on a map.":"گەڕان و پیشاندانی وێنەکان لەسەر نەخشە.","Season":"وەرز","Seaweed":"گژوگیای دەریایی","Secret":"نهێنی","Select":"دەستنیشانکردن","Select albums or create a new one":"ئەلبومەکان دەستنیشان بکە یان یەکێکی تازە دروست بکە","Selection approved":"دەستنیشان کراو پەسەند کرا","Selection archived":"دەستنیشان کراو ئەرشیفکرا","Selection restored":"دەستنیشان کراو گەڕێنرایەوە","Send":"ناردن","Sequential Name":"ناوی زنجیرەیی","Server":"ڕاژه‌كار","Service URL":"بەستەری خزمەتگوزاری","Settings":"ڕێکخستنەکان","Settings saved":"ڕێکخستنەکان پاشەکەوتکراو","Setup":"دایبەزێنە","Shadow":"سێبەر","Share":"هاوبەشکردن","Share %{name}":"هاوبەشیپێکردنی %{name}","Shared with you.":"هاوبەشیکرا لەگەڵ تۆ.","Show":"Rêdan","Show all new faces":"Hemî rûyên nû nîşan bidin","Show hidden":"Veşartî nîşan bide","Show less":"کەمتر ببینە","Show Library in navigation menu.":"پیشاندانی کتێبخانە لە لیستی ڕێنیشاندەری.","Show more":"زیاتر ببینە","Show server logs in Library.":"پیشاندانی لۆگەکانی ڕاژە لە کتێبخانە.","Shows more detailed log messages. Requires a restart.":"Peyamên têketinê yên bi detay nîşan dide. Ji nû ve destpêkirinê hewce dike.","Sidecar":"لاتەنیشت","Sign in":"چوونەژوورەوە","Sign Up":"چوونەدەرەوە","Similar":"وەکویەک","Size":"ڕووبەر","Slovak":"سلۆڤاکی","Slow":"خاو","Sort by file name":"جۆرەکەی بەپێی ناوی دۆسیە","Sort Order":"جۆری داواکاری","Source":"سەرچاوه","Spanish":"ئیسپانی","Stack":"کەڵەکە","Stack files sharing the same unique image or instance identifier.":"پەڕگە کەڵەککراوەکان هەمان وێنەی بێ هاوتا یان نمونەی ناسێنەریان هەیە.","Stack pictures taken at the exact same time and location based on their metadata.":"وێنەی کەڵەککراوەکان لەهەمان کات و شوێن دا گیراوە لەسەر بنەمای مێتاداتا.","Stackable":"کەڵەکەکراو","Stacks":"کەڵەکەکان","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"کەڵەکەکراوەکان کۆمەڵێ فۆتۆ لە سەر بنەمای هەمان ناوەڕۆک پێکەوە دەبەستێ بەڵام فۆتۆکان جیاوازن لە جۆرێتی، فۆرمات، قەبارە یان ڕەنگ.","Start":"ده‌ستپێك","Start/Stop Slideshow":"دەستپێکردن/وەستانی سلایدشۆ","States":"ولایەتەکان","Static Size Limit: %{n}px":"سنووری قەبارەی ستاتیک: %{n}px","Status":"دۆخ","Storage Folder":"پەڕگەی هەڵگرتن","Streets":"شەقامەکان","Style":"شێواز","Subject":"ناونیشان","Support for additional services, like Google Drive, will be added over time.":"پشتگیری بۆ خزمەتگوزاری تر وەک Google Drive، بە پێی کات زیاد دەکرێت.","Sync":"هاوکاتگەری","Sync raw and video files":"هاودەمکردنی فایلە خاوە ڤیدیۆکان","Taken":"وەرگیراو","Teal":"سەوزی شینباو","Text too long":"دەقی زۆر درێژ","Thank you very much!":"Gelek spas dikim!","The index currently contains %{n} hidden files.":"نوانەکە لە ئێستادا %{n} فایلی شاراوەی لەخۆ دەگرێت.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Nexşeya rê nîşan dide ka çi kar di pêş de ne, çi hewceyê ceribandinê ye, û kîjan daxwaznameyên taybetmendiyê di pêş de têne bicîh kirin.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"فۆرماتەکەیان لەوانەیە پشتگیری کراو نەبێت, هێشتا نەگۆڕدراوە بۆ JPEG یان لێکچووی دووبارەبوونی هەیە.","Theme":"ڕووکار","This is an early-access feature to say thanks to our sponsors and contributors.":"ئەمە تایبەتمەندیەکی زووە وەک سوپاسگوزارییەک بۆ سپۆنسەر و هاوبەشکاران.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"ئەمە فۆڵدەری ڕەسەنەکان وەک درایڤی ڕایەڵە هەڵدەکات و ڕێگەت پێدەدات فایلەکان لە کۆمپیوتەرەکەت یان مۆبایلەکە بکەیتەوە، بژاری بکەیت، یان بسڕیتەوە وەک ئەوەی کە خۆماڵی بن.","This open-source project is made possible thanks to our sponsors.":"Ev projeya çavkaniya vekirî bi saya sponsorên me gengaz e.","Thumbnail Generation":"دروستکردنی وێنۆچکە","Time UTC":"کات UTC","Time Zone":"ناوچەی کاتی","Title":"ناونیشان","Title too long":"ناونیشانی زۆر درێژ","to":"بۆ","Toggle View":"گۆڕینی رەوش بۆ بینین","Token":"تۆکن","Topographic":"تۆپۆگرافیک","Trademarks":"دروشمە بازرگانیەکان","Try again using other filters or keywords.":"دووبارە هەوڵ بدە بە بەکارهێنانی فلتەر یان وشەی تر.","Type":"جۆر","Undo":"Betal bike","Unique ID":"IDـی بێ هاوتا","Unknown":"نەزانراو","Unsorted":"پۆلێن نەکراوە","Unstack":"دەرهێنان لە کەڵەکە","Updated":"بارکرا","Updating faces":"Rûyên nûjen dikin","Updating index":"نوێکردنەوەی نیشانە","Updating moments":"نوێکردنەوەی ساتەکان","Updating previews":"Rojanekirina pêşdîtinan","Updating stacks":"نوێکردنەوەی کەڵەکەکان","Upload":"بارکردن","Upload complete":"بارکردنەکە تەواو","Upload complete. Indexing…":"بارکردن تەواو بوو. نیشانەکردن...","Upload failed":"بارکردنەکە سەرکەوتوو نەبوو","Upload local files":"بارکردنی فایلە ناوخۆییەکان","Upload to WebDAV and share links with friends.":"بارکردن بۆ WebDAV و هاوبەشکردنی بەستەرەکان لەگەڵ هاوڕێیانت.","Uploading %{n} of %{t}…":"بارکردنی %{n} لە %{t}…","Uploading photos…":"فۆتۆکان بار دەبن…","Uploads that may contain such images will be rejected automatically.":"بارکردنەکان کە لەوانەیە ئەم جۆرە وێنانە لەخۆە بگرێ بە شێوەیەکی خۆکار ڕەت دەکرێنەوە.","URL":"URL","Use Presets":"بەکارهێنانی پێش ڕێکخستنەکان","User":"بەکارهێنەر","User Interface":"بەکارهێنەری ڕووکار","Username":"ناوی بەکارهێنەر","Video":"ڤیدیۆ","Videos":"ڤیدیۆکان","View":"بینین","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"ئێمە پێت دەڵێین چۆن چالاکی بکەیت کاتێک خۆت تۆمار دەکەیت بۆ سپۆنسەری پاتریۆن یان گیت هاب.","WebDAV clients can connect to PhotoPrism using the following URL:":"ڕاژەخوازەکانی WebDAV دەتوانن پەیوەندی بکەن بە فۆتۆپریزمەوە بە بەکارهێنانی ئەم URLەی خوارەوە:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"ڕاژەخوازەکانی WebDAV، وەک Windows Explorer ی Microsoft یانFinderی Apple، دەتوانن ڕاستەوخۆ بە PhotoPrism ەوە ببەسترێنەوە.","WebDAV Upload":"WebDAV Upload","White":"سپی","Year":"ساڵ","Yellow":"زەرد","Yellowstone":"Yellowstone","Yes":"بەڵێ","You can only download one album":"تۆ تەنها دەتوانی یەك ئەلبوم داگریت","You can only download one label":"تۆ تەنها دەتوانی یەك پێناس داگریت","You may only select one item":"دەتوانیت تەنها یەک ئایتم دیاریبکەیت","You may rescan your library to find additional faces.":"Hûn dikarin pirtûkxaneya xwe ji bo dîtina rûyên zêde ji nû ve şeh bikin.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"دەتوانیت وەک پێویست بۆ وەسفکردنی سۆفتوێرەکەمان بەکاری بهێنیت، سێرڤەرەکەت بخەیتە کار، بۆ مەبەستی پەروەردەیی، بەڵام نەک بۆ پێشکەشکردنی کاڵا و بەرهەم یان خزمەتگوزاری بازرگانی بەبێ مۆڵەتی نووسراوی پێشوەخت. بە وتەیەکی تر تکایە پرسمان پێبکە.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Piştgiriya weya domdar ji me re dibe alîkar ku em lêçûnên xebitandinê fînanse bikin, karûbarên wekî nexşeyên satelîtê peyda bikin, û taybetmendiyên nû pêşve bixin.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Pirtûkxaneya we bi domdarî tê analîz kirin ku bixweber albumên demên taybetî, rêwîtî û deveran çêdike.","Your message has been sent":"پەیامەکەت گەیشت","Zoom in/out":"گەورەکردن/بچووکردن"},"nb":{"%{n} albums found":"%{n} album funnet","%{n} files uploaded":"%{n} filer lastet opp","%{n} folders found":"%{n} mapper funnet","%{n} labels found":"%{n} merkelapper funnet","%{n} people found":"%{n} personer ble funnet","%{n} pictures found":"%{n} bilder funnet","1 hour":"1 time","12 hours":"12 timer","4 hours":"4 timer","A click will copy it to your clipboard.":"Et klikk vil kopiere det til utklippstavlen.","About":"Om","Account":"Konto","Accuracy":"Nøyaktighet","Action":"Handling","Actions":"Handlinger","Add Album":"Legg til Album","Add files to your library via Web Upload.":"Legg til filer i biblioteket ditt ved hjelp av Nettopplasting.","Add Link":"Legg til Lenke","Add pictures from search results by selecting them.":"Legg til bilder fra søkeresultatene ved å velge dem.","Add Server":"Legg til Server","Add to album":"Legg til i album","Added":"Lagt til","Advanced":"Avansert","After 1 day":"Etter 1 dag","After 3 days":"Etter 3 dager","After 7 days":"Etter 7 dager","After one month":"Etter én måned","After one year":"Etter ett år","After selecting pictures from search results, you can add them to an album using the context menu.":"Etter at du har valgt bilder fra søkeresultatene, kan du legge dem til i et album ved hjelp av hurtigmenyen.","After two months":"Etter to måneder","After two weeks":"Etter to uker","Album":"Album","Album Name":"Albumnavn","Albums":"Album","Albums deleted":"Album slettet","All %{n} albums loaded":"Alle %{n} album lastet","All %{n} labels loaded":"Alle %{n} merkelapper innlest","All %{n} people loaded":"Alle %{n} personene er lastet inn","All Cameras":"Alle Kameraer","All Categories":"Alle Kategorier","All Colors":"Alle Farger","All Countries":"Alle Land","All fields are required":"Alle felter er nødvendige","All files from import folder":"Alle filer fra importmappe","All Lenses":"Alle Linser","All Months":"Alle Måneder","All originals":"Alle originaler","All Years":"Alle År","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativt kan du laste opp filene direkte til WebDAV-servere som Nextcloud.","Altitude":"Høyde","Altitude (m)":"Høyde (m)","An error occurred - are you offline?":"En feil oppstod - er du frakoblet?","Animation":"Animasjon","Any private photos and videos remain private and won't be shared.":"Eventuelle private bilder og videoer forblir private og vil ikke bli delt.","API Key":"API-nøkkel","Apply":"Bruk","Approve":"Godkjenn","Archive":"Arkivér","Archived":"Arkivert","Are you sure you want to archive the selection?":"Er du sikker på at du vil arkivere utvalget?","Are you sure you want to delete these albums?":"Er du sikker på at du vil slette disse albumene?","Are you sure you want to delete these labels?":"Er du sikker på at du vil slette disse merkelappene?","Are you sure you want to delete this account?":"Er du sikker på at du vil slette denne kontoen?","Are you sure you want to permanently delete these pictures?":"Er du sikker på at du vil permanent slette disse bildene?","Are you sure you want to permanently delete this file?":"Er du sikker på at du vil permanent slette denne filen?","Artist":"Kunstner","Aspect Ratio":"Sideforhold","At least 6 characters.":"Minst 6 tegn.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Automatisk lag JPEG-filer for andre filtyper slik at de kan vises i en nettleser.","Automatically creates albums of special moments, trips, and places.":"Oppretter automatisk album med spesielle øyeblikk, turer og steder.","Become a sponsor":"Bli sponsor","Bio":"Info","Black":"Svart","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos Modification, Less Ringing Artifacts","Blue":"Blå","Brazilian Portuguese":"Brasiliansk Portugisisk","Brown":"Brun","Browse and edit image classification labels.":"Bla gjennom og rediger merkelapper for bildeklassifisering.","Browse indexed files and folders in Library.":"Bla gjennom indekserte filer og mapper i Biblioteket.","Bug Report":"Feilmelding","Busy, please wait…":"Opptatt, vennligst vent…","Calendar":"Kalender","Camera":"Kamera","Camera Serial":"Kamera-serienummer","Can't load more, limit reached":"Kan ikke laste inn mer, grensen nådd","Can't select more items":"Kan ikke velge flere elementer","Cancel":"Avbryt","Cards":"Kort","Category":"Kategori","Change":"Endre","Change photo titles, locations, and other metadata.":"Endre fototitler, steder og andre metadata.","Change private flag":"Endre private flagg","Checked":"Krysset av","Chinese Simplified":"Kinesisk Forenklet","Chinese Traditional":"Kinesisk Tradisjonell","Chroma":"Kroma","Close":"Lukk","Codec":"Kodeks","Color":"Farge","Colors":"Farger","Complete Rescan":"Komplett Ny Skanning","Confidence":"Konfidens","Connect":"Koble til","Connect via WebDAV":"Koble til via WebDAV","Contact Us":"Kontakt Oss","Contains %{n} pictures.":"Inneholder %{n} bilder.","Contains one picture.":"Inneholder ett bilde.","Convert to JPEG":"Konvertere til JPEG","Converting":"Konverterer","Copied to clipboard":"Kopiert til utklippstavlen","Copyright":"Opphavsrett","Couldn't find anything.":"Kunne ikke finne noe.","Country":"Land","Create album":"Opprett album","Created":"Opprettet","Creating thumbnails for":"Oppretter miniatyrbilder for","Cubic: Moderate Quality, Good Performance":"Cubic: Moderate Quality, Good Performance","Current Password":"Nåværende Passord","Customer Support":"Kundeservice","Cyan":"Cyan","Cyano":"Cyano","Czech":"Tsjekkisk","Daily":"Daglig","Danish":"Dansk","Day":"Dag","Debug Logs":"Feilsøkingslogger","Default":"Standard","Default Folder":"Standardmappe","Delete":"Slett","Description":"Beskrivelse","Detailed instructions can be found in our User Guide.":"Detaljerte instruksjoner finner du i vår Brukerhåndbok.","Details":"Detaljer","Dimensions":"Størrelser","Disable Backups":"Deaktiver Sikkerhetskopi","Disable built-in WebDAV server. Requires a restart.":"Deaktiver innebygget WebDAV-server. Trenger omstart.","Disable Darktable":"Deaktiver Darktable","Disable ExifTool":"Deaktiver ExifTool","Disable FFmpeg":"Deaktiver FFmpeg","Disable Places":"Deaktiver Plasser","Disable RawTherapee":"Deaktiver RawTherapee","Disable TensorFlow":"Deaktiver TensorFlow","Disable WebDAV":"Deaktiver WebDAV","Disabled":"Deaktivert","Disables reverse geocoding and maps.":"Deaktiverer omvendt geokoding og kart.","Discover":"Utforsk","Don't backup photo and album metadata to YAML files.":"Ikke sikkerhetskopiere bilde- og albummetadata til YAML-filer.","Don't create ExifTool JSON files for improved metadata extraction.":"Ikke opprett ExifTool JSON-filer for forbedret metadatautvinning.","Don't modify originals folder. Disables import, upload, and delete.":"Ikke endre originalmappen. Deaktiverer importering, opplasting og sletting.","Don't transcode videos with FFmpeg.":"Ikke transkod videoer med FFmpeg.","Don't use Darktable to convert RAW files.":"Ikke bruk Darktable til å konvertere RAW -filer.","Don't use RawTherapee to convert RAW files.":"Ikke bruk RawTherapee til å konvertere RAW -filer.","Don't use TensorFlow for image classification.":"Ikke bruk TensorFlow for bildeklassifisering.","Donations":"Donasjoner","Done":"Ferdig","Done.":"Ferdig.","Download":"Last ned","Download remote files":"Last ned eksterne filer","Download single files and zip archives.":"Last ned enkelte filer og zip-arkiver.","Downloading…":"Laster ned…","Downscaling Filter":"Nedskalerer Filter","Duplicates will be skipped and only appear once.":"Duplikater hopes over og vises bare én gang.","Dutch":"Nederlandsk","Dynamic Previews":"Dynamiske Forhåndsvisninger","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Dynamisk gjengivelse krever en kraftig server. Det anbefales ikke for NAS-enheter.","Dynamic Size Limit: %{n}px":"Grense for Dynamisk Størrelse:%{n}px","E-Mail":"E-post","Edit":"Rediger","Edit %{name}":"Rediger %{name}","Edit Account":"Rediger Konto","Edit Photo":"Rediger Bilde","Edited":"Redigert","Enable new features currently under development.":"Aktiver nye funksjoner som er under utvikling.","Enabled":"Aktivert","Enables RAW converter presets. May reduce performance.":"Aktiverer forhåndsinnstillinger for RAW -omformer. Kan redusere ytelsen.","English":"Engelsk","Errors":"Feil","Estimate the approximate location of pictures without coordinates.":"Anslå omtrentlig plassering hvor bildene er tatt uten koordinater.","Estimates":"Anslag","Every two days":"Hver andre dag","Exclude content marked as private from search results, shared albums, labels, and places.":"Ekskluder innhold merket som privat fra søkeresultater, delte album, etiketter og steder.","Exclude hidden":"Ekskluder skjult","Expand":"Utvid","Expand Search":"Utvid Søk","Experimental Features":"Eksperimentelle Funksjoner","Expires":"Utgår","Exposure":"Eksponering","F Number":"F-nummer","Face":"Ansikt","Faces":"Ansikter","Failed copying to clipboard":"Fikk ikke til å kopiere til utklippstavlen","Failed removing link":"Fikk ikke til å fjerne lenke","Failed updating link":"Fikk ikke til å oppdatere lenke","Failure while importing uploaded files":"Feilet under importering av opplastede filer","Fast":"Hurtig","Favorite":"Favoritt","Favorites":"Favoritter","Feature Request":"Funksjonsforespørsel","Feedback":"Tilbakemelding","File":"Fil","File Browser":"Filutforsker","Files":"Filer","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Filer med sekvensielle navn som \"IMG_1234 (2) og \"IMG_1234 (3)\" tilhører det samme bildet.","Focal Length":"Brennvidde","Folder":"Mappe","Folder contains %{n} files":"Mappen inneholder %{n} filer","Folder is empty":"Mappen er tom","Folders":"Mapper","French":"Fransk","Fullscreen":"Fullskjerm","General":"Generell","German":"Tysk","Gold":"Gull","Grayscale":"Gråskala","Green":"Grønn","Grey":"Grå","Group by similarity":"Gruppér etter likhet","Hash":"Hash","Hebrew":"Hebraisk","Help":"Hjelp","Hidden":"Skjult","Hidden Files":"Skjulte Filer","Hide":"Skjul","Hide photos that have been moved to archive.":"Skjul bilder som har blitt flyttet til arkivet.","Hindi":"Hindi","How can we help?":"Hvordan kan vi hjelpe?","Hybrid":"Hybrid","I'm a sponsor":"Jeg er en sponsor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Hvis du liker å bruke PhotoPrism, kan du vurdere å støtte oss på Patreon- eller GitHub -sponsorer.","image":"bilde","Image":"Bilde","Images":"Bilder","Import":"Importér","Import failed":"Importering feilet","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importerte filer vil bli sortert etter dato og gitt et unikt navn for å unngå duplikater.","Imported files will be sorted by date and given a unique name.":"Importerte filer vil bli sortert etter dato og gitt et unikt navn.","Importing %{name}…":"Importerer %{name}…","Importing files to originals…":"Importerer filer til originaler…","in":"inn","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Hvis bilder du forventer mangler, kan du skanne biblioteket på nytt og vente til indekseringen er fullført.","Index":"Indeks","Indexing":"Indekserer","Indexing failed":"Indeksering feilet","Indexing media and sidecar files…":"Indekserer media- og sidevognfiler…","Instance ID":"Instans-ID","Interval":"Intervall","Invalid date":"Ugyldig dato","Italian":"Italiensk","Item":"Element","Japanese":"Japansk","JPEG Quality: %{n}":"JPEG-kvalitet: %{n}","JPEG Size Limit: %{n}px":"JPEG størrelsesgrense: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEGer og miniatyrbilder er automatisk generert ved behov.","Keywords":"Nøkkelord","Korean":"Koreansk","Kurdish":"Kurdisk","Label":"Merkelapp","Labels":"Merkelapper","Labels deleted":"Merkelapper slettet","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Detail Preservation, Minimal Artifacts","Language":"Språk","Last Backup":"Siste Sikkerhetskopi","Latitude":"Breddegrad","Lavender":"Lavendel","Lens":"Linse","Let us know when we mistakenly label an idea as unfunded.":"Gi oss beskjed når vi feilaktig betegner en idé som ufinansiert.","Library":"Bibliotek","License":"Lisens","Like":"Lik","Lime":"Lime","Limit reached, showing first %{n} files":"Grensen nådd, viser de første €{n} filene","Linear: Very Smooth, Best Performance":"Linear: Very Smooth, Best Performance","Link":"Lenke","List":"Liste","Live":"Live","Local Time":"Lokaltid","location":"plassering","Location":"Plassering","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Loggmeldinger vises her når PhotoPrism kommer over ødelagte filer eller det er andre potensielle problemer.","Login":"Logg inn","Logout":"Log ut","Logs":"Logger","Longitude":"Lengdegrad","Magenta":"Magenta","Main Color":"Hovedfarge","manual":"manuell","Manual Upload":"Manuell Opplasting","Marker":"Markør","Medium":"Medium","Merge %{a} with %{b}?":"Vil du slå sammen %{a} med %{b}?","Message sent":"Melding sendt","Minimize":"Minimer","Missing":"Mangler","Moments":"Øyeblikk","Monochrome":"Monokrom","Month":"Måned","Moonlight":"Måneskinn","More than %{n} pictures found":"Mer enn %{n} bilder ble funnet","More than 20 albums found":"Mer enn 20 album funnet","More than 20 labels found":"Mer enn 20 merkelapper funnet","More than 20 people found":"Mer enn 20 personer funnet","Mosaic":"Mosaikk","Most relevant":"Mest relevant","Move Files":"Flytt Filer","Name":"Navn","Name too long":"Navn for langt","Never":"Aldri","New":"Ny","New Password":"Nytt Passord","Newest first":"Nyeste først","No":"Nei","No albums found":"Ingen album funnet","No labels found":"Ingen merkelapper funnet","No people found":"Ingen personar funne","No pictures found":"Fant ingen bilder","No recently edited pictures":"Ingen nylig redigerte bilder","No servers configured.":"Ingen servere konfigurert.","No thanks":"Nei takk","No warnings or error containing this keyword. Note that search is case-sensitive.":"Ingen advarsler eller feilmeldinger inneholder dette nøkkelordet. Merk at søket skiller mellom store og små bokstaver.","Non-photographic and low-quality images require a review before they appear in search results.":"Bilder som ikke er fotografiske eller har lav kvalitet må gjennomgås før de kommer i søkeresultater.","None":"Ingen","Norwegian":"Norsk","Not Found":"Ikke Funnet","Note you may manually manage your originals folder and importing is optional.":"Vær oppmerksom på at du kan administrere originalmappen manuelt, og import er valgfritt.","Note:":"Merk:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Merk: Bare WebDAV-servere, som Nextcloud eller PhotoPrism, kan bli satt opp som ekstern tjeneste for sikkerhetskopi og filopplasting.","Note: Updating the password will not revoke access from already authenticated users.":"Merk: Endring av passordet vil ikke oppheve tilgangen som innehas av allerede godkjente brukere.","Notes":"Notater","Nothing to see here yet. Be patient.":"Ingenting å se her ennå. Vær tålmodig.","Offline":"Frakoblet","Oldest first":"Eldste først","Once a week":"Én gang i uken","One album found":"Ett album funnet","One file found":"Én fil funnet","One folder found":"Én mappe funnet","One label found":"En etikett funnet","One person found":"En person funnet","One picture found":"Ett bilde funnet","Onyx":"Onyks","Options":"Alternativer","Orange":"Oransje","Orientation":"Orientering","Original":"Original","Original file names will be stored and indexed.":"Filnavn på originaler vil bli lagret og indeksert.","Original Name":"Originalnavn","Originals":"Originaler","Other":"Andre","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Vår visjon er å gi den mest brukervennlige løsningen for å bla i, organisere og dele fotosamlingen din.","Outdoor":"Utendørs","Panorama":"Panorama","Panoramas":"Panoramaer","Password":"Passord","Password changed":"Passord endret","People":"Personer","People you share a link with will be able to view public contents.":"Personer du deler en lenke med vil kunne se offentlig innhold.","Permanently deleted":"Permanent slettet","Permanently remove files to free up storage.":"Permanent fjern bilder for å frigjøre lagringsplass.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism har blitt oppdatert…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® er et registrert varemerke for Michael Mayer.","Photos":"Fotoer","Pink":"Rosa","Place":"Plass","Place & Time":"Plass & Tid","Places":"Plasser","Play":"Spill","Please confirm your new password.":"Vennligst bekreft ditt nye passord.","Please contact us at hello@photoprism.app if you have questions or need help.":"Vennligst kontakt oss på hello@photoprism.app hvis du har noen spørsmål eller trenger hjelp.","Please don't upload photos containing offensive content.":"Vennligst ikke last opp bilder som inneholder støtende innhold.","Polish":"Polsk","Portrait":"Portrett","Português de Portugal":"Português de Portugal","Preserve filenames":"Behold filnavn","Press button to start importing…":"Trykk på knappen for å begynne å importere…","Press button to start indexing…":"Trykk på knappen for å begynne å indeksere…","Press enter to create a new album.":"Trykk på Enter for å lage et nytt album.","Preview":"Forhåndsvisning","Primary":"Primær","Private":"Privat","Product Feedback":"Produkt-tilbakemelding","Projection":"Projeksjon","Purple":"Lilla","Quality Filter":"Kvalitetsfilter","Quality Score":"Kvalitetspoeng","Random":"Tilfeldig","Raspberry":"Bringebær","Raw":"Raw","RAW":"RAW","RAW Conversion":"RAW-konvertering","Re-index all originals, including already indexed and unchanged files.":"Indekser alle originaler på nytt, inkludert allerede indekserte og uendrede filer.","Read-Only Mode":"Skrivebeskyttet Modus","Recently added":"Nylig lagt til","Recently edited":"Nylig redigert","Recognition starts after indexing has been completed.":"Gjenkjenning starter etter at indekseringen er fullført.","Recognized":"Kjente igjen","Recognizes faces so that specific people can be found.":"Gjenkjenner ansikter slik at bestemte personer kan bli funnet.","Red":"Rød","Reload":"Oppdater","Reloading…":"Oppdaterer…","Remote Sync":"Ekstern synkronisering","Remove":"Fjern","remove failed: unknown album":"fjerning mislyktes: ukjent album","Remove from album":"Fjern fra albumet","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Fjern importerte filer for å spare lagringsplass. Filtyper som ikke støttes vil ikke bli slettet, men vil forbli der de er lagret nå.","Report Bug":"Rapporter Feil","Request failed - invalid response":"Forespørselen mislyktes - ugyldig svar","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Forespørsler godkjent av sølv- og gullsponsorer får en gylden etikett og vil bli prioritert.","Required":"Nødvendig","Resolution":"Oppløsning","Restore":"Gjenopprett","Retype Password":"Gjenta Passord","Review":"Gjennomgang","Russian":"Russisk","Save":"Lagre","Scan":"Skann","Scans":"Skanninger","Search":"Søk","Search and display photos on a map.":"Søk og vis bilder på et kart.","Season":"Sesong","Seaweed":"Tang","Secret":"Hemmelig","Select":"Velg","Select albums or create a new one":"Velg album eller lag et nytt","Selection approved":"Utvalg godkjent","Selection archived":"Utvalg arkivert","Selection restored":"Utvalg gjenopprettet","Send":"Send","Sequential Name":"Sekvensielle Navn","Server":"Server","Service URL":"Tjeneste-URL","Settings":"Innstillinger","Settings saved":"Innstillinger lagret","Setup":"Oppsett","Shadow":"Skygge","Share":"Del","Share %{name}":"Del %{name}","Shared with you.":"Delt med deg.","Show":"Vis","Show all new faces":"Vis alle nye ansikter","Show hidden":"Vis skjult","Show less":"Vis mindre","Show Library in navigation menu.":"Vis Bibliotek i navigasjonsmenyen.","Show more":"Vis mer","Show server logs in Library.":"Vis server-logger i Biblioteket.","Shows more detailed log messages. Requires a restart.":"Viser mer detaljerte loggmeldinger. Krever en omstart.","Sidecar":"Sidevogn","Sign in":"Logg inn","Sign Up":"Registrer deg","Similar":"Lignende","Size":"Størrelse","Slovak":"Slovakisk","Slow":"Sakte","Sort by file name":"Sorter etter filnavn","Sort Order":"Sorteringsrekkefølge","Source":"Kilde","Spanish":"Spansk","Stack":"Stabel","Stack files sharing the same unique image or instance identifier.":"Stable filer som deler samme unike bildet eller instans-indikator.","Stack pictures taken at the exact same time and location based on their metadata.":"Stable bilder som er tatt på samme tid og plassa basert på deres metadata.","Stackable":"Kan stables","Stacks":"Stabler","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Stable gruppefiler som har lik referanseramme, men har forskjellig kvalitet, format, størrelse eller farge.","Start":"Start","Start/Stop Slideshow":"Start/Stopp Lysbildefremvisning","States":"Tilstander","Static Size Limit: %{n}px":"Statisk Størrelsesgrense: %{n}px","Status":"Status","Storage Folder":"Lagringsmappe","Streets":"Gater","Style":"Stil","Subject":"Emne","Support for additional services, like Google Drive, will be added over time.":"Støtte for tilleggstjenester som Google Drive vil bli lagt til over tid.","Sync":"Synkroniser","Sync raw and video files":"Synkroniser raw- og video-filer","Taken":"Tatt","Teal":"Blågrønn","Text too long":"Teksten er for lang","Thank you very much!":"Tusen takk skal du ha!","The index currently contains %{n} hidden files.":"Indeksen inneholder %{n} skjulte filer.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Veikartet viser hvilke oppgaver som pågår, hvilke behov som skal testes, og hvilke funksjonsforespørsler som skal implementeres neste gang.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Formatet deres støttes kanskje ikke, de har ikke blitt konvertert til JPEG enda, eller det finnes duplikater.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Dette er en \"tidlig tilgang\"-funksjon for å si takk til våre sponsorer og bidragsytere.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Dette setter opp original-mappen som en nettverksstasjon og lar deg åpne, redigere og slette filer fra datamaskinen eller smarttelefonen som om de var lokale.","This open-source project is made possible thanks to our sponsors.":"Dette open source-prosjektet er mulig takket være våre sponsorer.","Thumbnail Generation":"Miniatyrbilde-generering","Time UTC":"Tid UTC","Time Zone":"Tidssone","Title":"Tittel","Title too long":"Tittelen er for lang","to":"til","Toggle View":"Veksle Visning","Token":"Token","Topographic":"Topografisk","Trademarks":"Varemerker","Try again using other filters or keywords.":"Prøv igjen med andre filtre eller nøkkelord.","Type":"Type","Undo":"Angre","Unique ID":"Unik ID","Unknown":"Ukjent","Unsorted":"Usortert","Unstack":"Spre","Updated":"Oppdatert","Updating faces":"Oppdaterer ansikter","Updating index":"Oppdaterer indeks","Updating moments":"Oppdaterer øyeblikk","Updating previews":"Oppdaterer forhåndsvisninger","Updating stacks":"Oppdaterer stabler","Upload":"Last opp","Upload complete":"Opplasting fullført","Upload complete. Indexing…":"Opplasting fullført. Indekserer…","Upload failed":"Opplasting mislyktes","Upload local files":"Last opp lokale filer","Upload to WebDAV and share links with friends.":"Last opp til WebDAV og del lenker med venner.","Uploading %{n} of %{t}…":"Laster opp %{n} av %{t}…","Uploading photos…":"Laster opp bilder…","Uploads that may contain such images will be rejected automatically.":"Opplastinger som kan inneholde slike bilder blir avvist automatisk.","URL":"URL","Use Presets":"Bruk Forhåndsinnstillinger","User":"Bruker","User Interface":"Brukergrensesnitt","Username":"Brukernavn","Video":"Video","Videos":"Videoer","View":"Utseende","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Vi vil fortelle deg hvordan du aktiverer det når du registrerer deg på Patreon eller GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-klienter kan koble seg til PhotoPrism ved å bruke følgende URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV-klienter, som Microsoft Windows Explorer eller Apple Finder, kan koble seg direkte til PhotoPrism.","WebDAV Upload":"WebDAV-opplasting","White":"Hvit","Year":"År","Yellow":"Gul","Yellowstone":"Yellowstone","Yes":"Ja","You can only download one album":"Du kan bare laste ned ett album","You can only download one label":"Du kan bare laste ned én merkelapp","You may only select one item":"Du kan bare velge ett element","You may rescan your library to find additional faces.":"Du kan skanne biblioteket ditt på nytt for å finne flere ansikter.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Du kan bruke den etter behov for å beskrive programvaren vår, kjøre din egen server, eller for undervisningsformål, men ikke for å tilby kommersielle varer, produkter eller tjenester uten forutgående skriftlig tillatelse. Med andre ord, vær så snill å spørre.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Din fortsatte støtte hjelper oss med å finansiere driftskostnader, tilby tjenester som satellittkart og utvikle nye funksjoner.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Biblioteket ditt blir kontinuerlig analysert for automatisk å lage album med spesielle øyeblikk, turer og steder.","Your message has been sent":"Meldingen din har blitt sendt","Zoom in/out":"Zoom inn/ut"},"nl":{"%{n} albums found":"%{n} gevonden albums","%{n} files uploaded":"%{n} bestanden geüpload","%{n} folders found":"%{n} mappen gevonden","%{n} labels found":"%{n} labels gevonden","%{n} people found":"%{n} mensen gevonden","%{n} pictures found":"%{n} foto's gevonden","1 hour":"1 uur","12 hours":"12 uur","4 hours":"4 uren","A click will copy it to your clipboard.":"Een klik zal het naar uw klembord kopiëren.","About":"Over","Account":"Account","Accuracy":"Nauwkeurigheid","Action":"Actie","Actions":"Acties","Add Album":"Toevoegen aan album","Add files to your library via Web Upload.":"Voeg bestanden toe aan uw bibliotheek via Web Upload.","Add Link":"Advertentie aanbiedingen","Add pictures from search results by selecting them.":"Voeg foto's toe uit zoekresultaten door ze te selecteren.","Add Server":"Server toevoegen","Add to album":"Toevoegen aan album","Added":"Toegevoegd","Advanced":"Geavanceerd","After 1 day":"Na 1 dag","After 3 days":"Na 3 dagen","After 7 days":"Na 7 dagen","After one month":"Na een maand","After one year":"Na een jaar","After selecting pictures from search results, you can add them to an album using the context menu.":"Nadat u foto's uit de zoekresultaten hebt geselecteerd, kunt u ze via het contextmenu aan een album toevoegen.","After two months":"Na twee maanden","After two weeks":"Na twee weken","Album":"Album","Album Name":"Album Naam","Albums":"Albums","Albums deleted":"Albums verwijderd","All %{n} albums loaded":"Alle %{n} albums geladen","All %{n} labels loaded":"Alle %{n} labels geladen","All %{n} people loaded":"Alle %{n} mensen geladen","All Cameras":"Alle camera’s","All Categories":"Alle categorieën","All Colors":"Alle kleuren","All Countries":"Alle landen","All fields are required":"Alle velden zijn verplicht","All files from import folder":"Alle bestanden uit de importmap","All Lenses":"Alle lenzen","All Months":"Alle maanden","All originals":"Alle originelen","All Years":"Alle jaren","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"U kunt ook rechtstreeks bestanden uploaden naar WebDAV-servers zoals Nextcloud.","Altitude":"Hoogte","Altitude (m)":"Hoogte (m)","An error occurred - are you offline?":"Er is een fout opgetreden. Bent u offline?","Animation":"Animatie","Any private photos and videos remain private and won't be shared.":"Alle privéfoto's en -video's blijven privé en worden niet gedeeld.","API Key":"API sleutel","Apply":"Toepassen","Approve":"Goedkeuren","Archive":"Archief","Archived":"Gearchiveerd","Are you sure you want to archive the selection?":"Weet je zeker dat je deze foto’s wilt verwijderen?","Are you sure you want to delete these albums?":"Weet je zeker dat je deze albums wilt verwijderen?","Are you sure you want to delete these labels?":"Weet je zeker dat je deze albums wilt verwijderen?","Are you sure you want to delete this account?":"Weet u zeker dat u dit account wilt verwijderen?","Are you sure you want to permanently delete these pictures?":"Weet je zeker dat je deze foto’s permanent wilt verwijderen?","Are you sure you want to permanently delete this file?":"Weet je zeker dat je dit bestand permanent wilt verwijderen?","Artist":"Artiest","Aspect Ratio":"Verhoudingen","At least 6 characters.":"Minstens 6 tekens.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Maak automatisch JPEG's aan voor andere bestandstypen, zodat deze in een browser kunnen worden weergegeven.","Automatically creates albums of special moments, trips, and places.":"Maakt automatisch albums van speciale momenten, reizen en plaatsen.","Become a sponsor":"Sponsor worden","Bio":"Bio","Black":"Zwart","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczos Wijziging, Minder Ringing Artifacts","Blue":"Blauw","Brazilian Portuguese":"Braziliaans","Brown":"Bruin","Browse and edit image classification labels.":"Bladeren en bewerken van beeldclassificatie-etiketten.","Browse indexed files and folders in Library.":"Blader door geïndexeerde bestanden en mappen in de bibliotheek.","Bug Report":"Bugmelding","Busy, please wait…":"Bezig, wacht even…","Calendar":"Kalender","Camera":"Camera","Camera Serial":"Camera","Can't load more, limit reached":"Kan niet meer laden, limiet bereikt","Can't select more items":"Kan niet meer items selecteren","Cancel":"Annuleren","Cards":"Kaarten","Category":"Categorie","Change":"Wijzigen","Change photo titles, locations, and other metadata.":"Wijzig fototitels, locaties en andere metagegevens.","Change private flag":"Privé vlag geschakeld","Checked":"Geselecteerd","Chinese Simplified":"Chinees (vereenvoudigd)","Chinese Traditional":"Traditioneel Chinees","Chroma":"Chroma","Close":"Sluiten","Codec":"Codec","Color":"Kleur","Colors":"Kleuren","Complete Rescan":"Volledig herscannen","Confidence":"Vertrouwen","Connect":"Verbinden","Connect via WebDAV":"Verbinding maken via WebDAV","Contact Us":"Neem contact met ons op","Contains %{n} pictures.":"Bevat %{n} foto's.","Contains one picture.":"Bevat één foto.","Convert to JPEG":"Omzetten in JPEG","Converting":"Converteren","Copied to clipboard":"Gekopieerd naar klembord","Copyright":"Copyright","Couldn't find anything.":"Kon niets vinden.","Country":"Land","Create album":"Nieuw album","Created":"Aangemaakt","Creating thumbnails for":"Het maken van miniaturen voor","Cubic: Moderate Quality, Good Performance":"Kubiek: Gematigde kwaliteit, goede prestaties","Current Password":"Huidig Wachtwoord","Customer Support":"Klantondersteuning","Cyan":"Cyaan","Cyano":"Cyano","Czech":"Tsjechisch","Daily":"Dagelijks","Danish":"Deens","Day":"Dag","Debug Logs":"Debug-logs","Default":"Standaard","Default Folder":"Standaard map","Delete":"Verwijder","Description":"Omschrijving","Detailed instructions can be found in our User Guide.":"Gedetailleerde instructies zijn te vinden in onze gebruikershandleiding.","Details":"Details","Dimensions":"Afmetingen","Disable Backups":"Back-ups uitschakelen","Disable built-in WebDAV server. Requires a restart.":"Schakel de ingebouwde WebDAV-server uit. Vereist een herstart.","Disable Darktable":"Uitschakelen Darktable","Disable ExifTool":"Schakel ExifTool uit","Disable FFmpeg":"FFmpeg uitschakelen","Disable Places":"Locaties","Disable RawTherapee":"RawTherapee uitschakelen","Disable TensorFlow":"Schakel TensorFlow uit","Disable WebDAV":"WebDAV uitschakelen","Disabled":"Uitgeschakeld","Disables reverse geocoding and maps.":"Schakelt de omgekeerde geocodering en kaarten uit.","Discover":"Ontdek","Don't backup photo and album metadata to YAML files.":"Maak geen back-up van foto- en albummetagegevens naar YAML-bestanden.","Don't create ExifTool JSON files for improved metadata extraction.":"Maak geen ExifTool JSON-bestanden aan voor een verbeterde metadata-extractie.","Don't modify originals folder. Disables import, upload, and delete.":"Wijzig de map met de originelen niet. Schakel het importeren, uploaden en verwijderen uit.","Don't transcode videos with FFmpeg.":"Transcodeer geen video's met FFmpeg.","Don't use Darktable to convert RAW files.":"Gebruik Darktable niet om RAW bestanden te converteren.","Don't use RawTherapee to convert RAW files.":"Gebruik RawTherapee niet om RAW-bestanden te converteren.","Don't use TensorFlow for image classification.":"Gebruik TensorFlow niet voor beeldclassificatie.","Donations":"Donaties","Done":"Klaar","Done.":"Klaar.","Download":"Download","Download remote files":"Bestanden op afstand downloaden","Download single files and zip archives.":"Download enkele bestanden en zip-archieven.","Downloading…":"Downloaden…","Downscaling Filter":"Downscaling filter","Duplicates will be skipped and only appear once.":"Duplicaten worden overgeslagen en verschijnen slechts één keer.","Dutch":"Nederlands","Dynamic Previews":"Dynamische Voorbeelden","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"On-demand rendering vereist een krachtige CPU en wordt niet aanbevolen voor kleinere homeservers of NAS-apparaten.","Dynamic Size Limit: %{n}px":"Dynamische Groottegrens: %{n}px","E-Mail":"E-mail","Edit":"Bewerken","Edit %{name}":"Bewerken %{name}","Edit Account":"Account bewerken","Edit Photo":"Bewerk Foto","Edited":"Bewerkt","Enable new features currently under development.":"Maak nieuwe functies mogelijk die momenteel in ontwikkeling zijn.","Enabled":"Ingeschakeld","Enables RAW converter presets. May reduce performance.":"Schakelt RAW-converterpresets in. Kan de prestaties verminderen.","English":"Engels","Errors":"Fouten","Estimate the approximate location of pictures without coordinates.":"Schatting van de geschatte locatie van foto's zonder coördinaten.","Estimates":"Schattingen","Every two days":"Om de twee dagen","Exclude content marked as private from search results, shared albums, labels, and places.":"Sluit inhoud gemarkeerd als privé uit van zoekresultaten, gedeelde albums, labels en plaatsen.","Exclude hidden":"Verborgen uitsluiten","Expand":"Uitklappen","Expand Search":"Zoeken","Experimental Features":"Experimentele eigenschappen","Expires":"Verloopt","Exposure":"Blootstelling","F Number":"F Aantal","Face":"Gezichtje","Faces":"Gezichten","Failed copying to clipboard":"Mislukt kopiëren naar klembord","Failed removing link":"Mislukte verwijderingslink","Failed updating link":"Mislukte actualiseringslink","Failure while importing uploaded files":"Fout tijdens importeren geüploade bestanden","Fast":"Snel","Favorite":"Favoriet","Favorites":"Favorieten","Feature Request":"Verzoek voor nieuwe functionaliteit","Feedback":"Feedback","File":"Bestand","File Browser":"Bestands Browser","Files":"Bestanden","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Bestanden met opeenvolgende namen zoals 'IMG_1234 (2)' en 'IMG_1234 (3)' behoren tot hetzelfde beeld.","Focal Length":"Brandpuntsafstand","Folder":"Map","Folder contains %{n} files":"Map bevat %{n} bestanden","Folder is empty":"Map is leeg","Folders":"Mappen","French":"Frans","Fullscreen":"Volledig scherm","General":"Algemeen","German":"Duits","Gold":"Goud","Grayscale":"Grijstint","Green":"Groen","Grey":"Grijs","Group by similarity":"Groepering op basis van gelijkenis","Hash":"Hash","Hebrew":"Hebreeuws","Help":"Help","Hidden":"Verborgen","Hidden Files":"Verborgen bestanden","Hide":"Verberg","Hide photos that have been moved to archive.":"Verberg foto's die zijn verplaatst naar het archief.","Hindi":"Hindi","How can we help?":"Hoe kunnen we je helpen?","Hybrid":"Hybride","I'm a sponsor":"Ik ben een sponsor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Als u geniet van het gebruik van PhotoPrism, overweeg dan om ons te steunen op Patreon of GitHub Sponsors.","image":"afbeelding","Image":"Afbeelding","Images":"Afbeeldingen","Import":"Importeren","Import failed":"Importeren mislust","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Geïmporteerde bestanden worden gesorteerd op datum en krijgen een unieke naam om duplicaten te voorkomen.","Imported files will be sorted by date and given a unique name.":"Geïmporteerde bestanden worden gesorteerd op datum en krijgen een unieke naam.","Importing %{name}…":"Importeren van %{name}…","Importing files to originals…":"Bestanden importeren uit directory…","in":"in","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Mochten er foto's ontbreken die u verwacht, scan dan uw bibliotheek opnieuw en wacht tot het indexeren is voltooid.","Index":"Index","Indexing":"Indexeren","Indexing failed":"Indexeren mislukt","Indexing media and sidecar files…":"Foto’s en sidecar-bestanden aan het indexeren…","Instance ID":"Instantie-ID","Interval":"Interval","Invalid date":"Ongeldige datum","Italian":"Italiaans","Item":"Item","Japanese":"Japans","JPEG Quality: %{n}":"JPEG-kwaliteit: %{n}","JPEG Size Limit: %{n}px":"JPEG-groottegrens: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG's en thumbnails worden automatisch weergegeven als dat nodig is.","Keywords":"Trefwoorden","Korean":"Koreaans","Kurdish":"Koerdisch","Label":"Label","Labels":"Labels","Labels deleted":"Albums verwijderd","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Detailbewaring, Minimale artefacten","Language":"Taal","Last Backup":"Laatste back-up","Latitude":"Breedtegraad","Lavender":"Lavendel","Lens":"Lens","Let us know when we mistakenly label an idea as unfunded.":"Laat het ons weten als we een idee ten onrechte als ongefinancierd bestempelen.","Library":"Bibliotheek","License":"Licentie","Like":"Vind ik leuk","Lime":"Limoen","Limit reached, showing first %{n} files":"Limiet bereikt, toont eerste %{n} bestanden","Linear: Very Smooth, Best Performance":"Lineair: Zeer glad, beste prestaties","Link":"Link","List":"Lijst","Live":"Live","Local Time":"Lokale tijd","location":"locatie","Location":"Locatie","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Logboekberichten verschijnen hier wanneer PhotoPrism op gebroken bestanden stuit, of wanneer er andere potentiële problemen zijn.","Login":"Log in","Logout":"Log uit","Logs":"Logs","Longitude":"Lengtegraad","Magenta":"Magenta","Main Color":"Hoofdkleur","manual":"handmatig","Manual Upload":"Uploaden","Marker":"Symbool","Medium":"Medium","Merge %{a} with %{b}?":"%{a} samenvoegen met %{b}?","Message sent":"Bericht verzonden","Minimize":"Minimaliseren","Missing":"Ontbrekend","Moments":"Momenten","Monochrome":"Monochroom","Month":"Maand","Moonlight":"Maanlicht","More than %{n} pictures found":"Meer dan %{n} foto's gevonden","More than 20 albums found":"Meer dan 20 albums gevonden","More than 20 labels found":"Meer dan 20 labels gevonden","More than 20 people found":"Meer dan 20 mensen vonden","Mosaic":"Mozaiek","Most relevant":"Meest relevant","Move Files":"Bestanden verplaatsen","Name":"Naam","Name too long":"Titel is te lang","Never":"Nooit","New":"Nieuw","New Password":"Nieuw wachtwoord","Newest first":"Nieuwste eerst","No":"Nee","No albums found":"Geen albums gevonden","No labels found":"%{n} labels gevonden","No people found":"Geen mensen gevonden","No pictures found":"Geen foto's gevonden","No recently edited pictures":"Geen recent bewerkte foto's","No servers configured.":"Geen servers geconfigureerd.","No thanks":"Nee bedankt","No warnings or error containing this keyword. Note that search is case-sensitive.":"Geen waarschuwingen of fouten met dit trefwoord. Let op: zoeken is hoofdlettergevoelig.","Non-photographic and low-quality images require a review before they appear in search results.":"Niet-fotografische beelden en beelden van lage kwaliteit moeten worden beoordeeld voordat ze in de zoekresultaten verschijnen.","None":"Geen","Norwegian":"Noors","Not Found":"Niet gevonden","Note you may manually manage your originals folder and importing is optional.":"Let op: u kunt uw originelenmap handmatig beheren en importeren is optioneel.","Note:":"Notitie:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Opmerking: Alleen WebDAV-servers, zoals Nextcloud of PhotoPrism, kunnen worden geconfigureerd als service op afstand voor het maken van back-ups en het uploaden van bestanden.","Note: Updating the password will not revoke access from already authenticated users.":"Opmerking: Het updaten van het wachtwoord zal de toegang van reeds geauthenticeerde gebruikers niet herroepen.","Notes":"Notities","Nothing to see here yet. Be patient.":"Nog niets te zien hier. Wees geduldig.","Offline":"Offline","Oldest first":"Oudste eerst","Once a week":"Eenmaal per week","One album found":"Een album gevonden","One file found":"Een album gevonden","One folder found":"Een album gevonden","One label found":"Een etiket gevonden","One person found":"Eén persoon vond","One picture found":"Een foto gevonden","Onyx":"Onyx","Options":"Opties","Orange":"Oranje","Orientation":"Oriëntatie","Original":"Origineel","Original file names will be stored and indexed.":"Originele bestandsnamen worden opgeslagen en geïndexeerd.","Original Name":"Originele naam","Originals":"Originelen","Other":"Andere","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Onze visie is om de meest gebruiksvriendelijke oplossing te bieden voor het doorbladeren, organiseren en delen van uw fotoverzameling.","Outdoor":"Outdoor","Panorama":"Panorama","Panoramas":"Panorama's","Password":"Wachtwoord","Password changed":"Wachtwoord gewijzigd","People":"Personen","People you share a link with will be able to view public contents.":"Mensen met wie je een link deelt, kunnen de openbare inhoud bekijken.","Permanently deleted":"Permanent verwijderd","Permanently remove files to free up storage.":"Bestanden permanent verwijderen om opslagruimte vrij te maken.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism is geüpdatet…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® is een geregistreerd handelsmerk van Michael Mayer.","Photos":"Foto’s","Pink":"Roze","Place":"Plaats","Place & Time":"Plaats & Tijd","Places":"Locaties","Play":"Afspelen","Please confirm your new password.":"Bevestig uw nieuwe wachtwoord.","Please contact us at hello@photoprism.app if you have questions or need help.":"Neem contact met ons op via hello@photoprism.app als u vragen hebt of hulp nodig hebt.","Please don't upload photos containing offensive content.":"Upload geen foto's met aanstootgevende inhoud.","Polish":"Pools","Portrait":"Staand","Português de Portugal":"Português de Portugal","Preserve filenames":"Bewaar bestandsnamen","Press button to start importing…":"Klik knop om indexeren te starten…","Press button to start indexing…":"Klik knop om indexeren te starten…","Press enter to create a new album.":"Druk op enter om een nieuw album te maken.","Preview":"Voorbeeld","Primary":"Primair","Private":"Privé","Product Feedback":"Terugkoppeling van producten","Projection":"Projectie","Purple":"Paars","Quality Filter":"Kwaliteitsfilter","Quality Score":"Kwaliteitsscore","Random":"Willekeurig","Raspberry":"Framboos","Raw":"Raw","RAW":"RAW","RAW Conversion":"RAW-omzetting","Re-index all originals, including already indexed and unchanged files.":"Herindexeer alle originelen, inclusief de reeds geïndexeerde en ongewijzigde bestanden.","Read-Only Mode":"Alleen-lezen modus","Recently added":"Recent toegevoegd","Recently edited":"Recent geïmporteerd","Recognition starts after indexing has been completed.":"De herkenning begint nadat de indexering is voltooid.","Recognized":"Erkend","Recognizes faces so that specific people can be found.":"Herkent gezichten, zodat specifieke mensen kunnen worden gevonden.","Red":"Rood","Reload":"Ververs","Reloading…":"Herladen…","Remote Sync":"Synchronisatie op afstand","Remove":"Verwijderen","remove failed: unknown album":"verwijderen mislukt: onbekend album","Remove from album":"Verwijder uit album","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Verwijder geïmporteerde bestanden om opslag op te slaan. Niet-ondersteunde bestandstypen worden nooit verwijderd, ze blijven op hun huidige locatie.","Report Bug":"Verslag Bug","Request failed - invalid response":"Verzoek mislukt - ongeldig antwoord","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Aanvragen die door zilveren en gouden sponsors worden gesteund, krijgen een gouden label en worden met voorrang behandeld.","Required":"Verplicht","Resolution":"Resolutie","Restore":"Herstellen","Retype Password":"Herhaal je wachtwoord","Review":"Beoordeling","Russian":"Russisch","Save":"Opslaan","Scan":"Scan","Scans":"Scans","Search":"Zoeken","Search and display photos on a map.":"Zoek en toon foto's op een kaart.","Season":"Seizoen","Seaweed":"Zeewier","Secret":"Geheim","Select":"Selecteer","Select albums or create a new one":"Selecteer albums of maak een nieuwe aan","Selection approved":"Selectie goedgekeurd","Selection archived":"Selectie gearchiveerd","Selection restored":"Selectie hersteld","Send":"Verzenden","Sequential Name":"Opeenvolgende naam","Server":"Server","Service URL":"Service URL","Settings":"Instellingen","Settings saved":"Instellingen opgeslagen","Setup":"Setup","Shadow":"Schaduw","Share":"Delen","Share %{name}":"Aandeel %{name}","Shared with you.":"Met u gedeeld.","Show":"Toon","Show all new faces":"Toon alle nieuwe gezichten","Show hidden":"Verborgen weergeven","Show less":"Toon minder","Show Library in navigation menu.":"Toon Bibliotheek in het navigatiemenu.","Show more":"Toon meer","Show server logs in Library.":"Toon serverlogs in Bibliotheek.","Shows more detailed log messages. Requires a restart.":"Toont meer gedetailleerde logberichten. Vereist een herstart.","Sidecar":"Sidecar","Sign in":"Inloggen","Sign Up":"Aanmelden","Similar":"Vergelijkbaar","Size":"Grootte","Slovak":"Slowaaks","Slow":"Langzaam","Sort by file name":"Sorteren op bestandsnaam","Sort Order":"Sorteer volgorde","Source":"Bron","Spanish":"Spaans","Stack":"Stapel","Stack files sharing the same unique image or instance identifier.":"Stapel bestanden met dezelfde unieke beeld- of instantie-identificatie.","Stack pictures taken at the exact same time and location based on their metadata.":"Stapel foto's die op exact dezelfde tijd en locatie zijn genomen op basis van hun metagegevens.","Stackable":"Stapelbaar","Stacks":"Stapels","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Stapelt groepsbestanden met een vergelijkbaar referentiekader, maar met verschillen in kwaliteit, formaat, grootte of kleur.","Start":"Start","Start/Stop Slideshow":"Start/Stop Diavoorstelling","States":"Provincies","Static Size Limit: %{n}px":"Statische Grootte Limiet: %{n}px","Status":"Status","Storage Folder":"Opslagmap","Streets":"Straat","Style":"Stijl","Subject":"Onderwerp","Support for additional services, like Google Drive, will be added over time.":"Ondersteuning voor aanvullende diensten, zoals Google Drive, zal in de loop van de tijd worden toegevoegd.","Sync":"Synchroniseer","Sync raw and video files":"Ruwe en videobestanden synchroniseren","Taken":"Bezet","Teal":"Teal","Text too long":"Titel is te lang","Thank you very much!":"Dank je wel","The index currently contains %{n} hidden files.":"De index bevat momenteel %{n} verborgen bestanden.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"De routekaart laat zien welke taken in uitvoering zijn, wat er getest moet worden, en welke functieverzoeken als volgende zullen worden geïmplementeerd.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Hun formaat wordt mogelijk niet ondersteund, ze zijn nog niet geconverteerd naar JPEG of er zijn duplicaten.","Theme":"Thema","This is an early-access feature to say thanks to our sponsors and contributors.":"Dit is een vroegtijdige toegang om dank te zeggen aan onze sponsors en medewerkers.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Hierdoor wordt de map met de originelen als een netwerkstation gemonteerd en kunt u bestanden openen, bewerken en verwijderen van uw computer of smartphone alsof ze lokaal zijn.","This open-source project is made possible thanks to our sponsors.":"Dit open-source project wordt mogelijk gemaakt dankzij onze sponsors.","Thumbnail Generation":"Thumbnail generatie","Time UTC":"Tijd UTC","Time Zone":"Tijdzone","Title":"Titel","Title too long":"Titel is te lang","to":"tot","Toggle View":"Schakelweergave","Token":"Token","Topographic":"Topografische","Trademarks":"Handelsmerken","Try again using other filters or keywords.":"Probeer opnieuw met een ander trefwoord of filter.","Type":"Type","Undo":"Ongedaan maken","Unique ID":"Unieke id","Unknown":"Onbekend","Unsorted":"Ongesorteerd","Unstack":"Ontstapel","Updated":"Bijgewerkt","Updating faces":"Gezichten bijwerken","Updating index":"Bijwerken van de index","Updating moments":"Momenten van actualisering","Updating previews":"Voorvertoningen bijwerken","Updating stacks":"Actualisering van de stapels","Upload":"Uploaden","Upload complete":"Uploaden klaar","Upload complete. Indexing…":"Uploaden klaar. Indexeren…","Upload failed":"Uploaden mislukt","Upload local files":"Uploaden mislukt","Upload to WebDAV and share links with friends.":"Upload naar WebDAV en deel links met vrienden.","Uploading %{n} of %{t}…":"Het uploaden van %{n} van %{t}…","Uploading photos…":"Foto’s uploaden…","Uploads that may contain such images will be rejected automatically.":"Uploads die dergelijke beelden kunnen bevatten, worden automatisch geweigerd.","URL":"URL","Use Presets":"Gebruik Voorinstellingen","User":"Gebruiker","User Interface":"Gebruikersinterface","Username":"Gebruikersnaam","Video":"Video","Videos":"Video's","View":"Weergave","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"We zullen je laten weten hoe je het kunt inschakelen als je je aanmeldt op Patreon of GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-cliënten kunnen verbinding maken met PhotoPrism via de volgende URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV-cliënten, zoals Microsoft's Windows Explorer of Apple's Finder, kunnen rechtstreeks verbinding maken met PhotoPrism.","WebDAV Upload":"Uploaden","White":"Wit","Year":"Jaar","Yellow":"Geel","Yellowstone":"Yellowstone","Yes":"Ja","You can only download one album":"Je kunt slechts een album downloaden","You can only download one label":"Je kunt slechts een album downloaden","You may only select one item":"Je kunt slechts een album downloaden","You may rescan your library to find additional faces.":"U kunt uw bibliotheek opnieuw scannen om meer gezichten te vinden.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"U mag het gebruiken zoals vereist om onze software te beschrijven, uw eigen server te draaien, voor educatieve doeleinden, maar niet om commerciële goederen, producten of diensten aan te bieden zonder voorafgaande schriftelijke toestemming. Met andere woorden, vraag ernaar.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Uw voortdurende steun helpt ons de bedrijfskosten te financieren, diensten als satellietkaarten te leveren en nieuwe functies te ontwikkelen.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Uw bibliotheek wordt voortdurend geanalyseerd om automatisch albums te maken van speciale momenten, reizen en plaatsen.","Your message has been sent":"Uw bericht is verzonden","Zoom in/out":"In-/uitzoomen"},"pl":{"%{n} albums found":"Znalezionych albumy: %{n}","%{n} files uploaded":"Wgranych plików: %{n}","%{n} folders found":"Znalezionych folderów: %{n}","%{n} labels found":"Znalezionych etykiet: %{n}","%{n} people found":"%{n} osób znalezionych","%{n} pictures found":"%{n} znaleziono zdjęcia","1 hour":"1 godzina","12 hours":"12 godzin","4 hours":"4 godziny","A click will copy it to your clipboard.":"Kliknięcie spowoduje skopiowanie do schowka.","About":"O","Account":"Konto","Accuracy":"Dokładność","Action":"Akcja","Actions":"Akcje","Add Album":"Dodaj album","Add files to your library via Web Upload.":"Dodaj pliki do biblioteki przez Web Upload..","Add Link":"Dodaj link","Add pictures from search results by selecting them.":"Dodawanie zdjęć z wyników wyszukiwania poprzez ich zaznaczenie.","Add Server":"Dodaj serwer","Add to album":"Dodaj do albumu","Added":"Dodano","Advanced":"Zaawansowane","After 1 day":"Po 1 dniu","After 3 days":"Po 3 dniach","After 7 days":"Po 7 dniach","After one month":"Po jednym miesiącu","After one year":"Po jednym roku","After selecting pictures from search results, you can add them to an album using the context menu.":"Po wybraniu zdjęć z wyników wyszukiwania, można je dodać do albumu za pomocą menu kontekstowego.","After two months":"Po dwóch miesiącach","After two weeks":"Po dwóch tygodniach","Album":"Album","Album Name":"Album Name","Albums":"Albumy","Albums deleted":"Skasowano albumy","All %{n} albums loaded":"Wszystkie albumy wczytane: %{n}","All %{n} labels loaded":"Wszystkie etykiety wczytane: %{n}","All %{n} people loaded":"Wszystkie %{n} osoby załadowane","All Cameras":"Wszystkie kamery","All Categories":"Wszystkie kategorie","All Colors":"Wszystkie kolory","All Countries":"Wszystkie kraje","All fields are required":"Wszystkie pola są wymagane","All files from import folder":"Wszystkie pliki z importowanego folderu","All Lenses":"Wszystkie obiektywy","All Months":"Wszystkie miesiące","All originals":"Wszystkie oryginalne","All Years":"Wszystkie lata","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternatywnie, można przesyłać pliki bezpośrednio na serwery WebDAV, takie jak Nextcloud.","Altitude":"Wysokość","Altitude (m)":"Wysokość (m)","An error occurred - are you offline?":"Wystąpił błąd - czy masz połączenie z siecią?","Animation":"Animacja","Any private photos and videos remain private and won't be shared.":"Wszystkie prywatne zdjęcia i nagrania pozostaną prywatne i nie zostaną udostępnione.","API Key":"Klucz API","Apply":"Zastosuj","Approve":"Zatwierdź","Archive":"Archiwum","Archived":"Zarchiwizowane","Are you sure you want to archive the selection?":"Czy na pewno chcesz zarchiwizować zaznaczone?","Are you sure you want to delete these albums?":"Czy na pewno chcesz usunąć te albumy?","Are you sure you want to delete these labels?":"Czy na pewno chcesz usunąć wybrane etykiety?","Are you sure you want to delete this account?":"Czy na pewno chcesz usunąć konto?","Are you sure you want to permanently delete these pictures?":"Czy na pewno chcesz trwale usunąć te zdjęcia?","Are you sure you want to permanently delete this file?":"Czy na pewno chcesz usunąć ten plik?","Artist":"Artysta","Aspect Ratio":"Proporcje obrazu","At least 6 characters.":"Co najmniej 6 znaków.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Automatycznie generuj pliki JPEG dla innych typów pliku by mogły być wyświetlane w przeglądarce.","Automatically creates albums of special moments, trips, and places.":"Automatycznie tworzy albumy z wyjątkowych chwil, podróży i miejsc.","Become a sponsor":"Zostań sponsorem","Bio":"Życiorys","Black":"Czarny","Blackman: Lanczos Modification, Less Ringing Artifacts":"Czarnoksiężnik: Modyfikacja Lanczosa, Mniej Pierścieniowych Artefaktów","Blue":"Niebieski","Brazilian Portuguese":"Brazylijczyk-Portugalczyk","Brown":"Brązowy","Browse and edit image classification labels.":"Przeglądaj i edytuj etykiety klasyfikacji obrazów.","Browse indexed files and folders in Library.":"Przeglądaj zaindeksowane pliki i foldery w bibliotece.","Bug Report":"Zgłoszenie Błędu","Busy, please wait…":"Zajęty, proszę czekać...","Calendar":"Kalendarz","Camera":"Kamera","Camera Serial":"Numer seryjny kamery","Can't load more, limit reached":"Nie można załadować więcej, osiągnięto limit","Can't select more items":"Nie można zaznaczyć większej ilości elementów","Cancel":"Przerwij","Cards":"Karty","Category":"Kategorie","Change":"Zmień","Change photo titles, locations, and other metadata.":"Zmień tytuły, lokalizacje i inne metadane zdjęć.","Change private flag":"Zmiana flagi prywatnej","Checked":"Zaznaczone","Chinese Simplified":"Chiiński uproszczony","Chinese Traditional":"Chiński Tradycyjny","Chroma":"Chroma","Close":"Zamknij","Codec":"Kodek","Color":"Kolor","Colors":"Kolory","Complete Rescan":"Kompletny Rescan","Confidence":"Zaufanie","Connect":"Połącz","Connect via WebDAV":"Połącz przez WebDAV","Contact Us":"Skontaktuj się z nami","Contains %{n} pictures.":"Zawiera %{n} zdjęć.","Contains one picture.":"Zawiera jedno zdjęcie.","Convert to JPEG":"Konwertuj do JPEG","Converting":"Konwertuję","Copied to clipboard":"Skopiowano do schowka","Copyright":"Copyright","Couldn't find anything.":"Nie udało się niczego znaleźć.","Country":"Kraj","Create album":"Stwórz album","Created":"Utworzono","Creating thumbnails for":"Tworzenie miniaturek dla","Cubic: Moderate Quality, Good Performance":"Sześcienny: Umiarkowana jakość, dobra wydajność","Current Password":"Obecne hasło","Customer Support":"Obsługa klienta","Cyan":"Cyjan","Cyano":"Cyano","Czech":"Czeski","Daily":"Codziennie","Danish":"Duński","Day":"Dzień","Debug Logs":"Debugowanie dzienników","Default":"Domyślnie","Default Folder":"Domyślny folder","Delete":"Usuń","Description":"Opis","Detailed instructions can be found in our User Guide.":"Dokładne informacje można znaleźć w Instrukcji Obsługi.","Details":"Detale","Dimensions":"Wymiary","Disable Backups":"Ostatnia kopia zapasowa","Disable built-in WebDAV server. Requires a restart.":"Wyłączyć wbudowany serwer WebDAV. Wymaga restartu.","Disable Darktable":"Wyłącz Darktable","Disable ExifTool":"Wyłączyć ExifTool","Disable FFmpeg":"Wyłącz FFmpeg","Disable Places":"Wyłączony","Disable RawTherapee":"Wyłącz RawTherapee","Disable TensorFlow":"Wyłączenie TensorFlow","Disable WebDAV":"Wyłączony","Disabled":"Wyłączony","Disables reverse geocoding and maps.":"Wyłącza odwrotne geokodowanie i mapy.","Discover":"Odkryj","Don't backup photo and album metadata to YAML files.":"Nie wykonuj kopii zapasowych metadanych zdjęć i albumów do plików YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Nie twórz plików ExifTool JSON w celu ulepszenia ekstrakcji metadanych.","Don't modify originals folder. Disables import, upload, and delete.":"Nie modyfikuj folderu z oryginałami. Wyłącza import, przesyłanie i usuwanie.","Don't transcode videos with FFmpeg.":"Nie transkoduj filmów za pomocą FFmpeg.","Don't use Darktable to convert RAW files.":"Nie używaj Darktable do konwersji plików RAW.","Don't use RawTherapee to convert RAW files.":"Nie używaj RawTherapee do konwersji plików RAW.","Don't use TensorFlow for image classification.":"Nie używaj TensorFlow do klasyfikacji obrazów.","Donations":"Darowizny","Done":"Zrobione","Done.":"Zrobione.","Download":"Pobierz","Download remote files":"Pobierz zdalne pliki","Download single files and zip archives.":"Pobierz pojedyncze pliki i archiwa zip.","Downloading…":"Pobieranie…","Downscaling Filter":"Filtr redukujący","Duplicates will be skipped and only appear once.":"Duplikaty zostaną pominięte i pojawią się tylko raz.","Dutch":"Holenderski","Dynamic Previews":"Niedostępne wywiady","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Funkcja renderowania na żądanie wymaga wydajnego procesora i nie jest zalecana w przypadku mniejszych serwerów domowych lub urządzeń NAS.","Dynamic Size Limit: %{n}px":"Nieobliczony Limit rozmiaru: %{n}px","E-Mail":"E-mail","Edit":"Edytuj","Edit %{name}":"Edytuj %{name}","Edit Account":"Edytuj konto","Edit Photo":"Edytuj Zdjęcie","Edited":"Zmienione","Enable new features currently under development.":"Włączenie nowych funkcji, które są obecnie rozwijane.","Enabled":"Włączone","Enables RAW converter presets. May reduce performance.":"Włącza wstępne ustawienia konwertera RAW. Może zmniejszyć wydajność.","English":"Angielski","Errors":"Błędy","Estimate the approximate location of pictures without coordinates.":"Oszacować przybliżoną lokalizację obrazów bez współrzędnych.","Estimates":"Szacunki","Every two days":"Co dwa dni","Exclude content marked as private from search results, shared albums, labels, and places.":"Wyłącz treści prywatne z wyników wyszukiwania, współdzielonych albumów, oznaczeń i miejsc.","Exclude hidden":"Wyłączenie ukrytych","Expand":"Rozwiń","Expand Search":"Wyszukiwanie zaawansowane","Experimental Features":"Funkcje eksperymentalne","Expires":"Wygasa","Exposure":"Ekspozycja","F Number":"liczba F","Face":"Twarz","Faces":"Powierzchnie","Failed copying to clipboard":"Nie udało się skopiować do schowka","Failed removing link":"Nieudało się usunąć linku","Failed updating link":"Nieudało się zaktualizować linku","Failure while importing uploaded files":"Niepowodzenie podczas importowania przekazanych plików","Fast":"Szybko","Favorite":"Ulubiony","Favorites":"Ulubione","Feature Request":"Prośba o nową funkcję","Feedback":"Informacje zwrotne","File":"Plik","File Browser":"Przeglądarka plików","Files":"Pliki","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Pliki z podobnymi nazwami jak 'IMG_1234 (2)' lub 'IMG_1234 kopia(1)' należą do tego samego zdjęcia.","Focal Length":"Ogniskowa","Folder":"Folder","Folder contains %{n} files":"Folder zawiera %{n} plików","Folder is empty":"Folder jest pusty","Folders":"Foldery","French":"Francuski","Fullscreen":"Pełny ekran","General":"Ogólne","German":"Niemiecki","Gold":"Złoty","Grayscale":"Skala szarości","Green":"Zielony","Grey":"Szary","Group by similarity":"Grupa według podobieństwa","Hash":"Wartość hash","Hebrew":"Hebrajski","Help":"Pomoc","Hidden":"Ukryty","Hidden Files":"Ukryte pliki","Hide":"Ukryj","Hide photos that have been moved to archive.":"Ukryj zarchiwizowane pliki.","Hindi":"Hinduski","How can we help?":"Jak mogę pomóc?","Hybrid":"Hybrydowa","I'm a sponsor":"Jestem sponsorem","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Jeśli podoba ci się korzystanie z PhotoPrism, rozważ wsparcie nas na Patreon lub GitHub Sponsors.","image":"obraz","Image":"Obraz","Images":"Zdjęcia","Import":"Import","Import failed":"Błąd importu","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importowane pliki będą posortowane według daty i otrzymają unikalną nazwę, aby uniknąć duplikatów.","Imported files will be sorted by date and given a unique name.":"Importowane pliki będą sortowane według daty i otrzymają unikalną nazwę.","Importing %{name}…":"%{name}...importując..","Importing files to originals…":"Importowanie plików do oryginałów..","in":"w","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"W przypadku braku oczekiwanych zdjęć, prosimy o ponowne przeszukanie biblioteki i poczekanie do zakończenia indeksowania.","Index":"Indeks","Indexing":"Indeksuje","Indexing failed":"Błąd indeksowania","Indexing media and sidecar files…":"Indeksowanie mediów i plików z wózkiem bocznym..","Instance ID":"Identyfikator Sądu Pierwszej Instancji","Interval":"Okres","Invalid date":"Niewłaściwa data","Italian":"Włoski","Item":"Element","Japanese":"Japoński","JPEG Quality: %{n}":"Jakość JPEG: %{n}","JPEG Size Limit: %{n}px":"Limit rozmiaru JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEGi i miniatury są automatycznie tworzone gdy ich brakuje.","Keywords":"Słowa kluczowe","Korean":"Koreański","Kurdish":"kurdyjski","Label":"Etukieta","Labels":"Etykiety","Labels deleted":"Usunięte etykiety","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Konserwacja detali, Minimalne artefakty","Language":"Język","Last Backup":"Ostatnia kopia zapasowa","Latitude":"Szerokość geograficzna","Lavender":"Fioletowy","Lens":"Obiektyw","Let us know when we mistakenly label an idea as unfunded.":"Daj nam znać, gdy błędnie oznaczyliśmy pomysł jako niefinansowany.","Library":"Biblioteka","License":"Licencja","Like":"Lubię to","Lime":"Limonkowy","Limit reached, showing first %{n} files":"Osiągnięto limit, pokazuję pierwsze %{n} plików","Linear: Very Smooth, Best Performance":"Linearny: Bardzo gładka, najlepsza wydajność","Link":"Link","List":"Lista","Live":"Live","Local Time":"Czas lokalny","location":"miejsce","Location":"Miejsce","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Komunikaty dziennika pojawiają się tutaj za każdym razem, gdy PhotoPrism natknie się na uszkodzone pliki lub wystąpią inne potencjalne problemy.","Login":"Zaloguj","Logout":"Wyloguj","Logs":"Logi","Longitude":"Długość geograficzna","Magenta":"Magenta","Main Color":"Główny kolor","manual":"ręcznie","Manual Upload":"Pobieranie ręczne","Marker":"Znacznik","Medium":"Średni","Merge %{a} with %{b}?":"Połączyć %{a} z %{b}?","Message sent":"Wiadomość została wysłana","Minimize":"Zminimalizuj","Missing":"Brakujący","Moments":"Chwile","Monochrome":"Monochromatyczne","Month":"Miesiąc","Moonlight":"Światło księżyca","More than %{n} pictures found":"Znaleziono więcej niż %{n} zdjęć","More than 20 albums found":"Znaleziono ponad 20 albumów","More than 20 labels found":"Znaleziono ponad 20 etykiet","More than 20 people found":"Ponad 20 osób znalazło","Mosaic":"Mozaika","Most relevant":"Najważniejsze","Move Files":"Przenieś pliki","Name":"Nazwa","Name too long":"Nazwa zbyt długa","Never":"Nigdy","New":"Nowy","New Password":"Nowe hasło","Newest first":"Najnowsze na początku","No":"Nie","No albums found":"Nie znaleziono albumów","No labels found":"Nie znaleziono żadnych etykiet","No people found":"Nie znaleziono żadnych osób","No pictures found":"Nie znaleziono zdjęć","No recently edited pictures":"Brak ostatnio edytowanych zdjęć","No servers configured.":"Nie skonfigurowano żadnych serwerów.","No thanks":"Nie, dziękuję","No warnings or error containing this keyword. Note that search is case-sensitive.":"Brak ostrzeżeń lub błędów zawierających to słowo kluczowe. Należy pamiętać, że w wyszukiwaniu uwzględnia się wielkość liter.","Non-photographic and low-quality images require a review before they appear in search results.":"Obrazy niefotograficzne i niskiej jakości wymagają recenzji, zanim pojawią się w wynikach wyszukiwania.","None":"Brak","Norwegian":"Norweski","Not Found":"Nie znaleziono","Note you may manually manage your originals folder and importing is optional.":"Pamiętaj, że możesz ręcznie zarządzać folderem oryginałów, a importowanie jest opcjonalne.","Note:":"Uwaga:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Uwaga: Tylko serwery WebDAV, takie jak Nextcloud lub PhotoPrism, mogą być skonfigurowane jako zdalna usługa do tworzenia kopii zapasowych i przesyłania plików.","Note: Updating the password will not revoke access from already authenticated users.":"Uwaga: Aktualizacja hasła nie odbierze dostępu już uwierzytelnionym użytkownikom.","Notes":"Notatki","Nothing to see here yet. Be patient.":"Nie ma tu jeszcze nic do zobaczenia. Bądź cierpliwy.","Offline":"Offline","Oldest first":"Najstarsze na początku","Once a week":"Raz w tygodniu","One album found":"Znaleziono jeden album","One file found":"Znaleziono jeden plik","One folder found":"Znaleziono jeden folder","One label found":"Znaleziono jedną etykietę","One person found":"Jedna osoba znalazła","One picture found":"Znaleziono jedno zdjęcie","Onyx":"Onyks","Options":"Opcje","Orange":"Pomarańczowy","Orientation":"Orientacja","Original":"Oryginał","Original file names will be stored and indexed.":"Oryginalne nazwy plików będą przechowywane i indeksowane.","Original Name":"Oryginalna nazwa","Originals":"Oryginały","Other":"Inne","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Naszą wizją jest dostarczenie najbardziej przyjaznego użytkownikowi rozwiązania do przeglądania, organizowania i udostępniania kolekcji zdjęć.","Outdoor":"Outdoor","Panorama":"Panorama","Panoramas":"Panoramy","Password":"Hasło","Password changed":"Zmieniono hasło","People":"Ludzie","People you share a link with will be able to view public contents.":"Osoby, z którymi dzielisz się linkiem, będą mogły przeglądać publiczne treści.","Permanently deleted":"Trwale usunięty","Permanently remove files to free up storage.":"Trwale usuwaj pliki, aby zwolnić miejsce na dysku.","Photo":"Zdjęcie","PhotoPrism has been updated…":"PhotoPrism został zaktualizowany..","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® jest zastrzeżonym znakiem towarowym Michaela Mayera.","Photos":"Zdjęcia","Pink":"Różowy","Place":"Miejsce","Place & Time":"Miejsce i czas","Places":"Miejsca","Play":"Odtwórz","Please confirm your new password.":"Potwierdź nowe hasło.","Please contact us at hello@photoprism.app if you have questions or need help.":"W razie pytań lub potrzeby pomocy prosimy o kontakt pod adresem hello@photoprism.app.","Please don't upload photos containing offensive content.":"Proszę nie wysyłać zdjęć zawierających obraźliwe treści.","Polish":"Polski","Portrait":"Portret","Português de Portugal":"Português de Portugal","Preserve filenames":"Pozostaw nazwy plików","Press button to start importing…":"Naciśnij przycisk by rozpocząć import...","Press button to start indexing…":"Naciśnij przycisk by rozpocząć indeksowanie...","Press enter to create a new album.":"Naciśnij enter by utworzyć nowy album.","Preview":"Podgląd","Primary":"Główny","Private":"Prywatny","Product Feedback":"Informacja zwrotna o produkcie","Projection":"Projekcja","Purple":"Purpurowy","Quality Filter":"Filtr jakościowy","Quality Score":"Wynik jakościowy","Random":"Losowy","Raspberry":"Malinowy","Raw":"RAW","RAW":"RAW","RAW Conversion":"Konwertuję","Re-index all originals, including already indexed and unchanged files.":"Ponowne indeksowanie wszystkich oryginałów, w tym już zaindeksowanych i niezmienionych plików.","Read-Only Mode":"Tryb tylko do odczytu","Recently added":"Ostatnio dodane","Recently edited":"Ostatnio zredagowany","Recognition starts after indexing has been completed.":"Rozpoznawanie rozpoczyna się po zakończeniu indeksowania.","Recognized":"Rozpoznany","Recognizes faces so that specific people can be found.":"Rozpoznaje twarze, dzięki czemu można znaleźć konkretne osoby.","Red":"Czerwony","Reload":"Załaduj ponownie","Reloading…":"Przeładunek..","Remote Sync":"Remote Sync","Remove":"Usuń","remove failed: unknown album":"usunięcie nie powiodło się: nieznany album","Remove from album":"Usuń z albumu","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Usuń zaimportowane pliki, aby zapisać w pamięci masowej. Nieobsługiwane typy plików nigdy nie zostaną usunięte, pozostaną w swojej aktualnej lokalizacji.","Report Bug":"Zgłoś błąd","Request failed - invalid response":"Żądanie nieprawidłowe - niewłaściwa odpowiedź","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Wnioski wspierane przez srebrnych i złotych sponsorów otrzymują złotą etykietę i będą traktowane priorytetowo.","Required":"Wymagane","Resolution":"Rozdzielczość","Restore":"Odzyskaj","Retype Password":"Powtórz hasło","Review":"Opinia","Russian":"Rosyjski","Save":"Zapisz","Scan":"Skanuj","Scans":"Skany","Search":"Szukaj","Search and display photos on a map.":"Wyszukiwanie i wyświetlanie zdjęć na mapie.","Season":"Sezon","Seaweed":"Wodorosty morskie","Secret":"Tajny klucz","Select":"Wybierz","Select albums or create a new one":"Wybierz albumy lub utwórz nowy","Selection approved":"Wybór zatwierdzony","Selection archived":"Wybór archiwizowany","Selection restored":"Wybór przywrócony","Send":"Wyślij","Sequential Name":"Nazwa sekwencyjna","Server":"Serwer","Service URL":"Adres URL do usługi","Settings":"Ustawienia","Settings saved":"Zapisano ustawienia","Setup":"Ustawienia","Shadow":"Cień","Share":"Udostępnij","Share %{name}":"Udostępnij %{name}","Shared with you.":"Udostępniono Ci.","Show":"Pokaż","Show all new faces":"Pokaż wszystkie nowe twarze","Show hidden":"Pokaż ukryte","Show less":"Pokaż mniej","Show Library in navigation menu.":"Pokaż bibliotekę w menu nawigacyjnym.","Show more":"Pokaż więcej","Show server logs in Library.":"Pokaż logi serwera w bibliotece.","Shows more detailed log messages. Requires a restart.":"Wyświetla bardziej szczegółowe komunikaty dziennika. Wymaga ponownego uruchomienia.","Sidecar":"Sidecar","Sign in":"Zaloguj się","Sign Up":"Zarejestruj się","Similar":"Podobne","Size":"Rozmiar","Slovak":"Słowacki","Slow":"Wolno","Sort by file name":"Sortowanie według nazwy pliku","Sort Order":"Kolejność sortowania","Source":"Źródło","Spanish":"Hiszpański","Stack":"Ułóż w stos","Stack files sharing the same unique image or instance identifier.":"Stos plików udostępniających ten sam unikalny identyfikator obrazu lub instancji.","Stack pictures taken at the exact same time and location based on their metadata.":"Układaj zdjęcia wykonane w tym samym czasie i w tym samym miejscu na podstawie ich metadanych.","Stackable":"Możliwość układania w stosy","Stacks":"Stosy","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Stosy plików grupowych z podobną ramką odniesienia, ale z różnicami w jakości, formacie, rozmiarze lub kolorze.","Start":"Start","Start/Stop Slideshow":"Start/Stop pokazu slajdów","States":"Region","Static Size Limit: %{n}px":"Pre-Render Limit rozmiaru: %{n}px","Status":"Status","Storage Folder":"Folder pamięci masowej","Streets":"Ulice","Style":"Styl","Subject":"Temat","Support for additional services, like Google Drive, will be added over time.":"Wsparcie dla kolejnych usług, jak Google Drive, będą dodawane z czasem.","Sync":"Synchronizuj","Sync raw and video files":"Synchronizuj obrazy RAW","Taken":"Zajęte","Teal":"Morski","Text too long":"Tekst za długi","Thank you very much!":"Dziękuję bardzo!","The index currently contains %{n} hidden files.":"Indeks zawiera obecnie %{n} ukryte pliki.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Mapa drogowa pokazuje, jakie zadania są w trakcie realizacji, co wymaga przetestowania, a jakie prośby o funkcje będą realizowane w następnej kolejności.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Ich format może nie być obsługiwany, nie zostały one jeszcze przekonwertowane na JPEG lub są duplikaty.","Theme":"Motyw","This is an early-access feature to say thanks to our sponsors and contributors.":"Jest to funkcja wczesnego dostępu, aby podziękować naszym sponsorom i współpracownikom.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Dzięki temu oryginalny folder jest montowany jako dysk sieciowy i umożliwia otwieranie, edytowanie i usuwanie plików z komputera lub smartfona, tak jakby były one lokalne.","This open-source project is made possible thanks to our sponsors.":"Ten projekt open-source jest możliwy dzięki naszym sponsorom.","Thumbnail Generation":"Miniaturka Pokolenie","Time UTC":"Czas UTC","Time Zone":"Strefa czasowa","Title":"Kafelek","Title too long":"Tytuł za długi","to":"do","Toggle View":"Przełączanie widoku (Toggle View)","Token":"Token","Topographic":"Topograficzny","Trademarks":"Znaki towarowe","Try again using other filters or keywords.":"Spróbuj ponownie użyć innych filtrów lub słów kluczowych.","Type":"Typ","Undo":"Cofnij","Unique ID":"Unikalny ID","Unknown":"Nieznany","Unsorted":"Nieposortowane","Unstack":"Rozpakuj","Updated":"Zaktualizowano","Updating faces":"Aktualizowanie twarzy","Updating index":"Wskaźnik aktualizacyjny","Updating moments":"Momenty aktualizujące","Updating previews":"Aktualizowanie podglądów","Updating stacks":"Aktualizacja stosów","Upload":"Wgraj","Upload complete":"Ukończono wgrywanie","Upload complete. Indexing…":"Wgrywanie zakończone. Indeksowanie…","Upload failed":"Przesyłanie nie powiodło się","Upload local files":"Prześlij pliki z dysku","Upload to WebDAV and share links with friends.":"Prześlij do WebDAV i udostępnij link...","Uploading %{n} of %{t}…":"Przesyłanie %{n} z %{t}..","Uploading photos…":"Przesyłanie zdjęć…","Uploads that may contain such images will be rejected automatically.":"Przesyłki, które mogą zawierać takie obrazy, będą automatycznie odrzucane.","URL":"URL","Use Presets":"Użyj ustawień wstępnych","User":"Użytkownik","User Interface":"Interfejs Użytkownika","Username":"Nazwa użytkownika","Video":"Wideo","Videos":"Filmy","View":"Widok","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Damy Ci znać jak to włączyć, kiedy zarejestrujesz się na Patreon lub GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"Klienci WebDAV mogą połączyć się z PhotoPrism za pomocą następującego adresu URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Klienci WebDAV, jak Microsoft Windows Explorer lub Apple Finder, mogą łączyć się bezpośrednio z PhotoPrism.","WebDAV Upload":"WebDAV Upload","White":"Biały","Year":"Rok","Yellow":"Żółty","Yellowstone":"Yellowstone","Yes":"Tak","You can only download one album":"Możesz pobrać tylko jeden album","You can only download one label":"Możesz pobrać tylko jedną etykietę","You may only select one item":"Możesz wybrać tylko jedną pozycję","You may rescan your library to find additional faces.":"Możesz ponownie przeszukać swoją bibliotekę, aby znaleźć dodatkowe twarze.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Możesz go używać zgodnie z wymaganiami do opisania naszego oprogramowania, uruchomienia własnego serwera, dla celów edukacyjnych, ale nie do oferowania komercyjnych towarów, produktów lub usług bez uprzedniej pisemnej zgody. Innymi słowy, proszę pytać.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Twoje stałe wsparcie pomaga nam pokrywać koszty operacyjne, dostarczać usługi takie jak mapy satelitarne i rozwijać nowe funkcje.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Twoja biblioteka jest na bieżąco analizowana, aby automatycznie tworzyć albumy z wyjątkowych chwil, podróży i miejsc.","Your message has been sent":"Twoja wiadomość została wysłana","Zoom in/out":"Powiększ / Pomniejsz"},"pt":{"%{n} albums found":"%{n} álbuns encontrados","%{n} entries found":"%{n} entradas encontradas","%{n} files uploaded":"%{n} arquivos enviados","%{n} folders found":"%{n} pastas encontradas","%{n} labels found":"%{n} etiquetas encontradas","%{n} results":"%{n} resultados","1 hour":"1 hora","12 hours":"12 horas","4 hours":"4 horas","A click will copy it to your clipboard.":"Um clique irá copiar para a área de transferência.","About":"Sobre","Account":"Conta","Accuracy":"Precisão","Action":"Ação","Actions":"Ações","Add Album":"Adicionar Álbum","Add files to your library via Web Upload.":"Adicionar arquivos à sua biblioteca via Web Upload.","Add Link":"Adicionar Link","Add photos or videos from search results by selecting them.":"Adicionar fotos ou vídeos dos resultados da pesquisa por seleção.","Add Server":"Adicionar Servidor","Add to album":"Adicionar ao álbum","Added":"Adicionado","Advanced":"Avançado","After 1 day":"Depois de 1 dia","After 3 days":"Depois de 3 dias","After 7 days":"Depois de 7 dias","After one month":"Depois de um mês","After one year":"Depois de um ano","After selecting photos or videos from search results, you can add them to existing or new albums using the context menu.":"Depois de selecionar fotos ou vídeos dos resultados da pesquisa, você pode adicioná-los a álbuns novos ou já existentes usando o menu contextual.","After two months":"Depois de dois meses","After two weeks":"Depois de duas semanas","Album":"Álbum","Album Name":"Nome do Álbum","Albums":"Álbuns","Albums deleted":"Álbuns excluídos","All %{n} albums loaded":"Todos os %{n} álbuns foram carregados","All %{n} entries loaded":"Todas as %{n} entradas foram carregadas","All %{n} labels loaded":"Todas as %{n} etiquetas foram carregadas","All Cameras":"Todas as Câmeras","All Categories":"Todas as Categorias","All Colors":"Todas as Cores","All Countries":"Todos os Países","All fields are required":"Todos os campos são necessários","All files from import folder":"Todos os arquivos da pasta importada","All Lenses":"Todas as Lentes","All Months":"Todos os Meses","All originals":"Todos os Originais","All Years":"Todos os Anos","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Como alternativa, pode enviar arquivos diretamente para servidores WebDAV, como Nextcloud.","Altitude":"Altitude","Altitude (m)":"Altitude (m)","An error occurred - are you offline?":"Ocorreu um erro - está conectado à internet?","Animation":"Animação","Any private photos and videos remain private and won't be shared.":"Qualquer foto ou vídeo privado continuará privado e não será compartilhado.","API Key":"Chave API","Apply":"Aplicar","Approve":"Aprovar","Archive":"Arquivo","Archived":"Arquivado","Are you sure you want to archive the selection?":"Tem a certeza que quer arquivar a seleção?","Are you sure you want to delete these albums?":"Tem a certeza que quer excluir esses álbuns?","Are you sure you want to delete these labels?":"Tem a certeza que quer excluir essas etiquetas?","Are you sure you want to delete this account?":"Tem a certeza que quer excluir essa conta?","Are you sure you want to permanently delete these pictures?":"Tem a certeza que quer permanentemente apagar estas imagens?","Are you sure you want to permanently delete this file?":"Tem a certeza que quer permanentemente apagar este arquivo?","Artist":"Artista","Aspect Ratio":"Proporção da Tela","At least 6 characters.":"Pelo menos 6 caracteres.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Criar arquivos JPEG automaticamente para outros tipos de arquivo para que sejam exibidos num navegador.","Black":"Preto","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Modificação do Lanczos, resulta em menos artefactos","Blue":"Azul","Brazilian Portuguese":"Português de Portugal","Brown":"Castanho","Browse and edit image classification labels.":"Navegar e editar as etiquetas de classificação da imagem.","Browse indexed files and folders in Library.":"Navegar pelos arquivos e pastas indexadas na Biblioteca.","Bug Report":"Relatar erro","Busy, please wait…":"Ocupado, por favor aguarde…","Calendar":"Calendário","Camera":"Câmera","Camera Serial":"Série da Câmera","Can't load more, limit reached":"Não é possível carregar mais, limite alcançado","Can't select more items":"Não é possível selecionar mais itens","Cancel":"Cancelar","Cards":"Cartões","Category":"Categoria","Change":"Mudar","Change photo titles, locations and other metadata.":"Mudar títulos, localizações e outros dados das fotos.","Change private flag":"Mudar marcação como privado","Checked":"Verificado","Chinese Simplified":"Chinês Simplificado","Chinese Traditional":"Chinês Tradicional","Chroma":"Croma","Close":"Fechar","Codec":"Codec","Color":"Cor","Colors":"Cores","Complete Rescan":"Escaneamento completo","Confidence":"Certeza","Connect":"Conectar","Connect via WebDAV":"Conectar via WebDAV","Contact Us":"Contactar-nos","Contains %{n} entries.":"Contem %{n} entradas.","Contains one entry.":"Contem uma entrada.","Convert to JPEG":"Converter para JPEG","Converting":"A converter","Copied to clipboard":"Copiado para a área de transferência de texto","Copyright":"Direitos de Autor","Couldn't find anything":"Não foi encontrado nada","Couldn't find anything.":"Não foi encontrado nada.","Couldn't find recently edited":"Não foi possível encontrar algo editado recentemente","Country":"País","Create album":"Criar álbum","Created":"Criado","Creating thumbnails for":"Criando miniaturas para","Cubic: Moderate Quality, Good Performance":"Cubic: Qualidade razoável, bom desempenho","Current Password":"Senha Atual","Customer Support":"Suporte ao cliente","Cyan":"Ciano","Cyano":"Ciano","Czech":"Tcheco","Daily":"Diariamente","Day":"Dia","Debug Logs":"Registros de depuração","Default":"Padrão","Default Folder":"Pasta Padrão","Delete":"Apagar","Description":"Descrição","Detailed instructions can be found in our User Guide.":"Instruções detalhadas podem ser encontradas no nosso Guia de Utilizador.","Details":"Detalhes","developing new features and keeping them free for everyone":"desenvolver novas funcionalidades e mantê-las livres para todos","Dimensions":"Dimensões","Disable Backups":"Desativar Cópias de Segurança","Disable built-in WebDAV server. Requires a restart.":"Desativa servidor WebDAV embutido. Requer reinicialização.","Disable ExifTool":"Desativar ExifTool","Disable Places":"Desativar Lugares","Disable TensorFlow":"Desativar TensorFlow","Disable WebDAV":"Desativar WebDAV","Disabled":"Desativado","Disables reverse geocoding and maps.":"Desativa geocodificação reversa e mapas.","Disables simultaneous conversion of RAW files to apply Darktable presets.":"Desativa conversão de arquivos RAW para aplicação de pré-definições Darktable.","Discover":"Explorar","Don't backup photo and album metadata to YAML files.":"Não fazer respaldo dos metadados de fotos e álbuns nos arquivos YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Não criar arquivos JSON ExifTool que melhoram a extração de metadados.","Don't modify originals folder. Disables import, upload, and delete.":"Não modificar a pasta de originais. Desativa importação, envio e remoção.","Don't use TensorFlow for image classification.":"Não usar TensorFlow para classificação de imagens.","Donations":"Donativos","Done":"Concluído","Done.":"Concluído.","Download":"Descarregar","Download remote files":"Descarregar arquivos remotos","Download single files and zip archives.":"Descarregar ficheiros individuais e arquivos zip.","Downloading…":"Descarregando…","Downscaling Filter":"Filtro de redimensionamento","Duplicates will be skipped and only appear once.":"Duplicações serão descarregadas e só vão aparecer uma vez.","Dutch":"Holandês","Dynamic Previews":"Amostras dinâmicas","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Geração dinâmica requer um servidor poderoso. Não recomendado para dispositivos NAS.","Dynamic Size Limit: %{n}px":"Tamanho dinâmico limite: %{n}px","E-Mail":"Email","Edit":"Editar","Edit %{name}":"Editar %{name}","Edit Account":"Editar Conta","Edit Photo":"Editar Foto","Edited":"Editado","Enable new features currently under development.":"Habilitar funcionalidades atualmente em desenvolvimento.","Enabled":"Ativado","English":"Inglês","Error":"Erro","Errors":"Erros","Estimate the approximate location of pictures without coordinates.":"Estima a localização aproximada das imagens sem coordenadas.","Estimates":"Estimativas","Every two days":"A cada dois dias","Exclude content marked as private from search results, shared albums, labels and places.":"Excluir conteúdo marcado como privado dos resultados da pesquisa, álbuns compartilhados, etiquetas e locais.","Expand":"Expandir","Expand Search":"Expandir Pesquisa","Experimental Features":"Funcionalidades experimentais","Expires":"Expira","Exposure":"Exposição","F Number":"Razão focal","Failed copying to clipboard":"Falha ao copiar para a área de transferência de texto","Failed removing link":"Falha ao remover o link","Failed updating link":"Falha ao atualizar o link","Failure while importing uploaded files":"Falha ao importar arquivos carregados","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature Request":"Solicitar funcionalidade","Feedback":"Dê a sua opinião","File":"Ficheiro","File Browser":"Explorador de Arquivos","Files":"Ficheiro","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Arquivos com nomes sequenciais, como \"IMG_1234 (2)\" ou \"IMG_1234 (3)\" pertencem à mesma foto.","Focal Length":"Distância Focal","Folder":"Pasta","Folder contains %{n} files":"A pasta contem %{n} arquivos","Folder is empty":"A pasta está vazia","Folders":"Pastas","French":"Francês","Fullscreen":"Ecrã inteiro","General":"Geral","German":"Alemão","Gold":"Dourado","Grayscale":"Escala de cinza","Green":"Verde","Grey":"Cinza","Group by similarity":"Agrupar por similaridade","Hash":"Hashe","Hebrew":"Hebraico","Help":"Ajuda","Hidden":"Ocultos","Hidden Files":"Arquivos Ocultos","Hide photos that have been moved to archive.":"Oculte fotos que foram arquivadas.","Hindi":"Hindu","How can we help?":"Como podemos ajudar?","Hybrid":"Híbrido","I'm a sponsor":"Eu sou um(a) patrocinador(a)","If a file you expect is missing, please re-index your library and wait until indexing has been completed.":"Se um ficheiro que procura está em falta, por favor indexe novamente a biblioteca e espere até que a indexação esteja concluída.","image":"imagem","Image":"Imagem","Images":"Imagens","Import":"Importar","Import failed":"Falha na importação","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Ficheiros importados serão organizados por data e receberão um nome único para evitar duplicações.","Imported files will be sorted by date and given a unique name.":"Ficheiros importados serão organizados por data e receberão um nome único.","Importing %{name}…":"Importando %{name}…","Importing files to originals…":"Importando ficheiros para originais…","in":"em","Index":"Indexar","Indexing":"Indexando","Indexing failed":"Falha ao indexar","Indexing media and sidecar files…":"Indexando ficheiro multimédia e secundários…","Instance ID":"ID da Instância","Interval":"Intervalo","Invalid date":"Data inválida","Item":"Item","Japanese":"Japonês","JPEG Quality: %{n}":"Qualidade JPEG: %{n}","JPEG Size Limit: %{n}px":"Tamanho JPEG limite: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Imagens JPEG e miniaturas são renderizadas automaticamente conforme necessário.","Keywords":"Palavras-chave","Label":"Etiqueta","Label Name":"Nome da Etiqueta","Labels":"Etiquetas","Labels deleted":"Etiquetas apagadas","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Preserva detalhes, poucos artefactos","Language":"Idioma","Last Backup":"Última Cópia de Segurança","Latitude":"Latitude","Lavender":"Lavanda","Lens":"Lente","Let PhotoPrism create albums from past events.":"Permita que PhotoPrism crie álbuns de eventos passados.","Let's Join Forces":"Vamos juntar forças","Library":"Biblioteca","License":"Licença","Like":"Gosto","Lime":"Lima","Limit reached, showing first %{n} files":"Limite alcançado, mostrando os primeiros %{n} arquivos","Linear: Very Smooth, Best Performance":"Linear: Suave, melhor desempenho","Link":"Link","List":"Lista","Live":"Ao vivo","Local Time":"Hora Local","location":"localização","Location":"Localização","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Mensagens aparecem aqui sempre que o PhotoPrism encontra arquivos com defeito ou outro potencial problema.","Login":"Entrar","Logout":"Sair","Logs":"Registros","Longitude":"Longitude","Magenta":"Magenta","Main Color":"Cor principal","manual":"manual","Manual Upload":"Envio manual","Medium":"Médio","Message sent":"Mensagem enviada","Minimize":"Minimizar","Missing":"Em Falta","Moments":"Momentos","Monochrome":"Monocromático","Month":"Mês","Moonlight":"Luar","More than 20 albums found":"Mais de 20 álbuns encontrados","More than 20 labels found":"Mais de 20 etiquetas encontradas","More than 50 entries found":"Mais de 50 entradas encontradas","More than 50 results":"Mais de 50 resultados","Mosaic":"Mosaico","Most relevant":"Mais relevante","Move Files":"Mover ficheiro","Name":"Nome","Name too long":"Nome muito extenso","Never":"Nunca","New Password":"Nova senha","Newest first":"Mais recente primeiro","No":"Não","No albums found":"Nenhum álbum encontrado","No entries found":"Nenhuma entrada encontrada","No labels found":"Nenhuma etiqueta encontrada","No photos found":"Nenhuma foto encontrada","No results":"Nenhum resultado","No servers configured.":"Nenhum servidor configurado.","No thanks":"Não, obrigado(a)","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nenhum alerta ou erro contendo esta palavra-chave. Note que a pesquisa diferencia maiúsculas de minúsculas.","Non-photographic and low-quality images require a review before they appear in search results.":"Imagens de baixa qualidade ou não-fotográficas necessitam de revisão antes de aparecerem nos resultados da pesquisa.","None":"Nenhum","Not Found":"Não encontrado","Not implemented yet":"Ainda não implementado","Note that you can as well manage and re-index your originals manually.":"Note que também pode gerir e re-indexar seus originais manualmente.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: Apenas servidores WebDAV, tais como Nextcloud ou PhotoPrism, podem ser configurados como serviço remoto para envio de ficheiros e cópias de segurança.","Note: Updating the password will not revoke access from already authenticated users.":"Nota: A alteração da senha não revoga o acesso de utilizadores já autenticados.","Notes":"Notas","Nothing to see here yet. Be patient.":"Nada para se ver aqui ainda. Seja paciente.","Offline":"Desconectado","Oldest first":"Mais antigas primeiro","Once a week":"Uma vez por semana","One album found":"Um álbum encontrado","One entry found":"Uma entrada encontrada","One file found":"Um ficheiro encontrado","One folder found":"Uma pasta encontrada","One result":"Um resultado","Onyx":"Ônix","Options":"Opções","Orange":"Laranja","Original":"Original","Original file names will be stored and indexed.":"Nomes originais dos arquivos serão armazenados e indexados.","Original Name":"Nome original","Originals":"Originais","Other":"Outro","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"A nossa visão é oferecer a solução mais amigável para navegar, organizar e partilhar sua coleção de fotos.","Outdoor":"Ao ar livre","Panorama":"Panorama","Panoramas":"Panoramas","Password":"Senha","Password changed":"Senha alterada","pay for operating expenses and external services like satellite maps":"a pagar por custos operacionais e serviços externos como mapas de satélites","People":"Pessoas","People you share a link with will be able to view public contents.":"Pessoas com as quais partilha um link poderão ver os conteúdos públicos.","Permanently deleted":"Permanentemente excluídas","Permanently remove files to free up storage.":"Remover ficheiros permanentemente para poupar armazenamento.","Photo":"Foto","PhotoPrism continuously analyzes your library to find special moments, journeys and places.":"PhotoPrism analisa continuamente a biblioteca para encontrar momentos especiais, viagens e lugares.","PhotoPrism has been updated…":"PhotoPrism foi atualizado…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® é uma marca registrada de Michael Mayer.","Photos":"Fotos","Pink":"Rosa","Place":"Lugar","Place & Time":"Lugar & Tempo","Places":"Lugares","Play":"Reproduzir","Please confirm your new password.":"Por favor, confirme a nova senha.","Please contact us at hello@photoprism.app if you have questions or need help.":"Por favor, entre em contato via hello@photoprism.app se tiver dúvidas ou precisar de ajuda.","Please don't upload photos containing offensive content.":"Por favor, não envie fotos com conteúdo ofensivo.","Polish":"Polonês","Portrait":"Retrato","Preserve filenames":"Preservar nomes de ficheiro","Press button to start importing…":"Pressione o botão para começar a importar…","Press button to start indexing…":"Pressione o botão para começar a indexar…","Press enter to create a new album.":"Pressione enter para criar um novo álbum.","Preview":"Pré-visualização","Primary":"Primário","Private":"Privado","Product Feedback":"Opinião sobre o produto","Projection":"Projeção","Purple":"Roxo","Quality Filter":"Filtro de qualidade","Quality Score":"Marcador de qualidade","Random":"Aleatório","Raspberry":"Framboesa","Raw":"RAW","RAW":"RAW","RAW Conversion":"Conversão RAW","Re-index all originals, including already indexed and unchanged files.":"Reindexe todos originais, incluindo ficheiros já indexados e não modificados.","Read-Only Mode":"Modo Somente Leitura","Recently added":"Recentemente adicionados","Recently edited":"Recentemente editados","Red":"Vermelho","Reload":"Recarregar","Reloading…":"Recarregando…","Remote Sync":"Sincronização remota","Remove":"Remover","remove failed: unknown album":"remoção falhou: álbum desconhecido","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Remover ficheiros já importados ao armazenamento. Tipos de ficheiros não suportados nunca serão apagados, eles continuam na localização atual.","Report Bug":"Reportar Erro","Request failed - invalid response":"Solicitação falhou - resposta inválida","Required":"Mandatório","Resolution":"Resolução","Restore":"Restaurar","Retype Password":"Re-insira a senha","Review":"Rever","Russian":"Russo","Save":"Guardar","Scan":"Pesquisar","Scans":"Pesquisas","Search":"Pesquisar","Search and display photos on a map.":"Pesquisar e mostrar fotos num mapa.","Season":"Estação","Seaweed":"Alga","Secret":"Segredo","Select":"Selecionar","Select albums or create a new one":"Selecione álbuns ou crie um novo","Selection approved":"Seleção aprovada","Selection archived":"Seleção arquivada","Selection restored":"Seleção restaurada","Send":"Enviar","Sequential Name":"Nome sequencial","Server":"Servidor","Service URL":"URL do serviço","Settings":"Configurações","Settings saved":"Configurações guardadas","Setup":"Configuração","Shadow":"Sombra","Share":"Partilhar","Share %{name}":"Partilhar %{name}","Shared with you.":"Partilhar com você.","Show less":"Mostrar menos","Show Library in navigation menu.":"Mostrar Biblioteca no menu de navegação.","Show more":"Mostrar mais","Show server logs in Library.":"Mostrar registros do servidor na Biblioteca.","Showing all %{n} results":"Mostrando todos %{n} resultados","Shows more detailed log messages.":"Mostra registros mais detalhados.","Sidecar":"Secundários","Sign in":"Entrar","Sign Up":"Registar","Similar":"Semelhante","Size":"Tamanho","Slovak":"Eslovaco","Slow":"Lento","Sort by file name":"Classificar por nome de ficheiro","Sort Order":"Ordem de classificação","Source":"Fonte","Spanish":"Espanhol","Stack":"Pilhas","Stack files sharing the same unique image or instance identifier.":"Empilhar ficheiros com a mesma imagem única ou identificador de instância.","Stack pictures taken at the exact same time and location based on their metadata.":"Empilhar fotos tiradas na mesma hora e local conforme os metadados.","Stackable":"Empilhável","Stacks":"Pilhas","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Empilhar grupos de arquivos com moldura de referência similar, porém qualidade, formato, tamanho e cores diferentes.","Start":"Iniciar","Start/Stop Slideshow":"Iniciar/Parar Apresentação","States":"Estados","Static Size Limit: %{n}px":"Tamanho estático limite: %{n}px","Status":"Status","Storage Folder":"Pasta de armazenamento","Streets":"Ruas","Style":"Estilo","Subject":"Assunto","Support for additional services, like Google Drive, will be added over time.":"Suporte para serviços adicionais, como Google Drive, serão adicionados oportunamente.","Sync":"Sincronizar","Sync raw and video files":"Sincronizar ficheiros RAW e vídeos","Taken":"Tirado","Teal":"Azul marinho","Text too long":"Texto muito longo","The index currently contains %{n} hidden files.":"O índice atualmente contém %{n} ficheiros ocultos.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"O formato delas não é suportado, não foram convertidas para JPEG ainda ou existe duplicação.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Esta é uma funcionalidade exclusiva para os nossos patrocinadores e colaboradores, como forma de agradecimento.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Isto monta a pasta de originais como um dispositivo de rede e permite que abra, edite e apague ficheiros a partir do seu computador ou telemóvel como se fossem locais.","Thumbnail Generation":"Geração de miniaturas","Time UTC":"Horário UTC","Time Zone":"Fuso Horário","Title":"Título","Title too long":"Título muito longo","to":"para","Toggle View":"Trocar visualização","Token":"Token","Topographic":"Topográfico","Trademarks":"Marcas registradas","Try again using other filters or keywords.":"Tente novamente usando outros filtros ou palavras-chave.","Type":"Tipo","Unique ID":"ID único","Unknown":"Desconhecido","Unsorted":"Não classificado","Unstack":"Desempilhar","Updated":"Atualizado","Updating index":"Atualizando o índice","Updating moments":"Atualizando momentos","Updating stacks":"Atualizando pilhas","Upload":"Enviar","Upload complete":"Envio finalizado","Upload complete. Indexing…":"Envio finalizado. Indexando…","Upload failed":"Envio falhou","Upload local files":"Enviar ficheiros locais","Upload to WebDAV and share links with friends.":"Enviar para WebDAV e partilhar links com amigos.","Uploading %{n} of %{t}…":"Enviando %{n} de %{t}…","Uploading photos…":"Enviando fotos…","Uploads that may contain such images will be rejected automatically.":"Envios que possam conter tais imagens serão rejeitados automaticamente.","URL":"URL","Use Presets":"Usar pré-definições","User":"Utilizador","User Interface":"Interface de utilizador","Username":"Nome de utilizador","Video":"Vídeo","Videos":"Vídeos","View":"Visualização","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Nós informamos como a activar quando se registar no Patreon ou GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"Clientes WebDAV podem conectar-se ao PhotoPrism usando o seguinte endereço:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Clientes WebDAV, com o explorador do Windows ou do MacOS, pode conectar-se diretamente com o PhotoPrism.","WebDAV Upload":"Envio WebDAV","White":"Branco","Year":"Ano","Yellow":"Amarelo","Yes":"Sim","You can only download one album":"Pode descarregar apenas um álbum","You can only download one label":"Pode descarregar apenas uma etiqueta","You may only select one item":"Pode descarregar apenas um item","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Pode usá-lo caso necessário para descrever o nosso programa, correr o seu próprio servidor, para propósitos educacionais, mas não para oferecer serviços ou produtos comerciais sem permissão prévia por escrito. Em outras palavras, por favor, solicite a permissão.","Your continuous support helps...":"O seu apoio contínuo ajuda-nos…","Your message has been sent":"A mensagem foi enviada","Zoom in/out":"Aproximar/Afastar"},"pt_BR":{"%{n} albums found":"%{n} álbuns encontrados","%{n} files uploaded":"%{n} arquivos enviados","%{n} folders found":"%{n} pastas encontradas","%{n} labels found":"%{n} etiquetas encontradas","%{n} people found":"%{n} pessoas encontradas","%{n} pictures found":"%{n} fotos encontradas","1 hour":"1 hora","12 hours":"12 horas","4 hours":"4 horas","A click will copy it to your clipboard.":"Um clique copiará para sua área de transferência.","About":"Sobre","Account":"Conta","Accuracy":"Precisão","Action":"Ação","Actions":"Ações","Add Album":"Adicionar Álbum","Add files to your library via Web Upload.":"Adicionar arquivos à sua biblioteca via Web Upload.","Add Link":"Adicionar Link","Add pictures from search results by selecting them.":"Adicione fotos dos resultados da busca selecionando-as.","Add Server":"Adicionar Servidor","Add to album":"Adicionar ao álbum","Added":"Adicionado","Advanced":"Avançado","After 1 day":"Depois de 1 dia","After 3 days":"Depois de 3 dias","After 7 days":"Depois de 7 dias","After one month":"Depois de um mês","After one year":"Depois de um ano","After selecting pictures from search results, you can add them to an album using the context menu.":"Após selecionar as fotos dos resultados da busca, você pode adicioná-las a um álbum usando o menu de contexto.","After two months":"Depois de dois meses","After two weeks":"Depois de duas semanas","Album":"Álbum","Album Name":"Nome do Álbum","Albums":"Álbuns","Albums deleted":"Álbuns excluídos","All %{n} albums loaded":"Todos os %{n} álbuns foram carregados","All %{n} labels loaded":"Todas as %{n} etiquetas foram carregadas","All %{n} people loaded":"Todas as pessoas %{n} carregadas","All Cameras":"Todas as Câmeras","All Categories":"Todas as Categorias","All Colors":"Todas as Cores","All Countries":"Todos os Países","All fields are required":"Todos os campos são necessários","All files from import folder":"Todos os arquivos da pasta importada","All Lenses":"Todas as Lentes","All Months":"Todos os Meses","All originals":"Todos os Originais","All Years":"Todos os Anos","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Como alternativa, você pode enviar arquivos diretamente para servidores WebDAV, como Nextcloud.","Altitude":"Altitude","Altitude (m)":"Altitude (m)","An error occurred - are you offline?":"Ocorreu um erro - você está conectado à internet?","Animation":"Animação","Any private photos and videos remain private and won't be shared.":"Qualquer foto ou vídeo privado continuará privado e não será compartilhado.","API Key":"Chave API","Apply":"Aplicar","Approve":"Aprovar","Archive":"Arquivo","Archived":"Arquivado","Are you sure you want to archive the selection?":"Você tem certeza que deseja arquivar a seleção?","Are you sure you want to delete these albums?":"Você tem certeza que deseja excluir esses álbuns?","Are you sure you want to delete these labels?":"Você tem certeza que deseja excluir essas etiquetas?","Are you sure you want to delete this account?":"Você tem certeza que deseja excluir essa conta?","Are you sure you want to permanently delete these pictures?":"Você tem certeza que deseja permanentemente excluir estas imagens?","Are you sure you want to permanently delete this file?":"Você tem certeza que deseja permanentemente excluir este arquivo?","Artist":"Artista","Aspect Ratio":"Proporção da Tela","At least 6 characters.":"Pelo menos 6 caracteres.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Criar arquivos JPEG automaticamente para outros tipos de arquivo para que eles possam se exibidos num navegador.","Automatically creates albums of special moments, trips, and places.":"Cria automaticamente álbuns de momentos, viagens e lugares especiais.","Become a sponsor":"Torne-se um patrocinador","Bio":"Bio","Black":"Preto","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Modificação do Lanczos, resulta em menos artefatos","Blue":"Azul","Brazilian Portuguese":"Português do Brasil","Brown":"Marrom","Browse and edit image classification labels.":"Navegar e editar as etiquetas de classificação da imagem.","Browse indexed files and folders in Library.":"Navegar pelos arquivos e pastas indexadas na Biblioteca.","Bug Report":"Relatar erro","Busy, please wait…":"Ocupado, por favor espere…","Calendar":"Calendário","Camera":"Câmera","Camera Serial":"Série da Câmera","Can't load more, limit reached":"Não é possível carregar mais, limite alcançado","Can't select more items":"Não é possível selecionar mais itens","Cancel":"Cancelar","Cards":"Cartões","Category":"Categoria","Change":"Mudar","Change photo titles, locations, and other metadata.":"Mudar títulos, localizações e outros dados das fotos.","Change private flag":"Mudar marcação como privado","Checked":"Checado","Chinese Simplified":"Chinês Simplificado","Chinese Traditional":"Chinês Tradicional","Chroma":"Croma","Close":"Fechar","Codec":"Codec","Color":"Cor","Colors":"Cores","Complete Rescan":"Escanear completamente novamente","Confidence":"Certeza","Connect":"Conectar","Connect via WebDAV":"Conectar via WebDAV","Contact Us":"Entrar em contato","Contains %{n} pictures.":"Contém %{n} imagens.","Contains one picture.":"Contém uma foto.","Convert to JPEG":"Converter para JPEG","Converting":"Convertendo","Copied to clipboard":"Copiado para a área de transferência de texto","Copyright":"Direitos Autorais","Couldn't find anything.":"Não foi possível encontrar nada.","Country":"País","Create album":"Criar álbum","Created":"Criado","Creating thumbnails for":"Criando miniaturas para","Cubic: Moderate Quality, Good Performance":"Cubic: Qualidade razoável, bom desempenho","Current Password":"Senha Atual","Customer Support":"Suporte ao cliente","Cyan":"Ciano","Cyano":"Ciano","Czech":"Tcheco","Daily":"Diariamente","Danish":"Dinamarquês","Day":"Dia","Debug Logs":"Registros de depuração","Default":"Padrão","Default Folder":"Pasta Padrão","Delete":"Excluir","Description":"Descrição","Detailed instructions can be found in our User Guide.":"Instruções detalhadas podem ser encontradas no nosso Guia de Usuário.","Details":"Detalhes","Dimensions":"Dimensões","Disable Backups":"Desativar Cópias de Segurança","Disable built-in WebDAV server. Requires a restart.":"Desativa servidor WebDAV embutido. Requer reinicialização.","Disable Darktable":"Desativar Darktable","Disable ExifTool":"Desativar ExifTool","Disable FFmpeg":"Desativar FFmpeg","Disable Places":"Desativar Lugares","Disable RawTherapee":"Desativar RawTherapee","Disable TensorFlow":"Desativar TensorFlow","Disable WebDAV":"Desativar WebDAV","Disabled":"Desativado","Disables reverse geocoding and maps.":"Desativa geocodificação reversa e mapas.","Discover":"Descobrir","Don't backup photo and album metadata to YAML files.":"Não fazer respaldo dos metadados de fotos e álbuns nos arquivos YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Não criar arquivos JSON ExifTool que melhoram a extração de metadados.","Don't modify originals folder. Disables import, upload, and delete.":"Não modificar a pasta de originais. Desativa importação, envio e remoção.","Don't transcode videos with FFmpeg.":"Não transcodifique vídeos com FFmpeg.","Don't use Darktable to convert RAW files.":"Não use o Darktable para converter arquivos RAW.","Don't use RawTherapee to convert RAW files.":"Não use RawTherapee para converter arquivos RAW.","Don't use TensorFlow for image classification.":"Não usar TensorFlow para classificação de imagens.","Donations":"Doações","Done":"Concluído","Done.":"Concluído.","Download":"Baixar","Download remote files":"Baixar arquivos remotos","Download single files and zip archives.":"Baixar arquivos individuais e zip.","Downloading…":"Baixando…","Downscaling Filter":"Filtro de redimensionamento","Duplicates will be skipped and only appear once.":"Duplicatas serão puladas e só aparecerão uma vez.","Dutch":"Holandês","Dynamic Previews":"Amostras dinâmicas","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Geração dinâmica requer um servidor poderoso. Não recomendado para dispositivos NAS.","Dynamic Size Limit: %{n}px":"Tamanho dinâmico limite: %{n}px","E-Mail":"Email","Edit":"Editar","Edit %{name}":"Editar %{name}","Edit Account":"Editar Conta","Edit Photo":"Editar Foto","Edited":"Editado","Enable new features currently under development.":"Habilitar funcionalidades atualmente em desenvolvimento.","Enabled":"Ativado","Enables RAW converter presets. May reduce performance.":"Permite predefinições de conversores RAW. Pode reduzir o desempenho.","English":"Inglês","Errors":"Erros","Estimate the approximate location of pictures without coordinates.":"Estima a localização aproximada das imagens sem coordenadas.","Estimates":"Estimativas","Every two days":"A cada dois dias","Exclude content marked as private from search results, shared albums, labels, and places.":"Excluir conteúdo marcado como privado dos resultados da busca, álbuns compartilhados, etiquetas e locais.","Exclude hidden":"Excluir oculto","Expand":"Expandir","Expand Search":"Expandir Busca","Experimental Features":"Funcionalidades experimentais","Expires":"Expira","Exposure":"Exposição","F Number":"Razão focal","Face":"Face","Faces":"Faces","Failed copying to clipboard":"Falha ao copiar para a área de transferência de texto","Failed removing link":"Falha ao remover o link","Failed updating link":"Falha ao atualizar o link","Failure while importing uploaded files":"Falha ao importar arquivos carregados","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature Request":"Solicitar funcionalidade","Feedback":"Dê sua opinião","File":"Arquivo","File Browser":"Explorador de Arquivos","Files":"Arquivos","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Arquivos com nomes sequenciais, como \"IMG_1234 (2)\" ou \"IMG_1234 (3)\" pertencem à mesma foto.","Focal Length":"Distância Focal","Folder":"Pasta","Folder contains %{n} files":"A pasta contem %{n} arquivos","Folder is empty":"A pasta está vazia","Folders":"Pastas","French":"Francês","Fullscreen":"Tela Cheia","General":"Geral","German":"Alemão","Gold":"Dourado","Grayscale":"Escala de cinza","Green":"Verde","Grey":"Cinza","Group by similarity":"Agrupar por similaridade","Hash":"Hashe","Hebrew":"Hebraico","Help":"Ajuda","Hidden":"Ocultos","Hidden Files":"Arquivos Ocultos","Hide":"Esconder","Hide photos that have been moved to archive.":"Oculte fotos que foram arquivadas.","Hindi":"Hindu","How can we help?":"Como podemos ajudar?","Hybrid":"Híbrido","I'm a sponsor":"Eu sou um(a) patrocinador(a)","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Se você gosta de usar o PhotoPrism, por favor, considere apoiar-nos nos Patrocinadores Patreon ou GitHub.","image":"imagem","Image":"Imagem","Images":"Imagens","Import":"Importar","Import failed":"Falha na importação","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Arquivos importados serão organizados por data e receberão um nome único para evitar duplicatas.","Imported files will be sorted by date and given a unique name.":"Arquivos importados serão organizados por data e receberão um nome único.","Importing %{name}…":"Importando %{name}…","Importing files to originals…":"Importando arquivos para originais…","in":"em","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"No caso de faltarem as fotos que você espera, por favor, faça uma nova digitalização de sua biblioteca e aguarde até que a indexação seja concluída.","Index":"Indexar","Indexing":"Indexando","Indexing failed":"Falha ao indexar","Indexing media and sidecar files…":"Indexando arquivos de mídia e secundários…","Instance ID":"ID da Instância","Interval":"Intervalo","Invalid date":"Data inválida","Italian":"Italiano","Item":"Item","Japanese":"Japonês","JPEG Quality: %{n}":"Qualidade JPEG: %{n}","JPEG Size Limit: %{n}px":"Tamanho JPEG limite: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Imagens JPEG e miniaturas são renderizadas automaticamente conforme necessário.","Keywords":"Palavras-chave","Korean":"Coreano","Kurdish":"Curdo","Label":"Etiqueta","Labels":"Etiquetas","Labels deleted":"Etiquetas excluídas","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Preserva detalhes, poucos artefatos","Language":"Idioma","Last Backup":"Última Cópia de Segurança","Latitude":"Latitude","Lavender":"Lavanda","Lens":"Lente","Let us know when we mistakenly label an idea as unfunded.":"Avise-nos quando rotularmos erroneamente uma idéia como não financiada.","Library":"Biblioteca","License":"Licença","Like":"Gostar","Lime":"Lima","Limit reached, showing first %{n} files":"Limite alcançado, mostrando os primeiros %{n} arquivos","Linear: Very Smooth, Best Performance":"Linear: Suave, melhor desempenho","Link":"Link","List":"Lista","Live":"Ao vivo","Local Time":"Hora Local","location":"localização","Location":"Localização","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Mensagens aparecem aqui sempre que o PhotoPrism encontra arquivos defeituosos ou existe a possibilidade de outros problemas.","Login":"Entrar","Logout":"Sair","Logs":"Registros","Longitude":"Longitute","Magenta":"Magenta","Main Color":"Cor principal","manual":"manual","Manual Upload":"Envio manual","Marker":"Marcador","Medium":"Médio","Merge %{a} with %{b}?":"Fundir %{a} com %{b}?","Message sent":"Mensagem enviada","Minimize":"Minimizar","Missing":"Faltando","Moments":"Momentos","Monochrome":"Monocromático","Month":"Mês","Moonlight":"Luar","More than %{n} pictures found":"Mais do que %{n} fotos encontradas","More than 20 albums found":"Mais de 20 álbuns encontrados","More than 20 labels found":"Mais de 20 etiquetas encontradas","More than 20 people found":"Mais de 20 pessoas encontraram","Mosaic":"Mosáico","Most relevant":"Mais relevante","Move Files":"Mover arquivos","Name":"Nome","Name too long":"Nome muito extenso","Never":"Nunca","New":"Novo","New Password":"Nova senha","Newest first":"Mais recente primeiro","No":"Não","No albums found":"Nenhum álbum encontrado","No labels found":"Nenhuma etiqueta encontrada","No people found":"Nenhuma pessoa encontrada","No pictures found":"Nenhuma foto encontrada","No recently edited pictures":"Nenhuma foto editada recentemente","No servers configured.":"Nenhum servidor configurado.","No thanks":"Não, obrigado(a)","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nenhum alerta ou erro contento esta palavra-chave. Note que a busca diferencia maiúsculas de minísculas.","Non-photographic and low-quality images require a review before they appear in search results.":"Imagens de baixa qualidade ou não-fotográficas necessitam de revisão antes de aparecerem nos resultados de busca.","None":"Nenhum","Norwegian":"Norueguês","Not Found":"Não encontrado","Note you may manually manage your originals folder and importing is optional.":"Note que você pode gerenciar manualmente sua pasta de originais e a importação é opcional.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: Apenas servidores WebDAV, tais como Nextcloud ou PhotoPrism, podem ser configurados como serviço remoto para envio de arquivos e cópias de segurança.","Note: Updating the password will not revoke access from already authenticated users.":"Nota: A alteraração da senha não revoga o acesso de usuários já autenticados.","Notes":"Notas","Nothing to see here yet. Be patient.":"Nada para se ver aqui ainda. Seja paciente.","Offline":"Desconectado","Oldest first":"Mais antigas primeiro","Once a week":"Uma vez por semana","One album found":"Um álbum encontrado","One file found":"Um arquivo encontrado","One folder found":"Uma pasta encontrada","One label found":"Um rótulo encontrado","One person found":"Uma pessoa encontrada","One picture found":"Uma foto encontrada","Onyx":"Ônix","Options":"Opções","Orange":"Laranjado","Orientation":"Orientação","Original":"Original","Original file names will be stored and indexed.":"Nomes originais dos arquivos serão armazenados e indexados.","Original Name":"Nome original","Originals":"Originais","Other":"Outro","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Nossa visão é oferecer a solução mais amigável para navegar, organizar e compartilhar sua coleção de fotos.","Outdoor":"Ao ar livre","Panorama":"Panorama","Panoramas":"Panoramas","Password":"Senha","Password changed":"Senha alterada","People":"Pessoas","People you share a link with will be able to view public contents.":"Pessoas com as quais você compartilha um link poderão ver os conteúdos públicos.","Permanently deleted":"Permanentemente excluídas","Permanently remove files to free up storage.":"Remover arquivos permanentemente para poupar armazenamento.","Photo":"Foto","PhotoPrism has been updated…":"PhotoPrism foi atualizado…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® é uma marca registrada de Michael Mayer.","Photos":"Fotos","Pink":"Rosa","Place":"Lugar","Place & Time":"Lugar & Tempo","Places":"Lugares","Play":"Reproduzir","Please confirm your new password.":"Por favor, confirme sua nova senha.","Please contact us at hello@photoprism.app if you have questions or need help.":"Por favor, entre em contato via hello@photoprism.app se você tiver dúvidas ou precisar de ajuda.","Please don't upload photos containing offensive content.":"Por favor, não envie fotos com conteúdo ofensivo.","Polish":"Polonês","Portrait":"Retrato","Português de Portugal":"Português de Portugal","Preserve filenames":"Preservar nomes de arquivo","Press button to start importing…":"Pressione o botão para começar a importar…","Press button to start indexing…":"Pressione o botão para começar a indexar…","Press enter to create a new album.":"Pressione enter para criar um novo álbum.","Preview":"Pré-visualização","Primary":"Primário","Private":"Privado","Product Feedback":"Opinião sobre o produto","Projection":"Projeção","Purple":"Roxo","Quality Filter":"Filtro de qualidade","Quality Score":"Marcador de qualidade","Random":"Aleatório","Raspberry":"Framboesa","Raw":"RAW","RAW":"RAW","RAW Conversion":"Conversão RAW","Re-index all originals, including already indexed and unchanged files.":"Reindexe todos originais, incluindo arquivos já indexados e não modificados.","Read-Only Mode":"Modo Somente Leitura","Recently added":"Recentemente adicionados","Recently edited":"Recentemente editados","Recognition starts after indexing has been completed.":"O reconhecimento começa após a indexação ter sido concluída.","Recognized":"Reconhecido","Recognizes faces so that specific people can be found.":"Reconhece rostos para que pessoas específicas possam ser encontradas.","Red":"Vermelho","Reload":"Recarregar","Reloading…":"Recarregando…","Remote Sync":"Sincronização remota","Remove":"Remover","remove failed: unknown album":"remoção falhou: álbum desconhecido","Remove from album":"Remover do álbum","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Remover arquivos já importados ao armazenamento. Tipos de arquivo não suportados nunca serão apagados, eles continuam na sua localização atual.","Report Bug":"Relatar falha","Request failed - invalid response":"Solicitação falhou - resposta inválida","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Os pedidos endossados pelos patrocinadores prata e ouro recebem um selo dourado e serão priorizados.","Required":"Necessário","Resolution":"Resolução","Restore":"Restaurar","Retype Password":"Reinsira a senha","Review":"Revisar","Russian":"Russo","Save":"Salvar","Scan":"Buscar","Scans":"Buscas","Search":"Pesquisar","Search and display photos on a map.":"Pesquisar e mostrar fotos num mapa.","Season":"Estação","Seaweed":"Alga","Secret":"Segredo","Select":"Selecionar","Select albums or create a new one":"Selecione álbuns ou crie um novo","Selection approved":"Seleção aprovada","Selection archived":"Seleção arquivada","Selection restored":"Seleção restaurada","Send":"Enviar","Sequential Name":"Nome sequencial","Server":"Servidor","Service URL":"URL do serviço","Settings":"Configurações","Settings saved":"Configurações salvas","Setup":"Configurar","Shadow":"Sombra","Share":"Compartilhar","Share %{name}":"Compartilhar %{name}","Shared with you.":"Compartilhado com você.","Show":"Mostrar","Show all new faces":"Mostrar todos os rostos novos","Show hidden":"Mostrar oculto","Show less":"Mostrar menos","Show Library in navigation menu.":"Mostrar Biblioteca no menu de navegação.","Show more":"Mostrar mais","Show server logs in Library.":"Mostrar registros do servidor na Biblioteca.","Shows more detailed log messages. Requires a restart.":"Mostra mensagens de registro mais detalhadas. Requer um reinício.","Sidecar":"Secundários","Sign in":"Entrar","Sign Up":"Cadastrar","Similar":"Similar","Size":"Tamanho","Slovak":"Eslovaco","Slow":"Lento","Sort by file name":"Classificar por nome de arquivo","Sort Order":"Ordem de classificação","Source":"Fonte","Spanish":"Espanhol","Stack":"Pilhas","Stack files sharing the same unique image or instance identifier.":"Empilhar arquivos com a mesma imagem única ou identificador de instância.","Stack pictures taken at the exact same time and location based on their metadata.":"Empilhar fotos tiradas na mesma hora e local conforme os metadados.","Stackable":"Empilhável","Stacks":"Pilhas","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Empilhar grupos de arquivos com moldura de referência similar, porém qualidade, formato, tamanho e cores diferentes.","Start":"Iniciar","Start/Stop Slideshow":"Iniciar/Parar Apresentação","States":"Estados","Static Size Limit: %{n}px":"Tamanho estático limite: %{n}px","Status":"Status","Storage Folder":"Pasta de armazenamento","Streets":"Ruas","Style":"Estilo","Subject":"Assunto","Support for additional services, like Google Drive, will be added over time.":"Suporte para serviços adicionais, como Google Drive, serão adicionados oportunamente.","Sync":"Sincronizar","Sync raw and video files":"Sincronizar imagens e vídeos RAW","Taken":"Tirado","Teal":"Azul marinho","Text too long":"Texto muito longo","Thank you very much!":"Muito obrigado!","The index currently contains %{n} hidden files.":"O índice atualmente contém %{n} arquivos ocultos.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"O roteiro mostra quais tarefas estão em andamento, o que precisa ser testado e quais solicitações de recursos serão implementadas em seguida.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"O formato delas não é suportado, elas não foram convertidas para JPEG ainda ou existe duplicação.","Theme":"Tema","This is an early-access feature to say thanks to our sponsors and contributors.":"Esta é uma funcionalidade preferencial de agradecimento aos nossos patrocinadores e colaboradores.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Isto monta a pasta de originais como um dispositivo de rede e permite que você abra, edite e apague arquivos a partir do seu computador ou celular como se fosses locais.","This open-source project is made possible thanks to our sponsors.":"Este projeto de código aberto é possível graças aos nossos patrocinadores.","Thumbnail Generation":"Geração de amostras","Time UTC":"Horário UTC","Time Zone":"Fuzo Horário","Title":"Título","Title too long":"Título muito longo","to":"para","Toggle View":"Trocar visualização","Token":"Token","Topographic":"Topográfico","Trademarks":"Marcas registradas","Try again using other filters or keywords.":"Tente novamente usando outros filtros ou palavras-chave.","Type":"Tipo","Undo":"Desfazer","Unique ID":"ID único","Unknown":"Desconhecido","Unsorted":"Não classificado","Unstack":"Desempilhar","Updated":"Atualizado","Updating faces":"Atualização de rostos","Updating index":"Atualizando índice","Updating moments":"Atualizando momentos","Updating previews":"Atualização de visualizações","Updating stacks":"Atualizando pilhas","Upload":"Enviar","Upload complete":"Envio finalizado","Upload complete. Indexing…":"Envio finalizado. Indexando…","Upload failed":"Envio falhou","Upload local files":"Enviar arquivos locais","Upload to WebDAV and share links with friends.":"Enviar para WebDAV e compartilhar links com amigos.","Uploading %{n} of %{t}…":"Enviando %{n} de %{t}…","Uploading photos…":"Enviando fotos…","Uploads that may contain such images will be rejected automatically.":"Envios que possam conter tais imagens serão rejeitados automaticamente.","URL":"URL","Use Presets":"Usar pré-definições","User":"Usuário","User Interface":"Interface de usuário","Username":"Nome de usuário","Video":"Vídeo","Videos":"Vídeos","View":"Visualização","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Nós informaremos como habilitá-la quando você se cadastrar no Patreon ou GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"Clientes WebDAV podem se conectar ao PhotoPrism usando a seguinte URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"Clientes WebDAV, como Windows Explorer e o Finder da Apple, podem se conectar diretamente com o PhotoPrism.","WebDAV Upload":"Envio WebDAV","White":"Branco","Year":"Ano","Yellow":"Amarelo","Yellowstone":"Yellowstone","Yes":"Sim","You can only download one album":"Você pode baixar apenas um álbum","You can only download one label":"Você pode baixar apenas uma etiqueta","You may only select one item":"Você pode selecionar apenas um item","You may rescan your library to find additional faces.":"Você pode voltar a digitalizar sua biblioteca para encontrar rostos adicionais.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Você pode usá-lo caso necessário para descrever nosso programa, rodar seu próprio servidor, para propósitos educacionais, mas não para oferecer serviços ou produtos comerciais sem permissão prévia por escrito. Em outras palavras, por favor, peça permissão.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Seu apoio contínuo nos ajuda a financiar custos operacionais, fornecer serviços como mapas de satélite e desenvolver novas características.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Sua biblioteca é continuamente analisada para criar automaticamente álbuns de momentos, viagens e lugares especiais.","Your message has been sent":"Sua mensagem foi enviada","Zoom in/out":"Aproximar/Afastar"},"ru":{"%{n} albums found":"%{n} альбомов найдено","%{n} files uploaded":"%{n} файлов загружено","%{n} folders found":"%{n} папок найдено","%{n} labels found":"%{n} меток найдено","%{n} people found":"найдено %{n} человек","%{n} pictures found":"найдено %{n} изображений","1 hour":"1 час","12 hours":"12 часов","4 hours":"4 часа","A click will copy it to your clipboard.":"Нажмите, чтобы скопировать","About":"О нас","Account":"Учетная запись","Accuracy":"Точность","Action":"Действие","Actions":"Действия","Add Album":"Добавить альбом","Add files to your library via Web Upload.":"Добавляйте файлы в свою библиотеку через Web Upload.","Add Link":"Добавить ссылку","Add pictures from search results by selecting them.":"Добавляйте картинки из результатов поиска, выбирая их.","Add Server":"Добавить сервер","Add to album":"Добавить в альбом","Added":"Добавлено","Advanced":"Дополнительно","After 1 day":"Спустя день","After 3 days":"Спустя 3 дня","After 7 days":"Спустя 7 дней","After one month":"Спустя месяц","After one year":"Спустя год","After selecting pictures from search results, you can add them to an album using the context menu.":"После выбора изображений из результатов поиска их можно добавить в альбом с помощью контекстного меню.","After two months":"Спустя 2 месяца","After two weeks":"Спустя 2 недели","Album":"Альбом","Album Name":"Название альбома","Albums":"Альбомы","Albums deleted":"Альбомы удалены","All %{n} albums loaded":"Всего %{n} альбомов загружено","All %{n} labels loaded":"Всего %{n} меток загружено","All %{n} people loaded":"Все %{n} люди загружены","All Cameras":"Все Камеры","All Categories":"Все Категории","All Colors":"Все Цвета","All Countries":"Все Страны","All fields are required":"Все поля обязательны к заполнению","All files from import folder":"Все файлы из папки импорта","All Lenses":"Все Объективы","All Months":"Все Месяцы","All originals":"Оригиналы","All Years":"Все Года","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Также вы можете загрузить файлы прямо на WebDAV сервер, например Nextcloud","Altitude":"Высота","Altitude (m)":"Высота (м)","An error occurred - are you offline?":"Ошибка - вы находитесь вне сети?","Animation":"Анимация","Any private photos and videos remain private and won't be shared.":"Все личные фотографии и видеозаписи останутся конфиденциальными и не будут опубликованы","API Key":"Ключ API","Apply":"Принять","Approve":"Подтвердить","Archive":"Архив","Archived":"В архиве","Are you sure you want to archive the selection?":"Вы действительно хотите переместить эти фотографии в архив?","Are you sure you want to delete these albums?":"Вы действительно хотите удалить эти альбомы?","Are you sure you want to delete these labels?":"Вы действительно хотите удалить эти метки?","Are you sure you want to delete this account?":"Вы действительно хотите удалить этот аккаунт?","Are you sure you want to permanently delete these pictures?":"Вы уверены, что хотите навсегда удалить эти фотографии?","Are you sure you want to permanently delete this file?":"Вы уверены, что хотите удалить этот файл?","Artist":"Автор","Aspect Ratio":"Соотношение сторон","At least 6 characters.":"Не менее 6 символов.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Автоматически создавать JPEG для других типов файлов, чтобы их можно было отобразить в браузере.","Automatically creates albums of special moments, trips, and places.":"Автоматически создает альбомы особых моментов, поездок и мест.","Become a sponsor":"Стать спонсором","Bio":"Биография","Black":"Черный","Blackman: Lanczos Modification, Less Ringing Artifacts":"Модификация Ланчос, артефакты Меньшего Кольца","Blue":"Синий","Brazilian Portuguese":"Бразильский португальский","Brown":"Коричневый","Browse and edit image classification labels.":"Просматривайте и редактируйте метки классификации изображений.","Browse indexed files and folders in Library.":"Просматривайте проиндексированные файлы и папки в Библиотеке.","Bug Report":"Отчет об ошибке","Busy, please wait…":"В работе, пожалуйста, ждите...","Calendar":"Календарь","Camera":"Камера","Camera Serial":"Камера","Can't load more, limit reached":"Не могу загрузить больше, достигнут лимит","Can't select more items":"Нельзя выбрать больше элемнтов","Cancel":"Отменить","Cards":"Карточки","Category":"Категория","Change":"Изменить","Change photo titles, locations, and other metadata.":"Изменяйте названия фотографий, местоположения и другие метаданные.","Change private flag":"Включен флаг приватности","Checked":"Выбран","Chinese Simplified":"Китайский упрощенный","Chinese Traditional":"Китайский Традиционный","Chroma":"Цветовая гамма","Close":"Закрыть","Codec":"Кодек","Color":"Цвет","Colors":"Цвета","Complete Rescan":"Полный рескан","Confidence":"Конфиденциально","Connect":"Соединен","Connect via WebDAV":"Соединиться через WebDAV","Contact Us":"Свяжитесь с нами","Contains %{n} pictures.":"Содержит %{n} фотографий.","Contains one picture.":"Содержит одну фотографию.","Convert to JPEG":"Конвертировать RAW в JPEG","Converting":"Импортирование","Copied to clipboard":"Скопировано в буфер обмена","Copyright":"Копирайт","Couldn't find anything.":"Ничего не найдено","Country":"Страна","Create album":"Создать альбом","Created":"Создано","Creating thumbnails for":"Сформировать предпросмотр","Cubic: Moderate Quality, Good Performance":"Кубический: Умеренное качество, хорошая производительность","Current Password":"Текущий пароль","Customer Support":"Поддержка клиента","Cyan":"Сине-зеленый","Cyano":"Сине-зеленый","Czech":"Чешский","Daily":"Ежедневно","Danish":"Датский","Day":"День","Debug Logs":"Отладочные Логи","Default":"По умолчанию","Default Folder":"Папка по умолчанию","Delete":"Удалить","Description":"Описание","Detailed instructions can be found in our User Guide.":"Подробные инструкции вы можете найти в нашем руководстве пользователя","Details":"Подробно","Dimensions":"Размеры","Disable Backups":"Отключить резервное копирование","Disable built-in WebDAV server. Requires a restart.":"Отключить встроенный WebDAV сервер. Требуется перезагрузка.","Disable Darktable":"Отключить Darktable","Disable ExifTool":"Отключить ExifTool","Disable FFmpeg":"Отключить FFmpeg","Disable Places":"Отключить Места","Disable RawTherapee":"Отключить RawTherapee","Disable TensorFlow":"Отключить TensorFlow","Disable WebDAV":"Отключить WebDAV","Disabled":"Отключено","Disables reverse geocoding and maps.":"Отключает обратное геокодирование и карты.","Discover":"Исследование","Don't backup photo and album metadata to YAML files.":"Не создавать резервные копии метаданных фото и альбомов в YAML-файлы.","Don't create ExifTool JSON files for improved metadata extraction.":"Не создавать JSON-файлы ExifTool для улучшенного извлечения метаданных.","Don't modify originals folder. Disables import, upload, and delete.":"Не изменять папку с оригиналами. Отключает импорт, загрузку и удаление.","Don't transcode videos with FFmpeg.":"Не перекодируйте видео с помощью FFmpeg.","Don't use Darktable to convert RAW files.":"Не используйте Darktable для конвертирования RAW-файлов.","Don't use RawTherapee to convert RAW files.":"Не используйте RawTherapee для конвертирования RAW-файлов.","Don't use TensorFlow for image classification.":"Не использовать TensorFlow для классификации изображений.","Donations":"Пожертвования","Done":"Готово","Done.":"Готово.","Download":"Скачать","Download remote files":"Скачать удалённые файлы","Download single files and zip archives.":"Скачать отдельные файлы и zip-архивы.","Downloading…":"Скачивание...","Downscaling Filter":"Фильтр для удаления окалины","Duplicates will be skipped and only appear once.":"Повторы будут пропущены и добавлены только раз","Dutch":"Немецкий","Dynamic Previews":"Динамические превью","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Рендеринг по требованию требует мощного процессора и не рекомендуется для небольших домашних серверов или устройств NAS.","Dynamic Size Limit: %{n}px":"Недостигнутое ограничение размера: %{n}px","E-Mail":"E-Mail","Edit":"Редактировать","Edit %{name}":"Редактировать %{name}","Edit Account":"Редактировать аккаунт","Edit Photo":"Редактировать фотографию","Edited":"Отредактировано","Enable new features currently under development.":"Включить новые функции, которые в настоящее время разрабатываются.","Enabled":"Включено","Enables RAW converter presets. May reduce performance.":"Включает предустановки конвертера RAW. Может снизить производительность.","English":"Английский","Errors":"Ошибки","Estimate the approximate location of pictures without coordinates.":"Оценить примерное местоположение фотографий без координат.","Estimates":"Stime","Every two days":"Каждые два дня","Exclude content marked as private from search results, shared albums, labels, and places.":"Исключите из результатов поиска содержимое, помеченное как приватное, из общих альбомов, лейблов и мест.","Exclude hidden":"Исключить скрытые","Expand":"Развернуть","Expand Search":"Развернуть поиск","Experimental Features":"Экспериментальные возможности","Expires":"Ожидаемое время","Exposure":"Экспозиция","F Number":"F Номер","Face":"Лицо","Faces":"Лица","Failed copying to clipboard":"Не удалось скопировать в буфер обмена","Failed removing link":"Не удалось удалить ссылку","Failed updating link":"Не удалось загрузить ссылку","Failure while importing uploaded files":"Импортирование загруженных файлов не удалось","Fast":"Быстро","Favorite":"В избранном","Favorites":"Избранное","Feature Request":"Запрос функции","Feedback":"Обратная связь","File":"Файлы","File Browser":"Файловый менеджер","Files":"Файлы","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Файлы с последовательными именами типа 'IMG_1234 (2)' и 'IMG_1234 (3)' принадлежат одной картинке.","Focal Length":"Фокусное расстояние","Folder":"Папка","Folder contains %{n} files":"Папка содержит %{n} файлов","Folder is empty":"Папка пуста","Folders":"Папки","French":"Французкий","Fullscreen":"Полный экран","General":"Основные","German":"Немецкий","Gold":"Золото","Grayscale":"Оттенки серого","Green":"Зеленый","Grey":"Серый","Group by similarity":"Группировать похожие","Hash":"Хэш","Hebrew":"Иврит","Help":"Помощь","Hidden":"Скрытый","Hidden Files":"Скрытые файлы","Hide":"Скрыть","Hide photos that have been moved to archive.":"Скрыть фотографии, которые были перенесены в архив.","Hindi":"Хинди","How can we help?":"Как мы можем помочь?","Hybrid":"Гибрид","I'm a sponsor":"Я спонсор","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Если вам нравится пользоваться PhotoPrism, пожалуйста, поддержите нас на Patreon или GitHub Sponsors.","image":"изображение","Image":"Изображение","Images":"Изображения","Import":"Импортировать","Import failed":"Импортирование не удалось","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Импортированные файлы будут отсортированы по датам и получат уникальные имена.","Imported files will be sorted by date and given a unique name.":"Импортированные файлы будут отсортированы по датам и получат уникальные имена.","Importing %{name}…":"Импортирование %{name}...","Importing files to originals…":"Импортирование файлов из папки...","in":"в","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Если ожидаемые вами фотографии отсутствуют, пожалуйста, повторно просканируйте библиотеку и дождитесь окончания индексации.","Index":"Индексировать","Indexing":"Индексирование","Indexing failed":"Индексирование не удалось","Indexing media and sidecar files…":"Индексирование фотографий и коллекций файлов...","Instance ID":"Идентификатор узла","Interval":"Интервал","Invalid date":"Неверная дата","Italian":"Итальянский","Item":"Элемент","Japanese":"Японский","JPEG Quality: %{n}":"Качество JPEG: %{n}","JPEG Size Limit: %{n}px":"Ограничение по размеру в формате JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"изобажения JPEG и файлы предпросмотра генерируются автоматически, если необходимо","Keywords":"Ключевые слова","Korean":"Корейский","Kurdish":"Курдский","Label":"Метка","Labels":"Метки","Labels deleted":"Метка удалена","Lanczos: Detail Preservation, Minimal Artifacts":"Ланчос: Подробное сохранение, Минимальные артефакты","Language":"Язык","Last Backup":"Последняя резервная копия","Latitude":"Широта","Lavender":"Лаванда","Lens":"Объектив","Let us know when we mistakenly label an idea as unfunded.":"Сообщите нам, если мы ошибочно назвали идею нефинансируемой.","Library":"Библиотека","License":"Лицензия","Like":"Нравится","Lime":"Лайм","Limit reached, showing first %{n} files":"Лимит превышен, отображение первых %{n} файлов","Linear: Very Smooth, Best Performance":"Линейный: Очень гладкая, лучшая производительность","Link":"Ссылка","List":"Список","Live":"Прямой эфир","Local Time":"Местное время","location":"местоположение","Location":"Местоположение","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Сообщения журнала появляются здесь всякий раз когда PhotoPrism сталкивается с поврежденными файлами или другими потенциальными проблемами.","Login":"Login","Logout":"Выйти","Logs":"Журнал","Longitude":"Долгота","Magenta":"Пурпурный","Main Color":"Цвет","manual":"руководство","Manual Upload":"Загрузка","Marker":"Маркер","Medium":"Средний","Merge %{a} with %{b}?":"Объединить %{a} с %{b}?","Message sent":"Сообщение отправлено","Minimize":"Свернуть","Missing":"Пропущено","Moments":"Моменты","Monochrome":"Монохром","Month":"Месяц","Moonlight":"Лунный свет","More than %{n} pictures found":"Найдено более %{n} изображений","More than 20 albums found":"Более 20 альбомов найдено","More than 20 labels found":"Более 20 меток найдено","More than 20 people found":"Более 20 человек нашли","Mosaic":"Мозайка","Most relevant":"Наиболее востребованные","Move Files":"Файлы","Name":"Название","Name too long":"Название слишком длинное","Never":"Никогда","New":"Новый","New Password":"Новый пароль","Newest first":"Сначала новые","No":"Нет","No albums found":"Альбомы не найдены","No labels found":"Метки не найдены","No people found":"Сотрудники не найдены","No pictures found":"Не найдено картинок","No recently edited pictures":"Нет недавно отредактированных фотографий","No servers configured.":"Серверы не настроены.","No thanks":"Нет, спасибо","No warnings or error containing this keyword. Note that search is case-sensitive.":"Нет предупреждений или ошибок содержащих эти слова. Имейте в виду, что поиск регистрозависимый.","Non-photographic and low-quality images require a review before they appear in search results.":"Файлы, не являющиеся фотографиями, или изображения низкого качества нужно одобрить, чтобы они появились в результатах поиска.","None":"Ничего","Norwegian":"Норвежский","Not Found":"Ничего не найдено","Note you may manually manage your originals folder and importing is optional.":"Обратите внимание, что вы можете вручную управлять папкой оригиналов, а импорт необязателен.","Note:":"Примечание:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Пометка","Note: Updating the password will not revoke access from already authenticated users.":"Примечание: Изменение пароля не отключит доступ уже авторизованных пользователей.","Notes":"Заметки","Nothing to see here yet. Be patient.":"Пока что тут нечего смотреть. Будьте терпеливы.","Offline":"Не в сети","Oldest first":"Сначала старые","Once a week":"Раз в неделю","One album found":"Один альбом найден","One file found":"Один файл найден","One folder found":"Один альбом найден","One label found":"Найдена одна этикетка","One person found":"Один человек нашел","One picture found":"Найдена одна фотография","Onyx":"Оникс","Options":"Настройки","Orange":"Оранжевый","Orientation":"Ориентация","Original":"Оригинал","Original file names will be stored and indexed.":"Оригинальные имена файлов будут запомнены и проиндексированы.","Original Name":"Оригинальное Название","Originals":"Оригиналы","Other":"Другое","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Наша цель - предоставить наиболее удобное решение для просмотра, организации и обмена вашей коллекцией фотографий.","Outdoor":"Внешний","Panorama":"Панорама","Panoramas":"Панорамы","Password":"Пароль","Password changed":"Пароль изменен","People":"Люди","People you share a link with will be able to view public contents.":"Люди, с которыми вы поделились ссылкой будут иметь возможность просматривать ваш публичный контент.","Permanently deleted":"Постоянно удаляется","Permanently remove files to free up storage.":"Постоянное удаление файлов для освобождения дискового пространства.","Photo":"Фотография","PhotoPrism has been updated…":"PhotoPrism был обновлен...","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® - это зарегистрированный торговый знак принадлежащий Майклу Майеру (Michael Mayer).","Photos":"Фотографии","Pink":"Розовый","Place":"Место","Place & Time":"Место и время","Places":"Места","Play":"Воспроизвести","Please confirm your new password.":"Пожалуйста, подтвердите ваш новый пароль.","Please contact us at hello@photoprism.app if you have questions or need help.":"Пожалуйста, свяжитесь с нами по адресу hello@photoprism.app, если у вас есть вопросы или вам нужна помощь.","Please don't upload photos containing offensive content.":"Пожалуйста, не загружайте фотографии, содержащие недопустимый контент.","Polish":"Глянец","Portrait":"Портрет","Português de Portugal":"Português de Portugal","Preserve filenames":"Сохранять имена файлов","Press button to start importing…":"Нажмите кнопку, чтобы начать импортирование...","Press button to start indexing…":"Нажмите кнопку, чтобы начать индексирование...","Press enter to create a new album.":"Нажмите enter, чтобы создать новый альбом.","Preview":"Предпросмотр","Primary":"Главная","Private":"Приватный","Product Feedback":"Обратная связь по продукту","Projection":"Проекция","Purple":"Фиолетовый","Quality Filter":"Фильтр Качества","Quality Score":"Показатель Качества","Random":"Случайно","Raspberry":"Малиновый","Raw":"Исходный","RAW":"Исходный","RAW Conversion":"Импортирование","Re-index all originals, including already indexed and unchanged files.":"Повторное индексирование всех оригиналов, включая уже проиндексированные и неизмененные файлы.","Read-Only Mode":"режим чтения","Recently added":"Недавно добавленные","Recently edited":"Недавно отредактированные","Recognition starts after indexing has been completed.":"Распознавание начинается после завершения индексации.","Recognized":"Признано","Recognizes faces so that specific people can be found.":"Распознает лица, чтобы можно было найти конкретных людей.","Red":"Красный","Reload":"Перезагрузка","Reloading…":"Перезагрузка...","Remote Sync":"Удаленная синхронизация","Remove":"Удалить","remove failed: unknown album":"не могу удалить: неизвестный альбом","Remove from album":"Удалить из альбома","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Удалить импортированные файлы для сохранения. Неподдерживаемые типы файлов никогда не будут удалены, они остаются в их текущем местоположении.","Report Bug":"Сообщить об ошибке","Request failed - invalid response":"Запрос не удался - неверный ответ","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Заявки, одобренные серебряными и золотыми спонсорами, получают золотой знак и будут приоритетными.","Required":"Обязательно","Resolution":"Разрешение","Restore":"Восстановить","Retype Password":"Повторите пароль","Review":"Нуждается в обзоре","Russian":"Русский","Save":"Сохранить","Scan":"Сканировать","Scans":"Сканы","Search":"Поиск","Search and display photos on a map.":"Поиск и отображение фотографий на карте.","Season":"Сезон","Seaweed":"Водоросли","Secret":"Секрет","Select":"Выбрать","Select albums or create a new one":"Выберите альбомы или создайте новый","Selection approved":"Выбранное добавлено в архив","Selection archived":"Выбранное добавлено в архив","Selection restored":"Выбранное восстановлено","Send":"Отправить","Sequential Name":"Последовательное название","Server":"Серер","Service URL":"Адрес сервера","Settings":"Настройки","Settings saved":"Настрокйки сохранены","Setup":"Настройка","Shadow":"Тень","Share":"Поделиться","Share %{name}":"Поделится %{name}","Shared with you.":"Поделились с вами.","Show":"Показать","Show all new faces":"Показать все новые лица","Show hidden":"Показать скрытые","Show less":"Показать меньше","Show Library in navigation menu.":"Показать библиотеку в навигационном меню.","Show more":"Показать больше","Show server logs in Library.":"Показывать логины сервера в Библиотеке.","Shows more detailed log messages. Requires a restart.":"Показывает более подробные сообщения журнала. Требуется перезапуск.","Sidecar":"Sidecar","Sign in":"Войти","Sign Up":"Зарегистрироваться","Similar":"Похожие","Size":"Размео","Slovak":"Словацкий","Slow":"Медленно","Sort by file name":"Сортировать по имени файла","Sort Order":"Порядок сортировки","Source":"Источник","Spanish":"Испанский","Stack":"Стопка","Stack files sharing the same unique image or instance identifier.":"Стек файлов с одним и тем же уникальным изображением или идентификатором экземпляра.","Stack pictures taken at the exact same time and location based on their metadata.":"Складывайте снимки, сделанные в одно и то же время и в одном и том же месте, на основе их метаданных.","Stackable":"Штабелирование","Stacks":"Очереди","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Складывает в стопки групповые файлы со схожими рамками отсчета, но различиями в качестве, формате, размере или цвете.","Start":"Начать","Start/Stop Slideshow":"Слайд-шоу \"Старт/Стоп","States":"Государства","Static Size Limit: %{n}px":"Предельный размер: %{n}px","Status":"Статус","Storage Folder":"Папка хранения","Streets":"Улицы","Style":"Стиль","Subject":"Тема","Support for additional services, like Google Drive, will be added over time.":"Поддержка дополнительных служб, таких как Google диск будут добавлены вскоре.","Sync":"Синхронизация","Sync raw and video files":"Синхронизация сырых и видео файлов","Taken":"Дата съемки","Teal":"Бирюзовый","Text too long":"Название слишком длинное","Thank you very much!":"Большое спасибо!","The index currently contains %{n} hidden files.":"Индекс на данный момент содержит %{n} скрытых файлов.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Дорожная карта показывает, какие задачи находятся в процессе выполнения, что нуждается в тестировании, и какие запросы на функции будут реализованы следующими.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Их формат может быть не поддерживаемым, они не были конвертированы в JPEG или это дубликаты.","Theme":"Тема","This is an early-access feature to say thanks to our sponsors and contributors.":"Это функция раннего доступа, чтобы поблагодарить наших спонсоров и жертвователей.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Подключение папки с Оригиналами как сетевой папки позволит Вам открывать, редактировать и удалять файлы с вашего компьютера или смартфона, так как если бы они находились на вашем устройстве.","This open-source project is made possible thanks to our sponsors.":"Этот проект с открытым исходным кодом стал возможен благодаря нашим спонсорам.","Thumbnail Generation":"Поколение эскизов","Time UTC":"Время UTC","Time Zone":"Часовой пояс","Title":"Название","Title too long":"Название слишком длинное","to":"в","Toggle View":"Туггл-Вид","Token":"Токен","Topographic":"Топографический","Trademarks":"Товарные знаки","Try again using other filters or keywords.":"Попробуйте еще раз используя другие фильтры или слова в запросе.","Type":"Тип","Undo":"Отменить","Unique ID":"Уникальный ID","Unknown":"Неизвестно","Unsorted":"Не отсортировано","Unstack":"Убрать из очереди","Updated":"Обновлено","Updating faces":"Обновление лиц","Updating index":"Обновление индекса","Updating moments":"Обновление моментов","Updating previews":"Обновление предварительных просмотров","Updating stacks":"Обновление очередей","Upload":"Загрузка","Upload complete":"Загрузка завершена","Upload complete. Indexing…":"Загрузка завершена. Индексирование...","Upload failed":"Загрузка не удалась","Upload local files":"Загрузка локальных файлов","Upload to WebDAV and share links with friends.":"Загружайте WebDAV и делитесь ссылками с друзьями.","Uploading %{n} of %{t}…":"Загрузка %{n} из %{t}...","Uploading photos…":"Загрузка фотографий...","Uploads that may contain such images will be rejected automatically.":"Загрузки, которые могут содержать такие изображение будут автоматически отменены.","URL":"URL","Use Presets":"Использовать предустановки","User":"Пользоватлеь","User Interface":"Пользовательский интерфейс","Username":"Имя пользователя","Video":"Видео","Videos":"Видео","View":"Обзор","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Мы сообщим вам, как включить его, когда вы зарегистрируетесь на Patreon или GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV клиенты могут подключаться к PhotoPrism используя следующий адрес:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV клиенты, такие как Microsoft Windows Проводник или Apple Finder, могут подключаться к PhotoPrism напрямую.","WebDAV Upload":"WebDAV загрузка","White":"Белый","Year":"Год","Yellow":"Желтый","Yellowstone":"Йеллоустоун","Yes":"Да","You can only download one album":"Вы можете загрузить только один альбом","You can only download one label":"Вы можете загрузить только одну метку","You may only select one item":"Вы можете выбрать только один элемент","You may rescan your library to find additional faces.":"Вы можете повторно просканировать свою библиотеку, чтобы найти дополнительные лица.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Вы можете использовать его по мере необходимости для описания нашего программного обеспечения, запуска собственного сервера, в образовательных целях, но не для предложения коммерческих товаров, продуктов или услуг без предварительного письменного разрешения. Другими словами, спрашивайте.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Ваша постоянная поддержка помогает нам финансировать текущие расходы, предоставлять такие услуги, как спутниковые карты, и разрабатывать новые функции.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Ваша библиотека постоянно анализируется для автоматического создания альбомов особых моментов, поездок и мест.","Your message has been sent":"Ваше сообщение отправлено","Zoom in/out":"Увеличение /уменьшение масштаба"},"sk":{"%{n} albums found":"%{n} nájdených albumov","%{n} files uploaded":"%{n} odovzdaných súborov","%{n} folders found":"%{n} nájdených zložiek","%{n} labels found":"%{n} nájdených štítkov","%{n} people found":"%{n} nájdených ľudí","%{n} pictures found":"%{n} nájdených obrázkov","1 hour":"1 hodina","12 hours":"12 hodín","4 hours":"4 hodiny","A click will copy it to your clipboard.":"Kliknutím skopírujete obsah.","About":"O nás","Account":"Účet","Accuracy":"Presnosť","Action":"Akcia","Actions":"Akcie","Add Album":"Pridať Album","Add files to your library via Web Upload.":"Pridať súbory do vašej knižnice pomocou Web Upload.","Add Link":"Pridať link","Add pictures from search results by selecting them.":"Pridanie obrázkov z výsledkov vyhľadávania ich výberom.","Add Server":"Pridať Server","Add to album":"Pridať do albumu","Added":"Pridaný","Advanced":"Pokročilé","After 1 day":"Po 1 dni","After 3 days":"Po 3 dňoch","After 7 days":"Po 7 dňoch","After one month":"Po jednom mesiaci","After one year":"Po jednom roku","After selecting pictures from search results, you can add them to an album using the context menu.":"Po výbere obrázkov z výsledkov vyhľadávania ich môžete pridať do albumu pomocou kontextovej ponuky.","After two months":"Po dvoch mesiacoch","After two weeks":"Po dvoch týždňoch","Album":"Album","Album Name":"Meno Albumu","Albums":"Albumy","Albums deleted":"Albumy odstránené","All %{n} albums loaded":"Všetkých %{n} bolo načítaných","All %{n} labels loaded":"Všetkých %{n} štítkov načítaných","All %{n} people loaded":"Všetci %{n} ľudia načítaní","All Cameras":"Všetky Kamery","All Categories":"Všetky Kategórie","All Colors":"Všetky farby","All Countries":"Všetky štáty","All fields are required":"Všetky políčka sú vyžadované","All files from import folder":"Všetky súbory zo vkladacej zložky","All Lenses":"Všetky Objektívy","All Months":"Všetky Mesiace","All originals":"Všetky originály","All Years":"Všetky Roky","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Prípadne, môžete odovzdať súbory priamo na WebDAV servery ako napríklad Nextcloud.","Altitude":"Nadmorská výška","Altitude (m)":"Nadmorská výška (m)","An error occurred - are you offline?":"Nastala chyba - ste offline?","Animation":"Animácia","Any private photos and videos remain private and won't be shared.":"Všetky súkromné fotky a videá zostanú súkromné a nemôžu byť zdieľané.","API Key":"API Kľúč","Apply":"Použiť","Approve":"Schváliť","Archive":"Archivovať","Archived":"Archivované","Are you sure you want to archive the selection?":"Ste si istý že chcete archivovať výber?","Are you sure you want to delete these albums?":"Ste si istý že chcete vymazať tieto albumy?","Are you sure you want to delete these labels?":"Ste si istý že chcete vymazať tieto štítky?","Are you sure you want to delete this account?":"Ste si istý že chcete vymazať tento účet?","Are you sure you want to permanently delete these pictures?":"Ste si istí, že chcete tieto obrázky natrvalo odstrániť?","Are you sure you want to permanently delete this file?":"Ste si istý že chcete permanentne vymazať tento účet?","Artist":"Umelec","Aspect Ratio":"Pomer Strán","At least 6 characters.":"Najmenej 6 znakov.","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"Automaticky vytvoriť JPEG formát z ostatných formátov čiže môžu byť zobrazené v prehliadači.","Automatically creates albums of special moments, trips, and places.":"Automaticky vytvára albumy špeciálnych momentov, výletov a miest.","Become a sponsor":"Staňte sa sponzorom","Bio":"Bio","Black":"Čierna","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman: Lanczosova úprava, menej zvonivých artefaktov","Blue":"Modrá","Brazilian Portuguese":"Brazílska portugalčina","Brown":"Hnedá","Browse and edit image classification labels.":"Prehliadať a upravovať triediace štítky fotiek.","Browse indexed files and folders in Library.":"Prehliadať indexované súbory a zložky v Knižnici.","Bug Report":"Nahlásenie chyby","Busy, please wait…":"Zaneprázdnený, prosím čakajte...","Calendar":"Kalendár","Camera":"Kamera","Camera Serial":"Séria Kamery","Can't load more, limit reached":"Nemožno načítať viac, limit dosiahnutý","Can't select more items":"Nemožno označiť viac položiek","Cancel":"Zrušiť","Cards":"Karty","Category":"Kategória","Change":"Zmeniť","Change photo titles, locations, and other metadata.":"Zmeniť názvy fotiek, polohy a ostatné metadata.","Change private flag":"Zmeniť privátne označenie","Checked":"Označené","Chinese Simplified":"Čínština (zjednodušená)","Chinese Traditional":"Čínština (tradičná)","Chroma":"Sýtosť","Close":"Zatvoriť","Codec":"Kodek","Color":"Farba","Colors":"Farby","Complete Rescan":"Kompletné preskenovanie","Confidence":"Dôvera","Connect":"Pripojiť","Connect via WebDAV":"Pripojiť pomocou WebDav","Contact Us":"Kontaktujte nás","Contains %{n} pictures.":"Obsahuje %{n} obrázkov.","Contains one picture.":"Obsahuje jeden obrázok.","Convert to JPEG":"Prekonvertovať do JPEG","Converting":"Konvertuje sa","Copied to clipboard":"Skopírované","Copyright":"Autorské práva","Couldn't find anything.":"Nič nenájdené.","Country":"Štát","Create album":"Vytvoriť album","Created":"Vytvorené","Creating thumbnails for":"Vytváranie náhľadov pre","Cubic: Moderate Quality, Good Performance":"Kubický: Stredná kvalita, dobrý výkon","Current Password":"Momentálne Heslo","Customer Support":"Zákaznícka podpora","Cyan":"Tyrkysová","Cyano":"Modravá","Czech":"Čeština","Daily":"Denne","Danish":"Dánčina","Day":"Deň","Debug Logs":"Denníky ladenia","Default":"Pôvodne","Default Folder":"Pôvodná zložka","Delete":"Vymazať","Description":"Popis","Detailed instructions can be found in our User Guide.":"Detailný postup môžete nájsť v našej Užívateľskej Príručke.","Details":"Detaily","Dimensions":"Rozmery","Disable Backups":"Posledná Záloha","Disable built-in WebDAV server. Requires a restart.":"Zakáže vstavaný server WebDAV. Vyžaduje sa reštart.","Disable Darktable":"Zakázať Darktable","Disable ExifTool":"Zakázať ExifTool","Disable FFmpeg":"Zakázanie aplikácie FFmpeg","Disable Places":"Vypnuté","Disable RawTherapee":"Zakázať RawTherapee","Disable TensorFlow":"Zakázať TensorFlow","Disable WebDAV":"Vypnuté","Disabled":"Vypnuté","Disables reverse geocoding and maps.":"Zakáže reverzné geokódovanie a mapy.","Discover":"Objaviť","Don't backup photo and album metadata to YAML files.":"Nezálohujte metadáta fotografií a albumov do súborov YAML.","Don't create ExifTool JSON files for improved metadata extraction.":"Nevytvárajte súbory ExifTool JSON pre vylepšenú extrakciu metadát.","Don't modify originals folder. Disables import, upload, and delete.":"Neupravujte priečinok s originálmi. Zakáže import, nahrávanie a mazanie.","Don't transcode videos with FFmpeg.":"Neprekladajte videá pomocou programu FFmpeg.","Don't use Darktable to convert RAW files.":"Na konverziu súborov RAW nepoužívajte program Darktable.","Don't use RawTherapee to convert RAW files.":"Nepoužívajte RawTherapee na konverziu súborov RAW.","Don't use TensorFlow for image classification.":"Prehliadať a upravovať triediace štítky fotiek.","Donations":"Príspevky","Done":"Hotovo","Done.":"Hotovo.","Download":"Stiahnuť","Download remote files":"Stiahnuť ovládané súbory","Download single files and zip archives.":"Stiahnuť samostatné súbory a zip archívy.","Downloading…":"Sťahovanie...","Downscaling Filter":"Filter Kvality","Duplicates will be skipped and only appear once.":"Duplikáty budú preskočené a zobrazia sa len raz.","Dutch":"Holandsky","Dynamic Previews":"Neuložené ukážky","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"Vykresľovanie na požiadanie vyžaduje výkonný procesor a nedoporučuje sa pre menšie domáce servery alebo zariadenia NAS.","Dynamic Size Limit: %{n}px":"Limit veľkosti bez medzipamäte: %{n} px","E-Mail":"E-Mail","Edit":"Upraviť","Edit %{name}":"Upraviť %{name}","Edit Account":"Upraviť Účet","Edit Photo":"Upraviť Fotku","Edited":"Upravené","Enable new features currently under development.":"Povoľte nové funkcie, ktoré sú momentálne vo vývoji.","Enabled":"Zapnuté","Enables RAW converter presets. May reduce performance.":"Povolí predvoľby konvertora RAW. Môže znížiť výkon.","English":"Angličtina","Errors":"Chyby","Estimate the approximate location of pictures without coordinates.":"Odhad približnej polohy obrázkov bez súradníc.","Estimates":"Odhady","Every two days":"Každé dva dni","Exclude content marked as private from search results, shared albums, labels, and places.":"Vylúčiť obsah označený ako súkromný z výsledkov vyhľadávania, zdieľaných albumov, štítkov a miest.","Exclude hidden":"Vylúčiť skryté","Expand":"Rozbaliť","Expand Search":"Rozšírené Hľadanie","Experimental Features":"Experimentálne funkcie","Expires":"Vyprší","Exposure":"Expozícia","F Number":"F Číslo","Face":"Tvar","Faces":"Tváre","Failed copying to clipboard":"Zlyhalo kopírovanie do schránky","Failed removing link":"Zlyhalo odstraňovanie linku","Failed updating link":"Zlyhalo aktualizovanie linku","Failure while importing uploaded files":"Chyba pri importovaní odovzdaných súborov","Fast":"Rýchlo","Favorite":"Obľúbený","Favorites":"Obľúbené","Feature Request":"Požiadať o funkciu","Feedback":"Spätná väzba","File":"Súbor","File Browser":"Prehliadač Súborov","Files":"Súbory","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Súbory s postupnými menami ako napríklad 'IMG_1234 (2)' alebo 'IMG_1234 copy 2' pripadá rovnakej fotke.","Focal Length":"Ohnisková Vzdialenosť","Folder":"Zložka","Folder contains %{n} files":"Zložka obsahuje %{n} súborov","Folder is empty":"Zložka je prázdna","Folders":"Zložky","French":"Francúzky","Fullscreen":"Plná obrazovka","General":"Hlavné","German":"Nemecky","Gold":"Zlatá","Grayscale":"Stupne šedej","Green":"Zelená","Grey":"Sivá","Group by similarity":"Skupina podľa podobnosti","Hash":"Hash","Hebrew":"Hebrejčina","Help":"Pomoc","Hidden":"Skryté","Hidden Files":"Skryté súbory","Hide":"Skryť","Hide photos that have been moved to archive.":"Skryť fotky ktoré boli presunuté do archívu.","Hindi":"Hindicky","How can we help?":"Ako môžeme pomôcť?","Hybrid":"Hybrid","I'm a sponsor":"Som sponzor","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"Ak sa vám PhotoPrism páči, zvážte, či nás podporíte na Patreone alebo na GitHube.","image":"obrázok","Image":"Obrázok","Images":"Obrázky","Import":"Import","Import failed":"Import zlyhal","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importované súbory budú zoradené podľa dátumu a dostanú unikátny názov aby sa predišlo duplikátom.","Imported files will be sorted by date and given a unique name.":"Importované súbory budú zoradené podľa dátumu a dostanú unikátny názov.","Importing %{name}…":"Importuje sa %{name}…","Importing files to originals…":"Importujú sa súbory do originálov...","in":"v","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"V prípade, že očakávané obrázky chýbajú, preskenujte svoju knižnicu znova a počkajte, kým sa indexovanie neukončí.","Index":"Index","Indexing":"Indexovanie","Indexing failed":"Indexovanie zlyhalo","Indexing media and sidecar files…":"Indexovanie médií a pripojených súborov...","Instance ID":"ID Inštancie","Interval":"Interval","Invalid date":"Neplatný dátum","Italian":"Taliansky","Item":"Položka","Japanese":"Japončina","JPEG Quality: %{n}":"Kvalita JPEG: %{n}","JPEG Size Limit: %{n}px":"Limit veľkosti JPEG: %{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG a náhľady sú automaticky zobrazené podľa potreby.","Keywords":"Kľúčové slová","Korean":"Kórejčina","Kurdish":"Kurdská","Label":"Štítok","Labels":"Štítky","Labels deleted":"Štítky vymazané","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos: Zachovanie detailov, minimálne artefakty","Language":"Jazyk","Last Backup":"Posledná Záloha","Latitude":"Šírka","Lavender":"Levanduľa","Lens":"Objektív","Let us know when we mistakenly label an idea as unfunded.":"Dajte nám vedieť, keď nejakú myšlienku omylom označíme za nefinancovanú.","Library":"Knižnica","License":"Licencia","Like":"Páči sa mi to","Lime":"Limetka","Limit reached, showing first %{n} files":"Limit dosiahnutý, zobrazovanie prvých %{n} súborov","Linear: Very Smooth, Best Performance":"Lineárne: veľmi hladké, najlepší výkon","Link":"Link","List":"List","Live":"Živé","Local Time":"Lokálny čas","location":"poloha","Location":"Poloha","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Tu sa zobrazí záznam vždy keď PhotoPrism prejde cez chybný súbor alebo vznikne iná chyba.","Login":"Prihlásiť","Logout":"Odhlásiť","Logs":"Záznamy","Longitude":"Dĺžka","Magenta":"Purpurová","Main Color":"Hlavná Farba","manual":"manuálne","Manual Upload":"Manuálne odovzdanie","Marker":"Značka","Medium":"Médium","Merge %{a} with %{b}?":"Zlúčiť %{a} s %{b}?","Message sent":"Správa odoslaná","Minimize":"Minimalizovať","Missing":"Chýba","Moments":"Momenty","Monochrome":"Monochromatický","Month":"Mesiac","Moonlight":"Mesačný svit","More than %{n} pictures found":"Nájdených viac ako %{n} obrázkov","More than 20 albums found":"Našlo sa viac ako 20 albumov","More than 20 labels found":"Našlo sa viac ako 20 štítkov","More than 20 people found":"Viac ako 20 ľudí našlo","Mosaic":"Mozaika","Most relevant":"Najrelevantnejšie","Move Files":"Presunúť Súbory","Name":"Meno","Name too long":"Príliš dlhé meno","Never":"Nikdy","New":"Nový","New Password":"Nové Heslo","Newest first":"Nové navrch","No":"Nie","No albums found":"Nenašli sa žiadne albumy","No labels found":"Nenašli sa žiadne štítky","No people found":"Neboli nájdené žiadny členovia","No pictures found":"Nenašli sa žiadne obrázky","No recently edited pictures":"Žiadne nedávno upravené obrázky","No servers configured.":"Žiadne nakonfigurované servery.","No thanks":"Nie, ďakujem","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nenašli sa žiadne upozornenia ani chyby ktoré by obsahovali toto kľúčové slovo. Majte na vedomí, že vyhľadávanie je citlivé na veľké a malé písmená.","Non-photographic and low-quality images require a review before they appear in search results.":"Nefotografické a fotografie nízkej kvality vyžadujú skontrolovanie pred tým než sa zobrazia vo výsledkoch vyhľadávania.","None":"Žiadne","Norwegian":"Nórština","Not Found":"Nebolo Nájdené","Note you may manually manage your originals folder and importing is optional.":"Upozorňujeme, že priečinok s originálmi môžete spravovať ručne a import je voliteľný.","Note:":"Poznámka:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Poznámka: Iba WebDAV servery, ako napríklad Nextcloud alebo PhotoPrism, môžu byť nakonfigurované ako ovládané služby pre zálohu a odovzdávanie súborov.","Note: Updating the password will not revoke access from already authenticated users.":"Poznámka: Aktualizovanie hesla nezruší prístup od už autorizovaných užívateľov.","Notes":"Poznámky","Nothing to see here yet. Be patient.":"Zatiaľ tu nič nie je. Buďte trpezlivý.","Offline":"Offline","Oldest first":"Najstaršie navrch","Once a week":"Raz za týždeň","One album found":"Jeden album nájdený","One file found":"Jeden súbor nájdený","One folder found":"Jedna zložka nájdená","One label found":"Jeden štítok sa našiel","One person found":"Jedna osoba našla","One picture found":"Jeden nájdený obrázok","Onyx":"Onyx","Options":"Nastavenia","Orange":"Oranžová","Orientation":"Orientácie","Original":"Originál","Original file names will be stored and indexed.":"Pôvodné názvy súborov budú uložené a zaindexované.","Original Name":"Pôvodný názov","Originals":"Pôvodné","Other":"Ostatné","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"Našou víziou je poskytnúť používateľsky najprívetivejšie riešenie na prehliadanie, organizovanie a zdieľanie vašej zbierky fotografií.","Outdoor":"Vonkajšie","Panorama":"Panoráma","Panoramas":"Panorámy","Password":"Heslo","Password changed":"Heslo zmenené","People":"Ľudia","People you share a link with will be able to view public contents.":"Ľudia s ktorými zdieľate link, budú vidieť verejný obsah.","Permanently deleted":"Trvalo vymazané","Permanently remove files to free up storage.":"Trvalé odstránenie súborov na uvoľnenie úložiska.","Photo":"Fotka","PhotoPrism has been updated…":"PhotoPrism bol aktualizovaný","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism®je zaregistrovaná značka Michaela Mayera.","Photos":"Fotky","Pink":"Ružová","Place":"Miesto","Place & Time":"Miesto a čas","Places":"Miesta","Play":"Prehrať","Please confirm your new password.":"Prosím overte vaše nové heslo.","Please contact us at hello@photoprism.app if you have questions or need help.":"Ak máte otázky alebo potrebujete pomoc, kontaktujte nás na adrese hello@photoprism.app.","Please don't upload photos containing offensive content.":"Prosím, neodovzdávajte fotky obsahujúce hanobný obsah.","Polish":"Polsky","Portrait":"Portrét","Português de Portugal":"Português de Portugal","Preserve filenames":"Ponechať názvy súborov","Press button to start importing…":"Kliknite pre začatie importovania...","Press button to start indexing…":"Kliknite pre začatie indexovania...","Press enter to create a new album.":"Stlačte enter pre vytvorenie nového albumu.","Preview":"Ukážka","Primary":"Primárne","Private":"Súkromné","Product Feedback":"Spätná väzba produktu","Projection":"Projekcia","Purple":"Fialová","Quality Filter":"Filter Kvality","Quality Score":"Skóre Kvality","Random":"Náhodne","Raspberry":"Malina","Raw":"Raw","RAW":"Raw","RAW Conversion":"Konvertuje sa","Re-index all originals, including already indexed and unchanged files.":"Re-indexujte všetky originály, aj tie ktoré už sú zaindexované a nezmenené súbory.","Read-Only Mode":"Režim iba na čítanie","Recently added":"Nedávno pridané","Recently edited":"Nedávno upravené","Recognition starts after indexing has been completed.":"Rozpoznávanie sa začne po dokončení indexovania.","Recognized":"Uznávané","Recognizes faces so that specific people can be found.":"Rozpoznáva tváre, aby bolo možné nájsť konkrétne osoby.","Red":"Červená","Reload":"Znovu načítať","Reloading…":"Znovu načítavanie...","Remote Sync":"Ovládaná Synchronizácia","Remove":"Odstrániť","remove failed: unknown album":"odstránenie zlyhalo: neznámy album","Remove from album":"Odstrániť z albumu","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Odstráňte importované súbory pre uvoľnenie miesta. Nepodporované typy súborov nebudú nikdy odstránené. Zostanú na ich momentálnom mieste.","Report Bug":"Nahlásenie chyby","Request failed - invalid response":"Požiadavka zlyhala - neplatná odozva","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"Žiadosti schválené striebornými a zlatými sponzormi dostanú zlatú nálepku a budú uprednostnené.","Required":"Požadované","Resolution":"Rozlíšenie","Restore":"Obnoviť","Retype Password":"Heslo znovu","Review":"Kontrola","Russian":"Rusky","Save":"Uložiť","Scan":"Sken","Scans":"Skeny","Search":"Vyhľadávanie","Search and display photos on a map.":"Nájsť a zobraziť fotky na mape.","Season":"Sezóna","Seaweed":"Morské riasy","Secret":"Tajomstvo","Select":"Vybrať","Select albums or create a new one":"Označte album alebo vytvorte nový","Selection approved":"Označenie schválené","Selection archived":"Označenie archivované","Selection restored":"Označenie obnovené","Send":"Odoslať","Sequential Name":"Poradové meno","Server":"Server","Service URL":"URL Služby","Settings":"Nastavenia","Settings saved":"Nastavenia uložené","Setup":"Prvotné nastavenie","Shadow":"Bez tieňa","Share":"Zdieľať","Share %{name}":"Zdieľať %{name}","Shared with you.":"Zdieľané s vami.","Show":"Zobraziť","Show all new faces":"Zobraziť všetky nové tváre","Show hidden":"Zobraziť skryté","Show less":"Zobraziť menej","Show Library in navigation menu.":"Zobraziť knižnicu v bočnom menu.","Show more":"Zobraziť viac","Show server logs in Library.":"Zobraziť serverové záznamy v knižnici.","Shows more detailed log messages. Requires a restart.":"Zobrazí podrobnejšie správy denníka. Vyžaduje reštart.","Sidecar":"Pripojenie","Sign in":"Registrácia","Sign Up":"Registrácia","Similar":"Podobné","Size":"Veľkosť","Slovak":"Slovenčina","Slow":"Pomalé","Sort by file name":"Zoradiť podľa názvu súboru","Sort Order":"Zoradiť Poradie","Source":"Zdroj","Spanish":"Španielsky","Stack":"Zásobník","Stack files sharing the same unique image or instance identifier.":"Skladať súbory zdieľajúce rovnaký jedinečný obrázok alebo identifikátor inštancie.","Stack pictures taken at the exact same time and location based on their metadata.":"Skladajte obrázky nasnímané v rovnakom čase a na rovnakom mieste na základe ich metadát.","Stackable":"Stohovateľné","Stacks":"Postupnosť","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"Skladá skupinové súbory s podobným referenčným rámcom, ale s rozdielmi v kvalite, formáte, veľkosti alebo farbe.","Start":"Štart","Start/Stop Slideshow":"Spustiť/Zastaviť Prezentáciu","States":"Štáty","Static Size Limit: %{n}px":"Limit veľkosti pred predbežným vykreslením: %{n} px","Status":"Status","Storage Folder":"Úložná Zložka","Streets":"Ulice","Style":"Štýl","Subject":"Predmet","Support for additional services, like Google Drive, will be added over time.":"Podpora pre dodatočné služby, ako napríklad Google Drive, budú pridané neskôr.","Sync":"Synchronizácia","Sync raw and video files":"Synchronizovať fotky formátu raw","Taken":"Odobratý","Teal":"Modrozelený","Text too long":"Text je moc dlhý","Thank you very much!":"Ďakujeme veľmi pekne!","The index currently contains %{n} hidden files.":"Index obsahuje %{n} skrytých súborov.","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"Plán ukazuje, ktoré úlohy sa plnia, čo je potrebné otestovať a ktoré požiadavky na funkcie sa budú implementovať ako ďalšie.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Ich formát nemusí byť podporovaný, zatiaľ neboli prekonvertované na JPEG alebo sú medzi nimi duplikáty.","Theme":"Téma","This is an early-access feature to say thanks to our sponsors and contributors.":"Ide o funkciu s predčasným prístupom, ktorou sa chceme poďakovať našim sponzorom a prispievateľom.","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"Toto pripojí zložku originálov ako sieťový disk a umožní vám otvoriť, upraviť a zmazať súbory z vášho počítača alebo smartphonu ak sú uložené lokálne.","This open-source project is made possible thanks to our sponsors.":"Tento open-source projekt je možný vďaka našim sponzorom.","Thumbnail Generation":"Generovanie miniatúr","Time UTC":"Čas UTC","Time Zone":"Časová Zóna","Title":"Titulok","Title too long":"Titulok je moc dlhý","to":"do","Toggle View":"Nastaviť Pohľad","Token":"Token","Topographic":"Topografický","Trademarks":"Začkay","Try again using other filters or keywords.":"Skúste znova použitím iných filtrov a kľúčových slov.","Type":"Typ","Undo":"Späť","Unique ID":"Unikátne ID","Unknown":"Neznámy","Unsorted":"Nezoradené","Unstack":"Nepostupné","Updated":"Aktualizované","Updating faces":"Aktualizácia tvárí","Updating index":"Aktualizuje sa index","Updating moments":"Aktualizujú sa momenty","Updating previews":"Aktualizácia náhľadov","Updating stacks":"Nepostupné","Upload":"Odovzdať","Upload complete":"Odovzdávanie hotové","Upload complete. Indexing…":"Odovzdávanie hotové. Indexuje sa...","Upload failed":"Odovzdávanie zlyhalo","Upload local files":"Odovzdať lokálne súbory","Upload to WebDAV and share links with friends.":"Odovzdať do WebDAV a zdieľať linky s priateľmi.","Uploading %{n} of %{t}…":"Odovzdáva sa %{n} z %{t}…","Uploading photos…":"Odovzdávanie fotiek...","Uploads that may contain such images will be rejected automatically.":"Odovzdávanie takéhoto typu fotiek bude automaticky odmietnuté.","URL":"URL","Use Presets":"Použite predvoľby","User":"Používateľ","User Interface":"Používateľské rozhranie","Username":"Meno používateľa","Video":"Video","Videos":"Videá","View":"Zobraziť","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"Dáme vám vedieť, ako ju aktivovať, keď sa zaregistrujete na Patreon alebo GitHub Sponsors.","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klienti sa môžu pripojiť ku PhotoPrismu pomocou následujúcej URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV klienti, ako napríklad Microsoft Windows Explorer alebo Apple Finder, sa môžu priamo pripojiť ku PhotoPrismu.","WebDAV Upload":"WebDAV Odovzdávanie","White":"Biela","Year":"Rok","Yellow":"Žltá","Yellowstone":"Yellowstone","Yes":"Áno","You can only download one album":"Môžete stiahnuť iba jeden album","You can only download one label":"Môžete stiahnuť iba jeden štítok","You may only select one item":"Mali by ste označiť len jednu položku","You may rescan your library to find additional faces.":"Ak chcete nájsť ďalšie tváre, môžete svoju knižnicu preskenovať.","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"Mali by ste to používať ako je požadované pre opísanie nášho softwaru, spusťte svoj vlastný server, pre edukačné účely, ale nie pre ponúkanie reklamy, produktov alebo služieb bez povolenia. Inak povedané, prosím, spýtajte sa.","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"Vaša podpora nám pomáha financovať prevádzkové náklady, poskytovať služby, ako sú satelitné mapy, a vyvíjať nové funkcie.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Vaša knižnica sa priebežne analyzuje a automaticky vytvára albumy špeciálnych momentov, výletov a miest.","Your message has been sent":"Vaša správa bola odoslaná","Zoom in/out":"Priblíziť/Oddialiť"},"zh":{"%{n} albums found":"未找到相册","%{n} files uploaded":"%{n} 个文件上传完成","%{n} folders found":"找到了 %{n} 个文件夹","%{n} labels found":"找到了 %{n} 个标签","%{n} people found":"发现%{n}人","%{n} pictures found":"发现%{n}张图片","1 hour":"1 小时","12 hours":"12 小时","4 hours":"4 小时","A click will copy it to your clipboard.":"点击复制到剪贴板。","About":"关于","Account":"账号","Accuracy":"准确率","Action":"动作","Actions":"动作","Add Album":"新增相册","Add files to your library via Web Upload.":"通过网页添加文件到库。","Add Link":"添加链接","Add pictures from search results by selecting them.":"通过选择从搜索结果中添加图片。","Add Server":"新增服务器","Add to album":"新增到相册","Added":"新增了","Advanced":"高级","After 1 day":"1 天后","After 3 days":"3 天后","After 7 days":"7 天后","After one month":"1 个月后","After one year":"1 年后","After selecting pictures from search results, you can add them to an album using the context menu.":"从搜索结果中选择图片后,你可以使用上下文菜单将它们添加到相册中。","After two months":"2 个月后","After two weeks":"2 星期后","Album":"相册","Album Name":"相册名称","Albums":"相册","Albums deleted":"已刪除相册","All %{n} albums loaded":"%{n} 本相册加载完成","All %{n} labels loaded":"%{n} 个标签加载完成","All %{n} people loaded":"所有%{n}人都被加载","All Cameras":"所有相机","All Categories":"所有分类","All Colors":"所有颜色","All Countries":"所有国家","All fields are required":"所有的字段必填","All files from import folder":"导入文件夹中所有的文件","All Lenses":"所有镜头","All Months":"所有月份","All originals":"所有来源","All Years":"所有年份","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"或者,你也可以直接使用WebDAV从类似 NextCloud 的服务上传文件。","Altitude":"高度","Altitude (m)":"高度(米)","An error occurred - are you offline?":"发生错误 - 您掉线了?","Animation":"动画","Any private photos and videos remain private and won't be shared.":"所有私人相片跟影片都会保持私有,不会被分享。","API Key":"API Key","Apply":"应用","Approve":"确认","Archive":"存档","Archived":"已存档","Are you sure you want to archive the selection?":"您确定要存档选择的项目吗?","Are you sure you want to delete these albums?":"您确定要删除选择的相册吗?","Are you sure you want to delete these labels?":"您确定要删除选择的标签吗?","Are you sure you want to delete this account?":"您确定要删除这个账号吗?","Are you sure you want to permanently delete these pictures?":"你确定要永久删除这些照片吗?","Are you sure you want to permanently delete this file?":"您确定要永久的删除这个文件吗?","Artist":"艺术家","Aspect Ratio":"纵横比","At least 6 characters.":"至少六个字符。","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"自动为其他文件类型创建 JPEG,以便它们可以显示在浏览器中。","Automatically creates albums of special moments, trips, and places.":"自动创建特殊时刻、旅行和地点的相册。","Become a sponsor":"成为赞助商","Bio":"简介","Black":"黑色","Blackman: Lanczos Modification, Less Ringing Artifacts":"Blackman:改进的Lanczos,更少的边缘震荡","Blue":"蓝色","Brazilian Portuguese":"巴西葡萄牙语","Brown":"棕色","Browse and edit image classification labels.":"浏览和编辑图像分类标签。","Browse indexed files and folders in Library.":"浏览库中的索引文件和文件夹。","Bug Report":"错误报告","Busy, please wait…":"忙,请稍候…","Calendar":"日历","Camera":"相机","Camera Serial":"相机系列","Can't load more, limit reached":"无法加载更多,已达到限制","Can't select more items":"无法选择更多项目","Cancel":"取消","Cards":"卡片","Category":"分类","Change":"更改","Change photo titles, locations, and other metadata.":"更改相片標題、位置,以及其他細節。","Change private flag":"更改私人标志","Checked":"已确认","Chinese Simplified":"简体中文","Chinese Traditional":"繁体中文","Chroma":"色度","Close":"关闭","Codec":"解码器","Color":"颜色","Colors":"颜色","Complete Rescan":"完成重新扫描","Confidence":"置信度","Connect":"连接","Connect via WebDAV":"使用 WebDAV 连接","Contact Us":"联系我们","Contains %{n} pictures.":"包含%{n}张图片。","Contains one picture.":"包含一张图片。","Convert to JPEG":"转 JPEG","Converting":"转换中","Copied to clipboard":"复制到剪贴板","Copyright":"版权","Couldn't find anything.":"找不到任何东西。","Country":"国家","Create album":"新增相册","Created":"已新增","Creating thumbnails for":"创建缩略图","Cubic: Moderate Quality, Good Performance":"Cubic: 质量适中,性能良好","Current Password":"当前密码","Customer Support":"客户支持","Cyan":"青色","Cyano":"氰基","Czech":"捷克语","Daily":"每天的","Danish":"丹麦语","Day":"天","Debug Logs":"调试日志","Default":"默认","Default Folder":"默认文件夹","Delete":"刪除","Description":"描述","Detailed instructions can be found in our User Guide.":"详细说明可以在我们的用户指南中找到。","Details":"细节","Dimensions":"尺寸","Disable Backups":"上次备份","Disable built-in WebDAV server. Requires a restart.":"禁用内置WebDAV服务器。需要重新启动。","Disable Darktable":"禁用Darktable","Disable ExifTool":"禁用ExifTool","Disable FFmpeg":"禁用FFmpeg","Disable Places":"禁用位置","Disable RawTherapee":"禁用RawTherapee","Disable TensorFlow":"禁用TensorFlow","Disable WebDAV":"禁用 WebDAV","Disabled":"已禁用","Disables reverse geocoding and maps.":"禁用反向地理编码和地图。","Discover":"发现","Don't backup photo and album metadata to YAML files.":"不要将照片和相册元数据备份到YAML文件中。","Don't create ExifTool JSON files for improved metadata extraction.":"不要创建ExifTool JSON文件,以改善元数据提取。","Don't modify originals folder. Disables import, upload, and delete.":"不要修改原文件夹。禁止导入、上传、删除。","Don't transcode videos with FFmpeg.":"不要用FFmpeg对视频进行转码。","Don't use Darktable to convert RAW files.":"不要用Darktable来转换RAW文件。","Don't use RawTherapee to convert RAW files.":"不要使用RawTherapee来转换RAW文件。","Don't use TensorFlow for image classification.":"不要使用TensorFlow进行图像分类。","Donations":"捐赠","Done":"完成","Done.":"完成。","Download":"下载","Download remote files":"下载远程文件","Download single files and zip archives.":"下载一个文件并用zip压缩。","Downloading…":"下载中…","Downscaling Filter":"质量过滤器","Duplicates will be skipped and only appear once.":"重复项将被跳过,仅出现一次。","Dutch":"荷兰语","Dynamic Previews":"未缓存预览","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"动态渲染需要性能较强的服务器,不建议用于NAS设备。","Dynamic Size Limit: %{n}px":"未缓存大小限制: %{n}px","E-Mail":"电子邮件","Edit":"编辑","Edit %{name}":"编辑 %{name}","Edit Account":"编辑账号","Edit Photo":"编辑照片","Edited":"已编辑","Enable new features currently under development.":"启用目前处于开发中的新功能。","Enabled":"已启用","Enables RAW converter presets. May reduce performance.":"启用RAW转换器预设。可能会降低性能。","English":"英文","Errors":"错误","Estimate the approximate location of pictures without coordinates.":"在没有坐标的情况下估计图片的大致位置。","Estimates":"估算","Every two days":"每两天","Exclude content marked as private from search results, shared albums, labels, and places.":"除了搜尋結果中標記為私人的內容、共享相簿、標籤和地點。","Exclude hidden":"不包括隐藏的","Expand":"展开搜寻","Expand Search":"展开搜寻","Experimental Features":"测试功能","Expires":"期限","Exposure":"曝光","F Number":"光圈数","Face":"脸部","Faces":"面向","Failed copying to clipboard":"复制到剪贴板失败","Failed removing link":"删除链接失败","Failed updating link":"更新链接失败","Failure while importing uploaded files":"导入上传的文件时失败","Fast":"快","Favorite":"我的最爱","Favorites":"我的最爱","Feature Request":"功能要求","Feedback":"反馈","File":"文件","File Browser":"文件浏览器","Files":"文件","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"顺序名称如\"IMG_1234 (2)\"和\"IMG_1234 (3)\"的文件属于同一图片。","Focal Length":"焦距","Folder":"文件夹","Folder contains %{n} files":"文件夹中有 %{n} 个文件","Folder is empty":"文件夹是空的","Folders":"文件夹","French":"法文","Fullscreen":"全屏","General":"一般","German":"德文","Gold":"金色","Grayscale":"灰度","Green":"绿色","Grey":"灰色","Group by similarity":"按相似度分组","Hash":"哈希","Hebrew":"希伯来文","Help":"帮助","Hidden":"隐藏","Hidden Files":"隐藏文件","Hide":"隐藏","Hide photos that have been moved to archive.":"隐藏已移动到存档的照片。","Hindi":"印地语","How can we help?":"我们可以帮您吗?","Hybrid":"混合","I'm a sponsor":"我是一个赞助商","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"如果你喜欢使用PhotoPrism,请考虑在Patreon或GitHub上支持我们的赞助商。","image":"图片","Image":"图片","Images":"图片","Import":"导入","Import failed":"导入失败","Imported files will be sorted by date and given a unique name to avoid duplicates.":"导入的文件将按日期排序,并给出唯一的名称以避免重复。","Imported files will be sorted by date and given a unique name.":"导入的文件将按日期排序,并给出唯一的名称。","Importing %{name}…":"导入中 %{name}…","Importing files to originals…":"导入文件到來源…","in":"在","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"如果你期望的图片丢失,请重新扫描你的图书馆,并等待索引编制完成。","Index":"索引","Indexing":"索引中","Indexing failed":"索引失败","Indexing media and sidecar files…":"索引媒体和文件…","Instance ID":"实例 ID","Interval":"间隔","Invalid date":"错误的日期","Italian":"意大利语","Item":"条目","Japanese":"日语","JPEG Quality: %{n}":"JPEG质量: %{n}。","JPEG Size Limit: %{n}px":"JPEG大小限制: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG和缩略图会根据需要自动呈现。","Keywords":"关键字","Korean":"韩语","Kurdish":"库尔德语","Label":"标签","Labels":"标签","Labels deleted":"标签已删除","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos:细节保存,最小化虚影","Language":"语言","Last Backup":"上次备份","Latitude":"纬度","Lavender":"薰衣草","Lens":"镜头","Let us know when we mistakenly label an idea as unfunded.":"当我们错误地将一个想法标为无资金支持时,请告诉我们。","Library":"库","License":"许可证","Like":"喜欢","Lime":"淡绿色","Limit reached, showing first %{n} files":"已达到限制,显示前 %{n} 文件","Linear: Very Smooth, Best Performance":"Linear: 非常平滑,性能最佳","Link":"连接","List":"列表","Live":"生活","Local Time":"本地时间","location":"地点","Location":"地点","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"每当PhotoPrism遇到损坏的文件或其他潜在问题时,日志消息就会出现在这里。","Login":"登录","Logout":"退出","Logs":"日志","Longitude":"经度","Magenta":"洋红","Main Color":"主色调","manual":"手册","Manual Upload":"手动上传","Marker":"标记","Medium":"中","Merge %{a} with %{b}?":"将%{a}与%{b}合并?","Message sent":"消息已发送","Minimize":"最小化","Missing":"缺失","Moments":"瞬间","Monochrome":"黑白","Month":"月","Moonlight":"月光","More than %{n} pictures found":"发现超过%{n}张图片","More than 20 albums found":"找到超过20张相册","More than 20 labels found":"找到超过20张标签","More than 20 people found":"超过20人发现","Mosaic":"马赛克","Most relevant":"最相关的","Move Files":"移动文件","Name":"名称","Name too long":"名称太长","Never":"永不","New":"新","New Password":"新密码","Newest first":"最新的优先","No":"否","No albums found":"找不到相册","No labels found":"找不到标签","No people found":"没有找到人","No pictures found":"没有发现图片","No recently edited pictures":"没有最近编辑过的图片","No servers configured.":"沒有发现服务器配置。","No thanks":"不用了,谢谢","No warnings or error containing this keyword. Note that search is case-sensitive.":"没有包含此关键字的警告或错误。请注意,搜索区分大小写。","Non-photographic and low-quality images require a review before they appear in search results.":"非照片和低质量图像需要进行检查,然后才能出现在搜索结果中。","None":"无","Norwegian":"挪威语","Not Found":"找不到","Note you may manually manage your originals folder and importing is optional.":"注意你可以手动管理你的原件文件夹,导入是可选的。","Note:":"注意:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"注意:只能将WebDAV服务器(如Nextcloud或PhotoPrism)配置为远程服务,以进行备份和文件上传。","Note: Updating the password will not revoke access from already authenticated users.":"注意:更新密码不会撤消已通过身份验证的用户的访问。","Notes":"注意","Nothing to see here yet. Be patient.":"这里什么也看不到。耐心一点。","Offline":"离线","Oldest first":"最旧的优先","Once a week":"一个星期一次","One album found":"找到一本相册","One file found":"找到一个文件","One folder found":"找到一个文件夹","One label found":"发现一个标签","One person found":"一个人发现","One picture found":"发现一张图片","Onyx":"玛瑙","Options":"选项","Orange":"橘色","Orientation":"方向","Original":"来源","Original file names will be stored and indexed.":"原始文件名将被存储并编制索引。","Original Name":"原始文件名","Originals":"來源","Other":"其他","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"我们的愿景是为浏览、组织和分享你的照片集提供最方便的解决方案。","Outdoor":"户外","Panorama":"全景照片","Panoramas":"全景照片","Password":"密码","Password changed":"密码已更新","People":"人","People you share a link with will be able to view public contents.":"与您共享链接的人将可以查看公共内容。","Permanently deleted":"永久删除","Permanently remove files to free up storage.":"永久性地删除文件以释放存储空间。","Photo":"相片","PhotoPrism has been updated…":"PhotoPrism 更新啦…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism® 是 Michael Mayer 的注册商标。","Photos":"照片","Pink":"粉红色","Place":"地点","Place & Time":"时间和地点","Places":"地点","Play":"播放","Please confirm your new password.":"请确认新密码。","Please contact us at hello@photoprism.app if you have questions or need help.":"如果你有问题或需要帮助,请联系我们:hello@photoprism.app。","Please don't upload photos containing offensive content.":"请不要上传包含令人反感内容的照片。","Polish":"波兰语","Portrait":"人像","Português de Portugal":"葡萄牙语","Preserve filenames":"保留文件名","Press button to start importing…":"按下按钮开始导入…","Press button to start indexing…":"按下按钮开始索引…","Press enter to create a new album.":"按 Enter 键创建一个新相册。","Preview":"预览","Primary":"主要的","Private":"私人的","Product Feedback":"产品反馈","Projection":"投影","Purple":"紫色","Quality Filter":"质量过滤器","Quality Score":"质量得分","Random":"随机","Raspberry":"树莓","Raw":"Raw","RAW":"原始","RAW Conversion":"转换中","Re-index all originals, including already indexed and unchanged files.":"重新索引所有文件,包括已索引和未更改的文件。","Read-Only Mode":"只读模式","Recently added":"近期新增","Recently edited":"近期编辑","Recognition starts after indexing has been completed.":"识别工作在索引完成后开始。","Recognized":"认可的","Recognizes faces so that specific people can be found.":"识别人脸,以便能够找到特定的人。","Red":"红色","Reload":"重新加载","Reloading…":"重新加载中…","Remote Sync":"远程同步","Remove":"删除","remove failed: unknown album":"删除失败:未知相册","Remove from album":"从相册中删除","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"删除导入的文件以节省存储空间。不支持的文件类型将永远不会被删除,它们会保留在当前位置。","Report Bug":"反馈 Bug","Request failed - invalid response":"请求失败-无效的响应","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"由银牌和金牌赞助商认可的申请会得到一个金色标签,并将被优先考虑。","Required":"必填","Resolution":"解析度","Restore":"恢复","Retype Password":"重新输入密码","Review":"评论","Russian":"русский язык","Save":"保存","Scan":"扫描","Scans":"扫描","Search":"搜索","Search and display photos on a map.":"在地图上搜索并显示照片。","Season":"季节","Seaweed":"海藻","Secret":"秘密","Select":"选择","Select albums or create a new one":"选择相册或创建新相册","Selection approved":"选择已批准","Selection archived":"选择已存档","Selection restored":"选择已恢复","Send":"发送","Sequential Name":"序列名","Server":"服务器","Service URL":"服务器 URL","Settings":"设置","Settings saved":"设置已保存","Setup":"设置","Shadow":"阴影","Share":"分享","Share %{name}":"分享 %{name}","Shared with you.":"与您共享。","Show":"显示","Show all new faces":"显示所有的新面孔","Show hidden":"显示隐藏","Show less":"显示更少","Show Library in navigation menu.":"在导航菜单中显示库。","Show more":"显示更多","Show server logs in Library.":"在库中显示服务器日志。","Shows more detailed log messages. Requires a restart.":"显示更详细的日志信息。需要重新启动。","Sidecar":"侧边栏","Sign in":"登录","Sign Up":"注册","Similar":"相似","Size":"尺寸","Slovak":"Slovenská","Slow":"慢","Sort by file name":"按文件名排序","Sort Order":"排序","Source":"来源","Spanish":"Español","Stack":"堆叠","Stack files sharing the same unique image or instance identifier.":"堆栈文件共享相同的唯一图像或实例标识符。","Stack pictures taken at the exact same time and location based on their metadata.":"根据图片的元数据,在相同的时间和地点拍摄的图片进行叠加。","Stackable":"可堆叠","Stacks":"堆叠","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"堆栈将具有类似参考框架,但质量、格式、大小或颜色不同的文件分组。","Start":"开始","Start/Stop Slideshow":"开始/停止幻灯片放映","States":"状态","Static Size Limit: %{n}px":"预渲染尺寸限制: %{n}px","Status":"状态","Storage Folder":"储存文件夹","Streets":"街","Style":"风格","Subject":"主题","Support for additional services, like Google Drive, will be added over time.":"随着时间的推移,将增加对其他服务的支持,例如Google云端硬盘。","Sync":"同步","Sync raw and video files":"同步 Raw 文件和视频文件","Taken":"已采取","Teal":"蓝绿色","Text too long":"文字太长","Thank you very much!":"谢谢!","The index currently contains %{n} hidden files.":"该索引当前包含 %{n} 个隐藏文件。","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"路线图显示了哪些任务正在进行中,哪些需要测试,以及哪些功能请求将在下一步实施。","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"它们的格式可能不受支持,它们尚未转换为JPEG或存在重复项。","Theme":"主题","This is an early-access feature to say thanks to our sponsors and contributors.":"这是一个早期访问的功能,以感谢我们的赞助商和贡献者。","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"这会将原始文件夹安装为网络驱动器,并允许您从计算机或智能手机中打开,编辑和删除文件,就像它们是本地文件一样。","This open-source project is made possible thanks to our sponsors.":"这个开源项目的实现要感谢我们的赞助商。","Thumbnail Generation":"生成缩略图","Time UTC":"UTC 时间","Time Zone":"时区","Title":"标题","Title too long":"标题太长了","to":"到","Toggle View":"切换视图","Token":"令牌","Topographic":"地形图","Trademarks":"商标","Try again using other filters or keywords.":"使用其他过滤器或关键字再试一次。","Type":"类型","Undo":"撤销","Unique ID":"唯一身份","Unknown":"未知","Unsorted":"未分类","Unstack":"解除堆栈","Updated":"已更新","Updating faces":"更新面孔","Updating index":"更新索引","Updating moments":"更新时刻","Updating previews":"更新预览","Updating stacks":"更新堆栈","Upload":"上传","Upload complete":"上传完成","Upload complete. Indexing…":"上传完成。索引中…","Upload failed":"上传失败","Upload local files":"上传本地文件","Upload to WebDAV and share links with friends.":"上传到WebDAV并与朋友共享链接。","Uploading %{n} of %{t}…":"上传 %{n} / %{t} …","Uploading photos…":"正在上传照片…","Uploads that may contain such images will be rejected automatically.":"可能包含此类图像的上传将被自动拒绝。","URL":"URL","Use Presets":"使用预设","User":"用户","User Interface":"用户界面","Username":"用户名","Video":"影片","Videos":"影片","View":"视图","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"当你在Patreon或GitHub赞助商上注册时,我们会让你知道如何启用它。","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV客户端可以使用以下URL连接到PhotoPrism:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV客户端(例如Microsoft的Windows资源管理器或Apple的Finder)可以直接连接到PhotoPrism。","WebDAV Upload":"WebDAV上传","White":"白色","Year":"年","Yellow":"黄色","Yellowstone":"黄石公园","Yes":"是","You can only download one album":"您只能下载一个相册","You can only download one label":"您只能下载一个标签","You may only select one item":"您只能选择一项","You may rescan your library to find additional faces.":"你可以重新扫描你的图书馆以找到更多的面孔。","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"出于教育目的,您可以根据需要使用它来描述我们的软件,运行您自己的服务器,但未经事先书面许可,不得用于提供商业产品,产品或服务。换句话说,请询问。","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"您的持续支持帮助我们资助运营成本,提供卫星地图等服务,并开发新的功能。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"您的资料库被不断分析,以自动创建特殊时刻、旅行和地点的相册。","Your message has been sent":"您的留言已发送","Zoom in/out":"缩放"},"zh_TW":{"%{n} albums found":"找到了 %{n} 本相簿","%{n} files uploaded":"%{n} 個檔案上傳完成","%{n} folders found":"找到了 %{n} 個資料夾","%{n} labels found":"找到了 %{n} 個標籤","%{n} people found":"找到 %{n} 人","%{n} pictures found":"找到 %{n} 張圖片","1 hour":"1 小時","12 hours":"12 小時","4 hours":"4 小時","A click will copy it to your clipboard.":"點擊以複製到剪貼簿。","About":"關於","Account":"帳號","Accuracy":"準確度","Action":"動作","Actions":"動作","Add Album":"新增相簿","Add files to your library via Web Upload.":"從網頁新增檔案到收藏庫。","Add Link":"新增連結","Add pictures from search results by selecting them.":"通過選擇從搜索結果中添加圖片。","Add Server":"新增伺服器","Add to album":"新增到相簿","Added":"新增了","Advanced":"進階","After 1 day":"1 天過後","After 3 days":"3 天過後","After 7 days":"7 天過後","After one month":"1 個月過後","After one year":"1 年過後","After selecting pictures from search results, you can add them to an album using the context menu.":"從搜索結果中選擇圖片後,您可以使用上下文菜單將它們添加到相冊。","After two months":"2 個月過後","After two weeks":"2 星期過後","Album":"相簿","Album Name":"相簿名稱","Albums":"相簿","Albums deleted":"已刪除相簿","All %{n} albums loaded":"%{n} 本相簿已載入","All %{n} labels loaded":"%{n} 個標籤已載入","All %{n} people loaded":"所有 %{n} 人已加載","All Cameras":"所有相機","All Categories":"所有分類","All Colors":"所有顏色","All Countries":"所有國家","All fields are required":"所有的欄位都是必填的","All files from import folder":"引入資料夾中所有的檔案","All Lenses":"所有鏡頭","All Months":"所有月份","All originals":"所有來源","All Years":"所有年份","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"或者,你也可以直接使用WebDAV從像是 NextCloud 的服務上傳檔案。","Altitude":"高度","Altitude (m)":"高度(公尺)","An error occurred - are you offline?":"發生錯誤了 - 你是不是離線了?","Animation":"動畫","Any private photos and videos remain private and won't be shared.":"所有私人相片跟影片都會保持私人,不會被分享。","API Key":"API Key","Apply":"套用","Approve":"確認","Archive":"封存","Archived":"已封存","Are you sure you want to archive the selection?":"你確定你要封存選取的項目嗎?","Are you sure you want to delete these albums?":"你確定你要刪除選取的相簿嗎?","Are you sure you want to delete these labels?":"你確定你要刪除選取的標籤嗎?","Are you sure you want to delete this account?":"你確定你要刪除這個帳號嗎?","Are you sure you want to permanently delete these pictures?":"確定要永久刪除這些圖片嗎?","Are you sure you want to permanently delete this file?":"你確定你要永久刪除這個檔案嗎?","Artist":"藝術家","Aspect Ratio":"長寬比","At least 6 characters.":"至少六個字元。","Automatically create JPEGs for other file types so that they can be displayed in a browser.":"自動新增 JPEGs 檔案以顯示在瀏覽器中。","Automatically creates albums of special moments, trips, and places.":"自動創建特殊時刻、旅行和地點的相冊。","Become a sponsor":"成為贊助商","Bio":"個人簡歷","Black":"黑色","Blackman: Lanczos Modification, Less Ringing Artifacts":"布萊克曼:Lanczos修改,少振鈴文物","Blue":"藍色","Brazilian Portuguese":"巴西葡萄牙語","Brown":"棕色","Browse and edit image classification labels.":"瀏覽以及編輯分類標籤。","Browse indexed files and folders in Library.":"在收藏庫中瀏覽索引好的檔案和資料夾。","Bug Report":"回報問題","Busy, please wait…":"忙碌中,請稍後…","Calendar":"日曆","Camera":"相機","Camera Serial":"相機系列","Can't load more, limit reached":"沒辦法載入更多了,已經極限了","Can't select more items":"沒辦法選取更多項目","Cancel":"取消","Cards":"卡片","Category":"分類","Change":"更改","Change photo titles, locations, and other metadata.":"更改照片标题,位置和其他元数据。","Change private flag":"更改私人選項","Checked":"已確認","Chinese Simplified":"简体中文","Chinese Traditional":"繁体中文","Chroma":"彩度","Close":"關閉","Codec":"解碼器","Color":"顏色","Colors":"顏色","Complete Rescan":"完整索引","Confidence":"信心度","Connect":"連線","Connect via WebDAV":"使用 WebDAV 連線","Contact Us":"聯繫我們","Contains %{n} pictures.":"包含 %{n} 張圖片。","Contains one picture.":"包含一張圖片。","Convert to JPEG":"轉為 JPEG","Converting":"轉換中","Copied to clipboard":"已經複製到剪貼簿了","Copyright":"版權","Couldn't find anything.":"找不到任何東西。","Country":"國家","Create album":"新增相簿","Created":"已新增","Creating thumbnails for":"新增縮圖","Cubic: Moderate Quality, Good Performance":"立方:中等質量,良好性能","Current Password":"當前密碼","Customer Support":"客戶支援","Cyan":"青色","Cyano":"藍諾","Czech":"捷克語","Daily":"每天的","Danish":"丹麥語","Day":"天","Debug Logs":"調試日誌","Default":"預設","Default Folder":"預設資料夾","Delete":"刪除","Description":"描述","Detailed instructions can be found in our User Guide.":"更多指示可以在用戶導引中找到。","Details":"細節","Dimensions":"尺寸","Disable Backups":"上次備份","Disable built-in WebDAV server. Requires a restart.":"禁用內置的WebDAV服務器。需要重啟。","Disable Darktable":"禁用暗表","Disable ExifTool":"禁用ExifTool","Disable FFmpeg":"禁用 FFmpeg","Disable Places":"已停用","Disable RawTherapee":"禁用 RawTherapee","Disable TensorFlow":"禁用TensorFlow","Disable WebDAV":"已停用","Disabled":"已停用","Disables reverse geocoding and maps.":"禁用反向地理編碼和地圖。","Discover":"發現","Don't backup photo and album metadata to YAML files.":"不要將照片和相冊元數據備份到YAML文件中。","Don't create ExifTool JSON files for improved metadata extraction.":"不要創建ExifTool JSON文件來改進元數據提取。","Don't modify originals folder. Disables import, upload, and delete.":"不要修改原件文件夾。禁用導入,上傳和刪除。","Don't transcode videos with FFmpeg.":"不要使用 FFmpeg 對視頻進行轉碼。","Don't use Darktable to convert RAW files.":"不要使用 Darktable 來轉換 RAW 文件。","Don't use RawTherapee to convert RAW files.":"不要使用 RawTherapee 來轉換 RAW 文件。","Don't use TensorFlow for image classification.":"瀏覽以及編輯分類標籤。","Donations":"贊助","Done":"完成","Done.":"完成。","Download":"下載","Download remote files":"下載遠端檔案","Download single files and zip archives.":"下載單一檔案以及 zip 壓縮檔。","Downloading…":"下載中…","Downscaling Filter":"品質過濾","Duplicates will be skipped and only appear once.":"重複的項目會被跳過,只會出現一個。","Dutch":"荷蘭語","Dynamic Previews":"未緩存的預覽","Dynamic rendering requires a powerful server. It is not recommended for NAS devices.":"按需渲染需要強大的CPU,不建議用於小型家用服務器或NAS設備。","Dynamic Size Limit: %{n}px":"未緩存的大小限制:%{n} px","E-Mail":"電子郵件","Edit":"編輯","Edit %{name}":"編輯 %{name}","Edit Account":"編輯帳號","Edit Photo":"編輯相片","Edited":"已編輯","Enable new features currently under development.":"啟用當前正在開發的新功能。","Enabled":"已啟用","Enables RAW converter presets. May reduce performance.":"啟用 RAW 轉換器預設。可能會降低性能。","English":"英文","Errors":"錯誤","Estimate the approximate location of pictures without coordinates.":"估計沒有坐標的圖片的大概位置。","Estimates":"估計","Every two days":"每兩天","Exclude content marked as private from search results, shared albums, labels, and places.":"从搜索结果,共享相册,标签和地点中排除标记为私人的内容。","Exclude hidden":"排除隱藏","Expand":"展开搜寻","Expand Search":"展開搜尋","Experimental Features":"測試功能","Expires":"期限","Exposure":"曝光","F Number":"F號","Face":"臉","Faces":"面","Failed copying to clipboard":"複製到剪貼簿失敗","Failed removing link":"移除連結失敗","Failed updating link":"更新連結失敗","Failure while importing uploaded files":"引入照片失敗","Fast":"快","Favorite":"我的最愛","Favorites":"我的最愛","Feature Request":"功能要求","Feedback":"回饋","File":"檔案","File Browser":"檔案瀏覽器","Files":"檔案","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"例如 IMG_1234 (2)' or 'IMG_1234 copy 2' 會被當作同一張照片。","Focal Length":"焦段","Folder":"資料夾","Folder contains %{n} files":"資料夾中有 %{n} 個檔案","Folder is empty":"資料夾是空的","Folders":"資料夾","French":"法文","Fullscreen":"全螢幕","General":"一般","German":"德文","Gold":"金色","Grayscale":"灰階","Green":"綠色","Grey":"灰色","Group by similarity":"以相似度分群","Hash":"雜湊","Hebrew":"希伯来文","Help":"說明","Hidden":"隱藏","Hidden Files":"隱藏的檔案","Hide":"隱藏","Hide photos that have been moved to archive.":"隱藏的檔案已經移至封存。","Hindi":"印地語","How can we help?":"我們可以幫你什麼?","Hybrid":"雜種","I'm a sponsor":"我是讚助商","If you enjoy using PhotoPrism, please consider backing us on Patreon or GitHub Sponsors.":"如果您喜歡使用 PhotoPrism,請考慮在 Patreon 或 GitHub 贊助商上支持我們。","image":"圖片","Image":"圖片","Images":"圖片","Import":"引入","Import failed":"引入失敗","Imported files will be sorted by date and given a unique name to avoid duplicates.":"引入的檔案會依照日期排序,並且給予一個獨特的名字以防止重複。","Imported files will be sorted by date and given a unique name.":"引入的檔案會依照日期排序,並且給予一個獨特的名字。","Importing %{name}…":"引入中 %{name}…","Importing files to originals…":"引入檔案到來源…","in":"在","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"如果您期望的圖片丟失,請重新掃描您的庫並等待索引完成。","Index":"索引","Indexing":"索引中","Indexing failed":"索引失敗","Indexing media and sidecar files…":"索引媒體和檔案…","Instance ID":"實體 ID","Interval":"間隔","Invalid date":"錯誤的日期","Italian":"義大利文","Item":"項目","Japanese":"日语","JPEG Quality: %{n}":"JPEG品質:%{n}","JPEG Size Limit: %{n}px":"JPEG大小限制:%{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEGs 跟 縮圖 在需要的時候會自動生成。","Keywords":"關鍵字","Korean":"韓語","Kurdish":"庫德語","Label":"標籤","Labels":"標籤","Labels deleted":"標籤已刪除","Lanczos: Detail Preservation, Minimal Artifacts":"Lanczos:保留細節,減少偽像","Language":"語言","Last Backup":"上次備份","Latitude":"緯度","Lavender":"薰衣草","Lens":"鏡頭","Let us know when we mistakenly label an idea as unfunded.":"當我們錯誤地將一個想法標記為沒有資金時,請告訴我們。","Library":"收藏庫","License":"授權","Like":"喜歡","Lime":"萊姆色","Limit reached, showing first %{n} files":"顯示前 %{n} 個檔案","Linear: Very Smooth, Best Performance":"線性:非常平滑,最佳性能","Link":"連結","List":"清單","Live":"即時","Local Time":"本地時間","location":"地點","Location":"地點","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"日誌訊息會在檔案損毀時,或是其他問題出現時出現。","Login":"登入","Logout":"登出","Logs":"日誌","Longitude":"經度","Magenta":"品紅","Main Color":"主要顏色","manual":"手動","Manual Upload":"手動上傳","Marker":"標記","Medium":"中","Merge %{a} with %{b}?":"將 %{a} 與 %{b} 合併?","Message sent":"訊息已傳送","Minimize":"最小化","Missing":"缺少","Moments":"回憶時刻","Monochrome":"黑白","Month":"月","Moonlight":"月光","More than %{n} pictures found":"找到超過 %{n} 張圖片","More than 20 albums found":"找到超過 20 本相簿","More than 20 labels found":"找到超過 20 個標籤","More than 20 people found":"20多人發現","Mosaic":"鑲嵌","Most relevant":"最相關","Move Files":"移動檔案","Name":"名稱","Name too long":"名稱太長了","Never":"永不","New":"新規","New Password":"新密碼","Newest first":"新到舊","No":"否","No albums found":"找不到相簿","No labels found":"找不到標籤","No people found":"沒有人找到","No pictures found":"沒有找到圖片","No recently edited pictures":"沒有最近編輯的圖片","No servers configured.":"沒有配置好的伺服器。","No thanks":"不用了,謝謝","No warnings or error containing this keyword. Note that search is case-sensitive.":"沒有包含此關鍵字的警告或錯誤。請注意,搜索區分大小寫。","Non-photographic and low-quality images require a review before they appear in search results.":"非照相和低質量圖像需要進行手動確認,才會出現在搜索結果中。","None":"無","Norwegian":"挪威文","Not Found":"找不到","Note you may manually manage your originals folder and importing is optional.":"請注意,您可以手動管理原始文件夾,而導入是可選的。","Note:":"注意:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"注意:只能將WebDAV服務器(如Nextcloud或PhotoPrism)配置為遠程服務,以進行備份和文件上傳。","Note: Updating the password will not revoke access from already authenticated users.":"注意:更新密碼不會撤消已通過身份驗證的用戶的訪問。","Notes":"備註","Nothing to see here yet. Be patient.":"這裡什麼也看不到。耐心一點。","Offline":"離線","Oldest first":"最舊排前","Once a week":"一個星期一次","One album found":"找到 1 本相簿","One file found":"找到 1 個檔案","One folder found":"找到 1 個資料夾","One label found":"找到一個標籤","One person found":"發現了一個人","One picture found":"找到一張圖片","Onyx":"y瑪瑙","Options":"選項","Orange":"橘色","Orientation":"方向","Original":"來源","Original file names will be stored and indexed.":"來源檔案名稱會被儲存及索引。","Original Name":"來源名稱","Originals":"來源","Other":"其他","Our vision is to provide the most user-friendly solution for browsing, organizing, and sharing your photo collection.":"我們的願景是為瀏覽、組織和共享您的照片集提供最人性化的解決方案。","Outdoor":"對外","Panorama":"全景照片","Panoramas":"全景照片","Password":"密碼","Password changed":"密碼已更換","People":"人","People you share a link with will be able to view public contents.":"擁有連結的人可以看到公開內容。","Permanently deleted":"永久刪除","Permanently remove files to free up storage.":"永久刪除文件以釋放存儲空間。","Photo":"相片","PhotoPrism has been updated…":"PhotoPrism更新啦…","PhotoPrism® is a registered trademark of Michael Mayer.":"PhotoPrism®是 Michael Mayer 的註冊商標。","Photos":"照片","Pink":"粉紅色","Place":"地點","Place & Time":"地點與時間","Places":"地點","Play":"播放","Please confirm your new password.":"請確認新密碼。","Please contact us at hello@photoprism.app if you have questions or need help.":"如果您有任何問題或需要幫助,請通過 hello@photoprism.app 與我們聯繫。","Please don't upload photos containing offensive content.":"請不要上傳包含攻擊性內容的照片。","Polish":"波蘭語","Portrait":"人像","Português de Portugal":"葡萄牙葡萄牙","Preserve filenames":"保留檔案名稱","Press button to start importing…":"點擊按鈕以開始引入…","Press button to start indexing…":"點擊按鈕以開始索引…","Press enter to create a new album.":"點擊按鈕以新增相簿。","Preview":"預覽","Primary":"主要的","Private":"私人的","Product Feedback":"回饋","Projection":"投影","Purple":"紫色","Quality Filter":"品質過濾","Quality Score":"品質","Random":"隨機","Raspberry":"樹梅","Raw":"原始","RAW":"原始","RAW Conversion":"轉換中","Re-index all originals, including already indexed and unchanged files.":"重新索引,包含已經索引過的檔案。","Read-Only Mode":"只讀模式","Recently added":"近期新增","Recently edited":"近期編輯","Recognition starts after indexing has been completed.":"索引完成後開始識別。","Recognized":"認可","Recognizes faces so that specific people can be found.":"識別面孔,以便可以找到特定的人。","Red":"紅色","Reload":"重新載入","Reloading…":"重新載入中…","Remote Sync":"遠端同步","Remove":"移除","remove failed: unknown album":"移除失敗:未知的相簿","Remove from album":"從相冊中刪除","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"刪除導入的文件以節省存儲空間。不支持的文件類型將永遠不會被刪除,它們會保留在當前位置。","Report Bug":"回報問題","Request failed - invalid response":"要求失敗 - 非法的回應","Requests endorsed by silver and gold sponsors receive a golden label and will be prioritized.":"由銀牌和金牌贊助商認可的請求將獲得金色標籤,並將被優先考慮。","Required":"必填","Resolution":"解析度","Restore":"恢復","Retype Password":"重新輸入密碼","Review":"回顧","Russian":"俄語","Save":"儲存","Scan":"掃描","Scans":"掃描","Search":"搜尋","Search and display photos on a map.":"搜尋及顯示在地圖上。","Season":"季節","Seaweed":"海藻","Secret":"秘密","Select":"選擇","Select albums or create a new one":"選擇或新增相簿","Selection approved":"已核准選取項目","Selection archived":"已封存選取項目","Selection restored":"已恢復選取項目","Send":"傳送","Sequential Name":"順序名稱","Server":"伺服器","Service URL":"服務 URL","Settings":"設定","Settings saved":"設定已儲存","Setup":"設定","Shadow":"陰影","Share":"分享","Share %{name}":"分享 %{name}","Shared with you.":"與你分想。","Show":"顯示","Show all new faces":"顯示所有新面孔","Show hidden":"顯示隱藏","Show less":"顯示少點","Show Library in navigation menu.":"在導覽目錄中顯示收藏庫。","Show more":"顯示更多","Show server logs in Library.":"在收藏庫中顯示伺服器日誌。","Shows more detailed log messages. Requires a restart.":"顯示更詳細的日誌消息。需要重新啟動。","Sidecar":"側邊欄","Sign in":"登入","Sign Up":"註冊","Similar":"相似","Size":"尺寸","Slovak":"斯洛伐克文","Slow":"慢","Sort by file name":"由檔名排序","Sort Order":"排序","Source":"來源","Spanish":"西班牙文","Stack":"堆疊","Stack files sharing the same unique image or instance identifier.":"共享相同唯一映像或實例標識符的堆棧文件。","Stack pictures taken at the exact same time and location based on their metadata.":"根據元數據,將在相同時間和位置拍攝的照片堆疊在一起。","Stackable":"堆疊","Stacks":"堆放","Stacks group files with a similar frame of reference, but differences of quality, format, size or color.":"使用相似的參考框架堆疊組文件,但是質量,格式,大小或顏色有所不同。","Start":"開始","Start/Stop Slideshow":"開始/停止 幻燈片","States":"狀態","Static Size Limit: %{n}px":"渲染前大小限制:%{n} px","Status":"狀態","Storage Folder":"儲存資料夾","Streets":"街","Style":"風格","Subject":"主題","Support for additional services, like Google Drive, will be added over time.":"隨著時間的推移,將增加對其他服務的支持,例如Google雲端硬盤。","Sync":"同步","Sync raw and video files":"同步 RAW 照片","Taken":"已採取","Teal":"藍綠","Text too long":"文字太長了","Thank you very much!":"非常感謝!","The index currently contains %{n} hidden files.":"索引當前包含%{n}個隱藏檔案。","The roadmap shows what tasks are in progress, what needs testing, and which feature requests are going to be implemented next.":"路線圖顯示了正在進行的任務、需要測試的任務以及接下來將實施的功能請求。","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"它們的格式可能不受支持,或尚未轉換為JPEG,或存在重複。","Theme":"主題","This is an early-access feature to say thanks to our sponsors and contributors.":"這是一項搶先體驗功能,感謝我們的讚助商和貢獻者。","This mounts the originals folder as a network drive and allows you to open, edit, and delete files from your computer or smartphone as if they were local.":"這會將原始文件夾安裝為網絡驅動器,並允許您從計算機或智能手機中打開,編輯和刪除文件,就像它們是本地文件一樣。","This open-source project is made possible thanks to our sponsors.":"多虧了我們的讚助商,這個開源項目才得以實現。","Thumbnail Generation":"縮圖產生","Time UTC":"UTC 時間","Time Zone":"時區","Title":"標題","Title too long":"標題太常啦","to":"到","Toggle View":"切換檢視","Token":"令牌","Topographic":"地形圖","Trademarks":"商標","Try again using other filters or keywords.":"請使用其他篩選條件或是關鍵讚。","Type":"格式","Undo":"復原","Unique ID":"唯一身份","Unknown":"未知","Unsorted":"未分類","Unstack":"拆箱","Updated":"已更新","Updating faces":"更新面孔","Updating index":"更新索引","Updating moments":"更新時刻","Updating previews":"更新預覽","Updating stacks":"更新堆棧","Upload":"上傳","Upload complete":"上傳完成","Upload complete. Indexing…":"上傳完成。索引中…","Upload failed":"上傳失敗","Upload local files":"上傳本地檔案","Upload to WebDAV and share links with friends.":"上傳到 WebDAV 並且分享連結給朋友。","Uploading %{n} of %{t}…":"上傳 %{n} / %{t} …","Uploading photos…":"上傳照片中…","Uploads that may contain such images will be rejected automatically.":"可能包含此類圖像的上傳將被自動拒絕。","URL":"網址","Use Presets":"使用預設","User":"使用者","User Interface":"使用者介面","Username":"使用者名稱","Video":"影片","Videos":"影片","View":"檢視","We'll let you know how to enable it when you sign up on Patreon or GitHub Sponsors.":"當您在 Patreon 或 GitHub 贊助商上註冊時,我們會告訴您如何啟用它。","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV客戶端可以使用以下URL連接到PhotoPrism:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism.":"WebDAV客戶端(例如Microsoft的Windows資源管理器或Apple的Finder)可以直接連接到PhotoPrism。","WebDAV Upload":"WebDAV上傳","White":"白色","Year":"年","Yellow":"黃色","Yellowstone":"黃石","Yes":"是","You can only download one album":"你只能下載一個相簿","You can only download one label":"你只能下載一個標籤","You may only select one item":"你只能選取一個項目","You may rescan your library to find additional faces.":"您可以重新掃描您的圖書館以查找其他面孔。","You may use it as required to describe our software, run your own server, for educational purposes, but not for offering commercial goods, products, or services without prior written permission. In other words, please ask.":"出於教育目的,您可以根據需要使用它來描述我們的軟件,運行您自己的服務器,但未經事先書面許可,不得用於提供商業產品,產品或服務。換句話說,請詢問。","Your continued support helps us fund operating costs, provide services like satellite maps, and develop new features.":"您的持續支持有助於我們資助運營成本、提供衛星地圖等服務並開發新功能。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"您的資料庫會持續進行分析,以自動創建有關特殊時刻、旅行和地點的相冊。","Your message has been sent":"你的訊息已傳送","Zoom in/out":"縮放"}} \ No newline at end of file