diff --git a/Dockerfile b/Dockerfile index ca3d8fdea..1d6ec3489 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Ubuntu 26.04 LTS (Resolute Raccoon) -FROM photoprism/develop:260611-resolute +FROM photoprism/develop:260629-resolute # Harden npm usage by default (applies to npm ci / install in dev container) ENV NPM_CONFIG_IGNORE_SCRIPTS=true diff --git a/Makefile b/Makefile index df0a6eade..16991d533 100644 --- a/Makefile +++ b/Makefile @@ -437,23 +437,23 @@ build-static: scripts/build.sh static $(BINARY_NAME) build-libheif: build-libheif-amd64 build-libheif-arm64 build-libheif-armv7 build-libheif-amd64: - docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:resolute ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:questing ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:plucky ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:noble ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:jammy ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:bookworm ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:trixie ./scripts/dist/build-libheif.sh v1.23.0 + docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:resolute ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:questing ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:plucky ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:noble ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:jammy ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:bookworm ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:trixie ./scripts/dist/build-libheif.sh v1.23.1 build-libheif-arm64: - docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:resolute ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:questing ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:plucky ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:noble ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:jammy ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:bookworm ./scripts/dist/build-libheif.sh v1.23.0 - docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:trixie ./scripts/dist/build-libheif.sh v1.23.0 + docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:resolute ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:questing ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:plucky ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:noble ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:jammy ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:bookworm ./scripts/dist/build-libheif.sh v1.23.1 + docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:trixie ./scripts/dist/build-libheif.sh v1.23.1 build-libheif-armv7: - docker run --rm -u $(UID) --platform=arm --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm -e SYSTEM_ARCH=arm photoprism/develop:armv7 ./scripts/dist/build-libheif.sh v1.23.0 + docker run --rm -u $(UID) --platform=arm --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm -e SYSTEM_ARCH=arm photoprism/develop:armv7 ./scripts/dist/build-libheif.sh v1.23.1 build-libheif-latest: build-libheif-amd64-latest build-libheif-arm64-latest build-libheif-armv7-latest build-libheif-amd64-latest: docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:resolute ./scripts/dist/build-libheif.sh @@ -471,9 +471,9 @@ build-libheif-armv7-latest: docker run --rm -u $(UID) --platform=arm --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm -e SYSTEM_ARCH=arm photoprism/develop:armv7 ./scripts/dist/build-libheif.sh build-libheif-deb: build-libheif-deb-amd64 build-libheif-deb-arm64 build-libheif-deb-amd64: - docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:resolute ./scripts/dist/build-libheif-deb.sh v1.23.0 + docker run --rm -u $(UID) --platform=amd64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=amd64 -e SYSTEM_ARCH=amd64 photoprism/develop:resolute ./scripts/dist/build-libheif-deb.sh v1.23.1 build-libheif-deb-arm64: - docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:resolute ./scripts/dist/build-libheif-deb.sh v1.23.0 + docker run --rm -u $(UID) --platform=arm64 --pull=always -v ".:/go/src/github.com/photoprism/photoprism" -e BUILD_ARCH=arm64 -e SYSTEM_ARCH=arm64 photoprism/develop:resolute ./scripts/dist/build-libheif-deb.sh v1.23.1 build-tensorflow: docker-tensorflow-amd64 docker-tensorflow: docker-tensorflow-amd64 docker-tensorflow-amd64: diff --git a/NOTICE b/NOTICE index 251ea3fbb..859f8a300 100644 --- a/NOTICE +++ b/NOTICE @@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with PhotoPrism. Any information relevant to third-party vendors listed below are collected using common, reasonable means. -Date generated: 2026-06-22 +Date generated: 2026-06-27 ================================================================================ @@ -2433,8 +2433,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI -------------------------------------------------------------------------------- Package: github.com/golang/geo -Version: v0.0.0-20260622181633-f80708c60e82 -License: Apache-2.0 (https://github.com/golang/geo/blob/f80708c60e82/LICENSE) +Version: v0.0.0-20260625163123-7c0e84413537 +License: Apache-2.0 (https://github.com/golang/geo/blob/7c0e84413537/LICENSE) Apache License @@ -9668,7 +9668,6 @@ Package License Copyright axios MIT Matt Zabriskie axios-mock-adapter MIT Colin Timmermans babel-loader MIT Luis Couto -babel-plugin-istanbul BSD-3-Clause Thai Pangsakulyanont @dtinth babel-plugin-polyfill-corejs3 MIT n/a browserslist MIT Andrey Sitnik core-js MIT Denis Pushkarev zloirock@zloirock.ru http://zloirock.ru diff --git a/README.md b/README.md index 9f1ae4e07..8f39569d3 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,7 @@ PhotoPrism: Browse Your Life in Pictures [![Bluesky Social](https://dl.photoprism.app/img/badges/badge-bluesky.svg)](https://bsky.app/profile/photoprism.app) [![Mastodon](https://dl.photoprism.app/img/badges/badge-floss-social.svg)](https://floss.social/@photoprism) -PhotoPrism® is an AI-powered, self-hosted platform for privately browsing, organizing, and sharing your photos and videos. -It makes use of the latest technologies to tag and find pictures automatically without getting in your way. -You can run it at home, on a private server, or in the cloud. +PhotoPrism® is an AI-powered, privacy-first app for browsing, organizing, and sharing photos and videos. It helps tag, search, and rediscover media without getting in your way, whether self-hosted or in the cloud. ![](https://dl.photoprism.app/img/ui/2025/desktop-search.jpg) diff --git a/assets/locales/af/default.po b/assets/locales/af/default.po index 5ab6443eb..3960c84d2 100644 --- a/assets/locales/af/default.po +++ b/assets/locales/af/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: none\n" "Language: af\n" @@ -11,410 +11,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Iets het verkeerd geloop, probeer weer" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Kan dit nie doen nie" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Veranderinge kon nie gestoor word nie" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Kan nie verwyder word nie" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s bestaan reeds" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Nie gevind" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Lêer nie gevind nie" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Lêer te groot" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Ongesteun" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Ongesteunde tipe" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Ongesteunde formaat" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Oorspronklike omslag is leeg" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Seleksie nie gevind nie" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entiteit nie gevind nie" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Rekening nie gevind nie" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Verbruiker nie gevind nie" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Merker nie gevind nie" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kamera nie gevind nie" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Lens nie gevind nie" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album nie gevind nie" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Onderwerp nie gevind nie" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Persoon nie gevind nie" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Gesig nie gevind nie" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Nie beskikbaar in publieke modus nie" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Nie beskikbaar in leesalleen modus nie" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Teken asseblief in op jou rekening" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Toegang geweier" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Betaling vereis" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Oplegging mag aanstoot gee" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Oplegging misluk" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Geen items gekies nie" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Kon nie lêer skep nie. Gaan asseblief toestemmings na" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Kon nie vouer skep nie. Gaan asseblief toestemmings na" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Kon nie konnekteer nie, probeer asseblief weer" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Tik verifikasiekode" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Ongeldige verifikasiekode, probeer asseblief weer" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Ongeldige wagwoord, probeer asseblief weer" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Eienskap gedeaktiveer" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Geen merker geselekteer" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Geen albums geselekteer nie" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Geen lêers beskikbaar vir aflaai nie" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Kon nie zip-lêer skep nie" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Ongeldige magtiging" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Ongeldige skakel" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Ongeldige naam" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Besig, probeer asseblief later weer" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Die opwek tydperk is %s, maar moet 1 uur of minder wees" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Jou rekening kon nie gekoppel word nie" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Te veel versoeke" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Onvoldoende berging" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kwota oorskry" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registrasie gedeaktiveer" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Geverifieerde e-pos vereis" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Veranderinge suksesvol gestoor" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album geskep" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album gestoor" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s uitgevee" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Albuminhoud gekloon" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Lêer verwyder uit stapel" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Lêer uitgevee" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Seleksie bygevoeg na %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Een inskrywing bygevoeg na %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d inskrywings by %s gevoeg" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Een inskrywing verwyder uit %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d inskrywings verwyder uit %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Rekening geskep" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Rekening gestoor" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Rekening uitgevee" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Stellings gestoor" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Wagwoord verander" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Invoer voltooi in %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Invoer gekanselleer" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "inhoudsopgawe voltooi in %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indekseer van oorspronklikes …" -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indekseer lêers in %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indeksering gekanselleer" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "%d lêers en %d foto's verwyder" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Skuif lêers van %s af" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Kopieer lêers van %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Merkers uitgevee" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Merkers gestoor" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Onderwerp gestoor" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Onderwerp uitgevee" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Persoon gestoor" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Persoon uitgevee" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Lêer opgelaai" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d lêers opgelaai in %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Verwerk oplegging..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Oplegging geprosesseer" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Seleksie goedgekeur" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Seleksie geargiveer" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Seleksie herstel" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Seleksie gemerk as privaat" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albums uitgevee" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip geskep in %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Permanent uitgevee" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s geherstel" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Suksesvol geverifieer" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Suksesvol geaktiveer" diff --git a/assets/locales/ar/default.po b/assets/locales/ar/default.po index c754e8f91..7cc7bf026 100644 --- a/assets/locales/ar/default.po +++ b/assets/locales/ar/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" "Language: ar\n" "MIME-Version: 1.0\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "حدث خطأ ما، حاول مرة أخرى" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "غير قادر على فعل ذلك" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "لا يمكن حفظ التغييرات" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "لا يمكن حذفه" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s موجود بالفعل" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "لم يتم العثور" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "لم يتم العثور على الملف" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "الملف كبير جدًا" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "غير مدعوم" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "نوع غير معتمد" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "صيغة غير مدعومة" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "مجلد النسخ الأصلية فارغ" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "الاختيار غير موجود" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "الكيان غير موجود" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "الحساب غير موجود" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "المستخدم غير موجود" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "التصنيف غير موجود" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "لم يتم العثور على الكاميرا" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "لم يتم العثور على العدسة" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "الألبوم غير موجود" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "الموضوع غير موجود" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "لم يتم العثور على الشخص" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "الوجه غير موجود" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "غير متاح في الوضع العام" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "غير متوفر في وضع القراءة فقط" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "يرجى تسجيل الدخول إلى حسابك" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "طلب الاذن مرفوض" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "الدفع مطلوب" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "المحتوى المرفوع قد يكون مسيئا" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "فشل التحميل" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "لم يتم اختيار المحتوى" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "فشل إنشاء الملف ، يرجى التحقق من الصلاحيات" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "لم يتم إنشاء المجلد ، يرجى التحقق من الصلاحيات" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "تعذر الاتصال ، يرجى المحاولة مرة أخرى" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "أدخل رمز التحقق" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "رمز التحقق غير صالح، يرجى المحاولة مرة أخرى" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "كلمة السر غير مطابقة، يرجى المحاولة مرة أخرى" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "الخاصية غير مفعلة" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "لم يتم تحديد المعرفات" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "لم يتم تحديد ألبومات" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "لا توجد ملفات متاحة للتنزيل" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "فشل في إنشاء ملف مضغوط" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "بيانات الاعتماد غير صالحة" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "رابط غير صالح" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "اسم غير صحيح" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "مشغول، يرجى المحاولة مرة أخرى في وقت لاحق" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "فترة التنبيه هي %s ، لكن يجب أن تكون ساعة واحدة أو أقل" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "لا يمكن ربط حسابك" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "طلبات كثيرة جدا" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "مساحة تخزين غير كافية" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "تم تجاوز المساحة المخصصة" #: messages.go:163 +msgid "Registration disabled" +msgstr "تم تعطيل التسجيل" + +#: messages.go:164 +msgid "Verified email required" +msgstr "البريد الإلكتروني الموثق مطلوب" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "تم حفظ التغييرات بنجاح" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "تم إنشاء الألبوم" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "تم حفظ الألبوم" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "تم حذف الألبوم %s" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "تم نسخ محتويات الألبوم" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "تمت إزالة الملف من المكدس" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "تم حذف الملف" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "تمت إضافة التحديد إلى %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "تمت إضافة إدخال واحد إلى %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "تمت إضافة %d مدخلات إلى %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "تمت إزالة إدخال واحد من %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "تمت إزالة %d مدخلات من %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "تم إنشاء الحساب" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "تم حفظ الحساب" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "تم حذف الحساب" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "تم حفظ الإعدادات" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "تم تغيير كلمة السر" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "اكتمل الاستيراد في %d ثانية" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "تم إلغاء الاستيراد" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "اكتملت الفهرسة في %d ثانية" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "تتم فهرسة الصور الأصلية ..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "فهرسة الملفات في %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "تم إلغاء الفهرسة" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "تمت إزالة %d ملفات و %d صورة" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "نقل الملفات من %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "نسخ ملفات من %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "تم حذف التصنيفات" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "تم حفظ التصنيف" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "تم حفظ الموضوع" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "تم حذف الموضوع" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "حفظ الشخص" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "تم حذف الشخص" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "تم تحميل الملف" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "تم تحميل %d ملف في %d ثانية" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "جارٍ معالجة التحميل ..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "تمت معالجة التحميل" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "تمت الموافقة على الاختيار" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "تمت أرشفة الاختيار" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "تم استعادة المحتوى المحدد" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "تم تحديد الاختيار على أنه خاص" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "تم حذف الألبومات" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "تم إنشاء الملف المضغوط خلال %d ثوانٍ" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "تم الحذف بشكل نهائي" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "تمت استعادة %s" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "تم التحقق بنجاح" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "تم التفعيل بنجاح" diff --git a/assets/locales/be/default.po b/assets/locales/be/default.po index a94fc8e3c..6b756b6d0 100644 --- a/assets/locales/be/default.po +++ b/assets/locales/be/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: none\n" "Language: be\n" @@ -12,410 +12,418 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Нешта пайшло не так, паўтарыце спробу" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Немагчыма зрабіць гэта" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Не ўдалося захаваць змены" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Немагчыма выдаліць" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s ужо існуе" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Не знойдзена" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Файл не знойдзены" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Файл занадта вялікі" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Не падтрымліваецца" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Тып не падтрымліваецца" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Фармат не падтрымліваецца" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Тэчка арыгіналаў пустая" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Выбар не знойдзены" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Аб'ект не знойдзены" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Уліковы запіс не знойдзены" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Карыстальнік не знойдзены" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Тэг не знойдзены" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Камера не знойдзена" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Аб'ектыў не знойдзены" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Альбом не знойдзены" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Тэма не знойдзена" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Чалавек не знойдзены" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Твар не знойдзены" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Недаступна ў публічным рэжыме" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Недаступна ў рэжыме толькі для чытання" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Калі ласка, увайдзіце ў свой уліковы запіс" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "У доступе адмоўлена" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Патрабуецца аплата" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Запампоўка можа быць абразлівай" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Памылка загрузкі" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Элементы не выбраны" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Не ўдалося стварыць файл, праверце дазволы" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Не атрымалася стварыць папку, праверце дазволы" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Немагчыма падключыцца, паспрабуйце яшчэ раз" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Увядзіце праверачны код" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Няправільны код спраўджання, паўтарыце спробу" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Няправільны пароль, паспрабуйце яшчэ раз" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Функцыя адключана" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Меткі не выбраны" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Альбомы не выбраны" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Няма даступных файлаў для спампоўкі" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Не ўдалося стварыць zip-файл" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Няправільныя ўліковыя даныя" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Няправільная спасылка" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Няправільнае імя" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Заняты, паўтарыце спробу пазней" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Інтэрвал абуджэння складае %s, але павінен быць не больш за 1 гадзіну" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Ваш уліковы запіс не можа быць падключаны" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Занадта шмат запытаў" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Недастаткова месца для захоўвання" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Квота перавышана" #: messages.go:163 +msgid "Registration disabled" +msgstr "Рэгістрацыя адключана" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Патрабуецца правераны адрас электроннай пошты" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Змены паспяхова захаваны" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Альбом створаны" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Альбом захаваны" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Альбом %s выдалены" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Змест альбома кланаваны" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Файл выдалены са стэка" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Файл выдалены" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Выбар дададзены ў %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Адзін запіс дададзены ў %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d запісы дададзены ў %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Адзін запіс выдалены з %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "Запісы %d выдалены з %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Уліковы запіс створаны" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Уліковы запіс захаваны" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Уліковы запіс выдалены" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Налады захаваны" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Пароль зменены" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Імпарт завершаны праз %d с" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Імпарт адменены" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Індэксацыя завершана ў %d с" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Індэксаванне арыгіналаў..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Індэксацыя файлаў у %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Індэксацыя адменена" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Выдалена %d файлаў і %d фота" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Перамяшчэнне файлаў з %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Капіраванне файлаў з %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Меткі выдалены" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Цэтлік захаваны" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Тэма захавана" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Тэма выдалена" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Чалавек выратаваны" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Асоба выдалена" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Файл запампаваны" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d файлы, загружаныя ў %d с" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Апрацоўка запампоўкі..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Загрузка апрацавана" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Выбар ухвалены" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Выбранае заархівавана" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Выбар адноўлены" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Выбар пазначаны як прыватны" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Альбомы выдалены" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip створаны ў %d с" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Выдалены назаўсёды" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s быў адноўлены" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Паспяхова праверана" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Паспяхова актывавана" diff --git a/assets/locales/bg/default.po b/assets/locales/bg/default.po index 83220deee..86319c4d8 100644 --- a/assets/locales/bg/default.po +++ b/assets/locales/bg/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: none\n" "Language: bg\n" @@ -11,410 +11,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Нещо се е объркало, опитайте отново" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Не можете да го направите" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Промените не могат да бъдат запазени" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Не може да бъде изтрит" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s вече съществува" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Не е намерен" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Файлът не е намерен" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Твърде голям файл" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Не се поддържа" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Неподдържан тип" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Неподдържан формат" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Папката с оригинали е празна" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Изборът не е намерен" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Субектът не е намерен" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Акаунтът не е намерен" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Потребителят не е намерен" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Етикетът не е намерен" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Камерата не е открита" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Обективът не е открит" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Албумът не е намерен" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Темата не е намерена" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Лицето не е намерено" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Лицето не е намерено" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Не е наличен в публичен режим" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Не е наличен в режим само за четене" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Моля, влезте в профила си" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Достъп отказан" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Изисква се плащане" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Качването може да е обидно" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Файловете не успяха да се качат" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Няма избрани елементи" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Неуспешно създаване на файл, моля, проверете разрешенията" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Неуспешно създаване на папка, моля, проверете разрешенията" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Не може да се свърже, опитайте отново" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Въведете код за верификация" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Невалиден код за потвърждение, моля опитайте отново" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Невалидна парола, моля, опитайте отново" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Функцията е деактивирана" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Няма избрани етикети" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Няма избрани албуми" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Няма налични файлове за изтегляне" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Неуспешно създаване на zip файл" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Невалидни креденции" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Невалидна връзка" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Невалидно име" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Заето, моля, опитайте отново по-късно" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Интервалът на събуждане е %s, но трябва да е 1 час или по-малко" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Вашият акаунт не може да бъде свързан" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Твърде много заявки" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Недостатъчно място за съхранение" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Превишаване на квотата" #: messages.go:163 +msgid "Registration disabled" +msgstr "Регистрацията е деактивирана" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Необходим е потвърден имейл адрес" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Промените са успешно записани" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Създаден албум" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Запазен албум" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Албум %s изтрит" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Съдържанието на албума беше клонирано" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Премахване на файла от стека" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Изтрит файл" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Добавяне на селекция към %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Добавяне на един запис към %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d добавени записи към %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Отстранен е един запис от %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d премахнати записи от %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Създаден акаунт" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Акаунтът запазен" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Изтрит акаунт" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Запазени настройки" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Паролата е променена" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Импортът е завършен за %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Вносът е отменен" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Индексирането е завършено за %d сек" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Индексиране на оригинали..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Индексиране на файлове в %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Отменено индексиране" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Премахнати са %d файлове и %d снимки" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Преместване на файлове от %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Копиране на файлове от %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Изтрити етикети" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Запазен етикет" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Тема: запазени" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Изтрит предмет" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Запазено лице" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Изтрито лице" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Качен файл" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d файлове, качени за %d сек" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Обработка на качването..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Качването е обработено" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Одобрена селекция" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Архивирана селекция" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Възстановена селекция" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Селекция, отбелязана като частна" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Изтрити албуми" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip създаден за %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Постоянно изтрити" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s е възстановена" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Успешно потвърдено" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Успешно активиран" diff --git a/assets/locales/ca/default.po b/assets/locales/ca/default.po index 60cea27cc..4c8b5da22 100644 --- a/assets/locales/ca/default.po +++ b/assets/locales/ca/default.po @@ -1,420 +1,429 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "S'ha produït un error, torna-ho a provar" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Incapaç de fer-ho" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "No s'han pogut desar els canvis" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "No s'ha pogut suprimir" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s El nom ja existeix" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "No trobat" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "No s'ha trobat el fitxer" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Fitxer massa gran" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Sense suport" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Tipus no compatible" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Format no compatible" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "La carpeta d'originals està buida" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "No s'ha trobat la selecció" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "No s'ha trobat l'entitat" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Compte no trobat" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Usuari no trobat" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "No s'ha trobat l'etiqueta" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "No s'ha trobat la càmera" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Lent no trobada" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "No s'ha trobat l'àlbum" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "No s'ha trobat el tema" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Persona no trobada" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "No s'ha trobat la cara" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "No disponible en mode públic" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "No disponible en mode només de lectura" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Si us plau, inicieu sessió al vostre compte" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Permís denegat" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Pagament requerit" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "La càrrega pot ser ofensiva" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "La càrrega ha fallat" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "No s'ha seleccionat cap element" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "No s'ha pogut crear el fitxer, comproveu els permisos" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "No s'ha pogut crear la carpeta, comproveu els permisos" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "No s'ha pogut connectar, torna-ho a provar" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Introduïu el codi de verificació" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Codi de verificació no vàlid, torneu-ho a provar" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "La contrasenya no és vàlida, torneu-ho a provar" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funció desactivada" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "No s'ha seleccionat cap etiqueta" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "No s'ha seleccionat cap àlbum" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "No hi ha fitxers disponibles per a la baixada" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "No s'ha pogut crear el fitxer zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Credencials incorrectes" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Enllaç no vàlid" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Nom no vàlid" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Ocupat, torna-ho a provar més tard" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "L'interval d'activació és %s, però ha de ser d'1 h o menys" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "No s'ha pogut connectar el vostre compte" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Massa peticions" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Emmagatzematge insuficient" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "S'ha superat la quota" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registre desactivat" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Cal un correu electrònic verificat" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Els canvis s'han desat correctament" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Àlbum creat" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Àlbum desat" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "S'ha suprimit l'àlbum %s" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Contingut de l'àlbum clonat" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "S'ha eliminat el fitxer de la pila" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "S'ha suprimit el fitxer" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "S'ha afegit una selecció a %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "S'ha afegit una entrada a %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d entrades afegides a %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "S'ha eliminat una entrada de %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "S'han eliminat %d entrades de %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Compte creat" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Compte desat" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Compte suprimit" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Configuració desada" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "S’ha canviat la contrasenya" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Importació completada en %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importació cancel·lada" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexació completada en %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "S'estan indexant els originals..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indexant fitxers a %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "S'ha cancel·lat la indexació" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "S'han eliminat %d fitxers i %d fotos" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "S'estan movent fitxers de %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "S'estan copiant fitxers de %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "S'han suprimit les etiquetes" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "S'ha desat l'etiqueta" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Assumpte desat" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "S'ha suprimit el tema" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Persona salvada" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "S'ha suprimit la persona" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Fitxer penjat" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d fitxers penjats en %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "S'està processant la càrrega..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "S'ha processat la càrrega" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Selecció aprovada" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Selecció arxivada" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "S'ha restaurat la selecció" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "La selecció s'ha marcat com a privada" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Àlbums suprimits" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip creat en %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Esborrat permanentment" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s s'ha restaurat" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Verificat correctament" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "S'ha activat correctament" diff --git a/assets/locales/cs/default.po b/assets/locales/cs/default.po index 9dda01ec4..c0c6c9a90 100644 --- a/assets/locales/cs/default.po +++ b/assets/locales/cs/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: Czech \n" @@ -12,410 +12,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Něco se pokazilo, zkuste to znovu" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Nelze to udělat" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Změny nemohly být uloženy" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Nemohlo být vymazáno" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s již existuje" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Nenalezeno" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Soubor nenalezen" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Příliš velký soubor" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Nepodporováno" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Nepodporovaný typ" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Nepodporovaný formát" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Složka Originály je prázdná" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Výběr nenalezen" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Subjekt nebyl nalezen" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Účet nenalezen" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Uživatel nenalezen" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Štítek nenalezen" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Fotoaparát nebyl nalezen" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Objektiv nebyl nalezen" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album nenalezeno" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Předmět nebyl nalezen" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Osoba nebyla nalezena" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Obličej nebyl nalezen" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Není k dispozici ve veřejném módu" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Není k dispozici v režimu pouze pro čtení" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Přihlaste se ke svému účtu" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Přístup zamítnut" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Požadovaná platba" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Nahrané soubory by mohly být urážlivé" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Nahrávání selhalo" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Nebyly vybrány žádné položky" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Vytváření souboru selhalo, zkontrolujte prosím oprávnění" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Vytváření složky selhalo, zkontrolujte prosím oprávnění" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Nemohlo být připojeno, zkuste to prosím znovu" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Vložte ověřovací kód" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Neplatný ověřovací kód, zkuste to prosím znovu" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Neplatné heslo, zkuste to prosím znovu" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funkce deaktivovaná" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Nebyly vybrány žádné štítky" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Nebyla vybrána žádná alba" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Žádné soubory ke stažení k dispozici" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Nebylo možné vytvořit soubor ZIP" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Neplatné údaje" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Neplatný odkaz" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Neplatný jméno" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Zaneprázdněn, zkuste to prosím později" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Interval buzení je %s, ale musí být 1h nebo kratší" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Váš účet se nepodařilo připojit" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Příliš mnoho požadavků" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Nedostatečné skladování" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Překročení kvóty" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registrace je deaktivována" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Je nutné zadat ověřenou e-mailovou adresu" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Změny byly úspěšně uloženy" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album vytvořeno" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album uloženo" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s vymazáno" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Obsah alba naklonován" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Soubor odstraněn ze stohu" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Soubor vymazán" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Výběr přidán do %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Jeden záznam přidán do %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d záznamů přidáno do %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Jeden záznam odstraněn z %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d záznamů odstraněno z %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Účet vytvořen" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Účet uložen" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Účet vymazán" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Nastavení uloženo" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Heslo změněno" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Import dokončen za %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Import zrušen" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexování dokončeno za %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indexování originálů..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indexování souborů v %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexování zrušeno" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Odstraněno %d souborů a %d fotografií" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Přesouvání souborů z %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Kopírování souborů z %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Štítky vymazány" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Štítek uložen" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Předmět uložen" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Předmět smazán" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Uložená osoba" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Vymazaná osoba" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Soubor odeslán" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d souborů nahráno za %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Zpracování nahrávání..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Nahrávání bylo zpracováno" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Výběr potvrzen" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Výběr archivován" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Výběr obnoven" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Výběr označen jako Soukromý" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Alba vymazána" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "ZIP vytvořen za %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Trvale smazáno" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s bylo obnoveno" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Úspěšně ověřeno" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Úspěšně aktivováno" diff --git a/assets/locales/da/default.po b/assets/locales/da/default.po index 6563f69fb..6d3981c1a 100644 --- a/assets/locales/da/default.po +++ b/assets/locales/da/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: Danish \n" @@ -12,410 +12,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Der gik noget galt, prøv igen" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Det kan ikke lade sig gøre" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Ændringer kunne ikke gemmes" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Kunne ikke slettes" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s findes allerede" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Ikke fundet" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Fil ikke fundet" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Filen er for stor" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Ikke understøttet" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Ikke-understøttet type" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Ikke understøttet format" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Mappen Originaler er tom" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Valg ikke fundet" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Enhed ikke fundet" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Konto ikke fundet" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Bruger ikke fundet" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Etiket ikke fundet" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kameraet blev ikke fundet" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Objektiv ikke fundet" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album ikke fundet" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Emne ikke fundet" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Person ikke fundet" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Ansigt ikke fundet" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Ikke tilgængelig i offentlig tilstand" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Ikke tilgængelig i skrivebeskyttet tilstand" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Log ind på din konto" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Tilladelse nægtet" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Betaling påkrævet" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Upload kan være stødende" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Upload mislykkedes" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Ingen emner valgt" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Oprettelse af fil mislykkedes, tjek venligst tilladelser" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Oprettelse af mappe mislykkedes, tjek venligst tilladelser" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Kunne ikke oprette forbindelse, prøv venligst igen" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Indtast verifikations kode" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Ugyldig bekræftelseskode. Prøv venligst igen" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Ugyldig adgangskode, prøv venligst igen" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funktion deaktiveret" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Ingen etiketter valgt" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Ingen album valgt" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Ingen filer til rådighed til download" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Det lykkedes ikke at oprette zip-fil" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Ugyldige legitimationsoplysninger" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Ugyldigt link" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Ugyldigt navn" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Optaget, prøv venligst igen senere" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Vækningsintervallet er %s, men skal være 1 time eller mindre" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Der kunne ikke oprettes forbindelse til din konto" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "For mange anmodninger" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Utilstrækkelig opbevaring" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kvote overskredet" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registrering er deaktiveret" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Der kræves en bekræftet e-mailadresse" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Ændringer gemt med succes" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album oprettet" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album gemt" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s slettet" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Albumindhold klonet" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Fil fjernet fra stakken" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Fil slettet" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Valg tilføjet til %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "En post tilføjet til %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d poster tilføjet til %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "En post fjernet fra %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d poster fjernet fra %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Konto oprettet" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Gemte konto" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Konto slettet" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Indstillinger gemt" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Adgangskode ændret" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Import afsluttet efter %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Import annulleret" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indeksering afsluttet efter %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indeksering af originaler..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indeksering af filer i %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indeksering annulleret" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Fjernede %d filer og %d fotos" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Flytter filer fra %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Kopierer filer fra %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Etiketter slettet" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Etikette gemt" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Emne gemt" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Emne slettet" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Person gemt" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Person slettet" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Fil uploadet" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d filer uploadet på %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Behandling af upload..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Upload er blevet behandlet" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Udvælgelse godkendt" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Udvælgelse arkiveret" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Udvalgte gendannet" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Udvalgte er markeret som privat" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albums slettet" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip filen blev lavet på %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Permanent slettet" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s er blevet genoprettet" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Verifikation lykkedes" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Aktivering lykkedes" diff --git a/assets/locales/de/default.po b/assets/locales/de/default.po index 3bff1e68e..bb4a4b2ee 100644 --- a/assets/locales/de/default.po +++ b/assets/locales/de/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: German \n" @@ -12,411 +12,419 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" "X-Poedit-Basepath: .\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Etwas ist schief gelaufen, versuche es noch einmal" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Dies ist nicht möglich" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Fehler beim Speichern der Daten" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Konnte nicht gelöscht werden" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s existiert bereits" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Nicht gefunden" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Datei konnte nicht gefunden werden" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Datei zu groß" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Wird nicht unterstützt" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Typ wird nicht unterstützt" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Nicht unterstütztes Format" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Originals-Verzeichnis ist leer" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Auswahl nicht gefunden" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Keine Daten gefunden" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Unbekannter Account" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Nutzer nicht gefunden" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Kategorie nicht gefunden" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kamera nicht gefunden" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Objektiv nicht gefunden" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album nicht gefunden" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Unbekanntes Motiv" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Unbekannte Person" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Unbekanntes Gesicht" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Im öffentlichen Modus nicht verfügbar" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Im Nur-Lese-Modus nicht verfügbar" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Bitte melde dich an" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Erlaubnis verweigert" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Zahlung erforderlich" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Inhalt könnte anstößig sein und wurde abgelehnt" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Upload fehlgeschlagen" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Nichts ausgewählt" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Datei konnte nicht erstellt werden" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Ordner konnte nicht erstellt werden" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Verbindung fehlgeschlagen" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Verifizierungscode eingeben" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Ungültiger Verifizierungscode, bitte erneut versuchen" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Ungültiges Passwort" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funktion deaktiviert" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Keine Kategorien ausgewählt" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Keine Alben ausgewählt" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Keine Dateien zum Download verfügbar" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Zip-Datei konnte nicht erstellt werden" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Ungültige Zugangsdaten" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Ungültiger Link" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Ungültiger Name" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Beschäftigt, bitte später erneut versuchen" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Worker-Intervall ist %s, muss aber 1h oder weniger betragen" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Das Konto konnte nicht verbunden werden" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Zu viele Anfragen" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Zu wenig Speicherplatz" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Maximale Anzahl erreicht" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registrierung deaktiviert" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Eine verifizierte E-Mail-Adresse ist erforderlich" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Änderungen erfolgreich gespeichert" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album erstellt" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album gespeichert" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s gelöscht" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Album-Einträge kopiert" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Datei aus Stapel entfernt" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Datei gelöscht" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Auswahl zu %s hinzugefügt" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Ein Eintrag zu %s hinzugefügt" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d Einträge zu %s hinzugefügt" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Ein Eintrag aus %s entfernt" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d Einträge aus %s entfernt" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Konto hinzugefügt" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Konto gespeichert" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Konto gelöscht" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Einstellungen gespeichert" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Passwort geändert" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Import in %d s abgeschlossen" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Import abgebrochen" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexierung in %d s abgeschlossen" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indexiere Dateien…" -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indexiere Dateien in %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexierung abgebrochen" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "%d Dateien und %d Bilder wurden entfernt" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Verschiebe Dateien von %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Kopiere Dateien von %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Kategorien gelöscht" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Kategorie gespeichert" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Motiv gespeichert" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Motiv gelöscht" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Person gespeichert" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Person gelöscht" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Datei hochgeladen" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d Dateien hochgeladen in %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Verarbeitung des Uploads..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Der Upload wurde verarbeitet" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Auswahl übernommen" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Auswahl archiviert" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Auswahl wiederhergestellt" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Auswahl als privat markiert" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Alben gelöscht" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip-Datei erstellt in %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Endgültig gelöscht" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s wurde wiederhergestellt" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Erfolgreich verifiziert" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Erfolgreich aktiviert" diff --git a/assets/locales/el/default.po b/assets/locales/el/default.po index 195ad56de..36b5d9f7c 100644 --- a/assets/locales/el/default.po +++ b/assets/locales/el/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: none\n" "Language: el\n" @@ -11,410 +11,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Κάτι πήγε στραβά, δοκιμάστε ξανά" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Αυτό δεν είναι εφικτό" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Οι αλλαγές δεν ήταν δυνατό να αποθηκευτούν" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Δεν ήταν εφικτή η διαγραφή" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s υπάρχει ήδη" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Δεν βρέθηκε" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Το αρχείο δεν βρέθηκε" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Πολύ μεγάλο αρχείο" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Δεν υποστηρίζεται" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Μη υποστηριζόμενος τύπος" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Μη υποστηριζόμενος μορφότυπος" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Ο φάκελος πρωτότυπων είναι άδειος" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Η επιλογή δεν βρέθηκε" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Η οντότητα δεν βρέθηκε" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Ο λογαριασμός δεν βρέθηκε" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Ο χρήστης δεν βρέθηκε" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Η ετικέτα δεν βρέθηκε" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Δεν εντοπίστηκε η κάμερα" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Δεν βρέθηκε ο φακός" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Το άλμπουμ δεν βρέθηκε" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Το θέμα δεν βρέθηκε" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Το άτομο δεν βρέθηκε" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Το πρόσωπο δεν βρέθηκε" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Μη διαθέσιμο κατά τη δημόσια λειτουργία" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Μη διαθέσιμο στην κατάσταση \"μόνο ανάγνωση\"" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Συνδεθείτε στο λογαριασμό σας" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Δέν δόθηκε άδεια" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Απαιτείται πληρωμή" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Το ανέβασμα μπορεί να είναι προσβλητικό" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Αποτυχία ανεβάσματος" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Δεν έχουν επιλεγεί στοιχεία" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Απέτυχε η δημιουργία αρχείου, ελέγξτε τα δικαιώματα" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Απέτυχε η δημιουργία φακέλου, ελέγξτε τα δικαιώματα" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Δεν ήταν δυνατή η σύνδεση, δοκιμάστε ξανά" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Εισάγετε τον κωδικό επαλήθευσης" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Μη έγκυρος κωδικός επαλήθευσης, δοκιμάστε ξανά" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Μη έγκυρος κωδικός πρόσβασης, δοκιμάστε ξανά" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Απενεργοποιημένη λειτουργία" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Δεν έχουν επιλεγεί ετικέτες" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Δεν έχουν επιλεγεί άλμπουμ" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Δεν υπάρχουν διαθέσιμα αρχεία για λήψη" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Απέτυχε η δημιουργία αρχείου zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Μη έγκυρα διαπιστευτήρια" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Μη έγκυρος σύνδεσμος" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Μη έγκυρο όνομα" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Το σύστημα είναι απασχολημένο, προσπαθήστε ξανά αργότερα" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Το διάστημα αφύπνισης είναι %s, αλλά πρέπει να είναι 1 ώρα ή λιγότερο" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Ο λογαριασμός σας δεν ήταν δυνατό να συνδεθεί" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Πάρα πολλά αιτήματα" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Ανεπαρκής χώρος" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Υπέρβαση ορίου" #: messages.go:163 +msgid "Registration disabled" +msgstr "Η εγγραφή έχει απενεργοποιηθεί" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Απαιτείται επαληθευμένη διεύθυνση ηλεκτρονικού ταχυδρομείου" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Οι αλλαγές αποθηκεύτηκαν επιτυχώς" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Το άλμπουμ δημιουργήθηκε" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Το άλμπουμ αποθηκεύθηκε" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Το άλμπουμ %s διαγράφηκε" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Τα περιεχόμενα του άλμπουμ αντιγράφηκαν" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Αφαίρεση αρχείου από τη στοίβα" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Το αρχείο διαγράφηκε" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Η επιλογή προστέθηκε στο %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Μία εγγραφή προστέθηκε στο %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d καταχωρήσεις προστέθηκαν στο %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Μία καταχώρηση αφαιρέθηκε από %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d καταχωρήσεις αφαιρέθηκαν από %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Ο λογαριασμός δημιουργήθηκε" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Ο λογαριασμός αποθηκεύτηκε" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Ο λογαριασμός διαγράφηκε" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Οι ρυθμίσεις αποθηκεύτηκαν" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Ο κωδικός πρόσβασης άλλαξε" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Η εισαγωγή ολοκληρώθηκε σε %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Η εισαγωγή ακυρώθηκε" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Η ευρετηρίαση ολοκληρώθηκε σε %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Δημιουργία ευρετηρίου για τα πρωτότυπα..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Δημιουργία ευρετηρίου αρχείων σε %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Η δημιουργία ευρετηρίου ακυρώθηκε" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Αφαίρεση %d αρχείων και %d φωτογραφιών" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Μετακίνηση αρχείων από %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Αντιγραφή αρχείων από %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Οι ετικέτες διαγράφηκαν" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Η ετικέτα αποθηκεύτηκε" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Το θέμα αποθηκεύθηκε" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Το θέμα διαγράφηκε" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Το άτομο αποθηκεύτηκε" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Το άτομο διαγράφηκε" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Το αρχείο διαγράφηκε" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d αρχεία ανεβάστηκαν σε %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Επεξεργασία ανεβάσματος..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Το ανέβασμα έχει ολοκληρωθεί" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Η επιλογή εγκρίθηκε" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Η επιλογή αρχειοθετήθηκε" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Η επιλογή αποκαταστάθηκε" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Η επιλογή μαρκαρίστηκε ως ιδιωτική" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Διαγραμμένα άλμπουμ" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Το αρχείο zip δημιουργήθηκε σε %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Διαγράφηκε μόνιμα" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s έχει αποκατασταθεί" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Επιτυχής επαλήθευση" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Επιτυχής ενεργοποίηση" diff --git a/assets/locales/en/default.po b/assets/locales/en/default.po index 5fb635d85..c4d5983de 100644 --- a/assets/locales/en/default.po +++ b/assets/locales/en/default.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" "PO-Revision-Date: 2022-10-31 16:44+0100\n" "Last-Translator: Michael Mayer \n" "Language-Team: \n" @@ -13,407 +13,415 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 2.3\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "" #: messages.go:163 -msgid "Changes successfully saved" +msgid "Registration disabled" msgstr "" #: messages.go:164 -msgid "Album created" -msgstr "" - -#: messages.go:165 -msgid "Album saved" -msgstr "" - -#: messages.go:166 -#, c-format -msgid "Album %s deleted" +msgid "Verified email required" msgstr "" #: messages.go:167 -msgid "Album contents cloned" +msgid "Changes successfully saved" msgstr "" #: messages.go:168 -msgid "File removed from stack" +msgid "Album created" msgstr "" #: messages.go:169 -msgid "File deleted" +msgid "Album saved" msgstr "" #: messages.go:170 #, c-format -msgid "Selection added to %s" +msgid "Album %s deleted" msgstr "" #: messages.go:171 -#, c-format -msgid "One entry added to %s" +msgid "Album contents cloned" msgstr "" #: messages.go:172 -#, c-format -msgid "%d entries added to %s" +msgid "File removed from stack" msgstr "" #: messages.go:173 -#, c-format -msgid "One entry removed from %s" +msgid "File deleted" msgstr "" #: messages.go:174 #, c-format -msgid "%d entries removed from %s" +msgid "Selection added to %s" msgstr "" #: messages.go:175 -msgid "Account created" +#, c-format +msgid "One entry added to %s" msgstr "" #: messages.go:176 -msgid "Account saved" +#, c-format +msgid "%d entries added to %s" msgstr "" #: messages.go:177 -msgid "Account deleted" +#, c-format +msgid "One entry removed from %s" msgstr "" #: messages.go:178 -msgid "Settings saved" +#, c-format +msgid "%d entries removed from %s" msgstr "" #: messages.go:179 -msgid "Password changed" +msgid "Account created" msgstr "" #: messages.go:180 -#, c-format -msgid "Import completed in %d s" +msgid "Account saved" msgstr "" #: messages.go:181 -msgid "Import canceled" +msgid "Account deleted" msgstr "" #: messages.go:182 -#, c-format -msgid "Indexing completed in %d s" +msgid "Settings saved" msgstr "" #: messages.go:183 -msgid "Indexing originals..." +msgid "Password changed" msgstr "" #: messages.go:184 #, c-format -msgid "Indexing files in %s" +msgid "Import completed in %d s" msgstr "" #: messages.go:185 -msgid "Indexing canceled" +msgid "Import canceled" msgstr "" #: messages.go:186 #, c-format -msgid "Removed %d files and %d photos" +msgid "Indexing completed in %d s" msgstr "" #: messages.go:187 -#, c-format -msgid "Moving files from %s" +msgid "Indexing originals..." msgstr "" #: messages.go:188 #, c-format -msgid "Copying files from %s" +msgid "Indexing files in %s" msgstr "" #: messages.go:189 -msgid "Labels deleted" +msgid "Indexing canceled" msgstr "" #: messages.go:190 -msgid "Label saved" +#, c-format +msgid "Removed %d files and %d photos" msgstr "" #: messages.go:191 -msgid "Subject saved" +#, c-format +msgid "Moving files from %s" msgstr "" #: messages.go:192 -msgid "Subject deleted" +#, c-format +msgid "Copying files from %s" msgstr "" #: messages.go:193 -msgid "Person saved" +msgid "Labels deleted" msgstr "" #: messages.go:194 -msgid "Person deleted" +msgid "Label saved" msgstr "" #: messages.go:195 -msgid "File uploaded" +msgid "Subject saved" msgstr "" #: messages.go:196 +msgid "Subject deleted" +msgstr "" + +#: messages.go:197 +msgid "Person saved" +msgstr "" + +#: messages.go:198 +msgid "Person deleted" +msgstr "" + +#: messages.go:199 +msgid "File uploaded" +msgstr "" + +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "" -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "" diff --git a/assets/locales/es/default.po b/assets/locales/es/default.po index 3efc0df7d..8d478c304 100644 --- a/assets/locales/es/default.po +++ b/assets/locales/es/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: Spanish \n" @@ -12,410 +12,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Algo ha ido mal, inténtalo de nuevo" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Incapaz de hacerlo" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "No se pudieron guardar los cambios" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "No se pudo borrar" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s ya existe" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "No encontrado" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "No se encuentra el archivo" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Archivo demasiado grande" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "No compatible" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Tipo no admitido" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Formato no admitido" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "La carpeta de originales está vacía" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Selección no encontrada" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entidad no encontrada" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Cuenta no encontrada" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Usuario no encontrado" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Etiqueta no encontrada" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "No se encuentra la cámara" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "No se ha encontrado la lente" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Álbum no encontrado" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Asunto no encontrado" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Persona no encontrada" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Cara no encontrada" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "No disponible en modo público" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "No está disponible en modo de sólo lectura" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Por favor inicie sesión" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Permiso denegado" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Pago requerido" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "El archivo subido puede ser ofensivo" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Carga fallida" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Ningún elemento seleccionado" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Fallo al crear el archivo, por favor, compruebe los permisos" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Fallo al crear la carpeta, por favor, compruebe los permisos" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "No se pudo conectar, por favor vuelva a intentarlo" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Ingrese el código de verificación" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Código de verificación no válido, inténtalo de nuevo" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Contraseña inválida, por favor vuelva a intentarlo" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Característica desactivada" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Ninguna etiqueta seleccionada" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Ningún álbum seleccionado" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Ningún archivo disponible para descargar" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Fallo al crear el archivo zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Credenciales no válidas" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Enlace inválido" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Nombre inválido" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Ocupado, por favor vuelva a intentarlo más tarde" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "El intervalo de activación es %s, pero debe ser 1h o menos" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Su cuenta no pudo ser conectada" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Demasiadas peticiones" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Almacenamiento insuficiente" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Cuota superada" #: messages.go:163 +msgid "Registration disabled" +msgstr "El registro está desactivado" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Se requiere una dirección de correo electrónico verificada" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Cambios guardados con éxito" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Álbum creado" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Álbum guardado" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Álbum %s borrado" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Contenidos del álbum clonados" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Archivo eliminado de la pila" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Archivo eliminado" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Selección añadida a %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Una entrada añadida a %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d entradas añadidas a %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Una entrada eliminada de %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d entradas eliminadas de %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Cuenta creada" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Cuenta guardada" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Cuenta borrada" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Ajustes guardados" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Contraseña cambiada" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Importación completada en %d" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importación cancelada" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexación completada en %d" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indexando originales..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indexando archivos en %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexación cancelada" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Eliminados %d archivos y %d fotos" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Moviendo achivos desde %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Copiando archivos desde %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Etiquetas borradas" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Etiqueta guardada" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Asunto guardado" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Sujeto eliminado" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Persona salvada" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Persona eliminada" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Archivo cargado" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d archivos subidos en %d" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Procesando la carga..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "La carga ha sido procesada" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Selección aprobada" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Selección archivada" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Selección restaurada" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Selección marcada como privada" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Álbumes borrados" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip creado en %d" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Eliminado permanentemente" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s ha sido restaurado" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Verificado con éxito" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Activado exitosamente" diff --git a/assets/locales/et/default.po b/assets/locales/et/default.po index 535651f2c..64e825703 100644 --- a/assets/locales/et/default.po +++ b/assets/locales/et/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: none\n" "Language: et\n" @@ -11,410 +11,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Midagi läks valesti, proovige uuesti" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Seda ei ole võimalik teha" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Muudatuste salvestamine ebaõnnestus" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Kustutamine ebaõnnestus" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s on juba olemas" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Ei leitud" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Faili ei leitud" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Fail on liiga suur" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Toetamata" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Toetamata tüüp" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Mittetoetatud formaat" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Originaalide kaust on tühi" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Valikut ei leitud" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Olemit ei leitud" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Kontot ei leitud" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Kasutajat ei leitud" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Silti ei leitud" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kaamerat ei leitud" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Objektiivi ei leitud" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Albumit ei leitud" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Teemat ei leitud" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Isikut ei leitud" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Nägu ei leitud" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Pole avalikus režiimis saadaval" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Pole kirjutuskaitstud režiimis saadaval" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Palun logi oma kontole sisse" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Õigused puuduvad" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Nõutav makse" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Fail võib olla solvav" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Üleslaadimine ebaõnnestus" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Midagi pole valitud" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Faili loomine ebaõnnestus, kontrolli õiguseid" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Kausta loomine ebaõnnestus, kontrolli õiguseid" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Ühendumine ebaõnnestus, palun proovi uuesti" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Sisesta kontrollkood" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Vale kinnituskood, proovige uuesti" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Vale parool, palun proovi uuesti" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funktsioon välja lülitatud" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Ühtegi silti pole valitud" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Ühtegi albumit pole valitud" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Ühtegi faili ei ole allalaadimiseks saadaval" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "ZIP-faili loomine ebaõnnestus" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Kehtetud ligipääsuandmed" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Vigane link" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Vigane nimi" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Hõivatud, palun proovi hiljem uuesti" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Ärkamisintervall on %s, kuid peab olema 1 tund või vähem" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Konto ühendamine ebaõnnestus" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Liiga palju taotlusi" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Ebapiisav ladustamine" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kvoot ületatud" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registreerimine on keelatud" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Nõutav on kinnitatud e-posti aadress" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Muudatused edukalt salvestatud" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album lisatud" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album salvestatud" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s kustutatud" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Albumi sisu kloonitud" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Fail virnast eemaldatud" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Fail kustutatud" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Valik lisatud albumisse %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Üks kirje lisatud albumisse %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d kirjet lisatud albumisse %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Üks kirje eemaldatud albumist %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d kirjet eemaldatud albumist %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Konto loodud" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Konto salvestatud" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Konto kustutatud" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Seaded salvestatud" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Parool muudetud" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Import tehtud %d sekundiga" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Import tühistatud" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indekseerimine lõpetatud %d sekundiga" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Originaalide indekseerimine..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Failide indekseerimine: %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indekseerimine tühistatud" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Eemaldatud %d faili ja %d fotot" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Failide liigutamine asukohast %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Failide kopeerimine asukohast %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Sildid kustutatud" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Silt salvestatud" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Teema salvestatud" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Teema kustutatud" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Isik salvestatud" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Isik kustutatud" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "File üles laaditud" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d faili üles laaditud %d sekundiga" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Üleslaaditud faili töötlemine..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Üleslaaditud fail on töödeldud" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Valik heaks kiidetud" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Valik arhiveeritud" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Valik taastatud" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Valik privaatseks märgitud" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albumid kustutatud" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "ZIP-fail loodud %d sekundiga" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Lõplikult kustutatud" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s on taastatud" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Edukalt kinnitatud" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Edukalt aktiveeritud" diff --git a/assets/locales/eu/default.po b/assets/locales/eu/default.po index 78c533d60..f078aec19 100644 --- a/assets/locales/eu/default.po +++ b/assets/locales/eu/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: none\n" "Language: eu\n" @@ -11,410 +11,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Arazoren bat izan da. Saiatu berriro" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Hori egin ezinik" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Ezin izan dira aldaketak gorde" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Ezin izan da ezabatu" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s dagoeneko existitzen da" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Ez da aurkitu" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Fitxategia ez da aurkitu" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Fitxategi handiegia" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Onartu gabe" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Onartu gabeko mota" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Onartu gabeko formatua" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Jatorrizkoen karpeta hutsik dago" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Ez da hautapena aurkitu" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Ez da aurkitu entitatea" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Ez da kontua aurkitu" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Ez da erabiltzailea aurkitu" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Ez da etiketa aurkitu" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kamera ez da aurkitu" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Lentila ez da aurkitu" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Ez da aurkitu albuma" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Ez da aurkitu gaia" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Pertsona ez da aurkitu" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Aurpegia ez da aurkitu" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Ez dago eskuragarri modu publikoan" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Ez dago erabilgarri irakurtzeko soilik moduan" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Mesedez, hasi saioa zure kontuan" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Baimena ukatu egin da" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Ordainketa beharrezkoa da" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Kargatzea iraingarria izan daiteke" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Ezin izan da kargatu" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Ez da elementurik hautatu" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Ezin izan da fitxategia sortzean. Egiaztatu baimenak" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Ezin izan da karpeta sortzean. Egiaztatu baimenak" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Ezin izan da konektatu. Saiatu berriro" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Sartu egiaztapen-kodea" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Egiaztapen-kode baliogabea. Saiatu berriro" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Pasahitz baliogabea, saiatu berriro" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Eginbidea desgaituta dago" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Ez da etiketarik hautatu" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Ez dago albumik hautatu" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Ez dago fitxategirik deskargatzeko erabilgarri" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Ezin izan da zip fitxategia sortu" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Kredentzialak baliogabeak" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Esteka baliogabea" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Izen baliogabea" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Lanpetuta, saiatu berriro geroago" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Esnatzeko tartea %s da, baina ordu 1 edo gutxiagokoa izan behar du" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Ezin izan da zure kontua konektatu" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Eskaera gehiegi" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Biltegiratze nahikoa ez" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kuota gainditu da" #: messages.go:163 +msgid "Registration disabled" +msgstr "Erregistroa desgaituta dago" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Egiaztatutako posta elektronikoa beharrezkoa da" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Aldaketak ongi gorde dira" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Sortu da albuma" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Albuma gorde da" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "%s albuma ezabatu da" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Albumen edukia klonatu da" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Fitxategia pilatik kendu da" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Fitxategia ezabatu da" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Aukeraketa gehitu da %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Sarrera bat gehitu da %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d sarrerak gehitu dira %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Sarrera bat kendu da %s-tik" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d sarrerak kendu dira %s-tik" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Kontua sortu da" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Kontua gorde da" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Kontua ezabatu da" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Ezarpenak gorde dira" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Pasahitza aldatu da" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Inportazioa %d s-an amaitu da" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Inportazioa bertan behera utzi da" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexatzea %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Jatorrizkoak indexatzen..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Fitxategiak indexatzen %s-n" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexazioa bertan behera utzi da" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "%d fitxategiak eta %d argazkiak kendu dira" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Fitxategiak mugitzen %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "%s fitxategiak kopiatzen" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Etiketak ezabatu dira" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Etiketa gorde da" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Gaia gorde da" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Gaia ezabatu da" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Pertsona gordeta" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Pertsona ezabatu da" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Kargatu da fitxategia" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d fitxategiak %d s-etan kargatu dira" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Kargaketa prozesatzen..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Kargatzea prozesatu da" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Hautaketa onartu da" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Hautaketa artxibatuta dago" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Hautaketa leheneratu da" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Hautapena pribatu gisa markatu da" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albumak ezabatu dira" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip sortu zen %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Betiko ezabatu da" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s leheneratu da" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Behar bezala egiaztatu da" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Behar bezala aktibatu da" diff --git a/assets/locales/fa/default.po b/assets/locales/fa/default.po index 76e24833d..77eb3a645 100644 --- a/assets/locales/fa/default.po +++ b/assets/locales/fa/default.po @@ -1,420 +1,429 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" "Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n==0 || n==1);\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "یه چیزی اشتباه شد دوباره تلاش کن" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "قادر به انجام آن نیست" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "تغییرات را نمی توان ذخیره کرد" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "نمی توان حذف کرد" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s از قبل وجود دارد" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "پیدا نشد" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "فایل پیدا نشد" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "فایل خیلی بزرگ است" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "پشتیبانی نمی شود" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "نوع پشتیبانی نشده" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "قالب پشتیبانی نشده" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "پوشه اصلی خالی است" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "انتخاب پیدا نشد" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "موجودیت پیدا نشد" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "حساب کاربری پیدا نشد" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "کاربر پیدا نشد" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "برچسب پیدا نشد" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "دوربین پیدا نشد" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "لنز یافت نشد" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "آلبوم پیدا نشد" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "موضوع پیدا نشد" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "فرد پیدا نشد" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "صورت پیدا نشد" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "در حالت عمومی در دسترس نیست" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "در حالت فقط خواندنی در دسترس نیست" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "لطفا وارد شوید و دوباره امتحان کنید" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "فرد حذف شد" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "پرداخت لازم است" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "آپلود ممکن است توهین آمیز باشد" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "آپلود انجام نشد" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "هیچ موردی انتخاب نشده است" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "فایل ایجاد نشد، لطفا مجوزها را بررسی کنید" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "پوشه ایجاد نشد، لطفا مجوزها را بررسی کنید" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "اتصال برقرار نشد، لطفاً دوباره امتحان کنید" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "کد تایید را وارد کنید" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "کد تأیید نامعتبر است، لطفاً دوباره امتحان کنید" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "رمز عبور نامعتبر است، لطفا دوباره امتحان کنید" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "ویژگی غیرفعال است" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "هیچ برچسبی انتخاب نشده است" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "هیچ آلبومی انتخاب نشده است" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "هیچ فایلی برای دانلود موجود نیست" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "فایل فشرده ایجاد نشد" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "گواهی نامه نامعتبر" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "لینک نامعتبر" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "نام نامعتبر" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "مشغول است، لطفاً بعداً دوباره امتحان کنید" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "فاصله بیداری %s است، اما باید 1 ساعت یا کمتر باشد" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "حساب شما متصل نشد" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "درخواست های خیلی زیاد" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "ذخیره سازی ناکافی" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "از سهمیه فراتر رفت" #: messages.go:163 +msgid "Registration disabled" +msgstr "ثبت نام غیرفعال شد" + +#: messages.go:164 +msgid "Verified email required" +msgstr "ایمیل تایید شده الزامی است" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "تغییرات با موفقیت ذخیره شد" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "آلبوم ایجاد شد" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "آلبوم ذخیره شد" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "آلبوم %s حذف شد" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "محتویات آلبوم کلون شد" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "فایل از پشته حذف شد" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "فایل حذف شد" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "مورد انتخابی به %s اضافه شد" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "یک مورد به %s اضافه شد" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d مورد به %s اضافه شد" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "یک مورد از %s حذف شد" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d مورد از %s حذف شد" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "حساب کاربری ایجاد شد" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "حساب کاربری ذخیره شد" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "حساب کاربری حذف شد" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "تنظیمات ذخیره شد" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "رمزعبور تغییر کرد" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "وارد کردن در %d ثانیه تکمیل شد" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "وارد کردن لغو شد" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "نمایه سازی در %d ثانیه تکمیل شد" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "نمایه سازی نسخه های اصلی ..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "نمایه سازی فایل ها در %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "نمایه سازی لغو شد" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "%d فایل و %d عکس حذف شد" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "انتقال فایل ها از %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "کپی کردن فایل ها از %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "برچسب ها حذف شدند" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "برچسب ذخیره شد" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "موضوع ذخیره شد" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "موضوع حذف شد" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "فرد ذخیره شد" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "فرد حذف شد" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "فایل حذف شد" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d فایل در %d ثانیه آپلود شد" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "در حال پردازش آپلود..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "%s بازیابی شده است" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "مورد انتخابی تایید شد" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "مورد انتخابی بایگانی شد" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "مورد انتخابی بازیابی شد" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "مورد انتخابی به‌عنوان خصوصی علامت‌گذاری شد" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "آلبوم حذف شد" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "فایل فشرده در %d ثانیه ایجاد شد" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "برای همیشه حذف شد" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s بازیابی شده است" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "با موفقیت تأیید شد" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "با موفقیت فعال شد" diff --git a/assets/locales/fi/default.po b/assets/locales/fi/default.po index 757129753..2ed083a47 100644 --- a/assets/locales/fi/default.po +++ b/assets/locales/fi/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: none\n" "Language: fi\n" @@ -11,410 +11,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Jokin meni pieleen, yritä uudelleen" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Se ei onnistu" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Muutoksia ei voitu tallentaa" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Ei voitu poistaa" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s on jo olemassa" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Ei löytynyt" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Tiedostoa ei löydy" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Tiedosto liian suuri" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Ei tuettu" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Tyyppiä ei tueta" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Ei tuettu muoto" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Originaalit-kansio on tyhjä" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Valintaa ei löydy" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entiteettiä ei löydy" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Tiliä ei löydy" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Käyttäjää ei löydy" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Tarraa ei löydy" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kameraa ei löydy" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Objektiivia ei löydy" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Albumia ei löydy" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Aihetta ei löydy" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Henkilöä ei löydy" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Kasvoja ei löydy" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Ei käytettävissä julkisessa tilassa" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Ei käytettävissä vain luku-tilassa" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Kirjaudu sisään tilillesi" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Lupa evätty" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Vaadittu maksu" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Upload saattaa olla loukkaava" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Lataus epäonnistui" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Kohdetta ei ole valittu" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Tiedoston luominen epäonnistui, tarkista käyttöoikeudet" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Kansion luominen epäonnistui, tarkista käyttöoikeudet" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Yhteyttä ei saatu muodostettua, yritä uudelleen" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "syötä vahvistus koodi" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Virheellinen vahvistuskoodi, yritä uudelleen" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Väärä salasana, yritä uudelleen" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Ominaisuus poistettu käytöstä" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Ei valittuja tarroja" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Ei valittuja albumeita" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Tiedostoja ei ole ladattavissa" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Zip-tiedoston luominen epäonnistui" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Virheelliset valtakirjat" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Virheellinen linkki" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Virheellinen nimi" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Varattu, yritä myöhemmin uudelleen" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Heräämisväli on %s, mutta sen on oltava enintään 1h" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Tiliäsi ei voitu yhdistää" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Liian monta pyyntöä" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Riittämätön varastointi" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kiintiö ylitetty" #: messages.go:163 +msgid "Registration disabled" +msgstr "Rekisteröityminen on poistettu käytöstä" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Vaaditaan vahvistettu sähköpostiosoite" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Muutokset tallennettu onnistuneesti" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Albumi luotu" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Albumi tallennettu" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Albumi %s poistettu" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Albumin sisältö kloonattu" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Tiedosto poistettu pinosta" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Tiedosto poistettu" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Valinta lisätty %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Yksi merkintä lisätty kohtaan %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d merkintöjä lisätty %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Yksi merkintä poistettu kohdasta %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d merkinnät poistettu %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Tili luotu" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Tallennettu tili" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Tili poistettu" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Asetukset tallennettu" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Salasana vaihdettu" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Tuonti valmis %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Tuonti peruutettu" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indeksointi valmis %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Alkuperäiskappaleiden indeksointi..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Tiedostojen indeksointi osoitteessa %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indeksointi peruutettu" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Poistettiin %d tiedostoa ja %d valokuvaa" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Tiedostojen siirtäminen %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Tiedostojen kopiointi %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Tunnisteet poistettu" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Tarra tallennettu" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Aihe tallennettu" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Aihe poistettu" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Tallennettu henkilö" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Henkilö poistettu" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Ladattu tiedosto" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d tiedostoa ladattu %d s aikana" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Käsittelen latausta..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Lataus on käsitelty" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Valinta hyväksytty" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Valinta arkistoitu" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Valinta palautettu" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Valinta merkitty yksityiseksi" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albumit poistettu" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip luotu %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Poistettu pysyvästi" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s on palautettu" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Vahvistettu onnistuneesti" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Aktivointi onnistui" diff --git a/assets/locales/fr/default.po b/assets/locales/fr/default.po index 887a250c0..95e62e3fe 100644 --- a/assets/locales/fr/default.po +++ b/assets/locales/fr/default.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-25 07:07+0000\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-28 15:07+0000\n" "Last-Translator: jean-louis67 \n" "Language-Team: French \n" @@ -14,410 +14,420 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Quelque chose s'est mal passé, réessayez" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Impossible d'effectuer cela" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Les modifications n'ont pas pu être sauvegardées" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "N'a pas pu être supprimé" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s existe déjà" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Non trouvé" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Fichier non trouvé" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Fichier trop volumineux" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Non pris en charge" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Type non pris en charge" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Format non supporté" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Le dossier des originaux est vide" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Sélection non trouvée" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entité non trouvée" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Compte non trouvé" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Utilisateur non trouvé" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Étiquette non trouvée" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Caméra non trouvée" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Objectif non trouvé" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" -msgstr "Album introuvable" +msgstr "Album non trouvé" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Sujet non trouvé" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Personne non trouvée" -#: messages.go:132 +#: messages.go:134 +#, fuzzy msgid "Face not found" msgstr "Visage non trouvé" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Non disponible en mode public" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Non disponible en mode lecture seule" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Veuillez vous connecter à votre compte" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Autorisation refusée" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Paiement requis" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Le contenu chargé pourrait être de nature offensante" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Échec du chargement" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Aucun élément sélectionné" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "La création du fichier a échoué, veuillez vérifier les permissions" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Échec de la création du dossier, veuillez vérifier les permissions" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Échec lors de la connexion, veuillez réessayer" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Entrer le code de vérification" -#: messages.go:145 -msgid "Invalid verification code, please try again" -msgstr "Code de vérification invalide, veuillez réessayer" - -#: messages.go:146 -msgid "Invalid password, please try again" -msgstr "Mot de passe invalide, veuillez réessayer" - #: messages.go:147 +msgid "Invalid verification code, please try again" +msgstr "Code de vérification incorrect, veuillez réessayer" + +#: messages.go:148 +msgid "Invalid password, please try again" +msgstr "Mot de passe incorrect, veuillez réessayer" + +#: messages.go:149 msgid "Feature disabled" msgstr "Fonctionnalité désactivée" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Aucune étiquette sélectionnée" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Aucun album sélectionné" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Aucun fichier à télécharger" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Échec de la création du fichier zip" -#: messages.go:152 -msgid "Invalid credentials" -msgstr "Les informations d'identification sont invalides" - -#: messages.go:153 -msgid "Invalid link" -msgstr "Lien invalide" - #: messages.go:154 -msgid "Invalid name" -msgstr "Nom invalide" +msgid "Invalid credentials" +msgstr "Les informations d'identification ne sont pas valables" #: messages.go:155 +msgid "Invalid link" +msgstr "Lien incorrect" + +#: messages.go:156 +msgid "Invalid name" +msgstr "Nom incorrect" + +#: messages.go:157 msgid "Busy, please try again later" msgstr "Occupé, veuillez réessayer plus tard" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "" "L'intervalle entre les tâches est de %s, mais il doit être inférieur ou égal " "à 1 h" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Votre compte n'a pas pu être connecté" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Trop de demandes" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Espace de stockage insuffisant" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Quota dépassé" #: messages.go:163 +#, fuzzy +msgid "Registration disabled" +msgstr "Inscription désactivée" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Adresse de courriel vérifiée requise" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Les modifications ont bien été enregistrées" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album créé" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album sauvegardé" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s supprimé" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Le contenu de l'album a été copié" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" -msgstr "Le fichier a été retiré du groupe" +msgstr "Le fichier a été retiré de la pile" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Fichier supprimé" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Sélection ajoutée à %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Une entrée a été ajoutée à %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d entrées ont été ajoutées à %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Une entrée a été supprimée dans %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d entrées ont été supprimées de %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Compte créé" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Compte sauvegardé" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Compte supprimé" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Paramètres sauvegardés" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Mot de passe modifié" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Importation terminée en %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importation annulée" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexation terminée en %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indexage des originaux…" -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" -msgstr "Indexation des fichiers de %s" +msgstr "Indexation des fichiers en %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexation annulée" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Suppression de %d fichiers et %d photos" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Déplacement de fichiers depuis %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Copie de fichiers depuis %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Étiquettes supprimées" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" -msgstr "Étiquettes sauvegardées" +msgstr "Étiquette sauvegardée" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Sujet sauvegardé" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Sujet supprimé" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Personne sauvegardée" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Personne supprimée" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" -msgstr "Fichier téléchargé" +msgstr "Fichier chargé" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d fichiers chargés en %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Chargement en cours…" -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Le chargement a été effectué" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Sélection approuvée" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Sélection archivée" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Sélection restaurée" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Sélection marquée comme privée" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albums supprimés" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Archive zip créée en %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Supprimé définitivement" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s a été restauré" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Vérifié avec succès" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Activation réussie" diff --git a/assets/locales/ga/default.po b/assets/locales/ga/default.po index 8d449857e..583861874 100644 --- a/assets/locales/ga/default.po +++ b/assets/locales/ga/default.po @@ -6,421 +6,429 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: none\n" "Language: ga\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :" -"(n>6 && n<11) ? 3 : 4;\n" -"X-Generator: Weblate 5.17.1\n" +"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :(n>" +"6 && n<11) ? 3 : 4;\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Chuaigh rud éigin mícheart, bain triail eile as" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Ní féidir é sin a dhéanamh" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Níorbh fhéidir na hathruithe a shábháil" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Níorbh fhéidir a scriosadh" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s ann cheana" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Ní bhfuarthas" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Comhad gan aimsiú" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Comhad ró-mhór" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Gan tacaíocht" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Cineál nach dtacaítear leis" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Formáid nach dtacaítear léi" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Tá fillteán bunghnéithe folamh" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Níor aimsíodh an rogha" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Aonán gan aimsiú" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Cuntas gan aimsiú" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Úsáideoir gan aimsiú" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Níor aimsíodh an lipéad" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Níor aimsíodh an ceamara" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Níor aimsíodh an lionsa" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Albam gan aimsiú" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Ní bhfuarthas an t-ábhar" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Ní bhfuarthas an duine" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Aghaidh gan aimsiú" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Níl sé ar fáil i mód poiblí" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Níl sé ar fáil i mód inléite amháin" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Logáil isteach i do chuntas le do thoil" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Cead diúltaithe" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Íocaíocht ag teastáil" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "D'fhéadfadh uaslódáil a bheith maslach" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Theip ar an uaslódáil" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Níl aon mhír roghnaithe" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Theip ar chruthú an chomhaid, seiceáil na ceadanna" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Theip ar chruthú fillteán, seiceáil na ceadanna" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Níorbh fhéidir ceangal a dhéanamh, bain triail eile as" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Cuir isteach cód fíorúcháin" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Cód fíoraithe neamhbhailí, bain triail eile as" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Pasfhocal neamhbhailí, bain triail eile as" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Gné díchumasaithe" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Níor roghnaíodh aon lipéid" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Níor roghnaíodh aon albam" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Níl aon chomhaid ar fáil le híoslódáil" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Theip ar chruthú an chomhaid zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Dintiúir neamhbhailí" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Nasc neamhbhailí" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Ainm neamhbhailí" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Gnóthach, bain triail eile as ar ball" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Is é %s an t-eatramh múscail, ach caithfidh sé a bheith 1h nó níos lú" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Níorbh fhéidir do chuntas a nascadh" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "An iomarca iarratas" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Stóráil neamhleor" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Sáraíodh an cuóta" #: messages.go:163 +msgid "Registration disabled" +msgstr "Clárú díchumasaithe" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Ríomhphost fíoraithe ag teastáil" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Sábháladh na hathruithe" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Albam cruthaithe" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Sábháilte albam" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Albam %s scriosta" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Clónáilte ábhar albam" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Baineadh an comhad den chruach" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Scriosadh an comhad" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Cuireadh an rogha le %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Cuireadh iontráil amháin le %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d iontráil curtha le %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Baineadh iontráil amháin de %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d iontráil bainte de %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Cuntas cruthaithe" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Cuntas sábháilte" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Scriosadh an cuntas" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Socruithe sábháilte" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Athraíodh an pasfhocal" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Iompórtáil críochnaithe i %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Cealaíodh an iompórtáil" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Innéacsú curtha i gcrích in %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Buntéacs á innéacsú..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Comhaid á innéacsú in %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Innéacsú cealaithe" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Baineadh %d comhaid agus %d grianghraif" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Comhaid á mbogadh ó %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Comhaid á gcóipeáil ó %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Scriosadh na lipéid" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Lipéad sábháilte" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Ábhar sábháilte" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Scriosadh an t-ábhar" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Sábháladh an duine" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Scriosadh an duine" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Comhad uaslódáilte" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d comhaid uaslódáilte i %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Uaslódáil á phróiseáil..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Próiseáladh an t-uaslódáil" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Faomhadh an roghnúcháin" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Roghnaithe sa chartlann" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Athchóiríodh an roghnúchán" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Roghnú marcáilte mar phríobháideach" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albaim scriosta" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip cruthaithe i %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Scriosta go buan" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s athchóirithe" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "D'éirigh leis a fhíorú" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Cuireadh i ngníomh go rathúil" diff --git a/assets/locales/he/default.po b/assets/locales/he/default.po index 355e052aa..eda754df6 100644 --- a/assets/locales/he/default.po +++ b/assets/locales/he/default.po @@ -1,10 +1,10 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-22 07:07+0000\n" -"Last-Translator: Avi Markovitz \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: DeepL \n" "Language-Team: Hebrew \n" "Language: he\n" @@ -13,410 +13,418 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " "n % 10 == 0) ? 2 : 3));\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "משהו השתבש נא לנסות שוב" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "לא ניתן לבצע זאת" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "לא ניתן לשמור שינויים" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "לא ניתן למחיקה" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s כבר קיים" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "לא נמצא" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "קובץ לא נמצא" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "קובץ גדול מדי" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "לא נתמך" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "סוג לא נתמך" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "תסדיר לא נתמך" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "תיקיית מקור ריקה" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "הבחירה לא נמצאה" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "הישות לא נמצאה" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "החשבון לא נמצא" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "המשתמש לא נמצא" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "התווית לא נמצאה" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "לא נמצאה מצלמה" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "לא נמצא עדשה" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "האלבום לא נמצא" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "הנושא לא נמצא" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "אדם לא נמצא" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "הפנים לא נמצאו" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "לא זמין במצב ציבורי" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "לא זמין במצב קריאה בלבד" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "אנא היכנס לחשבון שלך" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "גישה נדחתה" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "נדרש תשלום" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "ההעלאה עשויה להיות פוגענית" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "העלאה כשלה" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "לא נבחרו פריטים" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "יצירת הקובץ נכשלה, אנא בדוק את ההרשאות" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "יצירת התיקיה נכשלה, אנא בדוק את ההרשאות" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "לא ניתן היה להתחבר, נסה שוב" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "הכנס קוד אימות" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "קוד אימות לא חוקי, אנא נסה שוב" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "סיסמה לא תקינה, נסה שוב" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "התכונה מושבתת" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "לא נבחרו תוויות" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "לא נבחרו אלבומים" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "אין קבצים זמינים להורדה" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "יצירת קובץ ה-zip נכשלה" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "אישורים לא תקינים" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "קישור לא תקין" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "מספר לא תקף" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "עסוק, אנא נסה שוב מאוחר יותר" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "מרווח ההשכמה הוא %s, אך חייב להיות שעה אחת או פחות" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "לא ניתן היה לחבר את החשבון שלך" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "יותר מדי בקשות" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "אחסון לא מספיק" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "חריגה מהמכסה" #: messages.go:163 +msgid "Registration disabled" +msgstr "ההרשמה אינה פעילה" + +#: messages.go:164 +msgid "Verified email required" +msgstr "נדרש כתובת דוא\"ל מאומתת" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "השינויים נשמרו בהצלחה" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "אלבום נוצר" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "האלבום נשמר" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "האלבום %s נמחק" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "תוכן האלבום שוכפל" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "הקובץ הוסר מהאיחוד" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "הקובץ נמחק" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "הבחירה נוספה ל-%s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "רשומה אחת נוספה ל-%s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d רשומות נוספו ל-%s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "רשומה אחת הוסרה מ-%s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d רשומות הוסרו מ-%s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "חשבון נוצר" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "החשבון נשמר" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "חשבון נמחק" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "ההגדרות נשמרו" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "סיסמא שונתה" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "הייבוא הושלם ב-%d שניות" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "הייבוא בוטל" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "האינדוקס הושלם ב-%d שניות" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "מאנדקס קבצי מקור..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "מאנדקס קבצים תוך %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "יצירת האינדקס בוטלה" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "הוסרו %d קבצים ו-%d תמונות" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "מעביר קבצים מ-%s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "מעתיק קבצים מ-%s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "תוויות נמחקו" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "התווית נשמרה" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "הנושא נשמר" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "הנושא נמחק" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "אדם נשמר" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "אדם נמחק" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "הקובץ הועלה" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d קבצים הועלו תוך %d שניות" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "מעבד העלאה..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "ההעלאה עובדה" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "הבחירה אושרה" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "הבחירה הועברה לארכיון" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "הבחירה שוחזרה" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "הבחירה סומנה כפרטית" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "אלבומים נמחקו" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "קובץ Zip נוצר תוך %d שניות" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "נמחק לצמיתות" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s שוחזר" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "אומת בהצלחה" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "הופעל בהצלחה" diff --git a/assets/locales/hi/default.po b/assets/locales/hi/default.po index b9bc0ea70..d425262f9 100644 --- a/assets/locales/hi/default.po +++ b/assets/locales/hi/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Hindi \n" "Language: hi\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n==0 || n==1);\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "कुछ गलत हुआ है, दोबारा कोशिश करें" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "ऐसा करने में असमर्थ" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "परिवर्तन सहेजा नहीं जा सका" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "हटाया नहीं जा सका" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s पहले से मौजूद है" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "नहीं मिला" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "फाइल नहीं मिली" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "बहुत बड़ी फाइल" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "असमर्थित" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "असमर्थित प्रकार" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "असमर्थित प्रारूप" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "मूल फ़ोल्डर खाली है" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "चयन नहीं मिला" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "इकाई नहीं मिली" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "खता नहीं मिला" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "उपयोगकर्ता नहीं मिला" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "लेबल नहीं मिला" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "कैमरा नहीं मिला" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "लेंस नहीं मिला" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "एल्बम नहीं मिला" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "विषय नहीं मिला" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "व्यक्ति नहीं मिला" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "चेहरा नहीं मिला" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "सार्वजनिक मोड में उपलब्ध नहीं है" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "रीड ओनली मोड में उपलब्ध नहीं है" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "कृपया अपने खाते लॉग इन करें" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "अनुमति नहीं मिली" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "भुगतान आवश्यक" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "अपलोड आपत्तिजनक हो सकता है" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "अपलोड विफल" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "कोई आइटम नहीं चुना गया" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "फ़ाइल बनाने में विफल, कृपया अनुमतियों की जाँच करें" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "फ़ोल्डर बनाने में विफल, कृपया अनुमतियों की जाँच करें" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "कनेक्ट नहीं हो सका, कृपया पुनः प्रयास करें" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "सत्यापन कोड दर्ज करें" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "सत्यापन कोड अमान्य है, कृपया पुनः प्रयास करें" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "अमान्य पासवर्ड, कृपया पुनः प्रयास करें" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "सुविधा अक्षम है" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "कोई लेबल नहीं चुना गया" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "कोई एल्बम नहीं चुना गया" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "डाउनलोड के लिए कोई फाइल उपलब्ध नहीं है" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "ज़िप फ़ाइल बनाने में विफल" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "अवैध प्रत्यय पत्र" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "अमान्य लिंक" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "अमान्य नाम" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "व्यस्त, कृपया बाद में पुन: प्रयास करें" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "वेकअप अंतराल %s है, लेकिन 1h या उससे कम होना चाहिए" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "आपका खाता कनेक्ट नहीं किया जा सका" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "बहुत अधिक अनुरोध" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "अपर्याप्त भंडारण" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "कोटा पूरा हो गया" #: messages.go:163 +msgid "Registration disabled" +msgstr "पंजीकरण अक्षम" + +#: messages.go:164 +msgid "Verified email required" +msgstr "ईमेल सत्यापन आवश्यक है" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "परिवर्तन सफलतापूर्वक सहेजे गए" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "एल्बम बनाया गया" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "एल्बम सहेजा गया" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "एल्बम %s हटाया गया" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "एल्बम सामग्री को क्लोन किया गया" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "स्टैक से फ़ाइल को निकाला गया" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "फ़ाइल हटा दी गई" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "चयन %s में जोड़ा गया" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "एक प्रविष्टि %s में जोड़ी गई" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d प्रविष्टियों को %s में जोड़ा गया" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "%s से एक प्रविष्टि को हटाया गया" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d प्रविष्टियों को %s से हटा दिया गया" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "खाता बन गया" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "खाता सहेजा गया" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "खाता हटाया गया" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "सेटिंग्स को सहेजा गया" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "पासवर्ड बदला गया" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "%d s में आयात पूरा हुआ" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "आयात रद्द कर दिया गया" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "%d s में अनुक्रमण पूरा हुआ" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "अनुक्रमण मूल ..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "%s में फाइलों को अनुक्रमित करना" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "अनुक्रमण रद्द किया गया" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "%d फ़ाइलों और %d फ़ोटो को हटा दिया गया" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "%s से फाइल चल रही है" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "%s से फाइल कॉपी कर रहा है" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "लेबल हटा दिए गए" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "लेबल सहेजा गया" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "विषय सहेजा गया" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "विषय हटा दिया गया" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "व्यक्ति बचाया" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "व्यक्ति हटाया गया" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "फ़ाइल अपलोड की गई" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d फाइलों को %d में अपलोड किया गया" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "अपलोड संसाधित किया जा रहा है..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "अपलोड संसाधित हो गया है" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "चयन को संग्रहीत किया गया" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "चयन को संग्रहीत किया गया" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "चयन बहाल" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "चयन निजी के रूप में चिह्नित" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "एल्बम हटाए गए" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "%d s में बनाया गया ज़िप" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "स्थायी रूप से हटा दिया गया" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s बहाल कर दिया गया है" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "सफलतापूर्वक सत्यापित" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "सफलतापूर्वक सक्रिय किया गया" diff --git a/assets/locales/hr/default.po b/assets/locales/hr/default.po index 1ff3ae431..41f8d2b48 100644 --- a/assets/locales/hr/default.po +++ b/assets/locales/hr/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Nešto nije u redu, pokušajte ponovno" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Nesposoban to učiniti" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Promjene se nisu mogle spremiti" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Nije moguće izbrisati" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s već postoji" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Nije pronađeno" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Datoteka nije pronađena" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Datoteka je prevelika" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Nepodržano" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Nepodržana vrsta" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Nepodržani format" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Originalna mapa je prazna" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Odabir nije pronađen" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entitet nije pronađen" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "račun nije pronađen" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Korisnik nije pronađen" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Oznaka nije pronađena" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kamera nije pronađena" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Leća nije pronađena" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album nije pronađen" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Predmet nije pronađen" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Osoba nije pronađena" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Lice nije pronađeno" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Nije dostupno u javnom načinu" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "nije dostupno u načinu samo za čitanje" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Molimo prijavite se i pokušajte ponovno" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Osoba je izbrisana" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Potrebno je plaćanje" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Prijenos bi mogao biti uvredljiv" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Prijenos nije uspio" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Nema odabranih stavki" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Izrada datoteke nije uspjela, provjerite dopuštenja" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Izrada mape nije uspjela, provjerite dopuštenja" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Povezivanje nije uspjelo, pokušajte ponovno" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Unesite kontrolni kod" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Nevažeći kontrolni kod, pokušajte ponovno" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Nevažeća lozinka, pokušajte ponovo" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Značajka je onemogućena" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Nije odabrana nijedna oznaka" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Nije odabran nijedan album" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Nema dostupnih datoteka za preuzimanje" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Izrada zip datoteke nije uspjela" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Nevažeće vjerodajnice" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Nevažeća veza" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Nevažeći naziv" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Zauzeto, pokušajte ponovo kasnije" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Interval buđenja je %s, ali mora biti 1 sat ili manje" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Vaš račun nije bilo moguće povezati" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Previše zahtjeva" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Nedovoljno prostora za pohranu" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kvota premašena" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registracija onemogućena" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Potrebna je potvrđena e-pošta" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Promjene su uspješno spremljene" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album stvoren" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album je spremljen" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s je izbrisan" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Sadržaj albuma je kloniran" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Datoteka je uklonjena iz hrpe" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Datoteka je izbrisana" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Odabir je dodan u %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Jedan unos dodan u %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d unosi dodani u %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Jedan unos uklonjen iz %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d unosi uklonjeni iz %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Račun kreiran" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Račun spremljen" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Račun je izbrisan" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Postavke spremljene" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Lozinka je promijenjena" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Uvoz dovršen za %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Uvoz je otkazan" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indeksiranje dovršeno za %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indeksiranje originala..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indeksiranje datoteka u %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indeksiranje je otkazano" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Uklonjene %d datoteke i %d fotografije" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Premještanje datoteka iz %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Kopiranje datoteka s %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Oznake su izbrisane" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Oznaka je spremljena" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Predmet je spremljen" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Predmet je izbrisan" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Osoba je spremljena" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Osoba je izbrisana" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Datoteka je izbrisana" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d datoteke prenesene u %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Obrada prijenosa..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Prijenos bi mogao biti uvredljiv" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Odabir odobren" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Odabir je arhiviran" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Odabir je vraćen" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Odabir je označen kao privatan" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albumi su izbrisani" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip stvoren u %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Trajno izbrisano" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "Odabir je vraćen" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Uspješno potvrđeno" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Uspješno aktiviran" diff --git a/assets/locales/hu/default.po b/assets/locales/hu/default.po index b8cd892ee..2d9bf28f5 100644 --- a/assets/locales/hu/default.po +++ b/assets/locales/hu/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Hungarian \n" "Language: hu\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Valami rosszul ment, próbálja újra" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Erre képtelen" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Módosításokat nem sikerült menteni" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Nem sikerült törölni" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s már létezik" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Nem található" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Fájl nem található" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Túl nagy fájl" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Nem támogatott" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Nem támogatott típus" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Nem támogatott formátum" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Az Originals mappa üres" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Kiválasztás nem található" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entitás nem található" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Fiók nem található" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Felhasználó nem található" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Címke nem található" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "A kamera nem található" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "A lencse nem található" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album nem található" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Tárgy nem található" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Személy nem található" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Arc nem található" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Nyilvános módban nem elérhető" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Nem elérhető olvasói módban" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Kérjük, jelentkezzen be fiókjába" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Engedély megtagadva" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Fizetés szükséges" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "A feltöltött fájl sértő lehet" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Feltöltés sikertelen" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Nincsenek kiválasztva elemek" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Sikertelen fájl létrehozás. Kérjük, ellenőrizze a jogosultságokat" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Sikertelen mappa létrehozás. Kérjük, ellenőrizze a jogosultságokat" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Nem sikerült csatlakozni, próbálja újra" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Adja meg a megerősítő kódot" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Érvénytelen ellenőrző kód. Kérjük, próbálja újra" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Érvénytelen jelszó, próbálkozzon újra" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funkció letiltva" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Nincsenek kiválasztva címkék" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Nincsenek kiválasztott albumok" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Nincsenek letölthető fájlok" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Nem sikerült létrehozni a zip fájlt" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Érvénytelen belépési adatok" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Érvénytelen hivatkozás" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Érvénytelen név" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Túl magas terhelés, próbálkozzon újra később" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Az ébresztési intervallum a %s, de legfeljebb 1 óra lehet." -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "A fiókját nem lehetett csatlakoztatni" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Túl sok kérés" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Elégtelen tárolás" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "A kvóta túllépése" #: messages.go:163 +msgid "Registration disabled" +msgstr "Regisztráció letiltva" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Ellenőrzött e-mail cím szükséges" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Módosítások sikeresen mentve" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album létrehozva" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album mentve" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "%s album törölve" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Album tartalma klónozva" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Fájl eltávolítva a halomból" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Fájl törölve" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Választék hozzáadva a következőhöz: %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Egy bejegyzés hozzáadva a következőhöz: %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d bejegyzés hozzáadva a következőhöz: %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Egy bejegyzés eltávolítva innen: %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d bejegyzés eltávolítva innen: %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Fiók létrehozva" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Fiók mentve" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Fiók törölve" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Beállítások elmentve" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Jelszó megváltoztatva" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Importálás %d másodperc alatt befejeződött" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importálás megszakítva" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexelés %d másodperc alatt befejeződött" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Eredeti dokumentumok indexelése..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Fájlok indexelése itt: %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexelés megszakítva" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "%d fájl és %d fénykép eltávolítva" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Fájlok áthelyezése innen: %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Fájlok másolása innen: %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Címkék törölve" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Címkék mentve" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Tárgy mentve" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Tárgy törölve" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Személy mentve" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Személy törölve" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Fájl feltöltve" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d fájl feltöltve %d másodperc alatt" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Feltöltött fájlok feldolgozása..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Feltöltött fájlok feldolgozva" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "A kijelölés jóváhagyva" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "A kijelölés archiválva" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "A kijelölés visszaállítva" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "A kijelölés privátként megjelölve" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albumok törölve" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "A tömörített fájl létrejött %d másodperc alatt" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Véglegesen törölve" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s visszaállítva" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Sikeresen ellenőrizve" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Sikeres aktiválás" diff --git a/assets/locales/id/default.po b/assets/locales/id/default.po index c7573ac90..4f575bd4e 100644 --- a/assets/locales/id/default.po +++ b/assets/locales/id/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Indonesian \n" "Language: id\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Ada yang salah, coba lagi" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Tidak dapat melakukan itu" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Perubahan tidak dapat disimpan" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Tidak dapat dihapus" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s sudah ada" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Tidak ditemukan" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Berkas tidak ditemukan" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Berkas terlalu besar" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Tidak didukung" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Jenis tidak didukung" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Format yang tidak didukung" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Folder asli kosong" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Pilihan tidak ditemukan" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entitas tidak ditemukan" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Akun tidak ditemukan" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Pengguna tidak ditemukan" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Label tidak ditemukan" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kamera tidak ditemukan" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Lensa tidak ditemukan" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album tidak ditemukan" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Subjek tidak ditemukan" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Orang tidak ditemukan" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Wajah tidak ditemukan" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Tidak tersedia dalam mode publik" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Tidak tersedia dalam mode hanya-baca" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Silakan masuk ke akun Anda" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Izin ditolak" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Diperlukan pembayaran" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Unggahan mungkin menyinggung" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Unggahan gagal" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Tidak ada item yang dipilih" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Gagal membuat file, silakan periksa izin" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Gagal membuat folder, harap periksa izin" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Tidak dapat terhubung, silakan coba lagi" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Masukkan kode verifikasi" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Kode verifikasi tidak valid, silakan coba lagi" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Kata sandi salah, silakan coba lagi" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Fitur dinonaktifkan" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Tidak ada label yang dipilih" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Tidak ada album yang dipilih" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Tidak ada file yang tersedia untuk diunduh" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Gagal membuat file zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Kredensial tidak valid" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Tautan tidak valid" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Nama tidak valid" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Sibuk, silakan coba lagi nanti" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Interval wakeup adalah %s, tetapi harus 1 jam atau kurang" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Akun Anda tidak dapat terhubung" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Terlalu banyak permintaan" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Penyimpanan yang tidak memadai" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kuota terlampaui" #: messages.go:163 +msgid "Registration disabled" +msgstr "Pendaftaran dinonaktifkan" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Email terverifikasi diperlukan." + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Perubahan berhasil disimpan" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album dibuat" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album disimpan" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s dihapus" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Konten album dikloning" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "File dihapus dari tumpukan" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Berkas dihapus" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Pilihan ditambahkan ke %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Satu entri ditambahkan ke %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d entri ditambahkan ke %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Satu entri dihapus dari %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d entri dihapus dari %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Akun dibuat" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Akun disimpan" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Akun dihapus" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Pengaturan disimpan" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Kata sandi diubah" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Impor selesai dalam %d detik" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Impor dibatalkan" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Pengindeksan selesai dalam %d detik" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Mengindeks dokumen asli..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Mengindeks file dalam %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Pengindeksan dibatalkan" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Menghapus %d file dan %d foto" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Memindahkan file dari %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Menyalin file dari %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Label dihapus" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Label disimpan" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Subjek disimpan" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Subjek dihapus" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Orang disimpan" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Orang dihapus" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "File diunggah" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d file diupload di %d detik" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Memproses unggahan..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Unggahan telah diproses" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Pilihan disetujui" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Pilihan diarsipkan" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Pilihan dipulihkan" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Pilihan ditandai sebagai pribadi" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Koleksi album dihapus" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip dibuat dalam %d detik" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Dihapus permanen" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s telah dipulihkan" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Berhasil diverifikasi" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Berhasil diaktifkan" diff --git a/assets/locales/it/default.po b/assets/locales/it/default.po index e7f4d742a..ff0366f52 100644 --- a/assets/locales/it/default.po +++ b/assets/locales/it/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: Italian \n" @@ -12,410 +12,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Qualcosa è andato storto, riprova" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Impossibile farlo" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Le modifiche non possono essere salvate" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Impossibile eliminare" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s esiste già" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Non trovato" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "File non trovato" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "File troppo grande" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Non supportato" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Formato non supportato" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Formato non supportato" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "La cartella degli originali è vuota" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Selezione non trovata" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entità non trovata" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Account non trovato" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Utente non trovato" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Etichetta non trovata" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Fotocamera non trovata" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Obiettivo non trovato" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album non trovato" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Soggetto non trovato" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Persona non trovata" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Faccia non trovata" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Non disponibile in modalità pubblica" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Non disponibile in modalità di sola lettura" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Accedere al proprio account" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Permesso negato" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Pagamento obbligatorio" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "L'upload potrebbe essere offensivo" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Upload fallito" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Nessun elemento selezionato" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Impossibile creare il file, si prega di controllare i permessi" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Impossibile creare la cartella, si prega di controllare i permessi" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Impossibile connettersi, si prega di riprovare" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Inserisci codice di verifca" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Codice di verifica errato, prova di nuovo" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Password non valida, si prega di riprovare" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funzionalità disabilitata" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Nessuna etichetta selezionata" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Nessun album selezionato" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Nessun file è disponibile per il download" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Impossibile creare il file zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Credenziali non valide" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Link non valido" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Nome non valido" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Occupato, si prega di riprovare più tardi" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "L'intervallo di risveglio è %s, ma deve essere pari o inferiore a 1h" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Non è stato possibile collegare l'account" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Troppe richieste" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Stoccaggio insufficiente" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Quota superata" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registrazione disabilitata" + +#: messages.go:164 +msgid "Verified email required" +msgstr "È necessario un indirizzo e-mail verificato" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Modifiche salvate con successo" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album creato" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album salvato" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s eliminato" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "I contenuti dell'album sono stati duplicati" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "File rimosso dallo stack" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "File eliminato" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Selezione aggiunta a %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Un elemento aggiunto a %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d elementi aggiunti a %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Un elemento rimosso da %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d elementi rimossi da %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Account creato" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Account salvato" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Account eliminato" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Impostazioni salvate" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Password cambiata" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Importazione completata in %d secondi" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importazione cancellata" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indicizzazione completata in %d secondi" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indicizzando gli originali..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indicizzazione dei file in %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indicizzazione cancellata" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Rimossi %d file e %d foto" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Spostamento dei file da %s in corso" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Copia dei file da %s in corso" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Etichette eliminate" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Etichetta salvata" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Soggetto salvato" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Soggetto cancellato" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Persona salvata" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Persona cancellata" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "File caricato" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d file caricati in %d secondi" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Elaborazione del caricamento..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Il caricamento è stato elaborato" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Selezione approvata" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Selezione archiviata" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Selezione ripristinata" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Selezione impostata come privata" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Album eliminati" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip creato in %d secondi" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Eliminato permanentemente" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s è stato ripristinato" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Verifica avvenuta con successo" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Attivazione avvenuta con successo" diff --git a/assets/locales/ja/default.po b/assets/locales/ja/default.po index 684ef5ec4..b8e8b4a19 100644 --- a/assets/locales/ja/default.po +++ b/assets/locales/ja/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: Japanese \n" @@ -12,410 +12,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "何かが間違っています。もう一度やり直してください" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "その操作はできません" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "変更を保存できませんでした" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "削除できませんでした" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s は既に存在します" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "見つかりませんでした" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "ファイルが見つかりませんでした" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "ファイルが大きすぎます" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "サポートされていません" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "サポートされていない形式です" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "非対応のフォーマットです" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Originals フォルダーは空です" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "選択した項目は存在しません" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "エンティティが見つかりません" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "アカウントが存在しません" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "ユーザーが存在しません" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "ラベルが存在しません" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "カメラが見つかりません" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "レンズが見つからない" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "アルバムが存在しません" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "件名が見つかりません" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "人が見つかりません" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "顔を検出できませんでした" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "公開モードでは利用できません" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "読み込み専用モードでは利用できません" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "アカウントにログインしてください" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "アクセスが拒否されました" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "要支払い" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "アップロードされた項目に過激なものが含まれている可能性があります" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "アップロードに失敗しました" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "項目が選択されていません" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "ファイルの作成に失敗しました。権限を確認してください" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "フォルダの作成に失敗しました。権限を確認してください" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "接続できませんでした。もう一度お試しください" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "認証コードを入力してください" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "認証コードが無効です。もう一度お試しください" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "不正なパスワードです。もう一度お試しください" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "機能が無効になりました" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "ラベルが選択されていません" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "アルバムが選択されていません" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "ダウンロードできるファイルはありません" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "zip ファイルの作成に失敗しました" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "正しくない認証情報です" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "正しくないリンクです" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "無効な名前です" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "他の処理中です。後で再試行してください" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "ウェイクアップ間隔は %s ですが、1時間以内で指定する必要があります" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "アカウントに接続できませんでした" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "リクエストが多すぎます" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "ストレージが不足しています" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "ノルマ超過" #: messages.go:163 +msgid "Registration disabled" +msgstr "登録が無効になっている" + +#: messages.go:164 +msgid "Verified email required" +msgstr "確認済みのメールアドレスが必要だ" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "変更が正常に保存されました" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "アルバムが作成されました" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "アルバムが保存されました" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "アルバム %s が削除されました" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "アルバムの内容が複製されました" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "スタックからファイルが削除されました" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "ファイルが削除されました" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "選択した項目が %s に追加されました" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "1 件の項目が %s に追加されました" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d 件の項目が %s に追加されました" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "1 件の項目が %s から削除されました" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d 件の項目が %s から削除されました" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "アカウントが作成されました" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "アカウントが保存されました" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "アカウントが削除されました" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "設定が保存されました" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "パスワードが変更されました" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "インポートが %d 秒で完了しました" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "インポートが取り消されました" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "インデックスが %d 秒で完了しました" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "originals をインデックスしています..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "%s 内のファイルをインデックスしています" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "インデックスが取り消されました" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "%d 件のファイルと %d 件の写真が削除されました" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "%s からファイルを移動しています" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "%s からファイルをコピーしています" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "ラベルが削除されました" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "ラベルが保存されました" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "保存対象" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "件名を削除しました" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "保存された人" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "人を削除しました" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "ファイルがアップロードされました" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d 件のファイルを %d 秒でアップロードしました" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "アップロードの処理..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "アップロードが完了しました" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "選択した項目が承認されました" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "選択した項目がアーカイブされました" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "選択した項目が復元されました" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "選択した項目がプライベートに設定されました" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "アルバムが削除されました" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "%d 秒で zip ファイルを作成しました" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "完全に削除されました" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s が復元されました" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "検証に成功しました" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "正常に有効化されました" diff --git a/assets/locales/ko/default.po b/assets/locales/ko/default.po index 2333ab999..e1d9b71de 100644 --- a/assets/locales/ko/default.po +++ b/assets/locales/ko/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: DeepL \n" "Language-Team: Korean \n" @@ -12,410 +12,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "문제가 발생했습니다. 다시 시도하세요." -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "그렇게 할 수 없습니다." -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "변경 사항을 저장할 수 없음" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "삭제할 수 없음" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s가 이미 존재함" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "찾을 수 없음" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "파일을 찾을 수 없음" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "파일이 너무 큽니다" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "지원되지 않음" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "지원되지 않는 유형" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "지원되지 않는 형식" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "원본 폴더가 비어 있습니다" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "선택 항목을 찾을 수 없음" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "항목을 찾을 수 없음" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "계정을 찾을 수 없음" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "사용자를 찾을 수 없음" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "라벨을 찾을 수 없음" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "카메라를 찾을 수 없습니다" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "렌즈를 찾을 수 없습니다" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "앨범을 찾을 수 없음" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "제목을 찾을 수 없음" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "사람을 찾을 수 없음" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "얼굴을 찾을 수 없음" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "공개 모드에서는 사용할 수 없음" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "읽기 전용 모드에서는 사용할 수 없음" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "귀하의 계정에 로그인하십시오" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "권한이 없음" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "결제 필요" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "업로드가 불쾌할 수 있습니다" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "업로드 실패" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "선택된 항목이 없습니다" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "파일 생성에 실패했습니다. 권한을 확인하세요" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "폴더를 만들지 못했습니다. 권한을 확인하세요" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "연결할 수 없습니다. 다시 시도해 주세요" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "인증코드를 입력하세요" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "잘못된 인증 코드입니다. 다시 시도해 주세요." -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "비밀번호가 잘못되었습니다. 다시 시도해 주세요" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "기능 비활성화됨" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "선택한 라벨이 없습니다" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "앨범이 선택되지 않았습니다" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "다운로드할 수 있는 파일이 없습니다" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "zip 파일 생성 실패" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "잘못된 자격 증명" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "유효하지 않은 링크입니다" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "잘못된 이름" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "바쁘니 나중에 다시 시도해 주세요" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "깨우기 간격은 %s이지만 1시간 이하여야 합니다" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "계정을 연결할 수 없습니다" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "너무 많은 요청" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "저장 공간 부족" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "할당량 초과" #: messages.go:163 +msgid "Registration disabled" +msgstr "등록이 비활성화되었습니다." + +#: messages.go:164 +msgid "Verified email required" +msgstr "인증된 이메일 주소가 필요합니다" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "변경사항이 성공적으로 저장되었습니다" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "앨범 생성됨" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "앨범 저장됨" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "앨범 %s이(가) 삭제됨" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "복제된 앨범 콘텐츠" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "스택에서 제거된 파일" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "파일이 삭제됨" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "선택 항목이 %s에 추가됨" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "%s에 항목 1개 추가됨" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d 항목이 %s에 추가됨" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "%s에서 항목 1개 삭제됨" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d 항목이 %s에서 제거됨" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "계정 생성됨" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "계정이 저장됨" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "계정 삭제됨" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "설정 저장됨" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "비밀번호 변경됨" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "%d초 후에 가져오기 완료" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "가져오기 취소됨" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "%d초 후에 인덱싱 완료" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "원본 색인 생성 중..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "%s에서 파일 색인 생성" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "인덱싱 취소됨" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "파일 %d개와 사진 %d개를 삭제했습니다" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "%s에서 파일 이동" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "%s에서 파일 복사" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "라벨 삭제됨" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "라벨이 저장되었습니다" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "주제가 저장됨" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "제목 삭제됨" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "사람이 저장됨" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "삭제된 사람" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "업로드된 파일 1개" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d개의 파일이 %d초에 업로드됨" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "업로드 처리 중..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "업로드가 처리되었습니다" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "선택 항목 승인됨" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "선택 항목 보관됨" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "선택 항목 복원됨" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "비공개로 표시된 선택" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "앨범 삭제됨" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "%d초에 생성된 우편번호" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "영구 삭제됨" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s이(가) 복원되었습니다" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "성공적으로 확인되었습니다" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "성공적으로 활성화되었습니다" diff --git a/assets/locales/ku/default.po b/assets/locales/ku/default.po index 256ebb986..3008b22bb 100644 --- a/assets/locales/ku/default.po +++ b/assets/locales/ku/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Kurdish \n" "Language-Team: none\n" "Language: lt\n" @@ -13,410 +13,418 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > " "19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? " "1 : 2);\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Kažkas nepavyko, bandykite dar kartą" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Nepavyksta to padaryti" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Pakeitimų nepavyko išsaugoti" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Negalima ištrinti" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s jau egzistuoja" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Nerasta" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Failo rasti nepavyko" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Per didelis failas" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Nepalaikoma" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Nepalaikomas tipas" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Nepalaikomas formatas" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Originalų aplankas tuščias" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Pasirinkimas nerastas" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Subjektas nerastas" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Paskyra nerasta" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Vartotojas nerastas" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Etiketė nerasta" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kameros nerasta" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Objektyvas nerastas" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Albumas nerastas" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Tema nerasta" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Asmuo nerastas" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Veidas nerastas" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Negalima naudoti viešuoju režimu" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Negalima naudoti tik skaitymo režimu" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Prisijunkite prie savo paskyros" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Priėjimas neimanomas" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Reikalingas mokėjimas" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Įkėlimas gali būti įžeidžiantis" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Įkelti nepavyko" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Nėra pasirinktų elementų" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Nepavyko sukurti failo, patikrinkite leidimus" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Nepavyko sukurti aplanko, patikrinkite leidimus" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Nepavyko prisijungti, bandykite dar kartą" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Įveskite patvirtinimo kodą" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Neteisingas patvirtinimo kodas, bandykite dar kartą" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Netinkamas slaptažodis, bandykite dar kartą" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funkcija išjungta" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Nėra pasirinktų etikečių" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Nėra pasirinktų albumų" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Nėra parsisiunčiamų failų" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Nepavyko sukurti zip failo" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Neteisingi įgaliojimai" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Netinkama nuoroda" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Netinkamas pavadinimas" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Užimta, bandykite vėliau" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Budinimo intervalas yra %s, bet turi būti ne ilgesnis kaip 1 val" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Nepavyko prisijungti prie jūsų paskyros" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Per daug prašymų" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Nepakankama saugykla" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Viršyta kvota" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registracija išjungta" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Reikalingas patvirtintas el. pašto adresas" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Pakeitimai sėkmingai išsaugoti" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Sukurtas albumas" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Išsaugotas albumas" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Albumas %s pašalintas" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Klonuotas albumo turinys" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Failas pašalintas iš kamino" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Ištrintas failas" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Pasirinkimas pridėtas prie %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Vienas įrašas pridėtas prie %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d įrašai, įtraukti į %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Vienas įrašas pašalintas iš %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d įrašai pašalinti iš %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Sukurta paskyra" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Išsaugota paskyra" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Ištrinta paskyra" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Nustatymai išsaugoti" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Slaptažodis pakeistas" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Importas baigtas per %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importas atšauktas" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indeksavimas baigtas per %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Originalų indeksavimas..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Failų indeksavimas %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indeksavimas atšauktas" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Pašalinti %d failai ir %d nuotraukos" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Failų perkėlimas iš %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Failų kopijavimas iš %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Ištrintos etiketės" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Išsaugota etiketė" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Tema - išsaugotas" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Išbrauktas objektas" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Išsaugotas asmuo" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Išbrauktas asmuo" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Įkeltas failas" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d failai įkelti per %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Įkėlimo apdorojimas..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Įkėlimas apdorotas" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Patvirtinta atranka" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Atranka archyvuota" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Atkurta atranka" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Atranka pažymėta kaip privati" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Ištrinti albumai" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip sukurta %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Visam laikui ištrintas" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s buvo atkurta" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Sėkmingai patvirtinta" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Sėkmingai suaktyvinta" diff --git a/assets/locales/lv/default.po b/assets/locales/lv/default.po index 798a3f98c..0bafcbb9c 100644 --- a/assets/locales/lv/default.po +++ b/assets/locales/lv/default.po @@ -6,10 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" "Language: lv\n" "MIME-Version: 1.0\n" @@ -17,409 +18,417 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n % 10 == 0 || n % 100 >= 11 && n % 100 <= " "19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2);\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Kaut kas nogāja greizi, mēģiniet vēlreiz" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "To nevar izdarīt" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Izmaiņas nevarēja saglabāt" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Nevarēja izdzēst" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s jau pastāv" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Nav atrasts" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Fails nav atrasts" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Fails ir pārāk liels" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Neatbalstīts" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Neatbalstīts tips" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Neatbalstīts formāts" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Oriģinālu mape ir tukša" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Izvēle nav atrasta" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Vienība nav atrasta" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Konts nav atrasts" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Lietotājs nav atrasts" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Birka nav atrasta" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kamera nav atrasta" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Objektīvs nav atrasts" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Albums nav atrasts" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Tēma nav atrasta" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Persona nav atrasta" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Seja nav atrasta" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Nav pieejams publiskajā režīmā" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Nav pieejams lasīšanas režīmā" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Lūdzu, piesakieties savā kontā" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Atļauja liegta" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Nepieciešams maksājums" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Augšupielāde varētu būt aizskaroša" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Augšupielāde neizdevās" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Nav izvēlēts neviens ieraksts" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Neizdevās izveidot failu, lūdzu, pārbaudiet atļaujas" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Neizdevās izveidot mapi, lūdzu, pārbaudiet atļaujas" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Nevarēja izveidot savienojumu, lūdzu, mēģiniet vēlreiz" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Ievadiet verifikācijas kodu" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Nederīgs verifikācijas kods, lūdzu, mēģiniet vēlreiz" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Nederīga parole, lūdzu, mēģiniet vēlreiz" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funkcionalitāte ir izslēgta" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Nav atlasītas nevienas birkas" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Nav atlasīts neviens albums" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Nav lejupielādei pieejamu failu" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Neizdevās izveidot zip failu" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Nederīgs lietotājvārds vai parole" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Nederīga saite" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Nederīgs nosaukums" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Aizņemts, lūdzu, mēģiniet vēlreiz vēlāk" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Pamošanās intervāls ir %s, bet tam jābūt 1 h vai mazākam" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Jūsu kontu nevarēja savienot" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Pārāk daudz pieprasījumu" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Nepietiek brīvas vietas" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kvota pārsniegta" #: messages.go:163 +msgid "Registration disabled" +msgstr "Reģistrācija atspējota" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Nepieciešama verificēta e-pasta adrese" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Izmaiņas veiksmīgi saglabātas" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Albums izveidots" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Albums saglabāts" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Albums %s ir dzēsts" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Albuma saturs ir dublēts" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Fails izņemts no saraksta" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Fails izdzēsts" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Atlasījums pievienots %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Viens ieraksts pievienots %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d ieraksti pievienoti %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Viens ieraksts noņemts no %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d ieraksti noņemti no %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Konts izveidots" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Konts saglabāts" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Konts ir dzēsts" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Iestatījumi saglabāti" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Parole nomainīta" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Importēšana pabeigta %d s laikā" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importēšana atcelta" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indeksēšana pabeigta %d s laikā" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Notiek oriģinālu indeksēšana..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Notiek failu indeksēšana %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indeksēšana atcelta" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Noņemti %d faili un %d fotoattēli" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Failu pārvietošana no %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Failu kopēšana no %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Birkas ir dzēstas" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Birka saglabāta" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Tēma saglabāta" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Tēma dzēsta" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Persona saglabāta" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Persona dzēsta" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Fails augšupielādēts" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d faili augšupielādēti %d sekundēs" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Notiek augšupielādes apstrāde..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Augšupielāde ir apstrādāta" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Atlase apstiprināta" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Atlase arhivēta" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Atlase atjaunota" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Izvēle atzīmēta kā privāta" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albumi ir dzēsti" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "ZIP fails izveidots %d sekundēs" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Neatgriezeniski dzēsts" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s ir atjaunots" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Veiksmīgi verificēts" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Veiksmīgi aktivizēts" diff --git a/assets/locales/messages.pot b/assets/locales/messages.pot index ac4009ad6..d6e4d5e67 100644 --- a/assets/locales/messages.pot +++ b/assets/locales/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,407 +17,415 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "" #: messages.go:163 -msgid "Changes successfully saved" +msgid "Registration disabled" msgstr "" #: messages.go:164 -msgid "Album created" -msgstr "" - -#: messages.go:165 -msgid "Album saved" -msgstr "" - -#: messages.go:166 -#, c-format -msgid "Album %s deleted" +msgid "Verified email required" msgstr "" #: messages.go:167 -msgid "Album contents cloned" +msgid "Changes successfully saved" msgstr "" #: messages.go:168 -msgid "File removed from stack" +msgid "Album created" msgstr "" #: messages.go:169 -msgid "File deleted" +msgid "Album saved" msgstr "" #: messages.go:170 #, c-format -msgid "Selection added to %s" +msgid "Album %s deleted" msgstr "" #: messages.go:171 -#, c-format -msgid "One entry added to %s" +msgid "Album contents cloned" msgstr "" #: messages.go:172 -#, c-format -msgid "%d entries added to %s" +msgid "File removed from stack" msgstr "" #: messages.go:173 -#, c-format -msgid "One entry removed from %s" +msgid "File deleted" msgstr "" #: messages.go:174 #, c-format -msgid "%d entries removed from %s" +msgid "Selection added to %s" msgstr "" #: messages.go:175 -msgid "Account created" +#, c-format +msgid "One entry added to %s" msgstr "" #: messages.go:176 -msgid "Account saved" +#, c-format +msgid "%d entries added to %s" msgstr "" #: messages.go:177 -msgid "Account deleted" +#, c-format +msgid "One entry removed from %s" msgstr "" #: messages.go:178 -msgid "Settings saved" +#, c-format +msgid "%d entries removed from %s" msgstr "" #: messages.go:179 -msgid "Password changed" +msgid "Account created" msgstr "" #: messages.go:180 -#, c-format -msgid "Import completed in %d s" +msgid "Account saved" msgstr "" #: messages.go:181 -msgid "Import canceled" +msgid "Account deleted" msgstr "" #: messages.go:182 -#, c-format -msgid "Indexing completed in %d s" +msgid "Settings saved" msgstr "" #: messages.go:183 -msgid "Indexing originals..." +msgid "Password changed" msgstr "" #: messages.go:184 #, c-format -msgid "Indexing files in %s" +msgid "Import completed in %d s" msgstr "" #: messages.go:185 -msgid "Indexing canceled" +msgid "Import canceled" msgstr "" #: messages.go:186 #, c-format -msgid "Removed %d files and %d photos" +msgid "Indexing completed in %d s" msgstr "" #: messages.go:187 -#, c-format -msgid "Moving files from %s" +msgid "Indexing originals..." msgstr "" #: messages.go:188 #, c-format -msgid "Copying files from %s" +msgid "Indexing files in %s" msgstr "" #: messages.go:189 -msgid "Labels deleted" +msgid "Indexing canceled" msgstr "" #: messages.go:190 -msgid "Label saved" +#, c-format +msgid "Removed %d files and %d photos" msgstr "" #: messages.go:191 -msgid "Subject saved" +#, c-format +msgid "Moving files from %s" msgstr "" #: messages.go:192 -msgid "Subject deleted" +#, c-format +msgid "Copying files from %s" msgstr "" #: messages.go:193 -msgid "Person saved" +msgid "Labels deleted" msgstr "" #: messages.go:194 -msgid "Person deleted" +msgid "Label saved" msgstr "" #: messages.go:195 -msgid "File uploaded" +msgid "Subject saved" msgstr "" #: messages.go:196 +msgid "Subject deleted" +msgstr "" + +#: messages.go:197 +msgid "Person saved" +msgstr "" + +#: messages.go:198 +msgid "Person deleted" +msgstr "" + +#: messages.go:199 +msgid "File uploaded" +msgstr "" + +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "" -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "" diff --git a/assets/locales/ms/default.po b/assets/locales/ms/default.po index beb69bbba..e5d0be839 100644 --- a/assets/locales/ms/default.po +++ b/assets/locales/ms/default.po @@ -1,420 +1,429 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" "Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Kesilapan telah berlaku, cuba lagi" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Tidak mampu berbuat demikian" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Perubahan tidak dapat disimpan" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Tidak dapat dipadamkan" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s sudah wujud" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Tidak ditemui" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Fail tidak dijumpai" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Fail terlalu besar" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Tidak disokong" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Jenis tidak disokong" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Format yang tidak disokong" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Folder asal kosong" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Pilihan tidak ditemui" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entiti tidak ditemui" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "akaun tidak dijumpai" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Pengguna tidak dijumpai" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Label tidak ditemui" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kamera tidak ditemui" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Lensa tidak ditemui" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album tidak ditemui" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Subjek tidak ditemui" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Orang tidak ditemui" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Wajah tidak ditemui" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Tidak tersedia dalam mod awam" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Tidak tersedia dalam mod baca sahaja" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Sila log masuk ke akaun anda" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Kebenaran ditolak" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Bayaran diperlukan" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Muat naik mungkin menyinggung perasaan" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Muat naik gagal" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Tiada item dipilih" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Gagal membuat fail, sila semak kebenaran" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Gagal membuat folder, sila semak kebenaran" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Tidak dapat menyambung, sila cuba lagi" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Masukkan kod pengesahan" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Kod pengesahan tidak sah, sila cuba lagi" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Kata laluan tidak sah, sila cuba lagi" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Ciri dilumpuhkan" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Tiada label dipilih" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Tiada album dipilih" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Tiada fail tersedia untuk dimuat turun" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Gagal membuat fail zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Bukti kelayakan tidak sah" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Pautan tidak sah" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Nama tidak sah" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Sibuk, sila cuba lagi nanti" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Selang bangun ialah %s, tetapi mestilah 1j atau kurang" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Akaun anda tidak dapat disambungkan" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Terlalu banyak permintaan" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Storan tidak mencukupi" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kuota melebihi" #: messages.go:163 +msgid "Registration disabled" +msgstr "Pendaftaran dilumpuhkan" + +#: messages.go:164 +msgid "Verified email required" +msgstr "E-mel yang disahkan diperlukan" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Perubahan berjaya disimpan" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album dibuat" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album disimpan" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s dipadamkan" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Kandungan album diklon" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Fail dialih keluar daripada timbunan" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Fail dipadamkan" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Pilihan ditambahkan pada %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Satu entri ditambahkan pada %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "Entri %d ditambahkan pada %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Satu entri dialih keluar daripada %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d entri dialih keluar daripada %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Akaun dibuat" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Akaun disimpan" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Akaun dipadamkan" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Tetapan Disimpan" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Kata laluan ditukar" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Import selesai dalam %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Import dibatalkan" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Pengindeksan selesai dalam %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Mengindeks asal..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Mengindeks fail dalam %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Pengindeksan dibatalkan" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Mengalih keluar fail %d dan foto %d." -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Memindahkan fail dari %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Menyalin fail daripada %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Label dipadamkan" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Label disimpan" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Subjek disimpan" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Subjek dipadamkan" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Orang yang diselamatkan" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Orang dipadamkan" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Fail dimuat naik" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "Fail %d dimuat naik dalam %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Memproses muat naik..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Muat naik telah diproses" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Pemilihan diluluskan" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Pemilihan diarkibkan" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Pemilihan dipulihkan" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Pilihan ditandakan sebagai peribadi" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Album dipadamkan" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip dibuat dalam %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Dipadamkan secara kekal" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s telah dipulihkan" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Berjaya disahkan" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Berjaya diaktifkan" diff --git a/assets/locales/nb/default.po b/assets/locales/nb/default.po index 82dcddbeb..ef4cc1cae 100644 --- a/assets/locales/nb/default.po +++ b/assets/locales/nb/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Noe gikk galt, prøv igjen" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Ikke i stand til å gjøre det" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Kan ikke lagre endringer" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Kan ikke slettes" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s eksisterer allerede" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Ikke funnet" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Fil ikke funnet" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Filen er for stor" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Ustøttet" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Ikke støttet type" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Ikke støttet format" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Originaler-mappen er tom" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Finner ikke utvalg" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Enheten ble ikke funnet" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Konto ikke funnet" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Bruker ikke funnet" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Merkelapp ikke funnet" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kameraet ble ikke funnet" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Objektivet ble ikke funnet" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album ikke funnet" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Emnet ble ikke funnet" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Person ikke funnet" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Ansikt ikke funnet" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Ikke tilgjengelig i offentlig modus" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "ikke tilgjengelig i skrivebeskyttet modus" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Logg inn på kontoen din" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Ingen tilgang" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Betaling kreves" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Opplastingen kan være støtende" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Opplasting mislyktes" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Ingen elementer valgt" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Kunne ikke opprette fil, vennligst sjekk tillatelser" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Kunne ikke opprette mappe, vennligst sjekk tillatelser" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Kunne ikke koble til, vennligst prøv igjen" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Angi verifikasjonskode" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Ugyldig bekreftelseskode. Prøv igjen" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Ugyldig passord, vennligst prøv igjen" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Tjeneste deaktivert" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Ingen merkelapper valgt" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Ingen albumer valgt" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Ingen filer tilgjengelig for nedlasting" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Kunne ikke opprette zip-arkiv" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Ugyldige innloggingsdetaljer" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Ugyldig lenke" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Ugyldig navn" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Opptatt. Prøv igjen senere" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Oppvåkningsintervallet er %s, men må være 1 time eller mindre" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Kontoen din kunne ikke kobles til" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "For mange forespørsler" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Utilstrekkelig lagringsplass" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kvote overskredet" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registrering deaktivert" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Bekreftet e-post kreves" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Endringene ble lagret" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album opprettet" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album lagret" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s slettet" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Albuminnhold duplisert" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Fil fjernet fra samling" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Fil slettet" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Utvalg lagt til %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "En oppføring lagt til %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d oppføringer lagt til %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "En oppføring fjernet fra %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d oppføringer fjernet fra %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Konto opprettet" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Konto lagret" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Konto slettet" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Innstillinger lagret" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Passord endret" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Import fullført på %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Import avbrutt" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indeksering fullført på %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indekserer originaler…" -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indekserer filer i %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indeksering avbrutt" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Fjernet %d filer og %d foto" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Flytter filer fra %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Kopierer filer fra %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Merkelapper slettet" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Merkelapper lagret" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Emnet er lagret" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Emnet er slettet" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Person reddet" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Person slettet" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Fil lastet opp" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d filer lastet opp på %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Behandler opplasting..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Opplastingen er behandlet" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Utvalg godkjent" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Utvalg arkivert" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Utvalg gjenopprettet" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Utvalg markert som privat" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Album slettet" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip opprettet på %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Permanent slettet" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s har blitt gjenopprettet" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Vellykket verifisert" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Vellykket aktivert" diff --git a/assets/locales/nl/default.po b/assets/locales/nl/default.po index 5ebc2bf86..bee7c6e39 100644 --- a/assets/locales/nl/default.po +++ b/assets/locales/nl/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Er ging iets mis, probeer het opnieuw" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Dat kan niet" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Wijzigingen kunnen niet worden opgeslagen" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Kan niet verwijderd worden" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s bestaat al" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Niet gevonden" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Bestand niet gevonden" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Bestand te groot" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Niet ondersteund" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Niet-ondersteund type" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Niet ondersteund formaat" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "De map Originelen is leeg" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Selectie niet gevonden" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entiteit niet gevonden" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Account niet gevonden" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Gebruiker niet gevonden" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Label niet gevonden" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Camera niet gevonden" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Lens niet gevonden" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album niet gevonden" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Onderwerp niet gevonden" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Persoon niet gevonden" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Gezicht niet gevonden" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Niet beschikbaar in publieke modus" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Niet beschikbaar in alleen-lezen modus" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Log in op je account" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Toegang geweigerd" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Betaling vereist" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Upload kan aanstootgevend zijn" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Uploaden mislukt" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Geen items geselecteerd" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Bestand aanmaken mislukt, controleer alstublieft de rechten" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Folder aanmaken mislukt, controleer alstublieft de rechten" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Kan niet verbinden, probeer alstublieft opnieuw" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Verificatiecode invoeren" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Ongeldige verificatiecode. Probeer het opnieuw" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Fout wachtwoord, probeer alstublieft opnieuw" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Functie uitgeschakeld" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Geen labels geselecteerd" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Geen albums geselecteerd" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Geen bestanden beschikbaar om te downloaden" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Maken van zip-bestand is mislukt" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Ongeldige inloggegevens" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Ongeldige link" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Ongeldige mapnaam" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Bezet, probeer het later nog eens" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Het wekinterval is %s, maar moet 1 uur of minder zijn" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Uw account kon niet worden aangesloten" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Te veel verzoeken" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Onvoldoende opslag" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Quota overschreden" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registratie uitgeschakeld" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Geverifieerd e-mailadres vereist" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Wijzigingen succesvol opgeslagen" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album aangemaakt" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album opgeslagen" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s verwijderd" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Albuminhoud gekopieerd" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Bestand uit stapel verwijderd" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Bestand verwijderd" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Selectie toegevoegd aan %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Eén item toegevoegd aan %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d items toegevoegd aan %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Eén item verwijderd uit %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d items verwijderd uit %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Account aangemaakt" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Account opgeslagen" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Account verwijderd" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Instellingen opgeslagen" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Wachtwoord gewijzigd" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Importeren voltooid in %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importeren geannuleerd" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexeren voltooid in %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Originelen indexeren…" -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Bestanden indexeren in %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexeren geannuleerd" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "%d bestanden en %d foto’s verwijderd" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Bestanden verplaatsen uit %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Bestanden kopiëren uit %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Labels verwijderd" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Labels opgeslagen" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Onderwerp opgeslagen" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Onderwerp verwijderd" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Persoon gered" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Persoon verwijderd" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Bestand geüpload" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d bestanden geüpload in %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Verwerking upload..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Upload is verwerkt" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Selectie goedgekeurd" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Selectie gearchiveerd" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Selectie hersteld" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Selectie gemarkeerd als privé" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albums verwijderd" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip gemaakt in %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Permanent verwijderd" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s is hersteld" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Met succes geverifieerd" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Met succes geactiveerd" diff --git a/assets/locales/pl/default.po b/assets/locales/pl/default.po index e5c3b5609..f26149b15 100644 --- a/assets/locales/pl/default.po +++ b/assets/locales/pl/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Polish \n" "Language: pl\n" @@ -13,412 +14,420 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Coś poszło nie tak, spróbuj jeszcze raz" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Nie da się tego zrobić" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Nie można zapisać zmian" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Nie można usunąć" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s już istnieje" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Nie znaleziono" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Plik nie został znaleziony" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Plik jest zbyt duży" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Nieobsługiwane" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Nieobsługiwany typ" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Nieobsługiwany format" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Folder oryginałów jest pusty" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Nie znaleziono wyboru" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Nie znaleziono podmiotu" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Konto nie znalezione" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Użytkownik nie znaleziony" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Etykieta nie została odnaleziona" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Nie znaleziono kamery" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Nie znaleziono obiektywu" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album nie został znaleziony" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Temat nie został znaleziony" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Osoba nie została znaleziona" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Twarz nie została znaleziona" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Niedostępne w trybie publicznym" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Niedostępne w trybie tylko do odczytu" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Proszę zalogować się na swoje konto" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Brak uprawnień" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Wymagana płatność" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Przesyłane dane mogą być obraźliwe" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Przesyłanie nie powiodło się" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Nie wybrano żadnych elementów" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Nie można utworzyć pliku, sprawdź uprawnienia" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Nie można utworzyć folderu, sprawdź uprawnienia" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Nie można się połączyć, spróbuj ponownie" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Wprowadź kod weryfikacyjny" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Nieprawidłowy kod weryfikacyjny. Spróbuj ponownie" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Nieprawidłowe hasło, spróbuj ponownie" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funkcja wyłączona" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Nie wybrano etykiet" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Nie wybrano albumów" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Brak plików do pobrania" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Nie udało się utworzyć pliku zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Nieprawidłowe dane logowania" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Nieprawidłowy link" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Nieprawidłowa nazwa" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Zajęty, spróbuj ponownie później" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "" "Interwał wybudzenia %s jest nieprawidłowy, powinien być równy lub mniejszy " "niż 1 godzina" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Twoje konto nie może być podłączone" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Zbyt wiele żądań" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Niewystarczająca pamięć" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Przekroczony limit" #: messages.go:163 +msgid "Registration disabled" +msgstr "Rejestracja wyłączona" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Wymagany zweryfikowany adres e-mail" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Zmiany zostały pomyślnie zapisane" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album został utworzony" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album został zapisany" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s został usunięty" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Album został sklonowany" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Plik został rozgrupowany" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Plik został usunięty" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Wybór dodany do %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Dodano jeden wpis do %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d wpisy dodane do %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Usunięto jeden wpis z %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d wpisy usunięte z %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Konto utworzone" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Konto zapisane" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Konto usunięte" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Ustawienia zapisane" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Hasło zostało zmienione" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Import zakończony w %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Import został anulowany" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indeksowanie zakończone w %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indeksowanie oryginałów…" -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indeksowanie plików w %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indeksowanie anulowane" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Usunięto %d plików i %d zdjęć" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Przenoszenie plików z %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Kopiowanie plików z %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Usunięto etykiety" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Etykieta zapisana" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Przedmiot zapisany" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Przedmiot usunięty" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Osoba zapisana" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Osoba usunięta" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Przesłany plik" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d plików przesłano w %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Przetwarzanie uploadu..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Przesyłanie zostało przetworzone" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Wybór zatwierdzony" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Wybór zarchiwizowany" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Wybór został przywrócony" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Wybór oznaczony jako prywatny" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albumy zostały usunięte" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip utworzony w %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Trwale usunięty" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s zostało przywrócone" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Pomyślnie zweryfikowano" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Pomyślnie aktywowano" diff --git a/assets/locales/pt/default.po b/assets/locales/pt/default.po index acabd46a6..fa660ce28 100644 --- a/assets/locales/pt/default.po +++ b/assets/locales/pt/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Portuguese \n" "Language: pt\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Algo correu mal, tente novamente" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Incapaz de fazer isso" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "As mudanças não foram salvas" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Não foi possível excluir" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s já existe" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Não encontrado" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Arquivo não encontrado" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Arquivo muito grande" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Não compatível" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Tipo não suportado" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Formato sem suporte" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "A pasta dos originais está vazia" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Seleção não encontrada" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entidade não encontrada" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Conta não encontrada" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Usuário não encontrado" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Etiqueta não encontrada" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Não foi encontrada nenhuma câmara" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Lente não encontrada" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Álbum não encontrado" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Assunto não encontrado" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Pessoa não encontrada" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Rosto não encontrado" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Indisponível em modo público" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Não disponível no modo somente leitura" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Faça o login em sua conta" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Permissão negada" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Pagamento obrigatório" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Envio pode ser ofensivo" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Envio falhou" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Sem itens selecionados" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Falha ao criar arquivo, por favor cheque as permissões" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Falha ao criar pasta, por favor cheque as permissões" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Não foi possível conectar, por favor tente novamente" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Digite o código de verificação" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Código de verificação inválido, tente novamente" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Senha inválida, por favor tente novamente" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Recurso Desativado" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Sem etiquetas selecionadas" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Sem álbuns selecionados" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Sem arquivos disponíveis para baixar" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Falha ao criar arquivo zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Credenciais inválidas" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Link inválido" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Nome inválido" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Em uso, por favor tente novamente mais tarde" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "O intervalo de despertar é %s, mas deve ser de 1h ou menos" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Sua conta não pôde ser conectada" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Demasiados pedidos" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Armazenamento insuficiente" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Quota excedida" #: messages.go:163 +msgid "Registration disabled" +msgstr "Cadastro desativado" + +#: messages.go:164 +msgid "Verified email required" +msgstr "É necessário um e-mail verificado." + +#: messages.go:167 msgid "Changes successfully saved" msgstr "As mudanças foram salvas com sucesso" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Álbum criado" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Álbum salvo" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Álbum %s excluído" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Conteúdo do álbum copiado" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Arquivo removido da pilha" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Arquivo excluído" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Seleção adicionada a %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Uma entrada adicionada a %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d entradas adicionadas a %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Uma entrada removida de %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d entradas removidas de %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Conta criada" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Conta salva" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Conta excluída" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Configurações salvas" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Senha alterada" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Importação completa em %d" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importação cancelada" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexação completa em %d" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indexando originais..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indexando arquivos em %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexação cancelada" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Removidos %d arquivos e %d fotos" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Movendo arquivos de %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Copiando arquivos de %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Etiquetas excluídas" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Etiqueta salva" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Assunto salvo" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Assunto eliminado" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Pessoa salva" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Pessoa apagada" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Arquivo carregado" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d arquivos enviados em %d" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "A processar carregamento..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "O Upload foi processado" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Seleção aprovada" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Seleção arquivada" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Seleção restaurada" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Seleção marcada como privada" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Álbuns excluídos" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip criado em %d" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Permanentemente excluídas" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s foi restaurado" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Verificado com sucesso" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Ativado com sucesso" diff --git a/assets/locales/pt_BR/default.po b/assets/locales/pt_BR/default.po index 239f20437..e6361ccef 100644 --- a/assets/locales/pt_BR/default.po +++ b/assets/locales/pt_BR/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Algo deu errado, tente novamente" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Incapaz de fazer isso" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "As mudanças não foram salvas" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Não foi possível excluir" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s já existe" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Não encontrado" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Arquivo não encontrado" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Arquivo muito grande" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Não compatível" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Tipo não suportado" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Formato sem suporte" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "A pasta dos originais está vazia" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Seleção não encontrada" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entidade não encontrada" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Conta não encontrada" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Usuário não encontrado" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Etiqueta não encontrada" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Câmera não encontrada" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Lente não encontrada" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Álbum não encontrado" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Assunto não encontrado" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Pessoa não encontrada" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Rosto não encontrado" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Indisponível em modo público" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Não disponível no modo somente leitura" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Faça o login em sua conta" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Permissão negada" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Pagamento obrigatório" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Envio pode ser ofensivo" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Envio falhou" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Sem itens selecionados" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Falha ao criar arquivo, por favor cheque as permissões" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Falha ao criar pasta, por favor cheque as permissões" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Não foi possível conectar, por favor tente novamente" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Digite o código de verificação" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Código de verificação inválido, tente novamente" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Senha inválida, por favor tente novamente" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Recurso Desativado" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Sem etiquetas selecionadas" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Sem álbuns selecionados" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Sem arquivos disponíveis para baixar" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Falha ao criar arquivo zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Credenciais inválidas" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Link inválido" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Nome inválido" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Ocupado, por favor tente mais tarde" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "O intervalo de despertar é %s, mas deve ser de 1h ou menos" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Sua conta não pôde ser conectada" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Muitas solicitações" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Armazenamento insuficiente" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Cota excedida" #: messages.go:163 +msgid "Registration disabled" +msgstr "Cadastro desativado" + +#: messages.go:164 +msgid "Verified email required" +msgstr "É necessário um e-mail verificado." + +#: messages.go:167 msgid "Changes successfully saved" msgstr "As mudanças foram salvas com sucesso" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Álbum criado" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Álbum salvo" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Álbum %s excluído" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Conteúdo do álbum copiado" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Arquivo removido da pilha" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Arquivo excluído" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Seleção adicionada a %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Uma entrada adicionada a %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d entradas adicionadas a %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Uma entrada removida de %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d entradas removidas de %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Conta criada" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Conta salva" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Conta excluída" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Configurações salvas" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Senha alterada" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Importação completa em %d" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importação cancelada" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexação completa em %d" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indexando originais..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indexando arquivos em %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexação cancelada" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Removidos %d arquivos e %d fotos" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Movendo arquivos de %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Copiando arquivos de %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Etiquetas excluídas" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Etiqueta salva" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Assunto salvo" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Assunto eliminado" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Pessoa salva" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Pessoa apagada" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Arquivo carregado" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d arquivos enviados em %d" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Processamento de upload..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "O Upload foi processado" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Seleção aprovada" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Seleção arquivada" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Seleção restaurada" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Seleção marcada como privada" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Álbuns excluídos" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip criado em %d" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Permanentemente excluídas" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s foi restaurado" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Verificado com sucesso" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Ativado com sucesso" diff --git a/assets/locales/ro/default.po b/assets/locales/ro/default.po index 993bb9b2d..a1b7d918f 100644 --- a/assets/locales/ro/default.po +++ b/assets/locales/ro/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Romanian \n" "Language: ro\n" @@ -13,410 +14,418 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Ceva nu a mers bine, încercați din nou" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Nu se poate face asta" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Modificările nu au putut fi salvate" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Nu a putut fi șters" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s deja există" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Nu a fost găsit" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Fișier nedescoperit" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Fișier prea mare" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Neacceptat" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Tip neacceptat" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Format neacceptat" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Dosarul Originals este gol" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Selecția nu a fost găsită" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entitatea nu a fost găsită" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Contul nu a fost găsit" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Utilizatorul nu a fost găsit" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Eticheta nu a fost găsită" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Nu s-a găsit camera" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Obiectivul nu a fost găsit" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album nedescoperit" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Subiectul nu a fost găsit" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Persoana nu a fost găsită" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Fața nu a fost găsită" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Nu este disponibil în modul public" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Nu este disponibil în modul doar pentru citire" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Vă rugăm să vă conectați la contul dvs" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Permisiune refuzată" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Plata necesară" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Încărcarea poate fi ofensatoare" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Încărcarea a eșuat" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Niciun element selectat" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Nu a reușit să creeze fișierul, vă rugăm să verificați permisiunile" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Nu s-a reușit crearea dosarului, vă rugăm să verificați permisiunile" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Nu s-a putut conecta, vă rugăm să încercați din nou" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Introduceți codul de verificare" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Cod de verificare nevalid, încercați din nou" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Parolă invalidă, vă rugăm să încercați din nou" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Caracteristică dezactivată" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Nu sunt selectate etichete" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Nu sunt selectate albume" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Nu există fișiere disponibile pentru descărcare" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Nu a reușit să creeze fișierul zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Acreditări nevalabile" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Legătură invalidă" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Nume invalid" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Ocupat, vă rugăm să încercați din nou mai târziu" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Intervalul de trezire este %s, dar trebuie să fie de 1h sau mai puțin" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Contul dvs. nu a putut fi conectat" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Prea multe cereri" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Depozitare insuficientă" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Cota depășită" #: messages.go:163 +msgid "Registration disabled" +msgstr "Înregistrare dezactivată" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Adresă de e-mail verificată necesară" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Modificări salvate cu succes" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album creat" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album salvat" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s șters" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Conținutul albumului a fost clonat" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Fișier eliminat din stivă" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Fișier șters" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Selecție adăugată la %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "O intrare adăugată la %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d intrări adăugate la %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "O intrare eliminată din %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d intrări eliminate din %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Cont creat" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Cont salvat" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Cont șters" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Setări salvate" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Parola a fost schimbată" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Import finalizat în %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importul a fost anulat" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexare finalizată în %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indexarea originalelor..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indexarea fișierelor în %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexare anulată" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Sau eliminat %d fișiere și %d fotografii" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Mutarea fișierelor din %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Copierea fișierelor din %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Etichete șterse" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Etichetă salvată" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Subiect salvat" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Subiect eliminat" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Persoană salvată" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Persoană eliminată" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Fișier încărcat" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d fișiere încărcate în %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Procesarea încărcării..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Încărcarea a fost procesată" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Selecție aprobată" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Selecție arhivată" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Selecție restabilită" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Selecție marcată ca fiind privată" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albume șterse" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Fișierul Zip creat în %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Șterse definitiv" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s a fost restaurat" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Verificat cu succes" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Activat cu succes" diff --git a/assets/locales/ru/default.po b/assets/locales/ru/default.po index 5785efed4..9cbe45b2c 100644 --- a/assets/locales/ru/default.po +++ b/assets/locales/ru/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Russian \n" "Language: ru\n" @@ -13,410 +14,418 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Что-то пошло не так, попробуйте еще раз" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Невозможно сделать это" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Изменения не будут сохранены" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Не будет удалено" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s уже существует" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Не найдено" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Файл не найден" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Слишком большой файл" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Не поддерживается" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Неподдерживаемый тип" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Неподдерживаемый формат" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Папка оригиналов пуста" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Выделение не найдено" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Сущность не найдена" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Учетная запись не найдена" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Пользователь не найден" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Метка не найдена" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Камера не найдена" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Объектив не найден" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Альбом не найден" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Объект не найден" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Человек не найден" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Лицо не найдено" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Не доступно в публичном режиме" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Недоступно в режиме только для чтения" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Пожалуйста, войдите в свой аккаунт" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Доступ запрещен" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Требуется оплата" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Загрузка может быть оскорбительной" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Загрузка не удалась" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Нет выделенных элементов" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Не удалось создать файл, проверьте права доступа" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Не удалось создать папку, проверьте права доступа" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Нет соединения, попробуйте еще раз" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "введите код подтверждения" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Неверный код подтверждения. Повторите попытку." -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Неверный пароль, пожалуйста попробуйте еще раз" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Данная возможность отключена" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Нет выделенных меток" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Нет выделенных альбомов" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Нет файлов, доступных для скачивания" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Не удалось создать zip-файл" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Неверные учетные данные" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Неверная ссылка" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Неприемлемое имя" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Занят, повторите попытку позже" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Интервал пробуждения составляет %s, но должен быть 1 час или меньше" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Ваш аккаунт не удалось подключить" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Слишком много запросов" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Недостаточно места для хранения" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Квота превышена" #: messages.go:163 +msgid "Registration disabled" +msgstr "Регистрация отключена" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Требуется подтверждение адреса электронной почты." + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Изменения сохранены" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Альбом создан" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "\\альбом сохранен" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Альбом %s удален" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Содержимое альбома скоприровано" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Файл удален из очереди" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Файл удалён" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Выделение добавлено к %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Один элемент добавлен к %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d элементов добавлено к %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Один элемент удален из %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d элементов удалено из %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Учетная запись создана" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Учетная запись сохранена" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Учетная запись удалена" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Настройки сохранены" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Пароль изменен" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Импортирование завершено за %d c" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Импортирование отменено" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Индексирование завершено за %d с" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Индексирование Оригиналов..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Индексирование файлов в %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Индексирование отменено" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Удаление %d файлов и %d фотографий" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Перемещение файлов из %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Копирование файлов из %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Метки удалены" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Метки сохранены" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Тема сохранена" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Тема удалена" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Человек спасен" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Лицо удалено" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Файл загружен" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d файлов загружено за %d с" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Обработка загрузки..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Загрузка была обработана" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Утвержденный выбор" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Выбранное помещено в архив" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Выбранное восстановлено" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Выбранное помечено как приватное" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Альбом удален" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip архив создан за %d с" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Постоянно удаляется" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s был восстановлен" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Успешно проверено" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Успешно активировано" diff --git a/assets/locales/sk/default.po b/assets/locales/sk/default.po index b3e718ebf..ed31b1456 100644 --- a/assets/locales/sk/default.po +++ b/assets/locales/sk/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Slovak \n" "Language: sk\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Niečo sa pokazilo, skúste to znova" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Nemožno to urobiť" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Zmeny sa neuložili" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Nepodarilo sa odstrániť" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s už existuje" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Nenájdené" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Súbor nenájdený" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Príliš veľký súbor" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Nepodporované" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Nepodporovaný typ" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Nepodporovaný formát" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Priečinok Originály je prázdny" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Výber nenájdený" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Subjekt nenájdený" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Účet nenájdený" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Užívateľ nenájdený" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Štítok nenájdený" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Fotoaparát nebol nájdený" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Objektív nebol nájdený" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album nenájdený" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Predmet nenájdený" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Osoba nenájdená" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Tvár nenájdená" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Nedostupné vo verejnom móde" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "nedostupné v móde len pre čítanie" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Prosím prihláste sa a skúste znova" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Osoba odstránená" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Požadovaná platba" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Nahrané súbory môžu byť urážlivé" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Odovzdávanie zlyhalo" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Neboli vybraté žiadne položky" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Vytváranie súboru zlyhalo, prosím skontrolujte oprávnenia" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Vytváranie zložky zlyhalo, prosím skontrolujte oprávnenia" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Nebolo možné sa pripojiť, skúste to znova" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Zadajte overovací kód" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Neplatný overovací kód, skúste to znova" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Nesprávne heslo, skúste to znova" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funkcia vypnutá" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Neboli vybraté žiadne štítky" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Neboli vybraté žiadne albumy" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Žiadne súbory na stiahnutie k dispozícií" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Nebolo možné vytvoriť súbor ZIP" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Neplatné údaje" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Neplatný odkaz" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Neplatné meno" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Systém zaneprázdnený, prosím skúste znovu neskôr" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Interval prebúdzania je %s, ale musí byť najviac 1 h" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Vaše konto sa nepodarilo pripojiť" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Príliš veľa požiadaviek" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Nedostatočné skladovanie" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Prekročenie kvóty" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registrácia zakázaná" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Vyžaduje sa overený e-mail" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Zmeny úspešne uložené" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album vytvorený" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album uložený" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s vymazaný" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Obsah albumu prekopírovaný" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Súbor odstránený zo stohu" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Súbor odstránený" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Výber pridaný do %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Jeden záznam pridaný do %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d záznamov pridaných do %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Jeden záznam odstránený z %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d záznamov odstránených z %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Účet vytvorený" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Účet uložený" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Účet odstránený" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Nastavenia uložené" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Heslo zmenené" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Import hotový za %d sekúnd" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Import zrušený" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexovanie hotové za %d sekúnd" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indexovanie originálov..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indexovanie súborov v %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexovanie zrušené" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Bolo odstránených %d súborov a %d fotiek" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Presúvanie súborov z %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Kopírovanie súborov z %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Štítky odstránené" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Štítok uložený" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Predmet uložený" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Predmet odstránený" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Osoba uložená" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Osoba odstránená" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Súbor odstránený" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d súborov nahraných za %d sekúnd" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Spracovanie nahrávania..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Nahrané súbory môžu byť urážlivé" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Označenie schválené" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Označenie archivované" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Označenie obnovené" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Označenie označené ako súkromné" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albumy odstránené" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Súbor ZIP vytvorený za %d sekúnd" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Trvalo odstránené" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s bolo obnovené" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Úspešne overené" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Úspešne aktivované" diff --git a/assets/locales/sl/default.po b/assets/locales/sl/default.po index cc5338318..d87d2bd3a 100644 --- a/assets/locales/sl/default.po +++ b/assets/locales/sl/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" "Language: sl\n" "MIME-Version: 1.0\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || " "n%100==4 ? 2 : 3;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Nekaj je šlo narobe, poskusite znova" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Tega ni mogoče storiti" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Sprememb ni bilo mogoče shraniti" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Ni bilo mogoče izbrisati" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s že obstaja" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Ga ni mogoče najti" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Datoteka ni najdena" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Prevelika datoteka" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Nepodprto" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Nepodprta vrsta" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Nepodprt format" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Mapa Originali je prazna" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Izbor ni najden" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entiteta ni bila najdena" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Račun ni najden" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Uporabnik ne obstaja" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Oznaka ni bila najdena" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kamera ni bila najdena" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Objektiv ni bil najden" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Album ni najden" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Zadeva ni bila najdena" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Oseba ni bila najdena" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Obraza ni mogoče najti" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Ni na voljo v javnem načinu" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Ni na voljo v načinu samo za branje" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Prijavite se v svoj račun" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Dovoljenje Zavrnjeno" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Zahtevano plačilo" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Nalaganje je lahko žaljivo" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Nalaganje neuspešno" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Ni izbranih elementov" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Neuspešno ustvarjanje datoteke, preverite dovoljenja" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Neuspešno ustvarjanje mape, preverite dovoljenja" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Ne morem vzpostaviti povezave, poskusite znova" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "vnesi potrditveno kodo" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Neveljavna koda za preverjanje, poskusite znova" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Nepravilno geslo, poskusite znova" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funkcija je onemogočena" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Ni izbranih nalepk" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Ni izbranih albumov" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Za prenos ni na voljo nobenih datotek" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Ni uspelo ustvariti datoteke zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Neveljavne poverilnice" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Neveljavna povezava" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Neveljavno ime" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Zaseden, poskusite znova pozneje" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Interval prebujanja je %s, vendar mora biti 1h ali manj" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Vašega računa ni bilo mogoče povezati" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Preveč zahtev" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Nezadostno skladiščenje" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kvota je presežena" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registracija onemogočena" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Zahtevan je potrjen e-poštni naslov" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Spremembe so bile uspešno shranjene" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Ustvarjen album" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Shranjen album" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s izbrisano" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Vsebina albuma klonirana" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Datoteka odstranjena iz sklada" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Izbrisana datoteka" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Izbor dodan v %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "En vnos dodan v %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d vnosi dodani v %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "En vnos odstranjen iz %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d vnosi odstranjeni iz %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Ustvarjen račun" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Shranjen račun" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Račun je izbrisan" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Nastavitve shranjene" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Geslo spremenjeno" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Uvoz se zaključi v %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Uvoz preklican" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indeksiranje je končano v %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indeksiranje izvirnikov..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indeksiranje datotek v %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indeksiranje preklicano" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Odstranjene %d datoteke in %d fotografije" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Premikanje datotek iz %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Kopiranje datotek iz %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Etikete izbrisane" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Shranjena nalepka" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Zadeva je shranjena" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Predmet izbrisanih" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Rešena oseba" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Izbrisana oseba" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Prenesena datoteka" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d datoteke, naložene v %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Obdelava nalaganja..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Prenos je bil obdelan" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Odobren izbor" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Arhiviran izbor" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Obnovljen izbor" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Izbor označen kot zasebni" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Izbrisani albumi" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip, ustvarjen v %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Trajno izbrisano" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s je bil obnovljen" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Uspešno preverjeno" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Uspešno aktiviran" diff --git a/assets/locales/sv/default.po b/assets/locales/sv/default.po index 8714f536c..afb25e4fd 100644 --- a/assets/locales/sv/default.po +++ b/assets/locales/sv/default.po @@ -1,10 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Swedish \n" "Language: sv\n" @@ -12,410 +13,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Något gick fel, försök igen" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Det går inte att göra" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Ändringarna kunde inte sparas" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Kunde inte raderas" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s finns redan" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Hittades inte" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Filen kunde inte hittas" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Filen är för stor" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Stöds ej" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Denna typ stöds ej" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Format som inte stöds" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Mappen med originalen är tom" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Urvalet kunde inte hittas" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Entitet kunde inte hittas" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Kontot kunde inte hittas" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Användaren kunde inte hittas" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Etikett saknas" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kameran hittades inte" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Linsen hittades inte" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Albumet finns inte" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Ämnet finns inte" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Personen kunde inte hittas" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Ansiktet kunde inte hittas" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Inte tillgängligt i offentligt läge" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Inte tillgänglig i skrivskyddsläge" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Logga in på ditt konto" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Åtkomst nekades" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Betalning krävs" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Uppladdning kan vara stötande" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Uppladdning misslyckades" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Inga objekt har valts" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Det gick inte att skapa en fil, kontrollera behörigheter" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Det gick inte att skapa en mapp, kontrollera behörigheter" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Kunde inte ansluta, försök igen" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Ange verifieringskod" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Ogiltig verifieringskod, försök igen" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Felaktigt lösenord, försök igen" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Funktionen är inaktiverad" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Inga etiketter har valts" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Inga album har valts" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Inga filer finns tillgängliga för nedladdning" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Misslyckades med att skapa en zip-fil" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Ogiltiga autentiseringsuppgifter" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Ogiltig länk" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Felaktigt namn" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Upptagen, försök igen senare" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Uppvakningsintervallet är %s, men måste vara 1 timme eller mindre" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Ditt konto kunde inte anslutas" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "För många förfrågningar" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Otillräcklig lagring" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kvoten överskriden" #: messages.go:163 +msgid "Registration disabled" +msgstr "Registrering inaktiverad" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Verifierad e-postadress krävs" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Ändringarna har sparats" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Album skapat" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Album sparat" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s raderat" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Innehållet i albumet kopieras" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Filen tas bort från stapeln" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Fil raderad" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Urval tillagt i %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "En post tillagd i %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d poster tillagda till %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "En post borttagen från %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d poster raderade från %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Kontot har skapats" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Kontot sparat" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Kontot raderat" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Inställningarna har sparats" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Lösenordet har ändrats" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Importen slutfördes på %d s" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Importen avbruten" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Indexering slutförd på %d s" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Indexering av original..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Indexering av filer i %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Indexering avbruten" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Tog bort %d filer och %d bilder" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Flyttar filer från %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Kopierar filer från %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Etiketter raderade" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Etikett sparad" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Ämne sparat" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Ämne raderat" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Person sparad" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Person raderad" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Uppladdad fil" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d filer uppladdade på %d s" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Behandling av uppladdning..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Uppladdningen har behandlats" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Urvalet är godkänt" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Urval arkiverat" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Urvalet har återställts" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Urval markerat som privat" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Album raderade" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip skapad på %d s" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Permanent borttagen" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s har återställts" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Verifierad" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Lyckades aktiverad" diff --git a/assets/locales/th/default.po b/assets/locales/th/default.po index d638e7f56..0fba8ed5d 100644 --- a/assets/locales/th/default.po +++ b/assets/locales/th/default.po @@ -1,420 +1,429 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" -"Last-Translator: DeepL \n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" "Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "เกิดข้อผิดพลาด โปรดลองอีกครั้ง" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "ไม่สามารถทำเช่นนั้นได้" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "ไม่สามารถบันทึกการเปลี่ยนแปลง" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "ไม่สามารถลบได้" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s มีอยู่แล้ว" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "ไม่พบ" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "ไม่พบไฟล์" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "ไฟล์ใหญ่เกินไป" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "ไม่รองรับ" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "ประเภทที่ไม่รองรับ" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "รูปแบบที่ไม่สนับสนุน" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "โฟลเดอร์ต้นฉบับว่างเปล่า" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "ไม่พบสิ่งที่เลือก" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "ไม่พบเอนทิตี" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "ไม่พบบัญชี" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "ไม่พบผู้ใช้" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "ไม่พบป้ายกำกับ" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "ไม่พบกล้อง" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "ไม่พบเลนส์" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "ไม่พบอัลบั้ม" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "ไม่พบหัวเรื่อง" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "ไม่พบบุคคล" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "ไม่พบใบหน้า" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "ไม่พร้อมใช้งานในโหมดสาธารณะ" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "ไม่พร้อมใช้งานในโหมดอ่านอย่างเดียว" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "กรุณาเข้าสู่ระบบบัญชีของคุณ" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "ปฏิเสธการอนุญาต" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "ต้องชำระเงิน" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "การอัปโหลดอาจไม่เหมาะสม" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "การอัพโหลดล้มเหลว" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "ไม่มีรายการที่เลือก" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "สร้างไฟล์ไม่สำเร็จ โปรดตรวจสอบสิทธิ์" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "สร้างโฟลเดอร์ไม่สำเร็จ โปรดตรวจสอบสิทธิ์" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "ไม่สามารถเชื่อมต่อได้ โปรดลองอีกครั้ง" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "ระบุรหัสยืนยืน" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "รหัสยืนยันไม่ถูกต้อง โปรดลองอีกครั้ง" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "รหัสผ่านไม่ถูกต้อง โปรดลองอีกครั้ง" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "คุณลักษณะถูกปิดใช้งาน" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "ไม่ได้เลือกป้ายกำกับ" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "ไม่ได้เลือกอัลบั้ม" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "ไม่มีไฟล์สำหรับดาวน์โหลด" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "สร้างไฟล์ zip ไม่สำเร็จ" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "ข้อมูลประจำตัวที่ไม่ถูกต้อง" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "ลิงก์ไม่ถูกต้อง" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "ชื่อไม่ถูกต้อง" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "ไม่ว่าง โปรดลองอีกครั้งในภายหลัง" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "ช่วงเวลาปลุกคือ %s แต่ต้องเป็น 1 ชั่วโมงหรือน้อยกว่า" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "ไม่สามารถเชื่อมต่อบัญชีของคุณได้" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "คำขอมากเกินไป" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "พื้นที่เก็บข้อมูลไม่เพียงพอ" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "เกินโควตา" #: messages.go:163 +msgid "Registration disabled" +msgstr "การลงทะเบียนถูกปิดใช้งาน" + +#: messages.go:164 +msgid "Verified email required" +msgstr "ต้องยืนยันอีเมล" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "บันทึกการเปลี่ยนแปลงเรียบร้อยแล้ว" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "สร้างอัลบั้มแล้ว" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "บันทึกอัลบั้มแล้ว" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "ลบอัลบั้ม %s แล้ว" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "โคลนเนื้อหาในอัลบั้ม" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "ไฟล์ถูกลบออกจากสแต็ค" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "ลบไฟล์แล้ว" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "เพิ่มการเลือกใน %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "เพิ่มหนึ่งรายการใน %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d รายการที่เพิ่มใน %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "ลบหนึ่งรายการจาก %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "รายการ %d ถูกลบออกจาก %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "สร้างบัญชีแล้ว" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "บันทึกบัญชีแล้ว" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "ลบบัญชีแล้ว" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "การตั้งค่าที่บันทึกไว้" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "เปลี่ยนรหัสผ่านแล้ว" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "การนำเข้าเสร็จสมบูรณ์ใน %d วินาที" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "ยกเลิกการนำเข้าแล้ว" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "การสร้างดัชนีเสร็จสิ้นใน %d วินาที" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "กำลังจัดทำดัชนีต้นฉบับ..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "การทำดัชนีไฟล์ใน %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "ยกเลิกการทำดัชนีแล้ว" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "ลบไฟล์ %d และภาพถ่าย %d" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "การย้ายไฟล์จาก %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "การคัดลอกไฟล์จาก %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "ลบป้ายกำกับแล้ว" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "บันทึกป้ายกำกับแล้ว" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "บันทึกหัวเรื่องแล้ว" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "ลบหัวเรื่องแล้ว" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "บุคคลที่บันทึกไว้" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "ลบบุคคลแล้ว" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "อัปโหลดไฟล์แล้ว" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "ไฟล์ %d ที่อัปโหลดใน %d วินาที" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "กำลังประมวลผลการอัปโหลด..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "อัปโหลดได้รับการดำเนินการ" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "การเลือกได้รับการอนุมัติ" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "เก็บถาวรการเลือกแล้ว" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "คืนค่าการเลือกแล้ว" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "การเลือกถูกทำเครื่องหมายเป็นส่วนตัว" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "ลบอัลบั้มแล้ว" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip สร้างใน %d วินาที" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "ลบอย่างถาวร" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s ได้รับการกู้คืนแล้ว" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "ตรวจสอบเรียบร้อยแล้ว" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "เปิดใช้งานสำเร็จแล้ว" diff --git a/assets/locales/tr/default.po b/assets/locales/tr/default.po index b6cf564f2..33a684096 100644 --- a/assets/locales/tr/default.po +++ b/assets/locales/tr/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" @@ -12,410 +12,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Bir şeyler ters gitti, tekrar deneyin" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Bunu yapmak mümkün değil" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Değişiklikler kaydedilemedi" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Silinemedi" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s zaten var" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Bulunamadı" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Dosya bulunamadı" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Dosya çok büyük" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Desteklenmiyor" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Desteklenmeyen tür" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Desteklenmeyen format" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Orijinaller klasörü boş" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Seçim bulunamadı" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Varlık bulunamadı" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Hesap bulunamadı" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Kullanıcı bulunamadı" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Etiket bulunamadı" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Kamera bulunamadı." -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Lens bulunamadı." -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Albüm bulunamadı" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Özne bulunamadı" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Kişi bulunamadı" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Yüz bulunamadı" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Genel modda mevcut değil" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Salt okunur modda kullanılamaz" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Lütfen hesabınıza giriş yapın" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "İzin reddedildi" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Ödeme gerekli" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Yükleme rahatsız edici olabilir" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Yükleme başarısız" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Seçili öğe yok" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Dosya oluşturulamadı, lütfen izinleri kontrol edin" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Klasör oluşturulamadı, lütfen izinleri kontrol edin" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Bağlanılamadı, lütfen tekrar deneyin" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Doğrulama kodunu giriniz" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Geçersiz doğrulama kodu, lütfen tekrar deneyin" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Geçersiz şifre, lütfen tekrar deneyin" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Özellik devre dışı" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Seçili etiket yok" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Seçili albüm yok" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "İndirilebilecek dosya yok" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Zip dosyası oluşturulamadı" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Geçersiz kimlik bilgileri" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Geçersiz link" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Geçersiz isim" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Meşgul, lütfen daha sonra tekrar deneyin" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Uyandırma aralığı %s'dır, ancak 1 saat veya daha az olmalıdır" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Hesabınız bağlanamadı" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Çok fazla talep var" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Yetersiz depolama" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Kota aşıldı" #: messages.go:163 +msgid "Registration disabled" +msgstr "Kayıt devre dışı bırakıldı" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Doğrulanmış e-posta adresi gereklidir." + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Değişiklikler başarıyla kaydedildi" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Albüm oluşturuldu" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Albüm kaydedildi" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Albüm %s silindi" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Albüm içeriği klonlandı" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Dosya yığından kaldırıldı" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Silinmiş dosya" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Seçim %s'a eklendi" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Bir giriş %s'a eklendi" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d girişleri %s'e eklendi" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Bir giriş %s'dan kaldırıldı" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d girişleri %s'den kaldırıldı" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Hesap eklendi" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Hesap kaydedildi" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Hesap silindi" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Ayarlar kaydedildi" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Şifre Değiştirildi" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "İçe aktarma %d s içinde tamamlandı" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "İçe aktarma iptal edildi" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "İndeksleme %d s içinde tamamlandı" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Orijinalleri dizinliyor..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "%s dosya yüklendi" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "İndeksleme iptal edildi" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "%d dosya ve %d fotoğraf kaldırıldı" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Dosyaları %s'dan taşıma" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Dosyaları %s'dan kopyalama" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Etiketler silindi" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Etiket kaydedildi" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Konu kaydedildi" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Konu silindi" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Kurtarılan kişi" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Kişi silindi" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Dosya yüklendi" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d dosyalar %d s içinde yüklendi" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Yükleme işlemi..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Yükleme işlemi tamamlandı" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Seçim onaylandı" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Seçim arşivlendi" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Seçim geri yüklendi" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Özel olarak işaretlenmiş seçim" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Albümler silindi" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip %d s içinde oluşturuldu" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Kalıcı olarak silindi" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s geri yüklendi" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Başarıyla doğrulandı" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Başarıyla etkinleştirildi" diff --git a/assets/locales/uk/default.po b/assets/locales/uk/default.po index 7996eed9a..15724e580 100644 --- a/assets/locales/uk/default.po +++ b/assets/locales/uk/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" @@ -13,411 +13,419 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Щось пішло не так, спробуйте ще раз" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Неможливо це зробити" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Зміни не можливо зберегти" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Не можливо видалити" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s вже існує" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Не знайдено" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Файл не знайдено" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Файл занадто великий" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Не підтримується" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Непідтримуваний тип" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Непідтримуваний формат" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Папка з оригіналами порожня" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Вибір не знайдено" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Об'єкт не знайдено" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Обліковий запис не знайдено" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Користувача не знайдено" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Мітку не знайдено" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Камеру не знайдено" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Об'єктив не знайдено" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Альбом не знайдено" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Тема не знайдена" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Особистість не знайдена" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Обличчя не знайдено" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Недоступно в публічному режимі" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "не доступно в режимі \"тільки читання\"" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Будь ласка, увійдіть до свого облікового запису" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "В доступі відмовлено" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Потрібна оплата" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Завантаження може бути образливим" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Помилка вивантаження" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Нічого не вибрано" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Помилка створення файла, перевірте дозволи" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Не вдалося створити папку, перевірте права доступу" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Не можливо підключитися, спробуйте знову" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Введіть код верифікації" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Невірний код верифікації, спробуйте знову" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "Невірний пароль, спробуйте знову" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Функцію вимкнено" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Мітки не вибрано" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Альбоми не вибрано" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Немає доступних файлів для завантаження" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Не вдалося створити zip-файл" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Недійсні облікові дані" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Невірне посилання" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Невірне ім'я" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Зайнято, спробуйте пізніше" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "" "Інтервал пробудження становить %s, але має становити 1 годину або менше" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Ваш обліковий запис не вдалося підключити" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "Занадто багато запитів" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Недостатнє зберігання" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Перевищено квоту" #: messages.go:163 +msgid "Registration disabled" +msgstr "Реєстрацію вимкнено" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Потрібна підтверджена електронна адреса" + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Зміни успішно збережено" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Альбом створено" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Альбом збережено" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Альбом %s видалено" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Вміст альбому клоновано" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Файл видалено з стеку" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Файл видалено" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Вибір додано до %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Один запис додано до %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "%d записів додано до %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Один запис видалено з %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "%d записів видалено з %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Обліковий запис створено" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Обліковий запис збережено" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Обліковий запис видалено" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Налаштування збережено" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "Пароль змінено" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Імпортування тривало %d с" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Імпортування скасовано" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Індексування тривало %d с" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Індексуємо оригінали..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Індексуємо файли в %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Індексування скасовано" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Видалено %d файлів та %d фотографій" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Переносимо файли з %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Копіюємо файли з %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Мітки видалено" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Мітку збережено" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Тема збережена" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Тема видалена" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Людина збережена" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Людина видалена" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "Файл завантажено" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "%d файлів вивантажено за %d с" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Обробка завантаження..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Завантаження оброблено" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Вибір затверджено" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Вибране заархівовано" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Вибране відновлено" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Вибіране позначено як приватне" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Альбом видалено" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip створено за %d с" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Остаточно видалено" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s було відновлено" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Верифікація успішна" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Активація успішна" diff --git a/assets/locales/vi/default.po b/assets/locales/vi/default.po index 447a7a73d..c1583874f 100644 --- a/assets/locales/vi/default.po +++ b/assets/locales/vi/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" @@ -12,410 +12,418 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 5.17.1\n" +"X-Generator: Weblate 2026.5\n" -#: messages.go:110 +#: messages.go:112 msgid "Something went wrong, try again" msgstr "Đã xảy ra lỗi, hãy thử lại" -#: messages.go:111 +#: messages.go:113 msgid "Unable to do that" msgstr "Không thể làm điều đó" -#: messages.go:112 +#: messages.go:114 msgid "Changes could not be saved" msgstr "Không thể lưu các thay đổi" -#: messages.go:113 +#: messages.go:115 msgid "Could not be deleted" msgstr "Không thể xóa được" -#: messages.go:114 +#: messages.go:116 #, c-format msgid "%s already exists" msgstr "%s đã tồn tại" -#: messages.go:115 +#: messages.go:117 msgid "Not found" msgstr "Không tìm thấy" -#: messages.go:116 +#: messages.go:118 msgid "File not found" msgstr "Không tìm thấy tập tin" -#: messages.go:117 +#: messages.go:119 msgid "File too large" msgstr "Tệp quá lớn" -#: messages.go:118 +#: messages.go:120 msgid "Unsupported" msgstr "Không được hỗ trợ" -#: messages.go:119 +#: messages.go:121 msgid "Unsupported type" msgstr "Loại không được hỗ trợ" -#: messages.go:120 +#: messages.go:122 msgid "Unsupported format" msgstr "Định dạng không được hỗ trợ" -#: messages.go:121 +#: messages.go:123 msgid "Originals folder is empty" msgstr "Thư mục gốc trống" -#: messages.go:122 +#: messages.go:124 msgid "Selection not found" msgstr "Không tìm thấy lựa chọn" -#: messages.go:123 +#: messages.go:125 msgid "Entity not found" msgstr "Không tìm thấy thực thể" -#: messages.go:124 +#: messages.go:126 msgid "Account not found" msgstr "Tài khoản không được tìm thấy" -#: messages.go:125 +#: messages.go:127 msgid "User not found" msgstr "Không tìm thấy người dùng" -#: messages.go:126 +#: messages.go:128 msgid "Label not found" msgstr "Không tìm thấy nhãn" -#: messages.go:127 +#: messages.go:129 msgid "Camera not found" msgstr "Không tìm thấy máy ảnh" -#: messages.go:128 +#: messages.go:130 msgid "Lens not found" msgstr "Không tìm thấy ống kính" -#: messages.go:129 +#: messages.go:131 msgid "Album not found" msgstr "Không tìm thấy album" -#: messages.go:130 +#: messages.go:132 msgid "Subject not found" msgstr "Không tìm thấy chủ đề" -#: messages.go:131 +#: messages.go:133 msgid "Person not found" msgstr "Không tìm thấy người" -#: messages.go:132 +#: messages.go:134 msgid "Face not found" msgstr "Không tìm thấy khuôn mặt" -#: messages.go:133 +#: messages.go:135 msgid "Not available in public mode" msgstr "Không khả dụng ở chế độ công khai" -#: messages.go:134 +#: messages.go:136 msgid "Not available in read-only mode" msgstr "Không khả dụng ở chế độ chỉ đọc" -#: messages.go:135 +#: messages.go:137 msgid "Please log in to your account" msgstr "Xin hãy đăng nhập vào tài khoản của bạn" -#: messages.go:136 +#: messages.go:138 msgid "Permission denied" msgstr "Quyền bị từ chối" -#: messages.go:137 +#: messages.go:139 msgid "Payment required" msgstr "Yêu cầu thanh toán" -#: messages.go:138 +#: messages.go:140 msgid "Upload might be offensive" msgstr "Tải lên có thể gây khó chịu" -#: messages.go:139 +#: messages.go:141 msgid "Upload failed" msgstr "Tải lên không thành công" -#: messages.go:140 +#: messages.go:142 msgid "No items selected" msgstr "Không có mục nào được chọn" -#: messages.go:141 +#: messages.go:143 msgid "Failed creating file, please check permissions" msgstr "Không tạo được tệp, vui lòng kiểm tra quyền" -#: messages.go:142 +#: messages.go:144 msgid "Failed creating folder, please check permissions" msgstr "Không tạo được thư mục, vui lòng kiểm tra quyền" -#: messages.go:143 +#: messages.go:145 msgid "Could not connect, please try again" msgstr "Không thể kết nối, vui lòng thử lại" -#: messages.go:144 +#: messages.go:146 msgid "Enter verification code" msgstr "Nhập mã xác nhận" -#: messages.go:145 +#: messages.go:147 msgid "Invalid verification code, please try again" msgstr "Mã xác minh không hợp lệ, vui lòng thử lại" -#: messages.go:146 +#: messages.go:148 msgid "Invalid password, please try again" msgstr "mật mã không hợp lệ, vui lòng thử lại" -#: messages.go:147 +#: messages.go:149 msgid "Feature disabled" msgstr "Tính năng bị tắt" -#: messages.go:148 +#: messages.go:150 msgid "No labels selected" msgstr "Không có nhãn nào được chọn" -#: messages.go:149 +#: messages.go:151 msgid "No albums selected" msgstr "Không có album nào được chọn" -#: messages.go:150 +#: messages.go:152 msgid "No files available for download" msgstr "Không có tập tin nào để tải xuống" -#: messages.go:151 +#: messages.go:153 msgid "Failed to create zip file" msgstr "Không tạo được tệp zip" -#: messages.go:152 +#: messages.go:154 msgid "Invalid credentials" msgstr "Thông tin không hợp lệ" -#: messages.go:153 +#: messages.go:155 msgid "Invalid link" msgstr "Liên kết không hợp lệ" -#: messages.go:154 +#: messages.go:156 msgid "Invalid name" msgstr "Tên không hợp lệ" -#: messages.go:155 +#: messages.go:157 msgid "Busy, please try again later" msgstr "Đang bận, vui lòng thử lại sau" -#: messages.go:156 +#: messages.go:158 #, c-format msgid "The wakeup interval is %s, but must be 1h or less" msgstr "Khoảng thời gian đánh thức là %s nhưng phải từ 1 giờ trở xuống" -#: messages.go:157 +#: messages.go:159 msgid "Your account could not be connected" msgstr "Tài khoản của bạn không thể kết nối được" -#: messages.go:158 +#: messages.go:160 msgid "Too many requests" msgstr "quá nhiều yêu cầu" -#: messages.go:159 +#: messages.go:161 msgid "Insufficient storage" msgstr "Không đủ dung lượng lưu trữ" -#: messages.go:160 +#: messages.go:162 msgid "Quota exceeded" msgstr "Vượt quá hạn ngạch" #: messages.go:163 +msgid "Registration disabled" +msgstr "Đăng ký bị vô hiệu hóa" + +#: messages.go:164 +msgid "Verified email required" +msgstr "Cần có email đã được xác minh." + +#: messages.go:167 msgid "Changes successfully saved" msgstr "Đã lưu thay đổi thành công" -#: messages.go:164 +#: messages.go:168 msgid "Album created" msgstr "Đã tạo album" -#: messages.go:165 +#: messages.go:169 msgid "Album saved" msgstr "Đã lưu album" -#: messages.go:166 +#: messages.go:170 #, c-format msgid "Album %s deleted" msgstr "Album %s đã bị xóa" -#: messages.go:167 +#: messages.go:171 msgid "Album contents cloned" msgstr "Nội dung album được sao chép" -#: messages.go:168 +#: messages.go:172 msgid "File removed from stack" msgstr "Đã xóa tệp khỏi ngăn xếp" -#: messages.go:169 +#: messages.go:173 msgid "File deleted" msgstr "Đã xóa tệp" -#: messages.go:170 +#: messages.go:174 #, c-format msgid "Selection added to %s" msgstr "Đã thêm lựa chọn vào %s" -#: messages.go:171 +#: messages.go:175 #, c-format msgid "One entry added to %s" msgstr "Đã thêm một mục vào %s" -#: messages.go:172 +#: messages.go:176 #, c-format msgid "%d entries added to %s" msgstr "Các mục %d được thêm vào %s" -#: messages.go:173 +#: messages.go:177 #, c-format msgid "One entry removed from %s" msgstr "Đã xóa một mục khỏi %s" -#: messages.go:174 +#: messages.go:178 #, c-format msgid "%d entries removed from %s" msgstr "Các mục %d đã bị xóa khỏi %s" -#: messages.go:175 +#: messages.go:179 msgid "Account created" msgstr "Tài khoản đã được tạo" -#: messages.go:176 +#: messages.go:180 msgid "Account saved" msgstr "Đã lưu tài khoản" -#: messages.go:177 +#: messages.go:181 msgid "Account deleted" msgstr "Tài khoản đã bị xóa" -#: messages.go:178 +#: messages.go:182 msgid "Settings saved" msgstr "Đã lưu cài đặt" -#: messages.go:179 +#: messages.go:183 msgid "Password changed" msgstr "mật khẩu đã được thay đổi" -#: messages.go:180 +#: messages.go:184 #, c-format msgid "Import completed in %d s" msgstr "Quá trình nhập hoàn tất sau %d giây" -#: messages.go:181 +#: messages.go:185 msgid "Import canceled" msgstr "Đã hủy nhập" -#: messages.go:182 +#: messages.go:186 #, c-format msgid "Indexing completed in %d s" msgstr "Việc lập chỉ mục hoàn tất sau %d giây" -#: messages.go:183 +#: messages.go:187 msgid "Indexing originals..." msgstr "Lập chỉ mục bản gốc..." -#: messages.go:184 +#: messages.go:188 #, c-format msgid "Indexing files in %s" msgstr "Lập chỉ mục các tệp trong %s" -#: messages.go:185 +#: messages.go:189 msgid "Indexing canceled" msgstr "Đã hủy lập chỉ mục" -#: messages.go:186 +#: messages.go:190 #, c-format msgid "Removed %d files and %d photos" msgstr "Đã xóa tệp %d và ảnh %d" -#: messages.go:187 +#: messages.go:191 #, c-format msgid "Moving files from %s" msgstr "Di chuyển tệp từ %s" -#: messages.go:188 +#: messages.go:192 #, c-format msgid "Copying files from %s" msgstr "Sao chép tập tin từ %s" -#: messages.go:189 +#: messages.go:193 msgid "Labels deleted" msgstr "Đã xóa nhãn" -#: messages.go:190 +#: messages.go:194 msgid "Label saved" msgstr "Đã lưu nhãn" -#: messages.go:191 +#: messages.go:195 msgid "Subject saved" msgstr "Đã lưu chủ đề" -#: messages.go:192 +#: messages.go:196 msgid "Subject deleted" msgstr "Chủ đề đã bị xóa" -#: messages.go:193 +#: messages.go:197 msgid "Person saved" msgstr "Người đã được cứu" -#: messages.go:194 +#: messages.go:198 msgid "Person deleted" msgstr "Người đã bị xóa" -#: messages.go:195 +#: messages.go:199 msgid "File uploaded" msgstr "File đã được tải lên" -#: messages.go:196 +#: messages.go:200 #, c-format msgid "%d files uploaded in %d s" msgstr "Các tệp %d được tải lên trong %d giây" -#: messages.go:197 +#: messages.go:201 msgid "Processing upload..." msgstr "Đang xử lý tải lên..." -#: messages.go:198 +#: messages.go:202 msgid "Upload has been processed" msgstr "Tải lên đã được xử lý" -#: messages.go:199 +#: messages.go:203 msgid "Selection approved" msgstr "Lựa chọn đã được phê duyệt" -#: messages.go:200 +#: messages.go:204 msgid "Selection archived" msgstr "Đã lưu trữ lựa chọn" -#: messages.go:201 +#: messages.go:205 msgid "Selection restored" msgstr "Đã khôi phục lựa chọn" -#: messages.go:202 +#: messages.go:206 msgid "Selection marked as private" msgstr "Lựa chọn được đánh dấu là riêng tư" -#: messages.go:203 +#: messages.go:207 msgid "Albums deleted" msgstr "Album đã bị xóa" -#: messages.go:204 +#: messages.go:208 #, c-format msgid "Zip created in %d s" msgstr "Zip được tạo trong %d giây" -#: messages.go:205 +#: messages.go:209 msgid "Permanently deleted" msgstr "Đã xóa vĩnh viễn" -#: messages.go:206 +#: messages.go:210 #, c-format msgid "%s has been restored" msgstr "%s đã được khôi phục" -#: messages.go:207 +#: messages.go:211 msgid "Successfully verified" msgstr "Đã xác minh thành công" -#: messages.go:208 +#: messages.go:212 msgid "Successfully activated" msgstr "Đã kích hoạt thành công" diff --git a/assets/locales/zh/default.po b/assets/locales/zh/default.po index 99ed63823..628e459bd 100644 --- a/assets/locales/zh/default.po +++ b/assets/locales/zh/default.po @@ -1,9 +1,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2026-06-15 09:18+0000\n" -"PO-Revision-Date: 2026-06-15 09:28+0000\n" +"Report-Msgid-Bugs-To: ci@photoprism.app\n" +"POT-Creation-Date: 2026-06-27 09:13+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Chinese (Simplified) \n" "Language-Team: Chinese (Traditional) { preferredStorage.setItem(namespacedKey(key), value); }; - const removeItem = (key) => { - storages.forEach((storage) => storage.removeItem(namespacedKey(key))); - }; + {{/* clearSessionData() removes every session.* key (including session.error, + session.messageId, and session.messageParams), so each branch only sets + the keys it wants to persist. */}} {{ if eq .status "success" }} clearSessionData(); setItem("session.id", {{ .session_id }}); setItem("session.token", {{ .access_token }}); setItem("session.provider", {{ .provider }}); setItem("session.user", JSON.stringify({{ .user }})); - removeItem("session.error"); {{ else if eq .status "failed" }} clearSessionData(); setItem("session.error", {{ .error }}); + {{ if .messageId }}setItem("session.messageId", {{ .messageId }});{{ end }} + {{ if .messageParams }}setItem("session.messageParams", JSON.stringify({{ .messageParams }}));{{ end }} {{ else }} clearSessionData(); - removeItem("session.id"); - removeItem("session.token"); - removeItem("session.provider"); - removeItem("session.user"); - removeItem("session.error"); {{ end }} })(); window.location.href = {{ .config.LoginUri }}; diff --git a/compose.intel.yaml b/compose.intel.yaml index a063d3a58..1bce61af7 100644 --- a/compose.intel.yaml +++ b/compose.intel.yaml @@ -67,6 +67,7 @@ services: PHOTOPRISM_OIDC_URI: "https://keycloak.localssl.dev/realms/master" PHOTOPRISM_OIDC_CLIENT: "photoprism-develop" PHOTOPRISM_OIDC_SECRET: "9d8351a0-ca01-4556-9c37-85eb634869b9" + PHOTOPRISM_OIDC_PROMPT: "" # authorization prompt: login, select_account, or consent (empty = seamless SSO) PHOTOPRISM_OIDC_PROVIDER: "Keycloak" PHOTOPRISM_OIDC_REGISTER: "true" PHOTOPRISM_OIDC_WEBDAV: "true" diff --git a/compose.nvidia.yaml b/compose.nvidia.yaml index d0c078ad4..12e47f8d1 100644 --- a/compose.nvidia.yaml +++ b/compose.nvidia.yaml @@ -70,6 +70,7 @@ services: PHOTOPRISM_OIDC_URI: "https://keycloak.localssl.dev/realms/master" PHOTOPRISM_OIDC_CLIENT: "photoprism-develop" PHOTOPRISM_OIDC_SECRET: "9d8351a0-ca01-4556-9c37-85eb634869b9" + PHOTOPRISM_OIDC_PROMPT: "" # authorization prompt: login, select_account, or consent (empty = seamless SSO) PHOTOPRISM_OIDC_PROVIDER: "Keycloak" PHOTOPRISM_OIDC_REGISTER: "true" PHOTOPRISM_OIDC_WEBDAV: "true" diff --git a/compose.yaml b/compose.yaml index 917ef7e15..582581fd0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -74,6 +74,7 @@ services: PHOTOPRISM_OIDC_URI: "https://keycloak.localssl.dev/realms/master" PHOTOPRISM_OIDC_CLIENT: "photoprism-develop" PHOTOPRISM_OIDC_SECRET: "9d8351a0-ca01-4556-9c37-85eb634869b9" + PHOTOPRISM_OIDC_PROMPT: "" # authorization prompt: login, select_account, or consent (empty = seamless SSO) PHOTOPRISM_OIDC_PROVIDER: "Keycloak" PHOTOPRISM_OIDC_REGISTER: "true" PHOTOPRISM_OIDC_WEBDAV: "true" @@ -196,7 +197,7 @@ services: ## Docs: https://mariadb.com/docs/reference/ ## Release Notes: https://mariadb.com/kb/en/changes-improvements-in-mariadb-1011/ mariadb: - image: mariadb:11 + image: mariadb:12.3 stop_grace_period: 15s security_opt: # see https://github.com/MariaDB/mariadb-docker/issues/434#issuecomment-1136151239 - seccomp:unconfined diff --git a/frontend/NOTICE b/frontend/NOTICE index 7e7ee8a38..f166e1814 100644 --- a/frontend/NOTICE +++ b/frontend/NOTICE @@ -22,7 +22,6 @@ Package License Copyright axios MIT Matt Zabriskie axios-mock-adapter MIT Colin Timmermans babel-loader MIT Luis Couto -babel-plugin-istanbul BSD-3-Clause Thai Pangsakulyanont @dtinth babel-plugin-polyfill-corejs3 MIT n/a browserslist MIT Andrey Sitnik core-js MIT Denis Pushkarev zloirock@zloirock.ru http://zloirock.ru diff --git a/frontend/karma.conf.js b/frontend/karma.conf.js deleted file mode 100644 index f9967d9df..000000000 --- a/frontend/karma.conf.js +++ /dev/null @@ -1,164 +0,0 @@ -/* - -Copyright (c) 2018 - 2026 PhotoPrism UG. All rights reserved. - - This program is free software: you can redistribute it and/or modify - it under Version 3 of the GNU Affero General Public License (the "AGPL"): - - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - The AGPL is supplemented by our Trademark and Brand Guidelines, - which describe how our Brand Assets may be used: - - -Feel free to send an email to hello@photoprism.app if you have questions, -want to support our work, or just want to say hello. - -Additional information can be found in our Developer Guide: - - -*/ - -const path = require("path"); -const findChrome = require("chrome-finder"); -const chromeBin = findChrome(); - -if (chromeBin) { - // proceed, chrome/chromium was found - process.env.CHROME_BIN = chromeBin; - console.log(`chrome-bin: ${chromeBin}`); -} else { - // abort, no chrome binary was found - console.error("Chrome/Chromium not found."); - process.exit(1); -} - -// test setup -module.exports = (config) => { - config.set({ - logLevel: config.LOG_ERROR, - webpackMiddleware: { - stats: "errors-only", - }, - - frameworks: ["mocha"], - - browsers: ["LocalChrome"], - - customLaunchers: { - LocalChrome: { - base: "ChromeHeadless", - flags: ["--disable-translate", "--disable-extensions", "--no-sandbox", "--disable-web-security", "--disable-dev-shm-usage"], - }, - }, - - files: [{ pattern: "tests/unit/**/*_test.js", watched: false }], - - // Preprocess through webpack - preprocessors: { - "tests/unit/**/*_test.js": ["webpack"], - }, - - reporters: ["progress", "coverage-istanbul", "html"], - - htmlReporter: { - outputFile: "tests/unit.html", - }, - - coverageIstanbulReporter: { - // reports can be any that are listed here: https://github.com/istanbuljs/istanbuljs/tree/aae256fb8b9a3d19414dcf069c592e88712c32c6/packages/istanbul-reports/lib - "reports": ["lcov", "text-summary"], - - // base output directory. If you include %browser% in the path it will be replaced with the karma browser name - "dir": path.join(__dirname, "coverage"), - - // Combines coverage information from multiple browsers into one report rather than outputting a report - // for each browser. - "combineBrowserReports": true, - - // if using webpack and pre-loaders, work around webpack breaking the source path - "fixWebpackSourcePaths": true, - - // Omit files with no statements, no functions and no branches from the report - "skipFilesWithNoCoverage": true, - - // Most reporters accept additional config options. You can pass these through the `report-config` option - "report-config": { - // all options available at: https://github.com/istanbuljs/istanbuljs/blob/aae256fb8b9a3d19414dcf069c592e88712c32c6/packages/istanbul-reports/lib/html/index.js#L135-L137 - html: { - // outputs the report in ./coverage/html - subdir: "html", - }, - }, - - // enforce percentage thresholds - // anything under these percentages will cause karma to fail with an exit code of 1 if not running in watch mode - "thresholds": { - emitWarning: true, // set to `true` to not fail the test command when thresholds are not met - // thresholds for all files - global: { - //statements: 90, - lines: 90, - //branches: 90, - //functions: 90, - }, - // thresholds per file - each: { - //statements: 90, - lines: 90, - //branches: 90, - //functions: 90, - overrides: { - "src/common/viewer.js": { - lines: 0, - functions: 0, - }, - }, - }, - }, - - "verbose": true, // output config used by istanbul for debugging - }, - - webpack: { - mode: "development", - resolve: { - fallback: { - util: require.resolve("util"), - }, - modules: [path.join(__dirname, "src"), path.join(__dirname, "node_modules"), path.join(__dirname, "tests/unit")], - preferRelative: true, - alias: { - vue$: "vue/dist/vue.runtime.esm-bundler.js", - }, - }, - module: { - rules: [ - { - test: /\.js$/, - exclude: (file) => /node_modules/.test(file), - use: [ - { - loader: "babel-loader", - options: { - compact: false, - presets: ["@babel/preset-env"], - plugins: ["@babel/plugin-transform-runtime", ["istanbul", { exclude: ["**/*_test.js"] }]], - }, - }, - ], - }, - ], - }, - }, - - singleRun: true, - }); - - // Set default timezone. - process.env.TZ = "UTC"; -}; diff --git a/frontend/package.json b/frontend/package.json index 833c7c02f..927ad3712 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -47,20 +47,19 @@ "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^9.33.0", "@mdi/font": "^7.4.47", - "@photo-sphere-viewer/core": "^5.14.1", - "@photo-sphere-viewer/equirectangular-video-adapter": "^5.14.1", - "@photo-sphere-viewer/video-plugin": "^5.14.1", + "@photo-sphere-viewer/core": "^5.14.3", + "@photo-sphere-viewer/equirectangular-video-adapter": "^5.14.3", + "@photo-sphere-viewer/video-plugin": "^5.14.3", "@testing-library/jest-dom": "^6.9.1", "@vitejs/plugin-vue": "^6.0.7", "@vitest/coverage-v8": "^4.1.9", - "@vue/compiler-sfc": "^3.5.38", + "@vue/compiler-sfc": "^3.5.39", "@vue/language-server": "^3.3.5", "@vue/test-utils": "^2.4.11", "@vvo/tzdb": "^6.198.0", "axios": "1.18.1", "axios-mock-adapter": "^2.1.0", "babel-loader": "^10.1.1", - "babel-plugin-istanbul": "^7.0.1", "babel-plugin-polyfill-corejs3": "^0.14.2", "browserslist": "^4.28.4", "core-js": "^3.49.0", @@ -92,12 +91,12 @@ "passive-events-support": "^1.1.0", "photoswipe": "^5.4.4", "playwright": "^1.61.1", - "postcss": "^8.5.15", + "postcss": "^8.5.16", "postcss-import": "^16.1.1", "postcss-loader": "^8.2.1", "postcss-preset-env": "^10.6.1", "postcss-reporter": "^7.1.0", - "prettier": "^3.8.4", + "prettier": "^3.9.3", "pubsub-js": "^1.9.5", "regenerator-runtime": "^0.14.1", "resolve-url-loader": "^5.0.0", @@ -107,12 +106,12 @@ "sockette": "^2.0.6", "style-loader": "^4.0.0", "svg-url-loader": "^8.1.0", - "tar": "^7.5.16", + "tar": "^7.5.19", "url-loader": "^4.1.1", "util": "^0.12.5", "vite": "^8.1.0", "vitest": "^4.1.9", - "vue": "^3.5.38", + "vue": "^3.5.39", "vue-3-sanitize": "^0.1.4", "vue-loader": "^17.4.2", "vue-loader-plugin": "^1.3.0", @@ -122,7 +121,7 @@ "vue-style-loader": "^4.1.3", "vue3-gettext": "^2.4.0", "vuetify": "3.12.2", - "webpack": "^5.107.2", + "webpack": "5.107.2", "webpack-bundle-analyzer": "^5.3.0", "webpack-cli": "^6.0.1", "webpack-hot-middleware": "^2.26.1", diff --git a/frontend/src/common/notify.js b/frontend/src/common/notify.js index 9f7ebe5bc..10692d7b5 100644 --- a/frontend/src/common/notify.js +++ b/frontend/src/common/notify.js @@ -30,26 +30,34 @@ let ajaxPending = 0; let ajaxCallbacks = []; const $notify = { - info: function (message) { - $event.publish("notify.info", { message }); + // info publishes an info notification. + info: function (message, messageId, messageParams) { + $event.publish("notify.info", { message, messageId, messageParams }); }, - warn: function (message) { - $event.publish("notify.warning", { message }); + // warn publishes a warning notification. + warn: function (message, messageId, messageParams) { + $event.publish("notify.warning", { message, messageId, messageParams }); }, - error: function (message) { - $event.publish("notify.error", { message }); + // error publishes an error notification; the optional messageId/messageParams + // let notify.vue render it in the current UI locale via Tp. + error: function (message, messageId, messageParams) { + $event.publish("notify.error", { message, messageId, messageParams }); }, - success: function (message) { - $event.publish("notify.success", { message }); + // success publishes a success notification. + success: function (message, messageId, messageParams) { + $event.publish("notify.success", { message, messageId, messageParams }); }, - logout: function (message) { - $event.publish("notify.error", { message }); - $event.publish("session.logout", { message }); + // logout publishes an error notification and triggers a session.logout event. + logout: function (message, messageId, messageParams) { + $event.publish("notify.error", { message, messageId, messageParams }); + $event.publish("session.logout", { message, messageId, messageParams }); }, + // ajaxStart marks an AJAX request as started and emits ajax.start. ajaxStart: function () { ajaxPending++; $event.publish("ajax.start"); }, + // ajaxEnd marks an AJAX request as finished, emits ajax.end, and runs queued idle callbacks. ajaxEnd: function () { ajaxPending--; $event.publish("ajax.end"); @@ -60,6 +68,7 @@ const $notify = { callbacks.forEach((cb) => cb()); } }, + // ajaxBusy reports whether any AJAX requests are still pending. ajaxBusy: function () { if (ajaxPending < 0) { ajaxPending = 0; @@ -67,6 +76,7 @@ const $notify = { return ajaxPending > 0; }, + // ajaxWait resolves once no AJAX requests are pending or the timeout elapses. ajaxWait: function (idleDelay = 64, timeout = 8000) { return new Promise((resolve) => { const start = Date.now(); @@ -94,6 +104,7 @@ const $notify = { settle(); }); }, + // blockUI shows the busy overlay, optionally setting its CSS class. blockUI: function (className) { const el = document.getElementById("busy-overlay"); @@ -104,6 +115,7 @@ const $notify = { } } }, + // unblockUI hides the busy overlay. unblockUI: function () { const el = document.getElementById("busy-overlay"); @@ -112,9 +124,11 @@ const $notify = { el.className = ""; } }, + // wait shows a "Please wait" info notification. wait: function () { this.info($gettext("Please wait…")); }, + // busy shows a "Busy, please wait" warning notification. busy: function () { this.warn($gettext("Busy, please wait…")); }, diff --git a/frontend/src/common/session.js b/frontend/src/common/session.js index f4a881f66..7eb06a4b5 100644 --- a/frontend/src/common/session.js +++ b/frontend/src/common/session.js @@ -351,6 +351,8 @@ export default class Session { this.clearLegacyKey("session.scope"); this.clearLegacyKey("authError"); this.clearLegacyKey("session.error"); + this.clearLegacyKey("session.messageId"); + this.clearLegacyKey("session.messageParams"); delete $api.defaults.headers.common[RequestHeader]; } diff --git a/frontend/src/common/storage.js b/frontend/src/common/storage.js index 1334779a0..d29909bdc 100644 --- a/frontend/src/common/storage.js +++ b/frontend/src/common/storage.js @@ -38,6 +38,8 @@ const defaultLegacyClearKeys = new Set([ "session.provider", "session.scope", "session.error", + "session.messageId", + "session.messageParams", "clipboard", "clipboard.photos", "clipboard.albums", diff --git a/frontend/src/component/photo/batch-edit.vue b/frontend/src/component/photo/batch-edit.vue index 8c69496b1..2cceab5dc 100644 --- a/frontend/src/component/photo/batch-edit.vue +++ b/frontend/src/component/photo/batch-edit.vue @@ -15,12 +15,12 @@ > - - {{ formTitle }} - mdi-close + + {{ formTitle }} + diff --git a/frontend/src/locales.js b/frontend/src/locales.js index 50782cf6b..ead5db406 100644 --- a/frontend/src/locales.js +++ b/frontend/src/locales.js @@ -422,6 +422,8 @@ export const BackendMessages = () => { $gettext("Too many requests"); $gettext("Insufficient storage"); $gettext("Quota exceeded"); + $gettext("Registration disabled"); + $gettext("Verified email required"); $gettext("Changes successfully saved"); $gettext("Album created"); $gettext("Album saved"); diff --git a/frontend/src/locales/af.po b/frontend/src/locales/af.po index 7c4d336e3..8cebdee2b 100644 --- a/frontend/src/locales/af.po +++ b/frontend/src/locales/af.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language: af\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -81,15 +81,15 @@ msgstr "%{s} is te lank" msgid "%{s} is too short" msgstr "%{s} is te kort" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d inskrywings by %s gevoeg" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d inskrywings verwyder uit %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d lêers opgelaai in %d s" @@ -97,7 +97,7 @@ msgstr "%d lêers opgelaai in %d s" msgid "%s already exists" msgstr "%s bestaan reeds" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s geherstel" @@ -173,14 +173,13 @@ msgstr "Toegang Token" msgid "Account" msgstr "Rekening" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Rekening geskep" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Rekening is uitgevee" @@ -196,7 +195,7 @@ msgstr "Rekening nie gevind nie" msgid "Account restored" msgstr "Rekening is teruggestel" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Rekening gestoor" @@ -204,7 +203,7 @@ msgstr "Rekening gestoor" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Rekeninge" @@ -340,7 +339,7 @@ msgstr "Pas datum en tyd aan" msgid "Adjust Location" msgstr "Pas Ligging aan" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "admin" @@ -393,7 +392,7 @@ msgstr "Na twee weke" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s uitgevee" @@ -401,11 +400,11 @@ msgstr "Album %s uitgevee" msgid "Album Backups" msgstr "Album Rugsteun" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Albuminhoud gekloon" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album geskep" @@ -417,11 +416,11 @@ msgstr "Album uitgevee" msgid "Album not found" msgstr "Album nie gevind nie" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album gestoor" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -429,7 +428,7 @@ msgstr "Album gestoor" msgid "Albums" msgstr "Albums" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albums uitgevee" @@ -535,7 +534,7 @@ msgstr "Hoogte (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -589,7 +588,7 @@ msgstr "Keur veranderinge goed en stoor dit" msgid "Apps and Devices" msgstr "Toepassings en toestelle" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Geargiveer" @@ -647,7 +646,7 @@ msgstr "Aspekverhouding" msgid "Attributes" msgstr "Eienskappe" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -764,7 +763,7 @@ msgstr "Fout verslag" msgid "Busy, please try again later" msgstr "Besig, probeer asseblief later weer" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Besig, wag asseblief…" @@ -772,7 +771,7 @@ msgstr "Besig, wag asseblief…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Deur die sagteware en dienste wat ons verskaf te gebruik, stem jy in tot ons diensbepalings, privaatheidsbeleid en gedragskode." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalender" @@ -894,11 +893,10 @@ msgstr "Verander privaat vlag" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -918,11 +916,11 @@ msgstr "Veranderinge kon nie gestoor word nie" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -964,13 +962,13 @@ msgstr "Klaar" msgid "Clear {0}" msgstr "Vee {0} uit" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Kliënt" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -980,14 +978,14 @@ msgstr "Kliënt" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1006,7 +1004,7 @@ msgstr "Kliënt" msgid "Close" msgstr "Naby" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Groep" @@ -1015,7 +1013,7 @@ msgstr "Groep" msgid "Cluster Admin" msgstr "Klasteradministrateur" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Klasterknoop" @@ -1146,7 +1144,7 @@ msgstr "Gekopieer na knipbord" msgid "Copy" msgstr "Kopieer" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Kopieer lêers van %s" @@ -1201,7 +1199,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Skep YAML-syspanlêers om prentmetadata te rugsteun." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Geskep" @@ -1260,7 +1258,7 @@ msgstr "Ontfout logs" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1272,7 +1270,7 @@ msgid "Default Folder" msgstr "Verstek gids" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1413,8 +1411,8 @@ msgstr "Verwerp ongeldige veranderinge?" msgid "Discard unsaved changes?" msgstr "Verwerp ongespaarde veranderinge?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Ontdek" @@ -1483,7 +1481,7 @@ msgid "Done." msgstr "Klaar." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1500,7 +1498,7 @@ msgstr "Laai afgeleë lêers af" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1534,9 +1532,10 @@ msgstr "Dinamiese voorskoue" msgid "Dynamic Size Limit: %{n}px" msgstr "Dinamiese groottelimiet: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1625,7 +1624,7 @@ msgstr "Voer itemnaam in..." msgid "Enter the code generated by your authenticator app:" msgstr "Voer die kode in wat deur jou authenticator-toepassing gegenereer word:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Tik verifikasiekode" @@ -1637,12 +1636,12 @@ msgstr "Voer jou wagwoord in om die handeling te bevestig en gaan voort:" msgid "Entity not found" msgstr "Entiteit nie gevind nie" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Fout" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1736,11 +1735,11 @@ msgstr "Kon nie zip-lêer skep nie" msgid "Failed to load users." msgstr "Gebruikers kon nie gelaai word nie." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Het misluk om die gesigsmerker te verwyder" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Het misluk om die naam te verwyder" @@ -1760,7 +1759,7 @@ msgstr "Misluk om die bediener te herbegin" msgid "Failed to save changes" msgstr "Kon nie veranderinge stoor nie" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Het misluk om die gesigmerker te stoor" @@ -1793,7 +1792,7 @@ msgstr "Vinnig" msgid "Favorite" msgstr "Gunsteling" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Gunstelinge" @@ -1815,7 +1814,7 @@ msgstr "Vroulik" msgid "File" msgstr "lêer" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Lêerblaaier" @@ -1823,7 +1822,7 @@ msgstr "Lêerblaaier" msgid "File Conversion" msgstr "Lêer-omskakeling" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Lêer uitgevee" @@ -1839,7 +1838,7 @@ msgstr "Lêernaam" msgid "File not found" msgstr "Lêer nie gevind nie" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Lêer verwyder uit stapel" @@ -1852,7 +1851,7 @@ msgstr "Lêergrootte" msgid "File too large" msgstr "Lêer te groot" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Lêer opgelaai" @@ -1898,7 +1897,7 @@ msgstr "Gids bevat %{n} lêers" msgid "Folder is empty" msgstr "Voer is leeg" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Dopsies" @@ -1925,7 +1924,7 @@ msgstr "Rame" msgid "Full Access" msgstr "Volle toegang" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Volskerm" @@ -2010,7 +2009,7 @@ msgstr "Hulp en ondersteuning" msgid "Hidden" msgstr "Versteek" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Versteekte lêers" @@ -2018,7 +2017,7 @@ msgstr "Versteekte lêers" msgid "Hide" msgstr "Versteek" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Verberg onderskrif" @@ -2065,11 +2064,11 @@ msgstr "Beeld kwaliteit" msgid "Import" msgstr "Invoer" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Invoer is gekanselleer" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Invoer voltooi in %d s" @@ -2127,11 +2126,11 @@ msgstr "Indeks" msgid "Indexing" msgstr "Indeksering" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indeksering gekanselleer" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "inhoudsopgawe voltooi in %d s" @@ -2139,7 +2138,7 @@ msgstr "inhoudsopgawe voltooi in %d s" msgid "Indexing failed" msgstr "Kon nie indekseer nie" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indekseer lêers in %s" @@ -2147,11 +2146,11 @@ msgstr "Indekseer lêers in %s" msgid "Indexing media and sidecar files…" msgstr "Indekseer tans media- en syspanlêers …" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indekseer van oorspronklikes …" -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Inligting" @@ -2160,8 +2159,8 @@ msgstr "Inligting" msgid "Inherit" msgstr "Vererf" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instansie" @@ -2175,7 +2174,7 @@ msgstr "Instantansie onbereikbaar. Probeer weer sodra dit weer aanlyn is." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instansies" @@ -2297,11 +2296,11 @@ msgstr "Etiket" msgid "Label not found" msgstr "Merker nie gevind nie" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Merkers gestoor" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2313,7 +2312,7 @@ msgstr "Merkers gestoor" msgid "Labels" msgstr "Etikette" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Merkers uitgevee" @@ -2379,7 +2378,7 @@ msgstr "Lens" msgid "Lens not found" msgstr "Lens nie gevind nie" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Biblioteek" @@ -2396,7 +2395,7 @@ msgstr "Biblioteek" msgid "License" msgstr "Lisensie" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Soos" @@ -2427,7 +2426,7 @@ msgstr "Lys Aansig" msgid "Live" msgstr "Leef" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2541,7 +2540,7 @@ msgstr "Merker" msgid "Maximum number of accounts has been reached." msgstr "Maksimum aantal rekeninge is bereik." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Media" @@ -2582,7 +2581,7 @@ msgstr "Minimaliseer" msgid "Missing" msgstr "Vermis" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Ontbrekende of ongeldige opstelling" @@ -2590,7 +2589,7 @@ msgstr "Ontbrekende of ongeldige opstelling" msgid "mixed" msgstr "gemeng" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Oomblikke" @@ -2608,7 +2607,7 @@ msgstr "Monochroom" msgid "Month" msgstr "Maand" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Meer opsies" @@ -2624,7 +2623,7 @@ msgstr "Mees Relevant" msgid "Move Files" msgstr "Skuif lêers" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Skuif lêers van %s af" @@ -2632,14 +2631,14 @@ msgstr "Skuif lêers van %s af" msgid "Must have at least %{n} characters." msgstr "Moet ten minste %{n} karakters hê." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Demp" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2688,7 +2687,7 @@ msgstr "Nuwe Wagwoord" msgid "Newest First" msgstr "Nuutste Eerste" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Volgende" @@ -2825,7 +2824,7 @@ msgstr "Nie-fotografiese en lae kwaliteit prente vereis 'n hersiening voordat di msgid "None" msgstr "Geen" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Nie toegelaat nie" @@ -2838,7 +2837,7 @@ msgstr "Nie beskikbaar in publieke modus nie" msgid "Not available in read-only mode" msgstr "Nie beskikbaar in leesalleen modus nie" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Nie gevind" @@ -2846,7 +2845,7 @@ msgstr "Nie gevind" msgid "Not sorted." msgstr "Nie gesorteer nie." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Nie ondersteun nie" @@ -2911,11 +2910,11 @@ msgstr "Een keer 'n week" msgid "One album found" msgstr "Een album gevind" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Een inskrywing bygevoeg na %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Een inskrywing verwyder uit %s" @@ -2949,8 +2948,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Slegs plaaslik bestuurde rekeninge kan opgestel word vir stawing met 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Maak oop" @@ -3056,7 +3055,7 @@ msgstr "Deel van 'n paar geselekteerde foto's" msgid "Password" msgstr "Wagwoord" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Wagwoord verander" @@ -3068,7 +3067,7 @@ msgstr "Pouse" msgid "Payment required" msgstr "Betaling vereis" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3084,7 +3083,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Mense met wie jy 'n skakel deel, sal publieke inhoud kan bekyk." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Permanent uitgevee" @@ -3100,7 +3099,7 @@ msgstr "Persoon" msgid "Person cover updated" msgstr "Persoonsdekking opgedateer" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Persoon is uitgevee" @@ -3109,7 +3108,7 @@ msgstr "Persoon is uitgevee" msgid "Person not found" msgstr "Persoon nie gevind nie" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Persoon gestoor" @@ -3129,7 +3128,7 @@ msgstr "PhotoPrism is 100% selfbefonds en onafhanklik." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ Lidmaatskap" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Foto's" @@ -3159,8 +3158,8 @@ msgstr "Plek" msgid "Place & Time" msgstr "Plek & Tyd" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3203,7 +3202,7 @@ msgstr "Neem asseblief kennis dat die verandering van jou wagwoord jou op ander msgid "Please restart your instance for the changes to take effect." msgstr "Herbegin asseblief jou instansie vir die veranderinge om in werking te tree." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Wag asseblief…" @@ -3215,7 +3214,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG-groottelimiet: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portaal" @@ -3255,7 +3254,7 @@ msgstr "Voorskou" msgid "Preview Images" msgstr "Voorskou prente" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Vorige" @@ -3276,7 +3275,7 @@ msgstr "Vorige visuele" msgid "Primary" msgstr "Primêr" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3286,7 +3285,7 @@ msgstr "Primêr" msgid "Private" msgstr "Privaat" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Verwerk oplegging..." @@ -3386,7 +3385,7 @@ msgstr "Rooi" msgid "Refresh" msgstr "Verfris" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3401,6 +3400,10 @@ msgstr "Streke" msgid "Register" msgstr "Registreer" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registrasie gedeaktiveer" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3428,7 +3431,7 @@ msgstr "Verwyder" msgid "remove failed: unknown album" msgstr "verwyder misluk: onbekende album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Verwyder uit album" @@ -3444,11 +3447,11 @@ msgstr "Verwyder van alle gekose foto's" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Verwyder ingevoerde lêers om berging te bespaar. Nie-ondersteunde lêertipes sal nooit uitgevee word nie, hulle bly in hul huidige ligging." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Verwyder die gekose instansie uit die klusterregister?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Verwyder" @@ -3456,7 +3459,7 @@ msgstr "Verwyder" msgid "Removed %{name}" msgstr "Verwyder %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "%d lêers en %d foto's verwyder" @@ -3465,7 +3468,7 @@ msgstr "%d lêers en %d foto's verwyder" msgid "Repeated" msgstr "Herhaal" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Versoek het misluk - is jy vanlyn?" @@ -3496,12 +3499,12 @@ msgstr "Begin oor" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Herstel" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Herstel" @@ -3513,7 +3516,7 @@ msgstr "Herprobeer Limiet" msgid "Retype Password" msgstr "Tik wagwoord weer in" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3657,7 +3660,7 @@ msgstr "Geheim" msgid "Security and Access" msgstr "Sekuriteit en toegang" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Kies" @@ -3704,19 +3707,19 @@ msgstr "Kies Tyd" msgid "Selection" msgstr "Seleksie" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Seleksie bygevoeg na %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Seleksie goedgekeur" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Seleksie geargiveer" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Seleksie gemerk as privaat" @@ -3724,7 +3727,7 @@ msgstr "Seleksie gemerk as privaat" msgid "Selection not found" msgstr "Seleksie nie gevind nie" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Seleksie herstel" @@ -3732,7 +3735,7 @@ msgstr "Seleksie herstel" msgid "Sequential Name" msgstr "Opeenvolgende naam" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Diens" @@ -3762,7 +3765,7 @@ msgstr "Sessie ID" msgid "Sessions" msgstr "Sessies" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Stel as albumomslag" @@ -3772,15 +3775,15 @@ msgstr "Stel as Omslagbeeld" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Instellings" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Stellings gestoor" @@ -3819,7 +3822,7 @@ msgstr "Wys alle etikette" msgid "Show all new faces" msgstr "Wys alle nuwe gesigte" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Wys onderskrif" @@ -3907,7 +3910,7 @@ msgstr "Webwerf-URL" msgid "Size" msgstr "Grootte" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Skyfievertoning" @@ -3939,7 +3942,7 @@ msgstr "Sommige albums kon nie geskep word nie. Wysig asseblief die name en prob msgid "Some albums could not be updated" msgstr "Sommige albums kon nie opgedateer word nie" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Iets het verkeerd geloop, probeer weer" @@ -4043,7 +4046,7 @@ msgstr "Strate" msgid "Subject" msgstr "Onderwerp" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Onderwerp uitgevee" @@ -4051,11 +4054,11 @@ msgstr "Onderwerp uitgevee" msgid "Subject not found" msgstr "Onderwerp nie gevind nie" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Onderwerp gestoor" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Suksesvol geaktiveer" @@ -4068,7 +4071,7 @@ msgstr "Suksesvol gekoppel" msgid "Successfully deleted" msgstr "Suksesvol uitgevee" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Suksesvol geverifieer" @@ -4233,7 +4236,7 @@ msgstr "Teken" msgid "Too many files selected" msgstr "Te veel lêers gekies" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Te veel versoeke" @@ -4289,7 +4292,7 @@ msgstr "Ontdoen" msgid "Unique ID" msgstr "Unieke ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4326,7 +4329,7 @@ msgstr "Onbekende ligging" msgid "Unregistered" msgstr "Ongeregistreer" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Ongesorteer" @@ -4347,7 +4350,7 @@ msgstr "Ongesteunde formaat" msgid "Unsupported type" msgstr "Ongesteunde tipe" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4424,7 +4427,7 @@ msgstr "Oplaai voltooi. Indekseer tans …" msgid "Upload failed" msgstr "Oplegging misluk" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Oplegging geprosesseer" @@ -4464,7 +4467,7 @@ msgstr "Laai tans op …" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Oplaaie wat sulke beelde kan bevat, sal outomaties verwerp word." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4485,7 +4488,7 @@ msgstr "Gebruik jou herstelkode of kontak 'n administrateur vir hulp." #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Gebruiker" @@ -4520,7 +4523,7 @@ msgstr "Gebruikersnaam" msgid "Users" msgstr "Gebruikers" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4541,6 +4544,10 @@ msgstr "Vektore" msgid "Verification Code" msgstr "Verifikasie kode" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Geverifieerde e-posadres word vereis" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Weergawe" @@ -4558,7 +4565,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Video Duur" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4742,11 +4749,11 @@ msgstr "Jou volgehoue ondersteuning help ons om gereelde opdaterings te verskaf msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Jou biblioteek word voortdurend ontleed om outomaties albums van spesiale oomblikke, reise en plekke te skep." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip geskep in %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Zoem in/uit" @@ -4765,7 +4772,7 @@ msgctxt "Edit" msgid "Content" msgstr "Inhoud" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4787,7 +4794,7 @@ msgctxt "Photo" msgid "Title" msgstr "Titel" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/ar.po b/frontend/src/locales/ar.po index 39802eb73..0fe54efba 100644 --- a/frontend/src/locales/ar.po +++ b/frontend/src/locales/ar.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: \n" "Language: ar\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} طويل جدًا" msgid "%{s} is too short" msgstr "%{s} قصير جدًا" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "تمت إضافة %d مدخلات إلى %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "تمت إزالة %d مدخلات من %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "تم تحميل %d ملف في %d ثانية" @@ -100,7 +100,7 @@ msgstr "تم تحميل %d ملف في %d ثانية" msgid "%s already exists" msgstr "%s موجود بالفعل" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "تمت استعادة %s" @@ -176,14 +176,13 @@ msgstr "رمز الوصول" msgid "Account" msgstr "الحساب" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "تم إنشاء الحساب" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "تم حذف الحساب" @@ -199,7 +198,7 @@ msgstr "لا يمكن العثور على الحساب" msgid "Account restored" msgstr "تم استعادة الحساب" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "تم حفظ الحساب" @@ -207,7 +206,7 @@ msgstr "تم حفظ الحساب" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "الحسابات" @@ -343,7 +342,7 @@ msgstr "ضبط التاريخ والوقت" msgid "Adjust Location" msgstr "ضبط الموقع" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "مسؤول" @@ -396,7 +395,7 @@ msgstr "بعد أسبوعين" msgid "Album" msgstr "ألبوم" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "تم حذف الألبوم %s" @@ -404,11 +403,11 @@ msgstr "تم حذف الألبوم %s" msgid "Album Backups" msgstr "النسخ الاحتياطية للألبوم" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "تم نسخ محتويات الألبوم" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "تم إنشاء الألبوم" @@ -420,11 +419,11 @@ msgstr "تم حذف الألبوم" msgid "Album not found" msgstr "لا يمكن العثور على الألبوم" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "تم حفظ الألبوم" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "تم حفظ الألبوم" msgid "Albums" msgstr "ألبومات" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "تم حذف الألبومات" @@ -538,7 +537,7 @@ msgstr "الارتفاع (م)" msgid "AM" msgstr "صباحاً" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "اعتماد التغييرات وحفظها" msgid "Apps and Devices" msgstr "التطبيقات والأجهزة" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "مؤرشف" @@ -650,7 +649,7 @@ msgstr "نسبة العرض إلى الارتفاع" msgid "Attributes" msgstr "السمات" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "تقرير المشاكل" msgid "Busy, please try again later" msgstr "مشغول، يرجى المحاولة مرة أخرى في وقت لاحق" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "يتم العمل، الرجاء الانتظار …" @@ -775,7 +774,7 @@ msgstr "يتم العمل، الرجاء الانتظار …" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "باستخدام البرامج والخدمات التي نقدمها ، فإنك توافق على شروط الخدمة وسياسة الخصوصية ومدونة قواعد السلوك الخاصة بنا." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "تقويم" @@ -897,11 +896,10 @@ msgstr "تغيير العلم الخاص" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "لا يمكن حفظ التغييرات" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "واضح" msgid "Clear {0}" msgstr "مسح {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "العميل" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "العميل" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "العميل" msgid "Close" msgstr "قريب" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "المجموعة العنقودية" @@ -1018,7 +1016,7 @@ msgstr "المجموعة العنقودية" msgid "Cluster Admin" msgstr "مسؤول المجموعة" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "العقدة العنقودية" @@ -1149,7 +1147,7 @@ msgstr "نسخ إلى الحافظة" msgid "Copy" msgstr "نسخ" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "نسخ ملفات من %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "قم بإنشاء ملفات YAML الجانبية لعمل نسخة احتياطية من بيانات تعريف الصورة." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "تم إنشاءه" @@ -1263,7 +1261,7 @@ msgstr "سجلات التصحيح" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "المجلد المبدئي" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "تجاهل التغييرات غير الصالحة؟" msgid "Discard unsaved changes?" msgstr "تجاهل التغييرات غير المحفوظة؟" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "اكتشف" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "تم الإنجاز." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "تنزيل الملفات البعيدة" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "المعاينات الديناميكية" msgid "Dynamic Size Limit: %{n}px" msgstr "حد الحجم الديناميكي:%{n} بكسل" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "أدخل اسم العنصر..." msgid "Enter the code generated by your authenticator app:" msgstr "أدخل الرمز الذي تم إنشاؤه بواسطة تطبيق المصادقة الخاص بك:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "أدخل رمز التحقق" @@ -1640,12 +1639,12 @@ msgstr "أدخل كلمة المرور الخاصة بك لتأكيد الإجر msgid "Entity not found" msgstr "الكيان غير موجود" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "خطأ" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "فشل في إنشاء ملف مضغوط" msgid "Failed to load users." msgstr "فشل تحميل المستخدمين." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "فشل في إزالة علامة الوجه" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "فشل في إزالة الاسم" @@ -1763,7 +1762,7 @@ msgstr "فشل إعادة تشغيل الخادم" msgid "Failed to save changes" msgstr "فشل في حفظ التغييرات" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "فشل علامة حفظ ماء الوجه" @@ -1796,7 +1795,7 @@ msgstr "سريع" msgid "Favorite" msgstr "مفضل" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "المفضلة" @@ -1818,7 +1817,7 @@ msgstr "أنثى" msgid "File" msgstr "ملف" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "متصفح الملفات" @@ -1826,7 +1825,7 @@ msgstr "متصفح الملفات" msgid "File Conversion" msgstr "تحويل الملف" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "تم حذف الملف" @@ -1842,7 +1841,7 @@ msgstr "اسم الملف" msgid "File not found" msgstr "لم يتم العثور على الملف" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "تمت إزالة الملف من المكدس" @@ -1855,7 +1854,7 @@ msgstr "حجم الملف" msgid "File too large" msgstr "الملف كبير جدًا" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "تم تحميل الملف" @@ -1901,7 +1900,7 @@ msgstr "يحتوي المجلد على %{n} من الملفات" msgid "Folder is empty" msgstr "مجلد فارغ" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "المجلدات" @@ -1928,7 +1927,7 @@ msgstr "الإطارات" msgid "Full Access" msgstr "الوصول الكامل" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "شاشة كاملة" @@ -2013,7 +2012,7 @@ msgstr "ساعد لدعم" msgid "Hidden" msgstr "مختفي" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "الملفات المخفية" @@ -2021,7 +2020,7 @@ msgstr "الملفات المخفية" msgid "Hide" msgstr "يخفي" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "إخفاء التسمية التوضيحية" @@ -2068,11 +2067,11 @@ msgstr "جودة الصورة" msgid "Import" msgstr "يستورد" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "تم إلغاء الاستيراد" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "اكتمل الاستيراد في %d ثانية" @@ -2130,11 +2129,11 @@ msgstr "فِهرِس" msgid "Indexing" msgstr "الفهرسة" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "تم إلغاء الفهرسة" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "اكتملت الفهرسة في %d ثانية" @@ -2142,7 +2141,7 @@ msgstr "اكتملت الفهرسة في %d ثانية" msgid "Indexing failed" msgstr "فشلت الفهرسة" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "فهرسة الملفات في %s" @@ -2150,11 +2149,11 @@ msgstr "فهرسة الملفات في %s" msgid "Indexing media and sidecar files…" msgstr "جارٍ فهرسة الوسائط والملفات الجانبية …" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "تتم فهرسة الصور الأصلية ..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "المعلومات" @@ -2163,8 +2162,8 @@ msgstr "المعلومات" msgid "Inherit" msgstr "وراثة" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "المثيل" @@ -2178,7 +2177,7 @@ msgstr "لا يمكن الوصول إلى المثيل. حاول مرة أخرى #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "المثيلات" @@ -2300,11 +2299,11 @@ msgstr "مُلصَق" msgid "Label not found" msgstr "لا يمكن العثور على التصنيف" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "تم حفظ التصنيف" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "تم حفظ التصنيف" msgid "Labels" msgstr "ملصقات" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "تم حذف التصنيفات" @@ -2382,7 +2381,7 @@ msgstr "عدسة" msgid "Lens not found" msgstr "لم يتم العثور على العدسة" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "مكتبة" @@ -2399,7 +2398,7 @@ msgstr "مكتبة" msgid "License" msgstr "رخصة" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "المفضلة" @@ -2430,7 +2429,7 @@ msgstr "عرض القائمة" msgid "Live" msgstr "يعيش" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "علامة" msgid "Maximum number of accounts has been reached." msgstr "تم الوصول إلى الحد الأقصى لعدد الحسابات." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "وسائط" @@ -2585,7 +2584,7 @@ msgstr "تصغير" msgid "Missing" msgstr "مفقود" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "تكوين مفقود أو غير صالح" @@ -2593,7 +2592,7 @@ msgstr "تكوين مفقود أو غير صالح" msgid "mixed" msgstr "مختلطة" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "لحظات" @@ -2611,7 +2610,7 @@ msgstr "أحادي اللون" msgid "Month" msgstr "شهر" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "مزيد من الخيارات" @@ -2627,7 +2626,7 @@ msgstr "الأكثر صلة" msgid "Move Files" msgstr "نقل الملفات" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "نقل الملفات من %s" @@ -2635,14 +2634,14 @@ msgstr "نقل الملفات من %s" msgid "Must have at least %{n} characters." msgstr "يجب أن يحتوي على %{n} أحرف على الأقل." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "صامت" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "كلمة السر الجديدة" msgid "Newest First" msgstr "الاحدث اولا" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "التالي" @@ -2828,7 +2827,7 @@ msgstr "تتطلب الصور غير الفوتوغرافية وذات الجو msgid "None" msgstr "لا أحد" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "غير مسموح به" @@ -2841,7 +2840,7 @@ msgstr "غير متاح في الوضع العام" msgid "Not available in read-only mode" msgstr "غير متوفر في وضع القراءة فقط" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "لم يتم العثور" @@ -2849,7 +2848,7 @@ msgstr "لم يتم العثور" msgid "Not sorted." msgstr "غير مرتب." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "غير مدعوم" @@ -2914,11 +2913,11 @@ msgstr "مرة في الأسبوع" msgid "One album found" msgstr "تم العثور على ألبوم واحد" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "تمت إضافة إدخال واحد إلى %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "تمت إزالة إدخال واحد من %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "يمكن إعداد الحسابات المُدارة محليًا فقط للمصادقة باستخدام المصادقة الثنائية (2FA)." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "يفتح" @@ -3059,7 +3058,7 @@ msgstr "جزء من بعض الصور المختارة" msgid "Password" msgstr "كلمة المرور" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "تم تغيير كلمة السر" @@ -3071,7 +3070,7 @@ msgstr "توقف مؤقت" msgid "Payment required" msgstr "يلزم الدفع" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "سيتمكن الأشخاص الذين تشارك الرابط معهم من عرض المحتويات العامة." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "تم الحذف بشكل نهائي" @@ -3103,7 +3102,7 @@ msgstr "شخص" msgid "Person cover updated" msgstr "تم تحديث غطاء الشخص" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "تم حذف الشخص" @@ -3112,7 +3111,7 @@ msgstr "تم حذف الشخص" msgid "Person not found" msgstr "لم يتم العثور على الشخص" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "حفظ الشخص" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism هو 100٪ مستقل وممول ذاتيًا." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism + عضوية" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "الصور" @@ -3162,8 +3161,8 @@ msgstr "مكان" msgid "Place & Time" msgstr "المكان والزمان" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "يرجى ملاحظة أن تغيير كلمة المرور الخاصة msgid "Please restart your instance for the changes to take effect." msgstr "يرجى إعادة تشغيل المثيل الخاص بك لتصبح التغييرات سارية المفعول." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "انتظر من فضلك…" @@ -3218,7 +3217,7 @@ msgstr "مساءً" msgid "PNG Size Limit: %{n}px" msgstr "حد حجم PNG: %{n} بكسل" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "البوابة" @@ -3258,7 +3257,7 @@ msgstr "معاينة" msgid "Preview Images" msgstr "معاينة الصور" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "سابق" @@ -3279,7 +3278,7 @@ msgstr "الصورة السابقة" msgid "Primary" msgstr "الأولية" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "الأولية" msgid "Private" msgstr "خاص" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "جارٍ معالجة التحميل ..." @@ -3389,7 +3388,7 @@ msgstr "أحمر" msgid "Refresh" msgstr "ينعش" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "المناطق" msgid "Register" msgstr "يسجل" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "تم تعطيل التسجيل" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "إزالة" msgid "remove failed: unknown album" msgstr "فشل الإزالة: ألبوم غير معروف" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "إزالة من الألبوم" @@ -3447,11 +3450,11 @@ msgstr "إزالة من جميع الصور المحددة" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "إزالة الملفات المستوردة لحفظ المساحة. لن يتم حذف أنواع الملفات الغير مدعومة مطلقًا ، وستظل في موقعها الحالي." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "إزالة المثيل المحدد من سجل المجموعة؟" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "تمت الإزالة" @@ -3459,7 +3462,7 @@ msgstr "تمت الإزالة" msgid "Removed %{name}" msgstr "تم حذف %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "تمت إزالة %d ملفات و %d صورة" @@ -3468,7 +3471,7 @@ msgstr "تمت إزالة %d ملفات و %d صورة" msgid "Repeated" msgstr "متكرر" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "فشل الطلب - هل أنت غير متصل؟" @@ -3499,12 +3502,12 @@ msgstr "إعادة التشغيل" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "استرجاع" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "تم الاسترجاع" @@ -3516,7 +3519,7 @@ msgstr "حد إعادة المحاولة" msgid "Retype Password" msgstr "اعد ادخال كلمة المرور" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "سر" msgid "Security and Access" msgstr "الأمن والوصول" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "اختار" @@ -3707,19 +3710,19 @@ msgstr "حدد الوقت" msgid "Selection" msgstr "الاختيار" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "تمت إضافة التحديد إلى %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "تمت الموافقة على الاختيار" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "تمت أرشفة المحتوى المحدد" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "تم تحديد الاختيار على أنه خاص" @@ -3727,7 +3730,7 @@ msgstr "تم تحديد الاختيار على أنه خاص" msgid "Selection not found" msgstr "الاختيار غير موجود" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "تم استعادة المحتوى المحدد" @@ -3735,7 +3738,7 @@ msgstr "تم استعادة المحتوى المحدد" msgid "Sequential Name" msgstr "الاسم المتسلسل" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "الخدمة" @@ -3765,7 +3768,7 @@ msgstr "معرف جلسة العمل" msgid "Sessions" msgstr "الجلسات" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "تعيين كغلاف للألبوم" @@ -3775,15 +3778,15 @@ msgstr "تعيين كصورة غلاف" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "الإعدادات" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "تم حفظ الإعدادات" @@ -3822,7 +3825,7 @@ msgstr "إظهار كافة التسميات" msgid "Show all new faces" msgstr "عرض كل الوجوه الجديدة" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "إظهار التسمية التوضيحية" @@ -3910,7 +3913,7 @@ msgstr "عنوان URL للموقع" msgid "Size" msgstr "بحجم" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "عرض الشرائح" @@ -3942,7 +3945,7 @@ msgstr "تعذر إنشاء بعض الألبومات. يرجى تعديل ال msgid "Some albums could not be updated" msgstr "تعذر تحديث بعض الألبومات" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "حدث خطأ ما، حاول مرة أخرى" @@ -4046,7 +4049,7 @@ msgstr "الشوارع" msgid "Subject" msgstr "المواضيع" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "تم حذف الموضوع" @@ -4054,11 +4057,11 @@ msgstr "تم حذف الموضوع" msgid "Subject not found" msgstr "لا يمكن العثور على الموضوع" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "تم حفظ الموضوع" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "تم التفعيل بنجاح" @@ -4071,7 +4074,7 @@ msgstr "تم الاتصال بنجاح" msgid "Successfully deleted" msgstr "تم الحذف بنجاح" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "تم التحقق بنجاح" @@ -4236,7 +4239,7 @@ msgstr "رمز" msgid "Too many files selected" msgstr "تم تحديد عدد كبير جدًا من الملفات" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "طلبات كثيرة جدا" @@ -4292,7 +4295,7 @@ msgstr "الغاء التحميل" msgid "Unique ID" msgstr "معرف مميز" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "موقع غير معروف" msgid "Unregistered" msgstr "غير مسجل" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "غير مصنف" @@ -4350,7 +4353,7 @@ msgstr "صيغة غير مدعومة" msgid "Unsupported type" msgstr "نوع غير معتمد" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "اكتمل التحميل. جارٍ الفهرسة …" msgid "Upload failed" msgstr "فشل التحميل" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "تمت معالجة التحميل" @@ -4467,7 +4470,7 @@ msgstr "جارٍ الرفع..." msgid "Uploads that may contain such images will be rejected automatically." msgstr "سيتم رفض التحميلات التي قد تحتوي على مثل هذه الصور تلقائيًا." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "استخدم رمز الاسترداد الخاص بك أو اتصل ب #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "المستعمل" @@ -4523,7 +4526,7 @@ msgstr "اسم المستخدم" msgid "Users" msgstr "المستخدمون" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "الابعاد" msgid "Verification Code" msgstr "رمز التحقق" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "البريد الإلكتروني الموثق مطلوب" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "الإصدار" @@ -4561,7 +4568,7 @@ msgstr "فيديو" msgid "Video Duration" msgstr "مدة الفيديو" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "يساعدنا دعمك المستمر في توفير تحديثات م msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "يتم تحليل مكتبتك بشكل مستمر لإنشاء ألبومات الحظات الخاصة والرحلات والأماكن تلقائيًا." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "تم إنشاء الملف المضغوط خلال %d ثوانٍ" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "التكبير / التصغير" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "محتوى" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "عنوان" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/be.po b/frontend/src/locales/be.po index d2e04de11..330c3b1be 100644 --- a/frontend/src/locales/be.po +++ b/frontend/src/locales/be.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language: be\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -81,15 +81,15 @@ msgstr "%{s} занадта доўга" msgid "%{s} is too short" msgstr "%{s} занадта кароткі" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "Дададзена %d запісаў у %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d запісаў выдалена з %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d файлаў загружана за %d с" @@ -97,7 +97,7 @@ msgstr "%d файлаў загружана за %d с" msgid "%s already exists" msgstr "%s ужо існуе" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s адноўлены" @@ -173,14 +173,13 @@ msgstr "Токен доступу" msgid "Account" msgstr "Уліковы запіс" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Уліковы запіс створаны" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Уліковы запіс выдалены" @@ -196,7 +195,7 @@ msgstr "Уліковы запіс не знойдзены" msgid "Account restored" msgstr "Уліковы запіс адноўлены" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Уліковы захаваны" @@ -204,7 +203,7 @@ msgstr "Уліковы захаваны" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Уліковыя запісы" @@ -340,7 +339,7 @@ msgstr "Наладзіць дату і час" msgid "Adjust Location" msgstr "Змяніць месцазнаходжанне" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Адмін" @@ -393,7 +392,7 @@ msgstr "Праз два тыдні" msgid "Album" msgstr "Альбом" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Альбом %s выдалены" @@ -401,11 +400,11 @@ msgstr "Альбом %s выдалены" msgid "Album Backups" msgstr "Рэзервовыя копіі альбомаў" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Змесціва альбома скапіявана" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Альбом створаны" @@ -417,11 +416,11 @@ msgstr "Альбом выдалены" msgid "Album not found" msgstr "Альбом не знойдзены" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Альбом захаваны" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -429,7 +428,7 @@ msgstr "Альбом захаваны" msgid "Albums" msgstr "Альбомы" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Альбомы выдалены" @@ -535,7 +534,7 @@ msgstr "Вышыня (м)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -589,7 +588,7 @@ msgstr "Зацвердзіць і захаваць змены" msgid "Apps and Devices" msgstr "Праграмы і прылады" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Заархівавана" @@ -647,7 +646,7 @@ msgstr "Суадносіны бакоў" msgid "Attributes" msgstr "Атрыбуты" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -764,7 +763,7 @@ msgstr "Справаздача пра памылку" msgid "Busy, please try again later" msgstr "Заняты, калі ласка, паспрабуйце зноў пазней" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Заняты, пачакайце…" @@ -772,7 +771,7 @@ msgstr "Заняты, пачакайце…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Выкарыстоўваючы праграмнае забеспячэнне і паслугі, якія мы прадстаўляем, вы згаджаецеся з нашымі ўмовамі абслугоўвання, палітыкай прыватнасці і кодэксам паводзін." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Каляндар" @@ -894,11 +893,10 @@ msgstr "Змяніць прыватны тэг" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -918,11 +916,11 @@ msgstr "Не ўдалося захаваць змены" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -964,13 +962,13 @@ msgstr "Выразны" msgid "Clear {0}" msgstr "Ачысціць {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Кліент" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -980,14 +978,14 @@ msgstr "Кліент" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1006,7 +1004,7 @@ msgstr "Кліент" msgid "Close" msgstr "Закрыць" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Кластар" @@ -1015,7 +1013,7 @@ msgstr "Кластар" msgid "Cluster Admin" msgstr "Адміністратар кластара" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Кластарны вузел" @@ -1146,7 +1144,7 @@ msgstr "Скапіравана ў буфер абмену" msgid "Copy" msgstr "Копія" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Капіраванне файлаў з %s" @@ -1201,7 +1199,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Стварыце пабочныя файлы YAML для рэзервовага капіравання метададзеных выявы." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Створана" @@ -1260,7 +1258,7 @@ msgstr "Журналы адладкі" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1272,7 +1270,7 @@ msgid "Default Folder" msgstr "Папка па змаўчанні" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1413,8 +1411,8 @@ msgstr "Выкінуць несапраўдныя змены?" msgid "Discard unsaved changes?" msgstr "Выкінуць нязберажаныя змены?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Адкрыйце для сябе" @@ -1483,7 +1481,7 @@ msgid "Done." msgstr "Гатова." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1500,7 +1498,7 @@ msgstr "Спампаваць выдаленыя файлы" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1534,9 +1532,10 @@ msgstr "Дынамічны папярэдні прагляд" msgid "Dynamic Size Limit: %{n}px" msgstr "Абмежаванне дынамічнага памеру: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1625,7 +1624,7 @@ msgstr "Увядзіце назву элемента..." msgid "Enter the code generated by your authenticator app:" msgstr "Увядзіце код, створаны вашай праграмай аўтэнтыфікацыі:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Увядзіце праверачны код" @@ -1637,12 +1636,12 @@ msgstr "Увядзіце пароль, каб пацвердзіць дзеян msgid "Entity not found" msgstr "Аб'екта не знойдзена" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Памылка" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1736,11 +1735,11 @@ msgstr "Стварэнне zip-файла не ўдалося" msgid "Failed to load users." msgstr "Не ўдалося загрузіць карыстальнікаў." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Не ўдалося выдаліць маркер твару" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Не ўдалося выдаліць імя" @@ -1760,7 +1759,7 @@ msgstr "Адновленне сервера не ўдалося" msgid "Failed to save changes" msgstr "Не атрымалася захаваць змены" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Не ўдалося захаваць маркер твару" @@ -1793,7 +1792,7 @@ msgstr "Хуткі" msgid "Favorite" msgstr "Любімая" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Абраныя" @@ -1815,7 +1814,7 @@ msgstr "жаночы" msgid "File" msgstr "Файл" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Файлавы браўзер" @@ -1823,7 +1822,7 @@ msgstr "Файлавы браўзер" msgid "File Conversion" msgstr "Канвертацыя файлаў" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Файл выдалены" @@ -1839,7 +1838,7 @@ msgstr "Імя файла" msgid "File not found" msgstr "Файл не знойдзены" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Файл выдалены са стэка" @@ -1852,7 +1851,7 @@ msgstr "Памер файла" msgid "File too large" msgstr "Файл занадта вялікі" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Файл загружаны" @@ -1898,7 +1897,7 @@ msgstr "Папка змяшчае %{n} файлаў" msgid "Folder is empty" msgstr "Папка пустая" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Папкі" @@ -1925,7 +1924,7 @@ msgstr "Рамкі" msgid "Full Access" msgstr "Поўны доступ" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Поуны экран" @@ -2010,7 +2009,7 @@ msgstr "Даведка і падтрымка" msgid "Hidden" msgstr "Схаваныя" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Схаваныя файлы" @@ -2018,7 +2017,7 @@ msgstr "Схаваныя файлы" msgid "Hide" msgstr "Схаваць" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Схаваць подпіс" @@ -2065,11 +2064,11 @@ msgstr "Якасць выявы" msgid "Import" msgstr "Імпарт" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Імпарт адменены" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Імпарт завершаны за %d с" @@ -2127,11 +2126,11 @@ msgstr "Паказальнік" msgid "Indexing" msgstr "Індэксацыя" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Індэксацыя адменена" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Індэксацыя завершана за %d с" @@ -2139,7 +2138,7 @@ msgstr "Індэксацыя завершана за %d с" msgid "Indexing failed" msgstr "Збой індэксацыі" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Індэксацыя файлаў у %s" @@ -2147,11 +2146,11 @@ msgstr "Індэксацыя файлаў у %s" msgid "Indexing media and sidecar files…" msgstr "Ідзе індэксацыя мультымедыйных і дадатковых файлаў…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Індэксацыя арыгіналаў..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "інфармацыя" @@ -2160,8 +2159,8 @@ msgstr "інфармацыя" msgid "Inherit" msgstr "Спадчына" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Экземпляр" @@ -2175,7 +2174,7 @@ msgstr "Экзэмпляр недаступны. Паспрабуйце зноў #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Экземпляры" @@ -2297,11 +2296,11 @@ msgstr "Метка" msgid "Label not found" msgstr "Тэг не знойдзены" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Этыкетка захавана" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2313,7 +2312,7 @@ msgstr "Этыкетка захавана" msgid "Labels" msgstr "Меткі" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Меткі выдалены" @@ -2379,7 +2378,7 @@ msgstr "Аб'ектыў" msgid "Lens not found" msgstr "Аб'ектыў не знойдзены" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Бібліятэка" @@ -2396,7 +2395,7 @@ msgstr "Бібліятэка" msgid "License" msgstr "Ліцэнзія" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Падабаецца" @@ -2427,7 +2426,7 @@ msgstr "Спіс" msgid "Live" msgstr "жыць" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2541,7 +2540,7 @@ msgstr "Маркер" msgid "Maximum number of accounts has been reached." msgstr "Дасягнута максімальная колькасць уліковых запісаў." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "СМІ" @@ -2582,7 +2581,7 @@ msgstr "Мінімізаваць" msgid "Missing" msgstr "Прапаў без вестак" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Адсутнічае або няправільная канфігурацыя" @@ -2590,7 +2589,7 @@ msgstr "Адсутнічае або няправільная канфігура msgid "mixed" msgstr "змешаны" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Моманты" @@ -2608,7 +2607,7 @@ msgstr "Манахромныя" msgid "Month" msgstr "Месяц" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Больш варыянтаў" @@ -2624,7 +2623,7 @@ msgstr "Самы актуальны" msgid "Move Files" msgstr "Перамясціць файлы" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Перамяшчэнне файлаў з %s" @@ -2632,14 +2631,14 @@ msgstr "Перамяшчэнне файлаў з %s" msgid "Must have at least %{n} characters." msgstr "Павінна быць не менш за %{n} сімвалаў." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Адключыць гук" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2688,7 +2687,7 @@ msgstr "Новы пароль" msgid "Newest First" msgstr "Спачатку найноўшыя" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Далей" @@ -2825,7 +2824,7 @@ msgstr "Нефатаграфічныя і нізкаякасныя выявы п msgid "None" msgstr "Няма" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Не дазволена" @@ -2838,7 +2837,7 @@ msgstr "Недаступна ў публічным рэжыме" msgid "Not available in read-only mode" msgstr "Недаступна ў рэжыме толькі для чытання" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Не знойдзена" @@ -2846,7 +2845,7 @@ msgstr "Не знойдзена" msgid "Not sorted." msgstr "Не адсартаваны." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Не падтрымліваецца" @@ -2911,11 +2910,11 @@ msgstr "Раз на тыдзень" msgid "One album found" msgstr "Адзін альбом знойдзены" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Запіс дададзены ў %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Адзін запіс далей ад %s" @@ -2949,8 +2948,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Для аўтэнтыфікацыі з дапамогай 2FA можна наладзіць толькі ўліковыя запісы, якія кіруюцца лакальна." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Адкрыты" @@ -3056,7 +3055,7 @@ msgstr "Частка выбраных фотаздымкаў" msgid "Password" msgstr "Пароль" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Пароль зменены" @@ -3068,7 +3067,7 @@ msgstr "Паўза" msgid "Payment required" msgstr "Патрэбна аплата" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3084,7 +3083,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Людзі, з якімі вы абагульваеце спасылку, змогуць праглядаць агульнадаступнае змесціва." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Выдалены назаўсёды" @@ -3100,7 +3099,7 @@ msgstr "Асоба" msgid "Person cover updated" msgstr "Вокладка чалавека абноўлена" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Асоба выдалена" @@ -3109,7 +3108,7 @@ msgstr "Асоба выдалена" msgid "Person not found" msgstr "Чалавек не знойдзены" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Чалавек выратаваны" @@ -3129,7 +3128,7 @@ msgstr "PhotoPrism на 100% самастойна фінансуецца і не msgid "PhotoPrism+ Membership" msgstr "Членства ў PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Фатаграфіі" @@ -3159,8 +3158,8 @@ msgstr "Месца" msgid "Place & Time" msgstr "Месца і час" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3203,7 +3202,7 @@ msgstr "Звярніце ўвагу, што змена пароля прывяд msgid "Please restart your instance for the changes to take effect." msgstr "Перазапусціце асобнік, каб змены ўступілі ў сілу." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Калі ласка пачакай…" @@ -3215,7 +3214,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Ліміт памеру PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Партал" @@ -3255,7 +3254,7 @@ msgstr "Папярэдні прагляд" msgid "Preview Images" msgstr "Папярэдні прагляд відарысаў" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Папярэдні" @@ -3276,7 +3275,7 @@ msgstr "Папярэдні візуал" msgid "Primary" msgstr "Першасны" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3286,7 +3285,7 @@ msgstr "Першасны" msgid "Private" msgstr "Прыватныя" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Апрацоўка загрузкі..." @@ -3386,7 +3385,7 @@ msgstr "Чырвоны" msgid "Refresh" msgstr "Абнавіць" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3401,6 +3400,10 @@ msgstr "Рэгіёны" msgid "Register" msgstr "Зарэгіструйцеся" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Рэгістрацыя адключана" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3428,7 +3431,7 @@ msgstr "Выдаліць" msgid "remove failed: unknown album" msgstr "выдаліць не атрымалася: невядомы альбом" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Выдаліць з альбома" @@ -3444,11 +3447,11 @@ msgstr "Выдаліць з усіх выбраных фотаздымкаў" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Выдаліце імпартаваныя файлы, каб зэканоміць памяць. Непадтрымоўваныя тыпы файлаў ніколі не выдаляюцца, яны застаюцца ў сваім бягучым месцы." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Выдаліць выбраны экзэмпляр з рэестра кластара?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Выдалена" @@ -3456,7 +3459,7 @@ msgstr "Выдалена" msgid "Removed %{name}" msgstr "Выдалена %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Выдалена %d файлаў і %d фота" @@ -3465,7 +3468,7 @@ msgstr "Выдалена %d файлаў і %d фота" msgid "Repeated" msgstr "Паўтараецца" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Запыт не выкананы - вы па-за сеткай?" @@ -3496,12 +3499,12 @@ msgstr "Перазапуск" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Аднавіць" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Адноўлены" @@ -3513,7 +3516,7 @@ msgstr "Ліміт паўтораў" msgid "Retype Password" msgstr "Паўтарыце пароль" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3657,7 +3660,7 @@ msgstr "сакрэт" msgid "Security and Access" msgstr "Бяспека і доступ" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Выберыце" @@ -3704,19 +3707,19 @@ msgstr "Выберыце Час" msgid "Selection" msgstr "Выбар" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Выбар дададзены ў %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Выбар ухвалены" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Выбранае заархівавана" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Выбарка пазначана як прыватная" @@ -3724,7 +3727,7 @@ msgstr "Выбарка пазначана як прыватная" msgid "Selection not found" msgstr "Выбар не знойдзены" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Выбар адноўлены" @@ -3732,7 +3735,7 @@ msgstr "Выбар адноўлены" msgid "Sequential Name" msgstr "Паслядоўнае імя" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Абслугоўванне" @@ -3762,7 +3765,7 @@ msgstr "Ідэнтыфікатар сеансу" msgid "Sessions" msgstr "Сесіі" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Усталяваць у якасці вокладкі альбома" @@ -3772,15 +3775,15 @@ msgstr "Устанавіць як выяву вокладкі" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Налады" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Налады захаваны" @@ -3819,7 +3822,7 @@ msgstr "Паказаць усе цэтлікі" msgid "Show all new faces" msgstr "Паказаць усе новыя твары" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Паказаць подпіс" @@ -3907,7 +3910,7 @@ msgstr "URL-адрас сайта" msgid "Size" msgstr "Памер" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Слайд-шоў" @@ -3939,7 +3942,7 @@ msgstr "Не ўдалося стварыць некаторыя альбомы. msgid "Some albums could not be updated" msgstr "Некаторыя альбомы не ўдалося абнавіць" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Нешта пайшло не так, паўтарыце спробу" @@ -4043,7 +4046,7 @@ msgstr "Вуліцы" msgid "Subject" msgstr "Прадмет" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Тэма выдалена" @@ -4051,11 +4054,11 @@ msgstr "Тэма выдалена" msgid "Subject not found" msgstr "Тэма не знойдзена" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Тэма захавана" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Паспяхова актывавана" @@ -4068,7 +4071,7 @@ msgstr "Паспяхова падключана" msgid "Successfully deleted" msgstr "Паспяхова выдалена" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Паспяхова праверана" @@ -4233,7 +4236,7 @@ msgstr "Жэтон" msgid "Too many files selected" msgstr "Выбрана занадта шмат файлаў" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Занадта шмат запытаў" @@ -4289,7 +4292,7 @@ msgstr "Адмяніць" msgid "Unique ID" msgstr "Унікальны ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4326,7 +4329,7 @@ msgstr "Невядомае месца" msgid "Unregistered" msgstr "Незарэгістраваны" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Ня адсартавана" @@ -4347,7 +4350,7 @@ msgstr "Непадтрыманы фармат" msgid "Unsupported type" msgstr "Тып не падтрымліваецца" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4424,7 +4427,7 @@ msgstr "Запампоўка завершана. Індэксацыя…" msgid "Upload failed" msgstr "Памылка загрузкі" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Загрузка апрацавана" @@ -4464,7 +4467,7 @@ msgstr "Загрузка…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Загрузкі, якія могуць утрымліваць такія выявы, будуць адхіляцца аўтаматычна." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4485,7 +4488,7 @@ msgstr "Выкарыстоўвайце свой код аднаўлення аб #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Карыстальнік" @@ -4520,7 +4523,7 @@ msgstr "Імя карыстальніка" msgid "Users" msgstr "Карыстальнікі" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4541,6 +4544,10 @@ msgstr "Вектары" msgid "Verification Code" msgstr "Код верыфікацыі" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Патрабуецца праверка электроннай пошты" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Версія" @@ -4558,7 +4565,7 @@ msgstr "Відэа" msgid "Video Duration" msgstr "Працягласць відэа" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4742,11 +4749,11 @@ msgstr "Ваша нязменная падтрымка дапамагае нам msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Ваша бібліятэка пастаянна аналізуецца для аўтаматычнага стварэння альбомаў асаблівых момантаў, паездак і месцаў." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Створана ў %d с" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Павелічэнне/памяншэнне" @@ -4765,7 +4772,7 @@ msgctxt "Edit" msgid "Content" msgstr "Змест" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4787,7 +4794,7 @@ msgctxt "Photo" msgid "Title" msgstr "Назва" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/bg.po b/frontend/src/locales/bg.po index a87067f7c..caee3f6c7 100644 --- a/frontend/src/locales/bg.po +++ b/frontend/src/locales/bg.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Bulgarian \n" "Language: bg\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} е твърде дълъг" msgid "%{s} is too short" msgstr "%{s} е твърде кратък" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d добавени записи към %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d премахнати записи от %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d файлове, качени за %d сек" @@ -100,7 +100,7 @@ msgstr "%d файлове, качени за %d сек" msgid "%s already exists" msgstr "%s вече съществува" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s е възстановена" @@ -176,14 +176,13 @@ msgstr "Токен за достъп" msgid "Account" msgstr "Акаунт" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Създаден акаунт" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Изтрит акаунт" @@ -199,7 +198,7 @@ msgstr "Акаунтът не е намерен" msgid "Account restored" msgstr "Възстановена сметка" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Акаунтът запазен" @@ -207,7 +206,7 @@ msgstr "Акаунтът запазен" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Сметки" @@ -343,7 +342,7 @@ msgstr "Коригиране на датата и часа" msgid "Adjust Location" msgstr "Регулиране на местоположението" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Администратор" @@ -396,7 +395,7 @@ msgstr "След две седмици" msgid "Album" msgstr "Албум" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Албум %s изтрит" @@ -404,11 +403,11 @@ msgstr "Албум %s изтрит" msgid "Album Backups" msgstr "Резервни копия на албуми" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Съдържанието на албума беше клонирано" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Създаден албум" @@ -420,11 +419,11 @@ msgstr "Изтрит албум" msgid "Album not found" msgstr "Албумът не е намерен" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Запазен албум" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Запазен албум" msgid "Albums" msgstr "Албуми" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Изтрити албуми" @@ -538,7 +537,7 @@ msgstr "Надморска височина (м)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Одобряване и запазване на промените" msgid "Apps and Devices" msgstr "Приложения и устройства" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Архивирано" @@ -650,7 +649,7 @@ msgstr "Съотношение" msgid "Attributes" msgstr "Атрибути" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Доклад за грешка" msgid "Busy, please try again later" msgstr "Заето, моля, опитайте отново по-късно" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Заето, моля, изчакайте…" @@ -775,7 +774,7 @@ msgstr "Заето, моля, изчакайте…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "С използването на софтуера и услугите, които предоставяме, вие се съгласявате с нашите условия за ползване, политика за поверителност и кодекс на поведение." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Календар" @@ -897,11 +896,10 @@ msgstr "Промяна на частния флаг" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Промените не могат да бъдат запазени" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Clear" msgid "Clear {0}" msgstr "Изчистване на {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Клиент" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Клиент" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Клиент" msgid "Close" msgstr "Затвори" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Клъстер" @@ -1018,7 +1016,7 @@ msgstr "Клъстер" msgid "Cluster Admin" msgstr "Администратор на клъстера" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Възел на клъстера" @@ -1149,7 +1147,7 @@ msgstr "Копиране в клипборда" msgid "Copy" msgstr "копие" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Копиране на файлове от %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Създаване на странични файлове YAML за архивиране на метаданните на картината." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Създаден" @@ -1263,7 +1261,7 @@ msgstr "Протоколи за отработване" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Папка по подразбиране" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Отхвърляне на невалидни промени?" msgid "Discard unsaved changes?" msgstr "Отхвърляне на неспазените промени?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Открийте" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Изпълнено." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Изтегляне на отдалечени файлове" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Динамични прегледи" msgid "Dynamic Size Limit: %{n}px" msgstr "Ограничение на динамичния размер: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Въведете името на елемента..." msgid "Enter the code generated by your authenticator app:" msgstr "Въведете кода, генериран от приложението за удостоверяване:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Въведете код за верификация" @@ -1640,12 +1639,12 @@ msgstr "Въведете паролата си, за да потвърдите msgid "Entity not found" msgstr "Субектът не е намерен" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Грешка" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Неуспешно създаване на zip файл" msgid "Failed to load users." msgstr "Не успях да заредя потребителите." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Не успя да премахне маркера за лице" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Неуспешно премахване на името" @@ -1763,7 +1762,7 @@ msgstr "Не успях да рестартирам сървъра" msgid "Failed to save changes" msgstr "Неуспешно запазване на промените" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Не успя да запази маркер за лице" @@ -1796,7 +1795,7 @@ msgstr "Бърз" msgid "Favorite" msgstr "Любими" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Любими" @@ -1818,7 +1817,7 @@ msgstr "Жена" msgid "File" msgstr "Файл" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Файлов браузър" @@ -1826,7 +1825,7 @@ msgstr "Файлов браузър" msgid "File Conversion" msgstr "Конвертиране на файлове" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Изтрит файл" @@ -1842,7 +1841,7 @@ msgstr "Файл" msgid "File not found" msgstr "Файлът не е намерен" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Премахване на файла от стека" @@ -1855,7 +1854,7 @@ msgstr "Файл" msgid "File too large" msgstr "Твърде голям файл" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Качен файл" @@ -1901,7 +1900,7 @@ msgstr "Папката съдържа %{n} файлове" msgid "Folder is empty" msgstr "Папката е празна" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Папки" @@ -1928,7 +1927,7 @@ msgstr "Рамки" msgid "Full Access" msgstr "Пълен достъп" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Пълен екран" @@ -2013,7 +2012,7 @@ msgstr "Получаване на подкрепа" msgid "Hidden" msgstr "Скрит" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Скрити файлове" @@ -2021,7 +2020,7 @@ msgstr "Скрити файлове" msgid "Hide" msgstr "Скрий" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Скрий заглавието" @@ -2068,11 +2067,11 @@ msgstr "Качество на изображението" msgid "Import" msgstr "Внос" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Вносът е отменен" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Импортът е завършен за %d s" @@ -2130,11 +2129,11 @@ msgstr "Индекс" msgid "Indexing" msgstr "Индексиране" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Отменено индексиране" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Индексирането е завършено за %d сек" @@ -2142,7 +2141,7 @@ msgstr "Индексирането е завършено за %d сек" msgid "Indexing failed" msgstr "Индексирането е неуспешно" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Индексиране на файлове в %s" @@ -2150,11 +2149,11 @@ msgstr "Индексиране на файлове в %s" msgid "Indexing media and sidecar files…" msgstr "Индексиране на мултимедийни и странични файлове…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Индексиране на оригинали..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Информация" @@ -2163,8 +2162,8 @@ msgstr "Информация" msgid "Inherit" msgstr "Наследяване" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Инстанция" @@ -2178,7 +2177,7 @@ msgstr "Свързването с инстанцията не е възможн #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Инстанции" @@ -2300,11 +2299,11 @@ msgstr "Етикет" msgid "Label not found" msgstr "Етикетът не е намерен" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Запазен етикет" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Запазен етикет" msgid "Labels" msgstr "Етикети" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Изтрити етикети" @@ -2382,7 +2381,7 @@ msgstr "Обектив" msgid "Lens not found" msgstr "Обективът не е открит" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Библиотека" @@ -2399,7 +2398,7 @@ msgstr "Библиотека" msgid "License" msgstr "Лиценз" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Като" @@ -2430,7 +2429,7 @@ msgstr "Преглед на списъка" msgid "Live" msgstr "На живо" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Маркер" msgid "Maximum number of accounts has been reached." msgstr "Максималният брой акаунти е достигнат." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Медии" @@ -2585,7 +2584,7 @@ msgstr "Минимизиране на" msgid "Missing" msgstr "Липсващ" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Липсваща или невалидна конфигурация" @@ -2593,7 +2592,7 @@ msgstr "Липсваща или невалидна конфигурация" msgid "mixed" msgstr "смесен" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Моменти" @@ -2611,7 +2610,7 @@ msgstr "Монохромен" msgid "Month" msgstr "Месец" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Повече опции" @@ -2627,7 +2626,7 @@ msgstr "Най-подходящи" msgid "Move Files" msgstr "Преместване на файлове" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Преместване на файлове от %s" @@ -2635,14 +2634,14 @@ msgstr "Преместване на файлове от %s" msgid "Must have at least %{n} characters." msgstr "Най-малко 6 символа." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Заглушаване на звука" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Нова парола" msgid "Newest First" msgstr "Най-новият първи" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Следваща" @@ -2828,7 +2827,7 @@ msgstr "Нефотографските изображения и изображ msgid "None" msgstr "Няма" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Не е разрешено" @@ -2841,7 +2840,7 @@ msgstr "Не е наличен в публичен режим" msgid "Not available in read-only mode" msgstr "Не е наличен в режим само за четене" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Не е намерен" @@ -2849,7 +2848,7 @@ msgstr "Не е намерен" msgid "Not sorted." msgstr "Не е сортирано." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Не се поддържа" @@ -2914,11 +2913,11 @@ msgstr "Веднъж седмично" msgid "One album found" msgstr "Намерен е един албум" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Добавяне на един запис към %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Отстранен е един запис от %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Само локално управлявани акаунти могат да бъдат настроени за удостоверяване с 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Отворете" @@ -3059,7 +3058,7 @@ msgstr "Част от някои избрани снимки" msgid "Password" msgstr "Парола" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Паролата е променена" @@ -3071,7 +3070,7 @@ msgstr "Пауза" msgid "Payment required" msgstr "Необходимо е плащане" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Хората, с които споделяте връзката, ще могат да виждат публичното съдържание." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Постоянно изтрити" @@ -3103,7 +3102,7 @@ msgstr "Лице" msgid "Person cover updated" msgstr "Обновяване на покритието на лицето" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Изтрито лице" @@ -3112,7 +3111,7 @@ msgstr "Изтрито лице" msgid "Person not found" msgstr "Лицето не е намерено" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Запазено лице" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism е 100% независима и самофинансиращ msgid "PhotoPrism+ Membership" msgstr "Членство в PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Снимки" @@ -3162,8 +3161,8 @@ msgstr "Място" msgid "Place & Time" msgstr "Място & Време" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Моля, имайте предвид, че промяната на па msgid "Please restart your instance for the changes to take effect." msgstr "Моля, рестартирайте инстанцията си, за да влязат в сила промените." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Моля, изчакайте…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Ограничение на размера на PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Портал" @@ -3258,7 +3257,7 @@ msgstr "Преглед" msgid "Preview Images" msgstr "Предварителни изображения" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Предишна" @@ -3279,7 +3278,7 @@ msgstr "Предишна визуална" msgid "Primary" msgstr "Първичен" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Първичен" msgid "Private" msgstr "Частна" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Обработка на качването..." @@ -3389,7 +3388,7 @@ msgstr "Червено" msgid "Refresh" msgstr "Обновяване" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Региони" msgid "Register" msgstr "Регистрация" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Регистрацията е деактивирана" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Премахване на" msgid "remove failed: unknown album" msgstr "Премахването е неуспешно: непознат албум" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Премахване от албума" @@ -3447,11 +3450,11 @@ msgstr "Премахване от всички избрани снимки" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Премахване на импортирани файлове, за да се спести място за съхранение. Неподдържаните типове файлове никога не се изтриват, те остават в текущото си местоположение." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Премахване на избрания екземпляр от регистъра на клъстера?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Премахнати" @@ -3459,7 +3462,7 @@ msgstr "Премахнати" msgid "Removed %{name}" msgstr "Премахнато %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Премахнати са %d файлове и %d снимки" @@ -3468,7 +3471,7 @@ msgstr "Премахнати са %d файлове и %d снимки" msgid "Repeated" msgstr "Повтарящи се" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Заявката е неуспешна - офлайн сте?" @@ -3499,12 +3502,12 @@ msgstr "Рестартиране на" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Възстановяване на" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Възстановен" @@ -3516,7 +3519,7 @@ msgstr "Лимит на повторенията" msgid "Retype Password" msgstr "Повторно въвеждане на паролата" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Тайната" msgid "Security and Access" msgstr "Сигурност и достъп" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Изберете" @@ -3707,19 +3710,19 @@ msgstr "Изберете време" msgid "Selection" msgstr "Избор" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Добавяне на селекция към %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Одобрена селекция" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Архивирана селекция" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Селекция, отбелязана като частна" @@ -3727,7 +3730,7 @@ msgstr "Селекция, отбелязана като частна" msgid "Selection not found" msgstr "Изборът не е намерен" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Възстановена селекция" @@ -3735,7 +3738,7 @@ msgstr "Възстановена селекция" msgid "Sequential Name" msgstr "Последователно име" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Услуга" @@ -3765,7 +3768,7 @@ msgstr "Идентификатор на сесията" msgid "Sessions" msgstr "Сесии" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Задайте като корица на албум" @@ -3775,15 +3778,15 @@ msgstr "Задайте като изображение на корицата" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Настройки" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Запазени настройки" @@ -3822,7 +3825,7 @@ msgstr "Показване на всички етикети" msgid "Show all new faces" msgstr "Покажи всички нови лица" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Показване на заглавието" @@ -3910,7 +3913,7 @@ msgstr "Адрес на сайта" msgid "Size" msgstr "Размер" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Слайдшоу" @@ -3942,7 +3945,7 @@ msgstr "Някои албуми не могат да бъдат създаден msgid "Some albums could not be updated" msgstr "Някои албуми не могат да бъдат актуализирани" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Нещо се е объркало, опитайте отново" @@ -4046,7 +4049,7 @@ msgstr "Улици" msgid "Subject" msgstr "Тема" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Изтрит предмет" @@ -4054,11 +4057,11 @@ msgstr "Изтрит предмет" msgid "Subject not found" msgstr "Темата не е намерена" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Тема: запазени" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Успешно активиран" @@ -4071,7 +4074,7 @@ msgstr "Успешно свързване" msgid "Successfully deleted" msgstr "Успешно изтрит" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Успешно потвърдено" @@ -4236,7 +4239,7 @@ msgstr "Токен" msgid "Too many files selected" msgstr "Избрани са твърде много файлове" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Твърде много заявки" @@ -4292,7 +4295,7 @@ msgstr "Отмяна на" msgid "Unique ID" msgstr "Уникален идентификатор" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Неизвестно място" msgid "Unregistered" msgstr "Нерегистриран" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Несортиран" @@ -4350,7 +4353,7 @@ msgstr "Неподдържан формат" msgid "Unsupported type" msgstr "Неподдържан тип" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Качването е завършено. Индексиране…" msgid "Upload failed" msgstr "Качването е неуспешно" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Качването е обработено" @@ -4467,7 +4470,7 @@ msgstr "Презареждане…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Качванията, които могат да съдържат такива изображения, ще бъдат отхвърлени автоматично." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Използвайте кода си за възстановяване #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Потребител" @@ -4523,7 +4526,7 @@ msgstr "Потребителско име" msgid "Users" msgstr "Потребители" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Вектори" msgid "Verification Code" msgstr "Код за потвърждение" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Изисква се потвърден имейл" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Версия" @@ -4561,7 +4568,7 @@ msgstr "Видео" msgid "Video Duration" msgstr "Дарения" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Вашата постоянна подкрепа ни помага да msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Библиотеката ви се анализира непрекъснато, за да се създават автоматично албуми със специални моменти, пътувания и места." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip създаден за %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Увеличаване/намаляване на мащаба" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Съдържание" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Заглавие" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/ca.po b/frontend/src/locales/ca.po index 0200e363a..c63bc3a6f 100644 --- a/frontend/src/locales/ca.po +++ b/frontend/src/locales/ca.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: \n" "Language: ca\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} és massa llarg" msgid "%{s} is too short" msgstr "%{s} és massa curt" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d entrades afegides a %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "S'han eliminat %d entrades de %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d fitxers penjats en %d s" @@ -100,7 +100,7 @@ msgstr "%d fitxers penjats en %d s" msgid "%s already exists" msgstr "%s El nom ja existeix" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s s'ha restaurat" @@ -176,14 +176,13 @@ msgstr "Fitxa d'accés" msgid "Account" msgstr "Compte" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Compte creat" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Compte suprimit" @@ -199,7 +198,7 @@ msgstr "Compte no trobat" msgid "Account restored" msgstr "S'ha restaurat el compte" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Compte desat" @@ -207,7 +206,7 @@ msgstr "Compte desat" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Comptes" @@ -343,7 +342,7 @@ msgstr "Ajusta la data i l'hora" msgid "Adjust Location" msgstr "Ajusta la ubicació" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Després de dues setmanes" msgid "Album" msgstr "Àlbum" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "S'ha suprimit l'àlbum %s" @@ -404,11 +403,11 @@ msgstr "S'ha suprimit l'àlbum %s" msgid "Album Backups" msgstr "Còpies de seguretat d'àlbums" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Contingut de l'àlbum clonat" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Àlbum creat" @@ -420,11 +419,11 @@ msgstr "Àlbum suprimit" msgid "Album not found" msgstr "No s'ha trobat l'àlbum" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Àlbum desat" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Àlbum desat" msgid "Albums" msgstr "Àlbums" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Àlbums suprimits" @@ -538,7 +537,7 @@ msgstr "Altitud (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Aprova i desa els canvis" msgid "Apps and Devices" msgstr "Aplicacions i dispositius" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arxivat" @@ -650,7 +649,7 @@ msgstr "Relació d'aspecte" msgid "Attributes" msgstr "Atributs" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Informe d'error" msgid "Busy, please try again later" msgstr "Ocupat, torna-ho a provar més tard" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Ocupat, si us plau, espera..." @@ -775,7 +774,7 @@ msgstr "Ocupat, si us plau, espera..." msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "En utilitzar el programari i els serveis que oferim, accepteu les nostres condicions de servei, política de privadesa i codi de conducta." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Calendari" @@ -897,11 +896,10 @@ msgstr "Canvia la bandera privada" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "No s'han pogut desar els canvis" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Clar" msgid "Clear {0}" msgstr "Esborra {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Client" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Client" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Client" msgid "Close" msgstr "Tancar" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Clúster" @@ -1018,7 +1016,7 @@ msgstr "Clúster" msgid "Cluster Admin" msgstr "Administrador de clúster" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Nod de clúster" @@ -1149,7 +1147,7 @@ msgstr "S'ha copiat al porta-retalls" msgid "Copy" msgstr "Còpia" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "S'estan copiant fitxers de %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Creeu fitxers sidecar YAML per fer una còpia de seguretat de les metadades d'imatge." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Creat" @@ -1263,7 +1261,7 @@ msgstr "Registres de depuració" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Carpeta per defecte" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Descartar canvis invàlids?" msgid "Discard unsaved changes?" msgstr "Descartar els canvis no desats?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Descobreix" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Fet." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Descarrega fitxers remots" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Previsualitzacions dinàmiques" msgid "Dynamic Size Limit: %{n}px" msgstr "Límit de mida dinàmica: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Introduïu el nom de l'element..." msgid "Enter the code generated by your authenticator app:" msgstr "Introduïu el codi generat per la vostra aplicació d'autenticació:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Introduïu el codi de verificació" @@ -1640,12 +1639,12 @@ msgstr "Introduïu la vostra contrasenya per confirmar l'acció i continueu:" msgid "Entity not found" msgstr "No s'ha trobat l'entitat" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Error" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "No s'ha pogut crear el fitxer zip" msgid "Failed to load users." msgstr "S'ha fallat la càrrega dels usuaris." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "S'ha fallat l'eliminació del marcador facial" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "S'ha fallat l'eliminació del nom" @@ -1763,7 +1762,7 @@ msgstr "El servidor no s'ha pogut reiniciar" msgid "Failed to save changes" msgstr "No s'han pogut desar els canvis" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Error en desar el marcador facial" @@ -1796,7 +1795,7 @@ msgstr "Ràpida" msgid "Favorite" msgstr "Favorit" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favorits" @@ -1818,7 +1817,7 @@ msgstr "Femení" msgid "File" msgstr "Fitxer" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Navegador de fitxers" @@ -1826,7 +1825,7 @@ msgstr "Navegador de fitxers" msgid "File Conversion" msgstr "Conversió de fitxers" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "S'ha suprimit el fitxer" @@ -1842,7 +1841,7 @@ msgstr "Nom de fitxer" msgid "File not found" msgstr "No s'ha trobat el fitxer" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "S'ha eliminat el fitxer de la pila" @@ -1855,7 +1854,7 @@ msgstr "Tamany arxiu" msgid "File too large" msgstr "Fitxer massa gran" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Fitxer penjat" @@ -1901,7 +1900,7 @@ msgstr "La carpeta conté %{n} fitxers" msgid "Folder is empty" msgstr "La carpeta està buida" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Carpetes" @@ -1928,7 +1927,7 @@ msgstr "Marcs" msgid "Full Access" msgstr "Accés complet" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Pantalla completa" @@ -2013,7 +2012,7 @@ msgstr "Ajuda & Suport" msgid "Hidden" msgstr "Ocult" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Fitxers ocults" @@ -2021,7 +2020,7 @@ msgstr "Fitxers ocults" msgid "Hide" msgstr "Amagar" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Amaga el peu de foto" @@ -2068,11 +2067,11 @@ msgstr "Qualitat d'imatge" msgid "Import" msgstr "Importa" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importació cancel·lada" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Importació completada en %d s" @@ -2130,11 +2129,11 @@ msgstr "Índex" msgid "Indexing" msgstr "S'està indexant" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "S'ha cancel·lat la indexació" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexació completada en %d s" @@ -2142,7 +2141,7 @@ msgstr "Indexació completada en %d s" msgid "Indexing failed" msgstr "S'ha produït un error en la indexació" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indexant fitxers a %s" @@ -2150,11 +2149,11 @@ msgstr "Indexant fitxers a %s" msgid "Indexing media and sidecar files…" msgstr "S'estan indexant fitxers multimèdia i sidecar..." -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "S'estan indexant els originals..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informació" @@ -2163,8 +2162,8 @@ msgstr "Informació" msgid "Inherit" msgstr "Heretar" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instància" @@ -2178,7 +2177,7 @@ msgstr "Instance inaccessible. Torna a provar quan torni a estar en línia." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instàncies" @@ -2300,11 +2299,11 @@ msgstr "Etiqueta" msgid "Label not found" msgstr "No s'ha trobat l'etiqueta" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "S'ha desat l'etiqueta" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "S'ha desat l'etiqueta" msgid "Labels" msgstr "Etiquetes" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "S'han suprimit les etiquetes" @@ -2382,7 +2381,7 @@ msgstr "Lent" msgid "Lens not found" msgstr "Lent no trobada" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Biblioteca" @@ -2399,7 +2398,7 @@ msgstr "Biblioteca" msgid "License" msgstr "Llicència" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "M'agrada" @@ -2430,7 +2429,7 @@ msgstr "Vista de llista" msgid "Live" msgstr "En viu" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Marcador" msgid "Maximum number of accounts has been reached." msgstr "S'ha assolit el nombre màxim de comptes." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Mitjans de comunicació" @@ -2585,7 +2584,7 @@ msgstr "Minimitza" msgid "Missing" msgstr "Falta la pàgina d'enviament" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Falta la configuració o no és vàlida" @@ -2593,7 +2592,7 @@ msgstr "Falta la configuració o no és vàlida" msgid "mixed" msgstr "barrejat" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Moments" @@ -2611,7 +2610,7 @@ msgstr "Monocrom" msgid "Month" msgstr "Mes" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Més opcions" @@ -2627,7 +2626,7 @@ msgstr "El més rellevant" msgid "Move Files" msgstr "Mou arxius" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "S'estan movent fitxers de %s" @@ -2635,14 +2634,14 @@ msgstr "S'estan movent fitxers de %s" msgid "Must have at least %{n} characters." msgstr "Ha de tenir almenys %{n} caràcters." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Silenciar" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Nova contrasenya" msgid "Newest First" msgstr "El més nou primer" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "A continuació" @@ -2828,7 +2827,7 @@ msgstr "Les imatges no fotogràfiques i de baixa qualitat requereixen una revisi msgid "None" msgstr "Cap" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "No es permet" @@ -2841,7 +2840,7 @@ msgstr "No disponible en mode públic" msgid "Not available in read-only mode" msgstr "No disponible en mode només de lectura" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "No trobat" @@ -2849,7 +2848,7 @@ msgstr "No trobat" msgid "Not sorted." msgstr "No ordenat." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "No s'admet" @@ -2914,11 +2913,11 @@ msgstr "Una vegada per setmana" msgid "One album found" msgstr "S'ha trobat un àlbum" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "S'ha afegit una entrada a %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "S'ha eliminat una entrada de %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Només els comptes gestionats localment es poden configurar per a l'autenticació amb 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Obert" @@ -3059,7 +3058,7 @@ msgstr "Part d'algunes fotos seleccionades" msgid "Password" msgstr "Contrasenya" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "S’ha canviat la contrasenya" @@ -3071,7 +3070,7 @@ msgstr "Pausa" msgid "Payment required" msgstr "Pagament requerit" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Les persones amb qui comparteixis un enllaç podran veure contingut públic." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Esborrat permanentment" @@ -3103,7 +3102,7 @@ msgstr "Persona" msgid "Person cover updated" msgstr "Portada de persona actualitzada" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "S'ha suprimit la persona" @@ -3112,7 +3111,7 @@ msgstr "S'ha suprimit la persona" msgid "Person not found" msgstr "Persona no trobada" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Persona salvada" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism és 100% autofinançat i independent." msgid "PhotoPrism+ Membership" msgstr "Membre de PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotos" @@ -3162,8 +3161,8 @@ msgstr "Lloc" msgid "Place & Time" msgstr "Lloc i hora" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Tingueu en compte que si canvieu la contrasenya, tanqueu la sessió en a msgid "Please restart your instance for the changes to take effect." msgstr "Si us plau, reinicieu la vostra instància perquè els canvis tinguin efecte." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Si us plau, espereu…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Límit de mida del PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Previsualitza" msgid "Preview Images" msgstr "Vista prèvia d'imatges" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Anterior" @@ -3279,7 +3278,7 @@ msgstr "Visual anterior" msgid "Primary" msgstr "Primari" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primari" msgid "Private" msgstr "Privada" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "S'està processant la càrrega..." @@ -3389,7 +3388,7 @@ msgstr "Vermell" msgid "Refresh" msgstr "Actualitzar" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regions" msgid "Register" msgstr "Registra't" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registre desactivat" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Elimina" msgid "remove failed: unknown album" msgstr "ha fallat l'eliminació: àlbum desconegut" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Elimina de l'àlbum" @@ -3447,11 +3450,11 @@ msgstr "Elimina de totes les fotos seleccionades" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Elimina els fitxers importats per estalviar emmagatzematge. Els tipus de fitxers no compatibles no se suprimiran mai, es mantenen a la seva ubicació actual." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Voleu eliminar la instància seleccionada del registre del clúster?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Eliminat" @@ -3459,7 +3462,7 @@ msgstr "Eliminat" msgid "Removed %{name}" msgstr "Eliminat %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "S'han eliminat %d fitxers i %d fotos" @@ -3468,7 +3471,7 @@ msgstr "S'han eliminat %d fitxers i %d fotos" msgid "Repeated" msgstr "Repetida" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "La sol·licitud ha fallat; estàs fora de línia?" @@ -3499,12 +3502,12 @@ msgstr "Reinicia" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Restaura" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Restaurat" @@ -3516,7 +3519,7 @@ msgstr "Límit de torna a intentar" msgid "Retype Password" msgstr "Torneu a escriure la contrasenya" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Secret" msgid "Security and Access" msgstr "Seguretat i Accés" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Selecciona" @@ -3707,19 +3710,19 @@ msgstr "Seleccioneu Hora" msgid "Selection" msgstr "Selecció" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "S'ha afegit una selecció a %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Selecció aprovada" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Selecció arxivada" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "La selecció s'ha marcat com a privada" @@ -3727,7 +3730,7 @@ msgstr "La selecció s'ha marcat com a privada" msgid "Selection not found" msgstr "No s'ha trobat la selecció" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "S'ha restaurat la selecció" @@ -3735,7 +3738,7 @@ msgstr "S'ha restaurat la selecció" msgid "Sequential Name" msgstr "Nom seqüencial" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Servei" @@ -3765,7 +3768,7 @@ msgstr "ID de sessió" msgid "Sessions" msgstr "Sessions" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Estableix com a portada de l'àlbum" @@ -3775,15 +3778,15 @@ msgstr "Estableix com a imatge de portada" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Configuració" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Configuració desada" @@ -3822,7 +3825,7 @@ msgstr "Mostra totes les etiquetes" msgid "Show all new faces" msgstr "Mostra totes les cares noves" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Mostra la llegenda" @@ -3910,7 +3913,7 @@ msgstr "URL del lloc" msgid "Size" msgstr "Mida" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Presentació de diapositives" @@ -3942,7 +3945,7 @@ msgstr "No s'han pogut crear alguns àlbums. Editeu-ne els noms i torneu-ho a pr msgid "Some albums could not be updated" msgstr "No s'han pogut actualitzar alguns àlbums" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "S'ha produït un error, torna-ho a provar" @@ -4046,7 +4049,7 @@ msgstr "Carrers" msgid "Subject" msgstr "Assumpte" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "S'ha suprimit el tema" @@ -4054,11 +4057,11 @@ msgstr "S'ha suprimit el tema" msgid "Subject not found" msgstr "No s'ha trobat el tema" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Assumpte desat" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "S'ha activat correctament" @@ -4071,7 +4074,7 @@ msgstr "Connectat correctament" msgid "Successfully deleted" msgstr "S'ha suprimit correctament" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Verificat correctament" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "S'han seleccionat massa fitxers" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Massa peticions" @@ -4292,7 +4295,7 @@ msgstr "Desfer" msgid "Unique ID" msgstr "ID únic" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Ubicació desconeguda" msgid "Unregistered" msgstr "No registrat" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "SeneEthiopian month 11 - LongName" @@ -4350,7 +4353,7 @@ msgstr "Format no compatible" msgid "Unsupported type" msgstr "Tipus no compatible" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Càrrega completa. S'està indexant..." msgid "Upload failed" msgstr "La càrrega ha fallat" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "S'ha processat la càrrega" @@ -4467,7 +4470,7 @@ msgstr "S'està carregant…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Les càrregues que puguin contenir aquestes imatges seran rebutjades automàticament." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Utilitzeu el vostre codi de recuperació o poseu-vos en contacte amb un #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Usuari" @@ -4523,7 +4526,7 @@ msgstr "Usuari" msgid "Users" msgstr "Usuaris" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vectors" msgid "Verification Code" msgstr "Codi de verificació" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Cal un correu electrònic verificat" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versió" @@ -4561,7 +4568,7 @@ msgstr "Vídeo" msgid "Video Duration" msgstr "Durada del vídeo" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4747,11 +4754,11 @@ msgstr "El vostre suport continuat ens ajuda a oferir actualitzacions periòdiqu msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "La vostra biblioteca s'analitza contínuament per crear automàticament àlbums de moments, viatges i llocs especials." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip creat en %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Apropa o redueix" @@ -4770,7 +4777,7 @@ msgctxt "Edit" msgid "Content" msgstr "Contingut" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4792,7 +4799,7 @@ msgctxt "Photo" msgid "Title" msgstr "Títol" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/cs.po b/frontend/src/locales/cs.po index c42ca87b8..1a247018e 100644 --- a/frontend/src/locales/cs.po +++ b/frontend/src/locales/cs.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} je příliš dlouhé" msgid "%{s} is too short" msgstr "%{s} je příliš krátké" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d záznamů přidáno do %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d záznamů odstraněno z %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d souborů nahráno za %d s" @@ -100,7 +100,7 @@ msgstr "%d souborů nahráno za %d s" msgid "%s already exists" msgstr "%s již existuje" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s bylo obnoveno" @@ -176,14 +176,13 @@ msgstr "Přístupový token" msgid "Account" msgstr "Účet" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Účet vytvořen" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Účet vymazán" @@ -199,7 +198,7 @@ msgstr "Účet nenalezen" msgid "Account restored" msgstr "Obnovení účtu" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Účet uložen" @@ -207,7 +206,7 @@ msgstr "Účet uložen" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Účty" @@ -343,7 +342,7 @@ msgstr "Nastavení data a času" msgid "Adjust Location" msgstr "Upravit umístění" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Po dvou týdnech" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s vymazáno" @@ -404,11 +403,11 @@ msgstr "Album %s vymazáno" msgid "Album Backups" msgstr "Zálohy alb" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Obsah alba naklonován" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album vytvořeno" @@ -420,11 +419,11 @@ msgstr "Album smazáno" msgid "Album not found" msgstr "Album nenalezeno" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album uloženo" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album uloženo" msgid "Albums" msgstr "Alba" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Alba vymazána" @@ -538,7 +537,7 @@ msgstr "Nadmořská výška (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Schválení a uložení změn" msgid "Apps and Devices" msgstr "Aplikace a zařízení" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Archivováno" @@ -650,7 +649,7 @@ msgstr "Poměr stran" msgid "Attributes" msgstr "Atributy" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Nahlásit chybu" msgid "Busy, please try again later" msgstr "Zaneprázdněn, zkuste to prosím později" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Zaneprázdněn, čekejte prosím…" @@ -775,7 +774,7 @@ msgstr "Zaneprázdněn, čekejte prosím…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Používáním softwaru a služeb, které poskytujeme, souhlasíte s našimi podmínkami služby, zásadami ochrany osobních údajů a kodexem chování." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalendář" @@ -897,11 +896,10 @@ msgstr "Změnit soukromou vlaječku" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Změny nemohly být uloženy" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Přehledně" msgid "Clear {0}" msgstr "Vymazat {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Klient" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Klient" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Klient" msgid "Close" msgstr "Zavřít" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Cluster" @@ -1018,7 +1016,7 @@ msgstr "Cluster" msgid "Cluster Admin" msgstr "Správce clusteru" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Uzel clusteru" @@ -1149,7 +1147,7 @@ msgstr "Zkopírováno do schránky" msgid "Copy" msgstr "Kopie" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Kopírování souborů z %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Vytvoření souborů YAML sidecar pro zálohování metadat obrázků." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Vytvořeno" @@ -1263,7 +1261,7 @@ msgstr "Protokoly ladění" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Výchozí složka" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Zahodit neplatné změny?" msgid "Discard unsaved changes?" msgstr "Zahodit neuložené změny?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Objevit" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Hotovo." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Stáhnout vzdálené soubory" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Dynamické náhledy" msgid "Dynamic Size Limit: %{n}px" msgstr "Dynamický limit velikosti: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Zadejte název položky..." msgid "Enter the code generated by your authenticator app:" msgstr "Zadejte kód vygenerovaný aplikací autentizátoru:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Vložte ověřovací kód" @@ -1640,12 +1639,12 @@ msgstr "Pro potvrzení zadejte své heslo a pokračujte:" msgid "Entity not found" msgstr "Subjekt nebyl nalezen" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Chyba" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Nebylo možné vytvořit soubor ZIP" msgid "Failed to load users." msgstr "Načtení uživatelů se nezdařilo." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Nepodařilo se odstranit značku obličeje" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Nepodařilo se odstranit název" @@ -1763,7 +1762,7 @@ msgstr "Nepodařilo se restartovat server" msgid "Failed to save changes" msgstr "Nepodařilo se uložit změny" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Nepovedlo se zachovat značku tváře" @@ -1796,7 +1795,7 @@ msgstr "Rychlé" msgid "Favorite" msgstr "Oblíbené" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Oblíbené" @@ -1818,7 +1817,7 @@ msgstr "Žena" msgid "File" msgstr "Soubor" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Prohlížeč souborů" @@ -1826,7 +1825,7 @@ msgstr "Prohlížeč souborů" msgid "File Conversion" msgstr "Převod souborů" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Soubor vymazán" @@ -1842,7 +1841,7 @@ msgstr "Název souboru" msgid "File not found" msgstr "Soubor nenalezen" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Soubor odstraněn ze stohu" @@ -1855,7 +1854,7 @@ msgstr "Velikost souboru" msgid "File too large" msgstr "Příliš velký soubor" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Soubor odeslán" @@ -1901,7 +1900,7 @@ msgstr "Složka obsahuje %{n} souborů" msgid "Folder is empty" msgstr "Složka je prázdná" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Složky" @@ -1928,7 +1927,7 @@ msgstr "Frames" msgid "Full Access" msgstr "Volný přístup" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Celá obrazovka" @@ -2013,7 +2012,7 @@ msgstr "Nápověda & Podpora" msgid "Hidden" msgstr "Skryté" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Skryté soubory" @@ -2021,7 +2020,7 @@ msgstr "Skryté soubory" msgid "Hide" msgstr "Skrýt" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Skrýt titulek" @@ -2068,11 +2067,11 @@ msgstr "Kvalita obrazu" msgid "Import" msgstr "Importovat" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Import zrušen" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Import dokončen za %d s" @@ -2130,11 +2129,11 @@ msgstr "Indexovat" msgid "Indexing" msgstr "Indexování" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indexování zrušeno" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexování dokončeno za %d s" @@ -2142,7 +2141,7 @@ msgstr "Indexování dokončeno za %d s" msgid "Indexing failed" msgstr "Indexování selhalo" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indexování souborů v %s" @@ -2150,11 +2149,11 @@ msgstr "Indexování souborů v %s" msgid "Indexing media and sidecar files…" msgstr "Indexování media a přidružených souborů…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indexování originálů..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informace" @@ -2163,8 +2162,8 @@ msgstr "Informace" msgid "Inherit" msgstr "Zdědit" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instance" @@ -2178,7 +2177,7 @@ msgstr "Instance je nedostupná. Zkuste to znovu, až bude opět online." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instance" @@ -2300,11 +2299,11 @@ msgstr "Štítek" msgid "Label not found" msgstr "Štítek nenalezen" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Štítek uložen" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Štítek uložen" msgid "Labels" msgstr "Štítky" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Štítky vymazány" @@ -2382,7 +2381,7 @@ msgstr "Objektiv" msgid "Lens not found" msgstr "Objektiv nebyl nalezen" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Knihovna" @@ -2399,7 +2398,7 @@ msgstr "Knihovna" msgid "License" msgstr "Licence" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Líbí se mi" @@ -2430,7 +2429,7 @@ msgstr "Zobrazení seznamu" msgid "Live" msgstr "Živé" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Značka" msgid "Maximum number of accounts has been reached." msgstr "Bylo dosaženo maximálního počtu účtů." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Média" @@ -2585,7 +2584,7 @@ msgstr "Minimalizovat" msgid "Missing" msgstr "Chybějící" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Chybějící nebo neplatná konfigurace" @@ -2593,7 +2592,7 @@ msgstr "Chybějící nebo neplatná konfigurace" msgid "mixed" msgstr "smíšené" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Okamžiky" @@ -2611,7 +2610,7 @@ msgstr "Monochromatické" msgid "Month" msgstr "Měsíc" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Další možnosti" @@ -2627,7 +2626,7 @@ msgstr "Nejrelevantnější" msgid "Move Files" msgstr "Přesunout soubory" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Přesouvání souborů z %s" @@ -2635,14 +2634,14 @@ msgstr "Přesouvání souborů z %s" msgid "Must have at least %{n} characters." msgstr "Musí mít alespoň %{n} znaků." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Ztlumit" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Nové heslo" msgid "Newest First" msgstr "Od nejnovějších" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Další" @@ -2828,7 +2827,7 @@ msgstr "Nefotografické obrázky a snímky nízké kvality vyžadují kontrolu, msgid "None" msgstr "Žádné" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Není povoleno" @@ -2841,7 +2840,7 @@ msgstr "Není k dispozici ve veřejném módu" msgid "Not available in read-only mode" msgstr "Není k dispozici v režimu pouze pro čtení" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Nenalezeno" @@ -2849,7 +2848,7 @@ msgstr "Nenalezeno" msgid "Not sorted." msgstr "Netřídí se." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Není podporováno" @@ -2914,11 +2913,11 @@ msgstr "Jednou týdně" msgid "One album found" msgstr "Nalezeno jedno album" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Jeden záznam přidán do %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Jeden záznam odstraněn z %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Pro ověřování pomocí 2FA lze nastavit pouze lokálně spravované účty." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Otevřít" @@ -3059,7 +3058,7 @@ msgstr "Část vybraných fotografií" msgid "Password" msgstr "Heslo" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Heslo změněno" @@ -3071,7 +3070,7 @@ msgstr "Pauza" msgid "Payment required" msgstr "Je nutná platba" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Lidé, se kterými sdílíte odkaz, budou moci zobrazit veřejný obsah." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Trvale smazáno" @@ -3103,7 +3102,7 @@ msgstr "Osoba" msgid "Person cover updated" msgstr "Aktualizace obálky osoby" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Vymazaná osoba" @@ -3112,7 +3111,7 @@ msgstr "Vymazaná osoba" msgid "Person not found" msgstr "Osoba nebyla nalezena" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Uložená osoba" @@ -3132,7 +3131,7 @@ msgstr "Společnost PhotoPrism je 100% nezávislá a financovaná z vlastních z msgid "PhotoPrism+ Membership" msgstr "Členství v programu PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotografie" @@ -3162,8 +3161,8 @@ msgstr "Místo" msgid "Place & Time" msgstr "Místo a Čas" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Vezměte prosím na vědomí, že změna hesla vás odhlásí i na jiný msgid "Please restart your instance for the changes to take effect." msgstr "Aby se změny projevily, restartujte instanci." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Počkejte prosím…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG limit velikosti: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portál" @@ -3258,7 +3257,7 @@ msgstr "Náhled" msgid "Preview Images" msgstr "Náhled obrázků" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Předchozí" @@ -3279,7 +3278,7 @@ msgstr "Předchozí vizuální" msgid "Primary" msgstr "Primární" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primární" msgid "Private" msgstr "Soukromé" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Zpracování nahrávání..." @@ -3389,7 +3388,7 @@ msgstr "Červená" msgid "Refresh" msgstr "Obnovit" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regiony" msgid "Register" msgstr "Registrace" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registrace zakázána" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Odstranit" msgid "remove failed: unknown album" msgstr "odstranění selhalo: neznámé album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Odebrat z alba" @@ -3447,11 +3450,11 @@ msgstr "Odstranit ze všech vybraných fotografií" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "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í." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Odebrat vybranou instanci z registru clusteru?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Odstraněno" @@ -3459,7 +3462,7 @@ msgstr "Odstraněno" msgid "Removed %{name}" msgstr "Odstraněno %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Odstraněno %d souborů a %d fotografií" @@ -3468,7 +3471,7 @@ msgstr "Odstraněno %d souborů a %d fotografií" msgid "Repeated" msgstr "Opakované" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Požadavek se nezdařil - jste offline?" @@ -3499,12 +3502,12 @@ msgstr "Restartování" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Obnovit" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Obnovené stránky" @@ -3516,7 +3519,7 @@ msgstr "Limit opakování" msgid "Retype Password" msgstr "Znovu zadejte heslo" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Tajemství" msgid "Security and Access" msgstr "Zabezpečení a přístup" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Označit" @@ -3707,19 +3710,19 @@ msgstr "Zvolte čas" msgid "Selection" msgstr "Výběr" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Výběr přidán do %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Výběr potvrzen" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Výběr archivován" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Výběr označen jako Soukromý" @@ -3727,7 +3730,7 @@ msgstr "Výběr označen jako Soukromý" msgid "Selection not found" msgstr "Výběr nenalezen" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Výběr obnoven" @@ -3735,7 +3738,7 @@ msgstr "Výběr obnoven" msgid "Sequential Name" msgstr "Pořadový název" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Služba" @@ -3765,7 +3768,7 @@ msgstr "ID relace" msgid "Sessions" msgstr "Relace" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Nastavit jako obal alba" @@ -3775,15 +3778,15 @@ msgstr "Nastavit jako titulní obrázek" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Nastavení" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Nastavení uloženo" @@ -3822,7 +3825,7 @@ msgstr "Zobrazit všechny štítky" msgid "Show all new faces" msgstr "Zobrazit všechny nové tváře" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Zobrazit titulek" @@ -3910,7 +3913,7 @@ msgstr "Adresa URL webu" msgid "Size" msgstr "Velikost" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Prezentace" @@ -3942,7 +3945,7 @@ msgstr "Některá alba nebylo možné vytvořit. Upravte prosím názvy a zkuste msgid "Some albums could not be updated" msgstr "Některá alba nebylo možné aktualizovat" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Něco se pokazilo, zkuste to znovu" @@ -4046,7 +4049,7 @@ msgstr "Ulice" msgid "Subject" msgstr "Předmět" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Předmět smazán" @@ -4054,11 +4057,11 @@ msgstr "Předmět smazán" msgid "Subject not found" msgstr "Předmět nebyl nalezen" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Předmět uložen" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Úspěšně aktivováno" @@ -4071,7 +4074,7 @@ msgstr "Úspěšně připojeno" msgid "Successfully deleted" msgstr "Úspěšně odstraněno" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Úspěšně ověřeno" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Příliš mnoho vybraných souborů" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Příliš mnoho požadavků" @@ -4292,7 +4295,7 @@ msgstr "Vrátit" msgid "Unique ID" msgstr "Jedinečné ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Neznámé místo" msgid "Unregistered" msgstr "Neregistrovaný" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Neseřazeno" @@ -4350,7 +4353,7 @@ msgstr "Nepodporovaný formát" msgid "Unsupported type" msgstr "Nepodporovaný typ" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Nahrávání dokončeno. Indexování…" msgid "Upload failed" msgstr "Nahrávání selhalo" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Nahrávání bylo zpracováno" @@ -4467,7 +4470,7 @@ msgstr "Nahrávání…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Nahrávání obsahující takovéto snímky budou automaticky odmítnuta." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Použijte kód pro obnovení nebo se obraťte na správce." #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Uživatel" @@ -4523,7 +4526,7 @@ msgstr "Uživatelské jméno" msgid "Users" msgstr "Uživatelé" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vektory" msgid "Verification Code" msgstr "Ověřovací kód" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Vyžadován ověřený e-mail" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Verze" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Délka videa" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Vaše trvalá podpora nám pomáhá poskytovat pravidelné aktualizace a msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Vaše knihovna je průběžně analyzována a automaticky vytváří alba zvláštních okamžiků, výletů a míst." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "ZIP vytvořen za %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Přiblížit/Oddálit" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Obsah" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Titulek" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/da.po b/frontend/src/locales/da.po index 8a41474a7..8a5097960 100644 --- a/frontend/src/locales/da.po +++ b/frontend/src/locales/da.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} er for lang" msgid "%{s} is too short" msgstr "%{s} er for kort" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d poster tilføjet til %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d poster fjernet fra %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d filer uploadet på %d s" @@ -100,7 +100,7 @@ msgstr "%d filer uploadet på %d s" msgid "%s already exists" msgstr "%s findes allerede" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s er blevet genoprettet" @@ -176,14 +176,13 @@ msgstr "Adgangstoken" msgid "Account" msgstr "Konto" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Konto oprettet" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Konto slettet" @@ -199,7 +198,7 @@ msgstr "Kontoen blev ikke fundet" msgid "Account restored" msgstr "Konto gendannet" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Gemte konto" @@ -207,7 +206,7 @@ msgstr "Gemte konto" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Konti" @@ -343,7 +342,7 @@ msgstr "Juster dato og tid" msgid "Adjust Location" msgstr "Juster placering" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Efter tre uger" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s slettet" @@ -404,11 +403,11 @@ msgstr "Album %s slettet" msgid "Album Backups" msgstr "Sikkerhedskopier af album" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Albumindhold klonet" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album oprettet" @@ -420,11 +419,11 @@ msgstr "Albummet er slettet" msgid "Album not found" msgstr "Album ikke fundet" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album gemt" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album gemt" msgid "Albums" msgstr "Album" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albums slettet" @@ -538,7 +537,7 @@ msgstr "Højde (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Godkend og gem ændringer" msgid "Apps and Devices" msgstr "Apps og enheder" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arkiveret" @@ -650,7 +649,7 @@ msgstr "Billedformat" msgid "Attributes" msgstr "Egenskaber" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Fejlrapport" msgid "Busy, please try again later" msgstr "Optaget, prøv venligst igen senere" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Optaget, vent venligst …" @@ -775,7 +774,7 @@ msgstr "Optaget, vent venligst …" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Ved at bruge den software og de tjenester, vi tilbyder, accepterer du vores servicevilkår, privatlivspolitik og adfærdskodeks." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalender" @@ -897,11 +896,10 @@ msgstr "Ændre privat flag" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Ændringer kunne ikke gemmes" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Klar" msgid "Clear {0}" msgstr "Ryd {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Kunde" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Kunde" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Kunde" msgid "Close" msgstr "Luk" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Klynge" @@ -1018,7 +1016,7 @@ msgstr "Klynge" msgid "Cluster Admin" msgstr "Klyngeadministrator" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Klyngeknudepunkt" @@ -1149,7 +1147,7 @@ msgstr "Kopieret til udklipsholderen" msgid "Copy" msgstr "Kopier" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Kopierer filer fra %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Opret YAML-sidevognsfiler til sikkerhedskopiering af billedmetadata." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Oprettet" @@ -1263,7 +1261,7 @@ msgstr "Fejlfindingslog" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Standardmappe" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Kassere ugyldige ændringer?" msgid "Discard unsaved changes?" msgstr "Kassere ikke-gemte ændringer?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Opdag" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Udført." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Download fjernfiler" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Dynamiske miniaturebilleder" msgid "Dynamic Size Limit: %{n}px" msgstr "Grænse for dynamisk størrelse: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Indtast varens navn..." msgid "Enter the code generated by your authenticator app:" msgstr "Indtast den kode, der genereres af din autentificeringsapp:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Indtast verifikations kode" @@ -1640,12 +1639,12 @@ msgstr "Indtast din adgangskode for at bekræfte handlingen og fortsæt:" msgid "Entity not found" msgstr "Enheden blev ikke fundet" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Fejl" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Det lykkedes ikke at oprette zip-fil" msgid "Failed to load users." msgstr "Det lykkedes ikke at indlæse brugere." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Kunne ikke fjerne ansigtsmarkøren" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Kunne ikke fjerne navn" @@ -1763,7 +1762,7 @@ msgstr "Det lykkedes ikke at genstarte serveren" msgid "Failed to save changes" msgstr "Kunne ikke gemme ændringer" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Kunne ikke redde ansigtsmarkør" @@ -1796,7 +1795,7 @@ msgstr "Hurtig" msgid "Favorite" msgstr "Favorit" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favoritter" @@ -1818,7 +1817,7 @@ msgstr "Kvinde" msgid "File" msgstr "Fil" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Filbrowser" @@ -1826,7 +1825,7 @@ msgstr "Filbrowser" msgid "File Conversion" msgstr "Konvertering af filer" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Fil slettet" @@ -1842,7 +1841,7 @@ msgstr "Filnavn" msgid "File not found" msgstr "Filen blev ikke fundet" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Fil fjernet fra stakken" @@ -1855,7 +1854,7 @@ msgstr "Filstørrelse" msgid "File too large" msgstr "Filen er for stor" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Fil uploadet" @@ -1901,7 +1900,7 @@ msgstr "Mappen indeholder %{n} filer" msgid "Folder is empty" msgstr "Mappen er tom" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Mapper" @@ -1928,7 +1927,7 @@ msgstr "Rammer" msgid "Full Access" msgstr "Fuld adgang" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Fuld skærm" @@ -2013,7 +2012,7 @@ msgstr "Hjælp og Support" msgid "Hidden" msgstr "Skjult" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Skjulte filer" @@ -2021,7 +2020,7 @@ msgstr "Skjulte filer" msgid "Hide" msgstr "Skjul" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Skjul billedtekst" @@ -2068,11 +2067,11 @@ msgstr "Billedkvalitet" msgid "Import" msgstr "Importere" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Import annulleret" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Import afsluttet efter %d s" @@ -2130,11 +2129,11 @@ msgstr "Indeks" msgid "Indexing" msgstr "Indeksering" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indeksering annulleret" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indeksering afsluttet efter %d s" @@ -2142,7 +2141,7 @@ msgstr "Indeksering afsluttet efter %d s" msgid "Indexing failed" msgstr "Indeksering fejlede" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indeksering af filer i %s" @@ -2150,11 +2149,11 @@ msgstr "Indeksering af filer i %s" msgid "Indexing media and sidecar files…" msgstr "Indekserer medie- og sidecar filer…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indeksering af originaler..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Information" @@ -2163,8 +2162,8 @@ msgstr "Information" msgid "Inherit" msgstr "Arve" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Forekomst" @@ -2178,7 +2177,7 @@ msgstr "Der kan ikke oprettes forbindelse til instansen. Prøv igen, når den er #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Forekomster" @@ -2300,11 +2299,11 @@ msgstr "Etiket" msgid "Label not found" msgstr "Etiket ikke fundet" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Etikette gemt" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Etikette gemt" msgid "Labels" msgstr "Etiketter" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Etiketter slettet" @@ -2382,7 +2381,7 @@ msgstr "Linse" msgid "Lens not found" msgstr "Objektiv ikke fundet" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Bibliotek" @@ -2399,7 +2398,7 @@ msgstr "Bibliotek" msgid "License" msgstr "Licens" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Synes godt om" @@ -2430,7 +2429,7 @@ msgstr "Listevisning" msgid "Live" msgstr "Direkte" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Markør" msgid "Maximum number of accounts has been reached." msgstr "Det maksimale antal konti er nået." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Medier" @@ -2585,7 +2584,7 @@ msgstr "Minimer" msgid "Missing" msgstr "Mangler" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Manglende eller ugyldig konfiguration" @@ -2593,7 +2592,7 @@ msgstr "Manglende eller ugyldig konfiguration" msgid "mixed" msgstr "blandet" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Øjeblikke" @@ -2611,7 +2610,7 @@ msgstr "Monokrom" msgid "Month" msgstr "Måned" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Flere muligheder" @@ -2627,7 +2626,7 @@ msgstr "Mest relevante" msgid "Move Files" msgstr "Flyt filer" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Flytter filer fra %s" @@ -2635,14 +2634,14 @@ msgstr "Flytter filer fra %s" msgid "Must have at least %{n} characters." msgstr "Skal indeholde mindst %{n} tegn." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Dæmpet" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Nyt kodeord" msgid "Newest First" msgstr "Nyeste først" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Næste" @@ -2828,7 +2827,7 @@ msgstr "Ikke-fotografiske billeder af lav kvalitet kræver en gennemgang, før d msgid "None" msgstr "Ingen" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Ikke tilladt" @@ -2841,7 +2840,7 @@ msgstr "Ikke tilgængelig i offentlig tilstand" msgid "Not available in read-only mode" msgstr "Ikke tilgængelig i skrivebeskyttet tilstand" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Ikke fundet" @@ -2849,7 +2848,7 @@ msgstr "Ikke fundet" msgid "Not sorted." msgstr "Ikke sorteret." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Ikke understøttet" @@ -2914,11 +2913,11 @@ msgstr "En gang om ugen" msgid "One album found" msgstr "Et album fundet" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "En post tilføjet til %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "En post fjernet fra %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Kun lokalt administrerede konti kan konfigureres til godkendelse med 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Åben" @@ -3059,7 +3058,7 @@ msgstr "En del af nogle udvalgte fotos" msgid "Password" msgstr "Adgangskode" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Adgangskode ændret" @@ -3071,7 +3070,7 @@ msgstr "Pause" msgid "Payment required" msgstr "Betaling kræves" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Personer, som du deler et link med, kan se offentligt indhold." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Permanent slettet" @@ -3103,7 +3102,7 @@ msgstr "Person" msgid "Person cover updated" msgstr "Personcover opdateret" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Person slettet" @@ -3112,7 +3111,7 @@ msgstr "Person slettet" msgid "Person not found" msgstr "Person ikke fundet" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Person gemt" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism er 100 % selvfinansieret og uafhængig." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+-medlemskab" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotos" @@ -3162,8 +3161,8 @@ msgstr "Sted" msgid "Place & Time" msgstr "Sted og tid" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Bemærk, at du ved at ændre din adgangskode bliver logget af på andre msgid "Please restart your instance for the changes to take effect." msgstr "Genstart din instans for at ændringerne kan træde i kraft." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Vent venligst…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG maks størrelse: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Forhåndsvisning" msgid "Preview Images" msgstr "Forhåndsvis billeder" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Tidligere" @@ -3279,7 +3278,7 @@ msgstr "Tidligere visuel" msgid "Primary" msgstr "Primær" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primær" msgid "Private" msgstr "Privat" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Behandling af upload..." @@ -3389,7 +3388,7 @@ msgstr "Rød" msgid "Refresh" msgstr "Opdatering" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regioner" msgid "Register" msgstr "Registrer" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registrering deaktiveret" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Fjern" msgid "remove failed: unknown album" msgstr "fjern mislykkedes: ukendt album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Fjern fra albummet" @@ -3447,11 +3450,11 @@ msgstr "Fjern fra alle valgte fotos" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Fjern importerede filer for at frigøre lagerplads. Ikke-understøttede filtyper slettes aldrig, de forbliver på deres nuværende placering." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Fjerne den valgte instans fra klyngeregistret?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Fjernet" @@ -3459,7 +3462,7 @@ msgstr "Fjernet" msgid "Removed %{name}" msgstr "%{name} er blevet fjernet" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Fjernede %d filer og %d fotos" @@ -3468,7 +3471,7 @@ msgstr "Fjernede %d filer og %d fotos" msgid "Repeated" msgstr "Gentaget" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Anmodning mislykkedes - er du offline?" @@ -3499,12 +3502,12 @@ msgstr "Genstart" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Gendan" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Genoprettet" @@ -3516,7 +3519,7 @@ msgstr "Grænse for gentagelse" msgid "Retype Password" msgstr "Indtast adgangskoden igen" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Hemmelighed" msgid "Security and Access" msgstr "Sikkerhed og adgang" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Vælg" @@ -3707,19 +3710,19 @@ msgstr "Vælg tid" msgid "Selection" msgstr "Udvælgelse" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Valg tilføjet til %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Udvælgelse godkendt" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Udvælgelse arkiveret" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Udvalgte er markeret som privat" @@ -3727,7 +3730,7 @@ msgstr "Udvalgte er markeret som privat" msgid "Selection not found" msgstr "Valget blev ikke fundet" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Udvalgte gendannet" @@ -3735,7 +3738,7 @@ msgstr "Udvalgte gendannet" msgid "Sequential Name" msgstr "Sekventielt navn" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Service" @@ -3765,7 +3768,7 @@ msgstr "Sessions-ID" msgid "Sessions" msgstr "Sessioner" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Set som albumcover" @@ -3775,15 +3778,15 @@ msgstr "Indstil som forsidebillede" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Indstillinger" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Indstillinger gemt" @@ -3822,7 +3825,7 @@ msgstr "Vis alle etiketter" msgid "Show all new faces" msgstr "Vis alle nye ansigter" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Vis billedtekst" @@ -3910,7 +3913,7 @@ msgstr "Webstedets URL" msgid "Size" msgstr "Størrelse" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Diasshow" @@ -3942,7 +3945,7 @@ msgstr "Nogle albums kunne ikke oprettes. Rediger venligst navnene, og prøv ige msgid "Some albums could not be updated" msgstr "Nogle albums kunne ikke opdateres" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Noget gik galt, prøv igen" @@ -4046,7 +4049,7 @@ msgstr "Gader" msgid "Subject" msgstr "Emne" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Emne slettet" @@ -4054,11 +4057,11 @@ msgstr "Emne slettet" msgid "Subject not found" msgstr "Emne ikke fundet" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Emne gemt" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Aktivering lykkedes" @@ -4071,7 +4074,7 @@ msgstr "Succesfuldt tilsluttet" msgid "Successfully deleted" msgstr "Sletning lykkedes" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Verifikation lykkedes" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "For mange filer valgt" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "For mange anmodninger" @@ -4292,7 +4295,7 @@ msgstr "Fortryd" msgid "Unique ID" msgstr "Unikt ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Ukendt sted" msgid "Unregistered" msgstr "Uregistreret" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Usorteret" @@ -4350,7 +4353,7 @@ msgstr "Ikke understøttet format" msgid "Unsupported type" msgstr "Ikke-understøttet type" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Upload fuldført. Indekserer…" msgid "Upload failed" msgstr "Upload mislykkedes" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Upload er blevet behandlet" @@ -4467,7 +4470,7 @@ msgstr "Overførsel af…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Uploads, der kan indeholde sådanne billeder, afvises automatisk." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Brug din gendannelseskode, eller kontakt en administrator for at få hj #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Bruger" @@ -4523,7 +4526,7 @@ msgstr "Brugernavn" msgid "Users" msgstr "Brugere" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vektorer" msgid "Verification Code" msgstr "Verifikationskode" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Bekræftet e-mail påkrævet" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Version" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Videoens varighed" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Din fortsatte støtte hjælper os med at levere regelmæssige opdatering msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Dit bibliotek analyseres løbende for automatisk at oprette album med særlige øjeblikke, rejser og steder." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip filen blev lavet på %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Zoom ind/ud" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Indhold" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Titel" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/de.po b/frontend/src/locales/de.po index 815448011..aafd94ad6 100644 --- a/frontend/src/locales/de.po +++ b/frontend/src/locales/de.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} ist zu lang" msgid "%{s} is too short" msgstr "%{s} ist zu kurz" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d Einträge zu %s hinzugefügt" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d Einträge aus %s entfernt" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d Dateien hochgeladen in %d s" @@ -100,7 +100,7 @@ msgstr "%d Dateien hochgeladen in %d s" msgid "%s already exists" msgstr "%s existiert bereits" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s wurde wiederhergestellt" @@ -176,14 +176,13 @@ msgstr "Zugangs-Token" msgid "Account" msgstr "Konto" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Konto hinzugefügt" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Konto gelöscht" @@ -199,7 +198,7 @@ msgstr "Unbekannter Account" msgid "Account restored" msgstr "Konto wiederhergestellt" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Konto gespeichert" @@ -207,7 +206,7 @@ msgstr "Konto gespeichert" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Benutzerkonten" @@ -343,7 +342,7 @@ msgstr "Datum & Uhrzeit anpassen" msgid "Adjust Location" msgstr "Standort anpassen" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Nach zwei Wochen" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s gelöscht" @@ -404,11 +403,11 @@ msgstr "Album %s gelöscht" msgid "Album Backups" msgstr "Album-Backups" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Album-Einträge kopiert" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album erstellt" @@ -420,11 +419,11 @@ msgstr "Album gelöscht" msgid "Album not found" msgstr "Album nicht gefunden" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album gespeichert" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album gespeichert" msgid "Albums" msgstr "Alben" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Alben gelöscht" @@ -538,7 +537,7 @@ msgstr "Höhe (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Genehmigen und Änderungen speichern" msgid "Apps and Devices" msgstr "Apps und Geräte" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Archiviert" @@ -650,7 +649,7 @@ msgstr "Seitenverhältnis" msgid "Attributes" msgstr "Attribute" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Fehlerbericht" msgid "Busy, please try again later" msgstr "Beschäftigt, bitte später erneut versuchen" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Bitte warten…" @@ -775,7 +774,7 @@ msgstr "Bitte warten…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Durch die Nutzung der von uns angebotenen Software und Dienstleistungen erklärst du dich mit unseren Nutzungsbedingungen, der Datenschutzerklärung und dem Verhaltenskodex einverstanden." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalender" @@ -897,11 +896,10 @@ msgstr "Als privat markieren" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Änderungen konnten nicht gespeichert werden" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Löschen" msgid "Clear {0}" msgstr "Löschen {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Client" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Client" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Client" msgid "Close" msgstr "Schließen" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Cluster" @@ -1018,7 +1016,7 @@ msgstr "Cluster" msgid "Cluster Admin" msgstr "Cluster-Admin" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Cluster-Knoten" @@ -1149,7 +1147,7 @@ msgstr "In Zwischenablage kopiert" msgid "Copy" msgstr "Kopieren" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Kopiere Dateien von %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Bild-Metadaten in YAML-Sidecar-Dateien sichern." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Hinzugefügt" @@ -1263,7 +1261,7 @@ msgstr "Debug Logs" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Standard Ordner" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Ungültige Änderungen verwerfen?" msgid "Discard unsaved changes?" msgstr "Nicht gespeicherte Änderungen verwerfen?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Entdecken" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Fertig." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Dateien herunterladen" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Dynamische Vorschaubilder" msgid "Dynamic Size Limit: %{n}px" msgstr "Dynamische Maximalgröße: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Elementbezeichnung eingeben..." msgid "Enter the code generated by your authenticator app:" msgstr "Gib den von deiner Authenticator-App generierten Code ein:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Verifizierungscode eingeben" @@ -1640,12 +1639,12 @@ msgstr "Bitte mit Passwort bestätigen, um fortzufahren:" msgid "Entity not found" msgstr "Keine Daten gefunden" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Fehler" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Zip-Datei konnte nicht erstellt werden" msgid "Failed to load users." msgstr "Das Laden der Benutzer ist fehlgeschlagen." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Gesichtsmarkierung nicht entfernt" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Name kann nicht entfernt werden" @@ -1763,7 +1762,7 @@ msgstr "Der Neustart des Servers ist fehlgeschlagen" msgid "Failed to save changes" msgstr "Änderungen konnten nicht gespeichert werden" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Gescheitert, um das Gesicht zu wahren Marker" @@ -1796,7 +1795,7 @@ msgstr "Schnell" msgid "Favorite" msgstr "Favorit" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favoriten" @@ -1818,7 +1817,7 @@ msgstr "Weiblich" msgid "File" msgstr "Datei" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Datei-Browser" @@ -1826,7 +1825,7 @@ msgstr "Datei-Browser" msgid "File Conversion" msgstr "Datei-Konvertierung" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Datei gelöscht" @@ -1842,7 +1841,7 @@ msgstr "Dateiname" msgid "File not found" msgstr "Datei konnte nicht gefunden werden" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Datei aus Stapel entfernt" @@ -1855,7 +1854,7 @@ msgstr "Dateigröße" msgid "File too large" msgstr "Datei zu groß" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Datei hochgeladen" @@ -1901,7 +1900,7 @@ msgstr "Ordner enthält %{n} Dateien" msgid "Folder is empty" msgstr "Ordner ist leer" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Ordner" @@ -1928,7 +1927,7 @@ msgstr "Frames" msgid "Full Access" msgstr "Voller Zugriff" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Vollbildmodus" @@ -2013,7 +2012,7 @@ msgstr "Hilfe & Unterstützung" msgid "Hidden" msgstr "Verborgen" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Verborgene Dateien" @@ -2021,7 +2020,7 @@ msgstr "Verborgene Dateien" msgid "Hide" msgstr "Verbergen" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Bildunterschrift ausblenden" @@ -2068,11 +2067,11 @@ msgstr "Bildqualität" msgid "Import" msgstr "Import" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Import abgebrochen" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Import in %d s abgeschlossen" @@ -2130,11 +2129,11 @@ msgstr "Index" msgid "Indexing" msgstr "Indexiere" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indexierung abgebrochen" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexierung in %d s abgeschlossen" @@ -2142,7 +2141,7 @@ msgstr "Indexierung in %d s abgeschlossen" msgid "Indexing failed" msgstr "Indexierung fehlgeschlagen" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indexiere Dateien in %s" @@ -2150,11 +2149,11 @@ msgstr "Indexiere Dateien in %s" msgid "Indexing media and sidecar files…" msgstr "Indexiere Bilder, Videos und Sidecar-Dateien…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indexiere Dateien…" -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informationen" @@ -2163,8 +2162,8 @@ msgstr "Informationen" msgid "Inherit" msgstr "Erben" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instanz" @@ -2178,7 +2177,7 @@ msgstr "Die Instanz ist nicht erreichbar. Versuche es erneut, sobald sie wieder #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instanzen" @@ -2300,11 +2299,11 @@ msgstr "Kategorie" msgid "Label not found" msgstr "Kategorie nicht gefunden" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Kategorie gespeichert" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Kategorie gespeichert" msgid "Labels" msgstr "Kategorien" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Kategorien gelöscht" @@ -2382,7 +2381,7 @@ msgstr "Objektiv" msgid "Lens not found" msgstr "Objektiv nicht gefunden" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Dateien" @@ -2399,7 +2398,7 @@ msgstr "Dateien" msgid "License" msgstr "Lizenz" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Favorit" @@ -2430,7 +2429,7 @@ msgstr "Listenansicht" msgid "Live" msgstr "Live" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Bildbereich" msgid "Maximum number of accounts has been reached." msgstr "Die maximale Anzahl von Konten wurde erreicht." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Medien" @@ -2585,7 +2584,7 @@ msgstr "Minimieren" msgid "Missing" msgstr "Fehlend" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Fehlende oder ungültige Konfiguration" @@ -2593,7 +2592,7 @@ msgstr "Fehlende oder ungültige Konfiguration" msgid "mixed" msgstr "mixed" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Ereignisse" @@ -2611,7 +2610,7 @@ msgstr "Monochrom" msgid "Month" msgstr "Monat" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Weitere Optionen" @@ -2627,7 +2626,7 @@ msgstr "Am relevantesten" msgid "Move Files" msgstr "Dateien verschieben" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Verschiebe Dateien von %s" @@ -2635,14 +2634,14 @@ msgstr "Verschiebe Dateien von %s" msgid "Must have at least %{n} characters." msgstr "Muss mindestens %{n} Zeichen enthalten." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Stummschalten" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Neues Passwort" msgid "Newest First" msgstr "Neueste zuerst" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Nächste" @@ -2828,7 +2827,7 @@ msgstr "Nicht-fotografische Inhalte oder Bilder mit geringer Qualität werden er msgid "None" msgstr "Keine" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Nicht erlaubt" @@ -2841,7 +2840,7 @@ msgstr "Im öffentlichen Modus nicht verfügbar" msgid "Not available in read-only mode" msgstr "Im Nur-Lese-Modus nicht verfügbar" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Nicht gefunden" @@ -2849,7 +2848,7 @@ msgstr "Nicht gefunden" msgid "Not sorted." msgstr "Nicht sortiert." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Nicht unterstützt" @@ -2914,11 +2913,11 @@ msgstr "Einmal die Woche" msgid "One album found" msgstr "Ein Album gefunden" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Ein Eintrag zu %s hinzugefügt" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Ein Eintrag aus %s entfernt" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Nur lokal verwaltete Konten können für die Authentifizierung mit 2FA eingerichtet werden." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Öffnen" @@ -3059,7 +3058,7 @@ msgstr "Teil einiger ausgewählter Bilder" msgid "Password" msgstr "Passwort" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Passwort geändert" @@ -3071,7 +3070,7 @@ msgstr "Pause" msgid "Payment required" msgstr "Zahlung erforderlich" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Jeder mit diesem Link wird öffentliche Bilder und Videos sehen können." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Endgültig gelöscht" @@ -3103,7 +3102,7 @@ msgstr "Person" msgid "Person cover updated" msgstr "Personendeckel aktualisiert" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Person gelöscht" @@ -3112,7 +3111,7 @@ msgstr "Person gelöscht" msgid "Person not found" msgstr "Unbekannte Person" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Person gespeichert" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism ist zu 100 % selbstfinanziert und unabhängig." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ Mitgliedschaft" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Bilder" @@ -3162,8 +3161,8 @@ msgstr "Ort" msgid "Place & Time" msgstr "Ort & Zeit" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Bitte beachte, dass du beim Ändern deines Passworts auf anderen Geräte msgid "Please restart your instance for the changes to take effect." msgstr "Bitte starte deine Instanz neu, damit die Änderungen wirksam werden." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Bitte warten…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Maximale PNG-Größe: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Voransicht" msgid "Preview Images" msgstr "Vorschaubilder" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Vorherige" @@ -3279,7 +3278,7 @@ msgstr "Voriges Bild" msgid "Primary" msgstr "Primärdatei" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primärdatei" msgid "Private" msgstr "Privat" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Verarbeitung des Uploads..." @@ -3389,7 +3388,7 @@ msgstr "Rot" msgid "Refresh" msgstr "Aktualisieren" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regionen" msgid "Register" msgstr "Registrieren" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registrierung deaktiviert" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Entfernen" msgid "remove failed: unknown album" msgstr "Löschen nicht möglich: Unbekanntes Album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Aus dem Album entfernen" @@ -3447,11 +3450,11 @@ msgstr "Von allen ausgewählten Bildern entfernen" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Dateien von Import nach Originals verschieben, um Speicherplatz zu sparen. Dateitypen, die nicht unterstützt werden, verbleiben im Import Ordner." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Die ausgewählte Instanz aus dem Cluster entfernen?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Entfernt" @@ -3459,7 +3462,7 @@ msgstr "Entfernt" msgid "Removed %{name}" msgstr "%{name} wurde entfernt" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "%d Dateien und %d Bilder wurden entfernt" @@ -3468,7 +3471,7 @@ msgstr "%d Dateien und %d Bilder wurden entfernt" msgid "Repeated" msgstr "Wiederholt" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Anfrage fehlgeschlagen - bist du offline?" @@ -3499,12 +3502,12 @@ msgstr "Neustart" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Wiederherstellen" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Wiederhergestellt" @@ -3516,7 +3519,7 @@ msgstr "Wiederholungsversuche" msgid "Retype Password" msgstr "Passwort wiederholen" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Code" msgid "Security and Access" msgstr "Sicherheit und Zugang" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Auswählen" @@ -3707,19 +3710,19 @@ msgstr "Zeit wählen" msgid "Selection" msgstr "Auswahl" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Auswahl zu %s hinzugefügt" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Auswahl übernommen" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Auswahl archiviert" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Auswahl als privat markiert" @@ -3727,7 +3730,7 @@ msgstr "Auswahl als privat markiert" msgid "Selection not found" msgstr "Auswahl nicht gefunden" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Auswahl wiederhergestellt" @@ -3735,7 +3738,7 @@ msgstr "Auswahl wiederhergestellt" msgid "Sequential Name" msgstr "Fortlaufender Name" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Service" @@ -3765,7 +3768,7 @@ msgstr "Session-ID" msgid "Sessions" msgstr "Sessions" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Als Albumcover verwenden" @@ -3775,15 +3778,15 @@ msgstr "Als Titelbild festlegen" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Einstellungen" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Einstellungen gespeichert" @@ -3822,7 +3825,7 @@ msgstr "Alle Labels anzeigen" msgid "Show all new faces" msgstr "Alle neuen Gesichter anzeigen" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Bildunterschrift anzeigen" @@ -3910,7 +3913,7 @@ msgstr "Website-URL" msgid "Size" msgstr "Größe" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Slideshow" @@ -3942,7 +3945,7 @@ msgstr "Einige Alben konnten nicht erstellt werden. Bitte bearbeite die Namen un msgid "Some albums could not be updated" msgstr "Einige Alben konnten nicht aktualisiert werden" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Es ist ein Fehler aufgetreten, bitte erneut versuchen" @@ -4046,7 +4049,7 @@ msgstr "Straßen" msgid "Subject" msgstr "Bildinhalt" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Motiv gelöscht" @@ -4054,11 +4057,11 @@ msgstr "Motiv gelöscht" msgid "Subject not found" msgstr "Unbekanntes Motiv" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Motiv gespeichert" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Erfolgreich aktiviert" @@ -4071,7 +4074,7 @@ msgstr "Erfolgreich verbunden" msgid "Successfully deleted" msgstr "Erfolgreich gelöscht" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Erfolgreich verifiziert" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Zu viele Dateien ausgewählt" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Zu viele Anfragen" @@ -4292,7 +4295,7 @@ msgstr "Rückgängig machen" msgid "Unique ID" msgstr "Eindeutige Bild-ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Unbekannter Ort" msgid "Unregistered" msgstr "Unregistriert" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Unsortiert" @@ -4350,7 +4353,7 @@ msgstr "Nicht unterstütztes Format" msgid "Unsupported type" msgstr "Typ wird nicht unterstützt" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Upload abgeschlossen. Indexiere…" msgid "Upload failed" msgstr "Upload fehlgeschlagen" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Der Upload wurde verarbeitet" @@ -4467,7 +4470,7 @@ msgstr "Wird hochgeladen…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Diese werden automatisch erkannt und gelöscht." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Verwende deinen Wiederherstellungscode oder bitte einen Administrator um #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Benutzer" @@ -4523,7 +4526,7 @@ msgstr "Benutzername" msgid "Users" msgstr "Benutzer" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vektorgrafiken" msgid "Verification Code" msgstr "Verifizierungscode" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "E-Mail-Adresse verifiziert erforderlich" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Version" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Videolänge" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Deine Unterstützung hilft uns, regelmäßige Updates bereitzustellen un msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Die vorhandenen Bilder werden fortlaufend analysiert, um automatisch Alben mit besonderen Momenten, Reisen und Orten zu erstellen." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip-Datei erstellt in %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Herein/Herauszoomen" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Informationen" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Titel" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/el.po b/frontend/src/locales/el.po index b3a3a5aa7..9640a1182 100644 --- a/frontend/src/locales/el.po +++ b/frontend/src/locales/el.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language: el\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -81,15 +81,15 @@ msgstr "Το %{s} είναι πολύ μεγάλο" msgid "%{s} is too short" msgstr "Το %{s} είναι πολύ μικρό" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d καταχωρήσεις προστέθηκαν στο %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d καταχωρήσεις αφαιρέθηκαν από %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d αρχεία ανεβάστηκαν σε %d s" @@ -97,7 +97,7 @@ msgstr "%d αρχεία ανεβάστηκαν σε %d s" msgid "%s already exists" msgstr "%s υπάρχει ήδη" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s έχει αποκατασταθεί" @@ -173,14 +173,13 @@ msgstr "Token πρόσβασης" msgid "Account" msgstr "Λογαριασμός" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Ο λογαριασμός δημιουργήθηκε" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Ο λογαριασμός διαγράφηκε" @@ -196,7 +195,7 @@ msgstr "Ο λογαριασμός δεν βρέθηκε" msgid "Account restored" msgstr "Επαναφορά λογαριασμού" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Ο λογαριασμός αποθηκεύτηκε" @@ -204,7 +203,7 @@ msgstr "Ο λογαριασμός αποθηκεύτηκε" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Λογαριασμοί" @@ -340,7 +339,7 @@ msgstr "Ρύθμιση ημερομηνίας & ώρας" msgid "Adjust Location" msgstr "Ρύθμιση Τοποθεσίας" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Διαχειριστής" @@ -393,7 +392,7 @@ msgstr "Μετά από δύο εβδομάδες" msgid "Album" msgstr "Άλμπουμ" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Το άλμπουμ %s διαγράφηκε" @@ -401,11 +400,11 @@ msgstr "Το άλμπουμ %s διαγράφηκε" msgid "Album Backups" msgstr "Αντίγραφα Ασφαλείας Άλμπουμ" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Τα περιεχόμενα του άλμπουμ αντιγράφηκαν" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Το άλμπουμ δημιουργήθηκε" @@ -417,11 +416,11 @@ msgstr "Το άλμπουμ διαγράφηκε" msgid "Album not found" msgstr "Το άλμπουμ δεν βρέθηκε" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Το άλμπουμ αποθηκεύθηκε" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -429,7 +428,7 @@ msgstr "Το άλμπουμ αποθηκεύθηκε" msgid "Albums" msgstr "Άλμπουμ" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Διαγραμμένα άλμπουμ" @@ -535,7 +534,7 @@ msgstr "Υψόμετρο (m)" msgid "AM" msgstr "ΠΜ" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -589,7 +588,7 @@ msgstr "Έγκριση και αποθήκευση αλλαγών" msgid "Apps and Devices" msgstr "Εφαρμογές και Συσκευές" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Αρχειοθετημένο" @@ -647,7 +646,7 @@ msgstr "Αναλογία διαστάσεων" msgid "Attributes" msgstr "Χαρακτηριστικά" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -764,7 +763,7 @@ msgstr "Αναφορά σφάλματος" msgid "Busy, please try again later" msgstr "Το σύστημα είναι απασχολημένο, προσπαθήστε ξανά αργότερα" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Το σύστημα είναι απασχολημένο, περιμένετε…" @@ -772,7 +771,7 @@ msgstr "Το σύστημα είναι απασχολημένο, περιμέν msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Χρησιμοποιώντας το λογισμικό και τις υπηρεσίες που παρέχουμε, συμφωνείτε με τους όρους χρήσης, την πολιτική απορρήτου και τον κώδικα δεοντολογίας." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Ημερολόγιο" @@ -894,11 +893,10 @@ msgstr "Αλλαγή ιδιωτικής κατάστασης" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -918,11 +916,11 @@ msgstr "Οι αλλαγές δεν ήταν δυνατό να αποθηκευτ #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -964,13 +962,13 @@ msgstr "Σαφής" msgid "Clear {0}" msgstr "Καθαρισμός {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Πελάτης" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -980,14 +978,14 @@ msgstr "Πελάτης" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1006,7 +1004,7 @@ msgstr "Πελάτης" msgid "Close" msgstr "Κλείσιμο" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Συστάδα" @@ -1015,7 +1013,7 @@ msgstr "Συστάδα" msgid "Cluster Admin" msgstr "Διαχειριστής συμπλέγματος" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Κόμβος συστάδας" @@ -1146,7 +1144,7 @@ msgstr "Αντιγραφή στο πρόχειρο" msgid "Copy" msgstr "Αντίγραφο" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Αντιγραφή αρχείων από %s" @@ -1201,7 +1199,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Δημιουργία αρχείων YAML sidecar για την εξασφάλιση των μεταδεδομένων των εικόνων." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Δημιουργήθηκε" @@ -1260,7 +1258,7 @@ msgstr "Αρχεία καταγραφής σφαλμάτων" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1272,7 +1270,7 @@ msgid "Default Folder" msgstr "Προεπιλεγμένος φάκελος" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1413,8 +1411,8 @@ msgstr "Απορρίψτε τις άκυρες αλλαγές;" msgid "Discard unsaved changes?" msgstr "Απορρίψτε τις μη αποθηκευμένες αλλαγές;" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Ανακαλύψτε το" @@ -1483,7 +1481,7 @@ msgid "Done." msgstr "Έγινε." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1500,7 +1498,7 @@ msgstr "Λήψη απομακρυσμένων αρχείων" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1534,9 +1532,10 @@ msgstr "Δυναμικές Προεπισκοπήσεις" msgid "Dynamic Size Limit: %{n}px" msgstr "Όριο Δυναμικού Μεγέθους: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1625,7 +1624,7 @@ msgstr "Εισάγετε το όνομα του στοιχείου..." msgid "Enter the code generated by your authenticator app:" msgstr "Εισάγετε τον κωδικό που δημιουργεί η εφαρμογή ελέγχου ταυτότητας:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Εισάγετε τον κωδικό επαλήθευσης" @@ -1637,12 +1636,12 @@ msgstr "Εισαγάγετε τον κωδικό πρόσβασής σας γι msgid "Entity not found" msgstr "Η οντότητα δεν βρέθηκε" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Σφάλμα" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1736,11 +1735,11 @@ msgstr "Απέτυχε η δημιουργία αρχείου zip" msgid "Failed to load users." msgstr "Δεν κατέστη δυνατή η φόρτωση των χρηστών." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Απέτυχε να αφαιρέσει τον δείκτη προσώπου" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Απέτυχε η αφαίρεση ονόματος" @@ -1760,7 +1759,7 @@ msgstr "Αποτυχία επανεκκίνησης του διακομιστή" msgid "Failed to save changes" msgstr "Αποτυχία αποθήκευσης αλλαγών" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Απέτυχε να σώσει τον δείκτη προσώπου" @@ -1793,7 +1792,7 @@ msgstr "Γρήγορο" msgid "Favorite" msgstr "Αγαπημένο" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Αγαπημένα" @@ -1815,7 +1814,7 @@ msgstr "Γυναίκα" msgid "File" msgstr "Αρχείο" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Πρόγραμμα περιήγησης αρχείων" @@ -1823,7 +1822,7 @@ msgstr "Πρόγραμμα περιήγησης αρχείων" msgid "File Conversion" msgstr "Μετατροπή Αρχείων" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Το αρχείο διαγράφηκε" @@ -1839,7 +1838,7 @@ msgstr "Όνομα Αρχείου" msgid "File not found" msgstr "Το αρχείο δεν βρέθηκε" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Αφαίρεση αρχείου από τη στοίβα" @@ -1852,7 +1851,7 @@ msgstr "Αρχείο" msgid "File too large" msgstr "Το αρχείο είναι πολύ μεγάλο" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Το αρχείο μεταφορτώθηκε" @@ -1898,7 +1897,7 @@ msgstr "Ο φάκελος περιέχει %{n} αρχεία" msgid "Folder is empty" msgstr "Ο φάκελος είναι άδειος" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Φάκελοι" @@ -1925,7 +1924,7 @@ msgstr "Πλαίσια" msgid "Full Access" msgstr "Πλήρης Πρόσβαση" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Πλήρης Οθόνη" @@ -2010,7 +2009,7 @@ msgstr "Βοήθεια & Υποστήριξη" msgid "Hidden" msgstr "Με απόκρυψη" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Κρυμμένα αρχεία" @@ -2018,7 +2017,7 @@ msgstr "Κρυμμένα αρχεία" msgid "Hide" msgstr "Απόκρυψη" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Απόκρυψη λεζάντας" @@ -2065,11 +2064,11 @@ msgstr "Ποιότητα Εικόνας" msgid "Import" msgstr "Εισαγωγή" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Η εισαγωγή ακυρώθηκε" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Η εισαγωγή ολοκληρώθηκε σε %d s" @@ -2127,11 +2126,11 @@ msgstr "Ευρετήριο" msgid "Indexing" msgstr "Δημιουργία ευρετηρίου" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Η δημιουργία ευρετηρίου ακυρώθηκε" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Η δημιουργία ευρετηρίου σε %d s" @@ -2139,7 +2138,7 @@ msgstr "Η δημιουργία ευρετηρίου σε %d s" msgid "Indexing failed" msgstr "Αποτυχία δημιουργίας ευρετηρίου" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Δημιουργία ευρετηρίου αρχείων σε %s" @@ -2147,11 +2146,11 @@ msgstr "Δημιουργία ευρετηρίου αρχείων σε %s" msgid "Indexing media and sidecar files…" msgstr "Δημιουργία ευρετηρίου μέσων και αρχείων sidecar…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Δημιουργία ευρετηρίου για τα πρωτότυπα..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Πληροφορίες" @@ -2160,8 +2159,8 @@ msgstr "Πληροφορίες" msgid "Inherit" msgstr "Κληρονομώ" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instance" @@ -2175,7 +2174,7 @@ msgstr "Δεν είναι δυνατή η πρόσβαση στο αντίγρα #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instances" @@ -2297,11 +2296,11 @@ msgstr "Ετικέτα" msgid "Label not found" msgstr "Η ετικέτα δεν βρέθηκε" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Η ετικέτα αποθηκεύτηκε" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2313,7 +2312,7 @@ msgstr "Η ετικέτα αποθηκεύτηκε" msgid "Labels" msgstr "Ετικέτες" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Οι ετικέτες διαγράφηκαν" @@ -2379,7 +2378,7 @@ msgstr "Φακός" msgid "Lens not found" msgstr "Δεν βρέθηκε ο φακός" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Βιβλιοθήκη" @@ -2396,7 +2395,7 @@ msgstr "Βιβλιοθήκη" msgid "License" msgstr "Άδεια" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Αγαπημένο" @@ -2427,7 +2426,7 @@ msgstr "Προβολή σε Λίστα" msgid "Live" msgstr "Ζωντανό" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2541,7 +2540,7 @@ msgstr "Δείκτης" msgid "Maximum number of accounts has been reached." msgstr "Έχει ξεπεραστεί ο μέγιστος αριθμός λογαριασμών." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Μέσα" @@ -2582,7 +2581,7 @@ msgstr "Ελαχιστοποίηση" msgid "Missing" msgstr "Απουασιάζει" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Απουσιάζει ή είναι άκυρη η διαμόρφωση" @@ -2590,7 +2589,7 @@ msgstr "Απουσιάζει ή είναι άκυρη η διαμόρφωση" msgid "mixed" msgstr "μικτή" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Στιγμές" @@ -2608,7 +2607,7 @@ msgstr "Μονοχρωμία" msgid "Month" msgstr "Μήνας" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Περισσότερες επιλογές" @@ -2624,7 +2623,7 @@ msgstr "Το πιο Σχετικό" msgid "Move Files" msgstr "Μετακίνηση Αρχείων" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Μετακίνηση αρχείων από %s" @@ -2632,14 +2631,14 @@ msgstr "Μετακίνηση αρχείων από %s" msgid "Must have at least %{n} characters." msgstr "Πρέπει να έχει τουλάχιστον %{n} χαρακτήρες." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Σίγαση" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2688,7 +2687,7 @@ msgstr "Νέος Κωδικός Πρόσβασης" msgid "Newest First" msgstr "Πρώτα τα πιο Πρόσφατα" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Επόμενο" @@ -2825,7 +2824,7 @@ msgstr "Οι μη φωτογραφικές εικόνες και οι εικόν msgid "None" msgstr "Καθόλου" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Δεν επιτρέπεται" @@ -2838,7 +2837,7 @@ msgstr "Μη διαθέσιμο κατά τη δημόσια λειτουργί msgid "Not available in read-only mode" msgstr "Μη διαθέσιμο στην κατάσταση \"μόνο ανάγνωση\"" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Δεν βρέθηκε" @@ -2846,7 +2845,7 @@ msgstr "Δεν βρέθηκε" msgid "Not sorted." msgstr "Δεν έχει ταξινομηθεί." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Δεν υποστηρίζεται" @@ -2911,11 +2910,11 @@ msgstr "Μία φορά την εβδομάδα" msgid "One album found" msgstr "Βρέθηκε ένα άλμπουμ" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Μία εγγραφή προστέθηκε στο %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Μία καταχώρηση αφαιρέθηκε από %s" @@ -2949,8 +2948,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Μόνο οι τοπικά διαχειριζόμενοι λογαριασμοί μπορούν να ρυθμιστούν για έλεγχο ταυτότητας με το 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Άνοιγμα" @@ -3056,7 +3055,7 @@ msgstr "Μέρος ορισμένων επιλεγμένων φωτογραφι msgid "Password" msgstr "Κωδικός πρόσβασης" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Ο κωδικός πρόσβασης άλλαξε" @@ -3068,7 +3067,7 @@ msgstr "Παύση" msgid "Payment required" msgstr "Απαιτείται πληρωμή" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3084,7 +3083,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Τα άτομα με τα οποία μοιράζεστε έναν σύνδεσμο θα μπορούν να βλέπουν το δημόσιο περιεχόμενο." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Διαγράφηκε μόνιμα" @@ -3100,7 +3099,7 @@ msgstr "Άτομο" msgid "Person cover updated" msgstr "Η εικόνα εξωφύλλου του ατόμου ενημερώθηκε" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Το άτομο διαγράφηκε" @@ -3109,7 +3108,7 @@ msgstr "Το άτομο διαγράφηκε" msgid "Person not found" msgstr "Το άτομο δεν βρέθηκε" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Το άτομο αποθηκεύτηκε" @@ -3129,7 +3128,7 @@ msgstr "Το PhotoPrism είναι 100% αυτοχρηματοδοτούμενο msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ Μέλος" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Φωτογραφίες" @@ -3159,8 +3158,8 @@ msgstr "Τοποθεσία" msgid "Place & Time" msgstr "Τόποθεσία & Ώρα" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3203,7 +3202,7 @@ msgstr "Λάβετε υπόψη ότι η αλλαγή του κωδικού π msgid "Please restart your instance for the changes to take effect." msgstr "Επανεκκινήστε το instance σας για να τεθούν σε ισχύ οι αλλαγές." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Περιμένετε…" @@ -3215,7 +3214,7 @@ msgstr "ΜΜ" msgid "PNG Size Limit: %{n}px" msgstr "Όριο Μεγέθους PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Πύλη" @@ -3255,7 +3254,7 @@ msgstr "Προεπισκόπηση" msgid "Preview Images" msgstr "Εικόνες Προεπισκόπισης" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Προηγούμενο" @@ -3276,7 +3275,7 @@ msgstr "Προηγούμενο οπτικό υλικό" msgid "Primary" msgstr "Κύριο" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3286,7 +3285,7 @@ msgstr "Κύριο" msgid "Private" msgstr "Ιδιωτικό" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Επεξεργασία ανεβάσματος..." @@ -3386,7 +3385,7 @@ msgstr "Κόκκινο" msgid "Refresh" msgstr "Ανανέωση" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3401,6 +3400,10 @@ msgstr "Περιοχές" msgid "Register" msgstr "Εγγραφή" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Η εγγραφή απενεργοποιήθηκε" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3428,7 +3431,7 @@ msgstr "Αφαίρεση" msgid "remove failed: unknown album" msgstr "αποτυχία αφαίρεσης: άγνωστο άλμπουμ" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Αφαιρέση από το άλμπουμ" @@ -3444,11 +3447,11 @@ msgstr "Αφαίρεση από όλες τις επιλεγμένες φωτο msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Αφαίρεση των αρχείων που έχουν εισαχθεί για εξοικονόμηση αποθηκευτικού χώρου. Οι μη υποστηριζόμενοι τύποι αρχείων δεν διαγράφονται ποτέ, παραμένουν στην τρέχουσα θέση τους." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Αφαίρεση του επιλεγμένου instance από το μητρώο του cluster;" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Αφαιρέθηκε" @@ -3456,7 +3459,7 @@ msgstr "Αφαιρέθηκε" msgid "Removed %{name}" msgstr "Διαγράφηκε το %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Αφαίρεση %d αρχείων και %d φωτογραφιών" @@ -3465,7 +3468,7 @@ msgstr "Αφαίρεση %d αρχείων και %d φωτογραφιών" msgid "Repeated" msgstr "Επανάληψη" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Το αίτημα απέτυχε - είστε εκτός σύνδεσης;" @@ -3496,12 +3499,12 @@ msgstr "Επανεκκίνηση" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Επαναφορά" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Αποκαταστάθηκε" @@ -3513,7 +3516,7 @@ msgstr "Όριο επανάληψης" msgid "Retype Password" msgstr "Επαναλάβετε τον κωδικό πρόσβασης" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3657,7 +3660,7 @@ msgstr "Κωδικός" msgid "Security and Access" msgstr "Ασφάλεια και Πρόσβαση" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Επιλογή" @@ -3704,19 +3707,19 @@ msgstr "Επιλογή ώρας" msgid "Selection" msgstr "Επιλογή" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Η επιλογή προστέθηκε στο %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Η επιλογή εγκρίθηκε" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Η επιλογή αρχειοθετήθηκε" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Η επιλογή μαρκαρίστηκε ως ιδιωτική" @@ -3724,7 +3727,7 @@ msgstr "Η επιλογή μαρκαρίστηκε ως ιδιωτική" msgid "Selection not found" msgstr "Η επιλογή δεν βρέθηκε" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Η επιλογή αποκαταστάθηκε" @@ -3732,7 +3735,7 @@ msgstr "Η επιλογή αποκαταστάθηκε" msgid "Sequential Name" msgstr "Διαδοχικό Όνομα" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Υπηρεσία" @@ -3762,7 +3765,7 @@ msgstr "Αναγνωριστικό συνεδρίας" msgid "Sessions" msgstr "Συνεδρίες" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Ορισμός ως Εξώφυλλο Άλμπουμ" @@ -3772,15 +3775,15 @@ msgstr "Ορισμός ως εικόνα εξωφύλλου" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Ρυθμίσεις" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Οι ρυθμίσεις αποθηκεύτηκαν" @@ -3819,7 +3822,7 @@ msgstr "Εμφάνιση όλων των ετικετών" msgid "Show all new faces" msgstr "Εμφάνιση όλων των νέων προσώπων" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Εμφάνιση λεζάντας" @@ -3907,7 +3910,7 @@ msgstr "URL ιστότοπου" msgid "Size" msgstr "Μέγεθος" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Παρουσίαση" @@ -3939,7 +3942,7 @@ msgstr "Ορισμένα άλμπουμ δεν ήταν δυνατόνα δημ msgid "Some albums could not be updated" msgstr "Ορισμένα άλμπουμ δεν ήταν δυνατό να ενημερωθούν" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Κάτι πήγε στραβά, δοκιμάστε ξανά" @@ -4043,7 +4046,7 @@ msgstr "Δρόμοι" msgid "Subject" msgstr "Θέμα" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Το θέμα διαγράφηκε" @@ -4051,11 +4054,11 @@ msgstr "Το θέμα διαγράφηκε" msgid "Subject not found" msgstr "Το θέμα δεν βρέθηκε" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Το θέμα αποθηκεύθηκε" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Επιτυχής ενεργοποίηση" @@ -4068,7 +4071,7 @@ msgstr "Επιτυχής σύνδεση" msgid "Successfully deleted" msgstr "Επιτυχής διαγραφή" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Επιτυχής επαλήθευση" @@ -4233,7 +4236,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Έχουν επιλεγεί πάρα πολλά αρχεία" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Πάρα πολλά αιτήματα" @@ -4289,7 +4292,7 @@ msgstr "Αναίρεση" msgid "Unique ID" msgstr "Μοναδικό αναγνωριστικό" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4326,7 +4329,7 @@ msgstr "Άγνωστη τοποθεσία" msgid "Unregistered" msgstr "Μη εγγεγραμμένο" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Χωρίς ταξινόμηση" @@ -4347,7 +4350,7 @@ msgstr "Μη υποστηριζόμενος μορφότυπος" msgid "Unsupported type" msgstr "Μη υποστηριζόμενος τύπος" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4424,7 +4427,7 @@ msgstr "Το ανέβασμα ολοκληρώθηκε. Δημιουργία ε msgid "Upload failed" msgstr "Αποτυχία ανεβάσματος" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Το ανέβασμα έχει ολοκληρωθεί" @@ -4464,7 +4467,7 @@ msgstr "Επαναγέμισμα…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Ανεβάσματα που ενδέχεται να περιέχουν τέτοιες εικόνες θα απορρίπτονται αυτόματα." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4485,7 +4488,7 @@ msgstr "Χρησιμοποιήστε τον κωδικό ανάκτησης ή #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Χρήστης" @@ -4520,7 +4523,7 @@ msgstr "Όνομα Χρήστη" msgid "Users" msgstr "Χρήστες" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4541,6 +4544,10 @@ msgstr "Διανύσματα" msgid "Verification Code" msgstr "Κωδικός επαλήθευσης" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Απαιτείται επαληθευμένο email" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Έκδοση" @@ -4558,7 +4565,7 @@ msgstr "Βίντεο" msgid "Video Duration" msgstr "Διάρκεια Βίντεο" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4742,11 +4749,11 @@ msgstr "Η συνεχής υποστήριξή σας μας βοηθά να π msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Η βιβλιοθήκη σας αναλύεται συνεχώς για να δημιουργούνται αυτόματα άλμουμ με ιδιαίτερες στιγμές, ταξίδια και τοποθεσίες." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Το αρχείο zip δημιουργήθηκε σε %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Μεγέθυνση/σμίκρυνση" @@ -4765,7 +4772,7 @@ msgctxt "Edit" msgid "Content" msgstr "Περιεχόμενο" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4787,7 +4794,7 @@ msgctxt "Photo" msgid "Title" msgstr "Τίτλος" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/en.po b/frontend/src/locales/en.po index efebab773..6e6dd624a 100644 --- a/frontend/src/locales/en.po +++ b/frontend/src/locales/en.po @@ -83,15 +83,15 @@ msgstr "" msgid "%{s} is too short" msgstr "" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "" @@ -99,7 +99,7 @@ msgstr "" msgid "%s already exists" msgstr "" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "" @@ -175,14 +175,13 @@ msgstr "" msgid "Account" msgstr "" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "" @@ -198,7 +197,7 @@ msgstr "" msgid "Account restored" msgstr "" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "" @@ -206,7 +205,7 @@ msgstr "" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "" @@ -342,7 +341,7 @@ msgstr "" msgid "Adjust Location" msgstr "" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "" @@ -395,7 +394,7 @@ msgstr "" msgid "Album" msgstr "" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "" @@ -403,11 +402,11 @@ msgstr "" msgid "Album Backups" msgstr "" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "" @@ -419,11 +418,11 @@ msgstr "" msgid "Album not found" msgstr "" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -431,7 +430,7 @@ msgstr "" msgid "Albums" msgstr "" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "" @@ -537,7 +536,7 @@ msgstr "" msgid "AM" msgstr "" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -591,7 +590,7 @@ msgstr "" msgid "Apps and Devices" msgstr "" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "" @@ -649,7 +648,7 @@ msgstr "" msgid "Attributes" msgstr "" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -766,7 +765,7 @@ msgstr "" msgid "Busy, please try again later" msgstr "" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "" @@ -774,7 +773,7 @@ msgstr "" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "" -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "" @@ -896,11 +895,10 @@ msgstr "" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -920,11 +918,11 @@ msgstr "" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -966,13 +964,13 @@ msgstr "" msgid "Clear {0}" msgstr "" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -982,14 +980,14 @@ msgstr "" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1008,7 +1006,7 @@ msgstr "" msgid "Close" msgstr "" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "" @@ -1017,7 +1015,7 @@ msgstr "" msgid "Cluster Admin" msgstr "" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "" @@ -1148,7 +1146,7 @@ msgstr "" msgid "Copy" msgstr "" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "" @@ -1203,7 +1201,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "" #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "" @@ -1262,7 +1260,7 @@ msgstr "" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1274,7 +1272,7 @@ msgid "Default Folder" msgstr "" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1415,8 +1413,8 @@ msgstr "" msgid "Discard unsaved changes?" msgstr "" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "" @@ -1485,7 +1483,7 @@ msgid "Done." msgstr "" #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1502,7 +1500,7 @@ msgstr "" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1536,9 +1534,10 @@ msgstr "" msgid "Dynamic Size Limit: %{n}px" msgstr "" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1627,7 +1626,7 @@ msgstr "" msgid "Enter the code generated by your authenticator app:" msgstr "" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "" @@ -1639,12 +1638,12 @@ msgstr "" msgid "Entity not found" msgstr "" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1738,11 +1737,11 @@ msgstr "" msgid "Failed to load users." msgstr "" -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "" @@ -1762,7 +1761,7 @@ msgstr "" msgid "Failed to save changes" msgstr "" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "" @@ -1795,7 +1794,7 @@ msgstr "" msgid "Favorite" msgstr "" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "" @@ -1817,7 +1816,7 @@ msgstr "" msgid "File" msgstr "" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "" @@ -1825,7 +1824,7 @@ msgstr "" msgid "File Conversion" msgstr "" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "" @@ -1841,7 +1840,7 @@ msgstr "" msgid "File not found" msgstr "" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "" @@ -1854,7 +1853,7 @@ msgstr "" msgid "File too large" msgstr "" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "" @@ -1900,7 +1899,7 @@ msgstr "" msgid "Folder is empty" msgstr "" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "" @@ -1927,7 +1926,7 @@ msgstr "" msgid "Full Access" msgstr "" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "" @@ -2012,7 +2011,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "" @@ -2020,7 +2019,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "" @@ -2067,11 +2066,11 @@ msgstr "" msgid "Import" msgstr "" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "" @@ -2129,11 +2128,11 @@ msgstr "" msgid "Indexing" msgstr "" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "" @@ -2141,7 +2140,7 @@ msgstr "" msgid "Indexing failed" msgstr "" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "" @@ -2149,11 +2148,11 @@ msgstr "" msgid "Indexing media and sidecar files…" msgstr "" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "" -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "" @@ -2162,8 +2161,8 @@ msgstr "" msgid "Inherit" msgstr "" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "" @@ -2177,7 +2176,7 @@ msgstr "" #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "" @@ -2299,11 +2298,11 @@ msgstr "" msgid "Label not found" msgstr "" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2315,7 +2314,7 @@ msgstr "" msgid "Labels" msgstr "" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "" @@ -2381,7 +2380,7 @@ msgstr "" msgid "Lens not found" msgstr "" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "" @@ -2398,7 +2397,7 @@ msgstr "" msgid "License" msgstr "" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "" @@ -2429,7 +2428,7 @@ msgstr "" msgid "Live" msgstr "" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2543,7 +2542,7 @@ msgstr "" msgid "Maximum number of accounts has been reached." msgstr "" -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "" @@ -2584,7 +2583,7 @@ msgstr "" msgid "Missing" msgstr "" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "" @@ -2592,7 +2591,7 @@ msgstr "" msgid "mixed" msgstr "" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "" @@ -2610,7 +2609,7 @@ msgstr "" msgid "Month" msgstr "" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "" @@ -2626,7 +2625,7 @@ msgstr "" msgid "Move Files" msgstr "" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "" @@ -2634,14 +2633,14 @@ msgstr "" msgid "Must have at least %{n} characters." msgstr "" -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2690,7 +2689,7 @@ msgstr "" msgid "Newest First" msgstr "" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Next" @@ -2827,7 +2826,7 @@ msgstr "" msgid "None" msgstr "" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "" @@ -2840,7 +2839,7 @@ msgstr "" msgid "Not available in read-only mode" msgstr "" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "" @@ -2848,7 +2847,7 @@ msgstr "" msgid "Not sorted." msgstr "" -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "" @@ -2913,11 +2912,11 @@ msgstr "" msgid "One album found" msgstr "" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "" @@ -2951,8 +2950,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "" #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "" @@ -3058,7 +3057,7 @@ msgstr "" msgid "Password" msgstr "" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "" @@ -3070,7 +3069,7 @@ msgstr "" msgid "Payment required" msgstr "" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3086,7 +3085,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "" #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "" @@ -3102,7 +3101,7 @@ msgstr "" msgid "Person cover updated" msgstr "" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "" @@ -3111,7 +3110,7 @@ msgstr "" msgid "Person not found" msgstr "" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "" @@ -3131,7 +3130,7 @@ msgstr "" msgid "PhotoPrism+ Membership" msgstr "" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "" @@ -3161,8 +3160,8 @@ msgstr "" msgid "Place & Time" msgstr "" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3205,7 +3204,7 @@ msgstr "" msgid "Please restart your instance for the changes to take effect." msgstr "" -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "" @@ -3217,7 +3216,7 @@ msgstr "" msgid "PNG Size Limit: %{n}px" msgstr "" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "" @@ -3257,7 +3256,7 @@ msgstr "" msgid "Preview Images" msgstr "" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "" @@ -3278,7 +3277,7 @@ msgstr "" msgid "Primary" msgstr "" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3288,7 +3287,7 @@ msgstr "" msgid "Private" msgstr "" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "" @@ -3388,7 +3387,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3403,6 +3402,10 @@ msgstr "" msgid "Register" msgstr "" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3430,7 +3433,7 @@ msgstr "" msgid "remove failed: unknown album" msgstr "" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "" @@ -3446,11 +3449,11 @@ msgstr "" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "" -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "" @@ -3458,7 +3461,7 @@ msgstr "" msgid "Removed %{name}" msgstr "" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "" @@ -3467,7 +3470,7 @@ msgstr "" msgid "Repeated" msgstr "" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "" @@ -3498,12 +3501,12 @@ msgstr "" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "" @@ -3515,7 +3518,7 @@ msgstr "" msgid "Retype Password" msgstr "" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3659,7 +3662,7 @@ msgstr "" msgid "Security and Access" msgstr "" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "" @@ -3706,19 +3709,19 @@ msgstr "" msgid "Selection" msgstr "" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "" @@ -3726,7 +3729,7 @@ msgstr "" msgid "Selection not found" msgstr "" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "" @@ -3734,7 +3737,7 @@ msgstr "" msgid "Sequential Name" msgstr "" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "" @@ -3764,7 +3767,7 @@ msgstr "" msgid "Sessions" msgstr "" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "" @@ -3774,15 +3777,15 @@ msgstr "" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "" @@ -3821,7 +3824,7 @@ msgstr "" msgid "Show all new faces" msgstr "" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "" @@ -3909,7 +3912,7 @@ msgstr "" msgid "Size" msgstr "" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "" @@ -3941,7 +3944,7 @@ msgstr "" msgid "Some albums could not be updated" msgstr "" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "" @@ -4045,7 +4048,7 @@ msgstr "" msgid "Subject" msgstr "" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "" @@ -4053,11 +4056,11 @@ msgstr "" msgid "Subject not found" msgstr "" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "" @@ -4070,7 +4073,7 @@ msgstr "" msgid "Successfully deleted" msgstr "" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "" @@ -4235,7 +4238,7 @@ msgstr "" msgid "Too many files selected" msgstr "" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "" @@ -4291,7 +4294,7 @@ msgstr "" msgid "Unique ID" msgstr "" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4328,7 +4331,7 @@ msgstr "" msgid "Unregistered" msgstr "" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "" @@ -4349,7 +4352,7 @@ msgstr "" msgid "Unsupported type" msgstr "" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4426,7 +4429,7 @@ msgstr "" msgid "Upload failed" msgstr "" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "" @@ -4466,7 +4469,7 @@ msgstr "" msgid "Uploads that may contain such images will be rejected automatically." msgstr "" -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "" @@ -4487,7 +4490,7 @@ msgstr "" #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "" @@ -4522,7 +4525,7 @@ msgstr "" msgid "Users" msgstr "" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "" @@ -4543,6 +4546,10 @@ msgstr "" msgid "Verification Code" msgstr "" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "" @@ -4560,7 +4567,7 @@ msgstr "" msgid "Video Duration" msgstr "" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4744,11 +4751,11 @@ msgstr "" msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "" -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "" @@ -4767,7 +4774,7 @@ msgctxt "Edit" msgid "Content" msgstr "" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4789,7 +4796,7 @@ msgctxt "Photo" msgid "Title" msgstr "" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/es.po b/frontend/src/locales/es.po index 3485a11d5..55f40d7a2 100644 --- a/frontend/src/locales/es.po +++ b/frontend/src/locales/es.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} es demasiado largo" msgid "%{s} is too short" msgstr "%{s} es demasiado corto" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d entradas añadidas a %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d entradas eliminadas de %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d archivos subidos en %d" @@ -100,7 +100,7 @@ msgstr "%d archivos subidos en %d" msgid "%s already exists" msgstr "%s ya existe" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s ha sido restaurado" @@ -176,14 +176,13 @@ msgstr "Ficha de acceso" msgid "Account" msgstr "Cuenta" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Cuenta creada" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Cuenta borrada" @@ -199,7 +198,7 @@ msgstr "Cuenta no encontrada" msgid "Account restored" msgstr "Cuenta restablecida" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Cuenta guardada" @@ -207,7 +206,7 @@ msgstr "Cuenta guardada" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Cuentas" @@ -343,7 +342,7 @@ msgstr "Ajustar fecha y hora" msgid "Adjust Location" msgstr "Ajustar la ubicación" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Después de dos semanas" msgid "Album" msgstr "Álbum" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Álbum %s borrado" @@ -404,11 +403,11 @@ msgstr "Álbum %s borrado" msgid "Album Backups" msgstr "Copias de seguridad de álbumes" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Contenidos del álbum clonados" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Álbum creado" @@ -420,11 +419,11 @@ msgstr "Álbum borrado" msgid "Album not found" msgstr "Álbum no encontrado" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Álbum guardado" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Álbum guardado" msgid "Albums" msgstr "Álbumes" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Álbumes borrados" @@ -538,7 +537,7 @@ msgstr "Altitud (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Aprobar y guardar los cambios" msgid "Apps and Devices" msgstr "Aplicaciones y dispositivos" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Archivado" @@ -650,7 +649,7 @@ msgstr "Relación de aspecto" msgid "Attributes" msgstr "Atributos" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Informe de errores" msgid "Busy, please try again later" msgstr "Ocupado, por favor vuelva a intentarlo más tarde" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Ocupado, por favor espera…" @@ -775,7 +774,7 @@ msgstr "Ocupado, por favor espera…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Al utilizar el software y los servicios que ofrecemos, usted acepta nuestras condiciones de servicio, política de privacidad y código de conducta." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Calendario" @@ -897,11 +896,10 @@ msgstr "Cambiar indicador de privado" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "No se pudieron guardar los cambios" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Claro" msgid "Clear {0}" msgstr "Borrar {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Cliente" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Cliente" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Cliente" msgid "Close" msgstr "Cerrar" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Grupo" @@ -1018,7 +1016,7 @@ msgstr "Grupo" msgid "Cluster Admin" msgstr "Administrador del clúster" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Nodo del clúster" @@ -1149,7 +1147,7 @@ msgstr "Copiado al portapapeles" msgid "Copy" msgstr "Copiar" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Copiando archivos desde %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Crea archivos sidecar YAML para hacer copias de seguridad de los metadatos de las imágenes." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Creado" @@ -1263,7 +1261,7 @@ msgstr "Registros de depuración" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Carpeta por Defecto" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "¿Descartar los cambios no válidos?" msgid "Discard unsaved changes?" msgstr "¿Descartar los cambios no guardados?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Descubrir" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Hecho." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Descargar archivos remotos" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Previsualizaciones dinámicas" msgid "Dynamic Size Limit: %{n}px" msgstr "Límite de tamaño dinámico: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Introduce el nombre del elemento..." msgid "Enter the code generated by your authenticator app:" msgstr "Introduce el código generado por tu aplicación de autenticación:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Ingrese el código de verificación" @@ -1640,12 +1639,12 @@ msgstr "Introduce tu contraseña para confirmar la acción y continuar:" msgid "Entity not found" msgstr "Entidad no encontrada" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Error" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Fallo al crear el archivo zip" msgid "Failed to load users." msgstr "No se han podido cargar los usuarios." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "No se ha eliminado el marcador facial" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Error al eliminar el nombre" @@ -1763,7 +1762,7 @@ msgstr "No se ha podido reiniciar el servidor" msgid "Failed to save changes" msgstr "No se han podido guardar los cambios" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Fracasó en el intento de salvar el marcador" @@ -1796,7 +1795,7 @@ msgstr "Rápido" msgid "Favorite" msgstr "Favorito" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favoritos" @@ -1818,7 +1817,7 @@ msgstr "Mujer" msgid "File" msgstr "Archivo" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Explorador de Archivos" @@ -1826,7 +1825,7 @@ msgstr "Explorador de Archivos" msgid "File Conversion" msgstr "Conversión de archivos" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Archivo eliminado" @@ -1842,7 +1841,7 @@ msgstr "Nombre del archivo" msgid "File not found" msgstr "No se encuentra el archivo" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Archivo eliminado de la pila" @@ -1855,7 +1854,7 @@ msgstr "Tamaño del archivo" msgid "File too large" msgstr "Archivo demasiado grande" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Archivo cargado" @@ -1901,7 +1900,7 @@ msgstr "La carpeta contiene %{n} archivos" msgid "Folder is empty" msgstr "Carpeta vacía" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Carpetas" @@ -1928,7 +1927,7 @@ msgstr "Marcos" msgid "Full Access" msgstr "Acceso total" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Pantalla completa" @@ -2013,7 +2012,7 @@ msgstr "Ayuda y Soporte" msgid "Hidden" msgstr "Oculto" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Archivos Ocultos" @@ -2021,7 +2020,7 @@ msgstr "Archivos Ocultos" msgid "Hide" msgstr "Ocultar" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Ocultar pie de foto" @@ -2068,11 +2067,11 @@ msgstr "Calidad de imagen" msgid "Import" msgstr "Importar" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importación cancelada" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Importación completada en %d" @@ -2130,11 +2129,11 @@ msgstr "Indexar" msgid "Indexing" msgstr "Indexando" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indexación cancelada" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexación completada en %d" @@ -2142,7 +2141,7 @@ msgstr "Indexación completada en %d" msgid "Indexing failed" msgstr "Indexación ha fallado" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indexando archivos en %s" @@ -2150,11 +2149,11 @@ msgstr "Indexando archivos en %s" msgid "Indexing media and sidecar files…" msgstr "Indexando los archivos multimedia y sidecar…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indexando originales..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Información" @@ -2163,8 +2162,8 @@ msgstr "Información" msgid "Inherit" msgstr "Heredar" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instancia" @@ -2178,7 +2177,7 @@ msgstr "No se puede acceder a la instancia. Inténtalo de nuevo cuando vuelva a #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instancias" @@ -2300,11 +2299,11 @@ msgstr "Etiqueta" msgid "Label not found" msgstr "Etiqueta no encontrada" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Etiqueta guardada" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Etiqueta guardada" msgid "Labels" msgstr "Etiquetas" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Etiquetas borradas" @@ -2382,7 +2381,7 @@ msgstr "Lente" msgid "Lens not found" msgstr "No se ha encontrado la lente" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Librería" @@ -2400,7 +2399,7 @@ msgid "License" msgstr "Licencia" # "Como" or "Me gusta" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Me gusta" @@ -2431,7 +2430,7 @@ msgstr "Ver lista" msgid "Live" msgstr "En vivo" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2545,7 +2544,7 @@ msgstr "Marcador" msgid "Maximum number of accounts has been reached." msgstr "Se ha alcanzado el número máximo de cuentas." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Media" @@ -2586,7 +2585,7 @@ msgstr "Minimizar" msgid "Missing" msgstr "Desaparecido" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Falta configuración o no es válida" @@ -2594,7 +2593,7 @@ msgstr "Falta configuración o no es válida" msgid "mixed" msgstr "mixto" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Momentos" @@ -2612,7 +2611,7 @@ msgstr "Monocromo" msgid "Month" msgstr "Mes" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Más opciones" @@ -2628,7 +2627,7 @@ msgstr "Lo más relevante" msgid "Move Files" msgstr "Mover archivos" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Moviendo achivos desde %s" @@ -2636,14 +2635,14 @@ msgstr "Moviendo achivos desde %s" msgid "Must have at least %{n} characters." msgstr "Debe tener al menos %{n} caracteres." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Silenciar" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2692,7 +2691,7 @@ msgstr "Nueva contraseña" msgid "Newest First" msgstr "Lo más nuevo primero" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Siguiente" @@ -2829,7 +2828,7 @@ msgstr "Las imágenes no fotográficas y de baja calidad requieren una revisión msgid "None" msgstr "Ninguno" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "No autorizado" @@ -2842,7 +2841,7 @@ msgstr "No disponible en modo público" msgid "Not available in read-only mode" msgstr "No está disponible en modo de sólo lectura" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "No encontrado" @@ -2850,7 +2849,7 @@ msgstr "No encontrado" msgid "Not sorted." msgstr "No clasificado." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "No se admite" @@ -2915,11 +2914,11 @@ msgstr "Una vez a la semana" msgid "One album found" msgstr "Un álbum encontrado" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Una entrada añadida a %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Una entrada eliminada de %s" @@ -2953,8 +2952,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Sólo las cuentas gestionadas localmente pueden configurarse para la autenticación con 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Abrir" @@ -3060,7 +3059,7 @@ msgstr "Parte de algunas fotos seleccionadas" msgid "Password" msgstr "Contraseña" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Contraseña cambiada" @@ -3072,7 +3071,7 @@ msgstr "Pausa" msgid "Payment required" msgstr "Se requiere pago" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3088,7 +3087,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "La gente con la que compartas un enlace podrá ver los contenidos públicos." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Eliminado permanentemente" @@ -3104,7 +3103,7 @@ msgstr "Persona" msgid "Person cover updated" msgstr "Portada de persona actualizada" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Persona eliminada" @@ -3113,7 +3112,7 @@ msgstr "Persona eliminada" msgid "Person not found" msgstr "Persona no encontrada" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Persona salvada" @@ -3133,7 +3132,7 @@ msgstr "PhotoPrism es 100% autofinanciado e independiente." msgid "PhotoPrism+ Membership" msgstr "Membresía PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotos" @@ -3163,8 +3162,8 @@ msgstr "Lugar" msgid "Place & Time" msgstr "Lugar y tiempo" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3207,7 +3206,7 @@ msgstr "Tenga en cuenta que al cambiar su contraseña se cerrará la sesión en msgid "Please restart your instance for the changes to take effect." msgstr "Reinicie su instancia para que los cambios surtan efecto." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Por favor, espere…" @@ -3219,7 +3218,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Límite de tamaño del PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3259,7 +3258,7 @@ msgstr "Vista previa" msgid "Preview Images" msgstr "Vista previa de imágenes" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Anterior" @@ -3280,7 +3279,7 @@ msgstr "Visual anterior" msgid "Primary" msgstr "Primario" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3290,7 +3289,7 @@ msgstr "Primario" msgid "Private" msgstr "Privado" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Procesando la carga..." @@ -3390,7 +3389,7 @@ msgstr "Rojo" msgid "Refresh" msgstr "Actualiza" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3405,6 +3404,10 @@ msgstr "Regiones" msgid "Register" msgstr "Regístrese en" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registro deshabilitado" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3432,7 +3435,7 @@ msgstr "Eliminar" msgid "remove failed: unknown album" msgstr "eliminación ha fallado: álbum desconocido" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Eliminar del álbum" @@ -3448,11 +3451,11 @@ msgstr "Eliminar de todas las fotos seleccionadas" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Eliminar los archivos importados para ahorrar espacio. Los tipos de archivos no admitidos nunca se eliminarán y permanecen en su ubicación actual." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "¿Eliminar la instancia seleccionada del registro del cluster?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Eliminado" @@ -3460,7 +3463,7 @@ msgstr "Eliminado" msgid "Removed %{name}" msgstr "Se ha eliminado %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Eliminados %d archivos y %d fotos" @@ -3469,7 +3472,7 @@ msgstr "Eliminados %d archivos y %d fotos" msgid "Repeated" msgstr "Repetido" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Solicitud fallida - ¿estás desconectado?" @@ -3500,12 +3503,12 @@ msgstr "Reinicie" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Restaurar" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Restaurado" @@ -3517,7 +3520,7 @@ msgstr "Límite de reintentos" msgid "Retype Password" msgstr "Reescriba la contraseña" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3661,7 +3664,7 @@ msgstr "Secreto" msgid "Security and Access" msgstr "Seguridad y acceso" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Seleccionar" @@ -3708,19 +3711,19 @@ msgstr "Selecciona Hora" msgid "Selection" msgstr "Selección" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Selección añadida a %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Selección aprobada" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Selección archivada" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Selección marcada como privada" @@ -3728,7 +3731,7 @@ msgstr "Selección marcada como privada" msgid "Selection not found" msgstr "Selección no encontrada" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Selección restaurada" @@ -3736,7 +3739,7 @@ msgstr "Selección restaurada" msgid "Sequential Name" msgstr "Nombre secuencial" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Servicio" @@ -3766,7 +3769,7 @@ msgstr "ID de sesión" msgid "Sessions" msgstr "Sesiones" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Poner como Portada del Álbum" @@ -3776,15 +3779,15 @@ msgstr "Establecer como imagen de portada" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Ajustes" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Ajustes guardados" @@ -3823,7 +3826,7 @@ msgstr "Mostrar todas las etiquetas" msgid "Show all new faces" msgstr "Mostrar todas las caras nuevas" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Mostrar pie de foto" @@ -3911,7 +3914,7 @@ msgstr "URL del sitio" msgid "Size" msgstr "Tamaño" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Presentación de diapositivas" @@ -3943,7 +3946,7 @@ msgstr "No se han podido crear algunos álbumes. Por favor, edita los nombres e msgid "Some albums could not be updated" msgstr "No se han podido actualizar algunos álbumes" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Algo ha ido mal, inténtalo de nuevo" @@ -4047,7 +4050,7 @@ msgstr "Calles" msgid "Subject" msgstr "Sujeto" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Sujeto eliminado" @@ -4055,11 +4058,11 @@ msgstr "Sujeto eliminado" msgid "Subject not found" msgstr "Asunto no encontrado" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Asunto guardado" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Activado exitosamente" @@ -4072,7 +4075,7 @@ msgstr "Conectado con éxito" msgid "Successfully deleted" msgstr "Eliminado con éxito" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Verificado con éxito" @@ -4237,7 +4240,7 @@ msgstr "Simbólico" msgid "Too many files selected" msgstr "Demasiados archivos seleccionados" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Demasiadas peticiones" @@ -4293,7 +4296,7 @@ msgstr "Deshacer" msgid "Unique ID" msgstr "ID Única" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4330,7 +4333,7 @@ msgstr "Ubicación desconocida" msgid "Unregistered" msgstr "No registrado" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Sin clasificar" @@ -4351,7 +4354,7 @@ msgstr "Formato no admitido" msgid "Unsupported type" msgstr "Tipo no admitido" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4428,7 +4431,7 @@ msgstr "Subida completa. Indexando…" msgid "Upload failed" msgstr "Carga fallida" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "La carga ha sido procesada" @@ -4468,7 +4471,7 @@ msgstr "Subiendo…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Las subidas que puedan contener tales imágenes serán rechazadas automáticamente." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4489,7 +4492,7 @@ msgstr "Utiliza tu código de recuperación o ponte en contacto con un administr #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Usuario" @@ -4524,7 +4527,7 @@ msgstr "Nombre de usuario" msgid "Users" msgstr "Usuarios" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4545,6 +4548,10 @@ msgstr "Vectores" msgid "Verification Code" msgstr "Código de verificación" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Se requiere correo electrónico verificado" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versión" @@ -4562,7 +4569,7 @@ msgstr "Vídeo" msgid "Video Duration" msgstr "Duración del vídeo" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4746,11 +4753,11 @@ msgstr "Su apoyo continuo nos ayuda a proporcionar actualizaciones periódicas y msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Tu biblioteca se analiza continuamente para crear automáticamente álbumes de momentos, viajes y lugares especiales." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip creado en %d" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Acercar/Alejar" @@ -4769,7 +4776,7 @@ msgctxt "Edit" msgid "Content" msgstr "Contenido" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4791,7 +4798,7 @@ msgctxt "Photo" msgid "Title" msgstr "Título" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/et.po b/frontend/src/locales/et.po index 8c9b58d40..283dd5801 100644 --- a/frontend/src/locales/et.po +++ b/frontend/src/locales/et.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language: et\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -81,15 +81,15 @@ msgstr "%{s} on liiga pikk" msgid "%{s} is too short" msgstr "%{s} on liiga lühike" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d kirjet lisatud albumisse %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d kirjet eemaldatud albumist %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d faili üles laaditud %d sekundiga" @@ -97,7 +97,7 @@ msgstr "%d faili üles laaditud %d sekundiga" msgid "%s already exists" msgstr "%s on juba olemas" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s on taastatud" @@ -173,14 +173,13 @@ msgstr "Juurdepääsutunnus" msgid "Account" msgstr "Konto" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Konto loodud" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Konto kustutatud" @@ -196,7 +195,7 @@ msgstr "Kontot ei leitud" msgid "Account restored" msgstr "Konto taastatakse" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Konto salvestatud" @@ -204,7 +203,7 @@ msgstr "Konto salvestatud" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Kontod" @@ -340,7 +339,7 @@ msgstr "Kohandage kuupäeva ja kellaaega" msgid "Adjust Location" msgstr "Kohandage asukohta" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -393,7 +392,7 @@ msgstr "Kahe nädala pärast" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s kustutatud" @@ -401,11 +400,11 @@ msgstr "Album %s kustutatud" msgid "Album Backups" msgstr "Albumite varukoopiad" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Albumi sisu kloonitud" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album lisatud" @@ -417,11 +416,11 @@ msgstr "Album kustutatud" msgid "Album not found" msgstr "Albumit ei leitud" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album salvestatud" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -429,7 +428,7 @@ msgstr "Album salvestatud" msgid "Albums" msgstr "Albumid" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albumid kustutatud" @@ -535,7 +534,7 @@ msgstr "Kõrgus (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -589,7 +588,7 @@ msgstr "Muudatuste kinnitamine ja salvestamine" msgid "Apps and Devices" msgstr "Rakendused ja seadmed" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arhiveeritud" @@ -647,7 +646,7 @@ msgstr "Küljesuhe" msgid "Attributes" msgstr "Atribuudid" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -764,7 +763,7 @@ msgstr "Vearaport" msgid "Busy, please try again later" msgstr "Hõivatud, palun proovi hiljem uuesti" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Hõivatud, palun oota…" @@ -772,7 +771,7 @@ msgstr "Hõivatud, palun oota…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Meie poolt pakutavat tarkvara ja teenuseid kasutades nõustud kasutustingimuste, privaatsuspoliitika ja käitumiskoodeksiga." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalender" @@ -894,11 +893,10 @@ msgstr "Muuda isiklikkust" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -918,11 +916,11 @@ msgstr "Muudatuste salvestamine ebaõnnestus" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -964,13 +962,13 @@ msgstr "Selge" msgid "Clear {0}" msgstr "Clear {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Klient" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -980,14 +978,14 @@ msgstr "Klient" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1006,7 +1004,7 @@ msgstr "Klient" msgid "Close" msgstr "Sulge" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Klaster" @@ -1015,7 +1013,7 @@ msgstr "Klaster" msgid "Cluster Admin" msgstr "Klastri administraator" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Klastrisõlm" @@ -1146,7 +1144,7 @@ msgstr "Kopeeritud lõikelauale" msgid "Copy" msgstr "Kopeeri" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Failide kopeerimine asukohast %s" @@ -1201,7 +1199,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Loo YAML-sidekartiifailid pildi metaandmete varundamiseks." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Lisatud" @@ -1260,7 +1258,7 @@ msgstr "Tõrkeotsingu logid" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1272,7 +1270,7 @@ msgid "Default Folder" msgstr "Vaikimisi kaust" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1413,8 +1411,8 @@ msgstr "Kas kehtetud muudatused visatakse kõrvale?" msgid "Discard unsaved changes?" msgstr "Salvestamata muudatused ära visata?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Avasta" @@ -1483,7 +1481,7 @@ msgid "Done." msgstr "Tehtud." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1500,7 +1498,7 @@ msgstr "Laadi alla kaugfailid" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1534,9 +1532,10 @@ msgstr "Dünaamilised eelvaated" msgid "Dynamic Size Limit: %{n}px" msgstr "Dünaamiline suuruse limiit: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1625,7 +1624,7 @@ msgstr "Sisestage kirje nimi..." msgid "Enter the code generated by your authenticator app:" msgstr "Sisestage autentimisrakenduse poolt genereeritud kood:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Sisesta kontrollkood" @@ -1637,12 +1636,12 @@ msgstr "Toimingu kinnitamiseks ja jätkamiseks sisestage oma parool:" msgid "Entity not found" msgstr "Olemit ei leitud" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Viga" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1736,11 +1735,11 @@ msgstr "ZIP-faili loomine ebaõnnestus" msgid "Failed to load users." msgstr "Kasutajate laadimine ebaõnnestus." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Ei õnnestunud eemaldada näomarkerit" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Nimi ei õnnestunud eemaldada" @@ -1760,7 +1759,7 @@ msgstr "Serveri taaskäivitamine ebaõnnestus" msgid "Failed to save changes" msgstr "Muudatusi ei õnnestunud salvestada" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Ebaõnnestus näo märkimine" @@ -1793,7 +1792,7 @@ msgstr "Kiire" msgid "Favorite" msgstr "Lemmik" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Lemmikud" @@ -1815,7 +1814,7 @@ msgstr "Naine" msgid "File" msgstr "Fail" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Failibrauser" @@ -1823,7 +1822,7 @@ msgstr "Failibrauser" msgid "File Conversion" msgstr "Faili konverteerimine" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Fail kustutatud" @@ -1839,7 +1838,7 @@ msgstr "Faili nimi" msgid "File not found" msgstr "Faili ei leitud" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Fail virnast eemaldatud" @@ -1852,7 +1851,7 @@ msgstr "Faili suurus" msgid "File too large" msgstr "Fail on liiga suur" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "File üles laaditud" @@ -1898,7 +1897,7 @@ msgstr "Kaust sisaldab %{n} faili" msgid "Folder is empty" msgstr "Kaust on tühi" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Kaustad" @@ -1925,7 +1924,7 @@ msgstr "Kaadrid" msgid "Full Access" msgstr "Täielik juurdepääs" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Täisekraan" @@ -2010,7 +2009,7 @@ msgstr "Abi ja tugi" msgid "Hidden" msgstr "Peidetud" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Peidetud failid" @@ -2018,7 +2017,7 @@ msgstr "Peidetud failid" msgid "Hide" msgstr "Peida" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Peida pildiallkiri" @@ -2065,11 +2064,11 @@ msgstr "Pildi kvaliteet" msgid "Import" msgstr "Import" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Import tühistatud" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Import tehtud %d sekundiga" @@ -2127,11 +2126,11 @@ msgstr "Indeks" msgid "Indexing" msgstr "Indekseerimine" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indekseerimine tühistatud" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indekseerimine lõpetatud %d sekundiga" @@ -2139,7 +2138,7 @@ msgstr "Indekseerimine lõpetatud %d sekundiga" msgid "Indexing failed" msgstr "Indekseerimine ebaõnnestus" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Failide indekseerimine: %s" @@ -2147,11 +2146,11 @@ msgstr "Failide indekseerimine: %s" msgid "Indexing media and sidecar files…" msgstr "Meedia- ja abifailide indekseerimine…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Originaalide indekseerimine..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Teave" @@ -2160,8 +2159,8 @@ msgstr "Teave" msgid "Inherit" msgstr "Pärida" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instants" @@ -2175,7 +2174,7 @@ msgstr "Teenus ei ole kättesaadav. Proovi uuesti, kui see on taas võrgus." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instants" @@ -2297,11 +2296,11 @@ msgstr "Silt" msgid "Label not found" msgstr "Silti ei leitud" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Silt salvestatud" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2313,7 +2312,7 @@ msgstr "Silt salvestatud" msgid "Labels" msgstr "Sildid" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Sildid kustutatud" @@ -2379,7 +2378,7 @@ msgstr "Objektiiv" msgid "Lens not found" msgstr "Objektiivi ei leitud" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Fototeek" @@ -2396,7 +2395,7 @@ msgstr "Fototeek" msgid "License" msgstr "Litsents" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Meeldib" @@ -2427,7 +2426,7 @@ msgstr "Nimekirja vaade" msgid "Live" msgstr "Live" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2541,7 +2540,7 @@ msgstr "Märk" msgid "Maximum number of accounts has been reached." msgstr "Maksimaalne kontode arv on saavutatud." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Meedia" @@ -2582,7 +2581,7 @@ msgstr "Minimeeri" msgid "Missing" msgstr "Puudub" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Puuduv või vigane konfiguratsioon" @@ -2590,7 +2589,7 @@ msgstr "Puuduv või vigane konfiguratsioon" msgid "mixed" msgstr "segatud" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Hetked" @@ -2608,7 +2607,7 @@ msgstr "Mustvalge" msgid "Month" msgstr "Kuu" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Rohkem võimalusi" @@ -2624,7 +2623,7 @@ msgstr "Asjakohasemad eespool" msgid "Move Files" msgstr "Liiguta failid" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Failide liigutamine asukohast %s" @@ -2632,14 +2631,14 @@ msgstr "Failide liigutamine asukohast %s" msgid "Must have at least %{n} characters." msgstr "Peab olema vähemalt %{n} tähemärki." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Mute" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2688,7 +2687,7 @@ msgstr "Uus parool" msgid "Newest First" msgstr "Uuemad eespool" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Järgmine" @@ -2825,7 +2824,7 @@ msgstr "Mittefotograafilised ja madala kvaliteediga pildid tuleb üle vaadata, e msgid "None" msgstr "Puudub" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Ei ole lubatud" @@ -2838,7 +2837,7 @@ msgstr "Pole avalikus režiimis saadaval" msgid "Not available in read-only mode" msgstr "Pole kirjutuskaitstud režiimis saadaval" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Ei leitud" @@ -2846,7 +2845,7 @@ msgstr "Ei leitud" msgid "Not sorted." msgstr "Ei ole sorteeritud." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Ei toetata" @@ -2911,11 +2910,11 @@ msgstr "Üks kord nädalas" msgid "One album found" msgstr "Üks album leitud" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Üks kirje lisatud albumisse %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Üks kirje eemaldatud albumist %s" @@ -2949,8 +2948,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "2FA-ga autentimiseks saab seadistada ainult lokaalselt hallatud kontosid." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Avatud" @@ -3056,7 +3055,7 @@ msgstr "Osa valitud fotodest" msgid "Password" msgstr "Parool" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Parool muudetud" @@ -3068,7 +3067,7 @@ msgstr "Paus" msgid "Payment required" msgstr "Makse on vajalik" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3084,7 +3083,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Inimesed, kellega linki jagad, saavad avalikku sisu vaadata." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Lõplikult kustutatud" @@ -3100,7 +3099,7 @@ msgstr "Isik" msgid "Person cover updated" msgstr "Isiku kate ajakohastatud" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Isik kustutatud" @@ -3109,7 +3108,7 @@ msgstr "Isik kustutatud" msgid "Person not found" msgstr "Isikut ei leitud" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Isik salvestatud" @@ -3129,7 +3128,7 @@ msgstr "PhotoPrism on 100% omafinantseeringuline ja sõltumatu." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ liikmelisus" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotod" @@ -3159,8 +3158,8 @@ msgstr "Koht" msgid "Place & Time" msgstr "Koht ja aeg" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3203,7 +3202,7 @@ msgstr "Pane tähele, et parooli muutmine logib sind teistes seadmetes ja brause msgid "Please restart your instance for the changes to take effect." msgstr "Palun taaskäivitage oma instants, et muudatused jõustuksid." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Palun oodake…" @@ -3215,7 +3214,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG suuruse limiit: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portaal" @@ -3255,7 +3254,7 @@ msgstr "Eelvaade" msgid "Preview Images" msgstr "Eelvaatepildid" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Eelmine" @@ -3276,7 +3275,7 @@ msgstr "Eelmine visuaalne" msgid "Primary" msgstr "Primaarne" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3286,7 +3285,7 @@ msgstr "Primaarne" msgid "Private" msgstr "Isiklik" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Üleslaaditud faili töötlemine..." @@ -3386,7 +3385,7 @@ msgstr "Punane" msgid "Refresh" msgstr "Värskenda" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3401,6 +3400,10 @@ msgstr "Piirkonnad" msgid "Register" msgstr "Registreeri" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registreerimine keelatud" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3428,7 +3431,7 @@ msgstr "Eemalda" msgid "remove failed: unknown album" msgstr "eemaldamine ebaõnnestus: tundmatu album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Eemalda albumist" @@ -3444,11 +3447,11 @@ msgstr "Eemaldage kõik valitud fotod" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Eemalda imporditud failid salvestusruumi säästmiseks. Mittetoetatud failitüüpe ei kustutata kunagi, need jäävad oma praegusesse asukohta." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Eemaldage valitud instants klastri registrist?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Eemaldatud" @@ -3456,7 +3459,7 @@ msgstr "Eemaldatud" msgid "Removed %{name}" msgstr "%{name} eemaldati" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Eemaldatud %d faili ja %d fotot" @@ -3465,7 +3468,7 @@ msgstr "Eemaldatud %d faili ja %d fotot" msgid "Repeated" msgstr "Korduv" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Taotlus ebaõnnestus - kas olete võrguühenduseta?" @@ -3496,12 +3499,12 @@ msgstr "Restart" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Taasta" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Taastatud" @@ -3513,7 +3516,7 @@ msgstr "Korduvkatsete limiit" msgid "Retype Password" msgstr "Parool uuesti" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3657,7 +3660,7 @@ msgstr "Salajane" msgid "Security and Access" msgstr "Turvalisus ja ligipääs" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Vali" @@ -3704,19 +3707,19 @@ msgstr "Valige aeg" msgid "Selection" msgstr "Valik" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Valik lisatud albumisse %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Valik heaks kiidetud" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Valik arhiveeritud" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Valik privaatseks märgitud" @@ -3724,7 +3727,7 @@ msgstr "Valik privaatseks märgitud" msgid "Selection not found" msgstr "Valikut ei leitud" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Valik taastatud" @@ -3732,7 +3735,7 @@ msgstr "Valik taastatud" msgid "Sequential Name" msgstr "Järjestikune nimi" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Teenus" @@ -3762,7 +3765,7 @@ msgstr "Seansi ID" msgid "Sessions" msgstr "Sessioonid" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Komplekt albumikaanena" @@ -3772,15 +3775,15 @@ msgstr "Määra kaanepildiks" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Seaded" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Seaded salvestatud" @@ -3819,7 +3822,7 @@ msgstr "Näita kõiki etikette" msgid "Show all new faces" msgstr "Näita kõiki uusi nägusid" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Näita pildiallkirja" @@ -3907,7 +3910,7 @@ msgstr "Saidi URL" msgid "Size" msgstr "Suurus" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Slaidiesitlus" @@ -3939,7 +3942,7 @@ msgstr "Mõnda albumit ei saanud luua. Palun redigeerige nimesid ja proovige uue msgid "Some albums could not be updated" msgstr "Mõnda albumit ei saanud uuendada" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Midagi läks valesti, proovige uuesti" @@ -4043,7 +4046,7 @@ msgstr "Tänavad" msgid "Subject" msgstr "Subjekt" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Teema kustutatud" @@ -4051,11 +4054,11 @@ msgstr "Teema kustutatud" msgid "Subject not found" msgstr "Teemat ei leitud" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Teema salvestatud" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Edukalt aktiveeritud" @@ -4068,7 +4071,7 @@ msgstr "Edukalt ühendatud" msgid "Successfully deleted" msgstr "Edukalt kustutatud" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Edukalt kinnitatud" @@ -4233,7 +4236,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Liiga palju valitud faile" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Liiga palju taotlusi" @@ -4289,7 +4292,7 @@ msgstr "Võta tagasi" msgid "Unique ID" msgstr "Unikaalne ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4326,7 +4329,7 @@ msgstr "Asukoht teadmata" msgid "Unregistered" msgstr "Mitteregistreeritud" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Sorteerimata" @@ -4347,7 +4350,7 @@ msgstr "Mittetoetatud formaat" msgid "Unsupported type" msgstr "Toetamata tüüp" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4424,7 +4427,7 @@ msgstr "Üleslaadimine lõpetatud. Indekseerimine…" msgid "Upload failed" msgstr "Üleslaadimine ebaõnnestus" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Üleslaaditud fail on töödeldud" @@ -4464,7 +4467,7 @@ msgstr "Üleslaadimine…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Selliseid pilte sisaldavad üleslaadimised lükatakse automaatselt tagasi." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4485,7 +4488,7 @@ msgstr "Kasutage oma taastamiskoodi või võtke abi saamiseks ühendust administ #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Kasutaja" @@ -4520,7 +4523,7 @@ msgstr "Kasutajanimi" msgid "Users" msgstr "Kasutajad" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4541,6 +4544,10 @@ msgstr "Vektorid" msgid "Verification Code" msgstr "Kinnituskood" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Kinnitatud e-posti aadress on nõutav" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versioon" @@ -4558,7 +4565,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Video kestus" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4744,11 +4751,11 @@ msgstr "Sinu jätkuv toetus aitab meil pakkuda regulaarseid uuendusi ja jääda msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Sinu fototeeki analüüsitakse pidevalt, et luua automaatselt albumied erilistest hetkedest, reisidest ja kohtadest." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "ZIP-fail loodud %d sekundiga" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Suumi sisse/välja" @@ -4767,7 +4774,7 @@ msgctxt "Edit" msgid "Content" msgstr "Sisu" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4789,7 +4796,7 @@ msgctxt "Photo" msgid "Title" msgstr "Pealkiri" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/eu.po b/frontend/src/locales/eu.po index acfe0f284..97905f49a 100644 --- a/frontend/src/locales/eu.po +++ b/frontend/src/locales/eu.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language: eu\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -81,15 +81,15 @@ msgstr "%{s} luzeegia da" msgid "%{s} is too short" msgstr "%{s} laburregia da" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d sarrera gehitu zaio %s-i" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d sarrera kendu dira %s-etik" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d fitxategi igo dira %d s-tan" @@ -97,7 +97,7 @@ msgstr "%d fitxategi igo dira %d s-tan" msgid "%s already exists" msgstr "%s dagoeneko existitzen da" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s berreskuratu da" @@ -173,14 +173,13 @@ msgstr "Sarbide-tokena" msgid "Account" msgstr "Kontua" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Kontua sortu da" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Kontua ezabatu da" @@ -196,7 +195,7 @@ msgstr "Kontua ez da aurkitu" msgid "Account restored" msgstr "Kontua leheneratu da" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Kontua gorde da" @@ -204,7 +203,7 @@ msgstr "Kontua gorde da" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Kontuak" @@ -340,7 +339,7 @@ msgstr "Data eta ordua egokitu" msgid "Adjust Location" msgstr "Kokapena egokitu" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -393,7 +392,7 @@ msgstr "Bi asteren ondoren" msgid "Album" msgstr "Albuma" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Albuma %s ezabatu da" @@ -401,11 +400,11 @@ msgstr "Albuma %s ezabatu da" msgid "Album Backups" msgstr "Albumen babeskopiak" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Albumean dagoen edukia klonatu da" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Sortu da albuma" @@ -417,11 +416,11 @@ msgstr "Albuma ezabatuta" msgid "Album not found" msgstr "Albuma ez da aurkitu" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Albuma gorde da" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -429,7 +428,7 @@ msgstr "Albuma gorde da" msgid "Albums" msgstr "Albumak" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albumak ezabatu dira" @@ -535,7 +534,7 @@ msgstr "Altuera (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -589,7 +588,7 @@ msgstr "Onartu eta gorde aldaketak" msgid "Apps and Devices" msgstr "Aplikazioak eta gailuak" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Artxibatuta" @@ -647,7 +646,7 @@ msgstr "Aspektu-erlazioa" msgid "Attributes" msgstr "Atributuak" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -764,7 +763,7 @@ msgstr "Akatsen txostena" msgid "Busy, please try again later" msgstr "Zaratatsua, mesedez saiatu berriro geroago" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Lanpetuta, itxaron mesedez…" @@ -772,7 +771,7 @@ msgstr "Lanpetuta, itxaron mesedez…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Eskaintzen ditugun softwarea eta zerbitzuak erabiliz gero, gure zerbitzu-baldintzak, pribatutasun-politika eta jokabide-kodea onartzen dituzu." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Egutegia" @@ -894,11 +893,10 @@ msgstr "Aldatu bandera pribatua" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -918,11 +916,11 @@ msgstr "Ezin izan dira aldaketak gorde" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -964,13 +962,13 @@ msgstr "Argi" msgid "Clear {0}" msgstr "Garbitu {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Bezeroa" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -980,14 +978,14 @@ msgstr "Bezeroa" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1006,7 +1004,7 @@ msgstr "Bezeroa" msgid "Close" msgstr "Itxi" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Multzoa" @@ -1015,7 +1013,7 @@ msgstr "Multzoa" msgid "Cluster Admin" msgstr "Kluster administratzailea" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Klotxeko nodoa" @@ -1146,7 +1144,7 @@ msgstr "Arbelean kopiatu da" msgid "Copy" msgstr "Kopiatu" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "%s-etik fitxategiak kopiatzen" @@ -1201,7 +1199,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Sortu YAML sidecar fitxategiak argazkien metadatuen babeskopia egiteko." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Sortu" @@ -1260,7 +1258,7 @@ msgstr "Arazte-erregistroak" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1272,7 +1270,7 @@ msgid "Default Folder" msgstr "Karpeta lehenetsia" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1413,8 +1411,8 @@ msgstr "Balio gabeko aldaketak baztertu?" msgid "Discard unsaved changes?" msgstr "Gorde gabeko aldaketak baztertu?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Ezagutu" @@ -1483,7 +1481,7 @@ msgid "Done." msgstr "Eginda." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1500,7 +1498,7 @@ msgstr "Deskargatu urruneko fitxategiak" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1534,9 +1532,10 @@ msgstr "Aurrebista dinamikoak" msgid "Dynamic Size Limit: %{n}px" msgstr "Tamaina dinamikoaren muga: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1625,7 +1624,7 @@ msgstr "Sartu elementuaren izena..." msgid "Enter the code generated by your authenticator app:" msgstr "Sartu zure autentifikazio-aplikazioak sortutako kodea:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Sartu egiaztapen-kodea" @@ -1637,12 +1636,12 @@ msgstr "Sartu pasahitza ekintza berresteko eta jarraitu:" msgid "Entity not found" msgstr "Entitate ez da aurkitu" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Errorea" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1736,11 +1735,11 @@ msgstr "Zip fitxategia sortzea huts egin du" msgid "Failed to load users." msgstr "Erabiltzaileak kargatzeko huts egin da." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Aurpegiko markatzailea kentzea huts egin du" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Izena kentzea huts egin du" @@ -1760,7 +1759,7 @@ msgstr "Ezinezkoa izan da zerbitzaria berrabiaraztea" msgid "Failed to save changes" msgstr "Aldaketak gordetzea huts egin da" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Aurpegiko markatzailea gordetzeko huts egin da" @@ -1793,7 +1792,7 @@ msgstr "Azkar" msgid "Favorite" msgstr "Gogokoena" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Gogokoak" @@ -1815,7 +1814,7 @@ msgstr "Emakumezkoa" msgid "File" msgstr "Fitxategia" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Fitxategien arakatzailea" @@ -1823,7 +1822,7 @@ msgstr "Fitxategien arakatzailea" msgid "File Conversion" msgstr "Fitxategien Bihurketa" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Fitxategia ezabatu da" @@ -1839,7 +1838,7 @@ msgstr "Fitxategi izena" msgid "File not found" msgstr "Fitxategia ez da aurkitu" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Pila-tik fitxategia kendu da" @@ -1852,7 +1851,7 @@ msgstr "Fitxategiaren Tamaina" msgid "File too large" msgstr "Fitxategia handiegia" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Fitxategia igo da" @@ -1898,7 +1897,7 @@ msgstr "Karpetak %{n} fitxategi ditu" msgid "Folder is empty" msgstr "Karpeta hutsik dago" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Karpetak" @@ -1925,7 +1924,7 @@ msgstr "Markoak" msgid "Full Access" msgstr "Sarbide osoa" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Pantaila osoa" @@ -2010,7 +2009,7 @@ msgstr "Laguntza eta laguntza" msgid "Hidden" msgstr "Ezkutuan" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Ezkutuko Fitxategiak" @@ -2018,7 +2017,7 @@ msgstr "Ezkutuko Fitxategiak" msgid "Hide" msgstr "Ezkutatu" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Izenburua ezkutatu" @@ -2065,11 +2064,11 @@ msgstr "Irudiaren Kalitatea" msgid "Import" msgstr "Inportatu" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Inportazioa bertan behera utzi da" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Inportazioa %d s-tan osatu da" @@ -2127,11 +2126,11 @@ msgstr "Aurkibidea" msgid "Indexing" msgstr "Indexatzea" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indizeketa bertan behera utzi da" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indizeketa %d s-tan amaitu da" @@ -2139,7 +2138,7 @@ msgstr "Indizeketa %d s-tan amaitu da" msgid "Indexing failed" msgstr "Ezin izan da indexatu" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "%s-en fitxategiak indizeatzea" @@ -2147,11 +2146,11 @@ msgstr "%s-en fitxategiak indizeatzea" msgid "Indexing media and sidecar files…" msgstr "Multimedia eta sidecar fitxategiak indexatzen…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Jatorrizkoak indizatzen..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informazioa" @@ -2160,8 +2159,8 @@ msgstr "Informazioa" msgid "Inherit" msgstr "Ondoretsi" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instantzia" @@ -2175,7 +2174,7 @@ msgstr "Instancea ezin da iritsi. Saiatu berriro linean dagoenean." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instantziak" @@ -2297,11 +2296,11 @@ msgstr "Etiketa" msgid "Label not found" msgstr "Etiketa aurkitu ez da" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Etiketa gorde da" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2313,7 +2312,7 @@ msgstr "Etiketa gorde da" msgid "Labels" msgstr "Etiketak" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Etiketak ezabatu dira" @@ -2379,7 +2378,7 @@ msgstr "Lentea" msgid "Lens not found" msgstr "Lentila ez da aurkitu" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Liburutegia" @@ -2396,7 +2395,7 @@ msgstr "Liburutegia" msgid "License" msgstr "Lizentzia" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Atsegin dut" @@ -2427,7 +2426,7 @@ msgstr "Zerrenda Ikuspegia" msgid "Live" msgstr "Zuzenean" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2541,7 +2540,7 @@ msgstr "Markagailua" msgid "Maximum number of accounts has been reached." msgstr "Gehienezko kontu kopurura iritsi da." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Komunikabideak" @@ -2582,7 +2581,7 @@ msgstr "Minimizatu" msgid "Missing" msgstr "Falta" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Konfigurazioa falta edo baliogabea" @@ -2590,7 +2589,7 @@ msgstr "Konfigurazioa falta edo baliogabea" msgid "mixed" msgstr "nahasi" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Momentuak" @@ -2608,7 +2607,7 @@ msgstr "Monokromoa" msgid "Month" msgstr "Hilabetea" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Aukera gehiago" @@ -2624,7 +2623,7 @@ msgstr "Garrantzitsuena" msgid "Move Files" msgstr "Mugitu fitxategiak" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "%s-etik fitxategiak mugitzea" @@ -2632,14 +2631,14 @@ msgstr "%s-etik fitxategiak mugitzea" msgid "Must have at least %{n} characters." msgstr "Gutxienez %{n} karaktere izan behar ditu." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Isildu" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2688,7 +2687,7 @@ msgstr "pasahitz berria" msgid "Newest First" msgstr "Berriena Lehenengoa" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Hurrengoa" @@ -2825,7 +2824,7 @@ msgstr "Argazkiak ez diren eta kalitate baxuko irudiak berrikusi behar dira bila msgid "None" msgstr "Bat ere ez" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Ez da onartzen" @@ -2838,7 +2837,7 @@ msgstr "Modu publikoan ez dago eskuragarri" msgid "Not available in read-only mode" msgstr "Bakarrik irakurtzeko moduan ez dago eskuragarri" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Ez da aurkitu" @@ -2846,7 +2845,7 @@ msgstr "Ez da aurkitu" msgid "Not sorted." msgstr "Ez dago sailkatuta." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Ez da onartzen" @@ -2911,11 +2910,11 @@ msgstr "Astean behin" msgid "One album found" msgstr "Album bat aurkitu da" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Sarrera bat %s-era gehitu da." -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "%s-etik kendutako sarrera bat" @@ -2949,8 +2948,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Lokalean kudeatutako kontuak soilik konfigura daitezke 2FA-rekin autentifikatzeko." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Ireki" @@ -3056,7 +3055,7 @@ msgstr "Hautatutako argazki batzuen zati bat" msgid "Password" msgstr "Pasahitza" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Pasahitza aldatu da" @@ -3068,7 +3067,7 @@ msgstr "Pausa" msgid "Payment required" msgstr "Ordainketa beharrezkoa da" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3084,7 +3083,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Esteka partekatzen duzun pertsonek eduki publikoak ikusi ahal izango dituzte." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Betiko ezabatu da" @@ -3100,7 +3099,7 @@ msgstr "Pertsona" msgid "Person cover updated" msgstr "Pertsonaren azala eguneratua" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Pertsona ezabatu da" @@ -3109,7 +3108,7 @@ msgstr "Pertsona ezabatu da" msgid "Person not found" msgstr "Pertsona ez da aurkitu" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Pertsona salbatu da" @@ -3129,7 +3128,7 @@ msgstr "PhotoPrism %100 autofinantziatua eta independentea da." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ Kidetza" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Argazkiak" @@ -3159,8 +3158,8 @@ msgstr "Lekua" msgid "Place & Time" msgstr "Lekua eta Ordua" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3203,7 +3202,7 @@ msgstr "Kontuan izan pasahitza aldatzeak beste gailu eta arakatzaile batzuetan s msgid "Please restart your instance for the changes to take effect." msgstr "Mesedez, berrabiarazi zure instantzia aldaketak indarrean egon daitezen." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Itxaron mesedez…" @@ -3215,7 +3214,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG Tamaina Muga: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Ataria" @@ -3255,7 +3254,7 @@ msgstr "Aurrebista" msgid "Preview Images" msgstr "Aurrebista Irudiak" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Aurrekoa" @@ -3276,7 +3275,7 @@ msgstr "Aurreko bisuala" msgid "Primary" msgstr "Lehen mailakoa" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3286,7 +3285,7 @@ msgstr "Lehen mailakoa" msgid "Private" msgstr "Pribatua" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Igoera prozesatzen ari da..." @@ -3386,7 +3385,7 @@ msgstr "Gorria" msgid "Refresh" msgstr "Freskatu" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3401,6 +3400,10 @@ msgstr "Eskualdeak" msgid "Register" msgstr "Izena eman" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Erregistroa desgaituta" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3428,7 +3431,7 @@ msgstr "Kendu" msgid "remove failed: unknown album" msgstr "kendu huts egin du: album ezezaguna" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Kendu albumetik" @@ -3444,11 +3447,11 @@ msgstr "Kendu hautatutako argazki guztietatik" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Kendu inportatutako fitxategiak biltegia gordetzeko. Onartu gabeko fitxategi motak ez dira inoiz ezabatuko, uneko kokapenan geratzen dira." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Hautatutako instantzia kluster erregistrotik kendu?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Kendu da" @@ -3456,7 +3459,7 @@ msgstr "Kendu da" msgid "Removed %{name}" msgstr "%{name} kendu da" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "%d fitxategi eta %d argazki kendu dira" @@ -3465,7 +3468,7 @@ msgstr "%d fitxategi eta %d argazki kendu dira" msgid "Repeated" msgstr "Errepikatua" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Eskaerak huts egin du - konexiorik gabe zaude?" @@ -3496,12 +3499,12 @@ msgstr "Berriro hasi" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Berreskuratu" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Zaharberritua" @@ -3513,7 +3516,7 @@ msgstr "Berriro saiatu muga" msgid "Retype Password" msgstr "Berriro idatzi pasahitza" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3657,7 +3660,7 @@ msgstr "Sekretua" msgid "Security and Access" msgstr "Segurtasuna eta Sarbidea" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Hautatu" @@ -3704,19 +3707,19 @@ msgstr "Hautatu Ordua" msgid "Selection" msgstr "Hautaketa" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Hautaketa %s-era gehitu da" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Hautaketa onartu da" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Hautaketa artxibatuta dago" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Hautaketa pribatutzat markatuta" @@ -3724,7 +3727,7 @@ msgstr "Hautaketa pribatutzat markatuta" msgid "Selection not found" msgstr "Hautaketa ez da aurkitu" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Hautaketa leheneratu da" @@ -3732,7 +3735,7 @@ msgstr "Hautaketa leheneratu da" msgid "Sequential Name" msgstr "Izena sekuentziala" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Zerbitzua" @@ -3762,7 +3765,7 @@ msgstr "Saioaren ID" msgid "Sessions" msgstr "Saioak" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Ezarri albumaren azala" @@ -3772,15 +3775,15 @@ msgstr "Ezarri azaleko irudi gisa" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Ezarpenak" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Ezarpenak gorde dira" @@ -3819,7 +3822,7 @@ msgstr "Erakutsi etiketa guztiak" msgid "Show all new faces" msgstr "Erakutsi aurpegi berri guztiak" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Izenburua erakutsi" @@ -3907,7 +3910,7 @@ msgstr "Gunearen URLa" msgid "Size" msgstr "Tamaina" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Aurkezpena" @@ -3939,7 +3942,7 @@ msgstr "Ezin izan dira album batzuk sortu. Editatu izenak eta saiatu berriro." msgid "Some albums could not be updated" msgstr "Album batzuk ezin izan dira eguneratu" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Arazoren bat izan da. Saiatu berriro" @@ -4043,7 +4046,7 @@ msgstr "Kaleak" msgid "Subject" msgstr "Gaia" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Gaia ezabatu da" @@ -4051,11 +4054,11 @@ msgstr "Gaia ezabatu da" msgid "Subject not found" msgstr "Gaia ez da aurkitu" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Gaia gorde da" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Behar bezala aktibatu da" @@ -4068,7 +4071,7 @@ msgstr "Behar bezala konektatuta" msgid "Successfully deleted" msgstr "Behar bezala ezabatu da" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Behar bezala egiaztatu da" @@ -4233,7 +4236,7 @@ msgstr "Tokena" msgid "Too many files selected" msgstr "Fitxategi gehiegi hautatu dira" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Eskaera gehiegi" @@ -4289,7 +4292,7 @@ msgstr "Desegin" msgid "Unique ID" msgstr "ID bakarra" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4326,7 +4329,7 @@ msgstr "Ezezagun kokalekua" msgid "Unregistered" msgstr "Erregistratu gabe" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Ordenatu gabe" @@ -4347,7 +4350,7 @@ msgstr "Euskarririk gabeko formatua" msgid "Unsupported type" msgstr "Onartu gabeko mota" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4424,7 +4427,7 @@ msgstr "Kargatzea osatuta. Indexatzen…" msgid "Upload failed" msgstr "Ezin izan da kargatu" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Igoera prozesatu da" @@ -4464,7 +4467,7 @@ msgstr "Kargatzen…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Horrelako irudiak izan ditzaketen kargak automatikoki baztertuko dira." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URLa" @@ -4485,7 +4488,7 @@ msgstr "Erabili zure berreskuratzeko kodea edo jarri harremanetan administratzai #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Erabiltzailea" @@ -4520,7 +4523,7 @@ msgstr "Erabiltzaile izena" msgid "Users" msgstr "Erabiltzaileak" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4541,6 +4544,10 @@ msgstr "Bektoreak" msgid "Verification Code" msgstr "Egiaztapen Kodea" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Egiaztatutako helbide elektronikoa beharrezkoa da" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Bertsioa" @@ -4558,7 +4565,7 @@ msgstr "Bideoa" msgid "Video Duration" msgstr "Bideoaren Iraupena" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4742,11 +4749,11 @@ msgstr "Zure etengabeko laguntzak aldizkako eguneraketak eskaintzen eta independ msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Zure liburutegia etengabe aztertzen da momentu, bidai eta leku berezien albumak automatikoki sortzeko." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip sortu da %d s-tan" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Handitu/txikiagotu" @@ -4765,7 +4772,7 @@ msgctxt "Edit" msgid "Content" msgstr "Edukia" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4787,7 +4794,7 @@ msgctxt "Photo" msgid "Title" msgstr "Izenburua" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/fa.po b/frontend/src/locales/fa.po index 202321be1..ee372387e 100644 --- a/frontend/src/locales/fa.po +++ b/frontend/src/locales/fa.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: \n" "Language: fa\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} خیلی طولانی است" msgid "%{s} is too short" msgstr "%{s} خیلی کوتاه است" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d مورد به %s اضافه شد" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d مورد از %s حذف شد" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d فایل در %d ثانیه آپلود شد" @@ -100,7 +100,7 @@ msgstr "%d فایل در %d ثانیه آپلود شد" msgid "%s already exists" msgstr "%s از قبل وجود دارد" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s بازیابی شده است" @@ -176,14 +176,13 @@ msgstr "نشانه دسترسی" msgid "Account" msgstr "حساب کاربری" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "حساب کاربری ایجاد شد" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "حساب کاربری حذف شد" @@ -199,7 +198,7 @@ msgstr "حساب کاربری پیدا نشد" msgid "Account restored" msgstr "حساب بازیابی شد" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "حساب کاربری ذخیره شد" @@ -207,7 +206,7 @@ msgstr "حساب کاربری ذخیره شد" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "حساب ها" @@ -343,7 +342,7 @@ msgstr "تاریخ و زمان را تنظیم کنید" msgid "Adjust Location" msgstr "تنظیم مکان" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "مدیر" @@ -396,7 +395,7 @@ msgstr "بعد از دو هفته" msgid "Album" msgstr "آلبوم" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "آلبوم %s حذف شد" @@ -404,11 +403,11 @@ msgstr "آلبوم %s حذف شد" msgid "Album Backups" msgstr "پشتیبان گیری از آلبوم" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "محتویات آلبوم کلون شد" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "آلبوم ایجاد شد" @@ -420,11 +419,11 @@ msgstr "آلبوم حذف شد" msgid "Album not found" msgstr "آلبوم پیدا نشد" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "آلبوم ذخیره شد" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "آلبوم ذخیره شد" msgid "Albums" msgstr "آلبوم ها" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "آلبوم ها حذف شدند" @@ -538,7 +537,7 @@ msgstr "ارتفاع (M)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "تایید و ذخیره تغییرات" msgid "Apps and Devices" msgstr "برنامه ها و دستگاه ها" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "بایگانی شده" @@ -650,7 +649,7 @@ msgstr "نسبت ابعاد" msgid "Attributes" msgstr "ویژگی‌ها" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "گزارش اشکال" msgid "Busy, please try again later" msgstr "مشغول است، لطفاً بعداً دوباره امتحان کنید" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "مشغول است ، لطفا صبر کنید…" @@ -775,7 +774,7 @@ msgstr "مشغول است ، لطفا صبر کنید…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "با استفاده از نرم‌افزار و خدماتی که ما ارائه می‌کنیم، با شرایط خدمات، خط‌مشی رازداری و آیین‌نامه رفتار ما موافقت می‌کنید." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "تقویم" @@ -897,11 +896,10 @@ msgstr "تغییر پرچم خصوصی" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "تغییرات را نمی توان ذخیره کرد" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "شفاف" msgid "Clear {0}" msgstr "پاک کردن {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "مشتری" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "مشتری" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "مشتری" msgid "Close" msgstr "نزدیک" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "خوشه" @@ -1018,7 +1016,7 @@ msgstr "خوشه" msgid "Cluster Admin" msgstr "مدیر خوشه" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "گره خوشه‌ای" @@ -1149,7 +1147,7 @@ msgstr "کپی شده در کلیپ بورد" msgid "Copy" msgstr "کپی 🀄" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "کپی کردن فایل ها از %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "فایل های YAML sidecar را برای پشتیبان گیری از متادیتای تصویر ایجاد کنید." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "ایجاد شده" @@ -1263,7 +1261,7 @@ msgstr "گزارش‌های اشکال زدایی" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "پوشه پیشفرض" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "تغییرات نامعتبر را نادیده بگیرید؟" msgid "Discard unsaved changes?" msgstr "تغییرات نجات‌نشده را دور بیندازید؟" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "کشف" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "انجام شده است." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "بارگیری پرونده های از راه دور" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "پیش نمایش پویا" msgid "Dynamic Size Limit: %{n}px" msgstr "محدودیت اندازه پویا: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "نام کالا را وارد کنید..." msgid "Enter the code generated by your authenticator app:" msgstr "کد ایجاد شده توسط برنامه احراز هویت خود را وارد کنید:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "کد تایید را وارد کنید" @@ -1640,12 +1639,12 @@ msgstr "رمز عبور خود را برای تایید عمل وارد کنید msgid "Entity not found" msgstr "موجودیت پیدا نشد" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "خطا" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "فایل فشرده ایجاد نشد" msgid "Failed to load users." msgstr "بارگذاری کاربران ناموفق بود." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "حذف نشانگر صورت ناموفق بود" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "حذف نام ناموفق بود" @@ -1763,7 +1762,7 @@ msgstr "راه‌اندازی مجدد سرور ناموفق بود" msgid "Failed to save changes" msgstr "ذخیره تغییرات ناموفق بود" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "ذخیره کردن نشانگر صورت ناموفق بود" @@ -1796,7 +1795,7 @@ msgstr "سریع" msgid "Favorite" msgstr "موردعلاقه" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "موارد دلخواه" @@ -1818,7 +1817,7 @@ msgstr "زن" msgid "File" msgstr "فایل" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "مرورگر فایل" @@ -1826,7 +1825,7 @@ msgstr "مرورگر فایل" msgid "File Conversion" msgstr "تبدیل فایل" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "فایل حذف شد" @@ -1842,7 +1841,7 @@ msgstr "نام فایل" msgid "File not found" msgstr "فایل پیدا نشد" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "فایل از پشته حذف شد" @@ -1855,7 +1854,7 @@ msgstr "فایل" msgid "File too large" msgstr "فایل خیلی بزرگ است" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "فایل بارگذاری شد" @@ -1901,7 +1900,7 @@ msgstr "پوشه حاوی %{n} فایل است" msgid "Folder is empty" msgstr "پوشه خالی است" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "پوشه ها" @@ -1928,7 +1927,7 @@ msgstr "قاب‌ها" msgid "Full Access" msgstr "دسترسی کامل" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "تمام صفحه" @@ -2013,7 +2012,7 @@ msgstr "راهنما و پشتیبانی" msgid "Hidden" msgstr "مخفی" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "فایل های مخفی" @@ -2021,7 +2020,7 @@ msgstr "فایل های مخفی" msgid "Hide" msgstr "مخفی" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "پنهان کردن توضیحات" @@ -2068,11 +2067,11 @@ msgstr "کیفیت تصویر" msgid "Import" msgstr "وارد کردن" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "وارد کردن لغو شد" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "وارد کردن در %d ثانیه تکمیل شد" @@ -2130,11 +2129,11 @@ msgstr "نمایه" msgid "Indexing" msgstr "نمایه سازی" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "نمایه سازی لغو شد" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "نمایه سازی در %d ثانیه تکمیل شد" @@ -2142,7 +2141,7 @@ msgstr "نمایه سازی در %d ثانیه تکمیل شد" msgid "Indexing failed" msgstr "نمایه سازی انجام نشد" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "نمایه سازی فایل ها در %s" @@ -2150,11 +2149,11 @@ msgstr "نمایه سازی فایل ها در %s" msgid "Indexing media and sidecar files…" msgstr "نمایه سازی رسانه و فایل های جانبی…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "نمایه سازی نسخه های اصلی ..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "اطلاعات" @@ -2163,8 +2162,8 @@ msgstr "اطلاعات" msgid "Inherit" msgstr "میراث بری" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "نمونه" @@ -2178,7 +2177,7 @@ msgstr "دستگاه قابل دسترسی نیست. پس از بازگشت به #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "موارد" @@ -2300,11 +2299,11 @@ msgstr "برچسب" msgid "Label not found" msgstr "برچسب پیدا نشد" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "برچسب ذخیره شد" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "برچسب ذخیره شد" msgid "Labels" msgstr "برچسب ها" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "برچسب ها حذف شدند" @@ -2382,7 +2381,7 @@ msgstr "لنز" msgid "Lens not found" msgstr "لنز یافت نشد" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "کتابخانه" @@ -2399,7 +2398,7 @@ msgstr "کتابخانه" msgid "License" msgstr "مجوز" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "پسندیدن" @@ -2430,7 +2429,7 @@ msgstr "نمایش لیست" msgid "Live" msgstr "زنده" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "نشانگر" msgid "Maximum number of accounts has been reached." msgstr "به حداکثر تعداد حساب ها رسیده است." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "رسانه ها" @@ -2585,7 +2584,7 @@ msgstr "کوچک کردن" msgid "Missing" msgstr "گم شده" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "پیکربندی موجود نیست یا نامعتبر است" @@ -2593,7 +2592,7 @@ msgstr "پیکربندی موجود نیست یا نامعتبر است" msgid "mixed" msgstr "مخلوط" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "لحظه ها" @@ -2611,7 +2610,7 @@ msgstr "تک رنگ" msgid "Month" msgstr "ماه" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "گزینه های بیشتر" @@ -2627,7 +2626,7 @@ msgstr "بسیار مرتبط" msgid "Move Files" msgstr "جابجایی فایل ها" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "انتقال فایل ها از %s" @@ -2635,14 +2634,14 @@ msgstr "انتقال فایل ها از %s" msgid "Must have at least %{n} characters." msgstr "باید حداقل %{n} حرف داشته باشد." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "بی صدا" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "رمزعبور جدید" msgid "Newest First" msgstr "اول جدیدترین ها" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "بعدی" @@ -2828,7 +2827,7 @@ msgstr "تصاویر غیرعکاسی و با کیفیت پایین قبل از msgid "None" msgstr "هیچ یک" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "مجاز نیست" @@ -2841,7 +2840,7 @@ msgstr "در حالت عمومی در دسترس نیست" msgid "Not available in read-only mode" msgstr "در حالت فقط خواندنی در دسترس نیست" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "پیدا نشد" @@ -2849,7 +2848,7 @@ msgstr "پیدا نشد" msgid "Not sorted." msgstr "مرتب نشده است." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "پشتیبانی نمی شود" @@ -2914,11 +2913,11 @@ msgstr "یک بار در هفته" msgid "One album found" msgstr "یک آلبوم پیدا شد" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "یک مورد به %s اضافه شد" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "یک مورد از %s حذف شد" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "فقط حساب های مدیریت شده محلی را می توان برای احراز هویت با 2FA تنظیم کرد." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "باز کن" @@ -3059,7 +3058,7 @@ msgstr "بخشی از عکس‌های منتخب" msgid "Password" msgstr "رمزعبور" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "رمز عبور تغییر کرد" @@ -3071,7 +3070,7 @@ msgstr "مکث" msgid "Payment required" msgstr "پرداخت لازم است" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "افرادی که لینکی را با آنها به اشتراک می گذارید می توانند محتوای عمومی را مشاهده کنند." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "برای همیشه حذف شد" @@ -3103,7 +3102,7 @@ msgstr "شخص" msgid "Person cover updated" msgstr "جلد شخص به‌روزرسانی شد" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "فرد حذف شد" @@ -3112,7 +3111,7 @@ msgstr "فرد حذف شد" msgid "Person not found" msgstr "فرد پیدا نشد" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "فرد ذخیره شد" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism 100٪ با بودجه شخصی و مستقل است." msgid "PhotoPrism+ Membership" msgstr "عضویت PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "تصاویر" @@ -3162,8 +3161,8 @@ msgstr "مکان" msgid "Place & Time" msgstr "مکان و زمان" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "لطفاً توجه داشته باشید که تغییر رمز عبو msgid "Please restart your instance for the changes to take effect." msgstr "لطفاً نمونه خود را مجدداً راه اندازی کنید تا تغییرات اعمال شوند." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "لطفا صبر کنید…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "محدودیت اندازه PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "پورتال" @@ -3258,7 +3257,7 @@ msgstr "پیش نمایش" msgid "Preview Images" msgstr "پیش نمایش تصاویر" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "قبلی" @@ -3279,7 +3278,7 @@ msgstr "تصویری قبلی" msgid "Primary" msgstr "اولیه" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "اولیه" msgid "Private" msgstr "خصوصی" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "در حال بارگذاری..." @@ -3389,7 +3388,7 @@ msgstr "قرمز" msgid "Refresh" msgstr "تازه کردن" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "مناطق" msgid "Register" msgstr "ثبت نام" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "ثبت نام غیرفعال شد" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "حذف" msgid "remove failed: unknown album" msgstr "حذف نشد: آلبوم ناشناخته" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "حذف از آلبوم" @@ -3447,11 +3450,11 @@ msgstr "از همه عکس‌های انتخاب‌شده حذف کنید" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "برای صرفه جویی در فضای ذخیره سازی، فایل های وارد شده را حذف کنید. انواع فایل های پشتیبانی نشده هرگز حذف نمی شوند، آنها در مکان فعلی خود باقی می مانند." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "نمونه انتخاب شده از رجیستری خوشه حذف شود؟" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "حذف شد" @@ -3459,7 +3462,7 @@ msgstr "حذف شد" msgid "Removed %{name}" msgstr "%{name} حذف شد" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "%d فایل و %d عکس حذف شد" @@ -3468,7 +3471,7 @@ msgstr "%d فایل و %d عکس حذف شد" msgid "Repeated" msgstr "تکرار شده" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "درخواست انجام نشد - آفلاین هستید؟" @@ -3499,12 +3502,12 @@ msgstr "راه اندازی مجدد" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "بازگرداندن" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "بازسازی شد" @@ -3516,7 +3519,7 @@ msgstr "محدودیت تلاش" msgid "Retype Password" msgstr "رمز عبور را دوباره تایپ کنید" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "محرمانه" msgid "Security and Access" msgstr "امنیت و دسترسی" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "انتخاب" @@ -3707,19 +3710,19 @@ msgstr "زمان را انتخاب کنید" msgid "Selection" msgstr "انتخاب" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "مورد انتخابی به %s اضافه شد" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "انتخاب تایید شد" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "انتخاب بایگانی شد" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "مورد انتخابی به‌عنوان خصوصی علامت‌گذاری شد" @@ -3727,7 +3730,7 @@ msgstr "مورد انتخابی به‌عنوان خصوصی علامت‌گذا msgid "Selection not found" msgstr "انتخاب پیدا نشد" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "انتخاب بازگردانده شد" @@ -3735,7 +3738,7 @@ msgstr "انتخاب بازگردانده شد" msgid "Sequential Name" msgstr "نام ترتیبی" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "خدمات" @@ -3765,7 +3768,7 @@ msgstr "شناسه جلسه" msgid "Sessions" msgstr "جلسات" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "تنظیم به عنوان جلد آلبوم" @@ -3775,15 +3778,15 @@ msgstr "تنظیم به عنوان تصویر جلد" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "تنظیمات" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "تنظیمات ذخیره شد" @@ -3822,7 +3825,7 @@ msgstr "نمایش همه برچسب‌ها" msgid "Show all new faces" msgstr "نمایش همه صورت ها" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "نمایش توضیح" @@ -3910,7 +3913,7 @@ msgstr "آدرس سایت" msgid "Size" msgstr "سایز" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "نمایش اسلاید" @@ -3942,7 +3945,7 @@ msgstr "ایجاد برخی آلبوم‌ها امکان‌پذیر نبود. ل msgid "Some albums could not be updated" msgstr "بعضی از آلبوم‌ها قابل به‌روزرسانی نبودند" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "یه چیزی اشتباه شد دوباره تلاش کن" @@ -4046,7 +4049,7 @@ msgstr "خیابان ها" msgid "Subject" msgstr "موضوع" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "موضوع حذف شد" @@ -4054,11 +4057,11 @@ msgstr "موضوع حذف شد" msgid "Subject not found" msgstr "موضوع پیدا نشد" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "موضوع ذخیره شد" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "با موفقیت فعال شد" @@ -4071,7 +4074,7 @@ msgstr "با موفقیت وصل شد" msgid "Successfully deleted" msgstr "با موفقیت حذف شد" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "با موفقیت تأیید شد" @@ -4236,7 +4239,7 @@ msgstr "توکن" msgid "Too many files selected" msgstr "تعداد زیادی فایل انتخاب شده است" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "درخواست های خیلی زیاد" @@ -4292,7 +4295,7 @@ msgstr "باطل کردن" msgid "Unique ID" msgstr "شناسه منحصربفرد" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "مکان نامعلوم" msgid "Unregistered" msgstr "ثبت نشده" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "مرتب نشده است" @@ -4350,7 +4353,7 @@ msgstr "فرمت پشتیبانی‌نشده" msgid "Unsupported type" msgstr "نوع پشتیبانی نشده" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "آپلود کامل شد. در حال نمایه سازی…" msgid "Upload failed" msgstr "آپلود انجام نشد" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "بارگذاری انجام شد" @@ -4467,7 +4470,7 @@ msgstr "در حال بارگیری مجدد…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "آپلودهایی که ممکن است حاوی چنین تصاویری باشند به طور خودکار رد می شوند." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "از کد بازیابی خود استفاده کنید یا برای ر #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "کاربر" @@ -4523,7 +4526,7 @@ msgstr "نام کاربری" msgid "Users" msgstr "کاربران" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "بردارها" msgid "Verification Code" msgstr "کد تایید" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "ایمیل تایید شده الزامی است" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "نسخه" @@ -4561,7 +4568,7 @@ msgstr "ویدیو" msgid "Video Duration" msgstr "مدت" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4747,11 +4754,11 @@ msgstr "پشتیبانی مستمر شما به ما کمک می‌کند تا msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "کتابخانه شما به طور مداوم تجزیه و تحلیل می شود تا به طور خودکار آلبوم هایی از لحظات، سفرها و مکان های خاص ایجاد شود." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "فایل فشرده در %d ثانیه ایجاد شد" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "بزرگنمایی/کوچک کردن" @@ -4770,7 +4777,7 @@ msgctxt "Edit" msgid "Content" msgstr "محتوا" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4792,7 +4799,7 @@ msgctxt "Photo" msgid "Title" msgstr "عنوان" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/fi.po b/frontend/src/locales/fi.po index 92450db19..343bbf9c3 100644 --- a/frontend/src/locales/fi.po +++ b/frontend/src/locales/fi.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language: fi\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -81,15 +81,15 @@ msgstr "%{s} on liian pitkä" msgid "%{s} is too short" msgstr "%{s} on liian lyhyt" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d merkintöjä lisätty %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d merkinnät poistettu %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d tiedostoa ladattu %d s aikana" @@ -97,7 +97,7 @@ msgstr "%d tiedostoa ladattu %d s aikana" msgid "%s already exists" msgstr "%s on jo olemassa" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s on palautettu" @@ -173,14 +173,13 @@ msgstr "Access Token" msgid "Account" msgstr "Tili" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Tili luotu" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Tili poistettu" @@ -196,7 +195,7 @@ msgstr "Tiliä ei löydy" msgid "Account restored" msgstr "Tili palautettu" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Tallennettu tili" @@ -204,7 +203,7 @@ msgstr "Tallennettu tili" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Tilit" @@ -340,7 +339,7 @@ msgstr "Säädä päivämäärä ja kellonaika" msgid "Adjust Location" msgstr "Säädä sijaintia" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -393,7 +392,7 @@ msgstr "Kahden viikon kuluttua" msgid "Album" msgstr "Albumi" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Albumi %s poistettu" @@ -401,11 +400,11 @@ msgstr "Albumi %s poistettu" msgid "Album Backups" msgstr "Albumin varmuuskopiot" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Albumin sisältö kloonattu" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Albumi luotu" @@ -417,11 +416,11 @@ msgstr "Albumi poistettu" msgid "Album not found" msgstr "Albumia ei löydy" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Albumi tallennettu" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -429,7 +428,7 @@ msgstr "Albumi tallennettu" msgid "Albums" msgstr "Albumit" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albumit poistettu" @@ -535,7 +534,7 @@ msgstr "Korkeus (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -589,7 +588,7 @@ msgstr "Hyväksy ja tallenna muutokset" msgid "Apps and Devices" msgstr "Sovellukset ja laitteet" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arkistoitu" @@ -647,7 +646,7 @@ msgstr "Kuvasuhde" msgid "Attributes" msgstr "Attribuutit" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -764,7 +763,7 @@ msgstr "Ilmoita virheestä" msgid "Busy, please try again later" msgstr "Varattu, yritä myöhemmin uudelleen" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Odota hetki…" @@ -772,7 +771,7 @@ msgstr "Odota hetki…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Käyttämällä tarjoamiamme ohjelmistoja ja palveluita hyväksyt käyttöehtomme, tietosuojakäytäntömme ja käytännesääntömme." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalenteri" @@ -894,11 +893,10 @@ msgstr "Muuta yksityisyyden tilaa" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -918,11 +916,11 @@ msgstr "Muutoksia ei voitu tallentaa" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -964,13 +962,13 @@ msgstr "Kirkas" msgid "Clear {0}" msgstr "Tyhjennä {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Asiakas" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -980,14 +978,14 @@ msgstr "Asiakas" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1006,7 +1004,7 @@ msgstr "Asiakas" msgid "Close" msgstr "Sulje" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Klusteri" @@ -1015,7 +1013,7 @@ msgstr "Klusteri" msgid "Cluster Admin" msgstr "Klusterin järjestelmänvalvoja" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Klusterin solmu" @@ -1146,7 +1144,7 @@ msgstr "Kopioitu leikepöydälle" msgid "Copy" msgstr "Kopio" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Tiedostojen kopiointi %s" @@ -1201,7 +1199,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Luo YAML-sivutiedostoja kuvien metatietojen varmuuskopiointia varten." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Luotu" @@ -1260,7 +1258,7 @@ msgstr "Vianmäärityslokit" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1272,7 +1270,7 @@ msgid "Default Folder" msgstr "Oletuskansio" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1413,8 +1411,8 @@ msgstr "Hylätä virheelliset muutokset?" msgid "Discard unsaved changes?" msgstr "Hävitä tallentamattomat muutokset?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Tutustu" @@ -1483,7 +1481,7 @@ msgid "Done." msgstr "Tehty." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1500,7 +1498,7 @@ msgstr "Lataa etätiedostoja" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1534,9 +1532,10 @@ msgstr "Dynaamiset esikatselut" msgid "Dynamic Size Limit: %{n}px" msgstr "Dynaaminen kokorajoitus: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1625,7 +1624,7 @@ msgstr "Kirjoita kohteen nimi..." msgid "Enter the code generated by your authenticator app:" msgstr "Kirjoita tunnistautumissovelluksen luoma koodi:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "syötä vahvistus koodi" @@ -1637,12 +1636,12 @@ msgstr "Vahvista toiminto antamalla salasanasi ja jatka:" msgid "Entity not found" msgstr "Entiteettiä ei löydy" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Virhe" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1736,11 +1735,11 @@ msgstr "Zip-tiedoston luominen epäonnistui" msgid "Failed to load users." msgstr "Käyttäjien lataaminen epäonnistui." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Kasvomerkin poistaminen epäonnistui" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Nimen poistaminen epäonnistui" @@ -1760,7 +1759,7 @@ msgstr "Palvelimen uudelleenkäynnistys epäonnistui" msgid "Failed to save changes" msgstr "Muutoksia ei onnistuttu tallentamaan" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Epäonnistuin pelastamaan kasvomerkin" @@ -1793,7 +1792,7 @@ msgstr "Nopea" msgid "Favorite" msgstr "Suosikki" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Suosikit" @@ -1815,7 +1814,7 @@ msgstr "Nainen" msgid "File" msgstr "Tiedosto" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Tiedostoselain" @@ -1823,7 +1822,7 @@ msgstr "Tiedostoselain" msgid "File Conversion" msgstr "Tiedoston muuntaminen" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Tiedosto poistettu" @@ -1839,7 +1838,7 @@ msgstr "Tiedoston nimi" msgid "File not found" msgstr "Tiedostoa ei löydy" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Tiedosto poistettu pinosta" @@ -1852,7 +1851,7 @@ msgstr "Tiedosto" msgid "File too large" msgstr "Tiedosto liian suuri" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Ladattu tiedosto" @@ -1898,7 +1897,7 @@ msgstr "Kansio sisältää %{n} tiedostoa" msgid "Folder is empty" msgstr "Kansio on tyhjä" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Kansiot" @@ -1925,7 +1924,7 @@ msgstr "Ruudut" msgid "Full Access" msgstr "Täysi pääsy" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Koko näyttö" @@ -2010,7 +2009,7 @@ msgstr "Apu ja tuki" msgid "Hidden" msgstr "Piilotettu" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Piilotetut tiedostot" @@ -2018,7 +2017,7 @@ msgstr "Piilotetut tiedostot" msgid "Hide" msgstr "Piilota" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Piilota kuvateksti" @@ -2065,11 +2064,11 @@ msgstr "Kuvan laatu" msgid "Import" msgstr "Tuo" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Tuonti peruutettu" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Tuonti valmis %d s" @@ -2127,11 +2126,11 @@ msgstr "Indeksi" msgid "Indexing" msgstr "Indeksointi" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indeksointi peruutettu" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indeksointi valmis %d s" @@ -2139,7 +2138,7 @@ msgstr "Indeksointi valmis %d s" msgid "Indexing failed" msgstr "Indeksointi epäonnistui" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Tiedostojen indeksointi osoitteessa %s" @@ -2147,11 +2146,11 @@ msgstr "Tiedostojen indeksointi osoitteessa %s" msgid "Indexing media and sidecar files…" msgstr "Indeksoidaan media- ja sivutiedostoja…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Alkuperäiskappaleiden indeksointi..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Tiedot" @@ -2160,8 +2159,8 @@ msgstr "Tiedot" msgid "Inherit" msgstr "Periytyä" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instanssi" @@ -2175,7 +2174,7 @@ msgstr "Palvelinta ei tavoiteta. Yritä uudelleen, kun se on jälleen käytettä #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instanssit" @@ -2297,11 +2296,11 @@ msgstr "Tunniste" msgid "Label not found" msgstr "Tarraa ei löydy" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Tarra tallennettu" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2313,7 +2312,7 @@ msgstr "Tarra tallennettu" msgid "Labels" msgstr "Tunnisteet" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Tunnisteet poistettu" @@ -2379,7 +2378,7 @@ msgstr "Objektiivi" msgid "Lens not found" msgstr "Objektiivia ei löydy" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Kirjasto" @@ -2396,7 +2395,7 @@ msgstr "Kirjasto" msgid "License" msgstr "Lisenssi" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Tykkää" @@ -2427,7 +2426,7 @@ msgstr "Luettelonäkymä" msgid "Live" msgstr "Live Photo -kuva" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2541,7 +2540,7 @@ msgstr "Merkki" msgid "Maximum number of accounts has been reached." msgstr "Tilien enimmäismäärä on saavutettu." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Media" @@ -2582,7 +2581,7 @@ msgstr "Minimoi" msgid "Missing" msgstr "Puuttuva" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Puuttuva tai virheellinen konfiguraatio" @@ -2590,7 +2589,7 @@ msgstr "Puuttuva tai virheellinen konfiguraatio" msgid "mixed" msgstr "mixed" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Hetket" @@ -2608,7 +2607,7 @@ msgstr "Yksivärinen" msgid "Month" msgstr "Kuukausi" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Lisää vaihtoehtoja" @@ -2624,7 +2623,7 @@ msgstr "Tärkein" msgid "Move Files" msgstr "Siirrä tiedostoja" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Tiedostojen siirtäminen %s" @@ -2632,14 +2631,14 @@ msgstr "Tiedostojen siirtäminen %s" msgid "Must have at least %{n} characters." msgstr "Vähintään %{n} merkkiä." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Mykistä" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2688,7 +2687,7 @@ msgstr "Uusi salasana" msgid "Newest First" msgstr "Uusin ensin" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Seuraava" @@ -2825,7 +2824,7 @@ msgstr "Muut kuin valokuvat ja heikkolaatuiset kuvat edellyttävät tarkistusta, msgid "None" msgstr "Ei mitään" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Ei sallittu" @@ -2838,7 +2837,7 @@ msgstr "Ei käytettävissä julkisessa tilassa" msgid "Not available in read-only mode" msgstr "Ei käytettävissä vain luku-tilassa" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Ei löytynyt" @@ -2846,7 +2845,7 @@ msgstr "Ei löytynyt" msgid "Not sorted." msgstr "Ei lajiteltu." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Ei tuettu" @@ -2911,11 +2910,11 @@ msgstr "Kerran viikossa" msgid "One album found" msgstr "Yksi albumi löytyi" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Yksi merkintä lisätty kohtaan %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Yksi merkintä poistettu kohdasta %s" @@ -2949,8 +2948,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Vain paikallisesti hallinnoidut tilit voidaan määrittää 2FA-todennusta varten." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Avaa" @@ -3056,7 +3055,7 @@ msgstr "Osa joistakin valituista valokuvista" msgid "Password" msgstr "Salasana" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Salasana vaihdettu" @@ -3068,7 +3067,7 @@ msgstr "Tauko" msgid "Payment required" msgstr "Maksu vaaditaan" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3084,7 +3083,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Ihmiset, joille jaat linkin, voivat tarkastella julkista sisältöä." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Poistettu pysyvästi" @@ -3100,7 +3099,7 @@ msgstr "Henkilö" msgid "Person cover updated" msgstr "Henkilön kansi päivitetty" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Henkilö poistettu" @@ -3109,7 +3108,7 @@ msgstr "Henkilö poistettu" msgid "Person not found" msgstr "Henkilöä ei löydy" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Tallennettu henkilö" @@ -3129,7 +3128,7 @@ msgstr "PhotoPrism on 100-prosenttisesti omarahoitteinen ja riippumaton." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ jäsenyys" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Kuvat" @@ -3159,8 +3158,8 @@ msgstr "Paikka" msgid "Place & Time" msgstr "Paikka ja aika" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3203,7 +3202,7 @@ msgstr "Huomaa, että salasanan vaihtaminen kirjautuu ulos muilla laitteilla ja msgid "Please restart your instance for the changes to take effect." msgstr "Käynnistä instanssisi uudelleen, jotta muutokset tulevat voimaan." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Odota…" @@ -3215,7 +3214,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG-kokorajoitus: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portaali" @@ -3255,7 +3254,7 @@ msgstr "Esikatselu" msgid "Preview Images" msgstr "Esikatselukuvat" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Edellinen" @@ -3276,7 +3275,7 @@ msgstr "Edellinen kuva" msgid "Primary" msgstr "Ensisijainen" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3286,7 +3285,7 @@ msgstr "Ensisijainen" msgid "Private" msgstr "Yksityinen" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Käsittelen latausta..." @@ -3386,7 +3385,7 @@ msgstr "Punainen" msgid "Refresh" msgstr "Päivitä" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3401,6 +3400,10 @@ msgstr "Alueet" msgid "Register" msgstr "Rekisteröi" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Rekisteröinti poistettu käytöstä" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3428,7 +3431,7 @@ msgstr "Poista" msgid "remove failed: unknown album" msgstr "poistaminen epäonnistui: tuntematon albumi" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Poista albumista" @@ -3444,11 +3447,11 @@ msgstr "Poista kaikista valituista valokuvista" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Poista tuodut tiedostot tallennustilan säästämiseksi. Ei-tuettuja tiedostotyyppejä ei koskaan poisteta, vaan ne säilyvät nykyisessä sijainnissaan." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Poista valittu instanssi klusterirekisteristä?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Poistettu" @@ -3456,7 +3459,7 @@ msgstr "Poistettu" msgid "Removed %{name}" msgstr "Poistettu %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Poistettiin %d tiedostoa ja %d valokuvaa" @@ -3465,7 +3468,7 @@ msgstr "Poistettiin %d tiedostoa ja %d valokuvaa" msgid "Repeated" msgstr "Toistuva" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Pyyntö epäonnistui - oletko offline?" @@ -3496,12 +3499,12 @@ msgstr "Käynnistä uudelleen" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Palauta" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Palautettu" @@ -3513,7 +3516,7 @@ msgstr "Uudelleenyrittämisen raja" msgid "Retype Password" msgstr "Kirjoita salasana uudelleen" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3657,7 +3660,7 @@ msgstr "Salainen" msgid "Security and Access" msgstr "Turvallisuus ja pääsy" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Valitse" @@ -3704,19 +3707,19 @@ msgstr "Valitse aika" msgid "Selection" msgstr "Valinta" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Valinta lisätty %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Valinta hyväksytty" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Valinta arkistoitu" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Valinta merkitty yksityiseksi" @@ -3724,7 +3727,7 @@ msgstr "Valinta merkitty yksityiseksi" msgid "Selection not found" msgstr "Valintaa ei löydy" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Valinta palautettu" @@ -3732,7 +3735,7 @@ msgstr "Valinta palautettu" msgid "Sequential Name" msgstr "Peräkkäinen nimi" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Palvelu" @@ -3762,7 +3765,7 @@ msgstr "Istunnon ID" msgid "Sessions" msgstr "Istunnot" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Aseta albumin kanneksi" @@ -3772,15 +3775,15 @@ msgstr "Aseta kansikuvaksi" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Asetukset" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Asetukset tallennettu" @@ -3819,7 +3822,7 @@ msgstr "Näytä kaikki tarrat" msgid "Show all new faces" msgstr "Näytä kaikki uudet kasvot" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Näytä kuvateksti" @@ -3907,7 +3910,7 @@ msgstr "Sivuston URL-osoite" msgid "Size" msgstr "Koko" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Diaesitys" @@ -3939,7 +3942,7 @@ msgstr "Joitakin albumeita ei voitu luoda. Muokkaa nimiä ja yritä uudelleen." msgid "Some albums could not be updated" msgstr "Joitakin albumeita ei voitu päivittää" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Jokin meni pieleen, yritä uudelleen" @@ -4043,7 +4046,7 @@ msgstr "Kadut" msgid "Subject" msgstr "Aihe" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Aihe poistettu" @@ -4051,11 +4054,11 @@ msgstr "Aihe poistettu" msgid "Subject not found" msgstr "Aihetta ei löydy" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Aihe tallennettu" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Aktivointi onnistui" @@ -4068,7 +4071,7 @@ msgstr "Onnistuneesti yhdistetty" msgid "Successfully deleted" msgstr "Poistettu onnistuneesti" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Vahvistettu onnistuneesti" @@ -4233,7 +4236,7 @@ msgstr "Merkki" msgid "Too many files selected" msgstr "Liian monta tiedostoa valittu" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Liian monta pyyntöä" @@ -4289,7 +4292,7 @@ msgstr "Kumoa" msgid "Unique ID" msgstr "Yksilöllinen tunnus" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4326,7 +4329,7 @@ msgstr "Sijainti tuntematon" msgid "Unregistered" msgstr "Rekisteröimätön" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Lajittelematon" @@ -4347,7 +4350,7 @@ msgstr "Ei tuettu muoto" msgid "Unsupported type" msgstr "Tyyppiä ei tueta" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4424,7 +4427,7 @@ msgstr "Lähetys valmis. Indeksoidaan…" msgid "Upload failed" msgstr "Lähetys epäonnistui" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Lataus on käsitelty" @@ -4464,7 +4467,7 @@ msgstr "Ladataan uudelleen…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Tällaisia kuvia mahdollisesti sisältävät lataukset hylätään automaattisesti." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL-osoite" @@ -4485,7 +4488,7 @@ msgstr "Käytä palautuskoodia tai pyydä apua järjestelmänvalvojalta." #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Käyttäjä" @@ -4520,7 +4523,7 @@ msgstr "Käyttäjätunnus" msgid "Users" msgstr "Käyttäjät" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4541,6 +4544,10 @@ msgstr "Vektorit" msgid "Verification Code" msgstr "Vahvistuskoodi" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Vahvistettu sähköpostiosoite vaaditaan" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versio" @@ -4558,7 +4565,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Kesto" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4742,11 +4749,11 @@ msgstr "Jatkuva tukesi auttaa meitä tarjoamaan säännöllisiä päivityksiä j msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Kirjastoasi analysoidaan jatkuvasti ja luodaan automaattisesti albumeita erityisistä hetkistä, matkoista ja paikoista." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip luotu %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Lähennä/loitonna" @@ -4765,7 +4772,7 @@ msgctxt "Edit" msgid "Content" msgstr "Sisältö" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4787,7 +4794,7 @@ msgctxt "Photo" msgid "Title" msgstr "Otsikko" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/fr.po b/frontend/src/locales/fr.po index c8116998f..5c4b07d02 100644 --- a/frontend/src/locales/fr.po +++ b/frontend/src/locales/fr.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-24 19:07+0000\n" +"PO-Revision-Date: 2026-06-28 08:37+0000\n" "Last-Translator: jean-louis67 \n" "Language-Team: French \n" "Language: fr\n" @@ -84,15 +84,15 @@ msgstr "%{s} est trop long" msgid "%{s} is too short" msgstr "%{s} est trop court" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d entrées ont été ajoutées à %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d entrées ont été supprimées de %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d fichiers chargés en %d s" @@ -100,7 +100,7 @@ msgstr "%d fichiers chargés en %d s" msgid "%s already exists" msgstr "%s existe déjà" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s a été restauré" @@ -176,14 +176,13 @@ msgstr "Jeton d'accès" msgid "Account" msgstr "Compte" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Compte créé" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Compte supprimé" @@ -199,7 +198,7 @@ msgstr "Compte non trouvé" msgid "Account restored" msgstr "Compte restauré" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Compte sauvegardé" @@ -207,7 +206,7 @@ msgstr "Compte sauvegardé" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Comptes" @@ -344,7 +343,7 @@ msgstr "Ajuster la date et l'heure" msgid "Adjust Location" msgstr "Ajuster l'emplacement" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Administrateur" @@ -398,7 +397,7 @@ msgstr "Après 2 semaines" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s supprimé" @@ -406,11 +405,11 @@ msgstr "Album %s supprimé" msgid "Album Backups" msgstr "Sauvegardes d'albums" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Le contenu de l'album a été copié" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album créé" @@ -420,13 +419,13 @@ msgstr "Album supprimé" #: src/locales.js:393 msgid "Album not found" -msgstr "Album introuvable" +msgstr "Album non trouvé" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album sauvegardé" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -434,7 +433,7 @@ msgstr "Album sauvegardé" msgid "Albums" msgstr "Albums" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albums supprimés" @@ -540,7 +539,7 @@ msgstr "Altitude (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -594,7 +593,7 @@ msgstr "Approuver et enregistrer les changements" msgid "Apps and Devices" msgstr "Applications et appareils" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Archivé" @@ -652,7 +651,7 @@ msgstr "Format d'image" msgid "Attributes" msgstr "Attributs" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -769,7 +768,7 @@ msgstr "Signaler une erreur" msgid "Busy, please try again later" msgstr "Occupé, veuillez réessayer plus tard" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Veuillez patienter…" @@ -777,7 +776,7 @@ msgstr "Veuillez patienter…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "En utilisant le logiciel et les services que nous fournissons, vous acceptez nos conditions d'utilisation, notre politique de confidentialité et notre code de conduite." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Calendrier" @@ -899,11 +898,10 @@ msgstr "Modifier le statut privé" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -923,11 +921,11 @@ msgstr "Les modifications n'ont pu être sauvegardées" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -970,13 +968,13 @@ msgstr "Effacer" msgid "Clear {0}" msgstr "Effacer {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Client" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -986,14 +984,14 @@ msgstr "Client" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1012,7 +1010,7 @@ msgstr "Client" msgid "Close" msgstr "Fermer" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Grappe de serveurs" @@ -1021,7 +1019,7 @@ msgstr "Grappe de serveurs" msgid "Cluster Admin" msgstr "Administrateur du cluster" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Nœud de grappe de serveurs" @@ -1152,7 +1150,7 @@ msgstr "Copié vers le presse-papier" msgid "Copy" msgstr "Copier" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Copie de fichiers depuis %s" @@ -1207,7 +1205,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Utiliser des fichiers side-car YAML pour sauvegarder les métadonnées des images." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Créé" @@ -1266,7 +1264,7 @@ msgstr "Journaux de débogage" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1278,7 +1276,7 @@ msgid "Default Folder" msgstr "Dossier par défaut" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1419,8 +1417,8 @@ msgstr "Ignorer les modifications non valides ?" msgid "Discard unsaved changes?" msgstr "Abandonner les modifications non sauvegardées ?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Découvrir" @@ -1489,7 +1487,7 @@ msgid "Done." msgstr "Terminé." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1506,7 +1504,7 @@ msgstr "Télécharger les fichiers distants" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1540,9 +1538,10 @@ msgstr "Avant-premières non cachées" msgid "Dynamic Size Limit: %{n}px" msgstr "Limite de taille non cachée : %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1631,7 +1630,7 @@ msgstr "Entrez le nom de l'élément…" msgid "Enter the code generated by your authenticator app:" msgstr "Entrez le code généré par votre application d'authentification :" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Entrer le code de vérification" @@ -1643,12 +1642,12 @@ msgstr "Saisissez votre mot de passe pour confirmer l'action et continuer :" msgid "Entity not found" msgstr "Entité non trouvée" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Erreur" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1711,6 +1710,7 @@ msgid "Face" msgstr "Visage" #: src/locales.js:396 +#, fuzzy msgid "Face not found" msgstr "Visage non trouvé" @@ -1742,11 +1742,11 @@ msgstr "Échec de la création du fichier zip" msgid "Failed to load users." msgstr "Impossible de charger les utilisateurs." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Échec de la suppression du marqueur de visage" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Échec de la suppression du nom" @@ -1766,7 +1766,7 @@ msgstr "Le redémarrage du serveur a échoué" msgid "Failed to save changes" msgstr "L'enregistrement des modifications a échoué" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "L'enregistrement du marqueur de visage a échoué" @@ -1799,7 +1799,7 @@ msgstr "Rapide" msgid "Favorite" msgstr "Favori" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favoris" @@ -1821,7 +1821,7 @@ msgstr "Femme" msgid "File" msgstr "Fichier" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Explorateur de fichiers" @@ -1829,7 +1829,7 @@ msgstr "Explorateur de fichiers" msgid "File Conversion" msgstr "Conversion de fichiers" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Fichier supprimé" @@ -1845,9 +1845,9 @@ msgstr "Nom du fichier" msgid "File not found" msgstr "Fichier non trouvé" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" -msgstr "Le fichier a été retiré du groupe" +msgstr "Le fichier a été retiré de la pile" #: src/component/album/edit/dialog.vue:127 src/component/photo/toolbar.vue:408 #: src/component/photo/toolbar.vue:419 src/component/photo/toolbar.vue:430 @@ -1858,9 +1858,9 @@ msgstr "Taille du fichier" msgid "File too large" msgstr "Fichier trop volumineux" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" -msgstr "Fichier téléchargé" +msgstr "Fichier chargé" #: src/component/photo/edit/files.vue:83 src/component/photo/edit/files.vue:89 #: src/component/photo/edit/files.vue:97 @@ -1904,7 +1904,7 @@ msgstr "Dossier contenant %{n} fichiers" msgid "Folder is empty" msgstr "Le dossier est vide" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Dossiers" @@ -1931,7 +1931,7 @@ msgstr "Cadres" msgid "Full Access" msgstr "Accès intégral" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Plein écran" @@ -2016,7 +2016,7 @@ msgstr "Aide & Support" msgid "Hidden" msgstr "Caché" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Fichiers cachés" @@ -2024,7 +2024,7 @@ msgstr "Fichiers cachés" msgid "Hide" msgstr "Cacher" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Cacher la légende" @@ -2071,11 +2071,11 @@ msgstr "Qualité de l'image" msgid "Import" msgstr "Importer" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importation annulée" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Importation terminée en %d s" @@ -2133,11 +2133,11 @@ msgstr "Index" msgid "Indexing" msgstr "Indexation" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indexation annulée" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexation terminée en %d s" @@ -2145,19 +2145,19 @@ msgstr "Indexation terminée en %d s" msgid "Indexing failed" msgstr "Échec de l'indexation" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" -msgstr "Indexation des fichiers de %s" +msgstr "Indexation des fichiers en %s" #: src/page/library/index.vue:7 msgid "Indexing media and sidecar files…" msgstr "Indexation des fichiers médias et side-car…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indexage des originaux…" -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informations" @@ -2166,8 +2166,8 @@ msgstr "Informations" msgid "Inherit" msgstr "Hériter" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instance" @@ -2181,7 +2181,7 @@ msgstr "L'instance est inaccessible. Réessayez quand elle sera à nouveau en li #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instances" @@ -2215,7 +2215,7 @@ msgstr "Pays non valide" #: src/locales.js:416 msgid "Invalid credentials" -msgstr "Les informations d'identification sont invalides" +msgstr "Les informations d'identification ne sont pas valables" #: src/component/photo/edit/details.vue:627 msgid "Invalid date" @@ -2223,11 +2223,11 @@ msgstr "Date incorrecte" #: src/locales.js:417 msgid "Invalid link" -msgstr "Lien invalide" +msgstr "Lien incorrect" #: src/locales.js:418 msgid "Invalid name" -msgstr "Nom invalide" +msgstr "Nom incorrect" #: src/page/connect.vue:276 src/page/connect.vue:283 src/page/connect.vue:294 #: src/page/connect.vue:301 src/page/connect.vue:256 src/page/connect.vue:263 @@ -2236,7 +2236,7 @@ msgstr "Paramètres invalides" #: src/locales.js:410 msgid "Invalid password, please try again" -msgstr "Mot de passe invalide, veuillez réessayer" +msgstr "Mot de passe incorrect, veuillez réessayer" #: src/component/photo/edit/dialog.vue:293 src/model/thumb.js:272 msgid "Invalid photo selected" @@ -2252,7 +2252,7 @@ msgstr "URL incorrecte" #: src/locales.js:409 msgid "Invalid verification code, please try again" -msgstr "Code de vérification invalide, veuillez réessayer" +msgstr "Code de vérification incorrect, veuillez réessayer" #: src/page/cluster/activity.vue:128 src/page/admin/activity.vue:127 #: src/locales.js:354 @@ -2303,11 +2303,11 @@ msgstr "Etiquette" msgid "Label not found" msgstr "Étiquette non trouvée" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" -msgstr "Étiquettes sauvegardées" +msgstr "Étiquette sauvegardée" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2319,7 +2319,7 @@ msgstr "Étiquettes sauvegardées" msgid "Labels" msgstr "Étiquettes" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Étiquettes supprimées" @@ -2385,7 +2385,7 @@ msgstr "Objectif" msgid "Lens not found" msgstr "Objectif non trouvé" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Bibliothèque" @@ -2402,7 +2402,7 @@ msgstr "Bibliothèque" msgid "License" msgstr "Licence" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Préféré" @@ -2433,7 +2433,7 @@ msgstr "Vue en liste" msgid "Live" msgstr "Live" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2547,7 +2547,7 @@ msgstr "Marqueur" msgid "Maximum number of accounts has been reached." msgstr "Le nombre maximum de comptes a été atteint." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Les médias" @@ -2588,7 +2588,7 @@ msgstr "Minimiser" msgid "Missing" msgstr "Manquant" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Configuration manquante ou incorrecte" @@ -2596,7 +2596,7 @@ msgstr "Configuration manquante ou incorrecte" msgid "mixed" msgstr "mélangé" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Moments" @@ -2614,7 +2614,7 @@ msgstr "Monochrome" msgid "Month" msgstr "Mois" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Plus d'options" @@ -2630,7 +2630,7 @@ msgstr "Le plus pertinent" msgid "Move Files" msgstr "Déplacer les fichiers" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Déplacement de fichiers depuis %s" @@ -2638,14 +2638,14 @@ msgstr "Déplacement de fichiers depuis %s" msgid "Must have at least %{n} characters." msgstr "Doit comporter au moins %{n} caractères." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Muet" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2694,7 +2694,7 @@ msgstr "Nouveau mot de passe" msgid "Newest First" msgstr "La plus récente d'abord" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Suivant" @@ -2831,7 +2831,7 @@ msgstr "Les images non photographiques ou de mauvaise qualité doivent faire l'o msgid "None" msgstr "Aucun" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Non autorisé" @@ -2844,7 +2844,7 @@ msgstr "Non disponible en mode public" msgid "Not available in read-only mode" msgstr "Non disponible en mode lecture seule" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Non trouvé" @@ -2852,7 +2852,7 @@ msgstr "Non trouvé" msgid "Not sorted." msgstr "Non trié." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Non pris en charge" @@ -2917,11 +2917,11 @@ msgstr "Une fois par semaine" msgid "One album found" msgstr "Un album trouvé" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Une entrée a été ajoutée à %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Une entrée a été supprimée dans %s" @@ -2955,8 +2955,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "L'authentification à deux facteurs (2FA) ne peut être activée que pour les comptes gérés localement." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Ouvrir" @@ -3062,7 +3062,7 @@ msgstr "Une partie des photos sélectionnées" msgid "Password" msgstr "Mot de passe" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Mot de passe modifié" @@ -3074,7 +3074,7 @@ msgstr "Pause" msgid "Payment required" msgstr "Paiement requis" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3090,7 +3090,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Les personnes avec qui vous partagez un lien pourront voir le contenu public de votre bibliothèque." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Supprimé définitivement" @@ -3106,7 +3106,7 @@ msgstr "Personne" msgid "Person cover updated" msgstr "L'image de couverture de la personne a été mise à jour" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Personne supprimée" @@ -3115,7 +3115,7 @@ msgstr "Personne supprimée" msgid "Person not found" msgstr "Personne non trouvée" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Personne sauvegardée" @@ -3135,7 +3135,7 @@ msgstr "PhotoPrism est autofinancé à 100% et indépendant." msgid "PhotoPrism+ Membership" msgstr "Adhésion à PhotoPrism" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Photos" @@ -3165,8 +3165,8 @@ msgstr "Lieu" msgid "Place & Time" msgstr "Unité de lieu et de temps" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3209,7 +3209,7 @@ msgstr "Veuillez noter que la modification de votre mot de passe vous déconnect msgid "Please restart your instance for the changes to take effect." msgstr "Veuillez redémarrer votre instance pour que les changements prennent effet." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Veuillez patienter…" @@ -3221,7 +3221,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Limite de taille PNG : %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portail" @@ -3261,7 +3261,7 @@ msgstr "Prévisualisation" msgid "Preview Images" msgstr "Images de prévisualisation" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Précédent" @@ -3282,7 +3282,7 @@ msgstr "Visuel précédent" msgid "Primary" msgstr "Primaire" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3292,7 +3292,7 @@ msgstr "Primaire" msgid "Private" msgstr "Privée" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Chargement en cours…" @@ -3392,7 +3392,7 @@ msgstr "Rouge" msgid "Refresh" msgstr "Rafraîchir" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3407,6 +3407,11 @@ msgstr "Les régions" msgid "Register" msgstr "S'inscrire" +#: src/locales.js:425 +#, fuzzy +msgid "Registration disabled" +msgstr "Inscription désactivée" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3434,7 +3439,7 @@ msgstr "Supprimer" msgid "remove failed: unknown album" msgstr "échec de la suppression : album inconnu" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Retirer de l'album" @@ -3450,11 +3455,11 @@ msgstr "Retirer de toutes les photos sélectionnées" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "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." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Retirer l'instance sélectionnée de la grappe de serveurs ?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Retrait effectué" @@ -3462,7 +3467,7 @@ msgstr "Retrait effectué" msgid "Removed %{name}" msgstr "%{name} a été supprimé" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Suppression de %d fichiers et %d photos" @@ -3471,7 +3476,7 @@ msgstr "Suppression de %d fichiers et %d photos" msgid "Repeated" msgstr "Répétition" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "La requête a échoué - êtes-vous hors ligne ?" @@ -3502,12 +3507,12 @@ msgstr "Redémarrer" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Restaurer" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Restauré" @@ -3519,7 +3524,7 @@ msgstr "Limite de réessai" msgid "Retype Password" msgstr "Ressaisir le mot de passe" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3663,7 +3668,7 @@ msgstr "Secret" msgid "Security and Access" msgstr "Sécurité et accès" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Sélectionner" @@ -3710,19 +3715,19 @@ msgstr "Sélectionner l'heure" msgid "Selection" msgstr "Sélection" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Sélection ajoutée à %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Sélection approuvée" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Sélection archivée" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Sélection marquée comme privée" @@ -3730,7 +3735,7 @@ msgstr "Sélection marquée comme privée" msgid "Selection not found" msgstr "Sélection non trouvée" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Sélection restaurée" @@ -3738,7 +3743,7 @@ msgstr "Sélection restaurée" msgid "Sequential Name" msgstr "Suite logique de noms" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Service" @@ -3768,7 +3773,7 @@ msgstr "Identifiant de session" msgid "Sessions" msgstr "Sessions" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Utiliser cette photo comme couverture de l'album" @@ -3778,15 +3783,15 @@ msgstr "Définir comme image de couverture" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Paramètres" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Paramètres sauvegardés" @@ -3825,7 +3830,7 @@ msgstr "Afficher toutes les étiquettes" msgid "Show all new faces" msgstr "Montrer tous les nouveaux visages" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Afficher la légende" @@ -3913,7 +3918,7 @@ msgstr "URL du site" msgid "Size" msgstr "Taille" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Diaporama" @@ -3945,7 +3950,7 @@ msgstr "Certains albums n'ont pu être créés. Modifiez leur nom et réessayez. msgid "Some albums could not be updated" msgstr "Certains albums n'ont pu être mis à jour" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Quelque chose s'est mal passé, réessayez" @@ -4049,7 +4054,7 @@ msgstr "Rues" msgid "Subject" msgstr "Sujet" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Sujet supprimé" @@ -4057,11 +4062,11 @@ msgstr "Sujet supprimé" msgid "Subject not found" msgstr "Sujet non trouvé" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Sujet sauvegardé" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Activation réussie" @@ -4074,7 +4079,7 @@ msgstr "Bien connecté" msgid "Successfully deleted" msgstr "Suppression réussie" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Vérifié avec succès" @@ -4239,7 +4244,7 @@ msgstr "Jeton" msgid "Too many files selected" msgstr "Trop de fichiers sélectionnés" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Trop de demandes" @@ -4295,7 +4300,7 @@ msgstr "Annuler" msgid "Unique ID" msgstr "Identifiant unique" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4332,7 +4337,7 @@ msgstr "Lieu inconnu" msgid "Unregistered" msgstr "Non enregistré" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Non trié" @@ -4353,7 +4358,7 @@ msgstr "Format non supporté" msgid "Unsupported type" msgstr "Type non pris en charge" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4430,7 +4435,7 @@ msgstr "Chargement terminé. Indexation en cours…" msgid "Upload failed" msgstr "Échec du chargement" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Le chargement a été effectué" @@ -4470,7 +4475,7 @@ msgstr "Téléchargement…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Les fichiers chargés qui contiendraient de telles images seront automatiquement rejetés." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4491,7 +4496,7 @@ msgstr "Utilisez votre code de récupération ou contactez un administrateur pou #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Utilisateur" @@ -4526,7 +4531,7 @@ msgstr "Identifiant" msgid "Users" msgstr "Utilisateurs" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4547,6 +4552,10 @@ msgstr "Vectoriels" msgid "Verification Code" msgstr "Code de vérification" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Adresse de courriel vérifiée requise" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Version" @@ -4564,7 +4573,7 @@ msgstr "Vidéo" msgid "Video Duration" msgstr "Durée de la vidéo" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4748,11 +4757,11 @@ msgstr "Votre soutien continu nous aide à fournir des mises à jour régulière msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Votre bibliothèque est analysée en permanence pour créer automatiquement des albums regroupant des moments, des voyages et des lieux spéciaux." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Archive zip créée en %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Agrandir/Dézoomer" @@ -4771,7 +4780,7 @@ msgctxt "Edit" msgid "Content" msgstr "Contenu" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4793,7 +4802,7 @@ msgctxt "Photo" msgid "Title" msgstr "Titre" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/ga.po b/frontend/src/locales/ga.po index 04ebb9709..314a32363 100644 --- a/frontend/src/locales/ga.po +++ b/frontend/src/locales/ga.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language: ga\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -81,15 +81,15 @@ msgstr "Tá %{s} rófhada" msgid "%{s} is too short" msgstr "Tá %{s} ró-ghearr" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d iontráil curtha le %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d iontráil bainte de %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d comhaid uaslódáilte i %d s" @@ -97,7 +97,7 @@ msgstr "%d comhaid uaslódáilte i %d s" msgid "%s already exists" msgstr "%s ann cheana" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s athchóirithe" @@ -173,14 +173,13 @@ msgstr "Comhartha Rochtana" msgid "Account" msgstr "Cuntas" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Cuntas cruthaithe" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Scriosadh an cuntas" @@ -196,7 +195,7 @@ msgstr "Cuntas gan aimsiú" msgid "Account restored" msgstr "Cuntas athchóirithe" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Cuntas sábháilte" @@ -204,7 +203,7 @@ msgstr "Cuntas sábháilte" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Cuntais" @@ -340,7 +339,7 @@ msgstr "Coigeartaigh an dáta agus an t-am" msgid "Adjust Location" msgstr "Coigeartaigh an Suíomh" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Riarachán" @@ -393,7 +392,7 @@ msgstr "Tar éis dhá sheachtain" msgid "Album" msgstr "Albam" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Albam %s scriosta" @@ -401,11 +400,11 @@ msgstr "Albam %s scriosta" msgid "Album Backups" msgstr "Cúltaca Albam" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Clónáilte ábhar albam" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Albam cruthaithe" @@ -417,11 +416,11 @@ msgstr "Scriosadh an t-albam" msgid "Album not found" msgstr "Albam gan aimsiú" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Sábháilte albam" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -429,7 +428,7 @@ msgstr "Sábháilte albam" msgid "Albums" msgstr "Albaim" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albaim scriosta" @@ -535,7 +534,7 @@ msgstr "airde (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -589,7 +588,7 @@ msgstr "Ceadaigh agus sábháil athruithe" msgid "Apps and Devices" msgstr "Aipeanna agus Gléasanna" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Cartlannaithe" @@ -647,7 +646,7 @@ msgstr "Cóimheas Gné" msgid "Attributes" msgstr "Tréithe" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -764,7 +763,7 @@ msgstr "Tuairisc ar Fhabht" msgid "Busy, please try again later" msgstr "Gnóthach, bain triail eile as ar ball" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Gnóthach, fan go fóill…" @@ -772,7 +771,7 @@ msgstr "Gnóthach, fan go fóill…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Trí úsáid a bhaint as na bogearraí agus na seirbhísí a chuirimid ar fáil, aontaíonn tú lenár dtéarmaí seirbhíse, ár mbeartas príobháideachta, agus ár gcód iompair." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Féilire" @@ -894,11 +893,10 @@ msgstr "Athraigh bratach phríobháideach" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -918,11 +916,11 @@ msgstr "Níorbh fhéidir na hathruithe a shábháil" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -964,13 +962,13 @@ msgstr "Glan" msgid "Clear {0}" msgstr "Glan {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Cliant" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -980,14 +978,14 @@ msgstr "Cliant" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1006,7 +1004,7 @@ msgstr "Cliant" msgid "Close" msgstr "Dún" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Braisle" @@ -1015,7 +1013,7 @@ msgstr "Braisle" msgid "Cluster Admin" msgstr "Riarthóir Cnuasaigh" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Nód Cnuasaigh" @@ -1146,7 +1144,7 @@ msgstr "Cóipeáladh chuig an ngearrthaisce" msgid "Copy" msgstr "Cóip" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Comhaid á gcóipeáil ó %s" @@ -1201,7 +1199,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Cruthaigh comhaid taobhcharr YAML chun meiteashonraí pictiúir a chúltaca." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Cruthaithe" @@ -1260,7 +1258,7 @@ msgstr "Logchomhaid Dífhabhtaithe" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1272,7 +1270,7 @@ msgid "Default Folder" msgstr "Fillteán Réamhshocraithe" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1413,8 +1411,8 @@ msgstr "Diúltú do na hathruithe neamhbhailí?" msgid "Discard unsaved changes?" msgstr "An gcaitheamh ar shiúl na hathruithe nár sábháladh?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Faigh amach" @@ -1483,7 +1481,7 @@ msgid "Done." msgstr "Déanta." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1500,7 +1498,7 @@ msgstr "Íoslódáil comhaid iargúlta" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1534,9 +1532,10 @@ msgstr "Réamhamhairc Dinimiciúla" msgid "Dynamic Size Limit: %{n}px" msgstr "Teorainn Mhéid Dinimiciúla: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1625,7 +1624,7 @@ msgstr "Cuir isteach ainm an earra..." msgid "Enter the code generated by your authenticator app:" msgstr "Cuir isteach an cód ginte ag d'aip fíordheimhneora:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Cuir isteach cód fíorúcháin" @@ -1637,12 +1636,12 @@ msgstr "Cuir isteach do phasfhocal chun an gníomh a dhearbhú agus lean ar agha msgid "Entity not found" msgstr "Aonán gan aimsiú" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Earráid" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1736,11 +1735,11 @@ msgstr "Theip ar chruthú an chomhaid zip" msgid "Failed to load users." msgstr "Theip ar luchtaireacht na n-úsáideoirí." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Theip ar bhaint an mharcóra aghaidhe" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Theip ar an ainm a bhaint" @@ -1760,7 +1759,7 @@ msgstr "Theip ar an bhfreastalaí a atosú" msgid "Failed to save changes" msgstr "Theip ar athruithe a shábháil" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Theip ar shábháil an mharcóra aghaidhe" @@ -1793,7 +1792,7 @@ msgstr "Go tapa" msgid "Favorite" msgstr "is fearr leat" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Ceanáin" @@ -1815,7 +1814,7 @@ msgstr "Mná" msgid "File" msgstr "Comhad" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Brabhsálaí Comhad" @@ -1823,7 +1822,7 @@ msgstr "Brabhsálaí Comhad" msgid "File Conversion" msgstr "Tiontú Comhad" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Scriosadh an comhad" @@ -1839,7 +1838,7 @@ msgstr "Ainm an Chomhaid" msgid "File not found" msgstr "Comhad gan aimsiú" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Baineadh an comhad den chruach" @@ -1852,7 +1851,7 @@ msgstr "Méid an Chomhaid" msgid "File too large" msgstr "Comhad ró-mhór" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Comhad uaslódáilte" @@ -1898,7 +1897,7 @@ msgstr "Tá %{n} comhad san fhillteán" msgid "Folder is empty" msgstr "Tá an fillteán folamh" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Fillteáin" @@ -1925,7 +1924,7 @@ msgstr "Frámaí" msgid "Full Access" msgstr "Rochtain Iomlán" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Lánscáileán" @@ -2010,7 +2009,7 @@ msgstr "Cabhair & Tacaíocht" msgid "Hidden" msgstr "i bhfolach" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Comhaid Cheilte" @@ -2018,7 +2017,7 @@ msgstr "Comhaid Cheilte" msgid "Hide" msgstr "Folaigh" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Folaigh an ceannteideal" @@ -2065,11 +2064,11 @@ msgstr "Cáilíocht Íomhá" msgid "Import" msgstr "Iompórtáil" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Cealaíodh an iompórtáil" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Iompórtáil críochnaithe i %d s" @@ -2127,11 +2126,11 @@ msgstr "Innéacs" msgid "Indexing" msgstr "Innéacsú" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Innéacsú cealaithe" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Innéacsú curtha i gcrích in %d s" @@ -2139,7 +2138,7 @@ msgstr "Innéacsú curtha i gcrích in %d s" msgid "Indexing failed" msgstr "Theip ar an innéacsú" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Comhaid á innéacsú in %s" @@ -2147,11 +2146,11 @@ msgstr "Comhaid á innéacsú in %s" msgid "Indexing media and sidecar files…" msgstr "Meáin agus comhaid taobhcharr á innéacsú…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Buntéacs á innéacsú..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Eolas" @@ -2160,8 +2159,8 @@ msgstr "Eolas" msgid "Inherit" msgstr "Oidhreacht" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Cás" @@ -2175,7 +2174,7 @@ msgstr "Ní féidir teacht ar an instans. Bain triail as arís nuair a bheidh s #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Cásanna" @@ -2297,11 +2296,11 @@ msgstr "Lipéad" msgid "Label not found" msgstr "Níor aimsíodh an lipéad" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Lipéad sábháilte" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2313,7 +2312,7 @@ msgstr "Lipéad sábháilte" msgid "Labels" msgstr "Lipéid" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Scriosadh na lipéid" @@ -2379,7 +2378,7 @@ msgstr "Lionsa" msgid "Lens not found" msgstr "Níor aimsíodh an lionsa" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Leabharlann" @@ -2396,7 +2395,7 @@ msgstr "Leabharlann" msgid "License" msgstr "Ceadúnas" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Cosúil" @@ -2427,7 +2426,7 @@ msgstr "Amharc Liosta" msgid "Live" msgstr "Beo" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2541,7 +2540,7 @@ msgstr "Marcóir" msgid "Maximum number of accounts has been reached." msgstr "Tá uaslíon na gcuntas sroichte." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Meáin" @@ -2582,7 +2581,7 @@ msgstr "Íoslaghdaigh" msgid "Missing" msgstr "Ar iarraidh" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Cumraíocht in easnamh nó cumraíocht neamhbhailí" @@ -2590,7 +2589,7 @@ msgstr "Cumraíocht in easnamh nó cumraíocht neamhbhailí" msgid "mixed" msgstr "measctha" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Chuimhneacháin" @@ -2608,7 +2607,7 @@ msgstr "Monacrómach" msgid "Month" msgstr "Mí" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Tuilleadh roghanna" @@ -2624,7 +2623,7 @@ msgstr "Is Ábhartha" msgid "Move Files" msgstr "Bog Comhaid" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Comhaid á mbogadh ó %s" @@ -2632,14 +2631,14 @@ msgstr "Comhaid á mbogadh ó %s" msgid "Must have at least %{n} characters." msgstr "Caithfidh %{n} carachtar ar a laghad a bheith ann." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Balbhaigh" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2688,7 +2687,7 @@ msgstr "Pasfhocal Nua" msgid "Newest First" msgstr "Is Déanaí ar dtús" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Ar aghaidh" @@ -2825,7 +2824,7 @@ msgstr "Teastaíonn athbhreithniú ar íomhánna nach bhfuil grianghrafadóireac msgid "None" msgstr "Dada" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Ní cheadaítear" @@ -2838,7 +2837,7 @@ msgstr "Níl sé ar fáil i mód poiblí" msgid "Not available in read-only mode" msgstr "Níl sé ar fáil i mód inléite amháin" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Ní bhfuarthas" @@ -2846,7 +2845,7 @@ msgstr "Ní bhfuarthas" msgid "Not sorted." msgstr "Gan sórtáilte." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Ní thacaítear leis" @@ -2911,11 +2910,11 @@ msgstr "Uair sa tseachtain" msgid "One album found" msgstr "Aimsíodh albam amháin" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Cuireadh iontráil amháin le %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Baineadh iontráil amháin de %s" @@ -2949,8 +2948,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Ní féidir ach cuntais a bhainistítear go háitiúil a bhunú le haghaidh fíordheimhnithe le 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Oscail" @@ -3056,7 +3055,7 @@ msgstr "Cuid de roinnt grianghraf roghnaithe" msgid "Password" msgstr "Pasfhocal" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Athraíodh an pasfhocal" @@ -3068,7 +3067,7 @@ msgstr "Fionraí" msgid "Payment required" msgstr "Íocaíocht ag teastáil" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3084,7 +3083,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Beidh daoine a roinneann tú nasc leo in ann féachaint ar inneachar poiblí." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Scriosta go buan" @@ -3100,7 +3099,7 @@ msgstr "Duine" msgid "Person cover updated" msgstr "Clúdach duine nuashonraithe" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Scriosadh an duine" @@ -3109,7 +3108,7 @@ msgstr "Scriosadh an duine" msgid "Person not found" msgstr "Ní bhfuarthas an duine" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Sábháladh an duine" @@ -3129,7 +3128,7 @@ msgstr "Tá PhotoPrism 100% féinmhaoinithe agus neamhspleách." msgid "PhotoPrism+ Membership" msgstr "Ballraíocht PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Grianghraif" @@ -3159,8 +3158,8 @@ msgstr "Áit" msgid "Place & Time" msgstr "Áit & Am" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3203,7 +3202,7 @@ msgstr "Tabhair faoi deara le do thoil go ndéanfaidh athrú ar do phasfhocal t msgid "Please restart your instance for the changes to take effect." msgstr "Atosaigh do chás le go dtiocfaidh na hathruithe i bhfeidhm." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Fan le do thoil…" @@ -3215,7 +3214,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Teorainn Méid PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Tairseach" @@ -3255,7 +3254,7 @@ msgstr "Réamhamharc" msgid "Preview Images" msgstr "Íomhánna Réamhamhairc" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Roimhe Seo" @@ -3276,7 +3275,7 @@ msgstr "Amhairc roimhe seo" msgid "Primary" msgstr "Bunscoile" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3286,7 +3285,7 @@ msgstr "Bunscoile" msgid "Private" msgstr "Príobháideach" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Uaslódáil á phróiseáil..." @@ -3386,7 +3385,7 @@ msgstr "Dearg" msgid "Refresh" msgstr "Athnuaigh" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3401,6 +3400,10 @@ msgstr "Réigiúin" msgid "Register" msgstr "Clár" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Clárú díchumasaithe" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3428,7 +3431,7 @@ msgstr "Bain" msgid "remove failed: unknown album" msgstr "bhaint theip: albam anaithnid" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Bain as an albam" @@ -3444,11 +3447,11 @@ msgstr "Bain de na grianghraif roghnaithe go léir" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Bain comhaid iompórtáilte chun stóras a shábháil. Ní scriosfar cineálacha comhaid nach dtacaítear leo go deo, fanann siad ina suíomh reatha." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "An bhfuil tú ag iarraidh an sampla roghnaithe a bhaint as clárlann na mbraislí?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Bainte" @@ -3456,7 +3459,7 @@ msgstr "Bainte" msgid "Removed %{name}" msgstr "Bainte" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Baineadh %d comhaid agus %d grianghraif" @@ -3465,7 +3468,7 @@ msgstr "Baineadh %d comhaid agus %d grianghraif" msgid "Repeated" msgstr "Arís agus arís eile" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Theip ar an iarratas - an bhfuil tú as líne?" @@ -3496,12 +3499,12 @@ msgstr "Atosaigh" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Athchóirigh" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Athchóiríodh" @@ -3513,7 +3516,7 @@ msgstr "Atriail Teorainn" msgid "Retype Password" msgstr "Athchlóscríobh Pasfhocal" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3657,7 +3660,7 @@ msgstr "Rúnda" msgid "Security and Access" msgstr "Slándáil agus Rochtain" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Roghnaigh" @@ -3704,19 +3707,19 @@ msgstr "Roghnaigh Am" msgid "Selection" msgstr "Rogha" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Cuireadh an rogha le %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Faomhadh an roghnúcháin" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Roghnaithe sa chartlann" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Roghnú marcáilte mar phríobháideach" @@ -3724,7 +3727,7 @@ msgstr "Roghnú marcáilte mar phríobháideach" msgid "Selection not found" msgstr "Níor aimsíodh an rogha" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Athchóiríodh an roghnúchán" @@ -3732,7 +3735,7 @@ msgstr "Athchóiríodh an roghnúchán" msgid "Sequential Name" msgstr "Ainm Seicheamhach" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Seirbhís" @@ -3762,7 +3765,7 @@ msgstr "Aitheantas an tseisiúin" msgid "Sessions" msgstr "Seisiúin" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Socraigh mar Chlúdach Albam" @@ -3772,15 +3775,15 @@ msgstr "Socraigh mar Íomhá Chlúdaigh" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Socruithe" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Socruithe sábháilte" @@ -3819,7 +3822,7 @@ msgstr "Taispeáin Gach Lipéad" msgid "Show all new faces" msgstr "Taispeáin gach aghaidh nua" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Taispeáin an ceannteideal" @@ -3907,7 +3910,7 @@ msgstr "URL an tsuímh" msgid "Size" msgstr "Méid" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Taispeántas sleamhnán" @@ -3939,7 +3942,7 @@ msgstr "Níorbh fhéidir roinnt albaim a chruthú. Cuir na hainmneacha in eagar msgid "Some albums could not be updated" msgstr "Níorbh fhéidir roinnt albaim a nuashonrú" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Chuaigh rud éigin mícheart, bain triail eile as" @@ -4043,7 +4046,7 @@ msgstr "Sráideanna" msgid "Subject" msgstr "Ábhar" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Scriosadh an t-ábhar" @@ -4051,11 +4054,11 @@ msgstr "Scriosadh an t-ábhar" msgid "Subject not found" msgstr "Ní bhfuarthas an t-ábhar" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Ábhar sábháilte" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Cuireadh i ngníomh go rathúil" @@ -4068,7 +4071,7 @@ msgstr "D'éirigh leis Ceangailte" msgid "Successfully deleted" msgstr "Scriosadh go rathúil" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "D'éirigh leis a fhíorú" @@ -4233,7 +4236,7 @@ msgstr "Comhartha" msgid "Too many files selected" msgstr "An iomarca comhad roghnaithe" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "An iomarca iarratas" @@ -4289,7 +4292,7 @@ msgstr "Cealaigh" msgid "Unique ID" msgstr "Aitheantas uathúil" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4326,7 +4329,7 @@ msgstr "Suíomh anaithnid" msgid "Unregistered" msgstr "Neamhchláraithe" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Neamhshórtáilte" @@ -4347,7 +4350,7 @@ msgstr "Formáid nach dtacaítear léi" msgid "Unsupported type" msgstr "Cineál nach dtacaítear leis" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4424,7 +4427,7 @@ msgstr "Uaslódáil iomlán. Innéacsú…" msgid "Upload failed" msgstr "Theip ar an uaslódáil" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Próiseáladh an t-uaslódáil" @@ -4464,7 +4467,7 @@ msgstr "Á uaslódáil…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Diúltófar go huathoibríoch d’uaslódálacha a bhféadfadh íomhánna den sórt sin a bheith iontu." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4485,7 +4488,7 @@ msgstr "Bain úsáid as do chód athshlánaithe nó déan teagmháil le riarthó #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Úsáideoir" @@ -4520,7 +4523,7 @@ msgstr "Ainm úsáideora" msgid "Users" msgstr "Úsáideoirí" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4541,6 +4544,10 @@ msgstr "Veicteoirí" msgid "Verification Code" msgstr "Cód Fíoraithe" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Ríomhphost fíoraithe ag teastáil" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Leagan" @@ -4558,7 +4565,7 @@ msgstr "Físeán" msgid "Video Duration" msgstr "Fad Físeáin" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4742,11 +4749,11 @@ msgstr "Cuidíonn do thacaíocht leanúnach linn nuashonruithe rialta a sholáth msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Déantar anailís leanúnach ar do leabharlann chun albam chuimhneacháin, thurais agus áiteanna speisialta a chruthú go huathoibríoch." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip cruthaithe i %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Súmáil isteach/amach" @@ -4765,7 +4772,7 @@ msgctxt "Edit" msgid "Content" msgstr "Ábhar" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4787,7 +4794,7 @@ msgctxt "Photo" msgid "Title" msgstr "Teideal" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/he.po b/frontend/src/locales/he.po index 43e69e270..2bd60ab02 100644 --- a/frontend/src/locales/he.po +++ b/frontend/src/locales/he.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Hebrew \n" "Language: he\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} ארוך מדי" msgid "%{s} is too short" msgstr "%{s} קצר מדי" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d רשומות נוספו ל-%s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d רשומות הוסרו מ-%s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d קבצים הועלו תוך %d שניות" @@ -100,7 +100,7 @@ msgstr "%d קבצים הועלו תוך %d שניות" msgid "%s already exists" msgstr "%s כבר קיים" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s שוחזר" @@ -176,14 +176,13 @@ msgstr "אסימון גישה" msgid "Account" msgstr "חשבון" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "חשבון נוצר" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "חשבון נמחק" @@ -199,7 +198,7 @@ msgstr "החשבון לא נמצא" msgid "Account restored" msgstr "חשבון שוחזר" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "החשבון נשמר" @@ -207,7 +206,7 @@ msgstr "החשבון נשמר" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "חשבונות" @@ -343,7 +342,7 @@ msgstr "התאמת תאריך ושעה" msgid "Adjust Location" msgstr "התאמת מיקום" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "מנהל מערכת" @@ -396,7 +395,7 @@ msgstr "לאחר שבועיים" msgid "Album" msgstr "אלבום" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "האלבום %s נמחק" @@ -404,11 +403,11 @@ msgstr "האלבום %s נמחק" msgid "Album Backups" msgstr "גיבויי אלבומים" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "תוכן האלבום שוכפל" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "אלבום נוצר" @@ -420,11 +419,11 @@ msgstr "אלבום נמחק" msgid "Album not found" msgstr "האלבום לא נמצא" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "האלבום נשמר" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "האלבום נשמר" msgid "Albums" msgstr "אלבומים" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "אלבומים נמחקו" @@ -538,7 +537,7 @@ msgstr "רום (מ')" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "אישור ושמירת שינויים" msgid "Apps and Devices" msgstr "יישומים והתקנים" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "העברה לארכיון" @@ -650,7 +649,7 @@ msgstr "יחס גובה-רוחב" msgid "Attributes" msgstr "תכונות" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "דוח תקל" msgid "Busy, please try again later" msgstr "עסוק, אנא נסה שוב מאוחר יותר" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "השרות עסוק, נא להמתן…" @@ -775,7 +774,7 @@ msgstr "השרות עסוק, נא להמתן…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "על ידי שימוש בתוכנה ובשירותים שאנו מספקים, אתה מסכים לתנאי השירות, מדיניות הפרטיות וקוד ההתנהגות שלנו." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "לוח שנה" @@ -897,11 +896,10 @@ msgstr "שינוי דגל הפרטיות" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "לא ניתן לשמור שינויים" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "נקי" msgid "Clear {0}" msgstr "נקה {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "לָקוּחַ" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "לָקוּחַ" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "לָקוּחַ" msgid "Close" msgstr "סגור" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "אֶשׁכּוֹל" @@ -1018,7 +1016,7 @@ msgstr "אֶשׁכּוֹל" msgid "Cluster Admin" msgstr "מנהל אשכול" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "צומת אשכול" @@ -1149,7 +1147,7 @@ msgstr "הועתק ללוח" msgid "Copy" msgstr "עותק" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "מעתיק קבצים מ-%s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "צור קבצי YAML Sidecar כדי לגבות מטא נתונים של תמונה." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "נוצר" @@ -1263,7 +1261,7 @@ msgstr "יומן ניפוי־תקלים" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "תיקיית ברירת מחדל" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "להתעלם משינויים לא תקינים?" msgid "Discard unsaved changes?" msgstr "האם למחוק שינויים שלא נשמרו?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "גלה" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "בוצע." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "הורד קבצים מרוחקים" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "תצוגות מקדימות דינמיות" msgid "Dynamic Size Limit: %{n}px" msgstr "גודל דינמי מקסימלי לשמירה במטמון: %{n} פיקסלים" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "הזן שם פריט..." msgid "Enter the code generated by your authenticator app:" msgstr "הזן את הקוד שנוצר על ידי אפליקציית המאמת שלך:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "הכנס קוד אימות" @@ -1640,12 +1639,12 @@ msgstr "הזן את הסיסמה שלך כדי לאשר את הפעולה והמ msgid "Entity not found" msgstr "הישות לא נמצאה" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "שגיאה" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "יצירת קובץ ה-zip נכשלה" msgid "Failed to load users." msgstr "טעינת משתמשים כשלה." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "הסרת סימן פנים כשלה" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "הסרת שם כשלה" @@ -1763,7 +1762,7 @@ msgstr "לא הצליח להפעיל מחדש את השרת" msgid "Failed to save changes" msgstr "שמירת שינויים כשלה" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "שמירת סימן פנים כשלה" @@ -1796,7 +1795,7 @@ msgstr "מהיר" msgid "Favorite" msgstr "מועדף" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "מועדפים" @@ -1818,7 +1817,7 @@ msgstr "נקבה" msgid "File" msgstr "קובץ" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "סייר קבצים" @@ -1826,7 +1825,7 @@ msgstr "סייר קבצים" msgid "File Conversion" msgstr "המרת קבצים" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "הקובץ נמחק" @@ -1842,7 +1841,7 @@ msgstr "שם קובץ" msgid "File not found" msgstr "קובץ לא נמצא" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "הקובץ הוסר מהאיחוד" @@ -1855,7 +1854,7 @@ msgstr "גודל הקובץ" msgid "File too large" msgstr "קובץ גדול מדי" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "הקובץ הועלה" @@ -1901,7 +1900,7 @@ msgstr "התיקייה מכילה %{n} קבצים" msgid "Folder is empty" msgstr "התיקייה ריקה" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "תיקיות" @@ -1928,7 +1927,7 @@ msgstr "מסגרות" msgid "Full Access" msgstr "גישה מלאה" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "מסך מלא" @@ -2013,7 +2012,7 @@ msgstr "עזרה ותמיכה" msgid "Hidden" msgstr "מוסתר" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "קבצים מוסתרים" @@ -2021,7 +2020,7 @@ msgstr "קבצים מוסתרים" msgid "Hide" msgstr "הסתר" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "הסתר כיתוב" @@ -2068,11 +2067,11 @@ msgstr "איכות תמונה" msgid "Import" msgstr "ייבוא" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "הייבוא בוטל" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "הייבוא הושלם ב-%d שניות" @@ -2130,11 +2129,11 @@ msgstr "אינדקס" msgid "Indexing" msgstr "מאנדקס" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "יצירת האינדקס בוטלה" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "האינדוקס הושלם ב-%d שניות" @@ -2142,7 +2141,7 @@ msgstr "האינדוקס הושלם ב-%d שניות" msgid "Indexing failed" msgstr "אינדוקס נכשל" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "מאנדקס קבצים תוך %s" @@ -2150,11 +2149,11 @@ msgstr "מאנדקס קבצים תוך %s" msgid "Indexing media and sidecar files…" msgstr "יצירת אינדקס של קבצי מדיה וקבצי עזר…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "מאנדקס קבצי מקור..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "מֵידָע" @@ -2163,8 +2162,8 @@ msgstr "מֵידָע" msgid "Inherit" msgstr "לרשת" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "דוּגמָה" @@ -2178,7 +2177,7 @@ msgstr "לא ניתן ליצור קשר עם השרת. נסה שוב כאשר ה #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "מופעים" @@ -2300,11 +2299,11 @@ msgstr "תווית" msgid "Label not found" msgstr "התווית לא נמצאה" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "התווית נשמרה" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "התווית נשמרה" msgid "Labels" msgstr "תוויות" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "תוויות נמחקו" @@ -2382,7 +2381,7 @@ msgstr "עדשה" msgid "Lens not found" msgstr "לא נמצא עדשה" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "ספריה" @@ -2399,7 +2398,7 @@ msgstr "ספריה" msgid "License" msgstr "רשיון" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "אהבתי" @@ -2430,7 +2429,7 @@ msgstr "תצוגת רשימה" msgid "Live" msgstr "חי" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "סמן" msgid "Maximum number of accounts has been reached." msgstr "הגעת למספר המקסימלי של חשבונות." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "כְּלֵי תִקְשׁוֹרֶת" @@ -2585,7 +2584,7 @@ msgstr "הקטנה" msgid "Missing" msgstr "חסר" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "תצורה חסרה או לא תקינה" @@ -2593,7 +2592,7 @@ msgstr "תצורה חסרה או לא תקינה" msgid "mixed" msgstr "מעורב" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "רגעים" @@ -2611,7 +2610,7 @@ msgstr "שקפים" msgid "Month" msgstr "חודש" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "אפשרויות נוספות" @@ -2627,7 +2626,7 @@ msgstr "הכי רלוונטי" msgid "Move Files" msgstr "העבר קבצים" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "מעביר קבצים מ-%s" @@ -2635,14 +2634,14 @@ msgstr "מעביר קבצים מ-%s" msgid "Must have at least %{n} characters." msgstr "חייב להכיל לפחות %{n} תווים." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "לְהַשְׁתִיק" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "סיסמה חדשה" msgid "Newest First" msgstr "הכי חדש ראשון" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "הַבָּא" @@ -2828,7 +2827,7 @@ msgstr "תמונות שאינן נראות צילום או באיכות נמוכ msgid "None" msgstr "ללא" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "אסור" @@ -2841,7 +2840,7 @@ msgstr "לא זמין במצב ציבורי" msgid "Not available in read-only mode" msgstr "לא זמין במצב קריאה בלבד" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "לא נמצא" @@ -2849,7 +2848,7 @@ msgstr "לא נמצא" msgid "Not sorted." msgstr "לא ממוין." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "לא נתמך" @@ -2914,11 +2913,11 @@ msgstr "פעם בשבוע" msgid "One album found" msgstr "אלבום אחד נמצא" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "רשומה אחת נוספה ל-%s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "רשומה אחת הוסרה מ-%s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "ניתן להגדיר רק חשבונות בניהול מקומי לאימות עם 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "פתיחה" @@ -3059,7 +3058,7 @@ msgstr "חלק מתמונות נבחרות" msgid "Password" msgstr "סיסמה" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "סיסמא שונתה" @@ -3071,7 +3070,7 @@ msgstr "השהיה" msgid "Payment required" msgstr "נדרש תשלום" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "אנשים שעימם אתה חולק קישור יוכלו להציג תכנים ציבוריים." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "נמחק לצמיתות" @@ -3103,7 +3102,7 @@ msgstr "אָדָם" msgid "Person cover updated" msgstr "כיסוי אדם עודכן" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "אדם נמחק" @@ -3112,7 +3111,7 @@ msgstr "אדם נמחק" msgid "Person not found" msgstr "אדם לא נמצא" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "אדם נשמר" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism הוא 100% מימון עצמי ועצמאי." msgid "PhotoPrism+ Membership" msgstr "חברות PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "תמונות" @@ -3162,8 +3161,8 @@ msgstr "מקום" msgid "Place & Time" msgstr "מקום וזמן" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "שים לב ששינוי הסיסמה שלך יגרום לך להתנת msgid "Please restart your instance for the changes to take effect." msgstr "הפעל מחדש את המופע שלך כדי שהשינויים ייכנסו לתוקף." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "המתן בבקשה…" @@ -3218,7 +3217,7 @@ msgstr "רֹאשׁ הַמֶמשָׁלָה" msgid "PNG Size Limit: %{n}px" msgstr "מגבלת גודל קבצי ה-PNG %{n} פיקסלים" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "שַׁעַר" @@ -3258,7 +3257,7 @@ msgstr "תצוגה מקדימה" msgid "Preview Images" msgstr "תצוגה מקדימה של תמונות" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "קוֹדֵם" @@ -3279,7 +3278,7 @@ msgstr "חזותית קודמת" msgid "Primary" msgstr "ראשי" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "ראשי" msgid "Private" msgstr "פרטי" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "מעבד העלאה..." @@ -3389,7 +3388,7 @@ msgstr "אדום" msgid "Refresh" msgstr "לְרַעֲנֵן" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "אזורים" msgid "Register" msgstr "הירשם" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "הרישום מושבת" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "הסר" msgid "remove failed: unknown album" msgstr "הסרה כשלה: אלבום לא ידוע" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "הסר מהאלבום" @@ -3447,11 +3450,11 @@ msgstr "הסר מכל התמונות שנבחרו" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "הסרת קבצים שיובאו כדי לחסוך שטח אחסון. סוגי קבצים שאינם נתמכים לא יימחקו לעולם, ויישארו במיקומם הנוכחי." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "להסיר את המופע שנבחר מרישום האשכול?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "הוסר" @@ -3459,7 +3462,7 @@ msgstr "הוסר" msgid "Removed %{name}" msgstr "%{name} הוסר" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "הוסרו %d קבצים ו-%d תמונות" @@ -3468,7 +3471,7 @@ msgstr "הוסרו %d קבצים ו-%d תמונות" msgid "Repeated" msgstr "חוזר על עצמו" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "בקשה כשלה – האם המצב לא מקוון?" @@ -3499,12 +3502,12 @@ msgstr "איתחול" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "לשחזר" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "מְשׁוּחזָר" @@ -3516,7 +3519,7 @@ msgstr "נסה שוב מגבלת" msgid "Retype Password" msgstr "הזן שוב את הסיסמה" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "קוד סודי" msgid "Security and Access" msgstr "אבטחה וגישה" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "בחר" @@ -3707,19 +3710,19 @@ msgstr "בחר זמן" msgid "Selection" msgstr "בחירה" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "הבחירה נוספה ל-%s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "הבחירה אושרה" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "הבחירה הועברה לארכיון" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "הבחירה סומנה כפרטית" @@ -3727,7 +3730,7 @@ msgstr "הבחירה סומנה כפרטית" msgid "Selection not found" msgstr "הבחירה לא נמצאה" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "הבחירה שוחזרה" @@ -3735,7 +3738,7 @@ msgstr "הבחירה שוחזרה" msgid "Sequential Name" msgstr "שמות סדרתיים" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "שֵׁרוּת" @@ -3765,7 +3768,7 @@ msgstr "מזהה הפעלה" msgid "Sessions" msgstr "הפעלות" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "מוגדר ככריכת אלבום" @@ -3775,15 +3778,15 @@ msgstr "הגדר כתמונת שער" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "הגדרות" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "ההגדרות נשמרו" @@ -3822,7 +3825,7 @@ msgstr "הצג את כל התוויות" msgid "Show all new faces" msgstr "הצג את כל הפרצופים החדשים" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "הצג כיתוב" @@ -3910,7 +3913,7 @@ msgstr "כתובת אתר" msgid "Size" msgstr "גודל" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "מצגת" @@ -3942,7 +3945,7 @@ msgstr "לא ניתן היה ליצור חלק מהאלבומים. אנא ערו msgid "Some albums could not be updated" msgstr "לא ניתן היה לעדכן חלק מהאלבומים" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "משהו השתבש נא לנסות שוב" @@ -4046,7 +4049,7 @@ msgstr "רחובות" msgid "Subject" msgstr "נושא" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "הנושא נמחק" @@ -4054,11 +4057,11 @@ msgstr "הנושא נמחק" msgid "Subject not found" msgstr "הנושא לא נמצא" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "הנושא נשמר" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "הופעל בהצלחה" @@ -4071,7 +4074,7 @@ msgstr "מחובר בהצלחה" msgid "Successfully deleted" msgstr "נמחק בהצלחה" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "אומת בהצלחה" @@ -4236,7 +4239,7 @@ msgstr "טוקן" msgid "Too many files selected" msgstr "נבחרו יותר מדי קבצים" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "יותר מדי בקשות" @@ -4292,7 +4295,7 @@ msgstr "בטל" msgid "Unique ID" msgstr "מזהה ייחודי" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "מיקום לא ידוע" msgid "Unregistered" msgstr "משתמש לא רשום" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "לא ממוין" @@ -4350,7 +4353,7 @@ msgstr "תסדיר לא נתמך" msgid "Unsupported type" msgstr "סוג לא נתמך" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "העלאה הושלמה, מאנדקס…" msgid "Upload failed" msgstr "העלאה כשלה" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "ההעלאה עובדה" @@ -4467,7 +4470,7 @@ msgstr "העלאה…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "העלאות שעשויות להכיל תמונות כאלה יידחו אוטומטית." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "נתיב אתר" @@ -4488,7 +4491,7 @@ msgstr "השתמש בקוד השחזור שלך או פנה למנהל מערכ #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "משתמש" @@ -4523,7 +4526,7 @@ msgstr "שם משתמש" msgid "Users" msgstr "משתמשים" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "וקטורים" msgid "Verification Code" msgstr "קוד אימות" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "נדרשת כתובת דוא\"ל מאומתת" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "גִרְסָה" @@ -4561,7 +4568,7 @@ msgstr "סרטון" msgid "Video Duration" msgstr "משך הסרטון" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "התמיכה המתמשכת שלך עוזרת לנו לספק עדכונ msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "הספרייה שלך מנותחת באופן רציף ליצירת אלבומים של רגעים מיוחדים, טיולים ומקומות באופן אוטומטי." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "קובץ Zip נוצר תוך %d שניות" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "זום פנימה\\החוצה" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "תוֹכֶן" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "כותרת" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/hi.po b/frontend/src/locales/hi.po index 8f1b24695..a5abdacad 100644 --- a/frontend/src/locales/hi.po +++ b/frontend/src/locales/hi.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Hindi \n" "Language: hi\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} बहुत लंबा है" msgid "%{s} is too short" msgstr "%{s} बहुत छोटा है" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d प्रविष्टियों को %s में जोड़ा गया" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d प्रविष्टियों को %s से हटा दिया गया" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d फाइलों को %d में अपलोड किया गया" @@ -100,7 +100,7 @@ msgstr "%d फाइलों को %d में अपलोड किया msgid "%s already exists" msgstr "%s पहले से मौजूद है" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s बहाल कर दिया गया है" @@ -176,14 +176,13 @@ msgstr "एक्सेस टोकन" msgid "Account" msgstr "लेखा" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "खाता बन गया" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "खाता हटाया गया" @@ -199,7 +198,7 @@ msgstr "खता नहीं मिला" msgid "Account restored" msgstr "खाता बहाल किया गया" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "खाता सहेजा गया" @@ -207,7 +206,7 @@ msgstr "खाता सहेजा गया" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "हिसाब किताब" @@ -343,7 +342,7 @@ msgstr "दिनांक और समय समायोजित करे msgid "Adjust Location" msgstr "स्थान समायोजित करें" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "व्यवस्थापक" @@ -396,7 +395,7 @@ msgstr "दो हफ्ते बाद" msgid "Album" msgstr "एल्बम" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "एल्बम %s हटाया गया" @@ -404,11 +403,11 @@ msgstr "एल्बम %s हटाया गया" msgid "Album Backups" msgstr "एल्बम बैकअप" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "एल्बम सामग्री को क्लोन किया गया" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "एल्बम बनाया गया" @@ -420,11 +419,11 @@ msgstr "एल्बम हटा दिया गया" msgid "Album not found" msgstr "एल्बम नहीं मिला" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "एल्बम सहेजा गया" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "एल्बम सहेजा गया" msgid "Albums" msgstr "एल्बम" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "एल्बम हटाए गए" @@ -538,7 +537,7 @@ msgstr "ऊंचाई (एम)" msgid "AM" msgstr "पूर्वाह्न" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "परिवर्तनों को स्वीकृत करें msgid "Apps and Devices" msgstr "ऐप्स और डिवाइस" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "संग्रहीत" @@ -650,7 +649,7 @@ msgstr "आस्पेक्ट अनुपात" msgid "Attributes" msgstr "गुण" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "बग रिपोर्ट" msgid "Busy, please try again later" msgstr "व्यस्त, कृपया बाद में पुन: प्रयास करें" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "व्यस्त, कृपया प्रतीक्षा करें …" @@ -775,7 +774,7 @@ msgstr "व्यस्त, कृपया प्रतीक्षा कर msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "हमारे द्वारा प्रदान किए जाने वाले सॉफ़्टवेयर और सेवाओं का उपयोग करके, आप हमारी सेवा की शर्तों, गोपनीयता नीति और आचार संहिता से सहमत होते हैं।" -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "पंचांग" @@ -897,11 +896,10 @@ msgstr "निजी ध्वज बदलें" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "परिवर्तन सहेजा नहीं जा सका" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "स्पष्ट" msgid "Clear {0}" msgstr "साफ़ करें {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "ग्राहक" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "ग्राहक" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "ग्राहक" msgid "Close" msgstr "बंद करे" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "झुंड" @@ -1018,7 +1016,7 @@ msgstr "झुंड" msgid "Cluster Admin" msgstr "क्लस्टर प्रशासक" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "क्लस्टर नोड" @@ -1149,7 +1147,7 @@ msgstr "क्लिपबोर्ड पर नकल" msgid "Copy" msgstr "प्रतिलिपि" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "%s से फाइल कॉपी कर रहा है" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "चित्र मेटाडेटा का बैकअप लेने के लिए YAML साइडकार फ़ाइलें बनाएँ।" #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "बनाया था" @@ -1263,7 +1261,7 @@ msgstr "दोषमार्जन लॉग" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "डिफ़ॉल्ट फ़ोल्डर" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "अमान्य परिवर्तनों को हटाएं msgid "Discard unsaved changes?" msgstr "बचाए बिना किए गए बदलावों को हटाएं?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "डिस्कवर" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "किया हुआ |" #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "दूरस्थ फ़ाइलें डाउनलोड करे #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "बिना पढ़े हुए पूर्वावलोकन" msgid "Dynamic Size Limit: %{n}px" msgstr "बिना आकार की सीमा: %{n} px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "आइटम का नाम दर्ज करें..।" msgid "Enter the code generated by your authenticator app:" msgstr "अपने प्रमाणक ऐप द्वारा जनरेट किया गया कोड दर्ज करें:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "सत्यापन कोड दर्ज करें" @@ -1640,12 +1639,12 @@ msgstr "कार्रवाई की पुष्टि करने और msgid "Entity not found" msgstr "इकाई नहीं मिली" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "त्रुटि" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "ज़िप फ़ाइल बनाने में विफल" msgid "Failed to load users." msgstr "उपयोगकर्ताओं को लोड करने में विफल।" -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "चेहरा मार्कर हटाने में असफल" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "नाम हटाने में असफल" @@ -1763,7 +1762,7 @@ msgstr "सर्वर को पुनः आरंभ करने में msgid "Failed to save changes" msgstr "परिवर्तन सहेजने में विफल" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "चेहरा मार्कर सहेजने में विफल" @@ -1796,7 +1795,7 @@ msgstr "तेज" msgid "Favorite" msgstr "पसंदीदा" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "पसंदीदा" @@ -1818,7 +1817,7 @@ msgstr "मादा" msgid "File" msgstr "फ़ाइल" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "फ़ाइल ब्राउज़र" @@ -1826,7 +1825,7 @@ msgstr "फ़ाइल ब्राउज़र" msgid "File Conversion" msgstr "फ़ाइल रूपांतरण" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "फ़ाइल हटा दी गई" @@ -1842,7 +1841,7 @@ msgstr "फ़ाइल का नाम" msgid "File not found" msgstr "फाइल नहीं मिली" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "स्टैक से फ़ाइल को निकाला गया" @@ -1855,7 +1854,7 @@ msgstr "फ़ाइल का साइज़" msgid "File too large" msgstr "बहुत बड़ी फाइल" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "फ़ाइल अपलोड की गई" @@ -1901,7 +1900,7 @@ msgstr "फ़ोल्डर में %{n} फाइलें हैं" msgid "Folder is empty" msgstr "फ़ोल्डर खाली है" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "फ़ोल्डर" @@ -1928,7 +1927,7 @@ msgstr "फ्रेम्स" msgid "Full Access" msgstr "पूर्ण पहुँच" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "पूर्ण स्क्रीन" @@ -2013,7 +2012,7 @@ msgstr "मदद समर्थन" msgid "Hidden" msgstr "छिपा हुआ" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "छिपी हुई फाइलें" @@ -2021,7 +2020,7 @@ msgstr "छिपी हुई फाइलें" msgid "Hide" msgstr "छिपाना" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "कैप्शन छिपाएँ" @@ -2068,11 +2067,11 @@ msgstr "छवि के गुणवत्ता" msgid "Import" msgstr "आयात" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "आयात रद्द कर दिया गया" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "%d s में आयात पूरा हुआ" @@ -2130,11 +2129,11 @@ msgstr "सूची" msgid "Indexing" msgstr "इंडेक्सिंग" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "अनुक्रमण रद्द किया गया" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "%d s में अनुक्रमण पूरा हुआ" @@ -2142,7 +2141,7 @@ msgstr "%d s में अनुक्रमण पूरा हुआ" msgid "Indexing failed" msgstr "अनुक्रमण विफल रहा" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "%s में फाइलों को अनुक्रमित करना" @@ -2150,11 +2149,11 @@ msgstr "%s में फाइलों को अनुक्रमित क msgid "Indexing media and sidecar files…" msgstr "मीडिया और साइडकार फ़ाइलों को अनुक्रमित करना …" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "अनुक्रमण मूल ..।" -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "जानकारी" @@ -2163,8 +2162,8 @@ msgstr "जानकारी" msgid "Inherit" msgstr "विरासत में लेना" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "उदाहरण" @@ -2178,7 +2177,7 @@ msgstr "इंस्टेंस तक पहुँच नहीं हो प #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "उदाहरण" @@ -2300,11 +2299,11 @@ msgstr "लेबल" msgid "Label not found" msgstr "लेबल नहीं मिला" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "लेबल सहेजा गया" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "लेबल सहेजा गया" msgid "Labels" msgstr "लेबल" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "लेबल हटा दिए गए" @@ -2382,7 +2381,7 @@ msgstr "लेंस" msgid "Lens not found" msgstr "लेंस नहीं मिला" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "पुस्तकालय" @@ -2399,7 +2398,7 @@ msgstr "पुस्तकालय" msgid "License" msgstr "लाइसेंस" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "पसंद" @@ -2430,7 +2429,7 @@ msgstr "लिस्ट व्यू" msgid "Live" msgstr "लाइव" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "निशान" msgid "Maximum number of accounts has been reached." msgstr "खातों की अधिकतम संख्या पहुँच गई है।" -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "मिडिया" @@ -2585,7 +2584,7 @@ msgstr "छोटा करना" msgid "Missing" msgstr "लापता" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "गुम या अमान्य कॉन्फ़िगरेशन" @@ -2593,7 +2592,7 @@ msgstr "गुम या अमान्य कॉन्फ़िगरेशन msgid "mixed" msgstr "मिश्रित" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "लम्हें" @@ -2611,7 +2610,7 @@ msgstr "एक रंग का" msgid "Month" msgstr "महीना" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "अधिक विकल्प" @@ -2627,7 +2626,7 @@ msgstr "सबसे अधिक प्रासंगिक" msgid "Move Files" msgstr "फ़ाइलें ले जाएँ" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "%s से फाइल चल रही है" @@ -2635,14 +2634,14 @@ msgstr "%s से फाइल चल रही है" msgid "Must have at least %{n} characters." msgstr "कम से कम %{n} अक्षर होने चाहिए।" -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "आवाज़ बंद करना" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "नया पासवर्ड" msgid "Newest First" msgstr "नवीनतम पहले" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "अगला" @@ -2828,7 +2827,7 @@ msgstr "गैर-फोटोग्राफिक और निम्न-ग msgid "None" msgstr "कोई नहीं" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "अनुमति नहीं" @@ -2841,7 +2840,7 @@ msgstr "सार्वजनिक मोड में उपलब्ध न msgid "Not available in read-only mode" msgstr "रीड ओनली मोड में उपलब्ध नहीं है" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "नहीं मिला" @@ -2849,7 +2848,7 @@ msgstr "नहीं मिला" msgid "Not sorted." msgstr "क्रमबद्ध नहीं।" -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "समर्थित नहीं" @@ -2914,11 +2913,11 @@ msgstr "सप्ताह मेँ एक बार" msgid "One album found" msgstr "एक एल्बम मिला" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "एक प्रविष्टि %s में जोड़ी गई" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "%s से एक प्रविष्टि को हटाया गया" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "केवल स्थानीय रूप से प्रबंधित खातों को ही 2FA प्रमाणीकरण के लिए सेट किया जा सकता है।" #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "खुला" @@ -3059,7 +3058,7 @@ msgstr "कुछ चुनिंदा तस्वीरों का अं msgid "Password" msgstr "कुंजिका" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "पासवर्ड बदला गया" @@ -3071,7 +3070,7 @@ msgstr "रुकें" msgid "Payment required" msgstr "भुगतान आवश्यक है" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "जिन लोगों के साथ आप लिंक साझा करते हैं, वे सार्वजनिक सामग्री देख पाएंगे।" #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "स्थायी रूप से हटा दिया गया" @@ -3103,7 +3102,7 @@ msgstr "व्यक्ति" msgid "Person cover updated" msgstr "व्यक्ति कवर अपडेट किया गया" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "व्यक्ति हटाया गया" @@ -3112,7 +3111,7 @@ msgstr "व्यक्ति हटाया गया" msgid "Person not found" msgstr "व्यक्ति नहीं मिला" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "व्यक्ति बचाया" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism 100% स्व-वित्तपोषित और स् msgid "PhotoPrism+ Membership" msgstr "फोटोप्रिज्म+ सदस्यता" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "तस्वीरें" @@ -3162,8 +3161,8 @@ msgstr "स्थान" msgid "Place & Time" msgstr "स्थान और समय" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "कृपया ध्यान दें कि अपना पास msgid "Please restart your instance for the changes to take effect." msgstr "परिवर्तनों को प्रभावी करने के लिए कृपया अपना इंस्टेंस पुनः प्रारंभ करें।" -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "कृपया प्रतीक्षा करें…" @@ -3218,7 +3217,7 @@ msgstr "बजे" msgid "PNG Size Limit: %{n}px" msgstr "PNG आकार सीमा: %{n} px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "पोर्टल" @@ -3258,7 +3257,7 @@ msgstr "पूर्वावलोकन" msgid "Preview Images" msgstr "छवियों का पूर्वावलोकन करें" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "पहले का" @@ -3279,7 +3278,7 @@ msgstr "पिछला दृश्य" msgid "Primary" msgstr "मुख्य" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "मुख्य" msgid "Private" msgstr "निजी" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "अपलोड संसाधित किया जा रहा है..।" @@ -3389,7 +3388,7 @@ msgstr "लाल" msgid "Refresh" msgstr "ताज़ा करना" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "क्षेत्रों" msgid "Register" msgstr "पंजीकरण करवाना" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "पंजीकरण अक्षम" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "हटाना" msgid "remove failed: unknown album" msgstr "निकालें विफल: अज्ञात एल्बम" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "एल्बम से निकालें" @@ -3447,11 +3450,11 @@ msgstr "सभी चयनित फ़ोटो से हटाएं" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "स्टोरेज को सेव करने के लिए इंपोर्टेड फाइल्स निकालें। असमर्थित फ़ाइल प्रकार कभी भी हटाए नहीं जाएंगे, वे अपने वर्तमान स्थान पर बने रहेंगे।" -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "क्लस्टर रजिस्ट्री से चयनित इंस्टेंस को हटाएँ?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "निकाला गया" @@ -3459,7 +3462,7 @@ msgstr "निकाला गया" msgid "Removed %{name}" msgstr "%{name} हटाया गया" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "%d फ़ाइलों और %d फ़ोटो को हटा दिया गया" @@ -3468,7 +3471,7 @@ msgstr "%d फ़ाइलों और %d फ़ोटो को हटा द msgid "Repeated" msgstr "दोहराया गया" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "अनुरोध विफल - क्या आप ऑफ़लाइन हैं?" @@ -3499,12 +3502,12 @@ msgstr "पुनः आरंभ करें" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "पुनर्स्थापित" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "पुनः स्थापित किए गए" @@ -3516,7 +3519,7 @@ msgstr "पुनः प्रयास सीमा" msgid "Retype Password" msgstr "पासवर्ड फिर से लिखें" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "गुप्त" msgid "Security and Access" msgstr "सुरक्षा और पहुंच" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "चुनें" @@ -3707,19 +3710,19 @@ msgstr "समय चुनें" msgid "Selection" msgstr "चयन" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "चयन %s में जोड़ा गया" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "चयन को संग्रहीत किया गया" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "चयन को संग्रहीत किया गया" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "चयन निजी के रूप में चिह्नित" @@ -3727,7 +3730,7 @@ msgstr "चयन निजी के रूप में चिह्नित" msgid "Selection not found" msgstr "चयन नहीं मिला" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "चयन बहाल" @@ -3735,7 +3738,7 @@ msgstr "चयन बहाल" msgid "Sequential Name" msgstr "अनुक्रमिक नाम" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "सेवा" @@ -3765,7 +3768,7 @@ msgstr "सत्र आईडी" msgid "Sessions" msgstr "सत्र" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "एल्बम कवर के रूप में सेट करें" @@ -3775,15 +3778,15 @@ msgstr "कवर छवि के रूप में सेट करें" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "समायोजन" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "सेटिंग्स को सहेजा गया" @@ -3822,7 +3825,7 @@ msgstr "सभी लेबल दिखाएं" msgid "Show all new faces" msgstr "सभी नए चेहरे दिखाएं" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "कैप्शन दिखाएँ" @@ -3910,7 +3913,7 @@ msgstr "साइट URL" msgid "Size" msgstr "आकार" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "स्लाइड शो" @@ -3942,7 +3945,7 @@ msgstr "कुछ एल्बम नहीं बनाए जा सके। msgid "Some albums could not be updated" msgstr "कुछ एल्बम अपडेट नहीं किए जा सके" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "कुछ गलत हुआ है, दोबारा कोशिश करें" @@ -4046,7 +4049,7 @@ msgstr "सड़कें" msgid "Subject" msgstr "विषय" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "विषय हटा दिया गया" @@ -4054,11 +4057,11 @@ msgstr "विषय हटा दिया गया" msgid "Subject not found" msgstr "विषय नहीं मिला" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "विषय सहेजा गया" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "सफलतापूर्वक सक्रिय किया गया" @@ -4071,7 +4074,7 @@ msgstr "सफलतापूर्वक कनेक्ट किया गय msgid "Successfully deleted" msgstr "सफलतापूर्वक हटा दिया गया" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "सफलतापूर्वक सत्यापित" @@ -4236,7 +4239,7 @@ msgstr "टोकन" msgid "Too many files selected" msgstr "बहुत सारी फ़ाइलें चयनित" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "बहुत अधिक अनुरोध" @@ -4292,7 +4295,7 @@ msgstr "पहले जैसा" msgid "Unique ID" msgstr "एक अलग पहचान" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "अज्ञात स्थान" msgid "Unregistered" msgstr "अपंजीकृत" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "अवर्गीकृत" @@ -4350,7 +4353,7 @@ msgstr "असमर्थित प्रारूप" msgid "Unsupported type" msgstr "असमर्थित प्रकार" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "अपलोड पूरा हुआ। अनुक्रमण …" msgid "Upload failed" msgstr "अपलोड विफल" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "अपलोड संसाधित हो गया है" @@ -4467,7 +4470,7 @@ msgstr "अपलोड हो रहा है…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "ऐसे चित्र शामिल होने वाले अपलोड स्वचालित रूप से अस्वीकार कर दिए जाएंगे।" -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "यूआरएल" @@ -4488,7 +4491,7 @@ msgstr "सहायता के लिए अपना पुनर्प् #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "उपयोगकर्ता" @@ -4523,7 +4526,7 @@ msgstr "उपयोगकर्ता नाम" msgid "Users" msgstr "उपयोगकर्ताओं" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "वैक्टर" msgid "Verification Code" msgstr "सत्यापन कोड" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "ईमेल सत्यापन आवश्यक है" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "संस्करण" @@ -4561,7 +4568,7 @@ msgstr "वीडियो" msgid "Video Duration" msgstr "वीडियो अवधि" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "आपका निरंतर समर्थन हमें नि msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "विशेष क्षणों, यात्राओं और स्थानों के स्वचालित रूप से एल्बम बनाने के लिए आपकी लाइब्रेरी का लगातार विश्लेषण किया जाता है।" -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "%d s में बनाया गया ज़िप" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "ज़ूम इन / आउट करें" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "सामग्री" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "शीर्षक" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/hr.po b/frontend/src/locales/hr.po index 9fe2050ab..6d6d3ad7d 100644 --- a/frontend/src/locales/hr.po +++ b/frontend/src/locales/hr.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: \n" "Language: hr\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} je predug" msgid "%{s} is too short" msgstr "%{s} je prekratak" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d unosi dodani u %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d unosi uklonjeni iz %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d datoteke prenesene u %d s" @@ -100,7 +100,7 @@ msgstr "%d datoteke prenesene u %d s" msgid "%s already exists" msgstr "%s već postoji" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s je vraćen" @@ -176,14 +176,13 @@ msgstr "Pristupni token" msgid "Account" msgstr "Račun" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Račun kreiran" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Račun je izbrisan" @@ -199,7 +198,7 @@ msgstr "račun nije pronađen" msgid "Account restored" msgstr "Račun vraćen" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Račun spremljen" @@ -207,7 +206,7 @@ msgstr "Račun spremljen" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Računi" @@ -343,7 +342,7 @@ msgstr "Podesite datum i vrijeme" msgid "Adjust Location" msgstr "Prilagodi lokaciju" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Administrator" @@ -396,7 +395,7 @@ msgstr "Nakon dva tjedna" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s je izbrisan" @@ -404,11 +403,11 @@ msgstr "Album %s je izbrisan" msgid "Album Backups" msgstr "Sigurnosne kopije albuma" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Sadržaj albuma je kloniran" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album stvoren" @@ -420,11 +419,11 @@ msgstr "Album je izbrisan" msgid "Album not found" msgstr "Album nije pronađen" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album je spremljen" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album je spremljen" msgid "Albums" msgstr "Albumi" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albumi su izbrisani" @@ -538,7 +537,7 @@ msgstr "Nadmorska visina (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Odobri i spremi promjene" msgid "Apps and Devices" msgstr "Aplikacije i uređaji" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arhivirano" @@ -650,7 +649,7 @@ msgstr "Razmjer proporcija" msgid "Attributes" msgstr "Atributi" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Izvješće o greškama" msgid "Busy, please try again later" msgstr "Zauzeto, pokušajte ponovo kasnije" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Zauzeto, pričekajte…" @@ -775,7 +774,7 @@ msgstr "Zauzeto, pričekajte…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Korištenjem softvera i usluga koje pružamo, slažete se s našim uvjetima pružanja usluge, politikom privatnosti i kodeksom ponašanja." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalendar" @@ -897,11 +896,10 @@ msgstr "Promijenite privatnu zastavu" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Promjene se nisu mogle spremiti" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Jasno" msgid "Clear {0}" msgstr "Obriši {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Klijent" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Klijent" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Klijent" msgid "Close" msgstr "Zatvoriti" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Klaster" @@ -1018,7 +1016,7 @@ msgstr "Klaster" msgid "Cluster Admin" msgstr "Administrator klastera" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Klaster čvor" @@ -1149,7 +1147,7 @@ msgstr "Kopirano u međuspremnik" msgid "Copy" msgstr "Kopirati" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Kopiranje datoteka s %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Stvorite YAML sidecar datoteke za sigurnosno kopiranje metapodataka slika." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Kreirano" @@ -1263,7 +1261,7 @@ msgstr "Zapisnici otklanjanja pogrešaka" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Zadana mapa" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Odbaciti nevažeće promjene?" msgid "Discard unsaved changes?" msgstr "Odbaciti nepohranjene promjene?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Otkrij" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Gotovo." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Preuzmite udaljene datoteke" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Dinamički pregledi" msgid "Dynamic Size Limit: %{n}px" msgstr "Ograničenje dinamičke veličine: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Unesite naziv stavke..." msgid "Enter the code generated by your authenticator app:" msgstr "Unesite kod koji je generirala vaša aplikacija za autentifikaciju:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Unesite kontrolni kod" @@ -1640,12 +1639,12 @@ msgstr "Unesite svoju lozinku za potvrdu akcije i nastavite:" msgid "Entity not found" msgstr "Entitet nije pronađen" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Greška" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Izrada zip datoteke nije uspjela" msgid "Failed to load users." msgstr "Neuspjelo učitavanje korisnika." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Nije uspjelo ukloniti oznaku lica" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Nije uspjelo ukloniti ime" @@ -1763,7 +1762,7 @@ msgstr "Ponovno pokretanje poslužitelja nije uspjelo" msgid "Failed to save changes" msgstr "Spremanje promjena nije uspjelo" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Neuspjelo spremanje oznake lica" @@ -1796,7 +1795,7 @@ msgstr "brzo" msgid "Favorite" msgstr "Favorit" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favoriti" @@ -1818,7 +1817,7 @@ msgstr "Žena" msgid "File" msgstr "Datoteka" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Preglednik datoteka" @@ -1826,7 +1825,7 @@ msgstr "Preglednik datoteka" msgid "File Conversion" msgstr "Pretvorba datoteke" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Datoteka je izbrisana" @@ -1842,7 +1841,7 @@ msgstr "Datoteka" msgid "File not found" msgstr "Datoteka nije pronađena" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Datoteka je uklonjena iz hrpe" @@ -1855,7 +1854,7 @@ msgstr "Datoteka" msgid "File too large" msgstr "Datoteka je prevelika" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Datoteka je prenesena" @@ -1901,7 +1900,7 @@ msgstr "Mapa sadrži sljedeći broj datoteka: %{n}" msgid "Folder is empty" msgstr "Mapa je prazna" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Mape" @@ -1928,7 +1927,7 @@ msgstr "Okviri" msgid "Full Access" msgstr "Puni pristup" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Puni zaslon" @@ -2013,7 +2012,7 @@ msgstr "Pomoć i podrška" msgid "Hidden" msgstr "Skriveno" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Skrivene datoteke" @@ -2021,7 +2020,7 @@ msgstr "Skrivene datoteke" msgid "Hide" msgstr "Sakriti" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Skrij natpis" @@ -2068,11 +2067,11 @@ msgstr "Kvaliteta slike" msgid "Import" msgstr "Uvoz" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Uvoz je otkazan" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Uvoz dovršen za %d s" @@ -2130,11 +2129,11 @@ msgstr "Početna" msgid "Indexing" msgstr "Indeksiranje" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indeksiranje je otkazano" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indeksiranje dovršeno za %d s" @@ -2142,7 +2141,7 @@ msgstr "Indeksiranje dovršeno za %d s" msgid "Indexing failed" msgstr "Indeksiranje nije uspjelo" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indeksiranje datoteka u %s" @@ -2150,11 +2149,11 @@ msgstr "Indeksiranje datoteka u %s" msgid "Indexing media and sidecar files…" msgstr "Indeksiranje medijskih i bočnih datoteka…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indeksiranje originala..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informacija" @@ -2163,8 +2162,8 @@ msgstr "Informacija" msgid "Inherit" msgstr "Naslijedi" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Primjer" @@ -2178,7 +2177,7 @@ msgstr "Instanca je nedostupna. Pokušajte ponovno kad bude ponovno dostupna." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instance" @@ -2300,11 +2299,11 @@ msgstr "Oznaka" msgid "Label not found" msgstr "Oznaka nije pronađena" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Oznaka je spremljena" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Oznaka je spremljena" msgid "Labels" msgstr "Oznake" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Oznake su izbrisane" @@ -2382,7 +2381,7 @@ msgstr "Leće" msgid "Lens not found" msgstr "Leća nije pronađena" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Zbirka" @@ -2399,7 +2398,7 @@ msgstr "Zbirka" msgid "License" msgstr "Licenca" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Sviđa mi se" @@ -2430,7 +2429,7 @@ msgstr "Prikaz popisa" msgid "Live" msgstr "Uživo" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Marker" msgid "Maximum number of accounts has been reached." msgstr "Dosegnut je maksimalan broj računa." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Mediji" @@ -2585,7 +2584,7 @@ msgstr "Minimiziraj" msgid "Missing" msgstr "Nedostaje" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Konfiguracija nedostaje ili nije valjana" @@ -2593,7 +2592,7 @@ msgstr "Konfiguracija nedostaje ili nije valjana" msgid "mixed" msgstr "mješoviti" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Trenuci" @@ -2611,7 +2610,7 @@ msgstr "Jednobojna" msgid "Month" msgstr "Mjesec" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Više mogućnosti" @@ -2627,7 +2626,7 @@ msgstr "Najvažnije" msgid "Move Files" msgstr "Premjesti datoteke" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Premještanje datoteka iz %s" @@ -2635,14 +2634,14 @@ msgstr "Premještanje datoteka iz %s" msgid "Must have at least %{n} characters." msgstr "Mora imati najmanje %{n} znakova." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Isključi zvuk" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Nova lozinka" msgid "Newest First" msgstr "Prvo najnovije" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Sljedeći" @@ -2828,7 +2827,7 @@ msgstr "Nefotografske slike i slike niske kvalitete zahtijevaju pregled prije ne msgid "None" msgstr "Nijedan" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Nije dopušteno" @@ -2841,7 +2840,7 @@ msgstr "Nije dostupno u javnom načinu" msgid "Not available in read-only mode" msgstr "nije dostupno u načinu samo za čitanje" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Nije pronađeno" @@ -2849,7 +2848,7 @@ msgstr "Nije pronađeno" msgid "Not sorted." msgstr "Nije sortirano." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Nije podržano" @@ -2914,11 +2913,11 @@ msgstr "Jednom tjedno" msgid "One album found" msgstr "Pronađen jedan album" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Jedan unos dodan u %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Jedan unos uklonjen iz %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Samo lokalno upravljani računi mogu se postaviti za autentifikaciju s 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Otvoren" @@ -3059,7 +3058,7 @@ msgstr "Dio nekih odabranih fotografija" msgid "Password" msgstr "Lozinka" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Lozinka je promijenjena" @@ -3071,7 +3070,7 @@ msgstr "Pauza" msgid "Payment required" msgstr "Potrebno je plaćanje" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Osobe s kojima podijelite vezu moći će vidjeti javni sadržaj." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Trajno izbrisano" @@ -3103,7 +3102,7 @@ msgstr "Osoba" msgid "Person cover updated" msgstr "Naslovnica osobe ažurirana" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Osoba je izbrisana" @@ -3112,7 +3111,7 @@ msgstr "Osoba je izbrisana" msgid "Person not found" msgstr "Osoba nije pronađena" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Osoba je spremljena" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism je 100% samofinancirajući i neovisan." msgid "PhotoPrism+ Membership" msgstr "Članstvo u PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Slike" @@ -3162,8 +3161,8 @@ msgstr "Mjesto" msgid "Place & Time" msgstr "Mjesto i vrijeme" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Imajte na umu da ćete se promjenom lozinke odjaviti s drugih uređaja i msgid "Please restart your instance for the changes to take effect." msgstr "Ponovno pokrenite svoju instancu kako bi promjene stupile na snagu." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Molimo pričekajte…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Ograničenje veličine PNG-a: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Pregled" msgid "Preview Images" msgstr "Pregled slika" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Prethodno" @@ -3279,7 +3278,7 @@ msgstr "Prethodni vizualni prikaz" msgid "Primary" msgstr "Glavni" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Glavni" msgid "Private" msgstr "Privatno" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Učitavanje..." @@ -3389,7 +3388,7 @@ msgstr "Crvena" msgid "Refresh" msgstr "Osvježiti" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "regije" msgid "Register" msgstr "Registar" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registracija onemogućena" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Ukloni" msgid "remove failed: unknown album" msgstr "uklanjanje nije uspjelo: nepoznat album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Ukloni iz albuma" @@ -3447,11 +3450,11 @@ msgstr "Ukloni sa svih odabranih fotografija" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Uklonite uvezene datoteke da biste spremili pohranu. Nepodržane vrste datoteka nikada se neće izbrisati, ostaju na svojoj trenutnoj lokaciji." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Ukloniti odabranu instancu iz registra klastera?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Uklonjeno" @@ -3459,7 +3462,7 @@ msgstr "Uklonjeno" msgid "Removed %{name}" msgstr "Uklonjeno %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Uklonjene %d datoteke i %d fotografije" @@ -3468,7 +3471,7 @@ msgstr "Uklonjene %d datoteke i %d fotografije" msgid "Repeated" msgstr "Ponavljano" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Zahtjev nije uspio - jeste li izvan mreže?" @@ -3499,12 +3502,12 @@ msgstr "Ponovno pokretanje" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Obnova" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Obnovljena" @@ -3516,7 +3519,7 @@ msgstr "Ograničenje ponovnog pokušaja" msgid "Retype Password" msgstr "Ponovno upišite lozinku" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Tajno" msgid "Security and Access" msgstr "Sigurnost i pristup" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Izaberi" @@ -3707,19 +3710,19 @@ msgstr "Odaberite vrijeme" msgid "Selection" msgstr "Izbor" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Odabir je dodan u %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Odabir odobren" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Odabir je arhiviran" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Odabir je označen kao privatan" @@ -3727,7 +3730,7 @@ msgstr "Odabir je označen kao privatan" msgid "Selection not found" msgstr "Odabir nije pronađen" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Odabir je vraćen" @@ -3735,7 +3738,7 @@ msgstr "Odabir je vraćen" msgid "Sequential Name" msgstr "Sekvencijalni naziv" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Servis" @@ -3765,7 +3768,7 @@ msgstr "ID sesije" msgid "Sessions" msgstr "Sjednice" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Postavi kao omot albuma" @@ -3775,15 +3778,15 @@ msgstr "Postavi kao naslovnu sliku" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Postavke" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Postavke spremljene" @@ -3822,7 +3825,7 @@ msgstr "Prikaži sve oznake" msgid "Show all new faces" msgstr "Pokažite sva nova lica" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Prikaži natpis" @@ -3910,7 +3913,7 @@ msgstr "URL web-lokacije" msgid "Size" msgstr "Veličina" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Dijaprojekcija" @@ -3942,7 +3945,7 @@ msgstr "Neki albumi nisu mogli biti stvoreni. Uredite nazive i pokušajte ponovn msgid "Some albums could not be updated" msgstr "Neki albumi nisu mogli biti ažurirani" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Nešto nije u redu, pokušajte ponovno" @@ -4046,7 +4049,7 @@ msgstr "Ulice" msgid "Subject" msgstr "Predmet" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Predmet je izbrisan" @@ -4054,11 +4057,11 @@ msgstr "Predmet je izbrisan" msgid "Subject not found" msgstr "Predmet nije pronađen" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Predmet je spremljen" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Uspješno aktiviran" @@ -4071,7 +4074,7 @@ msgstr "Uspješno spojen" msgid "Successfully deleted" msgstr "Uspješno izbrisano" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Uspješno potvrđeno" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Odabrano je previše datoteka" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Previše zahtjeva" @@ -4292,7 +4295,7 @@ msgstr "Poništi" msgid "Unique ID" msgstr "Jedinstveni ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Nepoznata lokacija" msgid "Unregistered" msgstr "Neregistriran" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Nerazvrstano" @@ -4350,7 +4353,7 @@ msgstr "Nepodržani format" msgid "Unsupported type" msgstr "Nepodržana vrsta" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Prijenos je završen. Indeksiranje…" msgid "Upload failed" msgstr "Prijenos nije uspio" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Učitavanje je obavljeno" @@ -4467,7 +4470,7 @@ msgstr "Pretovar…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Prijenosi koji mogu sadržavati takve slike bit će automatski odbijeni." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Koristite svoj kod za oporavak ili kontaktirajte administratora za pomo #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Korisnik" @@ -4523,7 +4526,7 @@ msgstr "Korisničko ime" msgid "Users" msgstr "Korisnici" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vektori" msgid "Verification Code" msgstr "Kontrolni kod" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Potrebna je potvrđena e-pošta" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Verzija" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Trajanje" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Vaša stalna podrška pomaže nam pružiti redovita ažuriranja i usluge msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Vaša se knjižnica kontinuirano analizira kako bi se automatski izradili albumi posebnih trenutaka, putovanja i mjesta." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip stvoren u %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Povećavanje/smanjivanje" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Sadržaj" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Naslov" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/hu.po b/frontend/src/locales/hu.po index f7dcca2f0..a6f9f1834 100644 --- a/frontend/src/locales/hu.po +++ b/frontend/src/locales/hu.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: photoprism\n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Hungarian \n" "Language: hu\n" "MIME-Version: 1.0\n" @@ -83,15 +83,15 @@ msgstr "%{s} túl hosszú" msgid "%{s} is too short" msgstr "%{s} túl rövid" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d bejegyzés hozzáadva a következőhöz: %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d bejegyzés eltávolítva innen: %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d fájl feltöltve %d másodperc alatt" @@ -99,7 +99,7 @@ msgstr "%d fájl feltöltve %d másodperc alatt" msgid "%s already exists" msgstr "%s már létezik" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s visszaállítva" @@ -175,14 +175,13 @@ msgstr "Hozzáférési jelszó" msgid "Account" msgstr "Fiók" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Fiók létrehozva" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Fiók törölve" @@ -198,7 +197,7 @@ msgstr "Fiók nem található" msgid "Account restored" msgstr "Fiók visszaállítva" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Fiók mentve" @@ -206,7 +205,7 @@ msgstr "Fiók mentve" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Fiókok" @@ -342,7 +341,7 @@ msgstr "Dátum és idő beállítása" msgid "Adjust Location" msgstr "Helyszín beállítása" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -395,7 +394,7 @@ msgstr "Két hét után" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "%s album törölve" @@ -403,11 +402,11 @@ msgstr "%s album törölve" msgid "Album Backups" msgstr "Album biztonsági mentések" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Album tartalma klónozva" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album létrehozva" @@ -419,11 +418,11 @@ msgstr "Album törölve" msgid "Album not found" msgstr "Album nem található" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album mentve" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -431,7 +430,7 @@ msgstr "Album mentve" msgid "Albums" msgstr "Albumok" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albumok törölve" @@ -537,7 +536,7 @@ msgstr "Magasság (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -591,7 +590,7 @@ msgstr "A változtatások jóváhagyása és mentése" msgid "Apps and Devices" msgstr "Alkalmazások és eszközök" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Archíválva" @@ -649,7 +648,7 @@ msgstr "Képarány" msgid "Attributes" msgstr "Attribútumok" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -766,7 +765,7 @@ msgstr "Hibajelentés" msgid "Busy, please try again later" msgstr "Foglalt, kérjük, próbálja meg később újra" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Elfoglalt, kérem, várjon…" @@ -774,7 +773,7 @@ msgstr "Elfoglalt, kérem, várjon…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Az általunk biztosított szoftver és szolgáltatások használatával Ön elfogadja szolgáltatási feltételeinket, adatvédelmi szabályzatunkat és magatartási kódexünket." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Naptár" @@ -896,11 +895,10 @@ msgstr "Privát fotóként jelölés" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -920,11 +918,11 @@ msgstr "Módosításokat nem sikerült menteni" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -966,13 +964,13 @@ msgstr "Tiszta" msgid "Clear {0}" msgstr "Clear {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Ügyfél" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -982,14 +980,14 @@ msgstr "Ügyfél" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1008,7 +1006,7 @@ msgstr "Ügyfél" msgid "Close" msgstr "Bezárás" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Klaszter" @@ -1017,7 +1015,7 @@ msgstr "Klaszter" msgid "Cluster Admin" msgstr "Klaszteradminisztrátor" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Klaszter csomópont" @@ -1148,7 +1146,7 @@ msgstr "Vágólapra másolva" msgid "Copy" msgstr "Másolat" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Fájlok másolása innen: %s" @@ -1203,7 +1201,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "YAML oldalkocsis fájlok létrehozása a képek metaadatainak mentéséhez." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Létrehozva" @@ -1262,7 +1260,7 @@ msgstr "Hibakeresési naplók" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1274,7 +1272,7 @@ msgid "Default Folder" msgstr "Alapértelmezett mappa" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1415,8 +1413,8 @@ msgstr "Érvénytelen módosítások elvetése?" msgid "Discard unsaved changes?" msgstr "A nem mentett módosítások elvetése?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Felfedez" @@ -1485,7 +1483,7 @@ msgid "Done." msgstr "Kész." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1502,7 +1500,7 @@ msgstr "Távoli fájlok letöltése" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1536,9 +1534,10 @@ msgstr "Dinamikus előnézetek" msgid "Dynamic Size Limit: %{n}px" msgstr "Dinamikus méretkorlát: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1627,7 +1626,7 @@ msgstr "Adja meg a tétel nevét..." msgid "Enter the code generated by your authenticator app:" msgstr "Írja be a hitelesítési alkalmazás által generált kódot:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Adja meg a megerősítő kódot" @@ -1639,12 +1638,12 @@ msgstr "Adja meg jelszavát a művelet megerősítéséhez, és folytassa:" msgid "Entity not found" msgstr "Entitás nem található" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Hiba" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1738,11 +1737,11 @@ msgstr "Nem sikerült létrehozni a zip fájlt" msgid "Failed to load users." msgstr "A felhasználók betöltése nem sikerült." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Nem sikerült eltávolítani az arcjelzőt" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Nem sikerült eltávolítani a nevet" @@ -1762,7 +1761,7 @@ msgstr "A szerver újraindítása nem sikerült" msgid "Failed to save changes" msgstr "A módosítások mentése sikertelen" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Nem sikerült megmenteni az arcjelzőt" @@ -1795,7 +1794,7 @@ msgstr "Gyors" msgid "Favorite" msgstr "Kedvenc" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Kedvencek" @@ -1817,7 +1816,7 @@ msgstr "Női" msgid "File" msgstr "Fájl" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Fájl böngésző" @@ -1825,7 +1824,7 @@ msgstr "Fájl böngésző" msgid "File Conversion" msgstr "Fájl átalakítás" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Fájl törölve" @@ -1841,7 +1840,7 @@ msgstr "Fájlnév" msgid "File not found" msgstr "Fájl nem található" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Fájl eltávolítva a halomból" @@ -1854,7 +1853,7 @@ msgstr "Fájl méret" msgid "File too large" msgstr "Túl nagy fájl" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Fájl feltöltve" @@ -1900,7 +1899,7 @@ msgstr "A mappa %{n} fájlt tartalmaz" msgid "Folder is empty" msgstr "A mappa üres" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Mappák" @@ -1927,7 +1926,7 @@ msgstr "Keretek" msgid "Full Access" msgstr "Teljes hozzáférés" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Teljes képernyő" @@ -2012,7 +2011,7 @@ msgstr "Segítség & Támogatás" msgid "Hidden" msgstr "Rejtett" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Rejtett fájlok" @@ -2020,7 +2019,7 @@ msgstr "Rejtett fájlok" msgid "Hide" msgstr "Elrejt" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Felirat elrejtése" @@ -2067,11 +2066,11 @@ msgstr "Képminőség" msgid "Import" msgstr "Importálás" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importálás megszakítva" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Importálás %d másodperc alatt befejeződött" @@ -2129,11 +2128,11 @@ msgstr "Index" msgid "Indexing" msgstr "Indexelés" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indexelés megszakítva" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexelés %d másodperc alatt befejeződött" @@ -2141,7 +2140,7 @@ msgstr "Indexelés %d másodperc alatt befejeződött" msgid "Indexing failed" msgstr "Az indexelés nem sikerült" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Fájlok indexelése itt: %s" @@ -2149,11 +2148,11 @@ msgstr "Fájlok indexelése itt: %s" msgid "Indexing media and sidecar files…" msgstr "Média- és oldalsó fájlok indexelése…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Eredeti dokumentumok indexelése..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Információ" @@ -2162,8 +2161,8 @@ msgstr "Információ" msgid "Inherit" msgstr "Örököl" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Példa" @@ -2177,7 +2176,7 @@ msgstr "Az példány nem érhető el. Kérjük, próbálja meg újra, miután ú #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instances" @@ -2299,11 +2298,11 @@ msgstr "Címke" msgid "Label not found" msgstr "Címke nem található" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Címkék mentve" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2315,7 +2314,7 @@ msgstr "Címkék mentve" msgid "Labels" msgstr "Címkék" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Címkék törölve" @@ -2381,7 +2380,7 @@ msgstr "Lencse" msgid "Lens not found" msgstr "A lencse nem található" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Könyvtár" @@ -2398,7 +2397,7 @@ msgstr "Könyvtár" msgid "License" msgstr "Engedély" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Kedvelés" @@ -2429,7 +2428,7 @@ msgstr "Lista nézet" msgid "Live" msgstr "Élő" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2543,7 +2542,7 @@ msgstr "Jelző" msgid "Maximum number of accounts has been reached." msgstr "A számlák maximális száma elérte a határt." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Média" @@ -2584,7 +2583,7 @@ msgstr "Minimalizálja" msgid "Missing" msgstr "Hiányzó" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Hiányzó vagy érvénytelen konfiguráció" @@ -2592,7 +2591,7 @@ msgstr "Hiányzó vagy érvénytelen konfiguráció" msgid "mixed" msgstr "vegyes" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Pillanatok" @@ -2610,7 +2609,7 @@ msgstr "Monokróm" msgid "Month" msgstr "Hónap" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "További lehetőségek" @@ -2626,7 +2625,7 @@ msgstr "Legrelevánsabb" msgid "Move Files" msgstr "Fájlok áthelyezése" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Fájlok áthelyezése innen: %s" @@ -2634,14 +2633,14 @@ msgstr "Fájlok áthelyezése innen: %s" msgid "Must have at least %{n} characters." msgstr "Legalább %{n} karakteresnek kell lennie." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Mute" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2690,7 +2689,7 @@ msgstr "Új jelszó" msgid "Newest First" msgstr "Először a legújabb" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Következő" @@ -2827,7 +2826,7 @@ msgstr "A rossz minőségű képek ellenörzésre kerülnek, mielőtt megjelenn msgid "None" msgstr "Egyik sem" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Nem megengedett" @@ -2840,7 +2839,7 @@ msgstr "Nyilvános módban nem elérhető" msgid "Not available in read-only mode" msgstr "nem érhető el csak olvasható módban" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Nem található" @@ -2848,7 +2847,7 @@ msgstr "Nem található" msgid "Not sorted." msgstr "Nem rendezett." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Nem támogatott" @@ -2913,11 +2912,11 @@ msgstr "Hetente egyszer" msgid "One album found" msgstr "Egy albumot találtunk" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Egy bejegyzés hozzáadva a következőhöz: %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Egy bejegyzés eltávolítva innen: %s" @@ -2951,8 +2950,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Csak helyileg kezelt fiókok állíthatók be a 2FA-val történő hitelesítéshez." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Nyissa meg a címet." @@ -3058,7 +3057,7 @@ msgstr "Néhány kiválasztott fotó egy része" msgid "Password" msgstr "Jelszó" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "A jelszó megváltozott" @@ -3070,7 +3069,7 @@ msgstr "Szünet" msgid "Payment required" msgstr "Fizetés szükséges" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3086,7 +3085,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Azok, akikkel megoszt egy linket, nyilvános tartalmakat tekinthetnek meg." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Véglegesen törölve" @@ -3102,7 +3101,7 @@ msgstr "Személy" msgid "Person cover updated" msgstr "Személyi fedezet frissítve" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Személy törölve" @@ -3111,7 +3110,7 @@ msgstr "Személy törölve" msgid "Person not found" msgstr "Személy nem található" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Személy mentve" @@ -3131,7 +3130,7 @@ msgstr "A PhotoPrism 100%-ban önfinanszírozó és független." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ tagság" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fényképek" @@ -3161,8 +3160,8 @@ msgstr "Hely" msgid "Place & Time" msgstr "Hely és idő" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3205,7 +3204,7 @@ msgstr "Felhívjuk figyelmét, hogy a jelszó megváltoztatása más eszközök msgid "Please restart your instance for the changes to take effect." msgstr "Kérjük, indítsa újra a példányt, hogy a módosítások hatályba lépjenek." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Kérjük, várjon…" @@ -3217,7 +3216,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG méretkorlát: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portál" @@ -3257,7 +3256,7 @@ msgstr "Előnézet" msgid "Preview Images" msgstr "Képek előnézete" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Előző" @@ -3278,7 +3277,7 @@ msgstr "Előző kép" msgid "Primary" msgstr "Elsődleges" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3288,7 +3287,7 @@ msgstr "Elsődleges" msgid "Private" msgstr "Privát" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Feltöltés feldolgozása..." @@ -3388,7 +3387,7 @@ msgstr "Piros" msgid "Refresh" msgstr "Frissítés" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3403,6 +3402,10 @@ msgstr "Régiók" msgid "Register" msgstr "Regisztráció" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Regisztráció letiltva" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3430,7 +3433,7 @@ msgstr "Távolítsa el" msgid "remove failed: unknown album" msgstr "eltávolítás sikertelen: ismeretlen album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Eltávolítás az albumból" @@ -3446,11 +3449,11 @@ msgstr "Eltávolítás az összes kiválasztott fotóról" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Távolítsa el az importált fájlokat a tárhely megtakarításához. A nem támogatott fájltípusok soha nem törlődnek, a jelenlegi helyükön maradnak." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "A kiválasztott példány eltávolítása a fürtregiszterből?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Eltávolított" @@ -3458,7 +3461,7 @@ msgstr "Eltávolított" msgid "Removed %{name}" msgstr "A %{name} eltávolítva" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "%d fájl és %d fénykép eltávolítva" @@ -3467,7 +3470,7 @@ msgstr "%d fájl és %d fénykép eltávolítva" msgid "Repeated" msgstr "Ismételt" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "A kérés sikertelen - offline vagy?" @@ -3498,12 +3501,12 @@ msgstr "Újraindítás" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Visszaállítás" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Visszaállított" @@ -3515,7 +3518,7 @@ msgstr "Újrapróbálkozási korlát" msgid "Retype Password" msgstr "Gépelje be újra a jelszót" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3659,7 +3662,7 @@ msgstr "Titok" msgid "Security and Access" msgstr "Biztonság és hozzáférés" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Kiválasztás" @@ -3706,19 +3709,19 @@ msgstr "Idő kiválasztása" msgid "Selection" msgstr "Kiválasztás" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Választék hozzáadva a következőhöz: %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Kiválasztás jóváhagyva" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "A kijelölés archiválva" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "A kijelölés privátként megjelölve" @@ -3726,7 +3729,7 @@ msgstr "A kijelölés privátként megjelölve" msgid "Selection not found" msgstr "Kiválasztás nem található" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Kiválasztás visszaállítva" @@ -3734,7 +3737,7 @@ msgstr "Kiválasztás visszaállítva" msgid "Sequential Name" msgstr "Sorozati név" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Szolgáltatás" @@ -3764,7 +3767,7 @@ msgstr "Munkamenet azonosítója" msgid "Sessions" msgstr "Ülések" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Album borítóként beállítva" @@ -3774,15 +3777,15 @@ msgstr "Beállítás borítóképként" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Beállítások" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Beállítások elmentve" @@ -3821,7 +3824,7 @@ msgstr "Minden címke megjelenítése" msgid "Show all new faces" msgstr "Az összes új arc megjelenítése" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Felirat megjelenítése" @@ -3909,7 +3912,7 @@ msgstr "Webhely URL címe" msgid "Size" msgstr "Méret" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Diavetítés" @@ -3941,7 +3944,7 @@ msgstr "Néhány albumot nem lehetett létrehozni. Kérjük, szerkessze a neveke msgid "Some albums could not be updated" msgstr "Néhány albumot nem lehetett frissíteni" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Valami rosszul ment, próbálja újra" @@ -4045,7 +4048,7 @@ msgstr "Utcák" msgid "Subject" msgstr "Tárgy" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Tárgy törölve" @@ -4053,11 +4056,11 @@ msgstr "Tárgy törölve" msgid "Subject not found" msgstr "Tárgy nem található" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Tárgy mentve" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Sikeres aktiválás" @@ -4070,7 +4073,7 @@ msgstr "Sikeresen csatlakoztatva" msgid "Successfully deleted" msgstr "Sikeresen törölve" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Sikeresen ellenőrizve" @@ -4235,7 +4238,7 @@ msgstr "Jelképes" msgid "Too many files selected" msgstr "Túl sok fájl van kiválasztva" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Túl sok kérés" @@ -4291,7 +4294,7 @@ msgstr "Visszavonás" msgid "Unique ID" msgstr "Egyéni azonosító" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4328,7 +4331,7 @@ msgstr "Ismeretlen helyszín" msgid "Unregistered" msgstr "Nem regisztrált" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Rendezés nélkül" @@ -4349,7 +4352,7 @@ msgstr "Nem támogatott formátum" msgid "Unsupported type" msgstr "Nem támogatott típus" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4426,7 +4429,7 @@ msgstr "Feltöltés kész. Indexelés…" msgid "Upload failed" msgstr "Feltöltés sikertelen" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Feltöltött fájlok feldolgozva" @@ -4466,7 +4469,7 @@ msgstr "Feltöltés…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Az esetlegesen ilyen képeket tartalmazó feltöltések automatikusan elutasításra kerülnek." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4487,7 +4490,7 @@ msgstr "Használja a helyreállítási kódot, vagy forduljon a rendszergazdáho #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Felhasználó" @@ -4522,7 +4525,7 @@ msgstr "Felhasználónév" msgid "Users" msgstr "Felhasználók" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4543,6 +4546,10 @@ msgstr "Vektorok" msgid "Verification Code" msgstr "Ellenőrző kód" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Ellenőrzött e-mail cím szükséges" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Verzió" @@ -4560,7 +4567,7 @@ msgstr "Videó" msgid "Video Duration" msgstr "Időtartam" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4744,11 +4751,11 @@ msgstr "Folyamatos támogatása segít nekünk olyan szolgáltatásokat nyújtan msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Könyvtárát folyamatosan elemzi a rendszer, hogy automatikusan létrehozza a különleges pillanatokat, utazásokat és helyeket tartalmazó albumokat." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "A tömörített fájl létrejött %d másodperc alatt" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Nagyítás/kicsinyítés" @@ -4767,7 +4774,7 @@ msgctxt "Edit" msgid "Content" msgstr "Tartalom" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4789,7 +4796,7 @@ msgctxt "Photo" msgid "Title" msgstr "Cím" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/id.po b/frontend/src/locales/id.po index ba85a3c26..72175c0e0 100644 --- a/frontend/src/locales/id.po +++ b/frontend/src/locales/id.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} terlalu panjang" msgid "%{s} is too short" msgstr "%{s} terlalu pendek" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d entri ditambahkan ke %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d entri dihapus dari %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d file diupload di %d detik" @@ -100,7 +100,7 @@ msgstr "%d file diupload di %d detik" msgid "%s already exists" msgstr "%s sudah ada" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s telah dipulihkan" @@ -176,14 +176,13 @@ msgstr "Token Akses" msgid "Account" msgstr "Akun" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Akun dibuat" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Akun dihapus" @@ -199,7 +198,7 @@ msgstr "Akun tidak ditemukan" msgid "Account restored" msgstr "Akun dipulihkan" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Akun disimpan" @@ -207,7 +206,7 @@ msgstr "Akun disimpan" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Akun" @@ -343,7 +342,7 @@ msgstr "Sesuaikan Tanggal & Waktu" msgid "Adjust Location" msgstr "Sesuaikan Lokasi" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Setelah 2 minggu" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s dihapus" @@ -404,11 +403,11 @@ msgstr "Album %s dihapus" msgid "Album Backups" msgstr "Cadangan Album" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Konten album dikloning" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album dibuat" @@ -420,11 +419,11 @@ msgstr "Album dihapus" msgid "Album not found" msgstr "Album tidak ditemukan" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album disimpan" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album disimpan" msgid "Albums" msgstr "Koleksi Album" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Koleksi album dihapus" @@ -538,7 +537,7 @@ msgstr "Ketinggian (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Menyetujui dan menyimpan perubahan" msgid "Apps and Devices" msgstr "Aplikasi dan Perangkat" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Diarsipkan" @@ -650,7 +649,7 @@ msgstr "Rasio Aspek" msgid "Attributes" msgstr "Atribut" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Laporan Bug" msgid "Busy, please try again later" msgstr "Sibuk, silakan coba lagi nanti" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Sibuk, harap tunggu…" @@ -775,7 +774,7 @@ msgstr "Sibuk, harap tunggu…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Dengan menggunakan perangkat lunak dan layanan yang kami sediakan, Anda menyetujui ketentuan layanan, kebijakan privasi, dan kode etik kami." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalender" @@ -897,11 +896,10 @@ msgstr "Ubah bendera pribadi" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Perubahan tidak dapat disimpan" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Jelas" msgid "Clear {0}" msgstr "Hapus {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Klien" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Klien" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Klien" msgid "Close" msgstr "Tutup" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Cluster" @@ -1018,7 +1016,7 @@ msgstr "Cluster" msgid "Cluster Admin" msgstr "Admin Kluster" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Simpul Cluster" @@ -1149,7 +1147,7 @@ msgstr "Disalin ke papan klip" msgid "Copy" msgstr "Menyalin" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Menyalin file dari %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Buat file sespan YAML untuk mencadangkan metadata gambar." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Dibuat" @@ -1263,7 +1261,7 @@ msgstr "Log Debug" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Folder Default" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Membuang perubahan yang tidak valid?" msgid "Discard unsaved changes?" msgstr "Membuang perubahan yang belum disimpan?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Temukan" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Selesai." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Unduh file jarak jauh" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Pratinjau Dinamis" msgid "Dynamic Size Limit: %{n}px" msgstr "Batas Ukuran Dinamis: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Masukkan nama item..." msgid "Enter the code generated by your authenticator app:" msgstr "Masukkan kode yang dihasilkan oleh aplikasi autentikator Anda:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Masukkan kode verifikasi" @@ -1640,12 +1639,12 @@ msgstr "Masukkan kata sandi Anda untuk mengonfirmasi tindakan dan melanjutkan:" msgid "Entity not found" msgstr "Entitas tidak ditemukan" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Kesalahan" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Gagal membuat file zip" msgid "Failed to load users." msgstr "Gagal memuat pengguna." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Gagal menghapus penanda wajah" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Gagal menghapus nama" @@ -1763,7 +1762,7 @@ msgstr "Gagal memulai ulang server" msgid "Failed to save changes" msgstr "Gagal menyimpan perubahan" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Gagal menyimpan penanda wajah" @@ -1796,7 +1795,7 @@ msgstr "Cepat" msgid "Favorite" msgstr "Favorit" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favorit" @@ -1818,7 +1817,7 @@ msgstr "Perempuan" msgid "File" msgstr "Berkas" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Peramban Berkas" @@ -1826,7 +1825,7 @@ msgstr "Peramban Berkas" msgid "File Conversion" msgstr "Konversi File" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Berkas dihapus" @@ -1842,7 +1841,7 @@ msgstr "Nama Berkas" msgid "File not found" msgstr "Berkas tidak ditemukan" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "File dihapus dari tumpukan" @@ -1855,7 +1854,7 @@ msgstr "Berkas" msgid "File too large" msgstr "Berkas terlalu besar" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "File diunggah" @@ -1901,7 +1900,7 @@ msgstr "Folder berisi %{n} berkas" msgid "Folder is empty" msgstr "Folder kosong" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Folder" @@ -1928,7 +1927,7 @@ msgstr "Bingkai" msgid "Full Access" msgstr "Akses penuh" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Layar Penuh" @@ -2013,7 +2012,7 @@ msgstr "Bantuan & Dukungan" msgid "Hidden" msgstr "Tersembunyi" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Berkas tersembunyi" @@ -2021,7 +2020,7 @@ msgstr "Berkas tersembunyi" msgid "Hide" msgstr "Sembunyikan" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Sembunyikan Caption" @@ -2068,11 +2067,11 @@ msgstr "Kualitas Gambar" msgid "Import" msgstr "Impor" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Impor dibatalkan" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Impor selesai dalam %d detik" @@ -2130,11 +2129,11 @@ msgstr "Indeks" msgid "Indexing" msgstr "Pengindeksan" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Pengindeksan dibatalkan" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Pengindeksan selesai dalam %d detik" @@ -2142,7 +2141,7 @@ msgstr "Pengindeksan selesai dalam %d detik" msgid "Indexing failed" msgstr "Pengindeksan gagal" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Mengindeks file dalam %s" @@ -2150,11 +2149,11 @@ msgstr "Mengindeks file dalam %s" msgid "Indexing media and sidecar files…" msgstr "Mengindeks file media dan sidecar…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Mengindeks dokumen asli..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informasi" @@ -2163,8 +2162,8 @@ msgstr "Informasi" msgid "Inherit" msgstr "Mewarisi" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Contoh" @@ -2178,7 +2177,7 @@ msgstr "Server tidak dapat diakses. Silakan coba lagi setelah server kembali onl #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Contoh" @@ -2300,11 +2299,11 @@ msgstr "Label" msgid "Label not found" msgstr "Label tidak ditemukan" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Label disimpan" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Label disimpan" msgid "Labels" msgstr "Label" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Label dihapus" @@ -2382,7 +2381,7 @@ msgstr "Lensa" msgid "Lens not found" msgstr "Lensa tidak ditemukan" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Perpustakaan" @@ -2399,7 +2398,7 @@ msgstr "Perpustakaan" msgid "License" msgstr "Lisensi" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Suka" @@ -2430,7 +2429,7 @@ msgstr "Tampilan Daftar" msgid "Live" msgstr "Langsung" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "PenAnda" msgid "Maximum number of accounts has been reached." msgstr "Jumlah maksimum akun telah tercapai." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Media" @@ -2585,7 +2584,7 @@ msgstr "Perkecil" msgid "Missing" msgstr "Hilang" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Konfigurasi yang hilang atau tidak valid" @@ -2593,7 +2592,7 @@ msgstr "Konfigurasi yang hilang atau tidak valid" msgid "mixed" msgstr "campuran" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Momen" @@ -2611,7 +2610,7 @@ msgstr "Monokrom" msgid "Month" msgstr "Setelah 1 bulanBulan" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Opsi lainnya" @@ -2627,7 +2626,7 @@ msgstr "Paling relevan" msgid "Move Files" msgstr "Pindahkan File" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Memindahkan file dari %s" @@ -2635,14 +2634,14 @@ msgstr "Memindahkan file dari %s" msgid "Must have at least %{n} characters." msgstr "Harus memiliki setidaknya %{n} karakter." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Bisu" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Kata sandi baru" msgid "Newest First" msgstr "Terbaru terlebih dahulu" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Berikutnya" @@ -2828,7 +2827,7 @@ msgstr "Gambar non-fotografis dan berkualitas rendah memerlukan peninjauan sebel msgid "None" msgstr "Tidak ada" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Tidak diperbolehkan" @@ -2841,7 +2840,7 @@ msgstr "Tidak tersedia dalam mode publik" msgid "Not available in read-only mode" msgstr "Tidak tersedia dalam mode hanya-baca" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Tidak ditemukan" @@ -2849,7 +2848,7 @@ msgstr "Tidak ditemukan" msgid "Not sorted." msgstr "Tidak diurutkan." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Tidak didukung" @@ -2914,11 +2913,11 @@ msgstr "Seminggu sekali" msgid "One album found" msgstr "Satu album ditemukan" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Satu entri ditambahkan ke %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Satu entri dihapus dari %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Hanya akun yang dikelola secara lokal yang dapat diatur untuk autentikasi dengan 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Buka" @@ -3059,7 +3058,7 @@ msgstr "Sebagian dari beberapa foto yang dipilih" msgid "Password" msgstr "Kata sandi" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Kata sandi diubah" @@ -3071,7 +3070,7 @@ msgstr "Jeda" msgid "Payment required" msgstr "Pembayaran wajib dilakukan" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Orang lain yang Anda bagikan tautan ini dapat melihat konten secara publik." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Dihapus permanen" @@ -3103,7 +3102,7 @@ msgstr "Orang" msgid "Person cover updated" msgstr "Penutup orang diperbarui" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Orang dihapus" @@ -3112,7 +3111,7 @@ msgstr "Orang dihapus" msgid "Person not found" msgstr "Orang tidak ditemukan" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Orang disimpan" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism 100% didanai sendiri dan independen." msgid "PhotoPrism+ Membership" msgstr "Keanggotaan PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Foto" @@ -3162,8 +3161,8 @@ msgstr "Tempat" msgid "Place & Time" msgstr "Tempat & Waktu" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Harap diperhatikan bahwa mengubah kata sandi Anda akan membuat Anda log msgid "Please restart your instance for the changes to take effect." msgstr "Mulai ulang instance Anda agar perubahan diterapkan." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Mohon tunggu…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Batas Ukuran PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Pratinjau" msgid "Preview Images" msgstr "Pratinjau Gambar" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Sebelumnya" @@ -3279,7 +3278,7 @@ msgstr "Visual sebelumnya" msgid "Primary" msgstr "Utama" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Utama" msgid "Private" msgstr "Pribadi" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Memproses unggahan..." @@ -3389,7 +3388,7 @@ msgstr "Merah" msgid "Refresh" msgstr "Menyegarkan" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Wilayah" msgid "Register" msgstr "Daftar" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Pendaftaran dinonaktifkan" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Hapus" msgid "remove failed: unknown album" msgstr "gagal menghapus: album tidak dikenal" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Hapus dari album" @@ -3447,11 +3450,11 @@ msgstr "Hapus dari semua foto yang dipilih" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Hapus file yang diimpor untuk menghemat penyimpanan. Jenis file yang tidak didukung tidak akan pernah dihapus, mereka tetap di lokasi mereka saat ini." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Menghapus instans yang dipilih dari registri cluster?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Dihapus" @@ -3459,7 +3462,7 @@ msgstr "Dihapus" msgid "Removed %{name}" msgstr "%{name} telah dihapus" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Menghapus %d file dan %d foto" @@ -3468,7 +3471,7 @@ msgstr "Menghapus %d file dan %d foto" msgid "Repeated" msgstr "Diulang" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Permintaan gagal - apakah Anda sedang offline?" @@ -3499,12 +3502,12 @@ msgstr "Mulai ulang" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Pulihkan" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Dipulihkan" @@ -3516,7 +3519,7 @@ msgstr "Batas Percobaan Ulang" msgid "Retype Password" msgstr "Kata sandiKetik Ulang Kata Sandi" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Rahasia" msgid "Security and Access" msgstr "Keamanan dan Akses" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Pilih" @@ -3707,19 +3710,19 @@ msgstr "Pilih Waktu" msgid "Selection" msgstr "Seleksi" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Pilihan ditambahkan ke %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Pilihan disetujui" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Pilihan diarsipkan" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Pilihan ditandai sebagai pribadi" @@ -3727,7 +3730,7 @@ msgstr "Pilihan ditandai sebagai pribadi" msgid "Selection not found" msgstr "Pilihan tidak ditemukan" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Pilihan dipulihkan" @@ -3735,7 +3738,7 @@ msgstr "Pilihan dipulihkan" msgid "Sequential Name" msgstr "Nama Urutan" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Layanan" @@ -3765,7 +3768,7 @@ msgstr "ID Sesi" msgid "Sessions" msgstr "Sesi" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Tetapkan sebagai Sampul Album" @@ -3775,15 +3778,15 @@ msgstr "Tetapkan sebagai Gambar Sampul" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Pengaturan" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Pengaturan disimpan" @@ -3822,7 +3825,7 @@ msgstr "Tampilkan Semua Label" msgid "Show all new faces" msgstr "Tampilkan semua wajah baru" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Tampilkan Caption" @@ -3910,7 +3913,7 @@ msgstr "URL Situs" msgid "Size" msgstr "Ukuran" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Tayangan slide" @@ -3942,7 +3945,7 @@ msgstr "Beberapa album tidak dapat dibuat. Silakan edit nama dan coba lagi." msgid "Some albums could not be updated" msgstr "Beberapa album tidak dapat diperbarui" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Ada yang salah, coba lagi" @@ -4046,7 +4049,7 @@ msgstr "Jalan" msgid "Subject" msgstr "Subjek" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Subjek dihapus" @@ -4054,11 +4057,11 @@ msgstr "Subjek dihapus" msgid "Subject not found" msgstr "Subjek tidak ditemukan" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Subjek disimpan" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Berhasil diaktifkan" @@ -4071,7 +4074,7 @@ msgstr "Berhasil Terhubung" msgid "Successfully deleted" msgstr "Berhasil dihapus" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Berhasil diverifikasi" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Terlalu banyak file yang dipilih" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Terlalu banyak permintaan" @@ -4292,7 +4295,7 @@ msgstr "Batalkan" msgid "Unique ID" msgstr "ID Unik" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Lokasi tidak diketahui" msgid "Unregistered" msgstr "Tidak terdaftar" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Tidak disortir" @@ -4350,7 +4353,7 @@ msgstr "Format yang tidak didukung" msgid "Unsupported type" msgstr "Jenis tidak didukung" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Unggahan selesai. Melakukan pengindeksan…" msgid "Upload failed" msgstr "Unggahan gagal" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Unggahan telah diproses" @@ -4467,7 +4470,7 @@ msgstr "Memuat ulang…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Unggahan yang mungkin berisi gambar seperti itu akan ditolak secara otomatis." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Gunakan kode pemulihan Anda atau hubungi administrator untuk mendapatkan #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Pengguna" @@ -4523,7 +4526,7 @@ msgstr "Nama pengguna" msgid "Users" msgstr "Pengguna" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vektor" msgid "Verification Code" msgstr "Kode verifikasi" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Email terverifikasi diperlukan." + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versi" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Durasi" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Dukungan Anda yang berkelanjutan membantu kami menyediakan layanan seper msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Perpustakaan Anda akan terus dianalisis secara otomatis dalam membuat album momen spesial, perjalanan, dan tempat." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip dibuat dalam %d detik" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Memperbesar/memperkecil" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Konten" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Judul" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/it.po b/frontend/src/locales/it.po index 80fb639e5..0053d7b58 100644 --- a/frontend/src/locales/it.po +++ b/frontend/src/locales/it.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} è troppo lungo" msgid "%{s} is too short" msgstr "%{s} è troppo corto" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d elementi aggiunti a %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d elementi rimossi da %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d file caricati in %d secondi" @@ -100,7 +100,7 @@ msgstr "%d file caricati in %d secondi" msgid "%s already exists" msgstr "%s esiste già" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s è stato ripristinato" @@ -176,14 +176,13 @@ msgstr "Gettone di accesso" msgid "Account" msgstr "Account" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Account creato" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Account eliminato" @@ -199,7 +198,7 @@ msgstr "Account non trovato" msgid "Account restored" msgstr "Account ripristinato" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Account salvato" @@ -207,7 +206,7 @@ msgstr "Account salvato" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Account" @@ -343,7 +342,7 @@ msgstr "Regola la data e l'ora" msgid "Adjust Location" msgstr "Regola la posizione" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Dopo due settimane" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s eliminato" @@ -404,11 +403,11 @@ msgstr "Album %s eliminato" msgid "Album Backups" msgstr "Backup degli album" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "I contenuti dell'album sono stati duplicati" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album creato" @@ -420,11 +419,11 @@ msgstr "Album cancellato" msgid "Album not found" msgstr "Album non trovato" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album salvato" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album salvato" msgid "Albums" msgstr "Album" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Album eliminati" @@ -538,7 +537,7 @@ msgstr "Altitudine (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Approva e salva le modifiche" msgid "Apps and Devices" msgstr "Applicazioni e dispositivi" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Archiviato" @@ -650,7 +649,7 @@ msgstr "Proporzione" msgid "Attributes" msgstr "Attributi" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Segnala Bug" msgid "Busy, please try again later" msgstr "Occupato, si prega di riprovare più tardi" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Occupato, attendere prego…" @@ -775,7 +774,7 @@ msgstr "Occupato, attendere prego…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Utilizzando il software e i servizi, accetti i nostri temini di servizio, privacy policy e codice di condotta." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Calendario" @@ -897,11 +896,10 @@ msgstr "Cambiare la bandiera privata" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Le modifiche non possono essere salvate" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Libero" msgid "Clear {0}" msgstr "Cancella {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Cliente" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Cliente" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Cliente" msgid "Close" msgstr "Chiudi" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Cluster" @@ -1018,7 +1016,7 @@ msgstr "Cluster" msgid "Cluster Admin" msgstr "Amministratore del cluster" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Nodo cluster" @@ -1149,7 +1147,7 @@ msgstr "Copiato negli appunti" msgid "Copy" msgstr "Copia" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Copia dei file da %s in corso" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Crea file sidecar YAML per il backup dei metadati delle immagini." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Creato" @@ -1263,7 +1261,7 @@ msgstr "Registri di debug" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Cartella Predefinita" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Scartare le modifiche non valide?" msgid "Discard unsaved changes?" msgstr "Scartare le modifiche non salvate?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Scopri" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Fatto." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Scarica file remoti" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Anteprime Dinamiche" msgid "Dynamic Size Limit: %{n}px" msgstr "Limite Dimensioni Dinamiche: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Inserisci il nome dell'articolo..." msgid "Enter the code generated by your authenticator app:" msgstr "Inserisci il codice generato dalla tua app Autenticatore:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Inserisci codice di verifica" @@ -1640,12 +1639,12 @@ msgstr "Inserisci la password per confermare l'azione e continuare:" msgid "Entity not found" msgstr "Entità non trovata" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Errore" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Impossibile creare il file zip" msgid "Failed to load users." msgstr "Impossibile caricare gli utenti." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Non è stato possibile rimuovere il marcatore del viso" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Impossibile rimuovere il nome" @@ -1763,7 +1762,7 @@ msgstr "Impossibile riavviare il server" msgid "Failed to save changes" msgstr "Impossibile salvare le modifiche" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Non è riuscito a salvare l'indicatore della faccia" @@ -1796,7 +1795,7 @@ msgstr "Veloce" msgid "Favorite" msgstr "Preferito" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Preferiti" @@ -1818,7 +1817,7 @@ msgstr "Donna" msgid "File" msgstr "File" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Esplora File" @@ -1826,7 +1825,7 @@ msgstr "Esplora File" msgid "File Conversion" msgstr "Conversione di file" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "File eliminato" @@ -1842,7 +1841,7 @@ msgstr "Nome File" msgid "File not found" msgstr "File non trovato" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "File rimosso dallo stack" @@ -1855,7 +1854,7 @@ msgstr "Dimensione del file" msgid "File too large" msgstr "File troppo grande" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "File caricato" @@ -1901,7 +1900,7 @@ msgstr "La cartella contiene %{n} file" msgid "Folder is empty" msgstr "La cartella è vuota" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Cartelle" @@ -1928,7 +1927,7 @@ msgstr "Fotogrammi" msgid "Full Access" msgstr "Accesso Totale" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Schermo intero" @@ -2013,7 +2012,7 @@ msgstr "Aiuto e Supporto" msgid "Hidden" msgstr "Nascosto" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "File Nascosti" @@ -2021,7 +2020,7 @@ msgstr "File Nascosti" msgid "Hide" msgstr "Nascondi" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Nascondi didascalia" @@ -2068,11 +2067,11 @@ msgstr "Qualità dell'immagine" msgid "Import" msgstr "Importa" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importazione cancellata" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Importazione completata in %d secondi" @@ -2130,11 +2129,11 @@ msgstr "Indice" msgid "Indexing" msgstr "Indicizzazione" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indicizzazione cancellata" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indicizzazione completata in %d secondi" @@ -2142,7 +2141,7 @@ msgstr "Indicizzazione completata in %d secondi" msgid "Indexing failed" msgstr "Indicizzazione fallita" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indicizzazione dei file in %s" @@ -2150,11 +2149,11 @@ msgstr "Indicizzazione dei file in %s" msgid "Indexing media and sidecar files…" msgstr "Indicizzando file multimediali e sidecar…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indicizzando gli originali..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informazioni" @@ -2163,8 +2162,8 @@ msgstr "Informazioni" msgid "Inherit" msgstr "Eredita" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Istanza" @@ -2178,7 +2177,7 @@ msgstr "Istanza non raggiungibile. Riprova quando sarà di nuovo online." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Istanze" @@ -2300,11 +2299,11 @@ msgstr "Etichetta" msgid "Label not found" msgstr "Etichetta non trovata" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Etichetta salvata" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Etichetta salvata" msgid "Labels" msgstr "Etichette" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Etichette eliminate" @@ -2382,7 +2381,7 @@ msgstr "Lenti" msgid "Lens not found" msgstr "Obiettivo non trovato" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Libreria" @@ -2399,7 +2398,7 @@ msgstr "Libreria" msgid "License" msgstr "Licenza" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Mi Piace" @@ -2430,7 +2429,7 @@ msgstr "Vista elenco" msgid "Live" msgstr "Live" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Segnaposto" msgid "Maximum number of accounts has been reached." msgstr "È stato raggiunto il numero massimo di account." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Media" @@ -2585,7 +2584,7 @@ msgstr "Minimizza" msgid "Missing" msgstr "Mancante" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Configurazione mancante o non valida" @@ -2593,7 +2592,7 @@ msgstr "Configurazione mancante o non valida" msgid "mixed" msgstr "misto" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Momenti" @@ -2611,7 +2610,7 @@ msgstr "Monocromo" msgid "Month" msgstr "Mese" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Altre opzioni" @@ -2627,7 +2626,7 @@ msgstr "Più rilevante" msgid "Move Files" msgstr "Sposta File" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Spostamento dei file da %s in corso" @@ -2635,14 +2634,14 @@ msgstr "Spostamento dei file da %s in corso" msgid "Must have at least %{n} characters." msgstr "Minimo %{n} caratteri obbligatori." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Muto" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Nuova Password" msgid "Newest First" msgstr "Prima più Recenti" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Avanti" @@ -2828,7 +2827,7 @@ msgstr "Le immagini non fotografiche e di bassa qualità richiedono una revision msgid "None" msgstr "Nessuno" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Non è consentito" @@ -2841,7 +2840,7 @@ msgstr "Non disponibile in modalità pubblica" msgid "Not available in read-only mode" msgstr "Non disponibile in modalità di sola lettura" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Non trovato" @@ -2849,7 +2848,7 @@ msgstr "Non trovato" msgid "Not sorted." msgstr "Non è stato selezionato." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Non supportato" @@ -2914,11 +2913,11 @@ msgstr "Una volta a settimana" msgid "One album found" msgstr "Un album trovato" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Un elemento aggiunto a %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Un elemento rimosso da %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Solamente gli account gestiti localmente possono essere configurati con autenticazione a due fattori." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Aperto" @@ -3059,7 +3058,7 @@ msgstr "Parte di alcune foto selezionate" msgid "Password" msgstr "Password" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Password cambiata" @@ -3071,7 +3070,7 @@ msgstr "Pausa" msgid "Payment required" msgstr "Pagamento richiesto" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Le persone con cui condividi un link potranno vedere i contenuti pubblici." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Eliminato permanentemente" @@ -3103,7 +3102,7 @@ msgstr "Persona" msgid "Person cover updated" msgstr "Copertina aggiornata" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Persona cancellata" @@ -3112,7 +3111,7 @@ msgstr "Persona cancellata" msgid "Person not found" msgstr "Persona non trovata" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Persona salvata" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism è al 100% autofinanziato e indipendente." msgid "PhotoPrism+ Membership" msgstr "Iscrizione a PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Foto" @@ -3162,8 +3161,8 @@ msgstr "Luogo" msgid "Place & Time" msgstr "Luogo e Ora" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Tieni presente che la modifica della password ti farà uscire su altri d msgid "Please restart your instance for the changes to take effect." msgstr "Per rendere effettive le modifiche, riavviare l'istanza." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Attendere prego…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Limite Dimensione PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portale" @@ -3258,7 +3257,7 @@ msgstr "Anteprima" msgid "Preview Images" msgstr "Immagini in anteprima" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Precedente" @@ -3279,7 +3278,7 @@ msgstr "Visuale precedente" msgid "Primary" msgstr "Primario" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primario" msgid "Private" msgstr "Privato" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Elaborazione del caricamento..." @@ -3389,7 +3388,7 @@ msgstr "Rosso" msgid "Refresh" msgstr "Aggiorna" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regioni" msgid "Register" msgstr "Registro" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registrazione disabilitata" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Rimuovi" msgid "remove failed: unknown album" msgstr "rimozione fallita: album sconosciuto" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Rimuovi dall'album" @@ -3447,11 +3450,11 @@ msgstr "Rimuovi da tutte le foto selezionate" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Rimuovi i file importati per risparmiare spazio. I tipi di file non supportati non vengono mai eliminati, rimangono nella loro posizione attuale." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Rimuovere l'istanza selezionata dal registro del cluster?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Rimosso" @@ -3459,7 +3462,7 @@ msgstr "Rimosso" msgid "Removed %{name}" msgstr "%{name} è stato rimosso" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Rimossi %d file e %d foto" @@ -3468,7 +3471,7 @@ msgstr "Rimossi %d file e %d foto" msgid "Repeated" msgstr "Ripetuto" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Richiesta fallita - sei offline?" @@ -3499,12 +3502,12 @@ msgstr "Riavvio" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Ripristina" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Ripristinato" @@ -3516,7 +3519,7 @@ msgstr "Limite di tentativi" msgid "Retype Password" msgstr "Digitare nuovamente la Password" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Segreto" msgid "Security and Access" msgstr "Sicurezza e accesso" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Seleziona" @@ -3707,19 +3710,19 @@ msgstr "Seleziona l'ora" msgid "Selection" msgstr "Selezione" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Selezione aggiunta a %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Selezione approvata" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Selezione archiviata" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Selezione impostata come privata" @@ -3727,7 +3730,7 @@ msgstr "Selezione impostata come privata" msgid "Selection not found" msgstr "Selezione non trovata" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Selezione ripristinata" @@ -3735,7 +3738,7 @@ msgstr "Selezione ripristinata" msgid "Sequential Name" msgstr "Nome Sequenziale" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Assistenza" @@ -3765,7 +3768,7 @@ msgstr "ID sessione" msgid "Sessions" msgstr "Sessioni" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Imposta come copertina dell'album" @@ -3775,15 +3778,15 @@ msgstr "Imposta come immagine di copertina" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Impostazioni" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Impostazioni salvate" @@ -3822,7 +3825,7 @@ msgstr "Mostra tutte le etichette" msgid "Show all new faces" msgstr "Mostra tutti i volti nuovi" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Mostra didascalia" @@ -3910,7 +3913,7 @@ msgstr "URL del sito" msgid "Size" msgstr "Dimensione" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Presentazione" @@ -3942,7 +3945,7 @@ msgstr "Non è stato possibile creare alcuni album. Modifica i nomi e riprova." msgid "Some albums could not be updated" msgstr "Non è stato possibile aggiornare alcuni album" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Qualcosa è andato storto, riprovare" @@ -4046,7 +4049,7 @@ msgstr "Strade" msgid "Subject" msgstr "Oggetto" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Soggetto cancellato" @@ -4054,11 +4057,11 @@ msgstr "Soggetto cancellato" msgid "Subject not found" msgstr "Soggetto non trovato" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Soggetto salvato" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Attivazione avvenuta con successo" @@ -4071,7 +4074,7 @@ msgstr "Collegato con successo" msgid "Successfully deleted" msgstr "Eliminato con successo" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Verifica avvenuta con successo" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Troppi file selezionati" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Troppe richieste" @@ -4292,7 +4295,7 @@ msgstr "Annulla" msgid "Unique ID" msgstr "ID Unico" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Luogo sconosciuto" msgid "Unregistered" msgstr "Non registrato" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Non Ordinato" @@ -4350,7 +4353,7 @@ msgstr "Formato non supportato" msgid "Unsupported type" msgstr "Formato non supportato" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Upload completato. Indicizzazione in corso…" msgid "Upload failed" msgstr "Upload fallito" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Il caricamento è stato elaborato" @@ -4467,7 +4470,7 @@ msgstr "Caricamento in corso…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "I file caricato che potrebbero contenere queste immagini verranno rifiutati automaticamente." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Usa il tuo codice di recupero o contatta un amministratore per chiedere #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Utente" @@ -4523,7 +4526,7 @@ msgstr "Nome utente" msgid "Users" msgstr "Utenti" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vettori" msgid "Verification Code" msgstr "Codice di verifica" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "È richiesta la verifica dell'indirizzo email." + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versione" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Durata Video" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Il tuo continuo supporto ci aiuta a fornire aggiornamenti regolari e a r msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "La tua libreria viene continuamente analizzata per creare automaticamente album di momenti speciali, viaggi e luoghi." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip creato in %d secondi" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Zoom avanti/indietro" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Contenuto" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Titolo" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/ja.po b/frontend/src/locales/ja.po index f9541920b..61cd28114 100644 --- a/frontend/src/locales/ja.po +++ b/frontend/src/locales/ja.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} は長すぎます" msgid "%{s} is too short" msgstr "%{s} は短すぎます" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d 件の項目が %s に追加されました" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d 件の項目が %s から削除されました" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d 件のファイルを %d 秒でアップロードしました" @@ -100,7 +100,7 @@ msgstr "%d 件のファイルを %d 秒でアップロードしました" msgid "%s already exists" msgstr "%s は既に存在します" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s が復元されました" @@ -176,14 +176,13 @@ msgstr "アクセストークン" msgid "Account" msgstr "アカウント" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "アカウントが作成されました" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "アカウントが削除されました" @@ -199,7 +198,7 @@ msgstr "アカウントが存在しません" msgid "Account restored" msgstr "アカウントが復元されました" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "アカウントが保存されました" @@ -207,7 +206,7 @@ msgstr "アカウントが保存されました" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "アカウント" @@ -343,7 +342,7 @@ msgstr "日付と時刻を調整する" msgid "Adjust Location" msgstr "場所を調整する" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "管理者" @@ -396,7 +395,7 @@ msgstr "2 週間後" msgid "Album" msgstr "アルバム" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "アルバム %s が削除されました" @@ -404,11 +403,11 @@ msgstr "アルバム %s が削除されました" msgid "Album Backups" msgstr "アルバムのバックアップ" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "アルバムの内容が複製されました" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "アルバムが作成されました" @@ -420,11 +419,11 @@ msgstr "アルバム削除" msgid "Album not found" msgstr "アルバムが存在しません" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "アルバムが保存されました" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "アルバムが保存されました" msgid "Albums" msgstr "アルバム" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "アルバムが削除されました" @@ -538,7 +537,7 @@ msgstr "高度 (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "変更を承認して保存する" msgid "Apps and Devices" msgstr "アプリとデバイス" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "アーカイブ済み" @@ -650,7 +649,7 @@ msgstr "アスペクト比" msgid "Attributes" msgstr "属性" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "バグ報告" msgid "Busy, please try again later" msgstr "他の処理中です。後で再試行してください" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "処理中です。しばらくお待ちください…" @@ -775,7 +774,7 @@ msgstr "処理中です。しばらくお待ちください…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "当社が提供するソフトウェアおよびサービスを利用することにより、お客様は当社の利用規約、プライバシーポリシー、および行動規範に同意したものとみなされます。" -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "カレンダー" @@ -897,11 +896,10 @@ msgstr "プライベート状態を変更" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "変更を保存できませんでした" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "クリア" msgid "Clear {0}" msgstr "{0} をクリア" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "クライアント" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "クライアント" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "クライアント" msgid "Close" msgstr "閉じる" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "クラスター" @@ -1018,7 +1016,7 @@ msgstr "クラスター" msgid "Cluster Admin" msgstr "クラスタ管理者" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "クラスターノード" @@ -1149,7 +1147,7 @@ msgstr "クリップボードにコピーしました" msgid "Copy" msgstr "コピー" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "%s からファイルをコピーしています" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "画像のメタデータをバックアップするために YAML サイドカーファイルを作成します。" #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "作成日時" @@ -1263,7 +1261,7 @@ msgstr "デバッグログ" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "既定のフォルダ" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "無効な変更は破棄するのか?" msgid "Discard unsaved changes?" msgstr "未保存の変更を破棄するか?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "発見" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "完了しました。" #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "リモートにあるファイルをダウンロード" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "動的プレビュー" msgid "Dynamic Size Limit: %{n}px" msgstr "動的サイズの制限: %{n} px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "アイテム名を入力する" msgid "Enter the code generated by your authenticator app:" msgstr "認証アプリが生成したコードを入力してください:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "認証コードを入力してください" @@ -1640,12 +1639,12 @@ msgstr "パスワードを入力して操作を確認し、続行します:" msgid "Entity not found" msgstr "エンティティが見つかりません" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "エラー" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "zip ファイルの作成に失敗しました" msgid "Failed to load users." msgstr "ユーザーの読み込みに失敗した。" -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "フェイスマーカーの除去に失敗した" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "名前の削除に失敗した" @@ -1763,7 +1762,7 @@ msgstr "サーバーの再起動に失敗した" msgid "Failed to save changes" msgstr "変更の保存に失敗した" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "面目躍如の失敗" @@ -1796,7 +1795,7 @@ msgstr "高速" msgid "Favorite" msgstr "お気に入り" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "お気に入り" @@ -1818,7 +1817,7 @@ msgstr "女性" msgid "File" msgstr "ファイル" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "ファイルブラウザ" @@ -1826,7 +1825,7 @@ msgstr "ファイルブラウザ" msgid "File Conversion" msgstr "ファイル変換" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "ファイルが削除されました" @@ -1842,7 +1841,7 @@ msgstr "ファイル名" msgid "File not found" msgstr "ファイルが見つかりませんでした" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "スタックからファイルが削除されました" @@ -1855,7 +1854,7 @@ msgstr "ファイルサイズ" msgid "File too large" msgstr "ファイルが大きすぎます" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "ファイルがアップロードされました" @@ -1901,7 +1900,7 @@ msgstr "フォルダには %{n} 件のファイルがあります" msgid "Folder is empty" msgstr "フォルダは空です" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "フォルダ" @@ -1928,7 +1927,7 @@ msgstr "フレーム" msgid "Full Access" msgstr "フルアクセス" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "全画面" @@ -2013,7 +2012,7 @@ msgstr "ヘルプ&サポート" msgid "Hidden" msgstr "隠し項目" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "隠しファイル" @@ -2021,7 +2020,7 @@ msgstr "隠しファイル" msgid "Hide" msgstr "非表示" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "キャプションを隠す" @@ -2068,11 +2067,11 @@ msgstr "画質" msgid "Import" msgstr "インポート" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "インポートが取り消されました" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "インポートが %d 秒で完了しました" @@ -2130,11 +2129,11 @@ msgstr "インデックス" msgid "Indexing" msgstr "インデックス中です" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "インデックスが取り消されました" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "インデックスが %d 秒で完了しました" @@ -2142,7 +2141,7 @@ msgstr "インデックスが %d 秒で完了しました" msgid "Indexing failed" msgstr "インデックスに失敗しました" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "%s 内のファイルをインデックスしています" @@ -2150,11 +2149,11 @@ msgstr "%s 内のファイルをインデックスしています" msgid "Indexing media and sidecar files…" msgstr "メディアとサイドカーファイルをインデックスしています…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "originals をインデックスしています..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "インフォメーション" @@ -2163,8 +2162,8 @@ msgstr "インフォメーション" msgid "Inherit" msgstr "継承する" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "インスタンス" @@ -2178,7 +2177,7 @@ msgstr "インスタンスに接続できない。オンラインに戻ったら #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "インスタンス" @@ -2300,11 +2299,11 @@ msgstr "ラベル" msgid "Label not found" msgstr "ラベルが存在しません" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "ラベルが保存されました" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "ラベルが保存されました" msgid "Labels" msgstr "ラベル" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "ラベルが削除されました" @@ -2382,7 +2381,7 @@ msgstr "レンズ" msgid "Lens not found" msgstr "レンズが見つからない" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "ライブラリ" @@ -2399,7 +2398,7 @@ msgstr "ライブラリ" msgid "License" msgstr "ライセンス" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "お気に入り" @@ -2430,7 +2429,7 @@ msgstr "リスト表示" msgid "Live" msgstr "ライブ" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "マーカー" msgid "Maximum number of accounts has been reached." msgstr "アカウント数が上限に達しました。" -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "メディア" @@ -2585,7 +2584,7 @@ msgstr "最小化" msgid "Missing" msgstr "紛失" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "設定が見つからない、もしくは無効です" @@ -2593,7 +2592,7 @@ msgstr "設定が見つからない、もしくは無効です" msgid "mixed" msgstr "ミックス" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "モーメント" @@ -2611,7 +2610,7 @@ msgstr "モノクロ" msgid "Month" msgstr "月" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "その他のオプション" @@ -2627,7 +2626,7 @@ msgstr "最も関連性が高い" msgid "Move Files" msgstr "ファイルを移動" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "%s からファイルを移動しています" @@ -2635,14 +2634,14 @@ msgstr "%s からファイルを移動しています" msgid "Must have at least %{n} characters." msgstr "少なくとも %{n} 文字必要です。" -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "ミュート" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "新しいパスワード" msgid "Newest First" msgstr "新しい順" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "次" @@ -2828,7 +2827,7 @@ msgstr "写真ではないものや、低品質な画像は検索結果に表示 msgid "None" msgstr "なし" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "許可されていません" @@ -2841,7 +2840,7 @@ msgstr "公開モードでは利用できません" msgid "Not available in read-only mode" msgstr "読み込み専用モードでは利用できません" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "見つかりませんでした" @@ -2849,7 +2848,7 @@ msgstr "見つかりませんでした" msgid "Not sorted." msgstr "並び替えられていません。" -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "サポートされていません" @@ -2914,11 +2913,11 @@ msgstr "1週間に1度" msgid "One album found" msgstr "1 つのアルバムが見つかりました" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "1 件の項目が %s に追加されました" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "1 件の項目が %s から削除されました" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "2FA による認証を設定できるのは、ローカルで管理されているアカウントのみです。" #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "オープン" @@ -3059,7 +3058,7 @@ msgstr "写真の一部" msgid "Password" msgstr "パスワード" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "パスワードが変更されました" @@ -3071,7 +3070,7 @@ msgstr "一時停止" msgid "Payment required" msgstr "支払いが必要だ" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "あなたがリンクを共有した人だけが公開された内容を閲覧できます。" #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "完全に削除されました" @@ -3103,7 +3102,7 @@ msgstr "人物" msgid "Person cover updated" msgstr "人物カバーが更新された" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "人を削除しました" @@ -3112,7 +3111,7 @@ msgstr "人を削除しました" msgid "Person not found" msgstr "人が見つかりません" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "保存された人" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism は100%自己資金で運営されている独立系企業 msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ メンバーシップ" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "写真" @@ -3162,8 +3161,8 @@ msgstr "場所" msgid "Place & Time" msgstr "場所と時間" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "パスワードを変更すると、他のデバイスやブラウザで msgid "Please restart your instance for the changes to take effect." msgstr "変更を反映するために、インスタンスを再起動してください。" -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "お待ちください…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG サイズ制限: %{n} px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "ポータル" @@ -3258,7 +3257,7 @@ msgstr "プレビュー" msgid "Preview Images" msgstr "プレビュー画像" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "前へ" @@ -3279,7 +3278,7 @@ msgstr "以前のビジュアル" msgid "Primary" msgstr "プライマリ" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "プライマリ" msgid "Private" msgstr "プライベート" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "アップロードの処理..." @@ -3389,7 +3388,7 @@ msgstr "赤" msgid "Refresh" msgstr "リフレッシュ" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "地域" msgid "Register" msgstr "登録" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "登録は無効になっています" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "削除" msgid "remove failed: unknown album" msgstr "削除に失敗しました: 不明なアルバムです" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "アルバムから削除" @@ -3447,11 +3450,11 @@ msgstr "選択したすべての写真から削除する" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "インポートされたファイルを削除してストレージを節約します。対応していない形式のファイルは削除されることなく、現在の場所に残ります。" -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "選択したインスタンスをクラスタ・レジストリから削除するか?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "削除" @@ -3459,7 +3462,7 @@ msgstr "削除" msgid "Removed %{name}" msgstr "%{name} を削除した" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "%d 件のファイルと %d 件の写真が削除されました" @@ -3468,7 +3471,7 @@ msgstr "%d 件のファイルと %d 件の写真が削除されました" msgid "Repeated" msgstr "繰り返し" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "リクエストに失敗しました - オフラインですか?" @@ -3499,12 +3502,12 @@ msgstr "再起動" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "復元" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "復元されました" @@ -3516,7 +3519,7 @@ msgstr "リトライ回数制限" msgid "Retype Password" msgstr "パスワード再入力" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "シークレット" msgid "Security and Access" msgstr "セキュリティとアクセス" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "選択" @@ -3707,19 +3710,19 @@ msgstr "時刻選択" msgid "Selection" msgstr "セレクション" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "選択した項目が %s に追加されました" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "選択した項目が承認されました" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "選択した項目がアーカイブされました" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "選択した項目がプライベートに設定されました" @@ -3727,7 +3730,7 @@ msgstr "選択した項目がプライベートに設定されました" msgid "Selection not found" msgstr "選択した項目は存在しません" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "選択した項目が復元されました" @@ -3735,7 +3738,7 @@ msgstr "選択した項目が復元されました" msgid "Sequential Name" msgstr "連名" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "サービス" @@ -3765,7 +3768,7 @@ msgstr "セッション ID" msgid "Sessions" msgstr "セッション" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "アルバムカバーに設定する" @@ -3775,15 +3778,15 @@ msgstr "表紙画像に設定する" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "設定" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "設定が保存されました" @@ -3822,7 +3825,7 @@ msgstr "すべてのラベルを表示する" msgid "Show all new faces" msgstr "すべての新しい顔を表示" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "キャプションを表示する" @@ -3910,7 +3913,7 @@ msgstr "サイトURL" msgid "Size" msgstr "サイズ" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "スライドショー" @@ -3942,7 +3945,7 @@ msgstr "一部のアルバムが作成できなかった。名前を編集して msgid "Some albums could not be updated" msgstr "一部のアルバムが更新できなかった" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "何かが間違っています。もう一度やり直してください" @@ -4046,7 +4049,7 @@ msgstr "市街" msgid "Subject" msgstr "件名" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "件名を削除しました" @@ -4054,11 +4057,11 @@ msgstr "件名を削除しました" msgid "Subject not found" msgstr "件名が見つかりません" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "保存対象" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "正常に有効化されました" @@ -4071,7 +4074,7 @@ msgstr "接続に成功しました" msgid "Successfully deleted" msgstr "削除に成功しました" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "検証に成功しました" @@ -4236,7 +4239,7 @@ msgstr "トークン" msgid "Too many files selected" msgstr "選択されたファイルが多すぎます" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "リクエストが多すぎます" @@ -4292,7 +4295,7 @@ msgstr "取り消し" msgid "Unique ID" msgstr "一意の ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "不明な場所" msgid "Unregistered" msgstr "未登録" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "未分類" @@ -4350,7 +4353,7 @@ msgstr "非対応のフォーマットです" msgid "Unsupported type" msgstr "サポートされていない形式です" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "アップロードが完了しました。インデックスしていま msgid "Upload failed" msgstr "アップロードに失敗しました" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "アップロードが完了しました" @@ -4467,7 +4470,7 @@ msgstr "アップロード中…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "そのような画像を含むアップロードは自動的に拒否されます。" -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "リカバリーコードを使用するか、管理者に問い合わせ #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "ユーザー" @@ -4523,7 +4526,7 @@ msgstr "ユーザー名" msgid "Users" msgstr "ユーザー" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "ベクター" msgid "Verification Code" msgstr "検証コード" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "認証済みメールアドレスが必要です" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "バージョン" @@ -4561,7 +4568,7 @@ msgstr "動画" msgid "Video Duration" msgstr "動画の長さ" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "皆様の継続的なご支援により、私たちは定期的なアッ msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "あなたのライブラリは継続的に分析され、特別な瞬間、旅行、場所を記録したアルバムを自動的に作成します。" -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "%d 秒で zip ファイルを作成しました" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "ズームイン/アウト" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "内容" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "タイトル" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/json/af.json b/frontend/src/locales/json/af.json index 8502da2b6..25d09f37a 100644 --- a/frontend/src/locales/json/af.json +++ b/frontend/src/locales/json/af.json @@ -1 +1 @@ -{"af":{"{0} appended action":"{0} aangehegte handeling","{0} files":"{0} lêers","{0} files ({1} in total)":"{0} lêers ({1} in totaal)","{0} more":"{0} meer","{0} prepended action":"{0} voorgeskrewe handeling","{0} selected":"{0} gekies","{0}-{1} of {2}":"{0}-{1} van {2}","%{n} albums found":"%{n} albums gevind","%{n} files uploaded":"%{n} lêers opgelaai","%{n} folders found":"%{n} vouers gevind","%{n} GB of %{q} GB used":"%{n} GB van %{q} GB gebruik","%{n} labels found":"%{n} etikette gevind","%{n} people found":"%{n} mense gevind","%{n} pictures found":"%{n} fotos gevind","%{s} is too long":"%{s} is te lank","%{s} is too short":"%{s} is te kort","%d entries added to %s":"%d inskrywings by %s gevoeg","%d entries removed from %s":"%d inskrywings verwyder uit %s","%d files uploaded in %d s":"%d lêers opgelaai in %d s","%s already exists":"%s bestaan reeds","%s has been restored":"%s geherstel","1 hour":"1 uur","12 hours":"12 ure","2-Factor Authentication":"2-faktor-verifikasie","2FA":"2FA","4 hours":"4 ure","A click will copy it to your clipboard.":"'n Klik sal dit na jou knipbord kopieer.","A new version of %{s} is available:":"'n Nuwe weergawe van %{s} is beskikbaar:","About":"Oor","Access granted.":"Toegang verleen.","Access revoked.":"Toegang ingetrek.","Access Token":"Toegang Token","Account":"Rekening","Account created":"Rekening geskep","Account deleted":"Rekening is uitgevee","Account Group Mappings":"Rekeninggroeptoewysings","Account not found":"Rekening nie gevind nie","Account restored":"Rekening is teruggestel","Account saved":"Rekening gestoor","Accounts":"Rekeninge","Accuracy":"Akkuraatheid","Action":"Aksie","Actions":"Aksies","Activate":"Aktiveer","Activate to remove sorting.":"Aktiveer om sortering te verwyder.","Activate to sort ascending.":"Aktiveer om stygend te sorteer.","Activate to sort descending.":"Aktiveer om dalend te sorteer.","Activation Code":"Aktiverings kode","Activity":"Aktiwiteit","Add":"Voeg by","Add %{s}?":"Voeg %{s} by?","Add a Caption":"Voeg 'n onderskrif by","Add Account":"Voeg rekening","Add Album":"Voeg album by","Add Link":"Voeg skakel by","Add Notes":"Voeg notas by","Add person?":"Voeg persoon by?","Add pictures from search results by selecting them.":"Voeg fotos by die soekresultate deur dit te kies.","Add to album":"Voeg aan album","Add to all":"Voeg by alles","Add to all selected photos":"Voeg by alle gekose foto's","Added":"Bygevoeg","Added %{name}":"Bygevoeg %{name}","Adjust Camera Info":"Pas kamera-inligting aan","Adjust Date & Time":"Pas datum en tyd aan","Adjust Location":"Pas Ligging aan","Admin":"admin","Advanced":"Gevorderd","Advertise URL":"Adverteer URL","After 1 day":"Na 1 dag","After 3 days":"Na 3 dae","After 7 days":"Na 7 dae","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Nadat u u wagwoord ingevoer het vir bevestiging, kan u twee-faktor-verifikasie met 'n versoenbare verifikasie-toepassing of -toestel opstel:","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 fotos uit soekresultate gekies het, kan u dit aan 'n album voeg deur die kontekskieslys te gebruik.","After two months":"Na twee maande","After two weeks":"Na twee weke","Album":"Album","Album %s deleted":"Album %s uitgevee","Album Backups":"Album Rugsteun","Album contents cloned":"Albuminhoud gekloon","Album created":"Album geskep","Album deleted":"Album uitgevee","Album not found":"Album nie gevind nie","Album saved":"Album gestoor","Albums":"Albums","Albums deleted":"Albums uitgevee","All":"Almal","All %{n} albums loaded":"Alle %{n} albums gelaai","All %{n} labels loaded":"Alle %{n} etikette is gelaai","All %{n} people loaded":"Alle %{n} mense is gelaai","All Cameras":"Alle kameras","All Categories":"Alle kategorieë","All Colors":"Alle kleure","All Countries":"Alle lande","All files from import folder":"Alle lêers vanaf invoergids","All Lenses":"Alle lense","All Months":"Alle Maande","All originals":"Alle oorspronklikes","All Years":"Alle Jare","Allow configuration and use of connected apps and services for remote uploads and sync.":"Laat die konfigurasie en gebruik van gekoppelde programme en dienste toe vir oplaaie en sinkronisering op afstand.","Allow editing of metadata such as title, description, date, and location.":"Laat redigering van metadata soos titel, beskrywing, datum en ligging toe.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Laat die redigering van die metadata, etikette en albums van verskeie prente gelyktydig toe.","Allow files to be copied or moved from the Import to the Originals folder.":"Aktiveer die Invoer-instrument om lêers van die Invoer-vouer na Oorspronklikes te kopieer of te skuif.","Allow files to be permanently deleted to free up storage space.":"Laat toe dat lêers permanent verwyder word om stoorplek vry te maak.","Allow users to archive photos and videos so they are hidden without being deleted.":"Laat gebruikers toe om foto's en video's te argiveer sodat hulle versteek word sonder om uitgevee te word.","Allow users to create and share links, and enable sharing with connected services.":"Laat gebruikers toe om skakels te skep en te deel, en aktiveer deling met gekoppelde dienste.","Allow users to upload new photos and videos through the web interface.":"Laat gebruikers toe om nuwe foto's en video's deur die webkoppelvlak op te laai.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternatiewelik kan u lêers direk na WebDAV-bedieners soos Nextcloud oplaai.","Altitude":"Hoogte","Altitude (m)":"Hoogte (m)","AM":"AM","Animated":"Geanimeerde","Animation":"Animasie","Animations":"Animasies","Any private photos and videos remain private and won't be shared.":"Enige privaat foto's en video's bly privaat en sal nie gedeel word nie.","API Key":"API-sleutel","Application":"Toepassing","Applications":"Toepassings","Approve":"Keur goed","Approve and save changes":"Keur veranderinge goed en stoor dit","Apps and Devices":"Toepassings en toestelle","Archived":"Geargiveer","Are you sure you want to archive the selection?":"Is jy seker jy wil die keuse argiveer?","Are you sure you want to delete these albums?":"Is jy seker jy wil hierdie albums uitvee?","Are you sure you want to delete these labels?":"Is jy seker jy wil hierdie etikette uitvee?","Are you sure you want to delete this account?":"Is jy seker jy wil hierdie rekening uitvee?","Are you sure you want to delete this album?":"Is jy seker jy wil hierdie album verwyder?","Are you sure you want to permanently delete these pictures?":"Is jy seker jy wil hierdie fotos permanent uitvee?","Are you sure you want to permanently delete this file?":"Is jy seker jy wil hierdie lêer permanent uitvee?","Are you sure?":"Is jy seker?","Artist":"Kunstenaar","Aspect Ratio":"Aspekverhouding","Attributes":"Eienskappe","Audio":"Oudio","Audit Log":"Oudio","Authentication":"Stawing","Auto":"Outo","Back":"Terug","Back to top":"Terug na bo","Backup":"Ondersteuning","Badge":"Kenteken","Base Path":"Basispad","Batch":"Groep","Batch Edit":"Groepwysiging","Become a member today, support our mission and enjoy our member benefits!":"Word vandag 'n lid, ondersteun ons missie en geniet ons ledevoordele!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Omdat ons 100% selfbefonds en onafhanklik is, kan ons jou belowe dat ons nooit jou data sal verkoop nie en dat ons altyd deursigtig sal wees oor ons sagteware en dienste.","Bio":"Bio","Birth Date":"Geboortedatum","Black":"Swart","Blue":"Blou","Brown":"Bruin","Browse":"Snuffel","Browse Files":"Blaai deur lêers","Browse Pictures":"Blaai deur prente","Bug Report":"Fout verslag","Busy, please try again later":"Besig, probeer asseblief later weer","Busy, please wait…":"Besig, wag asseblief…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Deur die sagteware en dienste wat ons verskaf te gebruik, stem jy in tot ons diensbepalings, privaatheidsbeleid en gedragskode.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kamera nie gevind nie","Camera Serial":"Kamerareeks","Can't access your authenticator app or device?":"Kan jy nie toegang tot jou verifikasieprogram of toestel kry nie?","Can't load more, limit reached":"Kan nie meer laai nie, limiet bereik","Can't select more items":"Kan nie meer items kies nie","Cancel":"Kanselleer","Cannot copy to clipboard":"Kan nie na knipbord kopieer nie","Caption":"Byskrif","Cards":"Kaarte","Carousel slide {0} of {1}":"Karrouselskyfie {0} van {1}","Cast":"Spelerspan","Category":"Kategorie","Change Avatar":"Verander Avatar","Change Password":"Verander wagwoord","Change private flag":"Verander privaat vlag","Changes could not be saved":"Veranderinge kon nie gestoor word nie","Changes successfully saved":"Veranderinge suksesvol gestoor","Changes to the advanced settings require a restart to take effect.":"Veranderinge aan die gevorderde instellings vereis 'n herbegin om in werking te tree.","Checked":"Gekontroleer","Choose an instance to continue:":"Kies 'n instansie om voort te gaan:","Chroma":"Chroma","Cleaning index and cache":"Skoonmaak indeks en kas","Cleanup":"Maak skoon","Clear":"Klaar","Clear {0}":"Vee {0} uit","Client":"Kliënt","Close":"Naby","Cluster":"Groep","Cluster Admin":"Klasteradministrateur","Cluster Node":"Klasterknoop","Codec":"Kodek","Color":"Kleur","Color Profile":"Kleur profiel","Colors":"Kleure","Compare Editions":"Vergelyk uitgawes","Complete Rescan":"Voltooi herskandering","Confidence":"Vertroue","Confirm":"Bevestig","Connect":"Koppel","Connect via WebDAV":"Koppel via WebDAV","Connected":"Gekoppel","Contact Details":"Kontakbesonderhede","Contact Us":"Kontak Ons","Contains %{n} pictures.":"Bevat %{n} fotos.","Contains one picture.":"Bevat een foto.","Content":{"":"Inhoud","Edit":"Inhoud"},"Continue":"Aanhou","Contributor":"Bydraer","Converting":"Omskakeling","Copied to clipboard":"Gekopieer na knipbord","Copy":"Kopieer","Copying files from %s":"Kopieer lêers van %s","Copyright":"Kopiereg","Could not be deleted":"Kan nie verwyder word nie","Could not connect, please try again":"Kon nie koppel nie, probeer asseblief weer","Could not update person cover":"Kon nie persoonsdekking opdateer nie","Couldn't find anything.":"Kon niks kry nie.","Country":"Land","Create Account":"Skep rekening","Create album":"Skep album","Create regular backups based on the configured schedule.":"Skep indeks rugsteun gebaseer op die gekonfigureerde skedule.","Create YAML files to back up album metadata.":"Skep YAML-lêers om albummetadata te rugsteun.","Create YAML sidecar files to back up picture metadata.":"Skep YAML-syspanlêers om prentmetadata te rugsteun.","Created":"Geskep","Creating thumbnails for":"Skep duimnaels vir","Current Password":"huidige Sleutelwoord","Custom":"Pasgemaak","Cyan":"Siaan","Daily":"Daagliks","Database":"Databasis","Database Backups":"Rugsteun van databasis","Databases":"Databasisse","Date & Time":"Datum en tyd","Day":"Dag","Deactivate":"Deaktiveer","Debug Logs":"Ontfout logs","Default":"Verstek","Default Folder":"Verstek gids","Delete":"Vee uit","Delete Album":"Vee Album Uit","Delete All":"Vee alles uit","Delete all?":"Vee alles uit?","Delete orphaned index entries, sidecar files and thumbnails.":"Vee wees indeksinskrywings, syspanlêers en duimnaels uit.","deleted":"uitgevee","Description":"Beskrywing","Detailed instructions can be found in our User Guide.":"Gedetailleerde instruksies kan gevind word in ons gebruikersgids.","Details":"Besonderhede","Dimensions":"Afmetings","Disable all face detection and recognition features.":"Deaktiveer alle gesigopsporing- en herkenningsfunksies.","Disable Backups":"Deaktiveer rugsteun","Disable Darktable":"Deaktiveer Darktable","Disable ExifTool":"Deaktiveer ExifTool","Disable Faces":"Deaktiveer Gesigte","Disable features that require write permission for the originals folder.":"Deaktiveer kenmerke wat skryftoestemming vir die oorspronklike lêergids vereis.","Disable FFmpeg":"Deaktiveer FFmpeg","Disable ImageMagick":"Deaktiveer ImageMagick","Disable interactive world maps and reverse geocoding.":"Deaktiveer interaktiewe wêreldkaarte en omgekeerde geokodering.","Disable MCP":"Skakel MCP uit","Disable Places":"Deaktiveer Plekke","Disable RawTherapee":"Deaktiveer RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Skakel die Model Context Protocol (MCP) API-eindpunt vir KI-agentintegrasies uit.","Disable Vectors":"Deaktiveer vektore","Disable WebDAV":"Deaktiveer WebDAV","Disabled":"Gestremd","Disables vector graphics support.":"Deaktiveer vektorgrafika-ondersteuning.","Disables video transcoding and thumbnail extraction.":"Deaktiveer video-transkodering en duimnael-onttrekking.","Discard":"Gooi weg","Discard changes and close":"Gooi veranderinge weg en maak toe","Discard invalid changes?":"Verwerp ongeldige veranderinge?","Discard unsaved changes?":"Verwerp ongespaarde veranderinge?","Discover":"Ontdek","Dismiss":"Verwerp","Display Name":"Vertoon Naam","Display picture captions in search results.":"Wys prentbyskrifte in soekresultate.","Display picture titles in search results.":"Wys prenttitels in soekresultate.","Document":"Dokument","Documents":"Dokumente","Don't use Darktable to convert RAW images.":"Moenie Darktable gebruik om RAW-beelde om te skakel nie.","Don't use ImageMagick to convert images.":"Moenie ImageMagick gebruik om beelde om te skakel nie.","Don't use RawTherapee to convert RAW images.":"Moenie RawTherapee gebruik om RAW-beelde om te skakel nie.","Done":"Klaar","Done.":"Klaar.","Download":"Aflaai","Download only original media files, without any automatically generated files.":"Laai slegs oorspronklike medialêers af, sonder enige outomaties gegenereerde lêers.","Download remote files":"Laai afgeleë lêers af","Downloading…":"Laai tans af …","Drag and drop files here":"Sleep en los lêers hier","Driver":"Bestuurder","Duplicates will be skipped and only appear once.":"Duplikate sal oorgeslaan word en slegs net een keer verskyn.","Duration":"Duur","Dynamic Previews":"Dinamiese voorskoue","Dynamic Size Limit: %{n}px":"Dinamiese groottelimiet: %{n}px","Edit":"Wysig","Edit %{s}":"Wysig %{s}","Edit Account":"Redigeer rekening","Edit Photo":"Redigeer foto","Edit Photos (%{n})":"Wysig foto's (%{n})","Edited":"Geredigeer","Email":"E-pos","Enable debug mode to display additional logs and help with troubleshooting.":"Aktiveer ontfoutmodus om bykomende logs te vertoon en help met foutsporing.","Enable downloading of original and sidecar files from the web interface.":"Aktiveer die aflaai van oorspronklike en sykarlêers vanaf die webkoppelvlak.","Enable face recognition and the People view to easily find people you know.":"Aktiveer gesigsherkenning en die Mense-aansig om maklik mense wat jy ken te vind.","Enable new features that may be incomplete or unstable.":"Aktiveer nuwe kenmerke wat onvolledig of onstabiel kan wees.","Enable the file browser to navigate the Originals folder structure.":"Aktiveer die lêerblaaier om deur die Originals-lêergidsstruktuur te navigeer.","Enables RAW converter presets. May reduce performance.":"Aktiveer RAW-omskakelaarvoorinstellings. Kan prestasie verminder.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Om tweefaktor-verifikasie te aktiveer beteken dat jy 'n lukraak gegenereerde verifikasiekode sal benodig om aan te meld, so selfs al kry iemand toegang tot jou wagwoord, sal hulle nie toegang tot jou rekening kan kry nie.","Engine":"Enjin","Enter date":"Voer datum in","Enter dates":"Voer datums in","Enter item name...":"Voer itemnaam in...","Enter the code generated by your authenticator app:":"Voer die kode in wat deur jou authenticator-toepassing gegenereer word:","Enter verification code":"Tik verifikasiekode","Enter your password to confirm the action and continue:":"Voer jou wagwoord in om die handeling te bevestig en gaan voort:","Entity not found":"Entiteit nie gevind nie","Error":"Fout","Errors":"Foute","Estimate":"Skat","Estimate Locations":"Skat liggings","Estimate the approximate location of pictures without GPS coordinates.":"Skat die benaderde ligging van prente sonder GPS-koördinate.","Every two days":"Elke twee dae","Exclude hidden":"Sluit versteekte uit","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metadata-onttrekking met ExifTool word vereis vir volledige video-, regstreekse foto- en XMP-ondersteuning.","Experimental Features":"Eksperimentele kenmerke","Expires":"Verval","Exposure":"Blootstelling","Extract still images and generate thumbnails while indexing.":"Onttrek stilbeelde en genereer duimnaels tydens indeksering.","F Number":"F nommer","Face":"Gesig","Face not found":"Gesig nie gevind nie","Faces":"Gesigte","Failed creating file, please check permissions":"Kon nie lêer skep nie. Gaan asseblief toestemmings na","Failed creating folder, please check permissions":"Kon nie vouer skep nie. Gaan asseblief toestemmings na","Failed removing link":"Kon nie skakel verwyder nie","Failed to connect account.":"Kon nie rekening koppel nie.","Failed to create zip file":"Kon nie zip-lêer skep nie","Failed to load users.":"Gebruikers kon nie gelaai word nie.","Failed to remove face marker":"Het misluk om die gesigsmerker te verwyder","Failed to remove name":"Het misluk om die naam te verwyder","Failed to restart server":"Misluk om die bediener te herbegin","Failed to save changes":"Kon nie veranderinge stoor nie","Failed to save face marker":"Het misluk om die gesigmerker te stoor","Failed to save name":"Het misluk om die naam te stoor","Failed updating link":"Kon nie skakel opdateer nie","Family Name":"Van","Fast":"Vinnig","Favorite":"Gunsteling","Favorites":"Gunstelinge","Feature disabled":"Eienskap gedeaktiveer","Feature Request":"Kenmerkversoek","Female":"Vroulik","File":"lêer","File Browser":"Lêerblaaier","File Conversion":"Lêer-omskakeling","File deleted":"Lêer uitgevee","File Name":"Lêernaam","File not found":"Lêer nie gevind nie","File removed from stack":"Lêer verwyder uit stapel","File Size":"Lêergrootte","File too large":"Lêer te groot","File uploaded":"Lêer opgelaai","Filename":"Lêernaam","Files":"Lêers","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Lêers met opeenvolgende name soos 'IMG_1234 (2)' en 'IMG_1234 (3)' behoort aan dieselfde prent.","First page":"Eerste bladsy","Focal Length":"Brandpuntsafstand","Folder":"Folder","Folder contains %{n} files":"Gids bevat %{n} lêers","Folder is empty":"Voer is leeg","Folders":"Dopsies","Forgot password?":"Wagwoord vergeet?","FPS":"FPS","Frames":"Rame","Full Access":"Volle toegang","Fullscreen":"Volskerm","General":"Algemeen","Generate":"Genereer","Generate Previews":"Genereer voorskoue","Generated":"Gegenereer","Get Started":"Begin","Given Name":"Noemnaam","Global Options":"Globale Opsies","Go to page {0}":"Gaan na bladsy {0}","Gold":"Goud","Green":"Groen","Grey":"Grys","Groups":"Groepe","Guest":"Gas","Hash":"Hash","Help":"Help","Help & Support":"Hulp en ondersteuning","Hidden":"Versteek","Hidden Files":"Versteekte lêers","Hide":"Versteek","Hide Caption":"Verberg onderskrif","Hide face markers":"Verberg gesigsmerkers","Hide private content from global views while keeping it accessible in the Private section.":"Versteek private items van globale aansigte terwyl hulle toeganklik bly in die Privaat-afdeling.","High":"Hoog","High Dynamic Range (HDR)":"Hoë Dinamiese Omvang (HDR)","Hybrid":"Hibried","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"As jy toegang tot jou staafprogram of toestel verloor, kan jy jou terugstellingkode gebruik om weer toegang tot jou rekening te kry.","Image":"Beeld","Image Quality":"Beeld kwaliteit","Import":"Invoer","Import canceled":"Invoer is gekanselleer","Import completed in %d s":"Invoer voltooi in %d s","Import failed":"Invoer het misluk","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Ingevoerde lêers sal volgens datum gesorteer word en 'n unieke naam gegee word om duplikate te vermy.","Importing %{s}…":"Voer tans %{s} in …","Importing files to originals…":"Voer tans lêers na oorspronklikes in …","in":"in","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Indien prente wat jy verwag ontbreek, skandeer asseblief jou biblioteek en wag totdat indeksering voltooi is.","Include RAW image files when downloading stacks and archives.":"Sluit RAW-beeldlêers in wanneer stapels en argiewe afgelaai word.","Include sidecar files when downloading stacks and archives.":"Sluit syspanlêers in wanneer stapels en argiewe afgelaai word.","Increase storage size or delete files to continue.":"Vergroot stoorgrootte of vee lêers uit om voort te gaan.","Index":"Indeks","Indexing":"Indeksering","Indexing canceled":"Indeksering gekanselleer","Indexing completed in %d s":"inhoudsopgawe voltooi in %d s","Indexing failed":"Kon nie indekseer nie","Indexing files in %s":"Indekseer lêers in %s","Indexing media and sidecar files…":"Indekseer tans media- en syspanlêers …","Indexing originals...":"Indekseer van oorspronklikes …","Information":"Inligting","Inherit":"Vererf","Instance":"Instansie","Instance ID":"Geval ID","Instance unreachable. Try again once it's back online.":"Instantansie onbereikbaar. Probeer weer sodra dit weer aanlyn is.","Instances":"Instansies","Insufficient storage":"Onvoldoende berging","Insufficient storage.":"Onvoldoende berging.","Interval":"Interval","Invalid":"Ongeldig","Invalid address":"Ongeldige adres","Invalid country":"Ongeldige land","Invalid credentials":"Ongeldige magtiging","Invalid date":"Ongeldige datum","Invalid link":"Ongeldige skakel","Invalid name":"Ongeldige naam","Invalid parameters":"Ongeldige parameters","Invalid password, please try again":"Ongeldige wagwoord, probeer asseblief weer","Invalid photo selected":"Ongeldige foto gekies","Invalid time":"Ongeldige tyd","Invalid URL":"Ongeldige URL","Invalid verification code, please try again":"Ongeldige verifikasiekode, probeer asseblief weer","IP Address":"IP-adres","It is a one-time use code that will disable 2FA for your account when you use it.":"Dit is 'n eenmalige gebruikskode wat 2FA vir jou rekening sal deaktiveer wanneer jy dit gebruik.","Item":"Item","Items per page:":"Items per bladsy:","JPEG Quality: %{n}":"JPEG-gehalte: %{n}","JPEG Size Limit: %{n}px":"JPEG-groottelimiet: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG's en duimnaels word outomaties weergegee soos nodig.","Keyword":"Sleutelwoord","Keywords":"Sleutelwoorde","Label":"Etiket","Label not found":"Merker nie gevind nie","Label saved":"Merkers gestoor","Labels":"Etikette","Labels deleted":"Merkers uitgevee","Language":"Taal","Last Active":"Laas aktief","Last Login":"Laaste aanmelding","Last page":"Laaste bladsy","Last Sync":"Laaste sinkronisering","Last Used":"Laaste gebruik","Latitude":"Breedtegraad","LDAP/AD":"LDAP/AD","Learn more":"Leer meer","Learn More":"Kom meer te wete","Legal Information":"Regsinligting","Lens":"Lens","Lens not found":"Lens nie gevind nie","Library":"Biblioteek","License":"Lisensie","Like":"Soos","Lime":"Lemmetjie","Limit reached, showing first %{n} files":"Limiet bereik, wys eerste %{n} lêers","Link":"Skakel","List":"Lys","List View":"Lys Aansig","Live":"Leef","Live Photos":"Regstreekse Foto's","Load more":"Laai meer","Loading items...":"Laai tans items...","Loading...":"Laai tans...","Local":"Plaaslik","Local Time":"Plaaslike tyd","Location":"Ligging","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Logboodskappe verskyn hier wanneer PhotoPrism gebreekte lêers teëkom of daar ander potensiële probleme is.","Login":"Teken aan","Logs":"Logs","Longitude":"Lengtegraad","Lost server connection":"Verlore bedienerverbinding","Low":"Laag","Magenta":"Magenta","Main Color":"Hoofkleur","Male":"Manlik","Manage Account":"Bestuur rekening","Manager":"Bestuurder","Manual":"Handleiding","Manual Upload":"Handmatige oplaai","Maps":"Kaarte","Marker":"Merker","Maximum number of accounts has been reached.":"Maksimum aantal rekeninge is bereik.","Media":"Media","Medium":"Medium","Membership":"Lidmaatskap","Merge %{a} with %{b}?":"Voeg %{a} saam met %{b}?","Message":"Boodskap","Metadata":"Metadata","Metrics":"Metrieke","Minimize":"Minimaliseer","Missing":"Vermis","Missing or invalid configuration":"Ontbrekende of ongeldige opstelling","mixed":"gemeng","Moments":"Oomblikke","Monochrome":"Monochroom","Month":"Maand","More options":"Meer opsies","Mosaic":"Mosaïek","Most Relevant":"Mees Relevant","Move Files":"Skuif lêers","Moving files from %s":"Skuif lêers van %s af","Must have at least %{n} characters.":"Moet ten minste %{n} karakters hê.","Mute":"Demp","Name":"Naam","Name too long":"Naam te lank","Never":"Nooit nie","New":"Nuut","New Password":"Nuwe Wagwoord","Newest First":"Nuutste Eerste","Next":"Volgende","Next page":"Volgende bladsy","Next visual":"Volgende visuele","No":"Geen","No Access":"Geen toegang","No albums assigned":"Geen albums toegeken nie","No albums found":"Geen albums gevind nie","No albums selected":"Geen albums geselekteer nie","No data available":"Geen data beskikbaar nie","No files available for download":"Geen lêers beskikbaar vir aflaai nie","No items selected":"Geen items gekies nie","No labels assigned":"Geen etikette toegeken nie","No labels found":"Geen etikette gevind nie","No labels selected":"Geen merker geselekteer","No matching records found":"Geen ooreenstemmende rekords gevind nie","No more":"Nie meer nie","No people found":"Geen mense gevind nie","No pictures found":"Geen foto's gevind nie","No recently edited pictures":"Geen onlangs geredigeerde prente nie","No registered instances.":"Geen geregistreerde voorbeelde nie.","No results":"Geen resultate nie","No server connection":"Geen bedienerverbinding nie","No servers configured.":"Geen bedieners is opgestel nie.","No services configured.":"Geen dienste opgestel nie.","No thanks":"Nee dankie","No users on this instance.":"Geen gebruikers op hierdie instansie nie.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Geen waarskuwings of foute wat hierdie sleutelwoord bevat nie. Let daarop dat soektog hooflettergevoelig is.","Node":"Node","Nodes":"Knooppunte","Non-photographic and low-quality images require a review before they appear in search results.":"Nie-fotografiese en lae kwaliteit prente vereis 'n hersiening voordat dit in soekresultate verskyn.","None":"Geen","Not allowed":"Nie toegelaat nie","Not available in public mode":"Nie beskikbaar in publieke modus nie","Not available in read-only mode":"Nie beskikbaar in leesalleen modus nie","Not found":"Nie gevind","Not sorted.":"Nie gesorteer nie.","Not supported":"Nie ondersteun nie","Note you may manually manage your originals folder and importing is optional.":"Let daarop dat u u oorspronklike lêergids met die hand kan bestuur en invoer is opsioneel.","Note:":"Let wel:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Let wel: Slegs WebDAV-bedieners, soos Nextcloud of PhotoPrism, kan as afgeleë diens opgestel word vir rugsteun en lêeroplaai.","Notes":"Notas","Nothing to see here yet.":"Nog niks om hier te sien nie.","Nothing was found.":"Niks is gevind nie.","Offline":"Vanlyn","OK":"OK","Oldest First":"Oudste Eerste","On Windows, enter the following resource in the connection dialog:":"Op Windows, voer die volgende hulpbron in die verbindingsdialoog in:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Op-aanvraag generering van duimnaels kan hoë SVE en geheuegebruik veroorsaak. Dit word nie aanbeveel vir hulpbronbeperkte bedieners en NAS-toestelle nie.","Once a week":"Een keer 'n week","One album found":"Een album gevind","One entry added to %s":"Een inskrywing bygevoeg na %s","One entry removed from %s":"Een inskrywing verwyder uit %s","One file found":"Een lêer gevind","One file uploaded":"Een lêer opgelaai","One folder found":"Een vouer gevind","One label found":"Een etiket gevind","One person found":"Een persoon gevind","One picture found":"Een foto gevind","Only locally managed accounts can be set up for authentication with 2FA.":"Slegs plaaslik bestuurde rekeninge kan opgestel word vir stawing met 2FA.","Open":"Maak oop","optional":"opsioneel","or":"of","Orange":"Oranje","Organization":"Organisasie","Orientation":"Oriëntering","Original file names will be stored and indexed.":"Oorspronklike lêername sal gestoor en geïndekseer word.","Original Name":"Oorspronklike naam","Originals":"Oorspronklikes","Originals folder is empty":"Oorspronklike omslag is leeg","Other":"Ander","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Ons missie is om die mees gebruikers- en privaatheidsvriendelike oplossing te bied om jou foto's georganiseer en toeganklik te hou.","Outdoor":"Buitelug","Page {0}, Current page":"Bladsy {0}, Huidige bladsy","Pages":"Bladsye","Pagination Navigation":"Paginering navigasie","Panorama":"Panorama","Panoramas":"Panoramas","Part of all selected photos":"Deel van alle gekose foto's","Part of some selected photos":"Deel van 'n paar geselekteerde foto's","Password":"Wagwoord","Password changed":"Wagwoord verander","Pause":"Pouse","Payment required":"Betaling vereis","People":"Mense","People you share a link with will be able to view public contents.":"Mense met wie jy 'n skakel deel, sal publieke inhoud kan bekyk.","Permanently deleted":"Permanent uitgevee","Permission denied":"Toegang geweier","Person":"Persoon","Person cover updated":"Persoonsdekking opgedateer","Person deleted":"Persoon is uitgevee","Person not found":"Persoon nie gevind nie","Person saved":"Persoon gestoor","Personal":"Persoonlik","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism is 100% selfbefonds en onafhanklik.","PhotoPrism+ Membership":"PhotoPrism+ Lidmaatskap","Photos":"Foto's","Picture":"Prentjie","Picture Title":"Foto titel","Pink":"Pienk","Pinned":"Gepin","Place":"Plek","Place & Time":"Plek & Tyd","Places":"Plekke","Play":"Speel","Please confirm your new password.":"Bevestig asseblief jou nuwe wagwoord.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopieer asseblief die volgende lukraak gegenereerde programwagwoord en hou dit op 'n veilige plek, aangesien jy dit nie weer sal kan sien nie:","Please do not upload any private, unlawful or offensive pictures.":"Moet asseblief geen privaat, onwettige of aanstootlike foto's oplaai nie.","Please don't upload photos containing offensive content.":"Moet asseblief nie foto's oplaai wat aanstootlike inhoud bevat nie.","Please enter OTP character {0}":"Voer asseblief OTP-karakter in {0}","Please log in to your account":"Teken asseblief in op jou rekening","Please note that changing your password will log you out on other devices and browsers.":"Neem asseblief kennis dat die verandering van jou wagwoord jou op ander toestelle en blaaiers sal afmeld.","Please restart your instance for the changes to take effect.":"Herbegin asseblief jou instansie vir die veranderinge om in werking te tree.","Please wait…":"Wag asseblief…","PM":"PM","PNG Size Limit: %{n}px":"PNG-groottelimiet: %{n}px","Portal":"Portaal","Portrait":"Portret","Preserve filenames":"Bewaar lêername","Press enter to create a new album.":"Druk enter om 'n nuwe album te skep.","Press enter to create new item":"Druk Enter om 'n nuwe item te skep","Prevent database and album backups as well as YAML sidecar files from being created.":"Verhoed dat databasis- en albumrugsteun sowel as YAML-syspanlêers geskep word.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Verhoed dat ander programme toegang tot PhotoPrism as 'n gedeelde netwerkaandrywer verkry.","Preview":"Voorskou","Preview Images":"Voorskou prente","Previous":"Vorige","Previous page":"Vorige bladsy","Previous visual":"Vorige visuele","Primary":"Primêr","Private":"Privaat","Processing upload...":"Verwerk oplegging...","Product Feedback":"Produkterugvoer","Projection":"Projeksie","Purple":"Pers","Quality Filter":"Kwaliteit filter","Quality Score":"Gehaltetelling","Quota exceeded":"Kwota oorskry","Random":"Willekeurig","Rating {0} of {1}":"Gradering {0} van {1}","Raw":"Rou","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Herindekseer alle oorspronklikes, insluitend reeds geïndekseer en onveranderde lêers.","Read-Only Mode":"Leesalleen-modus","Recently Added":"Onlangs bygevoeg","Recently Archived":"Onlangs geargiveer","Recently Edited":"Onlangs geredigeer","Recognition starts after indexing has been completed.":"Erkenning begin nadat indeksering voltooi is.","Recognized":"Herken","Recovery Code":"Herstel kode","Red":"Rooi","Refresh":"Verfris","Regions":"Streke","Register":"Registreer","Reload":"Herlaai","Reloading…":"Herlaai tans …","Remote Sync":"Afstandsinkronisering","Remove":"Verwyder","remove failed: unknown album":"verwyder misluk: onbekende album","Remove from Album":"Verwyder uit album","Remove from all":"Verwyder van alles","Remove from all selected photos":"Verwyder van alle gekose foto's","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Verwyder ingevoerde lêers om berging te bespaar. Nie-ondersteunde lêertipes sal nooit uitgevee word nie, hulle bly in hul huidige ligging.","Remove the selected instance from the cluster registry?":"Verwyder die gekose instansie uit die klusterregister?","Removed":"Verwyder","Removed %{name}":"Verwyder %{name}","Removed %d files and %d photos":"%d lêers en %d foto's verwyder","Repeated":"Herhaal","Request failed - are you offline?":"Versoek het misluk - is jy vanlyn?","Request failed - invalid response":"Versoek het misluk – ongeldige antwoord","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Vereis dat nie-fotografiese en lae kwaliteit prente hersien word voordat dit in soekresultate verskyn.","Resolution":"Resolusie","Restart":"Begin oor","Restore":"Herstel","Restored":"Herstel","Retry Limit":"Herprobeer Limiet","Retype Password":"Tik wagwoord weer in","Review":"Resensie","Role":"Rol","Roles":"Rolle","Rotated":"Gedraai","Rows per page:":"Rye per bladsy:","Satellite":"Satelliet","Save":"Stoor","Save changes":"Stoor veranderinge","Scan":"Skandeer","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skandeer die QR-kode met jou verifikasie-toepassing of gebruik die opstellingsleutel wat hieronder gewys word en voer dan die gegenereerde verifikasiekode in:","Scans":"Skanderings","Scope":"Omvang","Scopes":"Omvangsgebiede","Search":"Soek","Season":"Seisoen","Secret":"Geheim","Security and Access":"Sekuriteit en toegang","Select":"Kies","Select a source folder to import files…":"Kies 'n bronvouer om lêers in te voer…","Select date":"Kies datum","Select dates":"Kies datums","Select or create albums":"Kies of skep albums","Select or create labels":"Kies of skep etikette","Select or drop files to upload…":"Kies of sleep lêers om op te laai…","Select the files to upload…":"Kies die lêers om op te laai…","Select the folder to be indexed…":"Kies die vouer om te indekseer…","Select Time":"Kies Tyd","Selection":"Seleksie","Selection added to %s":"Seleksie bygevoeg na %s","Selection approved":"Seleksie goedgekeur","Selection archived":"Seleksie geargiveer","Selection marked as private":"Seleksie gemerk as privaat","Selection not found":"Seleksie nie gevind nie","Selection restored":"Seleksie herstel","Sequential Name":"Opeenvolgende naam","Service":"Diens","Service URL":"Diens-URL","Services":"Dienste","Session":"Sessie","Session ID":"Sessie ID","Sessions":"Sessies","Set as Album Cover":"Stel as albumomslag","Set as Cover Image":"Stel as Omslagbeeld","Settings":"Instellings","Settings saved":"Stellings gestoor","Setup":"Stel op","Severity":"Ernstigheid","Share":"Deel","Share %{s}":"Deel %{s}","Show":"Wys","Show All Labels":"Wys alle etikette","Show all new faces":"Wys alle nuwe gesigte","Show Caption":"Wys onderskrif","Show Captions":"Wys onderskrifte","Show face markers":"Wys gesigsmerkers","Show hidden":"Wys versteek","Show Important Only":"Wys slegs belangrike","Show logs in the web interface to monitor activity and troubleshoot problems.":"Wys logboeke in die webkoppelvlak om aktiwiteit te monitor en probleme op te los.","Show smart albums that group pictures by occasion, trip, or location.":"Wys slim albums wat foto's volgens geleentheid, reis of ligging groepeer.","Show the Account page so users can manage their profile and security settings.":"Wys die Rekeningbladsy sodat gebruikers hul profiel en sekuriteitsinstellings kan bestuur.","Show the Calendar view to browse the library by year and month.":"Wys die Kalender-aansig om die biblioteek volgens jaar en maand te blaai.","Show the Labels section to view and manage AI-generated labels.":"Wys die Etikette-afdeling om KI-gegenereerde etikette te sien en te bestuur.","Show the Library section to index, manage, and monitor the media library.":"Wys die Biblioteek-afdeling om die mediabiblioteek te indekseer, te bestuur en te monitor.","Show the Places view with interactive maps so you can browse photos by location.":"Wys die Plekke-aansig met interaktiewe kaarte sodat jy foto's volgens ligging kan blaai.","Show Titles":"Wys titels","Sidecar":"Syspan","Sidecar Files":"Syspan lêers","Sign in":"Meld aan","Sign Out":"Afteken uit","Similar":"Soortgelyk","Site URL":"Webwerf-URL","Size":"Grootte","Slideshow":"Skyfievertoning","Slow":"Stadig","Software":"Sagteware","Software Update":"Sagteware-opdatering","Some albums could not be copied":"Sommige albums kon nie gekopieer word nie","Some albums could not be created. Please edit the names and try again.":"Sommige albums kon nie geskep word nie. Wysig asseblief die name en probeer weer.","Some albums could not be updated":"Sommige albums kon nie opgedateer word nie","Something went wrong, try again":"Iets het verkeerd geloop, probeer weer","Sort by":"Sorteer volgens","Sort by Name (A–Z)":"Sorteer volgens naam (A–Z)","Sort by Photo Count":"Sorteer volgens fototelling","Sort by Relevance":"Sorteer volgens relevansie","Sort Order":"Sorteervolgorde","Sorted ascending.":"Oplopend gesorteer.","Sorted descending.":"Aflopend gesorteer.","Source":"Bron","Stack":"Stapel","Stack files sharing the same unique image or instance identifier.":"Stapel lêers wat dieselfde unieke beeld of instansie identifiseerder deel.","Stack pictures taken at the exact same time and location based on their metadata.":"Stapel foto's geneem op presies dieselfde tyd en plek gebaseer op hul metadata.","Stackable":"Stapelbaar","Stacks":"Stapels","Start":"Begin","Start Page":"Begin bladsy","Static Size Limit: %{n}px":"Statiese groottelimiet: %{n}px","Status":"Status","Stay signed in on this device":"Bly aangemeld op hierdie toestel","Stop Casting":"Hou op met toewysing","Storage":"Berging","Streets":"Strate","Subject":"Onderwerp","Subject deleted":"Onderwerp uitgevee","Subject not found":"Onderwerp nie gevind nie","Subject saved":"Onderwerp gestoor","Successfully activated":"Suksesvol geaktiveer","Successfully Connected":"Suksesvol gekoppel","Successfully deleted":"Suksesvol uitgevee","Successfully verified":"Suksesvol geverifieer","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Ondersteuning vir bykomende dienste, soos Google Drive, sal mettertyd bygevoeg word.","Support Our Mission":"Ondersteun ons missie","Sync":"Sinkroniseer","Sync raw and video files":"Sinkroniseer rou- en videolêers","Taken":"Geneem","Teal":"Blauwgroen","Terrain":"Terrein","Text":"Teks","Thank You for Your Support!":"Dankie vir jou ondersteuning!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Dit is hoekom PhotoPrism van die grond af gebou is om te werk waar jy dit ook al nodig het, sonder om vryheid, privaatheid of funksionaliteit in te boet.","The index currently contains %{n} hidden files.":"Die indeks bevat tans %{n} versteekte lêers.","The instance rejected the cluster credentials.":"Die instansie het die klaster-aanmeldbewyse verwerp.","The instance returned an unexpected redirect.":"Die instansie het 'n onverwagte omleiding teruggestuur.","The wakeup interval is %s, but must be 1h or less":"Die opwek tydperk is %s, maar moet 1 uur of minder wees","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Hulle formaat word dalk nie ondersteun nie, hulle is nog nie na JPEG omgeskakel nie of daar is duplikate.","Theme":"Tema","This account is missing an ID and can't be edited.":"Hierdie rekening ontbreek 'n ID en kan nie gewysig word nie.","This field is required":"Hierdie veld word vereis","This instance has no site URL configured.":"Hierdie instansie het geen webwerf-URL gekonfigureer nie.","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.":"Dit plaas die oorspronklike lêergids as 'n netwerkaandrywer en laat jou toe om lêers van jou rekenaar of slimfoon oop te maak, te redigeer en uit te vee asof dit plaaslik is.","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. ":"Dit plaas die oorspronklike lêergids as 'n netwerkaandrywer en laat jou toe om lêers van jou rekenaar of slimfoon oop te maak, te redigeer en uit te vee asof dit plaaslik is.","Time":"Tyd","Time UTC":"Tyd UTC","Time Zone":"Tydsone","Timeout":"Uitteltyd","Title":{"":"Titel","Account":"Titel","Photo":"Titel"},"Title / Position":"Titel / Posisie","to":"aan","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Om te verhoed dat jy uit jou rekening gesluit word, laai asseblief hierdie herstelkode nou af, druk of kopieer dit en hou dit op 'n veilige plek.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Om 'n nuwe programspesifieke wagwoord te genereer, voer asseblief die naam en magtigingsomvang van die toepassing in en kies 'n vervaldatum:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Om oor te skakel na 'n nuwe authenticator-toepassing of -toestel, deaktiveer eers twee-faktor-stawing en heraktiveer dit dan:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Om op te gradeer, kan jy óf 'n aktiveringskode invoer óf \"Registreer\" klik om op ons webwerf aan te meld:","Today":"Vandag","Toggle View":"Wissel aansig","Token":"Teken","Too many files selected":"Te veel lêers gekies","Too many requests":"Te veel versoeke","Troubleshooting":"Probleemoplossing","Try again using other filters or keywords.":"Probeer weer met ander filters of sleutelwoorde.","Two-factor authentication has been enabled for your account.":"Twee-faktor-stawing is vir jou rekening geaktiveer.","Type":"Tik","Unable to delete":"Kan nie verwyder nie","Unable to do that":"Kan dit nie doen nie","Unassign":"Ontoewys","Unauthorized":"Ongemagtig","Undo":"Ontdoen","Unique ID":"Unieke ID","Unknown":"Onbekend","Unknown location":"Onbekende ligging","Unregistered":"Ongeregistreer","Unsorted":"Ongesorteer","Unstack":"Ontstapel","Unsupported":"Ongesteun","Unsupported format":"Ongesteunde formaat","Unsupported type":"Ongesteunde tipe","Updated":"Opgedateer","Updating faces":"Dateer tans gesigte op","Updating index":"Dateer indeks op","Updating moments":"Dateer tans oomblikke op","Updating picture…":"Dateer tans prent op …","Updating previews":"Opdatering van voorskoue","Updating stacks":"Dateer stapels op","Upgrade":"Gradeer op","Upgrade Now":"Gradeer nou op","Upload":"Laai op","Upload complete":"Oplaai voltooi","Upload complete. Indexing…":"Oplaai voltooi. Indekseer tans …","Upload failed":"Oplegging misluk","Upload has been processed":"Oplegging geprosesseer","Upload local files":"Laai plaaslike lêers op","Upload might be offensive":"Oplegging mag aanstoot gee","Upload Path":"Oplaai pad","Uploading %{n} of %{t}…":"Laai tans %{n} van %{t} op…","Uploading photos…":"Laai tans foto's op …","Uploading…":"Laai tans op …","Uploads that may contain such images will be rejected automatically.":"Oplaaie wat sulke beelde kan bevat, sal outomaties verwerp word.","URL":"URL","Use Presets":"Gebruik voorafinstellings","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Gebruik die volgende terugstellingkode om toegang tot jou rekening te kry wanneer jy nie 'n geldige verifikasiekode met jou staafmakerprogram kan genereer nie:","Use your recovery code or contact an administrator for help.":"Gebruik jou herstelkode of kontak 'n administrateur vir hulp.","User":"Gebruiker","User Guide":"Handleiding","User Interface":"Gebruikerskoppelvlak","User not found":"Verbruiker nie gevind nie","Username":"Gebruikersnaam","Users":"Gebruikers","UUID":"UUID","Vector":"Vektor","Vectors":"Vektore","Verification Code":"Verifikasie kode","Version":"Weergawe","Video":"Video","Video Duration":"Video Duur","Videos":"Video's","View":"Beskou","View search results as a list.":"Bekyk soekresultate as 'n lys.","Viewer":"Kyker","Vision":"Visie","Visitor":"Besoeker","Visual Similarity":"Visuele ooreenkoms","Warning":"Waarskuwing","Web Login":"Web aanmeld","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-kliënte kan aan PhotoPrism koppel deur die volgende URL te gebruik:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV-kliënte, soos Microsoft se Windows Explorer of Apple's Finder, kan direk aan PhotoPrism koppel.","WebDAV Upload":"WebDAV oplaai","WebGL support is disabled in your browser":"WebGL-ondersteuning is in jou blaaier gedeaktiveer","Website":"Webwerf","White":"Wit","Work Details":"Werkbesonderhede","Year":"Jaar","Yellow":"Geel","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Jy is welkom om ons te kontak by membership@photoprism.app vir vrae oor jou lidmaatskap.","You can only download one album":"Jy kan net een album aflaai","You can only download one label":"Jy kan net een etiket aflaai","You can search for a location or move the marker on the map to change the position:":"Jy kan na 'n ligging soek of die merker op die kaart skuif om die posisie te verander:","You can upload up to %{n} files for test purposes.":"Jy kan tot %{n} lêers oplaai vir toetsdoeleindes.","You cannot change your own role.":"Jy kan nie jou eie rol verander nie.","You do not have access to any instances.":"Jy het nie toegang tot enige instansies nie.","You may only select one item":"Jy mag net een item kies","You may rescan your library to find additional faces.":"Jy kan jou biblioteek herskandeer om bykomende gesigte te vind.","Your account could not be connected":"Jou rekening kon nie gekoppel word nie","Your account has been successfully connected.":"Jou rekening is suksesvol gekoppel.","Your browser does not support WebGL":"Jou blaaier ondersteun nie WebGL nie","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Jou volgehoue ondersteuning help ons om gereelde opdaterings te verskaf en onafhanklik te bly, sodat ons ons missie kan vervul en jou privaatheid kan beskerm.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Jou biblioteek word voortdurend ontleed om outomaties albums van spesiale oomblikke, reise en plekke te skep.","Zip created in %d s":"Zip geskep in %d s","Zoom in/out":"Zoem in/uit","Archive":{"Noun":"Argief","Verb":"Argief"},"Add a Title":{"Photo":"Voeg 'n titel by"}}} \ No newline at end of file +{"af":{"{0} appended action":"{0} aangehegte handeling","{0} files":"{0} lêers","{0} files ({1} in total)":"{0} lêers ({1} in totaal)","{0} more":"{0} meer","{0} prepended action":"{0} voorgeskrewe handeling","{0} selected":"{0} gekies","{0}-{1} of {2}":"{0}-{1} van {2}","%{n} albums found":"%{n} albums gevind","%{n} files uploaded":"%{n} lêers opgelaai","%{n} folders found":"%{n} vouers gevind","%{n} GB of %{q} GB used":"%{n} GB van %{q} GB gebruik","%{n} labels found":"%{n} etikette gevind","%{n} people found":"%{n} mense gevind","%{n} pictures found":"%{n} fotos gevind","%{s} is too long":"%{s} is te lank","%{s} is too short":"%{s} is te kort","%d entries added to %s":"%d inskrywings by %s gevoeg","%d entries removed from %s":"%d inskrywings verwyder uit %s","%d files uploaded in %d s":"%d lêers opgelaai in %d s","%s already exists":"%s bestaan reeds","%s has been restored":"%s geherstel","1 hour":"1 uur","12 hours":"12 ure","2-Factor Authentication":"2-faktor-verifikasie","2FA":"2FA","4 hours":"4 ure","A click will copy it to your clipboard.":"'n Klik sal dit na jou knipbord kopieer.","A new version of %{s} is available:":"'n Nuwe weergawe van %{s} is beskikbaar:","About":"Oor","Access granted.":"Toegang verleen.","Access revoked.":"Toegang ingetrek.","Access Token":"Toegang Token","Account":"Rekening","Account created":"Rekening geskep","Account deleted":"Rekening is uitgevee","Account Group Mappings":"Rekeninggroeptoewysings","Account not found":"Rekening nie gevind nie","Account restored":"Rekening is teruggestel","Account saved":"Rekening gestoor","Accounts":"Rekeninge","Accuracy":"Akkuraatheid","Action":"Aksie","Actions":"Aksies","Activate":"Aktiveer","Activate to remove sorting.":"Aktiveer om sortering te verwyder.","Activate to sort ascending.":"Aktiveer om stygend te sorteer.","Activate to sort descending.":"Aktiveer om dalend te sorteer.","Activation Code":"Aktiverings kode","Activity":"Aktiwiteit","Add":"Voeg by","Add %{s}?":"Voeg %{s} by?","Add a Caption":"Voeg 'n onderskrif by","Add Account":"Voeg rekening","Add Album":"Voeg album by","Add Link":"Voeg skakel by","Add Notes":"Voeg notas by","Add person?":"Voeg persoon by?","Add pictures from search results by selecting them.":"Voeg fotos by die soekresultate deur dit te kies.","Add to album":"Voeg aan album","Add to all":"Voeg by alles","Add to all selected photos":"Voeg by alle gekose foto's","Added":"Bygevoeg","Added %{name}":"Bygevoeg %{name}","Adjust Camera Info":"Pas kamera-inligting aan","Adjust Date & Time":"Pas datum en tyd aan","Adjust Location":"Pas Ligging aan","Admin":"admin","Advanced":"Gevorderd","Advertise URL":"Adverteer URL","After 1 day":"Na 1 dag","After 3 days":"Na 3 dae","After 7 days":"Na 7 dae","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Nadat u u wagwoord ingevoer het vir bevestiging, kan u twee-faktor-verifikasie met 'n versoenbare verifikasie-toepassing of -toestel opstel:","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 fotos uit soekresultate gekies het, kan u dit aan 'n album voeg deur die kontekskieslys te gebruik.","After two months":"Na twee maande","After two weeks":"Na twee weke","Album":"Album","Album %s deleted":"Album %s uitgevee","Album Backups":"Album Rugsteun","Album contents cloned":"Albuminhoud gekloon","Album created":"Album geskep","Album deleted":"Album uitgevee","Album not found":"Album nie gevind nie","Album saved":"Album gestoor","Albums":"Albums","Albums deleted":"Albums uitgevee","All":"Almal","All %{n} albums loaded":"Alle %{n} albums gelaai","All %{n} labels loaded":"Alle %{n} etikette is gelaai","All %{n} people loaded":"Alle %{n} mense is gelaai","All Cameras":"Alle kameras","All Categories":"Alle kategorieë","All Colors":"Alle kleure","All Countries":"Alle lande","All files from import folder":"Alle lêers vanaf invoergids","All Lenses":"Alle lense","All Months":"Alle Maande","All originals":"Alle oorspronklikes","All Years":"Alle Jare","Allow configuration and use of connected apps and services for remote uploads and sync.":"Laat die konfigurasie en gebruik van gekoppelde programme en dienste toe vir oplaaie en sinkronisering op afstand.","Allow editing of metadata such as title, description, date, and location.":"Laat redigering van metadata soos titel, beskrywing, datum en ligging toe.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Laat die redigering van die metadata, etikette en albums van verskeie prente gelyktydig toe.","Allow files to be copied or moved from the Import to the Originals folder.":"Aktiveer die Invoer-instrument om lêers van die Invoer-vouer na Oorspronklikes te kopieer of te skuif.","Allow files to be permanently deleted to free up storage space.":"Laat toe dat lêers permanent verwyder word om stoorplek vry te maak.","Allow users to archive photos and videos so they are hidden without being deleted.":"Laat gebruikers toe om foto's en video's te argiveer sodat hulle versteek word sonder om uitgevee te word.","Allow users to create and share links, and enable sharing with connected services.":"Laat gebruikers toe om skakels te skep en te deel, en aktiveer deling met gekoppelde dienste.","Allow users to upload new photos and videos through the web interface.":"Laat gebruikers toe om nuwe foto's en video's deur die webkoppelvlak op te laai.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternatiewelik kan u lêers direk na WebDAV-bedieners soos Nextcloud oplaai.","Altitude":"Hoogte","Altitude (m)":"Hoogte (m)","AM":"AM","Animated":"Geanimeerde","Animation":"Animasie","Animations":"Animasies","Any private photos and videos remain private and won't be shared.":"Enige privaat foto's en video's bly privaat en sal nie gedeel word nie.","API Key":"API-sleutel","Application":"Toepassing","Applications":"Toepassings","Approve":"Keur goed","Approve and save changes":"Keur veranderinge goed en stoor dit","Apps and Devices":"Toepassings en toestelle","Archived":"Geargiveer","Are you sure you want to archive the selection?":"Is jy seker jy wil die keuse argiveer?","Are you sure you want to delete these albums?":"Is jy seker jy wil hierdie albums uitvee?","Are you sure you want to delete these labels?":"Is jy seker jy wil hierdie etikette uitvee?","Are you sure you want to delete this account?":"Is jy seker jy wil hierdie rekening uitvee?","Are you sure you want to delete this album?":"Is jy seker jy wil hierdie album verwyder?","Are you sure you want to permanently delete these pictures?":"Is jy seker jy wil hierdie fotos permanent uitvee?","Are you sure you want to permanently delete this file?":"Is jy seker jy wil hierdie lêer permanent uitvee?","Are you sure?":"Is jy seker?","Artist":"Kunstenaar","Aspect Ratio":"Aspekverhouding","Attributes":"Eienskappe","Audio":"Oudio","Audit Log":"Oudio","Authentication":"Stawing","Auto":"Outo","Back":"Terug","Back to top":"Terug na bo","Backup":"Ondersteuning","Badge":"Kenteken","Base Path":"Basispad","Batch":"Groep","Batch Edit":"Groepwysiging","Become a member today, support our mission and enjoy our member benefits!":"Word vandag 'n lid, ondersteun ons missie en geniet ons ledevoordele!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Omdat ons 100% selfbefonds en onafhanklik is, kan ons jou belowe dat ons nooit jou data sal verkoop nie en dat ons altyd deursigtig sal wees oor ons sagteware en dienste.","Bio":"Bio","Birth Date":"Geboortedatum","Black":"Swart","Blue":"Blou","Brown":"Bruin","Browse":"Snuffel","Browse Files":"Blaai deur lêers","Browse Pictures":"Blaai deur prente","Bug Report":"Fout verslag","Busy, please try again later":"Besig, probeer asseblief later weer","Busy, please wait…":"Besig, wag asseblief…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Deur die sagteware en dienste wat ons verskaf te gebruik, stem jy in tot ons diensbepalings, privaatheidsbeleid en gedragskode.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kamera nie gevind nie","Camera Serial":"Kamerareeks","Can't access your authenticator app or device?":"Kan jy nie toegang tot jou verifikasieprogram of toestel kry nie?","Can't load more, limit reached":"Kan nie meer laai nie, limiet bereik","Can't select more items":"Kan nie meer items kies nie","Cancel":"Kanselleer","Cannot copy to clipboard":"Kan nie na knipbord kopieer nie","Caption":"Byskrif","Cards":"Kaarte","Carousel slide {0} of {1}":"Karrouselskyfie {0} van {1}","Cast":"Spelerspan","Category":"Kategorie","Change Avatar":"Verander Avatar","Change Password":"Verander wagwoord","Change private flag":"Verander privaat vlag","Changes could not be saved":"Veranderinge kon nie gestoor word nie","Changes successfully saved":"Veranderinge suksesvol gestoor","Changes to the advanced settings require a restart to take effect.":"Veranderinge aan die gevorderde instellings vereis 'n herbegin om in werking te tree.","Checked":"Gekontroleer","Choose an instance to continue:":"Kies 'n instansie om voort te gaan:","Chroma":"Chroma","Cleaning index and cache":"Skoonmaak indeks en kas","Cleanup":"Maak skoon","Clear":"Klaar","Clear {0}":"Vee {0} uit","Client":"Kliënt","Close":"Naby","Cluster":"Groep","Cluster Admin":"Klasteradministrateur","Cluster Node":"Klasterknoop","Codec":"Kodek","Color":"Kleur","Color Profile":"Kleur profiel","Colors":"Kleure","Compare Editions":"Vergelyk uitgawes","Complete Rescan":"Voltooi herskandering","Confidence":"Vertroue","Confirm":"Bevestig","Connect":"Koppel","Connect via WebDAV":"Koppel via WebDAV","Connected":"Gekoppel","Contact Details":"Kontakbesonderhede","Contact Us":"Kontak Ons","Contains %{n} pictures.":"Bevat %{n} fotos.","Contains one picture.":"Bevat een foto.","Content":{"":"Inhoud","Edit":"Inhoud"},"Continue":"Aanhou","Contributor":"Bydraer","Converting":"Omskakeling","Copied to clipboard":"Gekopieer na knipbord","Copy":"Kopieer","Copying files from %s":"Kopieer lêers van %s","Copyright":"Kopiereg","Could not be deleted":"Kan nie verwyder word nie","Could not connect, please try again":"Kon nie koppel nie, probeer asseblief weer","Could not update person cover":"Kon nie persoonsdekking opdateer nie","Couldn't find anything.":"Kon niks kry nie.","Country":"Land","Create Account":"Skep rekening","Create album":"Skep album","Create regular backups based on the configured schedule.":"Skep indeks rugsteun gebaseer op die gekonfigureerde skedule.","Create YAML files to back up album metadata.":"Skep YAML-lêers om albummetadata te rugsteun.","Create YAML sidecar files to back up picture metadata.":"Skep YAML-syspanlêers om prentmetadata te rugsteun.","Created":"Geskep","Creating thumbnails for":"Skep duimnaels vir","Current Password":"huidige Sleutelwoord","Custom":"Pasgemaak","Cyan":"Siaan","Daily":"Daagliks","Database":"Databasis","Database Backups":"Rugsteun van databasis","Databases":"Databasisse","Date & Time":"Datum en tyd","Day":"Dag","Deactivate":"Deaktiveer","Debug Logs":"Ontfout logs","Default":"Verstek","Default Folder":"Verstek gids","Delete":"Vee uit","Delete Album":"Vee Album Uit","Delete All":"Vee alles uit","Delete all?":"Vee alles uit?","Delete orphaned index entries, sidecar files and thumbnails.":"Vee wees indeksinskrywings, syspanlêers en duimnaels uit.","deleted":"uitgevee","Description":"Beskrywing","Detailed instructions can be found in our User Guide.":"Gedetailleerde instruksies kan gevind word in ons gebruikersgids.","Details":"Besonderhede","Dimensions":"Afmetings","Disable all face detection and recognition features.":"Deaktiveer alle gesigopsporing- en herkenningsfunksies.","Disable Backups":"Deaktiveer rugsteun","Disable Darktable":"Deaktiveer Darktable","Disable ExifTool":"Deaktiveer ExifTool","Disable Faces":"Deaktiveer Gesigte","Disable features that require write permission for the originals folder.":"Deaktiveer kenmerke wat skryftoestemming vir die oorspronklike lêergids vereis.","Disable FFmpeg":"Deaktiveer FFmpeg","Disable ImageMagick":"Deaktiveer ImageMagick","Disable interactive world maps and reverse geocoding.":"Deaktiveer interaktiewe wêreldkaarte en omgekeerde geokodering.","Disable MCP":"Skakel MCP uit","Disable Places":"Deaktiveer Plekke","Disable RawTherapee":"Deaktiveer RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Skakel die Model Context Protocol (MCP) API-eindpunt vir KI-agentintegrasies uit.","Disable Vectors":"Deaktiveer vektore","Disable WebDAV":"Deaktiveer WebDAV","Disabled":"Gestremd","Disables vector graphics support.":"Deaktiveer vektorgrafika-ondersteuning.","Disables video transcoding and thumbnail extraction.":"Deaktiveer video-transkodering en duimnael-onttrekking.","Discard":"Gooi weg","Discard changes and close":"Gooi veranderinge weg en maak toe","Discard invalid changes?":"Verwerp ongeldige veranderinge?","Discard unsaved changes?":"Verwerp ongespaarde veranderinge?","Discover":"Ontdek","Dismiss":"Verwerp","Display Name":"Vertoon Naam","Display picture captions in search results.":"Wys prentbyskrifte in soekresultate.","Display picture titles in search results.":"Wys prenttitels in soekresultate.","Document":"Dokument","Documents":"Dokumente","Don't use Darktable to convert RAW images.":"Moenie Darktable gebruik om RAW-beelde om te skakel nie.","Don't use ImageMagick to convert images.":"Moenie ImageMagick gebruik om beelde om te skakel nie.","Don't use RawTherapee to convert RAW images.":"Moenie RawTherapee gebruik om RAW-beelde om te skakel nie.","Done":"Klaar","Done.":"Klaar.","Download":"Aflaai","Download only original media files, without any automatically generated files.":"Laai slegs oorspronklike medialêers af, sonder enige outomaties gegenereerde lêers.","Download remote files":"Laai afgeleë lêers af","Downloading…":"Laai tans af …","Drag and drop files here":"Sleep en los lêers hier","Driver":"Bestuurder","Duplicates will be skipped and only appear once.":"Duplikate sal oorgeslaan word en slegs net een keer verskyn.","Duration":"Duur","Dynamic Previews":"Dinamiese voorskoue","Dynamic Size Limit: %{n}px":"Dinamiese groottelimiet: %{n}px","Edit":"Wysig","Edit %{s}":"Wysig %{s}","Edit Account":"Redigeer rekening","Edit Photo":"Redigeer foto","Edit Photos (%{n})":"Wysig foto's (%{n})","Edited":"Geredigeer","Email":"E-pos","Enable debug mode to display additional logs and help with troubleshooting.":"Aktiveer ontfoutmodus om bykomende logs te vertoon en help met foutsporing.","Enable downloading of original and sidecar files from the web interface.":"Aktiveer die aflaai van oorspronklike en sykarlêers vanaf die webkoppelvlak.","Enable face recognition and the People view to easily find people you know.":"Aktiveer gesigsherkenning en die Mense-aansig om maklik mense wat jy ken te vind.","Enable new features that may be incomplete or unstable.":"Aktiveer nuwe kenmerke wat onvolledig of onstabiel kan wees.","Enable the file browser to navigate the Originals folder structure.":"Aktiveer die lêerblaaier om deur die Originals-lêergidsstruktuur te navigeer.","Enables RAW converter presets. May reduce performance.":"Aktiveer RAW-omskakelaarvoorinstellings. Kan prestasie verminder.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Om tweefaktor-verifikasie te aktiveer beteken dat jy 'n lukraak gegenereerde verifikasiekode sal benodig om aan te meld, so selfs al kry iemand toegang tot jou wagwoord, sal hulle nie toegang tot jou rekening kan kry nie.","Engine":"Enjin","Enter date":"Voer datum in","Enter dates":"Voer datums in","Enter item name...":"Voer itemnaam in...","Enter the code generated by your authenticator app:":"Voer die kode in wat deur jou authenticator-toepassing gegenereer word:","Enter verification code":"Tik verifikasiekode","Enter your password to confirm the action and continue:":"Voer jou wagwoord in om die handeling te bevestig en gaan voort:","Entity not found":"Entiteit nie gevind nie","Error":"Fout","Errors":"Foute","Estimate":"Skat","Estimate Locations":"Skat liggings","Estimate the approximate location of pictures without GPS coordinates.":"Skat die benaderde ligging van prente sonder GPS-koördinate.","Every two days":"Elke twee dae","Exclude hidden":"Sluit versteekte uit","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metadata-onttrekking met ExifTool word vereis vir volledige video-, regstreekse foto- en XMP-ondersteuning.","Experimental Features":"Eksperimentele kenmerke","Expires":"Verval","Exposure":"Blootstelling","Extract still images and generate thumbnails while indexing.":"Onttrek stilbeelde en genereer duimnaels tydens indeksering.","F Number":"F nommer","Face":"Gesig","Face not found":"Gesig nie gevind nie","Faces":"Gesigte","Failed creating file, please check permissions":"Kon nie lêer skep nie. Gaan asseblief toestemmings na","Failed creating folder, please check permissions":"Kon nie vouer skep nie. Gaan asseblief toestemmings na","Failed removing link":"Kon nie skakel verwyder nie","Failed to connect account.":"Kon nie rekening koppel nie.","Failed to create zip file":"Kon nie zip-lêer skep nie","Failed to load users.":"Gebruikers kon nie gelaai word nie.","Failed to remove face marker":"Het misluk om die gesigsmerker te verwyder","Failed to remove name":"Het misluk om die naam te verwyder","Failed to restart server":"Misluk om die bediener te herbegin","Failed to save changes":"Kon nie veranderinge stoor nie","Failed to save face marker":"Het misluk om die gesigmerker te stoor","Failed to save name":"Het misluk om die naam te stoor","Failed updating link":"Kon nie skakel opdateer nie","Family Name":"Van","Fast":"Vinnig","Favorite":"Gunsteling","Favorites":"Gunstelinge","Feature disabled":"Eienskap gedeaktiveer","Feature Request":"Kenmerkversoek","Female":"Vroulik","File":"lêer","File Browser":"Lêerblaaier","File Conversion":"Lêer-omskakeling","File deleted":"Lêer uitgevee","File Name":"Lêernaam","File not found":"Lêer nie gevind nie","File removed from stack":"Lêer verwyder uit stapel","File Size":"Lêergrootte","File too large":"Lêer te groot","File uploaded":"Lêer opgelaai","Filename":"Lêernaam","Files":"Lêers","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Lêers met opeenvolgende name soos 'IMG_1234 (2)' en 'IMG_1234 (3)' behoort aan dieselfde prent.","First page":"Eerste bladsy","Focal Length":"Brandpuntsafstand","Folder":"Folder","Folder contains %{n} files":"Gids bevat %{n} lêers","Folder is empty":"Voer is leeg","Folders":"Dopsies","Forgot password?":"Wagwoord vergeet?","FPS":"FPS","Frames":"Rame","Full Access":"Volle toegang","Fullscreen":"Volskerm","General":"Algemeen","Generate":"Genereer","Generate Previews":"Genereer voorskoue","Generated":"Gegenereer","Get Started":"Begin","Given Name":"Noemnaam","Global Options":"Globale Opsies","Go to page {0}":"Gaan na bladsy {0}","Gold":"Goud","Green":"Groen","Grey":"Grys","Groups":"Groepe","Guest":"Gas","Hash":"Hash","Help":"Help","Help & Support":"Hulp en ondersteuning","Hidden":"Versteek","Hidden Files":"Versteekte lêers","Hide":"Versteek","Hide Caption":"Verberg onderskrif","Hide face markers":"Verberg gesigsmerkers","Hide private content from global views while keeping it accessible in the Private section.":"Versteek private items van globale aansigte terwyl hulle toeganklik bly in die Privaat-afdeling.","High":"Hoog","High Dynamic Range (HDR)":"Hoë Dinamiese Omvang (HDR)","Hybrid":"Hibried","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"As jy toegang tot jou staafprogram of toestel verloor, kan jy jou terugstellingkode gebruik om weer toegang tot jou rekening te kry.","Image":"Beeld","Image Quality":"Beeld kwaliteit","Import":"Invoer","Import canceled":"Invoer is gekanselleer","Import completed in %d s":"Invoer voltooi in %d s","Import failed":"Invoer het misluk","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Ingevoerde lêers sal volgens datum gesorteer word en 'n unieke naam gegee word om duplikate te vermy.","Importing %{s}…":"Voer tans %{s} in …","Importing files to originals…":"Voer tans lêers na oorspronklikes in …","in":"in","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Indien prente wat jy verwag ontbreek, skandeer asseblief jou biblioteek en wag totdat indeksering voltooi is.","Include RAW image files when downloading stacks and archives.":"Sluit RAW-beeldlêers in wanneer stapels en argiewe afgelaai word.","Include sidecar files when downloading stacks and archives.":"Sluit syspanlêers in wanneer stapels en argiewe afgelaai word.","Increase storage size or delete files to continue.":"Vergroot stoorgrootte of vee lêers uit om voort te gaan.","Index":"Indeks","Indexing":"Indeksering","Indexing canceled":"Indeksering gekanselleer","Indexing completed in %d s":"inhoudsopgawe voltooi in %d s","Indexing failed":"Kon nie indekseer nie","Indexing files in %s":"Indekseer lêers in %s","Indexing media and sidecar files…":"Indekseer tans media- en syspanlêers …","Indexing originals...":"Indekseer van oorspronklikes …","Information":"Inligting","Inherit":"Vererf","Instance":"Instansie","Instance ID":"Geval ID","Instance unreachable. Try again once it's back online.":"Instantansie onbereikbaar. Probeer weer sodra dit weer aanlyn is.","Instances":"Instansies","Insufficient storage":"Onvoldoende berging","Insufficient storage.":"Onvoldoende berging.","Interval":"Interval","Invalid":"Ongeldig","Invalid address":"Ongeldige adres","Invalid country":"Ongeldige land","Invalid credentials":"Ongeldige magtiging","Invalid date":"Ongeldige datum","Invalid link":"Ongeldige skakel","Invalid name":"Ongeldige naam","Invalid parameters":"Ongeldige parameters","Invalid password, please try again":"Ongeldige wagwoord, probeer asseblief weer","Invalid photo selected":"Ongeldige foto gekies","Invalid time":"Ongeldige tyd","Invalid URL":"Ongeldige URL","Invalid verification code, please try again":"Ongeldige verifikasiekode, probeer asseblief weer","IP Address":"IP-adres","It is a one-time use code that will disable 2FA for your account when you use it.":"Dit is 'n eenmalige gebruikskode wat 2FA vir jou rekening sal deaktiveer wanneer jy dit gebruik.","Item":"Item","Items per page:":"Items per bladsy:","JPEG Quality: %{n}":"JPEG-gehalte: %{n}","JPEG Size Limit: %{n}px":"JPEG-groottelimiet: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG's en duimnaels word outomaties weergegee soos nodig.","Keyword":"Sleutelwoord","Keywords":"Sleutelwoorde","Label":"Etiket","Label not found":"Merker nie gevind nie","Label saved":"Merkers gestoor","Labels":"Etikette","Labels deleted":"Merkers uitgevee","Language":"Taal","Last Active":"Laas aktief","Last Login":"Laaste aanmelding","Last page":"Laaste bladsy","Last Sync":"Laaste sinkronisering","Last Used":"Laaste gebruik","Latitude":"Breedtegraad","LDAP/AD":"LDAP/AD","Learn more":"Leer meer","Learn More":"Kom meer te wete","Legal Information":"Regsinligting","Lens":"Lens","Lens not found":"Lens nie gevind nie","Library":"Biblioteek","License":"Lisensie","Like":"Soos","Lime":"Lemmetjie","Limit reached, showing first %{n} files":"Limiet bereik, wys eerste %{n} lêers","Link":"Skakel","List":"Lys","List View":"Lys Aansig","Live":"Leef","Live Photos":"Regstreekse Foto's","Load more":"Laai meer","Loading items...":"Laai tans items...","Loading...":"Laai tans...","Local":"Plaaslik","Local Time":"Plaaslike tyd","Location":"Ligging","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Logboodskappe verskyn hier wanneer PhotoPrism gebreekte lêers teëkom of daar ander potensiële probleme is.","Login":"Teken aan","Logs":"Logs","Longitude":"Lengtegraad","Lost server connection":"Verlore bedienerverbinding","Low":"Laag","Magenta":"Magenta","Main Color":"Hoofkleur","Male":"Manlik","Manage Account":"Bestuur rekening","Manager":"Bestuurder","Manual":"Handleiding","Manual Upload":"Handmatige oplaai","Maps":"Kaarte","Marker":"Merker","Maximum number of accounts has been reached.":"Maksimum aantal rekeninge is bereik.","Media":"Media","Medium":"Medium","Membership":"Lidmaatskap","Merge %{a} with %{b}?":"Voeg %{a} saam met %{b}?","Message":"Boodskap","Metadata":"Metadata","Metrics":"Metrieke","Minimize":"Minimaliseer","Missing":"Vermis","Missing or invalid configuration":"Ontbrekende of ongeldige opstelling","mixed":"gemeng","Moments":"Oomblikke","Monochrome":"Monochroom","Month":"Maand","More options":"Meer opsies","Mosaic":"Mosaïek","Most Relevant":"Mees Relevant","Move Files":"Skuif lêers","Moving files from %s":"Skuif lêers van %s af","Must have at least %{n} characters.":"Moet ten minste %{n} karakters hê.","Mute":"Demp","Name":"Naam","Name too long":"Naam te lank","Never":"Nooit nie","New":"Nuut","New Password":"Nuwe Wagwoord","Newest First":"Nuutste Eerste","Next":"Volgende","Next page":"Volgende bladsy","Next visual":"Volgende visuele","No":"Geen","No Access":"Geen toegang","No albums assigned":"Geen albums toegeken nie","No albums found":"Geen albums gevind nie","No albums selected":"Geen albums geselekteer nie","No data available":"Geen data beskikbaar nie","No files available for download":"Geen lêers beskikbaar vir aflaai nie","No items selected":"Geen items gekies nie","No labels assigned":"Geen etikette toegeken nie","No labels found":"Geen etikette gevind nie","No labels selected":"Geen merker geselekteer","No matching records found":"Geen ooreenstemmende rekords gevind nie","No more":"Nie meer nie","No people found":"Geen mense gevind nie","No pictures found":"Geen foto's gevind nie","No recently edited pictures":"Geen onlangs geredigeerde prente nie","No registered instances.":"Geen geregistreerde voorbeelde nie.","No results":"Geen resultate nie","No server connection":"Geen bedienerverbinding nie","No servers configured.":"Geen bedieners is opgestel nie.","No services configured.":"Geen dienste opgestel nie.","No thanks":"Nee dankie","No users on this instance.":"Geen gebruikers op hierdie instansie nie.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Geen waarskuwings of foute wat hierdie sleutelwoord bevat nie. Let daarop dat soektog hooflettergevoelig is.","Node":"Node","Nodes":"Knooppunte","Non-photographic and low-quality images require a review before they appear in search results.":"Nie-fotografiese en lae kwaliteit prente vereis 'n hersiening voordat dit in soekresultate verskyn.","None":"Geen","Not allowed":"Nie toegelaat nie","Not available in public mode":"Nie beskikbaar in publieke modus nie","Not available in read-only mode":"Nie beskikbaar in leesalleen modus nie","Not found":"Nie gevind","Not sorted.":"Nie gesorteer nie.","Not supported":"Nie ondersteun nie","Note you may manually manage your originals folder and importing is optional.":"Let daarop dat u u oorspronklike lêergids met die hand kan bestuur en invoer is opsioneel.","Note:":"Let wel:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Let wel: Slegs WebDAV-bedieners, soos Nextcloud of PhotoPrism, kan as afgeleë diens opgestel word vir rugsteun en lêeroplaai.","Notes":"Notas","Nothing to see here yet.":"Nog niks om hier te sien nie.","Nothing was found.":"Niks is gevind nie.","Offline":"Vanlyn","OK":"OK","Oldest First":"Oudste Eerste","On Windows, enter the following resource in the connection dialog:":"Op Windows, voer die volgende hulpbron in die verbindingsdialoog in:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Op-aanvraag generering van duimnaels kan hoë SVE en geheuegebruik veroorsaak. Dit word nie aanbeveel vir hulpbronbeperkte bedieners en NAS-toestelle nie.","Once a week":"Een keer 'n week","One album found":"Een album gevind","One entry added to %s":"Een inskrywing bygevoeg na %s","One entry removed from %s":"Een inskrywing verwyder uit %s","One file found":"Een lêer gevind","One file uploaded":"Een lêer opgelaai","One folder found":"Een vouer gevind","One label found":"Een etiket gevind","One person found":"Een persoon gevind","One picture found":"Een foto gevind","Only locally managed accounts can be set up for authentication with 2FA.":"Slegs plaaslik bestuurde rekeninge kan opgestel word vir stawing met 2FA.","Open":"Maak oop","optional":"opsioneel","or":"of","Orange":"Oranje","Organization":"Organisasie","Orientation":"Oriëntering","Original file names will be stored and indexed.":"Oorspronklike lêername sal gestoor en geïndekseer word.","Original Name":"Oorspronklike naam","Originals":"Oorspronklikes","Originals folder is empty":"Oorspronklike omslag is leeg","Other":"Ander","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Ons missie is om die mees gebruikers- en privaatheidsvriendelike oplossing te bied om jou foto's georganiseer en toeganklik te hou.","Outdoor":"Buitelug","Page {0}, Current page":"Bladsy {0}, Huidige bladsy","Pages":"Bladsye","Pagination Navigation":"Paginering navigasie","Panorama":"Panorama","Panoramas":"Panoramas","Part of all selected photos":"Deel van alle gekose foto's","Part of some selected photos":"Deel van 'n paar geselekteerde foto's","Password":"Wagwoord","Password changed":"Wagwoord verander","Pause":"Pouse","Payment required":"Betaling vereis","People":"Mense","People you share a link with will be able to view public contents.":"Mense met wie jy 'n skakel deel, sal publieke inhoud kan bekyk.","Permanently deleted":"Permanent uitgevee","Permission denied":"Toegang geweier","Person":"Persoon","Person cover updated":"Persoonsdekking opgedateer","Person deleted":"Persoon is uitgevee","Person not found":"Persoon nie gevind nie","Person saved":"Persoon gestoor","Personal":"Persoonlik","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism is 100% selfbefonds en onafhanklik.","PhotoPrism+ Membership":"PhotoPrism+ Lidmaatskap","Photos":"Foto's","Picture":"Prentjie","Picture Title":"Foto titel","Pink":"Pienk","Pinned":"Gepin","Place":"Plek","Place & Time":"Plek & Tyd","Places":"Plekke","Play":"Speel","Please confirm your new password.":"Bevestig asseblief jou nuwe wagwoord.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopieer asseblief die volgende lukraak gegenereerde programwagwoord en hou dit op 'n veilige plek, aangesien jy dit nie weer sal kan sien nie:","Please do not upload any private, unlawful or offensive pictures.":"Moet asseblief geen privaat, onwettige of aanstootlike foto's oplaai nie.","Please don't upload photos containing offensive content.":"Moet asseblief nie foto's oplaai wat aanstootlike inhoud bevat nie.","Please enter OTP character {0}":"Voer asseblief OTP-karakter in {0}","Please log in to your account":"Teken asseblief in op jou rekening","Please note that changing your password will log you out on other devices and browsers.":"Neem asseblief kennis dat die verandering van jou wagwoord jou op ander toestelle en blaaiers sal afmeld.","Please restart your instance for the changes to take effect.":"Herbegin asseblief jou instansie vir die veranderinge om in werking te tree.","Please wait…":"Wag asseblief…","PM":"PM","PNG Size Limit: %{n}px":"PNG-groottelimiet: %{n}px","Portal":"Portaal","Portrait":"Portret","Preserve filenames":"Bewaar lêername","Press enter to create a new album.":"Druk enter om 'n nuwe album te skep.","Press enter to create new item":"Druk Enter om 'n nuwe item te skep","Prevent database and album backups as well as YAML sidecar files from being created.":"Verhoed dat databasis- en albumrugsteun sowel as YAML-syspanlêers geskep word.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Verhoed dat ander programme toegang tot PhotoPrism as 'n gedeelde netwerkaandrywer verkry.","Preview":"Voorskou","Preview Images":"Voorskou prente","Previous":"Vorige","Previous page":"Vorige bladsy","Previous visual":"Vorige visuele","Primary":"Primêr","Private":"Privaat","Processing upload...":"Verwerk oplegging...","Product Feedback":"Produkterugvoer","Projection":"Projeksie","Purple":"Pers","Quality Filter":"Kwaliteit filter","Quality Score":"Gehaltetelling","Quota exceeded":"Kwota oorskry","Random":"Willekeurig","Rating {0} of {1}":"Gradering {0} van {1}","Raw":"Rou","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Herindekseer alle oorspronklikes, insluitend reeds geïndekseer en onveranderde lêers.","Read-Only Mode":"Leesalleen-modus","Recently Added":"Onlangs bygevoeg","Recently Archived":"Onlangs geargiveer","Recently Edited":"Onlangs geredigeer","Recognition starts after indexing has been completed.":"Erkenning begin nadat indeksering voltooi is.","Recognized":"Herken","Recovery Code":"Herstel kode","Red":"Rooi","Refresh":"Verfris","Regions":"Streke","Register":"Registreer","Registration disabled":"Registrasie gedeaktiveer","Reload":"Herlaai","Reloading…":"Herlaai tans …","Remote Sync":"Afstandsinkronisering","Remove":"Verwyder","remove failed: unknown album":"verwyder misluk: onbekende album","Remove from Album":"Verwyder uit album","Remove from all":"Verwyder van alles","Remove from all selected photos":"Verwyder van alle gekose foto's","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Verwyder ingevoerde lêers om berging te bespaar. Nie-ondersteunde lêertipes sal nooit uitgevee word nie, hulle bly in hul huidige ligging.","Remove the selected instance from the cluster registry?":"Verwyder die gekose instansie uit die klusterregister?","Removed":"Verwyder","Removed %{name}":"Verwyder %{name}","Removed %d files and %d photos":"%d lêers en %d foto's verwyder","Repeated":"Herhaal","Request failed - are you offline?":"Versoek het misluk - is jy vanlyn?","Request failed - invalid response":"Versoek het misluk – ongeldige antwoord","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Vereis dat nie-fotografiese en lae kwaliteit prente hersien word voordat dit in soekresultate verskyn.","Resolution":"Resolusie","Restart":"Begin oor","Restore":"Herstel","Restored":"Herstel","Retry Limit":"Herprobeer Limiet","Retype Password":"Tik wagwoord weer in","Review":"Resensie","Role":"Rol","Roles":"Rolle","Rotated":"Gedraai","Rows per page:":"Rye per bladsy:","Satellite":"Satelliet","Save":"Stoor","Save changes":"Stoor veranderinge","Scan":"Skandeer","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skandeer die QR-kode met jou verifikasie-toepassing of gebruik die opstellingsleutel wat hieronder gewys word en voer dan die gegenereerde verifikasiekode in:","Scans":"Skanderings","Scope":"Omvang","Scopes":"Omvangsgebiede","Search":"Soek","Season":"Seisoen","Secret":"Geheim","Security and Access":"Sekuriteit en toegang","Select":"Kies","Select a source folder to import files…":"Kies 'n bronvouer om lêers in te voer…","Select date":"Kies datum","Select dates":"Kies datums","Select or create albums":"Kies of skep albums","Select or create labels":"Kies of skep etikette","Select or drop files to upload…":"Kies of sleep lêers om op te laai…","Select the files to upload…":"Kies die lêers om op te laai…","Select the folder to be indexed…":"Kies die vouer om te indekseer…","Select Time":"Kies Tyd","Selection":"Seleksie","Selection added to %s":"Seleksie bygevoeg na %s","Selection approved":"Seleksie goedgekeur","Selection archived":"Seleksie geargiveer","Selection marked as private":"Seleksie gemerk as privaat","Selection not found":"Seleksie nie gevind nie","Selection restored":"Seleksie herstel","Sequential Name":"Opeenvolgende naam","Service":"Diens","Service URL":"Diens-URL","Services":"Dienste","Session":"Sessie","Session ID":"Sessie ID","Sessions":"Sessies","Set as Album Cover":"Stel as albumomslag","Set as Cover Image":"Stel as Omslagbeeld","Settings":"Instellings","Settings saved":"Stellings gestoor","Setup":"Stel op","Severity":"Ernstigheid","Share":"Deel","Share %{s}":"Deel %{s}","Show":"Wys","Show All Labels":"Wys alle etikette","Show all new faces":"Wys alle nuwe gesigte","Show Caption":"Wys onderskrif","Show Captions":"Wys onderskrifte","Show face markers":"Wys gesigsmerkers","Show hidden":"Wys versteek","Show Important Only":"Wys slegs belangrike","Show logs in the web interface to monitor activity and troubleshoot problems.":"Wys logboeke in die webkoppelvlak om aktiwiteit te monitor en probleme op te los.","Show smart albums that group pictures by occasion, trip, or location.":"Wys slim albums wat foto's volgens geleentheid, reis of ligging groepeer.","Show the Account page so users can manage their profile and security settings.":"Wys die Rekeningbladsy sodat gebruikers hul profiel en sekuriteitsinstellings kan bestuur.","Show the Calendar view to browse the library by year and month.":"Wys die Kalender-aansig om die biblioteek volgens jaar en maand te blaai.","Show the Labels section to view and manage AI-generated labels.":"Wys die Etikette-afdeling om KI-gegenereerde etikette te sien en te bestuur.","Show the Library section to index, manage, and monitor the media library.":"Wys die Biblioteek-afdeling om die mediabiblioteek te indekseer, te bestuur en te monitor.","Show the Places view with interactive maps so you can browse photos by location.":"Wys die Plekke-aansig met interaktiewe kaarte sodat jy foto's volgens ligging kan blaai.","Show Titles":"Wys titels","Sidecar":"Syspan","Sidecar Files":"Syspan lêers","Sign in":"Meld aan","Sign Out":"Afteken uit","Similar":"Soortgelyk","Site URL":"Webwerf-URL","Size":"Grootte","Slideshow":"Skyfievertoning","Slow":"Stadig","Software":"Sagteware","Software Update":"Sagteware-opdatering","Some albums could not be copied":"Sommige albums kon nie gekopieer word nie","Some albums could not be created. Please edit the names and try again.":"Sommige albums kon nie geskep word nie. Wysig asseblief die name en probeer weer.","Some albums could not be updated":"Sommige albums kon nie opgedateer word nie","Something went wrong, try again":"Iets het verkeerd geloop, probeer weer","Sort by":"Sorteer volgens","Sort by Name (A–Z)":"Sorteer volgens naam (A–Z)","Sort by Photo Count":"Sorteer volgens fototelling","Sort by Relevance":"Sorteer volgens relevansie","Sort Order":"Sorteervolgorde","Sorted ascending.":"Oplopend gesorteer.","Sorted descending.":"Aflopend gesorteer.","Source":"Bron","Stack":"Stapel","Stack files sharing the same unique image or instance identifier.":"Stapel lêers wat dieselfde unieke beeld of instansie identifiseerder deel.","Stack pictures taken at the exact same time and location based on their metadata.":"Stapel foto's geneem op presies dieselfde tyd en plek gebaseer op hul metadata.","Stackable":"Stapelbaar","Stacks":"Stapels","Start":"Begin","Start Page":"Begin bladsy","Static Size Limit: %{n}px":"Statiese groottelimiet: %{n}px","Status":"Status","Stay signed in on this device":"Bly aangemeld op hierdie toestel","Stop Casting":"Hou op met toewysing","Storage":"Berging","Streets":"Strate","Subject":"Onderwerp","Subject deleted":"Onderwerp uitgevee","Subject not found":"Onderwerp nie gevind nie","Subject saved":"Onderwerp gestoor","Successfully activated":"Suksesvol geaktiveer","Successfully Connected":"Suksesvol gekoppel","Successfully deleted":"Suksesvol uitgevee","Successfully verified":"Suksesvol geverifieer","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Ondersteuning vir bykomende dienste, soos Google Drive, sal mettertyd bygevoeg word.","Support Our Mission":"Ondersteun ons missie","Sync":"Sinkroniseer","Sync raw and video files":"Sinkroniseer rou- en videolêers","Taken":"Geneem","Teal":"Blauwgroen","Terrain":"Terrein","Text":"Teks","Thank You for Your Support!":"Dankie vir jou ondersteuning!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Dit is hoekom PhotoPrism van die grond af gebou is om te werk waar jy dit ook al nodig het, sonder om vryheid, privaatheid of funksionaliteit in te boet.","The index currently contains %{n} hidden files.":"Die indeks bevat tans %{n} versteekte lêers.","The instance rejected the cluster credentials.":"Die instansie het die klaster-aanmeldbewyse verwerp.","The instance returned an unexpected redirect.":"Die instansie het 'n onverwagte omleiding teruggestuur.","The wakeup interval is %s, but must be 1h or less":"Die opwek tydperk is %s, maar moet 1 uur of minder wees","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Hulle formaat word dalk nie ondersteun nie, hulle is nog nie na JPEG omgeskakel nie of daar is duplikate.","Theme":"Tema","This account is missing an ID and can't be edited.":"Hierdie rekening ontbreek 'n ID en kan nie gewysig word nie.","This field is required":"Hierdie veld word vereis","This instance has no site URL configured.":"Hierdie instansie het geen webwerf-URL gekonfigureer nie.","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.":"Dit plaas die oorspronklike lêergids as 'n netwerkaandrywer en laat jou toe om lêers van jou rekenaar of slimfoon oop te maak, te redigeer en uit te vee asof dit plaaslik is.","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. ":"Dit plaas die oorspronklike lêergids as 'n netwerkaandrywer en laat jou toe om lêers van jou rekenaar of slimfoon oop te maak, te redigeer en uit te vee asof dit plaaslik is.","Time":"Tyd","Time UTC":"Tyd UTC","Time Zone":"Tydsone","Timeout":"Uitteltyd","Title":{"":"Titel","Account":"Titel","Photo":"Titel"},"Title / Position":"Titel / Posisie","to":"aan","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Om te verhoed dat jy uit jou rekening gesluit word, laai asseblief hierdie herstelkode nou af, druk of kopieer dit en hou dit op 'n veilige plek.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Om 'n nuwe programspesifieke wagwoord te genereer, voer asseblief die naam en magtigingsomvang van die toepassing in en kies 'n vervaldatum:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Om oor te skakel na 'n nuwe authenticator-toepassing of -toestel, deaktiveer eers twee-faktor-stawing en heraktiveer dit dan:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Om op te gradeer, kan jy óf 'n aktiveringskode invoer óf \"Registreer\" klik om op ons webwerf aan te meld:","Today":"Vandag","Toggle View":"Wissel aansig","Token":"Teken","Too many files selected":"Te veel lêers gekies","Too many requests":"Te veel versoeke","Troubleshooting":"Probleemoplossing","Try again using other filters or keywords.":"Probeer weer met ander filters of sleutelwoorde.","Two-factor authentication has been enabled for your account.":"Twee-faktor-stawing is vir jou rekening geaktiveer.","Type":"Tik","Unable to delete":"Kan nie verwyder nie","Unable to do that":"Kan dit nie doen nie","Unassign":"Ontoewys","Unauthorized":"Ongemagtig","Undo":"Ontdoen","Unique ID":"Unieke ID","Unknown":"Onbekend","Unknown location":"Onbekende ligging","Unregistered":"Ongeregistreer","Unsorted":"Ongesorteer","Unstack":"Ontstapel","Unsupported":"Ongesteun","Unsupported format":"Ongesteunde formaat","Unsupported type":"Ongesteunde tipe","Updated":"Opgedateer","Updating faces":"Dateer tans gesigte op","Updating index":"Dateer indeks op","Updating moments":"Dateer tans oomblikke op","Updating picture…":"Dateer tans prent op …","Updating previews":"Opdatering van voorskoue","Updating stacks":"Dateer stapels op","Upgrade":"Gradeer op","Upgrade Now":"Gradeer nou op","Upload":"Laai op","Upload complete":"Oplaai voltooi","Upload complete. Indexing…":"Oplaai voltooi. Indekseer tans …","Upload failed":"Oplegging misluk","Upload has been processed":"Oplegging geprosesseer","Upload local files":"Laai plaaslike lêers op","Upload might be offensive":"Oplegging mag aanstoot gee","Upload Path":"Oplaai pad","Uploading %{n} of %{t}…":"Laai tans %{n} van %{t} op…","Uploading photos…":"Laai tans foto's op …","Uploading…":"Laai tans op …","Uploads that may contain such images will be rejected automatically.":"Oplaaie wat sulke beelde kan bevat, sal outomaties verwerp word.","URL":"URL","Use Presets":"Gebruik voorafinstellings","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Gebruik die volgende terugstellingkode om toegang tot jou rekening te kry wanneer jy nie 'n geldige verifikasiekode met jou staafmakerprogram kan genereer nie:","Use your recovery code or contact an administrator for help.":"Gebruik jou herstelkode of kontak 'n administrateur vir hulp.","User":"Gebruiker","User Guide":"Handleiding","User Interface":"Gebruikerskoppelvlak","User not found":"Verbruiker nie gevind nie","Username":"Gebruikersnaam","Users":"Gebruikers","UUID":"UUID","Vector":"Vektor","Vectors":"Vektore","Verification Code":"Verifikasie kode","Verified email required":"Geverifieerde e-posadres word vereis","Version":"Weergawe","Video":"Video","Video Duration":"Video Duur","Videos":"Video's","View":"Beskou","View search results as a list.":"Bekyk soekresultate as 'n lys.","Viewer":"Kyker","Vision":"Visie","Visitor":"Besoeker","Visual Similarity":"Visuele ooreenkoms","Warning":"Waarskuwing","Web Login":"Web aanmeld","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-kliënte kan aan PhotoPrism koppel deur die volgende URL te gebruik:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV-kliënte, soos Microsoft se Windows Explorer of Apple's Finder, kan direk aan PhotoPrism koppel.","WebDAV Upload":"WebDAV oplaai","WebGL support is disabled in your browser":"WebGL-ondersteuning is in jou blaaier gedeaktiveer","Website":"Webwerf","White":"Wit","Work Details":"Werkbesonderhede","Year":"Jaar","Yellow":"Geel","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Jy is welkom om ons te kontak by membership@photoprism.app vir vrae oor jou lidmaatskap.","You can only download one album":"Jy kan net een album aflaai","You can only download one label":"Jy kan net een etiket aflaai","You can search for a location or move the marker on the map to change the position:":"Jy kan na 'n ligging soek of die merker op die kaart skuif om die posisie te verander:","You can upload up to %{n} files for test purposes.":"Jy kan tot %{n} lêers oplaai vir toetsdoeleindes.","You cannot change your own role.":"Jy kan nie jou eie rol verander nie.","You do not have access to any instances.":"Jy het nie toegang tot enige instansies nie.","You may only select one item":"Jy mag net een item kies","You may rescan your library to find additional faces.":"Jy kan jou biblioteek herskandeer om bykomende gesigte te vind.","Your account could not be connected":"Jou rekening kon nie gekoppel word nie","Your account has been successfully connected.":"Jou rekening is suksesvol gekoppel.","Your browser does not support WebGL":"Jou blaaier ondersteun nie WebGL nie","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Jou volgehoue ondersteuning help ons om gereelde opdaterings te verskaf en onafhanklik te bly, sodat ons ons missie kan vervul en jou privaatheid kan beskerm.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Jou biblioteek word voortdurend ontleed om outomaties albums van spesiale oomblikke, reise en plekke te skep.","Zip created in %d s":"Zip geskep in %d s","Zoom in/out":"Zoem in/uit","Archive":{"Noun":"Argief","Verb":"Argief"},"Add a Title":{"Photo":"Voeg 'n titel by"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/ar.json b/frontend/src/locales/json/ar.json index f99f259c5..353c47712 100644 --- a/frontend/src/locales/json/ar.json +++ b/frontend/src/locales/json/ar.json @@ -1 +1 @@ -{"ar":{"{0} appended action":"{0} تم إضافة إجراء","{0} files":"{0} ملفات","{0} files ({1} in total)":"{0} ملفات ({1} في المجموع)","{0} more":"{0} المزيد","{0} prepended action":"{0} تم إضافة الإجراء مسبقًا","{0} selected":"تم اختيار {0}","{0}-{1} of {2}":"{0}-{1} من {2}","%{n} albums found":"تم العثور على %{n} من الألبومات","%{n} files uploaded":"تم تحميل %{n} من الملفات","%{n} folders found":"تم العثور على %{n} من المجلدات","%{n} GB of %{q} GB used":"%{n} جيجابايت من %{q} جيجابايت مستخدمة","%{n} labels found":"تم العثور على %{n} من التصنيفات","%{n} people found":"تم العثور على %{n} من الأشخاص","%{n} pictures found":"تم العثور على %{n} من الصور","%{s} is too long":"%{s} طويل جدًا","%{s} is too short":"%{s} قصير جدًا","%d entries added to %s":"تمت إضافة %d مدخلات إلى %s","%d entries removed from %s":"تمت إزالة %d مدخلات من %s","%d files uploaded in %d s":"تم تحميل %d ملف في %d ثانية","%s already exists":"%s موجود بالفعل","%s has been restored":"تمت استعادة %s","1 hour":"ساعة واحدة","12 hours":"12 ساعة","2-Factor Authentication":"المصادقة الثنائية","2FA":"2FA","4 hours":"4 ساعات","A click will copy it to your clipboard.":"انقر للنسخ إلى الحافظة الخاصة بك.","A new version of %{s} is available:":"يتوفر إصدار جديد من %{s}:","About":"عن","Access granted.":"تم منح حق الوصول.","Access revoked.":"تم إلغاء حق الوصول.","Access Token":"رمز الوصول","Account":"الحساب","Account created":"تم إنشاء الحساب","Account deleted":"تم حذف الحساب","Account Group Mappings":"تعيينات مجموعات الحسابات","Account not found":"لا يمكن العثور على الحساب","Account restored":"تم استعادة الحساب","Account saved":"تم حفظ الحساب","Accounts":"الحسابات","Accuracy":"دقة","Action":"إجراء","Actions":"أجراءات","Activate":"تفعيل","Activate to remove sorting.":"قم بالتفعيل لإزالة الفرز.","Activate to sort ascending.":"قم بالتفعيل للفرز تصاعديًا.","Activate to sort descending.":"قم بالتفعيل لفرز تنازليًا.","Activation Code":"رمز التفعيل","Activity":"النشاط","Add":"إضافة","Add %{s}?":"إضافة %{s}؟","Add a Caption":"إضافة تسمية توضيحية","Add Account":"إضافة حساب","Add Album":"أضف ألبوم","Add Link":"إضافة رابط","Add Notes":"إضافة ملاحظات","Add person?":"إضافة شخص؟","Add pictures from search results by selecting them.":"أضف الصور من نتائج البحث عن طريق تحديدها.","Add to album":"أضف إلى الألبوم","Add to all":"إضافة إلى الكل","Add to all selected photos":"إضافة إلى جميع الصور المحددة","Added":"مضاف","Added %{name}":"تمت إضافة %{name}","Adjust Camera Info":"ضبط معلومات الكاميرا","Adjust Date & Time":"ضبط التاريخ والوقت","Adjust Location":"ضبط الموقع","Admin":"مسؤول","Advanced":"متقدم","Advertise URL":"الإعلان عن عنوان URL","After 1 day":"بعد يوم واحد","After 3 days":"بعد 3 ايام","After 7 days":"بعد 7 أيام","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"بعد إدخال كلمة المرور الخاصة بك للتأكيد، يمكنك إعداد المصادقة الثنائية باستخدام تطبيق أو جهاز مصادقة متوافق:","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 %s deleted":"تم حذف الألبوم %s","Album Backups":"النسخ الاحتياطية للألبوم","Album contents cloned":"تم نسخ محتويات الألبوم","Album created":"تم إنشاء الألبوم","Album deleted":"تم حذف الألبوم","Album not found":"لا يمكن العثور على الألبوم","Album saved":"تم حفظ الألبوم","Albums":"ألبومات","Albums deleted":"تم حذف الألبومات","All":"الجميع","All %{n} albums loaded":"تم تحميل كافة الألبومات الـ %{n}","All %{n} labels loaded":"تم تحميل كافة التسميات الـ %{n}","All %{n} people loaded":"تم تحميل جميع الأشخاص الـ %{n}","All Cameras":"جميع الكاميرات","All Categories":"جميع الفئات","All Colors":"جميع الالوان","All Countries":"كل البلدان","All files from import folder":"جميع الملفات من مجلد الاستيراد","All Lenses":"جميع العدسات","All Months":"كل الشهور","All originals":"جميع النسخ الأصلية","All Years":"جميع السنوات","Allow configuration and use of connected apps and services for remote uploads and sync.":"السماح بتكوين واستخدام التطبيقات والخدمات المتصلة للتحميل والمزامنة عن بُعد.","Allow editing of metadata such as title, description, date, and location.":"السماح بتحرير البيانات الوصفية مثل العنوان والوصف والتاريخ والموقع.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"السماح بتحرير البيانات الوصفية والتسميات والألبومات لصور متعددة في وقت واحد.","Allow files to be copied or moved from the Import to the Originals folder.":"قم بتمكين أداة الاستيراد لنسخ الملفات أو نقلها من مجلد الاستيراد إلى النسخ الأصلية.","Allow files to be permanently deleted to free up storage space.":"السماح بحذف الملفات بشكل دائم لتحرير مساحة تخزين.","Allow users to archive photos and videos so they are hidden without being deleted.":"السماح للمستخدمين بأرشفة الصور ومقاطع الفيديو بحيث يتم إخفاؤها دون حذفها.","Allow users to create and share links, and enable sharing with connected services.":"السماح للمستخدمين بإنشاء الروابط ومشاركتها، وتمكين المشاركة مع الخدمات المتصلة.","Allow users to upload new photos and videos through the web interface.":"السماح للمستخدمين بتحميل صور ومقاطع فيديو جديدة من خلال واجهة الويب.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"بدلاً من ذلك ، يمكنك تحميل الملفات مباشرة إلى خوادم WebDAV مثل Nextcloud.","Altitude":"ارتفاع","Altitude (m)":"الارتفاع (م)","AM":"صباحاً","Animated":"متحركة","Animation":"صور متحركة","Animations":"الرسوم المتحركة","Any private photos and videos remain private and won't be shared.":"أي صور ومقاطع فيديو خاصة تبقى خاصة ولن تتم مشاركتها.","API Key":"مفتاح API","Application":"طلب","Applications":"التطبيقات","Approve":"الموافقة","Approve and save changes":"اعتماد التغييرات وحفظها","Apps and Devices":"التطبيقات والأجهزة","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 delete this album?":"هل أنت متأكد من رغبتك في حذف هذا الألبوم؟","Are you sure you want to permanently delete these pictures?":"هل أنت متأكد أنك تريد حذف هذه الصور نهائيًا؟","Are you sure you want to permanently delete this file?":"هل أنت متأكد أنك تريد حذف هذا الملف نهائيًا؟","Are you sure?":"هل أنت متأكد؟","Artist":"الفنان","Aspect Ratio":"نسبة العرض إلى الارتفاع","Attributes":"السمات","Audio":"صوتي","Audit Log":"صوتي","Authentication":"المصادقة","Auto":"آلي","Back":"خلف","Back to top":"العودة إلى الأعلى","Backup":"دعم","Badge":"شارة","Base Path":"مسار القاعدة","Batch":"الدفعة","Batch Edit":"تحرير الدُفعات","Become a member today, support our mission and enjoy our member benefits!":"كن عضوًا اليوم ، وادعم مهمتنا واستمتع بمزايا أعضائنا!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"نظرًا لكوننا 100 % s ممولًا ومستقلًا ، يمكننا أن نعدك بأننا لن نبيع بياناتك أبدًا وأننا سنتحلى دائمًا بالشفافية بشأن برامجنا وخدماتنا.","Bio":"السيرة الذاتية","Birth Date":"تاريخ الميلاد","Black":"أسود","Blue":"أزرق","Brown":"بني","Browse":"تصفح","Browse Files":"تصفح الملفات","Browse Pictures":"تصفح الصور","Bug Report":"تقرير المشاكل","Busy, please try again later":"مشغول، يرجى المحاولة مرة أخرى في وقت لاحق","Busy, please wait…":"يتم العمل، الرجاء الانتظار …","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"باستخدام البرامج والخدمات التي نقدمها ، فإنك توافق على شروط الخدمة وسياسة الخصوصية ومدونة قواعد السلوك الخاصة بنا.","Calendar":"تقويم","Camera":"آلة تصوير","Camera not found":"لم يتم العثور على الكاميرا","Camera Serial":"المسلسل الكاميرا","Can't access your authenticator app or device?":"لا يمكنك الوصول إلى تطبيق أو جهاز المصادقة الخاص بك؟","Can't load more, limit reached":"لا يمكن تحميل المزيد ، تم الوصول إلى الحد الأقصى","Can't select more items":"لا يمكن تحديد المزيد من العناصر","Cancel":"إلغاء","Cannot copy to clipboard":"لا يمكن النسخ إلى الحافظة","Caption":"التسمية التوضيحية","Cards":"البطاقات","Carousel slide {0} of {1}":"شريحة دائرية {0} من {1}","Cast":"طاقم العمل","Category":"فئة","Change Avatar":"تغيير الصورة الرمزية","Change Password":"تغيير كلمة المرور","Change private flag":"تغيير العلم الخاص","Changes could not be saved":"لا يمكن حفظ التغييرات","Changes successfully saved":"تم حفظ التغييرات بنجاح","Changes to the advanced settings require a restart to take effect.":"تتطلب التغييرات في الإعدادات المتقدمة إعادة التشغيل لتصبح سارية المفعول.","Checked":"التحقق","Choose an instance to continue:":"اختر مثيلًا للمتابعة:","Chroma":"كروما","Cleaning index and cache":"تنظيف الفهرس وذاكرة التخزين المؤقت","Cleanup":"تنظيف","Clear":"واضح","Clear {0}":"مسح {0}","Client":"العميل","Close":"قريب","Cluster":"المجموعة العنقودية","Cluster Admin":"مسؤول المجموعة","Cluster Node":"العقدة العنقودية","Codec":"ترميز","Color":"اللون","Color Profile":"ملف تعريف اللون","Colors":"الألوان","Compare Editions":"قارن الإصدارات","Complete Rescan":"إعادة تفحص كاملة","Confidence":"الثقة","Confirm":"التأكيد","Connect":"الاتصال","Connect via WebDAV":"الاتصال عبر WebDAV","Connected":"متصل","Contact Details":"معلومات الاتصال","Contact Us":"اتصل بنا","Contains %{n} pictures.":"يحتوي على %{n} صورة.","Contains one picture.":"يحتوي على صورة واحدة.","Content":{"":"محتوى","Edit":"محتوى"},"Continue":"المتابعة","Contributor":"مساهم","Converting":"التحويل","Copied to clipboard":"نسخ إلى الحافظة","Copy":"نسخ","Copying files from %s":"نسخ ملفات من %s","Copyright":"حقوق النشر","Could not be deleted":"لا يمكن حذفه","Could not connect, please try again":"تعذر الاتصال ، يرجى المحاولة مرة أخرى","Could not update person cover":"تعذر تحديث غطاء الشخص","Couldn't find anything.":"لا يمكن العثور على أي شيء.","Country":"دولة","Create Account":"إنشاء حساب","Create album":"إنشاء ألبوم","Create regular backups based on the configured schedule.":"إنشاء نسخ احتياطية للفهرس بناءً على الجدول الزمني الذي تم تكوينه.","Create YAML files to back up album metadata.":"قم بإنشاء ملفات YAML لعمل نسخة احتياطية من بيانات تعريف الألبوم.","Create YAML sidecar files to back up picture metadata.":"قم بإنشاء ملفات YAML الجانبية لعمل نسخة احتياطية من بيانات تعريف الصورة.","Created":"تم إنشاءه","Creating thumbnails for":"إنشاء صور مصغرة لـ","Current Password":"كلمة المرور الحالية","Custom":"مخصص","Cyan":"ازرق سماوي","Daily":"اليومي","Database":"قاعدة البيانات","Database Backups":"النسخ الاحتياطية لقاعدة البيانات","Databases":"قواعد البيانات","Date & Time":"التاريخ والوقت","Day":"يوم","Deactivate":"إلغاء التفعيل","Debug Logs":"سجلات التصحيح","Default":"مبدئي","Default Folder":"المجلد المبدئي","Delete":"حذف","Delete Album":"حذف الألبوم","Delete All":"حذف الكل","Delete all?":"حذف الكل؟","Delete orphaned index entries, sidecar files and thumbnails.":"حذف إدخالات الفهرس المعزولة والملفات الجانبية والصور المصغرة.","deleted":"محذوف","Description":"الوصف","Detailed instructions can be found in our User Guide.":"يمكن العثور على تعليمات مفصلة في دليل المستخدم الخاص بنا.","Details":"تفاصيل","Dimensions":"أبعاد","Disable all face detection and recognition features.":"تعطيل جميع ميزات اكتشاف الوجوه والتعرف عليها.","Disable Backups":"تعطيل النسخ الاحتياطية","Disable Darktable":"تعطيل Darktable","Disable ExifTool":"تعطيل ExifTool","Disable Faces":"تعطيل الوجوه","Disable features that require write permission for the originals folder.":"قم بتعطيل الميزات التي تتطلب إذن الكتابة لمجلد النسخ الأصلية.","Disable FFmpeg":"تعطيل FFmpeg","Disable ImageMagick":"تعطيل ImageMagick","Disable interactive world maps and reverse geocoding.":"تعطيل خرائط العالم التفاعلية والترميز الجغرافي العكسي.","Disable MCP":"تعطيل MCP","Disable Places":"تعطيل الأماكن","Disable RawTherapee":"تعطيل RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"قم بتعطيل نقطة نهاية بروتوكول سياق النموذج (MCP) لواجهة برمجة التطبيقات (API) لعمليات تكامل وكيل الذكاء الاصطناعي.","Disable Vectors":"تعطيل النواقل","Disable WebDAV":"تعطيل WebDAV","Disabled":"عاجز","Disables vector graphics support.":"تعطيل دعم رسومات ااتجاهات.","Disables video transcoding and thumbnail extraction.":"تعطيل تحويل ترميز الفيديو واستخراج الصور المصغرة.","Discard":"تجاهل","Discard changes and close":"تجاهل التغييرات والإغلاق","Discard invalid changes?":"تجاهل التغييرات غير الصالحة؟","Discard unsaved changes?":"تجاهل التغييرات غير المحفوظة؟","Discover":"اكتشف","Dismiss":"إغلاق","Display Name":"اسم العرض","Display picture captions in search results.":"عرض تعليقات الصور في نتائج البحث.","Display picture titles in search results.":"عرض عناوين الصور في نتائج البحث.","Document":"وثيقة","Documents":"وثائق","Don't use Darktable to convert RAW images.":"لا تستخدم Darktable لتحويل ملفات RAW.","Don't use ImageMagick to convert images.":"لا تستخدم ImageMagick لتحويل الصور.","Don't use RawTherapee to convert RAW images.":"لا تستخدم RawTherapee لتحويل ملفات RAW.","Done":"تم الإنجاز","Done.":"تم الإنجاز.","Download":"تحميل","Download only original media files, without any automatically generated files.":"قم بتحميل ملفات الوسائط الأصلية فقط ، بدون أي ملفات تم إنشاؤها تلقائيًا.","Download remote files":"تنزيل الملفات البعيدة","Downloading…":"جارى التحميل…","Drag and drop files here":"اسحب الملفات هنا","Driver":"سائق","Duplicates will be skipped and only appear once.":"سيتم تخطي المحتوى المكرر وسيعرض مرة واحدة فقط.","Duration":"مدة","Dynamic Previews":"المعاينات الديناميكية","Dynamic Size Limit: %{n}px":"حد الحجم الديناميكي:%{n} بكسل","Edit":"تعديل","Edit %{s}":"تعديل %{s}","Edit Account":"تعديل الحساب","Edit Photo":"تعديل الصورة","Edit Photos (%{n})":"تحرير الصور (%{ن})","Edited":"تم التعديل","Email":"البريد","Enable debug mode to display additional logs and help with troubleshooting.":"قم بتمكين وضع التصحيح لعرض سجلات إضافية التي تساعد على اكتشاف الأخطاء وإصلاحها.","Enable downloading of original and sidecar files from the web interface.":"تمكين تنزيل الملفات الأصلية والجانبية من واجهة الويب.","Enable face recognition and the People view to easily find people you know.":"تمكين ميزة التعرُّف على الوجوه وعرض الأشخاص للعثور على الأشخاص الذين تعرفهم بسهولة.","Enable new features that may be incomplete or unstable.":"تمكين الميزات الجديدة التي قد تكون غير كاملة أو غير مستقرة.","Enable the file browser to navigate the Originals folder structure.":"تمكين مستعرض الملفات للتنقل في بنية مجلد النسخ الأصلية.","Enables RAW converter presets. May reduce performance.":"لتمكين الإعدادات المسبقة لمحول RAW. قد يقلل من الأداء.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"يعني تمكين المصادقة الثنائية أنك ستحتاج إلى رمز تحقق تم إنشاؤه عشوائيًا لتسجيل الدخول، لذلك حتى إذا تمكن شخص ما من الوصول إلى كلمة المرور الخاصة بك، فلن يتمكن من الوصول إلى حسابك.","Engine":"المحرك","Enter date":"أدخل التاريخ","Enter dates":"أدخل التواريخ","Enter item name...":"أدخل اسم العنصر...","Enter the code generated by your authenticator app:":"أدخل الرمز الذي تم إنشاؤه بواسطة تطبيق المصادقة الخاص بك:","Enter verification code":"أدخل رمز التحقق","Enter your password to confirm the action and continue:":"أدخل كلمة المرور الخاصة بك لتأكيد الإجراء والمتابعة:","Entity not found":"الكيان غير موجود","Error":"خطأ","Errors":"أخطاء","Estimate":"تقدير","Estimate Locations":"تقدير المواقع","Estimate the approximate location of pictures without GPS coordinates.":"قم بتقدير الموقع التقريبي للصور دون إحداثيات GPS.","Every two days":"كل يومين","Exclude hidden":"استبعاد مخفي","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"يلزم استخراج البيانات التعريفية باستخدام ExifTool للحصول على دعم كامل للفيديو والصور المباشرة وXMP.","Experimental Features":"الميزات التجريبية","Expires":"تنتهي","Exposure":"التعرض","Extract still images and generate thumbnails while indexing.":"استخراج الصور الثابتة وإنشاء الصور المصغرة أثناء الفهرسة.","F Number":"رقم F","Face":"وجه","Face not found":"الوجه غير موجود","Faces":"وجوه","Failed creating file, please check permissions":"فشل إنشاء الملف ، يرجى التحقق من الصلاحيات","Failed creating folder, please check permissions":"لم يتم إنشاء المجلد ، يرجى التحقق من الصلاحيات","Failed removing link":"فشل إزالة الارتباط","Failed to connect account.":"فشل في ربط الحساب.","Failed to create zip file":"فشل في إنشاء ملف مضغوط","Failed to load users.":"فشل تحميل المستخدمين.","Failed to remove face marker":"فشل في إزالة علامة الوجه","Failed to remove name":"فشل في إزالة الاسم","Failed to restart server":"فشل إعادة تشغيل الخادم","Failed to save changes":"فشل في حفظ التغييرات","Failed to save face marker":"فشل علامة حفظ ماء الوجه","Failed to save name":"فشل في حفظ الاسم","Failed updating link":"فشل تحديث الارتباط","Family Name":"اسم العائلة","Fast":"سريع","Favorite":"مفضل","Favorites":"المفضلة","Feature disabled":"الخاصية غير مفعلة","Feature Request":"طلب المواصفات","Female":"أنثى","File":"ملف","File Browser":"متصفح الملفات","File Conversion":"تحويل الملف","File deleted":"تم حذف الملف","File Name":"اسم الملف","File not found":"لم يتم العثور على الملف","File removed from stack":"تمت إزالة الملف من المكدس","File Size":"حجم الملف","File too large":"الملف كبير جدًا","File uploaded":"تم تحميل الملف","Filename":"اسم الملف","Files":"الملفات","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"الملفات ذات الأسماء المتسلسلة مثل \"IMG_1234 (2)\" و \"IMG_1234 (3)\" تنتمي إلى نفس الصورة.","First page":"الصفحة الاولى","Focal Length":"البعد البؤري","Folder":"مجلد","Folder contains %{n} files":"يحتوي المجلد على %{n} من الملفات","Folder is empty":"مجلد فارغ","Folders":"المجلدات","Forgot password?":"هل نسيت كلمة السر؟","FPS":"FPS","Frames":"الإطارات","Full Access":"الوصول الكامل","Fullscreen":"شاشة كاملة","General":"عام","Generate":"يولد","Generate Previews":"إنشاء معاينات","Generated":"تم توليده","Get Started":"البدء","Given Name":"الاسم المعطى","Global Options":"خيارات عالمية","Go to page {0}":"انتقل إلى الصفحة {0}","Gold":"ذهب","Green":"لون أخضر","Grey":"رمادي","Groups":"المجموعات","Guest":"ضيف","Hash":"تجزئة","Help":"مساعدة","Help & Support":"ساعد لدعم","Hidden":"مختفي","Hidden Files":"الملفات المخفية","Hide":"يخفي","Hide Caption":"إخفاء التسمية التوضيحية","Hide face markers":"إخفاء علامات الوجه","Hide private content from global views while keeping it accessible in the Private section.":"إخفاء العناصر الخاصة من طرق العرض العامة مع إبقائها متاحة في القسم الخاص.","High":"عالٍ","High Dynamic Range (HDR)":"المدى الديناميكي العالي (HDR)","Hybrid":"هجين","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"إذا فقدت الوصول إلى تطبيق أو جهاز المصادقة الخاص بك، فيمكنك استخدام رمز الاسترداد لاستعادة الوصول إلى حسابك.","Image":"صورة","Image Quality":"جودة الصورة","Import":"يستورد","Import canceled":"تم إلغاء الاستيراد","Import completed in %d s":"اكتمل الاستيراد في %d ثانية","Import failed":"فشل الاستيراد","Imported files will be sorted by date and given a unique name to avoid duplicates.":"سيتم فرز الملفات المستوردة حسب التاريخ وإعطاء اسم فريد لتجنب التكرار.","Importing %{s}…":"استيراد %{s}…","Importing files to originals…":"جارٍ استيراد الملفات إلى النسخ الأصلية …","in":"في","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"في حالة الصور التي تتوقعها مفقودة ، يرجى إعادة فحص مكتبتك وانتظر حتى تكتمل الفهرسة.","Include RAW image files when downloading stacks and archives.":"قم بتضمين ملفات صور RAW عند تنزيل حزم وأرشيفات.","Include sidecar files when downloading stacks and archives.":"قم بتضمين الملفات الجانبية عند تنزيل الحزم والمحفوظات.","Increase storage size or delete files to continue.":"قم بزيادة حجم التخزين أو حذف الملفات للاستمرار.","Index":"فِهرِس","Indexing":"الفهرسة","Indexing canceled":"تم إلغاء الفهرسة","Indexing completed in %d s":"اكتملت الفهرسة في %d ثانية","Indexing failed":"فشلت الفهرسة","Indexing files in %s":"فهرسة الملفات في %s","Indexing media and sidecar files…":"جارٍ فهرسة الوسائط والملفات الجانبية …","Indexing originals...":"تتم فهرسة الصور الأصلية ...","Information":"المعلومات","Inherit":"وراثة","Instance":"المثيل","Instance ID":"معرف المثيل","Instance unreachable. Try again once it's back online.":"لا يمكن الوصول إلى المثيل. حاول مرة أخرى عندما يعود إلى الاتصال بالإنترنت.","Instances":"المثيلات","Insufficient storage":"مساحة تخزين غير كافية","Insufficient storage.":"مساحة تخزين غير كافية.","Interval":"فترة","Invalid":"غير صالح","Invalid address":"عنوان غير صالح","Invalid country":"بلد غير صالح","Invalid credentials":"بيانات الاعتماد غير صالحة","Invalid date":"تاريخ غير صالح","Invalid link":"رابط غير صالح","Invalid name":"اسم غير صحيح","Invalid parameters":"معلمات غير صالحة","Invalid password, please try again":"كلمة السر غير مطابقة، يرجى المحاولة مرة أخرى","Invalid photo selected":"تم تحديد صورة غير صالحة","Invalid time":"الوقت غير صالح","Invalid URL":"عنوان URL غير صالح","Invalid verification code, please try again":"رمز التحقق غير صالح، يرجى المحاولة مرة أخرى","IP Address":"عنوان IP","It is a one-time use code that will disable 2FA for your account when you use it.":"إنه رمز للاستخدام لمرة واحدة والذي سيؤدي إلى تعطيل المصادقة الثنائية لحسابك عند استخدامه.","Item":"العنصر","Items per page:":"العناصر لكل صفحة:","JPEG Quality: %{n}":"جودة JPEG: %{n}","JPEG Size Limit: %{n}px":"حد حجم JPEG: %{n} بكسل","JPEGs and thumbnails are automatically rendered as needed.":"يتم تقديم ملفات JPEG والصور المصغرة تلقائيًا حسب الحاجة.","Keyword":"الكلمة الرئيسية","Keywords":"الكلمات الدالة","Label":"مُلصَق","Label not found":"لا يمكن العثور على التصنيف","Label saved":"تم حفظ التصنيف","Labels":"ملصقات","Labels deleted":"تم حذف التصنيفات","Language":"لغة","Last Active":"آخر نشاط","Last Login":"آخر تسجيل دخول","Last page":"الصفحة الاخيرة","Last Sync":"آخر مزامنة","Last Used":"آخر أستخدام","Latitude":"خط العرض","LDAP/AD":"LDAP / AD","Learn more":"اعرف المزيد","Learn More":"اعرف المزيد","Legal Information":"المعلومات القانونية","Lens":"عدسة","Lens not found":"لم يتم العثور على العدسة","Library":"مكتبة","License":"رخصة","Like":"المفضلة","Lime":"جير","Limit reached, showing first %{n} files":"تم بلوغ الحد ، عرض أول %{n} ملف","Link":"ربط","List":"قائمة","List View":"عرض القائمة","Live":"يعيش","Live Photos":"Live Photos","Load more":"تحميل المزيد","Loading items...":"جاري تحميل المواد...","Loading...":"تحميل...","Local":"محلي","Local Time":"التوقيت المحلي","Location":"موقع","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"تظهر السجلات هنا كلما وجد PhotoPrism ملفات معطلة ، أو كانت هناك مشكلات أخرى محتملة.","Login":"تسجيل الدخول","Logs":"السجلات","Longitude":"خط الطول","Lost server connection":"فقدان الاتصال بالخادم","Low":"قليل","Magenta":"أرجواني","Main Color":"اللون الأساسي","Male":"ذكر","Manage Account":"إدارة الحساب","Manager":"المدير","Manual":"يدوي","Manual Upload":"تحميل يدوي","Maps":"الخرائط","Marker":"علامة","Maximum number of accounts has been reached.":"تم الوصول إلى الحد الأقصى لعدد الحسابات.","Media":"وسائط","Medium":"متوسط","Membership":"عضوية","Merge %{a} with %{b}?":"هل تريد دمج %{a} مع %{b}؟","Message":"رسالة","Metadata":"البيانات الوصفية","Metrics":"المقاييس","Minimize":"تصغير","Missing":"مفقود","Missing or invalid configuration":"تكوين مفقود أو غير صالح","mixed":"مختلطة","Moments":"لحظات","Monochrome":"أحادي اللون","Month":"شهر","More options":"مزيد من الخيارات","Mosaic":"فسيفساء","Most Relevant":"الأكثر صلة","Move Files":"نقل الملفات","Moving files from %s":"نقل الملفات من %s","Must have at least %{n} characters.":"يجب أن يحتوي على %{n} أحرف على الأقل.","Mute":"صامت","Name":"اسم","Name too long":"الاسم طويل جدًا","Never":"أبداً","New":"جديد","New Password":"كلمة السر الجديدة","Newest First":"الاحدث اولا","Next":"التالي","Next page":"الصفحة التالية","Next visual":"الصورة التالية","No":"رقم","No Access":"لا يمكن الوصول","No albums assigned":"لا توجد ألبومات مخصصة","No albums found":"لم يتم العثور على ألبومات","No albums selected":"لم يتم تحديد ألبومات","No data available":"لا توجد بيانات متاحة","No files available for download":"لا توجد ملفات متاحة للتنزيل","No items selected":"لم يتم اختيار المحتوى","No labels assigned":"لم يتم تعيين أي تسميات","No labels found":"لم يتم العثور على تسميات","No labels selected":"لم يتم تحديد المعرفات","No matching records found":"لم يتم العثور على سجلات مطابقة","No more":"لا مزيد","No people found":"لم يتم العثور على أشخاص","No pictures found":"لم يتم العثور على صور","No recently edited pictures":"لا توجد صور تم تحريرها مؤخرا","No registered instances.":"لا توجد حالات مسجلة.","No results":"لا توجد نتائج","No server connection":"لا يوجد اتصال بالخادم","No servers configured.":"لم يتم تكوين أي خوادم.","No services configured.":"لم يتم تكوين أي خدمات.","No thanks":"لا شكرا","No users on this instance.":"لا يوجد مستخدمون في هذه النسخة.","No warnings or error containing this keyword. Note that search is case-sensitive.":"لا تحذيرات أو خطأ يحتوي على هذه الكلمة الأساسية. لاحظ أن البحث حساس لحالة الأحرف.","Node":"العقدة","Nodes":"العُقد","Non-photographic and low-quality images require a review before they appear in search results.":"تتطلب الصور غير الفوتوغرافية وذات الجودة المنخفضة المراجعة قبل ظهورها في نتائج البحث.","None":"لا أحد","Not allowed":"غير مسموح به","Not available in public mode":"غير متاح في الوضع العام","Not available in read-only mode":"غير متوفر في وضع القراءة فقط","Not found":"لم يتم العثور","Not sorted.":"غير مرتب.","Not supported":"غير مدعوم","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 ، كخدمة عن بُعد للنسخ الاحتياطي وتحميل الملفات.","Notes":"ملحوظات","Nothing to see here yet.":"لا شيء لتراه هنا حتى الآن. كن صبوراً.","Nothing was found.":"لم يتم العثور على شيء.","Offline":"غير متصل على الانترنت","OK":"نعم","Oldest First":"الاقدم اولا","On Windows, enter the following resource in the connection dialog:":"في نظام التشغيل Windows ، أدخل المورد التالي في مربع حوار الاتصال:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"قد يؤدي إنشاء الصور المصغرة عند الطلب إلى زيادة استخدام وحدة المعالجة المركزية والذاكرة. لا يُنصح باستخدامه مع الخوادم ذات الموارد المحدودة وأجهزة NAS.","Once a week":"مرة في الأسبوع","One album found":"تم العثور على ألبوم واحد","One entry added to %s":"تمت إضافة إدخال واحد إلى %s","One entry removed from %s":"تمت إزالة إدخال واحد من %s","One file found":"تم العثور على ملف واحد","One file uploaded":"تم تحميل ملف واحد","One folder found":"تم العثور على مجلد واحد","One label found":"تم العثور على تسمية واحدة","One person found":"تم العثور على شخص واحد","One picture found":"تم العثور على صورة واحدة","Only locally managed accounts can be set up for authentication with 2FA.":"يمكن إعداد الحسابات المُدارة محليًا فقط للمصادقة باستخدام المصادقة الثنائية (2FA).","Open":"يفتح","optional":"خياري","or":"أو","Orange":"البرتقالي","Organization":"المنظمة","Orientation":"توجيه","Original file names will be stored and indexed.":"سيتم تخزين أسماء الملفات الأصلية وفهرستها.","Original Name":"الاسم الاصلي","Originals":"أصول","Originals folder is empty":"مجلد النسخ الأصلية فارغ","Other":"آخر","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"مهمتنا هي توفير الحل الأكثر ملاءمة للمستخدم والخصوصية للحفاظ على صورك منظمة ويمكن الوصول إليها.","Outdoor":"في الخارج","Page {0}, Current page":"الصفحة {0}، الصفحة الحالية","Pages":"الصفحات","Pagination Navigation":"التنقل عبر الصفحات","Panorama":"بانوراما","Panoramas":"بانوراما","Part of all selected photos":"جزء من جميع الصور المختارة","Part of some selected photos":"جزء من بعض الصور المختارة","Password":"كلمة المرور","Password changed":"تم تغيير كلمة السر","Pause":"توقف مؤقت","Payment required":"يلزم الدفع","People":"الأشخاص","People you share a link with will be able to view public contents.":"سيتمكن الأشخاص الذين تشارك الرابط معهم من عرض المحتويات العامة.","Permanently deleted":"تم الحذف بشكل نهائي","Permission denied":"طلب الاذن مرفوض","Person":"شخص","Person cover updated":"تم تحديث غطاء الشخص","Person deleted":"تم حذف الشخص","Person not found":"لم يتم العثور على الشخص","Person saved":"حفظ الشخص","Personal":"شخصي","Photo":"صورة","PhotoPrism is 100% self-funded and independent.":"PhotoPrism هو 100٪ مستقل وممول ذاتيًا.","PhotoPrism+ Membership":"PhotoPrism + عضوية","Photos":"الصور","Picture":"صورة","Picture Title":"عنوان الصورة","Pink":"لون القرنفل","Pinned":"مثبت","Place":"مكان","Place & Time":"المكان والزمان","Places":"أماكن","Play":"لعب","Please confirm your new password.":"يرجى تأكيد كلمة المرور الجديدة الخاصة بك.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"يرجى نسخ كلمة مرور التطبيق التالية التي تم إنشاؤها عشوائيًا والاحتفاظ بها في مكان آمن، حيث لن تتمكن من رؤيتها مرة أخرى:","Please do not upload any private, unlawful or offensive pictures.":"يرجى عدم تحميل أي صور خاصة أو غير قانونية أو مسيئة.","Please don't upload photos containing offensive content.":"الرجاء عدم تحميل الصور التي تحتوي على محتوى مسيء.","Please enter OTP character {0}":"الرجاء إدخال حرف OTP {0}","Please log in to your account":"يرجى تسجيل الدخول إلى حسابك","Please note that changing your password will log you out on other devices and browsers.":"يرجى ملاحظة أن تغيير كلمة المرور الخاصة بك سيؤدي إلى تسجيل خروجك على الأجهزة والمتصفحات الاخرى.","Please restart your instance for the changes to take effect.":"يرجى إعادة تشغيل المثيل الخاص بك لتصبح التغييرات سارية المفعول.","Please wait…":"انتظر من فضلك…","PM":"مساءً","PNG Size Limit: %{n}px":"حد حجم PNG: %{n} بكسل","Portal":"البوابة","Portrait":"لَوحَة","Preserve filenames":"الاحتفاظ بأسماء الملفات","Press enter to create a new album.":"اضغط على Enter لإنشاء ألبوم جديد.","Press enter to create new item":"اضغط على Enter لإنشاء عنصر جديد","Prevent database and album backups as well as YAML sidecar files from being created.":"منع إنشاء النسخ الاحتياطية لقاعدة البيانات والألبومات وكذلك ملفات YAML الجانبية.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"منع التطبيقات الاخرى من الوصول إلى PhotoPrism كمحرك أقراص شبكة مشترك.","Preview":"معاينة","Preview Images":"معاينة الصور","Previous":"سابق","Previous page":"الصفحة السابقة","Previous visual":"الصورة السابقة","Primary":"الأولية","Private":"خاص","Processing upload...":"جارٍ معالجة التحميل ...","Product Feedback":"ملاحظات المنتج","Projection":"تنبؤ","Purple":"أرجواني","Quality Filter":"مرشح الجودة","Quality Score":"نقاط الجودة","Quota exceeded":"تم تجاوز المساحة المخصصة","Random":"عشوائي","Rating {0} of {1}":"التقييم {0} من {1}","Raw":"خام","RAW":"الخام","Re-index all originals, including already indexed and unchanged files.":"أعد فهرسة جميع الأصول ، بما في ذلك الملفات المفهرسة بالفعل والتي لم يتم تغييرها.","Read-Only Mode":"وضع القراءة فقط","Recently Added":"أضيف حديثا","Recently Archived":"مؤرشفة مؤخرا","Recently Edited":"تم تحريره مؤخرًا","Recognition starts after indexing has been completed.":"يبدأ التعرف بعد اكتمال الفهرسة.","Recognized":"معروف","Recovery Code":"رمز الاسترداد","Red":"أحمر","Refresh":"ينعش","Regions":"المناطق","Register":"يسجل","Reload":"إعادة تحميل","Reloading…":"جارٍ إعادة التحميل…","Remote Sync":"مزامنة عن بعد","Remove":"إزالة","remove failed: unknown album":"فشل الإزالة: ألبوم غير معروف","Remove from Album":"إزالة من الألبوم","Remove from all":"إزالة من جميع","Remove from all selected photos":"إزالة من جميع الصور المحددة","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"إزالة الملفات المستوردة لحفظ المساحة. لن يتم حذف أنواع الملفات الغير مدعومة مطلقًا ، وستظل في موقعها الحالي.","Remove the selected instance from the cluster registry?":"إزالة المثيل المحدد من سجل المجموعة؟","Removed":"تمت الإزالة","Removed %{name}":"تم حذف %{name}","Removed %d files and %d photos":"تمت إزالة %d ملفات و %d صورة","Repeated":"متكرر","Request failed - are you offline?":"فشل الطلب - هل أنت غير متصل؟","Request failed - invalid response":"فشل الطلب - استجابة غير صالحة","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"يجب مراجعة الصور الغير فوتوغرافية و الصور ذات الجودة المنخفضة قبل ظهورها في نتائج البحث.","Resolution":"الجودة","Restart":"إعادة التشغيل","Restore":"استرجاع","Restored":"تم الاسترجاع","Retry Limit":"حد إعادة المحاولة","Retype Password":"اعد ادخال كلمة المرور","Review":"التدقيق","Role":"دور","Roles":"الأدوار","Rotated":"تدوير","Rows per page:":"عدد الصفوف في الصفحة:","Satellite":"الأقمار الصناعية","Save":"حفظ","Save changes":"حفظ التغييرات","Scan":"مسح","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"امسح رمز الاستجابة السريعة باستخدام تطبيق المصادقة الخاص بك أو استخدم مفتاح الإعداد الموضح أدناه ثم أدخل رمز التحقق الذي تم إنشاؤه:","Scans":"عمليات المسح","Scope":"نطاق","Scopes":"النطاقات","Search":"البحث","Season":"الموسم","Secret":"سر","Security and Access":"الأمن والوصول","Select":"اختار","Select a source folder to import files…":"حدد ملف المصدر لاستيراد الملفات…","Select date":"حدد التاريخ","Select dates":"حدد التواريخ","Select or create albums":"تحديد ألبومات أو إنشاء ألبومات","Select or create labels":"تحديد التسميات أو إنشاؤها","Select or drop files to upload…":"حدد أو أسقط الملفات لتحميلها…","Select the files to upload…":"حدد الملفات التي تريد تحميلها…","Select the folder to be indexed…":"حدد المجلد الذي تريد فهرسته…","Select Time":"حدد الوقت","Selection":"الاختيار","Selection added to %s":"تمت إضافة التحديد إلى %s","Selection approved":"تمت الموافقة على الاختيار","Selection archived":"تمت أرشفة المحتوى المحدد","Selection marked as private":"تم تحديد الاختيار على أنه خاص","Selection not found":"الاختيار غير موجود","Selection restored":"تم استعادة المحتوى المحدد","Sequential Name":"الاسم المتسلسل","Service":"الخدمة","Service URL":"رابط الخدمة","Services":"الخدمات","Session":"جلسة العمل","Session ID":"معرف جلسة العمل","Sessions":"الجلسات","Set as Album Cover":"تعيين كغلاف للألبوم","Set as Cover Image":"تعيين كصورة غلاف","Settings":"الإعدادات","Settings saved":"تم حفظ الإعدادات","Setup":"تخصيص","Severity":"الخطورة","Share":"المشاركة","Share %{s}":"مشاركة %{s}","Show":"عرض","Show All Labels":"إظهار كافة التسميات","Show all new faces":"عرض كل الوجوه الجديدة","Show Caption":"إظهار التسمية التوضيحية","Show Captions":"إظهار التسميات التوضيحية","Show face markers":"إظهار علامات الوجه","Show hidden":"أظهر المخفي","Show Important Only":"عرض مهم فقط","Show logs in the web interface to monitor activity and troubleshoot problems.":"إظهار السجلات في واجهة الويب لمراقبة النشاط واستكشاف المشاكل وإصلاحها.","Show smart albums that group pictures by occasion, trip, or location.":"عرض الألبومات الذكية التي تجمع الصور حسب المناسبة أو الرحلة أو الموقع.","Show the Account page so users can manage their profile and security settings.":"إظهار صفحة الحساب حتى يتمكن المستخدمون من إدارة ملفهم الشخصي وإعدادات الأمان.","Show the Calendar view to browse the library by year and month.":"اعرض عرض التقويم لتصفح المكتبة حسب السنة والشهر.","Show the Labels section to view and manage AI-generated labels.":"اعرض قسم التسميات لعرض التسميات التي تم إنشاؤها بالذكاء الاصطناعي وإدارتها.","Show the Library section to index, manage, and monitor the media library.":"عرض قسم المكتبة لفهرسة مكتبة الوسائط وإدارتها ومراقبتها.","Show the Places view with interactive maps so you can browse photos by location.":"عرض عرض الأماكن مع خرائط تفاعلية حتى تتمكن من استعراض الصور حسب الموقع.","Show Titles":"إظهار العناوين","Sidecar":"Sidecar","Sidecar Files":"ملفات Sidecar","Sign in":"تسجيل الدخول","Sign Out":"تسجيل الخروج","Similar":"مماثل","Site URL":"عنوان URL للموقع","Size":"بحجم","Slideshow":"عرض الشرائح","Slow":"بطيء","Software":"برمجة","Software Update":"تحديث البرنامج","Some albums could not be copied":"تعذر نسخ بعض الألبومات","Some albums could not be created. Please edit the names and try again.":"تعذر إنشاء بعض الألبومات. يرجى تعديل الأسماء والمحاولة مرة أخرى.","Some albums could not be updated":"تعذر تحديث بعض الألبومات","Something went wrong, try again":"حدث خطأ ما، حاول مرة أخرى","Sort by":"فرز حسب","Sort by Name (A–Z)":"الترتيب حسب الاسم (من ألف إلى ياء)","Sort by Photo Count":"فرز حسب عدد الصور","Sort by Relevance":"فرز حسب الصلة بالموضوع","Sort Order":"امر ترتيب","Sorted ascending.":"مرتبة تصاعديًا.","Sorted descending.":"مرتبة تنازليا.","Source":"مصدر","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":"المجموعات","Start":"بداية","Start Page":"صفحة البداية","Static Size Limit: %{n}px":"حد الحجم الثابت: %{n} بكسل","Status":"الحالة","Stay signed in on this device":"ابق مسجلاً الدخول على هذا الجهاز","Stop Casting":"إيقاف الصب","Storage":"المساحة","Streets":"الشوارع","Subject":"المواضيع","Subject deleted":"تم حذف الموضوع","Subject not found":"لا يمكن العثور على الموضوع","Subject saved":"تم حفظ الموضوع","Successfully activated":"تم التفعيل بنجاح","Successfully Connected":"تم الاتصال بنجاح","Successfully deleted":"تم الحذف بنجاح","Successfully verified":"تم التحقق بنجاح","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"دعم الخدمات الإضافية ، مثل Google Drive ، ستتم إضافته بمرور الوقت.","Support Our Mission":"دعم مهمتنا","Sync":"مزامنة","Sync raw and video files":"مزامنة ملفات الفيديو الخام","Taken":"مأخوذ","Teal":"بط نهري صغير","Terrain":"التضاريس","Text":"نص","Thank You for Your Support!":"شكرا لدعمك!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"لهذا السبب تم إنشاء PhotoPrism من الألف إلى الياء للتشغيل أينما تريد ، دون المساس بالحرية أو الخصوصية أو الوظيفة.","The index currently contains %{n} hidden files.":"يحتوي الفهرس حاليًا على %{n} من الملفات المخفية.","The instance rejected the cluster credentials.":"رفضت المثيل بيانات اعتماد المجموعة.","The instance returned an unexpected redirect.":"أرجعت الحالة إعادة توجيه غير متوقعة.","The wakeup interval is %s, but must be 1h or less":"فترة التنبيه هي %s ، لكن يجب أن تكون ساعة واحدة أو أقل","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"قد لا يكون تنسيقها مدعومًا ، أو لم يتم تحويلها إلى JPEG بعد أو أن هناك نسخًا مكررة.","Theme":"هوية التصميم","This account is missing an ID and can't be edited.":"هذا الحساب يفتقد إلى معرّف ولا يمكن تعديله.","This field is required":"هذه الخانة مطلوبة","This instance has no site URL configured.":"لم يتم تكوين عنوان URL للموقع في هذه الحالة.","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 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. ":"يعمل هذا على تثبيت مجلد النسخ الأصلية كمحرك أقراص شبكة ويسمح لك بفتح الملفات وتعديلها وحذفها من جهاز الكمبيوتر أو الهاتف الذكي كما لو كانت محلية.","Time":"الوقت","Time UTC":"الوقت بالتوقيت العالمي المنسق","Time Zone":"وحدة زمنية","Timeout":"نفذ الوقت","Title":{"":"عنوان","Account":"عنوان","Photo":"عنوان"},"Title / Position":"اللقب / المنصب","to":"إلى","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"لتجنب حظر دخولك إلى حسابك، يرجى تنزيل رمز الاسترداد هذا أو طباعته أو نسخه الآن والاحتفاظ به في مكان آمن.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"لإنشاء كلمة مرور جديدة خاصة بالتطبيق، يرجى إدخال الاسم ونطاق الترخيص الخاص بالتطبيق وتحديد تاريخ انتهاء الصلاحية:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"للتبديل إلى تطبيق أو جهاز مصادقة جديد، قم أولاً بإلغاء تنشيط المصادقة الثنائية ثم أعد تنشيطها:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"للترقية ، يمكنك إما إدخال رمز التفعيل أو النقر فوق \"تسجيل\" للتسجيل على موقعنا الإلكتروني:","Today":"اليوم","Toggle View":"نظرة قوية","Token":"رمز","Too many files selected":"تم تحديد عدد كبير جدًا من الملفات","Too many requests":"طلبات كثيرة جدا","Troubleshooting":"استكشاف الأخطاء وإصلاحها","Try again using other filters or keywords.":"حاول مرة أخرى باستخدام عوامل تصفية أو كلمات رئيسية أخرى.","Two-factor authentication has been enabled for your account.":"لقد تم تفعيل المصادقة الثنائية لحسابك.","Type":"يكتب","Unable to delete":"تعذر الحذف","Unable to do that":"لا يمكنني القيام بذلك","Unassign":"إلغاء التعيين","Unauthorized":"غير مصرح","Undo":"الغاء التحميل","Unique ID":"معرف مميز","Unknown":"مجهول","Unknown location":"موقع غير معروف","Unregistered":"غير مسجل","Unsorted":"غير مصنف","Unstack":"فصل المحتوى","Unsupported":"غير مدعوم","Unsupported format":"صيغة غير مدعومة","Unsupported type":"نوع غير معتمد","Updated":"محدث","Updating faces":"تحديث الوجوه","Updating index":"تحديث الفهرس","Updating moments":"تحديث اللحظات","Updating picture…":"جارٍ تحديث الصورة ...","Updating previews":"تحديث المعاينات","Updating stacks":"تحديث المداخن","Upgrade":"رفع مستوى","Upgrade Now":"تحديث الآن","Upload":"تحميل","Upload complete":"اكتمل التحميل","Upload complete. Indexing…":"اكتمل التحميل. جارٍ الفهرسة …","Upload failed":"فشل التحميل","Upload has been processed":"تمت معالجة التحميل","Upload local files":"تحميل الملفات المحلية","Upload might be offensive":"المحتوى المرفوع قد يكون مسيئا","Upload Path":"تحميل المسار","Uploading %{n} of %{t}…":"جارٍ تحميل %{n} من %{t}…","Uploading photos…":"جارٍ تحميل الصور …","Uploading…":"جارٍ الرفع...","Uploads that may contain such images will be rejected automatically.":"سيتم رفض التحميلات التي قد تحتوي على مثل هذه الصور تلقائيًا.","URL":"URL","Use Presets":"استخدم الإعدادات المسبقة","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"استخدم رمز الاسترداد التالي للوصول إلى حسابك عندما لا تتمكن من إنشاء رمز تحقق صالح باستخدام تطبيق المصادقة الخاص بك:","Use your recovery code or contact an administrator for help.":"استخدم رمز الاسترداد الخاص بك أو اتصل بالمسؤول للحصول على المساعدة.","User":"المستعمل","User Guide":"دليل المستخدم","User Interface":"واجهة المستخدم","User not found":"المستخدم ليس موجود","Username":"اسم المستخدم","Users":"المستخدمون","UUID":"UUID","Vector":"المتجه","Vectors":"الابعاد","Verification Code":"رمز التحقق","Version":"الإصدار","Video":"فيديو","Video Duration":"مدة الفيديو","Videos":"أشرطة فيديو","View":"العرض","View search results as a list.":"عرض نتائج البحث كقائمة.","Viewer":"نافذة العرض","Vision":"الرؤية","Visitor":"زائر","Visual Similarity":"التشابه البصري","Warning":"تحذير","Web Login":"تسجيل الدخول عبر الويب","WebDAV":"WebDAV","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، مثل Microsoft Windows Explorer أو Apple's Finder، الاتصال مباشرة بـ PhotoPrism.","WebDAV Upload":"تحميل WebDAV","WebGL support is disabled in your browser":"تم تعطيل دعم WebGL في متصفحك","Website":"الموقع الالكتروني","White":"أبيض","Work Details":"تفاصيل العمل","Year":"سنة","Yellow":"اصفر","Yes":"نعم","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"نرحب باتصالك بنا على membership@photoprism.app لطرح أسئلة بخصوص عضويتك.","You can only download one album":"يمكنك تنزيل ألبوم واحد فقط","You can only download one label":"يمكنك فقط تحميل تسمية واحدة","You can search for a location or move the marker on the map to change the position:":"يمكنك البحث عن موقع أو تحريك العلامة على الخريطة لتغيير الموقع:","You can upload up to %{n} files for test purposes.":"يمكنك تحميل ما يصل إلى %{n} من الملفات لأغراض الاختبار.","You cannot change your own role.":"لا يمكنك تغيير دورك.","You do not have access to any instances.":"ليس لديك حق الوصول إلى أي مثيلات.","You may only select one item":"يمكنك اختيار عنصر واحد فقط","You may rescan your library to find additional faces.":"يمكنك إعادة فحص مكتبتك للعثور على وجوه إضافية.","Your account could not be connected":"لا يمكن ربط حسابك","Your account has been successfully connected.":"تم ربط حسابك بنجاح.","Your browser does not support WebGL":"متصفحك لا يدعم WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"يساعدنا دعمك المستمر في توفير تحديثات منتظمة والبقاء مستقلين ، حتى نتمكن من تنفيذ مهمتنا وحماية خصوصيتك.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"يتم تحليل مكتبتك بشكل مستمر لإنشاء ألبومات الحظات الخاصة والرحلات والأماكن تلقائيًا.","Zip created in %d s":"تم إنشاء الملف المضغوط خلال %d ثوانٍ","Zoom in/out":"التكبير / التصغير","Archive":{"Noun":"الأرشيف","Verb":"الأرشيف"},"Add a Title":{"Photo":"إضافة عنوان"}}} \ No newline at end of file +{"ar":{"{0} appended action":"{0} تم إضافة إجراء","{0} files":"{0} ملفات","{0} files ({1} in total)":"{0} ملفات ({1} في المجموع)","{0} more":"{0} المزيد","{0} prepended action":"{0} تم إضافة الإجراء مسبقًا","{0} selected":"تم اختيار {0}","{0}-{1} of {2}":"{0}-{1} من {2}","%{n} albums found":"تم العثور على %{n} من الألبومات","%{n} files uploaded":"تم تحميل %{n} من الملفات","%{n} folders found":"تم العثور على %{n} من المجلدات","%{n} GB of %{q} GB used":"%{n} جيجابايت من %{q} جيجابايت مستخدمة","%{n} labels found":"تم العثور على %{n} من التصنيفات","%{n} people found":"تم العثور على %{n} من الأشخاص","%{n} pictures found":"تم العثور على %{n} من الصور","%{s} is too long":"%{s} طويل جدًا","%{s} is too short":"%{s} قصير جدًا","%d entries added to %s":"تمت إضافة %d مدخلات إلى %s","%d entries removed from %s":"تمت إزالة %d مدخلات من %s","%d files uploaded in %d s":"تم تحميل %d ملف في %d ثانية","%s already exists":"%s موجود بالفعل","%s has been restored":"تمت استعادة %s","1 hour":"ساعة واحدة","12 hours":"12 ساعة","2-Factor Authentication":"المصادقة الثنائية","2FA":"2FA","4 hours":"4 ساعات","A click will copy it to your clipboard.":"انقر للنسخ إلى الحافظة الخاصة بك.","A new version of %{s} is available:":"يتوفر إصدار جديد من %{s}:","About":"عن","Access granted.":"تم منح حق الوصول.","Access revoked.":"تم إلغاء حق الوصول.","Access Token":"رمز الوصول","Account":"الحساب","Account created":"تم إنشاء الحساب","Account deleted":"تم حذف الحساب","Account Group Mappings":"تعيينات مجموعات الحسابات","Account not found":"لا يمكن العثور على الحساب","Account restored":"تم استعادة الحساب","Account saved":"تم حفظ الحساب","Accounts":"الحسابات","Accuracy":"دقة","Action":"إجراء","Actions":"أجراءات","Activate":"تفعيل","Activate to remove sorting.":"قم بالتفعيل لإزالة الفرز.","Activate to sort ascending.":"قم بالتفعيل للفرز تصاعديًا.","Activate to sort descending.":"قم بالتفعيل لفرز تنازليًا.","Activation Code":"رمز التفعيل","Activity":"النشاط","Add":"إضافة","Add %{s}?":"إضافة %{s}؟","Add a Caption":"إضافة تسمية توضيحية","Add Account":"إضافة حساب","Add Album":"أضف ألبوم","Add Link":"إضافة رابط","Add Notes":"إضافة ملاحظات","Add person?":"إضافة شخص؟","Add pictures from search results by selecting them.":"أضف الصور من نتائج البحث عن طريق تحديدها.","Add to album":"أضف إلى الألبوم","Add to all":"إضافة إلى الكل","Add to all selected photos":"إضافة إلى جميع الصور المحددة","Added":"مضاف","Added %{name}":"تمت إضافة %{name}","Adjust Camera Info":"ضبط معلومات الكاميرا","Adjust Date & Time":"ضبط التاريخ والوقت","Adjust Location":"ضبط الموقع","Admin":"مسؤول","Advanced":"متقدم","Advertise URL":"الإعلان عن عنوان URL","After 1 day":"بعد يوم واحد","After 3 days":"بعد 3 ايام","After 7 days":"بعد 7 أيام","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"بعد إدخال كلمة المرور الخاصة بك للتأكيد، يمكنك إعداد المصادقة الثنائية باستخدام تطبيق أو جهاز مصادقة متوافق:","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 %s deleted":"تم حذف الألبوم %s","Album Backups":"النسخ الاحتياطية للألبوم","Album contents cloned":"تم نسخ محتويات الألبوم","Album created":"تم إنشاء الألبوم","Album deleted":"تم حذف الألبوم","Album not found":"لا يمكن العثور على الألبوم","Album saved":"تم حفظ الألبوم","Albums":"ألبومات","Albums deleted":"تم حذف الألبومات","All":"الجميع","All %{n} albums loaded":"تم تحميل كافة الألبومات الـ %{n}","All %{n} labels loaded":"تم تحميل كافة التسميات الـ %{n}","All %{n} people loaded":"تم تحميل جميع الأشخاص الـ %{n}","All Cameras":"جميع الكاميرات","All Categories":"جميع الفئات","All Colors":"جميع الالوان","All Countries":"كل البلدان","All files from import folder":"جميع الملفات من مجلد الاستيراد","All Lenses":"جميع العدسات","All Months":"كل الشهور","All originals":"جميع النسخ الأصلية","All Years":"جميع السنوات","Allow configuration and use of connected apps and services for remote uploads and sync.":"السماح بتكوين واستخدام التطبيقات والخدمات المتصلة للتحميل والمزامنة عن بُعد.","Allow editing of metadata such as title, description, date, and location.":"السماح بتحرير البيانات الوصفية مثل العنوان والوصف والتاريخ والموقع.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"السماح بتحرير البيانات الوصفية والتسميات والألبومات لصور متعددة في وقت واحد.","Allow files to be copied or moved from the Import to the Originals folder.":"قم بتمكين أداة الاستيراد لنسخ الملفات أو نقلها من مجلد الاستيراد إلى النسخ الأصلية.","Allow files to be permanently deleted to free up storage space.":"السماح بحذف الملفات بشكل دائم لتحرير مساحة تخزين.","Allow users to archive photos and videos so they are hidden without being deleted.":"السماح للمستخدمين بأرشفة الصور ومقاطع الفيديو بحيث يتم إخفاؤها دون حذفها.","Allow users to create and share links, and enable sharing with connected services.":"السماح للمستخدمين بإنشاء الروابط ومشاركتها، وتمكين المشاركة مع الخدمات المتصلة.","Allow users to upload new photos and videos through the web interface.":"السماح للمستخدمين بتحميل صور ومقاطع فيديو جديدة من خلال واجهة الويب.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"بدلاً من ذلك ، يمكنك تحميل الملفات مباشرة إلى خوادم WebDAV مثل Nextcloud.","Altitude":"ارتفاع","Altitude (m)":"الارتفاع (م)","AM":"صباحاً","Animated":"متحركة","Animation":"صور متحركة","Animations":"الرسوم المتحركة","Any private photos and videos remain private and won't be shared.":"أي صور ومقاطع فيديو خاصة تبقى خاصة ولن تتم مشاركتها.","API Key":"مفتاح API","Application":"طلب","Applications":"التطبيقات","Approve":"الموافقة","Approve and save changes":"اعتماد التغييرات وحفظها","Apps and Devices":"التطبيقات والأجهزة","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 delete this album?":"هل أنت متأكد من رغبتك في حذف هذا الألبوم؟","Are you sure you want to permanently delete these pictures?":"هل أنت متأكد أنك تريد حذف هذه الصور نهائيًا؟","Are you sure you want to permanently delete this file?":"هل أنت متأكد أنك تريد حذف هذا الملف نهائيًا؟","Are you sure?":"هل أنت متأكد؟","Artist":"الفنان","Aspect Ratio":"نسبة العرض إلى الارتفاع","Attributes":"السمات","Audio":"صوتي","Audit Log":"صوتي","Authentication":"المصادقة","Auto":"آلي","Back":"خلف","Back to top":"العودة إلى الأعلى","Backup":"دعم","Badge":"شارة","Base Path":"مسار القاعدة","Batch":"الدفعة","Batch Edit":"تحرير الدُفعات","Become a member today, support our mission and enjoy our member benefits!":"كن عضوًا اليوم ، وادعم مهمتنا واستمتع بمزايا أعضائنا!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"نظرًا لكوننا 100 % s ممولًا ومستقلًا ، يمكننا أن نعدك بأننا لن نبيع بياناتك أبدًا وأننا سنتحلى دائمًا بالشفافية بشأن برامجنا وخدماتنا.","Bio":"السيرة الذاتية","Birth Date":"تاريخ الميلاد","Black":"أسود","Blue":"أزرق","Brown":"بني","Browse":"تصفح","Browse Files":"تصفح الملفات","Browse Pictures":"تصفح الصور","Bug Report":"تقرير المشاكل","Busy, please try again later":"مشغول، يرجى المحاولة مرة أخرى في وقت لاحق","Busy, please wait…":"يتم العمل، الرجاء الانتظار …","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"باستخدام البرامج والخدمات التي نقدمها ، فإنك توافق على شروط الخدمة وسياسة الخصوصية ومدونة قواعد السلوك الخاصة بنا.","Calendar":"تقويم","Camera":"آلة تصوير","Camera not found":"لم يتم العثور على الكاميرا","Camera Serial":"المسلسل الكاميرا","Can't access your authenticator app or device?":"لا يمكنك الوصول إلى تطبيق أو جهاز المصادقة الخاص بك؟","Can't load more, limit reached":"لا يمكن تحميل المزيد ، تم الوصول إلى الحد الأقصى","Can't select more items":"لا يمكن تحديد المزيد من العناصر","Cancel":"إلغاء","Cannot copy to clipboard":"لا يمكن النسخ إلى الحافظة","Caption":"التسمية التوضيحية","Cards":"البطاقات","Carousel slide {0} of {1}":"شريحة دائرية {0} من {1}","Cast":"طاقم العمل","Category":"فئة","Change Avatar":"تغيير الصورة الرمزية","Change Password":"تغيير كلمة المرور","Change private flag":"تغيير العلم الخاص","Changes could not be saved":"لا يمكن حفظ التغييرات","Changes successfully saved":"تم حفظ التغييرات بنجاح","Changes to the advanced settings require a restart to take effect.":"تتطلب التغييرات في الإعدادات المتقدمة إعادة التشغيل لتصبح سارية المفعول.","Checked":"التحقق","Choose an instance to continue:":"اختر مثيلًا للمتابعة:","Chroma":"كروما","Cleaning index and cache":"تنظيف الفهرس وذاكرة التخزين المؤقت","Cleanup":"تنظيف","Clear":"واضح","Clear {0}":"مسح {0}","Client":"العميل","Close":"قريب","Cluster":"المجموعة العنقودية","Cluster Admin":"مسؤول المجموعة","Cluster Node":"العقدة العنقودية","Codec":"ترميز","Color":"اللون","Color Profile":"ملف تعريف اللون","Colors":"الألوان","Compare Editions":"قارن الإصدارات","Complete Rescan":"إعادة تفحص كاملة","Confidence":"الثقة","Confirm":"التأكيد","Connect":"الاتصال","Connect via WebDAV":"الاتصال عبر WebDAV","Connected":"متصل","Contact Details":"معلومات الاتصال","Contact Us":"اتصل بنا","Contains %{n} pictures.":"يحتوي على %{n} صورة.","Contains one picture.":"يحتوي على صورة واحدة.","Content":{"":"محتوى","Edit":"محتوى"},"Continue":"المتابعة","Contributor":"مساهم","Converting":"التحويل","Copied to clipboard":"نسخ إلى الحافظة","Copy":"نسخ","Copying files from %s":"نسخ ملفات من %s","Copyright":"حقوق النشر","Could not be deleted":"لا يمكن حذفه","Could not connect, please try again":"تعذر الاتصال ، يرجى المحاولة مرة أخرى","Could not update person cover":"تعذر تحديث غطاء الشخص","Couldn't find anything.":"لا يمكن العثور على أي شيء.","Country":"دولة","Create Account":"إنشاء حساب","Create album":"إنشاء ألبوم","Create regular backups based on the configured schedule.":"إنشاء نسخ احتياطية للفهرس بناءً على الجدول الزمني الذي تم تكوينه.","Create YAML files to back up album metadata.":"قم بإنشاء ملفات YAML لعمل نسخة احتياطية من بيانات تعريف الألبوم.","Create YAML sidecar files to back up picture metadata.":"قم بإنشاء ملفات YAML الجانبية لعمل نسخة احتياطية من بيانات تعريف الصورة.","Created":"تم إنشاءه","Creating thumbnails for":"إنشاء صور مصغرة لـ","Current Password":"كلمة المرور الحالية","Custom":"مخصص","Cyan":"ازرق سماوي","Daily":"اليومي","Database":"قاعدة البيانات","Database Backups":"النسخ الاحتياطية لقاعدة البيانات","Databases":"قواعد البيانات","Date & Time":"التاريخ والوقت","Day":"يوم","Deactivate":"إلغاء التفعيل","Debug Logs":"سجلات التصحيح","Default":"مبدئي","Default Folder":"المجلد المبدئي","Delete":"حذف","Delete Album":"حذف الألبوم","Delete All":"حذف الكل","Delete all?":"حذف الكل؟","Delete orphaned index entries, sidecar files and thumbnails.":"حذف إدخالات الفهرس المعزولة والملفات الجانبية والصور المصغرة.","deleted":"محذوف","Description":"الوصف","Detailed instructions can be found in our User Guide.":"يمكن العثور على تعليمات مفصلة في دليل المستخدم الخاص بنا.","Details":"تفاصيل","Dimensions":"أبعاد","Disable all face detection and recognition features.":"تعطيل جميع ميزات اكتشاف الوجوه والتعرف عليها.","Disable Backups":"تعطيل النسخ الاحتياطية","Disable Darktable":"تعطيل Darktable","Disable ExifTool":"تعطيل ExifTool","Disable Faces":"تعطيل الوجوه","Disable features that require write permission for the originals folder.":"قم بتعطيل الميزات التي تتطلب إذن الكتابة لمجلد النسخ الأصلية.","Disable FFmpeg":"تعطيل FFmpeg","Disable ImageMagick":"تعطيل ImageMagick","Disable interactive world maps and reverse geocoding.":"تعطيل خرائط العالم التفاعلية والترميز الجغرافي العكسي.","Disable MCP":"تعطيل MCP","Disable Places":"تعطيل الأماكن","Disable RawTherapee":"تعطيل RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"قم بتعطيل نقطة نهاية بروتوكول سياق النموذج (MCP) لواجهة برمجة التطبيقات (API) لعمليات تكامل وكيل الذكاء الاصطناعي.","Disable Vectors":"تعطيل النواقل","Disable WebDAV":"تعطيل WebDAV","Disabled":"عاجز","Disables vector graphics support.":"تعطيل دعم رسومات ااتجاهات.","Disables video transcoding and thumbnail extraction.":"تعطيل تحويل ترميز الفيديو واستخراج الصور المصغرة.","Discard":"تجاهل","Discard changes and close":"تجاهل التغييرات والإغلاق","Discard invalid changes?":"تجاهل التغييرات غير الصالحة؟","Discard unsaved changes?":"تجاهل التغييرات غير المحفوظة؟","Discover":"اكتشف","Dismiss":"إغلاق","Display Name":"اسم العرض","Display picture captions in search results.":"عرض تعليقات الصور في نتائج البحث.","Display picture titles in search results.":"عرض عناوين الصور في نتائج البحث.","Document":"وثيقة","Documents":"وثائق","Don't use Darktable to convert RAW images.":"لا تستخدم Darktable لتحويل ملفات RAW.","Don't use ImageMagick to convert images.":"لا تستخدم ImageMagick لتحويل الصور.","Don't use RawTherapee to convert RAW images.":"لا تستخدم RawTherapee لتحويل ملفات RAW.","Done":"تم الإنجاز","Done.":"تم الإنجاز.","Download":"تحميل","Download only original media files, without any automatically generated files.":"قم بتحميل ملفات الوسائط الأصلية فقط ، بدون أي ملفات تم إنشاؤها تلقائيًا.","Download remote files":"تنزيل الملفات البعيدة","Downloading…":"جارى التحميل…","Drag and drop files here":"اسحب الملفات هنا","Driver":"سائق","Duplicates will be skipped and only appear once.":"سيتم تخطي المحتوى المكرر وسيعرض مرة واحدة فقط.","Duration":"مدة","Dynamic Previews":"المعاينات الديناميكية","Dynamic Size Limit: %{n}px":"حد الحجم الديناميكي:%{n} بكسل","Edit":"تعديل","Edit %{s}":"تعديل %{s}","Edit Account":"تعديل الحساب","Edit Photo":"تعديل الصورة","Edit Photos (%{n})":"تحرير الصور (%{ن})","Edited":"تم التعديل","Email":"البريد","Enable debug mode to display additional logs and help with troubleshooting.":"قم بتمكين وضع التصحيح لعرض سجلات إضافية التي تساعد على اكتشاف الأخطاء وإصلاحها.","Enable downloading of original and sidecar files from the web interface.":"تمكين تنزيل الملفات الأصلية والجانبية من واجهة الويب.","Enable face recognition and the People view to easily find people you know.":"تمكين ميزة التعرُّف على الوجوه وعرض الأشخاص للعثور على الأشخاص الذين تعرفهم بسهولة.","Enable new features that may be incomplete or unstable.":"تمكين الميزات الجديدة التي قد تكون غير كاملة أو غير مستقرة.","Enable the file browser to navigate the Originals folder structure.":"تمكين مستعرض الملفات للتنقل في بنية مجلد النسخ الأصلية.","Enables RAW converter presets. May reduce performance.":"لتمكين الإعدادات المسبقة لمحول RAW. قد يقلل من الأداء.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"يعني تمكين المصادقة الثنائية أنك ستحتاج إلى رمز تحقق تم إنشاؤه عشوائيًا لتسجيل الدخول، لذلك حتى إذا تمكن شخص ما من الوصول إلى كلمة المرور الخاصة بك، فلن يتمكن من الوصول إلى حسابك.","Engine":"المحرك","Enter date":"أدخل التاريخ","Enter dates":"أدخل التواريخ","Enter item name...":"أدخل اسم العنصر...","Enter the code generated by your authenticator app:":"أدخل الرمز الذي تم إنشاؤه بواسطة تطبيق المصادقة الخاص بك:","Enter verification code":"أدخل رمز التحقق","Enter your password to confirm the action and continue:":"أدخل كلمة المرور الخاصة بك لتأكيد الإجراء والمتابعة:","Entity not found":"الكيان غير موجود","Error":"خطأ","Errors":"أخطاء","Estimate":"تقدير","Estimate Locations":"تقدير المواقع","Estimate the approximate location of pictures without GPS coordinates.":"قم بتقدير الموقع التقريبي للصور دون إحداثيات GPS.","Every two days":"كل يومين","Exclude hidden":"استبعاد مخفي","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"يلزم استخراج البيانات التعريفية باستخدام ExifTool للحصول على دعم كامل للفيديو والصور المباشرة وXMP.","Experimental Features":"الميزات التجريبية","Expires":"تنتهي","Exposure":"التعرض","Extract still images and generate thumbnails while indexing.":"استخراج الصور الثابتة وإنشاء الصور المصغرة أثناء الفهرسة.","F Number":"رقم F","Face":"وجه","Face not found":"الوجه غير موجود","Faces":"وجوه","Failed creating file, please check permissions":"فشل إنشاء الملف ، يرجى التحقق من الصلاحيات","Failed creating folder, please check permissions":"لم يتم إنشاء المجلد ، يرجى التحقق من الصلاحيات","Failed removing link":"فشل إزالة الارتباط","Failed to connect account.":"فشل في ربط الحساب.","Failed to create zip file":"فشل في إنشاء ملف مضغوط","Failed to load users.":"فشل تحميل المستخدمين.","Failed to remove face marker":"فشل في إزالة علامة الوجه","Failed to remove name":"فشل في إزالة الاسم","Failed to restart server":"فشل إعادة تشغيل الخادم","Failed to save changes":"فشل في حفظ التغييرات","Failed to save face marker":"فشل علامة حفظ ماء الوجه","Failed to save name":"فشل في حفظ الاسم","Failed updating link":"فشل تحديث الارتباط","Family Name":"اسم العائلة","Fast":"سريع","Favorite":"مفضل","Favorites":"المفضلة","Feature disabled":"الخاصية غير مفعلة","Feature Request":"طلب المواصفات","Female":"أنثى","File":"ملف","File Browser":"متصفح الملفات","File Conversion":"تحويل الملف","File deleted":"تم حذف الملف","File Name":"اسم الملف","File not found":"لم يتم العثور على الملف","File removed from stack":"تمت إزالة الملف من المكدس","File Size":"حجم الملف","File too large":"الملف كبير جدًا","File uploaded":"تم تحميل الملف","Filename":"اسم الملف","Files":"الملفات","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"الملفات ذات الأسماء المتسلسلة مثل \"IMG_1234 (2)\" و \"IMG_1234 (3)\" تنتمي إلى نفس الصورة.","First page":"الصفحة الاولى","Focal Length":"البعد البؤري","Folder":"مجلد","Folder contains %{n} files":"يحتوي المجلد على %{n} من الملفات","Folder is empty":"مجلد فارغ","Folders":"المجلدات","Forgot password?":"هل نسيت كلمة السر؟","FPS":"FPS","Frames":"الإطارات","Full Access":"الوصول الكامل","Fullscreen":"شاشة كاملة","General":"عام","Generate":"يولد","Generate Previews":"إنشاء معاينات","Generated":"تم توليده","Get Started":"البدء","Given Name":"الاسم المعطى","Global Options":"خيارات عالمية","Go to page {0}":"انتقل إلى الصفحة {0}","Gold":"ذهب","Green":"لون أخضر","Grey":"رمادي","Groups":"المجموعات","Guest":"ضيف","Hash":"تجزئة","Help":"مساعدة","Help & Support":"ساعد لدعم","Hidden":"مختفي","Hidden Files":"الملفات المخفية","Hide":"يخفي","Hide Caption":"إخفاء التسمية التوضيحية","Hide face markers":"إخفاء علامات الوجه","Hide private content from global views while keeping it accessible in the Private section.":"إخفاء العناصر الخاصة من طرق العرض العامة مع إبقائها متاحة في القسم الخاص.","High":"عالٍ","High Dynamic Range (HDR)":"المدى الديناميكي العالي (HDR)","Hybrid":"هجين","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"إذا فقدت الوصول إلى تطبيق أو جهاز المصادقة الخاص بك، فيمكنك استخدام رمز الاسترداد لاستعادة الوصول إلى حسابك.","Image":"صورة","Image Quality":"جودة الصورة","Import":"يستورد","Import canceled":"تم إلغاء الاستيراد","Import completed in %d s":"اكتمل الاستيراد في %d ثانية","Import failed":"فشل الاستيراد","Imported files will be sorted by date and given a unique name to avoid duplicates.":"سيتم فرز الملفات المستوردة حسب التاريخ وإعطاء اسم فريد لتجنب التكرار.","Importing %{s}…":"استيراد %{s}…","Importing files to originals…":"جارٍ استيراد الملفات إلى النسخ الأصلية …","in":"في","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"في حالة الصور التي تتوقعها مفقودة ، يرجى إعادة فحص مكتبتك وانتظر حتى تكتمل الفهرسة.","Include RAW image files when downloading stacks and archives.":"قم بتضمين ملفات صور RAW عند تنزيل حزم وأرشيفات.","Include sidecar files when downloading stacks and archives.":"قم بتضمين الملفات الجانبية عند تنزيل الحزم والمحفوظات.","Increase storage size or delete files to continue.":"قم بزيادة حجم التخزين أو حذف الملفات للاستمرار.","Index":"فِهرِس","Indexing":"الفهرسة","Indexing canceled":"تم إلغاء الفهرسة","Indexing completed in %d s":"اكتملت الفهرسة في %d ثانية","Indexing failed":"فشلت الفهرسة","Indexing files in %s":"فهرسة الملفات في %s","Indexing media and sidecar files…":"جارٍ فهرسة الوسائط والملفات الجانبية …","Indexing originals...":"تتم فهرسة الصور الأصلية ...","Information":"المعلومات","Inherit":"وراثة","Instance":"المثيل","Instance ID":"معرف المثيل","Instance unreachable. Try again once it's back online.":"لا يمكن الوصول إلى المثيل. حاول مرة أخرى عندما يعود إلى الاتصال بالإنترنت.","Instances":"المثيلات","Insufficient storage":"مساحة تخزين غير كافية","Insufficient storage.":"مساحة تخزين غير كافية.","Interval":"فترة","Invalid":"غير صالح","Invalid address":"عنوان غير صالح","Invalid country":"بلد غير صالح","Invalid credentials":"بيانات الاعتماد غير صالحة","Invalid date":"تاريخ غير صالح","Invalid link":"رابط غير صالح","Invalid name":"اسم غير صحيح","Invalid parameters":"معلمات غير صالحة","Invalid password, please try again":"كلمة السر غير مطابقة، يرجى المحاولة مرة أخرى","Invalid photo selected":"تم تحديد صورة غير صالحة","Invalid time":"الوقت غير صالح","Invalid URL":"عنوان URL غير صالح","Invalid verification code, please try again":"رمز التحقق غير صالح، يرجى المحاولة مرة أخرى","IP Address":"عنوان IP","It is a one-time use code that will disable 2FA for your account when you use it.":"إنه رمز للاستخدام لمرة واحدة والذي سيؤدي إلى تعطيل المصادقة الثنائية لحسابك عند استخدامه.","Item":"العنصر","Items per page:":"العناصر لكل صفحة:","JPEG Quality: %{n}":"جودة JPEG: %{n}","JPEG Size Limit: %{n}px":"حد حجم JPEG: %{n} بكسل","JPEGs and thumbnails are automatically rendered as needed.":"يتم تقديم ملفات JPEG والصور المصغرة تلقائيًا حسب الحاجة.","Keyword":"الكلمة الرئيسية","Keywords":"الكلمات الدالة","Label":"مُلصَق","Label not found":"لا يمكن العثور على التصنيف","Label saved":"تم حفظ التصنيف","Labels":"ملصقات","Labels deleted":"تم حذف التصنيفات","Language":"لغة","Last Active":"آخر نشاط","Last Login":"آخر تسجيل دخول","Last page":"الصفحة الاخيرة","Last Sync":"آخر مزامنة","Last Used":"آخر أستخدام","Latitude":"خط العرض","LDAP/AD":"LDAP / AD","Learn more":"اعرف المزيد","Learn More":"اعرف المزيد","Legal Information":"المعلومات القانونية","Lens":"عدسة","Lens not found":"لم يتم العثور على العدسة","Library":"مكتبة","License":"رخصة","Like":"المفضلة","Lime":"جير","Limit reached, showing first %{n} files":"تم بلوغ الحد ، عرض أول %{n} ملف","Link":"ربط","List":"قائمة","List View":"عرض القائمة","Live":"يعيش","Live Photos":"Live Photos","Load more":"تحميل المزيد","Loading items...":"جاري تحميل المواد...","Loading...":"تحميل...","Local":"محلي","Local Time":"التوقيت المحلي","Location":"موقع","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"تظهر السجلات هنا كلما وجد PhotoPrism ملفات معطلة ، أو كانت هناك مشكلات أخرى محتملة.","Login":"تسجيل الدخول","Logs":"السجلات","Longitude":"خط الطول","Lost server connection":"فقدان الاتصال بالخادم","Low":"قليل","Magenta":"أرجواني","Main Color":"اللون الأساسي","Male":"ذكر","Manage Account":"إدارة الحساب","Manager":"المدير","Manual":"يدوي","Manual Upload":"تحميل يدوي","Maps":"الخرائط","Marker":"علامة","Maximum number of accounts has been reached.":"تم الوصول إلى الحد الأقصى لعدد الحسابات.","Media":"وسائط","Medium":"متوسط","Membership":"عضوية","Merge %{a} with %{b}?":"هل تريد دمج %{a} مع %{b}؟","Message":"رسالة","Metadata":"البيانات الوصفية","Metrics":"المقاييس","Minimize":"تصغير","Missing":"مفقود","Missing or invalid configuration":"تكوين مفقود أو غير صالح","mixed":"مختلطة","Moments":"لحظات","Monochrome":"أحادي اللون","Month":"شهر","More options":"مزيد من الخيارات","Mosaic":"فسيفساء","Most Relevant":"الأكثر صلة","Move Files":"نقل الملفات","Moving files from %s":"نقل الملفات من %s","Must have at least %{n} characters.":"يجب أن يحتوي على %{n} أحرف على الأقل.","Mute":"صامت","Name":"اسم","Name too long":"الاسم طويل جدًا","Never":"أبداً","New":"جديد","New Password":"كلمة السر الجديدة","Newest First":"الاحدث اولا","Next":"التالي","Next page":"الصفحة التالية","Next visual":"الصورة التالية","No":"رقم","No Access":"لا يمكن الوصول","No albums assigned":"لا توجد ألبومات مخصصة","No albums found":"لم يتم العثور على ألبومات","No albums selected":"لم يتم تحديد ألبومات","No data available":"لا توجد بيانات متاحة","No files available for download":"لا توجد ملفات متاحة للتنزيل","No items selected":"لم يتم اختيار المحتوى","No labels assigned":"لم يتم تعيين أي تسميات","No labels found":"لم يتم العثور على تسميات","No labels selected":"لم يتم تحديد المعرفات","No matching records found":"لم يتم العثور على سجلات مطابقة","No more":"لا مزيد","No people found":"لم يتم العثور على أشخاص","No pictures found":"لم يتم العثور على صور","No recently edited pictures":"لا توجد صور تم تحريرها مؤخرا","No registered instances.":"لا توجد حالات مسجلة.","No results":"لا توجد نتائج","No server connection":"لا يوجد اتصال بالخادم","No servers configured.":"لم يتم تكوين أي خوادم.","No services configured.":"لم يتم تكوين أي خدمات.","No thanks":"لا شكرا","No users on this instance.":"لا يوجد مستخدمون في هذه النسخة.","No warnings or error containing this keyword. Note that search is case-sensitive.":"لا تحذيرات أو خطأ يحتوي على هذه الكلمة الأساسية. لاحظ أن البحث حساس لحالة الأحرف.","Node":"العقدة","Nodes":"العُقد","Non-photographic and low-quality images require a review before they appear in search results.":"تتطلب الصور غير الفوتوغرافية وذات الجودة المنخفضة المراجعة قبل ظهورها في نتائج البحث.","None":"لا أحد","Not allowed":"غير مسموح به","Not available in public mode":"غير متاح في الوضع العام","Not available in read-only mode":"غير متوفر في وضع القراءة فقط","Not found":"لم يتم العثور","Not sorted.":"غير مرتب.","Not supported":"غير مدعوم","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 ، كخدمة عن بُعد للنسخ الاحتياطي وتحميل الملفات.","Notes":"ملحوظات","Nothing to see here yet.":"لا شيء لتراه هنا حتى الآن. كن صبوراً.","Nothing was found.":"لم يتم العثور على شيء.","Offline":"غير متصل على الانترنت","OK":"نعم","Oldest First":"الاقدم اولا","On Windows, enter the following resource in the connection dialog:":"في نظام التشغيل Windows ، أدخل المورد التالي في مربع حوار الاتصال:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"قد يؤدي إنشاء الصور المصغرة عند الطلب إلى زيادة استخدام وحدة المعالجة المركزية والذاكرة. لا يُنصح باستخدامه مع الخوادم ذات الموارد المحدودة وأجهزة NAS.","Once a week":"مرة في الأسبوع","One album found":"تم العثور على ألبوم واحد","One entry added to %s":"تمت إضافة إدخال واحد إلى %s","One entry removed from %s":"تمت إزالة إدخال واحد من %s","One file found":"تم العثور على ملف واحد","One file uploaded":"تم تحميل ملف واحد","One folder found":"تم العثور على مجلد واحد","One label found":"تم العثور على تسمية واحدة","One person found":"تم العثور على شخص واحد","One picture found":"تم العثور على صورة واحدة","Only locally managed accounts can be set up for authentication with 2FA.":"يمكن إعداد الحسابات المُدارة محليًا فقط للمصادقة باستخدام المصادقة الثنائية (2FA).","Open":"يفتح","optional":"خياري","or":"أو","Orange":"البرتقالي","Organization":"المنظمة","Orientation":"توجيه","Original file names will be stored and indexed.":"سيتم تخزين أسماء الملفات الأصلية وفهرستها.","Original Name":"الاسم الاصلي","Originals":"أصول","Originals folder is empty":"مجلد النسخ الأصلية فارغ","Other":"آخر","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"مهمتنا هي توفير الحل الأكثر ملاءمة للمستخدم والخصوصية للحفاظ على صورك منظمة ويمكن الوصول إليها.","Outdoor":"في الخارج","Page {0}, Current page":"الصفحة {0}، الصفحة الحالية","Pages":"الصفحات","Pagination Navigation":"التنقل عبر الصفحات","Panorama":"بانوراما","Panoramas":"بانوراما","Part of all selected photos":"جزء من جميع الصور المختارة","Part of some selected photos":"جزء من بعض الصور المختارة","Password":"كلمة المرور","Password changed":"تم تغيير كلمة السر","Pause":"توقف مؤقت","Payment required":"يلزم الدفع","People":"الأشخاص","People you share a link with will be able to view public contents.":"سيتمكن الأشخاص الذين تشارك الرابط معهم من عرض المحتويات العامة.","Permanently deleted":"تم الحذف بشكل نهائي","Permission denied":"طلب الاذن مرفوض","Person":"شخص","Person cover updated":"تم تحديث غطاء الشخص","Person deleted":"تم حذف الشخص","Person not found":"لم يتم العثور على الشخص","Person saved":"حفظ الشخص","Personal":"شخصي","Photo":"صورة","PhotoPrism is 100% self-funded and independent.":"PhotoPrism هو 100٪ مستقل وممول ذاتيًا.","PhotoPrism+ Membership":"PhotoPrism + عضوية","Photos":"الصور","Picture":"صورة","Picture Title":"عنوان الصورة","Pink":"لون القرنفل","Pinned":"مثبت","Place":"مكان","Place & Time":"المكان والزمان","Places":"أماكن","Play":"لعب","Please confirm your new password.":"يرجى تأكيد كلمة المرور الجديدة الخاصة بك.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"يرجى نسخ كلمة مرور التطبيق التالية التي تم إنشاؤها عشوائيًا والاحتفاظ بها في مكان آمن، حيث لن تتمكن من رؤيتها مرة أخرى:","Please do not upload any private, unlawful or offensive pictures.":"يرجى عدم تحميل أي صور خاصة أو غير قانونية أو مسيئة.","Please don't upload photos containing offensive content.":"الرجاء عدم تحميل الصور التي تحتوي على محتوى مسيء.","Please enter OTP character {0}":"الرجاء إدخال حرف OTP {0}","Please log in to your account":"يرجى تسجيل الدخول إلى حسابك","Please note that changing your password will log you out on other devices and browsers.":"يرجى ملاحظة أن تغيير كلمة المرور الخاصة بك سيؤدي إلى تسجيل خروجك على الأجهزة والمتصفحات الاخرى.","Please restart your instance for the changes to take effect.":"يرجى إعادة تشغيل المثيل الخاص بك لتصبح التغييرات سارية المفعول.","Please wait…":"انتظر من فضلك…","PM":"مساءً","PNG Size Limit: %{n}px":"حد حجم PNG: %{n} بكسل","Portal":"البوابة","Portrait":"لَوحَة","Preserve filenames":"الاحتفاظ بأسماء الملفات","Press enter to create a new album.":"اضغط على Enter لإنشاء ألبوم جديد.","Press enter to create new item":"اضغط على Enter لإنشاء عنصر جديد","Prevent database and album backups as well as YAML sidecar files from being created.":"منع إنشاء النسخ الاحتياطية لقاعدة البيانات والألبومات وكذلك ملفات YAML الجانبية.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"منع التطبيقات الاخرى من الوصول إلى PhotoPrism كمحرك أقراص شبكة مشترك.","Preview":"معاينة","Preview Images":"معاينة الصور","Previous":"سابق","Previous page":"الصفحة السابقة","Previous visual":"الصورة السابقة","Primary":"الأولية","Private":"خاص","Processing upload...":"جارٍ معالجة التحميل ...","Product Feedback":"ملاحظات المنتج","Projection":"تنبؤ","Purple":"أرجواني","Quality Filter":"مرشح الجودة","Quality Score":"نقاط الجودة","Quota exceeded":"تم تجاوز المساحة المخصصة","Random":"عشوائي","Rating {0} of {1}":"التقييم {0} من {1}","Raw":"خام","RAW":"الخام","Re-index all originals, including already indexed and unchanged files.":"أعد فهرسة جميع الأصول ، بما في ذلك الملفات المفهرسة بالفعل والتي لم يتم تغييرها.","Read-Only Mode":"وضع القراءة فقط","Recently Added":"أضيف حديثا","Recently Archived":"مؤرشفة مؤخرا","Recently Edited":"تم تحريره مؤخرًا","Recognition starts after indexing has been completed.":"يبدأ التعرف بعد اكتمال الفهرسة.","Recognized":"معروف","Recovery Code":"رمز الاسترداد","Red":"أحمر","Refresh":"ينعش","Regions":"المناطق","Register":"يسجل","Registration disabled":"تم تعطيل التسجيل","Reload":"إعادة تحميل","Reloading…":"جارٍ إعادة التحميل…","Remote Sync":"مزامنة عن بعد","Remove":"إزالة","remove failed: unknown album":"فشل الإزالة: ألبوم غير معروف","Remove from Album":"إزالة من الألبوم","Remove from all":"إزالة من جميع","Remove from all selected photos":"إزالة من جميع الصور المحددة","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"إزالة الملفات المستوردة لحفظ المساحة. لن يتم حذف أنواع الملفات الغير مدعومة مطلقًا ، وستظل في موقعها الحالي.","Remove the selected instance from the cluster registry?":"إزالة المثيل المحدد من سجل المجموعة؟","Removed":"تمت الإزالة","Removed %{name}":"تم حذف %{name}","Removed %d files and %d photos":"تمت إزالة %d ملفات و %d صورة","Repeated":"متكرر","Request failed - are you offline?":"فشل الطلب - هل أنت غير متصل؟","Request failed - invalid response":"فشل الطلب - استجابة غير صالحة","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"يجب مراجعة الصور الغير فوتوغرافية و الصور ذات الجودة المنخفضة قبل ظهورها في نتائج البحث.","Resolution":"الجودة","Restart":"إعادة التشغيل","Restore":"استرجاع","Restored":"تم الاسترجاع","Retry Limit":"حد إعادة المحاولة","Retype Password":"اعد ادخال كلمة المرور","Review":"التدقيق","Role":"دور","Roles":"الأدوار","Rotated":"تدوير","Rows per page:":"عدد الصفوف في الصفحة:","Satellite":"الأقمار الصناعية","Save":"حفظ","Save changes":"حفظ التغييرات","Scan":"مسح","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"امسح رمز الاستجابة السريعة باستخدام تطبيق المصادقة الخاص بك أو استخدم مفتاح الإعداد الموضح أدناه ثم أدخل رمز التحقق الذي تم إنشاؤه:","Scans":"عمليات المسح","Scope":"نطاق","Scopes":"النطاقات","Search":"البحث","Season":"الموسم","Secret":"سر","Security and Access":"الأمن والوصول","Select":"اختار","Select a source folder to import files…":"حدد ملف المصدر لاستيراد الملفات…","Select date":"حدد التاريخ","Select dates":"حدد التواريخ","Select or create albums":"تحديد ألبومات أو إنشاء ألبومات","Select or create labels":"تحديد التسميات أو إنشاؤها","Select or drop files to upload…":"حدد أو أسقط الملفات لتحميلها…","Select the files to upload…":"حدد الملفات التي تريد تحميلها…","Select the folder to be indexed…":"حدد المجلد الذي تريد فهرسته…","Select Time":"حدد الوقت","Selection":"الاختيار","Selection added to %s":"تمت إضافة التحديد إلى %s","Selection approved":"تمت الموافقة على الاختيار","Selection archived":"تمت أرشفة المحتوى المحدد","Selection marked as private":"تم تحديد الاختيار على أنه خاص","Selection not found":"الاختيار غير موجود","Selection restored":"تم استعادة المحتوى المحدد","Sequential Name":"الاسم المتسلسل","Service":"الخدمة","Service URL":"رابط الخدمة","Services":"الخدمات","Session":"جلسة العمل","Session ID":"معرف جلسة العمل","Sessions":"الجلسات","Set as Album Cover":"تعيين كغلاف للألبوم","Set as Cover Image":"تعيين كصورة غلاف","Settings":"الإعدادات","Settings saved":"تم حفظ الإعدادات","Setup":"تخصيص","Severity":"الخطورة","Share":"المشاركة","Share %{s}":"مشاركة %{s}","Show":"عرض","Show All Labels":"إظهار كافة التسميات","Show all new faces":"عرض كل الوجوه الجديدة","Show Caption":"إظهار التسمية التوضيحية","Show Captions":"إظهار التسميات التوضيحية","Show face markers":"إظهار علامات الوجه","Show hidden":"أظهر المخفي","Show Important Only":"عرض مهم فقط","Show logs in the web interface to monitor activity and troubleshoot problems.":"إظهار السجلات في واجهة الويب لمراقبة النشاط واستكشاف المشاكل وإصلاحها.","Show smart albums that group pictures by occasion, trip, or location.":"عرض الألبومات الذكية التي تجمع الصور حسب المناسبة أو الرحلة أو الموقع.","Show the Account page so users can manage their profile and security settings.":"إظهار صفحة الحساب حتى يتمكن المستخدمون من إدارة ملفهم الشخصي وإعدادات الأمان.","Show the Calendar view to browse the library by year and month.":"اعرض عرض التقويم لتصفح المكتبة حسب السنة والشهر.","Show the Labels section to view and manage AI-generated labels.":"اعرض قسم التسميات لعرض التسميات التي تم إنشاؤها بالذكاء الاصطناعي وإدارتها.","Show the Library section to index, manage, and monitor the media library.":"عرض قسم المكتبة لفهرسة مكتبة الوسائط وإدارتها ومراقبتها.","Show the Places view with interactive maps so you can browse photos by location.":"عرض عرض الأماكن مع خرائط تفاعلية حتى تتمكن من استعراض الصور حسب الموقع.","Show Titles":"إظهار العناوين","Sidecar":"Sidecar","Sidecar Files":"ملفات Sidecar","Sign in":"تسجيل الدخول","Sign Out":"تسجيل الخروج","Similar":"مماثل","Site URL":"عنوان URL للموقع","Size":"بحجم","Slideshow":"عرض الشرائح","Slow":"بطيء","Software":"برمجة","Software Update":"تحديث البرنامج","Some albums could not be copied":"تعذر نسخ بعض الألبومات","Some albums could not be created. Please edit the names and try again.":"تعذر إنشاء بعض الألبومات. يرجى تعديل الأسماء والمحاولة مرة أخرى.","Some albums could not be updated":"تعذر تحديث بعض الألبومات","Something went wrong, try again":"حدث خطأ ما، حاول مرة أخرى","Sort by":"فرز حسب","Sort by Name (A–Z)":"الترتيب حسب الاسم (من ألف إلى ياء)","Sort by Photo Count":"فرز حسب عدد الصور","Sort by Relevance":"فرز حسب الصلة بالموضوع","Sort Order":"امر ترتيب","Sorted ascending.":"مرتبة تصاعديًا.","Sorted descending.":"مرتبة تنازليا.","Source":"مصدر","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":"المجموعات","Start":"بداية","Start Page":"صفحة البداية","Static Size Limit: %{n}px":"حد الحجم الثابت: %{n} بكسل","Status":"الحالة","Stay signed in on this device":"ابق مسجلاً الدخول على هذا الجهاز","Stop Casting":"إيقاف الصب","Storage":"المساحة","Streets":"الشوارع","Subject":"المواضيع","Subject deleted":"تم حذف الموضوع","Subject not found":"لا يمكن العثور على الموضوع","Subject saved":"تم حفظ الموضوع","Successfully activated":"تم التفعيل بنجاح","Successfully Connected":"تم الاتصال بنجاح","Successfully deleted":"تم الحذف بنجاح","Successfully verified":"تم التحقق بنجاح","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"دعم الخدمات الإضافية ، مثل Google Drive ، ستتم إضافته بمرور الوقت.","Support Our Mission":"دعم مهمتنا","Sync":"مزامنة","Sync raw and video files":"مزامنة ملفات الفيديو الخام","Taken":"مأخوذ","Teal":"بط نهري صغير","Terrain":"التضاريس","Text":"نص","Thank You for Your Support!":"شكرا لدعمك!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"لهذا السبب تم إنشاء PhotoPrism من الألف إلى الياء للتشغيل أينما تريد ، دون المساس بالحرية أو الخصوصية أو الوظيفة.","The index currently contains %{n} hidden files.":"يحتوي الفهرس حاليًا على %{n} من الملفات المخفية.","The instance rejected the cluster credentials.":"رفضت المثيل بيانات اعتماد المجموعة.","The instance returned an unexpected redirect.":"أرجعت الحالة إعادة توجيه غير متوقعة.","The wakeup interval is %s, but must be 1h or less":"فترة التنبيه هي %s ، لكن يجب أن تكون ساعة واحدة أو أقل","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"قد لا يكون تنسيقها مدعومًا ، أو لم يتم تحويلها إلى JPEG بعد أو أن هناك نسخًا مكررة.","Theme":"هوية التصميم","This account is missing an ID and can't be edited.":"هذا الحساب يفتقد إلى معرّف ولا يمكن تعديله.","This field is required":"هذه الخانة مطلوبة","This instance has no site URL configured.":"لم يتم تكوين عنوان URL للموقع في هذه الحالة.","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 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. ":"يعمل هذا على تثبيت مجلد النسخ الأصلية كمحرك أقراص شبكة ويسمح لك بفتح الملفات وتعديلها وحذفها من جهاز الكمبيوتر أو الهاتف الذكي كما لو كانت محلية.","Time":"الوقت","Time UTC":"الوقت بالتوقيت العالمي المنسق","Time Zone":"وحدة زمنية","Timeout":"نفذ الوقت","Title":{"":"عنوان","Account":"عنوان","Photo":"عنوان"},"Title / Position":"اللقب / المنصب","to":"إلى","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"لتجنب حظر دخولك إلى حسابك، يرجى تنزيل رمز الاسترداد هذا أو طباعته أو نسخه الآن والاحتفاظ به في مكان آمن.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"لإنشاء كلمة مرور جديدة خاصة بالتطبيق، يرجى إدخال الاسم ونطاق الترخيص الخاص بالتطبيق وتحديد تاريخ انتهاء الصلاحية:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"للتبديل إلى تطبيق أو جهاز مصادقة جديد، قم أولاً بإلغاء تنشيط المصادقة الثنائية ثم أعد تنشيطها:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"للترقية ، يمكنك إما إدخال رمز التفعيل أو النقر فوق \"تسجيل\" للتسجيل على موقعنا الإلكتروني:","Today":"اليوم","Toggle View":"نظرة قوية","Token":"رمز","Too many files selected":"تم تحديد عدد كبير جدًا من الملفات","Too many requests":"طلبات كثيرة جدا","Troubleshooting":"استكشاف الأخطاء وإصلاحها","Try again using other filters or keywords.":"حاول مرة أخرى باستخدام عوامل تصفية أو كلمات رئيسية أخرى.","Two-factor authentication has been enabled for your account.":"لقد تم تفعيل المصادقة الثنائية لحسابك.","Type":"يكتب","Unable to delete":"تعذر الحذف","Unable to do that":"لا يمكنني القيام بذلك","Unassign":"إلغاء التعيين","Unauthorized":"غير مصرح","Undo":"الغاء التحميل","Unique ID":"معرف مميز","Unknown":"مجهول","Unknown location":"موقع غير معروف","Unregistered":"غير مسجل","Unsorted":"غير مصنف","Unstack":"فصل المحتوى","Unsupported":"غير مدعوم","Unsupported format":"صيغة غير مدعومة","Unsupported type":"نوع غير معتمد","Updated":"محدث","Updating faces":"تحديث الوجوه","Updating index":"تحديث الفهرس","Updating moments":"تحديث اللحظات","Updating picture…":"جارٍ تحديث الصورة ...","Updating previews":"تحديث المعاينات","Updating stacks":"تحديث المداخن","Upgrade":"رفع مستوى","Upgrade Now":"تحديث الآن","Upload":"تحميل","Upload complete":"اكتمل التحميل","Upload complete. Indexing…":"اكتمل التحميل. جارٍ الفهرسة …","Upload failed":"فشل التحميل","Upload has been processed":"تمت معالجة التحميل","Upload local files":"تحميل الملفات المحلية","Upload might be offensive":"المحتوى المرفوع قد يكون مسيئا","Upload Path":"تحميل المسار","Uploading %{n} of %{t}…":"جارٍ تحميل %{n} من %{t}…","Uploading photos…":"جارٍ تحميل الصور …","Uploading…":"جارٍ الرفع...","Uploads that may contain such images will be rejected automatically.":"سيتم رفض التحميلات التي قد تحتوي على مثل هذه الصور تلقائيًا.","URL":"URL","Use Presets":"استخدم الإعدادات المسبقة","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"استخدم رمز الاسترداد التالي للوصول إلى حسابك عندما لا تتمكن من إنشاء رمز تحقق صالح باستخدام تطبيق المصادقة الخاص بك:","Use your recovery code or contact an administrator for help.":"استخدم رمز الاسترداد الخاص بك أو اتصل بالمسؤول للحصول على المساعدة.","User":"المستعمل","User Guide":"دليل المستخدم","User Interface":"واجهة المستخدم","User not found":"المستخدم ليس موجود","Username":"اسم المستخدم","Users":"المستخدمون","UUID":"UUID","Vector":"المتجه","Vectors":"الابعاد","Verification Code":"رمز التحقق","Verified email required":"البريد الإلكتروني الموثق مطلوب","Version":"الإصدار","Video":"فيديو","Video Duration":"مدة الفيديو","Videos":"أشرطة فيديو","View":"العرض","View search results as a list.":"عرض نتائج البحث كقائمة.","Viewer":"نافذة العرض","Vision":"الرؤية","Visitor":"زائر","Visual Similarity":"التشابه البصري","Warning":"تحذير","Web Login":"تسجيل الدخول عبر الويب","WebDAV":"WebDAV","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، مثل Microsoft Windows Explorer أو Apple's Finder، الاتصال مباشرة بـ PhotoPrism.","WebDAV Upload":"تحميل WebDAV","WebGL support is disabled in your browser":"تم تعطيل دعم WebGL في متصفحك","Website":"الموقع الالكتروني","White":"أبيض","Work Details":"تفاصيل العمل","Year":"سنة","Yellow":"اصفر","Yes":"نعم","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"نرحب باتصالك بنا على membership@photoprism.app لطرح أسئلة بخصوص عضويتك.","You can only download one album":"يمكنك تنزيل ألبوم واحد فقط","You can only download one label":"يمكنك فقط تحميل تسمية واحدة","You can search for a location or move the marker on the map to change the position:":"يمكنك البحث عن موقع أو تحريك العلامة على الخريطة لتغيير الموقع:","You can upload up to %{n} files for test purposes.":"يمكنك تحميل ما يصل إلى %{n} من الملفات لأغراض الاختبار.","You cannot change your own role.":"لا يمكنك تغيير دورك.","You do not have access to any instances.":"ليس لديك حق الوصول إلى أي مثيلات.","You may only select one item":"يمكنك اختيار عنصر واحد فقط","You may rescan your library to find additional faces.":"يمكنك إعادة فحص مكتبتك للعثور على وجوه إضافية.","Your account could not be connected":"لا يمكن ربط حسابك","Your account has been successfully connected.":"تم ربط حسابك بنجاح.","Your browser does not support WebGL":"متصفحك لا يدعم WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"يساعدنا دعمك المستمر في توفير تحديثات منتظمة والبقاء مستقلين ، حتى نتمكن من تنفيذ مهمتنا وحماية خصوصيتك.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"يتم تحليل مكتبتك بشكل مستمر لإنشاء ألبومات الحظات الخاصة والرحلات والأماكن تلقائيًا.","Zip created in %d s":"تم إنشاء الملف المضغوط خلال %d ثوانٍ","Zoom in/out":"التكبير / التصغير","Archive":{"Noun":"الأرشيف","Verb":"الأرشيف"},"Add a Title":{"Photo":"إضافة عنوان"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/be.json b/frontend/src/locales/json/be.json index 34acce2d6..cf019ce45 100644 --- a/frontend/src/locales/json/be.json +++ b/frontend/src/locales/json/be.json @@ -1 +1 @@ -{"be":{"{0} appended action":"{0} дададзена дзеянне","{0} files":"Файлаў: {0}","{0} files ({1} in total)":"{0} файлаў (усяго {1})","{0} more":"яшчэ {0}","{0} prepended action":"{0} дададзенае дзеянне","{0} selected":"{0} выбрана","{0}-{1} of {2}":"{0}-{1} з {2}","%{n} albums found":"%{n} альбомаў знойдзена","%{n} files uploaded":"%{n} файлаў запампавана","%{n} folders found":"%{n} папак знойдзена","%{n} GB of %{q} GB used":"%{n} ГБ з %{q} ГБ выкарыстана","%{n} labels found":"%{n} метак знойдзена","%{n} people found":"Знойдзена %{n} чалавек","%{n} pictures found":"Знойдзена %{n} відарысаў","%{s} is too long":"%{s} занадта доўга","%{s} is too short":"%{s} занадта кароткі","%d entries added to %s":"Дададзена %d запісаў у %s","%d entries removed from %s":"%d запісаў выдалена з %s","%d files uploaded in %d s":"%d файлаў загружана за %d с","%s already exists":"%s ужо існуе","%s has been restored":"%s адноўлены","1 hour":"1 гадзіна","12 hours":"12 гадзін","2-Factor Authentication":"2-фактарная аўтэнтыфікацыя","2FA":"2FA","4 hours":"4 гадзіны","A click will copy it to your clipboard.":"Клік скапіруе яго ў буфер абмену.","A new version of %{s} is available:":"Даступная новая версія %{s}:","About":"Аб","Access granted.":"Доступ дазволены.","Access revoked.":"Доступ адменены.","Access Token":"Токен доступу","Account":"Уліковы запіс","Account created":"Уліковы запіс створаны","Account deleted":"Уліковы запіс выдалены","Account Group Mappings":"Карціраванне груп уліковых запісаў","Account not found":"Уліковы запіс не знойдзены","Account restored":"Уліковы запіс адноўлены","Account saved":"Уліковы захаваны","Accounts":"Уліковыя запісы","Accuracy":"Дакладнасць","Action":"Дзеянне","Actions":"Дзеянні","Activate":"Актываваць","Activate to remove sorting.":"Уключыце, каб выдаліць сартаванне.","Activate to sort ascending.":"Уключыце для сартавання па ўзрастанні.","Activate to sort descending.":"Уключыце для сартавання па змяншэнні.","Activation Code":"Код актывацыі","Activity":"Дзейнасць","Add":"Дадаць","Add %{s}?":"Дадаць %{s}?","Add a Caption":"Дадаць подпіс","Add Account":"Дадаць уліковы запіс","Add Album":"Дадаць альбом","Add Link":"Дадаць спасылку","Add Notes":"Дадаць нататкі","Add person?":"Дадаць чалавека?","Add pictures from search results by selecting them.":"Дадайце выявы з вынікаў пошуку, выбраўшы іх.","Add to album":"Дадаць у альбом","Add to all":"Дадаць да ўсіх","Add to all selected photos":"Дадаць да ўсіх выбраных фотаздымкаў","Added":"Дададзена","Added %{name}":"Дададзена %{name}","Adjust Camera Info":"Наладзіць інфармацыю камеры","Adjust Date & Time":"Наладзіць дату і час","Adjust Location":"Змяніць месцазнаходжанне","Admin":"Адмін","Advanced":"Пашыраныя","Advertise URL":"URL рэкламы","After 1 day":"Праз 1 дзень","After 3 days":"Праз 3 дні","After 7 days":"Праз 7 дзён","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Пасля ўводу пароля для пацверджання вы можаце наладзіць двухфактарную аўтэнтыфікацыю з дапамогай сумяшчальнай праграмы або прылады аўтэнтыфікатара:","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 %s deleted":"Альбом %s выдалены","Album Backups":"Рэзервовыя копіі альбомаў","Album contents cloned":"Змесціва альбома скапіявана","Album created":"Альбом створаны","Album deleted":"Альбом выдалены","Album not found":"Альбом не знойдзены","Album saved":"Альбом захаваны","Albums":"Альбомы","Albums deleted":"Альбомы выдалены","All":"Усе","All %{n} albums loaded":"Усе %{n} альбомаў загружаны","All %{n} labels loaded":"Усе %{n} меткі загружаны","All %{n} people loaded":"Усе %{n} чалавек загружаны","All Cameras":"Усе камеры","All Categories":"Усе катэгорыі","All Colors":"Усе колеры","All Countries":"Усе краіны","All files from import folder":"Усе файлы з папкі імпарту","All Lenses":"Усе лінзы","All Months":"Усе месяцы","All originals":"Усе арыгіналы","All Years":"Усе гады","Allow configuration and use of connected apps and services for remote uploads and sync.":"Дазволіць канфігурацыю і выкарыстанне падлучаных праграм і сэрвісаў для дыстанцыйнай загрузкі і сінхранізацыі.","Allow editing of metadata such as title, description, date, and location.":"Дазволіць рэдагаванне метададзеных, такіх як назва, апісанне, дата і месцазнаходжанне.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Дазволіць рэдагаваць метададзеныя, цэтлікі і альбомы некалькіх малюнкаў адначасова.","Allow files to be copied or moved from the Import to the Originals folder.":"Уключыце інструмент імпарту, каб капіраваць або перамяшчаць файлы з папкі імпарту ў тэчку «Арыгіналы».","Allow files to be permanently deleted to free up storage space.":"Дазволіць выдаленне файлаў назаўсёды, каб вызваліць месца для захоўвання.","Allow users to archive photos and videos so they are hidden without being deleted.":"Дазволіць карыстальнікам архіваваць фота і відэа, каб яны былі схаваныя, але не выдаленыя.","Allow users to create and share links, and enable sharing with connected services.":"Дазволіць карыстальнікам ствараць і дзяліцца спасылкамі, а таксама ўключыць абмен з падлучанымі сэрвісамі.","Allow users to upload new photos and videos through the web interface.":"Дазволіць карыстальнікам загружаць новыя фатаграфіі і відэа праз вэб-інтэрфейс.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Акрамя таго, вы можаце запампаваць файлы непасрэдна на серверы WebDAV, такія як Nextcloud.","Altitude":"Вышыня над узроўнем мора","Altitude (m)":"Вышыня (м)","AM":"AM","Animated":"Аніміраваныя","Animation":"Анімацыя","Animations":"Анімацыі","Any private photos and videos remain private and won't be shared.":"Любыя прыватныя фатаграфіі і відэа застаюцца прыватнымі і не будуць перададзены.","API Key":"Ключ API","Application":"Ужыванне","Applications":"Прыкладанні","Approve":"Зацвердзіць","Approve and save changes":"Зацвердзіць і захаваць змены","Apps and Devices":"Праграмы і прылады","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 delete this album?":"Вы ўпэўненыя, што хочаце выдаліць гэты альбом?","Are you sure you want to permanently delete these pictures?":"Вы ўпэўнены, што хочаце назаўсёды выдаліць гэтыя фатаграфіі?","Are you sure you want to permanently delete this file?":"Вы ўпэўнены, што хочаце назаўжды выдаліць гэты файл?","Are you sure?":"Вы ўпэўнены?","Artist":"Мастак","Aspect Ratio":"Суадносіны бакоў","Attributes":"Атрыбуты","Audio":"Аўдыё","Audit Log":"Аўдыё","Authentication":"Аўтэнтыфікацыя","Auto":"Аўто","Back":"Назад","Back to top":"Вярнуцца да пачатку","Backup":"Рэзервовае капіраванне","Badge":"Значок","Base Path":"Базавы шлях","Batch":"Пакет","Batch Edit":"Пакетнае рэдагаванне","Become a member today, support our mission and enjoy our member benefits!":"Станьце членам сёння, падтрымайце нашу місію і атрымлівайце асалоду ад нашых пераваг для ўдзельнікаў!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Будучы на 100% самафінансаваным і незалежным, мы можам паабяцаць вам, што ніколі не будзем прадаваць вашы даныя і што мы заўсёды будзем празрыстымі адносна нашага праграмнага забеспячэння і паслуг.","Bio":"Біяграфія","Birth Date":"Дата нараджэння","Black":"Чорны","Blue":"Сіні","Brown":"Карычневы","Browse":"Праглядзіце","Browse Files":"Прагляд файлаў","Browse Pictures":"Праглядзець выявы","Bug Report":"Справаздача пра памылку","Busy, please try again later":"Заняты, калі ласка, паспрабуйце зноў пазней","Busy, please wait…":"Заняты, пачакайце…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Выкарыстоўваючы праграмнае забеспячэнне і паслугі, якія мы прадстаўляем, вы згаджаецеся з нашымі ўмовамі абслугоўвання, палітыкай прыватнасці і кодэксам паводзін.","Calendar":"Каляндар","Camera":"Камера","Camera not found":"Камера не знойдзена","Camera Serial":"Серыял камеры","Can't access your authenticator app or device?":"Не можаце атрымаць доступ да праграмы або прылады аўтэнтыфікатара?","Can't load more, limit reached":"Немагчыма загрузіць больш, дасягнуты ліміт","Can't select more items":"Немагчыма выбраць больш элементаў","Cancel":"Адмяніць","Cannot copy to clipboard":"Немагчыма скапіраваць у буфер абмену","Caption":"Надпіс","Cards":"Карты","Carousel slide {0} of {1}":"Слайд каруселі {0} з {1}","Cast":"Акцёры","Category":"Катэгорыя","Change Avatar":"Змяніць аватар","Change Password":"Змяніць пароль","Change private flag":"Змяніць прыватны тэг","Changes could not be saved":"Не ўдалося захаваць змены","Changes successfully saved":"Змены паспяхова захаваны","Changes to the advanced settings require a restart to take effect.":"Каб змены ў дадатковых наладах уступілі ў сілу, патрабуецца перазапуск.","Checked":"Праверана","Choose an instance to continue:":"Выберыце інстанцыю для працягу:","Chroma":"Каляровасць","Cleaning index and cache":"Ачыстка індэкса і кэша","Cleanup":"Прыбіраць","Clear":"Выразны","Clear {0}":"Ачысціць {0}","Client":"Кліент","Close":"Закрыць","Cluster":"Кластар","Cluster Admin":"Адміністратар кластара","Cluster Node":"Кластарны вузел","Codec":"Кодэк","Color":"Колер","Color Profile":"Каляровы профіль","Colors":"Колеры","Compare Editions":"Параўнаць выданні","Complete Rescan":"Поўнае паўторнае сканаванне","Confidence":"Упэўненасць","Confirm":"Пацвердзіць","Connect":"Злучыць","Connect via WebDAV":"Злучэнне праз WebDAV","Connected":"Падключана","Contact Details":"Кантактная інфармацыя","Contact Us":"Звяжыцеся з намі","Contains %{n} pictures.":"Змяшчае %{n} відарысаў.","Contains one picture.":"Змяшчае адзін малюнак.","Content":{"":"Змест","Edit":"Змест"},"Continue":"Працягнуць","Contributor":"Укладальнік","Converting":"Пераўтварэнне","Copied to clipboard":"Скапіравана ў буфер абмену","Copy":"Копія","Copying files from %s":"Капіраванне файлаў з %s","Copyright":"Аўтарскае права","Could not be deleted":"Немагчыма выдаліць","Could not connect, please try again":"Злучэнне не ўсталявана, калі ласка, паспрабуйце зноў","Could not update person cover":"Не атрымалася абнавіць вокладку чалавека","Couldn't find anything.":"Нічога не знайшоў.","Country":"Краіна","Create Account":"Стварыць акаунт","Create album":"Стварыць альбом","Create regular backups based on the configured schedule.":"Стварэнне рэзервовых копій індэксаў на аснове наладжанага раскладу.","Create YAML files to back up album metadata.":"Стварыце файлы YAML для рэзервовага капіравання метаданых альбома.","Create YAML sidecar files to back up picture metadata.":"Стварыце пабочныя файлы YAML для рэзервовага капіравання метададзеных выявы.","Created":"Створана","Creating thumbnails for":"Стварэнне мініяцюр для","Current Password":"Бягучы пароль","Custom":"Прыстасаваныя","Cyan":"Блакітны","Daily":"Штодня","Database":"База дадзеных","Database Backups":"Рэзервовыя копіі баз даных","Databases":"Базы дадзеных","Date & Time":"Дата і час","Day":"Дзень","Deactivate":"Дэактываваць","Debug Logs":"Журналы адладкі","Default":"Па змаўчанні","Default Folder":"Папка па змаўчанні","Delete":"Выдаліць","Delete Album":"Выдаліць альбом","Delete All":"Выдаліць усе","Delete all?":"Выдаліць усе?","Delete orphaned index entries, sidecar files and thumbnails.":"Выдаліць асірацелыя запісы індэкса, дапаможныя файлы і мініяцюры.","deleted":"выдалена","Description":"Апісанне","Detailed instructions can be found in our User Guide.":"Падрабязныя інструкцыі можна знайсці ў нашым Кіраўніцтве карыстальніка.","Details":"Дэталі","Dimensions":"Памеры","Disable all face detection and recognition features.":"Адключыць усе функцыі распазнавання і распазнавання твараў.","Disable Backups":"Адключыць рэзервовае капіраванне","Disable Darktable":"Адключыць Darktable","Disable ExifTool":"Адключыць ExifTool","Disable Faces":"Адключыць твары","Disable features that require write permission for the originals folder.":"Адключыце функцыі, якія патрабуюць дазволу на запіс для папкі арыгіналаў.","Disable FFmpeg":"Адключыць FFmpeg","Disable ImageMagick":"Адключыць ImageMagick","Disable interactive world maps and reverse geocoding.":"Адключыць інтэрактыўныя карты свету і адваротнае геакадзіраванне.","Disable MCP":"Адключыць MCP","Disable Places":"Адключыць Месцы","Disable RawTherapee":"Адключыць RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Адключыце эндпойнт API пратакола кантэксту мадэлі (MCP) для інтэграцый штучных агентаў.","Disable Vectors":"Адключыць вектары","Disable WebDAV":"Адключыць WebDAV","Disabled":"Інвалід","Disables vector graphics support.":"Адключае падтрымку вектарнай графікі.","Disables video transcoding and thumbnail extraction.":"Адключае перакадзіраванне відэа і выманне мініяцюр.","Discard":"Адкінуць","Discard changes and close":"Адхіліць змены і закрыць","Discard invalid changes?":"Выкінуць несапраўдныя змены?","Discard unsaved changes?":"Выкінуць нязберажаныя змены?","Discover":"Адкрыйце для сябе","Dismiss":"Звольніць","Display Name":"Адлюстраванае імя","Display picture captions in search results.":"Паказваць подпісы да малюнкаў у выніках пошуку.","Display picture titles in search results.":"Паказаць назвы малюнкаў у выніках пошуку.","Document":"Дакумент","Documents":"Дакументы","Don't use Darktable to convert RAW images.":"Не выкарыстоўвайце Darktable для пераўтварэння RAW відарысаў.","Don't use ImageMagick to convert images.":"Не выкарыстоўвайце ImageMagick для пераўтварэння відарысаў.","Don't use RawTherapee to convert RAW images.":"Не выкарыстоўвайце RawTherapee для пераўтварэння RAW відарысаў.","Done":"Гатова","Done.":"Гатова.","Download":"Спампаваць","Download only original media files, without any automatically generated files.":"Спампоўваць толькі арыгінальныя мультымедыйныя файлы без аўтаматычна створаных файлаў.","Download remote files":"Спампаваць выдаленыя файлы","Downloading…":"Спампоўка…","Drag and drop files here":"Перацягнуць файлы сюды","Driver":"Кіроўца","Duplicates will be skipped and only appear once.":"Дублікаты будуць прапушчаны і з'явяцца толькі адзін раз.","Duration":"Працягласць","Dynamic Previews":"Дынамічны папярэдні прагляд","Dynamic Size Limit: %{n}px":"Абмежаванне дынамічнага памеру: %{n}px","Edit":"Рэдагаваць","Edit %{s}":"Рэдагаваць %{s}","Edit Account":"Рэдагаваць уліковы запіс","Edit Photo":"Рэдагаваць фота","Edit Photos (%{n})":"Рэдагаваць фатаграфіі (%{n})","Edited":"Адрэдагавана","Email":"Электронная пошта","Enable debug mode to display additional logs and help with troubleshooting.":"Уключыце рэжым адладкі, каб паказаць дадатковыя журналы і дапамагчы ў ліквідацыі непаладак.","Enable downloading of original and sidecar files from the web interface.":"Уключыць загрузку арыгінальных і дадатковых файлаў з вэб-інтэрфейсу.","Enable face recognition and the People view to easily find people you know.":"Уключыце распазнаванне твараў і рэжым «Людзі», каб лёгка знаходзіць людзей, якіх вы ведаеце.","Enable new features that may be incomplete or unstable.":"Уключыць новыя функцыі, якія могуць быць няпоўнымі або нестабільнымі.","Enable the file browser to navigate the Originals folder structure.":"Уключыце браўзер файлаў для навігацыі па структуры тэчак \"Арыгіналы\".","Enables RAW converter presets. May reduce performance.":"Уключае прадусталяваныя налады канвертара RAW. Можа знізіць прадукцыйнасць.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Уключэнне двухфактарнай аўтэнтыфікацыі азначае, што вам спатрэбіцца выпадкова згенераваны код пацверджання для ўваходу, таму, нават калі хтосьці атрымае доступ да вашага пароля, ён не зможа атрымаць доступ да вашага ўліковага запісу.","Engine":"Рухавік","Enter date":"Увядзіце дату","Enter dates":"Увядзіце даты","Enter item name...":"Увядзіце назву элемента...","Enter the code generated by your authenticator app:":"Увядзіце код, створаны вашай праграмай аўтэнтыфікацыі:","Enter verification code":"Увядзіце праверачны код","Enter your password to confirm the action and continue:":"Увядзіце пароль, каб пацвердзіць дзеянне і працягнуць:","Entity not found":"Аб'екта не знойдзена","Error":"Памылка","Errors":"Памылкі","Estimate":"Каштарыс","Estimate Locations":"Ацэнка месцаў","Estimate the approximate location of pictures without GPS coordinates.":"Ацаніце прыблізнае месцазнаходжанне здымкаў без GPS-каардынатаў.","Every two days":"Кожныя два дні","Exclude hidden":"Выключыць схаванае","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Выманне метаданых з дапамогай ExifTool патрабуецца для поўнай падтрымкі відэа, жывых фота і XMP.","Experimental Features":"Эксперыментальныя функцыі","Expires":"Заканчваецца тэрмін дзеяння","Exposure":"Уздзеянне","Extract still images and generate thumbnails while indexing.":"Выманне нерухомых малюнкаў і стварэнне мініяцюр падчас індэксацыі.","F Number":"Нумар F","Face":"Твар","Face not found":"Аблічча не знойдзена","Faces":"Асобы","Failed creating file, please check permissions":"Стварэнне файла не ўдалося, калі ласка, праверце дазволы.","Failed creating folder, please check permissions":"Стварэнне тэчкі правалена, калі ласка, праверце дазволы.","Failed removing link":"Не атрымалася выдаліць спасылку","Failed to connect account.":"Не ўдалося падключыць уліковы запіс.","Failed to create zip file":"Стварэнне zip-файла не ўдалося","Failed to load users.":"Не ўдалося загрузіць карыстальнікаў.","Failed to remove face marker":"Не ўдалося выдаліць маркер твару","Failed to remove name":"Не ўдалося выдаліць імя","Failed to restart server":"Адновленне сервера не ўдалося","Failed to save changes":"Не атрымалася захаваць змены","Failed to save face marker":"Не ўдалося захаваць маркер твару","Failed to save name":"Не ўдалося захаваць імя","Failed updating link":"Не ўдалося абнавіць спасылку","Family Name":"Прозвішча","Fast":"Хуткі","Favorite":"Любімая","Favorites":"Абраныя","Feature disabled":"Функцыя адключана","Feature Request":"Запыт функцыі","Female":"жаночы","File":"Файл","File Browser":"Файлавы браўзер","File Conversion":"Канвертацыя файлаў","File deleted":"Файл выдалены","File Name":"Імя файла","File not found":"Файл не знойдзены","File removed from stack":"Файл выдалены са стэка","File Size":"Памер файла","File too large":"Файл занадта вялікі","File uploaded":"Файл загружаны","Filename":"Імя файла","Files":"Файлы","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Файлы з такімі паслядоўнымі назвамі, як \"IMG_1234 (2)\" і \"IMG_1234 (3)\", належаць да аднаго малюнка.","First page":"Першая старонка","Focal Length":"Фокусная адлегласць","Folder":"Папка","Folder contains %{n} files":"Папка змяшчае %{n} файлаў","Folder is empty":"Папка пустая","Folders":"Папкі","Forgot password?":"Забыліся на пароль?","FPS":"FPS","Frames":"Рамкі","Full Access":"Поўны доступ","Fullscreen":"Поуны экран","General":"Агульныя","Generate":"Генераваць","Generate Previews":"Стварыць прэв'ю","Generated":"Згенераваны","Get Started":"Пачніце","Given Name":"Названае імя","Global Options":"Глабальныя параметры","Go to page {0}":"Перайсці на старонку {0}","Gold":"золата","Green":"Зялёны","Grey":"Шэры","Groups":"Групы","Guest":"Госць","Hash":"Хэш","Help":"Даведка","Help & Support":"Даведка і падтрымка","Hidden":"Схаваныя","Hidden Files":"Схаваныя файлы","Hide":"Схаваць","Hide Caption":"Схаваць подпіс","Hide face markers":"Схаваць маркеры твару","Hide private content from global views while keeping it accessible in the Private section.":"Схавайце прыватныя элементы з глабальных праглядаў, захоўваючы да іх доступ у раздзеле \"Прыватнае\".","High":"Высокі","High Dynamic Range (HDR)":"Пашыраны дынамічны дыяпазон (HDR)","Hybrid":"Гібрыд","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Калі вы страціце доступ да праграмы або прылады аўтэнтыфікатара, вы можаце скарыстацца кодам аднаўлення, каб аднавіць доступ да ўліковага запісу.","Image":"Малюнак","Image Quality":"Якасць выявы","Import":"Імпарт","Import canceled":"Імпарт адменены","Import completed in %d s":"Імпарт завершаны за %d с","Import failed":"Памылка імпарту","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Імпартаваныя файлы будуць адсартаваны па даце і атрымаюць унікальную назву, каб пазбегнуць дублікатаў.","Importing %{s}…":"Імпарт %{s}…","Importing files to originals…":"Імпарт файлаў у арыгіналы…","in":"ст","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"У выпадку, калі фатаграфіі, якія вы чакаеце, адсутнічаюць, адсканіруйце сваю бібліятэку яшчэ раз і дачакайцеся завяршэння індэксацыі.","Include RAW image files when downloading stacks and archives.":"Уключайце файлы малюнкаў у фармаце RAW пры спампоўцы стэкаў і архіваў.","Include sidecar files when downloading stacks and archives.":"Уключаць дадатковыя файлы пры спампоўцы стэкаў і архіваў.","Increase storage size or delete files to continue.":"Каб працягнуць, павялічце памер сховішча або выдаліце файлы.","Index":"Паказальнік","Indexing":"Індэксацыя","Indexing canceled":"Індэксацыя адменена","Indexing completed in %d s":"Індэксацыя завершана за %d с","Indexing failed":"Збой індэксацыі","Indexing files in %s":"Індэксацыя файлаў у %s","Indexing media and sidecar files…":"Ідзе індэксацыя мультымедыйных і дадатковых файлаў…","Indexing originals...":"Індэксацыя арыгіналаў...","Information":"інфармацыя","Inherit":"Спадчына","Instance":"Экземпляр","Instance ID":"Ідэнтыфікатар асобніка","Instance unreachable. Try again once it's back online.":"Экзэмпляр недаступны. Паспрабуйце зноў, калі ён зноў стане даступным.","Instances":"Экземпляры","Insufficient storage":"Недастаткова месца для захоўвання","Insufficient storage.":"Недастаткова месца для захоўвання.","Interval":"Інтэрвал","Invalid":"Несапраўдны","Invalid address":"Няправільны адрас","Invalid country":"Няправільная краіна","Invalid credentials":"Няправільныя ўліковыя даныя","Invalid date":"Няправільная дата","Invalid link":"Няправільная спасылка","Invalid name":"Несапраўднае імя","Invalid parameters":"Няправільныя параметры","Invalid password, please try again":"Няправільны пароль, калі ласка, паспрабуйце зноў.","Invalid photo selected":"Выбрана няправільнае фота","Invalid time":"Няправільны час","Invalid URL":"Няправільны URL","Invalid verification code, please try again":"Няправільны код спраўджання, паўтарыце спробу","IP Address":"IP-адрас","It is a one-time use code that will disable 2FA for your account when you use it.":"Гэта аднаразовы код, які адключае 2FA для вашага ўліковага запісу, калі вы яго выкарыстоўваеце.","Item":"Пункт","Items per page:":"Элементаў на старонцы:","JPEG Quality: %{n}":"Якасць JPEG: %{n}","JPEG Size Limit: %{n}px":"Абмежаванне памеру JPEG: %{n} пікс","JPEGs and thumbnails are automatically rendered as needed.":"JPEG і мініяцюры аўтаматычна адлюстроўваюцца па меры неабходнасці.","Keyword":"Ключавое слова","Keywords":"Ключавыя словы","Label":"Метка","Label not found":"Тэг не знойдзены","Label saved":"Этыкетка захавана","Labels":"Меткі","Labels deleted":"Меткі выдалены","Language":"мова","Last Active":"Апошні актыўны","Last Login":"Апошні ўваход","Last page":"Апошняя старонка","Last Sync":"Апошняя сінхранізацыя","Last Used":"Апошняе выкарыстанне","Latitude":"Шырата","LDAP/AD":"LDAP/AD","Learn more":"Даведайцеся больш","Learn More":"Даведайцеся больш","Legal Information":"Прававая інфармацыя","Lens":"Аб'ектыў","Lens not found":"Аб'ектыў не знойдзены","Library":"Бібліятэка","License":"Ліцэнзія","Like":"Падабаецца","Lime":"Вапна","Limit reached, showing first %{n} files":"Ліміт дасягнуты, паказваюцца першыя %{n} файлаў","Link":"Спасылка","List":"Спіс","List View":"Спіс","Live":"жыць","Live Photos":"Жывыя фатаграфіі","Load more":"Загрузіць больш","Loading items...":"Загрузка элементаў...","Loading...":"Загрузка...","Local":"Мясцовы","Local Time":"Мясцовы час","Location":"Месцазнаходжанне","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Паведамленні ў журнале з'яўляюцца тут кожны раз, калі PhotoPrism сустракае зламаныя файлы або ёсць іншыя магчымыя праблемы.","Login":"Увайсці","Logs":"Журналы","Longitude":"Даўгата","Lost server connection":"Страчана падключэнне да сервера","Low":"Нізкі","Magenta":"Пурпурны","Main Color":"Асноўны колер","Male":"мужчынскі","Manage Account":"Кіраванне ўліковым запісам","Manager":"Менеджар","Manual":"Дапаможнік","Manual Upload":"Ручная запампоўка","Maps":"Карты","Marker":"Маркер","Maximum number of accounts has been reached.":"Дасягнута максімальная колькасць уліковых запісаў.","Media":"СМІ","Medium":"Сярэдні","Membership":"Сяброўства","Merge %{a} with %{b}?":"Аб'яднаць %{a} з %{b}?","Message":"паведамленне","Metadata":"Метаданыя","Metrics":"Метрыка","Minimize":"Мінімізаваць","Missing":"Прапаў без вестак","Missing or invalid configuration":"Адсутнічае або няправільная канфігурацыя","mixed":"змешаны","Moments":"Моманты","Monochrome":"Манахромныя","Month":"Месяц","More options":"Больш варыянтаў","Mosaic":"Мазаіка","Most Relevant":"Самы актуальны","Move Files":"Перамясціць файлы","Moving files from %s":"Перамяшчэнне файлаў з %s","Must have at least %{n} characters.":"Павінна быць не менш за %{n} сімвалаў.","Mute":"Адключыць гук","Name":"Імя","Name too long":"Назва занадта доўгая","Never":"ніколі","New":"Новыя","New Password":"Новы пароль","Newest First":"Спачатку найноўшыя","Next":"Далей","Next page":"Наступная старонка","Next visual":"Наступны візуал","No":"няма","No Access":"Няма доступу","No albums assigned":"Няма прызначаных альбомаў","No albums found":"Альбомы не знойдзены","No albums selected":"Не выбрана ніводнага альбома","No data available":"Дадзеных няма","No files available for download":"Няма файлаў для спампоўвання","No items selected":"Нічога не выбрана","No labels assigned":"Няма прызначаных цэтлікаў","No labels found":"Меткі не знойдзены","No labels selected":"Ніводнай этыкеткі не выбрана","No matching records found":"Адпаведныя запісы не знойдзены","No more":"Не больш","No people found":"Людзей не знойдзена","No pictures found":"Фота не знойдзена","No recently edited pictures":"Няма нядаўна адрэдагаваных фота","No registered instances.":"Няма зарэгістраваных інстанцый.","No results":"Няма вынікаў","No server connection":"Няма злучэння з серверам","No servers configured.":"Серверы не настроены.","No services configured.":"Службы не настроены.","No thanks":"Не, дзякуй","No users on this instance.":"Карыстальнікаў на гэтым інстансе няма.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Няма папярэджанняў або памылак з гэтым ключавым словам. Звярніце ўвагу, што пошук адчувальны да рэгістра.","Node":"Вузел","Nodes":"Вузлы","Non-photographic and low-quality images require a review before they appear in search results.":"Нефатаграфічныя і нізкаякасныя выявы патрабуюць праверкі, перш чым яны з'явяцца ў выніках пошуку.","None":"Няма","Not allowed":"Не дазволена","Not available in public mode":"Недаступна ў публічным рэжыме","Not available in read-only mode":"Недаступна ў рэжыме толькі для чытання","Not found":"Не знойдзена","Not sorted.":"Не адсартаваны.","Not supported":"Не падтрымліваецца","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, могуць быць сканфігураваныя ў якасці аддаленага сэрвісу для рэзервовага капіравання і запампоўкі файлаў.","Notes":"Заўвагі","Nothing to see here yet.":"Тут пакуль няма чаго бачыць.","Nothing was found.":"Нічога не знайшлі.","Offline":"У аўтаномным рэжыме","OK":"добра","Oldest First":"Спачатку самыя старыя","On Windows, enter the following resource in the connection dialog:":"У Windows увядзіце наступны рэсурс у дыялогавым акне злучэння:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Стварэнне мініяцюр па патрабаванні можа выклікаць высокую загрузку працэсара і памяці. Не рэкамендуецца для сервераў з абмежаванымі рэсурсамі і прылад NAS.","Once a week":"Раз на тыдзень","One album found":"Адзін альбом знойдзены","One entry added to %s":"Запіс дададзены ў %s","One entry removed from %s":"Адзін запіс далей ад %s","One file found":"Знойдзены адзін файл","One file uploaded":"Запампаваны адзін файл","One folder found":"Знойдзена адна папка","One label found":"Знойдзена адна метка","One person found":"Знайшоўся адзін чалавек","One picture found":"Адзін здымак знойдзены","Only locally managed accounts can be set up for authentication with 2FA.":"Для аўтэнтыфікацыі з дапамогай 2FA можна наладзіць толькі ўліковыя запісы, якія кіруюцца лакальна.","Open":"Адкрыты","optional":"неабавязковы","or":"або","Orange":"Аранжавы","Organization":"Арганізацыя","Orientation":"Арыентацыя","Original file names will be stored and indexed.":"Арыгінальныя назвы файлаў будуць захаваны і праіндэксаваны.","Original Name":"Арыгінальная назва","Originals":"Арыгіналы","Originals folder is empty":"Тэчка «Арыгіналы» пустая","Other":"Іншае","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Наша місія складаецца ў тым, каб забяспечыць найбольш зручнае для карыстальнікаў і канфідэнцыяльнасць рашэнне, каб вашы фатаграфіі былі арганізаванымі і даступнымі.","Outdoor":"На адкрытым паветры","Page {0}, Current page":"Старонка {0}, бягучая старонка","Pages":"старонкі","Pagination Navigation":"Навігацыя па пагінацыі","Panorama":"Панарама","Panoramas":"Панарамы","Part of all selected photos":"Частка ўсіх выбраных фотаздымкаў","Part of some selected photos":"Частка выбраных фотаздымкаў","Password":"Пароль","Password changed":"Пароль зменены","Pause":"Паўза","Payment required":"Патрэбна аплата","People":"Людзі","People you share a link with will be able to view public contents.":"Людзі, з якімі вы абагульваеце спасылку, змогуць праглядаць агульнадаступнае змесціва.","Permanently deleted":"Выдалены назаўсёды","Permission denied":"Дазвол адмоўлены","Person":"Асоба","Person cover updated":"Вокладка чалавека абноўлена","Person deleted":"Асоба выдалена","Person not found":"Чалавек не знойдзены","Person saved":"Чалавек выратаваны","Personal":"Асабісты","Photo":"Фота","PhotoPrism is 100% self-funded and independent.":"PhotoPrism на 100% самастойна фінансуецца і не залежыць.","PhotoPrism+ Membership":"Членства ў PhotoPrism+","Photos":"Фатаграфіі","Picture":"Малюнак","Picture Title":"Назва выявы","Pink":"Ружовы","Pinned":"Прышпілена","Place":"Месца","Place & Time":"Месца і час","Places":"Месцы","Play":"Гуляць","Please confirm your new password.":"Калі ласка, пацвердзіце свой новы пароль.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Калі ласка, скапіруйце наступны выпадкова згенераваны пароль праграмы і захавайце яго ў надзейным месцы, бо вы не зможаце ўбачыць яго зноў:","Please do not upload any private, unlawful or offensive pictures.":"Калі ласка, не запампоўвайце прыватныя, незаконныя або абразлівыя фатаграфіі.","Please don't upload photos containing offensive content.":"Калі ласка, не запампоўвайце фатаграфіі з абразлівым зместам.","Please enter OTP character {0}":"Увядзіце аднаразовы пароль {0}","Please log in to your account":"Калі ласка, увайдзіце ў свой уліковы запіс","Please note that changing your password will log you out on other devices and browsers.":"Звярніце ўвагу, што змена пароля прывядзе да выхаду з сістэмы на іншых прыладах і браўзерах.","Please restart your instance for the changes to take effect.":"Перазапусціце асобнік, каб змены ўступілі ў сілу.","Please wait…":"Калі ласка пачакай…","PM":"PM","PNG Size Limit: %{n}px":"Ліміт памеру PNG: %{n}px","Portal":"Партал","Portrait":"Партрэт","Preserve filenames":"Захаваць імёны файлаў","Press enter to create a new album.":"Націсніце enter, каб стварыць новы альбом.","Press enter to create new item":"Націсніце Enter, каб стварыць новы элемент","Prevent database and album backups as well as YAML sidecar files from being created.":"Забараніць стварэнне рэзервовых копій базы дадзеных і альбомаў, а таксама файлаў YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Забараніць іншым праграмам доступ да PhotoPrism як да агульнага сеткавага дыска.","Preview":"Папярэдні прагляд","Preview Images":"Папярэдні прагляд відарысаў","Previous":"Папярэдні","Previous page":"Папярэдняя старонка","Previous visual":"Папярэдні візуал","Primary":"Першасны","Private":"Прыватныя","Processing upload...":"Апрацоўка загрузкі...","Product Feedback":"Водгук аб прадукце","Projection":"Праекцыя","Purple":"Фіялетавы","Quality Filter":"Фільтр якасці","Quality Score":"Паказчык якасці","Quota exceeded":"Квота перавышана","Random":"Выпадковы","Rating {0} of {1}":"Рэйтынг {0} з {1}","Raw":"Сыравіна","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Паўторна праіндэксаваць усе арыгіналы, уключаючы ўжо праіндэксаваныя і нязмененыя файлы.","Read-Only Mode":"Рэжым толькі для чытання","Recently Added":"Нядаўна дададзены","Recently Archived":"Нядаўна заархівавана","Recently Edited":"Нядаўна адрэдагавана","Recognition starts after indexing has been completed.":"Распазнаванне пачынаецца пасля завяршэння індэксацыі.","Recognized":"Прызналі","Recovery Code":"Код аднаўлення","Red":"Чырвоны","Refresh":"Абнавіць","Regions":"Рэгіёны","Register":"Зарэгіструйцеся","Reload":"Перазагрузіць","Reloading…":"Перазагрузка…","Remote Sync":"Аддаленая сінхранізацыя","Remove":"Выдаліць","remove failed: unknown album":"выдаліць не атрымалася: невядомы альбом","Remove from Album":"Выдаліць з альбома","Remove from all":"Выдаліць з усіх","Remove from all selected photos":"Выдаліць з усіх выбраных фотаздымкаў","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Выдаліце імпартаваныя файлы, каб зэканоміць памяць. Непадтрымоўваныя тыпы файлаў ніколі не выдаляюцца, яны застаюцца ў сваім бягучым месцы.","Remove the selected instance from the cluster registry?":"Выдаліць выбраны экзэмпляр з рэестра кластара?","Removed":"Выдалена","Removed %{name}":"Выдалена %{name}","Removed %d files and %d photos":"Выдалена %d файлаў і %d фота","Repeated":"Паўтараецца","Request failed - are you offline?":"Запыт не выкананы - вы па-за сеткай?","Request failed - invalid response":"Запыт не выкананы - няправільны адказ","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Патрабаваць праверкі нефатаграфічных і нізкаякасных малюнкаў перад тым, як яны з'явяцца ў выніках пошуку.","Resolution":"дазвол","Restart":"Перазапуск","Restore":"Аднавіць","Restored":"Адноўлены","Retry Limit":"Ліміт паўтораў","Retype Password":"Паўтарыце пароль","Review":"Агляд","Role":"Роля","Roles":"Ролі","Rotated":"Павернута","Rows per page:":"Радкоў на старонцы:","Satellite":"Спадарожнік","Save":"Захаваць","Save changes":"Захаваць змены","Scan":"сканаваць","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Адсканіруйце QR-код з дапамогай праграмы аўтэнтыфікацыі або выкарыстайце ключ наладкі, паказаны ніжэй, а затым увядзіце згенераваны код спраўджання:","Scans":"Сканы","Scope":"Вобласць прымянення","Scopes":"Прыклады","Search":"Пошук","Season":"Сезон","Secret":"сакрэт","Security and Access":"Бяспека і доступ","Select":"Выберыце","Select a source folder to import files…":"Выберыце зыходную папку для імпарту файлаў…","Select date":"Выберыце дату","Select dates":"Выберыце даты","Select or create albums":"Выберыце або стварыце альбомы","Select or create labels":"Выберыце або стварыце этыкеткі","Select or drop files to upload…":"Выберыце або перацягніце файлы для загрузкі…","Select the files to upload…":"Выберыце файлы для загрузкі…","Select the folder to be indexed…":"Выберыце папку для індэксацыі…","Select Time":"Выберыце Час","Selection":"Выбар","Selection added to %s":"Выбар дададзены ў %s","Selection approved":"Выбар ухвалены","Selection archived":"Выбранае заархівавана","Selection marked as private":"Выбарка пазначана як прыватная","Selection not found":"Выбар не знойдзены","Selection restored":"Выбар адноўлены","Sequential Name":"Паслядоўнае імя","Service":"Абслугоўванне","Service URL":"URL службы","Services":"Сэрвісы","Session":"сесія","Session ID":"Ідэнтыфікатар сеансу","Sessions":"Сесіі","Set as Album Cover":"Усталяваць у якасці вокладкі альбома","Set as Cover Image":"Устанавіць як выяву вокладкі","Settings":"Налады","Settings saved":"Налады захаваны","Setup":"Усталяваць","Severity":"Сур'ёзнасць","Share":"падзяліцца","Share %{s}":"Падзяліцца %{s}","Show":"Паказаць","Show All Labels":"Паказаць усе цэтлікі","Show all new faces":"Паказаць усе новыя твары","Show Caption":"Паказаць подпіс","Show Captions":"Паказаць субцітры","Show face markers":"Паказаць маркеры твару","Show hidden":"Паказаць схаванае","Show Important Only":"Паказваць толькі важныя","Show logs in the web interface to monitor activity and troubleshoot problems.":"Паказваць журналы ў вэб-інтэрфейсе для маніторынгу актыўнасці і ліквідацыі праблем.","Show smart albums that group pictures by occasion, trip, or location.":"Паказваць разумныя альбомы, якія групуюць здымкі па падзеі, паездцы або месцы.","Show the Account page so users can manage their profile and security settings.":"Паказваць старонку ўліковага запісу, каб карыстальнікі маглі кіраваць сваім профілем і наладамі бяспекі.","Show the Calendar view to browse the library by year and month.":"Паказаць выгляд «Каляндар», каб праглядаць бібліятэку па годзе і месяцы.","Show the Labels section to view and manage AI-generated labels.":"Паказаць раздзел «Пазнакі», каб праглядаць і кіраваць меткамі, створанымі штучным інтэлектам.","Show the Library section to index, manage, and monitor the media library.":"Паказаць раздзел «Бібліятэка» для індэксавання, кіравання і маніторынгу медыябібліятэкі.","Show the Places view with interactive maps so you can browse photos by location.":"Пакажыце рэжым прагляду «Месцы» з інтэрактыўнымі картамі, каб вы маглі праглядаць фатаграфіі па месцазнаходжанні.","Show Titles":"Паказаць загалоўкі","Sidecar":"Спадарожны файл","Sidecar Files":"Sidecar Files","Sign in":"Увайсці","Sign Out":"Выйсці","Similar":"Падобныя","Site URL":"URL-адрас сайта","Size":"Памер","Slideshow":"Слайд-шоў","Slow":"павольна","Software":"праграмнае забеспячэнне","Software Update":"Абнаўленне праграмнага забеспячэння","Some albums could not be copied":"Некаторыя альбомы не ўдалося скапіяваць","Some albums could not be created. Please edit the names and try again.":"Не ўдалося стварыць некаторыя альбомы. Калі ласка, адрэдагуйце назвы і паспрабуйце яшчэ раз.","Some albums could not be updated":"Некаторыя альбомы не ўдалося абнавіць","Something went wrong, try again":"Нешта пайшло не так, паўтарыце спробу","Sort by":"Сартаваць па","Sort by Name (A–Z)":"Сартаваць па назве (А–Я)","Sort by Photo Count":"Сартаваць па колькасці фотаздымкаў","Sort by Relevance":"Сартаваць па рэлевантнасці","Sort Order":"Парадак сартавання","Sorted ascending.":"Адсартавана па ўзрастанні.","Sorted descending.":"Адсартавана па змяншэнні.","Source":"Крыніца","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":"Стэкі","Start":"Пачаць","Start Page":"Пачатковая старонка","Static Size Limit: %{n}px":"Ліміт статычнага памеру: %{n}px","Status":"Статус","Stay signed in on this device":"Заставацца ў сістэме на гэтым прыстасаванні","Stop Casting":"Спыніць запіс","Storage":"Захоўванне","Streets":"Вуліцы","Subject":"Прадмет","Subject deleted":"Тэма выдалена","Subject not found":"Тэма не знойдзена","Subject saved":"Тэма захавана","Successfully activated":"Паспяхова актывавана","Successfully Connected":"Паспяхова падключана","Successfully deleted":"Паспяхова выдалена","Successfully verified":"Паспяхова праверана","Super Admin":"Супер адміністратар","Support for additional services, like Google Drive, will be added over time.":"Падтрымка дадатковых сэрвісаў, такіх як Google Drive, будзе дададзена з часам.","Support Our Mission":"Падтрымайце нашу місію","Sync":"Сінхранізацыя","Sync raw and video files":"Сінхранізацыя неапрацаваных і відэафайлаў","Taken":"Узяты","Teal":"Чыркаваты","Terrain":"Рэльеф мясцовасці","Text":"Тэкст","Thank You for Your Support!":"Дзякуй за вашу падтрымку!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Вось чаму PhotoPrism быў створаны з нуля, каб працаваць там, дзе вам гэта трэба, без шкоды для свабоды, прыватнасці або функцыянальнасці.","The index currently contains %{n} hidden files.":"Зараз індэкс змяшчае %{n} схаваных файлаў.","The instance rejected the cluster credentials.":"Інстанцыя адхіліла крэдэншыалы кластара.","The instance returned an unexpected redirect.":"Інстанцыя вярнула нечаканы перанакіраванне.","The wakeup interval is %s, but must be 1h or less":"Інтэрвал абуджэння складае %s, але павінен быць 1 г або менш.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Магчыма, іх фармат не падтрымліваецца, яны яшчэ не былі пераўтвораны ў JPEG або ёсць дублікаты.","Theme":"Тэма","This account is missing an ID and can't be edited.":"Гэтая ўліковы запіс не мае ідэнтыфікатара і не можа быць адрэдагавана.","This field is required":"Гэта поле абавязковае","This instance has no site URL configured.":"Для гэтага інстанса не наладжаны URL-адрас сайта.","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 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. ":"Гэта мантуе папку арыгіналаў у якасці сеткавага дыска і дазваляе адкрываць, рэдагаваць і выдаляць файлы з вашага камп'ютара або смартфона, як калі б яны былі лакальнымі.","Time":"Час","Time UTC":"Час UTC","Time Zone":"Часавы пояс","Timeout":"Тайм-аўт","Title":{"":"Назва","Account":"Назва","Photo":"Назва"},"Title / Position":"Званне / Пасада","to":"каб","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Каб пазбегнуць блакіроўкі доступу да вашага ўліковага запісу, спампуйце, раздрукуйце або скапіруйце гэты код аднаўлення і захавайце яго ў бяспечным месцы.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Каб згенераваць новы пароль для канкрэтнай праграмы, увядзіце назву і вобласць аўтарызацыі праграмы і абярыце тэрмін дзеяння:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Каб пераключыцца на новую праграму або прыладу аўтэнтыфікатара, спачатку дэактывуйце двухфактарную аўтэнтыфікацыю, а затым зноў актывуйце яе:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Каб абнавіць, вы можаце ўвесці код актывацыі або націснуць «Рэгістрацыя», каб зарэгістравацца на нашым сайце:","Today":"сёння","Toggle View":"Пераключыць прагляд","Token":"Жэтон","Too many files selected":"Выбрана занадта шмат файлаў","Too many requests":"Занадта шмат запытаў","Troubleshooting":"Ліквідацыю непаладак","Try again using other filters or keywords.":"Паўтарыце спробу, выкарыстоўваючы іншыя фільтры або ключавыя словы.","Two-factor authentication has been enabled for your account.":"Для вашага ўліковага запісу ўключана двухфактарная аўтэнтыфікацыя.","Type":"Тып","Unable to delete":"Немагчыма выдаліць","Unable to do that":"Немагчыма зрабіць гэта","Unassign":"Адзначыць","Unauthorized":"Несанкцыянаваны","Undo":"Адмяніць","Unique ID":"Унікальны ID","Unknown":"Невядомы","Unknown location":"Невядомае месца","Unregistered":"Незарэгістраваны","Unsorted":"Ня адсартавана","Unstack":"Зняць стос","Unsupported":"Не падтрымліваецца","Unsupported format":"Непадтрыманы фармат","Unsupported type":"Тып не падтрымліваецца","Updated":"Абноўлены","Updating faces":"Абнаўленне твараў","Updating index":"Абнаўленне індэкса","Updating moments":"Абнаўленне момантаў","Updating picture…":"Абнаўленне выявы…","Updating previews":"Абнаўленне прэв'ю","Updating stacks":"Абнаўленне стэкаў","Upgrade":"Абнаўленне","Upgrade Now":"Абнавіце зараз","Upload":"Загрузіць","Upload complete":"Запампоўка завершана","Upload complete. Indexing…":"Запампоўка завершана. Індэксацыя…","Upload failed":"Памылка загрузкі","Upload has been processed":"Загрузка апрацавана","Upload local files":"Загрузіць лакальныя файлы","Upload might be offensive":"Загрузка можа быць абразлівай","Upload Path":"Шлях загрузкі","Uploading %{n} of %{t}…":"Загрузка %{n} з %{t}…","Uploading photos…":"Загрузка фатаграфій…","Uploading…":"Загрузка…","Uploads that may contain such images will be rejected automatically.":"Загрузкі, якія могуць утрымліваць такія выявы, будуць адхіляцца аўтаматычна.","URL":"URL","Use Presets":"Выкарыстоўвайце налады","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Выкарыстоўвайце наступны код аднаўлення для доступу да вашага ўліковага запісу, калі вы не можаце стварыць сапраўдны код спраўджання з дапамогай праграмы аўтэнтыфікацыі:","Use your recovery code or contact an administrator for help.":"Выкарыстоўвайце свой код аднаўлення або звярніцеся па дапамогу да адміністратара.","User":"Карыстальнік","User Guide":"Кіраўніцтва карыстальніка","User Interface":"Інтэрфейс карыстальніка","User not found":"Карыстальнік не знойдзены","Username":"Імя карыстальніка","Users":"Карыстальнікі","UUID":"UUID","Vector":"вектар","Vectors":"Вектары","Verification Code":"Код верыфікацыі","Version":"Версія","Video":"Відэа","Video Duration":"Працягласць відэа","Videos":"Відэа","View":"Выгляд","View search results as a list.":"Праглядзець вынікі пошуку ў выглядзе спісу.","Viewer":"Глядач","Vision":"Зрок","Visitor":"Наведвальнік","Visual Similarity":"Візуальнае падабенства","Warning":"Папярэджанне","Web Login":"Інтэрнэт-уваход","WebDAV":"WebDAV","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, такія як Microsoft Windows Explorer або Apple Finder, могуць падключацца непасрэдна да PhotoPrism.","WebDAV Upload":"Загрузка WebDAV","WebGL support is disabled in your browser":"Падтрымка WebGL адключана ў вашым браўзеры","Website":"Вэб-сайт","White":"Белы","Work Details":"Дэталі працы","Year":"год","Yellow":"Жоўты","Yes":"так","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Вы можаце звязацца з намі па адрасе membership@photoprism.app па пытаннях аб вашым членстве.","You can only download one album":"Вы можаце спампаваць толькі адзін альбом","You can only download one label":"Вы можаце спампаваць толькі адну метку","You can search for a location or move the marker on the map to change the position:":"Вы можаце шукаць месцазнаходжанне або перамяшчаць маркер на карце, каб змяніць яго становішча:","You can upload up to %{n} files for test purposes.":"Вы можаце загрузіць да %{n} файлаў для тэставых мэт.","You cannot change your own role.":"Вы не можаце змяніць сваю ўласную ролю.","You do not have access to any instances.":"У вас няма доступу ні да адных інстанцый.","You may only select one item":"Вы можаце выбраць толькі адзін прадмет","You may rescan your library to find additional faces.":"Вы можаце паўторна адсканіраваць сваю бібліятэку, каб знайсці дадатковыя твары.","Your account could not be connected":"Ваша ўліковую запіс не ўдалося падключыць","Your account has been successfully connected.":"Ваш уліковы запіс быў паспяхова падключаны.","Your browser does not support WebGL":"Ваш браўзер не падтрымлівае WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Ваша нязменная падтрымка дапамагае нам забяспечваць рэгулярныя абнаўленні і заставацца незалежнымі, каб мы маглі выконваць сваю місію і абараняць вашу канфідэнцыяльнасць.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Ваша бібліятэка пастаянна аналізуецца для аўтаматычнага стварэння альбомаў асаблівых момантаў, паездак і месцаў.","Zip created in %d s":"Створана ў %d с","Zoom in/out":"Павелічэнне/памяншэнне","Archive":{"Noun":"Архіў","Verb":"Архіў"},"Add a Title":{"Photo":"Дадаць загаловак"}}} \ No newline at end of file +{"be":{"{0} appended action":"{0} дададзена дзеянне","{0} files":"Файлаў: {0}","{0} files ({1} in total)":"{0} файлаў (усяго {1})","{0} more":"яшчэ {0}","{0} prepended action":"{0} дададзенае дзеянне","{0} selected":"{0} выбрана","{0}-{1} of {2}":"{0}-{1} з {2}","%{n} albums found":"%{n} альбомаў знойдзена","%{n} files uploaded":"%{n} файлаў запампавана","%{n} folders found":"%{n} папак знойдзена","%{n} GB of %{q} GB used":"%{n} ГБ з %{q} ГБ выкарыстана","%{n} labels found":"%{n} метак знойдзена","%{n} people found":"Знойдзена %{n} чалавек","%{n} pictures found":"Знойдзена %{n} відарысаў","%{s} is too long":"%{s} занадта доўга","%{s} is too short":"%{s} занадта кароткі","%d entries added to %s":"Дададзена %d запісаў у %s","%d entries removed from %s":"%d запісаў выдалена з %s","%d files uploaded in %d s":"%d файлаў загружана за %d с","%s already exists":"%s ужо існуе","%s has been restored":"%s адноўлены","1 hour":"1 гадзіна","12 hours":"12 гадзін","2-Factor Authentication":"2-фактарная аўтэнтыфікацыя","2FA":"2FA","4 hours":"4 гадзіны","A click will copy it to your clipboard.":"Клік скапіруе яго ў буфер абмену.","A new version of %{s} is available:":"Даступная новая версія %{s}:","About":"Аб","Access granted.":"Доступ дазволены.","Access revoked.":"Доступ адменены.","Access Token":"Токен доступу","Account":"Уліковы запіс","Account created":"Уліковы запіс створаны","Account deleted":"Уліковы запіс выдалены","Account Group Mappings":"Карціраванне груп уліковых запісаў","Account not found":"Уліковы запіс не знойдзены","Account restored":"Уліковы запіс адноўлены","Account saved":"Уліковы захаваны","Accounts":"Уліковыя запісы","Accuracy":"Дакладнасць","Action":"Дзеянне","Actions":"Дзеянні","Activate":"Актываваць","Activate to remove sorting.":"Уключыце, каб выдаліць сартаванне.","Activate to sort ascending.":"Уключыце для сартавання па ўзрастанні.","Activate to sort descending.":"Уключыце для сартавання па змяншэнні.","Activation Code":"Код актывацыі","Activity":"Дзейнасць","Add":"Дадаць","Add %{s}?":"Дадаць %{s}?","Add a Caption":"Дадаць подпіс","Add Account":"Дадаць уліковы запіс","Add Album":"Дадаць альбом","Add Link":"Дадаць спасылку","Add Notes":"Дадаць нататкі","Add person?":"Дадаць чалавека?","Add pictures from search results by selecting them.":"Дадайце выявы з вынікаў пошуку, выбраўшы іх.","Add to album":"Дадаць у альбом","Add to all":"Дадаць да ўсіх","Add to all selected photos":"Дадаць да ўсіх выбраных фотаздымкаў","Added":"Дададзена","Added %{name}":"Дададзена %{name}","Adjust Camera Info":"Наладзіць інфармацыю камеры","Adjust Date & Time":"Наладзіць дату і час","Adjust Location":"Змяніць месцазнаходжанне","Admin":"Адмін","Advanced":"Пашыраныя","Advertise URL":"URL рэкламы","After 1 day":"Праз 1 дзень","After 3 days":"Праз 3 дні","After 7 days":"Праз 7 дзён","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Пасля ўводу пароля для пацверджання вы можаце наладзіць двухфактарную аўтэнтыфікацыю з дапамогай сумяшчальнай праграмы або прылады аўтэнтыфікатара:","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 %s deleted":"Альбом %s выдалены","Album Backups":"Рэзервовыя копіі альбомаў","Album contents cloned":"Змесціва альбома скапіявана","Album created":"Альбом створаны","Album deleted":"Альбом выдалены","Album not found":"Альбом не знойдзены","Album saved":"Альбом захаваны","Albums":"Альбомы","Albums deleted":"Альбомы выдалены","All":"Усе","All %{n} albums loaded":"Усе %{n} альбомаў загружаны","All %{n} labels loaded":"Усе %{n} меткі загружаны","All %{n} people loaded":"Усе %{n} чалавек загружаны","All Cameras":"Усе камеры","All Categories":"Усе катэгорыі","All Colors":"Усе колеры","All Countries":"Усе краіны","All files from import folder":"Усе файлы з папкі імпарту","All Lenses":"Усе лінзы","All Months":"Усе месяцы","All originals":"Усе арыгіналы","All Years":"Усе гады","Allow configuration and use of connected apps and services for remote uploads and sync.":"Дазволіць канфігурацыю і выкарыстанне падлучаных праграм і сэрвісаў для дыстанцыйнай загрузкі і сінхранізацыі.","Allow editing of metadata such as title, description, date, and location.":"Дазволіць рэдагаванне метададзеных, такіх як назва, апісанне, дата і месцазнаходжанне.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Дазволіць рэдагаваць метададзеныя, цэтлікі і альбомы некалькіх малюнкаў адначасова.","Allow files to be copied or moved from the Import to the Originals folder.":"Уключыце інструмент імпарту, каб капіраваць або перамяшчаць файлы з папкі імпарту ў тэчку «Арыгіналы».","Allow files to be permanently deleted to free up storage space.":"Дазволіць выдаленне файлаў назаўсёды, каб вызваліць месца для захоўвання.","Allow users to archive photos and videos so they are hidden without being deleted.":"Дазволіць карыстальнікам архіваваць фота і відэа, каб яны былі схаваныя, але не выдаленыя.","Allow users to create and share links, and enable sharing with connected services.":"Дазволіць карыстальнікам ствараць і дзяліцца спасылкамі, а таксама ўключыць абмен з падлучанымі сэрвісамі.","Allow users to upload new photos and videos through the web interface.":"Дазволіць карыстальнікам загружаць новыя фатаграфіі і відэа праз вэб-інтэрфейс.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Акрамя таго, вы можаце запампаваць файлы непасрэдна на серверы WebDAV, такія як Nextcloud.","Altitude":"Вышыня над узроўнем мора","Altitude (m)":"Вышыня (м)","AM":"AM","Animated":"Аніміраваныя","Animation":"Анімацыя","Animations":"Анімацыі","Any private photos and videos remain private and won't be shared.":"Любыя прыватныя фатаграфіі і відэа застаюцца прыватнымі і не будуць перададзены.","API Key":"Ключ API","Application":"Ужыванне","Applications":"Прыкладанні","Approve":"Зацвердзіць","Approve and save changes":"Зацвердзіць і захаваць змены","Apps and Devices":"Праграмы і прылады","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 delete this album?":"Вы ўпэўненыя, што хочаце выдаліць гэты альбом?","Are you sure you want to permanently delete these pictures?":"Вы ўпэўнены, што хочаце назаўсёды выдаліць гэтыя фатаграфіі?","Are you sure you want to permanently delete this file?":"Вы ўпэўнены, што хочаце назаўжды выдаліць гэты файл?","Are you sure?":"Вы ўпэўнены?","Artist":"Мастак","Aspect Ratio":"Суадносіны бакоў","Attributes":"Атрыбуты","Audio":"Аўдыё","Audit Log":"Аўдыё","Authentication":"Аўтэнтыфікацыя","Auto":"Аўто","Back":"Назад","Back to top":"Вярнуцца да пачатку","Backup":"Рэзервовае капіраванне","Badge":"Значок","Base Path":"Базавы шлях","Batch":"Пакет","Batch Edit":"Пакетнае рэдагаванне","Become a member today, support our mission and enjoy our member benefits!":"Станьце членам сёння, падтрымайце нашу місію і атрымлівайце асалоду ад нашых пераваг для ўдзельнікаў!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Будучы на 100% самафінансаваным і незалежным, мы можам паабяцаць вам, што ніколі не будзем прадаваць вашы даныя і што мы заўсёды будзем празрыстымі адносна нашага праграмнага забеспячэння і паслуг.","Bio":"Біяграфія","Birth Date":"Дата нараджэння","Black":"Чорны","Blue":"Сіні","Brown":"Карычневы","Browse":"Праглядзіце","Browse Files":"Прагляд файлаў","Browse Pictures":"Праглядзець выявы","Bug Report":"Справаздача пра памылку","Busy, please try again later":"Заняты, калі ласка, паспрабуйце зноў пазней","Busy, please wait…":"Заняты, пачакайце…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Выкарыстоўваючы праграмнае забеспячэнне і паслугі, якія мы прадстаўляем, вы згаджаецеся з нашымі ўмовамі абслугоўвання, палітыкай прыватнасці і кодэксам паводзін.","Calendar":"Каляндар","Camera":"Камера","Camera not found":"Камера не знойдзена","Camera Serial":"Серыял камеры","Can't access your authenticator app or device?":"Не можаце атрымаць доступ да праграмы або прылады аўтэнтыфікатара?","Can't load more, limit reached":"Немагчыма загрузіць больш, дасягнуты ліміт","Can't select more items":"Немагчыма выбраць больш элементаў","Cancel":"Адмяніць","Cannot copy to clipboard":"Немагчыма скапіраваць у буфер абмену","Caption":"Надпіс","Cards":"Карты","Carousel slide {0} of {1}":"Слайд каруселі {0} з {1}","Cast":"Акцёры","Category":"Катэгорыя","Change Avatar":"Змяніць аватар","Change Password":"Змяніць пароль","Change private flag":"Змяніць прыватны тэг","Changes could not be saved":"Не ўдалося захаваць змены","Changes successfully saved":"Змены паспяхова захаваны","Changes to the advanced settings require a restart to take effect.":"Каб змены ў дадатковых наладах уступілі ў сілу, патрабуецца перазапуск.","Checked":"Праверана","Choose an instance to continue:":"Выберыце інстанцыю для працягу:","Chroma":"Каляровасць","Cleaning index and cache":"Ачыстка індэкса і кэша","Cleanup":"Прыбіраць","Clear":"Выразны","Clear {0}":"Ачысціць {0}","Client":"Кліент","Close":"Закрыць","Cluster":"Кластар","Cluster Admin":"Адміністратар кластара","Cluster Node":"Кластарны вузел","Codec":"Кодэк","Color":"Колер","Color Profile":"Каляровы профіль","Colors":"Колеры","Compare Editions":"Параўнаць выданні","Complete Rescan":"Поўнае паўторнае сканаванне","Confidence":"Упэўненасць","Confirm":"Пацвердзіць","Connect":"Злучыць","Connect via WebDAV":"Злучэнне праз WebDAV","Connected":"Падключана","Contact Details":"Кантактная інфармацыя","Contact Us":"Звяжыцеся з намі","Contains %{n} pictures.":"Змяшчае %{n} відарысаў.","Contains one picture.":"Змяшчае адзін малюнак.","Content":{"":"Змест","Edit":"Змест"},"Continue":"Працягнуць","Contributor":"Укладальнік","Converting":"Пераўтварэнне","Copied to clipboard":"Скапіравана ў буфер абмену","Copy":"Копія","Copying files from %s":"Капіраванне файлаў з %s","Copyright":"Аўтарскае права","Could not be deleted":"Немагчыма выдаліць","Could not connect, please try again":"Злучэнне не ўсталявана, калі ласка, паспрабуйце зноў","Could not update person cover":"Не атрымалася абнавіць вокладку чалавека","Couldn't find anything.":"Нічога не знайшоў.","Country":"Краіна","Create Account":"Стварыць акаунт","Create album":"Стварыць альбом","Create regular backups based on the configured schedule.":"Стварэнне рэзервовых копій індэксаў на аснове наладжанага раскладу.","Create YAML files to back up album metadata.":"Стварыце файлы YAML для рэзервовага капіравання метаданых альбома.","Create YAML sidecar files to back up picture metadata.":"Стварыце пабочныя файлы YAML для рэзервовага капіравання метададзеных выявы.","Created":"Створана","Creating thumbnails for":"Стварэнне мініяцюр для","Current Password":"Бягучы пароль","Custom":"Прыстасаваныя","Cyan":"Блакітны","Daily":"Штодня","Database":"База дадзеных","Database Backups":"Рэзервовыя копіі баз даных","Databases":"Базы дадзеных","Date & Time":"Дата і час","Day":"Дзень","Deactivate":"Дэактываваць","Debug Logs":"Журналы адладкі","Default":"Па змаўчанні","Default Folder":"Папка па змаўчанні","Delete":"Выдаліць","Delete Album":"Выдаліць альбом","Delete All":"Выдаліць усе","Delete all?":"Выдаліць усе?","Delete orphaned index entries, sidecar files and thumbnails.":"Выдаліць асірацелыя запісы індэкса, дапаможныя файлы і мініяцюры.","deleted":"выдалена","Description":"Апісанне","Detailed instructions can be found in our User Guide.":"Падрабязныя інструкцыі можна знайсці ў нашым Кіраўніцтве карыстальніка.","Details":"Дэталі","Dimensions":"Памеры","Disable all face detection and recognition features.":"Адключыць усе функцыі распазнавання і распазнавання твараў.","Disable Backups":"Адключыць рэзервовае капіраванне","Disable Darktable":"Адключыць Darktable","Disable ExifTool":"Адключыць ExifTool","Disable Faces":"Адключыць твары","Disable features that require write permission for the originals folder.":"Адключыце функцыі, якія патрабуюць дазволу на запіс для папкі арыгіналаў.","Disable FFmpeg":"Адключыць FFmpeg","Disable ImageMagick":"Адключыць ImageMagick","Disable interactive world maps and reverse geocoding.":"Адключыць інтэрактыўныя карты свету і адваротнае геакадзіраванне.","Disable MCP":"Адключыць MCP","Disable Places":"Адключыць Месцы","Disable RawTherapee":"Адключыць RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Адключыце эндпойнт API пратакола кантэксту мадэлі (MCP) для інтэграцый штучных агентаў.","Disable Vectors":"Адключыць вектары","Disable WebDAV":"Адключыць WebDAV","Disabled":"Інвалід","Disables vector graphics support.":"Адключае падтрымку вектарнай графікі.","Disables video transcoding and thumbnail extraction.":"Адключае перакадзіраванне відэа і выманне мініяцюр.","Discard":"Адкінуць","Discard changes and close":"Адхіліць змены і закрыць","Discard invalid changes?":"Выкінуць несапраўдныя змены?","Discard unsaved changes?":"Выкінуць нязберажаныя змены?","Discover":"Адкрыйце для сябе","Dismiss":"Звольніць","Display Name":"Адлюстраванае імя","Display picture captions in search results.":"Паказваць подпісы да малюнкаў у выніках пошуку.","Display picture titles in search results.":"Паказаць назвы малюнкаў у выніках пошуку.","Document":"Дакумент","Documents":"Дакументы","Don't use Darktable to convert RAW images.":"Не выкарыстоўвайце Darktable для пераўтварэння RAW відарысаў.","Don't use ImageMagick to convert images.":"Не выкарыстоўвайце ImageMagick для пераўтварэння відарысаў.","Don't use RawTherapee to convert RAW images.":"Не выкарыстоўвайце RawTherapee для пераўтварэння RAW відарысаў.","Done":"Гатова","Done.":"Гатова.","Download":"Спампаваць","Download only original media files, without any automatically generated files.":"Спампоўваць толькі арыгінальныя мультымедыйныя файлы без аўтаматычна створаных файлаў.","Download remote files":"Спампаваць выдаленыя файлы","Downloading…":"Спампоўка…","Drag and drop files here":"Перацягнуць файлы сюды","Driver":"Кіроўца","Duplicates will be skipped and only appear once.":"Дублікаты будуць прапушчаны і з'явяцца толькі адзін раз.","Duration":"Працягласць","Dynamic Previews":"Дынамічны папярэдні прагляд","Dynamic Size Limit: %{n}px":"Абмежаванне дынамічнага памеру: %{n}px","Edit":"Рэдагаваць","Edit %{s}":"Рэдагаваць %{s}","Edit Account":"Рэдагаваць уліковы запіс","Edit Photo":"Рэдагаваць фота","Edit Photos (%{n})":"Рэдагаваць фатаграфіі (%{n})","Edited":"Адрэдагавана","Email":"Электронная пошта","Enable debug mode to display additional logs and help with troubleshooting.":"Уключыце рэжым адладкі, каб паказаць дадатковыя журналы і дапамагчы ў ліквідацыі непаладак.","Enable downloading of original and sidecar files from the web interface.":"Уключыць загрузку арыгінальных і дадатковых файлаў з вэб-інтэрфейсу.","Enable face recognition and the People view to easily find people you know.":"Уключыце распазнаванне твараў і рэжым «Людзі», каб лёгка знаходзіць людзей, якіх вы ведаеце.","Enable new features that may be incomplete or unstable.":"Уключыць новыя функцыі, якія могуць быць няпоўнымі або нестабільнымі.","Enable the file browser to navigate the Originals folder structure.":"Уключыце браўзер файлаў для навігацыі па структуры тэчак \"Арыгіналы\".","Enables RAW converter presets. May reduce performance.":"Уключае прадусталяваныя налады канвертара RAW. Можа знізіць прадукцыйнасць.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Уключэнне двухфактарнай аўтэнтыфікацыі азначае, што вам спатрэбіцца выпадкова згенераваны код пацверджання для ўваходу, таму, нават калі хтосьці атрымае доступ да вашага пароля, ён не зможа атрымаць доступ да вашага ўліковага запісу.","Engine":"Рухавік","Enter date":"Увядзіце дату","Enter dates":"Увядзіце даты","Enter item name...":"Увядзіце назву элемента...","Enter the code generated by your authenticator app:":"Увядзіце код, створаны вашай праграмай аўтэнтыфікацыі:","Enter verification code":"Увядзіце праверачны код","Enter your password to confirm the action and continue:":"Увядзіце пароль, каб пацвердзіць дзеянне і працягнуць:","Entity not found":"Аб'екта не знойдзена","Error":"Памылка","Errors":"Памылкі","Estimate":"Каштарыс","Estimate Locations":"Ацэнка месцаў","Estimate the approximate location of pictures without GPS coordinates.":"Ацаніце прыблізнае месцазнаходжанне здымкаў без GPS-каардынатаў.","Every two days":"Кожныя два дні","Exclude hidden":"Выключыць схаванае","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Выманне метаданых з дапамогай ExifTool патрабуецца для поўнай падтрымкі відэа, жывых фота і XMP.","Experimental Features":"Эксперыментальныя функцыі","Expires":"Заканчваецца тэрмін дзеяння","Exposure":"Уздзеянне","Extract still images and generate thumbnails while indexing.":"Выманне нерухомых малюнкаў і стварэнне мініяцюр падчас індэксацыі.","F Number":"Нумар F","Face":"Твар","Face not found":"Аблічча не знойдзена","Faces":"Асобы","Failed creating file, please check permissions":"Стварэнне файла не ўдалося, калі ласка, праверце дазволы.","Failed creating folder, please check permissions":"Стварэнне тэчкі правалена, калі ласка, праверце дазволы.","Failed removing link":"Не атрымалася выдаліць спасылку","Failed to connect account.":"Не ўдалося падключыць уліковы запіс.","Failed to create zip file":"Стварэнне zip-файла не ўдалося","Failed to load users.":"Не ўдалося загрузіць карыстальнікаў.","Failed to remove face marker":"Не ўдалося выдаліць маркер твару","Failed to remove name":"Не ўдалося выдаліць імя","Failed to restart server":"Адновленне сервера не ўдалося","Failed to save changes":"Не атрымалася захаваць змены","Failed to save face marker":"Не ўдалося захаваць маркер твару","Failed to save name":"Не ўдалося захаваць імя","Failed updating link":"Не ўдалося абнавіць спасылку","Family Name":"Прозвішча","Fast":"Хуткі","Favorite":"Любімая","Favorites":"Абраныя","Feature disabled":"Функцыя адключана","Feature Request":"Запыт функцыі","Female":"жаночы","File":"Файл","File Browser":"Файлавы браўзер","File Conversion":"Канвертацыя файлаў","File deleted":"Файл выдалены","File Name":"Імя файла","File not found":"Файл не знойдзены","File removed from stack":"Файл выдалены са стэка","File Size":"Памер файла","File too large":"Файл занадта вялікі","File uploaded":"Файл загружаны","Filename":"Імя файла","Files":"Файлы","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Файлы з такімі паслядоўнымі назвамі, як \"IMG_1234 (2)\" і \"IMG_1234 (3)\", належаць да аднаго малюнка.","First page":"Першая старонка","Focal Length":"Фокусная адлегласць","Folder":"Папка","Folder contains %{n} files":"Папка змяшчае %{n} файлаў","Folder is empty":"Папка пустая","Folders":"Папкі","Forgot password?":"Забыліся на пароль?","FPS":"FPS","Frames":"Рамкі","Full Access":"Поўны доступ","Fullscreen":"Поуны экран","General":"Агульныя","Generate":"Генераваць","Generate Previews":"Стварыць прэв'ю","Generated":"Згенераваны","Get Started":"Пачніце","Given Name":"Названае імя","Global Options":"Глабальныя параметры","Go to page {0}":"Перайсці на старонку {0}","Gold":"золата","Green":"Зялёны","Grey":"Шэры","Groups":"Групы","Guest":"Госць","Hash":"Хэш","Help":"Даведка","Help & Support":"Даведка і падтрымка","Hidden":"Схаваныя","Hidden Files":"Схаваныя файлы","Hide":"Схаваць","Hide Caption":"Схаваць подпіс","Hide face markers":"Схаваць маркеры твару","Hide private content from global views while keeping it accessible in the Private section.":"Схавайце прыватныя элементы з глабальных праглядаў, захоўваючы да іх доступ у раздзеле \"Прыватнае\".","High":"Высокі","High Dynamic Range (HDR)":"Пашыраны дынамічны дыяпазон (HDR)","Hybrid":"Гібрыд","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Калі вы страціце доступ да праграмы або прылады аўтэнтыфікатара, вы можаце скарыстацца кодам аднаўлення, каб аднавіць доступ да ўліковага запісу.","Image":"Малюнак","Image Quality":"Якасць выявы","Import":"Імпарт","Import canceled":"Імпарт адменены","Import completed in %d s":"Імпарт завершаны за %d с","Import failed":"Памылка імпарту","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Імпартаваныя файлы будуць адсартаваны па даце і атрымаюць унікальную назву, каб пазбегнуць дублікатаў.","Importing %{s}…":"Імпарт %{s}…","Importing files to originals…":"Імпарт файлаў у арыгіналы…","in":"ст","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"У выпадку, калі фатаграфіі, якія вы чакаеце, адсутнічаюць, адсканіруйце сваю бібліятэку яшчэ раз і дачакайцеся завяршэння індэксацыі.","Include RAW image files when downloading stacks and archives.":"Уключайце файлы малюнкаў у фармаце RAW пры спампоўцы стэкаў і архіваў.","Include sidecar files when downloading stacks and archives.":"Уключаць дадатковыя файлы пры спампоўцы стэкаў і архіваў.","Increase storage size or delete files to continue.":"Каб працягнуць, павялічце памер сховішча або выдаліце файлы.","Index":"Паказальнік","Indexing":"Індэксацыя","Indexing canceled":"Індэксацыя адменена","Indexing completed in %d s":"Індэксацыя завершана за %d с","Indexing failed":"Збой індэксацыі","Indexing files in %s":"Індэксацыя файлаў у %s","Indexing media and sidecar files…":"Ідзе індэксацыя мультымедыйных і дадатковых файлаў…","Indexing originals...":"Індэксацыя арыгіналаў...","Information":"інфармацыя","Inherit":"Спадчына","Instance":"Экземпляр","Instance ID":"Ідэнтыфікатар асобніка","Instance unreachable. Try again once it's back online.":"Экзэмпляр недаступны. Паспрабуйце зноў, калі ён зноў стане даступным.","Instances":"Экземпляры","Insufficient storage":"Недастаткова месца для захоўвання","Insufficient storage.":"Недастаткова месца для захоўвання.","Interval":"Інтэрвал","Invalid":"Несапраўдны","Invalid address":"Няправільны адрас","Invalid country":"Няправільная краіна","Invalid credentials":"Няправільныя ўліковыя даныя","Invalid date":"Няправільная дата","Invalid link":"Няправільная спасылка","Invalid name":"Несапраўднае імя","Invalid parameters":"Няправільныя параметры","Invalid password, please try again":"Няправільны пароль, калі ласка, паспрабуйце зноў.","Invalid photo selected":"Выбрана няправільнае фота","Invalid time":"Няправільны час","Invalid URL":"Няправільны URL","Invalid verification code, please try again":"Няправільны код спраўджання, паўтарыце спробу","IP Address":"IP-адрас","It is a one-time use code that will disable 2FA for your account when you use it.":"Гэта аднаразовы код, які адключае 2FA для вашага ўліковага запісу, калі вы яго выкарыстоўваеце.","Item":"Пункт","Items per page:":"Элементаў на старонцы:","JPEG Quality: %{n}":"Якасць JPEG: %{n}","JPEG Size Limit: %{n}px":"Абмежаванне памеру JPEG: %{n} пікс","JPEGs and thumbnails are automatically rendered as needed.":"JPEG і мініяцюры аўтаматычна адлюстроўваюцца па меры неабходнасці.","Keyword":"Ключавое слова","Keywords":"Ключавыя словы","Label":"Метка","Label not found":"Тэг не знойдзены","Label saved":"Этыкетка захавана","Labels":"Меткі","Labels deleted":"Меткі выдалены","Language":"мова","Last Active":"Апошні актыўны","Last Login":"Апошні ўваход","Last page":"Апошняя старонка","Last Sync":"Апошняя сінхранізацыя","Last Used":"Апошняе выкарыстанне","Latitude":"Шырата","LDAP/AD":"LDAP/AD","Learn more":"Даведайцеся больш","Learn More":"Даведайцеся больш","Legal Information":"Прававая інфармацыя","Lens":"Аб'ектыў","Lens not found":"Аб'ектыў не знойдзены","Library":"Бібліятэка","License":"Ліцэнзія","Like":"Падабаецца","Lime":"Вапна","Limit reached, showing first %{n} files":"Ліміт дасягнуты, паказваюцца першыя %{n} файлаў","Link":"Спасылка","List":"Спіс","List View":"Спіс","Live":"жыць","Live Photos":"Жывыя фатаграфіі","Load more":"Загрузіць больш","Loading items...":"Загрузка элементаў...","Loading...":"Загрузка...","Local":"Мясцовы","Local Time":"Мясцовы час","Location":"Месцазнаходжанне","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Паведамленні ў журнале з'яўляюцца тут кожны раз, калі PhotoPrism сустракае зламаныя файлы або ёсць іншыя магчымыя праблемы.","Login":"Увайсці","Logs":"Журналы","Longitude":"Даўгата","Lost server connection":"Страчана падключэнне да сервера","Low":"Нізкі","Magenta":"Пурпурны","Main Color":"Асноўны колер","Male":"мужчынскі","Manage Account":"Кіраванне ўліковым запісам","Manager":"Менеджар","Manual":"Дапаможнік","Manual Upload":"Ручная запампоўка","Maps":"Карты","Marker":"Маркер","Maximum number of accounts has been reached.":"Дасягнута максімальная колькасць уліковых запісаў.","Media":"СМІ","Medium":"Сярэдні","Membership":"Сяброўства","Merge %{a} with %{b}?":"Аб'яднаць %{a} з %{b}?","Message":"паведамленне","Metadata":"Метаданыя","Metrics":"Метрыка","Minimize":"Мінімізаваць","Missing":"Прапаў без вестак","Missing or invalid configuration":"Адсутнічае або няправільная канфігурацыя","mixed":"змешаны","Moments":"Моманты","Monochrome":"Манахромныя","Month":"Месяц","More options":"Больш варыянтаў","Mosaic":"Мазаіка","Most Relevant":"Самы актуальны","Move Files":"Перамясціць файлы","Moving files from %s":"Перамяшчэнне файлаў з %s","Must have at least %{n} characters.":"Павінна быць не менш за %{n} сімвалаў.","Mute":"Адключыць гук","Name":"Імя","Name too long":"Назва занадта доўгая","Never":"ніколі","New":"Новыя","New Password":"Новы пароль","Newest First":"Спачатку найноўшыя","Next":"Далей","Next page":"Наступная старонка","Next visual":"Наступны візуал","No":"няма","No Access":"Няма доступу","No albums assigned":"Няма прызначаных альбомаў","No albums found":"Альбомы не знойдзены","No albums selected":"Не выбрана ніводнага альбома","No data available":"Дадзеных няма","No files available for download":"Няма файлаў для спампоўвання","No items selected":"Нічога не выбрана","No labels assigned":"Няма прызначаных цэтлікаў","No labels found":"Меткі не знойдзены","No labels selected":"Ніводнай этыкеткі не выбрана","No matching records found":"Адпаведныя запісы не знойдзены","No more":"Не больш","No people found":"Людзей не знойдзена","No pictures found":"Фота не знойдзена","No recently edited pictures":"Няма нядаўна адрэдагаваных фота","No registered instances.":"Няма зарэгістраваных інстанцый.","No results":"Няма вынікаў","No server connection":"Няма злучэння з серверам","No servers configured.":"Серверы не настроены.","No services configured.":"Службы не настроены.","No thanks":"Не, дзякуй","No users on this instance.":"Карыстальнікаў на гэтым інстансе няма.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Няма папярэджанняў або памылак з гэтым ключавым словам. Звярніце ўвагу, што пошук адчувальны да рэгістра.","Node":"Вузел","Nodes":"Вузлы","Non-photographic and low-quality images require a review before they appear in search results.":"Нефатаграфічныя і нізкаякасныя выявы патрабуюць праверкі, перш чым яны з'явяцца ў выніках пошуку.","None":"Няма","Not allowed":"Не дазволена","Not available in public mode":"Недаступна ў публічным рэжыме","Not available in read-only mode":"Недаступна ў рэжыме толькі для чытання","Not found":"Не знойдзена","Not sorted.":"Не адсартаваны.","Not supported":"Не падтрымліваецца","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, могуць быць сканфігураваныя ў якасці аддаленага сэрвісу для рэзервовага капіравання і запампоўкі файлаў.","Notes":"Заўвагі","Nothing to see here yet.":"Тут пакуль няма чаго бачыць.","Nothing was found.":"Нічога не знайшлі.","Offline":"У аўтаномным рэжыме","OK":"добра","Oldest First":"Спачатку самыя старыя","On Windows, enter the following resource in the connection dialog:":"У Windows увядзіце наступны рэсурс у дыялогавым акне злучэння:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Стварэнне мініяцюр па патрабаванні можа выклікаць высокую загрузку працэсара і памяці. Не рэкамендуецца для сервераў з абмежаванымі рэсурсамі і прылад NAS.","Once a week":"Раз на тыдзень","One album found":"Адзін альбом знойдзены","One entry added to %s":"Запіс дададзены ў %s","One entry removed from %s":"Адзін запіс далей ад %s","One file found":"Знойдзены адзін файл","One file uploaded":"Запампаваны адзін файл","One folder found":"Знойдзена адна папка","One label found":"Знойдзена адна метка","One person found":"Знайшоўся адзін чалавек","One picture found":"Адзін здымак знойдзены","Only locally managed accounts can be set up for authentication with 2FA.":"Для аўтэнтыфікацыі з дапамогай 2FA можна наладзіць толькі ўліковыя запісы, якія кіруюцца лакальна.","Open":"Адкрыты","optional":"неабавязковы","or":"або","Orange":"Аранжавы","Organization":"Арганізацыя","Orientation":"Арыентацыя","Original file names will be stored and indexed.":"Арыгінальныя назвы файлаў будуць захаваны і праіндэксаваны.","Original Name":"Арыгінальная назва","Originals":"Арыгіналы","Originals folder is empty":"Тэчка «Арыгіналы» пустая","Other":"Іншае","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Наша місія складаецца ў тым, каб забяспечыць найбольш зручнае для карыстальнікаў і канфідэнцыяльнасць рашэнне, каб вашы фатаграфіі былі арганізаванымі і даступнымі.","Outdoor":"На адкрытым паветры","Page {0}, Current page":"Старонка {0}, бягучая старонка","Pages":"старонкі","Pagination Navigation":"Навігацыя па пагінацыі","Panorama":"Панарама","Panoramas":"Панарамы","Part of all selected photos":"Частка ўсіх выбраных фотаздымкаў","Part of some selected photos":"Частка выбраных фотаздымкаў","Password":"Пароль","Password changed":"Пароль зменены","Pause":"Паўза","Payment required":"Патрэбна аплата","People":"Людзі","People you share a link with will be able to view public contents.":"Людзі, з якімі вы абагульваеце спасылку, змогуць праглядаць агульнадаступнае змесціва.","Permanently deleted":"Выдалены назаўсёды","Permission denied":"Дазвол адмоўлены","Person":"Асоба","Person cover updated":"Вокладка чалавека абноўлена","Person deleted":"Асоба выдалена","Person not found":"Чалавек не знойдзены","Person saved":"Чалавек выратаваны","Personal":"Асабісты","Photo":"Фота","PhotoPrism is 100% self-funded and independent.":"PhotoPrism на 100% самастойна фінансуецца і не залежыць.","PhotoPrism+ Membership":"Членства ў PhotoPrism+","Photos":"Фатаграфіі","Picture":"Малюнак","Picture Title":"Назва выявы","Pink":"Ружовы","Pinned":"Прышпілена","Place":"Месца","Place & Time":"Месца і час","Places":"Месцы","Play":"Гуляць","Please confirm your new password.":"Калі ласка, пацвердзіце свой новы пароль.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Калі ласка, скапіруйце наступны выпадкова згенераваны пароль праграмы і захавайце яго ў надзейным месцы, бо вы не зможаце ўбачыць яго зноў:","Please do not upload any private, unlawful or offensive pictures.":"Калі ласка, не запампоўвайце прыватныя, незаконныя або абразлівыя фатаграфіі.","Please don't upload photos containing offensive content.":"Калі ласка, не запампоўвайце фатаграфіі з абразлівым зместам.","Please enter OTP character {0}":"Увядзіце аднаразовы пароль {0}","Please log in to your account":"Калі ласка, увайдзіце ў свой уліковы запіс","Please note that changing your password will log you out on other devices and browsers.":"Звярніце ўвагу, што змена пароля прывядзе да выхаду з сістэмы на іншых прыладах і браўзерах.","Please restart your instance for the changes to take effect.":"Перазапусціце асобнік, каб змены ўступілі ў сілу.","Please wait…":"Калі ласка пачакай…","PM":"PM","PNG Size Limit: %{n}px":"Ліміт памеру PNG: %{n}px","Portal":"Партал","Portrait":"Партрэт","Preserve filenames":"Захаваць імёны файлаў","Press enter to create a new album.":"Націсніце enter, каб стварыць новы альбом.","Press enter to create new item":"Націсніце Enter, каб стварыць новы элемент","Prevent database and album backups as well as YAML sidecar files from being created.":"Забараніць стварэнне рэзервовых копій базы дадзеных і альбомаў, а таксама файлаў YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Забараніць іншым праграмам доступ да PhotoPrism як да агульнага сеткавага дыска.","Preview":"Папярэдні прагляд","Preview Images":"Папярэдні прагляд відарысаў","Previous":"Папярэдні","Previous page":"Папярэдняя старонка","Previous visual":"Папярэдні візуал","Primary":"Першасны","Private":"Прыватныя","Processing upload...":"Апрацоўка загрузкі...","Product Feedback":"Водгук аб прадукце","Projection":"Праекцыя","Purple":"Фіялетавы","Quality Filter":"Фільтр якасці","Quality Score":"Паказчык якасці","Quota exceeded":"Квота перавышана","Random":"Выпадковы","Rating {0} of {1}":"Рэйтынг {0} з {1}","Raw":"Сыравіна","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Паўторна праіндэксаваць усе арыгіналы, уключаючы ўжо праіндэксаваныя і нязмененыя файлы.","Read-Only Mode":"Рэжым толькі для чытання","Recently Added":"Нядаўна дададзены","Recently Archived":"Нядаўна заархівавана","Recently Edited":"Нядаўна адрэдагавана","Recognition starts after indexing has been completed.":"Распазнаванне пачынаецца пасля завяршэння індэксацыі.","Recognized":"Прызналі","Recovery Code":"Код аднаўлення","Red":"Чырвоны","Refresh":"Абнавіць","Regions":"Рэгіёны","Register":"Зарэгіструйцеся","Registration disabled":"Рэгістрацыя адключана","Reload":"Перазагрузіць","Reloading…":"Перазагрузка…","Remote Sync":"Аддаленая сінхранізацыя","Remove":"Выдаліць","remove failed: unknown album":"выдаліць не атрымалася: невядомы альбом","Remove from Album":"Выдаліць з альбома","Remove from all":"Выдаліць з усіх","Remove from all selected photos":"Выдаліць з усіх выбраных фотаздымкаў","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Выдаліце імпартаваныя файлы, каб зэканоміць памяць. Непадтрымоўваныя тыпы файлаў ніколі не выдаляюцца, яны застаюцца ў сваім бягучым месцы.","Remove the selected instance from the cluster registry?":"Выдаліць выбраны экзэмпляр з рэестра кластара?","Removed":"Выдалена","Removed %{name}":"Выдалена %{name}","Removed %d files and %d photos":"Выдалена %d файлаў і %d фота","Repeated":"Паўтараецца","Request failed - are you offline?":"Запыт не выкананы - вы па-за сеткай?","Request failed - invalid response":"Запыт не выкананы - няправільны адказ","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Патрабаваць праверкі нефатаграфічных і нізкаякасных малюнкаў перад тым, як яны з'явяцца ў выніках пошуку.","Resolution":"дазвол","Restart":"Перазапуск","Restore":"Аднавіць","Restored":"Адноўлены","Retry Limit":"Ліміт паўтораў","Retype Password":"Паўтарыце пароль","Review":"Агляд","Role":"Роля","Roles":"Ролі","Rotated":"Павернута","Rows per page:":"Радкоў на старонцы:","Satellite":"Спадарожнік","Save":"Захаваць","Save changes":"Захаваць змены","Scan":"сканаваць","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Адсканіруйце QR-код з дапамогай праграмы аўтэнтыфікацыі або выкарыстайце ключ наладкі, паказаны ніжэй, а затым увядзіце згенераваны код спраўджання:","Scans":"Сканы","Scope":"Вобласць прымянення","Scopes":"Прыклады","Search":"Пошук","Season":"Сезон","Secret":"сакрэт","Security and Access":"Бяспека і доступ","Select":"Выберыце","Select a source folder to import files…":"Выберыце зыходную папку для імпарту файлаў…","Select date":"Выберыце дату","Select dates":"Выберыце даты","Select or create albums":"Выберыце або стварыце альбомы","Select or create labels":"Выберыце або стварыце этыкеткі","Select or drop files to upload…":"Выберыце або перацягніце файлы для загрузкі…","Select the files to upload…":"Выберыце файлы для загрузкі…","Select the folder to be indexed…":"Выберыце папку для індэксацыі…","Select Time":"Выберыце Час","Selection":"Выбар","Selection added to %s":"Выбар дададзены ў %s","Selection approved":"Выбар ухвалены","Selection archived":"Выбранае заархівавана","Selection marked as private":"Выбарка пазначана як прыватная","Selection not found":"Выбар не знойдзены","Selection restored":"Выбар адноўлены","Sequential Name":"Паслядоўнае імя","Service":"Абслугоўванне","Service URL":"URL службы","Services":"Сэрвісы","Session":"сесія","Session ID":"Ідэнтыфікатар сеансу","Sessions":"Сесіі","Set as Album Cover":"Усталяваць у якасці вокладкі альбома","Set as Cover Image":"Устанавіць як выяву вокладкі","Settings":"Налады","Settings saved":"Налады захаваны","Setup":"Усталяваць","Severity":"Сур'ёзнасць","Share":"падзяліцца","Share %{s}":"Падзяліцца %{s}","Show":"Паказаць","Show All Labels":"Паказаць усе цэтлікі","Show all new faces":"Паказаць усе новыя твары","Show Caption":"Паказаць подпіс","Show Captions":"Паказаць субцітры","Show face markers":"Паказаць маркеры твару","Show hidden":"Паказаць схаванае","Show Important Only":"Паказваць толькі важныя","Show logs in the web interface to monitor activity and troubleshoot problems.":"Паказваць журналы ў вэб-інтэрфейсе для маніторынгу актыўнасці і ліквідацыі праблем.","Show smart albums that group pictures by occasion, trip, or location.":"Паказваць разумныя альбомы, якія групуюць здымкі па падзеі, паездцы або месцы.","Show the Account page so users can manage their profile and security settings.":"Паказваць старонку ўліковага запісу, каб карыстальнікі маглі кіраваць сваім профілем і наладамі бяспекі.","Show the Calendar view to browse the library by year and month.":"Паказаць выгляд «Каляндар», каб праглядаць бібліятэку па годзе і месяцы.","Show the Labels section to view and manage AI-generated labels.":"Паказаць раздзел «Пазнакі», каб праглядаць і кіраваць меткамі, створанымі штучным інтэлектам.","Show the Library section to index, manage, and monitor the media library.":"Паказаць раздзел «Бібліятэка» для індэксавання, кіравання і маніторынгу медыябібліятэкі.","Show the Places view with interactive maps so you can browse photos by location.":"Пакажыце рэжым прагляду «Месцы» з інтэрактыўнымі картамі, каб вы маглі праглядаць фатаграфіі па месцазнаходжанні.","Show Titles":"Паказаць загалоўкі","Sidecar":"Спадарожны файл","Sidecar Files":"Sidecar Files","Sign in":"Увайсці","Sign Out":"Выйсці","Similar":"Падобныя","Site URL":"URL-адрас сайта","Size":"Памер","Slideshow":"Слайд-шоў","Slow":"павольна","Software":"праграмнае забеспячэнне","Software Update":"Абнаўленне праграмнага забеспячэння","Some albums could not be copied":"Некаторыя альбомы не ўдалося скапіяваць","Some albums could not be created. Please edit the names and try again.":"Не ўдалося стварыць некаторыя альбомы. Калі ласка, адрэдагуйце назвы і паспрабуйце яшчэ раз.","Some albums could not be updated":"Некаторыя альбомы не ўдалося абнавіць","Something went wrong, try again":"Нешта пайшло не так, паўтарыце спробу","Sort by":"Сартаваць па","Sort by Name (A–Z)":"Сартаваць па назве (А–Я)","Sort by Photo Count":"Сартаваць па колькасці фотаздымкаў","Sort by Relevance":"Сартаваць па рэлевантнасці","Sort Order":"Парадак сартавання","Sorted ascending.":"Адсартавана па ўзрастанні.","Sorted descending.":"Адсартавана па змяншэнні.","Source":"Крыніца","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":"Стэкі","Start":"Пачаць","Start Page":"Пачатковая старонка","Static Size Limit: %{n}px":"Ліміт статычнага памеру: %{n}px","Status":"Статус","Stay signed in on this device":"Заставацца ў сістэме на гэтым прыстасаванні","Stop Casting":"Спыніць запіс","Storage":"Захоўванне","Streets":"Вуліцы","Subject":"Прадмет","Subject deleted":"Тэма выдалена","Subject not found":"Тэма не знойдзена","Subject saved":"Тэма захавана","Successfully activated":"Паспяхова актывавана","Successfully Connected":"Паспяхова падключана","Successfully deleted":"Паспяхова выдалена","Successfully verified":"Паспяхова праверана","Super Admin":"Супер адміністратар","Support for additional services, like Google Drive, will be added over time.":"Падтрымка дадатковых сэрвісаў, такіх як Google Drive, будзе дададзена з часам.","Support Our Mission":"Падтрымайце нашу місію","Sync":"Сінхранізацыя","Sync raw and video files":"Сінхранізацыя неапрацаваных і відэафайлаў","Taken":"Узяты","Teal":"Чыркаваты","Terrain":"Рэльеф мясцовасці","Text":"Тэкст","Thank You for Your Support!":"Дзякуй за вашу падтрымку!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Вось чаму PhotoPrism быў створаны з нуля, каб працаваць там, дзе вам гэта трэба, без шкоды для свабоды, прыватнасці або функцыянальнасці.","The index currently contains %{n} hidden files.":"Зараз індэкс змяшчае %{n} схаваных файлаў.","The instance rejected the cluster credentials.":"Інстанцыя адхіліла крэдэншыалы кластара.","The instance returned an unexpected redirect.":"Інстанцыя вярнула нечаканы перанакіраванне.","The wakeup interval is %s, but must be 1h or less":"Інтэрвал абуджэння складае %s, але павінен быць 1 г або менш.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Магчыма, іх фармат не падтрымліваецца, яны яшчэ не былі пераўтвораны ў JPEG або ёсць дублікаты.","Theme":"Тэма","This account is missing an ID and can't be edited.":"Гэтая ўліковы запіс не мае ідэнтыфікатара і не можа быць адрэдагавана.","This field is required":"Гэта поле абавязковае","This instance has no site URL configured.":"Для гэтага інстанса не наладжаны URL-адрас сайта.","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 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. ":"Гэта мантуе папку арыгіналаў у якасці сеткавага дыска і дазваляе адкрываць, рэдагаваць і выдаляць файлы з вашага камп'ютара або смартфона, як калі б яны былі лакальнымі.","Time":"Час","Time UTC":"Час UTC","Time Zone":"Часавы пояс","Timeout":"Тайм-аўт","Title":{"":"Назва","Account":"Назва","Photo":"Назва"},"Title / Position":"Званне / Пасада","to":"каб","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Каб пазбегнуць блакіроўкі доступу да вашага ўліковага запісу, спампуйце, раздрукуйце або скапіруйце гэты код аднаўлення і захавайце яго ў бяспечным месцы.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Каб згенераваць новы пароль для канкрэтнай праграмы, увядзіце назву і вобласць аўтарызацыі праграмы і абярыце тэрмін дзеяння:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Каб пераключыцца на новую праграму або прыладу аўтэнтыфікатара, спачатку дэактывуйце двухфактарную аўтэнтыфікацыю, а затым зноў актывуйце яе:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Каб абнавіць, вы можаце ўвесці код актывацыі або націснуць «Рэгістрацыя», каб зарэгістравацца на нашым сайце:","Today":"сёння","Toggle View":"Пераключыць прагляд","Token":"Жэтон","Too many files selected":"Выбрана занадта шмат файлаў","Too many requests":"Занадта шмат запытаў","Troubleshooting":"Ліквідацыю непаладак","Try again using other filters or keywords.":"Паўтарыце спробу, выкарыстоўваючы іншыя фільтры або ключавыя словы.","Two-factor authentication has been enabled for your account.":"Для вашага ўліковага запісу ўключана двухфактарная аўтэнтыфікацыя.","Type":"Тып","Unable to delete":"Немагчыма выдаліць","Unable to do that":"Немагчыма зрабіць гэта","Unassign":"Адзначыць","Unauthorized":"Несанкцыянаваны","Undo":"Адмяніць","Unique ID":"Унікальны ID","Unknown":"Невядомы","Unknown location":"Невядомае месца","Unregistered":"Незарэгістраваны","Unsorted":"Ня адсартавана","Unstack":"Зняць стос","Unsupported":"Не падтрымліваецца","Unsupported format":"Непадтрыманы фармат","Unsupported type":"Тып не падтрымліваецца","Updated":"Абноўлены","Updating faces":"Абнаўленне твараў","Updating index":"Абнаўленне індэкса","Updating moments":"Абнаўленне момантаў","Updating picture…":"Абнаўленне выявы…","Updating previews":"Абнаўленне прэв'ю","Updating stacks":"Абнаўленне стэкаў","Upgrade":"Абнаўленне","Upgrade Now":"Абнавіце зараз","Upload":"Загрузіць","Upload complete":"Запампоўка завершана","Upload complete. Indexing…":"Запампоўка завершана. Індэксацыя…","Upload failed":"Памылка загрузкі","Upload has been processed":"Загрузка апрацавана","Upload local files":"Загрузіць лакальныя файлы","Upload might be offensive":"Загрузка можа быць абразлівай","Upload Path":"Шлях загрузкі","Uploading %{n} of %{t}…":"Загрузка %{n} з %{t}…","Uploading photos…":"Загрузка фатаграфій…","Uploading…":"Загрузка…","Uploads that may contain such images will be rejected automatically.":"Загрузкі, якія могуць утрымліваць такія выявы, будуць адхіляцца аўтаматычна.","URL":"URL","Use Presets":"Выкарыстоўвайце налады","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Выкарыстоўвайце наступны код аднаўлення для доступу да вашага ўліковага запісу, калі вы не можаце стварыць сапраўдны код спраўджання з дапамогай праграмы аўтэнтыфікацыі:","Use your recovery code or contact an administrator for help.":"Выкарыстоўвайце свой код аднаўлення або звярніцеся па дапамогу да адміністратара.","User":"Карыстальнік","User Guide":"Кіраўніцтва карыстальніка","User Interface":"Інтэрфейс карыстальніка","User not found":"Карыстальнік не знойдзены","Username":"Імя карыстальніка","Users":"Карыстальнікі","UUID":"UUID","Vector":"вектар","Vectors":"Вектары","Verification Code":"Код верыфікацыі","Verified email required":"Патрабуецца праверка электроннай пошты","Version":"Версія","Video":"Відэа","Video Duration":"Працягласць відэа","Videos":"Відэа","View":"Выгляд","View search results as a list.":"Праглядзець вынікі пошуку ў выглядзе спісу.","Viewer":"Глядач","Vision":"Зрок","Visitor":"Наведвальнік","Visual Similarity":"Візуальнае падабенства","Warning":"Папярэджанне","Web Login":"Інтэрнэт-уваход","WebDAV":"WebDAV","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, такія як Microsoft Windows Explorer або Apple Finder, могуць падключацца непасрэдна да PhotoPrism.","WebDAV Upload":"Загрузка WebDAV","WebGL support is disabled in your browser":"Падтрымка WebGL адключана ў вашым браўзеры","Website":"Вэб-сайт","White":"Белы","Work Details":"Дэталі працы","Year":"год","Yellow":"Жоўты","Yes":"так","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Вы можаце звязацца з намі па адрасе membership@photoprism.app па пытаннях аб вашым членстве.","You can only download one album":"Вы можаце спампаваць толькі адзін альбом","You can only download one label":"Вы можаце спампаваць толькі адну метку","You can search for a location or move the marker on the map to change the position:":"Вы можаце шукаць месцазнаходжанне або перамяшчаць маркер на карце, каб змяніць яго становішча:","You can upload up to %{n} files for test purposes.":"Вы можаце загрузіць да %{n} файлаў для тэставых мэт.","You cannot change your own role.":"Вы не можаце змяніць сваю ўласную ролю.","You do not have access to any instances.":"У вас няма доступу ні да адных інстанцый.","You may only select one item":"Вы можаце выбраць толькі адзін прадмет","You may rescan your library to find additional faces.":"Вы можаце паўторна адсканіраваць сваю бібліятэку, каб знайсці дадатковыя твары.","Your account could not be connected":"Ваша ўліковую запіс не ўдалося падключыць","Your account has been successfully connected.":"Ваш уліковы запіс быў паспяхова падключаны.","Your browser does not support WebGL":"Ваш браўзер не падтрымлівае WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Ваша нязменная падтрымка дапамагае нам забяспечваць рэгулярныя абнаўленні і заставацца незалежнымі, каб мы маглі выконваць сваю місію і абараняць вашу канфідэнцыяльнасць.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Ваша бібліятэка пастаянна аналізуецца для аўтаматычнага стварэння альбомаў асаблівых момантаў, паездак і месцаў.","Zip created in %d s":"Створана ў %d с","Zoom in/out":"Павелічэнне/памяншэнне","Archive":{"Noun":"Архіў","Verb":"Архіў"},"Add a Title":{"Photo":"Дадаць загаловак"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/bg.json b/frontend/src/locales/json/bg.json index 1bbb3c95a..ae8a72dd0 100644 --- a/frontend/src/locales/json/bg.json +++ b/frontend/src/locales/json/bg.json @@ -1 +1 @@ -{"bg":{"{0} appended action":"{0} приложено действие","{0} files":"{0} файлове","{0} files ({1} in total)":"{0} файлове (общо {1})","{0} more":"{0} още","{0} prepended action":"{0} предварително добавено действие","{0} selected":"{0} избран","{0}-{1} of {2}":"{0}-{1} от {2}","%{n} albums found":"%{n} намерени албума","%{n} files uploaded":"%{n} качени файла","%{n} folders found":"%{n} намерени папки","%{n} GB of %{q} GB used":"%{n} GB от %{q} Използвани GB","%{n} labels found":"%{n} намерени етикети","%{n} people found":"%{n} намерени човека","%{n} pictures found":"%{n} намерени снимки","%{s} is too long":"%{s} е твърде дълъг","%{s} is too short":"%{s} е твърде кратък","%d entries added to %s":"%d добавени записи към %s","%d entries removed from %s":"%d премахнати записи от %s","%d files uploaded in %d s":"%d файлове, качени за %d сек","%s already exists":"%s вече съществува","%s has been restored":"%s е възстановена","1 hour":"1 час","12 hours":"12 часа","2-Factor Authentication":"Удостоверяване с 2 фактора","2FA":"2FA","4 hours":"4 часа","A click will copy it to your clipboard.":"Едно кликване ще го копира в клипборда ви.","A new version of %{s} is available:":"Налична е нова версия на %{s}:","About":"За","Access granted.":"Достъпът е разрешен.","Access revoked.":"Достъпът е отменен.","Access Token":"Токен за достъп","Account":"Акаунт","Account created":"Създаден акаунт","Account deleted":"Изтрит акаунт","Account Group Mappings":"Съответствия на групи от сметки","Account not found":"Акаунтът не е намерен","Account restored":"Възстановена сметка","Account saved":"Акаунтът запазен","Accounts":"Сметки","Accuracy":"Точност","Action":"Действие","Actions":"Действия","Activate":"Активиране на","Activate to remove sorting.":"Активирайте, за да премахнете сортирането.","Activate to sort ascending.":"Активирайте, за да сортирате възходящо.","Activate to sort descending.":"Активирайте, за да сортирате в низходящ ред.","Activation Code":"Код за активиране","Activity":"Дейност","Add":"Добавяне на","Add %{s}?":"Добавяне на %{s}?","Add a Caption":"Добавяне на надпис","Add Account":"Добавяне на акаунт","Add Album":"Добави албум","Add Link":"Добавете линк","Add Notes":"Добавяне на бележки","Add person?":"Добавяне на човек?","Add pictures from search results by selecting them.":"Добавете снимки от резултатите от търсенето, като ги избирате.","Add to album":"Добавете към албум","Add to all":"Добавете към всички","Add to all selected photos":"Добавяне към всички избрани снимки","Added":"Добавено","Added %{name}":"Добавено %{name}","Adjust Camera Info":"Регулиране на информацията за камерата","Adjust Date & Time":"Коригиране на датата и часа","Adjust Location":"Регулиране на местоположението","Admin":"Администратор","Advanced":"Разширени","Advertise URL":"Рекламиране на URL","After 1 day":"След 1 ден","After 3 days":"След 3 дни","After 7 days":"След 7 дни","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"След като въведете паролата си за потвърждение, можете да настроите двуфакторно удостоверяване със съвместимо приложение или устройство за удостоверяване:","After one month":"След 1 месец","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 %s deleted":"Албум %s изтрит","Album Backups":"Резервни копия на албуми","Album contents cloned":"Съдържанието на албума беше клонирано","Album created":"Създаден албум","Album deleted":"Изтрит албум","Album not found":"Албумът не е намерен","Album saved":"Запазен албум","Albums":"Албуми","Albums deleted":"Изтрити албуми","All":"Всички","All %{n} albums loaded":"Всички %{n} албуми са заредени","All %{n} labels loaded":"Всички %{n} етикети са заредени","All %{n} people loaded":"Всички %{n} хора са заредени","All Cameras":"Всички камери","All Categories":"Всички категории","All Colors":"Всички цветове","All Countries":"Всички страни","All files from import folder":"Всички файлове от папката за импорт","All Lenses":"Всички обективи","All Months":"Всички месеци","All originals":"Всички оригинали","All Years":"Всички години","Allow configuration and use of connected apps and services for remote uploads and sync.":"Позволява конфигуриране и използване на свързани приложения и услуги за отдалечено качване и синхронизиране.","Allow editing of metadata such as title, description, date, and location.":"Позволява редактиране на метаданни като заглавие, описание, дата и местоположение.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Позволява редактиране на метаданните, етикетите и албумите на няколко снимки едновременно.","Allow files to be copied or moved from the Import to the Originals folder.":"Активирайте инструмента за импортиране, за да копирате или премествате файлове от папката за импортиране в Originals.","Allow files to be permanently deleted to free up storage space.":"Позволете окончателно изтриване на файлове, за да освободите място за съхранение.","Allow users to archive photos and videos so they are hidden without being deleted.":"Позволете на потребителите да архивират снимки и видеоклипове, така че те да бъдат скрити, без да бъдат изтрити.","Allow users to create and share links, and enable sharing with connected services.":"Позволете на потребителите да създават и споделят връзки и да разрешават споделяне със свързани услуги.","Allow users to upload new photos and videos through the web interface.":"Позволете на потребителите да качват нови снимки и видеоклипове през уеб интерфейса.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Освен това можете да качвате файлове директно на WebDAV сървъри като Nextcloud.","Altitude":"Надморска височина","Altitude (m)":"Надморска височина (м)","AM":"AM","Animated":"Анимация","Animation":"Анимация","Animations":"Анимации","Any private photos and videos remain private and won't be shared.":"Всички лични снимки и видеоклипове остават лични и няма да бъдат споделяни.","API Key":"Ключ за API","Application":"Приложение","Applications":"Приложения","Approve":"Одобряване на","Approve and save changes":"Одобряване и запазване на промените","Apps and Devices":"Приложения и устройства","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 delete this album?":"Сигурни ли сте, че искате да изтриете този албум?","Are you sure you want to permanently delete these pictures?":"Сигурни ли сте, че искате да изтриете тези снимки за постоянно?","Are you sure you want to permanently delete this file?":"Сигурни ли сте, че искате да изтриете окончателно този файл?","Are you sure?":"Сигурен ли сте?","Artist":"Художник","Aspect Ratio":"Съотношение","Attributes":"Атрибути","Audio":"Аудио","Audit Log":"Аудио","Authentication":"Удостоверяване","Auto":"Auto","Back":"обратно","Back to top":"Върнете се в началото","Backup":"Резервно копие","Badge":"Значка","Base Path":"Базов път","Batch":"Партида","Batch Edit":"Пакетно редактиране","Become a member today, support our mission and enjoy our member benefits!":"Станете член днес, подкрепете нашата мисия и се възползвайте от нашите ползи за членовете!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Тъй като сме 100% самофинансирани и независими, можем да ви обещаем, че никога няма да продадем вашите данни и че винаги ще бъдем прозрачни по отношение на нашия софтуер и услуги.","Bio":"Биография","Birth Date":"Дата на раждане","Black":"Черен","Blue":"Син","Brown":"Кафяв","Browse":"Преглед на","Browse Files":"Преглед на файлове","Browse Pictures":"Преглед на снимки","Bug Report":"Доклад за грешка","Busy, please try again later":"Заето, моля, опитайте отново по-късно","Busy, please wait…":"Заето, моля, изчакайте…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"С използването на софтуера и услугите, които предоставяме, вие се съгласявате с нашите условия за ползване, политика за поверителност и кодекс на поведение.","Calendar":"Календар","Camera":"Камера","Camera not found":"Камерата не е открита","Camera Serial":"Серийна камера","Can't access your authenticator app or device?":"Не можете да получите достъп до приложението или устройството си за удостоверяване?","Can't load more, limit reached":"Не мога да заредя повече, лимитът е достигнат","Can't select more items":"Не мога да избера повече елементи","Cancel":"Отмяна на","Cannot copy to clipboard":"Не мога да копирам в клипборда","Caption":"Заглавие","Cards":"Карти","Carousel slide {0} of {1}":"Въртележка, слайд {0} от {1}","Cast":"Актьорски състав","Category":"Категория","Change Avatar":"Промяна на частния флаг","Change Password":"Нова парола","Change private flag":"Промяна на частния флаг","Changes could not be saved":"Промените не могат да бъдат запазени","Changes successfully saved":"Промените са успешно записани","Changes to the advanced settings require a restart to take effect.":"Промените в разширените настройки изискват рестартиране, за да влязат в сила.","Checked":"Проверено","Choose an instance to continue:":"Изберете инстанция, за да продължите:","Chroma":"Chroma","Cleaning index and cache":"Почистване на индекса и кеша","Cleanup":"Почистване","Clear":"Clear","Clear {0}":"Изчистване на {0}","Client":"Клиент","Close":"Затвори","Cluster":"Клъстер","Cluster Admin":"Администратор на клъстера","Cluster Node":"Възел на клъстера","Codec":"Кодек","Color":"Цвят","Color Profile":"Цветен профил","Colors":"Цветове","Compare Editions":"Сравняване на изданията","Complete Rescan":"Пълно повторно сканиране","Confidence":"Доверие","Confirm":"Потвърдете","Connect":"Свържете","Connect via WebDAV":"Свързване чрез WebDAV","Connected":"Свържете","Contact Details":"Свържете се с нас","Contact Us":"Свържете се с нас","Contains %{n} pictures.":"Съдържа %{n} картинки.","Contains one picture.":"Съдържа една снимка.","Content":{"":"Съдържание","Edit":"Съдържание"},"Continue":"продължи","Contributor":"Донор","Converting":"Конвертиране на","Copied to clipboard":"Копиране в клипборда","Copy":"копие","Copying files from %s":"Копиране на файлове от %s","Copyright":"Авторски права","Could not be deleted":"Не може да бъде изтрит","Could not connect, please try again":"Не може да се свърже, опитайте отново","Could not update person cover":"Не може да актуализирате покритието на лицето","Couldn't find anything.":"Не можах да намеря нищо.","Country":"Страна","Create Account":"Създаване на акаунт","Create album":"Създаване на албум","Create regular backups based on the configured schedule.":"Създаване на резервни копия на индекси въз основа на конфигуриран график.","Create YAML files to back up album metadata.":"Създаване на YAML файлове за архивиране на метаданните на албумите.","Create YAML sidecar files to back up picture metadata.":"Създаване на странични файлове YAML за архивиране на метаданните на картината.","Created":"Създаден","Creating thumbnails for":"Създаване на миниатюри за","Current Password":"Текуща парола","Custom":"Потребителски","Cyan":"Cyan","Daily":"Daily","Database":"База данни","Database Backups":"Резервни копия на бази данни","Databases":"Бази данни","Date & Time":"Дата и час","Day":"Ден","Deactivate":"Деактивирайте","Debug Logs":"Протоколи за отработване","Default":"По подразбиране","Default Folder":"Папка по подразбиране","Delete":"Изтриване на","Delete Album":"Изтриване на албум","Delete All":"Изтриване на всички","Delete all?":"Изтриване на всички?","Delete orphaned index entries, sidecar files and thumbnails.":"Изтриване на осиротели записи в индекса, странични файлове и миниатюри.","deleted":"изтрит","Description":"Описание","Detailed instructions can be found in our User Guide.":"Подробни инструкции можете да намерите в нашето ръководство за потребителя.","Details":"Подробности","Dimensions":"Размери","Disable all face detection and recognition features.":"Деактивирайте всички функции за откриване и разпознаване на лица.","Disable Backups":"Деактивиране на резервните копия","Disable Darktable":"Деактивиране на Darktable","Disable ExifTool":"Деактивиране на ExifTool","Disable Faces":"Деактивиране на лицата","Disable features that require write permission for the originals folder.":"Деактивирайте функциите, които изискват разрешение за запис в папката с оригинали.","Disable FFmpeg":"Деактивиране на FFmpeg","Disable ImageMagick":"Деактивиране на ImageMagick","Disable interactive world maps and reverse geocoding.":"Деактивиране на интерактивните карти на света и обратното геокодиране.","Disable MCP":"Деактивиране на MCP","Disable Places":"Деактивиране на местата","Disable RawTherapee":"Деактивиране на RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Деактивирайте крайната точка на API протокола Model Context Protocol (MCP) за интегриране на агенти с изкуствен интелект.","Disable Vectors":"Деактивиране на вектори","Disable WebDAV":"Деактивиране на WebDAV","Disabled":"Инвалиди","Disables vector graphics support.":"Деактивира поддръжката на векторни графики.","Disables video transcoding and thumbnail extraction.":"Деактивира транскодирането на видео и извличането на миниатюри.","Discard":"Изхвърляне","Discard changes and close":"Отхвърлете промените и затворете","Discard invalid changes?":"Отхвърляне на невалидни промени?","Discard unsaved changes?":"Отхвърляне на неспазените промени?","Discover":"Открийте","Dismiss":"Отхвърляне на","Display Name":"Име на дисплея","Display picture captions in search results.":"Показване на надписи на снимки в резултатите от търсенето.","Display picture titles in search results.":"Показване на заглавия на снимки в резултатите от търсенето.","Document":"Документ","Documents":"Документи","Don't use Darktable to convert RAW images.":"Не използвайте Darktable за конвертиране на RAW изображения.","Don't use ImageMagick to convert images.":"Не използвайте ImageMagick за конвертиране на изображения.","Don't use RawTherapee to convert RAW images.":"Не използвайте RawTherapee за конвертиране на RAW изображения.","Done":"Готово","Done.":"Изпълнено.","Download":"Изтегляне","Download only original media files, without any automatically generated files.":"Изтегляйте само оригинални мултимедийни файлове, без автоматично генерирани файлове.","Download remote files":"Изтегляне на отдалечени файлове","Downloading…":"Изтегляне…","Drag and drop files here":"Влачете и пуснете файлове тук","Driver":"Шофьор","Duplicates will be skipped and only appear once.":"Дубликатите ще бъдат пропуснати и ще се появят само веднъж.","Duration":"Дарения","Dynamic Previews":"Динамични прегледи","Dynamic Size Limit: %{n}px":"Ограничение на динамичния размер: %{n}px","Edit":"Редактиране на","Edit %{s}":"Редактиране на %{s}","Edit Account":"Редактиране на акаунт","Edit Photo":"Редактиране на снимка","Edit Photos (%{n})":"Редактиране на снимки (%{n})","Edited":"Редактиран","Email":"Имейл","Enable debug mode to display additional logs and help with troubleshooting.":"Активирайте режима за отстраняване на грешки, за да покажете допълнителни логове и да помогнете при отстраняването на неизправности.","Enable downloading of original and sidecar files from the web interface.":"Разрешаване на изтеглянето на оригинални и странични файлове от уеб интерфейса.","Enable face recognition and the People view to easily find people you know.":"Активирайте разпознаването на лица и изгледа \"Хора\", за да намирате лесно познати хора.","Enable new features that may be incomplete or unstable.":"Разрешаване на нови функции, които може да са непълни или нестабилни.","Enable the file browser to navigate the Originals folder structure.":"Активирайте файловия браузър за навигация в структурата на папките с оригинали.","Enables RAW converter presets. May reduce performance.":"Активира предварителните настройки на конвертора RAW. Може да намали производителността.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Активирането на двуфакторно удостоверяване означава, че ще ви трябва произволно генериран код за потвърждение, за да влезете, така че дори ако някой получи достъп до вашата парола, той няма да може да влезе в акаунта ви.","Engine":"Двигател","Enter date":"Въведете датата","Enter dates":"Въведете дати","Enter item name...":"Въведете името на елемента...","Enter the code generated by your authenticator app:":"Въведете кода, генериран от приложението за удостоверяване:","Enter verification code":"Въведете код за верификация","Enter your password to confirm the action and continue:":"Въведете паролата си, за да потвърдите действието и продължете:","Entity not found":"Субектът не е намерен","Error":"Грешка","Errors":"Грешки","Estimate":"Прогноза","Estimate Locations":"Прогнозни местоположения","Estimate the approximate location of pictures without GPS coordinates.":"Оценка на приблизителното местоположение на снимки без GPS координати.","Every two days":"На всеки два дни","Exclude hidden":"Изключване на скрити","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Извличането на метаданни с ExifTool е необходимо за пълна поддръжка на видео, снимки в реално време и XMP.","Experimental Features":"Експериментални функции","Expires":"Срокът на валидност изтича на","Exposure":"Експозиция","Extract still images and generate thumbnails while indexing.":"Извличане на неподвижни изображения и генериране на миниатюри по време на индексирането.","F Number":"Номер F","Face":"Лице","Face not found":"Лицето не е намерено","Faces":"Лица","Failed creating file, please check permissions":"Неуспешно създаване на файл, моля, проверете разрешенията","Failed creating folder, please check permissions":"Неуспешно създаване на папка, моля, проверете разрешенията","Failed removing link":"Неуспешно премахване на връзката","Failed to connect account.":"Неуспешно свързване на акаунт.","Failed to create zip file":"Неуспешно създаване на zip файл","Failed to load users.":"Не успях да заредя потребителите.","Failed to remove face marker":"Не успя да премахне маркера за лице","Failed to remove name":"Неуспешно премахване на името","Failed to restart server":"Не успях да рестартирам сървъра","Failed to save changes":"Неуспешно запазване на промените","Failed to save face marker":"Не успя да запази маркер за лице","Failed to save name":"Неуспешно запазване на името","Failed updating link":"Неуспешно актуализиране на връзката","Family Name":"Фамилно име","Fast":"Бърз","Favorite":"Любими","Favorites":"Любими","Feature disabled":"Функцията е деактивирана","Feature Request":"Заявка за функция","Female":"Жена","File":"Файл","File Browser":"Файлов браузър","File Conversion":"Конвертиране на файлове","File deleted":"Изтрит файл","File Name":"Файл","File not found":"Файлът не е намерен","File removed from stack":"Премахване на файла от стека","File Size":"Файл","File too large":"Твърде голям файл","File uploaded":"Качен файл","Filename":"Файл","Files":"Файлове","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Файлове с последователни имена като 'IMG_1234 (2)' и 'IMG_1234 (3)' принадлежат на една и съща снимка.","First page":"Първа страница","Focal Length":"Фокусно разстояние","Folder":"Папка","Folder contains %{n} files":"Папката съдържа %{n} файлове","Folder is empty":"Папката е празна","Folders":"Папки","Forgot password?":"Забравена парола?","FPS":"Кадър в секунда","Frames":"Рамки","Full Access":"Пълен достъп","Fullscreen":"Пълен екран","General":"Обща информация","Generate":"Генерирай","Generate Previews":"Генериране на предварителни изгледи","Generated":"Генериран","Get Started":"Започнете","Given Name":"Оригинално име","Global Options":"Глобални опции","Go to page {0}":"Отидете на страница {0}","Gold":"Злато","Green":"Зелен","Grey":"Сив","Groups":"Групи","Guest":"Гост","Hash":"Hash","Help":"Помощ","Help & Support":"Получаване на подкрепа","Hidden":"Скрит","Hidden Files":"Скрити файлове","Hide":"Скрий","Hide Caption":"Скрий заглавието","Hide face markers":"Скриване на маркери за лица","Hide private content from global views while keeping it accessible in the Private section.":"Скрийте личните елементи от глобалните изгледи, като същевременно ги запазите достъпни в раздел Лични.","High":"Висок","High Dynamic Range (HDR)":"Висок динамичен обхват (HDR)","Hybrid":"Хибрид","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Ако загубите достъп до приложението или устройството си за удостоверяване, можете да използвате своя код за възстановяване, за да си възвърнете достъпа до акаунта си.","Image":"Изображение","Image Quality":"Качество на изображението","Import":"Внос","Import canceled":"Вносът е отменен","Import completed in %d s":"Импортът е завършен за %d s","Import failed":"Импортирането е неуспешно","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Внесените файлове ще бъдат сортирани по дата и ще получат уникално име, за да се избегнат дублирания.","Importing %{s}…":"Импортиране на %{s}…","Importing files to originals…":"Импортиране на файлове в оригинали…","in":"в","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"В случай че очакваните от вас снимки липсват, моля сканирайте отново библиотеката си и изчакайте, докато индексирането приключи.","Include RAW image files when downloading stacks and archives.":"Включване на файлове с RAW изображения при изтегляне на стекове и архиви.","Include sidecar files when downloading stacks and archives.":"Включване на странични файлове при изтегляне на стекове и архиви.","Increase storage size or delete files to continue.":"Увеличете размера на паметта или изтрийте файловете, за да продължите.","Index":"Индекс","Indexing":"Индексиране","Indexing canceled":"Отменено индексиране","Indexing completed in %d s":"Индексирането е завършено за %d сек","Indexing failed":"Индексирането е неуспешно","Indexing files in %s":"Индексиране на файлове в %s","Indexing media and sidecar files…":"Индексиране на мултимедийни и странични файлове…","Indexing originals...":"Индексиране на оригинали...","Information":"Информация","Inherit":"Наследяване","Instance":"Инстанция","Instance ID":"Идентификатор на инстанцията","Instance unreachable. Try again once it's back online.":"Свързването с инстанцията не е възможно. Опитайте отново, когато тя отново е онлайн.","Instances":"Инстанции","Insufficient storage":"Недостатъчно място за съхранение","Insufficient storage.":"Недостатъчно място за съхранение.","Interval":"Интервал","Invalid":"Невалидна дата","Invalid address":"Невалиден адрес","Invalid country":"Невалидна държава","Invalid credentials":"Невалидни креденции","Invalid date":"Невалидна дата","Invalid link":"Невалидна връзка","Invalid name":"Невалидно име","Invalid parameters":"Невалидна дата","Invalid password, please try again":"Невалидна парола, моля, опитайте отново","Invalid photo selected":"Избрана е невалидна снимка","Invalid time":"Невалидно време","Invalid URL":"Невалиден URL адрес","Invalid verification code, please try again":"Невалиден код за потвърждение, моля опитайте отново","IP Address":"IP адрес","It is a one-time use code that will disable 2FA for your account when you use it.":"Това е код за еднократна употреба, който ще деактивира 2FA за вашия акаунт, когато го използвате.","Item":"Артикул","Items per page:":"Елементи на страница:","JPEG Quality: %{n}":"Качество на JPEG: %{n}","JPEG Size Limit: %{n}px":"Ограничение на размера на JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG и миниатюрите се визуализират автоматично, когато е необходимо.","Keyword":"Ключова дума","Keywords":"Ключови думи","Label":"Етикет","Label not found":"Етикетът не е намерен","Label saved":"Запазен етикет","Labels":"Етикети","Labels deleted":"Изтрити етикети","Language":"Език","Last Active":"Последен активен","Last Login":"Последно влизане","Last page":"Последна страница","Last Sync":"Синхронизиране","Last Used":"Последно използван","Latitude":"Географска ширина","LDAP/AD":"LDAP/AD","Learn more":"Научете повече","Learn More":"Научете повече","Legal Information":"Правна информация","Lens":"Обектив","Lens not found":"Обективът не е открит","Library":"Библиотека","License":"Лиценз","Like":"Като","Lime":"Lime","Limit reached, showing first %{n} files":"Лимитът е достигнат, показваме първите %{n} файлове","Link":"Връзка","List":"Списък","List View":"Преглед на списъка","Live":"На живо","Live Photos":"Снимки","Load more":"Заредете повече","Loading items...":"Зареждане на елементи...","Loading...":"Зареждане...","Local":"Местни","Local Time":"Местно време","Location":"Местоположение","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Съобщенията в дневника се появяват тук, когато PhotoPrism се натъкне на повредени файлове или има други потенциални проблеми.","Login":"Вход","Logs":"Дневници","Longitude":"Дължина","Lost server connection":"Загубена връзка със сървъра","Low":"Нисък","Magenta":"Магента","Main Color":"Основен цвят","Male":"Мъжки","Manage Account":"Управление на акаунта","Manager":"Мениджър","Manual":"Ръководство","Manual Upload":"Ръчно качване","Maps":"Карти","Marker":"Маркер","Maximum number of accounts has been reached.":"Максималният брой акаунти е достигнат.","Media":"Медии","Medium":"Среден","Membership":"Членство","Merge %{a} with %{b}?":"Сливане на %{a} с %{b}?","Message":"Съобщение","Metadata":"Метаданни","Metrics":"Метрика","Minimize":"Минимизиране на","Missing":"Липсващ","Missing or invalid configuration":"Липсваща или невалидна конфигурация","mixed":"смесен","Moments":"Моменти","Monochrome":"Монохромен","Month":"Месец","More options":"Повече опции","Mosaic":"Мозайка","Most Relevant":"Най-подходящи","Move Files":"Преместване на файлове","Moving files from %s":"Преместване на файлове от %s","Must have at least %{n} characters.":"Най-малко 6 символа.","Mute":"Заглушаване на звука","Name":"Име","Name too long":"Прекалено дълго име","Never":"Никога","New":"Нов","New Password":"Нова парола","Newest First":"Най-новият първи","Next":"Следваща","Next page":"Следваща страница","Next visual":"Следваща визуална","No":"Не","No Access":"Няма достъп","No albums assigned":"Няма зададени албуми","No albums found":"Не са намерени албуми","No albums selected":"Няма избрани албуми","No data available":"Няма налични данни","No files available for download":"Няма налични файлове за изтегляне","No items selected":"Няма избрани елементи","No labels assigned":"Няма зададени етикети","No labels found":"Не са намерени етикети","No labels selected":"Няма избрани етикети","No matching records found":"Не са намерени съвпадащи записи","No more":"Не повече","No people found":"Не са намерени хора","No pictures found":"Не са намерени снимки","No recently edited pictures":"Няма наскоро редактирани снимки","No registered instances.":"Няма регистрирани инстанции.","No results":"Няма резултати","No server connection":"Няма връзка със сървъра","No servers configured.":"Няма конфигурирани сървъри.","No services configured.":"Няма конфигурирани сървъри.","No thanks":"Не, благодаря","No users on this instance.":"Няма потребители в тази инстанция.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Няма предупреждения или грешки, съдържащи тази ключова дума. Обърнете внимание, че при търсенето се отчитат малки и големи букви.","Node":"Възел","Nodes":"Възли","Non-photographic and low-quality images require a review before they appear in search results.":"Нефотографските изображения и изображенията с ниско качество изискват преглед, преди да се появят в резултатите от търсенето.","None":"Няма","Not allowed":"Не е разрешено","Not available in public mode":"Не е наличен в публичен режим","Not available in read-only mode":"Не е наличен в режим само за четене","Not found":"Не е намерен","Not sorted.":"Не е сортирано.","Not supported":"Не се поддържа","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, могат да бъдат конфигурирани като отдалечена услуга за архивиране и качване на файлове.","Notes":"Бележки","Nothing to see here yet.":"Все още няма нищо за гледане тук. Бъдете търпеливи.","Nothing was found.":"Нищо не беше намерено.","Offline":"Офлайн","OK":"ОК","Oldest First":"Най-старият първи","On Windows, enter the following resource in the connection dialog:":"В Windows въведете следния ресурс в диалоговия прозорец за връзка:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Генерирането на миниатюри при поискване може да доведе до голямо използване на процесора и паметта. Това не се препоръчва за сървъри и NAS устройства с ограничени ресурси.","Once a week":"Веднъж седмично","One album found":"Намерен е един албум","One entry added to %s":"Добавяне на един запис към %s","One entry removed from %s":"Отстранен е един запис от %s","One file found":"Намерен е един файл","One file uploaded":"Качен е един файл","One folder found":"Намерена е една папка","One label found":"Намерен е един етикет","One person found":"Един човек намери","One picture found":"Една намерена снимка","Only locally managed accounts can be set up for authentication with 2FA.":"Само локално управлявани акаунти могат да бъдат настроени за удостоверяване с 2FA.","Open":"Отворете","optional":"по избор","or":"или","Orange":"Orange","Organization":"Ориентация","Orientation":"Ориентация","Original file names will be stored and indexed.":"Оригиналните имена на файловете ще бъдат съхранени и индексирани.","Original Name":"Оригинално име","Originals":"Оригинали","Originals folder is empty":"Папката с оригинали е празна","Other":"Други","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Нашата мисия е да предоставим най-удобното за потребителя и поверителността решение за организиране и достъп до вашите снимки.","Outdoor":"На открито","Page {0}, Current page":"Страница {0}, Текуща страница","Pages":"Страници","Pagination Navigation":"Навигация по страници","Panorama":"Панорама","Panoramas":"Панорами","Part of all selected photos":"Част от всички избрани снимки","Part of some selected photos":"Част от някои избрани снимки","Password":"Парола","Password changed":"Паролата е променена","Pause":"Пауза","Payment required":"Необходимо е плащане","People":"Хора","People you share a link with will be able to view public contents.":"Хората, с които споделяте връзката, ще могат да виждат публичното съдържание.","Permanently deleted":"Постоянно изтрити","Permission denied":"Достъп отказан","Person":"Лице","Person cover updated":"Обновяване на покритието на лицето","Person deleted":"Изтрито лице","Person not found":"Лицето не е намерено","Person saved":"Запазено лице","Personal":"Лични","Photo":"Снимка","PhotoPrism is 100% self-funded and independent.":"PhotoPrism е 100% независима и самофинансираща се компания.","PhotoPrism+ Membership":"Членство в PhotoPrism+","Photos":"Снимки","Picture":"Снимка","Picture Title":"Заглавие на снимката","Pink":"Розов","Pinned":"Закачено","Place":"Място","Place & Time":"Място & Време","Places":"Места","Play":"Играйте","Please confirm your new password.":"Моля, потвърдете новата си парола.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Моля, копирайте следната произволно генерирана парола за приложение и я запазете на сигурно място, тъй като няма да можете да я видите отново:","Please do not upload any private, unlawful or offensive pictures.":"Моля, не качвайте лични, незаконни или обидни снимки.","Please don't upload photos containing offensive content.":"Моля, не качвайте снимки с обидно съдържание.","Please enter OTP character {0}":"Моля, въведете OTP символ {0}","Please log in to your account":"Моля, влезте в профила си","Please note that changing your password will log you out on other devices and browsers.":"Моля, имайте предвид, че промяната на паролата ви ще доведе до излизане от системата на други устройства и браузъри.","Please restart your instance for the changes to take effect.":"Моля, рестартирайте инстанцията си, за да влязат в сила промените.","Please wait…":"Моля, изчакайте…","PM":"PM","PNG Size Limit: %{n}px":"Ограничение на размера на PNG: %{n}px","Portal":"Портал","Portrait":"Портрет","Preserve filenames":"Запазване на имената на файловете","Press enter to create a new album.":"Натиснете Enter, за да създадете нов албум.","Press enter to create new item":"Натиснете Enter, за да създадете нов елемент","Prevent database and album backups as well as YAML sidecar files from being created.":"Предотвратяване на създаването на резервни копия на бази данни и албуми, както и на странични файлове YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Предотвратяване на достъпа на други приложения до PhotoPrism като споделено мрежово устройство.","Preview":"Преглед","Preview Images":"Предварителни изображения","Previous":"Предишна","Previous page":"Предишна страница","Previous visual":"Предишна визуална","Primary":"Първичен","Private":"Частна","Processing upload...":"Обработка на качването...","Product Feedback":"Отзиви за продукта","Projection":"Прожектиране","Purple":"Лилаво","Quality Filter":"Филтър за качество","Quality Score":"Оценка на качеството","Quota exceeded":"Превишаване на квотата","Random":"Случаен","Rating {0} of {1}":"Оценка {0} от {1}","Raw":"Суров","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Индексирайте отново всички оригинали, включително вече индексираните и непроменените файлове.","Read-Only Mode":"Режим само за четене","Recently Added":"Наскоро добавени","Recently Archived":"Наскоро архивирани","Recently Edited":"Наскоро редактирани","Recognition starts after indexing has been completed.":"Разпознаването започва след приключване на индексирането.","Recognized":"Признат","Recovery Code":"Код за възстановяване","Red":"Червено","Refresh":"Обновяване","Regions":"Региони","Register":"Регистрация","Reload":"Презареждане","Reloading…":"Презареждане…","Remote Sync":"Дистанционна синхронизация","Remove":"Премахване на","remove failed: unknown album":"Премахването е неуспешно: непознат албум","Remove from Album":"Премахване от албума","Remove from all":"Премахване от всички","Remove from all selected photos":"Премахване от всички избрани снимки","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Премахване на импортирани файлове, за да се спести място за съхранение. Неподдържаните типове файлове никога не се изтриват, те остават в текущото си местоположение.","Remove the selected instance from the cluster registry?":"Премахване на избрания екземпляр от регистъра на клъстера?","Removed":"Премахнати","Removed %{name}":"Премахнато %{name}","Removed %d files and %d photos":"Премахнати са %d файлове и %d снимки","Repeated":"Повтарящи се","Request failed - are you offline?":"Заявката е неуспешна - офлайн сте?","Request failed - invalid response":"Заявката е неуспешна - невалиден отговор","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Изискване за преглед на нефотографски и нискокачествени изображения, преди да се появят в резултатите от търсенето.","Resolution":"Резолюция","Restart":"Рестартиране на","Restore":"Възстановяване на","Restored":"Възстановен","Retry Limit":"Лимит на повторенията","Retype Password":"Повторно въвеждане на паролата","Review":"Преглед на","Role":"Роля","Roles":"Роли","Rotated":"Завъртян","Rows per page:":"Редове на страница:","Satellite":"Сателит","Save":"Запазете","Save changes":"Запазване на промените","Scan":"Сканиране","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Сканирайте QR кода с вашето приложение за удостоверяване или използвайте ключа за настройка, показан по-долу, и след това въведете генерирания код за потвърждение:","Scans":"Сканиране","Scope":"Обхват","Scopes":"Обхват","Search":"Търсене","Season":"Сезон","Secret":"Тайната","Security and Access":"Сигурност и достъп","Select":"Изберете","Select a source folder to import files…":"Изберете папка източник за импортиране на файлове…","Select date":"Изберете дата","Select dates":"Изберете дати","Select or create albums":"Избиране или създаване на албуми","Select or create labels":"Изберете или създайте етикети","Select or drop files to upload…":"Изберете или пуснете файлове за качване…","Select the files to upload…":"Изберете файловете, които да качите…","Select the folder to be indexed…":"Изберете папката, която ще се индексира…","Select Time":"Изберете време","Selection":"Избор","Selection added to %s":"Добавяне на селекция към %s","Selection approved":"Одобрена селекция","Selection archived":"Архивирана селекция","Selection marked as private":"Селекция, отбелязана като частна","Selection not found":"Изборът не е намерен","Selection restored":"Възстановена селекция","Sequential Name":"Последователно име","Service":"Услуга","Service URL":"URL адрес на услугата","Services":"URL адрес на услугата","Session":"Сесия","Session ID":"Идентификатор на сесията","Sessions":"Сесии","Set as Album Cover":"Задайте като корица на албум","Set as Cover Image":"Задайте като изображение на корицата","Settings":"Настройки","Settings saved":"Запазени настройки","Setup":"Настройка","Severity":"Тежест","Share":"Споделете","Share %{s}":"Споделяне на %{s}","Show":"Покажи","Show All Labels":"Показване на всички етикети","Show all new faces":"Покажи всички нови лица","Show Caption":"Показване на заглавието","Show Captions":"Показване на надписи","Show face markers":"Показване на маркери за лице","Show hidden":"Покажи скритите","Show Important Only":"Показвайте само важните","Show logs in the web interface to monitor activity and troubleshoot problems.":"Показвайте дневниците в уеб интерфейса, за да наблюдавате дейността и да отстранявате проблеми.","Show smart albums that group pictures by occasion, trip, or location.":"Показвайте интелигентни албуми, които групират снимки по повод, пътуване или местоположение.","Show the Account page so users can manage their profile and security settings.":"Показване на страницата \"Акаунт\", за да могат потребителите да управляват своя профил и настройките за сигурност.","Show the Calendar view to browse the library by year and month.":"Показване на изгледа \"Календар\" за разглеждане на библиотеката по години и месеци.","Show the Labels section to view and manage AI-generated labels.":"Покажете раздела Етикети, за да видите и управлявате етикетите, генерирани от AI.","Show the Library section to index, manage, and monitor the media library.":"Покажете раздела Библиотека, за да индексирате, управлявате и наблюдавате медийната библиотека.","Show the Places view with interactive maps so you can browse photos by location.":"Покажете изгледа Места с интерактивни карти, за да можете да разглеждате снимки по местоположение.","Show Titles":"Показване на заглавия","Sidecar":"Sidecar","Sidecar Files":"Файлове Sideecar","Sign in":"Влезте","Sign Out":"Излез","Similar":"Подобни","Site URL":"Адрес на сайта","Size":"Размер","Slideshow":"Слайдшоу","Slow":"Бавен","Software":"Софтуер","Software Update":"Актуализация на софтуера","Some albums could not be copied":"Някои албуми не могат да бъдат копирани","Some albums could not be created. Please edit the names and try again.":"Някои албуми не могат да бъдат създадени. Моля, редактирайте имената и опитайте отново.","Some albums could not be updated":"Някои албуми не могат да бъдат актуализирани","Something went wrong, try again":"Нещо се е объркало, опитайте отново","Sort by":"Сортиране по","Sort by Name (A–Z)":"Сортиране по име (A-Z)","Sort by Photo Count":"Сортиране по брой снимки","Sort by Relevance":"Сортиране по релевантност","Sort Order":"Ред на сортиране","Sorted ascending.":"Подредени във възходящ ред.","Sorted descending.":"Подредени в низходящ ред.","Source":"Източник:","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","Start":"Начало","Start Page":"Начална страница","Static Size Limit: %{n}px":"Ограничение на статичния размер: %{n}px","Status":"Статус","Stay signed in on this device":"Останете вписани в това устройство","Stop Casting":"Спрете кастинга","Storage":"Папка за съхранение","Streets":"Улици","Subject":"Тема","Subject deleted":"Изтрит предмет","Subject not found":"Темата не е намерена","Subject saved":"Тема: запазени","Successfully activated":"Успешно активиран","Successfully Connected":"Успешно свързване","Successfully deleted":"Успешно изтрит","Successfully verified":"Успешно потвърдено","Super Admin":"Супер администратор","Support for additional services, like Google Drive, will be added over time.":"Поддръжката на допълнителни услуги, като например Google Drive, ще бъде добавена с течение на времето.","Support Our Mission":"Подкрепете нашата мисия","Sync":"Синхронизиране","Sync raw and video files":"Синхронизиране на необработени и видеофайлове","Taken":"Взето","Teal":"Teal","Terrain":"Терен","Text":"Текст","Thank You for Your Support!":"Благодарим ви за подкрепата!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Ето защо PhotoPrism е създадена от самото начало, за да работи навсякъде, където ви е необходима, без да прави компромиси със свободата, поверителността или функционалността.","The index currently contains %{n} hidden files.":"Индексът в момента съдържа %{n} скрити файлове.","The instance rejected the cluster credentials.":"Инстанцията отхвърли удостоверенията на клъстера.","The instance returned an unexpected redirect.":"Инстанцията върна неочаквано пренасочване.","The wakeup interval is %s, but must be 1h or less":"Интервалът на събуждане е %s, но трябва да е 1 час или по-малко","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Възможно е техният формат да не се поддържа, да не са били конвертирани в JPEG или да има дубликати.","Theme":"Тема","This account is missing an ID and can't be edited.":"На този профил липсва идентификационен номер и не може да бъде редактиран.","This field is required":"Това поле е задължително","This instance has no site URL configured.":"За този екземпляр не е конфигуриран URL адрес на сайта.","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 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. ":"Това монтира папката с оригинали като мрежово устройство и ви позволява да отваряте, редактирате и изтривате файлове от компютъра или смартфона си, сякаш са локални.","Time":"Време","Time UTC":"Време UTC","Time Zone":"Часова зона","Timeout":"Часова зона","Title":{"":"Заглавие","Account":"Заглавие","Photo":"Заглавие"},"Title / Position":"Твърде дълго заглавие","to":"към","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"За да избегнете изключване на вашия акаунт, моля, изтеглете, отпечатайте или копирайте този код за възстановяване сега и го запазете на сигурно място.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"За да генерирате нова парола за конкретно приложение, моля, въведете името и обхвата на разрешението на приложението и изберете дата на изтичане:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"За да превключите към ново приложение или устройство за удостоверяване, първо деактивирайте двуфакторното удостоверяване и след това го активирайте отново:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"За да надстроите, можете да въведете код за активиране или да кликнете върху \"Регистрация\", за да се регистрирате на нашия уебсайт:","Today":"Днес","Toggle View":"Превключване на изгледа","Token":"Токен","Too many files selected":"Избрани са твърде много файлове","Too many requests":"Твърде много заявки","Troubleshooting":"Отстраняване на неизправности","Try again using other filters or keywords.":"Опитайте отново, като използвате други филтри или ключови думи.","Two-factor authentication has been enabled for your account.":"Двуфакторното удостоверяване е активирано за вашия акаунт.","Type":"Тип","Unable to delete":"Невъзможно е да се изтрие","Unable to do that":"Не мога да го направя","Unassign":"Отмяна на заданието","Unauthorized":"Неоторизиран","Undo":"Отмяна на","Unique ID":"Уникален идентификатор","Unknown":"Неизвестно","Unknown location":"Неизвестно място","Unregistered":"Нерегистриран","Unsorted":"Несортиран","Unstack":"Разглобяване на стека","Unsupported":"Не се поддържа","Unsupported format":"Неподдържан формат","Unsupported type":"Неподдържан тип","Updated":"Актуализиран","Updating faces":"Актуализиране на лица","Updating index":"Актуализиране на индекса","Updating moments":"Актуализиране на моменти","Updating picture…":"Актуализиране на визуализациите","Updating previews":"Актуализиране на визуализациите","Updating stacks":"Актуализиране на стекове","Upgrade":"Надграждане","Upgrade Now":"Актуализирайте сега","Upload":"Качване на","Upload complete":"Качване на данни","Upload complete. Indexing…":"Качването е завършено. Индексиране…","Upload failed":"Качването е неуспешно","Upload has been processed":"Качването е обработено","Upload local files":"Качване на локални файлове","Upload might be offensive":"Качването може да е обидно","Upload Path":"Път за качване","Uploading %{n} of %{t}…":"Качване на %{n} от %{t}…","Uploading photos…":"Качване на снимки…","Uploading…":"Презареждане…","Uploads that may contain such images will be rejected automatically.":"Качванията, които могат да съдържат такива изображения, ще бъдат отхвърлени автоматично.","URL":"URL","Use Presets":"Използване на предварителни настройки","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Използвайте следния код за възстановяване за достъп до акаунта си, когато не можете да генерирате валиден код за потвърждение с вашето приложение за удостоверяване:","Use your recovery code or contact an administrator for help.":"Използвайте кода си за възстановяване или се свържете с администратор за помощ.","User":"Потребител","User Guide":"Ръководство за потребителя","User Interface":"Потребителски интерфейс","User not found":"Потребителят не е намерен","Username":"Потребителско име","Users":"Потребители","UUID":"UUID","Vector":"Вектор","Vectors":"Вектори","Verification Code":"Код за потвърждение","Version":"Версия","Video":"Видео","Video Duration":"Дарения","Videos":"Видеоклипове","View":"Вижте","View search results as a list.":"Преглед на резултатите от търсенето като списък.","Viewer":"Viewer","Vision":"Визия","Visitor":"Посетител","Visual Similarity":"Групиране по сходство","Warning":"Предупреждение","Web Login":"Уеб вход","WebDAV":"WebDAV","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 Explorer на Microsoft или Finder на Apple, могат да се свързват директно с PhotoPrism.","WebDAV Upload":"Качване на WebDAV","WebGL support is disabled in your browser":"Поддръжката на WebGL е деактивирана в браузъра ви","Website":"Уебсайт","White":"Бял","Work Details":"Подробности","Year":"Година","Yellow":"Жълт","Yes":"Да","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Можете да се свържете с нас на membership@photoprism.app за въпроси, свързани с членството ви.","You can only download one album":"Можете да изтеглите само един албум","You can only download one label":"Можете да изтеглите само един етикет","You can search for a location or move the marker on the map to change the position:":"Можете да търсите местоположение или да преместите маркера на картата, за да промените позицията:","You can upload up to %{n} files for test purposes.":"Можете да качвате до %{n} файлове за тестови цели.","You cannot change your own role.":"Не можете да промените собствената си роля.","You do not have access to any instances.":"Нямате достъп до никакви инстанции.","You may only select one item":"Можете да изберете само един елемент.","You may rescan your library to find additional faces.":"Можете да сканирате отново библиотеката си, за да намерите допълнителни лица.","Your account could not be connected":"Вашият акаунт не може да бъде свързан","Your account has been successfully connected.":"Вашият акаунт е успешно свързан.","Your browser does not support WebGL":"Вашият браузър не поддържа WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Вашата постоянна подкрепа ни помага да предоставяме редовни актуализации и услуги като световни карти.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Библиотеката ви се анализира непрекъснато, за да се създават автоматично албуми със специални моменти, пътувания и места.","Zip created in %d s":"Zip създаден за %d s","Zoom in/out":"Увеличаване/намаляване на мащаба","Archive":{"Noun":"Архив","Verb":"Архив"},"Add a Title":{"Photo":"Добавяне на заглавие"}}} \ No newline at end of file +{"bg":{"{0} appended action":"{0} приложено действие","{0} files":"{0} файлове","{0} files ({1} in total)":"{0} файлове (общо {1})","{0} more":"{0} още","{0} prepended action":"{0} предварително добавено действие","{0} selected":"{0} избран","{0}-{1} of {2}":"{0}-{1} от {2}","%{n} albums found":"%{n} намерени албума","%{n} files uploaded":"%{n} качени файла","%{n} folders found":"%{n} намерени папки","%{n} GB of %{q} GB used":"%{n} GB от %{q} Използвани GB","%{n} labels found":"%{n} намерени етикети","%{n} people found":"%{n} намерени човека","%{n} pictures found":"%{n} намерени снимки","%{s} is too long":"%{s} е твърде дълъг","%{s} is too short":"%{s} е твърде кратък","%d entries added to %s":"%d добавени записи към %s","%d entries removed from %s":"%d премахнати записи от %s","%d files uploaded in %d s":"%d файлове, качени за %d сек","%s already exists":"%s вече съществува","%s has been restored":"%s е възстановена","1 hour":"1 час","12 hours":"12 часа","2-Factor Authentication":"Удостоверяване с 2 фактора","2FA":"2FA","4 hours":"4 часа","A click will copy it to your clipboard.":"Едно кликване ще го копира в клипборда ви.","A new version of %{s} is available:":"Налична е нова версия на %{s}:","About":"За","Access granted.":"Достъпът е разрешен.","Access revoked.":"Достъпът е отменен.","Access Token":"Токен за достъп","Account":"Акаунт","Account created":"Създаден акаунт","Account deleted":"Изтрит акаунт","Account Group Mappings":"Съответствия на групи от сметки","Account not found":"Акаунтът не е намерен","Account restored":"Възстановена сметка","Account saved":"Акаунтът запазен","Accounts":"Сметки","Accuracy":"Точност","Action":"Действие","Actions":"Действия","Activate":"Активиране на","Activate to remove sorting.":"Активирайте, за да премахнете сортирането.","Activate to sort ascending.":"Активирайте, за да сортирате възходящо.","Activate to sort descending.":"Активирайте, за да сортирате в низходящ ред.","Activation Code":"Код за активиране","Activity":"Дейност","Add":"Добавяне на","Add %{s}?":"Добавяне на %{s}?","Add a Caption":"Добавяне на надпис","Add Account":"Добавяне на акаунт","Add Album":"Добави албум","Add Link":"Добавете линк","Add Notes":"Добавяне на бележки","Add person?":"Добавяне на човек?","Add pictures from search results by selecting them.":"Добавете снимки от резултатите от търсенето, като ги избирате.","Add to album":"Добавете към албум","Add to all":"Добавете към всички","Add to all selected photos":"Добавяне към всички избрани снимки","Added":"Добавено","Added %{name}":"Добавено %{name}","Adjust Camera Info":"Регулиране на информацията за камерата","Adjust Date & Time":"Коригиране на датата и часа","Adjust Location":"Регулиране на местоположението","Admin":"Администратор","Advanced":"Разширени","Advertise URL":"Рекламиране на URL","After 1 day":"След 1 ден","After 3 days":"След 3 дни","After 7 days":"След 7 дни","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"След като въведете паролата си за потвърждение, можете да настроите двуфакторно удостоверяване със съвместимо приложение или устройство за удостоверяване:","After one month":"След 1 месец","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 %s deleted":"Албум %s изтрит","Album Backups":"Резервни копия на албуми","Album contents cloned":"Съдържанието на албума беше клонирано","Album created":"Създаден албум","Album deleted":"Изтрит албум","Album not found":"Албумът не е намерен","Album saved":"Запазен албум","Albums":"Албуми","Albums deleted":"Изтрити албуми","All":"Всички","All %{n} albums loaded":"Всички %{n} албуми са заредени","All %{n} labels loaded":"Всички %{n} етикети са заредени","All %{n} people loaded":"Всички %{n} хора са заредени","All Cameras":"Всички камери","All Categories":"Всички категории","All Colors":"Всички цветове","All Countries":"Всички страни","All files from import folder":"Всички файлове от папката за импорт","All Lenses":"Всички обективи","All Months":"Всички месеци","All originals":"Всички оригинали","All Years":"Всички години","Allow configuration and use of connected apps and services for remote uploads and sync.":"Позволява конфигуриране и използване на свързани приложения и услуги за отдалечено качване и синхронизиране.","Allow editing of metadata such as title, description, date, and location.":"Позволява редактиране на метаданни като заглавие, описание, дата и местоположение.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Позволява редактиране на метаданните, етикетите и албумите на няколко снимки едновременно.","Allow files to be copied or moved from the Import to the Originals folder.":"Активирайте инструмента за импортиране, за да копирате или премествате файлове от папката за импортиране в Originals.","Allow files to be permanently deleted to free up storage space.":"Позволете окончателно изтриване на файлове, за да освободите място за съхранение.","Allow users to archive photos and videos so they are hidden without being deleted.":"Позволете на потребителите да архивират снимки и видеоклипове, така че те да бъдат скрити, без да бъдат изтрити.","Allow users to create and share links, and enable sharing with connected services.":"Позволете на потребителите да създават и споделят връзки и да разрешават споделяне със свързани услуги.","Allow users to upload new photos and videos through the web interface.":"Позволете на потребителите да качват нови снимки и видеоклипове през уеб интерфейса.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Освен това можете да качвате файлове директно на WebDAV сървъри като Nextcloud.","Altitude":"Надморска височина","Altitude (m)":"Надморска височина (м)","AM":"AM","Animated":"Анимация","Animation":"Анимация","Animations":"Анимации","Any private photos and videos remain private and won't be shared.":"Всички лични снимки и видеоклипове остават лични и няма да бъдат споделяни.","API Key":"Ключ за API","Application":"Приложение","Applications":"Приложения","Approve":"Одобряване на","Approve and save changes":"Одобряване и запазване на промените","Apps and Devices":"Приложения и устройства","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 delete this album?":"Сигурни ли сте, че искате да изтриете този албум?","Are you sure you want to permanently delete these pictures?":"Сигурни ли сте, че искате да изтриете тези снимки за постоянно?","Are you sure you want to permanently delete this file?":"Сигурни ли сте, че искате да изтриете окончателно този файл?","Are you sure?":"Сигурен ли сте?","Artist":"Художник","Aspect Ratio":"Съотношение","Attributes":"Атрибути","Audio":"Аудио","Audit Log":"Аудио","Authentication":"Удостоверяване","Auto":"Auto","Back":"обратно","Back to top":"Върнете се в началото","Backup":"Резервно копие","Badge":"Значка","Base Path":"Базов път","Batch":"Партида","Batch Edit":"Пакетно редактиране","Become a member today, support our mission and enjoy our member benefits!":"Станете член днес, подкрепете нашата мисия и се възползвайте от нашите ползи за членовете!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Тъй като сме 100% самофинансирани и независими, можем да ви обещаем, че никога няма да продадем вашите данни и че винаги ще бъдем прозрачни по отношение на нашия софтуер и услуги.","Bio":"Биография","Birth Date":"Дата на раждане","Black":"Черен","Blue":"Син","Brown":"Кафяв","Browse":"Преглед на","Browse Files":"Преглед на файлове","Browse Pictures":"Преглед на снимки","Bug Report":"Доклад за грешка","Busy, please try again later":"Заето, моля, опитайте отново по-късно","Busy, please wait…":"Заето, моля, изчакайте…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"С използването на софтуера и услугите, които предоставяме, вие се съгласявате с нашите условия за ползване, политика за поверителност и кодекс на поведение.","Calendar":"Календар","Camera":"Камера","Camera not found":"Камерата не е открита","Camera Serial":"Серийна камера","Can't access your authenticator app or device?":"Не можете да получите достъп до приложението или устройството си за удостоверяване?","Can't load more, limit reached":"Не мога да заредя повече, лимитът е достигнат","Can't select more items":"Не мога да избера повече елементи","Cancel":"Отмяна на","Cannot copy to clipboard":"Не мога да копирам в клипборда","Caption":"Заглавие","Cards":"Карти","Carousel slide {0} of {1}":"Въртележка, слайд {0} от {1}","Cast":"Актьорски състав","Category":"Категория","Change Avatar":"Промяна на частния флаг","Change Password":"Нова парола","Change private flag":"Промяна на частния флаг","Changes could not be saved":"Промените не могат да бъдат запазени","Changes successfully saved":"Промените са успешно записани","Changes to the advanced settings require a restart to take effect.":"Промените в разширените настройки изискват рестартиране, за да влязат в сила.","Checked":"Проверено","Choose an instance to continue:":"Изберете инстанция, за да продължите:","Chroma":"Chroma","Cleaning index and cache":"Почистване на индекса и кеша","Cleanup":"Почистване","Clear":"Clear","Clear {0}":"Изчистване на {0}","Client":"Клиент","Close":"Затвори","Cluster":"Клъстер","Cluster Admin":"Администратор на клъстера","Cluster Node":"Възел на клъстера","Codec":"Кодек","Color":"Цвят","Color Profile":"Цветен профил","Colors":"Цветове","Compare Editions":"Сравняване на изданията","Complete Rescan":"Пълно повторно сканиране","Confidence":"Доверие","Confirm":"Потвърдете","Connect":"Свържете","Connect via WebDAV":"Свързване чрез WebDAV","Connected":"Свържете","Contact Details":"Свържете се с нас","Contact Us":"Свържете се с нас","Contains %{n} pictures.":"Съдържа %{n} картинки.","Contains one picture.":"Съдържа една снимка.","Content":{"":"Съдържание","Edit":"Съдържание"},"Continue":"продължи","Contributor":"Донор","Converting":"Конвертиране на","Copied to clipboard":"Копиране в клипборда","Copy":"копие","Copying files from %s":"Копиране на файлове от %s","Copyright":"Авторски права","Could not be deleted":"Не може да бъде изтрит","Could not connect, please try again":"Не може да се свърже, опитайте отново","Could not update person cover":"Не може да актуализирате покритието на лицето","Couldn't find anything.":"Не можах да намеря нищо.","Country":"Страна","Create Account":"Създаване на акаунт","Create album":"Създаване на албум","Create regular backups based on the configured schedule.":"Създаване на резервни копия на индекси въз основа на конфигуриран график.","Create YAML files to back up album metadata.":"Създаване на YAML файлове за архивиране на метаданните на албумите.","Create YAML sidecar files to back up picture metadata.":"Създаване на странични файлове YAML за архивиране на метаданните на картината.","Created":"Създаден","Creating thumbnails for":"Създаване на миниатюри за","Current Password":"Текуща парола","Custom":"Потребителски","Cyan":"Cyan","Daily":"Daily","Database":"База данни","Database Backups":"Резервни копия на бази данни","Databases":"Бази данни","Date & Time":"Дата и час","Day":"Ден","Deactivate":"Деактивирайте","Debug Logs":"Протоколи за отработване","Default":"По подразбиране","Default Folder":"Папка по подразбиране","Delete":"Изтриване на","Delete Album":"Изтриване на албум","Delete All":"Изтриване на всички","Delete all?":"Изтриване на всички?","Delete orphaned index entries, sidecar files and thumbnails.":"Изтриване на осиротели записи в индекса, странични файлове и миниатюри.","deleted":"изтрит","Description":"Описание","Detailed instructions can be found in our User Guide.":"Подробни инструкции можете да намерите в нашето ръководство за потребителя.","Details":"Подробности","Dimensions":"Размери","Disable all face detection and recognition features.":"Деактивирайте всички функции за откриване и разпознаване на лица.","Disable Backups":"Деактивиране на резервните копия","Disable Darktable":"Деактивиране на Darktable","Disable ExifTool":"Деактивиране на ExifTool","Disable Faces":"Деактивиране на лицата","Disable features that require write permission for the originals folder.":"Деактивирайте функциите, които изискват разрешение за запис в папката с оригинали.","Disable FFmpeg":"Деактивиране на FFmpeg","Disable ImageMagick":"Деактивиране на ImageMagick","Disable interactive world maps and reverse geocoding.":"Деактивиране на интерактивните карти на света и обратното геокодиране.","Disable MCP":"Деактивиране на MCP","Disable Places":"Деактивиране на местата","Disable RawTherapee":"Деактивиране на RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Деактивирайте крайната точка на API протокола Model Context Protocol (MCP) за интегриране на агенти с изкуствен интелект.","Disable Vectors":"Деактивиране на вектори","Disable WebDAV":"Деактивиране на WebDAV","Disabled":"Инвалиди","Disables vector graphics support.":"Деактивира поддръжката на векторни графики.","Disables video transcoding and thumbnail extraction.":"Деактивира транскодирането на видео и извличането на миниатюри.","Discard":"Изхвърляне","Discard changes and close":"Отхвърлете промените и затворете","Discard invalid changes?":"Отхвърляне на невалидни промени?","Discard unsaved changes?":"Отхвърляне на неспазените промени?","Discover":"Открийте","Dismiss":"Отхвърляне на","Display Name":"Име на дисплея","Display picture captions in search results.":"Показване на надписи на снимки в резултатите от търсенето.","Display picture titles in search results.":"Показване на заглавия на снимки в резултатите от търсенето.","Document":"Документ","Documents":"Документи","Don't use Darktable to convert RAW images.":"Не използвайте Darktable за конвертиране на RAW изображения.","Don't use ImageMagick to convert images.":"Не използвайте ImageMagick за конвертиране на изображения.","Don't use RawTherapee to convert RAW images.":"Не използвайте RawTherapee за конвертиране на RAW изображения.","Done":"Готово","Done.":"Изпълнено.","Download":"Изтегляне","Download only original media files, without any automatically generated files.":"Изтегляйте само оригинални мултимедийни файлове, без автоматично генерирани файлове.","Download remote files":"Изтегляне на отдалечени файлове","Downloading…":"Изтегляне…","Drag and drop files here":"Влачете и пуснете файлове тук","Driver":"Шофьор","Duplicates will be skipped and only appear once.":"Дубликатите ще бъдат пропуснати и ще се появят само веднъж.","Duration":"Дарения","Dynamic Previews":"Динамични прегледи","Dynamic Size Limit: %{n}px":"Ограничение на динамичния размер: %{n}px","Edit":"Редактиране на","Edit %{s}":"Редактиране на %{s}","Edit Account":"Редактиране на акаунт","Edit Photo":"Редактиране на снимка","Edit Photos (%{n})":"Редактиране на снимки (%{n})","Edited":"Редактиран","Email":"Имейл","Enable debug mode to display additional logs and help with troubleshooting.":"Активирайте режима за отстраняване на грешки, за да покажете допълнителни логове и да помогнете при отстраняването на неизправности.","Enable downloading of original and sidecar files from the web interface.":"Разрешаване на изтеглянето на оригинални и странични файлове от уеб интерфейса.","Enable face recognition and the People view to easily find people you know.":"Активирайте разпознаването на лица и изгледа \"Хора\", за да намирате лесно познати хора.","Enable new features that may be incomplete or unstable.":"Разрешаване на нови функции, които може да са непълни или нестабилни.","Enable the file browser to navigate the Originals folder structure.":"Активирайте файловия браузър за навигация в структурата на папките с оригинали.","Enables RAW converter presets. May reduce performance.":"Активира предварителните настройки на конвертора RAW. Може да намали производителността.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Активирането на двуфакторно удостоверяване означава, че ще ви трябва произволно генериран код за потвърждение, за да влезете, така че дори ако някой получи достъп до вашата парола, той няма да може да влезе в акаунта ви.","Engine":"Двигател","Enter date":"Въведете датата","Enter dates":"Въведете дати","Enter item name...":"Въведете името на елемента...","Enter the code generated by your authenticator app:":"Въведете кода, генериран от приложението за удостоверяване:","Enter verification code":"Въведете код за верификация","Enter your password to confirm the action and continue:":"Въведете паролата си, за да потвърдите действието и продължете:","Entity not found":"Субектът не е намерен","Error":"Грешка","Errors":"Грешки","Estimate":"Прогноза","Estimate Locations":"Прогнозни местоположения","Estimate the approximate location of pictures without GPS coordinates.":"Оценка на приблизителното местоположение на снимки без GPS координати.","Every two days":"На всеки два дни","Exclude hidden":"Изключване на скрити","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Извличането на метаданни с ExifTool е необходимо за пълна поддръжка на видео, снимки в реално време и XMP.","Experimental Features":"Експериментални функции","Expires":"Срокът на валидност изтича на","Exposure":"Експозиция","Extract still images and generate thumbnails while indexing.":"Извличане на неподвижни изображения и генериране на миниатюри по време на индексирането.","F Number":"Номер F","Face":"Лице","Face not found":"Лицето не е намерено","Faces":"Лица","Failed creating file, please check permissions":"Неуспешно създаване на файл, моля, проверете разрешенията","Failed creating folder, please check permissions":"Неуспешно създаване на папка, моля, проверете разрешенията","Failed removing link":"Неуспешно премахване на връзката","Failed to connect account.":"Неуспешно свързване на акаунт.","Failed to create zip file":"Неуспешно създаване на zip файл","Failed to load users.":"Не успях да заредя потребителите.","Failed to remove face marker":"Не успя да премахне маркера за лице","Failed to remove name":"Неуспешно премахване на името","Failed to restart server":"Не успях да рестартирам сървъра","Failed to save changes":"Неуспешно запазване на промените","Failed to save face marker":"Не успя да запази маркер за лице","Failed to save name":"Неуспешно запазване на името","Failed updating link":"Неуспешно актуализиране на връзката","Family Name":"Фамилно име","Fast":"Бърз","Favorite":"Любими","Favorites":"Любими","Feature disabled":"Функцията е деактивирана","Feature Request":"Заявка за функция","Female":"Жена","File":"Файл","File Browser":"Файлов браузър","File Conversion":"Конвертиране на файлове","File deleted":"Изтрит файл","File Name":"Файл","File not found":"Файлът не е намерен","File removed from stack":"Премахване на файла от стека","File Size":"Файл","File too large":"Твърде голям файл","File uploaded":"Качен файл","Filename":"Файл","Files":"Файлове","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Файлове с последователни имена като 'IMG_1234 (2)' и 'IMG_1234 (3)' принадлежат на една и съща снимка.","First page":"Първа страница","Focal Length":"Фокусно разстояние","Folder":"Папка","Folder contains %{n} files":"Папката съдържа %{n} файлове","Folder is empty":"Папката е празна","Folders":"Папки","Forgot password?":"Забравена парола?","FPS":"Кадър в секунда","Frames":"Рамки","Full Access":"Пълен достъп","Fullscreen":"Пълен екран","General":"Обща информация","Generate":"Генерирай","Generate Previews":"Генериране на предварителни изгледи","Generated":"Генериран","Get Started":"Започнете","Given Name":"Оригинално име","Global Options":"Глобални опции","Go to page {0}":"Отидете на страница {0}","Gold":"Злато","Green":"Зелен","Grey":"Сив","Groups":"Групи","Guest":"Гост","Hash":"Hash","Help":"Помощ","Help & Support":"Получаване на подкрепа","Hidden":"Скрит","Hidden Files":"Скрити файлове","Hide":"Скрий","Hide Caption":"Скрий заглавието","Hide face markers":"Скриване на маркери за лица","Hide private content from global views while keeping it accessible in the Private section.":"Скрийте личните елементи от глобалните изгледи, като същевременно ги запазите достъпни в раздел Лични.","High":"Висок","High Dynamic Range (HDR)":"Висок динамичен обхват (HDR)","Hybrid":"Хибрид","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Ако загубите достъп до приложението или устройството си за удостоверяване, можете да използвате своя код за възстановяване, за да си възвърнете достъпа до акаунта си.","Image":"Изображение","Image Quality":"Качество на изображението","Import":"Внос","Import canceled":"Вносът е отменен","Import completed in %d s":"Импортът е завършен за %d s","Import failed":"Импортирането е неуспешно","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Внесените файлове ще бъдат сортирани по дата и ще получат уникално име, за да се избегнат дублирания.","Importing %{s}…":"Импортиране на %{s}…","Importing files to originals…":"Импортиране на файлове в оригинали…","in":"в","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"В случай че очакваните от вас снимки липсват, моля сканирайте отново библиотеката си и изчакайте, докато индексирането приключи.","Include RAW image files when downloading stacks and archives.":"Включване на файлове с RAW изображения при изтегляне на стекове и архиви.","Include sidecar files when downloading stacks and archives.":"Включване на странични файлове при изтегляне на стекове и архиви.","Increase storage size or delete files to continue.":"Увеличете размера на паметта или изтрийте файловете, за да продължите.","Index":"Индекс","Indexing":"Индексиране","Indexing canceled":"Отменено индексиране","Indexing completed in %d s":"Индексирането е завършено за %d сек","Indexing failed":"Индексирането е неуспешно","Indexing files in %s":"Индексиране на файлове в %s","Indexing media and sidecar files…":"Индексиране на мултимедийни и странични файлове…","Indexing originals...":"Индексиране на оригинали...","Information":"Информация","Inherit":"Наследяване","Instance":"Инстанция","Instance ID":"Идентификатор на инстанцията","Instance unreachable. Try again once it's back online.":"Свързването с инстанцията не е възможно. Опитайте отново, когато тя отново е онлайн.","Instances":"Инстанции","Insufficient storage":"Недостатъчно място за съхранение","Insufficient storage.":"Недостатъчно място за съхранение.","Interval":"Интервал","Invalid":"Невалидна дата","Invalid address":"Невалиден адрес","Invalid country":"Невалидна държава","Invalid credentials":"Невалидни креденции","Invalid date":"Невалидна дата","Invalid link":"Невалидна връзка","Invalid name":"Невалидно име","Invalid parameters":"Невалидна дата","Invalid password, please try again":"Невалидна парола, моля, опитайте отново","Invalid photo selected":"Избрана е невалидна снимка","Invalid time":"Невалидно време","Invalid URL":"Невалиден URL адрес","Invalid verification code, please try again":"Невалиден код за потвърждение, моля опитайте отново","IP Address":"IP адрес","It is a one-time use code that will disable 2FA for your account when you use it.":"Това е код за еднократна употреба, който ще деактивира 2FA за вашия акаунт, когато го използвате.","Item":"Артикул","Items per page:":"Елементи на страница:","JPEG Quality: %{n}":"Качество на JPEG: %{n}","JPEG Size Limit: %{n}px":"Ограничение на размера на JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG и миниатюрите се визуализират автоматично, когато е необходимо.","Keyword":"Ключова дума","Keywords":"Ключови думи","Label":"Етикет","Label not found":"Етикетът не е намерен","Label saved":"Запазен етикет","Labels":"Етикети","Labels deleted":"Изтрити етикети","Language":"Език","Last Active":"Последен активен","Last Login":"Последно влизане","Last page":"Последна страница","Last Sync":"Синхронизиране","Last Used":"Последно използван","Latitude":"Географска ширина","LDAP/AD":"LDAP/AD","Learn more":"Научете повече","Learn More":"Научете повече","Legal Information":"Правна информация","Lens":"Обектив","Lens not found":"Обективът не е открит","Library":"Библиотека","License":"Лиценз","Like":"Като","Lime":"Lime","Limit reached, showing first %{n} files":"Лимитът е достигнат, показваме първите %{n} файлове","Link":"Връзка","List":"Списък","List View":"Преглед на списъка","Live":"На живо","Live Photos":"Снимки","Load more":"Заредете повече","Loading items...":"Зареждане на елементи...","Loading...":"Зареждане...","Local":"Местни","Local Time":"Местно време","Location":"Местоположение","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Съобщенията в дневника се появяват тук, когато PhotoPrism се натъкне на повредени файлове или има други потенциални проблеми.","Login":"Вход","Logs":"Дневници","Longitude":"Дължина","Lost server connection":"Загубена връзка със сървъра","Low":"Нисък","Magenta":"Магента","Main Color":"Основен цвят","Male":"Мъжки","Manage Account":"Управление на акаунта","Manager":"Мениджър","Manual":"Ръководство","Manual Upload":"Ръчно качване","Maps":"Карти","Marker":"Маркер","Maximum number of accounts has been reached.":"Максималният брой акаунти е достигнат.","Media":"Медии","Medium":"Среден","Membership":"Членство","Merge %{a} with %{b}?":"Сливане на %{a} с %{b}?","Message":"Съобщение","Metadata":"Метаданни","Metrics":"Метрика","Minimize":"Минимизиране на","Missing":"Липсващ","Missing or invalid configuration":"Липсваща или невалидна конфигурация","mixed":"смесен","Moments":"Моменти","Monochrome":"Монохромен","Month":"Месец","More options":"Повече опции","Mosaic":"Мозайка","Most Relevant":"Най-подходящи","Move Files":"Преместване на файлове","Moving files from %s":"Преместване на файлове от %s","Must have at least %{n} characters.":"Най-малко 6 символа.","Mute":"Заглушаване на звука","Name":"Име","Name too long":"Прекалено дълго име","Never":"Никога","New":"Нов","New Password":"Нова парола","Newest First":"Най-новият първи","Next":"Следваща","Next page":"Следваща страница","Next visual":"Следваща визуална","No":"Не","No Access":"Няма достъп","No albums assigned":"Няма зададени албуми","No albums found":"Не са намерени албуми","No albums selected":"Няма избрани албуми","No data available":"Няма налични данни","No files available for download":"Няма налични файлове за изтегляне","No items selected":"Няма избрани елементи","No labels assigned":"Няма зададени етикети","No labels found":"Не са намерени етикети","No labels selected":"Няма избрани етикети","No matching records found":"Не са намерени съвпадащи записи","No more":"Не повече","No people found":"Не са намерени хора","No pictures found":"Не са намерени снимки","No recently edited pictures":"Няма наскоро редактирани снимки","No registered instances.":"Няма регистрирани инстанции.","No results":"Няма резултати","No server connection":"Няма връзка със сървъра","No servers configured.":"Няма конфигурирани сървъри.","No services configured.":"Няма конфигурирани сървъри.","No thanks":"Не, благодаря","No users on this instance.":"Няма потребители в тази инстанция.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Няма предупреждения или грешки, съдържащи тази ключова дума. Обърнете внимание, че при търсенето се отчитат малки и големи букви.","Node":"Възел","Nodes":"Възли","Non-photographic and low-quality images require a review before they appear in search results.":"Нефотографските изображения и изображенията с ниско качество изискват преглед, преди да се появят в резултатите от търсенето.","None":"Няма","Not allowed":"Не е разрешено","Not available in public mode":"Не е наличен в публичен режим","Not available in read-only mode":"Не е наличен в режим само за четене","Not found":"Не е намерен","Not sorted.":"Не е сортирано.","Not supported":"Не се поддържа","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, могат да бъдат конфигурирани като отдалечена услуга за архивиране и качване на файлове.","Notes":"Бележки","Nothing to see here yet.":"Все още няма нищо за гледане тук. Бъдете търпеливи.","Nothing was found.":"Нищо не беше намерено.","Offline":"Офлайн","OK":"ОК","Oldest First":"Най-старият първи","On Windows, enter the following resource in the connection dialog:":"В Windows въведете следния ресурс в диалоговия прозорец за връзка:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Генерирането на миниатюри при поискване може да доведе до голямо използване на процесора и паметта. Това не се препоръчва за сървъри и NAS устройства с ограничени ресурси.","Once a week":"Веднъж седмично","One album found":"Намерен е един албум","One entry added to %s":"Добавяне на един запис към %s","One entry removed from %s":"Отстранен е един запис от %s","One file found":"Намерен е един файл","One file uploaded":"Качен е един файл","One folder found":"Намерена е една папка","One label found":"Намерен е един етикет","One person found":"Един човек намери","One picture found":"Една намерена снимка","Only locally managed accounts can be set up for authentication with 2FA.":"Само локално управлявани акаунти могат да бъдат настроени за удостоверяване с 2FA.","Open":"Отворете","optional":"по избор","or":"или","Orange":"Orange","Organization":"Ориентация","Orientation":"Ориентация","Original file names will be stored and indexed.":"Оригиналните имена на файловете ще бъдат съхранени и индексирани.","Original Name":"Оригинално име","Originals":"Оригинали","Originals folder is empty":"Папката с оригинали е празна","Other":"Други","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Нашата мисия е да предоставим най-удобното за потребителя и поверителността решение за организиране и достъп до вашите снимки.","Outdoor":"На открито","Page {0}, Current page":"Страница {0}, Текуща страница","Pages":"Страници","Pagination Navigation":"Навигация по страници","Panorama":"Панорама","Panoramas":"Панорами","Part of all selected photos":"Част от всички избрани снимки","Part of some selected photos":"Част от някои избрани снимки","Password":"Парола","Password changed":"Паролата е променена","Pause":"Пауза","Payment required":"Необходимо е плащане","People":"Хора","People you share a link with will be able to view public contents.":"Хората, с които споделяте връзката, ще могат да виждат публичното съдържание.","Permanently deleted":"Постоянно изтрити","Permission denied":"Достъп отказан","Person":"Лице","Person cover updated":"Обновяване на покритието на лицето","Person deleted":"Изтрито лице","Person not found":"Лицето не е намерено","Person saved":"Запазено лице","Personal":"Лични","Photo":"Снимка","PhotoPrism is 100% self-funded and independent.":"PhotoPrism е 100% независима и самофинансираща се компания.","PhotoPrism+ Membership":"Членство в PhotoPrism+","Photos":"Снимки","Picture":"Снимка","Picture Title":"Заглавие на снимката","Pink":"Розов","Pinned":"Закачено","Place":"Място","Place & Time":"Място & Време","Places":"Места","Play":"Играйте","Please confirm your new password.":"Моля, потвърдете новата си парола.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Моля, копирайте следната произволно генерирана парола за приложение и я запазете на сигурно място, тъй като няма да можете да я видите отново:","Please do not upload any private, unlawful or offensive pictures.":"Моля, не качвайте лични, незаконни или обидни снимки.","Please don't upload photos containing offensive content.":"Моля, не качвайте снимки с обидно съдържание.","Please enter OTP character {0}":"Моля, въведете OTP символ {0}","Please log in to your account":"Моля, влезте в профила си","Please note that changing your password will log you out on other devices and browsers.":"Моля, имайте предвид, че промяната на паролата ви ще доведе до излизане от системата на други устройства и браузъри.","Please restart your instance for the changes to take effect.":"Моля, рестартирайте инстанцията си, за да влязат в сила промените.","Please wait…":"Моля, изчакайте…","PM":"PM","PNG Size Limit: %{n}px":"Ограничение на размера на PNG: %{n}px","Portal":"Портал","Portrait":"Портрет","Preserve filenames":"Запазване на имената на файловете","Press enter to create a new album.":"Натиснете Enter, за да създадете нов албум.","Press enter to create new item":"Натиснете Enter, за да създадете нов елемент","Prevent database and album backups as well as YAML sidecar files from being created.":"Предотвратяване на създаването на резервни копия на бази данни и албуми, както и на странични файлове YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Предотвратяване на достъпа на други приложения до PhotoPrism като споделено мрежово устройство.","Preview":"Преглед","Preview Images":"Предварителни изображения","Previous":"Предишна","Previous page":"Предишна страница","Previous visual":"Предишна визуална","Primary":"Първичен","Private":"Частна","Processing upload...":"Обработка на качването...","Product Feedback":"Отзиви за продукта","Projection":"Прожектиране","Purple":"Лилаво","Quality Filter":"Филтър за качество","Quality Score":"Оценка на качеството","Quota exceeded":"Превишаване на квотата","Random":"Случаен","Rating {0} of {1}":"Оценка {0} от {1}","Raw":"Суров","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Индексирайте отново всички оригинали, включително вече индексираните и непроменените файлове.","Read-Only Mode":"Режим само за четене","Recently Added":"Наскоро добавени","Recently Archived":"Наскоро архивирани","Recently Edited":"Наскоро редактирани","Recognition starts after indexing has been completed.":"Разпознаването започва след приключване на индексирането.","Recognized":"Признат","Recovery Code":"Код за възстановяване","Red":"Червено","Refresh":"Обновяване","Regions":"Региони","Register":"Регистрация","Registration disabled":"Регистрацията е деактивирана","Reload":"Презареждане","Reloading…":"Презареждане…","Remote Sync":"Дистанционна синхронизация","Remove":"Премахване на","remove failed: unknown album":"Премахването е неуспешно: непознат албум","Remove from Album":"Премахване от албума","Remove from all":"Премахване от всички","Remove from all selected photos":"Премахване от всички избрани снимки","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Премахване на импортирани файлове, за да се спести място за съхранение. Неподдържаните типове файлове никога не се изтриват, те остават в текущото си местоположение.","Remove the selected instance from the cluster registry?":"Премахване на избрания екземпляр от регистъра на клъстера?","Removed":"Премахнати","Removed %{name}":"Премахнато %{name}","Removed %d files and %d photos":"Премахнати са %d файлове и %d снимки","Repeated":"Повтарящи се","Request failed - are you offline?":"Заявката е неуспешна - офлайн сте?","Request failed - invalid response":"Заявката е неуспешна - невалиден отговор","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Изискване за преглед на нефотографски и нискокачествени изображения, преди да се появят в резултатите от търсенето.","Resolution":"Резолюция","Restart":"Рестартиране на","Restore":"Възстановяване на","Restored":"Възстановен","Retry Limit":"Лимит на повторенията","Retype Password":"Повторно въвеждане на паролата","Review":"Преглед на","Role":"Роля","Roles":"Роли","Rotated":"Завъртян","Rows per page:":"Редове на страница:","Satellite":"Сателит","Save":"Запазете","Save changes":"Запазване на промените","Scan":"Сканиране","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Сканирайте QR кода с вашето приложение за удостоверяване или използвайте ключа за настройка, показан по-долу, и след това въведете генерирания код за потвърждение:","Scans":"Сканиране","Scope":"Обхват","Scopes":"Обхват","Search":"Търсене","Season":"Сезон","Secret":"Тайната","Security and Access":"Сигурност и достъп","Select":"Изберете","Select a source folder to import files…":"Изберете папка източник за импортиране на файлове…","Select date":"Изберете дата","Select dates":"Изберете дати","Select or create albums":"Избиране или създаване на албуми","Select or create labels":"Изберете или създайте етикети","Select or drop files to upload…":"Изберете или пуснете файлове за качване…","Select the files to upload…":"Изберете файловете, които да качите…","Select the folder to be indexed…":"Изберете папката, която ще се индексира…","Select Time":"Изберете време","Selection":"Избор","Selection added to %s":"Добавяне на селекция към %s","Selection approved":"Одобрена селекция","Selection archived":"Архивирана селекция","Selection marked as private":"Селекция, отбелязана като частна","Selection not found":"Изборът не е намерен","Selection restored":"Възстановена селекция","Sequential Name":"Последователно име","Service":"Услуга","Service URL":"URL адрес на услугата","Services":"URL адрес на услугата","Session":"Сесия","Session ID":"Идентификатор на сесията","Sessions":"Сесии","Set as Album Cover":"Задайте като корица на албум","Set as Cover Image":"Задайте като изображение на корицата","Settings":"Настройки","Settings saved":"Запазени настройки","Setup":"Настройка","Severity":"Тежест","Share":"Споделете","Share %{s}":"Споделяне на %{s}","Show":"Покажи","Show All Labels":"Показване на всички етикети","Show all new faces":"Покажи всички нови лица","Show Caption":"Показване на заглавието","Show Captions":"Показване на надписи","Show face markers":"Показване на маркери за лице","Show hidden":"Покажи скритите","Show Important Only":"Показвайте само важните","Show logs in the web interface to monitor activity and troubleshoot problems.":"Показвайте дневниците в уеб интерфейса, за да наблюдавате дейността и да отстранявате проблеми.","Show smart albums that group pictures by occasion, trip, or location.":"Показвайте интелигентни албуми, които групират снимки по повод, пътуване или местоположение.","Show the Account page so users can manage their profile and security settings.":"Показване на страницата \"Акаунт\", за да могат потребителите да управляват своя профил и настройките за сигурност.","Show the Calendar view to browse the library by year and month.":"Показване на изгледа \"Календар\" за разглеждане на библиотеката по години и месеци.","Show the Labels section to view and manage AI-generated labels.":"Покажете раздела Етикети, за да видите и управлявате етикетите, генерирани от AI.","Show the Library section to index, manage, and monitor the media library.":"Покажете раздела Библиотека, за да индексирате, управлявате и наблюдавате медийната библиотека.","Show the Places view with interactive maps so you can browse photos by location.":"Покажете изгледа Места с интерактивни карти, за да можете да разглеждате снимки по местоположение.","Show Titles":"Показване на заглавия","Sidecar":"Sidecar","Sidecar Files":"Файлове Sideecar","Sign in":"Влезте","Sign Out":"Излез","Similar":"Подобни","Site URL":"Адрес на сайта","Size":"Размер","Slideshow":"Слайдшоу","Slow":"Бавен","Software":"Софтуер","Software Update":"Актуализация на софтуера","Some albums could not be copied":"Някои албуми не могат да бъдат копирани","Some albums could not be created. Please edit the names and try again.":"Някои албуми не могат да бъдат създадени. Моля, редактирайте имената и опитайте отново.","Some albums could not be updated":"Някои албуми не могат да бъдат актуализирани","Something went wrong, try again":"Нещо се е объркало, опитайте отново","Sort by":"Сортиране по","Sort by Name (A–Z)":"Сортиране по име (A-Z)","Sort by Photo Count":"Сортиране по брой снимки","Sort by Relevance":"Сортиране по релевантност","Sort Order":"Ред на сортиране","Sorted ascending.":"Подредени във възходящ ред.","Sorted descending.":"Подредени в низходящ ред.","Source":"Източник:","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","Start":"Начало","Start Page":"Начална страница","Static Size Limit: %{n}px":"Ограничение на статичния размер: %{n}px","Status":"Статус","Stay signed in on this device":"Останете вписани в това устройство","Stop Casting":"Спрете кастинга","Storage":"Папка за съхранение","Streets":"Улици","Subject":"Тема","Subject deleted":"Изтрит предмет","Subject not found":"Темата не е намерена","Subject saved":"Тема: запазени","Successfully activated":"Успешно активиран","Successfully Connected":"Успешно свързване","Successfully deleted":"Успешно изтрит","Successfully verified":"Успешно потвърдено","Super Admin":"Супер администратор","Support for additional services, like Google Drive, will be added over time.":"Поддръжката на допълнителни услуги, като например Google Drive, ще бъде добавена с течение на времето.","Support Our Mission":"Подкрепете нашата мисия","Sync":"Синхронизиране","Sync raw and video files":"Синхронизиране на необработени и видеофайлове","Taken":"Взето","Teal":"Teal","Terrain":"Терен","Text":"Текст","Thank You for Your Support!":"Благодарим ви за подкрепата!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Ето защо PhotoPrism е създадена от самото начало, за да работи навсякъде, където ви е необходима, без да прави компромиси със свободата, поверителността или функционалността.","The index currently contains %{n} hidden files.":"Индексът в момента съдържа %{n} скрити файлове.","The instance rejected the cluster credentials.":"Инстанцията отхвърли удостоверенията на клъстера.","The instance returned an unexpected redirect.":"Инстанцията върна неочаквано пренасочване.","The wakeup interval is %s, but must be 1h or less":"Интервалът на събуждане е %s, но трябва да е 1 час или по-малко","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Възможно е техният формат да не се поддържа, да не са били конвертирани в JPEG или да има дубликати.","Theme":"Тема","This account is missing an ID and can't be edited.":"На този профил липсва идентификационен номер и не може да бъде редактиран.","This field is required":"Това поле е задължително","This instance has no site URL configured.":"За този екземпляр не е конфигуриран URL адрес на сайта.","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 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. ":"Това монтира папката с оригинали като мрежово устройство и ви позволява да отваряте, редактирате и изтривате файлове от компютъра или смартфона си, сякаш са локални.","Time":"Време","Time UTC":"Време UTC","Time Zone":"Часова зона","Timeout":"Часова зона","Title":{"":"Заглавие","Account":"Заглавие","Photo":"Заглавие"},"Title / Position":"Твърде дълго заглавие","to":"към","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"За да избегнете изключване на вашия акаунт, моля, изтеглете, отпечатайте или копирайте този код за възстановяване сега и го запазете на сигурно място.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"За да генерирате нова парола за конкретно приложение, моля, въведете името и обхвата на разрешението на приложението и изберете дата на изтичане:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"За да превключите към ново приложение или устройство за удостоверяване, първо деактивирайте двуфакторното удостоверяване и след това го активирайте отново:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"За да надстроите, можете да въведете код за активиране или да кликнете върху \"Регистрация\", за да се регистрирате на нашия уебсайт:","Today":"Днес","Toggle View":"Превключване на изгледа","Token":"Токен","Too many files selected":"Избрани са твърде много файлове","Too many requests":"Твърде много заявки","Troubleshooting":"Отстраняване на неизправности","Try again using other filters or keywords.":"Опитайте отново, като използвате други филтри или ключови думи.","Two-factor authentication has been enabled for your account.":"Двуфакторното удостоверяване е активирано за вашия акаунт.","Type":"Тип","Unable to delete":"Невъзможно е да се изтрие","Unable to do that":"Не мога да го направя","Unassign":"Отмяна на заданието","Unauthorized":"Неоторизиран","Undo":"Отмяна на","Unique ID":"Уникален идентификатор","Unknown":"Неизвестно","Unknown location":"Неизвестно място","Unregistered":"Нерегистриран","Unsorted":"Несортиран","Unstack":"Разглобяване на стека","Unsupported":"Не се поддържа","Unsupported format":"Неподдържан формат","Unsupported type":"Неподдържан тип","Updated":"Актуализиран","Updating faces":"Актуализиране на лица","Updating index":"Актуализиране на индекса","Updating moments":"Актуализиране на моменти","Updating picture…":"Актуализиране на визуализациите","Updating previews":"Актуализиране на визуализациите","Updating stacks":"Актуализиране на стекове","Upgrade":"Надграждане","Upgrade Now":"Актуализирайте сега","Upload":"Качване на","Upload complete":"Качване на данни","Upload complete. Indexing…":"Качването е завършено. Индексиране…","Upload failed":"Качването е неуспешно","Upload has been processed":"Качването е обработено","Upload local files":"Качване на локални файлове","Upload might be offensive":"Качването може да е обидно","Upload Path":"Път за качване","Uploading %{n} of %{t}…":"Качване на %{n} от %{t}…","Uploading photos…":"Качване на снимки…","Uploading…":"Презареждане…","Uploads that may contain such images will be rejected automatically.":"Качванията, които могат да съдържат такива изображения, ще бъдат отхвърлени автоматично.","URL":"URL","Use Presets":"Използване на предварителни настройки","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Използвайте следния код за възстановяване за достъп до акаунта си, когато не можете да генерирате валиден код за потвърждение с вашето приложение за удостоверяване:","Use your recovery code or contact an administrator for help.":"Използвайте кода си за възстановяване или се свържете с администратор за помощ.","User":"Потребител","User Guide":"Ръководство за потребителя","User Interface":"Потребителски интерфейс","User not found":"Потребителят не е намерен","Username":"Потребителско име","Users":"Потребители","UUID":"UUID","Vector":"Вектор","Vectors":"Вектори","Verification Code":"Код за потвърждение","Verified email required":"Изисква се потвърден имейл","Version":"Версия","Video":"Видео","Video Duration":"Дарения","Videos":"Видеоклипове","View":"Вижте","View search results as a list.":"Преглед на резултатите от търсенето като списък.","Viewer":"Viewer","Vision":"Визия","Visitor":"Посетител","Visual Similarity":"Групиране по сходство","Warning":"Предупреждение","Web Login":"Уеб вход","WebDAV":"WebDAV","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 Explorer на Microsoft или Finder на Apple, могат да се свързват директно с PhotoPrism.","WebDAV Upload":"Качване на WebDAV","WebGL support is disabled in your browser":"Поддръжката на WebGL е деактивирана в браузъра ви","Website":"Уебсайт","White":"Бял","Work Details":"Подробности","Year":"Година","Yellow":"Жълт","Yes":"Да","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Можете да се свържете с нас на membership@photoprism.app за въпроси, свързани с членството ви.","You can only download one album":"Можете да изтеглите само един албум","You can only download one label":"Можете да изтеглите само един етикет","You can search for a location or move the marker on the map to change the position:":"Можете да търсите местоположение или да преместите маркера на картата, за да промените позицията:","You can upload up to %{n} files for test purposes.":"Можете да качвате до %{n} файлове за тестови цели.","You cannot change your own role.":"Не можете да промените собствената си роля.","You do not have access to any instances.":"Нямате достъп до никакви инстанции.","You may only select one item":"Можете да изберете само един елемент.","You may rescan your library to find additional faces.":"Можете да сканирате отново библиотеката си, за да намерите допълнителни лица.","Your account could not be connected":"Вашият акаунт не може да бъде свързан","Your account has been successfully connected.":"Вашият акаунт е успешно свързан.","Your browser does not support WebGL":"Вашият браузър не поддържа WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Вашата постоянна подкрепа ни помага да предоставяме редовни актуализации и услуги като световни карти.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Библиотеката ви се анализира непрекъснато, за да се създават автоматично албуми със специални моменти, пътувания и места.","Zip created in %d s":"Zip създаден за %d s","Zoom in/out":"Увеличаване/намаляване на мащаба","Archive":{"Noun":"Архив","Verb":"Архив"},"Add a Title":{"Photo":"Добавяне на заглавие"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/ca.json b/frontend/src/locales/json/ca.json index 14d4a7ac2..a404f43f1 100644 --- a/frontend/src/locales/json/ca.json +++ b/frontend/src/locales/json/ca.json @@ -1 +1 @@ -{"ca":{"{0} appended action":"{0} acció afegida","{0} files":"{0} fitxers","{0} files ({1} in total)":"{0} fitxers ({1} en total)","{0} more":"{0} més","{0} prepended action":"{0} acció anteposada","{0} selected":"{0} seleccionats","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"%{n} àlbums trobats","%{n} files uploaded":"%{n} arxius penjats","%{n} folders found":"%{n} carpetes trobades","%{n} GB of %{q} GB used":"%{n} GB de %{q} GB utilitzats","%{n} labels found":"%{n} etiquetes trobades","%{n} people found":"%{n} persones trobades","%{n} pictures found":"S'han trobat %{n} imatges","%{s} is too long":"%{s} és massa llarg","%{s} is too short":"%{s} és massa curt","%d entries added to %s":"%d entrades afegides a %s","%d entries removed from %s":"S'han eliminat %d entrades de %s","%d files uploaded in %d s":"%d fitxers penjats en %d s","%s already exists":"%s El nom ja existeix","%s has been restored":"%s s'ha restaurat","1 hour":"1 hora","12 hours":"12 hores","2-Factor Authentication":"Autenticació de 2 factors","2FA":"2FA","4 hours":"4 hores","A click will copy it to your clipboard.":"Un clic ho copiarà al porta-retalls.","A new version of %{s} is available:":"Hi ha disponible una versió nova de %{s}:","About":"Quant a","Access granted.":"Accés concedit.","Access revoked.":"Accés revocat.","Access Token":"Fitxa d'accés","Account":"Compte","Account created":"Compte creat","Account deleted":"Compte suprimit","Account Group Mappings":"Mapes de grups de comptes","Account not found":"Compte no trobat","Account restored":"S'ha restaurat el compte","Account saved":"Compte desat","Accounts":"Comptes","Accuracy":"Precisió","Action":"Acció","Actions":"Accions","Activate":"Activar","Activate to remove sorting.":"Activa per eliminar l'ordenació.","Activate to sort ascending.":"Activa per ordenar ascendent.","Activate to sort descending.":"Activa per ordenar descendent.","Activation Code":"Codi d'activació","Activity":"Activitat","Add":"Afegeix","Add %{s}?":"Afegiu %{s}?","Add a Caption":"Afegeix un peu de foto","Add Account":"Afegeix un compte","Add Album":"Afegeix un àlbum","Add Link":"Afegeix un enllaç","Add Notes":"Afegir notes","Add person?":"Vols afegir una persona?","Add pictures from search results by selecting them.":"Afegiu imatges dels resultats de la cerca seleccionant-les.","Add to album":"Afegeix a l'àlbum","Add to all":"Afegeix a tot","Add to all selected photos":"Afegeix a totes les fotos seleccionades","Added":"Afegit","Added %{name}":"S'ha afegit %{name}","Adjust Camera Info":"Ajusta la informació de la càmera","Adjust Date & Time":"Ajusta la data i l'hora","Adjust Location":"Ajusta la ubicació","Admin":"Admin","Advanced":"Avançat","Advertise URL":"URL d'anunci","After 1 day":"Després d'1 dia","After 3 days":"Després de 3 dies","After 7 days":"Després de 7 dies","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Després d'introduir la contrasenya per a la confirmació, podeu configurar l'autenticació de dos factors amb una aplicació o dispositiu d'autenticació compatible:","After one month":"Després d'un mes","After one year":"Després d'un any","After selecting pictures from search results, you can add them to an album using the context menu.":"Després de seleccionar imatges dels resultats de la cerca, podeu afegir-les a un àlbum mitjançant el menú contextual.","After two months":"Després de dos mesos","After two weeks":"Després de dues setmanes","Album":"Àlbum","Album %s deleted":"S'ha suprimit l'àlbum %s","Album Backups":"Còpies de seguretat d'àlbums","Album contents cloned":"Contingut de l'àlbum clonat","Album created":"Àlbum creat","Album deleted":"Àlbum suprimit","Album not found":"No s'ha trobat l'àlbum","Album saved":"Àlbum desat","Albums":"Àlbums","Albums deleted":"Àlbums suprimits","All":"Tots","All %{n} albums loaded":"S'han carregat els %{n} àlbums","All %{n} labels loaded":"S'han carregat totes les %{n} etiquetes","All %{n} people loaded":"S'han carregat les totes les persones (%{n})","All Cameras":"Totes les càmeres","All Categories":"Totes les Categories","All Colors":"Tots els colors","All Countries":"Tots els Països","All files from import folder":"Tots els fitxers de la carpeta d'importació","All Lenses":"Totes les lents","All Months":"Tots els mesos","All originals":"Tots els originals","All Years":"Tots els anys","Allow configuration and use of connected apps and services for remote uploads and sync.":"Permet la configuració i l'ús d'aplicacions i serveis connectats per a càrregues i sincronitzacions remotes.","Allow editing of metadata such as title, description, date, and location.":"Permet l'edició de metadades com ara el títol, la descripció, la data i la ubicació.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permet editar les metadades, les etiquetes i els àlbums de diverses imatges alhora.","Allow files to be copied or moved from the Import to the Originals folder.":"Activeu l'eina d'importació per copiar o moure fitxers de la carpeta d'importació a Originals.","Allow files to be permanently deleted to free up storage space.":"Permet que els fitxers s'eliminin permanentment per alliberar espai d'emmagatzematge.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permet als usuaris arxivar fotos i vídeos perquè s'amaguin sense que s'eliminin.","Allow users to create and share links, and enable sharing with connected services.":"Permetre que els usuaris creïn i comparteixin enllaços i activar la compartició amb serveis connectats.","Allow users to upload new photos and videos through the web interface.":"Permet als usuaris penjar fotos i vídeos nous a través de la interfície web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativament, podeu carregar fitxers directament als servidors WebDAV com Nextcloud.","Altitude":"Altitud","Altitude (m)":"Altitud (m)","AM":"AM","Animated":"Animat","Animation":"Animació","Animations":"Animacions","Any private photos and videos remain private and won't be shared.":"Les fotos i els vídeos privats romanen privats i no es compartiran.","API Key":"Clau API","Application":"Aplicació","Applications":"Aplicacions","Approve":"Aprovar","Approve and save changes":"Aprova i desa els canvis","Apps and Devices":"Aplicacions i dispositius","Archived":"Arxivat","Are you sure you want to archive the selection?":"Esteu segur que voleu arxivar la selecció?","Are you sure you want to delete these albums?":"Confirmes que vols suprimir aquests àlbums?","Are you sure you want to delete these labels?":"Esteu segur que voleu suprimir aquestes etiquetes?","Are you sure you want to delete this account?":"Esteu segur que voleu suprimir aquest compte?","Are you sure you want to delete this album?":"Esteu segur que voleu suprimir aquest àlbum?","Are you sure you want to permanently delete these pictures?":"Esteu segur que voleu suprimir permanentment aquestes imatges?","Are you sure you want to permanently delete this file?":"Esteu segur que voleu suprimir permanentment aquest fitxer?","Are you sure?":"N'esteu segur?","Artist":"Artista","Aspect Ratio":"Relació d'aspecte","Attributes":"Atributs","Audio":"Àudio","Audit Log":"Àudio","Authentication":"Autenticació","Auto":"Automàtic","Back":"esquena","Back to top":"Tornar a dalt","Backup":"Còpia de seguretat","Badge":"Insígnia","Base Path":"Camí base","Batch":"Lot","Batch Edit":"Edició per lots","Become a member today, support our mission and enjoy our member benefits!":"Fes-te soci avui, dóna suport a la nostra missió i gaudeix dels nostres avantatges per a membres!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"En ser 100% sautofinançats i independents, us podem prometre que mai vendrem les vostres dades i que sempre serem transparents sobre el nostre programari i serveis.","Bio":"bio","Birth Date":"Data de naixement","Black":"Negre","Blue":"Blau","Brown":"Marró","Browse":"Navega","Browse Files":"Examinar fitxers","Browse Pictures":"Navega per les imatges","Bug Report":"Informe d'error","Busy, please try again later":"Ocupat, torna-ho a provar més tard","Busy, please wait…":"Ocupat, si us plau, espera...","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"En utilitzar el programari i els serveis que oferim, accepteu les nostres condicions de servei, política de privadesa i codi de conducta.","Calendar":"Calendari","Camera":"Càmera","Camera not found":"No s'ha trobat la càmera","Camera Serial":"Càmera en sèrie","Can't access your authenticator app or device?":"No podeu accedir a la vostra aplicació o dispositiu d'autenticació?","Can't load more, limit reached":"No es pot carregar més, s'ha arribat al límit","Can't select more items":"No es poden seleccionar més elements","Cancel":"Cancel·lar","Cannot copy to clipboard":"No es pot copiar al porta-retalls","Caption":"Subtítol","Cards":"Targetes","Carousel slide {0} of {1}":"Diapositiva del carrusel {0} de {1}","Cast":"El repartiment","Category":"Categoria","Change Avatar":"Canviar Avatar","Change Password":"Canviar contrasenya","Change private flag":"Canvia la bandera privada","Changes could not be saved":"No s'han pogut desar els canvis","Changes successfully saved":"Els canvis s'han desat correctament","Changes to the advanced settings require a restart to take effect.":"Els canvis a la configuració avançada requereixen un reinici perquè tinguin efecte.","Checked":"Seleccionat","Choose an instance to continue:":"Tria una instància per continuar:","Chroma":"Croma","Cleaning index and cache":"Neteja d'índex i memòria cau","Cleanup":"Netejar","Clear":"Clar","Clear {0}":"Esborra {0}","Client":"Client","Close":"Tancar","Cluster":"Clúster","Cluster Admin":"Administrador de clúster","Cluster Node":"Nod de clúster","Codec":"Còdec","Color":"Color","Color Profile":"Perfil de color","Colors":"Colors","Compare Editions":"Compara Edicions","Complete Rescan":"Rescaneig complet","Confidence":"Confiança","Confirm":"Confirmeu","Connect":"Connecta","Connect via WebDAV":"Connecteu-vos mitjançant WebDAV","Connected":"Connectat","Contact Details":"Dades de contacte","Contact Us":"Contacta'ns","Contains %{n} pictures.":"Conté %{n} imatges.","Contains one picture.":"Conté una imatge.","Content":{"":"Contingut","Edit":"Contingut"},"Continue":"Continua","Contributor":"Col·laborador","Converting":"Convertint","Copied to clipboard":"S'ha copiat al porta-retalls","Copy":"Còpia","Copying files from %s":"S'estan copiant fitxers de %s","Copyright":"Copyright","Could not be deleted":"No s'ha pogut suprimir","Could not connect, please try again":"No s'ha pogut connectar, torna-ho a provar","Could not update person cover":"No s'ha pogut actualitzar la portada de la persona","Couldn't find anything.":"No he pogut trobar res.","Country":"País","Create Account":"Crear compte","Create album":"Crea un àlbum","Create regular backups based on the configured schedule.":"Creeu còpies de seguretat d'índex en funció de la programació configurada.","Create YAML files to back up album metadata.":"Creeu fitxers YAML per fer una còpia de seguretat de les metadades de l'àlbum.","Create YAML sidecar files to back up picture metadata.":"Creeu fitxers sidecar YAML per fer una còpia de seguretat de les metadades d'imatge.","Created":"Creat","Creating thumbnails for":"Creació de miniatures per a","Current Password":"Contrasenya actual","Custom":"Personalitzat","Cyan":"Cian","Daily":"Diari","Database":"Base de dades","Database Backups":"Còpies de seguretat de bases de dades","Databases":"Bases de dades","Date & Time":"Data i hora","Day":"Dia","Deactivate":"Desactivar","Debug Logs":"Registres de depuració","Default":"Per defecte","Default Folder":"Carpeta per defecte","Delete":"Esborrar","Delete Album":"Suprimeix l'àlbum","Delete All":"Eliminar tots","Delete all?":"Vols suprimir-ho tot?","Delete orphaned index entries, sidecar files and thumbnails.":"Suprimeix les entrades d'índex orfes, els fitxers de sidecar i les miniatures.","deleted":"suprimit","Description":"Descripció","Detailed instructions can be found in our User Guide.":"Podeu trobar instruccions detallades a la nostra Guia d'usuari.","Details":"Detalls","Dimensions":"Dimensions","Disable all face detection and recognition features.":"Desactiva totes les funcions de detecció i reconeixement facial.","Disable Backups":"Desactiva les còpies de seguretat","Disable Darktable":"Desactiva Darktable","Disable ExifTool":"Desactiveu ExifTool","Disable Faces":"Desactiva les cares","Disable features that require write permission for the originals folder.":"Desactiveu les funcions que requereixen permís d'escriptura per a la carpeta d'originals.","Disable FFmpeg":"Desactiva FFmpeg","Disable ImageMagick":"Desactiveu ImageMagick","Disable interactive world maps and reverse geocoding.":"Desactiva els mapes del món interactius i la geocodificació inversa.","Disable MCP":"Desactiva l'MCP","Disable Places":"Desactiva Places","Disable RawTherapee":"Desactiveu RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Desactiva el punt final de l'API del Protocol de Context de Model (MCP) per a integracions d'agents d'IA.","Disable Vectors":"Desactiva Vectors","Disable WebDAV":"Desactiva WebDAV","Disabled":"Inhabilitat","Disables vector graphics support.":"Desactiva el suport de gràfics vectorials.","Disables video transcoding and thumbnail extraction.":"Desactiva la transcodificació de vídeo i l'extracció de miniatures.","Discard":"Descartar","Discard changes and close":"Descarta els canvis i tanca","Discard invalid changes?":"Descartar canvis invàlids?","Discard unsaved changes?":"Descartar els canvis no desats?","Discover":"Descobreix","Dismiss":"Descartar","Display Name":"Nom a mostrar","Display picture captions in search results.":"Mostra subtítols d'imatge als resultats de la cerca.","Display picture titles in search results.":"Mostra els títols de les imatges als resultats de la cerca.","Document":"Document","Documents":"Documents","Don't use Darktable to convert RAW images.":"No utilitzeu Darktable per convertir fitxers RAW.","Don't use ImageMagick to convert images.":"No utilitzeu ImageMagick per convertir imatges.","Don't use RawTherapee to convert RAW images.":"No utilitzeu RawTherapee per convertir fitxers RAW.","Done":"Fet","Done.":"Fet.","Download":"Descàrrega","Download only original media files, without any automatically generated files.":"Baixeu només fitxers multimèdia originals, sense cap fitxer generat automàticament.","Download remote files":"Descarrega fitxers remots","Downloading…":"S'està baixant…","Drag and drop files here":"Arrossegueu i deixeu anar els fitxers aquí","Driver":"Conductor","Duplicates will be skipped and only appear once.":"Els duplicats es saltaran i només apareixeran una vegada.","Duration":"Duració","Dynamic Previews":"Previsualitzacions dinàmiques","Dynamic Size Limit: %{n}px":"Límit de mida dinàmica: %{n}px","Edit":"Edita","Edit %{s}":"Edita %{s}","Edit Account":"Editar Compte","Edit Photo":"Edita la foto","Edit Photos (%{n})":"Edita fotos (%{n})","Edited":"Editat","Email":"Correu electrònic","Enable debug mode to display additional logs and help with troubleshooting.":"Activeu el mode de depuració per mostrar registres addicionals i ajudar-vos amb la resolució de problemes.","Enable downloading of original and sidecar files from the web interface.":"Habilita la descàrrega de fitxers originals i secundaris des de la interfície web.","Enable face recognition and the People view to easily find people you know.":"Activa el reconeixement facial i la vista Persones per trobar fàcilment les persones que coneixes.","Enable new features that may be incomplete or unstable.":"Activa les noves funcions que poden ser incompletes o inestables.","Enable the file browser to navigate the Originals folder structure.":"Habiliteu el navegador de fitxers per navegar per l'estructura de carpetes Originals.","Enables RAW converter presets. May reduce performance.":"Habilita els valors predefinits del convertidor RAW. Pot reduir el rendiment.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Habilitar l'autenticació de dos factors significa que necessitareu un codi de verificació generat aleatòriament per iniciar sessió, de manera que fins i tot si algú accedeix a la vostra contrasenya, no podrà accedir al vostre compte.","Engine":"Motor","Enter date":"Introduïu la data","Enter dates":"Introduïu dates","Enter item name...":"Introduïu el nom de l'element...","Enter the code generated by your authenticator app:":"Introduïu el codi generat per la vostra aplicació d'autenticació:","Enter verification code":"Introduïu el codi de verificació","Enter your password to confirm the action and continue:":"Introduïu la vostra contrasenya per confirmar l'acció i continueu:","Entity not found":"No s'ha trobat l'entitat","Error":"Error","Errors":"Errors","Estimate":"Estimació","Estimate Locations":"Estimar Ubicacions","Estimate the approximate location of pictures without GPS coordinates.":"Estimar la ubicació aproximada de les imatges sense coordenades GPS.","Every two days":"Cada dos dies","Exclude hidden":"Exclou ocult","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"L'extracció de metadades amb ExifTool és necessària per a un suport complet de vídeo, Live Photo i XMP.","Experimental Features":"Característiques experimentals","Expires":"Caduca","Exposure":"Exposició","Extract still images and generate thumbnails while indexing.":"Extraieu imatges fixes i genereu miniatures mentre indexeu.","F Number":"Número F","Face":"Cara","Face not found":"No s'ha trobat la cara","Faces":"Cares","Failed creating file, please check permissions":"No s'ha pogut crear el fitxer, comproveu els permisos","Failed creating folder, please check permissions":"No s'ha pogut crear la carpeta, comproveu els permisos","Failed removing link":"No s'ha pogut eliminar l'enllaç","Failed to connect account.":"No s'ha pogut connectar el compte.","Failed to create zip file":"No s'ha pogut crear el fitxer zip","Failed to load users.":"S'ha fallat la càrrega dels usuaris.","Failed to remove face marker":"S'ha fallat l'eliminació del marcador facial","Failed to remove name":"S'ha fallat l'eliminació del nom","Failed to restart server":"El servidor no s'ha pogut reiniciar","Failed to save changes":"No s'han pogut desar els canvis","Failed to save face marker":"Error en desar el marcador facial","Failed to save name":"S'ha fallat l'emmagatzematge del nom","Failed updating link":"No s'ha pogut actualitzar l'enllaç","Family Name":"Nom de familia","Fast":"Ràpida","Favorite":"Favorit","Favorites":"Favorits","Feature disabled":"Funció desactivada","Feature Request":"Sol·licitud de funció","Female":"Femení","File":"Fitxer","File Browser":"Navegador de fitxers","File Conversion":"Conversió de fitxers","File deleted":"S'ha suprimit el fitxer","File Name":"Nom de fitxer","File not found":"No s'ha trobat el fitxer","File removed from stack":"S'ha eliminat el fitxer de la pila","File Size":"Tamany arxiu","File too large":"Fitxer massa gran","File uploaded":"Fitxer penjat","Filename":"Nom del fitxer","Files":"Arxius","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Els fitxers amb noms seqüencials com \"IMG_1234 (2)\" i \"IMG_1234 (3)\" pertanyen a la mateixa imatge.","First page":"Primera pàgina","Focal Length":"Longitud focal","Folder":"Carpeta","Folder contains %{n} files":"La carpeta conté %{n} fitxers","Folder is empty":"La carpeta està buida","Folders":"Carpetes","Forgot password?":"Has oblidat la contrasenya?","FPS":"FPS","Frames":"Marcs","Full Access":"Accés complet","Fullscreen":"Pantalla completa","General":"General","Generate":"Generar","Generate Previews":"Genera visualitzacions prèvies","Generated":"Generat","Get Started":"Comença","Given Name":"Nom de pila","Global Options":"Opcions globals","Go to page {0}":"Vés a la pàgina {0}","Gold":"Or","Green":"Verd","Grey":"Gris","Groups":"Grups","Guest":"Convidat","Hash":"Hash","Help":"Ajuda","Help & Support":"Ajuda & Suport","Hidden":"Ocult","Hidden Files":"Fitxers ocults","Hide":"Amagar","Hide Caption":"Amaga el peu de foto","Hide face markers":"Amaga els marcadors facials","Hide private content from global views while keeping it accessible in the Private section.":"Amaga els elements privats de les vistes globals i mantén-los accessibles a la secció Privada.","High":"Alt","High Dynamic Range (HDR)":"Alt rang dinàmic (HDR)","Hybrid":"Híbrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Si perdeu l'accés a l'aplicació o al dispositiu d'autenticació, podeu utilitzar el codi de recuperació per recuperar l'accés al vostre compte.","Image":"Imatge","Image Quality":"Qualitat d'imatge","Import":"Importa","Import canceled":"Importació cancel·lada","Import completed in %d s":"Importació completada en %d s","Import failed":"La importació ha fallat","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Els fitxers importats s'ordenaran per data i se'ls donarà un nom únic per evitar duplicats.","Importing %{s}…":"S'està important %{s}...","Importing files to originals…":"S'estan important fitxers als originals...","in":"polçades","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"En cas que faltin imatges que espereu, torneu a escanejar la vostra biblioteca i espereu fins que s'hagi completat la indexació.","Include RAW image files when downloading stacks and archives.":"Incloeu fitxers d'imatge RAW quan baixeu piles i arxius.","Include sidecar files when downloading stacks and archives.":"Incloeu fitxers sidecar quan baixeu piles i arxius.","Increase storage size or delete files to continue.":"Augmenta la mida d'emmagatzematge o suprimeix fitxers per continuar.","Index":"Índex","Indexing":"S'està indexant","Indexing canceled":"S'ha cancel·lat la indexació","Indexing completed in %d s":"Indexació completada en %d s","Indexing failed":"S'ha produït un error en la indexació","Indexing files in %s":"Indexant fitxers a %s","Indexing media and sidecar files…":"S'estan indexant fitxers multimèdia i sidecar...","Indexing originals...":"S'estan indexant els originals...","Information":"Informació","Inherit":"Heretar","Instance":"Instància","Instance ID":"ID de la instància","Instance unreachable. Try again once it's back online.":"Instance inaccessible. Torna a provar quan torni a estar en línia.","Instances":"Instàncies","Insufficient storage":"Emmagatzematge insuficient","Insufficient storage.":"Emmagatzematge insuficient.","Interval":"Interval","Invalid":"Adreça de correu no vàlida","Invalid address":"Adreça no vàlida","Invalid country":"País no vàlid","Invalid credentials":"Credencials incorrectes","Invalid date":"Data no vàlida","Invalid link":"Enllaç no vàlid","Invalid name":"Nom no vàlid","Invalid parameters":"Paràmetres no és vàlida","Invalid password, please try again":"La contrasenya no és vàlida, torneu-ho a provar","Invalid photo selected":"S'ha seleccionat una foto no vàlida","Invalid time":"Hora no vàlida","Invalid URL":"URL no vàlid","Invalid verification code, please try again":"Codi de verificació no vàlid, torneu-ho a provar","IP Address":"Adreça IP","It is a one-time use code that will disable 2FA for your account when you use it.":"És un codi d'ús únic que desactivarà 2FA per al vostre compte quan l'utilitzeu.","Item":"Element","Items per page:":"Elements per pàgina:","JPEG Quality: %{n}":"Qualitat JPEG: %{n}","JPEG Size Limit: %{n}px":"Límit de mida JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Els JPEG i les miniatures es representen automàticament segons sigui necessari.","Keyword":"Paraula clau","Keywords":"Paraules clau","Label":"Etiqueta","Label not found":"No s'ha trobat l'etiqueta","Label saved":"S'ha desat l'etiqueta","Labels":"Etiquetes","Labels deleted":"S'han suprimit les etiquetes","Language":"Idioma","Last Active":"Últim actiu","Last Login":"Últim inici de sessió","Last page":"Última pàgina","Last Sync":"Última sincronització","Last Used":"Últim utilitzat","Latitude":"Latitud","LDAP/AD":"LDAP/AD","Learn more":"Saber-ne més","Learn More":"Saber-ne més","Legal Information":"Informació legal","Lens":"Lent","Lens not found":"Lent no trobada","Library":"Biblioteca","License":"Llicència","Like":"M'agrada","Lime":"Llima","Limit reached, showing first %{n} files":"S'ha assolit el límit, mostrant els primers %{n} fitxers","Link":"Enllaç","List":"Llista","List View":"Vista de llista","Live":"En viu","Live Photos":"Fotos en directe","Load more":"Carregueu més","Loading items...":"S'estan carregant elements...","Loading...":"Carregant...","Local":"Local","Local Time":"Hora local","Location":"Ubicació","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Els missatges de registre apareixen aquí sempre que PhotoPrism troba fitxers trencats o hi ha altres problemes potencials.","Login":"Iniciar sessió","Logs":"Logs","Longitude":"Longitut","Lost server connection":"Connexió al servidor perduda","Low":"Baix","Magenta":"Magenta","Main Color":"Color principal","Male":"Home","Manage Account":"Gestiona el compte","Manager":"Gerent","Manual":"Manual","Manual Upload":"Pujada manual","Maps":"Mapes","Marker":"Marcador","Maximum number of accounts has been reached.":"S'ha assolit el nombre màxim de comptes.","Media":"Mitjans de comunicació","Medium":"Mitja","Membership":"Pertinença","Merge %{a} with %{b}?":"Combinar %{a} amb %{b}?","Message":"Missatge","Metadata":"Metadades","Metrics":"Mètriques","Minimize":"Minimitza","Missing":"Falta la pàgina d'enviament","Missing or invalid configuration":"Falta la configuració o no és vàlida","mixed":"barrejat","Moments":"Moments","Monochrome":"Monocrom","Month":"Mes","More options":"Més opcions","Mosaic":"Mosaic","Most Relevant":"El més rellevant","Move Files":"Mou arxius","Moving files from %s":"S'estan movent fitxers de %s","Must have at least %{n} characters.":"Ha de tenir almenys %{n} caràcters.","Mute":"Silenciar","Name":"Nom","Name too long":"Nom massa llarg","Never":"Mai","New":"Nou","New Password":"Nova contrasenya","Newest First":"El més nou primer","Next":"A continuació","Next page":"Pàgina següent","Next visual":"Següent visual","No":"No","No Access":"Sense accés","No albums assigned":"No hi ha àlbums assignats","No albums found":"No s'han trobat àlbums","No albums selected":"No s'ha seleccionat cap àlbum","No data available":"No hi ha dades disponibles","No files available for download":"No hi ha fitxers disponibles per a la baixada","No items selected":"No s'ha seleccionat cap element","No labels assigned":"Sense etiquetes assignades","No labels found":"No s'han trobat etiquetes","No labels selected":"No s'ha seleccionat cap etiqueta","No matching records found":"No s'han trobat registres coincidents","No more":"No més","No people found":"No s'han trobat persones","No pictures found":"No s'han trobat imatges","No recently edited pictures":"No hi ha imatges editades recentment","No registered instances.":"No hi ha cap instància registrada.","No results":"Sense resultats","No server connection":"No hi ha connexió amb el servidor","No servers configured.":"No s'ha configurat cap servidor.","No services configured.":"No s'ha configurat cap servei.","No thanks":"No gràcies","No users on this instance.":"No hi ha cap usuari en aquesta instància.","No warnings or error containing this keyword. Note that search is case-sensitive.":"No hi ha cap advertiment ni error que contingui aquesta paraula clau. Tingueu en compte que la cerca distingeix entre majúscules i minúscules.","Node":"Node","Nodes":"Nodes","Non-photographic and low-quality images require a review before they appear in search results.":"Les imatges no fotogràfiques i de baixa qualitat requereixen una revisió abans que apareguin als resultats de la cerca.","None":"Cap","Not allowed":"No es permet","Not available in public mode":"No disponible en mode públic","Not available in read-only mode":"No disponible en mode només de lectura","Not found":"No trobat","Not sorted.":"No ordenat.","Not supported":"No s'admet","Note you may manually manage your originals folder and importing is optional.":"Tingueu en compte que podeu gestionar manualment la vostra carpeta d'originals i la importació és opcional.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: només els servidors WebDAV, com Nextcloud o PhotoPrism, es poden configurar com a servei remot per a la còpia de seguretat i la càrrega de fitxers.","Notes":"Notes","Nothing to see here yet.":"Encara no hi ha res a veure aquí.","Nothing was found.":"No es va trobar res.","Offline":"Offline","OK":"D'acord","Oldest First":"El més vell primer","On Windows, enter the following resource in the connection dialog:":"A Windows, introduïu el recurs següent al diàleg de connexió:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"La generació de miniatures sota demanda pot provocar un ús elevat de la CPU i la memòria. No es recomana per a servidors i dispositius NAS amb recursos limitats.","Once a week":"Una vegada per setmana","One album found":"S'ha trobat un àlbum","One entry added to %s":"S'ha afegit una entrada a %s","One entry removed from %s":"S'ha eliminat una entrada de %s","One file found":"S'ha trobat un fitxer","One file uploaded":"S'ha penjat un fitxer","One folder found":"S'ha trobat una carpeta","One label found":"S'ha trobat una etiqueta","One person found":"S'ha trobat una persona","One picture found":"S'ha trobat una imatge","Only locally managed accounts can be set up for authentication with 2FA.":"Només els comptes gestionats localment es poden configurar per a l'autenticació amb 2FA.","Open":"Obert","optional":"opcional","or":"o","Orange":"Taronja","Organization":"Organització","Orientation":"Orientació","Original file names will be stored and indexed.":"Els noms dels fitxers originals s'emmagatzemaran i s'indexaran.","Original Name":"Nom original","Originals":"Originals","Originals folder is empty":"La carpeta d'originals està buida","Other":"Altres","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"La nostra missió és proporcionar la solució més fàcil d'utilitzar i de privadesa per mantenir les vostres imatges organitzades i accessibles.","Outdoor":"A l'aire lliure","Page {0}, Current page":"Pàgina {0}, pàgina actual","Pages":"Pàgines","Pagination Navigation":"Navegació de paginació","Panorama":"Panorama","Panoramas":"Panoràmiques","Part of all selected photos":"Part de totes les fotos seleccionades","Part of some selected photos":"Part d'algunes fotos seleccionades","Password":"Contrasenya","Password changed":"S’ha canviat la contrasenya","Pause":"Pausa","Payment required":"Pagament requerit","People":"Gent","People you share a link with will be able to view public contents.":"Les persones amb qui comparteixis un enllaç podran veure contingut públic.","Permanently deleted":"Esborrat permanentment","Permission denied":"Permís denegat","Person":"Persona","Person cover updated":"Portada de persona actualitzada","Person deleted":"S'ha suprimit la persona","Person not found":"Persona no trobada","Person saved":"Persona salvada","Personal":"Personal","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism és 100% autofinançat i independent.","PhotoPrism+ Membership":"Membre de PhotoPrism+","Photos":"Fotos","Picture":"Imatge","Picture Title":"Títol de la imatge","Pink":"Rosa","Pinned":"Fixat","Place":"Lloc","Place & Time":"Lloc i hora","Places":"Llocs","Play":"Reprodueix","Please confirm your new password.":"Si us plau, confirmeu la vostra nova contrasenya.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Copieu la següent contrasenya de l'aplicació generada aleatòriament i guardeu-la en un lloc segur, ja que no la podreu tornar a veure:","Please do not upload any private, unlawful or offensive pictures.":"Si us plau, no carregueu cap imatge privada, il·legal o ofensiva.","Please don't upload photos containing offensive content.":"Si us plau, no carregueu fotos que continguin contingut ofensiu.","Please enter OTP character {0}":"Introduïu el caràcter OTP {0}","Please log in to your account":"Si us plau, inicieu sessió al vostre compte","Please note that changing your password will log you out on other devices and browsers.":"Tingueu en compte que si canvieu la contrasenya, tanqueu la sessió en altres dispositius i navegadors.","Please restart your instance for the changes to take effect.":"Si us plau, reinicieu la vostra instància perquè els canvis tinguin efecte.","Please wait…":"Si us plau, espereu…","PM":"PM","PNG Size Limit: %{n}px":"Límit de mida del PNG: %{n}px","Portal":"Portal","Portrait":"Retrat","Preserve filenames":"Conserva els noms de fitxers","Press enter to create a new album.":"Premeu Intro per crear un àlbum nou.","Press enter to create new item":"Premeu Intro per crear un element nou","Prevent database and album backups as well as YAML sidecar files from being created.":"Eviteu que es creïn còpies de seguretat de bases de dades i àlbums, així com fitxers sidecar YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Eviteu que altres aplicacions accedeixin a PhotoPrism com a unitat de xarxa compartida.","Preview":"Previsualitza","Preview Images":"Vista prèvia d'imatges","Previous":"Anterior","Previous page":"Pàgina anterior","Previous visual":"Visual anterior","Primary":"Primari","Private":"Privada","Processing upload...":"S'està processant la càrrega...","Product Feedback":"Comentaris del producte","Projection":"Projecció","Purple":"Lila","Quality Filter":"Filtre de qualitat","Quality Score":"Nivell de qualitat","Quota exceeded":"S'ha superat la quota","Random":"Aleatori","Rating {0} of {1}":"Valoració {0} de {1}","Raw":"Crua","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Torneu a indexar tots els originals, inclosos els fitxers ja indexats i sense canvis.","Read-Only Mode":"Mode de només lectura","Recently Added":"Recentment afegit","Recently Archived":"Arxivat recentment","Recently Edited":"Editat recentment","Recognition starts after indexing has been completed.":"El reconeixement comença un cop finalitzada la indexació.","Recognized":"Reconegut","Recovery Code":"Codi de recuperació","Red":"Vermell","Refresh":"Actualitzar","Regions":"Regions","Register":"Registra't","Reload":"Recarrega","Reloading…":"S'està tornant a carregar…","Remote Sync":"Sincronització remota","Remove":"Elimina","remove failed: unknown album":"ha fallat l'eliminació: àlbum desconegut","Remove from Album":"Elimina de l'àlbum","Remove from all":"Elimina de tot","Remove from all selected photos":"Elimina de totes les fotos seleccionades","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Elimina els fitxers importats per estalviar emmagatzematge. Els tipus de fitxers no compatibles no se suprimiran mai, es mantenen a la seva ubicació actual.","Remove the selected instance from the cluster registry?":"Voleu eliminar la instància seleccionada del registre del clúster?","Removed":"Eliminat","Removed %{name}":"Eliminat %{name}","Removed %d files and %d photos":"S'han eliminat %d fitxers i %d fotos","Repeated":"Repetida","Request failed - are you offline?":"La sol·licitud ha fallat; estàs fora de línia?","Request failed - invalid response":"La sol·licitud ha fallat: resposta no vàlida","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Exigir que es revisin imatges no fotogràfiques i de baixa qualitat abans que apareguin als resultats de la cerca.","Resolution":"Resolució","Restart":"Reinicia","Restore":"Restaura","Restored":"Restaurat","Retry Limit":"Límit de torna a intentar","Retype Password":"Torneu a escriure la contrasenya","Review":"Valoració","Role":"Rol","Roles":"Rols","Rotated":"Girat","Rows per page:":"Files per pàgina:","Satellite":"Satèl·lit","Save":"Desar","Save changes":"Desa els canvis","Scan":"Escaneig","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Escanegeu el codi QR amb la vostra aplicació d'autenticació o utilitzeu la clau de configuració que es mostra a continuació i, a continuació, introduïu el codi de verificació generat:","Scans":"Escaneigs","Scope":"Àmbit","Scopes":"Àmbits","Search":"Cercar","Season":"Estació","Secret":"Secret","Security and Access":"Seguretat i Accés","Select":"Selecciona","Select a source folder to import files…":"Seleccioneu una carpeta d'origen per importar fitxers…","Select date":"Seleccioneu la data","Select dates":"Seleccioneu dates","Select or create albums":"Selecciona o crea àlbums","Select or create labels":"Selecciona o crea etiquetes","Select or drop files to upload…":"Seleccioneu o deixeu arrossegar fitxers per pujar…","Select the files to upload…":"Seleccioneu els fitxers per carregar…","Select the folder to be indexed…":"Seleccioneu la carpeta que voleu indexar…","Select Time":"Seleccioneu Hora","Selection":"Selecció","Selection added to %s":"S'ha afegit una selecció a %s","Selection approved":"Selecció aprovada","Selection archived":"Selecció arxivada","Selection marked as private":"La selecció s'ha marcat com a privada","Selection not found":"No s'ha trobat la selecció","Selection restored":"S'ha restaurat la selecció","Sequential Name":"Nom seqüencial","Service":"Servei","Service URL":"URL del servei","Services":"Serveis","Session":"Sessió","Session ID":"ID de sessió","Sessions":"Sessions","Set as Album Cover":"Estableix com a portada de l'àlbum","Set as Cover Image":"Estableix com a imatge de portada","Settings":"Configuració","Settings saved":"Configuració desada","Setup":"Configuració","Severity":"Gravetat","Share":"Compartir","Share %{s}":"Comparteix %{s}","Show":"Mostrar","Show All Labels":"Mostra totes les etiquetes","Show all new faces":"Mostra totes les cares noves","Show Caption":"Mostra la llegenda","Show Captions":"Mostra els subtítols","Show face markers":"Mostra els marcadors facials","Show hidden":"Mostra ocult","Show Important Only":"Mostra només importants","Show logs in the web interface to monitor activity and troubleshoot problems.":"Mostra els registres a la interfície web per supervisar l'activitat i solucionar problemes.","Show smart albums that group pictures by occasion, trip, or location.":"Mostra àlbums intel·ligents que agrupen imatges per ocasió, viatge o ubicació.","Show the Account page so users can manage their profile and security settings.":"Mostra la pàgina del compte perquè els usuaris puguin gestionar el seu perfil i la configuració de seguretat.","Show the Calendar view to browse the library by year and month.":"Mostra la vista Calendari per navegar per la biblioteca per any i mes.","Show the Labels section to view and manage AI-generated labels.":"Mostra la secció Etiquetes per veure i gestionar les etiquetes generades per IA.","Show the Library section to index, manage, and monitor the media library.":"Mostra la secció Biblioteca per indexar, gestionar i supervisar la biblioteca multimèdia.","Show the Places view with interactive maps so you can browse photos by location.":"Mostra la vista Llocs amb mapes interactius per poder navegar per fotos per ubicació.","Show Titles":"Mostra els títols","Sidecar":"Sidecar","Sidecar Files":"Fitxers Sidecar","Sign in":"Iniciar sessió","Sign Out":"Tancar sessió","Similar":"Similars","Site URL":"URL del lloc","Size":"Mida","Slideshow":"Presentació de diapositives","Slow":"Lenta","Software":"Programari","Software Update":"Actualització de programari","Some albums could not be copied":"No s'han pogut copiar alguns àlbums","Some albums could not be created. Please edit the names and try again.":"No s'han pogut crear alguns àlbums. Editeu-ne els noms i torneu-ho a provar.","Some albums could not be updated":"No s'han pogut actualitzar alguns àlbums","Something went wrong, try again":"S'ha produït un error, torna-ho a provar","Sort by":"Ordena per","Sort by Name (A–Z)":"Ordena per nom (A–Z)","Sort by Photo Count":"Ordena per nombre de fotos","Sort by Relevance":"Ordena per rellevància","Sort Order":"Criteri d’ordenació","Sorted ascending.":"Ordenat ascendent.","Sorted descending.":"Ordenat descendent.","Source":"Origen","Stack":"Pila","Stack files sharing the same unique image or instance identifier.":"Apila fitxers que comparteixen la mateixa imatge única o identificador d'instància.","Stack pictures taken at the exact same time and location based on their metadata.":"Apila imatges fetes a la mateixa hora i ubicació en funció de les seves metadades.","Stackable":"Apilable","Stacks":"Piles","Start":"Inici","Start Page":"Pàgina d'inici","Static Size Limit: %{n}px":"Límit de mida estàtica: %{n}px","Status":"Estat","Stay signed in on this device":"Mantén-te iniciat en aquest dispositiu","Stop Casting":"Atura el càsting","Storage":"Emmagatzematge","Streets":"Carrers","Subject":"Assumpte","Subject deleted":"S'ha suprimit el tema","Subject not found":"No s'ha trobat el tema","Subject saved":"Assumpte desat","Successfully activated":"S'ha activat correctament","Successfully Connected":"Connectat correctament","Successfully deleted":"S'ha suprimit correctament","Successfully verified":"Verificat correctament","Super Admin":"Super Administrador","Support for additional services, like Google Drive, will be added over time.":"Amb el temps s'afegirà suport per a serveis addicionals, com ara Google Drive.","Support Our Mission":"Donar suport a la nostra missió","Sync":"Sincronitza","Sync raw and video files":"Sincronitza fitxers en brut i de vídeo","Taken":"Pres","Teal":"Blau Cerseta","Terrain":"Terreny","Text":"Text","Thank You for Your Support!":"Gràcies pel teu recolzament!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"És per això que PhotoPrism es va crear des de zero per funcionar allà on ho necessitis, sense comprometre la llibertat, la privadesa o la funcionalitat.","The index currently contains %{n} hidden files.":"Actualment, l'índex conté %{n} fitxers ocults.","The instance rejected the cluster credentials.":"L'instància va rebutjar les credencials del clúster.","The instance returned an unexpected redirect.":"L'instància ha retornat una redirecció inesperada.","The wakeup interval is %s, but must be 1h or less":"L'interval d'activació és %s, però ha de ser d'1 h o menys","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"És possible que el seu format no sigui compatible, que encara no s'han convertit a JPEG o que hi hagi duplicats.","Theme":"Tema","This account is missing an ID and can't be edited.":"A aquest compte li falta un ID i no es pot editar.","This field is required":"Aquest camp és obligatori","This instance has no site URL configured.":"Aquesta instància no té cap URL del lloc configurat.","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.":"Això munta la carpeta originals com a unitat de xarxa i us permet obrir, editar i suprimir fitxers del vostre ordinador o telèfon intel·ligent com si fossin locals.","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. ":"Això munta la carpeta originals com a unitat de xarxa i us permet obrir, editar i suprimir fitxers del vostre ordinador o telèfon intel·ligent com si fossin locals.","Time":"Temps","Time UTC":"Hora UTC","Time Zone":"Zona horària","Timeout":"Delsa","Title":{"":"Títol","Account":"Títol","Photo":"Títol"},"Title / Position":"Títol / posició","to":"a","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Per evitar que us bloquegi el vostre compte, baixeu, imprimiu o copieu aquest codi de recuperació ara i guardeu-lo en un lloc segur.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Per generar una nova contrasenya específica de l'aplicació, introduïu el nom i l'àmbit d'autorització de l'aplicació i seleccioneu una data de caducitat:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Per canviar a una aplicació o dispositiu d'autenticació nous, primer desactiveu l'autenticació de dos factors i, a continuació, reactiveu-lo:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Per actualitzar, podeu introduir un codi d'activació o fer clic a \"Registrar-vos\" per registrar-vos al nostre lloc web:","Today":"Avui","Toggle View":"Canvia la vista","Token":"Token","Too many files selected":"S'han seleccionat massa fitxers","Too many requests":"Massa peticions","Troubleshooting":"Resolució de problemes","Try again using other filters or keywords.":"Torna-ho a provar amb altres filtres o paraules clau.","Two-factor authentication has been enabled for your account.":"S'ha activat l'autenticació de dos factors per al vostre compte.","Type":"Tipus","Unable to delete":"No es pot suprimir","Unable to do that":"No es pot fer això","Unassign":"Desassignar","Unauthorized":"No autoritzat","Undo":"Desfer","Unique ID":"ID únic","Unknown":"Desconegut","Unknown location":"Ubicació desconeguda","Unregistered":"No registrat","Unsorted":"SeneEthiopian month 11 - LongName","Unstack":"Desapilar","Unsupported":"Sense suport","Unsupported format":"Format no compatible","Unsupported type":"Tipus no compatible","Updated":"Actualitzat","Updating faces":"Actualització de cares","Updating index":"S'està actualitzant l'índex","Updating moments":"Moments d'actualització","Updating picture…":"S'està actualitzant la imatge...","Updating previews":"S'estan actualitzant les previsualitzacions","Updating stacks":"Actualització de les piles","Upgrade":"Actualitza","Upgrade Now":"Actualitza ara","Upload":"Pujar","Upload complete":"Càrrega completa","Upload complete. Indexing…":"Càrrega completa. S'està indexant...","Upload failed":"La càrrega ha fallat","Upload has been processed":"S'ha processat la càrrega","Upload local files":"Carregueu fitxers locals","Upload might be offensive":"La càrrega pot ser ofensiva","Upload Path":"Ruta de càrrega","Uploading %{n} of %{t}…":"S'està penjant %{n} de %{t}...","Uploading photos…":"S'estan penjant fotos...","Uploading…":"S'està carregant…","Uploads that may contain such images will be rejected automatically.":"Les càrregues que puguin contenir aquestes imatges seran rebutjades automàticament.","URL":"URL","Use Presets":"Utilitzeu presets","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Utilitzeu el codi de recuperació següent per accedir al vostre compte quan no pugueu generar un codi de verificació vàlid amb la vostra aplicació d'autenticació:","Use your recovery code or contact an administrator for help.":"Utilitzeu el vostre codi de recuperació o poseu-vos en contacte amb un administrador per obtenir ajuda.","User":"Usuari","User Guide":"Guia de l'usuari","User Interface":"Interfície d'usuari","User not found":"Usuari no trobat","Username":"Usuari","Users":"Usuaris","UUID":"UUID","Vector":"Vector","Vectors":"Vectors","Verification Code":"Codi de verificació","Version":"Versió","Video":"Vídeo","Video Duration":"Durada del vídeo","Videos":"Videos","View":"Veure","View search results as a list.":"Veure els resultats de la cerca com una llista.","Viewer":"Visor","Vision":"Visió","Visitor":"Visitant","Visual Similarity":"Similitud visual","Warning":"Avís","Web Login":"Inici de sessió web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Els clients WebDAV es poden connectar a PhotoPrism mitjançant l'URL següent:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Els clients WebDAV, com ara l'Explorador de Windows de Microsoft o el Finder d'Apple, es poden connectar directament\n FotoPrisma.","WebDAV Upload":"Càrrega WebDAV","WebGL support is disabled in your browser":"El suport de WebGL està desactivat al vostre navegador","Website":"Pàgina web","White":"Blanc","Work Details":"Detalls del treball","Year":"Any","Yellow":"Groc","Yes":"Si","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Podeu posar-vos en contacte amb nosaltres a membership@photoprism.app per a preguntes sobre la vostra pertinença.","You can only download one album":"Només pots baixar un àlbum","You can only download one label":"Només podeu baixar una etiqueta","You can search for a location or move the marker on the map to change the position:":"Podeu cercar una ubicació o moure el marcador al mapa per canviar-ne la posició:","You can upload up to %{n} files for test purposes.":"Podeu penjar fins a %{n} fitxers amb finalitats de prova.","You cannot change your own role.":"No pots canviar el teu propi paper.","You do not have access to any instances.":"No teniu accés a cap instància.","You may only select one item":"Només podeu seleccionar un element","You may rescan your library to find additional faces.":"Podeu tornar a escanejar la vostra biblioteca per trobar cares addicionals.","Your account could not be connected":"No s'ha pogut connectar el vostre compte","Your account has been successfully connected.":"El vostre compte s'ha connectat correctament.","Your browser does not support WebGL":"El vostre navegador no admet WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"El vostre suport continuat ens ajuda a oferir actualitzacions periòdiques i a mantenir-nos independents, de manera que podem complir la nostra missió i protegir la vostra privadesa.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"La vostra biblioteca s'analitza contínuament per crear automàticament àlbums de moments, viatges i llocs especials.","Zip created in %d s":"Zip creat en %d s","Zoom in/out":"Apropa o redueix","Archive":{"Noun":"Arxiu","Verb":"Arxiu"},"Add a Title":{"Photo":"Afegir un títol"}}} \ No newline at end of file +{"ca":{"{0} appended action":"{0} acció afegida","{0} files":"{0} fitxers","{0} files ({1} in total)":"{0} fitxers ({1} en total)","{0} more":"{0} més","{0} prepended action":"{0} acció anteposada","{0} selected":"{0} seleccionats","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"%{n} àlbums trobats","%{n} files uploaded":"%{n} arxius penjats","%{n} folders found":"%{n} carpetes trobades","%{n} GB of %{q} GB used":"%{n} GB de %{q} GB utilitzats","%{n} labels found":"%{n} etiquetes trobades","%{n} people found":"%{n} persones trobades","%{n} pictures found":"S'han trobat %{n} imatges","%{s} is too long":"%{s} és massa llarg","%{s} is too short":"%{s} és massa curt","%d entries added to %s":"%d entrades afegides a %s","%d entries removed from %s":"S'han eliminat %d entrades de %s","%d files uploaded in %d s":"%d fitxers penjats en %d s","%s already exists":"%s El nom ja existeix","%s has been restored":"%s s'ha restaurat","1 hour":"1 hora","12 hours":"12 hores","2-Factor Authentication":"Autenticació de 2 factors","2FA":"2FA","4 hours":"4 hores","A click will copy it to your clipboard.":"Un clic ho copiarà al porta-retalls.","A new version of %{s} is available:":"Hi ha disponible una versió nova de %{s}:","About":"Quant a","Access granted.":"Accés concedit.","Access revoked.":"Accés revocat.","Access Token":"Fitxa d'accés","Account":"Compte","Account created":"Compte creat","Account deleted":"Compte suprimit","Account Group Mappings":"Mapes de grups de comptes","Account not found":"Compte no trobat","Account restored":"S'ha restaurat el compte","Account saved":"Compte desat","Accounts":"Comptes","Accuracy":"Precisió","Action":"Acció","Actions":"Accions","Activate":"Activar","Activate to remove sorting.":"Activa per eliminar l'ordenació.","Activate to sort ascending.":"Activa per ordenar ascendent.","Activate to sort descending.":"Activa per ordenar descendent.","Activation Code":"Codi d'activació","Activity":"Activitat","Add":"Afegeix","Add %{s}?":"Afegiu %{s}?","Add a Caption":"Afegeix un peu de foto","Add Account":"Afegeix un compte","Add Album":"Afegeix un àlbum","Add Link":"Afegeix un enllaç","Add Notes":"Afegir notes","Add person?":"Vols afegir una persona?","Add pictures from search results by selecting them.":"Afegiu imatges dels resultats de la cerca seleccionant-les.","Add to album":"Afegeix a l'àlbum","Add to all":"Afegeix a tot","Add to all selected photos":"Afegeix a totes les fotos seleccionades","Added":"Afegit","Added %{name}":"S'ha afegit %{name}","Adjust Camera Info":"Ajusta la informació de la càmera","Adjust Date & Time":"Ajusta la data i l'hora","Adjust Location":"Ajusta la ubicació","Admin":"Admin","Advanced":"Avançat","Advertise URL":"URL d'anunci","After 1 day":"Després d'1 dia","After 3 days":"Després de 3 dies","After 7 days":"Després de 7 dies","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Després d'introduir la contrasenya per a la confirmació, podeu configurar l'autenticació de dos factors amb una aplicació o dispositiu d'autenticació compatible:","After one month":"Després d'un mes","After one year":"Després d'un any","After selecting pictures from search results, you can add them to an album using the context menu.":"Després de seleccionar imatges dels resultats de la cerca, podeu afegir-les a un àlbum mitjançant el menú contextual.","After two months":"Després de dos mesos","After two weeks":"Després de dues setmanes","Album":"Àlbum","Album %s deleted":"S'ha suprimit l'àlbum %s","Album Backups":"Còpies de seguretat d'àlbums","Album contents cloned":"Contingut de l'àlbum clonat","Album created":"Àlbum creat","Album deleted":"Àlbum suprimit","Album not found":"No s'ha trobat l'àlbum","Album saved":"Àlbum desat","Albums":"Àlbums","Albums deleted":"Àlbums suprimits","All":"Tots","All %{n} albums loaded":"S'han carregat els %{n} àlbums","All %{n} labels loaded":"S'han carregat totes les %{n} etiquetes","All %{n} people loaded":"S'han carregat les totes les persones (%{n})","All Cameras":"Totes les càmeres","All Categories":"Totes les Categories","All Colors":"Tots els colors","All Countries":"Tots els Països","All files from import folder":"Tots els fitxers de la carpeta d'importació","All Lenses":"Totes les lents","All Months":"Tots els mesos","All originals":"Tots els originals","All Years":"Tots els anys","Allow configuration and use of connected apps and services for remote uploads and sync.":"Permet la configuració i l'ús d'aplicacions i serveis connectats per a càrregues i sincronitzacions remotes.","Allow editing of metadata such as title, description, date, and location.":"Permet l'edició de metadades com ara el títol, la descripció, la data i la ubicació.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permet editar les metadades, les etiquetes i els àlbums de diverses imatges alhora.","Allow files to be copied or moved from the Import to the Originals folder.":"Activeu l'eina d'importació per copiar o moure fitxers de la carpeta d'importació a Originals.","Allow files to be permanently deleted to free up storage space.":"Permet que els fitxers s'eliminin permanentment per alliberar espai d'emmagatzematge.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permet als usuaris arxivar fotos i vídeos perquè s'amaguin sense que s'eliminin.","Allow users to create and share links, and enable sharing with connected services.":"Permetre que els usuaris creïn i comparteixin enllaços i activar la compartició amb serveis connectats.","Allow users to upload new photos and videos through the web interface.":"Permet als usuaris penjar fotos i vídeos nous a través de la interfície web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativament, podeu carregar fitxers directament als servidors WebDAV com Nextcloud.","Altitude":"Altitud","Altitude (m)":"Altitud (m)","AM":"AM","Animated":"Animat","Animation":"Animació","Animations":"Animacions","Any private photos and videos remain private and won't be shared.":"Les fotos i els vídeos privats romanen privats i no es compartiran.","API Key":"Clau API","Application":"Aplicació","Applications":"Aplicacions","Approve":"Aprovar","Approve and save changes":"Aprova i desa els canvis","Apps and Devices":"Aplicacions i dispositius","Archived":"Arxivat","Are you sure you want to archive the selection?":"Esteu segur que voleu arxivar la selecció?","Are you sure you want to delete these albums?":"Confirmes que vols suprimir aquests àlbums?","Are you sure you want to delete these labels?":"Esteu segur que voleu suprimir aquestes etiquetes?","Are you sure you want to delete this account?":"Esteu segur que voleu suprimir aquest compte?","Are you sure you want to delete this album?":"Esteu segur que voleu suprimir aquest àlbum?","Are you sure you want to permanently delete these pictures?":"Esteu segur que voleu suprimir permanentment aquestes imatges?","Are you sure you want to permanently delete this file?":"Esteu segur que voleu suprimir permanentment aquest fitxer?","Are you sure?":"N'esteu segur?","Artist":"Artista","Aspect Ratio":"Relació d'aspecte","Attributes":"Atributs","Audio":"Àudio","Audit Log":"Àudio","Authentication":"Autenticació","Auto":"Automàtic","Back":"esquena","Back to top":"Tornar a dalt","Backup":"Còpia de seguretat","Badge":"Insígnia","Base Path":"Camí base","Batch":"Lot","Batch Edit":"Edició per lots","Become a member today, support our mission and enjoy our member benefits!":"Fes-te soci avui, dóna suport a la nostra missió i gaudeix dels nostres avantatges per a membres!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"En ser 100% sautofinançats i independents, us podem prometre que mai vendrem les vostres dades i que sempre serem transparents sobre el nostre programari i serveis.","Bio":"bio","Birth Date":"Data de naixement","Black":"Negre","Blue":"Blau","Brown":"Marró","Browse":"Navega","Browse Files":"Examinar fitxers","Browse Pictures":"Navega per les imatges","Bug Report":"Informe d'error","Busy, please try again later":"Ocupat, torna-ho a provar més tard","Busy, please wait…":"Ocupat, si us plau, espera...","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"En utilitzar el programari i els serveis que oferim, accepteu les nostres condicions de servei, política de privadesa i codi de conducta.","Calendar":"Calendari","Camera":"Càmera","Camera not found":"No s'ha trobat la càmera","Camera Serial":"Càmera en sèrie","Can't access your authenticator app or device?":"No podeu accedir a la vostra aplicació o dispositiu d'autenticació?","Can't load more, limit reached":"No es pot carregar més, s'ha arribat al límit","Can't select more items":"No es poden seleccionar més elements","Cancel":"Cancel·lar","Cannot copy to clipboard":"No es pot copiar al porta-retalls","Caption":"Subtítol","Cards":"Targetes","Carousel slide {0} of {1}":"Diapositiva del carrusel {0} de {1}","Cast":"El repartiment","Category":"Categoria","Change Avatar":"Canviar Avatar","Change Password":"Canviar contrasenya","Change private flag":"Canvia la bandera privada","Changes could not be saved":"No s'han pogut desar els canvis","Changes successfully saved":"Els canvis s'han desat correctament","Changes to the advanced settings require a restart to take effect.":"Els canvis a la configuració avançada requereixen un reinici perquè tinguin efecte.","Checked":"Seleccionat","Choose an instance to continue:":"Tria una instància per continuar:","Chroma":"Croma","Cleaning index and cache":"Neteja d'índex i memòria cau","Cleanup":"Netejar","Clear":"Clar","Clear {0}":"Esborra {0}","Client":"Client","Close":"Tancar","Cluster":"Clúster","Cluster Admin":"Administrador de clúster","Cluster Node":"Nod de clúster","Codec":"Còdec","Color":"Color","Color Profile":"Perfil de color","Colors":"Colors","Compare Editions":"Compara Edicions","Complete Rescan":"Rescaneig complet","Confidence":"Confiança","Confirm":"Confirmeu","Connect":"Connecta","Connect via WebDAV":"Connecteu-vos mitjançant WebDAV","Connected":"Connectat","Contact Details":"Dades de contacte","Contact Us":"Contacta'ns","Contains %{n} pictures.":"Conté %{n} imatges.","Contains one picture.":"Conté una imatge.","Content":{"":"Contingut","Edit":"Contingut"},"Continue":"Continua","Contributor":"Col·laborador","Converting":"Convertint","Copied to clipboard":"S'ha copiat al porta-retalls","Copy":"Còpia","Copying files from %s":"S'estan copiant fitxers de %s","Copyright":"Copyright","Could not be deleted":"No s'ha pogut suprimir","Could not connect, please try again":"No s'ha pogut connectar, torna-ho a provar","Could not update person cover":"No s'ha pogut actualitzar la portada de la persona","Couldn't find anything.":"No he pogut trobar res.","Country":"País","Create Account":"Crear compte","Create album":"Crea un àlbum","Create regular backups based on the configured schedule.":"Creeu còpies de seguretat d'índex en funció de la programació configurada.","Create YAML files to back up album metadata.":"Creeu fitxers YAML per fer una còpia de seguretat de les metadades de l'àlbum.","Create YAML sidecar files to back up picture metadata.":"Creeu fitxers sidecar YAML per fer una còpia de seguretat de les metadades d'imatge.","Created":"Creat","Creating thumbnails for":"Creació de miniatures per a","Current Password":"Contrasenya actual","Custom":"Personalitzat","Cyan":"Cian","Daily":"Diari","Database":"Base de dades","Database Backups":"Còpies de seguretat de bases de dades","Databases":"Bases de dades","Date & Time":"Data i hora","Day":"Dia","Deactivate":"Desactivar","Debug Logs":"Registres de depuració","Default":"Per defecte","Default Folder":"Carpeta per defecte","Delete":"Esborrar","Delete Album":"Suprimeix l'àlbum","Delete All":"Eliminar tots","Delete all?":"Vols suprimir-ho tot?","Delete orphaned index entries, sidecar files and thumbnails.":"Suprimeix les entrades d'índex orfes, els fitxers de sidecar i les miniatures.","deleted":"suprimit","Description":"Descripció","Detailed instructions can be found in our User Guide.":"Podeu trobar instruccions detallades a la nostra Guia d'usuari.","Details":"Detalls","Dimensions":"Dimensions","Disable all face detection and recognition features.":"Desactiva totes les funcions de detecció i reconeixement facial.","Disable Backups":"Desactiva les còpies de seguretat","Disable Darktable":"Desactiva Darktable","Disable ExifTool":"Desactiveu ExifTool","Disable Faces":"Desactiva les cares","Disable features that require write permission for the originals folder.":"Desactiveu les funcions que requereixen permís d'escriptura per a la carpeta d'originals.","Disable FFmpeg":"Desactiva FFmpeg","Disable ImageMagick":"Desactiveu ImageMagick","Disable interactive world maps and reverse geocoding.":"Desactiva els mapes del món interactius i la geocodificació inversa.","Disable MCP":"Desactiva l'MCP","Disable Places":"Desactiva Places","Disable RawTherapee":"Desactiveu RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Desactiva el punt final de l'API del Protocol de Context de Model (MCP) per a integracions d'agents d'IA.","Disable Vectors":"Desactiva Vectors","Disable WebDAV":"Desactiva WebDAV","Disabled":"Inhabilitat","Disables vector graphics support.":"Desactiva el suport de gràfics vectorials.","Disables video transcoding and thumbnail extraction.":"Desactiva la transcodificació de vídeo i l'extracció de miniatures.","Discard":"Descartar","Discard changes and close":"Descarta els canvis i tanca","Discard invalid changes?":"Descartar canvis invàlids?","Discard unsaved changes?":"Descartar els canvis no desats?","Discover":"Descobreix","Dismiss":"Descartar","Display Name":"Nom a mostrar","Display picture captions in search results.":"Mostra subtítols d'imatge als resultats de la cerca.","Display picture titles in search results.":"Mostra els títols de les imatges als resultats de la cerca.","Document":"Document","Documents":"Documents","Don't use Darktable to convert RAW images.":"No utilitzeu Darktable per convertir fitxers RAW.","Don't use ImageMagick to convert images.":"No utilitzeu ImageMagick per convertir imatges.","Don't use RawTherapee to convert RAW images.":"No utilitzeu RawTherapee per convertir fitxers RAW.","Done":"Fet","Done.":"Fet.","Download":"Descàrrega","Download only original media files, without any automatically generated files.":"Baixeu només fitxers multimèdia originals, sense cap fitxer generat automàticament.","Download remote files":"Descarrega fitxers remots","Downloading…":"S'està baixant…","Drag and drop files here":"Arrossegueu i deixeu anar els fitxers aquí","Driver":"Conductor","Duplicates will be skipped and only appear once.":"Els duplicats es saltaran i només apareixeran una vegada.","Duration":"Duració","Dynamic Previews":"Previsualitzacions dinàmiques","Dynamic Size Limit: %{n}px":"Límit de mida dinàmica: %{n}px","Edit":"Edita","Edit %{s}":"Edita %{s}","Edit Account":"Editar Compte","Edit Photo":"Edita la foto","Edit Photos (%{n})":"Edita fotos (%{n})","Edited":"Editat","Email":"Correu electrònic","Enable debug mode to display additional logs and help with troubleshooting.":"Activeu el mode de depuració per mostrar registres addicionals i ajudar-vos amb la resolució de problemes.","Enable downloading of original and sidecar files from the web interface.":"Habilita la descàrrega de fitxers originals i secundaris des de la interfície web.","Enable face recognition and the People view to easily find people you know.":"Activa el reconeixement facial i la vista Persones per trobar fàcilment les persones que coneixes.","Enable new features that may be incomplete or unstable.":"Activa les noves funcions que poden ser incompletes o inestables.","Enable the file browser to navigate the Originals folder structure.":"Habiliteu el navegador de fitxers per navegar per l'estructura de carpetes Originals.","Enables RAW converter presets. May reduce performance.":"Habilita els valors predefinits del convertidor RAW. Pot reduir el rendiment.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Habilitar l'autenticació de dos factors significa que necessitareu un codi de verificació generat aleatòriament per iniciar sessió, de manera que fins i tot si algú accedeix a la vostra contrasenya, no podrà accedir al vostre compte.","Engine":"Motor","Enter date":"Introduïu la data","Enter dates":"Introduïu dates","Enter item name...":"Introduïu el nom de l'element...","Enter the code generated by your authenticator app:":"Introduïu el codi generat per la vostra aplicació d'autenticació:","Enter verification code":"Introduïu el codi de verificació","Enter your password to confirm the action and continue:":"Introduïu la vostra contrasenya per confirmar l'acció i continueu:","Entity not found":"No s'ha trobat l'entitat","Error":"Error","Errors":"Errors","Estimate":"Estimació","Estimate Locations":"Estimar Ubicacions","Estimate the approximate location of pictures without GPS coordinates.":"Estimar la ubicació aproximada de les imatges sense coordenades GPS.","Every two days":"Cada dos dies","Exclude hidden":"Exclou ocult","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"L'extracció de metadades amb ExifTool és necessària per a un suport complet de vídeo, Live Photo i XMP.","Experimental Features":"Característiques experimentals","Expires":"Caduca","Exposure":"Exposició","Extract still images and generate thumbnails while indexing.":"Extraieu imatges fixes i genereu miniatures mentre indexeu.","F Number":"Número F","Face":"Cara","Face not found":"No s'ha trobat la cara","Faces":"Cares","Failed creating file, please check permissions":"No s'ha pogut crear el fitxer, comproveu els permisos","Failed creating folder, please check permissions":"No s'ha pogut crear la carpeta, comproveu els permisos","Failed removing link":"No s'ha pogut eliminar l'enllaç","Failed to connect account.":"No s'ha pogut connectar el compte.","Failed to create zip file":"No s'ha pogut crear el fitxer zip","Failed to load users.":"S'ha fallat la càrrega dels usuaris.","Failed to remove face marker":"S'ha fallat l'eliminació del marcador facial","Failed to remove name":"S'ha fallat l'eliminació del nom","Failed to restart server":"El servidor no s'ha pogut reiniciar","Failed to save changes":"No s'han pogut desar els canvis","Failed to save face marker":"Error en desar el marcador facial","Failed to save name":"S'ha fallat l'emmagatzematge del nom","Failed updating link":"No s'ha pogut actualitzar l'enllaç","Family Name":"Nom de familia","Fast":"Ràpida","Favorite":"Favorit","Favorites":"Favorits","Feature disabled":"Funció desactivada","Feature Request":"Sol·licitud de funció","Female":"Femení","File":"Fitxer","File Browser":"Navegador de fitxers","File Conversion":"Conversió de fitxers","File deleted":"S'ha suprimit el fitxer","File Name":"Nom de fitxer","File not found":"No s'ha trobat el fitxer","File removed from stack":"S'ha eliminat el fitxer de la pila","File Size":"Tamany arxiu","File too large":"Fitxer massa gran","File uploaded":"Fitxer penjat","Filename":"Nom del fitxer","Files":"Arxius","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Els fitxers amb noms seqüencials com \"IMG_1234 (2)\" i \"IMG_1234 (3)\" pertanyen a la mateixa imatge.","First page":"Primera pàgina","Focal Length":"Longitud focal","Folder":"Carpeta","Folder contains %{n} files":"La carpeta conté %{n} fitxers","Folder is empty":"La carpeta està buida","Folders":"Carpetes","Forgot password?":"Has oblidat la contrasenya?","FPS":"FPS","Frames":"Marcs","Full Access":"Accés complet","Fullscreen":"Pantalla completa","General":"General","Generate":"Generar","Generate Previews":"Genera visualitzacions prèvies","Generated":"Generat","Get Started":"Comença","Given Name":"Nom de pila","Global Options":"Opcions globals","Go to page {0}":"Vés a la pàgina {0}","Gold":"Or","Green":"Verd","Grey":"Gris","Groups":"Grups","Guest":"Convidat","Hash":"Hash","Help":"Ajuda","Help & Support":"Ajuda & Suport","Hidden":"Ocult","Hidden Files":"Fitxers ocults","Hide":"Amagar","Hide Caption":"Amaga el peu de foto","Hide face markers":"Amaga els marcadors facials","Hide private content from global views while keeping it accessible in the Private section.":"Amaga els elements privats de les vistes globals i mantén-los accessibles a la secció Privada.","High":"Alt","High Dynamic Range (HDR)":"Alt rang dinàmic (HDR)","Hybrid":"Híbrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Si perdeu l'accés a l'aplicació o al dispositiu d'autenticació, podeu utilitzar el codi de recuperació per recuperar l'accés al vostre compte.","Image":"Imatge","Image Quality":"Qualitat d'imatge","Import":"Importa","Import canceled":"Importació cancel·lada","Import completed in %d s":"Importació completada en %d s","Import failed":"La importació ha fallat","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Els fitxers importats s'ordenaran per data i se'ls donarà un nom únic per evitar duplicats.","Importing %{s}…":"S'està important %{s}...","Importing files to originals…":"S'estan important fitxers als originals...","in":"polçades","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"En cas que faltin imatges que espereu, torneu a escanejar la vostra biblioteca i espereu fins que s'hagi completat la indexació.","Include RAW image files when downloading stacks and archives.":"Incloeu fitxers d'imatge RAW quan baixeu piles i arxius.","Include sidecar files when downloading stacks and archives.":"Incloeu fitxers sidecar quan baixeu piles i arxius.","Increase storage size or delete files to continue.":"Augmenta la mida d'emmagatzematge o suprimeix fitxers per continuar.","Index":"Índex","Indexing":"S'està indexant","Indexing canceled":"S'ha cancel·lat la indexació","Indexing completed in %d s":"Indexació completada en %d s","Indexing failed":"S'ha produït un error en la indexació","Indexing files in %s":"Indexant fitxers a %s","Indexing media and sidecar files…":"S'estan indexant fitxers multimèdia i sidecar...","Indexing originals...":"S'estan indexant els originals...","Information":"Informació","Inherit":"Heretar","Instance":"Instància","Instance ID":"ID de la instància","Instance unreachable. Try again once it's back online.":"Instance inaccessible. Torna a provar quan torni a estar en línia.","Instances":"Instàncies","Insufficient storage":"Emmagatzematge insuficient","Insufficient storage.":"Emmagatzematge insuficient.","Interval":"Interval","Invalid":"Adreça de correu no vàlida","Invalid address":"Adreça no vàlida","Invalid country":"País no vàlid","Invalid credentials":"Credencials incorrectes","Invalid date":"Data no vàlida","Invalid link":"Enllaç no vàlid","Invalid name":"Nom no vàlid","Invalid parameters":"Paràmetres no és vàlida","Invalid password, please try again":"La contrasenya no és vàlida, torneu-ho a provar","Invalid photo selected":"S'ha seleccionat una foto no vàlida","Invalid time":"Hora no vàlida","Invalid URL":"URL no vàlid","Invalid verification code, please try again":"Codi de verificació no vàlid, torneu-ho a provar","IP Address":"Adreça IP","It is a one-time use code that will disable 2FA for your account when you use it.":"És un codi d'ús únic que desactivarà 2FA per al vostre compte quan l'utilitzeu.","Item":"Element","Items per page:":"Elements per pàgina:","JPEG Quality: %{n}":"Qualitat JPEG: %{n}","JPEG Size Limit: %{n}px":"Límit de mida JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Els JPEG i les miniatures es representen automàticament segons sigui necessari.","Keyword":"Paraula clau","Keywords":"Paraules clau","Label":"Etiqueta","Label not found":"No s'ha trobat l'etiqueta","Label saved":"S'ha desat l'etiqueta","Labels":"Etiquetes","Labels deleted":"S'han suprimit les etiquetes","Language":"Idioma","Last Active":"Últim actiu","Last Login":"Últim inici de sessió","Last page":"Última pàgina","Last Sync":"Última sincronització","Last Used":"Últim utilitzat","Latitude":"Latitud","LDAP/AD":"LDAP/AD","Learn more":"Saber-ne més","Learn More":"Saber-ne més","Legal Information":"Informació legal","Lens":"Lent","Lens not found":"Lent no trobada","Library":"Biblioteca","License":"Llicència","Like":"M'agrada","Lime":"Llima","Limit reached, showing first %{n} files":"S'ha assolit el límit, mostrant els primers %{n} fitxers","Link":"Enllaç","List":"Llista","List View":"Vista de llista","Live":"En viu","Live Photos":"Fotos en directe","Load more":"Carregueu més","Loading items...":"S'estan carregant elements...","Loading...":"Carregant...","Local":"Local","Local Time":"Hora local","Location":"Ubicació","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Els missatges de registre apareixen aquí sempre que PhotoPrism troba fitxers trencats o hi ha altres problemes potencials.","Login":"Iniciar sessió","Logs":"Logs","Longitude":"Longitut","Lost server connection":"Connexió al servidor perduda","Low":"Baix","Magenta":"Magenta","Main Color":"Color principal","Male":"Home","Manage Account":"Gestiona el compte","Manager":"Gerent","Manual":"Manual","Manual Upload":"Pujada manual","Maps":"Mapes","Marker":"Marcador","Maximum number of accounts has been reached.":"S'ha assolit el nombre màxim de comptes.","Media":"Mitjans de comunicació","Medium":"Mitja","Membership":"Pertinença","Merge %{a} with %{b}?":"Combinar %{a} amb %{b}?","Message":"Missatge","Metadata":"Metadades","Metrics":"Mètriques","Minimize":"Minimitza","Missing":"Falta la pàgina d'enviament","Missing or invalid configuration":"Falta la configuració o no és vàlida","mixed":"barrejat","Moments":"Moments","Monochrome":"Monocrom","Month":"Mes","More options":"Més opcions","Mosaic":"Mosaic","Most Relevant":"El més rellevant","Move Files":"Mou arxius","Moving files from %s":"S'estan movent fitxers de %s","Must have at least %{n} characters.":"Ha de tenir almenys %{n} caràcters.","Mute":"Silenciar","Name":"Nom","Name too long":"Nom massa llarg","Never":"Mai","New":"Nou","New Password":"Nova contrasenya","Newest First":"El més nou primer","Next":"A continuació","Next page":"Pàgina següent","Next visual":"Següent visual","No":"No","No Access":"Sense accés","No albums assigned":"No hi ha àlbums assignats","No albums found":"No s'han trobat àlbums","No albums selected":"No s'ha seleccionat cap àlbum","No data available":"No hi ha dades disponibles","No files available for download":"No hi ha fitxers disponibles per a la baixada","No items selected":"No s'ha seleccionat cap element","No labels assigned":"Sense etiquetes assignades","No labels found":"No s'han trobat etiquetes","No labels selected":"No s'ha seleccionat cap etiqueta","No matching records found":"No s'han trobat registres coincidents","No more":"No més","No people found":"No s'han trobat persones","No pictures found":"No s'han trobat imatges","No recently edited pictures":"No hi ha imatges editades recentment","No registered instances.":"No hi ha cap instància registrada.","No results":"Sense resultats","No server connection":"No hi ha connexió amb el servidor","No servers configured.":"No s'ha configurat cap servidor.","No services configured.":"No s'ha configurat cap servei.","No thanks":"No gràcies","No users on this instance.":"No hi ha cap usuari en aquesta instància.","No warnings or error containing this keyword. Note that search is case-sensitive.":"No hi ha cap advertiment ni error que contingui aquesta paraula clau. Tingueu en compte que la cerca distingeix entre majúscules i minúscules.","Node":"Node","Nodes":"Nodes","Non-photographic and low-quality images require a review before they appear in search results.":"Les imatges no fotogràfiques i de baixa qualitat requereixen una revisió abans que apareguin als resultats de la cerca.","None":"Cap","Not allowed":"No es permet","Not available in public mode":"No disponible en mode públic","Not available in read-only mode":"No disponible en mode només de lectura","Not found":"No trobat","Not sorted.":"No ordenat.","Not supported":"No s'admet","Note you may manually manage your originals folder and importing is optional.":"Tingueu en compte que podeu gestionar manualment la vostra carpeta d'originals i la importació és opcional.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: només els servidors WebDAV, com Nextcloud o PhotoPrism, es poden configurar com a servei remot per a la còpia de seguretat i la càrrega de fitxers.","Notes":"Notes","Nothing to see here yet.":"Encara no hi ha res a veure aquí.","Nothing was found.":"No es va trobar res.","Offline":"Offline","OK":"D'acord","Oldest First":"El més vell primer","On Windows, enter the following resource in the connection dialog:":"A Windows, introduïu el recurs següent al diàleg de connexió:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"La generació de miniatures sota demanda pot provocar un ús elevat de la CPU i la memòria. No es recomana per a servidors i dispositius NAS amb recursos limitats.","Once a week":"Una vegada per setmana","One album found":"S'ha trobat un àlbum","One entry added to %s":"S'ha afegit una entrada a %s","One entry removed from %s":"S'ha eliminat una entrada de %s","One file found":"S'ha trobat un fitxer","One file uploaded":"S'ha penjat un fitxer","One folder found":"S'ha trobat una carpeta","One label found":"S'ha trobat una etiqueta","One person found":"S'ha trobat una persona","One picture found":"S'ha trobat una imatge","Only locally managed accounts can be set up for authentication with 2FA.":"Només els comptes gestionats localment es poden configurar per a l'autenticació amb 2FA.","Open":"Obert","optional":"opcional","or":"o","Orange":"Taronja","Organization":"Organització","Orientation":"Orientació","Original file names will be stored and indexed.":"Els noms dels fitxers originals s'emmagatzemaran i s'indexaran.","Original Name":"Nom original","Originals":"Originals","Originals folder is empty":"La carpeta d'originals està buida","Other":"Altres","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"La nostra missió és proporcionar la solució més fàcil d'utilitzar i de privadesa per mantenir les vostres imatges organitzades i accessibles.","Outdoor":"A l'aire lliure","Page {0}, Current page":"Pàgina {0}, pàgina actual","Pages":"Pàgines","Pagination Navigation":"Navegació de paginació","Panorama":"Panorama","Panoramas":"Panoràmiques","Part of all selected photos":"Part de totes les fotos seleccionades","Part of some selected photos":"Part d'algunes fotos seleccionades","Password":"Contrasenya","Password changed":"S’ha canviat la contrasenya","Pause":"Pausa","Payment required":"Pagament requerit","People":"Gent","People you share a link with will be able to view public contents.":"Les persones amb qui comparteixis un enllaç podran veure contingut públic.","Permanently deleted":"Esborrat permanentment","Permission denied":"Permís denegat","Person":"Persona","Person cover updated":"Portada de persona actualitzada","Person deleted":"S'ha suprimit la persona","Person not found":"Persona no trobada","Person saved":"Persona salvada","Personal":"Personal","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism és 100% autofinançat i independent.","PhotoPrism+ Membership":"Membre de PhotoPrism+","Photos":"Fotos","Picture":"Imatge","Picture Title":"Títol de la imatge","Pink":"Rosa","Pinned":"Fixat","Place":"Lloc","Place & Time":"Lloc i hora","Places":"Llocs","Play":"Reprodueix","Please confirm your new password.":"Si us plau, confirmeu la vostra nova contrasenya.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Copieu la següent contrasenya de l'aplicació generada aleatòriament i guardeu-la en un lloc segur, ja que no la podreu tornar a veure:","Please do not upload any private, unlawful or offensive pictures.":"Si us plau, no carregueu cap imatge privada, il·legal o ofensiva.","Please don't upload photos containing offensive content.":"Si us plau, no carregueu fotos que continguin contingut ofensiu.","Please enter OTP character {0}":"Introduïu el caràcter OTP {0}","Please log in to your account":"Si us plau, inicieu sessió al vostre compte","Please note that changing your password will log you out on other devices and browsers.":"Tingueu en compte que si canvieu la contrasenya, tanqueu la sessió en altres dispositius i navegadors.","Please restart your instance for the changes to take effect.":"Si us plau, reinicieu la vostra instància perquè els canvis tinguin efecte.","Please wait…":"Si us plau, espereu…","PM":"PM","PNG Size Limit: %{n}px":"Límit de mida del PNG: %{n}px","Portal":"Portal","Portrait":"Retrat","Preserve filenames":"Conserva els noms de fitxers","Press enter to create a new album.":"Premeu Intro per crear un àlbum nou.","Press enter to create new item":"Premeu Intro per crear un element nou","Prevent database and album backups as well as YAML sidecar files from being created.":"Eviteu que es creïn còpies de seguretat de bases de dades i àlbums, així com fitxers sidecar YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Eviteu que altres aplicacions accedeixin a PhotoPrism com a unitat de xarxa compartida.","Preview":"Previsualitza","Preview Images":"Vista prèvia d'imatges","Previous":"Anterior","Previous page":"Pàgina anterior","Previous visual":"Visual anterior","Primary":"Primari","Private":"Privada","Processing upload...":"S'està processant la càrrega...","Product Feedback":"Comentaris del producte","Projection":"Projecció","Purple":"Lila","Quality Filter":"Filtre de qualitat","Quality Score":"Nivell de qualitat","Quota exceeded":"S'ha superat la quota","Random":"Aleatori","Rating {0} of {1}":"Valoració {0} de {1}","Raw":"Crua","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Torneu a indexar tots els originals, inclosos els fitxers ja indexats i sense canvis.","Read-Only Mode":"Mode de només lectura","Recently Added":"Recentment afegit","Recently Archived":"Arxivat recentment","Recently Edited":"Editat recentment","Recognition starts after indexing has been completed.":"El reconeixement comença un cop finalitzada la indexació.","Recognized":"Reconegut","Recovery Code":"Codi de recuperació","Red":"Vermell","Refresh":"Actualitzar","Regions":"Regions","Register":"Registra't","Registration disabled":"Registre desactivat","Reload":"Recarrega","Reloading…":"S'està tornant a carregar…","Remote Sync":"Sincronització remota","Remove":"Elimina","remove failed: unknown album":"ha fallat l'eliminació: àlbum desconegut","Remove from Album":"Elimina de l'àlbum","Remove from all":"Elimina de tot","Remove from all selected photos":"Elimina de totes les fotos seleccionades","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Elimina els fitxers importats per estalviar emmagatzematge. Els tipus de fitxers no compatibles no se suprimiran mai, es mantenen a la seva ubicació actual.","Remove the selected instance from the cluster registry?":"Voleu eliminar la instància seleccionada del registre del clúster?","Removed":"Eliminat","Removed %{name}":"Eliminat %{name}","Removed %d files and %d photos":"S'han eliminat %d fitxers i %d fotos","Repeated":"Repetida","Request failed - are you offline?":"La sol·licitud ha fallat; estàs fora de línia?","Request failed - invalid response":"La sol·licitud ha fallat: resposta no vàlida","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Exigir que es revisin imatges no fotogràfiques i de baixa qualitat abans que apareguin als resultats de la cerca.","Resolution":"Resolució","Restart":"Reinicia","Restore":"Restaura","Restored":"Restaurat","Retry Limit":"Límit de torna a intentar","Retype Password":"Torneu a escriure la contrasenya","Review":"Valoració","Role":"Rol","Roles":"Rols","Rotated":"Girat","Rows per page:":"Files per pàgina:","Satellite":"Satèl·lit","Save":"Desar","Save changes":"Desa els canvis","Scan":"Escaneig","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Escanegeu el codi QR amb la vostra aplicació d'autenticació o utilitzeu la clau de configuració que es mostra a continuació i, a continuació, introduïu el codi de verificació generat:","Scans":"Escaneigs","Scope":"Àmbit","Scopes":"Àmbits","Search":"Cercar","Season":"Estació","Secret":"Secret","Security and Access":"Seguretat i Accés","Select":"Selecciona","Select a source folder to import files…":"Seleccioneu una carpeta d'origen per importar fitxers…","Select date":"Seleccioneu la data","Select dates":"Seleccioneu dates","Select or create albums":"Selecciona o crea àlbums","Select or create labels":"Selecciona o crea etiquetes","Select or drop files to upload…":"Seleccioneu o deixeu arrossegar fitxers per pujar…","Select the files to upload…":"Seleccioneu els fitxers per carregar…","Select the folder to be indexed…":"Seleccioneu la carpeta que voleu indexar…","Select Time":"Seleccioneu Hora","Selection":"Selecció","Selection added to %s":"S'ha afegit una selecció a %s","Selection approved":"Selecció aprovada","Selection archived":"Selecció arxivada","Selection marked as private":"La selecció s'ha marcat com a privada","Selection not found":"No s'ha trobat la selecció","Selection restored":"S'ha restaurat la selecció","Sequential Name":"Nom seqüencial","Service":"Servei","Service URL":"URL del servei","Services":"Serveis","Session":"Sessió","Session ID":"ID de sessió","Sessions":"Sessions","Set as Album Cover":"Estableix com a portada de l'àlbum","Set as Cover Image":"Estableix com a imatge de portada","Settings":"Configuració","Settings saved":"Configuració desada","Setup":"Configuració","Severity":"Gravetat","Share":"Compartir","Share %{s}":"Comparteix %{s}","Show":"Mostrar","Show All Labels":"Mostra totes les etiquetes","Show all new faces":"Mostra totes les cares noves","Show Caption":"Mostra la llegenda","Show Captions":"Mostra els subtítols","Show face markers":"Mostra els marcadors facials","Show hidden":"Mostra ocult","Show Important Only":"Mostra només importants","Show logs in the web interface to monitor activity and troubleshoot problems.":"Mostra els registres a la interfície web per supervisar l'activitat i solucionar problemes.","Show smart albums that group pictures by occasion, trip, or location.":"Mostra àlbums intel·ligents que agrupen imatges per ocasió, viatge o ubicació.","Show the Account page so users can manage their profile and security settings.":"Mostra la pàgina del compte perquè els usuaris puguin gestionar el seu perfil i la configuració de seguretat.","Show the Calendar view to browse the library by year and month.":"Mostra la vista Calendari per navegar per la biblioteca per any i mes.","Show the Labels section to view and manage AI-generated labels.":"Mostra la secció Etiquetes per veure i gestionar les etiquetes generades per IA.","Show the Library section to index, manage, and monitor the media library.":"Mostra la secció Biblioteca per indexar, gestionar i supervisar la biblioteca multimèdia.","Show the Places view with interactive maps so you can browse photos by location.":"Mostra la vista Llocs amb mapes interactius per poder navegar per fotos per ubicació.","Show Titles":"Mostra els títols","Sidecar":"Sidecar","Sidecar Files":"Fitxers Sidecar","Sign in":"Iniciar sessió","Sign Out":"Tancar sessió","Similar":"Similars","Site URL":"URL del lloc","Size":"Mida","Slideshow":"Presentació de diapositives","Slow":"Lenta","Software":"Programari","Software Update":"Actualització de programari","Some albums could not be copied":"No s'han pogut copiar alguns àlbums","Some albums could not be created. Please edit the names and try again.":"No s'han pogut crear alguns àlbums. Editeu-ne els noms i torneu-ho a provar.","Some albums could not be updated":"No s'han pogut actualitzar alguns àlbums","Something went wrong, try again":"S'ha produït un error, torna-ho a provar","Sort by":"Ordena per","Sort by Name (A–Z)":"Ordena per nom (A–Z)","Sort by Photo Count":"Ordena per nombre de fotos","Sort by Relevance":"Ordena per rellevància","Sort Order":"Criteri d’ordenació","Sorted ascending.":"Ordenat ascendent.","Sorted descending.":"Ordenat descendent.","Source":"Origen","Stack":"Pila","Stack files sharing the same unique image or instance identifier.":"Apila fitxers que comparteixen la mateixa imatge única o identificador d'instància.","Stack pictures taken at the exact same time and location based on their metadata.":"Apila imatges fetes a la mateixa hora i ubicació en funció de les seves metadades.","Stackable":"Apilable","Stacks":"Piles","Start":"Inici","Start Page":"Pàgina d'inici","Static Size Limit: %{n}px":"Límit de mida estàtica: %{n}px","Status":"Estat","Stay signed in on this device":"Mantén-te iniciat en aquest dispositiu","Stop Casting":"Atura el càsting","Storage":"Emmagatzematge","Streets":"Carrers","Subject":"Assumpte","Subject deleted":"S'ha suprimit el tema","Subject not found":"No s'ha trobat el tema","Subject saved":"Assumpte desat","Successfully activated":"S'ha activat correctament","Successfully Connected":"Connectat correctament","Successfully deleted":"S'ha suprimit correctament","Successfully verified":"Verificat correctament","Super Admin":"Super Administrador","Support for additional services, like Google Drive, will be added over time.":"Amb el temps s'afegirà suport per a serveis addicionals, com ara Google Drive.","Support Our Mission":"Donar suport a la nostra missió","Sync":"Sincronitza","Sync raw and video files":"Sincronitza fitxers en brut i de vídeo","Taken":"Pres","Teal":"Blau Cerseta","Terrain":"Terreny","Text":"Text","Thank You for Your Support!":"Gràcies pel teu recolzament!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"És per això que PhotoPrism es va crear des de zero per funcionar allà on ho necessitis, sense comprometre la llibertat, la privadesa o la funcionalitat.","The index currently contains %{n} hidden files.":"Actualment, l'índex conté %{n} fitxers ocults.","The instance rejected the cluster credentials.":"L'instància va rebutjar les credencials del clúster.","The instance returned an unexpected redirect.":"L'instància ha retornat una redirecció inesperada.","The wakeup interval is %s, but must be 1h or less":"L'interval d'activació és %s, però ha de ser d'1 h o menys","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"És possible que el seu format no sigui compatible, que encara no s'han convertit a JPEG o que hi hagi duplicats.","Theme":"Tema","This account is missing an ID and can't be edited.":"A aquest compte li falta un ID i no es pot editar.","This field is required":"Aquest camp és obligatori","This instance has no site URL configured.":"Aquesta instància no té cap URL del lloc configurat.","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.":"Això munta la carpeta originals com a unitat de xarxa i us permet obrir, editar i suprimir fitxers del vostre ordinador o telèfon intel·ligent com si fossin locals.","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. ":"Això munta la carpeta originals com a unitat de xarxa i us permet obrir, editar i suprimir fitxers del vostre ordinador o telèfon intel·ligent com si fossin locals.","Time":"Temps","Time UTC":"Hora UTC","Time Zone":"Zona horària","Timeout":"Delsa","Title":{"":"Títol","Account":"Títol","Photo":"Títol"},"Title / Position":"Títol / posició","to":"a","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Per evitar que us bloquegi el vostre compte, baixeu, imprimiu o copieu aquest codi de recuperació ara i guardeu-lo en un lloc segur.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Per generar una nova contrasenya específica de l'aplicació, introduïu el nom i l'àmbit d'autorització de l'aplicació i seleccioneu una data de caducitat:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Per canviar a una aplicació o dispositiu d'autenticació nous, primer desactiveu l'autenticació de dos factors i, a continuació, reactiveu-lo:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Per actualitzar, podeu introduir un codi d'activació o fer clic a \"Registrar-vos\" per registrar-vos al nostre lloc web:","Today":"Avui","Toggle View":"Canvia la vista","Token":"Token","Too many files selected":"S'han seleccionat massa fitxers","Too many requests":"Massa peticions","Troubleshooting":"Resolució de problemes","Try again using other filters or keywords.":"Torna-ho a provar amb altres filtres o paraules clau.","Two-factor authentication has been enabled for your account.":"S'ha activat l'autenticació de dos factors per al vostre compte.","Type":"Tipus","Unable to delete":"No es pot suprimir","Unable to do that":"No es pot fer això","Unassign":"Desassignar","Unauthorized":"No autoritzat","Undo":"Desfer","Unique ID":"ID únic","Unknown":"Desconegut","Unknown location":"Ubicació desconeguda","Unregistered":"No registrat","Unsorted":"SeneEthiopian month 11 - LongName","Unstack":"Desapilar","Unsupported":"Sense suport","Unsupported format":"Format no compatible","Unsupported type":"Tipus no compatible","Updated":"Actualitzat","Updating faces":"Actualització de cares","Updating index":"S'està actualitzant l'índex","Updating moments":"Moments d'actualització","Updating picture…":"S'està actualitzant la imatge...","Updating previews":"S'estan actualitzant les previsualitzacions","Updating stacks":"Actualització de les piles","Upgrade":"Actualitza","Upgrade Now":"Actualitza ara","Upload":"Pujar","Upload complete":"Càrrega completa","Upload complete. Indexing…":"Càrrega completa. S'està indexant...","Upload failed":"La càrrega ha fallat","Upload has been processed":"S'ha processat la càrrega","Upload local files":"Carregueu fitxers locals","Upload might be offensive":"La càrrega pot ser ofensiva","Upload Path":"Ruta de càrrega","Uploading %{n} of %{t}…":"S'està penjant %{n} de %{t}...","Uploading photos…":"S'estan penjant fotos...","Uploading…":"S'està carregant…","Uploads that may contain such images will be rejected automatically.":"Les càrregues que puguin contenir aquestes imatges seran rebutjades automàticament.","URL":"URL","Use Presets":"Utilitzeu presets","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Utilitzeu el codi de recuperació següent per accedir al vostre compte quan no pugueu generar un codi de verificació vàlid amb la vostra aplicació d'autenticació:","Use your recovery code or contact an administrator for help.":"Utilitzeu el vostre codi de recuperació o poseu-vos en contacte amb un administrador per obtenir ajuda.","User":"Usuari","User Guide":"Guia de l'usuari","User Interface":"Interfície d'usuari","User not found":"Usuari no trobat","Username":"Usuari","Users":"Usuaris","UUID":"UUID","Vector":"Vector","Vectors":"Vectors","Verification Code":"Codi de verificació","Verified email required":"Cal un correu electrònic verificat","Version":"Versió","Video":"Vídeo","Video Duration":"Durada del vídeo","Videos":"Videos","View":"Veure","View search results as a list.":"Veure els resultats de la cerca com una llista.","Viewer":"Visor","Vision":"Visió","Visitor":"Visitant","Visual Similarity":"Similitud visual","Warning":"Avís","Web Login":"Inici de sessió web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Els clients WebDAV es poden connectar a PhotoPrism mitjançant l'URL següent:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Els clients WebDAV, com ara l'Explorador de Windows de Microsoft o el Finder d'Apple, es poden connectar directament\n FotoPrisma.","WebDAV Upload":"Càrrega WebDAV","WebGL support is disabled in your browser":"El suport de WebGL està desactivat al vostre navegador","Website":"Pàgina web","White":"Blanc","Work Details":"Detalls del treball","Year":"Any","Yellow":"Groc","Yes":"Si","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Podeu posar-vos en contacte amb nosaltres a membership@photoprism.app per a preguntes sobre la vostra pertinença.","You can only download one album":"Només pots baixar un àlbum","You can only download one label":"Només podeu baixar una etiqueta","You can search for a location or move the marker on the map to change the position:":"Podeu cercar una ubicació o moure el marcador al mapa per canviar-ne la posició:","You can upload up to %{n} files for test purposes.":"Podeu penjar fins a %{n} fitxers amb finalitats de prova.","You cannot change your own role.":"No pots canviar el teu propi paper.","You do not have access to any instances.":"No teniu accés a cap instància.","You may only select one item":"Només podeu seleccionar un element","You may rescan your library to find additional faces.":"Podeu tornar a escanejar la vostra biblioteca per trobar cares addicionals.","Your account could not be connected":"No s'ha pogut connectar el vostre compte","Your account has been successfully connected.":"El vostre compte s'ha connectat correctament.","Your browser does not support WebGL":"El vostre navegador no admet WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"El vostre suport continuat ens ajuda a oferir actualitzacions periòdiques i a mantenir-nos independents, de manera que podem complir la nostra missió i protegir la vostra privadesa.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"La vostra biblioteca s'analitza contínuament per crear automàticament àlbums de moments, viatges i llocs especials.","Zip created in %d s":"Zip creat en %d s","Zoom in/out":"Apropa o redueix","Archive":{"Noun":"Arxiu","Verb":"Arxiu"},"Add a Title":{"Photo":"Afegir un títol"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/cs.json b/frontend/src/locales/json/cs.json index a5ae89109..f41017b24 100644 --- a/frontend/src/locales/json/cs.json +++ b/frontend/src/locales/json/cs.json @@ -1 +1 @@ -{"cs":{"{0} appended action":"{0} připojená akce","{0} files":"{0} souborů","{0} files ({1} in total)":"{0} souborů (celkem {1})","{0} more":"{0} více","{0} prepended action":"{0} předřazená akce","{0} selected":"{0} vybráno","{0}-{1} of {2}":"{0}-{1} z {2}","%{n} albums found":"%{n} nalezených alb","%{n} files uploaded":"%{n} nahraných souborů","%{n} folders found":"%{n} nalezených složek","%{n} GB of %{q} GB used":"%{n} GB z %{q} GB použito","%{n} labels found":"%{n} nalezených štítků","%{n} people found":"%{n} nalezeno lidí","%{n} pictures found":"%{n} nalezených obrázků","%{s} is too long":"%{s} je příliš dlouhé","%{s} is too short":"%{s} je příliš krátké","%d entries added to %s":"%d záznamů přidáno do %s","%d entries removed from %s":"%d záznamů odstraněno z %s","%d files uploaded in %d s":"%d souborů nahráno za %d s","%s already exists":"%s již existuje","%s has been restored":"%s bylo obnoveno","1 hour":"1 hodina","12 hours":"12 hodin","2-Factor Authentication":"Dvoufaktorové ověřování","2FA":"2FA","4 hours":"4 hodiny","A click will copy it to your clipboard.":"Kliknutím zkopírujete do schránky.","A new version of %{s} is available:":"K dispozici je nová verze %{s}:","About":"O nás","Access granted.":"Přístup povolen.","Access revoked.":"Přístup byl zrušen.","Access Token":"Přístupový token","Account":"Účet","Account created":"Účet vytvořen","Account deleted":"Účet vymazán","Account Group Mappings":"Přiřazení skupin účtů","Account not found":"Účet nenalezen","Account restored":"Obnovení účtu","Account saved":"Účet uložen","Accounts":"Účty","Accuracy":"Přesnost","Action":"Akce","Actions":"Akce","Activate":"Aktivovat","Activate to remove sorting.":"Aktivací odstraníte třídění.","Activate to sort ascending.":"Aktivací seřadíte vzestupně.","Activate to sort descending.":"Aktivací seřadíte sestupně.","Activation Code":"Aktivační kód","Activity":"Aktivita","Add":"Přidat","Add %{s}?":"Přidat %{s}?","Add a Caption":"Přidání titulku","Add Account":"Přidat účet","Add Album":"Přidat album","Add Link":"Přidat odkaz","Add Notes":"Přidat poznámky","Add person?":"Přidat osobu?","Add pictures from search results by selecting them.":"Přidat obrázky z výsledků vyhledávání jejich výběrem.","Add to album":"Přidat do alba","Add to all":"Přidat ke všem","Add to all selected photos":"Přidat ke všem vybraným fotografiím","Added":"Přidáno","Added %{name}":"Přidáno %{name}","Adjust Camera Info":"Úprava informací o fotoaparátu","Adjust Date & Time":"Nastavení data a času","Adjust Location":"Upravit umístění","Admin":"Admin","Advanced":"Pokročilé","Advertise URL":"Inzerovat adresu URL","After 1 day":"Po 1 dni","After 3 days":"Po 3 dnech","After 7 days":"Po 7 dnech","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Po zadání hesla pro potvrzení můžete nastavit dvoufaktorové ověřování pomocí kompatibilní ověřovací aplikace nebo zařízení:","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 %s deleted":"Album %s vymazáno","Album Backups":"Zálohy alb","Album contents cloned":"Obsah alba naklonován","Album created":"Album vytvořeno","Album deleted":"Album smazáno","Album not found":"Album nenalezeno","Album saved":"Album uloženo","Albums":"Alba","Albums deleted":"Alba vymazána","All":"Všechny","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 fotoaparáty","All Categories":"Všechny kategorie","All Colors":"Všechny barvy","All Countries":"Všechny země","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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Umožňuje konfiguraci a používání připojených aplikací a služeb pro vzdálené nahrávání a synchronizaci.","Allow editing of metadata such as title, description, date, and location.":"Umožňuje upravovat metadata, jako je název, popis, datum a umístění.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Umožňuje upravovat metadata, štítky a alba více obrázků najednou.","Allow files to be copied or moved from the Import to the Originals folder.":"Povolte nástroj Import, abyste mohli kopírovat nebo přesouvat soubory ze složky Import do složky Originály.","Allow files to be permanently deleted to free up storage space.":"Umožňuje trvalé odstranění souborů, aby se uvolnilo místo v úložišti.","Allow users to archive photos and videos so they are hidden without being deleted.":"Umožnit uživatelům archivovat fotografie a videa tak, aby byly skryty, aniž by byly odstraněny.","Allow users to create and share links, and enable sharing with connected services.":"Umožnit uživatelům vytvářet a sdílet odkazy a povolit sdílení s připojenými službami.","Allow users to upload new photos and videos through the web interface.":"Umožnit uživatelům nahrávat nové fotografie a videa prostřednictvím webového rozhraní.","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)","AM":"AM","Animated":"Animované","Animation":"Animace","Animations":"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íč","Application":"Aplikace","Applications":"Aplikace","Approve":"Potvrdit","Approve and save changes":"Schválení a uložení změn","Apps and Devices":"Aplikace a zařízení","Archived":"Archivováno","Are you sure you want to archive the selection?":"Jste si jisti, že chcete označené archivovat?","Are you sure you want to delete these albums?":"Jste si jisti, že chcete tato alba vymazat?","Are you sure you want to delete these labels?":"Jste si jisti, že chcete tyto štítky vymazat?","Are you sure you want to delete this account?":"Jste si jisti, že chcete tento účet vymazat?","Are you sure you want to delete this album?":"Opravdu chcete toto album odstranit?","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 tento soubor trvale odstranit?","Are you sure?":"Jste si jistí?","Artist":"Umělec","Aspect Ratio":"Poměr stran","Attributes":"Atributy","Audio":"Audio","Audit Log":"Audio","Authentication":"Ověřování","Auto":"Auto","Back":"Zpět","Back to top":"Zpět na začátek","Backup":"Záloha","Badge":"Odznak","Base Path":"Základní cesta","Batch":"Dávka","Batch Edit":"Dávkové úpravy","Become a member today, support our mission and enjoy our member benefits!":"Staňte se členem ještě dnes, podpořte naše poslání a využívejte naše členské výhody!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Vzhledem k tomu, že jsme stoprocentně financováni z vlastních zdrojů a nezávislí, můžeme vám slíbit, že vaše údaje nikdy neprodáme a že budeme vždy transparentní, pokud jde o náš software a služby.","Bio":"Biografie","Birth Date":"Datum narození","Black":"Černá","Blue":"Modrá","Brown":"Hnědá","Browse":"Procházet","Browse Files":"Procházet soubory","Browse Pictures":"Procházet obrázky","Bug Report":"Nahlásit chybu","Busy, please try again later":"Zaneprázdněn, zkuste to prosím později","Busy, please wait…":"Zaneprázdněn, čekejte prosím…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Používáním softwaru a služeb, které poskytujeme, souhlasíte s našimi podmínkami služby, zásadami ochrany osobních údajů a kodexem chování.","Calendar":"Kalendář","Camera":"Fotoaparát","Camera not found":"Fotoaparát nebyl nalezen","Camera Serial":"Sériové číslo kamery","Can't access your authenticator app or device?":"Nemůžete získat přístup k aplikaci nebo zařízení autentizátoru?","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","Cannot copy to clipboard":"Nelze zkopírovat do schránky","Caption":"Popisek","Cards":"Karty","Carousel slide {0} of {1}":"Kolotočový snímek {0} z {1}","Cast":"Obsazení","Category":"Kategorie","Change Avatar":"Změnit fotku","Change Password":"Změnit heslo","Change private flag":"Změnit soukromou vlaječku","Changes could not be saved":"Změny nemohly být uloženy","Changes successfully saved":"Změny byly úspěšně uloženy","Changes to the advanced settings require a restart to take effect.":"Změny pokročilých nastavení vyžadují restart, aby se projevily.","Checked":"Zkontrolováno","Choose an instance to continue:":"Vyberte instanci a pokračujte:","Chroma":"Sytost","Cleaning index and cache":"Čištění indexu a mezipaměti","Cleanup":"Čištění","Clear":"Přehledně","Clear {0}":"Vymazat {0}","Client":"Klient","Close":"Zavřít","Cluster":"Cluster","Cluster Admin":"Správce clusteru","Cluster Node":"Uzel clusteru","Codec":"Kodek","Color":"Barva","Color Profile":"Barevný profil","Colors":"Barvy","Compare Editions":"Porovnat edice","Complete Rescan":"Kompletní opětovné prohledání","Confidence":"Jistota","Confirm":"Potvrdit","Connect":"Připojit","Connect via WebDAV":"Připojit přes WebDAV","Connected":"Připojeno","Contact Details":"Kontaktní údaje","Contact Us":"Kontaktujte nás","Contains %{n} pictures.":"Obsahuje %{n} obrázků.","Contains one picture.":"Obsahuje jeden obrázek.","Content":{"":"Obsah","Edit":"Obsah"},"Continue":"Pokračovat","Contributor":"Přispěvatel","Converting":"Převádí se","Copied to clipboard":"Zkopírováno do schránky","Copy":"Kopie","Copying files from %s":"Kopírování souborů z %s","Copyright":"Autorská práva","Could not be deleted":"Nemohlo být vymazáno","Could not connect, please try again":"Nemohlo být připojeno, zkuste to prosím znovu","Could not update person cover":"Nelze aktualizovat kryt osoby","Couldn't find anything.":"Nebylo nic nalezeno.","Country":"Země","Create Account":"Vytvořit účet","Create album":"Vytvořit album","Create regular backups based on the configured schedule.":"Vytváří zálohy indexů na základě nakonfigurovaného plánu.","Create YAML files to back up album metadata.":"Vytvoření souborů YAML pro zálohování metadat alba.","Create YAML sidecar files to back up picture metadata.":"Vytvoření souborů YAML sidecar pro zálohování metadat obrázků.","Created":"Vytvořeno","Creating thumbnails for":"Vytváření miniatur pro","Current Password":"Aktuální heslo","Custom":"Vlastní","Cyan":"Tyrkysová","Daily":"Denně","Database":"Databáze","Database Backups":"Zálohování databáze","Databases":"Databáze","Date & Time":"Datum a čas","Day":"Den","Deactivate":"Deaktivovat","Debug Logs":"Protokoly ladění","Default":"Výchozí","Default Folder":"Výchozí složka","Delete":"Vymazat","Delete Album":"Smazat album","Delete All":"Smazat vše","Delete all?":"Smazat vše?","Delete orphaned index entries, sidecar files and thumbnails.":"Odstranění osiřelých položek indexu, souborů postranních oddílů a miniatur.","deleted":"smazáno","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 all face detection and recognition features.":"Vypněte všechny funkce detekce a rozpoznávání obličeje.","Disable Backups":"Deaktivovat zálohy","Disable Darktable":"Deaktivovat Darktable","Disable ExifTool":"Deaktivovat ExifTool","Disable Faces":"Zakázat obličeje","Disable features that require write permission for the originals folder.":"Zakázat funkce, které vyžadují oprávnění k zápisu do složky originálů.","Disable FFmpeg":"Deaktivovat FFmpeg","Disable ImageMagick":"Zakázat ImageMagick","Disable interactive world maps and reverse geocoding.":"Zakázat interaktivní mapy světa a reverzní geokódování.","Disable MCP":"Zakázat MCP","Disable Places":"Deaktivovat místa","Disable RawTherapee":"Deaktivovat RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Zakázat koncový bod API protokolu MCP (Model Context Protocol) pro integraci agentů AI.","Disable Vectors":"Zakázat vektory","Disable WebDAV":"Deaktivovat WebDAV","Disabled":"Deaktivováno","Disables vector graphics support.":"Zakáže podporu vektorové grafiky.","Disables video transcoding and thumbnail extraction.":"Zakáže překódování videa a extrakci miniatur.","Discard":"Vyřazení","Discard changes and close":"Zahoďte změny a zavřete je","Discard invalid changes?":"Zahodit neplatné změny?","Discard unsaved changes?":"Zahodit neuložené změny?","Discover":"Objevit","Dismiss":"Odmítnout","Display Name":"Zobrazované jméno","Display picture captions in search results.":"Zobrazení popisků obrázků ve výsledcích vyhledávání.","Display picture titles in search results.":"Zobrazení názvů obrázků ve výsledcích vyhledávání.","Document":"Dokument","Documents":"Dokumenty","Don't use Darktable to convert RAW images.":"Nepoužívat Darktable ke konverzi souborů RAW.","Don't use ImageMagick to convert images.":"Nepoužívejte ImageMagick ke konverzi obrázků.","Don't use RawTherapee to convert RAW images.":"Nepoužívat RawTherapee ke konverzi souborů RAW.","Done":"Hotovo","Done.":"Hotovo.","Download":"Stáhnout","Download only original media files, without any automatically generated files.":"Stahujte pouze originální mediální soubory bez automaticky generovaných souborů.","Download remote files":"Stáhnout vzdálené soubory","Downloading…":"Stahování…","Drag and drop files here":"Přetáhněte sem soubory","Driver":"Řidič","Duplicates will be skipped and only appear once.":"Duplicity budou přeskočeny a zobrazí se pouze jednou.","Duration":"Délka","Dynamic Previews":"Dynamické náhledy","Dynamic Size Limit: %{n}px":"Dynamický limit velikosti: %{n}px","Edit":"Upravit","Edit %{s}":"Upravit %{s}","Edit Account":"Upravit účet","Edit Photo":"Upravit fotografii","Edit Photos (%{n})":"Úprava fotografií (%{n})","Edited":"Upraveno","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Povolením režimu ladění zobrazíte další protokoly a pomůžete při řešení problémů.","Enable downloading of original and sidecar files from the web interface.":"Povolení stahování původních a vedlejších souborů z webového rozhraní.","Enable face recognition and the People view to easily find people you know.":"Povolte rozpoznávání obličejů a zobrazení Lidé, abyste snadno našli známé.","Enable new features that may be incomplete or unstable.":"Povolení nových funkcí, které mohou být neúplné nebo nestabilní.","Enable the file browser to navigate the Originals folder structure.":"Povolte prohlížeč souborů pro navigaci ve struktuře složek Originály.","Enables RAW converter presets. May reduce performance.":"Povolí předvolby konvertoru RAW. Může snížit výkon.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Povolení dvoufaktorové autentizace znamená, že k přihlášení budete potřebovat libovolně vygenerovaný kód, takže i když někdo získá přístup k vašemu heslu, nebude mít přístup k vašemu účtu.","Engine":"Motor","Enter date":"Zadejte datum","Enter dates":"Zadejte data","Enter item name...":"Zadejte název položky...","Enter the code generated by your authenticator app:":"Zadejte kód vygenerovaný aplikací autentizátoru:","Enter verification code":"Vložte ověřovací kód","Enter your password to confirm the action and continue:":"Pro potvrzení zadejte své heslo a pokračujte:","Entity not found":"Subjekt nebyl nalezen","Error":"Chyba","Errors":"Chyby","Estimate":"Odhad","Estimate Locations":"Odhad lokalit","Estimate the approximate location of pictures without GPS coordinates.":"Odhad přibližné polohy obrázků bez souřadnic GPS.","Every two days":"Každé dva dny","Exclude hidden":"Vyloučit skryté","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Pro plnou podporu videa, živých fotografií a XMP je nutná extrakce metadat pomocí nástroje ExifTool.","Experimental Features":"Experimentální funkce","Expires":"Vyprší","Exposure":"Expozice","Extract still images and generate thumbnails while indexing.":"Extrakce statických snímků a generování miniatur při indexování.","F Number":"Clonové číslo","Face":"Tvář","Face not found":"Obličej nebyl nalezen","Faces":"Tváře","Failed creating file, please check permissions":"Vytváření souboru selhalo, zkontrolujte prosím oprávnění","Failed creating folder, please check permissions":"Vytváření složky selhalo, zkontrolujte prosím oprávnění","Failed removing link":"Odstraňování odkazu selhalo","Failed to connect account.":"Nepodařilo se připojit účet.","Failed to create zip file":"Nebylo možné vytvořit soubor ZIP","Failed to load users.":"Načtení uživatelů se nezdařilo.","Failed to remove face marker":"Nepodařilo se odstranit značku obličeje","Failed to remove name":"Nepodařilo se odstranit název","Failed to restart server":"Nepodařilo se restartovat server","Failed to save changes":"Nepodařilo se uložit změny","Failed to save face marker":"Nepovedlo se zachovat značku tváře","Failed to save name":"Nepodařilo se uložit název","Failed updating link":"Aktualizace odkazu selhalo","Family Name":"Rodné jméno","Fast":"Rychlé","Favorite":"Oblíbené","Favorites":"Oblíbené","Feature disabled":"Funkce deaktivovaná","Feature Request":"Žádost o funkci","Female":"Žena","File":"Soubor","File Browser":"Prohlížeč souborů","File Conversion":"Převod souborů","File deleted":"Soubor vymazán","File Name":"Název souboru","File not found":"Soubor nenalezen","File removed from stack":"Soubor odstraněn ze stohu","File Size":"Velikost souboru","File too large":"Příliš velký soubor","File uploaded":"Soubor odeslán","Filename":"Název souboru","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.","First page":"První strana","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","Forgot password?":"Zapoměli jste heslo?","FPS":"FPS","Frames":"Frames","Full Access":"Volný přístup","Fullscreen":"Celá obrazovka","General":"Obecné","Generate":"generovat","Generate Previews":"Generování náhledů","Generated":"Generováno","Get Started":"Začněte","Given Name":"Dané jméno","Global Options":"Globální možnosti","Go to page {0}":"Přejít na stránku {0}","Gold":"Zlatá","Green":"Zelená","Grey":"Šedá","Groups":"Skupiny","Guest":"Host","Hash":"Hash","Help":"Pomoc","Help & Support":"Nápověda & Podpora","Hidden":"Skryté","Hidden Files":"Skryté soubory","Hide":"Skrýt","Hide Caption":"Skrýt titulek","Hide face markers":"Skrytí značek obličeje","Hide private content from global views while keeping it accessible in the Private section.":"Skrýt soukromé položky z globálních zobrazení a zároveň je ponechat přístupné v sekci Soukromé.","High":"Vysoká","High Dynamic Range (HDR)":"Vysoký dynamický rozsah (HDR)","Hybrid":"Smíšeně","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Pokud ztratíte přístup ke své ověřovací aplikaci nebo zařízení, můžete pomocí kódu pro obnovení znovu získat přístup ke svému účtu.","Image":"Snímek","Image Quality":"Kvalita obrazu","Import":"Importovat","Import canceled":"Import zrušen","Import completed in %d s":"Import dokončen za %d s","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.","Importing %{s}…":"Importování %{s}…","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.","Include RAW image files when downloading stacks and archives.":"Zahrnout obrazové soubory RAW při stahování stohů a archivů.","Include sidecar files when downloading stacks and archives.":"Při stahování zásobníků a archivů zahrnout soubory sidecar.","Increase storage size or delete files to continue.":"Chcete-li pokračovat, zvětšete velikost úložiště nebo odstraňte soubory.","Index":"Indexovat","Indexing":"Indexování","Indexing canceled":"Indexování zrušeno","Indexing completed in %d s":"Indexování dokončeno za %d s","Indexing failed":"Indexování selhalo","Indexing files in %s":"Indexování souborů v %s","Indexing media and sidecar files…":"Indexování media a přidružených souborů…","Indexing originals...":"Indexování originálů...","Information":"Informace","Inherit":"Zdědit","Instance":"Instance","Instance ID":"ID instance","Instance unreachable. Try again once it's back online.":"Instance je nedostupná. Zkuste to znovu, až bude opět online.","Instances":"Instance","Insufficient storage":"Nedostatečné skladování","Insufficient storage.":"Nedostatečné skladování.","Interval":"Interval","Invalid":"Neplatné","Invalid address":"Neplatná adresa","Invalid country":"Neplatná země","Invalid credentials":"Neplatné údaje","Invalid date":"Neplatné datum","Invalid link":"Neplatný odkaz","Invalid name":"Neplatný jméno","Invalid parameters":"Neplatné parametry","Invalid password, please try again":"Neplatné heslo, zkuste to prosím znovu","Invalid photo selected":"Vybrána neplatná fotografie","Invalid time":"Neplatný čas","Invalid URL":"Neplatná adresa URL","Invalid verification code, please try again":"Neplatný ověřovací kód, zkuste to prosím znovu","IP Address":"IP adresa","It is a one-time use code that will disable 2FA for your account when you use it.":"Jedná se o jednorázový kód, který deaktivuje 2FA pro váš účet, když jej použijete.","Item":"Položka","Items per page:":"Položky na stránku:","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.","Keyword":"Klíčové slovo","Keywords":"Klíčová slova","Label":"Štítek","Label not found":"Štítek nenalezen","Label saved":"Štítek uložen","Labels":"Štítky","Labels deleted":"Štítky vymazány","Language":"Jazyk","Last Active":"Poslední aktivní","Last Login":"Poslední přihlášení","Last page":"Poslední stránka","Last Sync":"Poslední synchronizace","Last Used":"Naposledy použitý","Latitude":"Zeměpisná šířka","LDAP/AD":"LDAP/AD","Learn more":"Zjistěte více","Learn More":"Dozvědět se více","Legal Information":"Právní informace","Lens":"Objektiv","Lens not found":"Objektiv nebyl nalezen","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ů","Link":"Odkaz","List":"Seznam","List View":"Zobrazení seznamu","Live":"Živé","Live Photos":"Živé fotografie","Load more":"Načíst více","Loading items...":"Načítání položek...","Loading...":"Načítání...","Local":"Místní","Local Time":"Místní čas","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í","Logs":"Logy","Longitude":"Zeměpisná délka","Lost server connection":"Ztráta připojení k serveru","Low":"Nízká","Magenta":"Purpurová","Main Color":"Převažující barva","Male":"Muž","Manage Account":"Správa účtu","Manager":"Manažer","Manual":"Manuální","Manual Upload":"Ruční nahrání","Maps":"Mapy","Marker":"Značka","Maximum number of accounts has been reached.":"Bylo dosaženo maximálního počtu účtů.","Media":"Média","Medium":"Střední","Membership":"Členství","Merge %{a} with %{b}?":"Sloučit %{a} s %{b}?","Message":"Zpráva","Metadata":"Metadata","Metrics":"Metriky","Minimize":"Minimalizovat","Missing":"Chybějící","Missing or invalid configuration":"Chybějící nebo neplatná konfigurace","mixed":"smíšené","Moments":"Okamžiky","Monochrome":"Monochromatické","Month":"Měsíc","More options":"Další možnosti","Mosaic":"Mozaika","Most Relevant":"Nejrelevantnější","Move Files":"Přesunout soubory","Moving files from %s":"Přesouvání souborů z %s","Must have at least %{n} characters.":"Musí mít alespoň %{n} znaků.","Mute":"Ztlumit","Name":"Název","Name too long":"Název je příliš dlouhý","Never":"Nikdy","New":"Nový","New Password":"Nové heslo","Newest First":"Od nejnovějších","Next":"Další","Next page":"Další stránka","Next visual":"Další vizuální","No":"Ne","No Access":"Žádný přístup","No albums assigned":"Žádná přidělená alba","No albums found":"Nenalezena žádná alba","No albums selected":"Nebyla vybrána žádná alba","No data available":"Nejsou k dispozici žádné údaje","No files available for download":"Žádné soubory ke stažení k dispozici","No items selected":"Nebyly vybrány žádné položky","No labels assigned":"Žádné přiřazené štítky","No labels found":"Nenalezeny žádné štítky","No labels selected":"Nebyly vybrány žádné štítky","No matching records found":"Nebyly nalezeny žádné odpovídající záznamy","No more":"Ne více","No people found":"Nenalezeny žádné osoby","No pictures found":"Nenalezeny žádné obrázky","No recently edited pictures":"Žádné nedávno upravené obrázky","No registered instances.":"Žádné registrované instance.","No results":"Žádné výsledky","No server connection":"Žádné připojení k serveru","No servers configured.":"Žádný server nebyl nakonfigurován.","No services configured.":"Nejsou nakonfigurovány žádné služby.","No thanks":"Ne, děkuji","No users on this instance.":"V této instanci nejsou žádní uživatelé.","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.","Node":"Uzel","Nodes":"Uzly","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é","Not allowed":"Není povoleno","Not available in public mode":"Není k dispozici ve veřejném módu","Not available in read-only mode":"Není k dispozici v režimu pouze pro čtení","Not found":"Nenalezeno","Not sorted.":"Netřídí se.","Not supported":"Není podporováno","Note you may manually manage your originals folder and importing is optional.":"Složku originálů 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ů.","Notes":"Poznámky","Nothing to see here yet.":"Není tu nic k vidění. Prosíme o trpělivost.","Nothing was found.":"Nic nebylo nalezeno.","Offline":"Offline","OK":"OK","Oldest First":"Od nejstarších","On Windows, enter the following resource in the connection dialog:":"V systému Windows zadejte do dialogového okna připojení následující prostředek:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generování miniatur na vyžádání může způsobit vysoké využití procesoru a paměti. Nedoporučuje se pro servery a zařízení NAS s omezenými zdroji.","Once a week":"Jednou týdně","One album found":"Nalezeno jedno album","One entry added to %s":"Jeden záznam přidán do %s","One entry removed from %s":"Jeden záznam odstraněn z %s","One file found":"Nalezen jeden soubor","One file uploaded":"Nahrán jeden soubor","One folder found":"Nalezena jedna složka","One label found":"Nalezen jeden štítek","One person found":"Nalezena jedna osoba","One picture found":"Nalezen jeden obrázek","Only locally managed accounts can be set up for authentication with 2FA.":"Pro ověřování pomocí 2FA lze nastavit pouze lokálně spravované účty.","Open":"Otevřít","optional":"volitelné","or":"nebo","Orange":"Oranžová","Organization":"Organizace","Orientation":"Orientace","Original file names will be stored and indexed.":"Původní názvy souborů budou uloženy a indexovány.","Original Name":"Název originálu","Originals":"Originály","Originals folder is empty":"Složka Originály je prázdná","Other":"Jiné","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Naším posláním je poskytovat uživatelsky nejpřívětivější řešení pro uspořádání a zpřístupnění vašich fotografií.","Outdoor":"Zeměpisně","Page {0}, Current page":"Stránka {0}, Aktuální stránka","Pages":"Stránky","Pagination Navigation":"Stránkování Navigace","Panorama":"Panorama","Panoramas":"Panoramata","Part of all selected photos":"Část všech vybraných fotografií","Part of some selected photos":"Část vybraných fotografií","Password":"Heslo","Password changed":"Heslo změněno","Pause":"Pauza","Payment required":"Je nutná platba","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","Permission denied":"Přístup zamítnut","Person":"Osoba","Person cover updated":"Aktualizace obálky osoby","Person deleted":"Vymazaná osoba","Person not found":"Osoba nebyla nalezena","Person saved":"Uložená osoba","Personal":"Osobní","Photo":"Fotografie","PhotoPrism is 100% self-funded and independent.":"Společnost PhotoPrism je 100% nezávislá a financovaná z vlastních zdrojů.","PhotoPrism+ Membership":"Členství v programu PhotoPrism+","Photos":"Fotografie","Picture":"Obrázek","Picture Title":"Název obrázku","Pink":"Růžová","Pinned":"Připnuto","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 copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Zkopírujte prosím následující náhodně vygenerované heslo aplikace a uschovejte je na bezpečném místě, protože je již neuvidíte:","Please do not upload any private, unlawful or offensive pictures.":"Nevkládejte prosím žádné soukromé, nezákonné nebo urážlivé obrázky.","Please don't upload photos containing offensive content.":"Nenahrávejte prosím fotografie obsahující urážlivý obsah.","Please enter OTP character {0}":"Zadejte prosím znak OTP {0}","Please log in to your account":"Přihlaste se ke svému účtu","Please note that changing your password will log you out on other devices and browsers.":"Vezměte prosím na vědomí, že změna hesla vás odhlásí i na jiných zařízeních a v jiných prohlížečích.","Please restart your instance for the changes to take effect.":"Aby se změny projevily, restartujte instanci.","Please wait…":"Počkejte prosím…","PM":"PM","PNG Size Limit: %{n}px":"PNG limit velikosti: %{n}px","Portal":"Portál","Portrait":"Portrét","Preserve filenames":"Zachovat názvy souborů","Press enter to create a new album.":"Stiskněte Enter pro vytvoření nového alba.","Press enter to create new item":"Stisknutím klávesy enter vytvoříte novou položku","Prevent database and album backups as well as YAML sidecar files from being created.":"Zabránit vytváření záloh databáze a alb a souborů YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Zabránit ostatním aplikacím v přístupu k aplikaci PhotoPrism jako ke sdílené síťové jednotce.","Preview":"Náhled","Preview Images":"Náhled obrázků","Previous":"Předchozí","Previous page":"Předchozí stránka","Previous visual":"Předchozí vizuální","Primary":"Primární","Private":"Soukromé","Processing upload...":"Zpracování nahrávání...","Product Feedback":"Zpětná vazba k produktu","Projection":"Projekce","Purple":"Fialová","Quality Filter":"Filtr kvality","Quality Score":"Hodnocení kvality","Quota exceeded":"Překročení kvóty","Random":"Náhodně","Rating {0} of {1}":"Hodnocení {0} z {1}","Raw":"Raw","RAW":"RAW","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 Archived":"Nedávno archivované","Recently Edited":"Nedávno upravené","Recognition starts after indexing has been completed.":"Rozpoznávání se spustí po dokončení indexování.","Recognized":"Rozpoznané","Recovery Code":"Kód obnovy","Red":"Červená","Refresh":"Obnovit","Regions":"Regiony","Register":"Registrace","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 from all":"Odstranit ze všech","Remove from all selected photos":"Odstranit ze všech vybraných fotografií","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í.","Remove the selected instance from the cluster registry?":"Odebrat vybranou instanci z registru clusteru?","Removed":"Odstraněno","Removed %{name}":"Odstraněno %{name}","Removed %d files and %d photos":"Odstraněno %d souborů a %d fotografií","Repeated":"Opakované","Request failed - are you offline?":"Požadavek se nezdařil - jste offline?","Request failed - invalid response":"Požadavek selhal - neplatná odpověď","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Požadavek na kontrolu nefotografických a nekvalitních obrázků před jejich zobrazením ve výsledcích vyhledávání.","Resolution":"Rozlišení","Restart":"Restartování","Restore":"Obnovit","Restored":"Obnovené stránky","Retry Limit":"Limit opakování","Retype Password":"Znovu zadejte heslo","Review":"Kontrola","Role":"Role","Roles":"Role","Rotated":"Otočené","Rows per page:":"Řádky na stránku:","Satellite":"Satelitní","Save":"Uložit","Save changes":"Uložení změn","Scan":"Sken","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Naskenujte QR kód pomocí své ověřovací aplikace nebo použijte klíč nastavení uvedený níže a poté zadejte vygenerovaný ověřovací kód:","Scans":"Skeny","Scope":"Oblast působnosti","Scopes":"Rozsahy","Search":"Vyhledat","Season":"Období","Secret":"Tajemství","Security and Access":"Zabezpečení a přístup","Select":"Označit","Select a source folder to import files…":"Vyberte zdrojovou složku pro import souborů…","Select date":"Zvolte datum","Select dates":"Zvolte data","Select or create albums":"Výběr nebo vytvoření alb","Select or create labels":"Výběr nebo vytvoření štítků","Select or drop files to upload…":"Vyberte nebo upusťte soubory, které chcete nahrát…","Select the files to upload…":"Vyberte soubory, které chcete nahrát…","Select the folder to be indexed…":"Vyberte složku, která má být indexována…","Select Time":"Zvolte čas","Selection":"Výběr","Selection added to %s":"Výběr přidán do %s","Selection approved":"Výběr potvrzen","Selection archived":"Výběr archivován","Selection marked as private":"Výběr označen jako Soukromý","Selection not found":"Výběr nenalezen","Selection restored":"Výběr obnoven","Sequential Name":"Pořadový název","Service":"Služba","Service URL":"URL služby","Services":"Služby","Session":"Relace","Session ID":"ID relace","Sessions":"Relace","Set as Album Cover":"Nastavit jako obal alba","Set as Cover Image":"Nastavit jako titulní obrázek","Settings":"Nastavení","Settings saved":"Nastavení uloženo","Setup":"Prvotní nastavení","Severity":"Závažnost","Share":"Sdílet","Share %{s}":"Sdílet %{s}","Show":"Zobrazit","Show All Labels":"Zobrazit všechny štítky","Show all new faces":"Zobrazit všechny nové tváře","Show Caption":"Zobrazit titulek","Show Captions":"Zobrazit titulky","Show face markers":"Zobrazit značky obličeje","Show hidden":"Zobrazit skryté","Show Important Only":"Zobrazit pouze důležité","Show logs in the web interface to monitor activity and troubleshoot problems.":"Zobrazení protokolů ve webovém rozhraní pro sledování aktivity a řešení problémů.","Show smart albums that group pictures by occasion, trip, or location.":"Zobrazit chytrá alba, která seskupují snímky podle příležitosti, cesty nebo místa.","Show the Account page so users can manage their profile and security settings.":"Zobrazit stránku Účet, aby uživatelé mohli spravovat svůj profil a nastavení zabezpečení.","Show the Calendar view to browse the library by year and month.":"Zobrazte zobrazení Kalendář a procházejte knihovnu podle roku a měsíce.","Show the Labels section to view and manage AI-generated labels.":"Zobrazte část Štítky pro zobrazení a správu štítků vytvořených umělou inteligencí.","Show the Library section to index, manage, and monitor the media library.":"Zobrazit oddíl Knihovna pro indexování, správu a sledování knihovny médií.","Show the Places view with interactive maps so you can browse photos by location.":"Zobrazit zobrazení Místa s interaktivními mapami, abyste mohli procházet fotografie podle místa.","Show Titles":"Zobrazit názvy","Sidecar":"Přidružený soubor","Sidecar Files":"Soubory Sidecar","Sign in":"Přihlásit se","Sign Out":"Odhlásit se","Similar":"Podobné","Site URL":"Adresa URL webu","Size":"Velikost","Slideshow":"Prezentace","Slow":"Pomalé","Software":"Software","Software Update":"Aktualizace softwaru","Some albums could not be copied":"Některá alba nebylo možné zkopírovat","Some albums could not be created. Please edit the names and try again.":"Některá alba nebylo možné vytvořit. Upravte prosím názvy a zkuste to znovu.","Some albums could not be updated":"Některá alba nebylo možné aktualizovat","Something went wrong, try again":"Něco se pokazilo, zkuste to znovu","Sort by":"Seřadit podle","Sort by Name (A–Z)":"Řazení podle jména (A-Z)","Sort by Photo Count":"Seřadit podle počtu fotografií","Sort by Relevance":"Seřadit podle relevance","Sort Order":"Pořadí řazení","Sorted ascending.":"Seřazeno vzestupně.","Sorted descending.":"Seřazeno sestupně.","Source":"Zdroj","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","Start":"Spustit","Start Page":"Úvodní stránka","Static Size Limit: %{n}px":"Statický limit velikosti: %{n}px","Status":"Status","Stay signed in on this device":"Zůstaňte přihlášeni v tomto zařízení","Stop Casting":"Zastavit odlévání","Storage":"Úložiště","Streets":"Ulice","Subject":"Předmět","Subject deleted":"Předmět smazán","Subject not found":"Předmět nebyl nalezen","Subject saved":"Předmět uložen","Successfully activated":"Úspěšně aktivováno","Successfully Connected":"Úspěšně připojeno","Successfully deleted":"Úspěšně odstraněno","Successfully verified":"Úspěšně ověřeno","Super Admin":"Super administrátor","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.","Support Our Mission":"Podpořte naše poslání","Sync":"Synchronizace","Sync raw and video files":"Synchronizovat raw a video soubory","Taken":"Pořízeno","Teal":"Šedozelená","Terrain":"Terén","Text":"Text","Thank You for Your Support!":"Děkujeme za vaši podporu!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Proto byl PhotoPrism od základu vytvořen tak, aby fungoval všude, kde ho potřebujete, aniž by byla ohrožena svoboda, soukromí nebo funkčnost.","The index currently contains %{n} hidden files.":"Index aktuálně obsahuje %{n} skrytých souborů.","The instance rejected the cluster credentials.":"Instance odmítla přihlašovací údaje clusteru.","The instance returned an unexpected redirect.":"Instance vrátila neočekávané přesměrování.","The wakeup interval is %s, but must be 1h or less":"Interval buzení je %s, ale musí být 1h nebo kratší","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 account is missing an ID and can't be edited.":"Tento účet nemá ID a nelze jej upravit.","This field is required":"Toto pole je povinné","This instance has no site URL configured.":"U této instance není nakonfigurována žádná adresa URL webu.","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 byly lokálně.","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 byly lokálně.","Time":"Čas","Time UTC":"Čas UTC","Time Zone":"Časová zóna","Timeout":"Časový limit","Title":{"":"Titulek","Account":"Titulek","Photo":"Titulek"},"Title / Position":"Název / pozice","to":"do","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Abyste se vyhnuli uzamčení svého účtu, stáhněte si, vytiskněte nebo zkopírujte tento kód pro obnovení a uschovejte jej na bezpečném místě.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Chcete-li vygenerovat nové heslo pro konkrétní aplikaci, zadejte název a rozsah oprávnění aplikace a vyberte datum vypršení platnosti:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Chcete-li přepnout na novou ověřovací aplikaci nebo zařízení, nejprve deaktivujte dvoufaktorové ověřování a poté jej znovu aktivujte:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Chcete-li provést aktualizaci, můžete zadat aktivační kód nebo se zaregistrovat kliknutím na tlačítko \"Registrovat\" na našich webových stránkách:","Today":"Dnes","Toggle View":"Přepnout zobrazení","Token":"Token","Too many files selected":"Příliš mnoho vybraných souborů","Too many requests":"Příliš mnoho požadavků","Troubleshooting":"Řešení problémů","Try again using other filters or keywords.":"Zkuste to znovu použitím jiného filtru nebo klíčového slova.","Two-factor authentication has been enabled for your account.":"Pro váš účet bylo povoleno dvoufaktorové ověřování.","Type":"Typ","Unable to delete":"Nelze odstranit","Unable to do that":"To nejde","Unassign":"Zrušení přiřazení","Unauthorized":"Neoprávněné","Undo":"Vrátit","Unique ID":"Jedinečné ID","Unknown":"Neznámé","Unknown location":"Neznámé místo","Unregistered":"Neregistrovaný","Unsorted":"Neseřazeno","Unstack":"Nestohovat","Unsupported":"Nepodporováno","Unsupported format":"Nepodporovaný formát","Unsupported type":"Nepodporovaný typ","Updated":"Aktualizováno","Updating faces":"Aktualizace tváří","Updating index":"Aktualizace indexace","Updating moments":"Aktualizace okamžiků","Updating picture…":"Aktualizace obrázku…","Updating previews":"Aktualizace náhledů","Updating stacks":"Aktualizace stohování","Upgrade":"Upgrade","Upgrade Now":"Upgradujte nyní","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 has been processed":"Nahrávání bylo zpracováno","Upload local files":"Nahrát lokální soubory","Upload might be offensive":"Nahrané soubory by mohly být urážlivé","Upload Path":"Cesta k nahrávání","Uploading %{n} of %{t}…":"Nahrávání %{n} z %{t}…","Uploading photos…":"Nahrávání fotografií…","Uploading…":"Nahrávání…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Pokud se vám nedaří vygenerovat platný ověřovací kód pomocí aplikace pro ověřování, použijte pro přístup k účtu následující kód pro obnovení:","Use your recovery code or contact an administrator for help.":"Použijte kód pro obnovení nebo se obraťte na správce.","User":"Uživatel","User Guide":"Uživatelská příručka","User Interface":"Uživatelské rozhraní","User not found":"Uživatel nenalezen","Username":"Uživatelské jméno","Users":"Uživatelé","UUID":"UUID","Vector":"Vektor","Vectors":"Vektory","Verification Code":"Ověřovací kód","Version":"Verze","Video":"Video","Video Duration":"Délka videa","Videos":"Videa","View":"Zobrazit","View search results as a list.":"Zobrazení výsledků vyhledávání jako seznamu.","Viewer":"Prohlížeč","Vision":"Vize","Visitor":"Návštěvník","Visual Similarity":"Vizuální podobnost","Warning":"Varování","Web Login":"Webové přihlášení","WebDAV":"WebDAV","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 přes WebDAV","WebGL support is disabled in your browser":"Podpora WebGL je ve vašem prohlížeči zakázána","Website":"Webová stránka","White":"Bílá","Work Details":"Podrobnosti o práci","Year":"Rok","Yellow":"Žlutá","Yes":"Ano","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"V případě dotazů týkajících se vašeho členství nás můžete kontaktovat na adrese membership@photoprism.app.","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 can search for a location or move the marker on the map to change the position:":"Můžete vyhledat místo nebo přesunout značku na mapě a změnit polohu:","You can upload up to %{n} files for test purposes.":"Pro testovací účely můžete nahrát až %{n} souborů.","You cannot change your own role.":"Svou roli nelze změnit.","You do not have access to any instances.":"Nemáte přístup k žádným instancím.","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.","Your account could not be connected":"Váš účet se nepodařilo připojit","Your account has been successfully connected.":"Váš účet byl úspěšně připojen.","Your browser does not support WebGL":"Váš prohlížeč nepodporuje WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Vaše trvalá podpora nám pomáhá poskytovat pravidelné aktualizace a zůstat nezávislými, abychom mohli plnit naše poslání a chránit vaše soukromí.","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.","Zip created in %d s":"ZIP vytvořen za %d s","Zoom in/out":"Přiblížit/Oddálit","Archive":{"Noun":"Archivovat","Verb":"Archivovat"},"Add a Title":{"Photo":"Přidání názvu"}}} \ No newline at end of file +{"cs":{"{0} appended action":"{0} připojená akce","{0} files":"{0} souborů","{0} files ({1} in total)":"{0} souborů (celkem {1})","{0} more":"{0} více","{0} prepended action":"{0} předřazená akce","{0} selected":"{0} vybráno","{0}-{1} of {2}":"{0}-{1} z {2}","%{n} albums found":"%{n} nalezených alb","%{n} files uploaded":"%{n} nahraných souborů","%{n} folders found":"%{n} nalezených složek","%{n} GB of %{q} GB used":"%{n} GB z %{q} GB použito","%{n} labels found":"%{n} nalezených štítků","%{n} people found":"%{n} nalezeno lidí","%{n} pictures found":"%{n} nalezených obrázků","%{s} is too long":"%{s} je příliš dlouhé","%{s} is too short":"%{s} je příliš krátké","%d entries added to %s":"%d záznamů přidáno do %s","%d entries removed from %s":"%d záznamů odstraněno z %s","%d files uploaded in %d s":"%d souborů nahráno za %d s","%s already exists":"%s již existuje","%s has been restored":"%s bylo obnoveno","1 hour":"1 hodina","12 hours":"12 hodin","2-Factor Authentication":"Dvoufaktorové ověřování","2FA":"2FA","4 hours":"4 hodiny","A click will copy it to your clipboard.":"Kliknutím zkopírujete do schránky.","A new version of %{s} is available:":"K dispozici je nová verze %{s}:","About":"O nás","Access granted.":"Přístup povolen.","Access revoked.":"Přístup byl zrušen.","Access Token":"Přístupový token","Account":"Účet","Account created":"Účet vytvořen","Account deleted":"Účet vymazán","Account Group Mappings":"Přiřazení skupin účtů","Account not found":"Účet nenalezen","Account restored":"Obnovení účtu","Account saved":"Účet uložen","Accounts":"Účty","Accuracy":"Přesnost","Action":"Akce","Actions":"Akce","Activate":"Aktivovat","Activate to remove sorting.":"Aktivací odstraníte třídění.","Activate to sort ascending.":"Aktivací seřadíte vzestupně.","Activate to sort descending.":"Aktivací seřadíte sestupně.","Activation Code":"Aktivační kód","Activity":"Aktivita","Add":"Přidat","Add %{s}?":"Přidat %{s}?","Add a Caption":"Přidání titulku","Add Account":"Přidat účet","Add Album":"Přidat album","Add Link":"Přidat odkaz","Add Notes":"Přidat poznámky","Add person?":"Přidat osobu?","Add pictures from search results by selecting them.":"Přidat obrázky z výsledků vyhledávání jejich výběrem.","Add to album":"Přidat do alba","Add to all":"Přidat ke všem","Add to all selected photos":"Přidat ke všem vybraným fotografiím","Added":"Přidáno","Added %{name}":"Přidáno %{name}","Adjust Camera Info":"Úprava informací o fotoaparátu","Adjust Date & Time":"Nastavení data a času","Adjust Location":"Upravit umístění","Admin":"Admin","Advanced":"Pokročilé","Advertise URL":"Inzerovat adresu URL","After 1 day":"Po 1 dni","After 3 days":"Po 3 dnech","After 7 days":"Po 7 dnech","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Po zadání hesla pro potvrzení můžete nastavit dvoufaktorové ověřování pomocí kompatibilní ověřovací aplikace nebo zařízení:","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 %s deleted":"Album %s vymazáno","Album Backups":"Zálohy alb","Album contents cloned":"Obsah alba naklonován","Album created":"Album vytvořeno","Album deleted":"Album smazáno","Album not found":"Album nenalezeno","Album saved":"Album uloženo","Albums":"Alba","Albums deleted":"Alba vymazána","All":"Všechny","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 fotoaparáty","All Categories":"Všechny kategorie","All Colors":"Všechny barvy","All Countries":"Všechny země","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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Umožňuje konfiguraci a používání připojených aplikací a služeb pro vzdálené nahrávání a synchronizaci.","Allow editing of metadata such as title, description, date, and location.":"Umožňuje upravovat metadata, jako je název, popis, datum a umístění.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Umožňuje upravovat metadata, štítky a alba více obrázků najednou.","Allow files to be copied or moved from the Import to the Originals folder.":"Povolte nástroj Import, abyste mohli kopírovat nebo přesouvat soubory ze složky Import do složky Originály.","Allow files to be permanently deleted to free up storage space.":"Umožňuje trvalé odstranění souborů, aby se uvolnilo místo v úložišti.","Allow users to archive photos and videos so they are hidden without being deleted.":"Umožnit uživatelům archivovat fotografie a videa tak, aby byly skryty, aniž by byly odstraněny.","Allow users to create and share links, and enable sharing with connected services.":"Umožnit uživatelům vytvářet a sdílet odkazy a povolit sdílení s připojenými službami.","Allow users to upload new photos and videos through the web interface.":"Umožnit uživatelům nahrávat nové fotografie a videa prostřednictvím webového rozhraní.","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)","AM":"AM","Animated":"Animované","Animation":"Animace","Animations":"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íč","Application":"Aplikace","Applications":"Aplikace","Approve":"Potvrdit","Approve and save changes":"Schválení a uložení změn","Apps and Devices":"Aplikace a zařízení","Archived":"Archivováno","Are you sure you want to archive the selection?":"Jste si jisti, že chcete označené archivovat?","Are you sure you want to delete these albums?":"Jste si jisti, že chcete tato alba vymazat?","Are you sure you want to delete these labels?":"Jste si jisti, že chcete tyto štítky vymazat?","Are you sure you want to delete this account?":"Jste si jisti, že chcete tento účet vymazat?","Are you sure you want to delete this album?":"Opravdu chcete toto album odstranit?","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 tento soubor trvale odstranit?","Are you sure?":"Jste si jistí?","Artist":"Umělec","Aspect Ratio":"Poměr stran","Attributes":"Atributy","Audio":"Audio","Audit Log":"Audio","Authentication":"Ověřování","Auto":"Auto","Back":"Zpět","Back to top":"Zpět na začátek","Backup":"Záloha","Badge":"Odznak","Base Path":"Základní cesta","Batch":"Dávka","Batch Edit":"Dávkové úpravy","Become a member today, support our mission and enjoy our member benefits!":"Staňte se členem ještě dnes, podpořte naše poslání a využívejte naše členské výhody!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Vzhledem k tomu, že jsme stoprocentně financováni z vlastních zdrojů a nezávislí, můžeme vám slíbit, že vaše údaje nikdy neprodáme a že budeme vždy transparentní, pokud jde o náš software a služby.","Bio":"Biografie","Birth Date":"Datum narození","Black":"Černá","Blue":"Modrá","Brown":"Hnědá","Browse":"Procházet","Browse Files":"Procházet soubory","Browse Pictures":"Procházet obrázky","Bug Report":"Nahlásit chybu","Busy, please try again later":"Zaneprázdněn, zkuste to prosím později","Busy, please wait…":"Zaneprázdněn, čekejte prosím…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Používáním softwaru a služeb, které poskytujeme, souhlasíte s našimi podmínkami služby, zásadami ochrany osobních údajů a kodexem chování.","Calendar":"Kalendář","Camera":"Fotoaparát","Camera not found":"Fotoaparát nebyl nalezen","Camera Serial":"Sériové číslo kamery","Can't access your authenticator app or device?":"Nemůžete získat přístup k aplikaci nebo zařízení autentizátoru?","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","Cannot copy to clipboard":"Nelze zkopírovat do schránky","Caption":"Popisek","Cards":"Karty","Carousel slide {0} of {1}":"Kolotočový snímek {0} z {1}","Cast":"Obsazení","Category":"Kategorie","Change Avatar":"Změnit fotku","Change Password":"Změnit heslo","Change private flag":"Změnit soukromou vlaječku","Changes could not be saved":"Změny nemohly být uloženy","Changes successfully saved":"Změny byly úspěšně uloženy","Changes to the advanced settings require a restart to take effect.":"Změny pokročilých nastavení vyžadují restart, aby se projevily.","Checked":"Zkontrolováno","Choose an instance to continue:":"Vyberte instanci a pokračujte:","Chroma":"Sytost","Cleaning index and cache":"Čištění indexu a mezipaměti","Cleanup":"Čištění","Clear":"Přehledně","Clear {0}":"Vymazat {0}","Client":"Klient","Close":"Zavřít","Cluster":"Cluster","Cluster Admin":"Správce clusteru","Cluster Node":"Uzel clusteru","Codec":"Kodek","Color":"Barva","Color Profile":"Barevný profil","Colors":"Barvy","Compare Editions":"Porovnat edice","Complete Rescan":"Kompletní opětovné prohledání","Confidence":"Jistota","Confirm":"Potvrdit","Connect":"Připojit","Connect via WebDAV":"Připojit přes WebDAV","Connected":"Připojeno","Contact Details":"Kontaktní údaje","Contact Us":"Kontaktujte nás","Contains %{n} pictures.":"Obsahuje %{n} obrázků.","Contains one picture.":"Obsahuje jeden obrázek.","Content":{"":"Obsah","Edit":"Obsah"},"Continue":"Pokračovat","Contributor":"Přispěvatel","Converting":"Převádí se","Copied to clipboard":"Zkopírováno do schránky","Copy":"Kopie","Copying files from %s":"Kopírování souborů z %s","Copyright":"Autorská práva","Could not be deleted":"Nemohlo být vymazáno","Could not connect, please try again":"Nemohlo být připojeno, zkuste to prosím znovu","Could not update person cover":"Nelze aktualizovat kryt osoby","Couldn't find anything.":"Nebylo nic nalezeno.","Country":"Země","Create Account":"Vytvořit účet","Create album":"Vytvořit album","Create regular backups based on the configured schedule.":"Vytváří zálohy indexů na základě nakonfigurovaného plánu.","Create YAML files to back up album metadata.":"Vytvoření souborů YAML pro zálohování metadat alba.","Create YAML sidecar files to back up picture metadata.":"Vytvoření souborů YAML sidecar pro zálohování metadat obrázků.","Created":"Vytvořeno","Creating thumbnails for":"Vytváření miniatur pro","Current Password":"Aktuální heslo","Custom":"Vlastní","Cyan":"Tyrkysová","Daily":"Denně","Database":"Databáze","Database Backups":"Zálohování databáze","Databases":"Databáze","Date & Time":"Datum a čas","Day":"Den","Deactivate":"Deaktivovat","Debug Logs":"Protokoly ladění","Default":"Výchozí","Default Folder":"Výchozí složka","Delete":"Vymazat","Delete Album":"Smazat album","Delete All":"Smazat vše","Delete all?":"Smazat vše?","Delete orphaned index entries, sidecar files and thumbnails.":"Odstranění osiřelých položek indexu, souborů postranních oddílů a miniatur.","deleted":"smazáno","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 all face detection and recognition features.":"Vypněte všechny funkce detekce a rozpoznávání obličeje.","Disable Backups":"Deaktivovat zálohy","Disable Darktable":"Deaktivovat Darktable","Disable ExifTool":"Deaktivovat ExifTool","Disable Faces":"Zakázat obličeje","Disable features that require write permission for the originals folder.":"Zakázat funkce, které vyžadují oprávnění k zápisu do složky originálů.","Disable FFmpeg":"Deaktivovat FFmpeg","Disable ImageMagick":"Zakázat ImageMagick","Disable interactive world maps and reverse geocoding.":"Zakázat interaktivní mapy světa a reverzní geokódování.","Disable MCP":"Zakázat MCP","Disable Places":"Deaktivovat místa","Disable RawTherapee":"Deaktivovat RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Zakázat koncový bod API protokolu MCP (Model Context Protocol) pro integraci agentů AI.","Disable Vectors":"Zakázat vektory","Disable WebDAV":"Deaktivovat WebDAV","Disabled":"Deaktivováno","Disables vector graphics support.":"Zakáže podporu vektorové grafiky.","Disables video transcoding and thumbnail extraction.":"Zakáže překódování videa a extrakci miniatur.","Discard":"Vyřazení","Discard changes and close":"Zahoďte změny a zavřete je","Discard invalid changes?":"Zahodit neplatné změny?","Discard unsaved changes?":"Zahodit neuložené změny?","Discover":"Objevit","Dismiss":"Odmítnout","Display Name":"Zobrazované jméno","Display picture captions in search results.":"Zobrazení popisků obrázků ve výsledcích vyhledávání.","Display picture titles in search results.":"Zobrazení názvů obrázků ve výsledcích vyhledávání.","Document":"Dokument","Documents":"Dokumenty","Don't use Darktable to convert RAW images.":"Nepoužívat Darktable ke konverzi souborů RAW.","Don't use ImageMagick to convert images.":"Nepoužívejte ImageMagick ke konverzi obrázků.","Don't use RawTherapee to convert RAW images.":"Nepoužívat RawTherapee ke konverzi souborů RAW.","Done":"Hotovo","Done.":"Hotovo.","Download":"Stáhnout","Download only original media files, without any automatically generated files.":"Stahujte pouze originální mediální soubory bez automaticky generovaných souborů.","Download remote files":"Stáhnout vzdálené soubory","Downloading…":"Stahování…","Drag and drop files here":"Přetáhněte sem soubory","Driver":"Řidič","Duplicates will be skipped and only appear once.":"Duplicity budou přeskočeny a zobrazí se pouze jednou.","Duration":"Délka","Dynamic Previews":"Dynamické náhledy","Dynamic Size Limit: %{n}px":"Dynamický limit velikosti: %{n}px","Edit":"Upravit","Edit %{s}":"Upravit %{s}","Edit Account":"Upravit účet","Edit Photo":"Upravit fotografii","Edit Photos (%{n})":"Úprava fotografií (%{n})","Edited":"Upraveno","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Povolením režimu ladění zobrazíte další protokoly a pomůžete při řešení problémů.","Enable downloading of original and sidecar files from the web interface.":"Povolení stahování původních a vedlejších souborů z webového rozhraní.","Enable face recognition and the People view to easily find people you know.":"Povolte rozpoznávání obličejů a zobrazení Lidé, abyste snadno našli známé.","Enable new features that may be incomplete or unstable.":"Povolení nových funkcí, které mohou být neúplné nebo nestabilní.","Enable the file browser to navigate the Originals folder structure.":"Povolte prohlížeč souborů pro navigaci ve struktuře složek Originály.","Enables RAW converter presets. May reduce performance.":"Povolí předvolby konvertoru RAW. Může snížit výkon.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Povolení dvoufaktorové autentizace znamená, že k přihlášení budete potřebovat libovolně vygenerovaný kód, takže i když někdo získá přístup k vašemu heslu, nebude mít přístup k vašemu účtu.","Engine":"Motor","Enter date":"Zadejte datum","Enter dates":"Zadejte data","Enter item name...":"Zadejte název položky...","Enter the code generated by your authenticator app:":"Zadejte kód vygenerovaný aplikací autentizátoru:","Enter verification code":"Vložte ověřovací kód","Enter your password to confirm the action and continue:":"Pro potvrzení zadejte své heslo a pokračujte:","Entity not found":"Subjekt nebyl nalezen","Error":"Chyba","Errors":"Chyby","Estimate":"Odhad","Estimate Locations":"Odhad lokalit","Estimate the approximate location of pictures without GPS coordinates.":"Odhad přibližné polohy obrázků bez souřadnic GPS.","Every two days":"Každé dva dny","Exclude hidden":"Vyloučit skryté","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Pro plnou podporu videa, živých fotografií a XMP je nutná extrakce metadat pomocí nástroje ExifTool.","Experimental Features":"Experimentální funkce","Expires":"Vyprší","Exposure":"Expozice","Extract still images and generate thumbnails while indexing.":"Extrakce statických snímků a generování miniatur při indexování.","F Number":"Clonové číslo","Face":"Tvář","Face not found":"Obličej nebyl nalezen","Faces":"Tváře","Failed creating file, please check permissions":"Vytváření souboru selhalo, zkontrolujte prosím oprávnění","Failed creating folder, please check permissions":"Vytváření složky selhalo, zkontrolujte prosím oprávnění","Failed removing link":"Odstraňování odkazu selhalo","Failed to connect account.":"Nepodařilo se připojit účet.","Failed to create zip file":"Nebylo možné vytvořit soubor ZIP","Failed to load users.":"Načtení uživatelů se nezdařilo.","Failed to remove face marker":"Nepodařilo se odstranit značku obličeje","Failed to remove name":"Nepodařilo se odstranit název","Failed to restart server":"Nepodařilo se restartovat server","Failed to save changes":"Nepodařilo se uložit změny","Failed to save face marker":"Nepovedlo se zachovat značku tváře","Failed to save name":"Nepodařilo se uložit název","Failed updating link":"Aktualizace odkazu selhalo","Family Name":"Rodné jméno","Fast":"Rychlé","Favorite":"Oblíbené","Favorites":"Oblíbené","Feature disabled":"Funkce deaktivovaná","Feature Request":"Žádost o funkci","Female":"Žena","File":"Soubor","File Browser":"Prohlížeč souborů","File Conversion":"Převod souborů","File deleted":"Soubor vymazán","File Name":"Název souboru","File not found":"Soubor nenalezen","File removed from stack":"Soubor odstraněn ze stohu","File Size":"Velikost souboru","File too large":"Příliš velký soubor","File uploaded":"Soubor odeslán","Filename":"Název souboru","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.","First page":"První strana","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","Forgot password?":"Zapoměli jste heslo?","FPS":"FPS","Frames":"Frames","Full Access":"Volný přístup","Fullscreen":"Celá obrazovka","General":"Obecné","Generate":"generovat","Generate Previews":"Generování náhledů","Generated":"Generováno","Get Started":"Začněte","Given Name":"Dané jméno","Global Options":"Globální možnosti","Go to page {0}":"Přejít na stránku {0}","Gold":"Zlatá","Green":"Zelená","Grey":"Šedá","Groups":"Skupiny","Guest":"Host","Hash":"Hash","Help":"Pomoc","Help & Support":"Nápověda & Podpora","Hidden":"Skryté","Hidden Files":"Skryté soubory","Hide":"Skrýt","Hide Caption":"Skrýt titulek","Hide face markers":"Skrytí značek obličeje","Hide private content from global views while keeping it accessible in the Private section.":"Skrýt soukromé položky z globálních zobrazení a zároveň je ponechat přístupné v sekci Soukromé.","High":"Vysoká","High Dynamic Range (HDR)":"Vysoký dynamický rozsah (HDR)","Hybrid":"Smíšeně","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Pokud ztratíte přístup ke své ověřovací aplikaci nebo zařízení, můžete pomocí kódu pro obnovení znovu získat přístup ke svému účtu.","Image":"Snímek","Image Quality":"Kvalita obrazu","Import":"Importovat","Import canceled":"Import zrušen","Import completed in %d s":"Import dokončen za %d s","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.","Importing %{s}…":"Importování %{s}…","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.","Include RAW image files when downloading stacks and archives.":"Zahrnout obrazové soubory RAW při stahování stohů a archivů.","Include sidecar files when downloading stacks and archives.":"Při stahování zásobníků a archivů zahrnout soubory sidecar.","Increase storage size or delete files to continue.":"Chcete-li pokračovat, zvětšete velikost úložiště nebo odstraňte soubory.","Index":"Indexovat","Indexing":"Indexování","Indexing canceled":"Indexování zrušeno","Indexing completed in %d s":"Indexování dokončeno za %d s","Indexing failed":"Indexování selhalo","Indexing files in %s":"Indexování souborů v %s","Indexing media and sidecar files…":"Indexování media a přidružených souborů…","Indexing originals...":"Indexování originálů...","Information":"Informace","Inherit":"Zdědit","Instance":"Instance","Instance ID":"ID instance","Instance unreachable. Try again once it's back online.":"Instance je nedostupná. Zkuste to znovu, až bude opět online.","Instances":"Instance","Insufficient storage":"Nedostatečné skladování","Insufficient storage.":"Nedostatečné skladování.","Interval":"Interval","Invalid":"Neplatné","Invalid address":"Neplatná adresa","Invalid country":"Neplatná země","Invalid credentials":"Neplatné údaje","Invalid date":"Neplatné datum","Invalid link":"Neplatný odkaz","Invalid name":"Neplatný jméno","Invalid parameters":"Neplatné parametry","Invalid password, please try again":"Neplatné heslo, zkuste to prosím znovu","Invalid photo selected":"Vybrána neplatná fotografie","Invalid time":"Neplatný čas","Invalid URL":"Neplatná adresa URL","Invalid verification code, please try again":"Neplatný ověřovací kód, zkuste to prosím znovu","IP Address":"IP adresa","It is a one-time use code that will disable 2FA for your account when you use it.":"Jedná se o jednorázový kód, který deaktivuje 2FA pro váš účet, když jej použijete.","Item":"Položka","Items per page:":"Položky na stránku:","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.","Keyword":"Klíčové slovo","Keywords":"Klíčová slova","Label":"Štítek","Label not found":"Štítek nenalezen","Label saved":"Štítek uložen","Labels":"Štítky","Labels deleted":"Štítky vymazány","Language":"Jazyk","Last Active":"Poslední aktivní","Last Login":"Poslední přihlášení","Last page":"Poslední stránka","Last Sync":"Poslední synchronizace","Last Used":"Naposledy použitý","Latitude":"Zeměpisná šířka","LDAP/AD":"LDAP/AD","Learn more":"Zjistěte více","Learn More":"Dozvědět se více","Legal Information":"Právní informace","Lens":"Objektiv","Lens not found":"Objektiv nebyl nalezen","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ů","Link":"Odkaz","List":"Seznam","List View":"Zobrazení seznamu","Live":"Živé","Live Photos":"Živé fotografie","Load more":"Načíst více","Loading items...":"Načítání položek...","Loading...":"Načítání...","Local":"Místní","Local Time":"Místní čas","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í","Logs":"Logy","Longitude":"Zeměpisná délka","Lost server connection":"Ztráta připojení k serveru","Low":"Nízká","Magenta":"Purpurová","Main Color":"Převažující barva","Male":"Muž","Manage Account":"Správa účtu","Manager":"Manažer","Manual":"Manuální","Manual Upload":"Ruční nahrání","Maps":"Mapy","Marker":"Značka","Maximum number of accounts has been reached.":"Bylo dosaženo maximálního počtu účtů.","Media":"Média","Medium":"Střední","Membership":"Členství","Merge %{a} with %{b}?":"Sloučit %{a} s %{b}?","Message":"Zpráva","Metadata":"Metadata","Metrics":"Metriky","Minimize":"Minimalizovat","Missing":"Chybějící","Missing or invalid configuration":"Chybějící nebo neplatná konfigurace","mixed":"smíšené","Moments":"Okamžiky","Monochrome":"Monochromatické","Month":"Měsíc","More options":"Další možnosti","Mosaic":"Mozaika","Most Relevant":"Nejrelevantnější","Move Files":"Přesunout soubory","Moving files from %s":"Přesouvání souborů z %s","Must have at least %{n} characters.":"Musí mít alespoň %{n} znaků.","Mute":"Ztlumit","Name":"Název","Name too long":"Název je příliš dlouhý","Never":"Nikdy","New":"Nový","New Password":"Nové heslo","Newest First":"Od nejnovějších","Next":"Další","Next page":"Další stránka","Next visual":"Další vizuální","No":"Ne","No Access":"Žádný přístup","No albums assigned":"Žádná přidělená alba","No albums found":"Nenalezena žádná alba","No albums selected":"Nebyla vybrána žádná alba","No data available":"Nejsou k dispozici žádné údaje","No files available for download":"Žádné soubory ke stažení k dispozici","No items selected":"Nebyly vybrány žádné položky","No labels assigned":"Žádné přiřazené štítky","No labels found":"Nenalezeny žádné štítky","No labels selected":"Nebyly vybrány žádné štítky","No matching records found":"Nebyly nalezeny žádné odpovídající záznamy","No more":"Ne více","No people found":"Nenalezeny žádné osoby","No pictures found":"Nenalezeny žádné obrázky","No recently edited pictures":"Žádné nedávno upravené obrázky","No registered instances.":"Žádné registrované instance.","No results":"Žádné výsledky","No server connection":"Žádné připojení k serveru","No servers configured.":"Žádný server nebyl nakonfigurován.","No services configured.":"Nejsou nakonfigurovány žádné služby.","No thanks":"Ne, děkuji","No users on this instance.":"V této instanci nejsou žádní uživatelé.","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.","Node":"Uzel","Nodes":"Uzly","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é","Not allowed":"Není povoleno","Not available in public mode":"Není k dispozici ve veřejném módu","Not available in read-only mode":"Není k dispozici v režimu pouze pro čtení","Not found":"Nenalezeno","Not sorted.":"Netřídí se.","Not supported":"Není podporováno","Note you may manually manage your originals folder and importing is optional.":"Složku originálů 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ů.","Notes":"Poznámky","Nothing to see here yet.":"Není tu nic k vidění. Prosíme o trpělivost.","Nothing was found.":"Nic nebylo nalezeno.","Offline":"Offline","OK":"OK","Oldest First":"Od nejstarších","On Windows, enter the following resource in the connection dialog:":"V systému Windows zadejte do dialogového okna připojení následující prostředek:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generování miniatur na vyžádání může způsobit vysoké využití procesoru a paměti. Nedoporučuje se pro servery a zařízení NAS s omezenými zdroji.","Once a week":"Jednou týdně","One album found":"Nalezeno jedno album","One entry added to %s":"Jeden záznam přidán do %s","One entry removed from %s":"Jeden záznam odstraněn z %s","One file found":"Nalezen jeden soubor","One file uploaded":"Nahrán jeden soubor","One folder found":"Nalezena jedna složka","One label found":"Nalezen jeden štítek","One person found":"Nalezena jedna osoba","One picture found":"Nalezen jeden obrázek","Only locally managed accounts can be set up for authentication with 2FA.":"Pro ověřování pomocí 2FA lze nastavit pouze lokálně spravované účty.","Open":"Otevřít","optional":"volitelné","or":"nebo","Orange":"Oranžová","Organization":"Organizace","Orientation":"Orientace","Original file names will be stored and indexed.":"Původní názvy souborů budou uloženy a indexovány.","Original Name":"Název originálu","Originals":"Originály","Originals folder is empty":"Složka Originály je prázdná","Other":"Jiné","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Naším posláním je poskytovat uživatelsky nejpřívětivější řešení pro uspořádání a zpřístupnění vašich fotografií.","Outdoor":"Zeměpisně","Page {0}, Current page":"Stránka {0}, Aktuální stránka","Pages":"Stránky","Pagination Navigation":"Stránkování Navigace","Panorama":"Panorama","Panoramas":"Panoramata","Part of all selected photos":"Část všech vybraných fotografií","Part of some selected photos":"Část vybraných fotografií","Password":"Heslo","Password changed":"Heslo změněno","Pause":"Pauza","Payment required":"Je nutná platba","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","Permission denied":"Přístup zamítnut","Person":"Osoba","Person cover updated":"Aktualizace obálky osoby","Person deleted":"Vymazaná osoba","Person not found":"Osoba nebyla nalezena","Person saved":"Uložená osoba","Personal":"Osobní","Photo":"Fotografie","PhotoPrism is 100% self-funded and independent.":"Společnost PhotoPrism je 100% nezávislá a financovaná z vlastních zdrojů.","PhotoPrism+ Membership":"Členství v programu PhotoPrism+","Photos":"Fotografie","Picture":"Obrázek","Picture Title":"Název obrázku","Pink":"Růžová","Pinned":"Připnuto","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 copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Zkopírujte prosím následující náhodně vygenerované heslo aplikace a uschovejte je na bezpečném místě, protože je již neuvidíte:","Please do not upload any private, unlawful or offensive pictures.":"Nevkládejte prosím žádné soukromé, nezákonné nebo urážlivé obrázky.","Please don't upload photos containing offensive content.":"Nenahrávejte prosím fotografie obsahující urážlivý obsah.","Please enter OTP character {0}":"Zadejte prosím znak OTP {0}","Please log in to your account":"Přihlaste se ke svému účtu","Please note that changing your password will log you out on other devices and browsers.":"Vezměte prosím na vědomí, že změna hesla vás odhlásí i na jiných zařízeních a v jiných prohlížečích.","Please restart your instance for the changes to take effect.":"Aby se změny projevily, restartujte instanci.","Please wait…":"Počkejte prosím…","PM":"PM","PNG Size Limit: %{n}px":"PNG limit velikosti: %{n}px","Portal":"Portál","Portrait":"Portrét","Preserve filenames":"Zachovat názvy souborů","Press enter to create a new album.":"Stiskněte Enter pro vytvoření nového alba.","Press enter to create new item":"Stisknutím klávesy enter vytvoříte novou položku","Prevent database and album backups as well as YAML sidecar files from being created.":"Zabránit vytváření záloh databáze a alb a souborů YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Zabránit ostatním aplikacím v přístupu k aplikaci PhotoPrism jako ke sdílené síťové jednotce.","Preview":"Náhled","Preview Images":"Náhled obrázků","Previous":"Předchozí","Previous page":"Předchozí stránka","Previous visual":"Předchozí vizuální","Primary":"Primární","Private":"Soukromé","Processing upload...":"Zpracování nahrávání...","Product Feedback":"Zpětná vazba k produktu","Projection":"Projekce","Purple":"Fialová","Quality Filter":"Filtr kvality","Quality Score":"Hodnocení kvality","Quota exceeded":"Překročení kvóty","Random":"Náhodně","Rating {0} of {1}":"Hodnocení {0} z {1}","Raw":"Raw","RAW":"RAW","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 Archived":"Nedávno archivované","Recently Edited":"Nedávno upravené","Recognition starts after indexing has been completed.":"Rozpoznávání se spustí po dokončení indexování.","Recognized":"Rozpoznané","Recovery Code":"Kód obnovy","Red":"Červená","Refresh":"Obnovit","Regions":"Regiony","Register":"Registrace","Registration disabled":"Registrace zakázána","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 from all":"Odstranit ze všech","Remove from all selected photos":"Odstranit ze všech vybraných fotografií","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í.","Remove the selected instance from the cluster registry?":"Odebrat vybranou instanci z registru clusteru?","Removed":"Odstraněno","Removed %{name}":"Odstraněno %{name}","Removed %d files and %d photos":"Odstraněno %d souborů a %d fotografií","Repeated":"Opakované","Request failed - are you offline?":"Požadavek se nezdařil - jste offline?","Request failed - invalid response":"Požadavek selhal - neplatná odpověď","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Požadavek na kontrolu nefotografických a nekvalitních obrázků před jejich zobrazením ve výsledcích vyhledávání.","Resolution":"Rozlišení","Restart":"Restartování","Restore":"Obnovit","Restored":"Obnovené stránky","Retry Limit":"Limit opakování","Retype Password":"Znovu zadejte heslo","Review":"Kontrola","Role":"Role","Roles":"Role","Rotated":"Otočené","Rows per page:":"Řádky na stránku:","Satellite":"Satelitní","Save":"Uložit","Save changes":"Uložení změn","Scan":"Sken","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Naskenujte QR kód pomocí své ověřovací aplikace nebo použijte klíč nastavení uvedený níže a poté zadejte vygenerovaný ověřovací kód:","Scans":"Skeny","Scope":"Oblast působnosti","Scopes":"Rozsahy","Search":"Vyhledat","Season":"Období","Secret":"Tajemství","Security and Access":"Zabezpečení a přístup","Select":"Označit","Select a source folder to import files…":"Vyberte zdrojovou složku pro import souborů…","Select date":"Zvolte datum","Select dates":"Zvolte data","Select or create albums":"Výběr nebo vytvoření alb","Select or create labels":"Výběr nebo vytvoření štítků","Select or drop files to upload…":"Vyberte nebo upusťte soubory, které chcete nahrát…","Select the files to upload…":"Vyberte soubory, které chcete nahrát…","Select the folder to be indexed…":"Vyberte složku, která má být indexována…","Select Time":"Zvolte čas","Selection":"Výběr","Selection added to %s":"Výběr přidán do %s","Selection approved":"Výběr potvrzen","Selection archived":"Výběr archivován","Selection marked as private":"Výběr označen jako Soukromý","Selection not found":"Výběr nenalezen","Selection restored":"Výběr obnoven","Sequential Name":"Pořadový název","Service":"Služba","Service URL":"URL služby","Services":"Služby","Session":"Relace","Session ID":"ID relace","Sessions":"Relace","Set as Album Cover":"Nastavit jako obal alba","Set as Cover Image":"Nastavit jako titulní obrázek","Settings":"Nastavení","Settings saved":"Nastavení uloženo","Setup":"Prvotní nastavení","Severity":"Závažnost","Share":"Sdílet","Share %{s}":"Sdílet %{s}","Show":"Zobrazit","Show All Labels":"Zobrazit všechny štítky","Show all new faces":"Zobrazit všechny nové tváře","Show Caption":"Zobrazit titulek","Show Captions":"Zobrazit titulky","Show face markers":"Zobrazit značky obličeje","Show hidden":"Zobrazit skryté","Show Important Only":"Zobrazit pouze důležité","Show logs in the web interface to monitor activity and troubleshoot problems.":"Zobrazení protokolů ve webovém rozhraní pro sledování aktivity a řešení problémů.","Show smart albums that group pictures by occasion, trip, or location.":"Zobrazit chytrá alba, která seskupují snímky podle příležitosti, cesty nebo místa.","Show the Account page so users can manage their profile and security settings.":"Zobrazit stránku Účet, aby uživatelé mohli spravovat svůj profil a nastavení zabezpečení.","Show the Calendar view to browse the library by year and month.":"Zobrazte zobrazení Kalendář a procházejte knihovnu podle roku a měsíce.","Show the Labels section to view and manage AI-generated labels.":"Zobrazte část Štítky pro zobrazení a správu štítků vytvořených umělou inteligencí.","Show the Library section to index, manage, and monitor the media library.":"Zobrazit oddíl Knihovna pro indexování, správu a sledování knihovny médií.","Show the Places view with interactive maps so you can browse photos by location.":"Zobrazit zobrazení Místa s interaktivními mapami, abyste mohli procházet fotografie podle místa.","Show Titles":"Zobrazit názvy","Sidecar":"Přidružený soubor","Sidecar Files":"Soubory Sidecar","Sign in":"Přihlásit se","Sign Out":"Odhlásit se","Similar":"Podobné","Site URL":"Adresa URL webu","Size":"Velikost","Slideshow":"Prezentace","Slow":"Pomalé","Software":"Software","Software Update":"Aktualizace softwaru","Some albums could not be copied":"Některá alba nebylo možné zkopírovat","Some albums could not be created. Please edit the names and try again.":"Některá alba nebylo možné vytvořit. Upravte prosím názvy a zkuste to znovu.","Some albums could not be updated":"Některá alba nebylo možné aktualizovat","Something went wrong, try again":"Něco se pokazilo, zkuste to znovu","Sort by":"Seřadit podle","Sort by Name (A–Z)":"Řazení podle jména (A-Z)","Sort by Photo Count":"Seřadit podle počtu fotografií","Sort by Relevance":"Seřadit podle relevance","Sort Order":"Pořadí řazení","Sorted ascending.":"Seřazeno vzestupně.","Sorted descending.":"Seřazeno sestupně.","Source":"Zdroj","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","Start":"Spustit","Start Page":"Úvodní stránka","Static Size Limit: %{n}px":"Statický limit velikosti: %{n}px","Status":"Status","Stay signed in on this device":"Zůstaňte přihlášeni v tomto zařízení","Stop Casting":"Zastavit odlévání","Storage":"Úložiště","Streets":"Ulice","Subject":"Předmět","Subject deleted":"Předmět smazán","Subject not found":"Předmět nebyl nalezen","Subject saved":"Předmět uložen","Successfully activated":"Úspěšně aktivováno","Successfully Connected":"Úspěšně připojeno","Successfully deleted":"Úspěšně odstraněno","Successfully verified":"Úspěšně ověřeno","Super Admin":"Super administrátor","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.","Support Our Mission":"Podpořte naše poslání","Sync":"Synchronizace","Sync raw and video files":"Synchronizovat raw a video soubory","Taken":"Pořízeno","Teal":"Šedozelená","Terrain":"Terén","Text":"Text","Thank You for Your Support!":"Děkujeme za vaši podporu!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Proto byl PhotoPrism od základu vytvořen tak, aby fungoval všude, kde ho potřebujete, aniž by byla ohrožena svoboda, soukromí nebo funkčnost.","The index currently contains %{n} hidden files.":"Index aktuálně obsahuje %{n} skrytých souborů.","The instance rejected the cluster credentials.":"Instance odmítla přihlašovací údaje clusteru.","The instance returned an unexpected redirect.":"Instance vrátila neočekávané přesměrování.","The wakeup interval is %s, but must be 1h or less":"Interval buzení je %s, ale musí být 1h nebo kratší","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 account is missing an ID and can't be edited.":"Tento účet nemá ID a nelze jej upravit.","This field is required":"Toto pole je povinné","This instance has no site URL configured.":"U této instance není nakonfigurována žádná adresa URL webu.","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 byly lokálně.","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 byly lokálně.","Time":"Čas","Time UTC":"Čas UTC","Time Zone":"Časová zóna","Timeout":"Časový limit","Title":{"":"Titulek","Account":"Titulek","Photo":"Titulek"},"Title / Position":"Název / pozice","to":"do","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Abyste se vyhnuli uzamčení svého účtu, stáhněte si, vytiskněte nebo zkopírujte tento kód pro obnovení a uschovejte jej na bezpečném místě.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Chcete-li vygenerovat nové heslo pro konkrétní aplikaci, zadejte název a rozsah oprávnění aplikace a vyberte datum vypršení platnosti:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Chcete-li přepnout na novou ověřovací aplikaci nebo zařízení, nejprve deaktivujte dvoufaktorové ověřování a poté jej znovu aktivujte:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Chcete-li provést aktualizaci, můžete zadat aktivační kód nebo se zaregistrovat kliknutím na tlačítko \"Registrovat\" na našich webových stránkách:","Today":"Dnes","Toggle View":"Přepnout zobrazení","Token":"Token","Too many files selected":"Příliš mnoho vybraných souborů","Too many requests":"Příliš mnoho požadavků","Troubleshooting":"Řešení problémů","Try again using other filters or keywords.":"Zkuste to znovu použitím jiného filtru nebo klíčového slova.","Two-factor authentication has been enabled for your account.":"Pro váš účet bylo povoleno dvoufaktorové ověřování.","Type":"Typ","Unable to delete":"Nelze odstranit","Unable to do that":"To nejde","Unassign":"Zrušení přiřazení","Unauthorized":"Neoprávněné","Undo":"Vrátit","Unique ID":"Jedinečné ID","Unknown":"Neznámé","Unknown location":"Neznámé místo","Unregistered":"Neregistrovaný","Unsorted":"Neseřazeno","Unstack":"Nestohovat","Unsupported":"Nepodporováno","Unsupported format":"Nepodporovaný formát","Unsupported type":"Nepodporovaný typ","Updated":"Aktualizováno","Updating faces":"Aktualizace tváří","Updating index":"Aktualizace indexace","Updating moments":"Aktualizace okamžiků","Updating picture…":"Aktualizace obrázku…","Updating previews":"Aktualizace náhledů","Updating stacks":"Aktualizace stohování","Upgrade":"Upgrade","Upgrade Now":"Upgradujte nyní","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 has been processed":"Nahrávání bylo zpracováno","Upload local files":"Nahrát lokální soubory","Upload might be offensive":"Nahrané soubory by mohly být urážlivé","Upload Path":"Cesta k nahrávání","Uploading %{n} of %{t}…":"Nahrávání %{n} z %{t}…","Uploading photos…":"Nahrávání fotografií…","Uploading…":"Nahrávání…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Pokud se vám nedaří vygenerovat platný ověřovací kód pomocí aplikace pro ověřování, použijte pro přístup k účtu následující kód pro obnovení:","Use your recovery code or contact an administrator for help.":"Použijte kód pro obnovení nebo se obraťte na správce.","User":"Uživatel","User Guide":"Uživatelská příručka","User Interface":"Uživatelské rozhraní","User not found":"Uživatel nenalezen","Username":"Uživatelské jméno","Users":"Uživatelé","UUID":"UUID","Vector":"Vektor","Vectors":"Vektory","Verification Code":"Ověřovací kód","Verified email required":"Vyžadován ověřený e-mail","Version":"Verze","Video":"Video","Video Duration":"Délka videa","Videos":"Videa","View":"Zobrazit","View search results as a list.":"Zobrazení výsledků vyhledávání jako seznamu.","Viewer":"Prohlížeč","Vision":"Vize","Visitor":"Návštěvník","Visual Similarity":"Vizuální podobnost","Warning":"Varování","Web Login":"Webové přihlášení","WebDAV":"WebDAV","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 přes WebDAV","WebGL support is disabled in your browser":"Podpora WebGL je ve vašem prohlížeči zakázána","Website":"Webová stránka","White":"Bílá","Work Details":"Podrobnosti o práci","Year":"Rok","Yellow":"Žlutá","Yes":"Ano","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"V případě dotazů týkajících se vašeho členství nás můžete kontaktovat na adrese membership@photoprism.app.","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 can search for a location or move the marker on the map to change the position:":"Můžete vyhledat místo nebo přesunout značku na mapě a změnit polohu:","You can upload up to %{n} files for test purposes.":"Pro testovací účely můžete nahrát až %{n} souborů.","You cannot change your own role.":"Svou roli nelze změnit.","You do not have access to any instances.":"Nemáte přístup k žádným instancím.","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.","Your account could not be connected":"Váš účet se nepodařilo připojit","Your account has been successfully connected.":"Váš účet byl úspěšně připojen.","Your browser does not support WebGL":"Váš prohlížeč nepodporuje WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Vaše trvalá podpora nám pomáhá poskytovat pravidelné aktualizace a zůstat nezávislými, abychom mohli plnit naše poslání a chránit vaše soukromí.","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.","Zip created in %d s":"ZIP vytvořen za %d s","Zoom in/out":"Přiblížit/Oddálit","Archive":{"Noun":"Archivovat","Verb":"Archivovat"},"Add a Title":{"Photo":"Přidání názvu"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/da.json b/frontend/src/locales/json/da.json index 2413497d1..e3729282a 100644 --- a/frontend/src/locales/json/da.json +++ b/frontend/src/locales/json/da.json @@ -1 +1 @@ -{"da":{"{0} appended action":"{0} tilføjet handling","{0} files":"{0} filer","{0} files ({1} in total)":"{0} filer ({1} i alt)","{0} more":"{0} mere","{0} prepended action":"{0} foranstillet handling","{0} selected":"{0} valgt","{0}-{1} of {2}":"{0}-{1} af {2}","%{n} albums found":"%{n} album fundet","%{n} files uploaded":"%{n} filer uploadet","%{n} folders found":"%{n} mapper fundet","%{n} GB of %{q} GB used":"%{n} GB af %{q} GB brugt","%{n} labels found":"%{n} etiketter fundet","%{n} people found":"%{n} personer fundet","%{n} pictures found":"%{n} billeder fundet","%{s} is too long":"%{s} er for lang","%{s} is too short":"%{s} er for kort","%d entries added to %s":"%d poster tilføjet til %s","%d entries removed from %s":"%d poster fjernet fra %s","%d files uploaded in %d s":"%d filer uploadet på %d s","%s already exists":"%s findes allerede","%s has been restored":"%s er blevet genoprettet","1 hour":"1 time","12 hours":"12 timer","2-Factor Authentication":"2-faktor-godkendelse","2FA":"2FA","4 hours":"4 timer","A click will copy it to your clipboard.":"Et klik kopierer det til dit udklipsholder.","A new version of %{s} is available:":"En ny version af %{s} er tilgængelig:","About":"Om","Access granted.":"Adgang bevilget.","Access revoked.":"Adgangen er blevet inddraget.","Access Token":"Adgangstoken","Account":"Konto","Account created":"Konto oprettet","Account deleted":"Konto slettet","Account Group Mappings":"Tilknytning af kontogrupper","Account not found":"Kontoen blev ikke fundet","Account restored":"Konto gendannet","Account saved":"Gemte konto","Accounts":"Konti","Accuracy":"Nøjagtighed","Action":"Handling","Actions":"Handlinger","Activate":"Aktivér","Activate to remove sorting.":"Aktiver for at fjerne sorteringen.","Activate to sort ascending.":"Aktivér for at sortere stigende.","Activate to sort descending.":"Aktivér for at sortere faldende.","Activation Code":"Aktiveringskode","Activity":"Aktivitet","Add":"Tilføj","Add %{s}?":"Tilføj %{s}?","Add a Caption":"Tilføj en billedtekst","Add Account":"Tilføj konto","Add Album":"Tilføj album","Add Link":"Tilføj link","Add Notes":"Tilføj noter","Add person?":"Tilføj person?","Add pictures from search results by selecting them.":"Tilføj billeder fra søgeresultater ved at vælge dem.","Add to album":"Føj til albummet","Add to all":"Tilføj til alle","Add to all selected photos":"Tilføj til alle valgte fotos","Added":"Tilføjet","Added %{name}":"%{name} er blevet tilføjet","Adjust Camera Info":"Juster kamerainfo","Adjust Date & Time":"Juster dato og tid","Adjust Location":"Juster placering","Admin":"Admin","Advanced":"Avanceret","Advertise URL":"Annoncer URL","After 1 day":"Efter 1 dag","After 3 days":"Efter 3 dage","After 7 days":"Efter 7 dage","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Når du har indtastet din adgangskode til bekræftelse, kan du konfigurere to-faktor-godkendelse med en kompatibel godkendelsesapp eller enhed:","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 %s deleted":"Album %s slettet","Album Backups":"Sikkerhedskopier af album","Album contents cloned":"Albumindhold klonet","Album created":"Album oprettet","Album deleted":"Albummet er slettet","Album not found":"Album ikke fundet","Album saved":"Album gemt","Albums":"Album","Albums deleted":"Albums slettet","All":"Alle","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Tillad konfiguration og brug af forbundne apps og tjenester til fjernupload og synkronisering.","Allow editing of metadata such as title, description, date, and location.":"Tillad redigering af metadata som titel, beskrivelse, dato og placering.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Gør det muligt at redigere metadata, etiketter og album for flere billeder på én gang.","Allow files to be copied or moved from the Import to the Originals folder.":"Aktivér importværktøjet for at kopiere eller flytte filer fra importmappen til originaler.","Allow files to be permanently deleted to free up storage space.":"Gør det muligt at slette filer permanent for at frigøre lagerplads.","Allow users to archive photos and videos so they are hidden without being deleted.":"Giv brugerne mulighed for at arkivere fotos og videoer, så de skjules uden at blive slettet.","Allow users to create and share links, and enable sharing with connected services.":"Giv brugerne mulighed for at oprette og dele links, og gør det muligt at dele med forbundne tjenester.","Allow users to upload new photos and videos through the web interface.":"Giv brugerne mulighed for at uploade nye fotos og videoer via webinterfacet.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativt kan du uploade filer direkte til WebDAV-servere såsom Nextcloud.","Altitude":"Højde","Altitude (m)":"Højde (m)","AM":"AM","Animated":"Animeret","Animation":"Animation","Animations":"Animationer","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","Application":"Applikation","Applications":"Anvendelser","Approve":"Godkend","Approve and save changes":"Godkend og gem ændringer","Apps and Devices":"Apps og enheder","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 delete this album?":"Er du sikker på, at du vil slette dette album?","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?","Are you sure?":"Er du sikker?","Artist":"Kunstner","Aspect Ratio":"Billedformat","Attributes":"Egenskaber","Audio":"Lyd","Audit Log":"Lyd","Authentication":"Godkendelse","Auto":"Auto","Back":"Tilbage","Back to top":"Tilbage til toppen","Backup":"Backup","Badge":"Badge","Base Path":"Basis sti","Batch":"Batch","Batch Edit":"Batch-redigering","Become a member today, support our mission and enjoy our member benefits!":"Bliv medlem i dag, støt vores mission og få glæde af vores medlemsfordele!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Da vi er 100 % selvfinansierede og uafhængige, kan vi love dig, at vi aldrig vil sælge dine data, og at vi altid vil være gennemsigtige med hensyn til vores software og tjenester.","Bio":"Biografi","Birth Date":"Fødselsdato","Black":"Sort","Blue":"Blå","Brown":"Brun","Browse":"Gennemse","Browse Files":"Gennemse filer","Browse Pictures":"Gennemse billeder","Bug Report":"Fejlrapport","Busy, please try again later":"Optaget, prøv venligst igen senere","Busy, please wait…":"Optaget, vent venligst …","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Ved at bruge den software og de tjenester, vi tilbyder, accepterer du vores servicevilkår, privatlivspolitik og adfærdskodeks.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kameraet blev ikke fundet","Camera Serial":"Kamera serienummer","Can't access your authenticator app or device?":"Kan du ikke få adgang til din authenticator-app eller -enhed?","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","Cannot copy to clipboard":"Kan ikke kopiere til udklipsholder","Caption":"Billedtekst","Cards":"Kort","Carousel slide {0} of {1}":"Karrusel-slide {0} af {1}.","Cast":"Medvirkende","Category":"Kategori","Change Avatar":"Ændre Avatar","Change Password":"Ændre adgangskode","Change private flag":"Ændre privat flag","Changes could not be saved":"Ændringer kunne ikke gemmes","Changes successfully saved":"Ændringer gemt med succes","Changes to the advanced settings require a restart to take effect.":"Ændringer i de avancerede indstillinger kræver en genstart for at træde i kraft.","Checked":"Kontrolleret","Choose an instance to continue:":"Vælg en instans for at fortsætte:","Chroma":"Chroma","Cleaning index and cache":"Oprydning af indeks og cache","Cleanup":"Oprydning","Clear":"Klar","Clear {0}":"Ryd {0}","Client":"Kunde","Close":"Luk","Cluster":"Klynge","Cluster Admin":"Klyngeadministrator","Cluster Node":"Klyngeknudepunkt","Codec":"Codec","Color":"Farve","Color Profile":"Farveprofil","Colors":"Farver","Compare Editions":"Sammenlign udgaver","Complete Rescan":"Komplet scanning","Confidence":"Tillid","Confirm":"Bekræft","Connect":"Opret forbindelse","Connect via WebDAV":"Opret forbindelse via WebDAV","Connected":"Tilsluttet","Contact Details":"Kontaktoplysninger","Contact Us":"Kontakt os","Contains %{n} pictures.":"Indeholder %{n} billeder.","Contains one picture.":"Indeholder et billede.","Content":{"":"Indhold","Edit":"Indhold"},"Continue":"Fortsæt","Contributor":"Bidragyder","Converting":"Konverterer","Copied to clipboard":"Kopieret til udklipsholderen","Copy":"Kopier","Copying files from %s":"Kopierer filer fra %s","Copyright":"Ophavsret","Could not be deleted":"Kunne ikke slettes","Could not connect, please try again":"Kunne ikke oprette forbindelse, prøv venligst igen","Could not update person cover":"Kunne ikke opdatere personcover","Couldn't find anything.":"Kunne ikke finde noget.","Country":"Land","Create Account":"Opret konto","Create album":"Opret album","Create regular backups based on the configured schedule.":"Opret sikkerhedskopier af indeks baseret på den konfigurerede tidsplan.","Create YAML files to back up album metadata.":"Opret YAML-filer til sikkerhedskopiering af albummet.","Create YAML sidecar files to back up picture metadata.":"Opret YAML-sidevognsfiler til sikkerhedskopiering af billedmetadata.","Created":"Oprettet","Creating thumbnails for":"Opretter miniaturer til","Current Password":"Nuværende kodeord","Custom":"Brugerdefineret","Cyan":"Cyan","Daily":"Dagligt","Database":"Database","Database Backups":"Sikkerhedskopiering af databaser","Databases":"Databaser","Date & Time":"Dato og tid","Day":"Dag","Deactivate":"Deaktiver","Debug Logs":"Fejlfindingslog","Default":"Standard","Default Folder":"Standardmappe","Delete":"Slet","Delete Album":"Slet album","Delete All":"Slet alle","Delete all?":"Slet alle?","Delete orphaned index entries, sidecar files and thumbnails.":"Slet forældreløse indeksposter, sidevognsfiler og miniaturebilleder.","deleted":"slettet","Description":"Beskrivelse","Detailed instructions can be found in our User Guide.":"Detaljerede instruktioner kan findes i vores brugervejledning.","Details":"Detaljer","Dimensions":"Dimensioner","Disable all face detection and recognition features.":"Deaktiver alle funktioner til ansigtsregistrering og -genkendelse.","Disable Backups":"Deaktiver sikkerhedskopier","Disable Darktable":"Deaktivere Darktable","Disable ExifTool":"Deaktiver ExifTool","Disable Faces":"Deaktiver ansigter","Disable features that require write permission for the originals folder.":"Deaktiver funktioner, der kræver skrivetilladelse til originalmappen.","Disable FFmpeg":"Deaktiver FFmpeg","Disable ImageMagick":"Deaktiver ImageMagick","Disable interactive world maps and reverse geocoding.":"Deaktiver interaktive verdenskort og omvendt geokodning.","Disable MCP":"Slå MCP fra","Disable Places":"Deaktiver steder","Disable RawTherapee":"Deaktivere RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Deaktiver API-slutpunktet MCP (Model Context Protocol) for AI-agentintegrationer.","Disable Vectors":"Deaktivere vektorer","Disable WebDAV":"Deaktiver WebDAV","Disabled":"Deaktiveret","Disables vector graphics support.":"Deaktiverer understøttelse af vektorgrafik.","Disables video transcoding and thumbnail extraction.":"Deaktiverer video-omkodning og dannelse af miniaturebilleder.","Discard":"Kassér","Discard changes and close":"Kassér ændringer og luk","Discard invalid changes?":"Kassere ugyldige ændringer?","Discard unsaved changes?":"Kassere ikke-gemte ændringer?","Discover":"Opdag","Dismiss":"Afslå","Display Name":"Vis navn","Display picture captions in search results.":"Vis billedtekster i søgeresultater.","Display picture titles in search results.":"Vis billedtitler i søgeresultater.","Document":"Dokument","Documents":"Dokumenter","Don't use Darktable to convert RAW images.":"Du må ikke bruge Darktable til at konvertere RAW-filer.","Don't use ImageMagick to convert images.":"Brug ikke ImageMagick til at konvertere billeder.","Don't use RawTherapee to convert RAW images.":"Du må ikke bruge RawTherapee til at konvertere RAW-filer.","Done":"Færdig","Done.":"Udført.","Download":"Download","Download only original media files, without any automatically generated files.":"Download kun originale mediefiler, uden automatisk genererede filer.","Download remote files":"Download fjernfiler","Downloading…":"Downloader…","Drag and drop files here":"Træk og slip filer her","Driver":"Chauffør","Duplicates will be skipped and only appear once.":"Duplikater springes over og vises kun én gang.","Duration":"Varighed","Dynamic Previews":"Dynamiske miniaturebilleder","Dynamic Size Limit: %{n}px":"Grænse for dynamisk størrelse: %{n}px","Edit":"Redigere","Edit %{s}":"Rediger %{s}","Edit Account":"Rediger konto","Edit Photo":"Rediger Billede","Edit Photos (%{n})":"Rediger fotos (%{n})","Edited":"Redigeret","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Aktivér debug-tilstand for at få vist yderligere logfiler og hjælp til fejlfinding.","Enable downloading of original and sidecar files from the web interface.":"Gør det muligt at downloade original- og sidevognsfiler fra webgrænsefladen.","Enable face recognition and the People view to easily find people you know.":"Aktivér ansigtsgenkendelse og visningen Personer, så du nemt kan finde folk, du kender.","Enable new features that may be incomplete or unstable.":"Aktivér nye funktioner, der kan være ufuldstændige eller ustabile.","Enable the file browser to navigate the Originals folder structure.":"Aktivér filbrowseren for at navigere i mappestrukturen for originaler.","Enables RAW converter presets. May reduce performance.":"Aktiverer RAW-konverteringsindstillinger. Kan reducere ydeevnen.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Aktivering af to-faktor-godkendelse betyder, at du skal bruge en tilfældigt genereret bekræftelseskode for at logge ind, så selvom nogen får adgang til din adgangskode, vil de ikke kunne få adgang til din konto.","Engine":"Motor","Enter date":"Indtast dato","Enter dates":"Indtast datoer","Enter item name...":"Indtast varens navn...","Enter the code generated by your authenticator app:":"Indtast den kode, der genereres af din autentificeringsapp:","Enter verification code":"Indtast verifikations kode","Enter your password to confirm the action and continue:":"Indtast din adgangskode for at bekræfte handlingen og fortsæt:","Entity not found":"Enheden blev ikke fundet","Error":"Fejl","Errors":"Fejl","Estimate":"Skøn","Estimate Locations":"Anslå placeringer","Estimate the approximate location of pictures without GPS coordinates.":"Anslå den omtrentlige placering af billeder uden GPS-koordinater.","Every two days":"Hver anden dag","Exclude hidden":"Udelukke skjulte","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metadataudtræk med ExifTool er påkrævet for fuld understøttelse af video, livefoto og XMP.","Experimental Features":"Eksperimentelle funktioner","Expires":"Udløber","Exposure":"Eksponering","Extract still images and generate thumbnails while indexing.":"Udtræk stillbilleder og generer thumbnails under indeksering.","F Number":"F-nummer","Face":"Ansigt","Face not found":"Ansigt ikke fundet","Faces":"Ansigter","Failed creating file, please check permissions":"Oprettelse af fil mislykkedes, tjek venligst tilladelser","Failed creating folder, please check permissions":"Oprettelse af mappe mislykkedes, tjek venligst tilladelser","Failed removing link":"Linket kunne ikke fjernes","Failed to connect account.":"Kunne ikke oprette forbindelse til konto.","Failed to create zip file":"Det lykkedes ikke at oprette zip-fil","Failed to load users.":"Det lykkedes ikke at indlæse brugere.","Failed to remove face marker":"Kunne ikke fjerne ansigtsmarkøren","Failed to remove name":"Kunne ikke fjerne navn","Failed to restart server":"Det lykkedes ikke at genstarte serveren","Failed to save changes":"Kunne ikke gemme ændringer","Failed to save face marker":"Kunne ikke redde ansigtsmarkør","Failed to save name":"Kunne ikke gemme navn","Failed updating link":"Linket kunne ikke opdateres","Family Name":"Efternavn","Fast":"Hurtig","Favorite":"Favorit","Favorites":"Favoritter","Feature disabled":"Funktion deaktiveret","Feature Request":"Funktionsanmodning","Female":"Kvinde","File":"Fil","File Browser":"Filbrowser","File Conversion":"Konvertering af filer","File deleted":"Fil slettet","File Name":"Filnavn","File not found":"Filen blev ikke fundet","File removed from stack":"Fil fjernet fra stakken","File Size":"Filstørrelse","File too large":"Filen er for stor","File uploaded":"Fil uploadet","Filename":"Filnavn","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.","First page":"Første side","Focal Length":"Brændvidde","Folder":"Mappe","Folder contains %{n} files":"Mappen indeholder %{n} filer","Folder is empty":"Mappen er tom","Folders":"Mapper","Forgot password?":"Glemt adgangskode?","FPS":"FPS","Frames":"Rammer","Full Access":"Fuld adgang","Fullscreen":"Fuld skærm","General":"General","Generate":"Frembringe","Generate Previews":"Generer forhåndsvisninger","Generated":"Genereret","Get Started":"Kom godt i gang","Given Name":"Fornavn","Global Options":"Globale indstillinger","Go to page {0}":"Gå til side {0}.","Gold":"Guld","Green":"Grøn","Grey":"Grå","Groups":"Grupper","Guest":"Gæster","Hash":"Hash","Help":"Hjælp","Help & Support":"Hjælp og Support","Hidden":"Skjult","Hidden Files":"Skjulte filer","Hide":"Skjul","Hide Caption":"Skjul billedtekst","Hide face markers":"Skjul ansigtsmarkører","Hide private content from global views while keeping it accessible in the Private section.":"Skjul private elementer fra globale visninger, men hold dem tilgængelige i sektionen Privat.","High":"Høj","High Dynamic Range (HDR)":"Høj dynamisk rækkevidde (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Hvis du mister adgangen til din godkendelsesapp eller enhed, kan du bruge din gendannelseskode til at få adgang til din konto igen.","Image":"Billede","Image Quality":"Billedkvalitet","Import":"Importere","Import canceled":"Import annulleret","Import completed in %d s":"Import afsluttet efter %d s","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.","Importing %{s}…":"Importerer %{s} …","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.","Include RAW image files when downloading stacks and archives.":"Medtag RAW-billedfiler, når du downloader stakke og arkiver.","Include sidecar files when downloading stacks and archives.":"Medtag sidecar-filer, når du downloader stakke og arkiver.","Increase storage size or delete files to continue.":"Øg lagerstørrelsen eller slet filer for at fortsætte.","Index":"Indeks","Indexing":"Indeksering","Indexing canceled":"Indeksering annulleret","Indexing completed in %d s":"Indeksering afsluttet efter %d s","Indexing failed":"Indeksering fejlede","Indexing files in %s":"Indeksering af filer i %s","Indexing media and sidecar files…":"Indekserer medie- og sidecar filer…","Indexing originals...":"Indeksering af originaler...","Information":"Information","Inherit":"Arve","Instance":"Forekomst","Instance ID":"Instans-id","Instance unreachable. Try again once it's back online.":"Der kan ikke oprettes forbindelse til instansen. Prøv igen, når den er online igen.","Instances":"Forekomster","Insufficient storage":"Utilstrækkelig opbevaring","Insufficient storage.":"Utilstrækkelig opbevaring.","Interval":"Interval","Invalid":"Ugyldig","Invalid address":"Ugyldig adresse","Invalid country":"Ugyldigt land","Invalid credentials":"Ugyldige legitimationsoplysninger","Invalid date":"Ugyldig dato","Invalid link":"Ugyldigt link","Invalid name":"Ugyldigt navn","Invalid parameters":"Ugyldige parametre","Invalid password, please try again":"Ugyldig adgangskode, prøv venligst igen","Invalid photo selected":"Ugyldigt foto valgt","Invalid time":"Ugyldig tid","Invalid URL":"Ugyldig URL","Invalid verification code, please try again":"Ugyldig bekræftelseskode. Prøv venligst igen","IP Address":"IP-adresse","It is a one-time use code that will disable 2FA for your account when you use it.":"Det er en engangskode, der vil deaktivere tofaktorgodkendelse for din konto, når du bruger den.","Item":"Element","Items per page:":"Elementer pr. side:","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.","Keyword":"Nøgleord","Keywords":"Nøgleord","Label":"Etiket","Label not found":"Etiket ikke fundet","Label saved":"Etikette gemt","Labels":"Etiketter","Labels deleted":"Etiketter slettet","Language":"Sprog","Last Active":"Sidst aktiv","Last Login":"Sidste login","Last page":"Sidste side","Last Sync":"Seneste synkronisering","Last Used":"Sidst brugt","Latitude":"Breddegrad","LDAP/AD":"LDAP/AD","Learn more":"Få mere at vide","Learn More":"Få mere at vide","Legal Information":"Juridiske oplysninger","Lens":"Linse","Lens not found":"Objektiv ikke fundet","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","Link":"Link","List":"Liste","List View":"Listevisning","Live":"Direkte","Live Photos":"Live-fotos","Load more":"Læs mere","Loading items...":"Indlæser varer...","Loading...":"Indlæser...","Local":"Lokal","Local Time":"Lokal tid","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å","Logs":"Logfiler","Longitude":"Længdegrad","Lost server connection":"Mistet serverforbindelse","Low":"Lav","Magenta":"Magenta","Main Color":"Hovedfarve","Male":"Mand","Manage Account":"Administrer konto","Manager":"Leder","Manual":"Manuel","Manual Upload":"Manuel upload","Maps":"Kort","Marker":"Markør","Maximum number of accounts has been reached.":"Det maksimale antal konti er nået.","Media":"Medier","Medium":"Mellem","Membership":"Medlemskab","Merge %{a} with %{b}?":"Sammenlægning af %{a} med %{b}?","Message":"Besked","Metadata":"Metadata","Metrics":"Metrikker","Minimize":"Minimer","Missing":"Mangler","Missing or invalid configuration":"Manglende eller ugyldig konfiguration","mixed":"blandet","Moments":"Øjeblikke","Monochrome":"Monokrom","Month":"Måned","More options":"Flere muligheder","Mosaic":"Mosaik","Most Relevant":"Mest relevante","Move Files":"Flyt filer","Moving files from %s":"Flytter filer fra %s","Must have at least %{n} characters.":"Skal indeholde mindst %{n} tegn.","Mute":"Dæmpet","Name":"Navn","Name too long":"Navn for langt","Never":"Aldrig","New":"Nyt","New Password":"Nyt kodeord","Newest First":"Nyeste først","Next":"Næste","Next page":"Næste side","Next visual":"Næste billede","No":"Nej","No Access":"Ingen adgang","No albums assigned":"Ingen album tildelt","No albums found":"Ingen album fundet","No albums selected":"Ingen album valgt","No data available":"Ingen tilgængelige data","No files available for download":"Ingen filer til rådighed til download","No items selected":"Ingen emner valgt","No labels assigned":"Ingen etiketter tildelt","No labels found":"Ingen etiketter fundet","No labels selected":"Ingen etiketter valgt","No matching records found":"Ingen matchende optegnelser fundet","No more":"Ikke mere","No people found":"Ingen personer fundet","No pictures found":"Ingen billeder fundet","No recently edited pictures":"Ingen nyligt redigerede billeder","No registered instances.":"Der er ingen registrerede forekomster.","No results":"Ingen resultater","No server connection":"Ingen serverforbindelse","No servers configured.":"Ingen servere konfigureret.","No services configured.":"Ingen tjenester er konfigureret.","No thanks":"Nej tak","No users on this instance.":"Der er ingen brugere på denne instans.","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.","Node":"Knudepunkt","Nodes":"Knudepunkter","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","Not allowed":"Ikke tilladt","Not available in public mode":"Ikke tilgængelig i offentlig tilstand","Not available in read-only mode":"Ikke tilgængelig i skrivebeskyttet tilstand","Not found":"Ikke fundet","Not sorted.":"Ikke sorteret.","Not supported":"Ikke understøttet","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.","Notes":"Bemærkninger","Nothing to see here yet.":"Der er ikke noget at se her endnu.","Nothing was found.":"Intet fundet.","Offline":"Offline","OK":"OK","Oldest First":"Ældste først","On Windows, enter the following resource in the connection dialog:":"På Windows skal du indtaste følgende ressource i forbindelsesdialogboksen:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generering af miniaturebilleder efter behov kan medføre et højt CPU- og hukommelsesforbrug. Det anbefales ikke til ressourcebegrænsede servere og NAS-enheder.","Once a week":"En gang om ugen","One album found":"Et album fundet","One entry added to %s":"En post tilføjet til %s","One entry removed from %s":"En post fjernet fra %s","One file found":"En fil fundet","One file uploaded":"En fil uploadet","One folder found":"En mappe fundet","One label found":"En etiket fundet","One person found":"En person fandt","One picture found":"Et billede fundet","Only locally managed accounts can be set up for authentication with 2FA.":"Kun lokalt administrerede konti kan konfigureres til godkendelse med 2FA.","Open":"Åben","optional":"valgfri","or":"eller","Orange":"Orange","Organization":"Organisation","Orientation":"Orientering","Original file names will be stored and indexed.":"Oprindelige filnavne gemmes og indekseres.","Original Name":"Oprindeligt navn","Originals":"Originaler","Originals folder is empty":"Mappen Originaler er tom","Other":"Andre","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Vores mission er at levere den mest bruger- og privatlivsvenlige løsning til at holde dine billeder organiseret og tilgængelige.","Outdoor":"Udendørs","Page {0}, Current page":"Side {0}, aktuel side","Pages":"Sider","Pagination Navigation":"Paginering af navigation","Panorama":"Panorama","Panoramas":"Panoramaer","Part of all selected photos":"En del af alle udvalgte fotos","Part of some selected photos":"En del af nogle udvalgte fotos","Password":"Adgangskode","Password changed":"Adgangskode ændret","Pause":"Pause","Payment required":"Betaling kræves","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":"Permanent slettet","Permission denied":"Tilladelse nægtet","Person":"Person","Person cover updated":"Personcover opdateret","Person deleted":"Person slettet","Person not found":"Person ikke fundet","Person saved":"Person gemt","Personal":"Personlig","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism er 100 % selvfinansieret og uafhængig.","PhotoPrism+ Membership":"PhotoPrism+-medlemskab","Photos":"Fotos","Picture":"Billede","Picture Title":"Billedets titel","Pink":"Lyserød","Pinned":"Fastgjort","Place":"Sted","Place & Time":"Sted og tid","Places":"Steder","Play":"Afspil","Please confirm your new password.":"Bekræft din nye adgangskode.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopier venligst følgende tilfældigt genererede app-adgangskode og opbevar det et sikkert sted, da du ikke får muligheden for at se den igen:","Please do not upload any private, unlawful or offensive pictures.":"Upload venligst ikke private, ulovlige eller stødende billeder.","Please don't upload photos containing offensive content.":"Upload ikke billeder, der indeholder stødende indhold.","Please enter OTP character {0}":"Indtast venligst OTP-tegn {0}.","Please log in to your account":"Log ind på din konto","Please note that changing your password will log you out on other devices and browsers.":"Bemærk, at du ved at ændre din adgangskode bliver logget af på andre enheder og browsere.","Please restart your instance for the changes to take effect.":"Genstart din instans for at ændringerne kan træde i kraft.","Please wait…":"Vent venligst…","PM":"PM","PNG Size Limit: %{n}px":"PNG maks størrelse: %{n}px","Portal":"Portal","Portrait":"Portræt","Preserve filenames":"Bevar filnavne","Press enter to create a new album.":"Tryk på enter for at oprette et nyt album.","Press enter to create new item":"Tryk enter for at oprette et nyt element","Prevent database and album backups as well as YAML sidecar files from being created.":"Forhindrer, at der oprettes sikkerhedskopier af databaser og album samt YAML-sidevognsfiler.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Afvis andre apps adgang til PhotoPrism som et delt netværksdrev.","Preview":"Forhåndsvisning","Preview Images":"Forhåndsvis billeder","Previous":"Tidligere","Previous page":"Forrige side","Previous visual":"Tidligere visuel","Primary":"Primær","Private":"Privat","Processing upload...":"Behandling af upload...","Product Feedback":"Produktfeedback","Projection":"Projektion","Purple":"Lilla","Quality Filter":"Kvalitetsfilter","Quality Score":"Kvalitetsresultat","Quota exceeded":"Kvote overskredet","Random":"Tilfældig","Rating {0} of {1}":"Bedømmelse {0} af {1}","Raw":"Raw","RAW":"RAW","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":"Senest tilføjet","Recently Archived":"Arkiveret for nylig","Recently Edited":"Senest redigeret","Recognition starts after indexing has been completed.":"Genkendelsen starter, når indekseringen er afsluttet.","Recognized":"Anerkendt","Recovery Code":"Genopretningskode","Red":"Rød","Refresh":"Opdatering","Regions":"Regioner","Register":"Registrer","Reload":"Genindlæs","Reloading…":"Genindlæser…","Remote Sync":"Fjernsynkronisering","Remove":"Fjern","remove failed: unknown album":"fjern mislykkedes: ukendt album","Remove from Album":"Fjern fra albummet","Remove from all":"Fjern fra alle","Remove from all selected photos":"Fjern fra alle valgte fotos","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.","Remove the selected instance from the cluster registry?":"Fjerne den valgte instans fra klyngeregistret?","Removed":"Fjernet","Removed %{name}":"%{name} er blevet fjernet","Removed %d files and %d photos":"Fjernede %d filer og %d fotos","Repeated":"Gentaget","Request failed - are you offline?":"Anmodning mislykkedes - er du offline?","Request failed - invalid response":"Anmodningen mislykkedes - ugyldigt svar","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Kræv, at ikke-fotografiske billeder og billeder af lav kvalitet skal gennemgås, før de vises i søgeresultaterne.","Resolution":"Opløsning","Restart":"Genstart","Restore":"Gendan","Restored":"Genoprettet","Retry Limit":"Grænse for gentagelse","Retype Password":"Indtast adgangskoden igen","Review":"Gennemgang","Role":"Rolle","Roles":"Roller","Rotated":"Roteret","Rows per page:":"Rækker pr. side:","Satellite":"Satellit","Save":"Gem","Save changes":"Gem ændringer","Scan":"Scan","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scan QR-koden med din autentificeringsapp eller brug opsætningsnøglen vist nedenfor, og indtast derefter den genererede bekræftelseskode:","Scans":"Scanninger","Scope":"Omfang","Scopes":"Kikkertundersøgelser","Search":"Søg","Season":"Sæson","Secret":"Hemmelighed","Security and Access":"Sikkerhed og adgang","Select":"Vælg","Select a source folder to import files…":"Vælg en kildemappe til at importere filer…","Select date":"Vælg dato","Select dates":"Vælg datoer","Select or create albums":"Vælg eller opret album","Select or create labels":"Vælg eller opret etiketter","Select or drop files to upload…":"Vælg eller slip filer, der skal uploades…","Select the files to upload…":"Vælg de filer, der skal uploades…","Select the folder to be indexed…":"Vælg den mappe, der skal indekseres…","Select Time":"Vælg tid","Selection":"Udvælgelse","Selection added to %s":"Valg tilføjet til %s","Selection approved":"Udvælgelse godkendt","Selection archived":"Udvælgelse arkiveret","Selection marked as private":"Udvalgte er markeret som privat","Selection not found":"Valget blev ikke fundet","Selection restored":"Udvalgte gendannet","Sequential Name":"Sekventielt navn","Service":"Service","Service URL":"Service-URL","Services":"Tjenester","Session":"Session","Session ID":"Sessions-ID","Sessions":"Sessioner","Set as Album Cover":"Set som albumcover","Set as Cover Image":"Indstil som forsidebillede","Settings":"Indstillinger","Settings saved":"Indstillinger gemt","Setup":"Opsætning","Severity":"Alvorlighed","Share":"Del","Share %{s}":"Del %{s}","Show":"Vis","Show All Labels":"Vis alle etiketter","Show all new faces":"Vis alle nye ansigter","Show Caption":"Vis billedtekst","Show Captions":"Vis billedtekster","Show face markers":"Vis ansigtsmarkører","Show hidden":"Vis skjult","Show Important Only":"Vis kun vigtigt","Show logs in the web interface to monitor activity and troubleshoot problems.":"Vis logfiler i webgrænsefladen for at overvåge aktivitet og fejlfinde problemer.","Show smart albums that group pictures by occasion, trip, or location.":"Vis smarte album, der grupperer billeder efter anledning, rejse eller sted.","Show the Account page so users can manage their profile and security settings.":"Vis siden Konto, så brugerne kan administrere deres profil og sikkerhedsindstillinger.","Show the Calendar view to browse the library by year and month.":"Vis kalendervisningen for at gennemse biblioteket efter år og måned.","Show the Labels section to view and manage AI-generated labels.":"Vis sektionen Labels for at se og administrere AI-genererede labels.","Show the Library section to index, manage, and monitor the media library.":"Vis sektionen Library for at indeksere, administrere og overvåge mediebiblioteket.","Show the Places view with interactive maps so you can browse photos by location.":"Vis Places-visningen med interaktive kort, så du kan gennemse fotos efter sted.","Show Titles":"Vis titler","Sidecar":"Sidevogn","Sidecar Files":"Sidevognsfiler","Sign in":"Log ind","Sign Out":"Log ud","Similar":"Lignende","Site URL":"Webstedets URL","Size":"Størrelse","Slideshow":"Diasshow","Slow":"Langsom","Software":"Software","Software Update":"Opdatering af software","Some albums could not be copied":"Nogle albums kunne ikke kopieres","Some albums could not be created. Please edit the names and try again.":"Nogle albums kunne ikke oprettes. Rediger venligst navnene, og prøv igen.","Some albums could not be updated":"Nogle albums kunne ikke opdateres","Something went wrong, try again":"Noget gik galt, prøv igen","Sort by":"Sorter efter","Sort by Name (A–Z)":"Sorter efter navn (A-Z)","Sort by Photo Count":"Sorter efter antal fotos","Sort by Relevance":"Sorter efter relevans","Sort Order":"Sorteringsrækkefølge","Sorted ascending.":"Sorteret i stigende rækkefølge.","Sorted descending.":"Sorteret i faldende rækkefølge.","Source":"Kilde","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","Start":"Start","Start Page":"Startside","Static Size Limit: %{n}px":"Grænse for statisk størrelse: %{n}px","Status":"Status","Stay signed in on this device":"Bliv ved med at være logget ind på denne enhed","Stop Casting":"Stop optagelsen","Storage":"Diskplads","Streets":"Gader","Subject":"Emne","Subject deleted":"Emne slettet","Subject not found":"Emne ikke fundet","Subject saved":"Emne gemt","Successfully activated":"Aktivering lykkedes","Successfully Connected":"Succesfuldt tilsluttet","Successfully deleted":"Sletning lykkedes","Successfully verified":"Verifikation lykkedes","Super Admin":"Super Admin","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.","Support Our Mission":"Støt vores mission","Sync":"Synkronisere","Sync raw and video files":"Synkroniser raw og videofiler","Taken":"Taget","Teal":"Krikand","Terrain":"Terræn","Text":"Tekst","Thank You for Your Support!":"Tak for din støtte!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Derfor er PhotoPrism bygget helt fra bunden til at kunne køre hvor som helst, du har brug for det, uden at gå på kompromis med frihed, privatlivets fred eller funktionalitet.","The index currently contains %{n} hidden files.":"Indekset indeholder i øjeblikket %{n} skjulte filer.","The instance rejected the cluster credentials.":"Instansen afviste klyngens legitimationsoplysninger.","The instance returned an unexpected redirect.":"Instansen returnerede en uventet omdirigering.","The wakeup interval is %s, but must be 1h or less":"Vækningsintervallet er %s, men skal være 1 time eller mindre","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 account is missing an ID and can't be edited.":"Denne konto mangler et ID og kan ikke redigeres.","This field is required":"Dette felt er påkrævet","This instance has no site URL configured.":"Der er ikke konfigureret nogen webadressen for denne instans.","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 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.","Time":"Tid","Time UTC":"Tid UTC","Time Zone":"Tidszone","Timeout":"Timeout","Title":{"":"Titel","Account":"Titel","Photo":"Titel"},"Title / Position":"Titel / stilling","to":"til","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"For at undgå at blive låst ude af din konto skal du downloade, udskrive eller kopiere denne gendannelseskode nu og opbevare den et sikkert sted.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"For at generere en ny app-specifik adgangskode skal du indtaste navnet og godkendelsesomfanget for applikationen og vælge en udløbsdato:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"For at skifte til en ny autentificeringsapp eller enhed skal du først deaktivere tofaktorgodkendelse og derefter genaktivere den:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"For at opgradere kan du enten indtaste en aktiveringskode eller klikke på \"Registrer\" for at tilmelde dig på vores websted:","Today":"I dag","Toggle View":"Skift visning","Token":"Token","Too many files selected":"For mange filer valgt","Too many requests":"For mange anmodninger","Troubleshooting":"Fejlfinding","Try again using other filters or keywords.":"Prøv igen ved hjælp af andre filtre eller nøgleord.","Two-factor authentication has been enabled for your account.":"To-faktor-godkendelse er blevet aktiveret for din konto.","Type":"Type","Unable to delete":"Kan ikke slette","Unable to do that":"Det kan jeg ikke","Unassign":"Fjern tildelingen","Unauthorized":"Uautoriseret","Undo":"Fortryd","Unique ID":"Unikt ID","Unknown":"Ukendt","Unknown location":"Ukendt sted","Unregistered":"Uregistreret","Unsorted":"Usorteret","Unstack":"Fjern samling","Unsupported":"Ikke understøttet","Unsupported format":"Ikke understøttet format","Unsupported type":"Ikke-understøttet type","Updated":"Opdateret","Updating faces":"Opdatering af ansigter","Updating index":"Opdaterer indeks","Updating moments":"Opdaterer øjeblikke","Updating picture…":"Opdatering af billede…","Updating previews":"Opdatering af forhåndsvisninger","Updating stacks":"Opdatering af samlinger","Upgrade":"Opgradering","Upgrade Now":"Opgrader nu","Upload":"Upload","Upload complete":"Upload fuldført","Upload complete. Indexing…":"Upload fuldført. Indekserer…","Upload failed":"Upload mislykkedes","Upload has been processed":"Upload er blevet behandlet","Upload local files":"Upload lokale filer","Upload might be offensive":"Upload kan være stødende","Upload Path":"Upload sti","Uploading %{n} of %{t}…":"Uploader %{n} af %{t}…","Uploading photos…":"Uploader fotos…","Uploading…":"Overførsel af…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Brug følgende gendannelseskode til at få adgang til din konto, når du ikke er i stand til at generere en gyldig bekræftelseskode med din godkendelsesapp:","Use your recovery code or contact an administrator for help.":"Brug din gendannelseskode, eller kontakt en administrator for at få hjælp.","User":"Bruger","User Guide":"Brugervejledning","User Interface":"Brugergrænseflade","User not found":"Bruger ikke fundet","Username":"Brugernavn","Users":"Brugere","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorer","Verification Code":"Verifikationskode","Version":"Version","Video":"Video","Video Duration":"Videoens varighed","Videos":"Videoer","View":"Vis","View search results as a list.":"Se søgeresultater som en liste.","Viewer":"Seer","Vision":"Vision","Visitor":"Besøgende","Visual Similarity":"Visuel lighed","Warning":"Advarsel","Web Login":"Web-login","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"WebGL-understøttelse er deaktiveret i din browser","Website":"Websted","White":"Hvid","Work Details":"Detaljer om arbejdet","Year":"År","Yellow":"Gul","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Du er velkommen til at kontakte os på membership@photoprism.app for at få svar på spørgsmål om dit medlemskab.","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 can search for a location or move the marker on the map to change the position:":"Du kan søge efter et sted eller flytte markøren på kortet for at ændre positionen:","You can upload up to %{n} files for test purposes.":"Du kan uploade op til %{n} filer til testformål.","You cannot change your own role.":"Du kan ikke ændre din egen rolle.","You do not have access to any instances.":"Du har ikke adgang til nogen forekomster.","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.","Your account could not be connected":"Der kunne ikke oprettes forbindelse til din konto","Your account has been successfully connected.":"Din konto er blevet forbundet.","Your browser does not support WebGL":"Din browser understøtter ikke WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Din fortsatte støtte hjælper os med at levere regelmæssige opdateringer og forblive uafhængige, så vi kan opfylde vores mission og beskytte dit privatliv.","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.","Zip created in %d s":"Zip filen blev lavet på %d s","Zoom in/out":"Zoom ind/ud","Archive":{"Noun":"Arkiver","Verb":"Arkiver"},"Add a Title":{"Photo":"Tilføj en titel"}}} \ No newline at end of file +{"da":{"{0} appended action":"{0} tilføjet handling","{0} files":"{0} filer","{0} files ({1} in total)":"{0} filer ({1} i alt)","{0} more":"{0} mere","{0} prepended action":"{0} foranstillet handling","{0} selected":"{0} valgt","{0}-{1} of {2}":"{0}-{1} af {2}","%{n} albums found":"%{n} album fundet","%{n} files uploaded":"%{n} filer uploadet","%{n} folders found":"%{n} mapper fundet","%{n} GB of %{q} GB used":"%{n} GB af %{q} GB brugt","%{n} labels found":"%{n} etiketter fundet","%{n} people found":"%{n} personer fundet","%{n} pictures found":"%{n} billeder fundet","%{s} is too long":"%{s} er for lang","%{s} is too short":"%{s} er for kort","%d entries added to %s":"%d poster tilføjet til %s","%d entries removed from %s":"%d poster fjernet fra %s","%d files uploaded in %d s":"%d filer uploadet på %d s","%s already exists":"%s findes allerede","%s has been restored":"%s er blevet genoprettet","1 hour":"1 time","12 hours":"12 timer","2-Factor Authentication":"2-faktor-godkendelse","2FA":"2FA","4 hours":"4 timer","A click will copy it to your clipboard.":"Et klik kopierer det til dit udklipsholder.","A new version of %{s} is available:":"En ny version af %{s} er tilgængelig:","About":"Om","Access granted.":"Adgang bevilget.","Access revoked.":"Adgangen er blevet inddraget.","Access Token":"Adgangstoken","Account":"Konto","Account created":"Konto oprettet","Account deleted":"Konto slettet","Account Group Mappings":"Tilknytning af kontogrupper","Account not found":"Kontoen blev ikke fundet","Account restored":"Konto gendannet","Account saved":"Gemte konto","Accounts":"Konti","Accuracy":"Nøjagtighed","Action":"Handling","Actions":"Handlinger","Activate":"Aktivér","Activate to remove sorting.":"Aktiver for at fjerne sorteringen.","Activate to sort ascending.":"Aktivér for at sortere stigende.","Activate to sort descending.":"Aktivér for at sortere faldende.","Activation Code":"Aktiveringskode","Activity":"Aktivitet","Add":"Tilføj","Add %{s}?":"Tilføj %{s}?","Add a Caption":"Tilføj en billedtekst","Add Account":"Tilføj konto","Add Album":"Tilføj album","Add Link":"Tilføj link","Add Notes":"Tilføj noter","Add person?":"Tilføj person?","Add pictures from search results by selecting them.":"Tilføj billeder fra søgeresultater ved at vælge dem.","Add to album":"Føj til albummet","Add to all":"Tilføj til alle","Add to all selected photos":"Tilføj til alle valgte fotos","Added":"Tilføjet","Added %{name}":"%{name} er blevet tilføjet","Adjust Camera Info":"Juster kamerainfo","Adjust Date & Time":"Juster dato og tid","Adjust Location":"Juster placering","Admin":"Admin","Advanced":"Avanceret","Advertise URL":"Annoncer URL","After 1 day":"Efter 1 dag","After 3 days":"Efter 3 dage","After 7 days":"Efter 7 dage","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Når du har indtastet din adgangskode til bekræftelse, kan du konfigurere to-faktor-godkendelse med en kompatibel godkendelsesapp eller enhed:","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 %s deleted":"Album %s slettet","Album Backups":"Sikkerhedskopier af album","Album contents cloned":"Albumindhold klonet","Album created":"Album oprettet","Album deleted":"Albummet er slettet","Album not found":"Album ikke fundet","Album saved":"Album gemt","Albums":"Album","Albums deleted":"Albums slettet","All":"Alle","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Tillad konfiguration og brug af forbundne apps og tjenester til fjernupload og synkronisering.","Allow editing of metadata such as title, description, date, and location.":"Tillad redigering af metadata som titel, beskrivelse, dato og placering.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Gør det muligt at redigere metadata, etiketter og album for flere billeder på én gang.","Allow files to be copied or moved from the Import to the Originals folder.":"Aktivér importværktøjet for at kopiere eller flytte filer fra importmappen til originaler.","Allow files to be permanently deleted to free up storage space.":"Gør det muligt at slette filer permanent for at frigøre lagerplads.","Allow users to archive photos and videos so they are hidden without being deleted.":"Giv brugerne mulighed for at arkivere fotos og videoer, så de skjules uden at blive slettet.","Allow users to create and share links, and enable sharing with connected services.":"Giv brugerne mulighed for at oprette og dele links, og gør det muligt at dele med forbundne tjenester.","Allow users to upload new photos and videos through the web interface.":"Giv brugerne mulighed for at uploade nye fotos og videoer via webinterfacet.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativt kan du uploade filer direkte til WebDAV-servere såsom Nextcloud.","Altitude":"Højde","Altitude (m)":"Højde (m)","AM":"AM","Animated":"Animeret","Animation":"Animation","Animations":"Animationer","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","Application":"Applikation","Applications":"Anvendelser","Approve":"Godkend","Approve and save changes":"Godkend og gem ændringer","Apps and Devices":"Apps og enheder","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 delete this album?":"Er du sikker på, at du vil slette dette album?","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?","Are you sure?":"Er du sikker?","Artist":"Kunstner","Aspect Ratio":"Billedformat","Attributes":"Egenskaber","Audio":"Lyd","Audit Log":"Lyd","Authentication":"Godkendelse","Auto":"Auto","Back":"Tilbage","Back to top":"Tilbage til toppen","Backup":"Backup","Badge":"Badge","Base Path":"Basis sti","Batch":"Batch","Batch Edit":"Batch-redigering","Become a member today, support our mission and enjoy our member benefits!":"Bliv medlem i dag, støt vores mission og få glæde af vores medlemsfordele!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Da vi er 100 % selvfinansierede og uafhængige, kan vi love dig, at vi aldrig vil sælge dine data, og at vi altid vil være gennemsigtige med hensyn til vores software og tjenester.","Bio":"Biografi","Birth Date":"Fødselsdato","Black":"Sort","Blue":"Blå","Brown":"Brun","Browse":"Gennemse","Browse Files":"Gennemse filer","Browse Pictures":"Gennemse billeder","Bug Report":"Fejlrapport","Busy, please try again later":"Optaget, prøv venligst igen senere","Busy, please wait…":"Optaget, vent venligst …","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Ved at bruge den software og de tjenester, vi tilbyder, accepterer du vores servicevilkår, privatlivspolitik og adfærdskodeks.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kameraet blev ikke fundet","Camera Serial":"Kamera serienummer","Can't access your authenticator app or device?":"Kan du ikke få adgang til din authenticator-app eller -enhed?","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","Cannot copy to clipboard":"Kan ikke kopiere til udklipsholder","Caption":"Billedtekst","Cards":"Kort","Carousel slide {0} of {1}":"Karrusel-slide {0} af {1}.","Cast":"Medvirkende","Category":"Kategori","Change Avatar":"Ændre Avatar","Change Password":"Ændre adgangskode","Change private flag":"Ændre privat flag","Changes could not be saved":"Ændringer kunne ikke gemmes","Changes successfully saved":"Ændringer gemt med succes","Changes to the advanced settings require a restart to take effect.":"Ændringer i de avancerede indstillinger kræver en genstart for at træde i kraft.","Checked":"Kontrolleret","Choose an instance to continue:":"Vælg en instans for at fortsætte:","Chroma":"Chroma","Cleaning index and cache":"Oprydning af indeks og cache","Cleanup":"Oprydning","Clear":"Klar","Clear {0}":"Ryd {0}","Client":"Kunde","Close":"Luk","Cluster":"Klynge","Cluster Admin":"Klyngeadministrator","Cluster Node":"Klyngeknudepunkt","Codec":"Codec","Color":"Farve","Color Profile":"Farveprofil","Colors":"Farver","Compare Editions":"Sammenlign udgaver","Complete Rescan":"Komplet scanning","Confidence":"Tillid","Confirm":"Bekræft","Connect":"Opret forbindelse","Connect via WebDAV":"Opret forbindelse via WebDAV","Connected":"Tilsluttet","Contact Details":"Kontaktoplysninger","Contact Us":"Kontakt os","Contains %{n} pictures.":"Indeholder %{n} billeder.","Contains one picture.":"Indeholder et billede.","Content":{"":"Indhold","Edit":"Indhold"},"Continue":"Fortsæt","Contributor":"Bidragyder","Converting":"Konverterer","Copied to clipboard":"Kopieret til udklipsholderen","Copy":"Kopier","Copying files from %s":"Kopierer filer fra %s","Copyright":"Ophavsret","Could not be deleted":"Kunne ikke slettes","Could not connect, please try again":"Kunne ikke oprette forbindelse, prøv venligst igen","Could not update person cover":"Kunne ikke opdatere personcover","Couldn't find anything.":"Kunne ikke finde noget.","Country":"Land","Create Account":"Opret konto","Create album":"Opret album","Create regular backups based on the configured schedule.":"Opret sikkerhedskopier af indeks baseret på den konfigurerede tidsplan.","Create YAML files to back up album metadata.":"Opret YAML-filer til sikkerhedskopiering af albummet.","Create YAML sidecar files to back up picture metadata.":"Opret YAML-sidevognsfiler til sikkerhedskopiering af billedmetadata.","Created":"Oprettet","Creating thumbnails for":"Opretter miniaturer til","Current Password":"Nuværende kodeord","Custom":"Brugerdefineret","Cyan":"Cyan","Daily":"Dagligt","Database":"Database","Database Backups":"Sikkerhedskopiering af databaser","Databases":"Databaser","Date & Time":"Dato og tid","Day":"Dag","Deactivate":"Deaktiver","Debug Logs":"Fejlfindingslog","Default":"Standard","Default Folder":"Standardmappe","Delete":"Slet","Delete Album":"Slet album","Delete All":"Slet alle","Delete all?":"Slet alle?","Delete orphaned index entries, sidecar files and thumbnails.":"Slet forældreløse indeksposter, sidevognsfiler og miniaturebilleder.","deleted":"slettet","Description":"Beskrivelse","Detailed instructions can be found in our User Guide.":"Detaljerede instruktioner kan findes i vores brugervejledning.","Details":"Detaljer","Dimensions":"Dimensioner","Disable all face detection and recognition features.":"Deaktiver alle funktioner til ansigtsregistrering og -genkendelse.","Disable Backups":"Deaktiver sikkerhedskopier","Disable Darktable":"Deaktivere Darktable","Disable ExifTool":"Deaktiver ExifTool","Disable Faces":"Deaktiver ansigter","Disable features that require write permission for the originals folder.":"Deaktiver funktioner, der kræver skrivetilladelse til originalmappen.","Disable FFmpeg":"Deaktiver FFmpeg","Disable ImageMagick":"Deaktiver ImageMagick","Disable interactive world maps and reverse geocoding.":"Deaktiver interaktive verdenskort og omvendt geokodning.","Disable MCP":"Slå MCP fra","Disable Places":"Deaktiver steder","Disable RawTherapee":"Deaktivere RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Deaktiver API-slutpunktet MCP (Model Context Protocol) for AI-agentintegrationer.","Disable Vectors":"Deaktivere vektorer","Disable WebDAV":"Deaktiver WebDAV","Disabled":"Deaktiveret","Disables vector graphics support.":"Deaktiverer understøttelse af vektorgrafik.","Disables video transcoding and thumbnail extraction.":"Deaktiverer video-omkodning og dannelse af miniaturebilleder.","Discard":"Kassér","Discard changes and close":"Kassér ændringer og luk","Discard invalid changes?":"Kassere ugyldige ændringer?","Discard unsaved changes?":"Kassere ikke-gemte ændringer?","Discover":"Opdag","Dismiss":"Afslå","Display Name":"Vis navn","Display picture captions in search results.":"Vis billedtekster i søgeresultater.","Display picture titles in search results.":"Vis billedtitler i søgeresultater.","Document":"Dokument","Documents":"Dokumenter","Don't use Darktable to convert RAW images.":"Du må ikke bruge Darktable til at konvertere RAW-filer.","Don't use ImageMagick to convert images.":"Brug ikke ImageMagick til at konvertere billeder.","Don't use RawTherapee to convert RAW images.":"Du må ikke bruge RawTherapee til at konvertere RAW-filer.","Done":"Færdig","Done.":"Udført.","Download":"Download","Download only original media files, without any automatically generated files.":"Download kun originale mediefiler, uden automatisk genererede filer.","Download remote files":"Download fjernfiler","Downloading…":"Downloader…","Drag and drop files here":"Træk og slip filer her","Driver":"Chauffør","Duplicates will be skipped and only appear once.":"Duplikater springes over og vises kun én gang.","Duration":"Varighed","Dynamic Previews":"Dynamiske miniaturebilleder","Dynamic Size Limit: %{n}px":"Grænse for dynamisk størrelse: %{n}px","Edit":"Redigere","Edit %{s}":"Rediger %{s}","Edit Account":"Rediger konto","Edit Photo":"Rediger Billede","Edit Photos (%{n})":"Rediger fotos (%{n})","Edited":"Redigeret","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Aktivér debug-tilstand for at få vist yderligere logfiler og hjælp til fejlfinding.","Enable downloading of original and sidecar files from the web interface.":"Gør det muligt at downloade original- og sidevognsfiler fra webgrænsefladen.","Enable face recognition and the People view to easily find people you know.":"Aktivér ansigtsgenkendelse og visningen Personer, så du nemt kan finde folk, du kender.","Enable new features that may be incomplete or unstable.":"Aktivér nye funktioner, der kan være ufuldstændige eller ustabile.","Enable the file browser to navigate the Originals folder structure.":"Aktivér filbrowseren for at navigere i mappestrukturen for originaler.","Enables RAW converter presets. May reduce performance.":"Aktiverer RAW-konverteringsindstillinger. Kan reducere ydeevnen.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Aktivering af to-faktor-godkendelse betyder, at du skal bruge en tilfældigt genereret bekræftelseskode for at logge ind, så selvom nogen får adgang til din adgangskode, vil de ikke kunne få adgang til din konto.","Engine":"Motor","Enter date":"Indtast dato","Enter dates":"Indtast datoer","Enter item name...":"Indtast varens navn...","Enter the code generated by your authenticator app:":"Indtast den kode, der genereres af din autentificeringsapp:","Enter verification code":"Indtast verifikations kode","Enter your password to confirm the action and continue:":"Indtast din adgangskode for at bekræfte handlingen og fortsæt:","Entity not found":"Enheden blev ikke fundet","Error":"Fejl","Errors":"Fejl","Estimate":"Skøn","Estimate Locations":"Anslå placeringer","Estimate the approximate location of pictures without GPS coordinates.":"Anslå den omtrentlige placering af billeder uden GPS-koordinater.","Every two days":"Hver anden dag","Exclude hidden":"Udelukke skjulte","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metadataudtræk med ExifTool er påkrævet for fuld understøttelse af video, livefoto og XMP.","Experimental Features":"Eksperimentelle funktioner","Expires":"Udløber","Exposure":"Eksponering","Extract still images and generate thumbnails while indexing.":"Udtræk stillbilleder og generer thumbnails under indeksering.","F Number":"F-nummer","Face":"Ansigt","Face not found":"Ansigt ikke fundet","Faces":"Ansigter","Failed creating file, please check permissions":"Oprettelse af fil mislykkedes, tjek venligst tilladelser","Failed creating folder, please check permissions":"Oprettelse af mappe mislykkedes, tjek venligst tilladelser","Failed removing link":"Linket kunne ikke fjernes","Failed to connect account.":"Kunne ikke oprette forbindelse til konto.","Failed to create zip file":"Det lykkedes ikke at oprette zip-fil","Failed to load users.":"Det lykkedes ikke at indlæse brugere.","Failed to remove face marker":"Kunne ikke fjerne ansigtsmarkøren","Failed to remove name":"Kunne ikke fjerne navn","Failed to restart server":"Det lykkedes ikke at genstarte serveren","Failed to save changes":"Kunne ikke gemme ændringer","Failed to save face marker":"Kunne ikke redde ansigtsmarkør","Failed to save name":"Kunne ikke gemme navn","Failed updating link":"Linket kunne ikke opdateres","Family Name":"Efternavn","Fast":"Hurtig","Favorite":"Favorit","Favorites":"Favoritter","Feature disabled":"Funktion deaktiveret","Feature Request":"Funktionsanmodning","Female":"Kvinde","File":"Fil","File Browser":"Filbrowser","File Conversion":"Konvertering af filer","File deleted":"Fil slettet","File Name":"Filnavn","File not found":"Filen blev ikke fundet","File removed from stack":"Fil fjernet fra stakken","File Size":"Filstørrelse","File too large":"Filen er for stor","File uploaded":"Fil uploadet","Filename":"Filnavn","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.","First page":"Første side","Focal Length":"Brændvidde","Folder":"Mappe","Folder contains %{n} files":"Mappen indeholder %{n} filer","Folder is empty":"Mappen er tom","Folders":"Mapper","Forgot password?":"Glemt adgangskode?","FPS":"FPS","Frames":"Rammer","Full Access":"Fuld adgang","Fullscreen":"Fuld skærm","General":"General","Generate":"Frembringe","Generate Previews":"Generer forhåndsvisninger","Generated":"Genereret","Get Started":"Kom godt i gang","Given Name":"Fornavn","Global Options":"Globale indstillinger","Go to page {0}":"Gå til side {0}.","Gold":"Guld","Green":"Grøn","Grey":"Grå","Groups":"Grupper","Guest":"Gæster","Hash":"Hash","Help":"Hjælp","Help & Support":"Hjælp og Support","Hidden":"Skjult","Hidden Files":"Skjulte filer","Hide":"Skjul","Hide Caption":"Skjul billedtekst","Hide face markers":"Skjul ansigtsmarkører","Hide private content from global views while keeping it accessible in the Private section.":"Skjul private elementer fra globale visninger, men hold dem tilgængelige i sektionen Privat.","High":"Høj","High Dynamic Range (HDR)":"Høj dynamisk rækkevidde (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Hvis du mister adgangen til din godkendelsesapp eller enhed, kan du bruge din gendannelseskode til at få adgang til din konto igen.","Image":"Billede","Image Quality":"Billedkvalitet","Import":"Importere","Import canceled":"Import annulleret","Import completed in %d s":"Import afsluttet efter %d s","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.","Importing %{s}…":"Importerer %{s} …","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.","Include RAW image files when downloading stacks and archives.":"Medtag RAW-billedfiler, når du downloader stakke og arkiver.","Include sidecar files when downloading stacks and archives.":"Medtag sidecar-filer, når du downloader stakke og arkiver.","Increase storage size or delete files to continue.":"Øg lagerstørrelsen eller slet filer for at fortsætte.","Index":"Indeks","Indexing":"Indeksering","Indexing canceled":"Indeksering annulleret","Indexing completed in %d s":"Indeksering afsluttet efter %d s","Indexing failed":"Indeksering fejlede","Indexing files in %s":"Indeksering af filer i %s","Indexing media and sidecar files…":"Indekserer medie- og sidecar filer…","Indexing originals...":"Indeksering af originaler...","Information":"Information","Inherit":"Arve","Instance":"Forekomst","Instance ID":"Instans-id","Instance unreachable. Try again once it's back online.":"Der kan ikke oprettes forbindelse til instansen. Prøv igen, når den er online igen.","Instances":"Forekomster","Insufficient storage":"Utilstrækkelig opbevaring","Insufficient storage.":"Utilstrækkelig opbevaring.","Interval":"Interval","Invalid":"Ugyldig","Invalid address":"Ugyldig adresse","Invalid country":"Ugyldigt land","Invalid credentials":"Ugyldige legitimationsoplysninger","Invalid date":"Ugyldig dato","Invalid link":"Ugyldigt link","Invalid name":"Ugyldigt navn","Invalid parameters":"Ugyldige parametre","Invalid password, please try again":"Ugyldig adgangskode, prøv venligst igen","Invalid photo selected":"Ugyldigt foto valgt","Invalid time":"Ugyldig tid","Invalid URL":"Ugyldig URL","Invalid verification code, please try again":"Ugyldig bekræftelseskode. Prøv venligst igen","IP Address":"IP-adresse","It is a one-time use code that will disable 2FA for your account when you use it.":"Det er en engangskode, der vil deaktivere tofaktorgodkendelse for din konto, når du bruger den.","Item":"Element","Items per page:":"Elementer pr. side:","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.","Keyword":"Nøgleord","Keywords":"Nøgleord","Label":"Etiket","Label not found":"Etiket ikke fundet","Label saved":"Etikette gemt","Labels":"Etiketter","Labels deleted":"Etiketter slettet","Language":"Sprog","Last Active":"Sidst aktiv","Last Login":"Sidste login","Last page":"Sidste side","Last Sync":"Seneste synkronisering","Last Used":"Sidst brugt","Latitude":"Breddegrad","LDAP/AD":"LDAP/AD","Learn more":"Få mere at vide","Learn More":"Få mere at vide","Legal Information":"Juridiske oplysninger","Lens":"Linse","Lens not found":"Objektiv ikke fundet","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","Link":"Link","List":"Liste","List View":"Listevisning","Live":"Direkte","Live Photos":"Live-fotos","Load more":"Læs mere","Loading items...":"Indlæser varer...","Loading...":"Indlæser...","Local":"Lokal","Local Time":"Lokal tid","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å","Logs":"Logfiler","Longitude":"Længdegrad","Lost server connection":"Mistet serverforbindelse","Low":"Lav","Magenta":"Magenta","Main Color":"Hovedfarve","Male":"Mand","Manage Account":"Administrer konto","Manager":"Leder","Manual":"Manuel","Manual Upload":"Manuel upload","Maps":"Kort","Marker":"Markør","Maximum number of accounts has been reached.":"Det maksimale antal konti er nået.","Media":"Medier","Medium":"Mellem","Membership":"Medlemskab","Merge %{a} with %{b}?":"Sammenlægning af %{a} med %{b}?","Message":"Besked","Metadata":"Metadata","Metrics":"Metrikker","Minimize":"Minimer","Missing":"Mangler","Missing or invalid configuration":"Manglende eller ugyldig konfiguration","mixed":"blandet","Moments":"Øjeblikke","Monochrome":"Monokrom","Month":"Måned","More options":"Flere muligheder","Mosaic":"Mosaik","Most Relevant":"Mest relevante","Move Files":"Flyt filer","Moving files from %s":"Flytter filer fra %s","Must have at least %{n} characters.":"Skal indeholde mindst %{n} tegn.","Mute":"Dæmpet","Name":"Navn","Name too long":"Navn for langt","Never":"Aldrig","New":"Nyt","New Password":"Nyt kodeord","Newest First":"Nyeste først","Next":"Næste","Next page":"Næste side","Next visual":"Næste billede","No":"Nej","No Access":"Ingen adgang","No albums assigned":"Ingen album tildelt","No albums found":"Ingen album fundet","No albums selected":"Ingen album valgt","No data available":"Ingen tilgængelige data","No files available for download":"Ingen filer til rådighed til download","No items selected":"Ingen emner valgt","No labels assigned":"Ingen etiketter tildelt","No labels found":"Ingen etiketter fundet","No labels selected":"Ingen etiketter valgt","No matching records found":"Ingen matchende optegnelser fundet","No more":"Ikke mere","No people found":"Ingen personer fundet","No pictures found":"Ingen billeder fundet","No recently edited pictures":"Ingen nyligt redigerede billeder","No registered instances.":"Der er ingen registrerede forekomster.","No results":"Ingen resultater","No server connection":"Ingen serverforbindelse","No servers configured.":"Ingen servere konfigureret.","No services configured.":"Ingen tjenester er konfigureret.","No thanks":"Nej tak","No users on this instance.":"Der er ingen brugere på denne instans.","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.","Node":"Knudepunkt","Nodes":"Knudepunkter","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","Not allowed":"Ikke tilladt","Not available in public mode":"Ikke tilgængelig i offentlig tilstand","Not available in read-only mode":"Ikke tilgængelig i skrivebeskyttet tilstand","Not found":"Ikke fundet","Not sorted.":"Ikke sorteret.","Not supported":"Ikke understøttet","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.","Notes":"Bemærkninger","Nothing to see here yet.":"Der er ikke noget at se her endnu.","Nothing was found.":"Intet fundet.","Offline":"Offline","OK":"OK","Oldest First":"Ældste først","On Windows, enter the following resource in the connection dialog:":"På Windows skal du indtaste følgende ressource i forbindelsesdialogboksen:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generering af miniaturebilleder efter behov kan medføre et højt CPU- og hukommelsesforbrug. Det anbefales ikke til ressourcebegrænsede servere og NAS-enheder.","Once a week":"En gang om ugen","One album found":"Et album fundet","One entry added to %s":"En post tilføjet til %s","One entry removed from %s":"En post fjernet fra %s","One file found":"En fil fundet","One file uploaded":"En fil uploadet","One folder found":"En mappe fundet","One label found":"En etiket fundet","One person found":"En person fandt","One picture found":"Et billede fundet","Only locally managed accounts can be set up for authentication with 2FA.":"Kun lokalt administrerede konti kan konfigureres til godkendelse med 2FA.","Open":"Åben","optional":"valgfri","or":"eller","Orange":"Orange","Organization":"Organisation","Orientation":"Orientering","Original file names will be stored and indexed.":"Oprindelige filnavne gemmes og indekseres.","Original Name":"Oprindeligt navn","Originals":"Originaler","Originals folder is empty":"Mappen Originaler er tom","Other":"Andre","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Vores mission er at levere den mest bruger- og privatlivsvenlige løsning til at holde dine billeder organiseret og tilgængelige.","Outdoor":"Udendørs","Page {0}, Current page":"Side {0}, aktuel side","Pages":"Sider","Pagination Navigation":"Paginering af navigation","Panorama":"Panorama","Panoramas":"Panoramaer","Part of all selected photos":"En del af alle udvalgte fotos","Part of some selected photos":"En del af nogle udvalgte fotos","Password":"Adgangskode","Password changed":"Adgangskode ændret","Pause":"Pause","Payment required":"Betaling kræves","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":"Permanent slettet","Permission denied":"Tilladelse nægtet","Person":"Person","Person cover updated":"Personcover opdateret","Person deleted":"Person slettet","Person not found":"Person ikke fundet","Person saved":"Person gemt","Personal":"Personlig","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism er 100 % selvfinansieret og uafhængig.","PhotoPrism+ Membership":"PhotoPrism+-medlemskab","Photos":"Fotos","Picture":"Billede","Picture Title":"Billedets titel","Pink":"Lyserød","Pinned":"Fastgjort","Place":"Sted","Place & Time":"Sted og tid","Places":"Steder","Play":"Afspil","Please confirm your new password.":"Bekræft din nye adgangskode.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopier venligst følgende tilfældigt genererede app-adgangskode og opbevar det et sikkert sted, da du ikke får muligheden for at se den igen:","Please do not upload any private, unlawful or offensive pictures.":"Upload venligst ikke private, ulovlige eller stødende billeder.","Please don't upload photos containing offensive content.":"Upload ikke billeder, der indeholder stødende indhold.","Please enter OTP character {0}":"Indtast venligst OTP-tegn {0}.","Please log in to your account":"Log ind på din konto","Please note that changing your password will log you out on other devices and browsers.":"Bemærk, at du ved at ændre din adgangskode bliver logget af på andre enheder og browsere.","Please restart your instance for the changes to take effect.":"Genstart din instans for at ændringerne kan træde i kraft.","Please wait…":"Vent venligst…","PM":"PM","PNG Size Limit: %{n}px":"PNG maks størrelse: %{n}px","Portal":"Portal","Portrait":"Portræt","Preserve filenames":"Bevar filnavne","Press enter to create a new album.":"Tryk på enter for at oprette et nyt album.","Press enter to create new item":"Tryk enter for at oprette et nyt element","Prevent database and album backups as well as YAML sidecar files from being created.":"Forhindrer, at der oprettes sikkerhedskopier af databaser og album samt YAML-sidevognsfiler.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Afvis andre apps adgang til PhotoPrism som et delt netværksdrev.","Preview":"Forhåndsvisning","Preview Images":"Forhåndsvis billeder","Previous":"Tidligere","Previous page":"Forrige side","Previous visual":"Tidligere visuel","Primary":"Primær","Private":"Privat","Processing upload...":"Behandling af upload...","Product Feedback":"Produktfeedback","Projection":"Projektion","Purple":"Lilla","Quality Filter":"Kvalitetsfilter","Quality Score":"Kvalitetsresultat","Quota exceeded":"Kvote overskredet","Random":"Tilfældig","Rating {0} of {1}":"Bedømmelse {0} af {1}","Raw":"Raw","RAW":"RAW","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":"Senest tilføjet","Recently Archived":"Arkiveret for nylig","Recently Edited":"Senest redigeret","Recognition starts after indexing has been completed.":"Genkendelsen starter, når indekseringen er afsluttet.","Recognized":"Anerkendt","Recovery Code":"Genopretningskode","Red":"Rød","Refresh":"Opdatering","Regions":"Regioner","Register":"Registrer","Registration disabled":"Registrering deaktiveret","Reload":"Genindlæs","Reloading…":"Genindlæser…","Remote Sync":"Fjernsynkronisering","Remove":"Fjern","remove failed: unknown album":"fjern mislykkedes: ukendt album","Remove from Album":"Fjern fra albummet","Remove from all":"Fjern fra alle","Remove from all selected photos":"Fjern fra alle valgte fotos","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.","Remove the selected instance from the cluster registry?":"Fjerne den valgte instans fra klyngeregistret?","Removed":"Fjernet","Removed %{name}":"%{name} er blevet fjernet","Removed %d files and %d photos":"Fjernede %d filer og %d fotos","Repeated":"Gentaget","Request failed - are you offline?":"Anmodning mislykkedes - er du offline?","Request failed - invalid response":"Anmodningen mislykkedes - ugyldigt svar","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Kræv, at ikke-fotografiske billeder og billeder af lav kvalitet skal gennemgås, før de vises i søgeresultaterne.","Resolution":"Opløsning","Restart":"Genstart","Restore":"Gendan","Restored":"Genoprettet","Retry Limit":"Grænse for gentagelse","Retype Password":"Indtast adgangskoden igen","Review":"Gennemgang","Role":"Rolle","Roles":"Roller","Rotated":"Roteret","Rows per page:":"Rækker pr. side:","Satellite":"Satellit","Save":"Gem","Save changes":"Gem ændringer","Scan":"Scan","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scan QR-koden med din autentificeringsapp eller brug opsætningsnøglen vist nedenfor, og indtast derefter den genererede bekræftelseskode:","Scans":"Scanninger","Scope":"Omfang","Scopes":"Kikkertundersøgelser","Search":"Søg","Season":"Sæson","Secret":"Hemmelighed","Security and Access":"Sikkerhed og adgang","Select":"Vælg","Select a source folder to import files…":"Vælg en kildemappe til at importere filer…","Select date":"Vælg dato","Select dates":"Vælg datoer","Select or create albums":"Vælg eller opret album","Select or create labels":"Vælg eller opret etiketter","Select or drop files to upload…":"Vælg eller slip filer, der skal uploades…","Select the files to upload…":"Vælg de filer, der skal uploades…","Select the folder to be indexed…":"Vælg den mappe, der skal indekseres…","Select Time":"Vælg tid","Selection":"Udvælgelse","Selection added to %s":"Valg tilføjet til %s","Selection approved":"Udvælgelse godkendt","Selection archived":"Udvælgelse arkiveret","Selection marked as private":"Udvalgte er markeret som privat","Selection not found":"Valget blev ikke fundet","Selection restored":"Udvalgte gendannet","Sequential Name":"Sekventielt navn","Service":"Service","Service URL":"Service-URL","Services":"Tjenester","Session":"Session","Session ID":"Sessions-ID","Sessions":"Sessioner","Set as Album Cover":"Set som albumcover","Set as Cover Image":"Indstil som forsidebillede","Settings":"Indstillinger","Settings saved":"Indstillinger gemt","Setup":"Opsætning","Severity":"Alvorlighed","Share":"Del","Share %{s}":"Del %{s}","Show":"Vis","Show All Labels":"Vis alle etiketter","Show all new faces":"Vis alle nye ansigter","Show Caption":"Vis billedtekst","Show Captions":"Vis billedtekster","Show face markers":"Vis ansigtsmarkører","Show hidden":"Vis skjult","Show Important Only":"Vis kun vigtigt","Show logs in the web interface to monitor activity and troubleshoot problems.":"Vis logfiler i webgrænsefladen for at overvåge aktivitet og fejlfinde problemer.","Show smart albums that group pictures by occasion, trip, or location.":"Vis smarte album, der grupperer billeder efter anledning, rejse eller sted.","Show the Account page so users can manage their profile and security settings.":"Vis siden Konto, så brugerne kan administrere deres profil og sikkerhedsindstillinger.","Show the Calendar view to browse the library by year and month.":"Vis kalendervisningen for at gennemse biblioteket efter år og måned.","Show the Labels section to view and manage AI-generated labels.":"Vis sektionen Labels for at se og administrere AI-genererede labels.","Show the Library section to index, manage, and monitor the media library.":"Vis sektionen Library for at indeksere, administrere og overvåge mediebiblioteket.","Show the Places view with interactive maps so you can browse photos by location.":"Vis Places-visningen med interaktive kort, så du kan gennemse fotos efter sted.","Show Titles":"Vis titler","Sidecar":"Sidevogn","Sidecar Files":"Sidevognsfiler","Sign in":"Log ind","Sign Out":"Log ud","Similar":"Lignende","Site URL":"Webstedets URL","Size":"Størrelse","Slideshow":"Diasshow","Slow":"Langsom","Software":"Software","Software Update":"Opdatering af software","Some albums could not be copied":"Nogle albums kunne ikke kopieres","Some albums could not be created. Please edit the names and try again.":"Nogle albums kunne ikke oprettes. Rediger venligst navnene, og prøv igen.","Some albums could not be updated":"Nogle albums kunne ikke opdateres","Something went wrong, try again":"Noget gik galt, prøv igen","Sort by":"Sorter efter","Sort by Name (A–Z)":"Sorter efter navn (A-Z)","Sort by Photo Count":"Sorter efter antal fotos","Sort by Relevance":"Sorter efter relevans","Sort Order":"Sorteringsrækkefølge","Sorted ascending.":"Sorteret i stigende rækkefølge.","Sorted descending.":"Sorteret i faldende rækkefølge.","Source":"Kilde","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","Start":"Start","Start Page":"Startside","Static Size Limit: %{n}px":"Grænse for statisk størrelse: %{n}px","Status":"Status","Stay signed in on this device":"Bliv ved med at være logget ind på denne enhed","Stop Casting":"Stop optagelsen","Storage":"Diskplads","Streets":"Gader","Subject":"Emne","Subject deleted":"Emne slettet","Subject not found":"Emne ikke fundet","Subject saved":"Emne gemt","Successfully activated":"Aktivering lykkedes","Successfully Connected":"Succesfuldt tilsluttet","Successfully deleted":"Sletning lykkedes","Successfully verified":"Verifikation lykkedes","Super Admin":"Super Admin","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.","Support Our Mission":"Støt vores mission","Sync":"Synkronisere","Sync raw and video files":"Synkroniser raw og videofiler","Taken":"Taget","Teal":"Krikand","Terrain":"Terræn","Text":"Tekst","Thank You for Your Support!":"Tak for din støtte!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Derfor er PhotoPrism bygget helt fra bunden til at kunne køre hvor som helst, du har brug for det, uden at gå på kompromis med frihed, privatlivets fred eller funktionalitet.","The index currently contains %{n} hidden files.":"Indekset indeholder i øjeblikket %{n} skjulte filer.","The instance rejected the cluster credentials.":"Instansen afviste klyngens legitimationsoplysninger.","The instance returned an unexpected redirect.":"Instansen returnerede en uventet omdirigering.","The wakeup interval is %s, but must be 1h or less":"Vækningsintervallet er %s, men skal være 1 time eller mindre","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 account is missing an ID and can't be edited.":"Denne konto mangler et ID og kan ikke redigeres.","This field is required":"Dette felt er påkrævet","This instance has no site URL configured.":"Der er ikke konfigureret nogen webadressen for denne instans.","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 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.","Time":"Tid","Time UTC":"Tid UTC","Time Zone":"Tidszone","Timeout":"Timeout","Title":{"":"Titel","Account":"Titel","Photo":"Titel"},"Title / Position":"Titel / stilling","to":"til","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"For at undgå at blive låst ude af din konto skal du downloade, udskrive eller kopiere denne gendannelseskode nu og opbevare den et sikkert sted.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"For at generere en ny app-specifik adgangskode skal du indtaste navnet og godkendelsesomfanget for applikationen og vælge en udløbsdato:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"For at skifte til en ny autentificeringsapp eller enhed skal du først deaktivere tofaktorgodkendelse og derefter genaktivere den:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"For at opgradere kan du enten indtaste en aktiveringskode eller klikke på \"Registrer\" for at tilmelde dig på vores websted:","Today":"I dag","Toggle View":"Skift visning","Token":"Token","Too many files selected":"For mange filer valgt","Too many requests":"For mange anmodninger","Troubleshooting":"Fejlfinding","Try again using other filters or keywords.":"Prøv igen ved hjælp af andre filtre eller nøgleord.","Two-factor authentication has been enabled for your account.":"To-faktor-godkendelse er blevet aktiveret for din konto.","Type":"Type","Unable to delete":"Kan ikke slette","Unable to do that":"Det kan jeg ikke","Unassign":"Fjern tildelingen","Unauthorized":"Uautoriseret","Undo":"Fortryd","Unique ID":"Unikt ID","Unknown":"Ukendt","Unknown location":"Ukendt sted","Unregistered":"Uregistreret","Unsorted":"Usorteret","Unstack":"Fjern samling","Unsupported":"Ikke understøttet","Unsupported format":"Ikke understøttet format","Unsupported type":"Ikke-understøttet type","Updated":"Opdateret","Updating faces":"Opdatering af ansigter","Updating index":"Opdaterer indeks","Updating moments":"Opdaterer øjeblikke","Updating picture…":"Opdatering af billede…","Updating previews":"Opdatering af forhåndsvisninger","Updating stacks":"Opdatering af samlinger","Upgrade":"Opgradering","Upgrade Now":"Opgrader nu","Upload":"Upload","Upload complete":"Upload fuldført","Upload complete. Indexing…":"Upload fuldført. Indekserer…","Upload failed":"Upload mislykkedes","Upload has been processed":"Upload er blevet behandlet","Upload local files":"Upload lokale filer","Upload might be offensive":"Upload kan være stødende","Upload Path":"Upload sti","Uploading %{n} of %{t}…":"Uploader %{n} af %{t}…","Uploading photos…":"Uploader fotos…","Uploading…":"Overførsel af…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Brug følgende gendannelseskode til at få adgang til din konto, når du ikke er i stand til at generere en gyldig bekræftelseskode med din godkendelsesapp:","Use your recovery code or contact an administrator for help.":"Brug din gendannelseskode, eller kontakt en administrator for at få hjælp.","User":"Bruger","User Guide":"Brugervejledning","User Interface":"Brugergrænseflade","User not found":"Bruger ikke fundet","Username":"Brugernavn","Users":"Brugere","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorer","Verification Code":"Verifikationskode","Verified email required":"Bekræftet e-mail påkrævet","Version":"Version","Video":"Video","Video Duration":"Videoens varighed","Videos":"Videoer","View":"Vis","View search results as a list.":"Se søgeresultater som en liste.","Viewer":"Seer","Vision":"Vision","Visitor":"Besøgende","Visual Similarity":"Visuel lighed","Warning":"Advarsel","Web Login":"Web-login","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"WebGL-understøttelse er deaktiveret i din browser","Website":"Websted","White":"Hvid","Work Details":"Detaljer om arbejdet","Year":"År","Yellow":"Gul","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Du er velkommen til at kontakte os på membership@photoprism.app for at få svar på spørgsmål om dit medlemskab.","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 can search for a location or move the marker on the map to change the position:":"Du kan søge efter et sted eller flytte markøren på kortet for at ændre positionen:","You can upload up to %{n} files for test purposes.":"Du kan uploade op til %{n} filer til testformål.","You cannot change your own role.":"Du kan ikke ændre din egen rolle.","You do not have access to any instances.":"Du har ikke adgang til nogen forekomster.","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.","Your account could not be connected":"Der kunne ikke oprettes forbindelse til din konto","Your account has been successfully connected.":"Din konto er blevet forbundet.","Your browser does not support WebGL":"Din browser understøtter ikke WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Din fortsatte støtte hjælper os med at levere regelmæssige opdateringer og forblive uafhængige, så vi kan opfylde vores mission og beskytte dit privatliv.","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.","Zip created in %d s":"Zip filen blev lavet på %d s","Zoom in/out":"Zoom ind/ud","Archive":{"Noun":"Arkiver","Verb":"Arkiver"},"Add a Title":{"Photo":"Tilføj en titel"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/de.json b/frontend/src/locales/json/de.json index ac2313bd2..4acea5227 100644 --- a/frontend/src/locales/json/de.json +++ b/frontend/src/locales/json/de.json @@ -1 +1 @@ -{"de":{"{0} appended action":"{0} angehängte Aktion","{0} files":"{0} Dateien","{0} files ({1} in total)":"{0} Dateien ({1} insgesamt)","{0} more":"{0} mehr","{0} prepended action":"{0} vorangestellte Aktion","{0} selected":"{0} ausgewählt","{0}-{1} of {2}":"{0}-{1} von {2}","%{n} albums found":"%{n} Alben gefunden","%{n} files uploaded":"%{n} Dateien hochgeladen","%{n} folders found":"%{n} Ordner gefunden","%{n} GB of %{q} GB used":"%{n} GB von %{q} GB verwendet","%{n} labels found":"%{n} Kategorien gefunden","%{n} people found":"%{n} Personen gefunden","%{n} pictures found":"%{n} Bilder gefunden","%{s} is too long":"%{s} ist zu lang","%{s} is too short":"%{s} ist zu kurz","%d entries added to %s":"%d Einträge zu %s hinzugefügt","%d entries removed from %s":"%d Einträge aus %s entfernt","%d files uploaded in %d s":"%d Dateien hochgeladen in %d s","%s already exists":"%s existiert bereits","%s has been restored":"%s wurde wiederhergestellt","1 hour":"1 Stunde","12 hours":"12 Stunden","2-Factor Authentication":"2-Faktor-Authentifizierung","2FA":"2FA","4 hours":"4 Stunden","A click will copy it to your clipboard.":"In die Zwischenablage kopieren.","A new version of %{s} is available:":"Eine neue Version von %{s} ist verfügbar:","About":"Info","Access granted.":"Zugriff gewährt.","Access revoked.":"Zugriff entzogen.","Access Token":"Zugangs-Token","Account":"Konto","Account created":"Konto hinzugefügt","Account deleted":"Konto gelöscht","Account Group Mappings":"Zuordnungen von Kontengruppen","Account not found":"Unbekannter Account","Account restored":"Konto wiederhergestellt","Account saved":"Konto gespeichert","Accounts":"Benutzerkonten","Accuracy":"Genauigkeit","Action":"Aktion","Actions":"Aktionen","Activate":"Aktivieren","Activate to remove sorting.":"Aktivieren, um die Sortierung aufzuheben.","Activate to sort ascending.":"Aktivieren, um aufsteigend zu sortieren.","Activate to sort descending.":"Aktivieren, um absteigend zu sortieren.","Activation Code":"Aktivierungscode","Activity":"Aktivität","Add":"Hinzufügen","Add %{s}?":"%{s} hinzufügen?","Add a Caption":"Beschriftung hinzufügen","Add Account":"Konto hinzufügen","Add Album":"Album erstellen","Add Link":"Link hinzufügen","Add Notes":"Anmerkungen hinzufügen","Add person?":"Person hinzufügen?","Add pictures from search results by selecting them.":"Ausgewählte Bilder können über das Kontextmenü hinzugefügt werden.","Add to album":"Hinzufügen","Add to all":"Zu allen hinzufügen","Add to all selected photos":"Zu allen ausgewählten Bildern hinzufügen","Added":"Hinzugefügt","Added %{name}":"%{name} wurde hinzugefügt","Adjust Camera Info":"Kamera-Infos anpassen","Adjust Date & Time":"Datum & Uhrzeit anpassen","Adjust Location":"Standort anpassen","Admin":"Admin","Advanced":"Erweitert","Advertise URL":"Advertise URL","After 1 day":"Nach einem Tag","After 3 days":"Nach 3 Tagen","After 7 days":"Nach 7 Tagen","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Nach der Bestätigung mit deinem Passwort kannst du die Zwei-Faktor-Authentifizierung mit einer kompatiblen Authenticator-App einrichten:","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 %s deleted":"Album %s gelöscht","Album Backups":"Album-Backups","Album contents cloned":"Album-Einträge kopiert","Album created":"Album erstellt","Album deleted":"Album gelöscht","Album not found":"Album nicht gefunden","Album saved":"Album gespeichert","Albums":"Alben","Albums deleted":"Alben gelöscht","All":"Alle","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 files from import folder":"Alle Ordner durchsuchen","All Lenses":"Alle Objektive","All Months":"Alle Monate","All originals":"Alle Ordner durchsuchen","All Years":"Alle Jahre","Allow configuration and use of connected apps and services for remote uploads and sync.":"Konfiguration und Nutzung verbundener Apps und Dienste für Remote-Uploads und Synchronisierung zulassen.","Allow editing of metadata such as title, description, date, and location.":"Erlaube die Bearbeitung von Bild-Metadaten wie Titel, Beschreibung, Datum und Ort.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Erlaube die Bearbeitung von Metadaten, Kategorien und Alben für mehrere Bilder gleichzeitig.","Allow files to be copied or moved from the Import to the Originals folder.":"Erlaube das Kopieren oder Verschieben von Dateien aus dem Import- in den Originale-Ordner.","Allow files to be permanently deleted to free up storage space.":"Erlaube das dauerhafte Löschen von Dateien, um Speicherplatz freizugeben.","Allow users to archive photos and videos so they are hidden without being deleted.":"Benutzern ermöglichen, Bilder und Videos zu archivieren, sodass sie ausgeblendet, aber nicht dauerhaft gelöscht werden.","Allow users to create and share links, and enable sharing with connected services.":"Erlaube es den Nutzern, Links zu erstellen und zu teilen, und ermögliche das Teilen mit verbundenen Diensten.","Allow users to upload new photos and videos through the web interface.":"Benutzern das Hochladen neuer Bilder und Videos über die Weboberfläche ermöglichen.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativ können Dateien auch direkt auf kompatible WebDAV-Server z.B. Nextcloud hochgeladen werden.","Altitude":"Höhe","Altitude (m)":"Höhe (m)","AM":"AM","Animated":"Animiert","Animation":"Animation","Animations":"Animationen","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","Application":"Anwendung","Applications":"Anwendungen","Approve":"Übernehmen","Approve and save changes":"Genehmigen und Änderungen speichern","Apps and Devices":"Apps und Geräte","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 Kategorien wirklich löschen?","Are you sure you want to delete this account?":"Dieses Konto wirklich löschen?","Are you sure you want to delete this album?":"Bist du sicher, dass du dieses Album löschen willst?","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?","Are you sure?":"Bist du sicher?","Artist":"Ersteller","Aspect Ratio":"Seitenverhältnis","Attributes":"Attribute","Audio":"Audio","Audit Log":"Audio","Authentication":"Authentifizierung","Auto":"Auto","Back":"Zurück","Back to top":"Zurück nach oben","Backup":"Datensicherung","Badge":"Abzeichen","Base Path":"Basis-Verzeichnis","Batch":"Batch","Batch Edit":"Batch Bearbeitung","Become a member today, support our mission and enjoy our member benefits!":"Werde noch heute Mitglied, unterstütze unsere Mission und genieße unsere Mitgliedsvorteile!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Da wir uns zu 100% selbst finanzieren und unabhängig sind, können wir dir versprechen, dass wir deine Daten niemals verkaufen werden und immer transparent mit unserer Software und unseren Dienstleistungen umgehen.","Bio":"Biographie","Birth Date":"Geburtsdatum","Black":"Schwarz","Blue":"Blau","Brown":"Braun","Browse":"Durchsuchen","Browse Files":"Dateien durchsuchen","Browse Pictures":"Bilder durchsuchen","Bug Report":"Fehlerbericht","Busy, please try again later":"Beschäftigt, bitte später erneut versuchen","Busy, please wait…":"Bitte warten…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Durch die Nutzung der von uns angebotenen Software und Dienstleistungen erklärst du dich mit unseren Nutzungsbedingungen, der Datenschutzerklärung und dem Verhaltenskodex einverstanden.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kamera nicht gefunden","Camera Serial":"Kamera-Seriennummer","Can't access your authenticator app or device?":"Keinen Zugriff auf die Authenticator-App oder das Gerät?","Can't load more, limit reached":"Limit erreicht, bitte Suche eingrenzen","Can't select more items":"Maximale Anzahl wurde selektiert","Cancel":"Abbrechen","Cannot copy to clipboard":"Kann nicht in die Zwischenablage kopiert werden","Caption":"Bildunterschrift","Cards":"Karteikarten","Carousel slide {0} of {1}":"Slide {0} von {1}","Cast":"Besetzung","Category":"Kategorie","Change Avatar":"Avatar ändern","Change Password":"Passwort ändern","Change private flag":"Als privat markieren","Changes could not be saved":"Änderungen konnten nicht gespeichert werden","Changes successfully saved":"Änderungen erfolgreich gespeichert","Changes to the advanced settings require a restart to take effect.":"Änderungen an den erweiterten Einstellungen erfordern einen Neustart, um wirksam zu werden.","Checked":"Geprüft","Choose an instance to continue:":"Eine Instanz auswählen, um fortzufahren:","Chroma":"Farbsättigung","Cleaning index and cache":"Bereinigung von Index und Cache","Cleanup":"Aufräumen","Clear":"Löschen","Clear {0}":"Löschen {0}","Client":"Client","Close":"Schließen","Cluster":"Cluster","Cluster Admin":"Cluster-Admin","Cluster Node":"Cluster-Knoten","Codec":"Codec","Color":"Farbe","Color Profile":"Farbprofil","Colors":"Farben","Compare Editions":"Editionen vergleichen","Complete Rescan":"Index vollständig aktualisieren","Confidence":"Wahrscheinlichkeit","Confirm":"Bestätigen","Connect":"Verbinden","Connect via WebDAV":"Mit WebDAV verbinden","Connected":"Verbunden","Contact Details":"Kontaktangaben","Contact Us":"Kontakt aufnehmen","Contains %{n} pictures.":"Enthält %{n} Bilder.","Contains one picture.":"Enthält ein Bild.","Content":{"":"Inhalte","Edit":"Informationen"},"Continue":"Fortfahren","Contributor":"Contributor","Converting":"Konvertiere","Copied to clipboard":"In Zwischenablage kopiert","Copy":"Kopieren","Copying files from %s":"Kopiere Dateien von %s","Copyright":"Copyright","Could not be deleted":"Konnte nicht gelöscht werden","Could not connect, please try again":"Verbindung fehlgeschlagen","Could not update person cover":"Konnte den Personenschutz nicht aktualisieren","Couldn't find anything.":"Leider nichts gefunden.","Country":"Land","Create Account":"Konto erstellen","Create album":"Erstellen","Create regular backups based on the configured schedule.":"Regelmäßige Backups zu den festgelegten Zeiten erstellen.","Create YAML files to back up album metadata.":"YAML-Dateien zum Sichern von Album-Metadaten verwenden.","Create YAML sidecar files to back up picture metadata.":"Bild-Metadaten in YAML-Sidecar-Dateien sichern.","Created":"Hinzugefügt","Creating thumbnails for":"Erstelle Thumbnails für","Current Password":"Aktuelles Passwort","Custom":"Benutzerdefiniert","Cyan":"Cyan","Daily":"Täglich","Database":"Datenbank","Database Backups":"Datenbank-Backups","Databases":"Datenbanken","Date & Time":"Datum & Uhrzeit","Day":"Tag","Deactivate":"Deaktivieren","Debug Logs":"Debug Logs","Default":"Standard","Default Folder":"Standard Ordner","Delete":"Löschen","Delete Album":"Album löschen","Delete All":"Alle löschen","Delete all?":"Alle löschen?","Delete orphaned index entries, sidecar files and thumbnails.":"Verwaiste Indexeinträge, Sidecar-Dateien und Thumbnails löschen.","deleted":"gelöscht","Description":"Beschreibung","Detailed instructions can be found in our User Guide.":"Unser Benutzerhandbuch enthält eine detaillierte Anleitung.","Details":"Details","Dimensions":"Auflösung","Disable all face detection and recognition features.":"Alle Funktionen zur Gesichtserkennung und -identifizierung deaktivieren.","Disable Backups":"Keine Datensicherung","Disable Darktable":"Darktable deaktivieren","Disable ExifTool":"ExifTool deaktivieren","Disable Faces":"Gesichtserkennung deaktivieren","Disable features that require write permission for the originals folder.":"Deaktiviert Funktionen, die eine Schreibberechtigung für die Original-Ordner und -Dateien erfordern.","Disable FFmpeg":"FFmpeg deaktivieren","Disable ImageMagick":"ImageMagick deaktivieren","Disable interactive world maps and reverse geocoding.":"Deaktiviert interaktive Weltkarten und Reverse Geocoding.","Disable MCP":"MCP deaktivieren","Disable Places":"Orte deaktivieren","Disable RawTherapee":"RawTherapee deaktivieren","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Deaktiviere den MCP-API-Endpunkt (Model Context Protocol) für die Integration von KI-Agenten.","Disable Vectors":"Vektorgrafiken deaktivieren","Disable WebDAV":"WebDAV deaktivieren","Disabled":"Deaktiviert","Disables vector graphics support.":"Deaktiviert die Unterstützung von Vektorgrafiken.","Disables video transcoding and thumbnail extraction.":"Deaktiviert die Videotranskodierung und die Erstellung von Vorschaubildern.","Discard":"Verwerfen","Discard changes and close":"Änderungen verwerfen und schließen","Discard invalid changes?":"Ungültige Änderungen verwerfen?","Discard unsaved changes?":"Nicht gespeicherte Änderungen verwerfen?","Discover":"Entdecken","Dismiss":"Verwerfen","Display Name":"Anzeigename","Display picture captions in search results.":"Bildunterschriften in den Suchergebnissen anzeigen.","Display picture titles in search results.":"Bildtitel in den Suchergebnissen anzeigen.","Document":"Dokument","Documents":"Dokumente","Don't use Darktable to convert RAW images.":"Darktable nicht zum Konvertieren von Bildern verwenden.","Don't use ImageMagick to convert images.":"ImageMagick nicht zum Konvertieren von Bildern verwenden.","Don't use RawTherapee to convert RAW images.":"RawTherapee nicht zum Konvertieren von Bildern verwenden.","Done":"Fertig","Done.":"Fertig.","Download":"Download","Download only original media files, without any automatically generated files.":"Lade nur Original-Mediendateien herunter, ohne automatisch generierte Dateien.","Download remote files":"Dateien herunterladen","Downloading…":"Wird heruntergeladen…","Drag and drop files here":"Dateien per Drag-and-Drop hier ablegen","Driver":"Treiber","Duplicates will be skipped and only appear once.":"Duplikate werden übersprungen und erscheinen nur einmal.","Duration":"Laufzeit","Dynamic Previews":"Dynamische Vorschaubilder","Dynamic Size Limit: %{n}px":"Dynamische Maximalgröße: %{n}px","Edit":"Bearbeiten","Edit %{s}":"%{s} bearbeiten","Edit Account":"Konto bearbeiten","Edit Photo":"Bild bearbeiten","Edit Photos (%{n})":"Bilder bearbeiten (%{n})","Edited":"Bearbeitet","Email":"E-Mail","Enable debug mode to display additional logs and help with troubleshooting.":"Debug-Modus aktivieren, um zusätzliche Logs anzuzeigen und die Fehlersuche zu erleichtern.","Enable downloading of original and sidecar files from the web interface.":"Aktiviere das Herunterladen von Original- und Sidecar-Dateien über das Webinterface.","Enable face recognition and the People view to easily find people you know.":"Aktiviere die Gesichtserkennung und die Personenansicht, um Menschen zu finden, die du kennst.","Enable new features that may be incomplete or unstable.":"Aktiviert neue Funktionen, die möglicherweise unvollständig oder instabil sind.","Enable the file browser to navigate the Originals folder structure.":"Aktiviere den Dateibrowser, um in der Ordnerstruktur der Originale zu navigieren.","Enables RAW converter presets. May reduce performance.":"Aktiviert benutzerdefinierte Voreinstellungen. Dateien werden möglicherweise langsamer konvertiert.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Wenn die Zwei-Faktor-Authentifizierung aktiviert ist, wird ein zufällig generierter Verifizierungscode benötigt, um sich anzumelden. Selbst wenn jemand Zugang zu deinem Passwort hat, kann er also nicht auf das Konto zugreifen.","Engine":"Engine","Enter date":"Datum eingeben","Enter dates":"Daten eingeben","Enter item name...":"Elementbezeichnung eingeben...","Enter the code generated by your authenticator app:":"Gib den von deiner Authenticator-App generierten Code ein:","Enter verification code":"Verifizierungscode eingeben","Enter your password to confirm the action and continue:":"Bitte mit Passwort bestätigen, um fortzufahren:","Entity not found":"Keine Daten gefunden","Error":"Fehler","Errors":"Fehler","Estimate":"Schätzung","Estimate Locations":"Standorte schätzen","Estimate the approximate location of pictures without GPS coordinates.":"Schätze den ungefähren Standort von Bildern ohne GPS-Koordinaten.","Every two days":"Jeden zweiten Tag","Exclude hidden":"Verborgene ausblenden","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"ExifTool wird für die vollständige Unterstützung von XMP-Metadaten, Videos und Live Photos benötigt.","Experimental Features":"Experimentelle Funktionen","Expires":"Ablaufdatum","Exposure":"Belichtungszeit","Extract still images and generate thumbnails while indexing.":"Extrahiere Standbilder und erstelle Miniaturansichten während der Indexierung.","F Number":"Lichtstärke","Face":"Gesicht","Face not found":"Unbekanntes Gesicht","Faces":"Gesichter","Failed creating file, please check permissions":"Datei konnte nicht erstellt werden","Failed creating folder, please check permissions":"Ordner konnte nicht erstellt werden","Failed removing link":"Der Link konnte nicht gelöscht werden","Failed to connect account.":"Die Verbindung zum Konto ist fehlgeschlagen.","Failed to create zip file":"Zip-Datei konnte nicht erstellt werden","Failed to load users.":"Das Laden der Benutzer ist fehlgeschlagen.","Failed to remove face marker":"Gesichtsmarkierung nicht entfernt","Failed to remove name":"Name kann nicht entfernt werden","Failed to restart server":"Der Neustart des Servers ist fehlgeschlagen","Failed to save changes":"Änderungen konnten nicht gespeichert werden","Failed to save face marker":"Gescheitert, um das Gesicht zu wahren Marker","Failed to save name":"Name konnte nicht gespeichert werden","Failed updating link":"Der Link konnte nicht gespeichert werden","Family Name":"Nachname","Fast":"Schnell","Favorite":"Favorit","Favorites":"Favoriten","Feature disabled":"Funktion deaktiviert","Feature Request":"Verbesserungsvorschlag","Female":"Weiblich","File":"Datei","File Browser":"Datei-Browser","File Conversion":"Datei-Konvertierung","File deleted":"Datei gelöscht","File Name":"Dateiname","File not found":"Datei konnte nicht gefunden werden","File removed from stack":"Datei aus Stapel entfernt","File Size":"Dateigröße","File too large":"Datei zu groß","File uploaded":"Datei hochgeladen","Filename":"Dateiname","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.","First page":"Erste Seite","Focal Length":"Brennweite","Folder":"Ordner","Folder contains %{n} files":"Ordner enthält %{n} Dateien","Folder is empty":"Ordner ist leer","Folders":"Ordner","Forgot password?":"Passwort vergessen?","FPS":"FPS","Frames":"Frames","Full Access":"Voller Zugriff","Fullscreen":"Vollbildmodus","General":"Allgemein","Generate":"Generieren","Generate Previews":"Vorschaubilder generieren","Generated":"Generiert","Get Started":"Erste Schritte","Given Name":"Vorname","Global Options":"Globale Optionen","Go to page {0}":"Zu Seite {0}","Gold":"Gold","Green":"Grün","Grey":"Grau","Groups":"Gruppen","Guest":"Gast","Hash":"Prüfsumme","Help":"Hilfe","Help & Support":"Hilfe & Unterstützung","Hidden":"Verborgen","Hidden Files":"Verborgene Dateien","Hide":"Verbergen","Hide Caption":"Bildunterschrift ausblenden","Hide face markers":"Gesichtsmarkierungen ausblenden","Hide private content from global views while keeping it accessible in the Private section.":"Private Inhalte in den globalen Ansichten ausblenden, während sie im Bereich „Privat“ weiterhin zugänglich bleiben.","High":"Hoch","High Dynamic Range (HDR)":"Hoher Dynamikumfang (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Falls die Authenticator-App bzw. das Gerät verloren geht, kannst du den Wiederherstellungscode verwenden, um wieder Zugang zu deinem Konto zu erhalten.","Image":"Bild","Image Quality":"Bildqualität","Import":"Import","Import canceled":"Import abgebrochen","Import completed in %d s":"Import in %d s abgeschlossen","Import failed":"Import fehlgeschlagen","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importierte Dateien werden nach Datum sortiert und bekommen einen eindeutigen Namen, um Duplikate zu vermeiden.","Importing %{s}…":"Importiere %{s}…","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.","Include RAW image files when downloading stacks and archives.":"RAW-Bilddateien beim Herunterladen von Stapeln und Archiven miteinbeziehen.","Include sidecar files when downloading stacks and archives.":"Sidecar-Dateien beim Herunterladen von Stapeln und Archiven miteinbeziehen.","Increase storage size or delete files to continue.":"Erhöhe die Speichergröße oder lösche Dateien, um fortzufahren.","Index":"Index","Indexing":"Indexiere","Indexing canceled":"Indexierung abgebrochen","Indexing completed in %d s":"Indexierung in %d s abgeschlossen","Indexing failed":"Indexierung fehlgeschlagen","Indexing files in %s":"Indexiere Dateien in %s","Indexing media and sidecar files…":"Indexiere Bilder, Videos und Sidecar-Dateien…","Indexing originals...":"Indexiere Dateien…","Information":"Informationen","Inherit":"Erben","Instance":"Instanz","Instance ID":"Instanz ID","Instance unreachable. Try again once it's back online.":"Die Instanz ist nicht erreichbar. Versuche es erneut, sobald sie wieder online ist.","Instances":"Instanzen","Insufficient storage":"Zu wenig Speicherplatz","Insufficient storage.":"Zu wenig Speicherplatz.","Interval":"Intervall","Invalid":"Ungültig","Invalid address":"Ungültige Adresse","Invalid country":"Ungültiges Land","Invalid credentials":"Ungültige Zugangsdaten","Invalid date":"Ungültiges Datum","Invalid link":"Ungültiger Link","Invalid name":"Ungültiger Name","Invalid parameters":"Ungültige Parameter","Invalid password, please try again":"Ungültiges Passwort","Invalid photo selected":"Ungültiges Foto ausgewählt","Invalid time":"Ungültige Zeit","Invalid URL":"Ungültige URL","Invalid verification code, please try again":"Ungültiger Verifizierungscode, bitte erneut versuchen","IP Address":"IP-Adresse","It is a one-time use code that will disable 2FA for your account when you use it.":"Es handelt sich um einen einmalig verwendbaren Code, der 2FA für dein Konto deaktiviert, wenn er verwendet wird.","Item":"Eintrag","Items per page:":"Ergebnisse pro Seite:","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.","Keyword":"Suchbegriff","Keywords":"Suchbegriffe","Label":"Kategorie","Label not found":"Kategorie nicht gefunden","Label saved":"Kategorie gespeichert","Labels":"Kategorien","Labels deleted":"Kategorien gelöscht","Language":"Sprache","Last Active":"Zuletzt aktiv","Last Login":"Letzter Login","Last page":"Letzte Seite","Last Sync":"Letzte Synchronisation","Last Used":"Zuletzt verwendet","Latitude":"Breitengrad","LDAP/AD":"LDAP/AD","Learn more":"Mehr erfahren","Learn More":"Mehr erfahren","Legal Information":"Rechtliche Informationen","Lens":"Objektiv","Lens not found":"Objektiv nicht gefunden","Library":"Dateien","License":"Lizenz","Like":"Favorit","Lime":"Hellgrün","Limit reached, showing first %{n} files":"Limit erreicht, zeige die ersten %{n} Dateien","Link":"Link","List":"Liste","List View":"Listenansicht","Live":"Live","Live Photos":"Live Photos","Load more":"Mehr laden","Loading items...":"Ergebnisse laden...","Loading...":"Lädt...","Local":"Lokal","Local Time":"Ortszeit","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","Logs":"Logs","Longitude":"Längengrad","Lost server connection":"Verbindung zum Server verloren","Low":"Niedrig","Magenta":"Magenta","Main Color":"Hauptfarbe","Male":"Männlich","Manage Account":"Konto verwalten","Manager":"Manager","Manual":"Manuell","Manual Upload":"Manueller Upload","Maps":"Karten","Marker":"Bildbereich","Maximum number of accounts has been reached.":"Die maximale Anzahl von Konten wurde erreicht.","Media":"Medien","Medium":"Mittel","Membership":"Mitgliedschaft","Merge %{a} with %{b}?":"%{a} und %{b} zusammenfassen?","Message":"Feedback","Metadata":"Metadaten","Metrics":"Metriken","Minimize":"Minimieren","Missing":"Fehlend","Missing or invalid configuration":"Fehlende oder ungültige Konfiguration","mixed":"mixed","Moments":"Ereignisse","Monochrome":"Monochrom","Month":"Monat","More options":"Weitere Optionen","Mosaic":"Mosaik","Most Relevant":"Am relevantesten","Move Files":"Dateien verschieben","Moving files from %s":"Verschiebe Dateien von %s","Must have at least %{n} characters.":"Muss mindestens %{n} Zeichen enthalten.","Mute":"Stummschalten","Name":"Name","Name too long":"Name zu lang","Never":"Nie","New":"Neu","New Password":"Neues Passwort","Newest First":"Neueste zuerst","Next":"Nächste","Next page":"Nächste Seite","Next visual":"Nächstes Bild","No":"Nein","No Access":"Kein Zugriff","No albums assigned":"Keine Alben zugewiesen","No albums found":"Keine Alben gefunden","No albums selected":"Keine Alben ausgewählt","No data available":"Keine Daten verfügbar","No files available for download":"Keine Dateien zum Download verfügbar","No items selected":"Nichts ausgewählt","No labels assigned":"Keine Kategorien zugewiesen","No labels found":"Keine Kategorien gefunden","No labels selected":"Keine Kategorien ausgewählt","No matching records found":"Keine passenden Ergebnisse gefunden","No more":"Keine weiteren","No people found":"Keine Personen gefunden","No pictures found":"Keine Bilder gefunden","No recently edited pictures":"Keine kürzlich bearbeiteten Bilder","No registered instances.":"Es sind keine Instanzen registriert.","No results":"Keine Ergebnisse","No server connection":"Keine Serververbindung","No servers configured.":"Keine Server konfiguriert.","No services configured.":"Keine Dienste konfiguriert.","No thanks":"Nein danke","No users on this instance.":"Es gibt keine Benutzer auf dieser Instanz.","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.","Node":"Node","Nodes":"Nodes","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","Not allowed":"Nicht erlaubt","Not available in public mode":"Im öffentlichen Modus nicht verfügbar","Not available in read-only mode":"Im Nur-Lese-Modus nicht verfügbar","Not found":"Nicht gefunden","Not sorted.":"Nicht sortiert.","Not supported":"Nicht unterstützt","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.","Notes":"Notizen","Nothing to see here yet.":"Hier gibt es noch nichts zu sehen.","Nothing was found.":"Es konnte nichts gefunden werden.","Offline":"Offline","OK":"OK","Oldest First":"Älteste zuerst","On Windows, enter the following resource in the connection dialog:":"Unter Windows gibst du die folgende Ressource in den Verbindungsdialog ein:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Die On-Demand-Generierung von Vorschaubildern kann zu einer hohen CPU- und Speicherauslastung führen. Nicht empfohlen für leistungsschwache Server und NAS-Geräte.","Once a week":"Einmal die Woche","One album found":"Ein Album gefunden","One entry added to %s":"Ein Eintrag zu %s hinzugefügt","One entry removed from %s":"Ein Eintrag aus %s entfernt","One file found":"Eine Datei gefunden","One file uploaded":"Eine Datei hochgeladen","One folder found":"Ein Ordner gefunden","One label found":"Eine Kategorie gefunden","One person found":"Eine Person gefunden","One picture found":"Ein Bild gefunden","Only locally managed accounts can be set up for authentication with 2FA.":"Nur lokal verwaltete Konten können für die Authentifizierung mit 2FA eingerichtet werden.","Open":"Öffnen","optional":"optional","or":"oder","Orange":"Orange","Organization":"Organisation","Orientation":"Ausrichtung","Original file names will be stored and indexed.":"Die ursprünglichen Dateinamen werden im Index gespeichert.","Original Name":"Originalname","Originals":"Originale","Originals folder is empty":"Originals-Verzeichnis ist leer","Other":"Sonstiges","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Unser Ziel ist es, die benutzer- und datenschutzfreundlichste Lösung zu bieten, um Bilder zu organisieren und zugänglich zu machen.","Outdoor":"Outdoor","Page {0}, Current page":"Seite {0}, Aktuelle Seite","Pages":"Seiten","Pagination Navigation":"Paginierung Navigation","Panorama":"Panorama","Panoramas":"Panoramen","Part of all selected photos":"Teil aller ausgewählten Bilder","Part of some selected photos":"Teil einiger ausgewählter Bilder","Password":"Passwort","Password changed":"Passwort geändert","Pause":"Pause","Payment required":"Zahlung erforderlich","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":"Endgültig gelöscht","Permission denied":"Erlaubnis verweigert","Person":"Person","Person cover updated":"Personendeckel aktualisiert","Person deleted":"Person gelöscht","Person not found":"Unbekannte Person","Person saved":"Person gespeichert","Personal":"Persönlich","Photo":"Bild","PhotoPrism is 100% self-funded and independent.":"PhotoPrism ist zu 100 % selbstfinanziert und unabhängig.","PhotoPrism+ Membership":"PhotoPrism+ Mitgliedschaft","Photos":"Bilder","Picture":"Bild","Picture Title":"Bildtitel","Pink":"Pink","Pinned":"Gepinnt","Place":"Ort","Place & Time":"Ort & Zeit","Places":"Orte","Play":"Abspielen","Please confirm your new password.":"Neues Passwort bitte bestätigen.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Bitte kopiere das folgende, zufällig generierte App-Passwort und bewahre es an einem sicheren Ort auf, da es nicht noch einmal angezeigt werden kann:","Please do not upload any private, unlawful or offensive pictures.":"Bitte lade keine privaten, illegalen oder anstößigen Bilder hoch. ","Please don't upload photos containing offensive content.":"Bitte lade keine anstößigen Bilder hoch.","Please enter OTP character {0}":"Bitte OTP-Zeichen eingeben {0}","Please log in to your account":"Bitte melde dich an","Please note that changing your password will log you out on other devices and browsers.":"Bitte beachte, dass du beim Ändern deines Passworts auf anderen Geräten und Browsern abgemeldet wirst.","Please restart your instance for the changes to take effect.":"Bitte starte deine Instanz neu, damit die Änderungen wirksam werden.","Please wait…":"Bitte warten…","PM":"PM","PNG Size Limit: %{n}px":"Maximale PNG-Größe: %{n}px","Portal":"Portal","Portrait":"Portrait","Preserve filenames":"Namen beibehalten","Press enter to create a new album.":"Enter drücken, um ein neues Album zu erstellen.","Press enter to create new item":"Drücke die Eingabetaste, um ein neues Element zu erstellen","Prevent database and album backups as well as YAML sidecar files from being created.":"Deaktiviert Datenbank- und Album-Backups sowie die Erstellung von YAML-Sidecar-Dateien.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Verhindert, dass andere Anwendungen über WebDAV auf Ordner und Dateien zugreifen können.","Preview":"Voransicht","Preview Images":"Vorschaubilder","Previous":"Vorherige","Previous page":"Vorherige Seite","Previous visual":"Voriges Bild","Primary":"Primärdatei","Private":"Privat","Processing upload...":"Verarbeitung des Uploads...","Product Feedback":"Allgemeines Feedback","Projection":"Projektion","Purple":"Lila","Quality Filter":"Qualitätsfilter","Quality Score":"Qualität","Quota exceeded":"Maximale Anzahl erreicht","Random":"Zufällig","Rating {0} of {1}":"Bewertung {0} von {1}","Raw":"RAW","RAW":"RAW","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":"Kürzlich hinzugefügt","Recently Archived":"Kürzlich archiviert","Recently Edited":"Zuletzt bearbeitet","Recognition starts after indexing has been completed.":"Die Erkennung beginnt, nachdem die Indexierung abgeschlossen ist.","Recognized":"Erkannt","Recovery Code":"Wiederherstellungs-Code","Red":"Rot","Refresh":"Aktualisieren","Regions":"Regionen","Register":"Registrieren","Reload":"Neu laden","Reloading…":"Wird neu geladen…","Remote Sync":"Synchronisation","Remove":"Entfernen","remove failed: unknown album":"Löschen nicht möglich: Unbekanntes Album","Remove from Album":"Aus dem Album entfernen","Remove from all":"Von allen entfernen","Remove from all selected photos":"Von allen ausgewählten Bildern entfernen","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 im Import Ordner.","Remove the selected instance from the cluster registry?":"Die ausgewählte Instanz aus dem Cluster entfernen?","Removed":"Entfernt","Removed %{name}":"%{name} wurde entfernt","Removed %d files and %d photos":"%d Dateien und %d Bilder wurden entfernt","Repeated":"Wiederholt","Request failed - are you offline?":"Anfrage fehlgeschlagen - bist du offline?","Request failed - invalid response":"Anfrage fehlgeschlagen - ungültige Antwort","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Verlangt, dass nicht-fotografische und qualitativ schlechte Bilder geprüft werden, bevor sie in den Suchergebnissen erscheinen.","Resolution":"Auflösung","Restart":"Neustart","Restore":"Wiederherstellen","Restored":"Wiederhergestellt","Retry Limit":"Wiederholungsversuche","Retype Password":"Passwort wiederholen","Review":"Überprüfen","Role":"Rolle","Roles":"Rollen","Rotated":"Rotiert","Rows per page:":"Zeilen pro Seite:","Satellite":"Satellit","Save":"Speichern","Save changes":"Änderungen speichern","Scan":"Scan","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scanne den QR-Code mit deiner Authenticator-App oder verwende den unten gezeigten Schlüssel für die Einrichtung und gib dann den generierten Verifizierungscode ein:","Scans":"Scans","Scope":"Berechtigung","Scopes":"Scopes","Search":"Suche","Season":"Jahreszeit","Secret":"Code","Security and Access":"Sicherheit und Zugang","Select":"Auswählen","Select a source folder to import files…":"Wähle einen Quellordner, um Dateien zu importieren…","Select date":"Datum auswählen","Select dates":"Daten auswählen","Select or create albums":"Alben auswählen oder erstellen","Select or create labels":"Kategorien auswählen oder erstellen","Select or drop files to upload…":"Dateien zum Hochladen auswählen oder ablegen…","Select the files to upload…":"Wähle Dateien zum Hochladen aus…","Select the folder to be indexed…":"Wähle den zu indexierenden Ordner aus…","Select Time":"Zeit wählen","Selection":"Auswahl","Selection added to %s":"Auswahl zu %s hinzugefügt","Selection approved":"Auswahl übernommen","Selection archived":"Auswahl archiviert","Selection marked as private":"Auswahl als privat markiert","Selection not found":"Auswahl nicht gefunden","Selection restored":"Auswahl wiederhergestellt","Sequential Name":"Fortlaufender Name","Service":"Service","Service URL":"Dienst-URL","Services":"Dienste","Session":"Session","Session ID":"Session-ID","Sessions":"Sessions","Set as Album Cover":"Als Albumcover verwenden","Set as Cover Image":"Als Titelbild festlegen","Settings":"Einstellungen","Settings saved":"Einstellungen gespeichert","Setup":"Einrichten","Severity":"Schweregrad","Share":"Teilen","Share %{s}":"%{s} teilen","Show":"Anzeigen","Show All Labels":"Alle Labels anzeigen","Show all new faces":"Alle neuen Gesichter anzeigen","Show Caption":"Bildunterschrift anzeigen","Show Captions":"Bildunterschriften anzeigen","Show face markers":"Gesichtsmarkierungen anzeigen","Show hidden":"Verborgene anzeigen","Show Important Only":"Nur Wichtiges anzeigen","Show logs in the web interface to monitor activity and troubleshoot problems.":"Logs in der Weboberfläche anzeigen, um Aktivitäten zu überwachen und Probleme zu beheben.","Show smart albums that group pictures by occasion, trip, or location.":"Zeige intelligente Alben, die Bilder nach Anlass, Reise oder Ort gruppieren.","Show the Account page so users can manage their profile and security settings.":"Die Kontoseite anzeigen, damit Benutzer ihr Profil und ihre Sicherheitseinstellungen verwalten können.","Show the Calendar view to browse the library by year and month.":"Die Kalenderansicht anzeigen, um die Bibliothek nach Jahr und Monat zu durchsuchen.","Show the Labels section to view and manage AI-generated labels.":"Den Bereich „Kategorien“ anzeigen, um KI-generierte Labels anzuzeigen und zu verwalten.","Show the Library section to index, manage, and monitor the media library.":"Den Bereich „Dateien“ anzeigen, um die Medienbibliothek indexieren und verwalten zu können.","Show the Places view with interactive maps so you can browse photos by location.":"Interaktive Weltkarten aktivieren, um Bilder basierend auf ihrem Standort zu finden und anzusehen.","Show Titles":"Titel anzeigen","Sidecar":"Sidecar","Sidecar Files":"Sidecar-Dateien","Sign in":"Anmelden","Sign Out":"Abmelden","Similar":"Ähnlich","Site URL":"Website-URL","Size":"Größe","Slideshow":"Slideshow","Slow":"Langsam","Software":"Software","Software Update":"Software-Update","Some albums could not be copied":"Einige Alben konnten nicht kopiert werden","Some albums could not be created. Please edit the names and try again.":"Einige Alben konnten nicht erstellt werden. Bitte bearbeite die Namen und versuche es erneut.","Some albums could not be updated":"Einige Alben konnten nicht aktualisiert werden","Something went wrong, try again":"Es ist ein Fehler aufgetreten, bitte erneut versuchen","Sort by":"Sortieren nach","Sort by Name (A–Z)":"Nach Name sortieren (A-Z)","Sort by Photo Count":"Nach Bilderanzahl sortieren","Sort by Relevance":"Nach Relevanz sortieren","Sort Order":"Sortierung","Sorted ascending.":"Aufsteigend sortiert.","Sorted descending.":"Absteigend sortiert.","Source":"Quelle","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","Start":"Start","Start Page":"Startseite","Static Size Limit: %{n}px":"Statische Maximalgröße: %{n}px","Status":"Status","Stay signed in on this device":"Auf diesem Gerät eingeloggt bleiben","Stop Casting":"Beende das Gießen","Storage":"Speicherort","Streets":"Straßen","Subject":"Bildinhalt","Subject deleted":"Motiv gelöscht","Subject not found":"Unbekanntes Motiv","Subject saved":"Motiv gespeichert","Successfully activated":"Erfolgreich aktiviert","Successfully Connected":"Erfolgreich verbunden","Successfully deleted":"Erfolgreich gelöscht","Successfully verified":"Erfolgreich verifiziert","Super Admin":"Super-Admin","Support for additional services, like Google Drive, will be added over time.":"Die Unterstützung weiterer Dienste, wie Google Drive, ist geplant.","Support Our Mission":"Unterstütze unsere Mission","Sync":"Sync","Sync raw and video files":"RAWs und Videos kopieren","Taken":"Aufgenommen","Teal":"Blaugrün","Terrain":"Gelände","Text":"Text","Thank You for Your Support!":"Vielen Dank für deine Unterstützung!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Deshalb wurde PhotoPrism von Grund auf so entwickelt, dass es überall dort läuft, wo du es benötigst, ohne Kompromisse bei Freiheit, Privatsphäre oder Funktionalität einzugehen.","The index currently contains %{n} hidden files.":"Der Index enthält momentan %{n} verborgene Dateien.","The instance rejected the cluster credentials.":"Die Instanz hat die Cluster-Anmeldedaten abgelehnt.","The instance returned an unexpected redirect.":"Die Instanz hat eine unerwartete Weiterleitung zurückgegeben.","The wakeup interval is %s, but must be 1h or less":"Worker-Intervall ist %s, muss aber 1h oder weniger betragen","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 account is missing an ID and can't be edited.":"Diesem Konto fehlt eine ID und es kann nicht bearbeitet werden.","This field is required":"Dieses Feld ist erforderlich","This instance has no site URL configured.":"Für diese Instanz ist keine Website-URL konfiguriert.","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 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.","Time":"Zeit","Time UTC":"Zeit UTC","Time Zone":"Zeitzone","Timeout":"Timeout","Title":{"":"Titel","Account":"Titel","Photo":"Titel"},"Title / Position":"Titel / Position","to":"nach","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Um zu verhindern, dass du den Zugriff auf dein Konto verlierst, lade bitte diesen Wiederherstellungscode jetzt herunter, drucke ihn aus oder kopiere ihn und bewahre ihn an einem sicheren Ort auf.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Zum Generieren eines neuen app-spezifischen Passworts gib bitte den Namen und den Berechtigungsumfang der Anwendung ein und wähle ein Ablaufdatum:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Um zu einer neuen Authenticator-App bzw. einem neuen Gerät zu wechseln, deaktiviere zunächst die Zwei-Faktor-Authentifizierung und aktiviere sie dann wieder:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Um ein Upgrade durchzuführen, kannst du entweder einen Aktivierungscode eingeben oder auf \"Registrieren\" klicken, um dich auf unserer Website anzumelden:","Today":"Heute","Toggle View":"Ansicht wechseln","Token":"Token","Too many files selected":"Zu viele Dateien ausgewählt","Too many requests":"Zu viele Anfragen","Troubleshooting":"Fehlersuche","Try again using other filters or keywords.":"Versuche es mit anderen Filtern oder Suchbegriffen.","Two-factor authentication has been enabled for your account.":"Die Zwei-Faktor-Authentifizierung wurde für dein Konto aktiviert.","Type":"Typ","Unable to delete":"Kann nicht gelöscht werden","Unable to do that":"Das geht nicht","Unassign":"Nicht zuordnen","Unauthorized":"Unbefugte","Undo":"Rückgängig machen","Unique ID":"Eindeutige Bild-ID","Unknown":"Unbekannt","Unknown location":"Unbekannter Ort","Unregistered":"Unregistriert","Unsorted":"Unsortiert","Unstack":"Nicht stapeln","Unsupported":"Wird nicht unterstützt","Unsupported format":"Nicht unterstütztes Format","Unsupported type":"Typ wird nicht unterstützt","Updated":"Geändert","Updating faces":"Aktualisiere Gesichter","Updating index":"Aktualisiere Index","Updating moments":"Aktualisiere Ereignisse","Updating picture…":"Bild wird aktualisiert…","Updating previews":"Aktualisiere Vorschaubilder","Updating stacks":"Aktualisiere Bildstapel","Upgrade":"Upgraden","Upgrade Now":"Jetzt upgraden","Upload":"Upload","Upload complete":"Vollständig hochgeladen","Upload complete. Indexing…":"Upload abgeschlossen. Indexiere…","Upload failed":"Upload fehlgeschlagen","Upload has been processed":"Der Upload wurde verarbeitet","Upload local files":"Dateien hochladen","Upload might be offensive":"Inhalt könnte anstößig sein und wurde abgelehnt","Upload Path":"Upload-Verzeichnis","Uploading %{n} of %{t}…":"Datei %{n} von %{t} wird hochgeladen…","Uploading photos…":"Bilder werden hochgeladen…","Uploading…":"Wird hochgeladen…","Uploads that may contain such images will be rejected automatically.":"Diese werden automatisch erkannt und gelöscht.","URL":"URL","Use Presets":"Presets anwenden","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Verwende den folgenden Wiederherstellungscode, um auf dein Konto zuzugreifen, wenn du mit deinem Authenticator keinen gültigen Verifizierungscode generieren kannst:","Use your recovery code or contact an administrator for help.":"Verwende deinen Wiederherstellungscode oder bitte einen Administrator um Hilfe.","User":"Benutzer","User Guide":"Benutzerhandbuch","User Interface":"Benutzeroberfläche","User not found":"Nutzer nicht gefunden","Username":"Benutzername","Users":"Benutzer","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorgrafiken","Verification Code":"Verifizierungscode","Version":"Version","Video":"Video","Video Duration":"Videolänge","Videos":"Videos","View":"Ansicht","View search results as a list.":"Suchergebnisse als Liste anzeigen.","Viewer":"Betrachter","Vision":"Vision","Visitor":"Besucher","Visual Similarity":"Visuelle Ähnlichkeit","Warning":"Warnung","Web Login":"Web-Login","WebDAV":"WebDAV","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 von Microsoft oder der Finder von Apple, können sich direkt mit PhotoPrism verbinden.","WebDAV Upload":"WebDAV Upload","WebGL support is disabled in your browser":"WebGL-Unterstützung ist in deinem Browser deaktiviert","Website":"Website","White":"Weiß","Work Details":"Berufliche Angaben","Year":"Jahr","Yellow":"Gelb","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Bei Fragen zu deiner Mitgliedschaft kannst du uns gerne unter membership@photoprism.app kontaktieren.","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 heruntergeladen werden","You can search for a location or move the marker on the map to change the position:":"Du kannst nach einem Ort suchen oder die Markierung auf der Karte verschieben, um die Position zu ändern:","You can upload up to %{n} files for test purposes.":"Du kannst bis zu %{n} Dateien für Testzwecke hochladen.","You cannot change your own role.":"Du kannst deine eigene Rolle nicht ändern.","You do not have access to any instances.":"Du hast keinen Zugriff auf Instanzen.","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.","Your account could not be connected":"Das Konto konnte nicht verbunden werden","Your account has been successfully connected.":"Dein Konto wurde erfolgreich verbunden.","Your browser does not support WebGL":"Dein Browser unterstützt kein WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Deine Unterstützung hilft uns, regelmäßige Updates bereitzustellen und unabhängig zu bleiben, damit wir unsere Mission erfüllen und deine Privatsphäre schützen können.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Die vorhandenen Bilder werden fortlaufend analysiert, um automatisch Alben mit besonderen Momenten, Reisen und Orten zu erstellen.","Zip created in %d s":"Zip-Datei erstellt in %d s","Zoom in/out":"Herein/Herauszoomen","Archive":{"Noun":"Archiv","Verb":"Archivieren"},"Add a Title":{"Photo":"Einen Titel hinzufügen"}}} \ No newline at end of file +{"de":{"{0} appended action":"{0} angehängte Aktion","{0} files":"{0} Dateien","{0} files ({1} in total)":"{0} Dateien ({1} insgesamt)","{0} more":"{0} mehr","{0} prepended action":"{0} vorangestellte Aktion","{0} selected":"{0} ausgewählt","{0}-{1} of {2}":"{0}-{1} von {2}","%{n} albums found":"%{n} Alben gefunden","%{n} files uploaded":"%{n} Dateien hochgeladen","%{n} folders found":"%{n} Ordner gefunden","%{n} GB of %{q} GB used":"%{n} GB von %{q} GB verwendet","%{n} labels found":"%{n} Kategorien gefunden","%{n} people found":"%{n} Personen gefunden","%{n} pictures found":"%{n} Bilder gefunden","%{s} is too long":"%{s} ist zu lang","%{s} is too short":"%{s} ist zu kurz","%d entries added to %s":"%d Einträge zu %s hinzugefügt","%d entries removed from %s":"%d Einträge aus %s entfernt","%d files uploaded in %d s":"%d Dateien hochgeladen in %d s","%s already exists":"%s existiert bereits","%s has been restored":"%s wurde wiederhergestellt","1 hour":"1 Stunde","12 hours":"12 Stunden","2-Factor Authentication":"2-Faktor-Authentifizierung","2FA":"2FA","4 hours":"4 Stunden","A click will copy it to your clipboard.":"In die Zwischenablage kopieren.","A new version of %{s} is available:":"Eine neue Version von %{s} ist verfügbar:","About":"Info","Access granted.":"Zugriff gewährt.","Access revoked.":"Zugriff entzogen.","Access Token":"Zugangs-Token","Account":"Konto","Account created":"Konto hinzugefügt","Account deleted":"Konto gelöscht","Account Group Mappings":"Zuordnungen von Kontengruppen","Account not found":"Unbekannter Account","Account restored":"Konto wiederhergestellt","Account saved":"Konto gespeichert","Accounts":"Benutzerkonten","Accuracy":"Genauigkeit","Action":"Aktion","Actions":"Aktionen","Activate":"Aktivieren","Activate to remove sorting.":"Aktivieren, um die Sortierung aufzuheben.","Activate to sort ascending.":"Aktivieren, um aufsteigend zu sortieren.","Activate to sort descending.":"Aktivieren, um absteigend zu sortieren.","Activation Code":"Aktivierungscode","Activity":"Aktivität","Add":"Hinzufügen","Add %{s}?":"%{s} hinzufügen?","Add a Caption":"Beschriftung hinzufügen","Add Account":"Konto hinzufügen","Add Album":"Album erstellen","Add Link":"Link hinzufügen","Add Notes":"Anmerkungen hinzufügen","Add person?":"Person hinzufügen?","Add pictures from search results by selecting them.":"Ausgewählte Bilder können über das Kontextmenü hinzugefügt werden.","Add to album":"Hinzufügen","Add to all":"Zu allen hinzufügen","Add to all selected photos":"Zu allen ausgewählten Bildern hinzufügen","Added":"Hinzugefügt","Added %{name}":"%{name} wurde hinzugefügt","Adjust Camera Info":"Kamera-Infos anpassen","Adjust Date & Time":"Datum & Uhrzeit anpassen","Adjust Location":"Standort anpassen","Admin":"Admin","Advanced":"Erweitert","Advertise URL":"Advertise URL","After 1 day":"Nach einem Tag","After 3 days":"Nach 3 Tagen","After 7 days":"Nach 7 Tagen","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Nach der Bestätigung mit deinem Passwort kannst du die Zwei-Faktor-Authentifizierung mit einer kompatiblen Authenticator-App einrichten:","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 %s deleted":"Album %s gelöscht","Album Backups":"Album-Backups","Album contents cloned":"Album-Einträge kopiert","Album created":"Album erstellt","Album deleted":"Album gelöscht","Album not found":"Album nicht gefunden","Album saved":"Album gespeichert","Albums":"Alben","Albums deleted":"Alben gelöscht","All":"Alle","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 files from import folder":"Alle Ordner durchsuchen","All Lenses":"Alle Objektive","All Months":"Alle Monate","All originals":"Alle Ordner durchsuchen","All Years":"Alle Jahre","Allow configuration and use of connected apps and services for remote uploads and sync.":"Konfiguration und Nutzung verbundener Apps und Dienste für Remote-Uploads und Synchronisierung zulassen.","Allow editing of metadata such as title, description, date, and location.":"Erlaube die Bearbeitung von Bild-Metadaten wie Titel, Beschreibung, Datum und Ort.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Erlaube die Bearbeitung von Metadaten, Kategorien und Alben für mehrere Bilder gleichzeitig.","Allow files to be copied or moved from the Import to the Originals folder.":"Erlaube das Kopieren oder Verschieben von Dateien aus dem Import- in den Originale-Ordner.","Allow files to be permanently deleted to free up storage space.":"Erlaube das dauerhafte Löschen von Dateien, um Speicherplatz freizugeben.","Allow users to archive photos and videos so they are hidden without being deleted.":"Benutzern ermöglichen, Bilder und Videos zu archivieren, sodass sie ausgeblendet, aber nicht dauerhaft gelöscht werden.","Allow users to create and share links, and enable sharing with connected services.":"Erlaube es den Nutzern, Links zu erstellen und zu teilen, und ermögliche das Teilen mit verbundenen Diensten.","Allow users to upload new photos and videos through the web interface.":"Benutzern das Hochladen neuer Bilder und Videos über die Weboberfläche ermöglichen.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativ können Dateien auch direkt auf kompatible WebDAV-Server z.B. Nextcloud hochgeladen werden.","Altitude":"Höhe","Altitude (m)":"Höhe (m)","AM":"AM","Animated":"Animiert","Animation":"Animation","Animations":"Animationen","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","Application":"Anwendung","Applications":"Anwendungen","Approve":"Übernehmen","Approve and save changes":"Genehmigen und Änderungen speichern","Apps and Devices":"Apps und Geräte","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 Kategorien wirklich löschen?","Are you sure you want to delete this account?":"Dieses Konto wirklich löschen?","Are you sure you want to delete this album?":"Bist du sicher, dass du dieses Album löschen willst?","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?","Are you sure?":"Bist du sicher?","Artist":"Ersteller","Aspect Ratio":"Seitenverhältnis","Attributes":"Attribute","Audio":"Audio","Audit Log":"Audio","Authentication":"Authentifizierung","Auto":"Auto","Back":"Zurück","Back to top":"Zurück nach oben","Backup":"Datensicherung","Badge":"Abzeichen","Base Path":"Basis-Verzeichnis","Batch":"Batch","Batch Edit":"Batch Bearbeitung","Become a member today, support our mission and enjoy our member benefits!":"Werde noch heute Mitglied, unterstütze unsere Mission und genieße unsere Mitgliedsvorteile!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Da wir uns zu 100% selbst finanzieren und unabhängig sind, können wir dir versprechen, dass wir deine Daten niemals verkaufen werden und immer transparent mit unserer Software und unseren Dienstleistungen umgehen.","Bio":"Biographie","Birth Date":"Geburtsdatum","Black":"Schwarz","Blue":"Blau","Brown":"Braun","Browse":"Durchsuchen","Browse Files":"Dateien durchsuchen","Browse Pictures":"Bilder durchsuchen","Bug Report":"Fehlerbericht","Busy, please try again later":"Beschäftigt, bitte später erneut versuchen","Busy, please wait…":"Bitte warten…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Durch die Nutzung der von uns angebotenen Software und Dienstleistungen erklärst du dich mit unseren Nutzungsbedingungen, der Datenschutzerklärung und dem Verhaltenskodex einverstanden.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kamera nicht gefunden","Camera Serial":"Kamera-Seriennummer","Can't access your authenticator app or device?":"Keinen Zugriff auf die Authenticator-App oder das Gerät?","Can't load more, limit reached":"Limit erreicht, bitte Suche eingrenzen","Can't select more items":"Maximale Anzahl wurde selektiert","Cancel":"Abbrechen","Cannot copy to clipboard":"Kann nicht in die Zwischenablage kopiert werden","Caption":"Bildunterschrift","Cards":"Karteikarten","Carousel slide {0} of {1}":"Slide {0} von {1}","Cast":"Besetzung","Category":"Kategorie","Change Avatar":"Avatar ändern","Change Password":"Passwort ändern","Change private flag":"Als privat markieren","Changes could not be saved":"Änderungen konnten nicht gespeichert werden","Changes successfully saved":"Änderungen erfolgreich gespeichert","Changes to the advanced settings require a restart to take effect.":"Änderungen an den erweiterten Einstellungen erfordern einen Neustart, um wirksam zu werden.","Checked":"Geprüft","Choose an instance to continue:":"Eine Instanz auswählen, um fortzufahren:","Chroma":"Farbsättigung","Cleaning index and cache":"Bereinigung von Index und Cache","Cleanup":"Aufräumen","Clear":"Löschen","Clear {0}":"Löschen {0}","Client":"Client","Close":"Schließen","Cluster":"Cluster","Cluster Admin":"Cluster-Admin","Cluster Node":"Cluster-Knoten","Codec":"Codec","Color":"Farbe","Color Profile":"Farbprofil","Colors":"Farben","Compare Editions":"Editionen vergleichen","Complete Rescan":"Index vollständig aktualisieren","Confidence":"Wahrscheinlichkeit","Confirm":"Bestätigen","Connect":"Verbinden","Connect via WebDAV":"Mit WebDAV verbinden","Connected":"Verbunden","Contact Details":"Kontaktangaben","Contact Us":"Kontakt aufnehmen","Contains %{n} pictures.":"Enthält %{n} Bilder.","Contains one picture.":"Enthält ein Bild.","Content":{"":"Inhalte","Edit":"Informationen"},"Continue":"Fortfahren","Contributor":"Contributor","Converting":"Konvertiere","Copied to clipboard":"In Zwischenablage kopiert","Copy":"Kopieren","Copying files from %s":"Kopiere Dateien von %s","Copyright":"Copyright","Could not be deleted":"Konnte nicht gelöscht werden","Could not connect, please try again":"Verbindung fehlgeschlagen","Could not update person cover":"Konnte den Personenschutz nicht aktualisieren","Couldn't find anything.":"Leider nichts gefunden.","Country":"Land","Create Account":"Konto erstellen","Create album":"Erstellen","Create regular backups based on the configured schedule.":"Regelmäßige Backups zu den festgelegten Zeiten erstellen.","Create YAML files to back up album metadata.":"YAML-Dateien zum Sichern von Album-Metadaten verwenden.","Create YAML sidecar files to back up picture metadata.":"Bild-Metadaten in YAML-Sidecar-Dateien sichern.","Created":"Hinzugefügt","Creating thumbnails for":"Erstelle Thumbnails für","Current Password":"Aktuelles Passwort","Custom":"Benutzerdefiniert","Cyan":"Cyan","Daily":"Täglich","Database":"Datenbank","Database Backups":"Datenbank-Backups","Databases":"Datenbanken","Date & Time":"Datum & Uhrzeit","Day":"Tag","Deactivate":"Deaktivieren","Debug Logs":"Debug Logs","Default":"Standard","Default Folder":"Standard Ordner","Delete":"Löschen","Delete Album":"Album löschen","Delete All":"Alle löschen","Delete all?":"Alle löschen?","Delete orphaned index entries, sidecar files and thumbnails.":"Verwaiste Indexeinträge, Sidecar-Dateien und Thumbnails löschen.","deleted":"gelöscht","Description":"Beschreibung","Detailed instructions can be found in our User Guide.":"Unser Benutzerhandbuch enthält eine detaillierte Anleitung.","Details":"Details","Dimensions":"Auflösung","Disable all face detection and recognition features.":"Alle Funktionen zur Gesichtserkennung und -identifizierung deaktivieren.","Disable Backups":"Keine Datensicherung","Disable Darktable":"Darktable deaktivieren","Disable ExifTool":"ExifTool deaktivieren","Disable Faces":"Gesichtserkennung deaktivieren","Disable features that require write permission for the originals folder.":"Deaktiviert Funktionen, die eine Schreibberechtigung für die Original-Ordner und -Dateien erfordern.","Disable FFmpeg":"FFmpeg deaktivieren","Disable ImageMagick":"ImageMagick deaktivieren","Disable interactive world maps and reverse geocoding.":"Deaktiviert interaktive Weltkarten und Reverse Geocoding.","Disable MCP":"MCP deaktivieren","Disable Places":"Orte deaktivieren","Disable RawTherapee":"RawTherapee deaktivieren","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Deaktiviere den MCP-API-Endpunkt (Model Context Protocol) für die Integration von KI-Agenten.","Disable Vectors":"Vektorgrafiken deaktivieren","Disable WebDAV":"WebDAV deaktivieren","Disabled":"Deaktiviert","Disables vector graphics support.":"Deaktiviert die Unterstützung von Vektorgrafiken.","Disables video transcoding and thumbnail extraction.":"Deaktiviert die Videotranskodierung und die Erstellung von Vorschaubildern.","Discard":"Verwerfen","Discard changes and close":"Änderungen verwerfen und schließen","Discard invalid changes?":"Ungültige Änderungen verwerfen?","Discard unsaved changes?":"Nicht gespeicherte Änderungen verwerfen?","Discover":"Entdecken","Dismiss":"Verwerfen","Display Name":"Anzeigename","Display picture captions in search results.":"Bildunterschriften in den Suchergebnissen anzeigen.","Display picture titles in search results.":"Bildtitel in den Suchergebnissen anzeigen.","Document":"Dokument","Documents":"Dokumente","Don't use Darktable to convert RAW images.":"Darktable nicht zum Konvertieren von Bildern verwenden.","Don't use ImageMagick to convert images.":"ImageMagick nicht zum Konvertieren von Bildern verwenden.","Don't use RawTherapee to convert RAW images.":"RawTherapee nicht zum Konvertieren von Bildern verwenden.","Done":"Fertig","Done.":"Fertig.","Download":"Download","Download only original media files, without any automatically generated files.":"Lade nur Original-Mediendateien herunter, ohne automatisch generierte Dateien.","Download remote files":"Dateien herunterladen","Downloading…":"Wird heruntergeladen…","Drag and drop files here":"Dateien per Drag-and-Drop hier ablegen","Driver":"Treiber","Duplicates will be skipped and only appear once.":"Duplikate werden übersprungen und erscheinen nur einmal.","Duration":"Laufzeit","Dynamic Previews":"Dynamische Vorschaubilder","Dynamic Size Limit: %{n}px":"Dynamische Maximalgröße: %{n}px","Edit":"Bearbeiten","Edit %{s}":"%{s} bearbeiten","Edit Account":"Konto bearbeiten","Edit Photo":"Bild bearbeiten","Edit Photos (%{n})":"Bilder bearbeiten (%{n})","Edited":"Bearbeitet","Email":"E-Mail","Enable debug mode to display additional logs and help with troubleshooting.":"Debug-Modus aktivieren, um zusätzliche Logs anzuzeigen und die Fehlersuche zu erleichtern.","Enable downloading of original and sidecar files from the web interface.":"Aktiviere das Herunterladen von Original- und Sidecar-Dateien über das Webinterface.","Enable face recognition and the People view to easily find people you know.":"Aktiviere die Gesichtserkennung und die Personenansicht, um Menschen zu finden, die du kennst.","Enable new features that may be incomplete or unstable.":"Aktiviert neue Funktionen, die möglicherweise unvollständig oder instabil sind.","Enable the file browser to navigate the Originals folder structure.":"Aktiviere den Dateibrowser, um in der Ordnerstruktur der Originale zu navigieren.","Enables RAW converter presets. May reduce performance.":"Aktiviert benutzerdefinierte Voreinstellungen. Dateien werden möglicherweise langsamer konvertiert.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Wenn die Zwei-Faktor-Authentifizierung aktiviert ist, wird ein zufällig generierter Verifizierungscode benötigt, um sich anzumelden. Selbst wenn jemand Zugang zu deinem Passwort hat, kann er also nicht auf das Konto zugreifen.","Engine":"Engine","Enter date":"Datum eingeben","Enter dates":"Daten eingeben","Enter item name...":"Elementbezeichnung eingeben...","Enter the code generated by your authenticator app:":"Gib den von deiner Authenticator-App generierten Code ein:","Enter verification code":"Verifizierungscode eingeben","Enter your password to confirm the action and continue:":"Bitte mit Passwort bestätigen, um fortzufahren:","Entity not found":"Keine Daten gefunden","Error":"Fehler","Errors":"Fehler","Estimate":"Schätzung","Estimate Locations":"Standorte schätzen","Estimate the approximate location of pictures without GPS coordinates.":"Schätze den ungefähren Standort von Bildern ohne GPS-Koordinaten.","Every two days":"Jeden zweiten Tag","Exclude hidden":"Verborgene ausblenden","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"ExifTool wird für die vollständige Unterstützung von XMP-Metadaten, Videos und Live Photos benötigt.","Experimental Features":"Experimentelle Funktionen","Expires":"Ablaufdatum","Exposure":"Belichtungszeit","Extract still images and generate thumbnails while indexing.":"Extrahiere Standbilder und erstelle Miniaturansichten während der Indexierung.","F Number":"Lichtstärke","Face":"Gesicht","Face not found":"Unbekanntes Gesicht","Faces":"Gesichter","Failed creating file, please check permissions":"Datei konnte nicht erstellt werden","Failed creating folder, please check permissions":"Ordner konnte nicht erstellt werden","Failed removing link":"Der Link konnte nicht gelöscht werden","Failed to connect account.":"Die Verbindung zum Konto ist fehlgeschlagen.","Failed to create zip file":"Zip-Datei konnte nicht erstellt werden","Failed to load users.":"Das Laden der Benutzer ist fehlgeschlagen.","Failed to remove face marker":"Gesichtsmarkierung nicht entfernt","Failed to remove name":"Name kann nicht entfernt werden","Failed to restart server":"Der Neustart des Servers ist fehlgeschlagen","Failed to save changes":"Änderungen konnten nicht gespeichert werden","Failed to save face marker":"Gescheitert, um das Gesicht zu wahren Marker","Failed to save name":"Name konnte nicht gespeichert werden","Failed updating link":"Der Link konnte nicht gespeichert werden","Family Name":"Nachname","Fast":"Schnell","Favorite":"Favorit","Favorites":"Favoriten","Feature disabled":"Funktion deaktiviert","Feature Request":"Verbesserungsvorschlag","Female":"Weiblich","File":"Datei","File Browser":"Datei-Browser","File Conversion":"Datei-Konvertierung","File deleted":"Datei gelöscht","File Name":"Dateiname","File not found":"Datei konnte nicht gefunden werden","File removed from stack":"Datei aus Stapel entfernt","File Size":"Dateigröße","File too large":"Datei zu groß","File uploaded":"Datei hochgeladen","Filename":"Dateiname","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.","First page":"Erste Seite","Focal Length":"Brennweite","Folder":"Ordner","Folder contains %{n} files":"Ordner enthält %{n} Dateien","Folder is empty":"Ordner ist leer","Folders":"Ordner","Forgot password?":"Passwort vergessen?","FPS":"FPS","Frames":"Frames","Full Access":"Voller Zugriff","Fullscreen":"Vollbildmodus","General":"Allgemein","Generate":"Generieren","Generate Previews":"Vorschaubilder generieren","Generated":"Generiert","Get Started":"Erste Schritte","Given Name":"Vorname","Global Options":"Globale Optionen","Go to page {0}":"Zu Seite {0}","Gold":"Gold","Green":"Grün","Grey":"Grau","Groups":"Gruppen","Guest":"Gast","Hash":"Prüfsumme","Help":"Hilfe","Help & Support":"Hilfe & Unterstützung","Hidden":"Verborgen","Hidden Files":"Verborgene Dateien","Hide":"Verbergen","Hide Caption":"Bildunterschrift ausblenden","Hide face markers":"Gesichtsmarkierungen ausblenden","Hide private content from global views while keeping it accessible in the Private section.":"Private Inhalte in den globalen Ansichten ausblenden, während sie im Bereich „Privat“ weiterhin zugänglich bleiben.","High":"Hoch","High Dynamic Range (HDR)":"Hoher Dynamikumfang (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Falls die Authenticator-App bzw. das Gerät verloren geht, kannst du den Wiederherstellungscode verwenden, um wieder Zugang zu deinem Konto zu erhalten.","Image":"Bild","Image Quality":"Bildqualität","Import":"Import","Import canceled":"Import abgebrochen","Import completed in %d s":"Import in %d s abgeschlossen","Import failed":"Import fehlgeschlagen","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importierte Dateien werden nach Datum sortiert und bekommen einen eindeutigen Namen, um Duplikate zu vermeiden.","Importing %{s}…":"Importiere %{s}…","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.","Include RAW image files when downloading stacks and archives.":"RAW-Bilddateien beim Herunterladen von Stapeln und Archiven miteinbeziehen.","Include sidecar files when downloading stacks and archives.":"Sidecar-Dateien beim Herunterladen von Stapeln und Archiven miteinbeziehen.","Increase storage size or delete files to continue.":"Erhöhe die Speichergröße oder lösche Dateien, um fortzufahren.","Index":"Index","Indexing":"Indexiere","Indexing canceled":"Indexierung abgebrochen","Indexing completed in %d s":"Indexierung in %d s abgeschlossen","Indexing failed":"Indexierung fehlgeschlagen","Indexing files in %s":"Indexiere Dateien in %s","Indexing media and sidecar files…":"Indexiere Bilder, Videos und Sidecar-Dateien…","Indexing originals...":"Indexiere Dateien…","Information":"Informationen","Inherit":"Erben","Instance":"Instanz","Instance ID":"Instanz ID","Instance unreachable. Try again once it's back online.":"Die Instanz ist nicht erreichbar. Versuche es erneut, sobald sie wieder online ist.","Instances":"Instanzen","Insufficient storage":"Zu wenig Speicherplatz","Insufficient storage.":"Zu wenig Speicherplatz.","Interval":"Intervall","Invalid":"Ungültig","Invalid address":"Ungültige Adresse","Invalid country":"Ungültiges Land","Invalid credentials":"Ungültige Zugangsdaten","Invalid date":"Ungültiges Datum","Invalid link":"Ungültiger Link","Invalid name":"Ungültiger Name","Invalid parameters":"Ungültige Parameter","Invalid password, please try again":"Ungültiges Passwort","Invalid photo selected":"Ungültiges Foto ausgewählt","Invalid time":"Ungültige Zeit","Invalid URL":"Ungültige URL","Invalid verification code, please try again":"Ungültiger Verifizierungscode, bitte erneut versuchen","IP Address":"IP-Adresse","It is a one-time use code that will disable 2FA for your account when you use it.":"Es handelt sich um einen einmalig verwendbaren Code, der 2FA für dein Konto deaktiviert, wenn er verwendet wird.","Item":"Eintrag","Items per page:":"Ergebnisse pro Seite:","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.","Keyword":"Suchbegriff","Keywords":"Suchbegriffe","Label":"Kategorie","Label not found":"Kategorie nicht gefunden","Label saved":"Kategorie gespeichert","Labels":"Kategorien","Labels deleted":"Kategorien gelöscht","Language":"Sprache","Last Active":"Zuletzt aktiv","Last Login":"Letzter Login","Last page":"Letzte Seite","Last Sync":"Letzte Synchronisation","Last Used":"Zuletzt verwendet","Latitude":"Breitengrad","LDAP/AD":"LDAP/AD","Learn more":"Mehr erfahren","Learn More":"Mehr erfahren","Legal Information":"Rechtliche Informationen","Lens":"Objektiv","Lens not found":"Objektiv nicht gefunden","Library":"Dateien","License":"Lizenz","Like":"Favorit","Lime":"Hellgrün","Limit reached, showing first %{n} files":"Limit erreicht, zeige die ersten %{n} Dateien","Link":"Link","List":"Liste","List View":"Listenansicht","Live":"Live","Live Photos":"Live Photos","Load more":"Mehr laden","Loading items...":"Ergebnisse laden...","Loading...":"Lädt...","Local":"Lokal","Local Time":"Ortszeit","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","Logs":"Logs","Longitude":"Längengrad","Lost server connection":"Verbindung zum Server verloren","Low":"Niedrig","Magenta":"Magenta","Main Color":"Hauptfarbe","Male":"Männlich","Manage Account":"Konto verwalten","Manager":"Manager","Manual":"Manuell","Manual Upload":"Manueller Upload","Maps":"Karten","Marker":"Bildbereich","Maximum number of accounts has been reached.":"Die maximale Anzahl von Konten wurde erreicht.","Media":"Medien","Medium":"Mittel","Membership":"Mitgliedschaft","Merge %{a} with %{b}?":"%{a} und %{b} zusammenfassen?","Message":"Feedback","Metadata":"Metadaten","Metrics":"Metriken","Minimize":"Minimieren","Missing":"Fehlend","Missing or invalid configuration":"Fehlende oder ungültige Konfiguration","mixed":"mixed","Moments":"Ereignisse","Monochrome":"Monochrom","Month":"Monat","More options":"Weitere Optionen","Mosaic":"Mosaik","Most Relevant":"Am relevantesten","Move Files":"Dateien verschieben","Moving files from %s":"Verschiebe Dateien von %s","Must have at least %{n} characters.":"Muss mindestens %{n} Zeichen enthalten.","Mute":"Stummschalten","Name":"Name","Name too long":"Name zu lang","Never":"Nie","New":"Neu","New Password":"Neues Passwort","Newest First":"Neueste zuerst","Next":"Nächste","Next page":"Nächste Seite","Next visual":"Nächstes Bild","No":"Nein","No Access":"Kein Zugriff","No albums assigned":"Keine Alben zugewiesen","No albums found":"Keine Alben gefunden","No albums selected":"Keine Alben ausgewählt","No data available":"Keine Daten verfügbar","No files available for download":"Keine Dateien zum Download verfügbar","No items selected":"Nichts ausgewählt","No labels assigned":"Keine Kategorien zugewiesen","No labels found":"Keine Kategorien gefunden","No labels selected":"Keine Kategorien ausgewählt","No matching records found":"Keine passenden Ergebnisse gefunden","No more":"Keine weiteren","No people found":"Keine Personen gefunden","No pictures found":"Keine Bilder gefunden","No recently edited pictures":"Keine kürzlich bearbeiteten Bilder","No registered instances.":"Es sind keine Instanzen registriert.","No results":"Keine Ergebnisse","No server connection":"Keine Serververbindung","No servers configured.":"Keine Server konfiguriert.","No services configured.":"Keine Dienste konfiguriert.","No thanks":"Nein danke","No users on this instance.":"Es gibt keine Benutzer auf dieser Instanz.","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.","Node":"Node","Nodes":"Nodes","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","Not allowed":"Nicht erlaubt","Not available in public mode":"Im öffentlichen Modus nicht verfügbar","Not available in read-only mode":"Im Nur-Lese-Modus nicht verfügbar","Not found":"Nicht gefunden","Not sorted.":"Nicht sortiert.","Not supported":"Nicht unterstützt","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.","Notes":"Notizen","Nothing to see here yet.":"Hier gibt es noch nichts zu sehen.","Nothing was found.":"Es konnte nichts gefunden werden.","Offline":"Offline","OK":"OK","Oldest First":"Älteste zuerst","On Windows, enter the following resource in the connection dialog:":"Unter Windows gibst du die folgende Ressource in den Verbindungsdialog ein:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Die On-Demand-Generierung von Vorschaubildern kann zu einer hohen CPU- und Speicherauslastung führen. Nicht empfohlen für leistungsschwache Server und NAS-Geräte.","Once a week":"Einmal die Woche","One album found":"Ein Album gefunden","One entry added to %s":"Ein Eintrag zu %s hinzugefügt","One entry removed from %s":"Ein Eintrag aus %s entfernt","One file found":"Eine Datei gefunden","One file uploaded":"Eine Datei hochgeladen","One folder found":"Ein Ordner gefunden","One label found":"Eine Kategorie gefunden","One person found":"Eine Person gefunden","One picture found":"Ein Bild gefunden","Only locally managed accounts can be set up for authentication with 2FA.":"Nur lokal verwaltete Konten können für die Authentifizierung mit 2FA eingerichtet werden.","Open":"Öffnen","optional":"optional","or":"oder","Orange":"Orange","Organization":"Organisation","Orientation":"Ausrichtung","Original file names will be stored and indexed.":"Die ursprünglichen Dateinamen werden im Index gespeichert.","Original Name":"Originalname","Originals":"Originale","Originals folder is empty":"Originals-Verzeichnis ist leer","Other":"Sonstiges","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Unser Ziel ist es, die benutzer- und datenschutzfreundlichste Lösung zu bieten, um Bilder zu organisieren und zugänglich zu machen.","Outdoor":"Outdoor","Page {0}, Current page":"Seite {0}, Aktuelle Seite","Pages":"Seiten","Pagination Navigation":"Paginierung Navigation","Panorama":"Panorama","Panoramas":"Panoramen","Part of all selected photos":"Teil aller ausgewählten Bilder","Part of some selected photos":"Teil einiger ausgewählter Bilder","Password":"Passwort","Password changed":"Passwort geändert","Pause":"Pause","Payment required":"Zahlung erforderlich","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":"Endgültig gelöscht","Permission denied":"Erlaubnis verweigert","Person":"Person","Person cover updated":"Personendeckel aktualisiert","Person deleted":"Person gelöscht","Person not found":"Unbekannte Person","Person saved":"Person gespeichert","Personal":"Persönlich","Photo":"Bild","PhotoPrism is 100% self-funded and independent.":"PhotoPrism ist zu 100 % selbstfinanziert und unabhängig.","PhotoPrism+ Membership":"PhotoPrism+ Mitgliedschaft","Photos":"Bilder","Picture":"Bild","Picture Title":"Bildtitel","Pink":"Pink","Pinned":"Gepinnt","Place":"Ort","Place & Time":"Ort & Zeit","Places":"Orte","Play":"Abspielen","Please confirm your new password.":"Neues Passwort bitte bestätigen.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Bitte kopiere das folgende, zufällig generierte App-Passwort und bewahre es an einem sicheren Ort auf, da es nicht noch einmal angezeigt werden kann:","Please do not upload any private, unlawful or offensive pictures.":"Bitte lade keine privaten, illegalen oder anstößigen Bilder hoch. ","Please don't upload photos containing offensive content.":"Bitte lade keine anstößigen Bilder hoch.","Please enter OTP character {0}":"Bitte OTP-Zeichen eingeben {0}","Please log in to your account":"Bitte melde dich an","Please note that changing your password will log you out on other devices and browsers.":"Bitte beachte, dass du beim Ändern deines Passworts auf anderen Geräten und Browsern abgemeldet wirst.","Please restart your instance for the changes to take effect.":"Bitte starte deine Instanz neu, damit die Änderungen wirksam werden.","Please wait…":"Bitte warten…","PM":"PM","PNG Size Limit: %{n}px":"Maximale PNG-Größe: %{n}px","Portal":"Portal","Portrait":"Portrait","Preserve filenames":"Namen beibehalten","Press enter to create a new album.":"Enter drücken, um ein neues Album zu erstellen.","Press enter to create new item":"Drücke die Eingabetaste, um ein neues Element zu erstellen","Prevent database and album backups as well as YAML sidecar files from being created.":"Deaktiviert Datenbank- und Album-Backups sowie die Erstellung von YAML-Sidecar-Dateien.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Verhindert, dass andere Anwendungen über WebDAV auf Ordner und Dateien zugreifen können.","Preview":"Voransicht","Preview Images":"Vorschaubilder","Previous":"Vorherige","Previous page":"Vorherige Seite","Previous visual":"Voriges Bild","Primary":"Primärdatei","Private":"Privat","Processing upload...":"Verarbeitung des Uploads...","Product Feedback":"Allgemeines Feedback","Projection":"Projektion","Purple":"Lila","Quality Filter":"Qualitätsfilter","Quality Score":"Qualität","Quota exceeded":"Maximale Anzahl erreicht","Random":"Zufällig","Rating {0} of {1}":"Bewertung {0} von {1}","Raw":"RAW","RAW":"RAW","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":"Kürzlich hinzugefügt","Recently Archived":"Kürzlich archiviert","Recently Edited":"Zuletzt bearbeitet","Recognition starts after indexing has been completed.":"Die Erkennung beginnt, nachdem die Indexierung abgeschlossen ist.","Recognized":"Erkannt","Recovery Code":"Wiederherstellungs-Code","Red":"Rot","Refresh":"Aktualisieren","Regions":"Regionen","Register":"Registrieren","Registration disabled":"Registrierung deaktiviert","Reload":"Neu laden","Reloading…":"Wird neu geladen…","Remote Sync":"Synchronisation","Remove":"Entfernen","remove failed: unknown album":"Löschen nicht möglich: Unbekanntes Album","Remove from Album":"Aus dem Album entfernen","Remove from all":"Von allen entfernen","Remove from all selected photos":"Von allen ausgewählten Bildern entfernen","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 im Import Ordner.","Remove the selected instance from the cluster registry?":"Die ausgewählte Instanz aus dem Cluster entfernen?","Removed":"Entfernt","Removed %{name}":"%{name} wurde entfernt","Removed %d files and %d photos":"%d Dateien und %d Bilder wurden entfernt","Repeated":"Wiederholt","Request failed - are you offline?":"Anfrage fehlgeschlagen - bist du offline?","Request failed - invalid response":"Anfrage fehlgeschlagen - ungültige Antwort","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Verlangt, dass nicht-fotografische und qualitativ schlechte Bilder geprüft werden, bevor sie in den Suchergebnissen erscheinen.","Resolution":"Auflösung","Restart":"Neustart","Restore":"Wiederherstellen","Restored":"Wiederhergestellt","Retry Limit":"Wiederholungsversuche","Retype Password":"Passwort wiederholen","Review":"Überprüfen","Role":"Rolle","Roles":"Rollen","Rotated":"Rotiert","Rows per page:":"Zeilen pro Seite:","Satellite":"Satellit","Save":"Speichern","Save changes":"Änderungen speichern","Scan":"Scan","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scanne den QR-Code mit deiner Authenticator-App oder verwende den unten gezeigten Schlüssel für die Einrichtung und gib dann den generierten Verifizierungscode ein:","Scans":"Scans","Scope":"Berechtigung","Scopes":"Scopes","Search":"Suche","Season":"Jahreszeit","Secret":"Code","Security and Access":"Sicherheit und Zugang","Select":"Auswählen","Select a source folder to import files…":"Wähle einen Quellordner, um Dateien zu importieren…","Select date":"Datum auswählen","Select dates":"Daten auswählen","Select or create albums":"Alben auswählen oder erstellen","Select or create labels":"Kategorien auswählen oder erstellen","Select or drop files to upload…":"Dateien zum Hochladen auswählen oder ablegen…","Select the files to upload…":"Wähle Dateien zum Hochladen aus…","Select the folder to be indexed…":"Wähle den zu indexierenden Ordner aus…","Select Time":"Zeit wählen","Selection":"Auswahl","Selection added to %s":"Auswahl zu %s hinzugefügt","Selection approved":"Auswahl übernommen","Selection archived":"Auswahl archiviert","Selection marked as private":"Auswahl als privat markiert","Selection not found":"Auswahl nicht gefunden","Selection restored":"Auswahl wiederhergestellt","Sequential Name":"Fortlaufender Name","Service":"Service","Service URL":"Dienst-URL","Services":"Dienste","Session":"Session","Session ID":"Session-ID","Sessions":"Sessions","Set as Album Cover":"Als Albumcover verwenden","Set as Cover Image":"Als Titelbild festlegen","Settings":"Einstellungen","Settings saved":"Einstellungen gespeichert","Setup":"Einrichten","Severity":"Schweregrad","Share":"Teilen","Share %{s}":"%{s} teilen","Show":"Anzeigen","Show All Labels":"Alle Labels anzeigen","Show all new faces":"Alle neuen Gesichter anzeigen","Show Caption":"Bildunterschrift anzeigen","Show Captions":"Bildunterschriften anzeigen","Show face markers":"Gesichtsmarkierungen anzeigen","Show hidden":"Verborgene anzeigen","Show Important Only":"Nur Wichtiges anzeigen","Show logs in the web interface to monitor activity and troubleshoot problems.":"Logs in der Weboberfläche anzeigen, um Aktivitäten zu überwachen und Probleme zu beheben.","Show smart albums that group pictures by occasion, trip, or location.":"Zeige intelligente Alben, die Bilder nach Anlass, Reise oder Ort gruppieren.","Show the Account page so users can manage their profile and security settings.":"Die Kontoseite anzeigen, damit Benutzer ihr Profil und ihre Sicherheitseinstellungen verwalten können.","Show the Calendar view to browse the library by year and month.":"Die Kalenderansicht anzeigen, um die Bibliothek nach Jahr und Monat zu durchsuchen.","Show the Labels section to view and manage AI-generated labels.":"Den Bereich „Kategorien“ anzeigen, um KI-generierte Labels anzuzeigen und zu verwalten.","Show the Library section to index, manage, and monitor the media library.":"Den Bereich „Dateien“ anzeigen, um die Medienbibliothek indexieren und verwalten zu können.","Show the Places view with interactive maps so you can browse photos by location.":"Interaktive Weltkarten aktivieren, um Bilder basierend auf ihrem Standort zu finden und anzusehen.","Show Titles":"Titel anzeigen","Sidecar":"Sidecar","Sidecar Files":"Sidecar-Dateien","Sign in":"Anmelden","Sign Out":"Abmelden","Similar":"Ähnlich","Site URL":"Website-URL","Size":"Größe","Slideshow":"Slideshow","Slow":"Langsam","Software":"Software","Software Update":"Software-Update","Some albums could not be copied":"Einige Alben konnten nicht kopiert werden","Some albums could not be created. Please edit the names and try again.":"Einige Alben konnten nicht erstellt werden. Bitte bearbeite die Namen und versuche es erneut.","Some albums could not be updated":"Einige Alben konnten nicht aktualisiert werden","Something went wrong, try again":"Es ist ein Fehler aufgetreten, bitte erneut versuchen","Sort by":"Sortieren nach","Sort by Name (A–Z)":"Nach Name sortieren (A-Z)","Sort by Photo Count":"Nach Bilderanzahl sortieren","Sort by Relevance":"Nach Relevanz sortieren","Sort Order":"Sortierung","Sorted ascending.":"Aufsteigend sortiert.","Sorted descending.":"Absteigend sortiert.","Source":"Quelle","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","Start":"Start","Start Page":"Startseite","Static Size Limit: %{n}px":"Statische Maximalgröße: %{n}px","Status":"Status","Stay signed in on this device":"Auf diesem Gerät eingeloggt bleiben","Stop Casting":"Beende das Gießen","Storage":"Speicherort","Streets":"Straßen","Subject":"Bildinhalt","Subject deleted":"Motiv gelöscht","Subject not found":"Unbekanntes Motiv","Subject saved":"Motiv gespeichert","Successfully activated":"Erfolgreich aktiviert","Successfully Connected":"Erfolgreich verbunden","Successfully deleted":"Erfolgreich gelöscht","Successfully verified":"Erfolgreich verifiziert","Super Admin":"Super-Admin","Support for additional services, like Google Drive, will be added over time.":"Die Unterstützung weiterer Dienste, wie Google Drive, ist geplant.","Support Our Mission":"Unterstütze unsere Mission","Sync":"Sync","Sync raw and video files":"RAWs und Videos kopieren","Taken":"Aufgenommen","Teal":"Blaugrün","Terrain":"Gelände","Text":"Text","Thank You for Your Support!":"Vielen Dank für deine Unterstützung!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Deshalb wurde PhotoPrism von Grund auf so entwickelt, dass es überall dort läuft, wo du es benötigst, ohne Kompromisse bei Freiheit, Privatsphäre oder Funktionalität einzugehen.","The index currently contains %{n} hidden files.":"Der Index enthält momentan %{n} verborgene Dateien.","The instance rejected the cluster credentials.":"Die Instanz hat die Cluster-Anmeldedaten abgelehnt.","The instance returned an unexpected redirect.":"Die Instanz hat eine unerwartete Weiterleitung zurückgegeben.","The wakeup interval is %s, but must be 1h or less":"Worker-Intervall ist %s, muss aber 1h oder weniger betragen","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 account is missing an ID and can't be edited.":"Diesem Konto fehlt eine ID und es kann nicht bearbeitet werden.","This field is required":"Dieses Feld ist erforderlich","This instance has no site URL configured.":"Für diese Instanz ist keine Website-URL konfiguriert.","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 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.","Time":"Zeit","Time UTC":"Zeit UTC","Time Zone":"Zeitzone","Timeout":"Timeout","Title":{"":"Titel","Account":"Titel","Photo":"Titel"},"Title / Position":"Titel / Position","to":"nach","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Um zu verhindern, dass du den Zugriff auf dein Konto verlierst, lade bitte diesen Wiederherstellungscode jetzt herunter, drucke ihn aus oder kopiere ihn und bewahre ihn an einem sicheren Ort auf.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Zum Generieren eines neuen app-spezifischen Passworts gib bitte den Namen und den Berechtigungsumfang der Anwendung ein und wähle ein Ablaufdatum:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Um zu einer neuen Authenticator-App bzw. einem neuen Gerät zu wechseln, deaktiviere zunächst die Zwei-Faktor-Authentifizierung und aktiviere sie dann wieder:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Um ein Upgrade durchzuführen, kannst du entweder einen Aktivierungscode eingeben oder auf \"Registrieren\" klicken, um dich auf unserer Website anzumelden:","Today":"Heute","Toggle View":"Ansicht wechseln","Token":"Token","Too many files selected":"Zu viele Dateien ausgewählt","Too many requests":"Zu viele Anfragen","Troubleshooting":"Fehlersuche","Try again using other filters or keywords.":"Versuche es mit anderen Filtern oder Suchbegriffen.","Two-factor authentication has been enabled for your account.":"Die Zwei-Faktor-Authentifizierung wurde für dein Konto aktiviert.","Type":"Typ","Unable to delete":"Kann nicht gelöscht werden","Unable to do that":"Das geht nicht","Unassign":"Nicht zuordnen","Unauthorized":"Unbefugte","Undo":"Rückgängig machen","Unique ID":"Eindeutige Bild-ID","Unknown":"Unbekannt","Unknown location":"Unbekannter Ort","Unregistered":"Unregistriert","Unsorted":"Unsortiert","Unstack":"Nicht stapeln","Unsupported":"Wird nicht unterstützt","Unsupported format":"Nicht unterstütztes Format","Unsupported type":"Typ wird nicht unterstützt","Updated":"Geändert","Updating faces":"Aktualisiere Gesichter","Updating index":"Aktualisiere Index","Updating moments":"Aktualisiere Ereignisse","Updating picture…":"Bild wird aktualisiert…","Updating previews":"Aktualisiere Vorschaubilder","Updating stacks":"Aktualisiere Bildstapel","Upgrade":"Upgraden","Upgrade Now":"Jetzt upgraden","Upload":"Upload","Upload complete":"Vollständig hochgeladen","Upload complete. Indexing…":"Upload abgeschlossen. Indexiere…","Upload failed":"Upload fehlgeschlagen","Upload has been processed":"Der Upload wurde verarbeitet","Upload local files":"Dateien hochladen","Upload might be offensive":"Inhalt könnte anstößig sein und wurde abgelehnt","Upload Path":"Upload-Verzeichnis","Uploading %{n} of %{t}…":"Datei %{n} von %{t} wird hochgeladen…","Uploading photos…":"Bilder werden hochgeladen…","Uploading…":"Wird hochgeladen…","Uploads that may contain such images will be rejected automatically.":"Diese werden automatisch erkannt und gelöscht.","URL":"URL","Use Presets":"Presets anwenden","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Verwende den folgenden Wiederherstellungscode, um auf dein Konto zuzugreifen, wenn du mit deinem Authenticator keinen gültigen Verifizierungscode generieren kannst:","Use your recovery code or contact an administrator for help.":"Verwende deinen Wiederherstellungscode oder bitte einen Administrator um Hilfe.","User":"Benutzer","User Guide":"Benutzerhandbuch","User Interface":"Benutzeroberfläche","User not found":"Nutzer nicht gefunden","Username":"Benutzername","Users":"Benutzer","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorgrafiken","Verification Code":"Verifizierungscode","Verified email required":"E-Mail-Adresse verifiziert erforderlich","Version":"Version","Video":"Video","Video Duration":"Videolänge","Videos":"Videos","View":"Ansicht","View search results as a list.":"Suchergebnisse als Liste anzeigen.","Viewer":"Betrachter","Vision":"Vision","Visitor":"Besucher","Visual Similarity":"Visuelle Ähnlichkeit","Warning":"Warnung","Web Login":"Web-Login","WebDAV":"WebDAV","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 von Microsoft oder der Finder von Apple, können sich direkt mit PhotoPrism verbinden.","WebDAV Upload":"WebDAV Upload","WebGL support is disabled in your browser":"WebGL-Unterstützung ist in deinem Browser deaktiviert","Website":"Website","White":"Weiß","Work Details":"Berufliche Angaben","Year":"Jahr","Yellow":"Gelb","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Bei Fragen zu deiner Mitgliedschaft kannst du uns gerne unter membership@photoprism.app kontaktieren.","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 heruntergeladen werden","You can search for a location or move the marker on the map to change the position:":"Du kannst nach einem Ort suchen oder die Markierung auf der Karte verschieben, um die Position zu ändern:","You can upload up to %{n} files for test purposes.":"Du kannst bis zu %{n} Dateien für Testzwecke hochladen.","You cannot change your own role.":"Du kannst deine eigene Rolle nicht ändern.","You do not have access to any instances.":"Du hast keinen Zugriff auf Instanzen.","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.","Your account could not be connected":"Das Konto konnte nicht verbunden werden","Your account has been successfully connected.":"Dein Konto wurde erfolgreich verbunden.","Your browser does not support WebGL":"Dein Browser unterstützt kein WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Deine Unterstützung hilft uns, regelmäßige Updates bereitzustellen und unabhängig zu bleiben, damit wir unsere Mission erfüllen und deine Privatsphäre schützen können.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Die vorhandenen Bilder werden fortlaufend analysiert, um automatisch Alben mit besonderen Momenten, Reisen und Orten zu erstellen.","Zip created in %d s":"Zip-Datei erstellt in %d s","Zoom in/out":"Herein/Herauszoomen","Archive":{"Noun":"Archiv","Verb":"Archivieren"},"Add a Title":{"Photo":"Einen Titel hinzufügen"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/el.json b/frontend/src/locales/json/el.json index d93362d8b..8259a68e4 100644 --- a/frontend/src/locales/json/el.json +++ b/frontend/src/locales/json/el.json @@ -1 +1 @@ -{"el":{"{0} appended action":"{0} προσαρτημένη ενέργεια","{0} files":"{0} αρχεία","{0} files ({1} in total)":"{0} αρχεία ({1} συνολικά)","{0} more":"{0} περισσότερα","{0} prepended action":"{0} προηγούμενη ενέργεια","{0} selected":"{0} επιλεγμένα","{0}-{1} of {2}":"{0}-{1} από {2}","%{n} albums found":"%{n} άλμπουμ βρέθηκαν","%{n} files uploaded":"%{n} αρχεία ανέβηκαν","%{n} folders found":"%{n} φάκελοι βρέθηκαν","%{n} GB of %{q} GB used":"%{n} GB από %{q} GB σε χρήση","%{n} labels found":"%{n} ετικέτες βρέθηκαν","%{n} people found":"%{n} άτομα βρέθηκαν","%{n} pictures found":"%{n} φωτογραφίες βρέθηκαν","%{s} is too long":"Το %{s} είναι πολύ μεγάλο","%{s} is too short":"Το %{s} είναι πολύ μικρό","%d entries added to %s":"%d καταχωρήσεις προστέθηκαν στο %s","%d entries removed from %s":"%d καταχωρήσεις αφαιρέθηκαν από %s","%d files uploaded in %d s":"%d αρχεία ανεβάστηκαν σε %d s","%s already exists":"%s υπάρχει ήδη","%s has been restored":"%s έχει αποκατασταθεί","1 hour":"1 ώρα","12 hours":"12 ώρες","2-Factor Authentication":"Αυθεντικοποίηση 2 Παραγόντων","2FA":"2FA","4 hours":"4 ώρες","A click will copy it to your clipboard.":"Ένα κλικ θα το αντιγράψει στο πρόχειρο.","A new version of %{s} is available:":"Μια νέα έκδοση του %{s} είναι διαθέσιμη:","About":"Σχετικά","Access granted.":"Η πρόσβαση εγκρίθηκε.","Access revoked.":"Η πρόσβαση ακυρώθηκε.","Access Token":"Token πρόσβασης","Account":"Λογαριασμός","Account created":"Ο λογαριασμός δημιουργήθηκε","Account deleted":"Ο λογαριασμός διαγράφηκε","Account Group Mappings":"Αντιστοιχίσεις ομάδων λογαριασμών","Account not found":"Ο λογαριασμός δεν βρέθηκε","Account restored":"Επαναφορά λογαριασμού","Account saved":"Ο λογαριασμός αποθηκεύτηκε","Accounts":"Λογαριασμοί","Accuracy":"Ακρίβεια","Action":"Ενέργεια","Actions":"Ενέργειες","Activate":"Ενεργοποίηση","Activate to remove sorting.":"Ενεργοποιήστε για να καταργήσετε την ταξινόμηση.","Activate to sort ascending.":"Ενεργοποιήστε για να ταξινομήσετε με αύξουσα σειρά.","Activate to sort descending.":"Ενεργοποιήστε για να ταξινομήσετε με φθίνουσα σειρά.","Activation Code":"Κωδικός ενεργοποίησης","Activity":"Δραστηριότητα","Add":"Προσθήκη","Add %{s}?":"Προσθήκη %{s};","Add a Caption":"Προσθήκη λεζάντας","Add Account":"Προσθήκη Λογαριασμού","Add Album":"Προσθήκη Άλμπουμ","Add Link":"Προσθήκη Συνδέσμου","Add Notes":"Προσθήκη σημειώσεων","Add person?":"Προσθήκη ατόμου;","Add pictures from search results by selecting them.":"Προσθέστε εικόνες από τα αποτελέσματα αναζήτησης επιλέγοντάς τες.","Add to album":"Προσθήκη στο άλμπουμ","Add to all":"Προσθήκη σε όλα","Add to all selected photos":"Προσθήκη σε όλες τις επιλεγμένες φωτογραφίες","Added":"Προστέθηκε","Added %{name}":"Προστέθηκε το %{name}","Adjust Camera Info":"Ρύθμιση πληροφοριών κάμερας","Adjust Date & Time":"Ρύθμιση ημερομηνίας & ώρας","Adjust Location":"Ρύθμιση Τοποθεσίας","Admin":"Διαχειριστής","Advanced":"Προηγμένες Ρυθμίσεις","Advertise URL":"Διαφημίστε τη διεύθυνση URL","After 1 day":"Μετά από 1 ημέρα","After 3 days":"Μετά από 3 ημέρες","After 7 days":"Μετά από 7 ημέρες","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Αφού εισαγάγετε τον κωδικό πρόσβασής σας για επιβεβαίωση, μπορείτε να ρυθμίσετε τον έλεγχο ταυτότητας δύο παραγόντων με μια συμβατή εφαρμογή ή συσκευή ελέγχου ταυτότητας:","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 %s deleted":"Το άλμπουμ %s διαγράφηκε","Album Backups":"Αντίγραφα Ασφαλείας Άλμπουμ","Album contents cloned":"Τα περιεχόμενα του άλμπουμ αντιγράφηκαν","Album created":"Το άλμπουμ δημιουργήθηκε","Album deleted":"Το άλμπουμ διαγράφηκε","Album not found":"Το άλμπουμ δεν βρέθηκε","Album saved":"Το άλμπουμ αποθηκεύθηκε","Albums":"Άλμπουμ","Albums deleted":"Διαγραμμένα άλμπουμ","All":"Όλα","All %{n} albums loaded":"%{n} άλμπουμ φορτώθηκαν","All %{n} labels loaded":"%{n} ετικέτες φορτώθηκαν","All %{n} people loaded":"%{n} άτομα φορτώθηκαν","All Cameras":"Όλες οι Κάμερες","All Categories":"Όλες οι Κατηγορίες","All Colors":"Όλα τα Χρώματα","All Countries":"Όλες οι Χώρες","All files from import folder":"Όλα τα αρχεία από το φάκελο εισαγωγής","All Lenses":"Όλοι οι Φακοί","All Months":"Όλοι οι Μήνες","All originals":"Όλα τα πρωτότυπα","All Years":"Όλα τα Χρόνια","Allow configuration and use of connected apps and services for remote uploads and sync.":"Επιτρέπει τη διαμόρφωση και χρήση συνδεδεμένων εφαρμογών και υπηρεσιών για απομακρυσμένες μεταφορτώσεις και συγχρονισμό.","Allow editing of metadata such as title, description, date, and location.":"Επιτρέπει την επεξεργασία μεταδεδομένων όπως τίτλος, περιγραφή, ημερομηνία και τοποθεσία.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Επιτρέπει την επεξεργασία των μεταδεδομένων, των ετικετών και των άλμπουμ πολλών εικόνων ταυτόχρονα.","Allow files to be copied or moved from the Import to the Originals folder.":"Ενεργοποιήστε το εργαλείο Εισαγωγή για να αντιγράψετε ή να μετακινήσετε αρχεία από το φάκελο Εισαγωγή στα Πρωτότυπα.","Allow files to be permanently deleted to free up storage space.":"Επιτρέψτε τη μόνιμη διαγραφή αρχείων για να ελευθερώσετε χώρο αποθήκευσης.","Allow users to archive photos and videos so they are hidden without being deleted.":"Επιτρέψτε στους χρήστες να αρχειοθετούν φωτογραφίες και βίντεο, ώστε να είναι κρυμμένα χωρίς να διαγράφονται.","Allow users to create and share links, and enable sharing with connected services.":"Επιτρέψτε στους χρήστες να δημιουργούν και να μοιράζονται συνδέσμους και ενεργοποιήστε την κοινή χρήση με συνδεδεμένες υπηρεσίες.","Allow users to upload new photos and videos through the web interface.":"Επιτρέψτε στους χρήστες να ανεβάζουν νέες φωτογραφίες και βίντεο μέσω της διεπαφής web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Εναλλακτικά, μπορείτε να ανεβάσετε αρχεία απευθείας σε διακομιστές WebDAV όπως το Nextcloud.","Altitude":"Υψόμετρο","Altitude (m)":"Υψόμετρο (m)","AM":"ΠΜ","Animated":"Κινούμενη εικόνα","Animation":"Κίνηση","Animations":"Κινούμενα σχέδια","Any private photos and videos remain private and won't be shared.":"Οποιεσδήποτε ιδιωτικές φωτογραφίες και βίντεο παραμένουν ιδιωτικές και δεν θα κοινοποιηθούν.","API Key":"Κλειδί API","Application":"Εφαρμογή","Applications":"Εφαρμογές","Approve":"Έγκριση","Approve and save changes":"Έγκριση και αποθήκευση αλλαγών","Apps and Devices":"Εφαρμογές και Συσκευές","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 delete this album?":"Είναι βέβαιο ότι θέλετε να διαγράψετε αυτό το άλμπουμ;","Are you sure you want to permanently delete these pictures?":"Είναι σίγουρο ότι θέλετε να διαγραφούν οριστικά αυτές οι φωτογραφίες;","Are you sure you want to permanently delete this file?":"Είναι σίγουρο ότι θέλετε να διαγραφεί οριστικά αυτό το αρχείο;","Are you sure?":"Σίγουρα;","Artist":"Καλλιτέχνης","Aspect Ratio":"Αναλογία διαστάσεων","Attributes":"Χαρακτηριστικά","Audio":"Ήχος","Audit Log":"Αρχείο Συμβάντων","Authentication":"Αυθεντικοποίηση","Auto":"Αυτόματο","Back":"Πίσω","Back to top":"Επιστροφή στην κορυφή","Backup":"Δημιουργία αντιγράφων ασφαλείας","Badge":"Κονκάρδα","Base Path":"Διαδρομή βάσης","Batch":"Παρτίδα","Batch Edit":"Επεξεργασία παρτίδας","Become a member today, support our mission and enjoy our member benefits!":"Γίνετε μέλος σήμερα, υποστηρίξτε την αποστολή μας και απολαύστε τα προνόμια των μελών μας!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Όντας 100% αυτοχρηματοδοτούμενοι και ανεξάρτητοι, μπορούμε να σας υποσχεθούμε ότι δεν θα πουλήσουμε ποτέ τα δεδομένα σας και ότι θα είμαστε πάντα διαφανείς σχετικά με το λογισμικό και τις υπηρεσίες μας.","Bio":"Βιογραφικό","Birth Date":"Ημερομηνία Γέννησης","Black":"Μαύρο","Blue":"Μπλε","Brown":"Καφέ","Browse":"Περιήγηση","Browse Files":"Περιήγηση Αρχείων","Browse Pictures":"Αναζήτηση εικόνων","Bug Report":"Αναφορά σφάλματος","Busy, please try again later":"Το σύστημα είναι απασχολημένο, προσπαθήστε ξανά αργότερα","Busy, please wait…":"Το σύστημα είναι απασχολημένο, περιμένετε…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Χρησιμοποιώντας το λογισμικό και τις υπηρεσίες που παρέχουμε, συμφωνείτε με τους όρους χρήσης, την πολιτική απορρήτου και τον κώδικα δεοντολογίας.","Calendar":"Ημερολόγιο","Camera":"Κάμερα","Camera not found":"Δεν εντοπίστηκε η κάμερα","Camera Serial":"Σειριακός Αριθμός Κάμερας","Can't access your authenticator app or device?":"Δεν μπορείτε να αποκτήσετε πρόσβαση στην εφαρμογή ή τη συσκευή ελέγχου ταυτότητας;","Can't load more, limit reached":"Δεν μπορείτε να φορτώσετε περισσότερα διότι θα ξεπεράσετε το όριο","Can't select more items":"Δεν μπορείτε να επιλέξετε περισσότερα αντικείμενα","Cancel":"Ακύρωση","Cannot copy to clipboard":"Δεν είναι δυνατή η αντιγραφή στο πρόχειρο","Caption":"Λεζάντα","Cards":"Κάρτες","Carousel slide {0} of {1}":"Καρουσέλ διαφάνεια {0} από {1}","Cast":"Διανομή","Category":"Κατηγορία","Change Avatar":"Αλλαγή Άβαταρ","Change Password":"Αλλαγή Κωδικού Πρόσβασης","Change private flag":"Αλλαγή ιδιωτικής κατάστασης","Changes could not be saved":"Οι αλλαγές δεν ήταν δυνατό να αποθηκευτούν","Changes successfully saved":"Οι αλλαγές αποθηκεύτηκαν επιτυχώς","Changes to the advanced settings require a restart to take effect.":"Οι αλλαγές στις προηγμένες ρυθμίσεις απαιτούν επανεκκίνηση για να τεθούν σε ισχύ.","Checked":"Σημειωμένο","Choose an instance to continue:":"Επιλέξτε μια παρουσία για να συνεχίσετε:","Chroma":"Χρώμα","Cleaning index and cache":"Καθαρισμός ευρετηρίου και cache","Cleanup":"Καθαρισμός","Clear":"Σαφής","Clear {0}":"Καθαρισμός {0}","Client":"Πελάτης","Close":"Κλείσιμο","Cluster":"Συστάδα","Cluster Admin":"Διαχειριστής συμπλέγματος","Cluster Node":"Κόμβος συστάδας","Codec":"Codec","Color":"Χρώμα","Color Profile":"Προφίλ χρώματος","Colors":"Χρώματα","Compare Editions":"Σύγκριση εκδόσεων","Complete Rescan":"Πλήρης σάρωση","Confidence":"Βεβαιότητα","Confirm":"Επιβεβαίωση","Connect":"Σύνδεση","Connect via WebDAV":"Σύνδεση μέσω WebDAV","Connected":"Σύνδεση","Contact Details":"Στοιχεία Επικοινωνίας","Contact Us":"Επικοινωνήστε μαζί μας","Contains %{n} pictures.":"Περιέχει %{n} εικόνες.","Contains one picture.":"Περιέχει μία εικόνα.","Content":{"":"Περιεχόμενο","Edit":"Περιεχόμενο"},"Continue":"Συνέχεια","Contributor":"Συνεισφέρων","Converting":"Μετατροπή","Copied to clipboard":"Αντιγραφή στο πρόχειρο","Copy":"Αντίγραφο","Copying files from %s":"Αντιγραφή αρχείων από %s","Copyright":"Πνευματικά δικαιώματα","Could not be deleted":"Δεν ήταν εφικτή η διαγραφή","Could not connect, please try again":"Δεν ήταν δυνατή η σύνδεση, δοκιμάστε ξανά","Could not update person cover":"Δεν ήταν δυνατή η ενημέρωση της εικόνας εξωφύλλου του ατόμου","Couldn't find anything.":"Δεν βρέθηκε τίποτα.","Country":"Χώρα","Create Account":"Δημιουργία λογαριασμού","Create album":"Δημιουργία άλμπουμ","Create regular backups based on the configured schedule.":"Δημιουργία αντιγράφων ασφαλείας ευρετηρίου με βάση το ρυθμισμένο χρονοδιάγραμμα.","Create YAML files to back up album metadata.":"Δημιουργία αρχείων YAML για την εξασφάλιση των μεταδεδομένων των άλμπουμ.","Create YAML sidecar files to back up picture metadata.":"Δημιουργία αρχείων YAML sidecar για την εξασφάλιση των μεταδεδομένων των εικόνων.","Created":"Δημιουργήθηκε","Creating thumbnails for":"Δημιουργία μικρογραφιών για","Current Password":"Τρέχων κωδικός πρόσβασης","Custom":"Προσαρμογή","Cyan":"Κυανό","Daily":"Καθημερινά","Database":"Βάση δεδομένων","Database Backups":"Αντίγραφα Ασφαλείας Βάσης Δεδομένων","Databases":"Βάσεις δεδομένων","Date & Time":"Ημερομηνία & ώρα","Day":"Ημέρα","Deactivate":"Απενεργοποίηση","Debug Logs":"Αρχεία καταγραφής σφαλμάτων","Default":"Προεπιλογή","Default Folder":"Προεπιλεγμένος φάκελος","Delete":"Διαγραφή","Delete Album":"Διαγραφή άλμπουμ","Delete All":"Διαγραφή όλων","Delete all?":"Να διαγραφούν όλα;","Delete orphaned index entries, sidecar files and thumbnails.":"Διαγραφή ορφανών καταχωρήσεων ευρετηρίου, αρχείων sidecar και μικρογραφιών.","deleted":"διαγράφηκε","Description":"Περιγραφή","Detailed instructions can be found in our User Guide.":"Λεπτομερείς οδηγίες μπορείτε να βρείτε στον Οδηγό Χρήσης.","Details":"Λεπτομέρειες","Dimensions":"Διαστάσεις","Disable all face detection and recognition features.":"Απενεργοποιήστε όλες τις λειτουργίες ανίχνευσης και αναγνώρισης προσώπου.","Disable Backups":"Απενεργοποίηση Αντιγράφων Ασφαλείας","Disable Darktable":"Απενεργοποίηση Darktable","Disable ExifTool":"Απενεργοποίηση ExifTool","Disable Faces":"Απενεργοποίηση προσώπων","Disable features that require write permission for the originals folder.":"Απενεργοποίηση των λειτουργιών που απαιτούν δικαίωμα εγγραφής στο φάκελο πρωτοτύπων.","Disable FFmpeg":"Απενεργοποίηση FFmpeg","Disable ImageMagick":"Απενεργοποίηση του ImageMagick","Disable interactive world maps and reverse geocoding.":"Απενεργοποίηση των διαδραστικών παγκόσμιων χαρτών και της αντίστροφης γεωκωδικοποίησης.","Disable MCP":"Απενεργοποίηση MCP","Disable Places":"Απενεργοποίηση Τοποθεσιών","Disable RawTherapee":"Απενεργοποίηση RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Απενεργοποιήστε το τελικό σημείο API του Model Context Protocol (MCP) για τις ενσωματώσεις των πρακτόρων AI.","Disable Vectors":"Απενεργοποίηση Διανυσμάτων","Disable WebDAV":"Απενεργοποίηση WebDAV","Disabled":"Απενεργοποιημένο","Disables vector graphics support.":"Απενεργοποιεί την υποστήριξη διανυσματικών γραφικών.","Disables video transcoding and thumbnail extraction.":"Απενεργοποιεί τη μετακωδικοποίηση βίντεο και την εξαγωγή μικρογραφιών.","Discard":"Απόρριψη","Discard changes and close":"Απόρριψη αλλαγών και κλείσιμο","Discard invalid changes?":"Απορρίψτε τις άκυρες αλλαγές;","Discard unsaved changes?":"Απορρίψτε τις μη αποθηκευμένες αλλαγές;","Discover":"Ανακαλύψτε το","Dismiss":"Απόρριψη","Display Name":"Εμφανιζόμενο Όνομα","Display picture captions in search results.":"Εμφάνιση λεζάντας εικόνων στα αποτελέσματα αναζήτησης.","Display picture titles in search results.":"Εμφάνιση τίτλων εικόνων στα αποτελέσματα αναζήτησης.","Document":"Έγγραφο","Documents":"Έγγραφα","Don't use Darktable to convert RAW images.":"Μη χρήση του Darktable για τη μετατροπή εικόνων RAW.","Don't use ImageMagick to convert images.":"Μη χρήση του ImageMagick για τη μετατροπή εικόνων.","Don't use RawTherapee to convert RAW images.":"Μη χρήση του RawTherapee για τη μετατροπή εικόνων RAW.","Done":"Έγινε","Done.":"Έγινε.","Download":"Λήψη","Download only original media files, without any automatically generated files.":"Λήψη μόνο πρωτότυπων αρχείων πολυμέσων, χωρίς αυτόματα παραγόμενα αρχεία.","Download remote files":"Λήψη απομακρυσμένων αρχείων","Downloading…":"Λήψη…","Drag and drop files here":"Σύρετε και αφήστε αρχεία εδώ","Driver":"Οδηγός","Duplicates will be skipped and only appear once.":"Τα διπλότυπα θα παραλείπονται και θα εμφανίζονται μόνο μία φορά.","Duration":"Διάρκεια","Dynamic Previews":"Δυναμικές Προεπισκοπήσεις","Dynamic Size Limit: %{n}px":"Όριο Δυναμικού Μεγέθους: %{n}px","Edit":"Επεξεργασία","Edit %{s}":"Επεξεργασία %{s}","Edit Account":"Επεξεργασία Λογαριασμού","Edit Photo":"Επεξεργασία Φωτογραφίας","Edit Photos (%{n})":"Επεξεργασία φωτογραφιών (%{n})","Edited":"Επεξεργάστηκε","Email":"Ηλεκτρονικό ταχυδρομείο","Enable debug mode to display additional logs and help with troubleshooting.":"Ενεργοποίηση της λειτουργίας εντοπισμού σφαλμάτων για την εμφάνιση πρόσθετων αρχείων καταγραφής και την υποβοήθηση στην αντιμετώπιση προβλημάτων.","Enable downloading of original and sidecar files from the web interface.":"Ενεργοποιήστε τη λήψη αρχικών και παράπλευρων αρχείων από τη διεπαφή web.","Enable face recognition and the People view to easily find people you know.":"Ενεργοποιήστε την αναγνώριση προσώπου και την προβολή \"Άτομα\" για να βρίσκετε εύκολα άτομα που γνωρίζετε.","Enable new features that may be incomplete or unstable.":"Ενεργοποίηση νέων λειτουργιών που μπορεί να είναι ελλιπείς ή ασταθείς.","Enable the file browser to navigate the Originals folder structure.":"Ενεργοποιήστε το πρόγραμμα περιήγησης αρχείων για την πλοήγηση στη δομή φακέλων Originals.","Enables RAW converter presets. May reduce performance.":"Ενεργοποιεί τις προεπιλογές μετατροπέα RAW. Μπορεί να μειώσει την απόδοση.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Η ενεργοποίηση του ελέγχου ταυτότητας δύο παραγόντων σημαίνει ότι θα χρειαστείτε έναν τυχαία δημιουργημένο κωδικό επαλήθευσης για να συνδεθείτε, επομένως ακόμα κι αν κάποιος αποκτήσει πρόσβαση στον κωδικό πρόσβασής σας, δεν θα μπορεί να έχει πρόσβαση στον λογαριασμό σας.","Engine":"Μηχανισμός","Enter date":"Εισάγετε ημερομηνία","Enter dates":"Εισάγετε ημερομηνίες","Enter item name...":"Εισάγετε το όνομα του στοιχείου...","Enter the code generated by your authenticator app:":"Εισάγετε τον κωδικό που δημιουργεί η εφαρμογή ελέγχου ταυτότητας:","Enter verification code":"Εισάγετε τον κωδικό επαλήθευσης","Enter your password to confirm the action and continue:":"Εισαγάγετε τον κωδικό πρόσβασής σας για να επιβεβαιώσετε την ενέργεια και συνεχίστε:","Entity not found":"Η οντότητα δεν βρέθηκε","Error":"Σφάλμα","Errors":"Σφάλματα","Estimate":"Εκτίμηση","Estimate Locations":"Εκτιμώμενες τοποθεσίες","Estimate the approximate location of pictures without GPS coordinates.":"Εκτίμηση κατά προσέγγιση της τοποθεσίας των εικόνων χωρίς συντεταγμένες GPS.","Every two days":"Κάθε δύο ημέρες","Exclude hidden":"Εξαίρεση κρυφών","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Η εξαγωγή μεταδεδομένων με το ExifTool απαιτείται για πλήρη υποστήριξη βίντεο, ζωντανής φωτογραφίας και XMP.","Experimental Features":"Πειραματικές Λειτουργίες","Expires":"Λήξη","Exposure":"Έκθεση","Extract still images and generate thumbnails while indexing.":"Εξαγωγή στατικών εικόνων και δημιουργία μικρογραφιών κατά την ευρετηρίαση.","F Number":"Αριθμός F","Face":"Πρόσωπο","Face not found":"Το πρόσωπο δεν βρέθηκε","Faces":"Πρόσωπα","Failed creating file, please check permissions":"Απέτυχε η δημιουργία αρχείου, ελέγξτε τα δικαιώματα","Failed creating folder, please check permissions":"Απέτυχε η δημιουργία φακέλου, ελέγξτε τα δικαιώματα","Failed removing link":"Αποτυχία αφαίρεσης συνδέσμου","Failed to connect account.":"Απέτυχε η σύνδεση του λογαριασμού.","Failed to create zip file":"Απέτυχε η δημιουργία αρχείου zip","Failed to load users.":"Δεν κατέστη δυνατή η φόρτωση των χρηστών.","Failed to remove face marker":"Απέτυχε να αφαιρέσει τον δείκτη προσώπου","Failed to remove name":"Απέτυχε η αφαίρεση ονόματος","Failed to restart server":"Αποτυχία επανεκκίνησης του διακομιστή","Failed to save changes":"Αποτυχία αποθήκευσης αλλαγών","Failed to save face marker":"Απέτυχε να σώσει τον δείκτη προσώπου","Failed to save name":"Αποτυχία αποθήκευσης ονόματος","Failed updating link":"Αποτυχία ενημέρωσης συνδέσμου","Family Name":"Επίθετο","Fast":"Γρήγορο","Favorite":"Αγαπημένο","Favorites":"Αγαπημένα","Feature disabled":"Απενεργοποιημένη λειτουργία","Feature Request":"Αίτημα λειτουργικότητας","Female":"Γυναίκα","File":"Αρχείο","File Browser":"Πρόγραμμα περιήγησης αρχείων","File Conversion":"Μετατροπή Αρχείων","File deleted":"Το αρχείο διαγράφηκε","File Name":"Όνομα Αρχείου","File not found":"Το αρχείο δεν βρέθηκε","File removed from stack":"Αφαίρεση αρχείου από τη στοίβα","File Size":"Αρχείο","File too large":"Το αρχείο είναι πολύ μεγάλο","File uploaded":"Το αρχείο μεταφορτώθηκε","Filename":"Όνομα αρχείου","Files":"Αρχεία","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Αρχεία με διαδοχικά ονόματα όπως 'IMG_1234 (2)' και 'IMG_1234 (3)' ανήκουν στην ίδια εικόνα.","First page":"Πρώτη σελίδα","Focal Length":"Εστιακό Μήκος","Folder":"Φάκελος","Folder contains %{n} files":"Ο φάκελος περιέχει %{n} αρχεία","Folder is empty":"Ο φάκελος είναι άδειος","Folders":"Φάκελοι","Forgot password?":"Ξεχάσατε τον κωδικό πρόσβασης;","FPS":"FPS","Frames":"Πλαίσια","Full Access":"Πλήρης Πρόσβαση","Fullscreen":"Πλήρης Οθόνη","General":"Γενικά","Generate":"Παραγωγή","Generate Previews":"Δημιουργία προεπισκοπήσεων","Generated":"Παράχθηκε","Get Started":"Ξεκινήστε","Given Name":"Όνομα","Global Options":"Καθολικές Ρυθμίσεις","Go to page {0}":"Πηγαίνετε στη σελίδα {0}","Gold":"Χρυσό","Green":"Πράσινο","Grey":"Γκρι","Groups":"Ομάδες","Guest":"Επισκέπτης","Hash":"Ψηφιακή ταυτότητα","Help":"Βοήθεια","Help & Support":"Βοήθεια & Υποστήριξη","Hidden":"Με απόκρυψη","Hidden Files":"Κρυμμένα αρχεία","Hide":"Απόκρυψη","Hide Caption":"Απόκρυψη λεζάντας","Hide face markers":"Απόκρυψη δεικτών προσώπου","Hide private content from global views while keeping it accessible in the Private section.":"Απόκρυψη ιδιωτικών στοιχείων από τις γενικές προβολές, διατηρώντας τα όμως προσβάσιμα στην ενότητα Ιδιωτικά.","High":"Υψηλή","High Dynamic Range (HDR)":"Υψηλό δυναμικό εύρος (HDR)","Hybrid":"Υβριδικό","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Εάν χάσετε την πρόσβαση στην εφαρμογή ή τη συσκευή ελέγχου ταυτότητας, μπορείτε να χρησιμοποιήσετε τον κωδικό ανάκτησης για να ανακτήσετε την πρόσβαση στον λογαριασμό σας.","Image":"Εικόνα","Image Quality":"Ποιότητα Εικόνας","Import":"Εισαγωγή","Import canceled":"Η εισαγωγή ακυρώθηκε","Import completed in %d s":"Η εισαγωγή ολοκληρώθηκε σε %d s","Import failed":"Η εισαγωγή απέτυχε","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Τα εισαγόμενα αρχεία θα ταξινομούνται ανά ημερομηνία και θα λαμβάνουν ένα μοναδικό όνομα για να αποφεύγονται οι διπλές εγγραφές.","Importing %{s}…":"Εισαγωγή %{s}…","Importing files to originals…":"Εισαγωγή αρχείων στα πρωτότυπα…","in":"στο","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Σε περίπτωση που λείπουν οι εικόνες που περιμένατε, παρακαλούμε σαρώστε εκ νέου τη βιβλιοθήκη σας και περιμένετε μέχρι να ολοκληρωθεί η δημιουργία ευρετηρίου.","Include RAW image files when downloading stacks and archives.":"Συμπερίληψη αρχείων εικόνας RAW κατά τη λήψη στοίβων και αρχείων.","Include sidecar files when downloading stacks and archives.":"Συμπερίληψη αρχείων sidecar κατά τη λήψη στοίβων και αρχείων.","Increase storage size or delete files to continue.":"Αυξήστε τον αποθηκευτικό χώρο ή διαγράψτε αρχεία για να συνεχίσετε.","Index":"Ευρετήριο","Indexing":"Δημιουργία ευρετηρίου","Indexing canceled":"Η δημιουργία ευρετηρίου ακυρώθηκε","Indexing completed in %d s":"Η δημιουργία ευρετηρίου σε %d s","Indexing failed":"Αποτυχία δημιουργίας ευρετηρίου","Indexing files in %s":"Δημιουργία ευρετηρίου αρχείων σε %s","Indexing media and sidecar files…":"Δημιουργία ευρετηρίου μέσων και αρχείων sidecar…","Indexing originals...":"Δημιουργία ευρετηρίου για τα πρωτότυπα...","Information":"Πληροφορίες","Inherit":"Κληρονομώ","Instance":"Instance","Instance ID":"Αναγνωριστικό instance","Instance unreachable. Try again once it's back online.":"Δεν είναι δυνατή η πρόσβαση στο αντίγραφο. Δοκιμάστε ξανά όταν επανέλθει η σύνδεση.","Instances":"Instances","Insufficient storage":"Ανεπαρκής χώρος","Insufficient storage.":"Ανεπαρκής αποθήκευση.","Interval":"Διάστημα","Invalid":"Μη έγκυρο","Invalid address":"Μη έγκυρη διεύθυνση","Invalid country":"Μη έγκυρη χώρα","Invalid credentials":"Μη έγκυρα διαπιστευτήρια","Invalid date":"Μη έγκυρη ημερομηνία","Invalid link":"Μη έγκυρος σύνδεσμος","Invalid name":"Μη έγκυρο όνομα","Invalid parameters":"Μη έγκυρες παράμετροι","Invalid password, please try again":"Μη έγκυρος κωδικός πρόσβασης, δοκιμάστε ξανά","Invalid photo selected":"Επιλογή μη έγκυρης φωτογραφίας","Invalid time":"Μη έγκυρη ώρα","Invalid URL":"Μη έγκυρο URL","Invalid verification code, please try again":"Μη έγκυρος κωδικός επαλήθευσης, δοκιμάστε ξανά","IP Address":"Διεύθυνση IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Είναι ένας κωδικός μίας χρήσης που θα απενεργοποιήσει το 2FA για τον λογαριασμό σας όταν τον χρησιμοποιήσετε.","Item":"Στοιχείο","Items per page:":"Στοιχεία ανά σελίδα:","JPEG Quality: %{n}":"Ποιότητα JPEG: %{n}","JPEG Size Limit: %{n}px":"Όριο Μεγέθους JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Τα JPEG και οι μικρογραφίες αποδίδονται αυτόματα όπως απαιτείται.","Keyword":"Λέξη-κλειδί","Keywords":"Λέξεις-κλειδιά","Label":"Ετικέτα","Label not found":"Η ετικέτα δεν βρέθηκε","Label saved":"Η ετικέτα αποθηκεύτηκε","Labels":"Ετικέτες","Labels deleted":"Οι ετικέτες διαγράφηκαν","Language":"Γλώσσα","Last Active":"Τελευταία δραστηριότητα","Last Login":"Τελευταία Σύνδεση","Last page":"Τελευταία σελίδα","Last Sync":"Τελευταίος συγχρονισμός","Last Used":"Τελευταία χρήση","Latitude":"Γεωγραφικό πλάτος","LDAP/AD":"LDAP/AD","Learn more":"Μάθετε περισσότερα","Learn More":"Μάθετε περισσότερα","Legal Information":"Νομικές πληροφορίες","Lens":"Φακός","Lens not found":"Δεν βρέθηκε ο φακός","Library":"Βιβλιοθήκη","License":"Άδεια","Like":"Αγαπημένο","Lime":"Λεμονί","Limit reached, showing first %{n} files":"Ξεπεράστηκε το όριο, εμφάνιση των πρώτων %{n} αρχείων","Link":"Σύνδεσμος","List":"Λίστα","List View":"Προβολή σε Λίστα","Live":"Ζωντανό","Live Photos":"Ζωντανές Εικόνες","Load more":"Φόρτωση περισσότερων","Loading items...":"Φόρτωση στοιχείων...","Loading...":"Φόρτωση...","Local":"Τοπικό","Local Time":"Τοπική Ώρα","Location":"Τοποθεσία","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Τα μηνύματα καταγραφής εμφανίζονται εδώ κάθε φορά που το PhotoPrism συναντά προβληματικά αρχεία ή υπάρχουν άλλα πιθανά προβλήματα.","Login":"Σύνδεση","Logs":"Αρχεία καταγραφής","Longitude":"Γεωγραφικό μήκος","Lost server connection":"Απώλεια σύνδεσης διακομιστή","Low":"Χαμηλή","Magenta":"Ματζέντα","Main Color":"Κύριο χρώμα","Male":"Άνδρας","Manage Account":"Διαχείριση λογαριασμού","Manager":"Μάνατζερ","Manual":"Χειροκίνητο","Manual Upload":"Χειροκίνητη φόρτωση","Maps":"Χάρτες","Marker":"Δείκτης","Maximum number of accounts has been reached.":"Έχει ξεπεραστεί ο μέγιστος αριθμός λογαριασμών.","Media":"Μέσα","Medium":"Μεσαίο","Membership":"Ιδιότητα Μέλους","Merge %{a} with %{b}?":"Συγχώνευση %{a} με %{b}?","Message":"Μήνυμα","Metadata":"Μεταδεδομένα","Metrics":"Μετρήσεις","Minimize":"Ελαχιστοποίηση","Missing":"Απουασιάζει","Missing or invalid configuration":"Απουσιάζει ή είναι άκυρη η διαμόρφωση","mixed":"μικτή","Moments":"Στιγμές","Monochrome":"Μονοχρωμία","Month":"Μήνας","More options":"Περισσότερες επιλογές","Mosaic":"Ψηφιδωτό","Most Relevant":"Το πιο Σχετικό","Move Files":"Μετακίνηση Αρχείων","Moving files from %s":"Μετακίνηση αρχείων από %s","Must have at least %{n} characters.":"Πρέπει να έχει τουλάχιστον %{n} χαρακτήρες.","Mute":"Σίγαση","Name":"Όνομα","Name too long":"Το όνομα είναι πολύ μεγάλο","Never":"Ποτέ","New":"Νέο","New Password":"Νέος Κωδικός Πρόσβασης","Newest First":"Πρώτα τα πιο Πρόσφατα","Next":"Επόμενο","Next page":"Επόμενη σελίδα","Next visual":"Επόμενο οπτικό υλικό","No":"Όχι","No Access":"Δεν υπάρχει πρόσβαση","No albums assigned":"Δεν έχουν ανατεθεί άλμπουμ","No albums found":"Δεν βρέθηκαν άλμπουμ","No albums selected":"Δεν έχουν επιλεγεί συλλογές","No data available":"Δεν υπάρχουν δεδομένα","No files available for download":"Δεν υπάρχουν διαθέσιμα αρχεία για λήψη","No items selected":"Δεν έχουν επιλεγεί αντικείμενα","No labels assigned":"Δεν έχουν αποδοθεί ετικέτες","No labels found":"Δεν βρέθηκαν ετικέτες","No labels selected":"Δεν έχουν επιλεγεί ετικέτες","No matching records found":"Δεν βρέθηκαν ταιριαστές εγγραφές","No more":"Όχι άλλο","No people found":"Δεν βρέθηκαν άτομα","No pictures found":"Δεν βρέθηκαν εικόνες","No recently edited pictures":"Δεν υπάρχουν πρόσφατα επεξεργασμένες εικόνες","No registered instances.":"Δεν υπάρχουν καταχωρημένες εμφανίσεις.","No results":"Δεν υπάρχουν αποτελέσματα","No server connection":"Δεν υπάρχει σύνδεση διακομιστή","No servers configured.":"Δεν έχουν ρυθμιστεί διακομιστές.","No services configured.":"Δεν έχουν ρυθμιστεί υπηρεσίες.","No thanks":"Όχι ευχαριστώ","No users on this instance.":"Δεν υπάρχουν χρήστες σε αυτή την παρουσία.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Δεν υπάρχουν προειδοποιήσεις ή σφάλματα που περιέχουν αυτή τη λέξη-κλειδί. Σημειώστε ότι η αναζήτηση είναι ευαίσθητη σε κεφαλαία-πεζά.","Node":"Κόμβος","Nodes":"Κόμβοι","Non-photographic and low-quality images require a review before they appear in search results.":"Οι μη φωτογραφικές εικόνες και οι εικόνες χαμηλής ποιότητας απαιτούν επανεξέταση προτού εμφανιστούν στα αποτελέσματα αναζήτησης.","None":"Καθόλου","Not allowed":"Δεν επιτρέπεται","Not available in public mode":"Μη διαθέσιμο κατά τη δημόσια λειτουργία","Not available in read-only mode":"Μη διαθέσιμο στην κατάσταση \"μόνο ανάγνωση\"","Not found":"Δεν βρέθηκε","Not sorted.":"Δεν έχει ταξινομηθεί.","Not supported":"Δεν υποστηρίζεται","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, μπορούν να ρυθμιστούν ως απομακρυσμένη υπηρεσία για τη δημιουργία αντιγράφων ασφαλείας και το ανέβασμα αρχείων.","Notes":"Σημειώσεις","Nothing to see here yet.":"Δεν υπάρχει τίποτα να δείτε εδώ ακόμα. Κάντε υπομονή.","Nothing was found.":"Δεν βρέθηκε τίποτα.","Offline":"Εκτός σύνδεσης","OK":"OK","Oldest First":"Πρώτα τα πιο Παλιά","On Windows, enter the following resource in the connection dialog:":"Στα Windows, εισάγετε τον ακόλουθο πόρο στο παράθυρο διαλόγου σύνδεσης:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Η κατά παραγγελία δημιουργία μικρογραφιών μπορεί να προκαλέσει υψηλή χρήση της CPU και της μνήμης. Δεν συνιστάται για διακομιστές με περιορισμένους πόρους και συσκευές NAS.","Once a week":"Μία φορά την εβδομάδα","One album found":"Βρέθηκε ένα άλμπουμ","One entry added to %s":"Μία εγγραφή προστέθηκε στο %s","One entry removed from %s":"Μία καταχώρηση αφαιρέθηκε από %s","One file found":"Βρέθηκε ένα αρχείο","One file uploaded":"Ένα αρχείο ανεβάστηκε","One folder found":"Βρέθηκε ένας φάκελος","One label found":"Μια ετικέτα βρέθηκε","One person found":"Ένα άτομο βρέθηκε","One picture found":"Μια εικόνα βρέθηκε","Only locally managed accounts can be set up for authentication with 2FA.":"Μόνο οι τοπικά διαχειριζόμενοι λογαριασμοί μπορούν να ρυθμιστούν για έλεγχο ταυτότητας με το 2FA.","Open":"Άνοιγμα","optional":"προαιρετικό","or":"ή","Orange":"Πορτοκαλί","Organization":"Οργανισμός","Orientation":"Προσανατολισμός","Original file names will be stored and indexed.":"Τα πρωτότυπα ονόματα αρχείων θα αποθηκεύονται και θα ευρετηριάζονται.","Original Name":"Πρωτότυπο όνομα","Originals":"Πρωτότυπα","Originals folder is empty":"Ο φάκελος πρωτότυπων είναι άδειος","Other":"Άλλα","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Αποστολή μας είναι να παρέχουμε την πιο φιλική προς το χρήστη και την προστασία της ιδιωτικής ζωής λύση για να διατηρείτε τις φωτογραφίες σας οργανωμένες και προσβάσιμες.","Outdoor":"Υπαίθρια","Page {0}, Current page":"Σελίδα {0}, Τρέχουσα σελίδα","Pages":"Σελίδες","Pagination Navigation":"Πλοήγηση σελιδοποίησης","Panorama":"Πανόραμα","Panoramas":"Πανοράματα","Part of all selected photos":"Μέρος όλων των επιλεγμένων φωτογραφιών","Part of some selected photos":"Μέρος ορισμένων επιλεγμένων φωτογραφιών","Password":"Κωδικός πρόσβασης","Password changed":"Ο κωδικός πρόσβασης άλλαξε","Pause":"Παύση","Payment required":"Απαιτείται πληρωμή","People":"Άτομα","People you share a link with will be able to view public contents.":"Τα άτομα με τα οποία μοιράζεστε έναν σύνδεσμο θα μπορούν να βλέπουν το δημόσιο περιεχόμενο.","Permanently deleted":"Διαγράφηκε μόνιμα","Permission denied":"Δέν δόθηκε άδεια","Person":"Άτομο","Person cover updated":"Η εικόνα εξωφύλλου του ατόμου ενημερώθηκε","Person deleted":"Το άτομο διαγράφηκε","Person not found":"Το άτομο δεν βρέθηκε","Person saved":"Το άτομο αποθηκεύτηκε","Personal":"Προσωπικό","Photo":"Φωτογραφία","PhotoPrism is 100% self-funded and independent.":"Το PhotoPrism είναι 100% αυτοχρηματοδοτούμενο και ανεξάρτητο.","PhotoPrism+ Membership":"PhotoPrism+ Μέλος","Photos":"Φωτογραφίες","Picture":"Εικόνα","Picture Title":"Τίτλος εικόνας","Pink":"Ροζ","Pinned":"Επιλεγμένο","Place":"Τοποθεσία","Place & Time":"Τόποθεσία & Ώρα","Places":"Τοποθεσίες","Play":"Παίξε","Please confirm your new password.":"Επιβεβαιώστε τον νέο σας κωδικό πρόσβασης.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Αντιγράψτε τον ακόλουθο τυχαία δημιουργημένο κωδικό πρόσβασης εφαρμογής και διατηρήστε τον σε ασφαλές μέρος, καθώς δεν θα μπορείτε να τον δείτε ξανά:","Please do not upload any private, unlawful or offensive pictures.":"Μην ανεβάζετε προσωπικές, παράνομες ή προσβλητικές φωτογραφίες.","Please don't upload photos containing offensive content.":"Παρακαλούμε μην ανεβάζετε φωτογραφίες που περιέχουν προσβλητικό περιεχόμενο.","Please enter OTP character {0}":"Εισάγετε χαρακτήρα OTP {0}","Please log in to your account":"Συνδεθείτε στο λογαριασμό σας","Please note that changing your password will log you out on other devices and browsers.":"Λάβετε υπόψη ότι η αλλαγή του κωδικού πρόσβασής σας θα σας αποσυνδέσει από άλλες συσκευές και προγράμματα περιήγησης.","Please restart your instance for the changes to take effect.":"Επανεκκινήστε το instance σας για να τεθούν σε ισχύ οι αλλαγές.","Please wait…":"Περιμένετε…","PM":"ΜΜ","PNG Size Limit: %{n}px":"Όριο Μεγέθους PNG: %{n}px","Portal":"Πύλη","Portrait":"Πορτρέτο","Preserve filenames":"Διατήρηση ονομάτων αρχείων","Press enter to create a new album.":"Πιέστε enter για να δημιουργήσετε ένα νέο άλμπουμ.","Press enter to create new item":"Πατήστε enter για να δημιουργήσετε νέο στοιχείο","Prevent database and album backups as well as YAML sidecar files from being created.":"Αποτροπή της δημιουργίας αντιγράφων ασφαλείας της βάσης δεδομένων και των άλμπουμ, καθώς και των αρχείων YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Αποτροπή της πρόσβασης άλλων εφαρμογών στο PhotoPrism ως κοινόχρηστη μονάδα δίσκου δικτύου.","Preview":"Προεπισκόπηση","Preview Images":"Εικόνες Προεπισκόπισης","Previous":"Προηγούμενο","Previous page":"Προηγούμενη σελίδα","Previous visual":"Προηγούμενο οπτικό υλικό","Primary":"Κύριο","Private":"Ιδιωτικό","Processing upload...":"Επεξεργασία ανεβάσματος...","Product Feedback":"Σχόλια για το προϊόν","Projection":"Προβολή","Purple":"Μωβ","Quality Filter":"Φίλτρο Ποιότητας","Quality Score":"Σκορ Ποιότητας","Quota exceeded":"Υπέρβαση ορίου","Random":"Τυχαίο","Rating {0} of {1}":"Βαθμολογία {0} από {1}","Raw":"Raw","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Επαναδημιουργία ευρετηρίων για όλα τα πρωτότυπα, συμπεριλαμβανομένων των ήδη ευρετηριασμένων και των μη μεταβληθέντων αρχείων.","Read-Only Mode":"Λειτουργία Μόνο Ανάγνωσης","Recently Added":"Πρόσφατες Προσθήκες","Recently Archived":"Πρόσφατα αρχειοθετημένο","Recently Edited":"Πρόσφατη επεξεργασία","Recognition starts after indexing has been completed.":"Η αναγνώριση ξεκινά μετά την ολοκλήρωση της δημιουργίας ευρετηρίου.","Recognized":"Αναγνωρισμένα","Recovery Code":"Κωδικός ανάκτησης","Red":"Κόκκινο","Refresh":"Ανανέωση","Regions":"Περιοχές","Register":"Εγγραφή","Reload":"Επαναφόρτωση","Reloading…":"Επαφόρτωση…","Remote Sync":"Απομακρυσμένος συγχρονισμός","Remove":"Αφαίρεση","remove failed: unknown album":"αποτυχία αφαίρεσης: άγνωστο άλμπουμ","Remove from Album":"Αφαιρέση από το άλμπουμ","Remove from all":"Αφαιρέστε από όλα τα","Remove from all selected photos":"Αφαίρεση από όλες τις επιλεγμένες φωτογραφίες","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Αφαίρεση των αρχείων που έχουν εισαχθεί για εξοικονόμηση αποθηκευτικού χώρου. Οι μη υποστηριζόμενοι τύποι αρχείων δεν διαγράφονται ποτέ, παραμένουν στην τρέχουσα θέση τους.","Remove the selected instance from the cluster registry?":"Αφαίρεση του επιλεγμένου instance από το μητρώο του cluster;","Removed":"Αφαιρέθηκε","Removed %{name}":"Διαγράφηκε το %{name}","Removed %d files and %d photos":"Αφαίρεση %d αρχείων και %d φωτογραφιών","Repeated":"Επανάληψη","Request failed - are you offline?":"Το αίτημα απέτυχε - είστε εκτός σύνδεσης;","Request failed - invalid response":"Το αίτημα απέτυχε - άκυρη απάντηση","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Απαιτείται η εξέταση μη φωτογραφικών και χαμηλής ποιότητας εικόνων πριν από την εμφάνισή τους στα αποτελέσματα αναζήτησης.","Resolution":"Ανάλυση","Restart":"Επανεκκίνηση","Restore":"Επαναφορά","Restored":"Αποκαταστάθηκε","Retry Limit":"Όριο επανάληψης","Retype Password":"Επαναλάβετε τον κωδικό πρόσβασης","Review":"Ανασκόπηση","Role":"Ρόλος","Roles":"Ρόλοι","Rotated":"Εναλλαγή","Rows per page:":"Σειρές ανά σελίδα:","Satellite":"Δορυφόρος","Save":"Αποθήκευση","Save changes":"Αποθήκευση αλλαγών","Scan":"Σάρωση","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Σαρώστε τον κωδικό QR με την εφαρμογή ελέγχου ταυτότητας ή χρησιμοποιήστε το κλειδί ρύθμισης που φαίνεται παρακάτω και, στη συνέχεια, εισαγάγετε τον κωδικό επαλήθευσης που δημιουργήθηκε:","Scans":"Σαρώσεις","Scope":"Πεδίο εφαρμογής","Scopes":"Πεδία","Search":"Αναζήτηση","Season":"Περίοδος","Secret":"Κωδικός","Security and Access":"Ασφάλεια και Πρόσβαση","Select":"Επιλογή","Select a source folder to import files…":"Επιλογή φακέλου προέλευσης για την εισαγωγή αρχείων…","Select date":"Επιλογή ημερομηνίας","Select dates":"Επιλογή ημερομηνιών","Select or create albums":"Επιλογή ή δημιουργία άλμπουμ","Select or create labels":"Επιλογή ή δημιουργία ετικετών","Select or drop files to upload…":"Επιλέξτε ή αφήστε αρχεία για να τα ανεβάσετε…","Select the files to upload…":"Επιλογή αρχείων για ανέβασμα…","Select the folder to be indexed…":"Επιλογή φακέλου προς ευρετηρίαση…","Select Time":"Επιλογή ώρας","Selection":"Επιλογή","Selection added to %s":"Η επιλογή προστέθηκε στο %s","Selection approved":"Η επιλογή εγκρίθηκε","Selection archived":"Η επιλογή αρχειοθετήθηκε","Selection marked as private":"Η επιλογή μαρκαρίστηκε ως ιδιωτική","Selection not found":"Η επιλογή δεν βρέθηκε","Selection restored":"Η επιλογή αποκαταστάθηκε","Sequential Name":"Διαδοχικό Όνομα","Service":"Υπηρεσία","Service URL":"URL υπηρεσίας","Services":"Υπηρεσίες","Session":"Συνεδρία","Session ID":"Αναγνωριστικό συνεδρίας","Sessions":"Συνεδρίες","Set as Album Cover":"Ορισμός ως Εξώφυλλο Άλμπουμ","Set as Cover Image":"Ορισμός ως εικόνα εξωφύλλου","Settings":"Ρυθμίσεις","Settings saved":"Οι ρυθμίσεις αποθηκεύτηκαν","Setup":"Ρύθμιση","Severity":"Σοβαρότητα","Share":"Διαμοιρασμός","Share %{s}":"Μοιραστείτε το %{s}","Show":"Εμφάνιση","Show All Labels":"Εμφάνιση όλων των ετικετών","Show all new faces":"Εμφάνιση όλων των νέων προσώπων","Show Caption":"Εμφάνιση λεζάντας","Show Captions":"Εμφάνιση Λεζάντων","Show face markers":"Εμφάνιση δεικτών προσώπου","Show hidden":"Εμφάνιση κρυφών","Show Important Only":"Εμφάνιση μόνο σημαντικών","Show logs in the web interface to monitor activity and troubleshoot problems.":"Εμφάνιση αρχείων καταγραφής στο περιβάλλον εργασίας web για την παρακολούθηση της δραστηριότητας και την αντιμετώπιση προβλημάτων.","Show smart albums that group pictures by occasion, trip, or location.":"Προβολή έξυπνων άλμπουμ που ομαδοποιούν φωτογραφίες ανά περίσταση, ταξίδι ή τοποθεσία.","Show the Account page so users can manage their profile and security settings.":"Εμφάνιση της σελίδας Λογαριασμός, ώστε οι χρήστες να μπορούν να διαχειρίζονται το προφίλ και τις ρυθμίσεις ασφαλείας τους.","Show the Calendar view to browse the library by year and month.":"Εμφανίστε την προβολή Ημερολόγιο για να περιηγηθείτε στη βιβλιοθήκη ανά έτος και μήνα.","Show the Labels section to view and manage AI-generated labels.":"Εμφανίστε την ενότητα Ετικέτες για να προβάλετε και να διαχειριστείτε τις ετικέτες που δημιουργούνται με τεχνητή νοημοσύνη.","Show the Library section to index, manage, and monitor the media library.":"Εμφάνιση της ενότητας Βιβλιοθήκη για την ευρετηρίαση, διαχείριση και παρακολούθηση της βιβλιοθήκης πολυμέσων.","Show the Places view with interactive maps so you can browse photos by location.":"Εμφάνιση της προβολής Τοποθεσίες με διαδραστικούς χάρτες, ώστε να μπορείτε να περιηγηθείτε στις φωτογραφίες ανά τοποθεσία.","Show Titles":"Εμφάνιση Τίτλων","Sidecar":"Sidecar","Sidecar Files":"Αρχεία Sidecar","Sign in":"Σύνδεση","Sign Out":"Αποσύνδεση","Similar":"Παρόμοια","Site URL":"URL ιστότοπου","Size":"Μέγεθος","Slideshow":"Παρουσίαση","Slow":"Αργό","Software":"Λογισμικό","Software Update":"Ενημέρωση λογισμικού","Some albums could not be copied":"Ορισμένα άλμπουμ δεν ήταν δυνατό να αντιγραφούν","Some albums could not be created. Please edit the names and try again.":"Ορισμένα άλμπουμ δεν ήταν δυνατόνα δημιουργηθούν. Παρακαλούμε επεξεργαστείτε τα ονόματα και δοκιμάστε ξανά.","Some albums could not be updated":"Ορισμένα άλμπουμ δεν ήταν δυνατό να ενημερωθούν","Something went wrong, try again":"Κάτι πήγε στραβά, δοκιμάστε ξανά","Sort by":"Ταξινόμηση κατά","Sort by Name (A–Z)":"Ταξινόμηση αλφαβητικά (A-Z)","Sort by Photo Count":"Ταξινόμηση ανά αριθμό φωτογραφιών","Sort by Relevance":"Ταξινόμηση κατά συνάφεια","Sort Order":"Σειρά ταξινόμησης","Sorted ascending.":"Ταξινόμηση κατά αύξουσα σειρά.","Sorted descending.":"Ταξινόμηση κατά φθίνουσα σειρά.","Source":"Πηγή","Stack":"Στοίβα","Stack files sharing the same unique image or instance identifier.":"Αρχεία στοίβας που μοιράζονται το ίδιο μοναδικό αναγνωριστικό εικόνας ή instance.","Stack pictures taken at the exact same time and location based on their metadata.":"Στοίβασμα φωτογραφιών που τραβήχτηκαν ακριβώς την ίδια ώρα και στην ίδια τοποθεσία με βάση τα μεταδεδομένα τους.","Stackable":"Στοιβαζόμενο","Stacks":"Στοίβες","Start":"Έναρξη","Start Page":"Σελίδα έναρξης","Static Size Limit: %{n}px":"Όριο Στατικού Μεγέθους: %{n}px","Status":"Κατάσταση","Stay signed in on this device":"Μείνετε συνδεδεμένοι σε αυτή τη συσκευή","Stop Casting":"Διακοπή χύτευσης","Storage":"Αποθήκευση","Streets":"Δρόμοι","Subject":"Θέμα","Subject deleted":"Το θέμα διαγράφηκε","Subject not found":"Το θέμα δεν βρέθηκε","Subject saved":"Το θέμα αποθηκεύθηκε","Successfully activated":"Επιτυχής ενεργοποίηση","Successfully Connected":"Επιτυχής σύνδεση","Successfully deleted":"Επιτυχής διαγραφή","Successfully verified":"Επιτυχής επαλήθευση","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Η υποστήριξη για πρόσθετες υπηρεσίες, όπως το Google Drive, θα προστεθεί με την πάροδο του χρόνου.","Support Our Mission":"Υποστηρίξτε την αποστολή μας","Sync":"Συγχρονισμός","Sync raw and video files":"Συγχρονισμός αρχείων raw και βίντεο","Taken":"Λήψη","Teal":"Γαλαζοπράσινο","Terrain":"Ανάγλυφο","Text":"Κείμενο","Thank You for Your Support!":"Ευχαριστούμε για την υποστήριξή σας!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Γι' αυτό το λόγο το PhotoPrism δημιουργήθηκε από την αρχή για να λειτουργεί όπου το χρειάζεστε, χωρίς να διακυβεύεται η ελευθερία, η ιδιωτικότητα ή η λειτουργικότητα.","The index currently contains %{n} hidden files.":"Το ευρετήριο περιέχει επί του παρόντος %{n} κρυμμένα αρχεία.","The instance rejected the cluster credentials.":"Η υπηρεσία απέρριψε τα διαπιστευτήρια του συμπλέγματος.","The instance returned an unexpected redirect.":"Η εφαρμογή επέστρεψε μια απροσδόκητη ανακατεύθυνση.","The wakeup interval is %s, but must be 1h or less":"Το διάστημα αφύπνισης είναι %s, αλλά πρέπει να είναι 1 ώρα ή λιγότερο","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Μπορεί να μην υποστηρίζεται η μορφή τους, να μην έχουν μετατραπεί ακόμη σε JPEG ή να υπάρχουν αντίγραφα.","Theme":"Θέμα","This account is missing an ID and can't be edited.":"Αυτός ο λογαριασμός δεν διαθέτει αναγνωριστικό και δεν μπορεί να τροποποιηθεί.","This field is required":"Το πεδίο αυτό είναι υποχρεωτικό","This instance has no site URL configured.":"Σε αυτή την παρουσία δεν έχει ρυθμιστεί διεύθυνση URL ιστότοπου.","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.":"Αυτό προσαρτά το φάκελο πρωτοτύπων ως μονάδα δίσκου δικτύου και σας επιτρέπει να ανοίγετε, να επεξεργάζεστε και να διαγράφετε αρχεία από τον υπολογιστή ή το smartphone σας σαν να ήταν τοπικά.","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. ":"Αυτό προσαρτά το φάκελο πρωτοτύπων ως μονάδα δίσκου δικτύου και σας επιτρέπει να ανοίγετε, να επεξεργάζεστε και να διαγράφετε αρχεία από τον υπολογιστή ή το smartphone σας σαν να ήταν τοπικά. ","Time":"Χρόνος","Time UTC":"Ώρα UTC","Time Zone":"Ζώνη Ώρας","Timeout":"Χρονικό όριο","Title":{"":"Τίτλος","Account":"Τίτλος","Photo":"Τίτλος"},"Title / Position":"Τίτλος / Θέση","to":"στο","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Για να αποφύγετε τον αποκλεισμό του λογαριασμού σας, κάντε λήψη, εκτυπώστε ή αντιγράψτε αυτόν τον κωδικό ανάκτησης τώρα και φυλάξτε τον σε ασφαλές μέρος.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Για να δημιουργήσετε έναν νέο κωδικό πρόσβασης για συγκεκριμένη εφαρμογή, εισαγάγετε το όνομα και το εύρος εξουσιοδότησης της εφαρμογής και επιλέξτε μια ημερομηνία λήξης:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Για να μεταβείτε σε μια νέα εφαρμογή ή συσκευή ελέγχου ταυτότητας, πρώτα απενεργοποιήστε τον έλεγχο ταυτότητας δύο παραγόντων και, στη συνέχεια, ενεργοποιήστε τον ξανά:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Για να αναβαθμίσετε, μπορείτε είτε να εισαγάγετε έναν κωδικό ενεργοποίησης είτε να κάνετε κλικ στο κουμπί \"Εγγραφή\" για να εγγραφείτε στην ιστοσελίδα μας:","Today":"Σήμερα","Toggle View":"Εναλλαγή Προβολής","Token":"Token","Too many files selected":"Έχουν επιλεγεί πάρα πολλά αρχεία","Too many requests":"Πάρα πολλά αιτήματα","Troubleshooting":"Αντιμετώπιση προβλημάτων","Try again using other filters or keywords.":"Δοκιμάστε ξανά χρησιμοποιώντας άλλα φίλτρα ή λέξεις-κλειδιά.","Two-factor authentication has been enabled for your account.":"Ο έλεγχος ταυτότητας δύο παραγόντων έχει ενεργοποιηθεί για τον λογαριασμό σας.","Type":"Τύπος","Unable to delete":"Αδυναμία διαγραφής","Unable to do that":"Αυτό δεν είναι εφικτό","Unassign":"Ακυρώστε την ανάθεση","Unauthorized":"Απουσία εξουσιοδότησης","Undo":"Αναίρεση","Unique ID":"Μοναδικό αναγνωριστικό","Unknown":"Άγνωστο","Unknown location":"Άγνωστη τοποθεσία","Unregistered":"Μη εγγεγραμμένο","Unsorted":"Χωρίς ταξινόμηση","Unstack":"Αποστοιβασμός","Unsupported":"Δεν υποστηρίζεται","Unsupported format":"Μη υποστηριζόμενος μορφότυπος","Unsupported type":"Μη υποστηριζόμενος τύπος","Updated":"Ενημερωμένο","Updating faces":"Ενημέρωση προσώπων","Updating index":"Ενημέρωση ευρετηρίου","Updating moments":"Ενημέρωση στιγμών","Updating picture…":"Ενημέρωση εικόνας…","Updating previews":"Ενημέρωση προεπισκοπήσεων","Updating stacks":"Ενημέρωση στοιβών","Upgrade":"Αναβάθμιση","Upgrade Now":"Αναβάθμιση τώρα","Upload":"Ανέβασμα","Upload complete":"Ανέβασμα ολοκληρωμένο","Upload complete. Indexing…":"Το ανέβασμα ολοκληρώθηκε. Δημιουργία ευρετηρίου…","Upload failed":"Αποτυχία ανεβάσματος","Upload has been processed":"Το ανέβασμα έχει ολοκληρωθεί","Upload local files":"Ανέβασμα τοπικών αρχείων","Upload might be offensive":"Το ανέβασμα μπορεί να είναι προσβλητικό","Upload Path":"Διαδρομή φόρτωσης","Uploading %{n} of %{t}…":"Ανέβασμα %{n} από %{t}…","Uploading photos…":"Ανέβασμα φωτογραφιών…","Uploading…":"Επαναγέμισμα…","Uploads that may contain such images will be rejected automatically.":"Ανεβάσματα που ενδέχεται να περιέχουν τέτοιες εικόνες θα απορρίπτονται αυτόματα.","URL":"URL","Use Presets":"Χρήση Προεπιλογών","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Χρησιμοποιήστε τον ακόλουθο κωδικό ανάκτησης για να αποκτήσετε πρόσβαση στον λογαριασμό σας όταν δεν μπορείτε να δημιουργήσετε έναν έγκυρο κωδικό επαλήθευσης με την εφαρμογή ελέγχου ταυτότητας:","Use your recovery code or contact an administrator for help.":"Χρησιμοποιήστε τον κωδικό ανάκτησης ή επικοινωνήστε με έναν διαχειριστή για βοήθεια.","User":"Χρήστης","User Guide":"Οδηγός χρήσης","User Interface":"Διεπαφή χρήστη","User not found":"Ο χρήστης δεν βρέθηκε","Username":"Όνομα Χρήστη","Users":"Χρήστες","UUID":"UUID","Vector":"Διάνυσμα","Vectors":"Διανύσματα","Verification Code":"Κωδικός επαλήθευσης","Version":"Έκδοση","Video":"Βίντεο","Video Duration":"Διάρκεια Βίντεο","Videos":"Βίντεο","View":"Προβολή","View search results as a list.":"Προβολή των αποτελεσμάτων της αναζήτησης σε μορφή λίστας.","Viewer":"Θεατής","Vision":"Θέαση","Visitor":"Επισκέπτης","Visual Similarity":"Ομαδοποίηση με βάση την ομοιότητα","Warning":"Προειδοποίηση","Web Login":"Σύνδεση μέσω Web","WebDAV":"WebDAV","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 Explorer της Microsoft ή το Finder της Apple, μπορούν να συνδεθούν απευθείας στο PhotoPrism. ","WebDAV Upload":"Ανέβασμα WebDAV","WebGL support is disabled in your browser":"Η υποστήριξη WebGL είναι απενεργοποιημένη στο πρόγραμμα περιήγησής σας","Website":"Ιστοσελίδα","White":"Λευκό","Work Details":"Λεπτομέρειες","Year":"Έτος","Yellow":"Κίτρινο","Yes":"Ναι","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Μπορείτε να επικοινωνήσετε μαζί μας στο membership@photoprism.app για ερωτήσεις σχετικά με τη συνδρομή σας.","You can only download one album":"Μπορείτε να κατεβάσετε μόνο ένα άλμπουμ","You can only download one label":"Μπορείτε να κατεβάσετε μόνο μία ετικέτα","You can search for a location or move the marker on the map to change the position:":"Μπορείτε να αναζητήσετε μια τοποθεσία ή να μετακινήσετε το δείκτη στο χάρτη για να αλλάξετε τη θέση:","You can upload up to %{n} files for test purposes.":"Μπορείτε να ανεβάσετε έως και %{n} αρχεία για δοκιμαστικούς σκοπούς.","You cannot change your own role.":"Δεν μπορείτε να αλλάξετε τον ρόλο σας.","You do not have access to any instances.":"Δεν έχετε πρόσβαση σε καμία παρουσία.","You may only select one item":"Μπορείτε να επιλέξετε μόνο ένα στοιχείο","You may rescan your library to find additional faces.":"Μπορείτε να σαρώσετε εκ νέου τη βιβλιοθήκη σας για να βρείτε επιπλέον πρόσωπα.","Your account could not be connected":"Ο λογαριασμός σας δεν ήταν δυνατό να συνδεθεί","Your account has been successfully connected.":"Ο λογαριασμός σας έχει συνδεθεί επιτυχώς.","Your browser does not support WebGL":"Το πρόγραμμα περιήγησής σας δεν υποστηρίζει WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Η συνεχής υποστήριξή σας μας βοηθά να παρέχουμε τακτικές ενημερώσεις και υπηρεσίες όπως οι παγκόσμιοι χάρτες.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Η βιβλιοθήκη σας αναλύεται συνεχώς για να δημιουργούνται αυτόματα άλμουμ με ιδιαίτερες στιγμές, ταξίδια και τοποθεσίες.","Zip created in %d s":"Το αρχείο zip δημιουργήθηκε σε %d s","Zoom in/out":"Μεγέθυνση/σμίκρυνση","Archive":{"Noun":"Αρχείο","Verb":"Αρχείο"},"Add a Title":{"Photo":"Προσθήκη τίτλου"}}} \ No newline at end of file +{"el":{"{0} appended action":"{0} προσαρτημένη ενέργεια","{0} files":"{0} αρχεία","{0} files ({1} in total)":"{0} αρχεία ({1} συνολικά)","{0} more":"{0} περισσότερα","{0} prepended action":"{0} προηγούμενη ενέργεια","{0} selected":"{0} επιλεγμένα","{0}-{1} of {2}":"{0}-{1} από {2}","%{n} albums found":"%{n} άλμπουμ βρέθηκαν","%{n} files uploaded":"%{n} αρχεία ανέβηκαν","%{n} folders found":"%{n} φάκελοι βρέθηκαν","%{n} GB of %{q} GB used":"%{n} GB από %{q} GB σε χρήση","%{n} labels found":"%{n} ετικέτες βρέθηκαν","%{n} people found":"%{n} άτομα βρέθηκαν","%{n} pictures found":"%{n} φωτογραφίες βρέθηκαν","%{s} is too long":"Το %{s} είναι πολύ μεγάλο","%{s} is too short":"Το %{s} είναι πολύ μικρό","%d entries added to %s":"%d καταχωρήσεις προστέθηκαν στο %s","%d entries removed from %s":"%d καταχωρήσεις αφαιρέθηκαν από %s","%d files uploaded in %d s":"%d αρχεία ανεβάστηκαν σε %d s","%s already exists":"%s υπάρχει ήδη","%s has been restored":"%s έχει αποκατασταθεί","1 hour":"1 ώρα","12 hours":"12 ώρες","2-Factor Authentication":"Αυθεντικοποίηση 2 Παραγόντων","2FA":"2FA","4 hours":"4 ώρες","A click will copy it to your clipboard.":"Ένα κλικ θα το αντιγράψει στο πρόχειρο.","A new version of %{s} is available:":"Μια νέα έκδοση του %{s} είναι διαθέσιμη:","About":"Σχετικά","Access granted.":"Η πρόσβαση εγκρίθηκε.","Access revoked.":"Η πρόσβαση ακυρώθηκε.","Access Token":"Token πρόσβασης","Account":"Λογαριασμός","Account created":"Ο λογαριασμός δημιουργήθηκε","Account deleted":"Ο λογαριασμός διαγράφηκε","Account Group Mappings":"Αντιστοιχίσεις ομάδων λογαριασμών","Account not found":"Ο λογαριασμός δεν βρέθηκε","Account restored":"Επαναφορά λογαριασμού","Account saved":"Ο λογαριασμός αποθηκεύτηκε","Accounts":"Λογαριασμοί","Accuracy":"Ακρίβεια","Action":"Ενέργεια","Actions":"Ενέργειες","Activate":"Ενεργοποίηση","Activate to remove sorting.":"Ενεργοποιήστε για να καταργήσετε την ταξινόμηση.","Activate to sort ascending.":"Ενεργοποιήστε για να ταξινομήσετε με αύξουσα σειρά.","Activate to sort descending.":"Ενεργοποιήστε για να ταξινομήσετε με φθίνουσα σειρά.","Activation Code":"Κωδικός ενεργοποίησης","Activity":"Δραστηριότητα","Add":"Προσθήκη","Add %{s}?":"Προσθήκη %{s};","Add a Caption":"Προσθήκη λεζάντας","Add Account":"Προσθήκη Λογαριασμού","Add Album":"Προσθήκη Άλμπουμ","Add Link":"Προσθήκη Συνδέσμου","Add Notes":"Προσθήκη σημειώσεων","Add person?":"Προσθήκη ατόμου;","Add pictures from search results by selecting them.":"Προσθέστε εικόνες από τα αποτελέσματα αναζήτησης επιλέγοντάς τες.","Add to album":"Προσθήκη στο άλμπουμ","Add to all":"Προσθήκη σε όλα","Add to all selected photos":"Προσθήκη σε όλες τις επιλεγμένες φωτογραφίες","Added":"Προστέθηκε","Added %{name}":"Προστέθηκε το %{name}","Adjust Camera Info":"Ρύθμιση πληροφοριών κάμερας","Adjust Date & Time":"Ρύθμιση ημερομηνίας & ώρας","Adjust Location":"Ρύθμιση Τοποθεσίας","Admin":"Διαχειριστής","Advanced":"Προηγμένες Ρυθμίσεις","Advertise URL":"Διαφημίστε τη διεύθυνση URL","After 1 day":"Μετά από 1 ημέρα","After 3 days":"Μετά από 3 ημέρες","After 7 days":"Μετά από 7 ημέρες","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Αφού εισαγάγετε τον κωδικό πρόσβασής σας για επιβεβαίωση, μπορείτε να ρυθμίσετε τον έλεγχο ταυτότητας δύο παραγόντων με μια συμβατή εφαρμογή ή συσκευή ελέγχου ταυτότητας:","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 %s deleted":"Το άλμπουμ %s διαγράφηκε","Album Backups":"Αντίγραφα Ασφαλείας Άλμπουμ","Album contents cloned":"Τα περιεχόμενα του άλμπουμ αντιγράφηκαν","Album created":"Το άλμπουμ δημιουργήθηκε","Album deleted":"Το άλμπουμ διαγράφηκε","Album not found":"Το άλμπουμ δεν βρέθηκε","Album saved":"Το άλμπουμ αποθηκεύθηκε","Albums":"Άλμπουμ","Albums deleted":"Διαγραμμένα άλμπουμ","All":"Όλα","All %{n} albums loaded":"%{n} άλμπουμ φορτώθηκαν","All %{n} labels loaded":"%{n} ετικέτες φορτώθηκαν","All %{n} people loaded":"%{n} άτομα φορτώθηκαν","All Cameras":"Όλες οι Κάμερες","All Categories":"Όλες οι Κατηγορίες","All Colors":"Όλα τα Χρώματα","All Countries":"Όλες οι Χώρες","All files from import folder":"Όλα τα αρχεία από το φάκελο εισαγωγής","All Lenses":"Όλοι οι Φακοί","All Months":"Όλοι οι Μήνες","All originals":"Όλα τα πρωτότυπα","All Years":"Όλα τα Χρόνια","Allow configuration and use of connected apps and services for remote uploads and sync.":"Επιτρέπει τη διαμόρφωση και χρήση συνδεδεμένων εφαρμογών και υπηρεσιών για απομακρυσμένες μεταφορτώσεις και συγχρονισμό.","Allow editing of metadata such as title, description, date, and location.":"Επιτρέπει την επεξεργασία μεταδεδομένων όπως τίτλος, περιγραφή, ημερομηνία και τοποθεσία.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Επιτρέπει την επεξεργασία των μεταδεδομένων, των ετικετών και των άλμπουμ πολλών εικόνων ταυτόχρονα.","Allow files to be copied or moved from the Import to the Originals folder.":"Ενεργοποιήστε το εργαλείο Εισαγωγή για να αντιγράψετε ή να μετακινήσετε αρχεία από το φάκελο Εισαγωγή στα Πρωτότυπα.","Allow files to be permanently deleted to free up storage space.":"Επιτρέψτε τη μόνιμη διαγραφή αρχείων για να ελευθερώσετε χώρο αποθήκευσης.","Allow users to archive photos and videos so they are hidden without being deleted.":"Επιτρέψτε στους χρήστες να αρχειοθετούν φωτογραφίες και βίντεο, ώστε να είναι κρυμμένα χωρίς να διαγράφονται.","Allow users to create and share links, and enable sharing with connected services.":"Επιτρέψτε στους χρήστες να δημιουργούν και να μοιράζονται συνδέσμους και ενεργοποιήστε την κοινή χρήση με συνδεδεμένες υπηρεσίες.","Allow users to upload new photos and videos through the web interface.":"Επιτρέψτε στους χρήστες να ανεβάζουν νέες φωτογραφίες και βίντεο μέσω της διεπαφής web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Εναλλακτικά, μπορείτε να ανεβάσετε αρχεία απευθείας σε διακομιστές WebDAV όπως το Nextcloud.","Altitude":"Υψόμετρο","Altitude (m)":"Υψόμετρο (m)","AM":"ΠΜ","Animated":"Κινούμενη εικόνα","Animation":"Κίνηση","Animations":"Κινούμενα σχέδια","Any private photos and videos remain private and won't be shared.":"Οποιεσδήποτε ιδιωτικές φωτογραφίες και βίντεο παραμένουν ιδιωτικές και δεν θα κοινοποιηθούν.","API Key":"Κλειδί API","Application":"Εφαρμογή","Applications":"Εφαρμογές","Approve":"Έγκριση","Approve and save changes":"Έγκριση και αποθήκευση αλλαγών","Apps and Devices":"Εφαρμογές και Συσκευές","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 delete this album?":"Είναι βέβαιο ότι θέλετε να διαγράψετε αυτό το άλμπουμ;","Are you sure you want to permanently delete these pictures?":"Είναι σίγουρο ότι θέλετε να διαγραφούν οριστικά αυτές οι φωτογραφίες;","Are you sure you want to permanently delete this file?":"Είναι σίγουρο ότι θέλετε να διαγραφεί οριστικά αυτό το αρχείο;","Are you sure?":"Σίγουρα;","Artist":"Καλλιτέχνης","Aspect Ratio":"Αναλογία διαστάσεων","Attributes":"Χαρακτηριστικά","Audio":"Ήχος","Audit Log":"Αρχείο Συμβάντων","Authentication":"Αυθεντικοποίηση","Auto":"Αυτόματο","Back":"Πίσω","Back to top":"Επιστροφή στην κορυφή","Backup":"Δημιουργία αντιγράφων ασφαλείας","Badge":"Κονκάρδα","Base Path":"Διαδρομή βάσης","Batch":"Παρτίδα","Batch Edit":"Επεξεργασία παρτίδας","Become a member today, support our mission and enjoy our member benefits!":"Γίνετε μέλος σήμερα, υποστηρίξτε την αποστολή μας και απολαύστε τα προνόμια των μελών μας!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Όντας 100% αυτοχρηματοδοτούμενοι και ανεξάρτητοι, μπορούμε να σας υποσχεθούμε ότι δεν θα πουλήσουμε ποτέ τα δεδομένα σας και ότι θα είμαστε πάντα διαφανείς σχετικά με το λογισμικό και τις υπηρεσίες μας.","Bio":"Βιογραφικό","Birth Date":"Ημερομηνία Γέννησης","Black":"Μαύρο","Blue":"Μπλε","Brown":"Καφέ","Browse":"Περιήγηση","Browse Files":"Περιήγηση Αρχείων","Browse Pictures":"Αναζήτηση εικόνων","Bug Report":"Αναφορά σφάλματος","Busy, please try again later":"Το σύστημα είναι απασχολημένο, προσπαθήστε ξανά αργότερα","Busy, please wait…":"Το σύστημα είναι απασχολημένο, περιμένετε…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Χρησιμοποιώντας το λογισμικό και τις υπηρεσίες που παρέχουμε, συμφωνείτε με τους όρους χρήσης, την πολιτική απορρήτου και τον κώδικα δεοντολογίας.","Calendar":"Ημερολόγιο","Camera":"Κάμερα","Camera not found":"Δεν εντοπίστηκε η κάμερα","Camera Serial":"Σειριακός Αριθμός Κάμερας","Can't access your authenticator app or device?":"Δεν μπορείτε να αποκτήσετε πρόσβαση στην εφαρμογή ή τη συσκευή ελέγχου ταυτότητας;","Can't load more, limit reached":"Δεν μπορείτε να φορτώσετε περισσότερα διότι θα ξεπεράσετε το όριο","Can't select more items":"Δεν μπορείτε να επιλέξετε περισσότερα αντικείμενα","Cancel":"Ακύρωση","Cannot copy to clipboard":"Δεν είναι δυνατή η αντιγραφή στο πρόχειρο","Caption":"Λεζάντα","Cards":"Κάρτες","Carousel slide {0} of {1}":"Καρουσέλ διαφάνεια {0} από {1}","Cast":"Διανομή","Category":"Κατηγορία","Change Avatar":"Αλλαγή Άβαταρ","Change Password":"Αλλαγή Κωδικού Πρόσβασης","Change private flag":"Αλλαγή ιδιωτικής κατάστασης","Changes could not be saved":"Οι αλλαγές δεν ήταν δυνατό να αποθηκευτούν","Changes successfully saved":"Οι αλλαγές αποθηκεύτηκαν επιτυχώς","Changes to the advanced settings require a restart to take effect.":"Οι αλλαγές στις προηγμένες ρυθμίσεις απαιτούν επανεκκίνηση για να τεθούν σε ισχύ.","Checked":"Σημειωμένο","Choose an instance to continue:":"Επιλέξτε μια παρουσία για να συνεχίσετε:","Chroma":"Χρώμα","Cleaning index and cache":"Καθαρισμός ευρετηρίου και cache","Cleanup":"Καθαρισμός","Clear":"Σαφής","Clear {0}":"Καθαρισμός {0}","Client":"Πελάτης","Close":"Κλείσιμο","Cluster":"Συστάδα","Cluster Admin":"Διαχειριστής συμπλέγματος","Cluster Node":"Κόμβος συστάδας","Codec":"Codec","Color":"Χρώμα","Color Profile":"Προφίλ χρώματος","Colors":"Χρώματα","Compare Editions":"Σύγκριση εκδόσεων","Complete Rescan":"Πλήρης σάρωση","Confidence":"Βεβαιότητα","Confirm":"Επιβεβαίωση","Connect":"Σύνδεση","Connect via WebDAV":"Σύνδεση μέσω WebDAV","Connected":"Σύνδεση","Contact Details":"Στοιχεία Επικοινωνίας","Contact Us":"Επικοινωνήστε μαζί μας","Contains %{n} pictures.":"Περιέχει %{n} εικόνες.","Contains one picture.":"Περιέχει μία εικόνα.","Content":{"":"Περιεχόμενο","Edit":"Περιεχόμενο"},"Continue":"Συνέχεια","Contributor":"Συνεισφέρων","Converting":"Μετατροπή","Copied to clipboard":"Αντιγραφή στο πρόχειρο","Copy":"Αντίγραφο","Copying files from %s":"Αντιγραφή αρχείων από %s","Copyright":"Πνευματικά δικαιώματα","Could not be deleted":"Δεν ήταν εφικτή η διαγραφή","Could not connect, please try again":"Δεν ήταν δυνατή η σύνδεση, δοκιμάστε ξανά","Could not update person cover":"Δεν ήταν δυνατή η ενημέρωση της εικόνας εξωφύλλου του ατόμου","Couldn't find anything.":"Δεν βρέθηκε τίποτα.","Country":"Χώρα","Create Account":"Δημιουργία λογαριασμού","Create album":"Δημιουργία άλμπουμ","Create regular backups based on the configured schedule.":"Δημιουργία αντιγράφων ασφαλείας ευρετηρίου με βάση το ρυθμισμένο χρονοδιάγραμμα.","Create YAML files to back up album metadata.":"Δημιουργία αρχείων YAML για την εξασφάλιση των μεταδεδομένων των άλμπουμ.","Create YAML sidecar files to back up picture metadata.":"Δημιουργία αρχείων YAML sidecar για την εξασφάλιση των μεταδεδομένων των εικόνων.","Created":"Δημιουργήθηκε","Creating thumbnails for":"Δημιουργία μικρογραφιών για","Current Password":"Τρέχων κωδικός πρόσβασης","Custom":"Προσαρμογή","Cyan":"Κυανό","Daily":"Καθημερινά","Database":"Βάση δεδομένων","Database Backups":"Αντίγραφα Ασφαλείας Βάσης Δεδομένων","Databases":"Βάσεις δεδομένων","Date & Time":"Ημερομηνία & ώρα","Day":"Ημέρα","Deactivate":"Απενεργοποίηση","Debug Logs":"Αρχεία καταγραφής σφαλμάτων","Default":"Προεπιλογή","Default Folder":"Προεπιλεγμένος φάκελος","Delete":"Διαγραφή","Delete Album":"Διαγραφή άλμπουμ","Delete All":"Διαγραφή όλων","Delete all?":"Να διαγραφούν όλα;","Delete orphaned index entries, sidecar files and thumbnails.":"Διαγραφή ορφανών καταχωρήσεων ευρετηρίου, αρχείων sidecar και μικρογραφιών.","deleted":"διαγράφηκε","Description":"Περιγραφή","Detailed instructions can be found in our User Guide.":"Λεπτομερείς οδηγίες μπορείτε να βρείτε στον Οδηγό Χρήσης.","Details":"Λεπτομέρειες","Dimensions":"Διαστάσεις","Disable all face detection and recognition features.":"Απενεργοποιήστε όλες τις λειτουργίες ανίχνευσης και αναγνώρισης προσώπου.","Disable Backups":"Απενεργοποίηση Αντιγράφων Ασφαλείας","Disable Darktable":"Απενεργοποίηση Darktable","Disable ExifTool":"Απενεργοποίηση ExifTool","Disable Faces":"Απενεργοποίηση προσώπων","Disable features that require write permission for the originals folder.":"Απενεργοποίηση των λειτουργιών που απαιτούν δικαίωμα εγγραφής στο φάκελο πρωτοτύπων.","Disable FFmpeg":"Απενεργοποίηση FFmpeg","Disable ImageMagick":"Απενεργοποίηση του ImageMagick","Disable interactive world maps and reverse geocoding.":"Απενεργοποίηση των διαδραστικών παγκόσμιων χαρτών και της αντίστροφης γεωκωδικοποίησης.","Disable MCP":"Απενεργοποίηση MCP","Disable Places":"Απενεργοποίηση Τοποθεσιών","Disable RawTherapee":"Απενεργοποίηση RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Απενεργοποιήστε το τελικό σημείο API του Model Context Protocol (MCP) για τις ενσωματώσεις των πρακτόρων AI.","Disable Vectors":"Απενεργοποίηση Διανυσμάτων","Disable WebDAV":"Απενεργοποίηση WebDAV","Disabled":"Απενεργοποιημένο","Disables vector graphics support.":"Απενεργοποιεί την υποστήριξη διανυσματικών γραφικών.","Disables video transcoding and thumbnail extraction.":"Απενεργοποιεί τη μετακωδικοποίηση βίντεο και την εξαγωγή μικρογραφιών.","Discard":"Απόρριψη","Discard changes and close":"Απόρριψη αλλαγών και κλείσιμο","Discard invalid changes?":"Απορρίψτε τις άκυρες αλλαγές;","Discard unsaved changes?":"Απορρίψτε τις μη αποθηκευμένες αλλαγές;","Discover":"Ανακαλύψτε το","Dismiss":"Απόρριψη","Display Name":"Εμφανιζόμενο Όνομα","Display picture captions in search results.":"Εμφάνιση λεζάντας εικόνων στα αποτελέσματα αναζήτησης.","Display picture titles in search results.":"Εμφάνιση τίτλων εικόνων στα αποτελέσματα αναζήτησης.","Document":"Έγγραφο","Documents":"Έγγραφα","Don't use Darktable to convert RAW images.":"Μη χρήση του Darktable για τη μετατροπή εικόνων RAW.","Don't use ImageMagick to convert images.":"Μη χρήση του ImageMagick για τη μετατροπή εικόνων.","Don't use RawTherapee to convert RAW images.":"Μη χρήση του RawTherapee για τη μετατροπή εικόνων RAW.","Done":"Έγινε","Done.":"Έγινε.","Download":"Λήψη","Download only original media files, without any automatically generated files.":"Λήψη μόνο πρωτότυπων αρχείων πολυμέσων, χωρίς αυτόματα παραγόμενα αρχεία.","Download remote files":"Λήψη απομακρυσμένων αρχείων","Downloading…":"Λήψη…","Drag and drop files here":"Σύρετε και αφήστε αρχεία εδώ","Driver":"Οδηγός","Duplicates will be skipped and only appear once.":"Τα διπλότυπα θα παραλείπονται και θα εμφανίζονται μόνο μία φορά.","Duration":"Διάρκεια","Dynamic Previews":"Δυναμικές Προεπισκοπήσεις","Dynamic Size Limit: %{n}px":"Όριο Δυναμικού Μεγέθους: %{n}px","Edit":"Επεξεργασία","Edit %{s}":"Επεξεργασία %{s}","Edit Account":"Επεξεργασία Λογαριασμού","Edit Photo":"Επεξεργασία Φωτογραφίας","Edit Photos (%{n})":"Επεξεργασία φωτογραφιών (%{n})","Edited":"Επεξεργάστηκε","Email":"Ηλεκτρονικό ταχυδρομείο","Enable debug mode to display additional logs and help with troubleshooting.":"Ενεργοποίηση της λειτουργίας εντοπισμού σφαλμάτων για την εμφάνιση πρόσθετων αρχείων καταγραφής και την υποβοήθηση στην αντιμετώπιση προβλημάτων.","Enable downloading of original and sidecar files from the web interface.":"Ενεργοποιήστε τη λήψη αρχικών και παράπλευρων αρχείων από τη διεπαφή web.","Enable face recognition and the People view to easily find people you know.":"Ενεργοποιήστε την αναγνώριση προσώπου και την προβολή \"Άτομα\" για να βρίσκετε εύκολα άτομα που γνωρίζετε.","Enable new features that may be incomplete or unstable.":"Ενεργοποίηση νέων λειτουργιών που μπορεί να είναι ελλιπείς ή ασταθείς.","Enable the file browser to navigate the Originals folder structure.":"Ενεργοποιήστε το πρόγραμμα περιήγησης αρχείων για την πλοήγηση στη δομή φακέλων Originals.","Enables RAW converter presets. May reduce performance.":"Ενεργοποιεί τις προεπιλογές μετατροπέα RAW. Μπορεί να μειώσει την απόδοση.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Η ενεργοποίηση του ελέγχου ταυτότητας δύο παραγόντων σημαίνει ότι θα χρειαστείτε έναν τυχαία δημιουργημένο κωδικό επαλήθευσης για να συνδεθείτε, επομένως ακόμα κι αν κάποιος αποκτήσει πρόσβαση στον κωδικό πρόσβασής σας, δεν θα μπορεί να έχει πρόσβαση στον λογαριασμό σας.","Engine":"Μηχανισμός","Enter date":"Εισάγετε ημερομηνία","Enter dates":"Εισάγετε ημερομηνίες","Enter item name...":"Εισάγετε το όνομα του στοιχείου...","Enter the code generated by your authenticator app:":"Εισάγετε τον κωδικό που δημιουργεί η εφαρμογή ελέγχου ταυτότητας:","Enter verification code":"Εισάγετε τον κωδικό επαλήθευσης","Enter your password to confirm the action and continue:":"Εισαγάγετε τον κωδικό πρόσβασής σας για να επιβεβαιώσετε την ενέργεια και συνεχίστε:","Entity not found":"Η οντότητα δεν βρέθηκε","Error":"Σφάλμα","Errors":"Σφάλματα","Estimate":"Εκτίμηση","Estimate Locations":"Εκτιμώμενες τοποθεσίες","Estimate the approximate location of pictures without GPS coordinates.":"Εκτίμηση κατά προσέγγιση της τοποθεσίας των εικόνων χωρίς συντεταγμένες GPS.","Every two days":"Κάθε δύο ημέρες","Exclude hidden":"Εξαίρεση κρυφών","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Η εξαγωγή μεταδεδομένων με το ExifTool απαιτείται για πλήρη υποστήριξη βίντεο, ζωντανής φωτογραφίας και XMP.","Experimental Features":"Πειραματικές Λειτουργίες","Expires":"Λήξη","Exposure":"Έκθεση","Extract still images and generate thumbnails while indexing.":"Εξαγωγή στατικών εικόνων και δημιουργία μικρογραφιών κατά την ευρετηρίαση.","F Number":"Αριθμός F","Face":"Πρόσωπο","Face not found":"Το πρόσωπο δεν βρέθηκε","Faces":"Πρόσωπα","Failed creating file, please check permissions":"Απέτυχε η δημιουργία αρχείου, ελέγξτε τα δικαιώματα","Failed creating folder, please check permissions":"Απέτυχε η δημιουργία φακέλου, ελέγξτε τα δικαιώματα","Failed removing link":"Αποτυχία αφαίρεσης συνδέσμου","Failed to connect account.":"Απέτυχε η σύνδεση του λογαριασμού.","Failed to create zip file":"Απέτυχε η δημιουργία αρχείου zip","Failed to load users.":"Δεν κατέστη δυνατή η φόρτωση των χρηστών.","Failed to remove face marker":"Απέτυχε να αφαιρέσει τον δείκτη προσώπου","Failed to remove name":"Απέτυχε η αφαίρεση ονόματος","Failed to restart server":"Αποτυχία επανεκκίνησης του διακομιστή","Failed to save changes":"Αποτυχία αποθήκευσης αλλαγών","Failed to save face marker":"Απέτυχε να σώσει τον δείκτη προσώπου","Failed to save name":"Αποτυχία αποθήκευσης ονόματος","Failed updating link":"Αποτυχία ενημέρωσης συνδέσμου","Family Name":"Επίθετο","Fast":"Γρήγορο","Favorite":"Αγαπημένο","Favorites":"Αγαπημένα","Feature disabled":"Απενεργοποιημένη λειτουργία","Feature Request":"Αίτημα λειτουργικότητας","Female":"Γυναίκα","File":"Αρχείο","File Browser":"Πρόγραμμα περιήγησης αρχείων","File Conversion":"Μετατροπή Αρχείων","File deleted":"Το αρχείο διαγράφηκε","File Name":"Όνομα Αρχείου","File not found":"Το αρχείο δεν βρέθηκε","File removed from stack":"Αφαίρεση αρχείου από τη στοίβα","File Size":"Αρχείο","File too large":"Το αρχείο είναι πολύ μεγάλο","File uploaded":"Το αρχείο μεταφορτώθηκε","Filename":"Όνομα αρχείου","Files":"Αρχεία","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Αρχεία με διαδοχικά ονόματα όπως 'IMG_1234 (2)' και 'IMG_1234 (3)' ανήκουν στην ίδια εικόνα.","First page":"Πρώτη σελίδα","Focal Length":"Εστιακό Μήκος","Folder":"Φάκελος","Folder contains %{n} files":"Ο φάκελος περιέχει %{n} αρχεία","Folder is empty":"Ο φάκελος είναι άδειος","Folders":"Φάκελοι","Forgot password?":"Ξεχάσατε τον κωδικό πρόσβασης;","FPS":"FPS","Frames":"Πλαίσια","Full Access":"Πλήρης Πρόσβαση","Fullscreen":"Πλήρης Οθόνη","General":"Γενικά","Generate":"Παραγωγή","Generate Previews":"Δημιουργία προεπισκοπήσεων","Generated":"Παράχθηκε","Get Started":"Ξεκινήστε","Given Name":"Όνομα","Global Options":"Καθολικές Ρυθμίσεις","Go to page {0}":"Πηγαίνετε στη σελίδα {0}","Gold":"Χρυσό","Green":"Πράσινο","Grey":"Γκρι","Groups":"Ομάδες","Guest":"Επισκέπτης","Hash":"Ψηφιακή ταυτότητα","Help":"Βοήθεια","Help & Support":"Βοήθεια & Υποστήριξη","Hidden":"Με απόκρυψη","Hidden Files":"Κρυμμένα αρχεία","Hide":"Απόκρυψη","Hide Caption":"Απόκρυψη λεζάντας","Hide face markers":"Απόκρυψη δεικτών προσώπου","Hide private content from global views while keeping it accessible in the Private section.":"Απόκρυψη ιδιωτικών στοιχείων από τις γενικές προβολές, διατηρώντας τα όμως προσβάσιμα στην ενότητα Ιδιωτικά.","High":"Υψηλή","High Dynamic Range (HDR)":"Υψηλό δυναμικό εύρος (HDR)","Hybrid":"Υβριδικό","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Εάν χάσετε την πρόσβαση στην εφαρμογή ή τη συσκευή ελέγχου ταυτότητας, μπορείτε να χρησιμοποιήσετε τον κωδικό ανάκτησης για να ανακτήσετε την πρόσβαση στον λογαριασμό σας.","Image":"Εικόνα","Image Quality":"Ποιότητα Εικόνας","Import":"Εισαγωγή","Import canceled":"Η εισαγωγή ακυρώθηκε","Import completed in %d s":"Η εισαγωγή ολοκληρώθηκε σε %d s","Import failed":"Η εισαγωγή απέτυχε","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Τα εισαγόμενα αρχεία θα ταξινομούνται ανά ημερομηνία και θα λαμβάνουν ένα μοναδικό όνομα για να αποφεύγονται οι διπλές εγγραφές.","Importing %{s}…":"Εισαγωγή %{s}…","Importing files to originals…":"Εισαγωγή αρχείων στα πρωτότυπα…","in":"στο","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Σε περίπτωση που λείπουν οι εικόνες που περιμένατε, παρακαλούμε σαρώστε εκ νέου τη βιβλιοθήκη σας και περιμένετε μέχρι να ολοκληρωθεί η δημιουργία ευρετηρίου.","Include RAW image files when downloading stacks and archives.":"Συμπερίληψη αρχείων εικόνας RAW κατά τη λήψη στοίβων και αρχείων.","Include sidecar files when downloading stacks and archives.":"Συμπερίληψη αρχείων sidecar κατά τη λήψη στοίβων και αρχείων.","Increase storage size or delete files to continue.":"Αυξήστε τον αποθηκευτικό χώρο ή διαγράψτε αρχεία για να συνεχίσετε.","Index":"Ευρετήριο","Indexing":"Δημιουργία ευρετηρίου","Indexing canceled":"Η δημιουργία ευρετηρίου ακυρώθηκε","Indexing completed in %d s":"Η δημιουργία ευρετηρίου σε %d s","Indexing failed":"Αποτυχία δημιουργίας ευρετηρίου","Indexing files in %s":"Δημιουργία ευρετηρίου αρχείων σε %s","Indexing media and sidecar files…":"Δημιουργία ευρετηρίου μέσων και αρχείων sidecar…","Indexing originals...":"Δημιουργία ευρετηρίου για τα πρωτότυπα...","Information":"Πληροφορίες","Inherit":"Κληρονομώ","Instance":"Instance","Instance ID":"Αναγνωριστικό instance","Instance unreachable. Try again once it's back online.":"Δεν είναι δυνατή η πρόσβαση στο αντίγραφο. Δοκιμάστε ξανά όταν επανέλθει η σύνδεση.","Instances":"Instances","Insufficient storage":"Ανεπαρκής χώρος","Insufficient storage.":"Ανεπαρκής αποθήκευση.","Interval":"Διάστημα","Invalid":"Μη έγκυρο","Invalid address":"Μη έγκυρη διεύθυνση","Invalid country":"Μη έγκυρη χώρα","Invalid credentials":"Μη έγκυρα διαπιστευτήρια","Invalid date":"Μη έγκυρη ημερομηνία","Invalid link":"Μη έγκυρος σύνδεσμος","Invalid name":"Μη έγκυρο όνομα","Invalid parameters":"Μη έγκυρες παράμετροι","Invalid password, please try again":"Μη έγκυρος κωδικός πρόσβασης, δοκιμάστε ξανά","Invalid photo selected":"Επιλογή μη έγκυρης φωτογραφίας","Invalid time":"Μη έγκυρη ώρα","Invalid URL":"Μη έγκυρο URL","Invalid verification code, please try again":"Μη έγκυρος κωδικός επαλήθευσης, δοκιμάστε ξανά","IP Address":"Διεύθυνση IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Είναι ένας κωδικός μίας χρήσης που θα απενεργοποιήσει το 2FA για τον λογαριασμό σας όταν τον χρησιμοποιήσετε.","Item":"Στοιχείο","Items per page:":"Στοιχεία ανά σελίδα:","JPEG Quality: %{n}":"Ποιότητα JPEG: %{n}","JPEG Size Limit: %{n}px":"Όριο Μεγέθους JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Τα JPEG και οι μικρογραφίες αποδίδονται αυτόματα όπως απαιτείται.","Keyword":"Λέξη-κλειδί","Keywords":"Λέξεις-κλειδιά","Label":"Ετικέτα","Label not found":"Η ετικέτα δεν βρέθηκε","Label saved":"Η ετικέτα αποθηκεύτηκε","Labels":"Ετικέτες","Labels deleted":"Οι ετικέτες διαγράφηκαν","Language":"Γλώσσα","Last Active":"Τελευταία δραστηριότητα","Last Login":"Τελευταία Σύνδεση","Last page":"Τελευταία σελίδα","Last Sync":"Τελευταίος συγχρονισμός","Last Used":"Τελευταία χρήση","Latitude":"Γεωγραφικό πλάτος","LDAP/AD":"LDAP/AD","Learn more":"Μάθετε περισσότερα","Learn More":"Μάθετε περισσότερα","Legal Information":"Νομικές πληροφορίες","Lens":"Φακός","Lens not found":"Δεν βρέθηκε ο φακός","Library":"Βιβλιοθήκη","License":"Άδεια","Like":"Αγαπημένο","Lime":"Λεμονί","Limit reached, showing first %{n} files":"Ξεπεράστηκε το όριο, εμφάνιση των πρώτων %{n} αρχείων","Link":"Σύνδεσμος","List":"Λίστα","List View":"Προβολή σε Λίστα","Live":"Ζωντανό","Live Photos":"Ζωντανές Εικόνες","Load more":"Φόρτωση περισσότερων","Loading items...":"Φόρτωση στοιχείων...","Loading...":"Φόρτωση...","Local":"Τοπικό","Local Time":"Τοπική Ώρα","Location":"Τοποθεσία","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Τα μηνύματα καταγραφής εμφανίζονται εδώ κάθε φορά που το PhotoPrism συναντά προβληματικά αρχεία ή υπάρχουν άλλα πιθανά προβλήματα.","Login":"Σύνδεση","Logs":"Αρχεία καταγραφής","Longitude":"Γεωγραφικό μήκος","Lost server connection":"Απώλεια σύνδεσης διακομιστή","Low":"Χαμηλή","Magenta":"Ματζέντα","Main Color":"Κύριο χρώμα","Male":"Άνδρας","Manage Account":"Διαχείριση λογαριασμού","Manager":"Μάνατζερ","Manual":"Χειροκίνητο","Manual Upload":"Χειροκίνητη φόρτωση","Maps":"Χάρτες","Marker":"Δείκτης","Maximum number of accounts has been reached.":"Έχει ξεπεραστεί ο μέγιστος αριθμός λογαριασμών.","Media":"Μέσα","Medium":"Μεσαίο","Membership":"Ιδιότητα Μέλους","Merge %{a} with %{b}?":"Συγχώνευση %{a} με %{b}?","Message":"Μήνυμα","Metadata":"Μεταδεδομένα","Metrics":"Μετρήσεις","Minimize":"Ελαχιστοποίηση","Missing":"Απουασιάζει","Missing or invalid configuration":"Απουσιάζει ή είναι άκυρη η διαμόρφωση","mixed":"μικτή","Moments":"Στιγμές","Monochrome":"Μονοχρωμία","Month":"Μήνας","More options":"Περισσότερες επιλογές","Mosaic":"Ψηφιδωτό","Most Relevant":"Το πιο Σχετικό","Move Files":"Μετακίνηση Αρχείων","Moving files from %s":"Μετακίνηση αρχείων από %s","Must have at least %{n} characters.":"Πρέπει να έχει τουλάχιστον %{n} χαρακτήρες.","Mute":"Σίγαση","Name":"Όνομα","Name too long":"Το όνομα είναι πολύ μεγάλο","Never":"Ποτέ","New":"Νέο","New Password":"Νέος Κωδικός Πρόσβασης","Newest First":"Πρώτα τα πιο Πρόσφατα","Next":"Επόμενο","Next page":"Επόμενη σελίδα","Next visual":"Επόμενο οπτικό υλικό","No":"Όχι","No Access":"Δεν υπάρχει πρόσβαση","No albums assigned":"Δεν έχουν ανατεθεί άλμπουμ","No albums found":"Δεν βρέθηκαν άλμπουμ","No albums selected":"Δεν έχουν επιλεγεί συλλογές","No data available":"Δεν υπάρχουν δεδομένα","No files available for download":"Δεν υπάρχουν διαθέσιμα αρχεία για λήψη","No items selected":"Δεν έχουν επιλεγεί αντικείμενα","No labels assigned":"Δεν έχουν αποδοθεί ετικέτες","No labels found":"Δεν βρέθηκαν ετικέτες","No labels selected":"Δεν έχουν επιλεγεί ετικέτες","No matching records found":"Δεν βρέθηκαν ταιριαστές εγγραφές","No more":"Όχι άλλο","No people found":"Δεν βρέθηκαν άτομα","No pictures found":"Δεν βρέθηκαν εικόνες","No recently edited pictures":"Δεν υπάρχουν πρόσφατα επεξεργασμένες εικόνες","No registered instances.":"Δεν υπάρχουν καταχωρημένες εμφανίσεις.","No results":"Δεν υπάρχουν αποτελέσματα","No server connection":"Δεν υπάρχει σύνδεση διακομιστή","No servers configured.":"Δεν έχουν ρυθμιστεί διακομιστές.","No services configured.":"Δεν έχουν ρυθμιστεί υπηρεσίες.","No thanks":"Όχι ευχαριστώ","No users on this instance.":"Δεν υπάρχουν χρήστες σε αυτή την παρουσία.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Δεν υπάρχουν προειδοποιήσεις ή σφάλματα που περιέχουν αυτή τη λέξη-κλειδί. Σημειώστε ότι η αναζήτηση είναι ευαίσθητη σε κεφαλαία-πεζά.","Node":"Κόμβος","Nodes":"Κόμβοι","Non-photographic and low-quality images require a review before they appear in search results.":"Οι μη φωτογραφικές εικόνες και οι εικόνες χαμηλής ποιότητας απαιτούν επανεξέταση προτού εμφανιστούν στα αποτελέσματα αναζήτησης.","None":"Καθόλου","Not allowed":"Δεν επιτρέπεται","Not available in public mode":"Μη διαθέσιμο κατά τη δημόσια λειτουργία","Not available in read-only mode":"Μη διαθέσιμο στην κατάσταση \"μόνο ανάγνωση\"","Not found":"Δεν βρέθηκε","Not sorted.":"Δεν έχει ταξινομηθεί.","Not supported":"Δεν υποστηρίζεται","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, μπορούν να ρυθμιστούν ως απομακρυσμένη υπηρεσία για τη δημιουργία αντιγράφων ασφαλείας και το ανέβασμα αρχείων.","Notes":"Σημειώσεις","Nothing to see here yet.":"Δεν υπάρχει τίποτα να δείτε εδώ ακόμα. Κάντε υπομονή.","Nothing was found.":"Δεν βρέθηκε τίποτα.","Offline":"Εκτός σύνδεσης","OK":"OK","Oldest First":"Πρώτα τα πιο Παλιά","On Windows, enter the following resource in the connection dialog:":"Στα Windows, εισάγετε τον ακόλουθο πόρο στο παράθυρο διαλόγου σύνδεσης:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Η κατά παραγγελία δημιουργία μικρογραφιών μπορεί να προκαλέσει υψηλή χρήση της CPU και της μνήμης. Δεν συνιστάται για διακομιστές με περιορισμένους πόρους και συσκευές NAS.","Once a week":"Μία φορά την εβδομάδα","One album found":"Βρέθηκε ένα άλμπουμ","One entry added to %s":"Μία εγγραφή προστέθηκε στο %s","One entry removed from %s":"Μία καταχώρηση αφαιρέθηκε από %s","One file found":"Βρέθηκε ένα αρχείο","One file uploaded":"Ένα αρχείο ανεβάστηκε","One folder found":"Βρέθηκε ένας φάκελος","One label found":"Μια ετικέτα βρέθηκε","One person found":"Ένα άτομο βρέθηκε","One picture found":"Μια εικόνα βρέθηκε","Only locally managed accounts can be set up for authentication with 2FA.":"Μόνο οι τοπικά διαχειριζόμενοι λογαριασμοί μπορούν να ρυθμιστούν για έλεγχο ταυτότητας με το 2FA.","Open":"Άνοιγμα","optional":"προαιρετικό","or":"ή","Orange":"Πορτοκαλί","Organization":"Οργανισμός","Orientation":"Προσανατολισμός","Original file names will be stored and indexed.":"Τα πρωτότυπα ονόματα αρχείων θα αποθηκεύονται και θα ευρετηριάζονται.","Original Name":"Πρωτότυπο όνομα","Originals":"Πρωτότυπα","Originals folder is empty":"Ο φάκελος πρωτότυπων είναι άδειος","Other":"Άλλα","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Αποστολή μας είναι να παρέχουμε την πιο φιλική προς το χρήστη και την προστασία της ιδιωτικής ζωής λύση για να διατηρείτε τις φωτογραφίες σας οργανωμένες και προσβάσιμες.","Outdoor":"Υπαίθρια","Page {0}, Current page":"Σελίδα {0}, Τρέχουσα σελίδα","Pages":"Σελίδες","Pagination Navigation":"Πλοήγηση σελιδοποίησης","Panorama":"Πανόραμα","Panoramas":"Πανοράματα","Part of all selected photos":"Μέρος όλων των επιλεγμένων φωτογραφιών","Part of some selected photos":"Μέρος ορισμένων επιλεγμένων φωτογραφιών","Password":"Κωδικός πρόσβασης","Password changed":"Ο κωδικός πρόσβασης άλλαξε","Pause":"Παύση","Payment required":"Απαιτείται πληρωμή","People":"Άτομα","People you share a link with will be able to view public contents.":"Τα άτομα με τα οποία μοιράζεστε έναν σύνδεσμο θα μπορούν να βλέπουν το δημόσιο περιεχόμενο.","Permanently deleted":"Διαγράφηκε μόνιμα","Permission denied":"Δέν δόθηκε άδεια","Person":"Άτομο","Person cover updated":"Η εικόνα εξωφύλλου του ατόμου ενημερώθηκε","Person deleted":"Το άτομο διαγράφηκε","Person not found":"Το άτομο δεν βρέθηκε","Person saved":"Το άτομο αποθηκεύτηκε","Personal":"Προσωπικό","Photo":"Φωτογραφία","PhotoPrism is 100% self-funded and independent.":"Το PhotoPrism είναι 100% αυτοχρηματοδοτούμενο και ανεξάρτητο.","PhotoPrism+ Membership":"PhotoPrism+ Μέλος","Photos":"Φωτογραφίες","Picture":"Εικόνα","Picture Title":"Τίτλος εικόνας","Pink":"Ροζ","Pinned":"Επιλεγμένο","Place":"Τοποθεσία","Place & Time":"Τόποθεσία & Ώρα","Places":"Τοποθεσίες","Play":"Παίξε","Please confirm your new password.":"Επιβεβαιώστε τον νέο σας κωδικό πρόσβασης.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Αντιγράψτε τον ακόλουθο τυχαία δημιουργημένο κωδικό πρόσβασης εφαρμογής και διατηρήστε τον σε ασφαλές μέρος, καθώς δεν θα μπορείτε να τον δείτε ξανά:","Please do not upload any private, unlawful or offensive pictures.":"Μην ανεβάζετε προσωπικές, παράνομες ή προσβλητικές φωτογραφίες.","Please don't upload photos containing offensive content.":"Παρακαλούμε μην ανεβάζετε φωτογραφίες που περιέχουν προσβλητικό περιεχόμενο.","Please enter OTP character {0}":"Εισάγετε χαρακτήρα OTP {0}","Please log in to your account":"Συνδεθείτε στο λογαριασμό σας","Please note that changing your password will log you out on other devices and browsers.":"Λάβετε υπόψη ότι η αλλαγή του κωδικού πρόσβασής σας θα σας αποσυνδέσει από άλλες συσκευές και προγράμματα περιήγησης.","Please restart your instance for the changes to take effect.":"Επανεκκινήστε το instance σας για να τεθούν σε ισχύ οι αλλαγές.","Please wait…":"Περιμένετε…","PM":"ΜΜ","PNG Size Limit: %{n}px":"Όριο Μεγέθους PNG: %{n}px","Portal":"Πύλη","Portrait":"Πορτρέτο","Preserve filenames":"Διατήρηση ονομάτων αρχείων","Press enter to create a new album.":"Πιέστε enter για να δημιουργήσετε ένα νέο άλμπουμ.","Press enter to create new item":"Πατήστε enter για να δημιουργήσετε νέο στοιχείο","Prevent database and album backups as well as YAML sidecar files from being created.":"Αποτροπή της δημιουργίας αντιγράφων ασφαλείας της βάσης δεδομένων και των άλμπουμ, καθώς και των αρχείων YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Αποτροπή της πρόσβασης άλλων εφαρμογών στο PhotoPrism ως κοινόχρηστη μονάδα δίσκου δικτύου.","Preview":"Προεπισκόπηση","Preview Images":"Εικόνες Προεπισκόπισης","Previous":"Προηγούμενο","Previous page":"Προηγούμενη σελίδα","Previous visual":"Προηγούμενο οπτικό υλικό","Primary":"Κύριο","Private":"Ιδιωτικό","Processing upload...":"Επεξεργασία ανεβάσματος...","Product Feedback":"Σχόλια για το προϊόν","Projection":"Προβολή","Purple":"Μωβ","Quality Filter":"Φίλτρο Ποιότητας","Quality Score":"Σκορ Ποιότητας","Quota exceeded":"Υπέρβαση ορίου","Random":"Τυχαίο","Rating {0} of {1}":"Βαθμολογία {0} από {1}","Raw":"Raw","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Επαναδημιουργία ευρετηρίων για όλα τα πρωτότυπα, συμπεριλαμβανομένων των ήδη ευρετηριασμένων και των μη μεταβληθέντων αρχείων.","Read-Only Mode":"Λειτουργία Μόνο Ανάγνωσης","Recently Added":"Πρόσφατες Προσθήκες","Recently Archived":"Πρόσφατα αρχειοθετημένο","Recently Edited":"Πρόσφατη επεξεργασία","Recognition starts after indexing has been completed.":"Η αναγνώριση ξεκινά μετά την ολοκλήρωση της δημιουργίας ευρετηρίου.","Recognized":"Αναγνωρισμένα","Recovery Code":"Κωδικός ανάκτησης","Red":"Κόκκινο","Refresh":"Ανανέωση","Regions":"Περιοχές","Register":"Εγγραφή","Registration disabled":"Η εγγραφή απενεργοποιήθηκε","Reload":"Επαναφόρτωση","Reloading…":"Επαφόρτωση…","Remote Sync":"Απομακρυσμένος συγχρονισμός","Remove":"Αφαίρεση","remove failed: unknown album":"αποτυχία αφαίρεσης: άγνωστο άλμπουμ","Remove from Album":"Αφαιρέση από το άλμπουμ","Remove from all":"Αφαιρέστε από όλα τα","Remove from all selected photos":"Αφαίρεση από όλες τις επιλεγμένες φωτογραφίες","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Αφαίρεση των αρχείων που έχουν εισαχθεί για εξοικονόμηση αποθηκευτικού χώρου. Οι μη υποστηριζόμενοι τύποι αρχείων δεν διαγράφονται ποτέ, παραμένουν στην τρέχουσα θέση τους.","Remove the selected instance from the cluster registry?":"Αφαίρεση του επιλεγμένου instance από το μητρώο του cluster;","Removed":"Αφαιρέθηκε","Removed %{name}":"Διαγράφηκε το %{name}","Removed %d files and %d photos":"Αφαίρεση %d αρχείων και %d φωτογραφιών","Repeated":"Επανάληψη","Request failed - are you offline?":"Το αίτημα απέτυχε - είστε εκτός σύνδεσης;","Request failed - invalid response":"Το αίτημα απέτυχε - άκυρη απάντηση","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Απαιτείται η εξέταση μη φωτογραφικών και χαμηλής ποιότητας εικόνων πριν από την εμφάνισή τους στα αποτελέσματα αναζήτησης.","Resolution":"Ανάλυση","Restart":"Επανεκκίνηση","Restore":"Επαναφορά","Restored":"Αποκαταστάθηκε","Retry Limit":"Όριο επανάληψης","Retype Password":"Επαναλάβετε τον κωδικό πρόσβασης","Review":"Ανασκόπηση","Role":"Ρόλος","Roles":"Ρόλοι","Rotated":"Εναλλαγή","Rows per page:":"Σειρές ανά σελίδα:","Satellite":"Δορυφόρος","Save":"Αποθήκευση","Save changes":"Αποθήκευση αλλαγών","Scan":"Σάρωση","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Σαρώστε τον κωδικό QR με την εφαρμογή ελέγχου ταυτότητας ή χρησιμοποιήστε το κλειδί ρύθμισης που φαίνεται παρακάτω και, στη συνέχεια, εισαγάγετε τον κωδικό επαλήθευσης που δημιουργήθηκε:","Scans":"Σαρώσεις","Scope":"Πεδίο εφαρμογής","Scopes":"Πεδία","Search":"Αναζήτηση","Season":"Περίοδος","Secret":"Κωδικός","Security and Access":"Ασφάλεια και Πρόσβαση","Select":"Επιλογή","Select a source folder to import files…":"Επιλογή φακέλου προέλευσης για την εισαγωγή αρχείων…","Select date":"Επιλογή ημερομηνίας","Select dates":"Επιλογή ημερομηνιών","Select or create albums":"Επιλογή ή δημιουργία άλμπουμ","Select or create labels":"Επιλογή ή δημιουργία ετικετών","Select or drop files to upload…":"Επιλέξτε ή αφήστε αρχεία για να τα ανεβάσετε…","Select the files to upload…":"Επιλογή αρχείων για ανέβασμα…","Select the folder to be indexed…":"Επιλογή φακέλου προς ευρετηρίαση…","Select Time":"Επιλογή ώρας","Selection":"Επιλογή","Selection added to %s":"Η επιλογή προστέθηκε στο %s","Selection approved":"Η επιλογή εγκρίθηκε","Selection archived":"Η επιλογή αρχειοθετήθηκε","Selection marked as private":"Η επιλογή μαρκαρίστηκε ως ιδιωτική","Selection not found":"Η επιλογή δεν βρέθηκε","Selection restored":"Η επιλογή αποκαταστάθηκε","Sequential Name":"Διαδοχικό Όνομα","Service":"Υπηρεσία","Service URL":"URL υπηρεσίας","Services":"Υπηρεσίες","Session":"Συνεδρία","Session ID":"Αναγνωριστικό συνεδρίας","Sessions":"Συνεδρίες","Set as Album Cover":"Ορισμός ως Εξώφυλλο Άλμπουμ","Set as Cover Image":"Ορισμός ως εικόνα εξωφύλλου","Settings":"Ρυθμίσεις","Settings saved":"Οι ρυθμίσεις αποθηκεύτηκαν","Setup":"Ρύθμιση","Severity":"Σοβαρότητα","Share":"Διαμοιρασμός","Share %{s}":"Μοιραστείτε το %{s}","Show":"Εμφάνιση","Show All Labels":"Εμφάνιση όλων των ετικετών","Show all new faces":"Εμφάνιση όλων των νέων προσώπων","Show Caption":"Εμφάνιση λεζάντας","Show Captions":"Εμφάνιση Λεζάντων","Show face markers":"Εμφάνιση δεικτών προσώπου","Show hidden":"Εμφάνιση κρυφών","Show Important Only":"Εμφάνιση μόνο σημαντικών","Show logs in the web interface to monitor activity and troubleshoot problems.":"Εμφάνιση αρχείων καταγραφής στο περιβάλλον εργασίας web για την παρακολούθηση της δραστηριότητας και την αντιμετώπιση προβλημάτων.","Show smart albums that group pictures by occasion, trip, or location.":"Προβολή έξυπνων άλμπουμ που ομαδοποιούν φωτογραφίες ανά περίσταση, ταξίδι ή τοποθεσία.","Show the Account page so users can manage their profile and security settings.":"Εμφάνιση της σελίδας Λογαριασμός, ώστε οι χρήστες να μπορούν να διαχειρίζονται το προφίλ και τις ρυθμίσεις ασφαλείας τους.","Show the Calendar view to browse the library by year and month.":"Εμφανίστε την προβολή Ημερολόγιο για να περιηγηθείτε στη βιβλιοθήκη ανά έτος και μήνα.","Show the Labels section to view and manage AI-generated labels.":"Εμφανίστε την ενότητα Ετικέτες για να προβάλετε και να διαχειριστείτε τις ετικέτες που δημιουργούνται με τεχνητή νοημοσύνη.","Show the Library section to index, manage, and monitor the media library.":"Εμφάνιση της ενότητας Βιβλιοθήκη για την ευρετηρίαση, διαχείριση και παρακολούθηση της βιβλιοθήκης πολυμέσων.","Show the Places view with interactive maps so you can browse photos by location.":"Εμφάνιση της προβολής Τοποθεσίες με διαδραστικούς χάρτες, ώστε να μπορείτε να περιηγηθείτε στις φωτογραφίες ανά τοποθεσία.","Show Titles":"Εμφάνιση Τίτλων","Sidecar":"Sidecar","Sidecar Files":"Αρχεία Sidecar","Sign in":"Σύνδεση","Sign Out":"Αποσύνδεση","Similar":"Παρόμοια","Site URL":"URL ιστότοπου","Size":"Μέγεθος","Slideshow":"Παρουσίαση","Slow":"Αργό","Software":"Λογισμικό","Software Update":"Ενημέρωση λογισμικού","Some albums could not be copied":"Ορισμένα άλμπουμ δεν ήταν δυνατό να αντιγραφούν","Some albums could not be created. Please edit the names and try again.":"Ορισμένα άλμπουμ δεν ήταν δυνατόνα δημιουργηθούν. Παρακαλούμε επεξεργαστείτε τα ονόματα και δοκιμάστε ξανά.","Some albums could not be updated":"Ορισμένα άλμπουμ δεν ήταν δυνατό να ενημερωθούν","Something went wrong, try again":"Κάτι πήγε στραβά, δοκιμάστε ξανά","Sort by":"Ταξινόμηση κατά","Sort by Name (A–Z)":"Ταξινόμηση αλφαβητικά (A-Z)","Sort by Photo Count":"Ταξινόμηση ανά αριθμό φωτογραφιών","Sort by Relevance":"Ταξινόμηση κατά συνάφεια","Sort Order":"Σειρά ταξινόμησης","Sorted ascending.":"Ταξινόμηση κατά αύξουσα σειρά.","Sorted descending.":"Ταξινόμηση κατά φθίνουσα σειρά.","Source":"Πηγή","Stack":"Στοίβα","Stack files sharing the same unique image or instance identifier.":"Αρχεία στοίβας που μοιράζονται το ίδιο μοναδικό αναγνωριστικό εικόνας ή instance.","Stack pictures taken at the exact same time and location based on their metadata.":"Στοίβασμα φωτογραφιών που τραβήχτηκαν ακριβώς την ίδια ώρα και στην ίδια τοποθεσία με βάση τα μεταδεδομένα τους.","Stackable":"Στοιβαζόμενο","Stacks":"Στοίβες","Start":"Έναρξη","Start Page":"Σελίδα έναρξης","Static Size Limit: %{n}px":"Όριο Στατικού Μεγέθους: %{n}px","Status":"Κατάσταση","Stay signed in on this device":"Μείνετε συνδεδεμένοι σε αυτή τη συσκευή","Stop Casting":"Διακοπή χύτευσης","Storage":"Αποθήκευση","Streets":"Δρόμοι","Subject":"Θέμα","Subject deleted":"Το θέμα διαγράφηκε","Subject not found":"Το θέμα δεν βρέθηκε","Subject saved":"Το θέμα αποθηκεύθηκε","Successfully activated":"Επιτυχής ενεργοποίηση","Successfully Connected":"Επιτυχής σύνδεση","Successfully deleted":"Επιτυχής διαγραφή","Successfully verified":"Επιτυχής επαλήθευση","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Η υποστήριξη για πρόσθετες υπηρεσίες, όπως το Google Drive, θα προστεθεί με την πάροδο του χρόνου.","Support Our Mission":"Υποστηρίξτε την αποστολή μας","Sync":"Συγχρονισμός","Sync raw and video files":"Συγχρονισμός αρχείων raw και βίντεο","Taken":"Λήψη","Teal":"Γαλαζοπράσινο","Terrain":"Ανάγλυφο","Text":"Κείμενο","Thank You for Your Support!":"Ευχαριστούμε για την υποστήριξή σας!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Γι' αυτό το λόγο το PhotoPrism δημιουργήθηκε από την αρχή για να λειτουργεί όπου το χρειάζεστε, χωρίς να διακυβεύεται η ελευθερία, η ιδιωτικότητα ή η λειτουργικότητα.","The index currently contains %{n} hidden files.":"Το ευρετήριο περιέχει επί του παρόντος %{n} κρυμμένα αρχεία.","The instance rejected the cluster credentials.":"Η υπηρεσία απέρριψε τα διαπιστευτήρια του συμπλέγματος.","The instance returned an unexpected redirect.":"Η εφαρμογή επέστρεψε μια απροσδόκητη ανακατεύθυνση.","The wakeup interval is %s, but must be 1h or less":"Το διάστημα αφύπνισης είναι %s, αλλά πρέπει να είναι 1 ώρα ή λιγότερο","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Μπορεί να μην υποστηρίζεται η μορφή τους, να μην έχουν μετατραπεί ακόμη σε JPEG ή να υπάρχουν αντίγραφα.","Theme":"Θέμα","This account is missing an ID and can't be edited.":"Αυτός ο λογαριασμός δεν διαθέτει αναγνωριστικό και δεν μπορεί να τροποποιηθεί.","This field is required":"Το πεδίο αυτό είναι υποχρεωτικό","This instance has no site URL configured.":"Σε αυτή την παρουσία δεν έχει ρυθμιστεί διεύθυνση URL ιστότοπου.","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.":"Αυτό προσαρτά το φάκελο πρωτοτύπων ως μονάδα δίσκου δικτύου και σας επιτρέπει να ανοίγετε, να επεξεργάζεστε και να διαγράφετε αρχεία από τον υπολογιστή ή το smartphone σας σαν να ήταν τοπικά.","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. ":"Αυτό προσαρτά το φάκελο πρωτοτύπων ως μονάδα δίσκου δικτύου και σας επιτρέπει να ανοίγετε, να επεξεργάζεστε και να διαγράφετε αρχεία από τον υπολογιστή ή το smartphone σας σαν να ήταν τοπικά. ","Time":"Χρόνος","Time UTC":"Ώρα UTC","Time Zone":"Ζώνη Ώρας","Timeout":"Χρονικό όριο","Title":{"":"Τίτλος","Account":"Τίτλος","Photo":"Τίτλος"},"Title / Position":"Τίτλος / Θέση","to":"στο","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Για να αποφύγετε τον αποκλεισμό του λογαριασμού σας, κάντε λήψη, εκτυπώστε ή αντιγράψτε αυτόν τον κωδικό ανάκτησης τώρα και φυλάξτε τον σε ασφαλές μέρος.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Για να δημιουργήσετε έναν νέο κωδικό πρόσβασης για συγκεκριμένη εφαρμογή, εισαγάγετε το όνομα και το εύρος εξουσιοδότησης της εφαρμογής και επιλέξτε μια ημερομηνία λήξης:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Για να μεταβείτε σε μια νέα εφαρμογή ή συσκευή ελέγχου ταυτότητας, πρώτα απενεργοποιήστε τον έλεγχο ταυτότητας δύο παραγόντων και, στη συνέχεια, ενεργοποιήστε τον ξανά:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Για να αναβαθμίσετε, μπορείτε είτε να εισαγάγετε έναν κωδικό ενεργοποίησης είτε να κάνετε κλικ στο κουμπί \"Εγγραφή\" για να εγγραφείτε στην ιστοσελίδα μας:","Today":"Σήμερα","Toggle View":"Εναλλαγή Προβολής","Token":"Token","Too many files selected":"Έχουν επιλεγεί πάρα πολλά αρχεία","Too many requests":"Πάρα πολλά αιτήματα","Troubleshooting":"Αντιμετώπιση προβλημάτων","Try again using other filters or keywords.":"Δοκιμάστε ξανά χρησιμοποιώντας άλλα φίλτρα ή λέξεις-κλειδιά.","Two-factor authentication has been enabled for your account.":"Ο έλεγχος ταυτότητας δύο παραγόντων έχει ενεργοποιηθεί για τον λογαριασμό σας.","Type":"Τύπος","Unable to delete":"Αδυναμία διαγραφής","Unable to do that":"Αυτό δεν είναι εφικτό","Unassign":"Ακυρώστε την ανάθεση","Unauthorized":"Απουσία εξουσιοδότησης","Undo":"Αναίρεση","Unique ID":"Μοναδικό αναγνωριστικό","Unknown":"Άγνωστο","Unknown location":"Άγνωστη τοποθεσία","Unregistered":"Μη εγγεγραμμένο","Unsorted":"Χωρίς ταξινόμηση","Unstack":"Αποστοιβασμός","Unsupported":"Δεν υποστηρίζεται","Unsupported format":"Μη υποστηριζόμενος μορφότυπος","Unsupported type":"Μη υποστηριζόμενος τύπος","Updated":"Ενημερωμένο","Updating faces":"Ενημέρωση προσώπων","Updating index":"Ενημέρωση ευρετηρίου","Updating moments":"Ενημέρωση στιγμών","Updating picture…":"Ενημέρωση εικόνας…","Updating previews":"Ενημέρωση προεπισκοπήσεων","Updating stacks":"Ενημέρωση στοιβών","Upgrade":"Αναβάθμιση","Upgrade Now":"Αναβάθμιση τώρα","Upload":"Ανέβασμα","Upload complete":"Ανέβασμα ολοκληρωμένο","Upload complete. Indexing…":"Το ανέβασμα ολοκληρώθηκε. Δημιουργία ευρετηρίου…","Upload failed":"Αποτυχία ανεβάσματος","Upload has been processed":"Το ανέβασμα έχει ολοκληρωθεί","Upload local files":"Ανέβασμα τοπικών αρχείων","Upload might be offensive":"Το ανέβασμα μπορεί να είναι προσβλητικό","Upload Path":"Διαδρομή φόρτωσης","Uploading %{n} of %{t}…":"Ανέβασμα %{n} από %{t}…","Uploading photos…":"Ανέβασμα φωτογραφιών…","Uploading…":"Επαναγέμισμα…","Uploads that may contain such images will be rejected automatically.":"Ανεβάσματα που ενδέχεται να περιέχουν τέτοιες εικόνες θα απορρίπτονται αυτόματα.","URL":"URL","Use Presets":"Χρήση Προεπιλογών","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Χρησιμοποιήστε τον ακόλουθο κωδικό ανάκτησης για να αποκτήσετε πρόσβαση στον λογαριασμό σας όταν δεν μπορείτε να δημιουργήσετε έναν έγκυρο κωδικό επαλήθευσης με την εφαρμογή ελέγχου ταυτότητας:","Use your recovery code or contact an administrator for help.":"Χρησιμοποιήστε τον κωδικό ανάκτησης ή επικοινωνήστε με έναν διαχειριστή για βοήθεια.","User":"Χρήστης","User Guide":"Οδηγός χρήσης","User Interface":"Διεπαφή χρήστη","User not found":"Ο χρήστης δεν βρέθηκε","Username":"Όνομα Χρήστη","Users":"Χρήστες","UUID":"UUID","Vector":"Διάνυσμα","Vectors":"Διανύσματα","Verification Code":"Κωδικός επαλήθευσης","Verified email required":"Απαιτείται επαληθευμένο email","Version":"Έκδοση","Video":"Βίντεο","Video Duration":"Διάρκεια Βίντεο","Videos":"Βίντεο","View":"Προβολή","View search results as a list.":"Προβολή των αποτελεσμάτων της αναζήτησης σε μορφή λίστας.","Viewer":"Θεατής","Vision":"Θέαση","Visitor":"Επισκέπτης","Visual Similarity":"Ομαδοποίηση με βάση την ομοιότητα","Warning":"Προειδοποίηση","Web Login":"Σύνδεση μέσω Web","WebDAV":"WebDAV","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 Explorer της Microsoft ή το Finder της Apple, μπορούν να συνδεθούν απευθείας στο PhotoPrism. ","WebDAV Upload":"Ανέβασμα WebDAV","WebGL support is disabled in your browser":"Η υποστήριξη WebGL είναι απενεργοποιημένη στο πρόγραμμα περιήγησής σας","Website":"Ιστοσελίδα","White":"Λευκό","Work Details":"Λεπτομέρειες","Year":"Έτος","Yellow":"Κίτρινο","Yes":"Ναι","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Μπορείτε να επικοινωνήσετε μαζί μας στο membership@photoprism.app για ερωτήσεις σχετικά με τη συνδρομή σας.","You can only download one album":"Μπορείτε να κατεβάσετε μόνο ένα άλμπουμ","You can only download one label":"Μπορείτε να κατεβάσετε μόνο μία ετικέτα","You can search for a location or move the marker on the map to change the position:":"Μπορείτε να αναζητήσετε μια τοποθεσία ή να μετακινήσετε το δείκτη στο χάρτη για να αλλάξετε τη θέση:","You can upload up to %{n} files for test purposes.":"Μπορείτε να ανεβάσετε έως και %{n} αρχεία για δοκιμαστικούς σκοπούς.","You cannot change your own role.":"Δεν μπορείτε να αλλάξετε τον ρόλο σας.","You do not have access to any instances.":"Δεν έχετε πρόσβαση σε καμία παρουσία.","You may only select one item":"Μπορείτε να επιλέξετε μόνο ένα στοιχείο","You may rescan your library to find additional faces.":"Μπορείτε να σαρώσετε εκ νέου τη βιβλιοθήκη σας για να βρείτε επιπλέον πρόσωπα.","Your account could not be connected":"Ο λογαριασμός σας δεν ήταν δυνατό να συνδεθεί","Your account has been successfully connected.":"Ο λογαριασμός σας έχει συνδεθεί επιτυχώς.","Your browser does not support WebGL":"Το πρόγραμμα περιήγησής σας δεν υποστηρίζει WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Η συνεχής υποστήριξή σας μας βοηθά να παρέχουμε τακτικές ενημερώσεις και υπηρεσίες όπως οι παγκόσμιοι χάρτες.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Η βιβλιοθήκη σας αναλύεται συνεχώς για να δημιουργούνται αυτόματα άλμουμ με ιδιαίτερες στιγμές, ταξίδια και τοποθεσίες.","Zip created in %d s":"Το αρχείο zip δημιουργήθηκε σε %d s","Zoom in/out":"Μεγέθυνση/σμίκρυνση","Archive":{"Noun":"Αρχείο","Verb":"Αρχείο"},"Add a Title":{"Photo":"Προσθήκη τίτλου"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/es.json b/frontend/src/locales/json/es.json index 02ddc9959..23ab8d4c6 100644 --- a/frontend/src/locales/json/es.json +++ b/frontend/src/locales/json/es.json @@ -1 +1 @@ -{"es":{"{0} appended action":"{0} acción añadida","{0} files":"{0} archivos","{0} files ({1} in total)":"{0} archivos ({1} en total)","{0} more":"{0} más","{0} prepended action":"{0} acción añadida","{0} selected":"{0} seleccionado","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"%{n} álbumes encontrados","%{n} files uploaded":"%{n} archivos subidos","%{n} folders found":"%{n} carpetas encontradas","%{n} GB of %{q} GB used":"%{n} GB de %{q} GB utilizados","%{n} labels found":"%{n} etiquetas encontradas","%{n} people found":"%{n} personas encontradas","%{n} pictures found":"%{n} fotos encontradas","%{s} is too long":"%{s} es demasiado largo","%{s} is too short":"%{s} es demasiado corto","%d entries added to %s":"%d entradas añadidas a %s","%d entries removed from %s":"%d entradas eliminadas de %s","%d files uploaded in %d s":"%d archivos subidos en %d","%s already exists":"%s ya existe","%s has been restored":"%s ha sido restaurado","1 hour":"1 hora","12 hours":"12 horas","2-Factor Authentication":"Autenticación de 2 factores","2FA":"2FA","4 hours":"4 horas","A click will copy it to your clipboard.":"Un clic lo copiará al portapapeles.","A new version of %{s} is available:":"Hay disponible una nueva versión de %{s}:","About":"Acerca de","Access granted.":"Acceso concedido.","Access revoked.":"Acceso denegado.","Access Token":"Ficha de acceso","Account":"Cuenta","Account created":"Cuenta creada","Account deleted":"Cuenta borrada","Account Group Mappings":"Asignaciones de grupos de cuentas","Account not found":"Cuenta no encontrada","Account restored":"Cuenta restablecida","Account saved":"Cuenta guardada","Accounts":"Cuentas","Accuracy":"Precisión","Action":"Acción","Actions":"Acciones","Activate":"Activar","Activate to remove sorting.":"Activar para eliminar la clasificación.","Activate to sort ascending.":"Activar para ordenar de forma ascendente.","Activate to sort descending.":"Activar para ordenar descendentemente.","Activation Code":"Código de activación","Activity":"Actividad","Add":"Añadir","Add %{s}?":"¿Añadir %{s}?","Add a Caption":"Añade un pie de foto","Add Account":"Añadir cuenta","Add Album":"Añadir álbum","Add Link":"Añadir enlace","Add Notes":"Añadir notas","Add person?":"¿Añadir persona?","Add pictures from search results by selecting them.":"Añade imágenes desde los resultados de búsqueda, seleccionándolas.","Add to album":"Añadir al álbum","Add to all":"Añadir a todos","Add to all selected photos":"Añadir a todas las fotos seleccionadas","Added":"Añadido","Added %{name}":"Se ha añadido %{name}","Adjust Camera Info":"Ajustar la información de la cámara","Adjust Date & Time":"Ajustar fecha y hora","Adjust Location":"Ajustar la ubicación","Admin":"Admin","Advanced":"Avanzado","Advertise URL":"Anunciar URL","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 entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Después de introducir tu contraseña para confirmarla, puedes configurar la autenticación de dos factores con una aplicación o dispositivo autenticador compatible:","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 %s deleted":"Álbum %s borrado","Album Backups":"Copias de seguridad de álbumes","Album contents cloned":"Contenidos del álbum clonados","Album created":"Álbum creado","Album deleted":"Álbum borrado","Album not found":"Álbum no encontrado","Album saved":"Álbum guardado","Albums":"Álbumes","Albums deleted":"Álbumes borrados","All":"Todos","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Permite la configuración y el uso de apps y servicios conectados para cargas y sincronización remotas.","Allow editing of metadata such as title, description, date, and location.":"Permitir la edición de metadatos como título, descripción, fecha y ubicación.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permite editar los metadatos, etiquetas y álbumes de varias fotos a la vez.","Allow files to be copied or moved from the Import to the Originals folder.":"Activa la herramienta Importar para copiar o mover archivos de la carpeta Importar a Originales.","Allow files to be permanently deleted to free up storage space.":"Permite borrar archivos permanentemente para liberar espacio de almacenamiento.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permite a los usuarios archivar fotos y vídeos para que queden ocultos sin ser eliminados.","Allow users to create and share links, and enable sharing with connected services.":"Permite a los usuarios crear y compartir enlaces, y permite compartir con servicios conectados.","Allow users to upload new photos and videos through the web interface.":"Permite a los usuarios subir nuevas fotos y vídeos a través de la interfaz web.","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)","AM":"AM","Animated":"Animado","Animation":"Animación","Animations":"Animaciones","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","Application":"Aplicación","Applications":"Aplicaciones","Approve":"Aprobar","Approve and save changes":"Aprobar y guardar los cambios","Apps and Devices":"Aplicaciones y dispositivos","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?":"¿Seguro que desea 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 delete this album?":"¿Estás seguro de que quieres borrar este álbum?","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?":"¿Seguro que desea eliminar este fichero permanentemente?","Are you sure?":"¿Estás seguro?","Artist":"Artista","Aspect Ratio":"Relación de aspecto","Attributes":"Atributos","Audio":"Audio","Audit Log":"Audio","Authentication":"Autenticación","Auto":"Auto","Back":"Volver","Back to top":"Volver arriba","Backup":"Copia de seguridad","Badge":"Placa","Base Path":"Ruta base","Batch":"Lote","Batch Edit":"Edición por lotes","Become a member today, support our mission and enjoy our member benefits!":"Hágase socio hoy mismo, apoye nuestra misión y disfrute de nuestras ventajas.","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Al ser 100% autofinanciados e independientes, podemos prometerte que nunca venderemos tus datos y que siempre seremos transparentes sobre nuestro software y servicios.","Bio":"Biografía","Birth Date":"Fecha de nacimiento","Black":"Negro","Blue":"Azul","Brown":"Marrón","Browse":"Visite","Browse Files":"Examinar archivos","Browse Pictures":"Ver fotos","Bug Report":"Informe de errores","Busy, please try again later":"Ocupado, por favor vuelva a intentarlo más tarde","Busy, please wait…":"Ocupado, por favor espera…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Al utilizar el software y los servicios que ofrecemos, usted acepta nuestras condiciones de servicio, política de privacidad y código de conducta.","Calendar":"Calendario","Camera":"Cámara","Camera not found":"No se encuentra la cámara","Camera Serial":"Serial de cámara","Can't access your authenticator app or device?":"¿No puedes acceder a tu aplicación o dispositivo autenticador?","Can't load more, limit reached":"No se puede cargar más, límite alcanzado","Can't select more items":"No puedes seleccionar más elementos","Cancel":"Cancelar","Cannot copy to clipboard":"No se puede copiar al portapapeles","Caption":"Leyenda","Cards":"Tarjetas","Carousel slide {0} of {1}":"Carrusel diapositiva {0} de {1}","Cast":"Reparto","Category":"Categoría","Change Avatar":"Cambiar la imagen de perfil","Change Password":"Cambiar la contraseña","Change private flag":"Cambiar indicador de privado","Changes could not be saved":"No se pudieron guardar los cambios","Changes successfully saved":"Cambios guardados con éxito","Changes to the advanced settings require a restart to take effect.":"Los cambios en la configuración avanzada requieren un reinicio para que surtan efecto.","Checked":"Revisado","Choose an instance to continue:":"Elige una instancia para continuar:","Chroma":"Croma","Cleaning index and cache":"Limpieza de índice y caché","Cleanup":"Limpieza","Clear":"Claro","Clear {0}":"Borrar {0}","Client":"Cliente","Close":"Cerrar","Cluster":"Grupo","Cluster Admin":"Administrador del clúster","Cluster Node":"Nodo del clúster","Codec":"Códec","Color":"Color","Color Profile":"Perfil de color","Colors":"Colores","Compare Editions":"Comparar ediciones","Complete Rescan":"Reescaneo completo","Confidence":"Confianza","Confirm":"Confirma","Connect":"Conectar","Connect via WebDAV":"Conectar através de WebDAV","Connected":"Conectado","Contact Details":"Datos de contacto","Contact Us":"Contáctenos","Contains %{n} pictures.":"Contiene %{n} imágenes.","Contains one picture.":"Contiene una imagen.","Content":{"":"Contenido","Edit":"Contenido"},"Continue":"Continúa en","Contributor":"Colaborador","Converting":"Conversión","Copied to clipboard":"Copiado al portapapeles","Copy":"Copiar","Copying files from %s":"Copiando archivos desde %s","Copyright":"Copyright","Could not be deleted":"No se pudo borrar","Could not connect, please try again":"No se pudo conectar, por favor vuelva a intentarlo","Could not update person cover":"No se pudo actualizar la cobertura de persona","Couldn't find anything.":"No se ha encontrado nada.","Country":"País","Create Account":"Crear Cuenta","Create album":"Crear álbum","Create regular backups based on the configured schedule.":"Crea copias de seguridad de los índices según la programación configurada.","Create YAML files to back up album metadata.":"Crea archivos YAML para hacer copias de seguridad de los metadatos de los álbumes.","Create YAML sidecar files to back up picture metadata.":"Crea archivos sidecar YAML para hacer copias de seguridad de los metadatos de las imágenes.","Created":"Creado","Creating thumbnails for":"Creando miniaturas para","Current Password":"Contraseña actual","Custom":"Personalizado","Cyan":"Cían","Daily":"Diariamente","Database":"Base de datos","Database Backups":"Copias de seguridad de la base de datos","Databases":"Bases de datos","Date & Time":"Fecha y hora","Day":"Día","Deactivate":"Desactiva","Debug Logs":"Registros de depuración","Default":"Por defecto","Default Folder":"Carpeta por Defecto","Delete":"Borrar","Delete Album":"Eliminar Álbum","Delete All":"Borrar todo","Delete all?":"¿Borrar todo?","Delete orphaned index entries, sidecar files and thumbnails.":"Eliminar entradas de índice, archivos sidecar y miniaturas huérfanos.","deleted":"suprimido","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 all face detection and recognition features.":"Desactiva todas las funciones de detección y reconocimiento facial.","Disable Backups":"Última copia de seguridad","Disable Darktable":"Desactivar Darktable","Disable ExifTool":"Desactivar ExifTool","Disable Faces":"Desactivar caras","Disable features that require write permission for the originals folder.":"Desactiva las funciones que requieran permiso de escritura para la carpeta de originales.","Disable FFmpeg":"Desactivar FFmpeg","Disable ImageMagick":"Desactivar ImageMagick","Disable interactive world maps and reverse geocoding.":"Desactiva los mapamundis interactivos y la geocodificación inversa.","Disable MCP":"Desactivar MCP","Disable Places":"Desactivar Lugares","Disable RawTherapee":"Desactivar RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Desactiva el punto final de la API del Protocolo de Contexto de Modelo (MCP) para las integraciones de agentes de IA.","Disable Vectors":"Desactivar vectores","Disable WebDAV":"Desactivar WebDAV","Disabled":"Deshabilitado","Disables vector graphics support.":"Desactiva el soporte de gráficos vectoriales.","Disables video transcoding and thumbnail extraction.":"Desactiva la transcodificación de vídeo y la extracción de miniaturas.","Discard":"Descartar","Discard changes and close":"Descarta los cambios y cierra","Discard invalid changes?":"¿Descartar los cambios no válidos?","Discard unsaved changes?":"¿Descartar los cambios no guardados?","Discover":"Descubrir","Dismiss":"Desestimar","Display Name":"Nombre para mostrar","Display picture captions in search results.":"Mostrar pies de foto en los resultados de búsqueda.","Display picture titles in search results.":"Mostrar los títulos de las imágenes en los resultados de búsqueda.","Document":"Documento","Documents":"Documentos","Don't use Darktable to convert RAW images.":"No utilices Darktable para convertir imágenes RAW.","Don't use ImageMagick to convert images.":"No utilice ImageMagick para convertir imágenes.","Don't use RawTherapee to convert RAW images.":"No utilices RawTherapee para convertir imágenes RAW.","Done":"Hecho","Done.":"Hecho.","Download":"Descargar","Download only original media files, without any automatically generated files.":"Descargue sólo archivos multimedia originales, sin archivos generados automáticamente.","Download remote files":"Descargar archivos remotos","Downloading…":"Descargando…","Drag and drop files here":"Arrastra y suelta los archivos aquí","Driver":"Conductor","Duplicates will be skipped and only appear once.":"Los duplicados se saltarán y sólo aparecerán una vez.","Duration":"Duración","Dynamic Previews":"Previsualizaciones dinámicas","Dynamic Size Limit: %{n}px":"Límite de tamaño dinámico: %{n}px","Edit":"Editar","Edit %{s}":"Editar %{s}","Edit Account":"Editar Cuenta","Edit Photo":"Editar Foto","Edit Photos (%{n})":"Editar fotos (%{n})","Edited":"Editado","Email":"Correo electrónico","Enable debug mode to display additional logs and help with troubleshooting.":"Activa el modo de depuración para mostrar registros adicionales y ayudar en la resolución de problemas.","Enable downloading of original and sidecar files from the web interface.":"Habilita la descarga de archivos originales y sidecar desde la interfaz web.","Enable face recognition and the People view to easily find people you know.":"Activa el reconocimiento facial y la vista Personas para encontrar fácilmente a las personas que conoces.","Enable new features that may be incomplete or unstable.":"Habilitar nuevas funciones que pueden estar incompletas o ser inestables.","Enable the file browser to navigate the Originals folder structure.":"Activa el explorador de archivos para navegar por la estructura de carpetas de Originales.","Enables RAW converter presets. May reduce performance.":"Activa los preajustes del convertidor RAW. Puede reducir el rendimiento.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Activar la autenticación de dos factores significa que necesitarás un código de verificación generado aleatoriamente para iniciar sesión, de modo que aunque alguien acceda a tu contraseña, no podrá acceder a tu cuenta.","Engine":"Motor","Enter date":"Introduce la fecha","Enter dates":"Introduce las fechas","Enter item name...":"Introduce el nombre del elemento...","Enter the code generated by your authenticator app:":"Introduce el código generado por tu aplicación de autenticación:","Enter verification code":"Ingrese el código de verificación","Enter your password to confirm the action and continue:":"Introduce tu contraseña para confirmar la acción y continuar:","Entity not found":"Entidad no encontrada","Error":"Error","Errors":"Errores","Estimate":"Estimación","Estimate Locations":"Localizaciones estimadas","Estimate the approximate location of pictures without GPS coordinates.":"Estima la ubicación aproximada de las fotos sin coordenadas GPS.","Every two days":"Cada dos días","Exclude hidden":"Excluir lo oculto","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"La extracción de metadatos con ExifTool es necesaria para la compatibilidad total con Vídeo, Live Photo y XMP.","Experimental Features":"Características experimentales","Expires":"Expira","Exposure":"Exposición","Extract still images and generate thumbnails while indexing.":"Extrae imágenes fijas y genera miniaturas mientras indexas.","F Number":"Número F","Face":"Cara","Face not found":"Cara no encontrada","Faces":"Caras","Failed creating file, please check permissions":"Fallo al crear el archivo, por favor, compruebe los permisos","Failed creating folder, please check permissions":"Fallo al crear la carpeta, por favor, compruebe los permisos","Failed removing link":"Falló al eliminar el enlace","Failed to connect account.":"No se ha podido conectar la cuenta.","Failed to create zip file":"Fallo al crear el archivo zip","Failed to load users.":"No se han podido cargar los usuarios.","Failed to remove face marker":"No se ha eliminado el marcador facial","Failed to remove name":"Error al eliminar el nombre","Failed to restart server":"No se ha podido reiniciar el servidor","Failed to save changes":"No se han podido guardar los cambios","Failed to save face marker":"Fracasó en el intento de salvar el marcador","Failed to save name":"Error al guardar el nombre","Failed updating link":"Falló la actualización el enlace","Family Name":"Apellidos","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature disabled":"Característica desactivada","Feature Request":"Solicitud de características","Female":"Mujer","File":"Archivo","File Browser":"Explorador de Archivos","File Conversion":"Conversión de archivos","File deleted":"Archivo eliminado","File Name":"Nombre del archivo","File not found":"No se encuentra el archivo","File removed from stack":"Archivo eliminado de la pila","File Size":"Tamaño del archivo","File too large":"Archivo demasiado grande","File uploaded":"Archivo cargado","Filename":"Nombre del archivo","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.","First page":"Primera página","Focal Length":"Distancia focal","Folder":"Carpeta","Folder contains %{n} files":"La carpeta contiene %{n} archivos","Folder is empty":"Carpeta vacía","Folders":"Carpetas","Forgot password?":"¿Olvidaste tu contraseña?","FPS":"FPS","Frames":"Marcos","Full Access":"Acceso total","Fullscreen":"Pantalla completa","General":"General","Generate":"Genera","Generate Previews":"Generar previsualizaciones","Generated":"Generado","Get Started":"Empieza","Given Name":"Nombre","Global Options":"Opciones globales","Go to page {0}":"Ir a la página {0}","Gold":"Oro","Green":"Verde","Grey":"Gris","Groups":"Grupos","Guest":"Invitado","Hash":"Hashe","Help":"Ayuda","Help & Support":"Ayuda y Soporte","Hidden":"Oculto","Hidden Files":"Archivos Ocultos","Hide":"Ocultar","Hide Caption":"Ocultar pie de foto","Hide face markers":"Ocultar marcadores faciales","Hide private content from global views while keeping it accessible in the Private section.":"Oculta los elementos privados de las vistas globales mientras los mantienes accesibles en la sección Privado.","High":"Alto","High Dynamic Range (HDR)":"Alto rango dinámico (HDR)","Hybrid":"Híbrido","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Si pierdes el acceso a tu aplicación o dispositivo autenticador, puedes utilizar tu código de recuperación para recuperar el acceso a tu cuenta.","Image":"Imagen","Image Quality":"Calidad de imagen","Import":"Importar","Import canceled":"Importación cancelada","Import completed in %d s":"Importación completada en %d","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.","Importing %{s}…":"Importando %{s}…","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.","Include RAW image files when downloading stacks and archives.":"Incluir archivos de imagen RAW al descargar pilas y archivos.","Include sidecar files when downloading stacks and archives.":"Incluir archivos sidecar al descargar pilas y archivos.","Increase storage size or delete files to continue.":"Aumenta el tamaño de almacenamiento o elimina archivos para continuar.","Index":"Indexar","Indexing":"Indexando","Indexing canceled":"Indexación cancelada","Indexing completed in %d s":"Indexación completada en %d","Indexing failed":"Indexación ha fallado","Indexing files in %s":"Indexando archivos en %s","Indexing media and sidecar files…":"Indexando los archivos multimedia y sidecar…","Indexing originals...":"Indexando originales...","Information":"Información","Inherit":"Heredar","Instance":"Instancia","Instance ID":"ID de instancia","Instance unreachable. Try again once it's back online.":"No se puede acceder a la instancia. Inténtalo de nuevo cuando vuelva a estar en línea.","Instances":"Instancias","Insufficient storage":"Almacenamiento insuficiente","Insufficient storage.":"Almacenamiento insuficiente.","Interval":"Intervalo","Invalid":"Inválido","Invalid address":"Dirección no válida","Invalid country":"País no válido","Invalid credentials":"Credenciales no válidas","Invalid date":"Fecha inválida","Invalid link":"Enlace inválido","Invalid name":"Nombre inválido","Invalid parameters":"Parámetros no válidos","Invalid password, please try again":"Contraseña inválida, por favor vuelva a intentarlo","Invalid photo selected":"Foto seleccionada no válida","Invalid time":"Hora no válida","Invalid URL":"URL no válida","Invalid verification code, please try again":"Código de verificación no válido, inténtalo de nuevo","IP Address":"Dirección IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Es un código de un solo uso que desactivará la 2FA para tu cuenta cuando lo utilices.","Item":"Elemento","Items per page:":"Elementos por página:","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.","Keyword":"Palabra clave","Keywords":"Palabras clave","Label":"Etiqueta","Label not found":"Etiqueta no encontrada","Label saved":"Etiqueta guardada","Labels":"Etiquetas","Labels deleted":"Etiquetas borradas","Language":"Idioma","Last Active":"Último activo","Last Login":"Última conexión","Last page":"Última página","Last Sync":"Última sincronización","Last Used":"Último usado","Latitude":"Latitud","LDAP/AD":"LDAP/AD","Learn more":"Más información","Learn More":"Saber más","Legal Information":"Información legal","Lens":"Lente","Lens not found":"No se ha encontrado la lente","Library":"Librería","License":"Licencia","Like":"Me gusta","Lime":"Lima","Limit reached, showing first %{n} files":"Límite alcanzado, mostrando los primeros %{n} archivos","Link":"Enlace","List":"Lista","List View":"Ver lista","Live":"En vivo","Live Photos":"Fotos en vivo","Load more":"Cargar más","Loading items...":"Cargando artículos...","Loading...":"Cargando...","Local":"Local","Local Time":"Hora local","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","Logs":"Registro","Longitude":"Longitud","Lost server connection":"Se ha perdido la conexión con el servidor","Low":"Bajo","Magenta":"Magenta","Main Color":"Color principal","Male":"Hombre","Manage Account":"Gestionar cuenta","Manager":"Director","Manual":"Manual","Manual Upload":"Subida manual","Maps":"Mapas","Marker":"Marcador","Maximum number of accounts has been reached.":"Se ha alcanzado el número máximo de cuentas.","Media":"Media","Medium":"Mediano","Membership":"Membresía","Merge %{a} with %{b}?":"¿Fusionar %{a} con %{b}?","Message":"Mensaje","Metadata":"Metadatos","Metrics":"Métricas","Minimize":"Minimizar","Missing":"Desaparecido","Missing or invalid configuration":"Falta configuración o no es válida","mixed":"mixto","Moments":"Momentos","Monochrome":"Monocromo","Month":"Mes","More options":"Más opciones","Mosaic":"Mosaico","Most Relevant":"Lo más relevante","Move Files":"Mover archivos","Moving files from %s":"Moviendo achivos desde %s","Must have at least %{n} characters.":"Debe tener al menos %{n} caracteres.","Mute":"Silenciar","Name":"Nombre","Name too long":"Nombre demasiado largo","Never":"Nunca","New":"Nuevo","New Password":"Nueva contraseña","Newest First":"Lo más nuevo primero","Next":"Siguiente","Next page":"Página siguiente","Next visual":"Siguiente visual","No":"No","No Access":"Acceso denegado","No albums assigned":"No hay álbumes asignados","No albums found":"No se encontraron álbumes","No albums selected":"Ningún álbum seleccionado","No data available":"No hay datos disponibles","No files available for download":"Ningún archivo disponible para descargar","No items selected":"Ningún elemento seleccionado","No labels assigned":"No hay etiquetas asignadas","No labels found":"No se encontraron etiquetas","No labels selected":"Ninguna etiqueta seleccionada","No matching records found":"No se han encontrado registros coincidentes","No more":"No más","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 registered instances.":"No hay instancias registradas.","No results":"Sin resultados","No server connection":"No hay conexión con el servidor","No servers configured.":"Sin servidores configurados.","No services configured.":"No hay servicios configurados.","No thanks":"No gracias","No users on this instance.":"No hay usuarios en esta instancia.","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.","Node":"Nodo","Nodes":"Nodos","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","Not allowed":"No autorizado","Not available in public mode":"No disponible en modo público","Not available in read-only mode":"No está disponible en modo de sólo lectura","Not found":"No encontrado","Not sorted.":"No clasificado.","Not supported":"No se admite","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.","Notes":"Notas","Nothing to see here yet.":"Todavía no hay nada que ver aquí.","Nothing was found.":"No se encontró nada.","Offline":"Desconectado","OK":"OK","Oldest First":"El más antiguo primero","On Windows, enter the following resource in the connection dialog:":"En Windows, introduzca el siguiente recurso en el diálogo de conexión:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"La generación bajo demanda de miniaturas puede provocar un uso elevado de CPU y memoria. No se recomienda para servidores y dispositivos NAS con recursos limitados.","Once a week":"Una vez a la semana","One album found":"Un álbum encontrado","One entry added to %s":"Una entrada añadida a %s","One entry removed from %s":"Una entrada eliminada de %s","One file found":"Un archivo encontrado","One file uploaded":"Un archivo cargado","One folder found":"Una carpeta encontrada","One label found":"Una etiqueta encontrada","One person found":"Una persona encontrada","One picture found":"Una foto encontrada","Only locally managed accounts can be set up for authentication with 2FA.":"Sólo las cuentas gestionadas localmente pueden configurarse para la autenticación con 2FA.","Open":"Abrir","optional":"opcional","or":"o","Orange":"Naranja","Organization":"Organización","Orientation":"Orientación","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","Originals folder is empty":"La carpeta de originales está vacía","Other":"Otro","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Nuestra misión es ofrecer la solución más fácil de usar y de proteger la privacidad para mantener tus fotos organizadas y accesibles.","Outdoor":"Al aire libre","Page {0}, Current page":"Página {0}, Página actual","Pages":"Páginas","Pagination Navigation":"Paginación Navegación","Panorama":"Panorámica","Panoramas":"Panorámicas","Part of all selected photos":"Parte de todas las fotos seleccionadas","Part of some selected photos":"Parte de algunas fotos seleccionadas","Password":"Contraseña","Password changed":"Contraseña cambiada","Pause":"Pausa","Payment required":"Se requiere pago","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","Permission denied":"Permiso denegado","Person":"Persona","Person cover updated":"Portada de persona actualizada","Person deleted":"Persona eliminada","Person not found":"Persona no encontrada","Person saved":"Persona salvada","Personal":"Personal","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism es 100% autofinanciado e independiente.","PhotoPrism+ Membership":"Membresía PhotoPrism+","Photos":"Fotos","Picture":"Fotografía","Picture Title":"Título de la imagen","Pink":"Rosa","Pinned":"Destacado","Place":"Lugar","Place & Time":"Lugar y tiempo","Places":"Lugares","Play":"Reproducir","Please confirm your new password.":"Por favor, confirma tu nueva contraseña.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Copia la siguiente contraseña de la aplicación generada aleatoriamente y guárdala en un lugar seguro, ya que no podrás volver a verla:","Please do not upload any private, unlawful or offensive pictures.":"Por favor, no subas fotos privadas, ilegales u ofensivas.","Please don't upload photos containing offensive content.":"Por favor, no subas fotos con contenido ofensivo.","Please enter OTP character {0}":"Por favor, introduce el carácter OTP {0}","Please log in to your account":"Por favor inicie sesión","Please note that changing your password will log you out on other devices and browsers.":"Tenga en cuenta que al cambiar su contraseña se cerrará la sesión en otros dispositivos y navegadores.","Please restart your instance for the changes to take effect.":"Reinicie su instancia para que los cambios surtan efecto.","Please wait…":"Por favor, espere…","PM":"PM","PNG Size Limit: %{n}px":"Límite de tamaño del PNG: %{n}px","Portal":"Portal","Portrait":"Retrato","Preserve filenames":"Preservar nombres de archivo","Press enter to create a new album.":"Presiona enter para crear un nuevo álbum.","Press enter to create new item":"Pulsa intro para crear un nuevo elemento","Prevent database and album backups as well as YAML sidecar files from being created.":"Evita que se creen copias de seguridad de la base de datos y de los álbumes, así como archivos sidecar YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Evita que otras aplicaciones accedan a PhotoPrism como unidad de red compartida.","Preview":"Vista previa","Preview Images":"Vista previa de imágenes","Previous":"Anterior","Previous page":"Página anterior","Previous visual":"Visual anterior","Primary":"Primario","Private":"Privado","Processing upload...":"Procesando la carga...","Product Feedback":"Comentarios sobre el producto","Projection":"Proyección","Purple":"Púrpura","Quality Filter":"Filtro de calidad","Quality Score":"Puntuación de calidad","Quota exceeded":"Cuota superada","Random":"Aleatorio","Rating {0} of {1}":"Clasificación {0} de {1}","Raw":"Raw","RAW":"RAW","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ñadido recientemente","Recently Archived":"Recientemente archivado","Recently Edited":"Editado recientemente","Recognition starts after indexing has been completed.":"El reconocimiento se inicia una vez finalizada la indexación.","Recognized":"Reconocida","Recovery Code":"Código de recuperación","Red":"Rojo","Refresh":"Actualiza","Regions":"Regiones","Register":"Regístrese en","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 from all":"Eliminar de todos","Remove from all selected photos":"Eliminar de todas las fotos seleccionadas","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.","Remove the selected instance from the cluster registry?":"¿Eliminar la instancia seleccionada del registro del cluster?","Removed":"Eliminado","Removed %{name}":"Se ha eliminado %{name}","Removed %d files and %d photos":"Eliminados %d archivos y %d fotos","Repeated":"Repetido","Request failed - are you offline?":"Solicitud fallida - ¿estás desconectado?","Request failed - invalid response":"La solicitud ha fallado - respuesta inválida","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Exige que las imágenes no fotográficas y de baja calidad sean revisadas antes de que aparezcan en los resultados de búsqueda.","Resolution":"Resolución","Restart":"Reinicie","Restore":"Restaurar","Restored":"Restaurado","Retry Limit":"Límite de reintentos","Retype Password":"Reescriba la contraseña","Review":"Revisar","Role":"Papel","Roles":"Funciones","Rotated":"Girado","Rows per page:":"Filas por página:","Satellite":"Satélite","Save":"Guardar","Save changes":"Guardar cambios","Scan":"Escanear","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Escanea el código QR con tu aplicación de autenticación o utiliza la clave de configuración que se muestra a continuación e introduce el código de verificación generado:","Scans":"Escaneos","Scope":"Alcance","Scopes":"Visores","Search":"Buscar","Season":"Temporada","Secret":"Secreto","Security and Access":"Seguridad y acceso","Select":"Seleccionar","Select a source folder to import files…":"Selecciona una carpeta de origen para importar archivos…","Select date":"Selecciona la fecha","Select dates":"Selecciona las fechas","Select or create albums":"Seleccionar o crear álbumes","Select or create labels":"Selecciona o crea etiquetas","Select or drop files to upload…":"Selecciona o suelta archivos para subir…","Select the files to upload…":"Selecciona los archivos que quieres subir…","Select the folder to be indexed…":"Selecciona la carpeta a indexar…","Select Time":"Selecciona Hora","Selection":"Selección","Selection added to %s":"Selección añadida a %s","Selection approved":"Selección aprobada","Selection archived":"Selección archivada","Selection marked as private":"Selección marcada como privada","Selection not found":"Selección no encontrada","Selection restored":"Selección restaurada","Sequential Name":"Nombre secuencial","Service":"Servicio","Service URL":"URL del servicio","Services":"Servicios","Session":"Sesión","Session ID":"ID de sesión","Sessions":"Sesiones","Set as Album Cover":"Poner como Portada del Álbum","Set as Cover Image":"Establecer como imagen de portada","Settings":"Ajustes","Settings saved":"Ajustes guardados","Setup":"Configurar","Severity":"Gravedad","Share":"Compartir","Share %{s}":"Compartir %{s}","Show":"Mostrar","Show All Labels":"Mostrar todas las etiquetas","Show all new faces":"Mostrar todas las caras nuevas","Show Caption":"Mostrar pie de foto","Show Captions":"Mostrar subtítulos","Show face markers":"Mostrar marcadores faciales","Show hidden":"Mostrar oculto","Show Important Only":"Mostrar sólo importante","Show logs in the web interface to monitor activity and troubleshoot problems.":"Muestra los registros en la interfaz web para supervisar la actividad y solucionar problemas.","Show smart albums that group pictures by occasion, trip, or location.":"Muestra álbumes inteligentes que agrupen las fotos por ocasión, viaje o lugar.","Show the Account page so users can manage their profile and security settings.":"Muestra la página Cuenta para que los usuarios puedan gestionar su perfil y su configuración de seguridad.","Show the Calendar view to browse the library by year and month.":"Muestra la vista Calendario para navegar por la biblioteca por año y mes.","Show the Labels section to view and manage AI-generated labels.":"Muestra la sección Etiquetas para ver y gestionar las etiquetas generadas por la IA.","Show the Library section to index, manage, and monitor the media library.":"Muestra la sección Biblioteca para indexar, gestionar y supervisar la biblioteca multimedia.","Show the Places view with interactive maps so you can browse photos by location.":"Muestra la vista Lugares con mapas interactivos para que puedas examinar las fotos por ubicación.","Show Titles":"Mostrar títulos","Sidecar":"Adicional","Sidecar Files":"Archivos Sidecar","Sign in":"Iniciar sesión","Sign Out":"Cerrar sesión","Similar":"Similares","Site URL":"URL del sitio","Size":"Tamaño","Slideshow":"Presentación de diapositivas","Slow":"Lento","Software":"Software","Software Update":"Actualización del software","Some albums could not be copied":"Algunos álbumes no se han podido copiar","Some albums could not be created. Please edit the names and try again.":"No se han podido crear algunos álbumes. Por favor, edita los nombres e inténtalo de nuevo.","Some albums could not be updated":"No se han podido actualizar algunos álbumes","Something went wrong, try again":"Algo ha ido mal, inténtalo de nuevo","Sort by":"Ordenar por","Sort by Name (A–Z)":"Ordenar por nombre (A-Z)","Sort by Photo Count":"Ordenar por número de fotos","Sort by Relevance":"Ordenar por relevancia","Sort Order":"Orden de Clasificación","Sorted ascending.":"Ordenados de forma ascendente.","Sorted descending.":"Ordenados descendentemente.","Source":"Fuente","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":"Apilable","Stacks":"Secuencias","Start":"Empezar","Start Page":"Página de inicio","Static Size Limit: %{n}px":"Límite de tamaño de miniaturas estáticas: %{n}px","Status":"Estado","Stay signed in on this device":"Permanecer conectado en este dispositivo","Stop Casting":"Deja de hacer el casting","Storage":"Almacenes","Streets":"Calles","Subject":"Sujeto","Subject deleted":"Sujeto eliminado","Subject not found":"Asunto no encontrado","Subject saved":"Asunto guardado","Successfully activated":"Activado exitosamente","Successfully Connected":"Conectado con éxito","Successfully deleted":"Eliminado con éxito","Successfully verified":"Verificado con éxito","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"El soporte para servicios adicionales, como Google Drive, se añadirá a futuro.","Support Our Mission":"Apoye nuestra misión","Sync":"Sincronizar","Sync raw and video files":"Sincronizar imágenes raw y videos","Taken":"Tomada","Teal":"Verde Azulado","Terrain":"Terreno","Text":"Texto","Thank You for Your Support!":"¡Gracias por su apoyo!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Por eso PhotoPrism se ha creado desde cero para que funcione donde lo necesites, sin comprometer la libertad, la privacidad ni la funcionalidad.","The index currently contains %{n} hidden files.":"El índice contiene actualmente %{n} archivos ocultos.","The instance rejected the cluster credentials.":"La instancia rechazó las credenciales del clúster.","The instance returned an unexpected redirect.":"La instancia devolvió una redirección inesperada.","The wakeup interval is %s, but must be 1h or less":"El intervalo de activación es %s, pero debe ser 1h o menos","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 account is missing an ID and can't be edited.":"A esta cuenta le falta un ID y no se puede editar.","This field is required":"Este campo es obligatorio","This instance has no site URL configured.":"Esta instancia no tiene configurada ninguna URL de sitio.","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 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.","Time":"Tiempo","Time UTC":"Hora UTC","Time Zone":"Zona horaria","Timeout":"Tiempo de espera","Title":{"":"Título","Account":"Título","Photo":"Título"},"Title / Position":"Título / Cargo","to":"para","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Para evitar que te bloqueen la cuenta, descarga, imprime o copia ahora este código de recuperación y guárdalo en un lugar seguro.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Para generar una nueva contraseña específica de la aplicación, introduce el nombre y el ámbito de autorización de la aplicación y selecciona una fecha de caducidad:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Para cambiar a una nueva aplicación o dispositivo de autenticación, primero desactiva la autenticación de dos factores y luego reactívala:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Para actualizar, puede introducir un código de activación o hacer clic en \"Registrarse\" para darse de alta en nuestro sitio web:","Today":"Hoy","Toggle View":"Cambiar Vista","Token":"Simbólico","Too many files selected":"Demasiados archivos seleccionados","Too many requests":"Demasiadas peticiones","Troubleshooting":"Solución de problemas","Try again using other filters or keywords.":"Inténtalo de nuevo usando otros filtros o palabras.","Two-factor authentication has been enabled for your account.":"Se ha activado la autenticación de dos factores para tu cuenta.","Type":"Tipo","Unable to delete":"No se puede eliminar","Unable to do that":"No puedo hacerlo","Unassign":"Desasigna","Unauthorized":"Sin autorización","Undo":"Deshacer","Unique ID":"ID Única","Unknown":"Desconocido","Unknown location":"Ubicación desconocida","Unregistered":"No registrado","Unsorted":"Sin clasificar","Unstack":"Desagrupar","Unsupported":"No compatible","Unsupported format":"Formato no admitido","Unsupported type":"Tipo no admitido","Updated":"Actualizado","Updating faces":"Actualizando caras","Updating index":"Actualizando índice","Updating moments":"Actualizando Momentos","Updating picture…":"Actualizando la imagen…","Updating previews":"Actualizando vistas previas","Updating stacks":"Actualizando pilas","Upgrade":"Subir de Categoría","Upgrade Now":"Mejore su plan ahora","Upload":"Subir","Upload complete":"Subida completa","Upload complete. Indexing…":"Subida completa. Indexando…","Upload failed":"Carga fallida","Upload has been processed":"La carga ha sido procesada","Upload local files":"Subir archivos locales","Upload might be offensive":"El archivo subido puede ser ofensivo","Upload Path":"Cargar ruta","Uploading %{n} of %{t}…":"Cargando %{n} de %{t}…","Uploading photos…":"Subiendo fotos…","Uploading…":"Subiendo…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Utiliza el siguiente código de recuperación para acceder a tu cuenta cuando no puedas generar un código de verificación válido con tu aplicación de autenticación:","Use your recovery code or contact an administrator for help.":"Utiliza tu código de recuperación o ponte en contacto con un administrador para que te ayude.","User":"Usuario","User Guide":"Guía del usuario","User Interface":"Interfaz de usuario","User not found":"Usuario no encontrado","Username":"Nombre de usuario","Users":"Usuarios","UUID":"UUID","Vector":"Vector","Vectors":"Vectores","Verification Code":"Código de verificación","Version":"Versión","Video":"Vídeo","Video Duration":"Duración del vídeo","Videos":"Vídeos","View":"Ver","View search results as a list.":"Ver los resultados de la búsqueda como una lista.","Viewer":"Visor","Vision":"Visión","Visitor":"Visitante","Visual Similarity":"Similitud visual","Warning":"Advertencia","Web Login":"Inicio de sesión web","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"El soporte WebGL está desactivado en tu navegador","Website":"Página web","White":"Blanco","Work Details":"Detalles del trabajo","Year":"Año","Yellow":"Amarillo","Yes":"Sí","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Puede ponerse en contacto con nosotros en membership@photoprism.app si tiene preguntas sobre su afiliación.","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 can search for a location or move the marker on the map to change the position:":"Puedes buscar una ubicación o mover el marcador en el mapa para cambiar la posición:","You can upload up to %{n} files for test purposes.":"Puede cargar hasta %{n} archivos para realizar pruebas.","You cannot change your own role.":"No puedes cambiar tu propio rol.","You do not have access to any instances.":"No tienes acceso a ninguna instancia.","You may only select one item":"Sólo puedes selecionar un elemento","You may rescan your library to find additional faces.":"Puede volver a escanear su biblioteca para encontrar más caras.","Your account could not be connected":"Su cuenta no pudo ser conectada","Your account has been successfully connected.":"Su cuenta se ha conectado correctamente.","Your browser does not support WebGL":"Tu navegador no soporta WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Su apoyo continuo nos ayuda a proporcionar actualizaciones periódicas y a seguir siendo independientes, para que podamos cumplir nuestra misión y proteger su privacidad.","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.","Zip created in %d s":"Zip creado en %d","Zoom in/out":"Acercar/Alejar","Archive":{"Noun":"Archivar","Verb":"Archivar"},"Add a Title":{"Photo":"Añadir un título"}}} \ No newline at end of file +{"es":{"{0} appended action":"{0} acción añadida","{0} files":"{0} archivos","{0} files ({1} in total)":"{0} archivos ({1} en total)","{0} more":"{0} más","{0} prepended action":"{0} acción añadida","{0} selected":"{0} seleccionado","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"%{n} álbumes encontrados","%{n} files uploaded":"%{n} archivos subidos","%{n} folders found":"%{n} carpetas encontradas","%{n} GB of %{q} GB used":"%{n} GB de %{q} GB utilizados","%{n} labels found":"%{n} etiquetas encontradas","%{n} people found":"%{n} personas encontradas","%{n} pictures found":"%{n} fotos encontradas","%{s} is too long":"%{s} es demasiado largo","%{s} is too short":"%{s} es demasiado corto","%d entries added to %s":"%d entradas añadidas a %s","%d entries removed from %s":"%d entradas eliminadas de %s","%d files uploaded in %d s":"%d archivos subidos en %d","%s already exists":"%s ya existe","%s has been restored":"%s ha sido restaurado","1 hour":"1 hora","12 hours":"12 horas","2-Factor Authentication":"Autenticación de 2 factores","2FA":"2FA","4 hours":"4 horas","A click will copy it to your clipboard.":"Un clic lo copiará al portapapeles.","A new version of %{s} is available:":"Hay disponible una nueva versión de %{s}:","About":"Acerca de","Access granted.":"Acceso concedido.","Access revoked.":"Acceso denegado.","Access Token":"Ficha de acceso","Account":"Cuenta","Account created":"Cuenta creada","Account deleted":"Cuenta borrada","Account Group Mappings":"Asignaciones de grupos de cuentas","Account not found":"Cuenta no encontrada","Account restored":"Cuenta restablecida","Account saved":"Cuenta guardada","Accounts":"Cuentas","Accuracy":"Precisión","Action":"Acción","Actions":"Acciones","Activate":"Activar","Activate to remove sorting.":"Activar para eliminar la clasificación.","Activate to sort ascending.":"Activar para ordenar de forma ascendente.","Activate to sort descending.":"Activar para ordenar descendentemente.","Activation Code":"Código de activación","Activity":"Actividad","Add":"Añadir","Add %{s}?":"¿Añadir %{s}?","Add a Caption":"Añade un pie de foto","Add Account":"Añadir cuenta","Add Album":"Añadir álbum","Add Link":"Añadir enlace","Add Notes":"Añadir notas","Add person?":"¿Añadir persona?","Add pictures from search results by selecting them.":"Añade imágenes desde los resultados de búsqueda, seleccionándolas.","Add to album":"Añadir al álbum","Add to all":"Añadir a todos","Add to all selected photos":"Añadir a todas las fotos seleccionadas","Added":"Añadido","Added %{name}":"Se ha añadido %{name}","Adjust Camera Info":"Ajustar la información de la cámara","Adjust Date & Time":"Ajustar fecha y hora","Adjust Location":"Ajustar la ubicación","Admin":"Admin","Advanced":"Avanzado","Advertise URL":"Anunciar URL","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 entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Después de introducir tu contraseña para confirmarla, puedes configurar la autenticación de dos factores con una aplicación o dispositivo autenticador compatible:","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 %s deleted":"Álbum %s borrado","Album Backups":"Copias de seguridad de álbumes","Album contents cloned":"Contenidos del álbum clonados","Album created":"Álbum creado","Album deleted":"Álbum borrado","Album not found":"Álbum no encontrado","Album saved":"Álbum guardado","Albums":"Álbumes","Albums deleted":"Álbumes borrados","All":"Todos","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Permite la configuración y el uso de apps y servicios conectados para cargas y sincronización remotas.","Allow editing of metadata such as title, description, date, and location.":"Permitir la edición de metadatos como título, descripción, fecha y ubicación.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permite editar los metadatos, etiquetas y álbumes de varias fotos a la vez.","Allow files to be copied or moved from the Import to the Originals folder.":"Activa la herramienta Importar para copiar o mover archivos de la carpeta Importar a Originales.","Allow files to be permanently deleted to free up storage space.":"Permite borrar archivos permanentemente para liberar espacio de almacenamiento.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permite a los usuarios archivar fotos y vídeos para que queden ocultos sin ser eliminados.","Allow users to create and share links, and enable sharing with connected services.":"Permite a los usuarios crear y compartir enlaces, y permite compartir con servicios conectados.","Allow users to upload new photos and videos through the web interface.":"Permite a los usuarios subir nuevas fotos y vídeos a través de la interfaz web.","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)","AM":"AM","Animated":"Animado","Animation":"Animación","Animations":"Animaciones","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","Application":"Aplicación","Applications":"Aplicaciones","Approve":"Aprobar","Approve and save changes":"Aprobar y guardar los cambios","Apps and Devices":"Aplicaciones y dispositivos","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?":"¿Seguro que desea 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 delete this album?":"¿Estás seguro de que quieres borrar este álbum?","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?":"¿Seguro que desea eliminar este fichero permanentemente?","Are you sure?":"¿Estás seguro?","Artist":"Artista","Aspect Ratio":"Relación de aspecto","Attributes":"Atributos","Audio":"Audio","Audit Log":"Audio","Authentication":"Autenticación","Auto":"Auto","Back":"Volver","Back to top":"Volver arriba","Backup":"Copia de seguridad","Badge":"Placa","Base Path":"Ruta base","Batch":"Lote","Batch Edit":"Edición por lotes","Become a member today, support our mission and enjoy our member benefits!":"Hágase socio hoy mismo, apoye nuestra misión y disfrute de nuestras ventajas.","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Al ser 100% autofinanciados e independientes, podemos prometerte que nunca venderemos tus datos y que siempre seremos transparentes sobre nuestro software y servicios.","Bio":"Biografía","Birth Date":"Fecha de nacimiento","Black":"Negro","Blue":"Azul","Brown":"Marrón","Browse":"Visite","Browse Files":"Examinar archivos","Browse Pictures":"Ver fotos","Bug Report":"Informe de errores","Busy, please try again later":"Ocupado, por favor vuelva a intentarlo más tarde","Busy, please wait…":"Ocupado, por favor espera…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Al utilizar el software y los servicios que ofrecemos, usted acepta nuestras condiciones de servicio, política de privacidad y código de conducta.","Calendar":"Calendario","Camera":"Cámara","Camera not found":"No se encuentra la cámara","Camera Serial":"Serial de cámara","Can't access your authenticator app or device?":"¿No puedes acceder a tu aplicación o dispositivo autenticador?","Can't load more, limit reached":"No se puede cargar más, límite alcanzado","Can't select more items":"No puedes seleccionar más elementos","Cancel":"Cancelar","Cannot copy to clipboard":"No se puede copiar al portapapeles","Caption":"Leyenda","Cards":"Tarjetas","Carousel slide {0} of {1}":"Carrusel diapositiva {0} de {1}","Cast":"Reparto","Category":"Categoría","Change Avatar":"Cambiar la imagen de perfil","Change Password":"Cambiar la contraseña","Change private flag":"Cambiar indicador de privado","Changes could not be saved":"No se pudieron guardar los cambios","Changes successfully saved":"Cambios guardados con éxito","Changes to the advanced settings require a restart to take effect.":"Los cambios en la configuración avanzada requieren un reinicio para que surtan efecto.","Checked":"Revisado","Choose an instance to continue:":"Elige una instancia para continuar:","Chroma":"Croma","Cleaning index and cache":"Limpieza de índice y caché","Cleanup":"Limpieza","Clear":"Claro","Clear {0}":"Borrar {0}","Client":"Cliente","Close":"Cerrar","Cluster":"Grupo","Cluster Admin":"Administrador del clúster","Cluster Node":"Nodo del clúster","Codec":"Códec","Color":"Color","Color Profile":"Perfil de color","Colors":"Colores","Compare Editions":"Comparar ediciones","Complete Rescan":"Reescaneo completo","Confidence":"Confianza","Confirm":"Confirma","Connect":"Conectar","Connect via WebDAV":"Conectar através de WebDAV","Connected":"Conectado","Contact Details":"Datos de contacto","Contact Us":"Contáctenos","Contains %{n} pictures.":"Contiene %{n} imágenes.","Contains one picture.":"Contiene una imagen.","Content":{"":"Contenido","Edit":"Contenido"},"Continue":"Continúa en","Contributor":"Colaborador","Converting":"Conversión","Copied to clipboard":"Copiado al portapapeles","Copy":"Copiar","Copying files from %s":"Copiando archivos desde %s","Copyright":"Copyright","Could not be deleted":"No se pudo borrar","Could not connect, please try again":"No se pudo conectar, por favor vuelva a intentarlo","Could not update person cover":"No se pudo actualizar la cobertura de persona","Couldn't find anything.":"No se ha encontrado nada.","Country":"País","Create Account":"Crear Cuenta","Create album":"Crear álbum","Create regular backups based on the configured schedule.":"Crea copias de seguridad de los índices según la programación configurada.","Create YAML files to back up album metadata.":"Crea archivos YAML para hacer copias de seguridad de los metadatos de los álbumes.","Create YAML sidecar files to back up picture metadata.":"Crea archivos sidecar YAML para hacer copias de seguridad de los metadatos de las imágenes.","Created":"Creado","Creating thumbnails for":"Creando miniaturas para","Current Password":"Contraseña actual","Custom":"Personalizado","Cyan":"Cían","Daily":"Diariamente","Database":"Base de datos","Database Backups":"Copias de seguridad de la base de datos","Databases":"Bases de datos","Date & Time":"Fecha y hora","Day":"Día","Deactivate":"Desactiva","Debug Logs":"Registros de depuración","Default":"Por defecto","Default Folder":"Carpeta por Defecto","Delete":"Borrar","Delete Album":"Eliminar Álbum","Delete All":"Borrar todo","Delete all?":"¿Borrar todo?","Delete orphaned index entries, sidecar files and thumbnails.":"Eliminar entradas de índice, archivos sidecar y miniaturas huérfanos.","deleted":"suprimido","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 all face detection and recognition features.":"Desactiva todas las funciones de detección y reconocimiento facial.","Disable Backups":"Última copia de seguridad","Disable Darktable":"Desactivar Darktable","Disable ExifTool":"Desactivar ExifTool","Disable Faces":"Desactivar caras","Disable features that require write permission for the originals folder.":"Desactiva las funciones que requieran permiso de escritura para la carpeta de originales.","Disable FFmpeg":"Desactivar FFmpeg","Disable ImageMagick":"Desactivar ImageMagick","Disable interactive world maps and reverse geocoding.":"Desactiva los mapamundis interactivos y la geocodificación inversa.","Disable MCP":"Desactivar MCP","Disable Places":"Desactivar Lugares","Disable RawTherapee":"Desactivar RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Desactiva el punto final de la API del Protocolo de Contexto de Modelo (MCP) para las integraciones de agentes de IA.","Disable Vectors":"Desactivar vectores","Disable WebDAV":"Desactivar WebDAV","Disabled":"Deshabilitado","Disables vector graphics support.":"Desactiva el soporte de gráficos vectoriales.","Disables video transcoding and thumbnail extraction.":"Desactiva la transcodificación de vídeo y la extracción de miniaturas.","Discard":"Descartar","Discard changes and close":"Descarta los cambios y cierra","Discard invalid changes?":"¿Descartar los cambios no válidos?","Discard unsaved changes?":"¿Descartar los cambios no guardados?","Discover":"Descubrir","Dismiss":"Desestimar","Display Name":"Nombre para mostrar","Display picture captions in search results.":"Mostrar pies de foto en los resultados de búsqueda.","Display picture titles in search results.":"Mostrar los títulos de las imágenes en los resultados de búsqueda.","Document":"Documento","Documents":"Documentos","Don't use Darktable to convert RAW images.":"No utilices Darktable para convertir imágenes RAW.","Don't use ImageMagick to convert images.":"No utilice ImageMagick para convertir imágenes.","Don't use RawTherapee to convert RAW images.":"No utilices RawTherapee para convertir imágenes RAW.","Done":"Hecho","Done.":"Hecho.","Download":"Descargar","Download only original media files, without any automatically generated files.":"Descargue sólo archivos multimedia originales, sin archivos generados automáticamente.","Download remote files":"Descargar archivos remotos","Downloading…":"Descargando…","Drag and drop files here":"Arrastra y suelta los archivos aquí","Driver":"Conductor","Duplicates will be skipped and only appear once.":"Los duplicados se saltarán y sólo aparecerán una vez.","Duration":"Duración","Dynamic Previews":"Previsualizaciones dinámicas","Dynamic Size Limit: %{n}px":"Límite de tamaño dinámico: %{n}px","Edit":"Editar","Edit %{s}":"Editar %{s}","Edit Account":"Editar Cuenta","Edit Photo":"Editar Foto","Edit Photos (%{n})":"Editar fotos (%{n})","Edited":"Editado","Email":"Correo electrónico","Enable debug mode to display additional logs and help with troubleshooting.":"Activa el modo de depuración para mostrar registros adicionales y ayudar en la resolución de problemas.","Enable downloading of original and sidecar files from the web interface.":"Habilita la descarga de archivos originales y sidecar desde la interfaz web.","Enable face recognition and the People view to easily find people you know.":"Activa el reconocimiento facial y la vista Personas para encontrar fácilmente a las personas que conoces.","Enable new features that may be incomplete or unstable.":"Habilitar nuevas funciones que pueden estar incompletas o ser inestables.","Enable the file browser to navigate the Originals folder structure.":"Activa el explorador de archivos para navegar por la estructura de carpetas de Originales.","Enables RAW converter presets. May reduce performance.":"Activa los preajustes del convertidor RAW. Puede reducir el rendimiento.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Activar la autenticación de dos factores significa que necesitarás un código de verificación generado aleatoriamente para iniciar sesión, de modo que aunque alguien acceda a tu contraseña, no podrá acceder a tu cuenta.","Engine":"Motor","Enter date":"Introduce la fecha","Enter dates":"Introduce las fechas","Enter item name...":"Introduce el nombre del elemento...","Enter the code generated by your authenticator app:":"Introduce el código generado por tu aplicación de autenticación:","Enter verification code":"Ingrese el código de verificación","Enter your password to confirm the action and continue:":"Introduce tu contraseña para confirmar la acción y continuar:","Entity not found":"Entidad no encontrada","Error":"Error","Errors":"Errores","Estimate":"Estimación","Estimate Locations":"Localizaciones estimadas","Estimate the approximate location of pictures without GPS coordinates.":"Estima la ubicación aproximada de las fotos sin coordenadas GPS.","Every two days":"Cada dos días","Exclude hidden":"Excluir lo oculto","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"La extracción de metadatos con ExifTool es necesaria para la compatibilidad total con Vídeo, Live Photo y XMP.","Experimental Features":"Características experimentales","Expires":"Expira","Exposure":"Exposición","Extract still images and generate thumbnails while indexing.":"Extrae imágenes fijas y genera miniaturas mientras indexas.","F Number":"Número F","Face":"Cara","Face not found":"Cara no encontrada","Faces":"Caras","Failed creating file, please check permissions":"Fallo al crear el archivo, por favor, compruebe los permisos","Failed creating folder, please check permissions":"Fallo al crear la carpeta, por favor, compruebe los permisos","Failed removing link":"Falló al eliminar el enlace","Failed to connect account.":"No se ha podido conectar la cuenta.","Failed to create zip file":"Fallo al crear el archivo zip","Failed to load users.":"No se han podido cargar los usuarios.","Failed to remove face marker":"No se ha eliminado el marcador facial","Failed to remove name":"Error al eliminar el nombre","Failed to restart server":"No se ha podido reiniciar el servidor","Failed to save changes":"No se han podido guardar los cambios","Failed to save face marker":"Fracasó en el intento de salvar el marcador","Failed to save name":"Error al guardar el nombre","Failed updating link":"Falló la actualización el enlace","Family Name":"Apellidos","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature disabled":"Característica desactivada","Feature Request":"Solicitud de características","Female":"Mujer","File":"Archivo","File Browser":"Explorador de Archivos","File Conversion":"Conversión de archivos","File deleted":"Archivo eliminado","File Name":"Nombre del archivo","File not found":"No se encuentra el archivo","File removed from stack":"Archivo eliminado de la pila","File Size":"Tamaño del archivo","File too large":"Archivo demasiado grande","File uploaded":"Archivo cargado","Filename":"Nombre del archivo","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.","First page":"Primera página","Focal Length":"Distancia focal","Folder":"Carpeta","Folder contains %{n} files":"La carpeta contiene %{n} archivos","Folder is empty":"Carpeta vacía","Folders":"Carpetas","Forgot password?":"¿Olvidaste tu contraseña?","FPS":"FPS","Frames":"Marcos","Full Access":"Acceso total","Fullscreen":"Pantalla completa","General":"General","Generate":"Genera","Generate Previews":"Generar previsualizaciones","Generated":"Generado","Get Started":"Empieza","Given Name":"Nombre","Global Options":"Opciones globales","Go to page {0}":"Ir a la página {0}","Gold":"Oro","Green":"Verde","Grey":"Gris","Groups":"Grupos","Guest":"Invitado","Hash":"Hashe","Help":"Ayuda","Help & Support":"Ayuda y Soporte","Hidden":"Oculto","Hidden Files":"Archivos Ocultos","Hide":"Ocultar","Hide Caption":"Ocultar pie de foto","Hide face markers":"Ocultar marcadores faciales","Hide private content from global views while keeping it accessible in the Private section.":"Oculta los elementos privados de las vistas globales mientras los mantienes accesibles en la sección Privado.","High":"Alto","High Dynamic Range (HDR)":"Alto rango dinámico (HDR)","Hybrid":"Híbrido","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Si pierdes el acceso a tu aplicación o dispositivo autenticador, puedes utilizar tu código de recuperación para recuperar el acceso a tu cuenta.","Image":"Imagen","Image Quality":"Calidad de imagen","Import":"Importar","Import canceled":"Importación cancelada","Import completed in %d s":"Importación completada en %d","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.","Importing %{s}…":"Importando %{s}…","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.","Include RAW image files when downloading stacks and archives.":"Incluir archivos de imagen RAW al descargar pilas y archivos.","Include sidecar files when downloading stacks and archives.":"Incluir archivos sidecar al descargar pilas y archivos.","Increase storage size or delete files to continue.":"Aumenta el tamaño de almacenamiento o elimina archivos para continuar.","Index":"Indexar","Indexing":"Indexando","Indexing canceled":"Indexación cancelada","Indexing completed in %d s":"Indexación completada en %d","Indexing failed":"Indexación ha fallado","Indexing files in %s":"Indexando archivos en %s","Indexing media and sidecar files…":"Indexando los archivos multimedia y sidecar…","Indexing originals...":"Indexando originales...","Information":"Información","Inherit":"Heredar","Instance":"Instancia","Instance ID":"ID de instancia","Instance unreachable. Try again once it's back online.":"No se puede acceder a la instancia. Inténtalo de nuevo cuando vuelva a estar en línea.","Instances":"Instancias","Insufficient storage":"Almacenamiento insuficiente","Insufficient storage.":"Almacenamiento insuficiente.","Interval":"Intervalo","Invalid":"Inválido","Invalid address":"Dirección no válida","Invalid country":"País no válido","Invalid credentials":"Credenciales no válidas","Invalid date":"Fecha inválida","Invalid link":"Enlace inválido","Invalid name":"Nombre inválido","Invalid parameters":"Parámetros no válidos","Invalid password, please try again":"Contraseña inválida, por favor vuelva a intentarlo","Invalid photo selected":"Foto seleccionada no válida","Invalid time":"Hora no válida","Invalid URL":"URL no válida","Invalid verification code, please try again":"Código de verificación no válido, inténtalo de nuevo","IP Address":"Dirección IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Es un código de un solo uso que desactivará la 2FA para tu cuenta cuando lo utilices.","Item":"Elemento","Items per page:":"Elementos por página:","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.","Keyword":"Palabra clave","Keywords":"Palabras clave","Label":"Etiqueta","Label not found":"Etiqueta no encontrada","Label saved":"Etiqueta guardada","Labels":"Etiquetas","Labels deleted":"Etiquetas borradas","Language":"Idioma","Last Active":"Último activo","Last Login":"Última conexión","Last page":"Última página","Last Sync":"Última sincronización","Last Used":"Último usado","Latitude":"Latitud","LDAP/AD":"LDAP/AD","Learn more":"Más información","Learn More":"Saber más","Legal Information":"Información legal","Lens":"Lente","Lens not found":"No se ha encontrado la lente","Library":"Librería","License":"Licencia","Like":"Me gusta","Lime":"Lima","Limit reached, showing first %{n} files":"Límite alcanzado, mostrando los primeros %{n} archivos","Link":"Enlace","List":"Lista","List View":"Ver lista","Live":"En vivo","Live Photos":"Fotos en vivo","Load more":"Cargar más","Loading items...":"Cargando artículos...","Loading...":"Cargando...","Local":"Local","Local Time":"Hora local","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","Logs":"Registro","Longitude":"Longitud","Lost server connection":"Se ha perdido la conexión con el servidor","Low":"Bajo","Magenta":"Magenta","Main Color":"Color principal","Male":"Hombre","Manage Account":"Gestionar cuenta","Manager":"Director","Manual":"Manual","Manual Upload":"Subida manual","Maps":"Mapas","Marker":"Marcador","Maximum number of accounts has been reached.":"Se ha alcanzado el número máximo de cuentas.","Media":"Media","Medium":"Mediano","Membership":"Membresía","Merge %{a} with %{b}?":"¿Fusionar %{a} con %{b}?","Message":"Mensaje","Metadata":"Metadatos","Metrics":"Métricas","Minimize":"Minimizar","Missing":"Desaparecido","Missing or invalid configuration":"Falta configuración o no es válida","mixed":"mixto","Moments":"Momentos","Monochrome":"Monocromo","Month":"Mes","More options":"Más opciones","Mosaic":"Mosaico","Most Relevant":"Lo más relevante","Move Files":"Mover archivos","Moving files from %s":"Moviendo achivos desde %s","Must have at least %{n} characters.":"Debe tener al menos %{n} caracteres.","Mute":"Silenciar","Name":"Nombre","Name too long":"Nombre demasiado largo","Never":"Nunca","New":"Nuevo","New Password":"Nueva contraseña","Newest First":"Lo más nuevo primero","Next":"Siguiente","Next page":"Página siguiente","Next visual":"Siguiente visual","No":"No","No Access":"Acceso denegado","No albums assigned":"No hay álbumes asignados","No albums found":"No se encontraron álbumes","No albums selected":"Ningún álbum seleccionado","No data available":"No hay datos disponibles","No files available for download":"Ningún archivo disponible para descargar","No items selected":"Ningún elemento seleccionado","No labels assigned":"No hay etiquetas asignadas","No labels found":"No se encontraron etiquetas","No labels selected":"Ninguna etiqueta seleccionada","No matching records found":"No se han encontrado registros coincidentes","No more":"No más","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 registered instances.":"No hay instancias registradas.","No results":"Sin resultados","No server connection":"No hay conexión con el servidor","No servers configured.":"Sin servidores configurados.","No services configured.":"No hay servicios configurados.","No thanks":"No gracias","No users on this instance.":"No hay usuarios en esta instancia.","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.","Node":"Nodo","Nodes":"Nodos","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","Not allowed":"No autorizado","Not available in public mode":"No disponible en modo público","Not available in read-only mode":"No está disponible en modo de sólo lectura","Not found":"No encontrado","Not sorted.":"No clasificado.","Not supported":"No se admite","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.","Notes":"Notas","Nothing to see here yet.":"Todavía no hay nada que ver aquí.","Nothing was found.":"No se encontró nada.","Offline":"Desconectado","OK":"OK","Oldest First":"El más antiguo primero","On Windows, enter the following resource in the connection dialog:":"En Windows, introduzca el siguiente recurso en el diálogo de conexión:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"La generación bajo demanda de miniaturas puede provocar un uso elevado de CPU y memoria. No se recomienda para servidores y dispositivos NAS con recursos limitados.","Once a week":"Una vez a la semana","One album found":"Un álbum encontrado","One entry added to %s":"Una entrada añadida a %s","One entry removed from %s":"Una entrada eliminada de %s","One file found":"Un archivo encontrado","One file uploaded":"Un archivo cargado","One folder found":"Una carpeta encontrada","One label found":"Una etiqueta encontrada","One person found":"Una persona encontrada","One picture found":"Una foto encontrada","Only locally managed accounts can be set up for authentication with 2FA.":"Sólo las cuentas gestionadas localmente pueden configurarse para la autenticación con 2FA.","Open":"Abrir","optional":"opcional","or":"o","Orange":"Naranja","Organization":"Organización","Orientation":"Orientación","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","Originals folder is empty":"La carpeta de originales está vacía","Other":"Otro","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Nuestra misión es ofrecer la solución más fácil de usar y de proteger la privacidad para mantener tus fotos organizadas y accesibles.","Outdoor":"Al aire libre","Page {0}, Current page":"Página {0}, Página actual","Pages":"Páginas","Pagination Navigation":"Paginación Navegación","Panorama":"Panorámica","Panoramas":"Panorámicas","Part of all selected photos":"Parte de todas las fotos seleccionadas","Part of some selected photos":"Parte de algunas fotos seleccionadas","Password":"Contraseña","Password changed":"Contraseña cambiada","Pause":"Pausa","Payment required":"Se requiere pago","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","Permission denied":"Permiso denegado","Person":"Persona","Person cover updated":"Portada de persona actualizada","Person deleted":"Persona eliminada","Person not found":"Persona no encontrada","Person saved":"Persona salvada","Personal":"Personal","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism es 100% autofinanciado e independiente.","PhotoPrism+ Membership":"Membresía PhotoPrism+","Photos":"Fotos","Picture":"Fotografía","Picture Title":"Título de la imagen","Pink":"Rosa","Pinned":"Destacado","Place":"Lugar","Place & Time":"Lugar y tiempo","Places":"Lugares","Play":"Reproducir","Please confirm your new password.":"Por favor, confirma tu nueva contraseña.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Copia la siguiente contraseña de la aplicación generada aleatoriamente y guárdala en un lugar seguro, ya que no podrás volver a verla:","Please do not upload any private, unlawful or offensive pictures.":"Por favor, no subas fotos privadas, ilegales u ofensivas.","Please don't upload photos containing offensive content.":"Por favor, no subas fotos con contenido ofensivo.","Please enter OTP character {0}":"Por favor, introduce el carácter OTP {0}","Please log in to your account":"Por favor inicie sesión","Please note that changing your password will log you out on other devices and browsers.":"Tenga en cuenta que al cambiar su contraseña se cerrará la sesión en otros dispositivos y navegadores.","Please restart your instance for the changes to take effect.":"Reinicie su instancia para que los cambios surtan efecto.","Please wait…":"Por favor, espere…","PM":"PM","PNG Size Limit: %{n}px":"Límite de tamaño del PNG: %{n}px","Portal":"Portal","Portrait":"Retrato","Preserve filenames":"Preservar nombres de archivo","Press enter to create a new album.":"Presiona enter para crear un nuevo álbum.","Press enter to create new item":"Pulsa intro para crear un nuevo elemento","Prevent database and album backups as well as YAML sidecar files from being created.":"Evita que se creen copias de seguridad de la base de datos y de los álbumes, así como archivos sidecar YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Evita que otras aplicaciones accedan a PhotoPrism como unidad de red compartida.","Preview":"Vista previa","Preview Images":"Vista previa de imágenes","Previous":"Anterior","Previous page":"Página anterior","Previous visual":"Visual anterior","Primary":"Primario","Private":"Privado","Processing upload...":"Procesando la carga...","Product Feedback":"Comentarios sobre el producto","Projection":"Proyección","Purple":"Púrpura","Quality Filter":"Filtro de calidad","Quality Score":"Puntuación de calidad","Quota exceeded":"Cuota superada","Random":"Aleatorio","Rating {0} of {1}":"Clasificación {0} de {1}","Raw":"Raw","RAW":"RAW","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ñadido recientemente","Recently Archived":"Recientemente archivado","Recently Edited":"Editado recientemente","Recognition starts after indexing has been completed.":"El reconocimiento se inicia una vez finalizada la indexación.","Recognized":"Reconocida","Recovery Code":"Código de recuperación","Red":"Rojo","Refresh":"Actualiza","Regions":"Regiones","Register":"Regístrese en","Registration disabled":"Registro deshabilitado","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 from all":"Eliminar de todos","Remove from all selected photos":"Eliminar de todas las fotos seleccionadas","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.","Remove the selected instance from the cluster registry?":"¿Eliminar la instancia seleccionada del registro del cluster?","Removed":"Eliminado","Removed %{name}":"Se ha eliminado %{name}","Removed %d files and %d photos":"Eliminados %d archivos y %d fotos","Repeated":"Repetido","Request failed - are you offline?":"Solicitud fallida - ¿estás desconectado?","Request failed - invalid response":"La solicitud ha fallado - respuesta inválida","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Exige que las imágenes no fotográficas y de baja calidad sean revisadas antes de que aparezcan en los resultados de búsqueda.","Resolution":"Resolución","Restart":"Reinicie","Restore":"Restaurar","Restored":"Restaurado","Retry Limit":"Límite de reintentos","Retype Password":"Reescriba la contraseña","Review":"Revisar","Role":"Papel","Roles":"Funciones","Rotated":"Girado","Rows per page:":"Filas por página:","Satellite":"Satélite","Save":"Guardar","Save changes":"Guardar cambios","Scan":"Escanear","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Escanea el código QR con tu aplicación de autenticación o utiliza la clave de configuración que se muestra a continuación e introduce el código de verificación generado:","Scans":"Escaneos","Scope":"Alcance","Scopes":"Visores","Search":"Buscar","Season":"Temporada","Secret":"Secreto","Security and Access":"Seguridad y acceso","Select":"Seleccionar","Select a source folder to import files…":"Selecciona una carpeta de origen para importar archivos…","Select date":"Selecciona la fecha","Select dates":"Selecciona las fechas","Select or create albums":"Seleccionar o crear álbumes","Select or create labels":"Selecciona o crea etiquetas","Select or drop files to upload…":"Selecciona o suelta archivos para subir…","Select the files to upload…":"Selecciona los archivos que quieres subir…","Select the folder to be indexed…":"Selecciona la carpeta a indexar…","Select Time":"Selecciona Hora","Selection":"Selección","Selection added to %s":"Selección añadida a %s","Selection approved":"Selección aprobada","Selection archived":"Selección archivada","Selection marked as private":"Selección marcada como privada","Selection not found":"Selección no encontrada","Selection restored":"Selección restaurada","Sequential Name":"Nombre secuencial","Service":"Servicio","Service URL":"URL del servicio","Services":"Servicios","Session":"Sesión","Session ID":"ID de sesión","Sessions":"Sesiones","Set as Album Cover":"Poner como Portada del Álbum","Set as Cover Image":"Establecer como imagen de portada","Settings":"Ajustes","Settings saved":"Ajustes guardados","Setup":"Configurar","Severity":"Gravedad","Share":"Compartir","Share %{s}":"Compartir %{s}","Show":"Mostrar","Show All Labels":"Mostrar todas las etiquetas","Show all new faces":"Mostrar todas las caras nuevas","Show Caption":"Mostrar pie de foto","Show Captions":"Mostrar subtítulos","Show face markers":"Mostrar marcadores faciales","Show hidden":"Mostrar oculto","Show Important Only":"Mostrar sólo importante","Show logs in the web interface to monitor activity and troubleshoot problems.":"Muestra los registros en la interfaz web para supervisar la actividad y solucionar problemas.","Show smart albums that group pictures by occasion, trip, or location.":"Muestra álbumes inteligentes que agrupen las fotos por ocasión, viaje o lugar.","Show the Account page so users can manage their profile and security settings.":"Muestra la página Cuenta para que los usuarios puedan gestionar su perfil y su configuración de seguridad.","Show the Calendar view to browse the library by year and month.":"Muestra la vista Calendario para navegar por la biblioteca por año y mes.","Show the Labels section to view and manage AI-generated labels.":"Muestra la sección Etiquetas para ver y gestionar las etiquetas generadas por la IA.","Show the Library section to index, manage, and monitor the media library.":"Muestra la sección Biblioteca para indexar, gestionar y supervisar la biblioteca multimedia.","Show the Places view with interactive maps so you can browse photos by location.":"Muestra la vista Lugares con mapas interactivos para que puedas examinar las fotos por ubicación.","Show Titles":"Mostrar títulos","Sidecar":"Adicional","Sidecar Files":"Archivos Sidecar","Sign in":"Iniciar sesión","Sign Out":"Cerrar sesión","Similar":"Similares","Site URL":"URL del sitio","Size":"Tamaño","Slideshow":"Presentación de diapositivas","Slow":"Lento","Software":"Software","Software Update":"Actualización del software","Some albums could not be copied":"Algunos álbumes no se han podido copiar","Some albums could not be created. Please edit the names and try again.":"No se han podido crear algunos álbumes. Por favor, edita los nombres e inténtalo de nuevo.","Some albums could not be updated":"No se han podido actualizar algunos álbumes","Something went wrong, try again":"Algo ha ido mal, inténtalo de nuevo","Sort by":"Ordenar por","Sort by Name (A–Z)":"Ordenar por nombre (A-Z)","Sort by Photo Count":"Ordenar por número de fotos","Sort by Relevance":"Ordenar por relevancia","Sort Order":"Orden de Clasificación","Sorted ascending.":"Ordenados de forma ascendente.","Sorted descending.":"Ordenados descendentemente.","Source":"Fuente","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":"Apilable","Stacks":"Secuencias","Start":"Empezar","Start Page":"Página de inicio","Static Size Limit: %{n}px":"Límite de tamaño de miniaturas estáticas: %{n}px","Status":"Estado","Stay signed in on this device":"Permanecer conectado en este dispositivo","Stop Casting":"Deja de hacer el casting","Storage":"Almacenes","Streets":"Calles","Subject":"Sujeto","Subject deleted":"Sujeto eliminado","Subject not found":"Asunto no encontrado","Subject saved":"Asunto guardado","Successfully activated":"Activado exitosamente","Successfully Connected":"Conectado con éxito","Successfully deleted":"Eliminado con éxito","Successfully verified":"Verificado con éxito","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"El soporte para servicios adicionales, como Google Drive, se añadirá a futuro.","Support Our Mission":"Apoye nuestra misión","Sync":"Sincronizar","Sync raw and video files":"Sincronizar imágenes raw y videos","Taken":"Tomada","Teal":"Verde Azulado","Terrain":"Terreno","Text":"Texto","Thank You for Your Support!":"¡Gracias por su apoyo!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Por eso PhotoPrism se ha creado desde cero para que funcione donde lo necesites, sin comprometer la libertad, la privacidad ni la funcionalidad.","The index currently contains %{n} hidden files.":"El índice contiene actualmente %{n} archivos ocultos.","The instance rejected the cluster credentials.":"La instancia rechazó las credenciales del clúster.","The instance returned an unexpected redirect.":"La instancia devolvió una redirección inesperada.","The wakeup interval is %s, but must be 1h or less":"El intervalo de activación es %s, pero debe ser 1h o menos","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 account is missing an ID and can't be edited.":"A esta cuenta le falta un ID y no se puede editar.","This field is required":"Este campo es obligatorio","This instance has no site URL configured.":"Esta instancia no tiene configurada ninguna URL de sitio.","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 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.","Time":"Tiempo","Time UTC":"Hora UTC","Time Zone":"Zona horaria","Timeout":"Tiempo de espera","Title":{"":"Título","Account":"Título","Photo":"Título"},"Title / Position":"Título / Cargo","to":"para","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Para evitar que te bloqueen la cuenta, descarga, imprime o copia ahora este código de recuperación y guárdalo en un lugar seguro.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Para generar una nueva contraseña específica de la aplicación, introduce el nombre y el ámbito de autorización de la aplicación y selecciona una fecha de caducidad:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Para cambiar a una nueva aplicación o dispositivo de autenticación, primero desactiva la autenticación de dos factores y luego reactívala:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Para actualizar, puede introducir un código de activación o hacer clic en \"Registrarse\" para darse de alta en nuestro sitio web:","Today":"Hoy","Toggle View":"Cambiar Vista","Token":"Simbólico","Too many files selected":"Demasiados archivos seleccionados","Too many requests":"Demasiadas peticiones","Troubleshooting":"Solución de problemas","Try again using other filters or keywords.":"Inténtalo de nuevo usando otros filtros o palabras.","Two-factor authentication has been enabled for your account.":"Se ha activado la autenticación de dos factores para tu cuenta.","Type":"Tipo","Unable to delete":"No se puede eliminar","Unable to do that":"No puedo hacerlo","Unassign":"Desasigna","Unauthorized":"Sin autorización","Undo":"Deshacer","Unique ID":"ID Única","Unknown":"Desconocido","Unknown location":"Ubicación desconocida","Unregistered":"No registrado","Unsorted":"Sin clasificar","Unstack":"Desagrupar","Unsupported":"No compatible","Unsupported format":"Formato no admitido","Unsupported type":"Tipo no admitido","Updated":"Actualizado","Updating faces":"Actualizando caras","Updating index":"Actualizando índice","Updating moments":"Actualizando Momentos","Updating picture…":"Actualizando la imagen…","Updating previews":"Actualizando vistas previas","Updating stacks":"Actualizando pilas","Upgrade":"Subir de Categoría","Upgrade Now":"Mejore su plan ahora","Upload":"Subir","Upload complete":"Subida completa","Upload complete. Indexing…":"Subida completa. Indexando…","Upload failed":"Carga fallida","Upload has been processed":"La carga ha sido procesada","Upload local files":"Subir archivos locales","Upload might be offensive":"El archivo subido puede ser ofensivo","Upload Path":"Cargar ruta","Uploading %{n} of %{t}…":"Cargando %{n} de %{t}…","Uploading photos…":"Subiendo fotos…","Uploading…":"Subiendo…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Utiliza el siguiente código de recuperación para acceder a tu cuenta cuando no puedas generar un código de verificación válido con tu aplicación de autenticación:","Use your recovery code or contact an administrator for help.":"Utiliza tu código de recuperación o ponte en contacto con un administrador para que te ayude.","User":"Usuario","User Guide":"Guía del usuario","User Interface":"Interfaz de usuario","User not found":"Usuario no encontrado","Username":"Nombre de usuario","Users":"Usuarios","UUID":"UUID","Vector":"Vector","Vectors":"Vectores","Verification Code":"Código de verificación","Verified email required":"Se requiere correo electrónico verificado","Version":"Versión","Video":"Vídeo","Video Duration":"Duración del vídeo","Videos":"Vídeos","View":"Ver","View search results as a list.":"Ver los resultados de la búsqueda como una lista.","Viewer":"Visor","Vision":"Visión","Visitor":"Visitante","Visual Similarity":"Similitud visual","Warning":"Advertencia","Web Login":"Inicio de sesión web","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"El soporte WebGL está desactivado en tu navegador","Website":"Página web","White":"Blanco","Work Details":"Detalles del trabajo","Year":"Año","Yellow":"Amarillo","Yes":"Sí","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Puede ponerse en contacto con nosotros en membership@photoprism.app si tiene preguntas sobre su afiliación.","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 can search for a location or move the marker on the map to change the position:":"Puedes buscar una ubicación o mover el marcador en el mapa para cambiar la posición:","You can upload up to %{n} files for test purposes.":"Puede cargar hasta %{n} archivos para realizar pruebas.","You cannot change your own role.":"No puedes cambiar tu propio rol.","You do not have access to any instances.":"No tienes acceso a ninguna instancia.","You may only select one item":"Sólo puedes selecionar un elemento","You may rescan your library to find additional faces.":"Puede volver a escanear su biblioteca para encontrar más caras.","Your account could not be connected":"Su cuenta no pudo ser conectada","Your account has been successfully connected.":"Su cuenta se ha conectado correctamente.","Your browser does not support WebGL":"Tu navegador no soporta WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Su apoyo continuo nos ayuda a proporcionar actualizaciones periódicas y a seguir siendo independientes, para que podamos cumplir nuestra misión y proteger su privacidad.","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.","Zip created in %d s":"Zip creado en %d","Zoom in/out":"Acercar/Alejar","Archive":{"Noun":"Archivar","Verb":"Archivar"},"Add a Title":{"Photo":"Añadir un título"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/et.json b/frontend/src/locales/json/et.json index 11af8821d..a36dfb307 100644 --- a/frontend/src/locales/json/et.json +++ b/frontend/src/locales/json/et.json @@ -1 +1 @@ -{"et":{"{0} appended action":"{0} lisatud tegevus","{0} files":"{0} failid","{0} files ({1} in total)":"{0} failid ({1} kokku)","{0} more":"{0} rohkem","{0} prepended action":"{0} eelistatud tegevus","{0} selected":"{0} valitud","{0}-{1} of {2}":"{0}-{1} of {2}","%{n} albums found":"%{n} albumit leitud","%{n} files uploaded":"%{n} faili üles laaditud","%{n} folders found":"%{n} kausta leitud","%{n} GB of %{q} GB used":"%{n} GB %{q} kasutatud GB","%{n} labels found":"%{n} silti leitud","%{n} people found":"%{n} inimest leitud","%{n} pictures found":"%{n} pilti leitud","%{s} is too long":"%{s} on liiga pikk","%{s} is too short":"%{s} on liiga lühike","%d entries added to %s":"%d kirjet lisatud albumisse %s","%d entries removed from %s":"%d kirjet eemaldatud albumist %s","%d files uploaded in %d s":"%d faili üles laaditud %d sekundiga","%s already exists":"%s on juba olemas","%s has been restored":"%s on taastatud","1 hour":"1 tund","12 hours":"12 tundi","2-Factor Authentication":"2-faktoriline autentimine","2FA":"2FA","4 hours":"4 tundi","A click will copy it to your clipboard.":"Klõpsamine kopeerib selle lõikelauale.","A new version of %{s} is available:":"Rakenduse %{s} uus versioon on saadaval:","About":"Teave","Access granted.":"Juurdepääs lubatud.","Access revoked.":"Juurdepääs tühistatud.","Access Token":"Juurdepääsutunnus","Account":"Konto","Account created":"Konto loodud","Account deleted":"Konto kustutatud","Account Group Mappings":"Kontorühmade seosed","Account not found":"Kontot ei leitud","Account restored":"Konto taastatakse","Account saved":"Konto salvestatud","Accounts":"Kontod","Accuracy":"Täpsus","Action":"Tegevus","Actions":"Tegevused","Activate":"Aktiveeri","Activate to remove sorting.":"Aktiveerige sorteerimise eemaldamiseks.","Activate to sort ascending.":"Aktiveerige sorteerimine ülespoole.","Activate to sort descending.":"Aktiveerige sorteerimine kahanevas järjestuses.","Activation Code":"Aktiveerimiskood","Activity":"Tegevus","Add":"Lisa","Add %{s}?":"Lisa %{s}?","Add a Caption":"Lisa pildiallkiri","Add Account":"Lisa konto","Add Album":"Lisa album","Add Link":"Lisa link","Add Notes":"Lisa märkmeid","Add person?":"Lisa inimene?","Add pictures from search results by selecting them.":"Lisa pilte otsingutulemustest neid valides.","Add to album":"Lisa albumisse","Add to all":"Lisa kõigile","Add to all selected photos":"Lisa kõigile valitud fotodele","Added":"Lisatud","Added %{name}":"Lisati %{name}","Adjust Camera Info":"Kaamera info reguleerimine","Adjust Date & Time":"Kohandage kuupäeva ja kellaaega","Adjust Location":"Kohandage asukohta","Admin":"Admin","Advanced":"Täpsemad","Advertise URL":"Reklaami URL","After 1 day":"1 päeva pärast","After 3 days":"3 päeva pärast","After 7 days":"7 päeva pärast","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Pärast parooli kinnitamiseks sisestamist saate seadistada kahefaktorilise autentimise ühilduva autentimisrakenduse või -seadmega.","After one month":"Ühe kuu pärast","After one year":"Ühe aasta pärast","After selecting pictures from search results, you can add them to an album using the context menu.":"Pärast piltide valimist otsingutulemustest saad need kontekstimenüü abil albumisse lisada.","After two months":"Kahe kuu pärast","After two weeks":"Kahe nädala pärast","Album":"Album","Album %s deleted":"Album %s kustutatud","Album Backups":"Albumite varukoopiad","Album contents cloned":"Albumi sisu kloonitud","Album created":"Album lisatud","Album deleted":"Album kustutatud","Album not found":"Albumit ei leitud","Album saved":"Album salvestatud","Albums":"Albumid","Albums deleted":"Albumid kustutatud","All":"Kõik","All %{n} albums loaded":"Kõik %{n} albumit laaditud","All %{n} labels loaded":"Kõik %{n} silti laaditud","All %{n} people loaded":"Kõik %{n} inimest laaditud","All Cameras":"Kõik kaamerad","All Categories":"Kõik kategooriad","All Colors":"Kõik värvid","All Countries":"Kõik riigid","All files from import folder":"Kõik failid impordikaustast","All Lenses":"Kõik läätsed","All Months":"Kõik kuud","All originals":"Kõik originaalid","All Years":"Kõik aastad","Allow configuration and use of connected apps and services for remote uploads and sync.":"Võimaldab ühendatud rakenduste ja teenuste konfigureerimist ja kasutamist kauglaadimiseks ja sünkroonimiseks.","Allow editing of metadata such as title, description, date, and location.":"Võimaldab metaandmete, nagu pealkiri, kirjeldus, kuupäev ja asukoht, redigeerimist.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Võimaldab korraga mitme pildi metaandmete, siltide ja albumite redigeerimist.","Allow files to be copied or moved from the Import to the Originals folder.":"Lubage tööriist Import, et kopeerida või teisaldada faile kaustast Import originaalidesse.","Allow files to be permanently deleted to free up storage space.":"Lubab failide lõplikku kustutamist, et vabastada salvestusruumi.","Allow users to archive photos and videos so they are hidden without being deleted.":"Võimaldab kasutajatel arhiveerida fotosid ja videoid, et need oleksid peidetud ilma kustutamata.","Allow users to create and share links, and enable sharing with connected services.":"Võimaldab kasutajatel luua ja jagada linke ning võimaldada jagamist ühendatud teenustega.","Allow users to upload new photos and videos through the web interface.":"Võimaldab kasutajatel veebiliidese kaudu uusi fotosid ja videoid üles laadida.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternatiivina saad faile üles laadida otse WebDAV serveritesse nagu Nextcloud.","Altitude":"Kõrgus","Altitude (m)":"Kõrgus (m)","AM":"AM","Animated":"Animeeritud","Animation":"Animatsioon","Animations":"Animatsioonid","Any private photos and videos remain private and won't be shared.":"Kõik isiklikud fotod ja videod jäävad isiklikuks ja neid ei jagata.","API Key":"API võti","Application":"Taotlus","Applications":"Rakendused","Approve":"Kinnita","Approve and save changes":"Muudatuste kinnitamine ja salvestamine","Apps and Devices":"Rakendused ja seadmed","Archived":"Arhiveeritud","Are you sure you want to archive the selection?":"Kas oled kindel, et soovid valiku arhiveerida?","Are you sure you want to delete these albums?":"Kas oled kindel, et soovid need albumid kustutada?","Are you sure you want to delete these labels?":"Kas oled kindel, et soovid need sildid kustutada?","Are you sure you want to delete this account?":"Kas oled kindel, et soovid selle konto kustutada?","Are you sure you want to delete this album?":"Kas olete kindel, et soovite selle albumi kustutada?","Are you sure you want to permanently delete these pictures?":"Kas oled kindel, et soovid need pildid lõplikult kustutada?","Are you sure you want to permanently delete this file?":"Kas oled kindel, et soovid selle faili lõplikult kustutada?","Are you sure?":"Kas sa oled kindel?","Artist":"Kunstnik","Aspect Ratio":"Küljesuhe","Attributes":"Atribuudid","Audio":"Audio","Audit Log":"Audio","Authentication":"Autentimine","Auto":"Auto","Back":"tagasi","Back to top":"Tagasi üles","Backup":"Varukoopia","Badge":"Märgis","Base Path":"Baasirada","Batch":"Partii","Batch Edit":"Partii muutmine","Become a member today, support our mission and enjoy our member benefits!":"Astu liikmeks juba täna, toeta meie missiooni ja naudi meie liikmete soodustusi!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Kuna me oleme 100% isefinantseeritud ja sõltumatud, võime lubada, et me ei müü kunagi su andmeid ja et oleme oma tarkvara ja teenuste osas alati läbipaistvad.","Bio":"Elulugu","Birth Date":"Sünnikuupäev","Black":"Must","Blue":"Sinine","Brown":"Pruun","Browse":"Sirvi","Browse Files":"Failide sirvimine","Browse Pictures":"Sirvi pilte","Bug Report":"Vearaport","Busy, please try again later":"Hõivatud, palun proovi hiljem uuesti","Busy, please wait…":"Hõivatud, palun oota…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Meie poolt pakutavat tarkvara ja teenuseid kasutades nõustud kasutustingimuste, privaatsuspoliitika ja käitumiskoodeksiga.","Calendar":"Kalender","Camera":"Kaamera","Camera not found":"Kaamerat ei leitud","Camera Serial":"Kaamera seerianumber","Can't access your authenticator app or device?":"Ei saa juurdepääsu oma autentimisrakendusele või seadmele?","Can't load more, limit reached":"Rohkem ei saa laadida, limiit on saavutatud","Can't select more items":"Rohkem objekte ei saa valida","Cancel":"Katkesta","Cannot copy to clipboard":"Ei saa kopeerida lõikelauale","Caption":"Pealkiri","Cards":"Kaardid","Carousel slide {0} of {1}":"Karussell slaid {0} of {1}","Cast":"Osatäitjad","Category":"Kategooria","Change Avatar":"Muuda profiilipilti","Change Password":"Muuda parool","Change private flag":"Muuda isiklikkust","Changes could not be saved":"Muudatuste salvestamine ebaõnnestus","Changes successfully saved":"Muudatused edukalt salvestatud","Changes to the advanced settings require a restart to take effect.":"Täiustatud seadete muutmine nõuab jõustumiseks taaskäivitamist.","Checked":"Kontrollitud","Choose an instance to continue:":"Jätkamiseks vali instants:","Chroma":"Värviküllastus","Cleaning index and cache":"Indeksi ja vahemälu puhastamine","Cleanup":"Puhastamine","Clear":"Selge","Clear {0}":"Clear {0}","Client":"Klient","Close":"Sulge","Cluster":"Klaster","Cluster Admin":"Klastri administraator","Cluster Node":"Klastrisõlm","Codec":"Koodek","Color":"Värv","Color Profile":"Värviprofiil","Colors":"Värvid","Compare Editions":"Võrdle versioone","Complete Rescan":"Täielik taasskannimine","Confidence":"Kindlus","Confirm":"Kinnita","Connect":"Ühenda","Connect via WebDAV":"Ühenda WebDAV-i kaudu","Connected":"Ühendatud","Contact Details":"Kontaktandmed","Contact Us":"Võta meiega ühendust","Contains %{n} pictures.":"Sisaldab %{n} pilti.","Contains one picture.":"Sisaldab ühte pilti.","Content":{"":"Sisu","Edit":"Sisu"},"Continue":"Jätka","Contributor":"Toetaja","Converting":"Konverteerimine","Copied to clipboard":"Kopeeritud lõikelauale","Copy":"Kopeeri","Copying files from %s":"Failide kopeerimine asukohast %s","Copyright":"Autoriõigus","Could not be deleted":"Kustutamine ebaõnnestus","Could not connect, please try again":"Ühendumine ebaõnnestus, palun proovi uuesti","Could not update person cover":"Ei saanud uuendada isiku katet","Couldn't find anything.":"Midagi ei leitud.","Country":"Riik","Create Account":"Loo konto","Create album":"Lisa album","Create regular backups based on the configured schedule.":"Looge indeksi varukoopiaid vastavalt seadistatud ajakavale.","Create YAML files to back up album metadata.":"Loo YAML-failid albumite metaandmete varundamiseks.","Create YAML sidecar files to back up picture metadata.":"Loo YAML-sidekartiifailid pildi metaandmete varundamiseks.","Created":"Lisatud","Creating thumbnails for":"Pisipiltide loomine:","Current Password":"Praegune parool","Custom":"Kohandatud","Cyan":"Tsüaan","Daily":"Üks kord päevas","Database":"Andmebaas","Database Backups":"Andmebaasi varukoopiad","Databases":"Andmebaasid","Date & Time":"Kuupäev ja kellaaeg","Day":"Päev","Deactivate":"Deaktiveeri","Debug Logs":"Tõrkeotsingu logid","Default":"Vaikimisi","Default Folder":"Vaikimisi kaust","Delete":"Kustuta","Delete Album":"Kustuta album","Delete All":"Kustuta kõik","Delete all?":"Kustutada kõik?","Delete orphaned index entries, sidecar files and thumbnails.":"Kustutage orbude indeksikanded, külgmised failid ja pisipildid.","deleted":"kustutatud","Description":"Kirjeldus","Detailed instructions can be found in our User Guide.":"Üksikasjalikud juhised leiad meie kasutajajuhendist.","Details":"Üksikasjad","Dimensions":"Mõõtmed","Disable all face detection and recognition features.":"Lülita välja kõik näo tuvastamise ja äratundmise funktsioonid.","Disable Backups":"Keela varukoopiad","Disable Darktable":"Keela Darktable","Disable ExifTool":"Keela ExifTool","Disable Faces":"Välja lülitada Faces","Disable features that require write permission for the originals folder.":"Lülitage välja funktsioonid, mis nõuavad originaalide kausta kirjutamisõigust.","Disable FFmpeg":"Keela FFmpeg","Disable ImageMagick":"Lülita ImageMagick välja","Disable interactive world maps and reverse geocoding.":"Lülitage interaktiivsed maailmakaardid ja vastupidine geokodeerimine välja.","Disable MCP":"Lülita MCP välja","Disable Places":"Keela kohad","Disable RawTherapee":"Keela RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Lülitage MCP (Model Context Protocol) API-pääsupunkt välja tehisintellekti agentide integreerimiseks.","Disable Vectors":"Vektorite väljalülitamine","Disable WebDAV":"Keela WebDAV","Disabled":"Puudega inimesed","Disables vector graphics support.":"Lülitab vektorgraafika toetuse välja.","Disables video transcoding and thumbnail extraction.":"Lülitab välja video transkodeerimise ja pisipildi väljavõtte.","Discard":"Viska ära","Discard changes and close":"Viska muudatused kõrvale ja sulge","Discard invalid changes?":"Kas kehtetud muudatused visatakse kõrvale?","Discard unsaved changes?":"Salvestamata muudatused ära visata?","Discover":"Avasta","Dismiss":"Lase lahti","Display Name":"Esitusnimi","Display picture captions in search results.":"Pildiallkirjade kuvamine otsingutulemustes.","Display picture titles in search results.":"Pildi pealkirjade kuvamine otsingutulemustes.","Document":"Dokument","Documents":"Dokumendid","Don't use Darktable to convert RAW images.":"Ärge kasutage Darktable'i RAW-piltide teisendamiseks.","Don't use ImageMagick to convert images.":"Ärge kasutage ImageMagicki piltide teisendamiseks.","Don't use RawTherapee to convert RAW images.":"Ärge kasutage RawTherapee't RAW-piltide teisendamiseks.","Done":"Tehtud","Done.":"Tehtud.","Download":"Laadi alla","Download only original media files, without any automatically generated files.":"Laadige alla ainult originaalsed meediafailid, ilma automaatselt genereeritud failideta.","Download remote files":"Laadi alla kaugfailid","Downloading…":"Allalaadimine…","Drag and drop files here":"Lohistage failid siia","Driver":"Juht","Duplicates will be skipped and only appear once.":"Duplikaadid jäetakse vahele ja neid kuvatakse ainult ühekordselt.","Duration":"Kestus","Dynamic Previews":"Dünaamilised eelvaated","Dynamic Size Limit: %{n}px":"Dünaamiline suuruse limiit: %{n}px","Edit":"Muuda","Edit %{s}":"Muuda %{s}","Edit Account":"Konto muutmine","Edit Photo":"Foto muutmine","Edit Photos (%{n})":"Fotode redigeerimine (%{n})","Edited":"Muudetud","Email":"E-post","Enable debug mode to display additional logs and help with troubleshooting.":"Lubage tõrjerežiim, et kuvada täiendavaid logisid ja aidata tõrkeotsingutel.","Enable downloading of original and sidecar files from the web interface.":"Võimaldab veebiliidesest originaal- ja külgfailide allalaadimise.","Enable face recognition and the People view to easily find people you know.":"Võta kasutusele näotuvastus ja vaade \"Inimesed\", et hõlpsasti leida tuttavaid inimesi.","Enable new features that may be incomplete or unstable.":"Võta kasutusele uued funktsioonid, mis võivad olla ebatäielikud või ebastabiilsed.","Enable the file browser to navigate the Originals folder structure.":"Võta failibrauser kasutusele, et navigeerida originaalide kaustade struktuuris.","Enables RAW converter presets. May reduce performance.":"Lubab RAW-konverteri eelseadistused. Võib vähendada jõudlust.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Kahefaktorilise autentimise lubamine tähendab, et sisselogimiseks vajate juhuslikult genereeritud kinnituskoodi, nii et isegi kui keegi saab juurdepääsu teie paroolile, ei pääse ta teie kontole juurde.","Engine":"Mootor","Enter date":"Sisestage kuupäev","Enter dates":"Sisestage kuupäevad","Enter item name...":"Sisestage kirje nimi...","Enter the code generated by your authenticator app:":"Sisestage autentimisrakenduse poolt genereeritud kood:","Enter verification code":"Sisesta kontrollkood","Enter your password to confirm the action and continue:":"Toimingu kinnitamiseks ja jätkamiseks sisestage oma parool:","Entity not found":"Olemit ei leitud","Error":"Viga","Errors":"Vead","Estimate":"Hinnang:","Estimate Locations":"Hinnangulised asukohad","Estimate the approximate location of pictures without GPS coordinates.":"Hinnake piltide ligikaudset asukohta ilma GPS-koordinaatideta.","Every two days":"Iga kahe päeva tagant","Exclude hidden":"Välista peidetud","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metaandmete ekstraheerimine ExifTooliga on vajalik täieliku video-, live-foto- ja XMP-toe saamiseks.","Experimental Features":"Eksperimentaalsed funktsioonid","Expires":"Aegub","Exposure":"Säriaeg","Extract still images and generate thumbnails while indexing.":"Väljavõte fotodest ja pisipiltide genereerimine indekseerimise ajal.","F Number":"F-number","Face":"Nägu","Face not found":"Nägu ei leitud","Faces":"Näod","Failed creating file, please check permissions":"Faili loomine ebaõnnestus, kontrolli õiguseid","Failed creating folder, please check permissions":"Kausta loomine ebaõnnestus, kontrolli õiguseid","Failed removing link":"Lingi eemaldamine ebaõnnestus","Failed to connect account.":"Konto ühendamine ebaõnnestus.","Failed to create zip file":"ZIP-faili loomine ebaõnnestus","Failed to load users.":"Kasutajate laadimine ebaõnnestus.","Failed to remove face marker":"Ei õnnestunud eemaldada näomarkerit","Failed to remove name":"Nimi ei õnnestunud eemaldada","Failed to restart server":"Serveri taaskäivitamine ebaõnnestus","Failed to save changes":"Muudatusi ei õnnestunud salvestada","Failed to save face marker":"Ebaõnnestus näo märkimine","Failed to save name":"Nime ei õnnestunud salvestada","Failed updating link":"Lingi uuendamine ebaõnnestus","Family Name":"Perekonnanimi","Fast":"Kiire","Favorite":"Lemmik","Favorites":"Lemmikud","Feature disabled":"Funktsioon välja lülitatud","Feature Request":"Funktsiooni taotlus","Female":"Naine","File":"Fail","File Browser":"Failibrauser","File Conversion":"Faili konverteerimine","File deleted":"Fail kustutatud","File Name":"Faili nimi","File not found":"Faili ei leitud","File removed from stack":"Fail virnast eemaldatud","File Size":"Faili suurus","File too large":"Fail on liiga suur","File uploaded":"File üles laaditud","Filename":"Failinimi","Files":"Failid","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Järjestikuste nimedega failid nagu 'IMG_1234 (2)' ja 'IMG_1234 (3)' kuuluvad samale pildile.","First page":"Esimene lehekülg","Focal Length":"Fookuskaugus","Folder":"Kaust","Folder contains %{n} files":"Kaust sisaldab %{n} faili","Folder is empty":"Kaust on tühi","Folders":"Kaustad","Forgot password?":"Unustasid parooli?","FPS":"Kaadrisagedus","Frames":"Kaadrid","Full Access":"Täielik juurdepääs","Fullscreen":"Täisekraan","General":"Üldised","Generate":"Genereeri","Generate Previews":"Loo eelvaateid","Generated":"Genereeritud","Get Started":"Alusta","Given Name":"Eesnimi","Global Options":"Globaalsed valikud","Go to page {0}":"Mine lehele {0}","Gold":"Kuld","Green":"Roheline","Grey":"Hall","Groups":"Rühmad","Guest":"Külaline","Hash":"Räsi","Help":"Abi","Help & Support":"Abi ja tugi","Hidden":"Peidetud","Hidden Files":"Peidetud failid","Hide":"Peida","Hide Caption":"Peida pildiallkiri","Hide face markers":"Peida näo markerid","Hide private content from global views while keeping it accessible in the Private section.":"Peida privaatsed elemendid globaalsetest vaadetest, säilitades samas nende kättesaadavuse privaatses sektsioonis.","High":"Kõrge","High Dynamic Range (HDR)":"Lai dünaamiline diapasoon (HDR)","Hybrid":"Hübriid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Kui kaotate juurdepääsu autentimisrakendusele või -seadmele, saate oma kontole juurdepääsu taastamiseks kasutada taastekoodi.","Image":"Pilt","Image Quality":"Pildi kvaliteet","Import":"Import","Import canceled":"Import tühistatud","Import completed in %d s":"Import tehtud %d sekundiga","Import failed":"Import ebaõnnestus","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Imporditud failid sorteeritakse kuupäeva järgi ja neile antakse duplikaatide vältimiseks unikaalne nimi.","Importing %{s}…":"%{s} importimine…","Importing files to originals…":"Failide importimine originaalidesse…","in":"ajaga","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Kui pildid, mida ootasid, on puudu, skanni oma fototeek uuesti ja oota, kuni indekseerimine on lõpetatud.","Include RAW image files when downloading stacks and archives.":"Kaasa RAW-pildifailid virnade ja arhiivide allalaadimisel.","Include sidecar files when downloading stacks and archives.":"Kaasa külgkorvifailid virnade ja arhiivide allalaadimisel.","Increase storage size or delete files to continue.":"Jätkamiseks suurendage salvestusruumi suurust või kustutage faile.","Index":"Indeks","Indexing":"Indekseerimine","Indexing canceled":"Indekseerimine tühistatud","Indexing completed in %d s":"Indekseerimine lõpetatud %d sekundiga","Indexing failed":"Indekseerimine ebaõnnestus","Indexing files in %s":"Failide indekseerimine: %s","Indexing media and sidecar files…":"Meedia- ja abifailide indekseerimine…","Indexing originals...":"Originaalide indekseerimine...","Information":"Teave","Inherit":"Pärida","Instance":"Instants","Instance ID":"Eksemplari ID","Instance unreachable. Try again once it's back online.":"Teenus ei ole kättesaadav. Proovi uuesti, kui see on taas võrgus.","Instances":"Instants","Insufficient storage":"Ebapiisav ladustamine","Insufficient storage.":"Ebapiisav ladustamine.","Interval":"Intervall","Invalid":"Vigane","Invalid address":"Vale aadress","Invalid country":"Vale riik","Invalid credentials":"Kehtetud ligipääsuandmed","Invalid date":"Vigane kuupäev","Invalid link":"Vigane link","Invalid name":"Vigane nimi","Invalid parameters":"Vigased parameetrid","Invalid password, please try again":"Vale parool, palun proovi uuesti","Invalid photo selected":"Vigane foto valitud","Invalid time":"Vale aeg","Invalid URL":"Vale URL aadress","Invalid verification code, please try again":"Vale kinnituskood, proovige uuesti","IP Address":"IP-aadress","It is a one-time use code that will disable 2FA for your account when you use it.":"See on ühekordne kood, mis keelab teie kontol 2FA, kui seda kasutate.","Item":"Element","Items per page:":"Kirjed lehekülje kohta:","JPEG Quality: %{n}":"JPEG kvaliteet: %{n}","JPEG Size Limit: %{n}px":"JPEG suuruse limiit: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG- ja pisipildid renderdatakse automaatselt vastavalt vajadusele.","Keyword":"Märksõna","Keywords":"Märksõnad","Label":"Silt","Label not found":"Silti ei leitud","Label saved":"Silt salvestatud","Labels":"Sildid","Labels deleted":"Sildid kustutatud","Language":"Keel","Last Active":"Viimane aktiivne","Last Login":"Viimane sisselogimine","Last page":"Viimane lehekülg","Last Sync":"Viimane sünkroonimine","Last Used":"Viimati kasutatud","Latitude":"Laiuskraad","LDAP/AD":"LDAP/AD","Learn more":"Lisateave","Learn More":"Lisateave","Legal Information":"Õigusalane teave","Lens":"Objektiiv","Lens not found":"Objektiivi ei leitud","Library":"Fototeek","License":"Litsents","Like":"Meeldib","Lime":"Laimiroheline","Limit reached, showing first %{n} files":"Limiit saavutatud, näidatakse esimest %{n} faili","Link":"Link","List":"Loend","List View":"Nimekirja vaade","Live":"Live","Live Photos":"Liikuvad fotod","Load more":"Laadige rohkem","Loading items...":"Laadimine...","Loading...":"Laadimine...","Local":"Kohalik","Local Time":"Kohalik aeg","Location":"Asukoht","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Siia ilmuvad logiteated, kui PhotoPrism leiab katkiseid faile või kui esineb muid probleeme.","Login":"Logi sisse","Logs":"Logid","Longitude":"Pikkuskraad","Lost server connection":"Kaotatud serveriühendus","Low":"Madal","Magenta":"Magenta","Main Color":"Põhivärv","Male":"Mees","Manage Account":"Halda kontot","Manager":"Juht","Manual":"Käsitsi","Manual Upload":"Käsitsi üleslaadimine","Maps":"Kaardid","Marker":"Märk","Maximum number of accounts has been reached.":"Maksimaalne kontode arv on saavutatud.","Media":"Meedia","Medium":"Keskmine","Membership":"Liikmelisus","Merge %{a} with %{b}?":"Ühendada %{a} ja %{b}?","Message":"Sõnum","Metadata":"Metaandmed","Metrics":"Mõõdikud","Minimize":"Minimeeri","Missing":"Puudub","Missing or invalid configuration":"Puuduv või vigane konfiguratsioon","mixed":"segatud","Moments":"Hetked","Monochrome":"Mustvalge","Month":"Kuu","More options":"Rohkem võimalusi","Mosaic":"Mosaiik","Most Relevant":"Asjakohasemad eespool","Move Files":"Liiguta failid","Moving files from %s":"Failide liigutamine asukohast %s","Must have at least %{n} characters.":"Peab olema vähemalt %{n} tähemärki.","Mute":"Mute","Name":"Nimi","Name too long":"Nimi on liiga pikk","Never":"Mitte kunagi","New":"Uus","New Password":"Uus parool","Newest First":"Uuemad eespool","Next":"Järgmine","Next page":"Järgmine lehekülg","Next visual":"Järgmine visuaalne","No":"Ei","No Access":"Juurdepääs puudub","No albums assigned":"Ei ole määratud albumeid","No albums found":"Albumeid ei leitud","No albums selected":"Ühtegi albumit pole valitud","No data available":"Andmed puuduvad","No files available for download":"Ühtegi faili ei ole allalaadimiseks saadaval","No items selected":"Midagi pole valitud","No labels assigned":"Märgistus puudub","No labels found":"Silte ei leitud","No labels selected":"Ühtegi silti pole valitud","No matching records found":"Sobivaid kirjeid ei leitud","No more":"Enam ei ole","No people found":"Inimesi ei leitud","No pictures found":"Pilte ei leitud","No recently edited pictures":"Hiljuti muudetud pilte ei ole","No registered instances.":"Registreeritud juhtumeid pole.","No results":"Tulemusi ei ole","No server connection":"Serveriühendus puudub","No servers configured.":"Ühtegi serverit pole seadistatud.","No services configured.":"Ühtegi teenust pole seadistatud.","No thanks":"Ei aitäh","No users on this instance.":"Sellel instantsil pole kasutajaid.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Seda märksõna sisaldavaid hoiatusi või vigu ei ole. Pane tähele, et otsing on tõusutundlik.","Node":"Sõlme","Nodes":"Sõlmed","Non-photographic and low-quality images require a review before they appear in search results.":"Mittefotograafilised ja madala kvaliteediga pildid tuleb üle vaadata, enne kui nad otsingutulemustes ilmuvad.","None":"Puudub","Not allowed":"Ei ole lubatud","Not available in public mode":"Pole avalikus režiimis saadaval","Not available in read-only mode":"Pole kirjutuskaitstud režiimis saadaval","Not found":"Ei leitud","Not sorted.":"Ei ole sorteeritud.","Not supported":"Ei toetata","Note you may manually manage your originals folder and importing is optional.":"Pane tähele, et võid originaalide kausta käsitsi hallata, importimine on vabatahtlik.","Note:":"Märkus:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Märkus: Ainult WebDAV servereid, nagu Nextcloud või PhotoPrism, saab seadistada kaugteenusena varundamiseks ja failide üleslaadimiseks.","Notes":"Märkused","Nothing to see here yet.":"Siin pole veel midagi näha.","Nothing was found.":"Midagi ei leitud.","Offline":"Võrguühenduseta","OK":"OK","Oldest First":"Vanemad eespool","On Windows, enter the following resource in the connection dialog:":"Windowsis sisestage ühendusdialoogi järgmine ressurss:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Väikepiltide nõudmisel genereerimine võib põhjustada suurt protsessori- ja mälukasutust. Seda ei soovitata piiratud ressurssidega serverite ja NAS-seadmete puhul.","Once a week":"Üks kord nädalas","One album found":"Üks album leitud","One entry added to %s":"Üks kirje lisatud albumisse %s","One entry removed from %s":"Üks kirje eemaldatud albumist %s","One file found":"Üks fail leitud","One file uploaded":"Üks fail üles laaditud","One folder found":"Üks kaust leitud","One label found":"Üks silt leitud","One person found":"Üks inimene leitud","One picture found":"Üks pilt leitud","Only locally managed accounts can be set up for authentication with 2FA.":"2FA-ga autentimiseks saab seadistada ainult lokaalselt hallatud kontosid.","Open":"Avatud","optional":"vabatahtlik","or":"või","Orange":"Oranžikas","Organization":"Organisatsioon","Orientation":"Orientatsioon","Original file names will be stored and indexed.":"Failide algsed nimed salvestatakse ja indekseeritakse.","Original Name":"Esialgne nimi","Originals":"Originaalid","Originals folder is empty":"Originaalide kaust on tühi","Other":"Muu","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Meie eesmärk on pakkuda kõige kasutajasõbralikumat ja privaatsussõbralikumat lahendust, et hoida teie pilte korrastatuna ja kättesaadavana.","Outdoor":"Loodus","Page {0}, Current page":"Lehekülg {0}, Praegune lehekülg","Pages":"Leheküljed","Pagination Navigation":"Lehekülgede navigeerimine","Panorama":"Panoraam","Panoramas":"Panoraamid","Part of all selected photos":"Osa kõigist valitud fotodest","Part of some selected photos":"Osa valitud fotodest","Password":"Parool","Password changed":"Parool muudetud","Pause":"Paus","Payment required":"Makse on vajalik","People":"Inimesed","People you share a link with will be able to view public contents.":"Inimesed, kellega linki jagad, saavad avalikku sisu vaadata.","Permanently deleted":"Lõplikult kustutatud","Permission denied":"Õigused puuduvad","Person":"Isik","Person cover updated":"Isiku kate ajakohastatud","Person deleted":"Isik kustutatud","Person not found":"Isikut ei leitud","Person saved":"Isik salvestatud","Personal":"Isiklik","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism on 100% omafinantseeringuline ja sõltumatu.","PhotoPrism+ Membership":"PhotoPrism+ liikmelisus","Photos":"Fotod","Picture":"Pilt","Picture Title":"Pildi pealkiri","Pink":"Roosa","Pinned":"Kinnitatud","Place":"Koht","Place & Time":"Koht ja aeg","Places":"Kohad","Play":"Mängi","Please confirm your new password.":"Palun kinnita oma uus parool.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopeerige järgmine juhuslikult loodud rakenduse parool ja hoidke seda kindlas kohas, kuna te ei saa seda enam näha.","Please do not upload any private, unlawful or offensive pictures.":"Palun ärge laadige üles privaatseid, ebaseaduslikke või solvavaid pilte.","Please don't upload photos containing offensive content.":"Palun ära laadi üles solvava sisuga fotosid.","Please enter OTP character {0}":"Palun sisestage OTP märk {0}","Please log in to your account":"Palun logi oma kontole sisse","Please note that changing your password will log you out on other devices and browsers.":"Pane tähele, et parooli muutmine logib sind teistes seadmetes ja brauserites välja.","Please restart your instance for the changes to take effect.":"Palun taaskäivitage oma instants, et muudatused jõustuksid.","Please wait…":"Palun oodake…","PM":"PM","PNG Size Limit: %{n}px":"PNG suuruse limiit: %{n}px","Portal":"Portaal","Portrait":"Püstformaat","Preserve filenames":"Säilita failinimed","Press enter to create a new album.":"Uue albumi lisamiseks vajuta Enter.","Press enter to create new item":"Uue elemendi loomiseks vajutage enter","Prevent database and album backups as well as YAML sidecar files from being created.":"Andmebaasi ja albumi varukoopiate ning YAML-sidcar-failide loomise vältimine.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Vältida teiste rakenduste juurdepääsu PhotoPrismile kui jagatud võrgukettale.","Preview":"Eelvaade","Preview Images":"Eelvaatepildid","Previous":"Eelmine","Previous page":"Eelmine lehekülg","Previous visual":"Eelmine visuaalne","Primary":"Primaarne","Private":"Isiklik","Processing upload...":"Üleslaaditud faili töötlemine...","Product Feedback":"Tagasiside","Projection":"Projektsioon","Purple":"Lilla","Quality Filter":"Kvaliteedifilter","Quality Score":"Kvaliteediskoor","Quota exceeded":"Kvoot ületatud","Random":"Juhuslik","Rating {0} of {1}":"Hinnang {0} {1}","Raw":"RAW","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Indekseeri uuesti kõik originaalid, sealhulgas juba indekseeritud ja muutmata failid.","Read-Only Mode":"Kirjutuskaitserežiim","Recently Added":"Hiljuti lisatud","Recently Archived":"Hiljuti arhiveeritud","Recently Edited":"Hiljuti muudetud","Recognition starts after indexing has been completed.":"Tuvastamine algab pärast indekseerimise lõppemist.","Recognized":"Tuvastatud","Recovery Code":"Taastamiskood","Red":"Punane","Refresh":"Värskenda","Regions":"Piirkonnad","Register":"Registreeri","Reload":"Laadi uuesti","Reloading…":"Uuesti laadimine…","Remote Sync":"Kaugsünkroonimine","Remove":"Eemalda","remove failed: unknown album":"eemaldamine ebaõnnestus: tundmatu album","Remove from Album":"Eemalda albumist","Remove from all":"Eemaldage kõikidest","Remove from all selected photos":"Eemaldage kõik valitud fotod","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Eemalda imporditud failid salvestusruumi säästmiseks. Mittetoetatud failitüüpe ei kustutata kunagi, need jäävad oma praegusesse asukohta.","Remove the selected instance from the cluster registry?":"Eemaldage valitud instants klastri registrist?","Removed":"Eemaldatud","Removed %{name}":"%{name} eemaldati","Removed %d files and %d photos":"Eemaldatud %d faili ja %d fotot","Repeated":"Korduv","Request failed - are you offline?":"Taotlus ebaõnnestus - kas olete võrguühenduseta?","Request failed - invalid response":"Päring ebaõnnestus - vigane vastus","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Nõuda mittefotograafiliste ja madala kvaliteediga piltide läbivaatamist enne nende ilmumist otsingutulemustesse.","Resolution":"Resolutsioon","Restart":"Restart","Restore":"Taasta","Restored":"Taastatud","Retry Limit":"Korduvkatsete limiit","Retype Password":"Parool uuesti","Review":"Läbivaatamine","Role":"Role","Roles":"Rollid","Rotated":"Pööratud","Rows per page:":"Rida lehekülje kohta:","Satellite":"Satelliit","Save":"Salvesta","Save changes":"Muudatuste salvestamine","Scan":"Skannitud","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skannige QR-kood oma autentimisrakendusega või kasutage allpool näidatud seadistusvõtit ja sisestage seejärel loodud kinnituskood:","Scans":"Skannid","Scope":"Reguleerimisala","Scopes":"Ulatused","Search":"Otsi","Season":"Aastaaeg","Secret":"Salajane","Security and Access":"Turvalisus ja ligipääs","Select":"Vali","Select a source folder to import files…":"Valige failide importimiseks lähtekaust…","Select date":"Valige kuupäev","Select dates":"Valige kuupäevad","Select or create albums":"Valige või looge albumeid","Select or create labels":"Valige või looge sildid","Select or drop files to upload…":"Valige üleslaadimiseks failid või laske need üles laadida…","Select the files to upload…":"Valige üleslaaditavad failid…","Select the folder to be indexed…":"Valige indekseeritav kaust…","Select Time":"Valige aeg","Selection":"Valik","Selection added to %s":"Valik lisatud albumisse %s","Selection approved":"Valik heaks kiidetud","Selection archived":"Valik arhiveeritud","Selection marked as private":"Valik privaatseks märgitud","Selection not found":"Valikut ei leitud","Selection restored":"Valik taastatud","Sequential Name":"Järjestikune nimi","Service":"Teenus","Service URL":"Teenuse URL","Services":"Teenused","Session":"Sessioon","Session ID":"Seansi ID","Sessions":"Sessioonid","Set as Album Cover":"Komplekt albumikaanena","Set as Cover Image":"Määra kaanepildiks","Settings":"Seaded","Settings saved":"Seaded salvestatud","Setup":"Seadista","Severity":"Raskusaste","Share":"Jaga","Share %{s}":"Jaga %{s}","Show":"Näita","Show All Labels":"Näita kõiki etikette","Show all new faces":"Näita kõiki uusi nägusid","Show Caption":"Näita pildiallkirja","Show Captions":"Näita pildiallkirju","Show face markers":"Näita näo markerid","Show hidden":"Näita peidetud","Show Important Only":"Näita ainult olulist","Show logs in the web interface to monitor activity and troubleshoot problems.":"Näita veebiliideses logisid, et jälgida tegevust ja lahendada probleeme.","Show smart albums that group pictures by occasion, trip, or location.":"Näita nutikaid albumeid, mis rühmitavad pilte sündmuse, reisi või asukoha järgi.","Show the Account page so users can manage their profile and security settings.":"Näita konto lehekülge, et kasutajad saaksid hallata oma profiili ja turvasätteid.","Show the Calendar view to browse the library by year and month.":"Näita kalendrivaadet, et sirvida raamatukogu aasta ja kuu kaupa.","Show the Labels section to view and manage AI-generated labels.":"Näita jaotist Sildid, et vaadata ja hallata tehisintellekti loodud silte.","Show the Library section to index, manage, and monitor the media library.":"Näita jaotist Raamatukogu, et indekseerida, hallata ja jälgida meediaraamatukogu.","Show the Places view with interactive maps so you can browse photos by location.":"Näidake interaktiivsete kaartidega kohavaadet, et saaksite fotosid asukoha järgi sirvida.","Show Titles":"Näita pealkirju","Sidecar":"Abifail","Sidecar Files":"Külgkorvi failid","Sign in":"Logi sisse","Sign Out":"Välju","Similar":"Sarnased","Site URL":"Saidi URL","Size":"Suurus","Slideshow":"Slaidiesitlus","Slow":"Aeglane","Software":"Tarkvara","Software Update":"Tarkvara värskendus","Some albums could not be copied":"Mõnda albumit ei saanud kopeerida","Some albums could not be created. Please edit the names and try again.":"Mõnda albumit ei saanud luua. Palun redigeerige nimesid ja proovige uuesti.","Some albums could not be updated":"Mõnda albumit ei saanud uuendada","Something went wrong, try again":"Midagi läks valesti, proovige uuesti","Sort by":"Sorteerimine","Sort by Name (A–Z)":"Sorteerimine nime järgi (A-Z)","Sort by Photo Count":"Sorteeri fotode arvu järgi","Sort by Relevance":"Sorteeri asjakohasuse järgi","Sort Order":"Järjekord","Sorted ascending.":"Sorteeritud ülespoole.","Sorted descending.":"Sorteeritud kahanevas järjestuses.","Source":"Allikas","Stack":"Virn","Stack files sharing the same unique image or instance identifier.":"Pane virna failid, mis jagavad sama unikaalset kujutist või identifikaatorit.","Stack pictures taken at the exact same time and location based on their metadata.":"Pane virna metaandmete alusel täpselt samal ajal ja samas kohas tehtud pildid.","Stackable":"Virnastatav","Stacks":"Virnad","Start":"Alusta","Start Page":"Algusleht","Static Size Limit: %{n}px":"Staatiline suuruse limiit: %{n}px","Status":"Staatus","Stay signed in on this device":"Jääge sellel seadmel sisse logitud","Stop Casting":"Lõpeta valamine","Storage":"Asukoht","Streets":"Tänavad","Subject":"Subjekt","Subject deleted":"Teema kustutatud","Subject not found":"Teemat ei leitud","Subject saved":"Teema salvestatud","Successfully activated":"Edukalt aktiveeritud","Successfully Connected":"Edukalt ühendatud","Successfully deleted":"Edukalt kustutatud","Successfully verified":"Edukalt kinnitatud","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Tugi täiendavatele teenustele nagu Google Drive lisandub aja jooksul.","Support Our Mission":"Toeta meie missiooni","Sync":"Sünkroonimine","Sync raw and video files":"Sünkrooni RAW ja videofaile","Taken":"Pildistatud","Teal":"Sinakasroheline","Terrain":"Maastik","Text":"Tekst","Thank You for Your Support!":"Täname teie toetuse eest!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Seepärast on PhotoPrism loodud algusest peale nii, et see töötab kõikjal, kus te seda vajate, ilma et see ohustaks vabadust, privaatsust või funktsionaalsust.","The index currently contains %{n} hidden files.":"Indeks sisaldab praegu %{n} peidetud faili.","The instance rejected the cluster credentials.":"Instants lükkas klastri autentimisandmed tagasi.","The instance returned an unexpected redirect.":"Instants andis ootamatu suunamise.","The wakeup interval is %s, but must be 1h or less":"Ärkamisintervall on %s, kuid peab olema 1 tund või vähem","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Nende formaat ei pruugi olla toetatud, neid ei ole veel JPEG-vormingusse konverteeritud või on olemas duplikaadid.","Theme":"Välimus","This account is missing an ID and can't be edited.":"Sellel kontol puudub ID ja seda ei saa muuta.","This field is required":"See väli on kohustuslik","This instance has no site URL configured.":"Sellel instantsil pole veebiaadressi konfigureeritud.","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.":"See ühendab originaalide kausta võrgukettana ja võimaldab avada, muuta ja kustutada faile arvutist või nutitelefonist, nagu oleksid need kohalikud.","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. ":"See ühendab originaalide kausta võrgukettana ja võimaldab avada, muuta ja kustutada faile arvutist või nutitelefonist, nagu oleksid need kohalikud.","Time":"Aeg","Time UTC":"UTC aeg","Time Zone":"Ajavöönd","Timeout":"Ajalõpp","Title":{"":"Pealkiri","Account":"Tiitel","Photo":"Pealkiri"},"Title / Position":"Tiitel / ametikoht","to":"aadressile","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Kontole juurdepääsu vältimiseks laadige see taastekood kohe alla, printige või kopeerige ja hoidke seda turvalises kohas.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Uue rakendusepõhise parooli loomiseks sisestage rakenduse nimi ja volituse ulatus ning valige aegumiskuupäev:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Uuele autentimisrakendusele või seadmele lülitumiseks deaktiveerige esmalt kahefaktoriline autentimine ja seejärel taasaktiveerige.","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Uuendamiseks saate kas sisestada aktiveerimiskoodi või klõpsata \"Registreeri\", et registreeruda meie veebisaidil:","Today":"Täna","Toggle View":"Muuda vaadet","Token":"Token","Too many files selected":"Liiga palju valitud faile","Too many requests":"Liiga palju taotlusi","Troubleshooting":"Veaotsing","Try again using other filters or keywords.":"Proovi uuesti, kasutades teisi filtreid või märksõnu.","Two-factor authentication has been enabled for your account.":"Teie konto jaoks on lubatud kahefaktoriline autentimine.","Type":"Tüüp","Unable to delete":"Ei saa kustutada","Unable to do that":"Seda ei ole võimalik teha","Unassign":"Unassign","Unauthorized":"Autoriseerimata","Undo":"Võta tagasi","Unique ID":"Unikaalne ID","Unknown":"Teadmata","Unknown location":"Asukoht teadmata","Unregistered":"Mitteregistreeritud","Unsorted":"Sorteerimata","Unstack":"Unstack","Unsupported":"Toetamata","Unsupported format":"Mittetoetatud formaat","Unsupported type":"Toetamata tüüp","Updated":"Uuendatud","Updating faces":"Nägude uuendamine","Updating index":"Indeksi uuendamine","Updating moments":"Hetkede uuendamine","Updating picture…":"Pildi uuendamine…","Updating previews":"Eelvaadete uuendamine","Updating stacks":"Virnade uuendamine","Upgrade":"Uuendamine","Upgrade Now":"Uuenda nüüd","Upload":"Üleslaadimine","Upload complete":"Üleslaadimine lõpetatud","Upload complete. Indexing…":"Üleslaadimine lõpetatud. Indekseerimine…","Upload failed":"Üleslaadimine ebaõnnestus","Upload has been processed":"Üleslaaditud fail on töödeldud","Upload local files":"Laadi üles kohalikud failid","Upload might be offensive":"Fail võib olla solvav","Upload Path":"Upload Path (üleslaadimise tee)","Uploading %{n} of %{t}…":"Üleslaadimine %{n}/%{t}…","Uploading photos…":"Fotode üleslaadimine…","Uploading…":"Üleslaadimine…","Uploads that may contain such images will be rejected automatically.":"Selliseid pilte sisaldavad üleslaadimised lükatakse automaatselt tagasi.","URL":"URL","Use Presets":"Kasuta eelseadistusi","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Kui te ei saa autentimisrakendusega kehtivat kinnituskoodi luua, kasutage oma kontole juurdepääsuks järgmist taastekoodi.","Use your recovery code or contact an administrator for help.":"Kasutage oma taastamiskoodi või võtke abi saamiseks ühendust administraatoriga.","User":"Kasutaja","User Guide":"Kasutajajuhend","User Interface":"Kasutajaliides","User not found":"Kasutajat ei leitud","Username":"Kasutajanimi","Users":"Kasutajad","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorid","Verification Code":"Kinnituskood","Version":"Versioon","Video":"Video","Video Duration":"Video kestus","Videos":"Videod","View":"Vaade","View search results as a list.":"Vaadake otsingutulemusi nimekirjana.","Viewer":"Vaataja","Vision":"Visioon","Visitor":"Külastaja","Visual Similarity":"Visuaalne sarnasus","Warning":"Hoiatus","Web Login":"Veebisisene sisselogimine","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV kliendid saavad PhotoPrismiga ühenduda järgmise URL-i kaudu:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV kliendid, nagu Microsofti Windows Explorer või Apple'i Finder, saavad \nPhotoPrismiga otse ühenduda.","WebDAV Upload":"WebDAV üleslaadimine","WebGL support is disabled in your browser":"WebGL tugi on teie brauseris välja lülitatud","Website":"Veebileht","White":"Valge","Work Details":"Töö üksikasjad","Year":"Aasta","Yellow":"Kollane","Yes":"Jah","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Olete oodatud meiega ühendust võtma aadressil membership@photoprism.app, kui teil on küsimusi seoses teie liikmelisusega.","You can only download one album":"Võid alla laadida ainult ühe albumi","You can only download one label":"Võid alla laadida ainult ühe sildi","You can search for a location or move the marker on the map to change the position:":"Saate otsida asukohta või liigutada markerit kaardil, et muuta asukohta:","You can upload up to %{n} files for test purposes.":"Saate testimiseks üles laadida kuni %{n} faili.","You cannot change your own role.":"Sa ei saa oma rolli muuta.","You do not have access to any instances.":"Teil puudub juurdepääs kõikidele instantsidele.","You may only select one item":"Võid valida ainult ühe objekti","You may rescan your library to find additional faces.":"Võid oma fototeeki uuesti skaneerida, et veel nägusid leida.","Your account could not be connected":"Konto ühendamine ebaõnnestus","Your account has been successfully connected.":"Teie konto on edukalt ühendatud.","Your browser does not support WebGL":"Teie brauser ei toeta WebGL-i","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Sinu jätkuv toetus aitab meil pakkuda regulaarseid uuendusi ja jääda sõltumatuks, et me saaksime täita oma missiooni ja kaitsta sinu privaatsust.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Sinu fototeeki analüüsitakse pidevalt, et luua automaatselt albumied erilistest hetkedest, reisidest ja kohtadest.","Zip created in %d s":"ZIP-fail loodud %d sekundiga","Zoom in/out":"Suumi sisse/välja","Archive":{"Noun":"Arhiiv","Verb":"Arhiiv"},"Add a Title":{"Photo":"Lisa pealkiri"}}} \ No newline at end of file +{"et":{"{0} appended action":"{0} lisatud tegevus","{0} files":"{0} failid","{0} files ({1} in total)":"{0} failid ({1} kokku)","{0} more":"{0} rohkem","{0} prepended action":"{0} eelistatud tegevus","{0} selected":"{0} valitud","{0}-{1} of {2}":"{0}-{1} of {2}","%{n} albums found":"%{n} albumit leitud","%{n} files uploaded":"%{n} faili üles laaditud","%{n} folders found":"%{n} kausta leitud","%{n} GB of %{q} GB used":"%{n} GB %{q} kasutatud GB","%{n} labels found":"%{n} silti leitud","%{n} people found":"%{n} inimest leitud","%{n} pictures found":"%{n} pilti leitud","%{s} is too long":"%{s} on liiga pikk","%{s} is too short":"%{s} on liiga lühike","%d entries added to %s":"%d kirjet lisatud albumisse %s","%d entries removed from %s":"%d kirjet eemaldatud albumist %s","%d files uploaded in %d s":"%d faili üles laaditud %d sekundiga","%s already exists":"%s on juba olemas","%s has been restored":"%s on taastatud","1 hour":"1 tund","12 hours":"12 tundi","2-Factor Authentication":"2-faktoriline autentimine","2FA":"2FA","4 hours":"4 tundi","A click will copy it to your clipboard.":"Klõpsamine kopeerib selle lõikelauale.","A new version of %{s} is available:":"Rakenduse %{s} uus versioon on saadaval:","About":"Teave","Access granted.":"Juurdepääs lubatud.","Access revoked.":"Juurdepääs tühistatud.","Access Token":"Juurdepääsutunnus","Account":"Konto","Account created":"Konto loodud","Account deleted":"Konto kustutatud","Account Group Mappings":"Kontorühmade seosed","Account not found":"Kontot ei leitud","Account restored":"Konto taastatakse","Account saved":"Konto salvestatud","Accounts":"Kontod","Accuracy":"Täpsus","Action":"Tegevus","Actions":"Tegevused","Activate":"Aktiveeri","Activate to remove sorting.":"Aktiveerige sorteerimise eemaldamiseks.","Activate to sort ascending.":"Aktiveerige sorteerimine ülespoole.","Activate to sort descending.":"Aktiveerige sorteerimine kahanevas järjestuses.","Activation Code":"Aktiveerimiskood","Activity":"Tegevus","Add":"Lisa","Add %{s}?":"Lisa %{s}?","Add a Caption":"Lisa pildiallkiri","Add Account":"Lisa konto","Add Album":"Lisa album","Add Link":"Lisa link","Add Notes":"Lisa märkmeid","Add person?":"Lisa inimene?","Add pictures from search results by selecting them.":"Lisa pilte otsingutulemustest neid valides.","Add to album":"Lisa albumisse","Add to all":"Lisa kõigile","Add to all selected photos":"Lisa kõigile valitud fotodele","Added":"Lisatud","Added %{name}":"Lisati %{name}","Adjust Camera Info":"Kaamera info reguleerimine","Adjust Date & Time":"Kohandage kuupäeva ja kellaaega","Adjust Location":"Kohandage asukohta","Admin":"Admin","Advanced":"Täpsemad","Advertise URL":"Reklaami URL","After 1 day":"1 päeva pärast","After 3 days":"3 päeva pärast","After 7 days":"7 päeva pärast","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Pärast parooli kinnitamiseks sisestamist saate seadistada kahefaktorilise autentimise ühilduva autentimisrakenduse või -seadmega.","After one month":"Ühe kuu pärast","After one year":"Ühe aasta pärast","After selecting pictures from search results, you can add them to an album using the context menu.":"Pärast piltide valimist otsingutulemustest saad need kontekstimenüü abil albumisse lisada.","After two months":"Kahe kuu pärast","After two weeks":"Kahe nädala pärast","Album":"Album","Album %s deleted":"Album %s kustutatud","Album Backups":"Albumite varukoopiad","Album contents cloned":"Albumi sisu kloonitud","Album created":"Album lisatud","Album deleted":"Album kustutatud","Album not found":"Albumit ei leitud","Album saved":"Album salvestatud","Albums":"Albumid","Albums deleted":"Albumid kustutatud","All":"Kõik","All %{n} albums loaded":"Kõik %{n} albumit laaditud","All %{n} labels loaded":"Kõik %{n} silti laaditud","All %{n} people loaded":"Kõik %{n} inimest laaditud","All Cameras":"Kõik kaamerad","All Categories":"Kõik kategooriad","All Colors":"Kõik värvid","All Countries":"Kõik riigid","All files from import folder":"Kõik failid impordikaustast","All Lenses":"Kõik läätsed","All Months":"Kõik kuud","All originals":"Kõik originaalid","All Years":"Kõik aastad","Allow configuration and use of connected apps and services for remote uploads and sync.":"Võimaldab ühendatud rakenduste ja teenuste konfigureerimist ja kasutamist kauglaadimiseks ja sünkroonimiseks.","Allow editing of metadata such as title, description, date, and location.":"Võimaldab metaandmete, nagu pealkiri, kirjeldus, kuupäev ja asukoht, redigeerimist.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Võimaldab korraga mitme pildi metaandmete, siltide ja albumite redigeerimist.","Allow files to be copied or moved from the Import to the Originals folder.":"Lubage tööriist Import, et kopeerida või teisaldada faile kaustast Import originaalidesse.","Allow files to be permanently deleted to free up storage space.":"Lubab failide lõplikku kustutamist, et vabastada salvestusruumi.","Allow users to archive photos and videos so they are hidden without being deleted.":"Võimaldab kasutajatel arhiveerida fotosid ja videoid, et need oleksid peidetud ilma kustutamata.","Allow users to create and share links, and enable sharing with connected services.":"Võimaldab kasutajatel luua ja jagada linke ning võimaldada jagamist ühendatud teenustega.","Allow users to upload new photos and videos through the web interface.":"Võimaldab kasutajatel veebiliidese kaudu uusi fotosid ja videoid üles laadida.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternatiivina saad faile üles laadida otse WebDAV serveritesse nagu Nextcloud.","Altitude":"Kõrgus","Altitude (m)":"Kõrgus (m)","AM":"AM","Animated":"Animeeritud","Animation":"Animatsioon","Animations":"Animatsioonid","Any private photos and videos remain private and won't be shared.":"Kõik isiklikud fotod ja videod jäävad isiklikuks ja neid ei jagata.","API Key":"API võti","Application":"Taotlus","Applications":"Rakendused","Approve":"Kinnita","Approve and save changes":"Muudatuste kinnitamine ja salvestamine","Apps and Devices":"Rakendused ja seadmed","Archived":"Arhiveeritud","Are you sure you want to archive the selection?":"Kas oled kindel, et soovid valiku arhiveerida?","Are you sure you want to delete these albums?":"Kas oled kindel, et soovid need albumid kustutada?","Are you sure you want to delete these labels?":"Kas oled kindel, et soovid need sildid kustutada?","Are you sure you want to delete this account?":"Kas oled kindel, et soovid selle konto kustutada?","Are you sure you want to delete this album?":"Kas olete kindel, et soovite selle albumi kustutada?","Are you sure you want to permanently delete these pictures?":"Kas oled kindel, et soovid need pildid lõplikult kustutada?","Are you sure you want to permanently delete this file?":"Kas oled kindel, et soovid selle faili lõplikult kustutada?","Are you sure?":"Kas sa oled kindel?","Artist":"Kunstnik","Aspect Ratio":"Küljesuhe","Attributes":"Atribuudid","Audio":"Audio","Audit Log":"Audio","Authentication":"Autentimine","Auto":"Auto","Back":"tagasi","Back to top":"Tagasi üles","Backup":"Varukoopia","Badge":"Märgis","Base Path":"Baasirada","Batch":"Partii","Batch Edit":"Partii muutmine","Become a member today, support our mission and enjoy our member benefits!":"Astu liikmeks juba täna, toeta meie missiooni ja naudi meie liikmete soodustusi!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Kuna me oleme 100% isefinantseeritud ja sõltumatud, võime lubada, et me ei müü kunagi su andmeid ja et oleme oma tarkvara ja teenuste osas alati läbipaistvad.","Bio":"Elulugu","Birth Date":"Sünnikuupäev","Black":"Must","Blue":"Sinine","Brown":"Pruun","Browse":"Sirvi","Browse Files":"Failide sirvimine","Browse Pictures":"Sirvi pilte","Bug Report":"Vearaport","Busy, please try again later":"Hõivatud, palun proovi hiljem uuesti","Busy, please wait…":"Hõivatud, palun oota…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Meie poolt pakutavat tarkvara ja teenuseid kasutades nõustud kasutustingimuste, privaatsuspoliitika ja käitumiskoodeksiga.","Calendar":"Kalender","Camera":"Kaamera","Camera not found":"Kaamerat ei leitud","Camera Serial":"Kaamera seerianumber","Can't access your authenticator app or device?":"Ei saa juurdepääsu oma autentimisrakendusele või seadmele?","Can't load more, limit reached":"Rohkem ei saa laadida, limiit on saavutatud","Can't select more items":"Rohkem objekte ei saa valida","Cancel":"Katkesta","Cannot copy to clipboard":"Ei saa kopeerida lõikelauale","Caption":"Pealkiri","Cards":"Kaardid","Carousel slide {0} of {1}":"Karussell slaid {0} of {1}","Cast":"Osatäitjad","Category":"Kategooria","Change Avatar":"Muuda profiilipilti","Change Password":"Muuda parool","Change private flag":"Muuda isiklikkust","Changes could not be saved":"Muudatuste salvestamine ebaõnnestus","Changes successfully saved":"Muudatused edukalt salvestatud","Changes to the advanced settings require a restart to take effect.":"Täiustatud seadete muutmine nõuab jõustumiseks taaskäivitamist.","Checked":"Kontrollitud","Choose an instance to continue:":"Jätkamiseks vali instants:","Chroma":"Värviküllastus","Cleaning index and cache":"Indeksi ja vahemälu puhastamine","Cleanup":"Puhastamine","Clear":"Selge","Clear {0}":"Clear {0}","Client":"Klient","Close":"Sulge","Cluster":"Klaster","Cluster Admin":"Klastri administraator","Cluster Node":"Klastrisõlm","Codec":"Koodek","Color":"Värv","Color Profile":"Värviprofiil","Colors":"Värvid","Compare Editions":"Võrdle versioone","Complete Rescan":"Täielik taasskannimine","Confidence":"Kindlus","Confirm":"Kinnita","Connect":"Ühenda","Connect via WebDAV":"Ühenda WebDAV-i kaudu","Connected":"Ühendatud","Contact Details":"Kontaktandmed","Contact Us":"Võta meiega ühendust","Contains %{n} pictures.":"Sisaldab %{n} pilti.","Contains one picture.":"Sisaldab ühte pilti.","Content":{"":"Sisu","Edit":"Sisu"},"Continue":"Jätka","Contributor":"Toetaja","Converting":"Konverteerimine","Copied to clipboard":"Kopeeritud lõikelauale","Copy":"Kopeeri","Copying files from %s":"Failide kopeerimine asukohast %s","Copyright":"Autoriõigus","Could not be deleted":"Kustutamine ebaõnnestus","Could not connect, please try again":"Ühendumine ebaõnnestus, palun proovi uuesti","Could not update person cover":"Ei saanud uuendada isiku katet","Couldn't find anything.":"Midagi ei leitud.","Country":"Riik","Create Account":"Loo konto","Create album":"Lisa album","Create regular backups based on the configured schedule.":"Looge indeksi varukoopiaid vastavalt seadistatud ajakavale.","Create YAML files to back up album metadata.":"Loo YAML-failid albumite metaandmete varundamiseks.","Create YAML sidecar files to back up picture metadata.":"Loo YAML-sidekartiifailid pildi metaandmete varundamiseks.","Created":"Lisatud","Creating thumbnails for":"Pisipiltide loomine:","Current Password":"Praegune parool","Custom":"Kohandatud","Cyan":"Tsüaan","Daily":"Üks kord päevas","Database":"Andmebaas","Database Backups":"Andmebaasi varukoopiad","Databases":"Andmebaasid","Date & Time":"Kuupäev ja kellaaeg","Day":"Päev","Deactivate":"Deaktiveeri","Debug Logs":"Tõrkeotsingu logid","Default":"Vaikimisi","Default Folder":"Vaikimisi kaust","Delete":"Kustuta","Delete Album":"Kustuta album","Delete All":"Kustuta kõik","Delete all?":"Kustutada kõik?","Delete orphaned index entries, sidecar files and thumbnails.":"Kustutage orbude indeksikanded, külgmised failid ja pisipildid.","deleted":"kustutatud","Description":"Kirjeldus","Detailed instructions can be found in our User Guide.":"Üksikasjalikud juhised leiad meie kasutajajuhendist.","Details":"Üksikasjad","Dimensions":"Mõõtmed","Disable all face detection and recognition features.":"Lülita välja kõik näo tuvastamise ja äratundmise funktsioonid.","Disable Backups":"Keela varukoopiad","Disable Darktable":"Keela Darktable","Disable ExifTool":"Keela ExifTool","Disable Faces":"Välja lülitada Faces","Disable features that require write permission for the originals folder.":"Lülitage välja funktsioonid, mis nõuavad originaalide kausta kirjutamisõigust.","Disable FFmpeg":"Keela FFmpeg","Disable ImageMagick":"Lülita ImageMagick välja","Disable interactive world maps and reverse geocoding.":"Lülitage interaktiivsed maailmakaardid ja vastupidine geokodeerimine välja.","Disable MCP":"Lülita MCP välja","Disable Places":"Keela kohad","Disable RawTherapee":"Keela RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Lülitage MCP (Model Context Protocol) API-pääsupunkt välja tehisintellekti agentide integreerimiseks.","Disable Vectors":"Vektorite väljalülitamine","Disable WebDAV":"Keela WebDAV","Disabled":"Puudega inimesed","Disables vector graphics support.":"Lülitab vektorgraafika toetuse välja.","Disables video transcoding and thumbnail extraction.":"Lülitab välja video transkodeerimise ja pisipildi väljavõtte.","Discard":"Viska ära","Discard changes and close":"Viska muudatused kõrvale ja sulge","Discard invalid changes?":"Kas kehtetud muudatused visatakse kõrvale?","Discard unsaved changes?":"Salvestamata muudatused ära visata?","Discover":"Avasta","Dismiss":"Lase lahti","Display Name":"Esitusnimi","Display picture captions in search results.":"Pildiallkirjade kuvamine otsingutulemustes.","Display picture titles in search results.":"Pildi pealkirjade kuvamine otsingutulemustes.","Document":"Dokument","Documents":"Dokumendid","Don't use Darktable to convert RAW images.":"Ärge kasutage Darktable'i RAW-piltide teisendamiseks.","Don't use ImageMagick to convert images.":"Ärge kasutage ImageMagicki piltide teisendamiseks.","Don't use RawTherapee to convert RAW images.":"Ärge kasutage RawTherapee't RAW-piltide teisendamiseks.","Done":"Tehtud","Done.":"Tehtud.","Download":"Laadi alla","Download only original media files, without any automatically generated files.":"Laadige alla ainult originaalsed meediafailid, ilma automaatselt genereeritud failideta.","Download remote files":"Laadi alla kaugfailid","Downloading…":"Allalaadimine…","Drag and drop files here":"Lohistage failid siia","Driver":"Juht","Duplicates will be skipped and only appear once.":"Duplikaadid jäetakse vahele ja neid kuvatakse ainult ühekordselt.","Duration":"Kestus","Dynamic Previews":"Dünaamilised eelvaated","Dynamic Size Limit: %{n}px":"Dünaamiline suuruse limiit: %{n}px","Edit":"Muuda","Edit %{s}":"Muuda %{s}","Edit Account":"Konto muutmine","Edit Photo":"Foto muutmine","Edit Photos (%{n})":"Fotode redigeerimine (%{n})","Edited":"Muudetud","Email":"E-post","Enable debug mode to display additional logs and help with troubleshooting.":"Lubage tõrjerežiim, et kuvada täiendavaid logisid ja aidata tõrkeotsingutel.","Enable downloading of original and sidecar files from the web interface.":"Võimaldab veebiliidesest originaal- ja külgfailide allalaadimise.","Enable face recognition and the People view to easily find people you know.":"Võta kasutusele näotuvastus ja vaade \"Inimesed\", et hõlpsasti leida tuttavaid inimesi.","Enable new features that may be incomplete or unstable.":"Võta kasutusele uued funktsioonid, mis võivad olla ebatäielikud või ebastabiilsed.","Enable the file browser to navigate the Originals folder structure.":"Võta failibrauser kasutusele, et navigeerida originaalide kaustade struktuuris.","Enables RAW converter presets. May reduce performance.":"Lubab RAW-konverteri eelseadistused. Võib vähendada jõudlust.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Kahefaktorilise autentimise lubamine tähendab, et sisselogimiseks vajate juhuslikult genereeritud kinnituskoodi, nii et isegi kui keegi saab juurdepääsu teie paroolile, ei pääse ta teie kontole juurde.","Engine":"Mootor","Enter date":"Sisestage kuupäev","Enter dates":"Sisestage kuupäevad","Enter item name...":"Sisestage kirje nimi...","Enter the code generated by your authenticator app:":"Sisestage autentimisrakenduse poolt genereeritud kood:","Enter verification code":"Sisesta kontrollkood","Enter your password to confirm the action and continue:":"Toimingu kinnitamiseks ja jätkamiseks sisestage oma parool:","Entity not found":"Olemit ei leitud","Error":"Viga","Errors":"Vead","Estimate":"Hinnang:","Estimate Locations":"Hinnangulised asukohad","Estimate the approximate location of pictures without GPS coordinates.":"Hinnake piltide ligikaudset asukohta ilma GPS-koordinaatideta.","Every two days":"Iga kahe päeva tagant","Exclude hidden":"Välista peidetud","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metaandmete ekstraheerimine ExifTooliga on vajalik täieliku video-, live-foto- ja XMP-toe saamiseks.","Experimental Features":"Eksperimentaalsed funktsioonid","Expires":"Aegub","Exposure":"Säriaeg","Extract still images and generate thumbnails while indexing.":"Väljavõte fotodest ja pisipiltide genereerimine indekseerimise ajal.","F Number":"F-number","Face":"Nägu","Face not found":"Nägu ei leitud","Faces":"Näod","Failed creating file, please check permissions":"Faili loomine ebaõnnestus, kontrolli õiguseid","Failed creating folder, please check permissions":"Kausta loomine ebaõnnestus, kontrolli õiguseid","Failed removing link":"Lingi eemaldamine ebaõnnestus","Failed to connect account.":"Konto ühendamine ebaõnnestus.","Failed to create zip file":"ZIP-faili loomine ebaõnnestus","Failed to load users.":"Kasutajate laadimine ebaõnnestus.","Failed to remove face marker":"Ei õnnestunud eemaldada näomarkerit","Failed to remove name":"Nimi ei õnnestunud eemaldada","Failed to restart server":"Serveri taaskäivitamine ebaõnnestus","Failed to save changes":"Muudatusi ei õnnestunud salvestada","Failed to save face marker":"Ebaõnnestus näo märkimine","Failed to save name":"Nime ei õnnestunud salvestada","Failed updating link":"Lingi uuendamine ebaõnnestus","Family Name":"Perekonnanimi","Fast":"Kiire","Favorite":"Lemmik","Favorites":"Lemmikud","Feature disabled":"Funktsioon välja lülitatud","Feature Request":"Funktsiooni taotlus","Female":"Naine","File":"Fail","File Browser":"Failibrauser","File Conversion":"Faili konverteerimine","File deleted":"Fail kustutatud","File Name":"Faili nimi","File not found":"Faili ei leitud","File removed from stack":"Fail virnast eemaldatud","File Size":"Faili suurus","File too large":"Fail on liiga suur","File uploaded":"File üles laaditud","Filename":"Failinimi","Files":"Failid","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Järjestikuste nimedega failid nagu 'IMG_1234 (2)' ja 'IMG_1234 (3)' kuuluvad samale pildile.","First page":"Esimene lehekülg","Focal Length":"Fookuskaugus","Folder":"Kaust","Folder contains %{n} files":"Kaust sisaldab %{n} faili","Folder is empty":"Kaust on tühi","Folders":"Kaustad","Forgot password?":"Unustasid parooli?","FPS":"Kaadrisagedus","Frames":"Kaadrid","Full Access":"Täielik juurdepääs","Fullscreen":"Täisekraan","General":"Üldised","Generate":"Genereeri","Generate Previews":"Loo eelvaateid","Generated":"Genereeritud","Get Started":"Alusta","Given Name":"Eesnimi","Global Options":"Globaalsed valikud","Go to page {0}":"Mine lehele {0}","Gold":"Kuld","Green":"Roheline","Grey":"Hall","Groups":"Rühmad","Guest":"Külaline","Hash":"Räsi","Help":"Abi","Help & Support":"Abi ja tugi","Hidden":"Peidetud","Hidden Files":"Peidetud failid","Hide":"Peida","Hide Caption":"Peida pildiallkiri","Hide face markers":"Peida näo markerid","Hide private content from global views while keeping it accessible in the Private section.":"Peida privaatsed elemendid globaalsetest vaadetest, säilitades samas nende kättesaadavuse privaatses sektsioonis.","High":"Kõrge","High Dynamic Range (HDR)":"Lai dünaamiline diapasoon (HDR)","Hybrid":"Hübriid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Kui kaotate juurdepääsu autentimisrakendusele või -seadmele, saate oma kontole juurdepääsu taastamiseks kasutada taastekoodi.","Image":"Pilt","Image Quality":"Pildi kvaliteet","Import":"Import","Import canceled":"Import tühistatud","Import completed in %d s":"Import tehtud %d sekundiga","Import failed":"Import ebaõnnestus","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Imporditud failid sorteeritakse kuupäeva järgi ja neile antakse duplikaatide vältimiseks unikaalne nimi.","Importing %{s}…":"%{s} importimine…","Importing files to originals…":"Failide importimine originaalidesse…","in":"ajaga","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Kui pildid, mida ootasid, on puudu, skanni oma fototeek uuesti ja oota, kuni indekseerimine on lõpetatud.","Include RAW image files when downloading stacks and archives.":"Kaasa RAW-pildifailid virnade ja arhiivide allalaadimisel.","Include sidecar files when downloading stacks and archives.":"Kaasa külgkorvifailid virnade ja arhiivide allalaadimisel.","Increase storage size or delete files to continue.":"Jätkamiseks suurendage salvestusruumi suurust või kustutage faile.","Index":"Indeks","Indexing":"Indekseerimine","Indexing canceled":"Indekseerimine tühistatud","Indexing completed in %d s":"Indekseerimine lõpetatud %d sekundiga","Indexing failed":"Indekseerimine ebaõnnestus","Indexing files in %s":"Failide indekseerimine: %s","Indexing media and sidecar files…":"Meedia- ja abifailide indekseerimine…","Indexing originals...":"Originaalide indekseerimine...","Information":"Teave","Inherit":"Pärida","Instance":"Instants","Instance ID":"Eksemplari ID","Instance unreachable. Try again once it's back online.":"Teenus ei ole kättesaadav. Proovi uuesti, kui see on taas võrgus.","Instances":"Instants","Insufficient storage":"Ebapiisav ladustamine","Insufficient storage.":"Ebapiisav ladustamine.","Interval":"Intervall","Invalid":"Vigane","Invalid address":"Vale aadress","Invalid country":"Vale riik","Invalid credentials":"Kehtetud ligipääsuandmed","Invalid date":"Vigane kuupäev","Invalid link":"Vigane link","Invalid name":"Vigane nimi","Invalid parameters":"Vigased parameetrid","Invalid password, please try again":"Vale parool, palun proovi uuesti","Invalid photo selected":"Vigane foto valitud","Invalid time":"Vale aeg","Invalid URL":"Vale URL aadress","Invalid verification code, please try again":"Vale kinnituskood, proovige uuesti","IP Address":"IP-aadress","It is a one-time use code that will disable 2FA for your account when you use it.":"See on ühekordne kood, mis keelab teie kontol 2FA, kui seda kasutate.","Item":"Element","Items per page:":"Kirjed lehekülje kohta:","JPEG Quality: %{n}":"JPEG kvaliteet: %{n}","JPEG Size Limit: %{n}px":"JPEG suuruse limiit: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG- ja pisipildid renderdatakse automaatselt vastavalt vajadusele.","Keyword":"Märksõna","Keywords":"Märksõnad","Label":"Silt","Label not found":"Silti ei leitud","Label saved":"Silt salvestatud","Labels":"Sildid","Labels deleted":"Sildid kustutatud","Language":"Keel","Last Active":"Viimane aktiivne","Last Login":"Viimane sisselogimine","Last page":"Viimane lehekülg","Last Sync":"Viimane sünkroonimine","Last Used":"Viimati kasutatud","Latitude":"Laiuskraad","LDAP/AD":"LDAP/AD","Learn more":"Lisateave","Learn More":"Lisateave","Legal Information":"Õigusalane teave","Lens":"Objektiiv","Lens not found":"Objektiivi ei leitud","Library":"Fototeek","License":"Litsents","Like":"Meeldib","Lime":"Laimiroheline","Limit reached, showing first %{n} files":"Limiit saavutatud, näidatakse esimest %{n} faili","Link":"Link","List":"Loend","List View":"Nimekirja vaade","Live":"Live","Live Photos":"Liikuvad fotod","Load more":"Laadige rohkem","Loading items...":"Laadimine...","Loading...":"Laadimine...","Local":"Kohalik","Local Time":"Kohalik aeg","Location":"Asukoht","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Siia ilmuvad logiteated, kui PhotoPrism leiab katkiseid faile või kui esineb muid probleeme.","Login":"Logi sisse","Logs":"Logid","Longitude":"Pikkuskraad","Lost server connection":"Kaotatud serveriühendus","Low":"Madal","Magenta":"Magenta","Main Color":"Põhivärv","Male":"Mees","Manage Account":"Halda kontot","Manager":"Juht","Manual":"Käsitsi","Manual Upload":"Käsitsi üleslaadimine","Maps":"Kaardid","Marker":"Märk","Maximum number of accounts has been reached.":"Maksimaalne kontode arv on saavutatud.","Media":"Meedia","Medium":"Keskmine","Membership":"Liikmelisus","Merge %{a} with %{b}?":"Ühendada %{a} ja %{b}?","Message":"Sõnum","Metadata":"Metaandmed","Metrics":"Mõõdikud","Minimize":"Minimeeri","Missing":"Puudub","Missing or invalid configuration":"Puuduv või vigane konfiguratsioon","mixed":"segatud","Moments":"Hetked","Monochrome":"Mustvalge","Month":"Kuu","More options":"Rohkem võimalusi","Mosaic":"Mosaiik","Most Relevant":"Asjakohasemad eespool","Move Files":"Liiguta failid","Moving files from %s":"Failide liigutamine asukohast %s","Must have at least %{n} characters.":"Peab olema vähemalt %{n} tähemärki.","Mute":"Mute","Name":"Nimi","Name too long":"Nimi on liiga pikk","Never":"Mitte kunagi","New":"Uus","New Password":"Uus parool","Newest First":"Uuemad eespool","Next":"Järgmine","Next page":"Järgmine lehekülg","Next visual":"Järgmine visuaalne","No":"Ei","No Access":"Juurdepääs puudub","No albums assigned":"Ei ole määratud albumeid","No albums found":"Albumeid ei leitud","No albums selected":"Ühtegi albumit pole valitud","No data available":"Andmed puuduvad","No files available for download":"Ühtegi faili ei ole allalaadimiseks saadaval","No items selected":"Midagi pole valitud","No labels assigned":"Märgistus puudub","No labels found":"Silte ei leitud","No labels selected":"Ühtegi silti pole valitud","No matching records found":"Sobivaid kirjeid ei leitud","No more":"Enam ei ole","No people found":"Inimesi ei leitud","No pictures found":"Pilte ei leitud","No recently edited pictures":"Hiljuti muudetud pilte ei ole","No registered instances.":"Registreeritud juhtumeid pole.","No results":"Tulemusi ei ole","No server connection":"Serveriühendus puudub","No servers configured.":"Ühtegi serverit pole seadistatud.","No services configured.":"Ühtegi teenust pole seadistatud.","No thanks":"Ei aitäh","No users on this instance.":"Sellel instantsil pole kasutajaid.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Seda märksõna sisaldavaid hoiatusi või vigu ei ole. Pane tähele, et otsing on tõusutundlik.","Node":"Sõlme","Nodes":"Sõlmed","Non-photographic and low-quality images require a review before they appear in search results.":"Mittefotograafilised ja madala kvaliteediga pildid tuleb üle vaadata, enne kui nad otsingutulemustes ilmuvad.","None":"Puudub","Not allowed":"Ei ole lubatud","Not available in public mode":"Pole avalikus režiimis saadaval","Not available in read-only mode":"Pole kirjutuskaitstud režiimis saadaval","Not found":"Ei leitud","Not sorted.":"Ei ole sorteeritud.","Not supported":"Ei toetata","Note you may manually manage your originals folder and importing is optional.":"Pane tähele, et võid originaalide kausta käsitsi hallata, importimine on vabatahtlik.","Note:":"Märkus:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Märkus: Ainult WebDAV servereid, nagu Nextcloud või PhotoPrism, saab seadistada kaugteenusena varundamiseks ja failide üleslaadimiseks.","Notes":"Märkused","Nothing to see here yet.":"Siin pole veel midagi näha.","Nothing was found.":"Midagi ei leitud.","Offline":"Võrguühenduseta","OK":"OK","Oldest First":"Vanemad eespool","On Windows, enter the following resource in the connection dialog:":"Windowsis sisestage ühendusdialoogi järgmine ressurss:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Väikepiltide nõudmisel genereerimine võib põhjustada suurt protsessori- ja mälukasutust. Seda ei soovitata piiratud ressurssidega serverite ja NAS-seadmete puhul.","Once a week":"Üks kord nädalas","One album found":"Üks album leitud","One entry added to %s":"Üks kirje lisatud albumisse %s","One entry removed from %s":"Üks kirje eemaldatud albumist %s","One file found":"Üks fail leitud","One file uploaded":"Üks fail üles laaditud","One folder found":"Üks kaust leitud","One label found":"Üks silt leitud","One person found":"Üks inimene leitud","One picture found":"Üks pilt leitud","Only locally managed accounts can be set up for authentication with 2FA.":"2FA-ga autentimiseks saab seadistada ainult lokaalselt hallatud kontosid.","Open":"Avatud","optional":"vabatahtlik","or":"või","Orange":"Oranžikas","Organization":"Organisatsioon","Orientation":"Orientatsioon","Original file names will be stored and indexed.":"Failide algsed nimed salvestatakse ja indekseeritakse.","Original Name":"Esialgne nimi","Originals":"Originaalid","Originals folder is empty":"Originaalide kaust on tühi","Other":"Muu","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Meie eesmärk on pakkuda kõige kasutajasõbralikumat ja privaatsussõbralikumat lahendust, et hoida teie pilte korrastatuna ja kättesaadavana.","Outdoor":"Loodus","Page {0}, Current page":"Lehekülg {0}, Praegune lehekülg","Pages":"Leheküljed","Pagination Navigation":"Lehekülgede navigeerimine","Panorama":"Panoraam","Panoramas":"Panoraamid","Part of all selected photos":"Osa kõigist valitud fotodest","Part of some selected photos":"Osa valitud fotodest","Password":"Parool","Password changed":"Parool muudetud","Pause":"Paus","Payment required":"Makse on vajalik","People":"Inimesed","People you share a link with will be able to view public contents.":"Inimesed, kellega linki jagad, saavad avalikku sisu vaadata.","Permanently deleted":"Lõplikult kustutatud","Permission denied":"Õigused puuduvad","Person":"Isik","Person cover updated":"Isiku kate ajakohastatud","Person deleted":"Isik kustutatud","Person not found":"Isikut ei leitud","Person saved":"Isik salvestatud","Personal":"Isiklik","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism on 100% omafinantseeringuline ja sõltumatu.","PhotoPrism+ Membership":"PhotoPrism+ liikmelisus","Photos":"Fotod","Picture":"Pilt","Picture Title":"Pildi pealkiri","Pink":"Roosa","Pinned":"Kinnitatud","Place":"Koht","Place & Time":"Koht ja aeg","Places":"Kohad","Play":"Mängi","Please confirm your new password.":"Palun kinnita oma uus parool.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopeerige järgmine juhuslikult loodud rakenduse parool ja hoidke seda kindlas kohas, kuna te ei saa seda enam näha.","Please do not upload any private, unlawful or offensive pictures.":"Palun ärge laadige üles privaatseid, ebaseaduslikke või solvavaid pilte.","Please don't upload photos containing offensive content.":"Palun ära laadi üles solvava sisuga fotosid.","Please enter OTP character {0}":"Palun sisestage OTP märk {0}","Please log in to your account":"Palun logi oma kontole sisse","Please note that changing your password will log you out on other devices and browsers.":"Pane tähele, et parooli muutmine logib sind teistes seadmetes ja brauserites välja.","Please restart your instance for the changes to take effect.":"Palun taaskäivitage oma instants, et muudatused jõustuksid.","Please wait…":"Palun oodake…","PM":"PM","PNG Size Limit: %{n}px":"PNG suuruse limiit: %{n}px","Portal":"Portaal","Portrait":"Püstformaat","Preserve filenames":"Säilita failinimed","Press enter to create a new album.":"Uue albumi lisamiseks vajuta Enter.","Press enter to create new item":"Uue elemendi loomiseks vajutage enter","Prevent database and album backups as well as YAML sidecar files from being created.":"Andmebaasi ja albumi varukoopiate ning YAML-sidcar-failide loomise vältimine.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Vältida teiste rakenduste juurdepääsu PhotoPrismile kui jagatud võrgukettale.","Preview":"Eelvaade","Preview Images":"Eelvaatepildid","Previous":"Eelmine","Previous page":"Eelmine lehekülg","Previous visual":"Eelmine visuaalne","Primary":"Primaarne","Private":"Isiklik","Processing upload...":"Üleslaaditud faili töötlemine...","Product Feedback":"Tagasiside","Projection":"Projektsioon","Purple":"Lilla","Quality Filter":"Kvaliteedifilter","Quality Score":"Kvaliteediskoor","Quota exceeded":"Kvoot ületatud","Random":"Juhuslik","Rating {0} of {1}":"Hinnang {0} {1}","Raw":"RAW","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Indekseeri uuesti kõik originaalid, sealhulgas juba indekseeritud ja muutmata failid.","Read-Only Mode":"Kirjutuskaitserežiim","Recently Added":"Hiljuti lisatud","Recently Archived":"Hiljuti arhiveeritud","Recently Edited":"Hiljuti muudetud","Recognition starts after indexing has been completed.":"Tuvastamine algab pärast indekseerimise lõppemist.","Recognized":"Tuvastatud","Recovery Code":"Taastamiskood","Red":"Punane","Refresh":"Värskenda","Regions":"Piirkonnad","Register":"Registreeri","Registration disabled":"Registreerimine keelatud","Reload":"Laadi uuesti","Reloading…":"Uuesti laadimine…","Remote Sync":"Kaugsünkroonimine","Remove":"Eemalda","remove failed: unknown album":"eemaldamine ebaõnnestus: tundmatu album","Remove from Album":"Eemalda albumist","Remove from all":"Eemaldage kõikidest","Remove from all selected photos":"Eemaldage kõik valitud fotod","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Eemalda imporditud failid salvestusruumi säästmiseks. Mittetoetatud failitüüpe ei kustutata kunagi, need jäävad oma praegusesse asukohta.","Remove the selected instance from the cluster registry?":"Eemaldage valitud instants klastri registrist?","Removed":"Eemaldatud","Removed %{name}":"%{name} eemaldati","Removed %d files and %d photos":"Eemaldatud %d faili ja %d fotot","Repeated":"Korduv","Request failed - are you offline?":"Taotlus ebaõnnestus - kas olete võrguühenduseta?","Request failed - invalid response":"Päring ebaõnnestus - vigane vastus","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Nõuda mittefotograafiliste ja madala kvaliteediga piltide läbivaatamist enne nende ilmumist otsingutulemustesse.","Resolution":"Resolutsioon","Restart":"Restart","Restore":"Taasta","Restored":"Taastatud","Retry Limit":"Korduvkatsete limiit","Retype Password":"Parool uuesti","Review":"Läbivaatamine","Role":"Role","Roles":"Rollid","Rotated":"Pööratud","Rows per page:":"Rida lehekülje kohta:","Satellite":"Satelliit","Save":"Salvesta","Save changes":"Muudatuste salvestamine","Scan":"Skannitud","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skannige QR-kood oma autentimisrakendusega või kasutage allpool näidatud seadistusvõtit ja sisestage seejärel loodud kinnituskood:","Scans":"Skannid","Scope":"Reguleerimisala","Scopes":"Ulatused","Search":"Otsi","Season":"Aastaaeg","Secret":"Salajane","Security and Access":"Turvalisus ja ligipääs","Select":"Vali","Select a source folder to import files…":"Valige failide importimiseks lähtekaust…","Select date":"Valige kuupäev","Select dates":"Valige kuupäevad","Select or create albums":"Valige või looge albumeid","Select or create labels":"Valige või looge sildid","Select or drop files to upload…":"Valige üleslaadimiseks failid või laske need üles laadida…","Select the files to upload…":"Valige üleslaaditavad failid…","Select the folder to be indexed…":"Valige indekseeritav kaust…","Select Time":"Valige aeg","Selection":"Valik","Selection added to %s":"Valik lisatud albumisse %s","Selection approved":"Valik heaks kiidetud","Selection archived":"Valik arhiveeritud","Selection marked as private":"Valik privaatseks märgitud","Selection not found":"Valikut ei leitud","Selection restored":"Valik taastatud","Sequential Name":"Järjestikune nimi","Service":"Teenus","Service URL":"Teenuse URL","Services":"Teenused","Session":"Sessioon","Session ID":"Seansi ID","Sessions":"Sessioonid","Set as Album Cover":"Komplekt albumikaanena","Set as Cover Image":"Määra kaanepildiks","Settings":"Seaded","Settings saved":"Seaded salvestatud","Setup":"Seadista","Severity":"Raskusaste","Share":"Jaga","Share %{s}":"Jaga %{s}","Show":"Näita","Show All Labels":"Näita kõiki etikette","Show all new faces":"Näita kõiki uusi nägusid","Show Caption":"Näita pildiallkirja","Show Captions":"Näita pildiallkirju","Show face markers":"Näita näo markerid","Show hidden":"Näita peidetud","Show Important Only":"Näita ainult olulist","Show logs in the web interface to monitor activity and troubleshoot problems.":"Näita veebiliideses logisid, et jälgida tegevust ja lahendada probleeme.","Show smart albums that group pictures by occasion, trip, or location.":"Näita nutikaid albumeid, mis rühmitavad pilte sündmuse, reisi või asukoha järgi.","Show the Account page so users can manage their profile and security settings.":"Näita konto lehekülge, et kasutajad saaksid hallata oma profiili ja turvasätteid.","Show the Calendar view to browse the library by year and month.":"Näita kalendrivaadet, et sirvida raamatukogu aasta ja kuu kaupa.","Show the Labels section to view and manage AI-generated labels.":"Näita jaotist Sildid, et vaadata ja hallata tehisintellekti loodud silte.","Show the Library section to index, manage, and monitor the media library.":"Näita jaotist Raamatukogu, et indekseerida, hallata ja jälgida meediaraamatukogu.","Show the Places view with interactive maps so you can browse photos by location.":"Näidake interaktiivsete kaartidega kohavaadet, et saaksite fotosid asukoha järgi sirvida.","Show Titles":"Näita pealkirju","Sidecar":"Abifail","Sidecar Files":"Külgkorvi failid","Sign in":"Logi sisse","Sign Out":"Välju","Similar":"Sarnased","Site URL":"Saidi URL","Size":"Suurus","Slideshow":"Slaidiesitlus","Slow":"Aeglane","Software":"Tarkvara","Software Update":"Tarkvara värskendus","Some albums could not be copied":"Mõnda albumit ei saanud kopeerida","Some albums could not be created. Please edit the names and try again.":"Mõnda albumit ei saanud luua. Palun redigeerige nimesid ja proovige uuesti.","Some albums could not be updated":"Mõnda albumit ei saanud uuendada","Something went wrong, try again":"Midagi läks valesti, proovige uuesti","Sort by":"Sorteerimine","Sort by Name (A–Z)":"Sorteerimine nime järgi (A-Z)","Sort by Photo Count":"Sorteeri fotode arvu järgi","Sort by Relevance":"Sorteeri asjakohasuse järgi","Sort Order":"Järjekord","Sorted ascending.":"Sorteeritud ülespoole.","Sorted descending.":"Sorteeritud kahanevas järjestuses.","Source":"Allikas","Stack":"Virn","Stack files sharing the same unique image or instance identifier.":"Pane virna failid, mis jagavad sama unikaalset kujutist või identifikaatorit.","Stack pictures taken at the exact same time and location based on their metadata.":"Pane virna metaandmete alusel täpselt samal ajal ja samas kohas tehtud pildid.","Stackable":"Virnastatav","Stacks":"Virnad","Start":"Alusta","Start Page":"Algusleht","Static Size Limit: %{n}px":"Staatiline suuruse limiit: %{n}px","Status":"Staatus","Stay signed in on this device":"Jääge sellel seadmel sisse logitud","Stop Casting":"Lõpeta valamine","Storage":"Asukoht","Streets":"Tänavad","Subject":"Subjekt","Subject deleted":"Teema kustutatud","Subject not found":"Teemat ei leitud","Subject saved":"Teema salvestatud","Successfully activated":"Edukalt aktiveeritud","Successfully Connected":"Edukalt ühendatud","Successfully deleted":"Edukalt kustutatud","Successfully verified":"Edukalt kinnitatud","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Tugi täiendavatele teenustele nagu Google Drive lisandub aja jooksul.","Support Our Mission":"Toeta meie missiooni","Sync":"Sünkroonimine","Sync raw and video files":"Sünkrooni RAW ja videofaile","Taken":"Pildistatud","Teal":"Sinakasroheline","Terrain":"Maastik","Text":"Tekst","Thank You for Your Support!":"Täname teie toetuse eest!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Seepärast on PhotoPrism loodud algusest peale nii, et see töötab kõikjal, kus te seda vajate, ilma et see ohustaks vabadust, privaatsust või funktsionaalsust.","The index currently contains %{n} hidden files.":"Indeks sisaldab praegu %{n} peidetud faili.","The instance rejected the cluster credentials.":"Instants lükkas klastri autentimisandmed tagasi.","The instance returned an unexpected redirect.":"Instants andis ootamatu suunamise.","The wakeup interval is %s, but must be 1h or less":"Ärkamisintervall on %s, kuid peab olema 1 tund või vähem","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Nende formaat ei pruugi olla toetatud, neid ei ole veel JPEG-vormingusse konverteeritud või on olemas duplikaadid.","Theme":"Välimus","This account is missing an ID and can't be edited.":"Sellel kontol puudub ID ja seda ei saa muuta.","This field is required":"See väli on kohustuslik","This instance has no site URL configured.":"Sellel instantsil pole veebiaadressi konfigureeritud.","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.":"See ühendab originaalide kausta võrgukettana ja võimaldab avada, muuta ja kustutada faile arvutist või nutitelefonist, nagu oleksid need kohalikud.","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. ":"See ühendab originaalide kausta võrgukettana ja võimaldab avada, muuta ja kustutada faile arvutist või nutitelefonist, nagu oleksid need kohalikud.","Time":"Aeg","Time UTC":"UTC aeg","Time Zone":"Ajavöönd","Timeout":"Ajalõpp","Title":{"":"Pealkiri","Account":"Tiitel","Photo":"Pealkiri"},"Title / Position":"Tiitel / ametikoht","to":"aadressile","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Kontole juurdepääsu vältimiseks laadige see taastekood kohe alla, printige või kopeerige ja hoidke seda turvalises kohas.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Uue rakendusepõhise parooli loomiseks sisestage rakenduse nimi ja volituse ulatus ning valige aegumiskuupäev:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Uuele autentimisrakendusele või seadmele lülitumiseks deaktiveerige esmalt kahefaktoriline autentimine ja seejärel taasaktiveerige.","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Uuendamiseks saate kas sisestada aktiveerimiskoodi või klõpsata \"Registreeri\", et registreeruda meie veebisaidil:","Today":"Täna","Toggle View":"Muuda vaadet","Token":"Token","Too many files selected":"Liiga palju valitud faile","Too many requests":"Liiga palju taotlusi","Troubleshooting":"Veaotsing","Try again using other filters or keywords.":"Proovi uuesti, kasutades teisi filtreid või märksõnu.","Two-factor authentication has been enabled for your account.":"Teie konto jaoks on lubatud kahefaktoriline autentimine.","Type":"Tüüp","Unable to delete":"Ei saa kustutada","Unable to do that":"Seda ei ole võimalik teha","Unassign":"Unassign","Unauthorized":"Autoriseerimata","Undo":"Võta tagasi","Unique ID":"Unikaalne ID","Unknown":"Teadmata","Unknown location":"Asukoht teadmata","Unregistered":"Mitteregistreeritud","Unsorted":"Sorteerimata","Unstack":"Unstack","Unsupported":"Toetamata","Unsupported format":"Mittetoetatud formaat","Unsupported type":"Toetamata tüüp","Updated":"Uuendatud","Updating faces":"Nägude uuendamine","Updating index":"Indeksi uuendamine","Updating moments":"Hetkede uuendamine","Updating picture…":"Pildi uuendamine…","Updating previews":"Eelvaadete uuendamine","Updating stacks":"Virnade uuendamine","Upgrade":"Uuendamine","Upgrade Now":"Uuenda nüüd","Upload":"Üleslaadimine","Upload complete":"Üleslaadimine lõpetatud","Upload complete. Indexing…":"Üleslaadimine lõpetatud. Indekseerimine…","Upload failed":"Üleslaadimine ebaõnnestus","Upload has been processed":"Üleslaaditud fail on töödeldud","Upload local files":"Laadi üles kohalikud failid","Upload might be offensive":"Fail võib olla solvav","Upload Path":"Upload Path (üleslaadimise tee)","Uploading %{n} of %{t}…":"Üleslaadimine %{n}/%{t}…","Uploading photos…":"Fotode üleslaadimine…","Uploading…":"Üleslaadimine…","Uploads that may contain such images will be rejected automatically.":"Selliseid pilte sisaldavad üleslaadimised lükatakse automaatselt tagasi.","URL":"URL","Use Presets":"Kasuta eelseadistusi","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Kui te ei saa autentimisrakendusega kehtivat kinnituskoodi luua, kasutage oma kontole juurdepääsuks järgmist taastekoodi.","Use your recovery code or contact an administrator for help.":"Kasutage oma taastamiskoodi või võtke abi saamiseks ühendust administraatoriga.","User":"Kasutaja","User Guide":"Kasutajajuhend","User Interface":"Kasutajaliides","User not found":"Kasutajat ei leitud","Username":"Kasutajanimi","Users":"Kasutajad","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorid","Verification Code":"Kinnituskood","Verified email required":"Kinnitatud e-posti aadress on nõutav","Version":"Versioon","Video":"Video","Video Duration":"Video kestus","Videos":"Videod","View":"Vaade","View search results as a list.":"Vaadake otsingutulemusi nimekirjana.","Viewer":"Vaataja","Vision":"Visioon","Visitor":"Külastaja","Visual Similarity":"Visuaalne sarnasus","Warning":"Hoiatus","Web Login":"Veebisisene sisselogimine","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV kliendid saavad PhotoPrismiga ühenduda järgmise URL-i kaudu:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV kliendid, nagu Microsofti Windows Explorer või Apple'i Finder, saavad \nPhotoPrismiga otse ühenduda.","WebDAV Upload":"WebDAV üleslaadimine","WebGL support is disabled in your browser":"WebGL tugi on teie brauseris välja lülitatud","Website":"Veebileht","White":"Valge","Work Details":"Töö üksikasjad","Year":"Aasta","Yellow":"Kollane","Yes":"Jah","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Olete oodatud meiega ühendust võtma aadressil membership@photoprism.app, kui teil on küsimusi seoses teie liikmelisusega.","You can only download one album":"Võid alla laadida ainult ühe albumi","You can only download one label":"Võid alla laadida ainult ühe sildi","You can search for a location or move the marker on the map to change the position:":"Saate otsida asukohta või liigutada markerit kaardil, et muuta asukohta:","You can upload up to %{n} files for test purposes.":"Saate testimiseks üles laadida kuni %{n} faili.","You cannot change your own role.":"Sa ei saa oma rolli muuta.","You do not have access to any instances.":"Teil puudub juurdepääs kõikidele instantsidele.","You may only select one item":"Võid valida ainult ühe objekti","You may rescan your library to find additional faces.":"Võid oma fototeeki uuesti skaneerida, et veel nägusid leida.","Your account could not be connected":"Konto ühendamine ebaõnnestus","Your account has been successfully connected.":"Teie konto on edukalt ühendatud.","Your browser does not support WebGL":"Teie brauser ei toeta WebGL-i","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Sinu jätkuv toetus aitab meil pakkuda regulaarseid uuendusi ja jääda sõltumatuks, et me saaksime täita oma missiooni ja kaitsta sinu privaatsust.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Sinu fototeeki analüüsitakse pidevalt, et luua automaatselt albumied erilistest hetkedest, reisidest ja kohtadest.","Zip created in %d s":"ZIP-fail loodud %d sekundiga","Zoom in/out":"Suumi sisse/välja","Archive":{"Noun":"Arhiiv","Verb":"Arhiiv"},"Add a Title":{"Photo":"Lisa pealkiri"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/eu.json b/frontend/src/locales/json/eu.json index f8b6732e8..29f3d68eb 100644 --- a/frontend/src/locales/json/eu.json +++ b/frontend/src/locales/json/eu.json @@ -1 +1 @@ -{"eu":{"{0} appended action":"Erantsitako {0} ekintza","{0} files":"{0} fitxategi","{0} files ({1} in total)":"{0} fitxategi ({1} guztira)","{0} more":"{0} gehiago","{0} prepended action":"Aurrez aurreko {0} ekintza","{0} selected":"{0} hautatuta","{0}-{1} of {2}":"{0}-{1}/{2}","%{n} albums found":"%{n} album aurkitu dira","%{n} files uploaded":"%{n} fitxategi kargatu dira","%{n} folders found":"%{n} karpeta aurkitu dira","%{n} GB of %{q} GB used":"%{n} GB-tik %{q} GB erabilita","%{n} labels found":"%{n} etiketa aurkitu dira","%{n} people found":"%{n} pertsona aurkitu dira","%{n} pictures found":"%{n} argazki aurkitu dira","%{s} is too long":"%{s} luzeegia da","%{s} is too short":"%{s} laburregia da","%d entries added to %s":"%d sarrera gehitu zaio %s-i","%d entries removed from %s":"%d sarrera kendu dira %s-etik","%d files uploaded in %d s":"%d fitxategi igo dira %d s-tan","%s already exists":"%s dagoeneko existitzen da","%s has been restored":"%s berreskuratu da","1 hour":"1 ordu","12 hours":"12 ordu","2-Factor Authentication":"2 faktoreko autentifikazioa","2FA":"2FA","4 hours":"4 ordu","A click will copy it to your clipboard.":"Klik eginez gero, arbelean kopiatuko da.","A new version of %{s} is available:":"%{s} bertsio berri bat dago eskuragarri:","About":"Buruz","Access granted.":"Sarbidea onartuta.","Access revoked.":"Sarbidea ukatu da.","Access Token":"Sarbide-tokena","Account":"Kontua","Account created":"Kontua sortu da","Account deleted":"Kontua ezabatu da","Account Group Mappings":"Kontu-taldeen mapaketak","Account not found":"Kontua ez da aurkitu","Account restored":"Kontua leheneratu da","Account saved":"Kontua gorde da","Accounts":"Kontuak","Accuracy":"Zehaztasuna","Action":"Ekintza","Actions":"Ekintzak","Activate":"Aktibatu","Activate to remove sorting.":"Aktibatu ordena kentzeko.","Activate to sort ascending.":"Aktibatu goranzko ordenatzeko.","Activate to sort descending.":"Aktibatu beheranzko ordenatzeko.","Activation Code":"Aktibazio kodea","Activity":"Jarduera","Add":"Gehitu","Add %{s}?":"%{s} gehitu?","Add a Caption":"Iruzkina gehitu","Add Account":"Kontua gehitu","Add Album":"Gehitu albuma","Add Link":"Gehitu esteka","Add Notes":"Oharak gehitu","Add person?":"Pertsona gehitu?","Add pictures from search results by selecting them.":"Gehitu bilaketa-emaitzetan argazkiak hautatuta.","Add to album":"Gehitu albumera","Add to all":"Gehitu guztiei","Add to all selected photos":"Gehitu hautatutako argazki guztiei","Added":"Gehituta","Added %{name}":"%{name} gehitu da","Adjust Camera Info":"Kameraren informazioa egokitu","Adjust Date & Time":"Data eta ordua egokitu","Adjust Location":"Kokapena egokitu","Admin":"Admin","Advanced":"Aurreratua","Advertise URL":"Iragarki URLa","After 1 day":"Egun 1 igaro ondoren","After 3 days":"3 egun igaro ondoren","After 7 days":"7 egun igaro ondoren","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Pasahitza berresteko pasahitza sartu ondoren, bi faktoreko autentifikazioa konfigura dezakezu autentifikazio-aplikazio edo gailu bateragarri batekin:","After one month":"Hilabete baten ondoren","After one year":"Urtebeteren buruan","After selecting pictures from search results, you can add them to an album using the context menu.":"Bilaketa-emaitzetan argazkiak hautatu ondoren, album batean gehi ditzakezu testuinguru-menua erabiliz.","After two months":"Bi hilabeteren ondoren","After two weeks":"Bi asteren ondoren","Album":"Albuma","Album %s deleted":"Albuma %s ezabatu da","Album Backups":"Albumen babeskopiak","Album contents cloned":"Albumean dagoen edukia klonatu da","Album created":"Sortu da albuma","Album deleted":"Albuma ezabatuta","Album not found":"Albuma ez da aurkitu","Album saved":"Albuma gorde da","Albums":"Albumak","Albums deleted":"Albumak ezabatu dira","All":"Denak","All %{n} albums loaded":"%{n} album guztiak kargatu dira","All %{n} labels loaded":"%{n} etiketa guztiak kargatu dira","All %{n} people loaded":"%{n} pertsona guztiak kargatu dira","All Cameras":"Kamera guztiak","All Categories":"Kategoria guztiak","All Colors":"Kolore guztiak","All Countries":"Herrialde guztiak","All files from import folder":"Inportazio karpetako fitxategi guztiak","All Lenses":"Lente guztiak","All Months":"Hilabete guztiak","All originals":"Jatorrizko guztiak","All Years":"Urte guztiak","Allow configuration and use of connected apps and services for remote uploads and sync.":"Baimendu konektatutako aplikazio eta zerbitzuen konfigurazioa eta erabilera urruneko kargatze eta sinkronizaziorako.","Allow editing of metadata such as title, description, date, and location.":"Baimendu metadatuak editatzea, hala nola izenburua, deskribapena, data eta kokapena.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Baimendu hainbat argazkiren metadatuak, etiketak eta albumak aldi berean editatzea.","Allow files to be copied or moved from the Import to the Originals folder.":"Gaitu Inportazio tresna fitxategiak Inportazio karpetatik Jatorrizkoak karpetara kopiatu edo mugitzeko.","Allow files to be permanently deleted to free up storage space.":"Biltegiratze espazioa askatzeko, fitxategiak behin betiko ezabatzea baimendu.","Allow users to archive photos and videos so they are hidden without being deleted.":"Erabiltzaileei argazkiak eta bideoak artxibatzeko aukera eman, ezabatu gabe ezkutatuta egon daitezen.","Allow users to create and share links, and enable sharing with connected services.":"Utzi erabiltzaileei estekak sortu eta partekatzen, eta gaitu konektatutako zerbitzuekin partekatzea.","Allow users to upload new photos and videos through the web interface.":"Erabiltzaileei argazki eta bideo berriak web interfazearen bidez igotzeko aukera eman.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Bestela, fitxategiak zuzenean igo ditzakezu Nextcloud bezalako WebDAV zerbitzarietara.","Altitude":"Altuera","Altitude (m)":"Altuera (m)","AM":"AM","Animated":"Animatua","Animation":"Animazioa","Animations":"Animazioak","Any private photos and videos remain private and won't be shared.":"Argazki eta bideo pribatu guztiak pribatuak izaten jarraitzen dute eta ez dira partekatuko.","API Key":"API gakoa","Application":"Aplikazio","Applications":"Aplikazioak","Approve":"Onartu","Approve and save changes":"Onartu eta gorde aldaketak","Apps and Devices":"Aplikazioak eta gailuak","Archived":"Artxibatuta","Are you sure you want to archive the selection?":"Ziur hautapena artxibatu nahi duzula?","Are you sure you want to delete these albums?":"Ziur album hauek ezabatu nahi dituzula?","Are you sure you want to delete these labels?":"Ziur etiketa hauek ezabatu nahi dituzula?","Are you sure you want to delete this account?":"Ziur kontu hau ezabatu nahi duzula?","Are you sure you want to delete this album?":"Ziur zaude album hau ezabatu nahi duzula?","Are you sure you want to permanently delete these pictures?":"Ziur argazki hauek betiko ezabatu nahi dituzula?","Are you sure you want to permanently delete this file?":"Ziur fitxategi hau betiko ezabatu nahi duzula?","Are you sure?":"Ziur zaude?","Artist":"Artista","Aspect Ratio":"Aspektu-erlazioa","Attributes":"Atributuak","Audio":"Audioa","Audit Log":"Audioa","Authentication":"Autentifikazioa","Auto":"Autoa","Back":"Itzuli","Back to top":"Itzuli gora","Backup":"Babeskopia","Badge":"Txapa","Base Path":"Oinarrizko bidea","Batch":"Multzoa","Batch Edit":"Multzoka editatzea","Become a member today, support our mission and enjoy our member benefits!":"Egin zaitez kide gaur, lagundu gure eginkizuna eta gozatu gure kideen abantailak!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"%100 autofinantziatua eta independentea izanik, zure datuak ez ditugula inoiz salduko eta gure softwareari eta zerbitzuei buruz gardenak izango garela agintzen dizugu.","Bio":"Bio","Birth Date":"Urtebetetze data","Black":"Beltza","Blue":"Urdina","Brown":"Marroia","Browse":"Arakatu","Browse Files":"Arakatu fitxategiak","Browse Pictures":"Arakatu argazkiak","Bug Report":"Akatsen txostena","Busy, please try again later":"Zaratatsua, mesedez saiatu berriro geroago","Busy, please wait…":"Lanpetuta, itxaron mesedez…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Eskaintzen ditugun softwarea eta zerbitzuak erabiliz gero, gure zerbitzu-baldintzak, pribatutasun-politika eta jokabide-kodea onartzen dituzu.","Calendar":"Egutegia","Camera":"Kamera","Camera not found":"Kamera ez da aurkitu","Camera Serial":"Kamera seriea","Can't access your authenticator app or device?":"Ezin duzu sartu autentifikatzaile-aplikazio edo gailuan?","Can't load more, limit reached":"Ezin da gehiago kargatu, mugara iritsi da","Can't select more items":"Ezin dira elementu gehiago hautatu","Cancel":"Utzi","Cannot copy to clipboard":"Ezin da kopiatu arbelean","Caption":"Epigrafea","Cards":"Txartelak","Carousel slide {0} of {1}":"Karruselaren diapositiba {0}/{1}","Cast":"Aktoreen zerrenda","Category":"Kategoria","Change Avatar":"Aldatu avatarra","Change Password":"Aldatu pasahitza","Change private flag":"Aldatu bandera pribatua","Changes could not be saved":"Ezin izan dira aldaketak gorde","Changes successfully saved":"Aldaketak ongi gorde dira","Changes to the advanced settings require a restart to take effect.":"Ezarpen aurreratuen aldaketek berrabiarazi behar dute eragina izateko.","Checked":"Egiaztatuta","Choose an instance to continue:":"Aukeratu jarraitzeko instantzia bat:","Chroma":"Kroma","Cleaning index and cache":"Indizea eta cachea garbitzea","Cleanup":"Garbitu","Clear":"Argi","Clear {0}":"Garbitu {0}","Client":"Bezeroa","Close":"Itxi","Cluster":"Multzoa","Cluster Admin":"Kluster administratzailea","Cluster Node":"Klotxeko nodoa","Codec":"Kodeka","Color":"Kolore","Color Profile":"Kolore-profila","Colors":"Koloreak","Compare Editions":"Edizioak alderatu","Complete Rescan":"Berriro eskaneatu osoa","Confidence":"Konfiantza","Confirm":"Berretsi","Connect":"Konektatu","Connect via WebDAV":"Konektatu WebDAV bidez","Connected":"Konektatuta","Contact Details":"Harremanetarako datuak","Contact Us":"Jarri gurekin harremanetan","Contains %{n} pictures.":"%{n} irudi ditu.","Contains one picture.":"Irudi bat dauka.","Content":{"":"Edukia","Edit":"Edukia"},"Continue":"Jarraitu","Contributor":"Laguntzailea","Converting":"Bihurtzea","Copied to clipboard":"Arbelean kopiatu da","Copy":"Kopiatu","Copying files from %s":"%s-etik fitxategiak kopiatzen","Copyright":"Copyright","Could not be deleted":"Ezabatu ezin izan zen","Could not connect, please try again":"Ezin izan da konektatu, mesedez saiatu berriro","Could not update person cover":"Ezin izan da pertsonaren azala eguneratu","Couldn't find anything.":"Ezin izan da ezer aurkitu.","Country":"Herrialdea","Create Account":"Kontua sortu","Create album":"Sortu albuma","Create regular backups based on the configured schedule.":"Sortu indizearen babeskopiak konfiguratutako ordutegian oinarrituta.","Create YAML files to back up album metadata.":"Sortu YAML fitxategiak albumen metadatuen babeskopia egiteko.","Create YAML sidecar files to back up picture metadata.":"Sortu YAML sidecar fitxategiak argazkien metadatuen babeskopia egiteko.","Created":"Sortu","Creating thumbnails for":"Miniaturak sortzen","Current Password":"oraingo pasahitza","Custom":"Pertsonalizatua","Cyan":"Zian","Daily":"Egunero","Database":"Datu-basea","Database Backups":"Datu-basearen babeskopiak","Databases":"Datu-baseak","Date & Time":"Data eta ordua","Day":"Eguna","Deactivate":"Desaktibatu","Debug Logs":"Arazte-erregistroak","Default":"Lehenetsia","Default Folder":"Karpeta lehenetsia","Delete":"Ezabatu","Delete Album":"Ezabatu albuma","Delete All":"Ezabatu guztiak","Delete all?":"Guztiak ezabatu?","Delete orphaned index entries, sidecar files and thumbnails.":"Ezabatu umezurtz indize-sarrerak, sidecar fitxategiak eta miniaturak.","deleted":"ezabatuta","Description":"Deskribapena","Detailed instructions can be found in our User Guide.":"Argibide zehatzak gure Erabiltzailearen Gidan aurki daitezke.","Details":"Xehetasunak","Dimensions":"Neurriak","Disable all face detection and recognition features.":"Desgaitu aurpegia detektatzeko eta ezagutzeko funtzio guztiak.","Disable Backups":"Desgaitu babeskopiak","Disable Darktable":"Desgaitu Darktable","Disable ExifTool":"Desgaitu ExifTool","Disable Faces":"Desgaitu aurpegiak","Disable features that require write permission for the originals folder.":"Desgaitu jatorrizkoen karpetarako idazteko baimena behar duten funtzioak.","Disable FFmpeg":"Desgaitu FFmpeg","Disable ImageMagick":"Desgaitu ImageMagick","Disable interactive world maps and reverse geocoding.":"Desgaitu munduko mapa interaktiboak eta alderantzizko geokodeketa.","Disable MCP":"MCP desgaitu","Disable Places":"Desgaitu Lekuak","Disable RawTherapee":"Desgaitu RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Desaktibatu AI agenteen integrazioetarako Model Context Protocol (MCP) API amaierako puntua.","Disable Vectors":"Desgaitu bektoreak","Disable WebDAV":"Desgaitu WebDAV","Disabled":"Desgaitua","Disables vector graphics support.":"Grafiko bektorialen euskarria desgaitzen du.","Disables video transcoding and thumbnail extraction.":"Bideoen transkodeketa eta irudi txikien erauzketa desgaitzen ditu.","Discard":"Baztertu","Discard changes and close":"Aldaketak baztertu eta itxi","Discard invalid changes?":"Balio gabeko aldaketak baztertu?","Discard unsaved changes?":"Gorde gabeko aldaketak baztertu?","Discover":"Ezagutu","Dismiss":"Baztertu","Display Name":"Bistaratzeko izena","Display picture captions in search results.":"Bistaratu irudi-oinak bilaketa-emaitzetan.","Display picture titles in search results.":"Bistaratu irudien izenburuak bilaketa-emaitzetan.","Document":"Dokumentua","Documents":"Dokumentuak","Don't use Darktable to convert RAW images.":"Ez erabili Darktable irudi RAW bihurtzeko.","Don't use ImageMagick to convert images.":"Ez erabili ImageMagick irudiak bihurtzeko.","Don't use RawTherapee to convert RAW images.":"Ez erabili RawTherapee RAW irudiak bihurtzeko.","Done":"Eginda","Done.":"Eginda.","Download":"Deskargatu","Download only original media files, without any automatically generated files.":"Deskargatu jatorrizko multimedia fitxategiak soilik, automatikoki sortutako fitxategirik gabe.","Download remote files":"Deskargatu urruneko fitxategiak","Downloading…":"Deskargatzen…","Drag and drop files here":"Arrastatu eta jaregin fitxategiak hemen","Driver":"Gidaria","Duplicates will be skipped and only appear once.":"Bikoiztuak saltatu egingo dira eta behin bakarrik agertuko dira.","Duration":"Iraupena","Dynamic Previews":"Aurrebista dinamikoak","Dynamic Size Limit: %{n}px":"Tamaina dinamikoaren muga: %{n}px","Edit":"Editatu","Edit %{s}":"Editatu %{s}","Edit Account":"Editatu kontua","Edit Photo":"Editatu argazkia","Edit Photos (%{n})":"Editatu argazkiak (%{n})","Edited":"Editatua","Email":"Posta elektronikoa","Enable debug mode to display additional logs and help with troubleshooting.":"Gaitu arazketa modua erregistro gehigarriak bistaratzeko eta arazoak konpontzen laguntzeko.","Enable downloading of original and sidecar files from the web interface.":"Gaitu jatorrizko eta alboko fitxategiak web interfazetik deskargatzea.","Enable face recognition and the People view to easily find people you know.":"Gaitu aurpegi-ezagutza eta Pertsonen ikuspegia ezagutzen dituzun pertsonak erraz aurkitzeko.","Enable new features that may be incomplete or unstable.":"Gaitu osatugabeak edo ezegonkorrak izan daitezkeen eginbide berriak.","Enable the file browser to navigate the Originals folder structure.":"Gaitu fitxategi-arakatzailea Jatorrizkoak karpeta-egitura arakatzeko.","Enables RAW converter presets. May reduce performance.":"RAW bihurgailuaren aurrezarpenak gaitzen ditu. Errendimendua murriztu dezake.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Bi faktoreko autentifikazioa gaitzeak esan nahi du ausaz sortutako egiaztapen-kode bat beharko duzula saioa hasteko; beraz, norbaitek zure pasahitza atzitzen badu ere, ezin izango du zure kontuan sartu.","Engine":"Motorra","Enter date":"Sartu data","Enter dates":"Sartu datak","Enter item name...":"Sartu elementuaren izena...","Enter the code generated by your authenticator app:":"Sartu zure autentifikazio-aplikazioak sortutako kodea:","Enter verification code":"Sartu egiaztapen-kodea","Enter your password to confirm the action and continue:":"Sartu pasahitza ekintza berresteko eta jarraitu:","Entity not found":"Entitate ez da aurkitu","Error":"Errorea","Errors":"Akatsak","Estimate":"Estimazioa","Estimate Locations":"Estimatu kokapenak","Estimate the approximate location of pictures without GPS coordinates.":"Kalkulatu argazkien gutxi gorabeherako kokapena GPS koordenaturik gabe.","Every two days":"Bi egunetik behin","Exclude hidden":"Ezkutatuta baztertu","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"ExifTool-ekin metadatuak erauztea beharrezkoa da Bideo, Live Photo eta XMP laguntza osoa izateko.","Experimental Features":"Ezaugarri esperimentalak","Expires":"Iraungitzen da","Exposure":"Esposizio","Extract still images and generate thumbnails while indexing.":"Atera irudi finkoak eta sortu miniaturak indexatzen dituzun bitartean.","F Number":"F Zenbakia","Face":"Aurpegia","Face not found":"Aurpegia ez da aurkitu","Faces":"Aurpegiak","Failed creating file, please check permissions":"Fitxategia sortzean huts egin da, mesedez egiaztatu baimenak","Failed creating folder, please check permissions":"Karpetaren sortzea huts egin du, mesedez egiaztatu baimenak.","Failed removing link":"Ezin izan da esteka kendu","Failed to connect account.":"Ezin izan da konektatu kontua.","Failed to create zip file":"Zip fitxategia sortzea huts egin du","Failed to load users.":"Erabiltzaileak kargatzeko huts egin da.","Failed to remove face marker":"Aurpegiko markatzailea kentzea huts egin du","Failed to remove name":"Izena kentzea huts egin du","Failed to restart server":"Ezinezkoa izan da zerbitzaria berrabiaraztea","Failed to save changes":"Aldaketak gordetzea huts egin da","Failed to save face marker":"Aurpegiko markatzailea gordetzeko huts egin da","Failed to save name":"Izena gordetzeko huts egin da","Failed updating link":"Ezin izan da eguneratu esteka","Family Name":"Abizena","Fast":"Azkar","Favorite":"Gogokoena","Favorites":"Gogokoak","Feature disabled":"Ezaugarri desgaituta","Feature Request":"Ezaugarrien eskaera","Female":"Emakumezkoa","File":"Fitxategia","File Browser":"Fitxategien arakatzailea","File Conversion":"Fitxategien Bihurketa","File deleted":"Fitxategia ezabatu da","File Name":"Fitxategi izena","File not found":"Fitxategia ez da aurkitu","File removed from stack":"Pila-tik fitxategia kendu da","File Size":"Fitxategiaren Tamaina","File too large":"Fitxategia handiegia","File uploaded":"Fitxategia igo da","Filename":"Fitxategi izena","Files":"Fitxategiak","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"'IMG_1234 (2)' eta 'IMG_1234 (3)' bezalako izen sekuentzialak dituzten fitxategiak irudi berekoak dira.","First page":"Lehen orrialdea","Focal Length":"Fokua","Folder":"Karpeta","Folder contains %{n} files":"Karpetak %{n} fitxategi ditu","Folder is empty":"Karpeta hutsik dago","Folders":"Karpetak","Forgot password?":"Pasahitza ahaztua?","FPS":"FPS","Frames":"Markoak","Full Access":"Sarbide osoa","Fullscreen":"Pantaila osoa","General":"Orokorra","Generate":"Sortu","Generate Previews":"Sortu Aurrebistak","Generated":"Sortutakoa","Get Started":"Hasi","Given Name":"Emandako izena","Global Options":"Aukera globalak","Go to page {0}":"Joan {0} orrialdera","Gold":"Urrea","Green":"Berdea","Grey":"Grisa","Groups":"Taldeak","Guest":"Gonbidatua","Hash":"Hash","Help":"Laguntza","Help & Support":"Laguntza eta laguntza","Hidden":"Ezkutuan","Hidden Files":"Ezkutuko Fitxategiak","Hide":"Ezkutatu","Hide Caption":"Izenburua ezkutatu","Hide face markers":"Ager ezazu aurpegi-markatzaileak","Hide private content from global views while keeping it accessible in the Private section.":"Ezkutatu elementu pribatuak ikuspegi orokorretatik, Pribatua atalean eskuragarri mantenduz.","High":"Alta","High Dynamic Range (HDR)":"Gama dinamiko handia (HDR)","Hybrid":"Hibridoa","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Zure autentifikazio-aplikaziorako edo gailurako sarbidea galtzen baduzu, berreskuratzeko kodea erabil dezakezu zure konturako sarbidea berreskuratzeko.","Image":"Irudia","Image Quality":"Irudiaren Kalitatea","Import":"Inportatu","Import canceled":"Inportazioa bertan behera utzi da","Import completed in %d s":"Inportazioa %d s-tan osatu da","Import failed":"Ezin izan da inportatu","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Inportatutako fitxategiak dataren arabera ordenatuko dira eta izen esklusibo bat emango zaie bikoiztuak saihesteko.","Importing %{s}…":"%{s} inportatzen…","Importing files to originals…":"Fitxategiak jatorrizkoetara inportatzen…","in":"urtean","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Espero dituzun argazkiak falta badira, eskaneatu berriro zure liburutegia eta itxaron indexazioa amaitu arte.","Include RAW image files when downloading stacks and archives.":"Sartu RAW irudi-fitxategiak pila eta artxiboak deskargatzean.","Include sidecar files when downloading stacks and archives.":"Sartu sidecar fitxategiak pilak eta artxiboak deskargatzean.","Increase storage size or delete files to continue.":"Aurrera egiteko, handitu biltegiratze-tamaina edo ezabatu fitxategiak.","Index":"Aurkibidea","Indexing":"Indexatzea","Indexing canceled":"Indizeketa bertan behera utzi da","Indexing completed in %d s":"Indizeketa %d s-tan amaitu da","Indexing failed":"Ezin izan da indexatu","Indexing files in %s":"%s-en fitxategiak indizeatzea","Indexing media and sidecar files…":"Multimedia eta sidecar fitxategiak indexatzen…","Indexing originals...":"Jatorrizkoak indizatzen...","Information":"Informazioa","Inherit":"Ondoretsi","Instance":"Instantzia","Instance ID":"Instantziaren IDa","Instance unreachable. Try again once it's back online.":"Instancea ezin da iritsi. Saiatu berriro linean dagoenean.","Instances":"Instantziak","Insufficient storage":"Biltegiratze nahikoa ez","Insufficient storage.":"Biltegiratze nahikoa ez.","Interval":"Tartea","Invalid":"Baliogabea","Invalid address":"Helbide baliogabea","Invalid country":"Herrialde baliogabea","Invalid credentials":"Ziurtagiri baliogabeak","Invalid date":"Data baliogabea","Invalid link":"Esteka baliogabea","Invalid name":"Izena baliogabea","Invalid parameters":"Parametro baliogabeak","Invalid password, please try again":"Pasahitz baliogabea, mesedez saiatu berriro","Invalid photo selected":"Argazki baliogabea hautatu da","Invalid time":"Ordua baliogabea","Invalid URL":"URL baliogabea","Invalid verification code, please try again":"Egiaztapen-kode baliogabea. Saiatu berriro","IP Address":"IP helbidea","It is a one-time use code that will disable 2FA for your account when you use it.":"Erabilera bakarreko kodea da, erabiltzen duzunean zure konturako 2FA desgaituko duena.","Item":"Elementua","Items per page:":"Orrialde bakoitzeko elementuak:","JPEG Quality: %{n}":"JPEG kalitatea: %{n}","JPEG Size Limit: %{n}px":"JPEG tamaina muga: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG eta miniaturak automatikoki errendatzen dira behar bezala.","Keyword":"Gako-hitza","Keywords":"Gako-hitzak","Label":"Etiketa","Label not found":"Etiketa aurkitu ez da","Label saved":"Etiketa gorde da","Labels":"Etiketak","Labels deleted":"Etiketak ezabatu dira","Language":"Hizkuntza","Last Active":"Azken Aktiboa","Last Login":"Azken saioa","Last page":"Azken orrialdea","Last Sync":"Azken sinkronizazioa","Last Used":"Azken erabilia","Latitude":"Latitudea","LDAP/AD":"LDAP/AD","Learn more":"Gehiago ikasi","Learn More":"Argibide gehiago","Legal Information":"Informazio juridikoa","Lens":"Lentea","Lens not found":"Lentila ez da aurkitu","Library":"Liburutegia","License":"Lizentzia","Like":"Atsegin dut","Lime":"Karea","Limit reached, showing first %{n} files":"Muga iritsi da, lehen %{n} fitxategi erakusten","Link":"Esteka","List":"Zerrenda","List View":"Zerrenda Ikuspegia","Live":"Zuzenean","Live Photos":"Zuzeneko Argazkiak","Load more":"Gehiago kargatu","Loading items...":"Elementuak kargatzen...","Loading...":"Kargatzen...","Local":"Tokikoa","Local Time":"Tokiko Ordua","Location":"Kokapena","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Erregistro-mezuak hemen agertzen dira PhotoPrism-ek hautsitako fitxategiak aurkitzen dituen bakoitzean edo beste arazo potentzial batzuk daudenean.","Login":"Saioa hasi","Logs":"Erregistroak","Longitude":"Luzera","Lost server connection":"Zerbitzari konexioa galdu da","Low":"Baxua","Magenta":"Magenta","Main Color":"Kolore Nagusia","Male":"Gizonezkoa","Manage Account":"Kudeatu kontua","Manager":"Kudeatzailea","Manual":"Eskuliburua","Manual Upload":"Eskuzko igoera","Maps":"Mapak","Marker":"Markagailua","Maximum number of accounts has been reached.":"Gehienezko kontu kopurura iritsi da.","Media":"Komunikabideak","Medium":"Ertaina","Membership":"Kidetza","Merge %{a} with %{b}?":"%{a} %{b}rekin bateratu?","Message":"Mezua","Metadata":"Metadatuak","Metrics":"Metrikak","Minimize":"Minimizatu","Missing":"Falta","Missing or invalid configuration":"Konfigurazioa falta edo baliogabea","mixed":"nahasi","Moments":"Momentuak","Monochrome":"Monokromoa","Month":"Hilabetea","More options":"Aukera gehiago","Mosaic":"Mosaikoa","Most Relevant":"Garrantzitsuena","Move Files":"Mugitu fitxategiak","Moving files from %s":"%s-etik fitxategiak mugitzea","Must have at least %{n} characters.":"Gutxienez %{n} karaktere izan behar ditu.","Mute":"Isildu","Name":"Izena","Name too long":"Izena luzeegia","Never":"Inoiz ez","New":"Berria","New Password":"pasahitz berria","Newest First":"Berriena Lehenengoa","Next":"Hurrengoa","Next page":"Hurrengo orrialdea","Next visual":"Hurrengo bisuala","No":"Ez","No Access":"Sarbiderik ez","No albums assigned":"Ez dago albumik esleituta","No albums found":"Ez da albumik aurkitu","No albums selected":"Ez dago aukeratutako albumik","No data available":"Ez dago daturik eskuragarri","No files available for download":"Deskargatzeko fitxategiik ez dago eskuragarri","No items selected":"Ez dago hautatutako elementurik","No labels assigned":"Ez dago etiketarik esleituta","No labels found":"Ez da etiketarik aurkitu","No labels selected":"Ez dago aukeratutako etiketarik","No matching records found":"Ez da bat datorren erregistrorik aurkitu","No more":"Ez gehiago","No people found":"Ez da jenderik aurkitu","No pictures found":"Ez da argazkirik aurkitu","No recently edited pictures":"Ez dago duela gutxi editatutako argazkirik","No registered instances.":"Ez dago erregistratutako instantziarik.","No results":"Emaitzarik ez","No server connection":"Ez dago zerbitzari konexiorik","No servers configured.":"Ez dago zerbitzaririk konfiguratuta.","No services configured.":"Ez dago zerbitzurik konfiguratuta.","No thanks":"Ez eskerrik asko","No users on this instance.":"Instanzia honetan ez dago erabiltzaileik.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Ez dago gako-hitz hau duen abisurik edo errorerik. Kontuan izan bilaketak maiuskulak eta minuskulak bereizten dituela.","Node":"Nodoa","Nodes":"Nodoak","Non-photographic and low-quality images require a review before they appear in search results.":"Argazkiak ez diren eta kalitate baxuko irudiak berrikusi behar dira bilaketa-emaitzetan agertu aurretik.","None":"Bat ere ez","Not allowed":"Ez da onartzen","Not available in public mode":"Modu publikoan ez dago eskuragarri","Not available in read-only mode":"Bakarrik irakurtzeko moduan ez dago eskuragarri","Not found":"Ez da aurkitu","Not sorted.":"Ez dago sailkatuta.","Not supported":"Ez da onartzen","Note you may manually manage your originals folder and importing is optional.":"Kontuan izan jatorrizkoen karpeta eskuz kudea dezakezula eta inportatzea aukerakoa da.","Note:":"Ohar:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Oharra: WebDAV zerbitzariak soilik, Nextcloud edo PhotoPrism bezalakoak, urruneko zerbitzu gisa konfigura daitezke babeskopia egiteko eta fitxategiak kargatzeko.","Notes":"Oharrak","Nothing to see here yet.":"Hemen oraindik ez dago ezer ikusteko.","Nothing was found.":"Ez da ezer aurkitu.","Offline":"Lineaz kanpo","OK":"Ados","Oldest First":"Zaharrena Lehen","On Windows, enter the following resource in the connection dialog:":"Windows-en, sartu baliabide hau konexio-koadroan:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Irudi txikiak eskatuz sortzeak CPU eta memoria erabilera handia eragin dezake. Ez da gomendagarria baliabideak mugatutako zerbitzarietarako eta NAS gailuetarako.","Once a week":"Astean behin","One album found":"Album bat aurkitu da","One entry added to %s":"Sarrera bat %s-era gehitu da.","One entry removed from %s":"%s-etik kendutako sarrera bat","One file found":"Fitxategi bat aurkitu da","One file uploaded":"Fitxategi bat kargatu da","One folder found":"Karpeta bat aurkitu da","One label found":"Etiketa bat aurkitu da","One person found":"Pertsona bat aurkitu du","One picture found":"Irudi bat aurkitu da","Only locally managed accounts can be set up for authentication with 2FA.":"Lokalean kudeatutako kontuak soilik konfigura daitezke 2FA-rekin autentifikatzeko.","Open":"Ireki","optional":"aukerakoa","or":"edo","Orange":"Laranja","Organization":"Antolaketa","Orientation":"Orientazio","Original file names will be stored and indexed.":"Jatorrizko fitxategi-izenak gorde eta indexatuko dira.","Original Name":"Jatorrizko izena","Originals":"Jatorrizkoak","Originals folder is empty":"Jatorrizkoen karpeta hutsik dago","Other":"Bestela","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Gure eginkizuna da erabiltzaileentzako eta pribatutasunerako irtenbiderik egokiena eskaintzea zure argazkiak antolatuta eta eskuragarri mantentzeko.","Outdoor":"Kanpoan","Page {0}, Current page":"{0} orria, uneko orria","Pages":"Orriak","Pagination Navigation":"Pagination Nabigazioa","Panorama":"Panorama","Panoramas":"Panoramak","Part of all selected photos":"Hautatutako argazki guztien zati bat","Part of some selected photos":"Hautatutako argazki batzuen zati bat","Password":"Pasahitza","Password changed":"Pasahitza aldatu da","Pause":"Pausa","Payment required":"Ordainketa beharrezkoa da","People":"Jendea","People you share a link with will be able to view public contents.":"Esteka partekatzen duzun pertsonek eduki publikoak ikusi ahal izango dituzte.","Permanently deleted":"Betiko ezabatu da","Permission denied":"Baimenik ukatu da","Person":"Pertsona","Person cover updated":"Pertsonaren azala eguneratua","Person deleted":"Pertsona ezabatu da","Person not found":"Pertsona ez da aurkitu","Person saved":"Pertsona salbatu da","Personal":"Pertsonalak","Photo":"Argazkia","PhotoPrism is 100% self-funded and independent.":"PhotoPrism %100 autofinantziatua eta independentea da.","PhotoPrism+ Membership":"PhotoPrism+ Kidetza","Photos":"Argazkiak","Picture":"Irudia","Picture Title":"Irudiaren izenburua","Pink":"Arrosa","Pinned":"Pinentuta","Place":"Lekua","Place & Time":"Lekua eta Ordua","Places":"Lekuak","Play":"Jolastu","Please confirm your new password.":"Mesedez, berretsi pasahitz berria.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Mesedez, kopiatu ausaz sortutako aplikazioaren pasahitza eta gorde leku seguru batean, ezingo baituzu berriro ikusi:","Please do not upload any private, unlawful or offensive pictures.":"Mesedez, ez igo argazki pribatu, legez kanpoko edo iraingarririk.","Please don't upload photos containing offensive content.":"Mesedez, ez kargatu eduki iraingarria duten argazkirik.","Please enter OTP character {0}":"Mesedez, idatzi OTP karakterea {0}","Please log in to your account":"Mesedez, saioa hasi zure kontuan","Please note that changing your password will log you out on other devices and browsers.":"Kontuan izan pasahitza aldatzeak beste gailu eta arakatzaile batzuetan saioa amaituko duzula.","Please restart your instance for the changes to take effect.":"Mesedez, berrabiarazi zure instantzia aldaketak indarrean egon daitezen.","Please wait…":"Itxaron mesedez…","PM":"PM","PNG Size Limit: %{n}px":"PNG Tamaina Muga: %{n}px","Portal":"Ataria","Portrait":"Erretratua","Preserve filenames":"Gorde fitxategi-izenak","Press enter to create a new album.":"Sakatu Sartu album berri bat sortzeko.","Press enter to create new item":"Sakatu Sartu elementu berria sortzeko","Prevent database and album backups as well as YAML sidecar files from being created.":"Saihestu datu-baseen eta albumen babeskopiak eta baita YAML sidecar fitxategiak sortzea ere.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Eragotzi beste aplikazio batzuei PhotoPrism sareko unitate partekatu gisa sartzea.","Preview":"Aurrebista","Preview Images":"Aurrebista Irudiak","Previous":"Aurrekoa","Previous page":"Aurreko orrialdea","Previous visual":"Aurreko bisuala","Primary":"Lehen mailakoa","Private":"Pribatua","Processing upload...":"Igoera prozesatzen ari da...","Product Feedback":"Produktuaren iritzia","Projection":"Proiekzioa","Purple":"Morea","Quality Filter":"Kalitate-iragazkia","Quality Score":"Kalitate-maila","Quota exceeded":"Kuota gainditu da","Random":"Ausazko","Rating {0} of {1}":"{0}/{1} balorazioa","Raw":"Gordinik","RAW":"GORDINA","Re-index all originals, including already indexed and unchanged files.":"Berriro indexatu jatorrizko guztiak, dagoeneko indexatutako eta aldatu gabeko fitxategiak barne.","Read-Only Mode":"Irakurtzeko soilik modua","Recently Added":"Duela gutxi Gehitu","Recently Archived":"Duela gutxi artxibatua","Recently Edited":"Berriki editatua","Recognition starts after indexing has been completed.":"Aitorpena indexatzea amaitu ondoren hasten da.","Recognized":"Aitortua","Recovery Code":"Berreskuratzeko Kodea","Red":"Gorria","Refresh":"Freskatu","Regions":"Eskualdeak","Register":"Izena eman","Reload":"Berriz kargatu","Reloading…":"Berriro kargatzen…","Remote Sync":"Urruneko sinkronizazioa","Remove":"Kendu","remove failed: unknown album":"kendu huts egin du: album ezezaguna","Remove from Album":"Kendu albumetik","Remove from all":"Kendu guztietatik","Remove from all selected photos":"Kendu hautatutako argazki guztietatik","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Kendu inportatutako fitxategiak biltegia gordetzeko. Onartu gabeko fitxategi motak ez dira inoiz ezabatuko, uneko kokapenan geratzen dira.","Remove the selected instance from the cluster registry?":"Hautatutako instantzia kluster erregistrotik kendu?","Removed":"Kendu da","Removed %{name}":"%{name} kendu da","Removed %d files and %d photos":"%d fitxategi eta %d argazki kendu dira","Repeated":"Errepikatua","Request failed - are you offline?":"Eskaerak huts egin du - konexiorik gabe zaude?","Request failed - invalid response":"Eskaerak huts egin du - erantzun baliogabea","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Eskatu argazkirik gabeko eta kalitate baxuko irudiak berrikustea bilaketa-emaitzetan agertu aurretik.","Resolution":"Ebazpena","Restart":"Berriro hasi","Restore":"Berreskuratu","Restored":"Zaharberritua","Retry Limit":"Berriro saiatu muga","Retype Password":"Berriro idatzi pasahitza","Review":"Berrikuspena","Role":"Rola","Roles":"Rolak","Rotated":"Biratuta","Rows per page:":"Orrialde bakoitzeko errenkadak:","Satellite":"Satelitea","Save":"Gorde","Save changes":"Gorde aldaketak","Scan":"Eskaneatu","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Eskaneatu QR kodea zure autentifikatzaile aplikazioarekin edo erabili behean agertzen den konfigurazio-gakoa eta idatzi sortutako egiaztapen-kodea:","Scans":"Eskaneatzea","Scope":"Eremua","Scopes":"Esparruak","Search":"Bilatu","Season":"Denboraldia","Secret":"Sekretua","Security and Access":"Segurtasuna eta Sarbidea","Select":"Hautatu","Select a source folder to import files…":"Hautatu iturburu karpeta fitxategiak inportatzeko…","Select date":"Hautatu data","Select dates":"Aukeratu datak","Select or create albums":"Hautatu edo sortu albumak","Select or create labels":"Hautatu edo sortu etiketak","Select or drop files to upload…":"Hautatu edo arrastatu fitxategiak igotzeko…","Select the files to upload…":"Hautatu kargatu beharreko fitxategiak…","Select the folder to be indexed…":"Hautatu indexatu beharreko karpeta…","Select Time":"Hautatu Ordua","Selection":"Hautaketa","Selection added to %s":"Hautaketa %s-era gehitu da","Selection approved":"Hautaketa onartu da","Selection archived":"Hautaketa artxibatuta dago","Selection marked as private":"Hautaketa pribatutzat markatuta","Selection not found":"Hautaketa ez da aurkitu","Selection restored":"Hautaketa leheneratu da","Sequential Name":"Izena sekuentziala","Service":"Zerbitzua","Service URL":"Zerbitzuaren URLa","Services":"Zerbitzuak","Session":"Saioa","Session ID":"Saioaren ID","Sessions":"Saioak","Set as Album Cover":"Ezarri albumaren azala","Set as Cover Image":"Ezarri azaleko irudi gisa","Settings":"Ezarpenak","Settings saved":"Ezarpenak gorde dira","Setup":"Konfigurazioa","Severity":"Larritasuna","Share":"Partekatu","Share %{s}":"Partekatu %{s}","Show":"Erakutsi","Show All Labels":"Erakutsi etiketa guztiak","Show all new faces":"Erakutsi aurpegi berri guztiak","Show Caption":"Izenburua erakutsi","Show Captions":"Erakutsi epigrafeak","Show face markers":"Aurpegi-markatzaileak erakutsi","Show hidden":"Erakutsi ezkutuan","Show Important Only":"Garrantzitsua bakarrik erakutsi","Show logs in the web interface to monitor activity and troubleshoot problems.":"Erakutsi erregistroak web interfazean jarduera kontrolatu eta arazoak konpontzeko.","Show smart albums that group pictures by occasion, trip, or location.":"Erakutsi argazkiak gertaera, bidaia edo kokapenaren arabera taldekatzen dituzten album adimendunak.","Show the Account page so users can manage their profile and security settings.":"Erakutsi Kontuaren orria erabiltzaileek beren profila eta segurtasun-ezarpenak kudeatu ahal izan ditzaten.","Show the Calendar view to browse the library by year and month.":"Erakutsi Egutegiaren ikuspegia liburutegia urtez hilabetez hilabete arakatzeko.","Show the Labels section to view and manage AI-generated labels.":"Erakutsi Etiketak atala IA bidez sortutako etiketak ikusteko eta kudeatzeko.","Show the Library section to index, manage, and monitor the media library.":"Erakutsi Liburutegia atala multimedia liburutegia indexatzeko, kudeatzeko eta kontrolatzeko.","Show the Places view with interactive maps so you can browse photos by location.":"Erakutsi Lekuen ikuspegia mapa interaktiboekin, argazkiak kokapenaren arabera arakatu ahal izateko.","Show Titles":"Erakutsi Izenburuak","Sidecar":"Sidecar","Sidecar Files":"Sidecar fitxategiak","Sign in":"Hasi saioa","Sign Out":"Irten","Similar":"Antzekoa","Site URL":"Gunearen URLa","Size":"Tamaina","Slideshow":"Aurkezpena","Slow":"Astiro","Software":"Softwarea","Software Update":"Software eguneratzea","Some albums could not be copied":"Album batzuk ezin izan dira kopiatu","Some albums could not be created. Please edit the names and try again.":"Ezin izan dira album batzuk sortu. Editatu izenak eta saiatu berriro.","Some albums could not be updated":"Album batzuk ezin izan dira eguneratu","Something went wrong, try again":"Arazoren bat izan da. Saiatu berriro","Sort by":"Ordenatu","Sort by Name (A–Z)":"Izenaren arabera ordenatu (A-Z)","Sort by Photo Count":"Argazki kopuruaren arabera ordenatu","Sort by Relevance":"Ordenatu garrantziaren arabera","Sort Order":"Ordenatu ordena","Sorted ascending.":"Goranzko ordenatuta.","Sorted descending.":"Beheranzko ordenatuta.","Source":"Iturria","Stack":"Pila","Stack files sharing the same unique image or instance identifier.":"Pilatu fitxategiak irudi edo instantzia-identifikatzaile esklusibo bera partekatzen dutenak.","Stack pictures taken at the exact same time and location based on their metadata.":"Metadatuetan oinarrituta, pilatu ordu eta kokapen berean ateratako argazkiak.","Stackable":"Pilagarria","Stacks":"Pilak","Start":"Hasi","Start Page":"Hasiera orria","Static Size Limit: %{n}px":"Tamaina muga estatikoa: %{n}px","Status":"Egoera","Stay signed in on this device":"Gailu honetan saioa hasi-egoeran mantendu","Stop Casting":"Egin ezazu eten","Storage":"Biltegiratzea","Streets":"Kaleak","Subject":"Gaia","Subject deleted":"Gaia ezabatu da","Subject not found":"Gaia ez da aurkitu","Subject saved":"Gaia gorde da","Successfully activated":"Behar bezala aktibatu da","Successfully Connected":"Behar bezala konektatuta","Successfully deleted":"Behar bezala ezabatu da","Successfully verified":"Behar bezala egiaztatu da","Super Admin":"Super Administratzailea","Support for additional services, like Google Drive, will be added over time.":"Zerbitzu gehigarrietarako laguntza gehituko da denborarekin, Google Drive adibidez.","Support Our Mission":"Lagundu Gure Misioa","Sync":"Sinkronizatu","Sync raw and video files":"Sinkronizatu raw eta bideo fitxategiak","Taken":"Hartua","Teal":"Zertzeta","Terrain":"Lurra","Text":"Testua","Thank You for Your Support!":"Eskerrik asko zure laguntzagatik!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Horregatik, PhotoPrism oinarritik sortu zen behar duzun tokian exekutatzeko, askatasuna, pribatutasuna edo funtzionaltasuna arriskuan jarri gabe.","The index currently contains %{n} hidden files.":"Une honetan indizeak ezkutuko %{n} fitxategi ditu.","The instance rejected the cluster credentials.":"Instantziak klaster-kredentzialak baztertu zituen.","The instance returned an unexpected redirect.":"Instantziak espero gabeko birbideratze bat itzuli zuen.","The wakeup interval is %s, but must be 1h or less":"Esnatzeko tartea %s da, baina 1h edo gutxiago izan behar du.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Baliteke haien formatua ez onartzea, oraindik ez dira JPEG bihurtu edo bikoiztuak daude.","Theme":"Gaia","This account is missing an ID and can't be edited.":"Kontu honek ID bat falta du eta ezin da editatu.","This field is required":"Eremu hau beharrezkoa da","This instance has no site URL configured.":"Instance honek ez du guneko URL-ik konfiguratuta.","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.":"Honek jatorrizko karpeta sareko unitate gisa muntatzen du eta ordenagailutik edo telefonotik fitxategiak ireki, editatu eta ezaba ditzakezu lokalak balira bezala.","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. ":"Honek jatorrizko karpeta sareko unitate gisa muntatzen du eta ordenagailutik edo telefonotik fitxategiak ireki, editatu eta ezaba ditzakezu lokalak balira bezala.","Time":"Denbora","Time UTC":"Ordua UTC","Time Zone":"Ordu eremu","Timeout":"Denboraz kanpo","Title":{"":"Izenburua","Account":"Izenburua","Photo":"Izenburua"},"Title / Position":"Izenburua / Kargua","to":"to","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Zure kontutik kanpo gelditzea saihesteko, deskargatu, inprimatu edo kopiatu berreskuratze-kode hau orain eta gorde leku seguru batean.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Aplikazioaren pasahitz espezifiko berri bat sortzeko, idatzi aplikazioaren izena eta baimen-esparrua eta hautatu iraungitze-data:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Autentifikatzaileen aplikazio edo gailu berri batera aldatzeko, lehenik eta behin desaktibatu bi faktoreko autentifikazioa eta, ondoren, berriro aktibatu:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Bertsio-berritzeko, aktibazio-kode bat sar dezakezu edo \"Erregistratu\" sakatu gure webgunean erregistratzeko:","Today":"Gaur","Toggle View":"Aldatu ikuspegia","Token":"Tokena","Too many files selected":"Fitxategi gehiegi hautatu dira","Too many requests":"Eskaera gehiegi","Troubleshooting":"Arazoak konpontzea","Try again using other filters or keywords.":"Saiatu berriro beste iragazki edo gako-hitz batzuk erabiliz.","Two-factor authentication has been enabled for your account.":"Bi faktoreko autentifikazioa gaitu da zure kontuan.","Type":"Mota","Unable to delete":"Ezin da ezabatu","Unable to do that":"Hori ezin da egin","Unassign":"Esleitu gabe","Unauthorized":"Baimenik gabe","Undo":"Desegin","Unique ID":"ID bakarra","Unknown":"Ezezaguna","Unknown location":"Ezezagun kokalekua","Unregistered":"Erregistratu gabe","Unsorted":"Ordenatu gabe","Unstack":"Despilatu","Unsupported":"Onartu gabe","Unsupported format":"Euskarririk gabeko formatua","Unsupported type":"Onartu gabeko mota","Updated":"Eguneratua","Updating faces":"Aurpegiak eguneratzen","Updating index":"Indizea eguneratzen","Updating moments":"Eguneratzea uneak","Updating picture…":"Irudia eguneratzen…","Updating previews":"Aurrebistak eguneratzen","Updating stacks":"Pilak eguneratzen","Upgrade":"Berritu","Upgrade Now":"Berritu orain","Upload":"Kargatu","Upload complete":"Kargatzea osatuta","Upload complete. Indexing…":"Kargatzea osatuta. Indexatzen…","Upload failed":"Ezin izan da kargatu","Upload has been processed":"Igoera prozesatu da","Upload local files":"Kargatu tokiko fitxategiak","Upload might be offensive":"Kargatzea iraingarri izan daiteke.","Upload Path":"Kargatu bidea","Uploading %{n} of %{t}…":"%{t}-tik %{n} kargatzen…","Uploading photos…":"Argazkiak kargatzen…","Uploading…":"Kargatzen…","Uploads that may contain such images will be rejected automatically.":"Horrelako irudiak izan ditzaketen kargak automatikoki baztertuko dira.","URL":"URLa","Use Presets":"Erabili aurrezarpenak","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Erabili berreskuratze-kode hau zure kontura atzitzeko zure autentifikazio-aplikazioarekin baliozko egiaztapen-koderik sortu ezin duzunean:","Use your recovery code or contact an administrator for help.":"Erabili zure berreskuratzeko kodea edo jarri harremanetan administratzaile batekin laguntza eskatzeko.","User":"Erabiltzailea","User Guide":"Erabiltzailearen Gida","User Interface":"Erabiltzaile Interfazea","User not found":"Erabiltzailea ez da aurkitu","Username":"Erabiltzaile izena","Users":"Erabiltzaileak","UUID":"UUID","Vector":"Bektorea","Vectors":"Bektoreak","Verification Code":"Egiaztapen Kodea","Version":"Bertsioa","Video":"Bideoa","Video Duration":"Bideoaren Iraupena","Videos":"Bideoak","View":"Ikusi","View search results as a list.":"Ikusi bilaketa-emaitzak zerrenda gisa.","Viewer":"Ikusle","Vision":"Ikusmena","Visitor":"Bisitaria","Visual Similarity":"Antzekotasun bisuala","Warning":"Abisua","Web Login":"Web Sarrera","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV bezeroak PhotoPrism-era konekta daitezke URL hau erabiliz:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV bezeroak, Microsoft-en Windows Explorer edo Apple-ren Finder bezalakoak, zuzenean konekta daitezke PhotoPrism-era.","WebDAV Upload":"WebDAV igoera","WebGL support is disabled in your browser":"WebGL laguntza desgaituta dago zure arakatzailean","Website":"Webgunea","White":"Zuria","Work Details":"Lanaren xehetasunak","Year":"Urtea","Yellow":"Horia","Yes":"Bai","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Ongi etorri gurekin harremanetan jar zaitezke membership@photoprism.app helbidera zure kidetzari buruzko galderak egiteko.","You can only download one album":"Album bakarra deskarga dezakezu","You can only download one label":"Etiketa bakarra deskarga dezakezu","You can search for a location or move the marker on the map to change the position:":"Kokapen bat bilatu edo markatzailea mapan mugitu dezakezu posizioa aldatzeko:","You can upload up to %{n} files for test purposes.":"%{n} fitxategi karga ditzakezu proba helburuetarako.","You cannot change your own role.":"Zure rola ezin duzu aldatu.","You do not have access to any instances.":"Ez duzu inolako instantziatan sartzeko baimenik.","You may only select one item":"Elementu bakarra hauta dezakezu","You may rescan your library to find additional faces.":"Zure liburutegia berriro eskaneatu dezakezu aurpegi gehigarriak aurkitzeko.","Your account could not be connected":"Zure kontua ezin izan da konektatu","Your account has been successfully connected.":"Zure kontua behar bezala konektatu da.","Your browser does not support WebGL":"Zure arakatzaileak ez du WebGL onartzen","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Zure etengabeko laguntzak aldizkako eguneraketak eskaintzen eta independente izaten laguntzen digu, gure eginkizuna bete eta zure pribatutasuna babesteko.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Zure liburutegia etengabe aztertzen da momentu, bidai eta leku berezien albumak automatikoki sortzeko.","Zip created in %d s":"Zip sortu da %d s-tan","Zoom in/out":"Handitu/txikiagotu","Archive":{"Noun":"Artxiboa","Verb":"Artxiboa"},"Add a Title":{"Photo":"Izenburua gehitu"}}} \ No newline at end of file +{"eu":{"{0} appended action":"Erantsitako {0} ekintza","{0} files":"{0} fitxategi","{0} files ({1} in total)":"{0} fitxategi ({1} guztira)","{0} more":"{0} gehiago","{0} prepended action":"Aurrez aurreko {0} ekintza","{0} selected":"{0} hautatuta","{0}-{1} of {2}":"{0}-{1}/{2}","%{n} albums found":"%{n} album aurkitu dira","%{n} files uploaded":"%{n} fitxategi kargatu dira","%{n} folders found":"%{n} karpeta aurkitu dira","%{n} GB of %{q} GB used":"%{n} GB-tik %{q} GB erabilita","%{n} labels found":"%{n} etiketa aurkitu dira","%{n} people found":"%{n} pertsona aurkitu dira","%{n} pictures found":"%{n} argazki aurkitu dira","%{s} is too long":"%{s} luzeegia da","%{s} is too short":"%{s} laburregia da","%d entries added to %s":"%d sarrera gehitu zaio %s-i","%d entries removed from %s":"%d sarrera kendu dira %s-etik","%d files uploaded in %d s":"%d fitxategi igo dira %d s-tan","%s already exists":"%s dagoeneko existitzen da","%s has been restored":"%s berreskuratu da","1 hour":"1 ordu","12 hours":"12 ordu","2-Factor Authentication":"2 faktoreko autentifikazioa","2FA":"2FA","4 hours":"4 ordu","A click will copy it to your clipboard.":"Klik eginez gero, arbelean kopiatuko da.","A new version of %{s} is available:":"%{s} bertsio berri bat dago eskuragarri:","About":"Buruz","Access granted.":"Sarbidea onartuta.","Access revoked.":"Sarbidea ukatu da.","Access Token":"Sarbide-tokena","Account":"Kontua","Account created":"Kontua sortu da","Account deleted":"Kontua ezabatu da","Account Group Mappings":"Kontu-taldeen mapaketak","Account not found":"Kontua ez da aurkitu","Account restored":"Kontua leheneratu da","Account saved":"Kontua gorde da","Accounts":"Kontuak","Accuracy":"Zehaztasuna","Action":"Ekintza","Actions":"Ekintzak","Activate":"Aktibatu","Activate to remove sorting.":"Aktibatu ordena kentzeko.","Activate to sort ascending.":"Aktibatu goranzko ordenatzeko.","Activate to sort descending.":"Aktibatu beheranzko ordenatzeko.","Activation Code":"Aktibazio kodea","Activity":"Jarduera","Add":"Gehitu","Add %{s}?":"%{s} gehitu?","Add a Caption":"Iruzkina gehitu","Add Account":"Kontua gehitu","Add Album":"Gehitu albuma","Add Link":"Gehitu esteka","Add Notes":"Oharak gehitu","Add person?":"Pertsona gehitu?","Add pictures from search results by selecting them.":"Gehitu bilaketa-emaitzetan argazkiak hautatuta.","Add to album":"Gehitu albumera","Add to all":"Gehitu guztiei","Add to all selected photos":"Gehitu hautatutako argazki guztiei","Added":"Gehituta","Added %{name}":"%{name} gehitu da","Adjust Camera Info":"Kameraren informazioa egokitu","Adjust Date & Time":"Data eta ordua egokitu","Adjust Location":"Kokapena egokitu","Admin":"Admin","Advanced":"Aurreratua","Advertise URL":"Iragarki URLa","After 1 day":"Egun 1 igaro ondoren","After 3 days":"3 egun igaro ondoren","After 7 days":"7 egun igaro ondoren","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Pasahitza berresteko pasahitza sartu ondoren, bi faktoreko autentifikazioa konfigura dezakezu autentifikazio-aplikazio edo gailu bateragarri batekin:","After one month":"Hilabete baten ondoren","After one year":"Urtebeteren buruan","After selecting pictures from search results, you can add them to an album using the context menu.":"Bilaketa-emaitzetan argazkiak hautatu ondoren, album batean gehi ditzakezu testuinguru-menua erabiliz.","After two months":"Bi hilabeteren ondoren","After two weeks":"Bi asteren ondoren","Album":"Albuma","Album %s deleted":"Albuma %s ezabatu da","Album Backups":"Albumen babeskopiak","Album contents cloned":"Albumean dagoen edukia klonatu da","Album created":"Sortu da albuma","Album deleted":"Albuma ezabatuta","Album not found":"Albuma ez da aurkitu","Album saved":"Albuma gorde da","Albums":"Albumak","Albums deleted":"Albumak ezabatu dira","All":"Denak","All %{n} albums loaded":"%{n} album guztiak kargatu dira","All %{n} labels loaded":"%{n} etiketa guztiak kargatu dira","All %{n} people loaded":"%{n} pertsona guztiak kargatu dira","All Cameras":"Kamera guztiak","All Categories":"Kategoria guztiak","All Colors":"Kolore guztiak","All Countries":"Herrialde guztiak","All files from import folder":"Inportazio karpetako fitxategi guztiak","All Lenses":"Lente guztiak","All Months":"Hilabete guztiak","All originals":"Jatorrizko guztiak","All Years":"Urte guztiak","Allow configuration and use of connected apps and services for remote uploads and sync.":"Baimendu konektatutako aplikazio eta zerbitzuen konfigurazioa eta erabilera urruneko kargatze eta sinkronizaziorako.","Allow editing of metadata such as title, description, date, and location.":"Baimendu metadatuak editatzea, hala nola izenburua, deskribapena, data eta kokapena.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Baimendu hainbat argazkiren metadatuak, etiketak eta albumak aldi berean editatzea.","Allow files to be copied or moved from the Import to the Originals folder.":"Gaitu Inportazio tresna fitxategiak Inportazio karpetatik Jatorrizkoak karpetara kopiatu edo mugitzeko.","Allow files to be permanently deleted to free up storage space.":"Biltegiratze espazioa askatzeko, fitxategiak behin betiko ezabatzea baimendu.","Allow users to archive photos and videos so they are hidden without being deleted.":"Erabiltzaileei argazkiak eta bideoak artxibatzeko aukera eman, ezabatu gabe ezkutatuta egon daitezen.","Allow users to create and share links, and enable sharing with connected services.":"Utzi erabiltzaileei estekak sortu eta partekatzen, eta gaitu konektatutako zerbitzuekin partekatzea.","Allow users to upload new photos and videos through the web interface.":"Erabiltzaileei argazki eta bideo berriak web interfazearen bidez igotzeko aukera eman.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Bestela, fitxategiak zuzenean igo ditzakezu Nextcloud bezalako WebDAV zerbitzarietara.","Altitude":"Altuera","Altitude (m)":"Altuera (m)","AM":"AM","Animated":"Animatua","Animation":"Animazioa","Animations":"Animazioak","Any private photos and videos remain private and won't be shared.":"Argazki eta bideo pribatu guztiak pribatuak izaten jarraitzen dute eta ez dira partekatuko.","API Key":"API gakoa","Application":"Aplikazio","Applications":"Aplikazioak","Approve":"Onartu","Approve and save changes":"Onartu eta gorde aldaketak","Apps and Devices":"Aplikazioak eta gailuak","Archived":"Artxibatuta","Are you sure you want to archive the selection?":"Ziur hautapena artxibatu nahi duzula?","Are you sure you want to delete these albums?":"Ziur album hauek ezabatu nahi dituzula?","Are you sure you want to delete these labels?":"Ziur etiketa hauek ezabatu nahi dituzula?","Are you sure you want to delete this account?":"Ziur kontu hau ezabatu nahi duzula?","Are you sure you want to delete this album?":"Ziur zaude album hau ezabatu nahi duzula?","Are you sure you want to permanently delete these pictures?":"Ziur argazki hauek betiko ezabatu nahi dituzula?","Are you sure you want to permanently delete this file?":"Ziur fitxategi hau betiko ezabatu nahi duzula?","Are you sure?":"Ziur zaude?","Artist":"Artista","Aspect Ratio":"Aspektu-erlazioa","Attributes":"Atributuak","Audio":"Audioa","Audit Log":"Audioa","Authentication":"Autentifikazioa","Auto":"Autoa","Back":"Itzuli","Back to top":"Itzuli gora","Backup":"Babeskopia","Badge":"Txapa","Base Path":"Oinarrizko bidea","Batch":"Multzoa","Batch Edit":"Multzoka editatzea","Become a member today, support our mission and enjoy our member benefits!":"Egin zaitez kide gaur, lagundu gure eginkizuna eta gozatu gure kideen abantailak!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"%100 autofinantziatua eta independentea izanik, zure datuak ez ditugula inoiz salduko eta gure softwareari eta zerbitzuei buruz gardenak izango garela agintzen dizugu.","Bio":"Bio","Birth Date":"Urtebetetze data","Black":"Beltza","Blue":"Urdina","Brown":"Marroia","Browse":"Arakatu","Browse Files":"Arakatu fitxategiak","Browse Pictures":"Arakatu argazkiak","Bug Report":"Akatsen txostena","Busy, please try again later":"Zaratatsua, mesedez saiatu berriro geroago","Busy, please wait…":"Lanpetuta, itxaron mesedez…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Eskaintzen ditugun softwarea eta zerbitzuak erabiliz gero, gure zerbitzu-baldintzak, pribatutasun-politika eta jokabide-kodea onartzen dituzu.","Calendar":"Egutegia","Camera":"Kamera","Camera not found":"Kamera ez da aurkitu","Camera Serial":"Kamera seriea","Can't access your authenticator app or device?":"Ezin duzu sartu autentifikatzaile-aplikazio edo gailuan?","Can't load more, limit reached":"Ezin da gehiago kargatu, mugara iritsi da","Can't select more items":"Ezin dira elementu gehiago hautatu","Cancel":"Utzi","Cannot copy to clipboard":"Ezin da kopiatu arbelean","Caption":"Epigrafea","Cards":"Txartelak","Carousel slide {0} of {1}":"Karruselaren diapositiba {0}/{1}","Cast":"Aktoreen zerrenda","Category":"Kategoria","Change Avatar":"Aldatu avatarra","Change Password":"Aldatu pasahitza","Change private flag":"Aldatu bandera pribatua","Changes could not be saved":"Ezin izan dira aldaketak gorde","Changes successfully saved":"Aldaketak ongi gorde dira","Changes to the advanced settings require a restart to take effect.":"Ezarpen aurreratuen aldaketek berrabiarazi behar dute eragina izateko.","Checked":"Egiaztatuta","Choose an instance to continue:":"Aukeratu jarraitzeko instantzia bat:","Chroma":"Kroma","Cleaning index and cache":"Indizea eta cachea garbitzea","Cleanup":"Garbitu","Clear":"Argi","Clear {0}":"Garbitu {0}","Client":"Bezeroa","Close":"Itxi","Cluster":"Multzoa","Cluster Admin":"Kluster administratzailea","Cluster Node":"Klotxeko nodoa","Codec":"Kodeka","Color":"Kolore","Color Profile":"Kolore-profila","Colors":"Koloreak","Compare Editions":"Edizioak alderatu","Complete Rescan":"Berriro eskaneatu osoa","Confidence":"Konfiantza","Confirm":"Berretsi","Connect":"Konektatu","Connect via WebDAV":"Konektatu WebDAV bidez","Connected":"Konektatuta","Contact Details":"Harremanetarako datuak","Contact Us":"Jarri gurekin harremanetan","Contains %{n} pictures.":"%{n} irudi ditu.","Contains one picture.":"Irudi bat dauka.","Content":{"":"Edukia","Edit":"Edukia"},"Continue":"Jarraitu","Contributor":"Laguntzailea","Converting":"Bihurtzea","Copied to clipboard":"Arbelean kopiatu da","Copy":"Kopiatu","Copying files from %s":"%s-etik fitxategiak kopiatzen","Copyright":"Copyright","Could not be deleted":"Ezabatu ezin izan zen","Could not connect, please try again":"Ezin izan da konektatu, mesedez saiatu berriro","Could not update person cover":"Ezin izan da pertsonaren azala eguneratu","Couldn't find anything.":"Ezin izan da ezer aurkitu.","Country":"Herrialdea","Create Account":"Kontua sortu","Create album":"Sortu albuma","Create regular backups based on the configured schedule.":"Sortu indizearen babeskopiak konfiguratutako ordutegian oinarrituta.","Create YAML files to back up album metadata.":"Sortu YAML fitxategiak albumen metadatuen babeskopia egiteko.","Create YAML sidecar files to back up picture metadata.":"Sortu YAML sidecar fitxategiak argazkien metadatuen babeskopia egiteko.","Created":"Sortu","Creating thumbnails for":"Miniaturak sortzen","Current Password":"oraingo pasahitza","Custom":"Pertsonalizatua","Cyan":"Zian","Daily":"Egunero","Database":"Datu-basea","Database Backups":"Datu-basearen babeskopiak","Databases":"Datu-baseak","Date & Time":"Data eta ordua","Day":"Eguna","Deactivate":"Desaktibatu","Debug Logs":"Arazte-erregistroak","Default":"Lehenetsia","Default Folder":"Karpeta lehenetsia","Delete":"Ezabatu","Delete Album":"Ezabatu albuma","Delete All":"Ezabatu guztiak","Delete all?":"Guztiak ezabatu?","Delete orphaned index entries, sidecar files and thumbnails.":"Ezabatu umezurtz indize-sarrerak, sidecar fitxategiak eta miniaturak.","deleted":"ezabatuta","Description":"Deskribapena","Detailed instructions can be found in our User Guide.":"Argibide zehatzak gure Erabiltzailearen Gidan aurki daitezke.","Details":"Xehetasunak","Dimensions":"Neurriak","Disable all face detection and recognition features.":"Desgaitu aurpegia detektatzeko eta ezagutzeko funtzio guztiak.","Disable Backups":"Desgaitu babeskopiak","Disable Darktable":"Desgaitu Darktable","Disable ExifTool":"Desgaitu ExifTool","Disable Faces":"Desgaitu aurpegiak","Disable features that require write permission for the originals folder.":"Desgaitu jatorrizkoen karpetarako idazteko baimena behar duten funtzioak.","Disable FFmpeg":"Desgaitu FFmpeg","Disable ImageMagick":"Desgaitu ImageMagick","Disable interactive world maps and reverse geocoding.":"Desgaitu munduko mapa interaktiboak eta alderantzizko geokodeketa.","Disable MCP":"MCP desgaitu","Disable Places":"Desgaitu Lekuak","Disable RawTherapee":"Desgaitu RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Desaktibatu AI agenteen integrazioetarako Model Context Protocol (MCP) API amaierako puntua.","Disable Vectors":"Desgaitu bektoreak","Disable WebDAV":"Desgaitu WebDAV","Disabled":"Desgaitua","Disables vector graphics support.":"Grafiko bektorialen euskarria desgaitzen du.","Disables video transcoding and thumbnail extraction.":"Bideoen transkodeketa eta irudi txikien erauzketa desgaitzen ditu.","Discard":"Baztertu","Discard changes and close":"Aldaketak baztertu eta itxi","Discard invalid changes?":"Balio gabeko aldaketak baztertu?","Discard unsaved changes?":"Gorde gabeko aldaketak baztertu?","Discover":"Ezagutu","Dismiss":"Baztertu","Display Name":"Bistaratzeko izena","Display picture captions in search results.":"Bistaratu irudi-oinak bilaketa-emaitzetan.","Display picture titles in search results.":"Bistaratu irudien izenburuak bilaketa-emaitzetan.","Document":"Dokumentua","Documents":"Dokumentuak","Don't use Darktable to convert RAW images.":"Ez erabili Darktable irudi RAW bihurtzeko.","Don't use ImageMagick to convert images.":"Ez erabili ImageMagick irudiak bihurtzeko.","Don't use RawTherapee to convert RAW images.":"Ez erabili RawTherapee RAW irudiak bihurtzeko.","Done":"Eginda","Done.":"Eginda.","Download":"Deskargatu","Download only original media files, without any automatically generated files.":"Deskargatu jatorrizko multimedia fitxategiak soilik, automatikoki sortutako fitxategirik gabe.","Download remote files":"Deskargatu urruneko fitxategiak","Downloading…":"Deskargatzen…","Drag and drop files here":"Arrastatu eta jaregin fitxategiak hemen","Driver":"Gidaria","Duplicates will be skipped and only appear once.":"Bikoiztuak saltatu egingo dira eta behin bakarrik agertuko dira.","Duration":"Iraupena","Dynamic Previews":"Aurrebista dinamikoak","Dynamic Size Limit: %{n}px":"Tamaina dinamikoaren muga: %{n}px","Edit":"Editatu","Edit %{s}":"Editatu %{s}","Edit Account":"Editatu kontua","Edit Photo":"Editatu argazkia","Edit Photos (%{n})":"Editatu argazkiak (%{n})","Edited":"Editatua","Email":"Posta elektronikoa","Enable debug mode to display additional logs and help with troubleshooting.":"Gaitu arazketa modua erregistro gehigarriak bistaratzeko eta arazoak konpontzen laguntzeko.","Enable downloading of original and sidecar files from the web interface.":"Gaitu jatorrizko eta alboko fitxategiak web interfazetik deskargatzea.","Enable face recognition and the People view to easily find people you know.":"Gaitu aurpegi-ezagutza eta Pertsonen ikuspegia ezagutzen dituzun pertsonak erraz aurkitzeko.","Enable new features that may be incomplete or unstable.":"Gaitu osatugabeak edo ezegonkorrak izan daitezkeen eginbide berriak.","Enable the file browser to navigate the Originals folder structure.":"Gaitu fitxategi-arakatzailea Jatorrizkoak karpeta-egitura arakatzeko.","Enables RAW converter presets. May reduce performance.":"RAW bihurgailuaren aurrezarpenak gaitzen ditu. Errendimendua murriztu dezake.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Bi faktoreko autentifikazioa gaitzeak esan nahi du ausaz sortutako egiaztapen-kode bat beharko duzula saioa hasteko; beraz, norbaitek zure pasahitza atzitzen badu ere, ezin izango du zure kontuan sartu.","Engine":"Motorra","Enter date":"Sartu data","Enter dates":"Sartu datak","Enter item name...":"Sartu elementuaren izena...","Enter the code generated by your authenticator app:":"Sartu zure autentifikazio-aplikazioak sortutako kodea:","Enter verification code":"Sartu egiaztapen-kodea","Enter your password to confirm the action and continue:":"Sartu pasahitza ekintza berresteko eta jarraitu:","Entity not found":"Entitate ez da aurkitu","Error":"Errorea","Errors":"Akatsak","Estimate":"Estimazioa","Estimate Locations":"Estimatu kokapenak","Estimate the approximate location of pictures without GPS coordinates.":"Kalkulatu argazkien gutxi gorabeherako kokapena GPS koordenaturik gabe.","Every two days":"Bi egunetik behin","Exclude hidden":"Ezkutatuta baztertu","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"ExifTool-ekin metadatuak erauztea beharrezkoa da Bideo, Live Photo eta XMP laguntza osoa izateko.","Experimental Features":"Ezaugarri esperimentalak","Expires":"Iraungitzen da","Exposure":"Esposizio","Extract still images and generate thumbnails while indexing.":"Atera irudi finkoak eta sortu miniaturak indexatzen dituzun bitartean.","F Number":"F Zenbakia","Face":"Aurpegia","Face not found":"Aurpegia ez da aurkitu","Faces":"Aurpegiak","Failed creating file, please check permissions":"Fitxategia sortzean huts egin da, mesedez egiaztatu baimenak","Failed creating folder, please check permissions":"Karpetaren sortzea huts egin du, mesedez egiaztatu baimenak.","Failed removing link":"Ezin izan da esteka kendu","Failed to connect account.":"Ezin izan da konektatu kontua.","Failed to create zip file":"Zip fitxategia sortzea huts egin du","Failed to load users.":"Erabiltzaileak kargatzeko huts egin da.","Failed to remove face marker":"Aurpegiko markatzailea kentzea huts egin du","Failed to remove name":"Izena kentzea huts egin du","Failed to restart server":"Ezinezkoa izan da zerbitzaria berrabiaraztea","Failed to save changes":"Aldaketak gordetzea huts egin da","Failed to save face marker":"Aurpegiko markatzailea gordetzeko huts egin da","Failed to save name":"Izena gordetzeko huts egin da","Failed updating link":"Ezin izan da eguneratu esteka","Family Name":"Abizena","Fast":"Azkar","Favorite":"Gogokoena","Favorites":"Gogokoak","Feature disabled":"Ezaugarri desgaituta","Feature Request":"Ezaugarrien eskaera","Female":"Emakumezkoa","File":"Fitxategia","File Browser":"Fitxategien arakatzailea","File Conversion":"Fitxategien Bihurketa","File deleted":"Fitxategia ezabatu da","File Name":"Fitxategi izena","File not found":"Fitxategia ez da aurkitu","File removed from stack":"Pila-tik fitxategia kendu da","File Size":"Fitxategiaren Tamaina","File too large":"Fitxategia handiegia","File uploaded":"Fitxategia igo da","Filename":"Fitxategi izena","Files":"Fitxategiak","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"'IMG_1234 (2)' eta 'IMG_1234 (3)' bezalako izen sekuentzialak dituzten fitxategiak irudi berekoak dira.","First page":"Lehen orrialdea","Focal Length":"Fokua","Folder":"Karpeta","Folder contains %{n} files":"Karpetak %{n} fitxategi ditu","Folder is empty":"Karpeta hutsik dago","Folders":"Karpetak","Forgot password?":"Pasahitza ahaztua?","FPS":"FPS","Frames":"Markoak","Full Access":"Sarbide osoa","Fullscreen":"Pantaila osoa","General":"Orokorra","Generate":"Sortu","Generate Previews":"Sortu Aurrebistak","Generated":"Sortutakoa","Get Started":"Hasi","Given Name":"Emandako izena","Global Options":"Aukera globalak","Go to page {0}":"Joan {0} orrialdera","Gold":"Urrea","Green":"Berdea","Grey":"Grisa","Groups":"Taldeak","Guest":"Gonbidatua","Hash":"Hash","Help":"Laguntza","Help & Support":"Laguntza eta laguntza","Hidden":"Ezkutuan","Hidden Files":"Ezkutuko Fitxategiak","Hide":"Ezkutatu","Hide Caption":"Izenburua ezkutatu","Hide face markers":"Ager ezazu aurpegi-markatzaileak","Hide private content from global views while keeping it accessible in the Private section.":"Ezkutatu elementu pribatuak ikuspegi orokorretatik, Pribatua atalean eskuragarri mantenduz.","High":"Alta","High Dynamic Range (HDR)":"Gama dinamiko handia (HDR)","Hybrid":"Hibridoa","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Zure autentifikazio-aplikaziorako edo gailurako sarbidea galtzen baduzu, berreskuratzeko kodea erabil dezakezu zure konturako sarbidea berreskuratzeko.","Image":"Irudia","Image Quality":"Irudiaren Kalitatea","Import":"Inportatu","Import canceled":"Inportazioa bertan behera utzi da","Import completed in %d s":"Inportazioa %d s-tan osatu da","Import failed":"Ezin izan da inportatu","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Inportatutako fitxategiak dataren arabera ordenatuko dira eta izen esklusibo bat emango zaie bikoiztuak saihesteko.","Importing %{s}…":"%{s} inportatzen…","Importing files to originals…":"Fitxategiak jatorrizkoetara inportatzen…","in":"urtean","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Espero dituzun argazkiak falta badira, eskaneatu berriro zure liburutegia eta itxaron indexazioa amaitu arte.","Include RAW image files when downloading stacks and archives.":"Sartu RAW irudi-fitxategiak pila eta artxiboak deskargatzean.","Include sidecar files when downloading stacks and archives.":"Sartu sidecar fitxategiak pilak eta artxiboak deskargatzean.","Increase storage size or delete files to continue.":"Aurrera egiteko, handitu biltegiratze-tamaina edo ezabatu fitxategiak.","Index":"Aurkibidea","Indexing":"Indexatzea","Indexing canceled":"Indizeketa bertan behera utzi da","Indexing completed in %d s":"Indizeketa %d s-tan amaitu da","Indexing failed":"Ezin izan da indexatu","Indexing files in %s":"%s-en fitxategiak indizeatzea","Indexing media and sidecar files…":"Multimedia eta sidecar fitxategiak indexatzen…","Indexing originals...":"Jatorrizkoak indizatzen...","Information":"Informazioa","Inherit":"Ondoretsi","Instance":"Instantzia","Instance ID":"Instantziaren IDa","Instance unreachable. Try again once it's back online.":"Instancea ezin da iritsi. Saiatu berriro linean dagoenean.","Instances":"Instantziak","Insufficient storage":"Biltegiratze nahikoa ez","Insufficient storage.":"Biltegiratze nahikoa ez.","Interval":"Tartea","Invalid":"Baliogabea","Invalid address":"Helbide baliogabea","Invalid country":"Herrialde baliogabea","Invalid credentials":"Ziurtagiri baliogabeak","Invalid date":"Data baliogabea","Invalid link":"Esteka baliogabea","Invalid name":"Izena baliogabea","Invalid parameters":"Parametro baliogabeak","Invalid password, please try again":"Pasahitz baliogabea, mesedez saiatu berriro","Invalid photo selected":"Argazki baliogabea hautatu da","Invalid time":"Ordua baliogabea","Invalid URL":"URL baliogabea","Invalid verification code, please try again":"Egiaztapen-kode baliogabea. Saiatu berriro","IP Address":"IP helbidea","It is a one-time use code that will disable 2FA for your account when you use it.":"Erabilera bakarreko kodea da, erabiltzen duzunean zure konturako 2FA desgaituko duena.","Item":"Elementua","Items per page:":"Orrialde bakoitzeko elementuak:","JPEG Quality: %{n}":"JPEG kalitatea: %{n}","JPEG Size Limit: %{n}px":"JPEG tamaina muga: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG eta miniaturak automatikoki errendatzen dira behar bezala.","Keyword":"Gako-hitza","Keywords":"Gako-hitzak","Label":"Etiketa","Label not found":"Etiketa aurkitu ez da","Label saved":"Etiketa gorde da","Labels":"Etiketak","Labels deleted":"Etiketak ezabatu dira","Language":"Hizkuntza","Last Active":"Azken Aktiboa","Last Login":"Azken saioa","Last page":"Azken orrialdea","Last Sync":"Azken sinkronizazioa","Last Used":"Azken erabilia","Latitude":"Latitudea","LDAP/AD":"LDAP/AD","Learn more":"Gehiago ikasi","Learn More":"Argibide gehiago","Legal Information":"Informazio juridikoa","Lens":"Lentea","Lens not found":"Lentila ez da aurkitu","Library":"Liburutegia","License":"Lizentzia","Like":"Atsegin dut","Lime":"Karea","Limit reached, showing first %{n} files":"Muga iritsi da, lehen %{n} fitxategi erakusten","Link":"Esteka","List":"Zerrenda","List View":"Zerrenda Ikuspegia","Live":"Zuzenean","Live Photos":"Zuzeneko Argazkiak","Load more":"Gehiago kargatu","Loading items...":"Elementuak kargatzen...","Loading...":"Kargatzen...","Local":"Tokikoa","Local Time":"Tokiko Ordua","Location":"Kokapena","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Erregistro-mezuak hemen agertzen dira PhotoPrism-ek hautsitako fitxategiak aurkitzen dituen bakoitzean edo beste arazo potentzial batzuk daudenean.","Login":"Saioa hasi","Logs":"Erregistroak","Longitude":"Luzera","Lost server connection":"Zerbitzari konexioa galdu da","Low":"Baxua","Magenta":"Magenta","Main Color":"Kolore Nagusia","Male":"Gizonezkoa","Manage Account":"Kudeatu kontua","Manager":"Kudeatzailea","Manual":"Eskuliburua","Manual Upload":"Eskuzko igoera","Maps":"Mapak","Marker":"Markagailua","Maximum number of accounts has been reached.":"Gehienezko kontu kopurura iritsi da.","Media":"Komunikabideak","Medium":"Ertaina","Membership":"Kidetza","Merge %{a} with %{b}?":"%{a} %{b}rekin bateratu?","Message":"Mezua","Metadata":"Metadatuak","Metrics":"Metrikak","Minimize":"Minimizatu","Missing":"Falta","Missing or invalid configuration":"Konfigurazioa falta edo baliogabea","mixed":"nahasi","Moments":"Momentuak","Monochrome":"Monokromoa","Month":"Hilabetea","More options":"Aukera gehiago","Mosaic":"Mosaikoa","Most Relevant":"Garrantzitsuena","Move Files":"Mugitu fitxategiak","Moving files from %s":"%s-etik fitxategiak mugitzea","Must have at least %{n} characters.":"Gutxienez %{n} karaktere izan behar ditu.","Mute":"Isildu","Name":"Izena","Name too long":"Izena luzeegia","Never":"Inoiz ez","New":"Berria","New Password":"pasahitz berria","Newest First":"Berriena Lehenengoa","Next":"Hurrengoa","Next page":"Hurrengo orrialdea","Next visual":"Hurrengo bisuala","No":"Ez","No Access":"Sarbiderik ez","No albums assigned":"Ez dago albumik esleituta","No albums found":"Ez da albumik aurkitu","No albums selected":"Ez dago aukeratutako albumik","No data available":"Ez dago daturik eskuragarri","No files available for download":"Deskargatzeko fitxategiik ez dago eskuragarri","No items selected":"Ez dago hautatutako elementurik","No labels assigned":"Ez dago etiketarik esleituta","No labels found":"Ez da etiketarik aurkitu","No labels selected":"Ez dago aukeratutako etiketarik","No matching records found":"Ez da bat datorren erregistrorik aurkitu","No more":"Ez gehiago","No people found":"Ez da jenderik aurkitu","No pictures found":"Ez da argazkirik aurkitu","No recently edited pictures":"Ez dago duela gutxi editatutako argazkirik","No registered instances.":"Ez dago erregistratutako instantziarik.","No results":"Emaitzarik ez","No server connection":"Ez dago zerbitzari konexiorik","No servers configured.":"Ez dago zerbitzaririk konfiguratuta.","No services configured.":"Ez dago zerbitzurik konfiguratuta.","No thanks":"Ez eskerrik asko","No users on this instance.":"Instanzia honetan ez dago erabiltzaileik.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Ez dago gako-hitz hau duen abisurik edo errorerik. Kontuan izan bilaketak maiuskulak eta minuskulak bereizten dituela.","Node":"Nodoa","Nodes":"Nodoak","Non-photographic and low-quality images require a review before they appear in search results.":"Argazkiak ez diren eta kalitate baxuko irudiak berrikusi behar dira bilaketa-emaitzetan agertu aurretik.","None":"Bat ere ez","Not allowed":"Ez da onartzen","Not available in public mode":"Modu publikoan ez dago eskuragarri","Not available in read-only mode":"Bakarrik irakurtzeko moduan ez dago eskuragarri","Not found":"Ez da aurkitu","Not sorted.":"Ez dago sailkatuta.","Not supported":"Ez da onartzen","Note you may manually manage your originals folder and importing is optional.":"Kontuan izan jatorrizkoen karpeta eskuz kudea dezakezula eta inportatzea aukerakoa da.","Note:":"Ohar:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Oharra: WebDAV zerbitzariak soilik, Nextcloud edo PhotoPrism bezalakoak, urruneko zerbitzu gisa konfigura daitezke babeskopia egiteko eta fitxategiak kargatzeko.","Notes":"Oharrak","Nothing to see here yet.":"Hemen oraindik ez dago ezer ikusteko.","Nothing was found.":"Ez da ezer aurkitu.","Offline":"Lineaz kanpo","OK":"Ados","Oldest First":"Zaharrena Lehen","On Windows, enter the following resource in the connection dialog:":"Windows-en, sartu baliabide hau konexio-koadroan:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Irudi txikiak eskatuz sortzeak CPU eta memoria erabilera handia eragin dezake. Ez da gomendagarria baliabideak mugatutako zerbitzarietarako eta NAS gailuetarako.","Once a week":"Astean behin","One album found":"Album bat aurkitu da","One entry added to %s":"Sarrera bat %s-era gehitu da.","One entry removed from %s":"%s-etik kendutako sarrera bat","One file found":"Fitxategi bat aurkitu da","One file uploaded":"Fitxategi bat kargatu da","One folder found":"Karpeta bat aurkitu da","One label found":"Etiketa bat aurkitu da","One person found":"Pertsona bat aurkitu du","One picture found":"Irudi bat aurkitu da","Only locally managed accounts can be set up for authentication with 2FA.":"Lokalean kudeatutako kontuak soilik konfigura daitezke 2FA-rekin autentifikatzeko.","Open":"Ireki","optional":"aukerakoa","or":"edo","Orange":"Laranja","Organization":"Antolaketa","Orientation":"Orientazio","Original file names will be stored and indexed.":"Jatorrizko fitxategi-izenak gorde eta indexatuko dira.","Original Name":"Jatorrizko izena","Originals":"Jatorrizkoak","Originals folder is empty":"Jatorrizkoen karpeta hutsik dago","Other":"Bestela","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Gure eginkizuna da erabiltzaileentzako eta pribatutasunerako irtenbiderik egokiena eskaintzea zure argazkiak antolatuta eta eskuragarri mantentzeko.","Outdoor":"Kanpoan","Page {0}, Current page":"{0} orria, uneko orria","Pages":"Orriak","Pagination Navigation":"Pagination Nabigazioa","Panorama":"Panorama","Panoramas":"Panoramak","Part of all selected photos":"Hautatutako argazki guztien zati bat","Part of some selected photos":"Hautatutako argazki batzuen zati bat","Password":"Pasahitza","Password changed":"Pasahitza aldatu da","Pause":"Pausa","Payment required":"Ordainketa beharrezkoa da","People":"Jendea","People you share a link with will be able to view public contents.":"Esteka partekatzen duzun pertsonek eduki publikoak ikusi ahal izango dituzte.","Permanently deleted":"Betiko ezabatu da","Permission denied":"Baimenik ukatu da","Person":"Pertsona","Person cover updated":"Pertsonaren azala eguneratua","Person deleted":"Pertsona ezabatu da","Person not found":"Pertsona ez da aurkitu","Person saved":"Pertsona salbatu da","Personal":"Pertsonalak","Photo":"Argazkia","PhotoPrism is 100% self-funded and independent.":"PhotoPrism %100 autofinantziatua eta independentea da.","PhotoPrism+ Membership":"PhotoPrism+ Kidetza","Photos":"Argazkiak","Picture":"Irudia","Picture Title":"Irudiaren izenburua","Pink":"Arrosa","Pinned":"Pinentuta","Place":"Lekua","Place & Time":"Lekua eta Ordua","Places":"Lekuak","Play":"Jolastu","Please confirm your new password.":"Mesedez, berretsi pasahitz berria.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Mesedez, kopiatu ausaz sortutako aplikazioaren pasahitza eta gorde leku seguru batean, ezingo baituzu berriro ikusi:","Please do not upload any private, unlawful or offensive pictures.":"Mesedez, ez igo argazki pribatu, legez kanpoko edo iraingarririk.","Please don't upload photos containing offensive content.":"Mesedez, ez kargatu eduki iraingarria duten argazkirik.","Please enter OTP character {0}":"Mesedez, idatzi OTP karakterea {0}","Please log in to your account":"Mesedez, saioa hasi zure kontuan","Please note that changing your password will log you out on other devices and browsers.":"Kontuan izan pasahitza aldatzeak beste gailu eta arakatzaile batzuetan saioa amaituko duzula.","Please restart your instance for the changes to take effect.":"Mesedez, berrabiarazi zure instantzia aldaketak indarrean egon daitezen.","Please wait…":"Itxaron mesedez…","PM":"PM","PNG Size Limit: %{n}px":"PNG Tamaina Muga: %{n}px","Portal":"Ataria","Portrait":"Erretratua","Preserve filenames":"Gorde fitxategi-izenak","Press enter to create a new album.":"Sakatu Sartu album berri bat sortzeko.","Press enter to create new item":"Sakatu Sartu elementu berria sortzeko","Prevent database and album backups as well as YAML sidecar files from being created.":"Saihestu datu-baseen eta albumen babeskopiak eta baita YAML sidecar fitxategiak sortzea ere.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Eragotzi beste aplikazio batzuei PhotoPrism sareko unitate partekatu gisa sartzea.","Preview":"Aurrebista","Preview Images":"Aurrebista Irudiak","Previous":"Aurrekoa","Previous page":"Aurreko orrialdea","Previous visual":"Aurreko bisuala","Primary":"Lehen mailakoa","Private":"Pribatua","Processing upload...":"Igoera prozesatzen ari da...","Product Feedback":"Produktuaren iritzia","Projection":"Proiekzioa","Purple":"Morea","Quality Filter":"Kalitate-iragazkia","Quality Score":"Kalitate-maila","Quota exceeded":"Kuota gainditu da","Random":"Ausazko","Rating {0} of {1}":"{0}/{1} balorazioa","Raw":"Gordinik","RAW":"GORDINA","Re-index all originals, including already indexed and unchanged files.":"Berriro indexatu jatorrizko guztiak, dagoeneko indexatutako eta aldatu gabeko fitxategiak barne.","Read-Only Mode":"Irakurtzeko soilik modua","Recently Added":"Duela gutxi Gehitu","Recently Archived":"Duela gutxi artxibatua","Recently Edited":"Berriki editatua","Recognition starts after indexing has been completed.":"Aitorpena indexatzea amaitu ondoren hasten da.","Recognized":"Aitortua","Recovery Code":"Berreskuratzeko Kodea","Red":"Gorria","Refresh":"Freskatu","Regions":"Eskualdeak","Register":"Izena eman","Registration disabled":"Erregistroa desgaituta","Reload":"Berriz kargatu","Reloading…":"Berriro kargatzen…","Remote Sync":"Urruneko sinkronizazioa","Remove":"Kendu","remove failed: unknown album":"kendu huts egin du: album ezezaguna","Remove from Album":"Kendu albumetik","Remove from all":"Kendu guztietatik","Remove from all selected photos":"Kendu hautatutako argazki guztietatik","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Kendu inportatutako fitxategiak biltegia gordetzeko. Onartu gabeko fitxategi motak ez dira inoiz ezabatuko, uneko kokapenan geratzen dira.","Remove the selected instance from the cluster registry?":"Hautatutako instantzia kluster erregistrotik kendu?","Removed":"Kendu da","Removed %{name}":"%{name} kendu da","Removed %d files and %d photos":"%d fitxategi eta %d argazki kendu dira","Repeated":"Errepikatua","Request failed - are you offline?":"Eskaerak huts egin du - konexiorik gabe zaude?","Request failed - invalid response":"Eskaerak huts egin du - erantzun baliogabea","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Eskatu argazkirik gabeko eta kalitate baxuko irudiak berrikustea bilaketa-emaitzetan agertu aurretik.","Resolution":"Ebazpena","Restart":"Berriro hasi","Restore":"Berreskuratu","Restored":"Zaharberritua","Retry Limit":"Berriro saiatu muga","Retype Password":"Berriro idatzi pasahitza","Review":"Berrikuspena","Role":"Rola","Roles":"Rolak","Rotated":"Biratuta","Rows per page:":"Orrialde bakoitzeko errenkadak:","Satellite":"Satelitea","Save":"Gorde","Save changes":"Gorde aldaketak","Scan":"Eskaneatu","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Eskaneatu QR kodea zure autentifikatzaile aplikazioarekin edo erabili behean agertzen den konfigurazio-gakoa eta idatzi sortutako egiaztapen-kodea:","Scans":"Eskaneatzea","Scope":"Eremua","Scopes":"Esparruak","Search":"Bilatu","Season":"Denboraldia","Secret":"Sekretua","Security and Access":"Segurtasuna eta Sarbidea","Select":"Hautatu","Select a source folder to import files…":"Hautatu iturburu karpeta fitxategiak inportatzeko…","Select date":"Hautatu data","Select dates":"Aukeratu datak","Select or create albums":"Hautatu edo sortu albumak","Select or create labels":"Hautatu edo sortu etiketak","Select or drop files to upload…":"Hautatu edo arrastatu fitxategiak igotzeko…","Select the files to upload…":"Hautatu kargatu beharreko fitxategiak…","Select the folder to be indexed…":"Hautatu indexatu beharreko karpeta…","Select Time":"Hautatu Ordua","Selection":"Hautaketa","Selection added to %s":"Hautaketa %s-era gehitu da","Selection approved":"Hautaketa onartu da","Selection archived":"Hautaketa artxibatuta dago","Selection marked as private":"Hautaketa pribatutzat markatuta","Selection not found":"Hautaketa ez da aurkitu","Selection restored":"Hautaketa leheneratu da","Sequential Name":"Izena sekuentziala","Service":"Zerbitzua","Service URL":"Zerbitzuaren URLa","Services":"Zerbitzuak","Session":"Saioa","Session ID":"Saioaren ID","Sessions":"Saioak","Set as Album Cover":"Ezarri albumaren azala","Set as Cover Image":"Ezarri azaleko irudi gisa","Settings":"Ezarpenak","Settings saved":"Ezarpenak gorde dira","Setup":"Konfigurazioa","Severity":"Larritasuna","Share":"Partekatu","Share %{s}":"Partekatu %{s}","Show":"Erakutsi","Show All Labels":"Erakutsi etiketa guztiak","Show all new faces":"Erakutsi aurpegi berri guztiak","Show Caption":"Izenburua erakutsi","Show Captions":"Erakutsi epigrafeak","Show face markers":"Aurpegi-markatzaileak erakutsi","Show hidden":"Erakutsi ezkutuan","Show Important Only":"Garrantzitsua bakarrik erakutsi","Show logs in the web interface to monitor activity and troubleshoot problems.":"Erakutsi erregistroak web interfazean jarduera kontrolatu eta arazoak konpontzeko.","Show smart albums that group pictures by occasion, trip, or location.":"Erakutsi argazkiak gertaera, bidaia edo kokapenaren arabera taldekatzen dituzten album adimendunak.","Show the Account page so users can manage their profile and security settings.":"Erakutsi Kontuaren orria erabiltzaileek beren profila eta segurtasun-ezarpenak kudeatu ahal izan ditzaten.","Show the Calendar view to browse the library by year and month.":"Erakutsi Egutegiaren ikuspegia liburutegia urtez hilabetez hilabete arakatzeko.","Show the Labels section to view and manage AI-generated labels.":"Erakutsi Etiketak atala IA bidez sortutako etiketak ikusteko eta kudeatzeko.","Show the Library section to index, manage, and monitor the media library.":"Erakutsi Liburutegia atala multimedia liburutegia indexatzeko, kudeatzeko eta kontrolatzeko.","Show the Places view with interactive maps so you can browse photos by location.":"Erakutsi Lekuen ikuspegia mapa interaktiboekin, argazkiak kokapenaren arabera arakatu ahal izateko.","Show Titles":"Erakutsi Izenburuak","Sidecar":"Sidecar","Sidecar Files":"Sidecar fitxategiak","Sign in":"Hasi saioa","Sign Out":"Irten","Similar":"Antzekoa","Site URL":"Gunearen URLa","Size":"Tamaina","Slideshow":"Aurkezpena","Slow":"Astiro","Software":"Softwarea","Software Update":"Software eguneratzea","Some albums could not be copied":"Album batzuk ezin izan dira kopiatu","Some albums could not be created. Please edit the names and try again.":"Ezin izan dira album batzuk sortu. Editatu izenak eta saiatu berriro.","Some albums could not be updated":"Album batzuk ezin izan dira eguneratu","Something went wrong, try again":"Arazoren bat izan da. Saiatu berriro","Sort by":"Ordenatu","Sort by Name (A–Z)":"Izenaren arabera ordenatu (A-Z)","Sort by Photo Count":"Argazki kopuruaren arabera ordenatu","Sort by Relevance":"Ordenatu garrantziaren arabera","Sort Order":"Ordenatu ordena","Sorted ascending.":"Goranzko ordenatuta.","Sorted descending.":"Beheranzko ordenatuta.","Source":"Iturria","Stack":"Pila","Stack files sharing the same unique image or instance identifier.":"Pilatu fitxategiak irudi edo instantzia-identifikatzaile esklusibo bera partekatzen dutenak.","Stack pictures taken at the exact same time and location based on their metadata.":"Metadatuetan oinarrituta, pilatu ordu eta kokapen berean ateratako argazkiak.","Stackable":"Pilagarria","Stacks":"Pilak","Start":"Hasi","Start Page":"Hasiera orria","Static Size Limit: %{n}px":"Tamaina muga estatikoa: %{n}px","Status":"Egoera","Stay signed in on this device":"Gailu honetan saioa hasi-egoeran mantendu","Stop Casting":"Egin ezazu eten","Storage":"Biltegiratzea","Streets":"Kaleak","Subject":"Gaia","Subject deleted":"Gaia ezabatu da","Subject not found":"Gaia ez da aurkitu","Subject saved":"Gaia gorde da","Successfully activated":"Behar bezala aktibatu da","Successfully Connected":"Behar bezala konektatuta","Successfully deleted":"Behar bezala ezabatu da","Successfully verified":"Behar bezala egiaztatu da","Super Admin":"Super Administratzailea","Support for additional services, like Google Drive, will be added over time.":"Zerbitzu gehigarrietarako laguntza gehituko da denborarekin, Google Drive adibidez.","Support Our Mission":"Lagundu Gure Misioa","Sync":"Sinkronizatu","Sync raw and video files":"Sinkronizatu raw eta bideo fitxategiak","Taken":"Hartua","Teal":"Zertzeta","Terrain":"Lurra","Text":"Testua","Thank You for Your Support!":"Eskerrik asko zure laguntzagatik!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Horregatik, PhotoPrism oinarritik sortu zen behar duzun tokian exekutatzeko, askatasuna, pribatutasuna edo funtzionaltasuna arriskuan jarri gabe.","The index currently contains %{n} hidden files.":"Une honetan indizeak ezkutuko %{n} fitxategi ditu.","The instance rejected the cluster credentials.":"Instantziak klaster-kredentzialak baztertu zituen.","The instance returned an unexpected redirect.":"Instantziak espero gabeko birbideratze bat itzuli zuen.","The wakeup interval is %s, but must be 1h or less":"Esnatzeko tartea %s da, baina 1h edo gutxiago izan behar du.","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Baliteke haien formatua ez onartzea, oraindik ez dira JPEG bihurtu edo bikoiztuak daude.","Theme":"Gaia","This account is missing an ID and can't be edited.":"Kontu honek ID bat falta du eta ezin da editatu.","This field is required":"Eremu hau beharrezkoa da","This instance has no site URL configured.":"Instance honek ez du guneko URL-ik konfiguratuta.","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.":"Honek jatorrizko karpeta sareko unitate gisa muntatzen du eta ordenagailutik edo telefonotik fitxategiak ireki, editatu eta ezaba ditzakezu lokalak balira bezala.","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. ":"Honek jatorrizko karpeta sareko unitate gisa muntatzen du eta ordenagailutik edo telefonotik fitxategiak ireki, editatu eta ezaba ditzakezu lokalak balira bezala.","Time":"Denbora","Time UTC":"Ordua UTC","Time Zone":"Ordu eremu","Timeout":"Denboraz kanpo","Title":{"":"Izenburua","Account":"Izenburua","Photo":"Izenburua"},"Title / Position":"Izenburua / Kargua","to":"to","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Zure kontutik kanpo gelditzea saihesteko, deskargatu, inprimatu edo kopiatu berreskuratze-kode hau orain eta gorde leku seguru batean.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Aplikazioaren pasahitz espezifiko berri bat sortzeko, idatzi aplikazioaren izena eta baimen-esparrua eta hautatu iraungitze-data:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Autentifikatzaileen aplikazio edo gailu berri batera aldatzeko, lehenik eta behin desaktibatu bi faktoreko autentifikazioa eta, ondoren, berriro aktibatu:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Bertsio-berritzeko, aktibazio-kode bat sar dezakezu edo \"Erregistratu\" sakatu gure webgunean erregistratzeko:","Today":"Gaur","Toggle View":"Aldatu ikuspegia","Token":"Tokena","Too many files selected":"Fitxategi gehiegi hautatu dira","Too many requests":"Eskaera gehiegi","Troubleshooting":"Arazoak konpontzea","Try again using other filters or keywords.":"Saiatu berriro beste iragazki edo gako-hitz batzuk erabiliz.","Two-factor authentication has been enabled for your account.":"Bi faktoreko autentifikazioa gaitu da zure kontuan.","Type":"Mota","Unable to delete":"Ezin da ezabatu","Unable to do that":"Hori ezin da egin","Unassign":"Esleitu gabe","Unauthorized":"Baimenik gabe","Undo":"Desegin","Unique ID":"ID bakarra","Unknown":"Ezezaguna","Unknown location":"Ezezagun kokalekua","Unregistered":"Erregistratu gabe","Unsorted":"Ordenatu gabe","Unstack":"Despilatu","Unsupported":"Onartu gabe","Unsupported format":"Euskarririk gabeko formatua","Unsupported type":"Onartu gabeko mota","Updated":"Eguneratua","Updating faces":"Aurpegiak eguneratzen","Updating index":"Indizea eguneratzen","Updating moments":"Eguneratzea uneak","Updating picture…":"Irudia eguneratzen…","Updating previews":"Aurrebistak eguneratzen","Updating stacks":"Pilak eguneratzen","Upgrade":"Berritu","Upgrade Now":"Berritu orain","Upload":"Kargatu","Upload complete":"Kargatzea osatuta","Upload complete. Indexing…":"Kargatzea osatuta. Indexatzen…","Upload failed":"Ezin izan da kargatu","Upload has been processed":"Igoera prozesatu da","Upload local files":"Kargatu tokiko fitxategiak","Upload might be offensive":"Kargatzea iraingarri izan daiteke.","Upload Path":"Kargatu bidea","Uploading %{n} of %{t}…":"%{t}-tik %{n} kargatzen…","Uploading photos…":"Argazkiak kargatzen…","Uploading…":"Kargatzen…","Uploads that may contain such images will be rejected automatically.":"Horrelako irudiak izan ditzaketen kargak automatikoki baztertuko dira.","URL":"URLa","Use Presets":"Erabili aurrezarpenak","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Erabili berreskuratze-kode hau zure kontura atzitzeko zure autentifikazio-aplikazioarekin baliozko egiaztapen-koderik sortu ezin duzunean:","Use your recovery code or contact an administrator for help.":"Erabili zure berreskuratzeko kodea edo jarri harremanetan administratzaile batekin laguntza eskatzeko.","User":"Erabiltzailea","User Guide":"Erabiltzailearen Gida","User Interface":"Erabiltzaile Interfazea","User not found":"Erabiltzailea ez da aurkitu","Username":"Erabiltzaile izena","Users":"Erabiltzaileak","UUID":"UUID","Vector":"Bektorea","Vectors":"Bektoreak","Verification Code":"Egiaztapen Kodea","Verified email required":"Egiaztatutako helbide elektronikoa beharrezkoa da","Version":"Bertsioa","Video":"Bideoa","Video Duration":"Bideoaren Iraupena","Videos":"Bideoak","View":"Ikusi","View search results as a list.":"Ikusi bilaketa-emaitzak zerrenda gisa.","Viewer":"Ikusle","Vision":"Ikusmena","Visitor":"Bisitaria","Visual Similarity":"Antzekotasun bisuala","Warning":"Abisua","Web Login":"Web Sarrera","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV bezeroak PhotoPrism-era konekta daitezke URL hau erabiliz:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV bezeroak, Microsoft-en Windows Explorer edo Apple-ren Finder bezalakoak, zuzenean konekta daitezke PhotoPrism-era.","WebDAV Upload":"WebDAV igoera","WebGL support is disabled in your browser":"WebGL laguntza desgaituta dago zure arakatzailean","Website":"Webgunea","White":"Zuria","Work Details":"Lanaren xehetasunak","Year":"Urtea","Yellow":"Horia","Yes":"Bai","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Ongi etorri gurekin harremanetan jar zaitezke membership@photoprism.app helbidera zure kidetzari buruzko galderak egiteko.","You can only download one album":"Album bakarra deskarga dezakezu","You can only download one label":"Etiketa bakarra deskarga dezakezu","You can search for a location or move the marker on the map to change the position:":"Kokapen bat bilatu edo markatzailea mapan mugitu dezakezu posizioa aldatzeko:","You can upload up to %{n} files for test purposes.":"%{n} fitxategi karga ditzakezu proba helburuetarako.","You cannot change your own role.":"Zure rola ezin duzu aldatu.","You do not have access to any instances.":"Ez duzu inolako instantziatan sartzeko baimenik.","You may only select one item":"Elementu bakarra hauta dezakezu","You may rescan your library to find additional faces.":"Zure liburutegia berriro eskaneatu dezakezu aurpegi gehigarriak aurkitzeko.","Your account could not be connected":"Zure kontua ezin izan da konektatu","Your account has been successfully connected.":"Zure kontua behar bezala konektatu da.","Your browser does not support WebGL":"Zure arakatzaileak ez du WebGL onartzen","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Zure etengabeko laguntzak aldizkako eguneraketak eskaintzen eta independente izaten laguntzen digu, gure eginkizuna bete eta zure pribatutasuna babesteko.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Zure liburutegia etengabe aztertzen da momentu, bidai eta leku berezien albumak automatikoki sortzeko.","Zip created in %d s":"Zip sortu da %d s-tan","Zoom in/out":"Handitu/txikiagotu","Archive":{"Noun":"Artxiboa","Verb":"Artxiboa"},"Add a Title":{"Photo":"Izenburua gehitu"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/fa.json b/frontend/src/locales/json/fa.json index 44519fafb..7b501466c 100644 --- a/frontend/src/locales/json/fa.json +++ b/frontend/src/locales/json/fa.json @@ -1 +1 @@ -{"fa":{"{0} appended action":"{0} اقدام اضافه کرد","{0} files":"{0} فایل","{0} files ({1} in total)":"{0} فایل (در مجموع {1})","{0} more":"{0} بیشتر","{0} prepended action":"{0} اقدام از پیش تعیین شده","{0} selected":"{0} انتخاب شد","{0}-{1} of {2}":"{0}-{1} از {2}","%{n} albums found":"%{n} آلبوم پیدا شد","%{n} files uploaded":"%{n} فایل آپلود شد","%{n} folders found":"%{n} پوشه پیدا شد","%{n} GB of %{q} GB used":"%{n} گیگابایت از %{q} گیگابایت استفاده شده است","%{n} labels found":"%{n} برچسب پیدا شد","%{n} people found":"%{n} نفر پیدا شد","%{n} pictures found":"%{n} عکس پیدا شد","%{s} is too long":"%{s} خیلی طولانی است","%{s} is too short":"%{s} خیلی کوتاه است","%d entries added to %s":"%d مورد به %s اضافه شد","%d entries removed from %s":"%d مورد از %s حذف شد","%d files uploaded in %d s":"%d فایل در %d ثانیه آپلود شد","%s already exists":"%s از قبل وجود دارد","%s has been restored":"%s بازیابی شده است","1 hour":"1 ساعت","12 hours":"12 ساعت","2-Factor Authentication":"احراز هویت 2-عاملی","2FA":"2FA","4 hours":"4 ساعت","A click will copy it to your clipboard.":"یک کلیک آن را در کلیپ بورد شما کپی می کند.","A new version of %{s} is available:":"نسخه جدیدی از %{s} موجود است:","About":"درباره","Access granted.":"دسترسی مجاز شد.","Access revoked.":"دسترسی لغو شد.","Access Token":"نشانه دسترسی","Account":"حساب کاربری","Account created":"حساب کاربری ایجاد شد","Account deleted":"حساب کاربری حذف شد","Account Group Mappings":"مپینگ‌های گروه حساب","Account not found":"حساب کاربری پیدا نشد","Account restored":"حساب بازیابی شد","Account saved":"حساب کاربری ذخیره شد","Accounts":"حساب ها","Accuracy":"دقت","Action":"عمل","Actions":"اقدامات","Activate":"فعال کنید","Activate to remove sorting.":"برای حذف مرتب سازی فعال کنید.","Activate to sort ascending.":"برای مرتب سازی صعودی فعال کنید.","Activate to sort descending.":"برای مرتب سازی نزولی فعال کنید.","Activation Code":"کد فعال سازی","Activity":"فعالیت","Add":"اضافه کردن","Add %{s}?":"%{s} اضافه شود؟","Add a Caption":"اضافه کردن توضیح","Add Account":"ویرایش حساب کاربری","Add Album":"افزودن آلبوم","Add Link":"اضافه کردن لینک","Add Notes":"افزودن یادداشت","Add person?":"فرد اضافه شود؟","Add pictures from search results by selecting them.":"با انتخاب آنها ، تصاویر را از نتایج جستجو اضافه کنید.","Add to album":"افزودن به آلبوم","Add to all":"به همه اضافه کنید","Add to all selected photos":"به همه عکس‌های انتخاب‌شده اضافه کنید","Added":"اضافه شده","Added %{name}":"افزوده‌شده %{name}","Adjust Camera Info":"تنظیم اطلاعات دوربین","Adjust Date & Time":"تاریخ و زمان را تنظیم کنید","Adjust Location":"تنظیم مکان","Admin":"مدیر","Advanced":"پیشرفته","Advertise URL":"آدرس اینترنتی تبلیغات","After 1 day":"بعد از 1 روز","After 3 days":"بعد از 3 روز","After 7 days":"بعد از 7 روز","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"پس از وارد کردن رمز عبور خود برای تأیید، می توانید احراز هویت دو مرحله ای را با یک برنامه یا دستگاه تأیید کننده سازگار تنظیم کنید:","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 %s deleted":"آلبوم %s حذف شد","Album Backups":"پشتیبان گیری از آلبوم","Album contents cloned":"محتویات آلبوم کلون شد","Album created":"آلبوم ایجاد شد","Album deleted":"آلبوم حذف شد","Album not found":"آلبوم پیدا نشد","Album saved":"آلبوم ذخیره شد","Albums":"آلبوم ها","Albums deleted":"آلبوم ها حذف شدند","All":"همه","All %{n} albums loaded":"همه %{n} آلبوم بارگیری شد","All %{n} labels loaded":"همه برچسب‌های %{n} بارگیری شدند","All %{n} people loaded":"همه %{n} نفر بارگیری شدند","All Cameras":"همه دوربین ها","All Categories":"همه دسته بندی ها","All Colors":"همه رنگ ها","All Countries":"همه کشورها","All files from import folder":"همه پرونده ها از پوشه واردات","All Lenses":"همه لنزها","All Months":"همه ماه ها","All originals":"همه اصل","All Years":"همه سالها","Allow configuration and use of connected apps and services for remote uploads and sync.":"اجازه پیکربندی و استفاده از برنامه‌ها و سرویس‌های متصل برای آپلود و همگام‌سازی از راه دور.","Allow editing of metadata such as title, description, date, and location.":"امکان ویرایش فراداده‌هایی مانند عنوان، توضیحات، تاریخ و مکان.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"اجازه ویرایش فراداده‌ها، برچسب‌ها و آلبوم‌های چندین تصویر را به طور همزمان بدهید.","Allow files to be copied or moved from the Import to the Originals folder.":"ابزار وارد کردن را فعال کنید تا فایل‌ها را از پوشهٔ وارد کردن به پوشهٔ اصلی کپی یا منتقل کنید.","Allow files to be permanently deleted to free up storage space.":"اجازه دهید فایل‌ها برای همیشه حذف شوند تا فضای ذخیره‌سازی آزاد شود.","Allow users to archive photos and videos so they are hidden without being deleted.":"به کاربران اجازه دهید عکس‌ها و ویدیوها را بایگانی کنند تا بدون حذف شدن، پنهان شوند.","Allow users to create and share links, and enable sharing with connected services.":"به کاربران اجازه دهید لینک‌ها را ایجاد و به اشتراک بگذارند و اشتراک‌گذاری با سرویس‌های متصل را فعال کنند.","Allow users to upload new photos and videos through the web interface.":"به کاربران اجازه دهید عکس‌ها و ویدیوهای جدید را از طریق رابط وب آپلود کنند.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"از طرف دیگر، می‌توانید فایل‌ها را مستقیماً در سرورهای WebDAV مانند Nextcloud آپلود کنید.","Altitude":"ارتفاع","Altitude (m)":"ارتفاع (M)","AM":"AM","Animated":"متحرک","Animation":"انیمیشن","Animations":"انیمیشن‌ها","Any private photos and videos remain private and won't be shared.":"هر عکس و فیلم خصوصی خصوصی باقی می ماند و به اشتراک گذاشته نمی شود.","API Key":"کلید API","Application":"کاربرد","Applications":"کاربردها","Approve":"تأیید","Approve and save changes":"تایید و ذخیره تغییرات","Apps and Devices":"برنامه ها و دستگاه ها","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 delete this album?":"آیا از حذف این آلبوم مطمئن هستید؟","Are you sure you want to permanently delete these pictures?":"آیا مطمئن هستید که می خواهید این تصاویر را به طور دائم حذف کنید؟","Are you sure you want to permanently delete this file?":"آیا مطمئن هستید که می خواهید این پرونده را به طور دائم حذف کنید؟","Are you sure?":"مطمئن هستی؟","Artist":"هنرمند","Aspect Ratio":"نسبت ابعاد","Attributes":"ویژگی‌ها","Audio":"صوتی","Audit Log":"صوتی","Authentication":"احراز هویت","Auto":"خودکار","Back":"بازگشت","Back to top":"بازگشت به بالا","Backup":"پشتیبان گیری","Badge":"نشان","Base Path":"مسیر پایه","Batch":"دسته‌ای","Batch Edit":"ویرایش دسته‌ای","Become a member today, support our mission and enjoy our member benefits!":"همین امروز عضو شوید، از ماموریت ما حمایت کنید و از مزایای عضویت ما لذت ببرید!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"ما با تامین مالی مستقل و 100% خود، می توانیم به شما قول بدهیم که هرگز داده های شما را نمی فروشیم و همیشه در مورد نرم افزار و خدمات خود شفاف خواهیم بود.","Bio":"بود","Birth Date":"تاریخ تولد","Black":"سیاه","Blue":"آبی","Brown":"قهوه ای","Browse":"مرور کردن","Browse Files":"مرور فایل ها","Browse Pictures":"مرور تصاویر","Bug Report":"گزارش اشکال","Busy, please try again later":"مشغول است، لطفاً بعداً دوباره امتحان کنید","Busy, please wait…":"مشغول است ، لطفا صبر کنید…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"با استفاده از نرم‌افزار و خدماتی که ما ارائه می‌کنیم، با شرایط خدمات، خط‌مشی رازداری و آیین‌نامه رفتار ما موافقت می‌کنید.","Calendar":"تقویم","Camera":"دوربین","Camera not found":"دوربین پیدا نشد","Camera Serial":"سریال دوربین","Can't access your authenticator app or device?":"نمی توانید به برنامه یا دستگاه احراز هویت خود دسترسی پیدا کنید؟","Can't load more, limit reached":"نمی تواند بار بیشتری بارگیری کند ، محدود شود","Can't select more items":"موارد بیشتری را انتخاب نمی کند","Cancel":"لغو","Cannot copy to clipboard":"نمی توان در کلیپ بورد کپی کرد","Caption":"عنوان","Cards":"کارت ها","Carousel slide {0} of {1}":"اسلاید چرخ فلک {0} از {1}","Cast":"بازیگران","Category":"دسته","Change Avatar":"تغییر پرچم خصوصی","Change Password":"رمزعبور جدید","Change private flag":"تغییر پرچم خصوصی","Changes could not be saved":"تغییرات را نمی توان ذخیره کرد","Changes successfully saved":"تغییرات با موفقیت ذخیره شد","Changes to the advanced settings require a restart to take effect.":"برای اعمال تغییرات در تنظیمات پیشرفته، نیاز به راه اندازی مجدد است.","Checked":"بررسی شده","Choose an instance to continue:":"برای ادامه، یک نمونه را انتخاب کنید:","Chroma":"کروما","Cleaning index and cache":"پاک کردن فهرست و کش","Cleanup":"پاک کردن","Clear":"شفاف","Clear {0}":"پاک کردن {0}","Client":"مشتری","Close":"نزدیک","Cluster":"خوشه","Cluster Admin":"مدیر خوشه","Cluster Node":"گره خوشه‌ای","Codec":"کدک","Color":"رنگ","Color Profile":"مشخصات رنگ","Colors":"رنگ ها","Compare Editions":"مقایسه نسخه ها","Complete Rescan":"اسکن کامل","Confidence":"اعتماد","Confirm":"تایید","Connect":"اتصال","Connect via WebDAV":"از طریق WebDav وصل کنید","Connected":"متصل","Contact Details":"با ما تماس بگیرید","Contact Us":"با ما تماس بگیرید","Contains %{n} pictures.":"حاوی %{n} عکس است.","Contains one picture.":"حاوی یک تصویر است.","Content":{"":"محتوا","Edit":"محتوا"},"Continue":"ادامه هید","Contributor":"مشارکت کننده","Converting":"تبدیل","Copied to clipboard":"کپی شده در کلیپ بورد","Copy":"کپی 🀄","Copying files from %s":"کپی کردن فایل ها از %s","Copyright":"حق چاپ","Could not be deleted":"نمی توان حذف کرد","Could not connect, please try again":"اتصال برقرار نشد، لطفاً دوباره امتحان کنید","Could not update person cover":"نتوانستم پوشش شخص را به‌روزرسانی کنم","Couldn't find anything.":"نتوانست چیزی پیدا کند.","Country":"کشور","Create Account":"ایجاد حساب کاربری","Create album":"ایجاد آلبوم","Create regular backups based on the configured schedule.":"بر اساس زمانبندی پیکربندی شده، پشتیبان گیری از فهرست ایجاد کنید.","Create YAML files to back up album metadata.":"فایل های YAML را برای پشتیبان گیری از فراداده آلبوم ایجاد کنید.","Create YAML sidecar files to back up picture metadata.":"فایل های YAML sidecar را برای پشتیبان گیری از متادیتای تصویر ایجاد کنید.","Created":"ایجاد شده","Creating thumbnails for":"ایجاد تصاویر کوچک برای","Current Password":"رمز عبور فعلی","Custom":"سفارشی","Cyan":"فیروزه ای","Daily":"روزانه","Database":"پایگاه داده","Database Backups":"پشتیبان گیری از پایگاه داده","Databases":"پایگاه‌های داده","Date & Time":"تاریخ و زمان","Day":"روز","Deactivate":"از کار انداختن","Debug Logs":"گزارش‌های اشکال زدایی","Default":"پیشفرض","Default Folder":"پوشه پیشفرض","Delete":"حذف","Delete Album":"حذف آلبوم","Delete All":"حذف همه","Delete all?":"همه حذف شود؟","Delete orphaned index entries, sidecar files and thumbnails.":"ورودی های فهرست یتیم، فایل های کناری و تصاویر کوچک را حذف کنید.","deleted":"حذف شده","Description":"توضیحات","Detailed instructions can be found in our User Guide.":"دستورالعمل های دقیق را می توانید در راهنمای کاربر پیدا کنید.","Details":"جزئیات","Dimensions":"ابعاد","Disable all face detection and recognition features.":"تمام ویژگی‌های تشخیص چهره و شناسایی را غیرفعال کنید.","Disable Backups":"غیرفعال کردن پشتیبان گیری","Disable Darktable":"غیرفعال کردن Darktable","Disable ExifTool":"غیرفعال کردن exiftool","Disable Faces":"غیرفعال کردن چهره‌ها","Disable features that require write permission for the originals folder.":"ویژگی هایی را که به مجوز نوشتن برای پوشه اصلی نیاز دارند غیرفعال کنید.","Disable FFmpeg":"غیرفعال کردن ffmpeg","Disable ImageMagick":"ImageMagick را غیرفعال کنید","Disable interactive world maps and reverse geocoding.":"غیرفعال کردن نقشه های تعاملی جهان و معکوس کردن geocoding.","Disable MCP":"MCP را غیرفعال کنید","Disable Places":"غیرفعال کردن مکان ها","Disable RawTherapee":"غیرفعال کردن Rawtherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"پایانهٔ رابط برنامه‌نویسی کاربردی پروتکل زمینهٔ مدل (MCP) را برای ادغام‌های عامل هوش مصنوعی غیرفعال کنید.","Disable Vectors":"غیرفعال کردن بردارها","Disable WebDAV":"غیرفعال کردن WebDAV","Disabled":"غیرفعال","Disables vector graphics support.":"پشتیبانی از گرافیک برداری را غیرفعال می کند.","Disables video transcoding and thumbnail extraction.":"رمزگذاری ویدیو و استخراج تصاویر کوچک را غیرفعال می کند.","Discard":"دور انداختن","Discard changes and close":"تغییرات را نادیده بگیرید و ببندید","Discard invalid changes?":"تغییرات نامعتبر را نادیده بگیرید؟","Discard unsaved changes?":"تغییرات نجات‌نشده را دور بیندازید؟","Discover":"کشف","Dismiss":"رد کردن","Display Name":"نام نمایشی","Display picture captions in search results.":"نمایش شرح تصاویر در نتایج جستجو","Display picture titles in search results.":"نمایش عناوین تصاویر در نتایج جستجو","Document":"سند","Documents":"اسناد","Don't use Darktable to convert RAW images.":"از DarkTable برای تبدیل پرونده های خام استفاده نکنید.","Don't use ImageMagick to convert images.":"برای تبدیل تصاویر از ImageMagick استفاده نکنید.","Don't use RawTherapee to convert RAW images.":"از rawtherapee برای تبدیل پرونده های خام استفاده نکنید.","Done":"انجام شده","Done.":"انجام شده است.","Download":"بارگیری","Download only original media files, without any automatically generated files.":"فقط فایل های رسانه ای اصلی را دانلود کنید، بدون هیچ فایلی که به طور خودکار تولید می شود.","Download remote files":"بارگیری پرونده های از راه دور","Downloading…":"درحال دانلود…","Drag and drop files here":"فایل ها را در اینجا بکشید و رها کنید","Driver":"راننده","Duplicates will be skipped and only appear once.":"نسخه های تکراری پرش می شوند و فقط یک بار ظاهر می شوند.","Duration":"مدت","Dynamic Previews":"پیش نمایش پویا","Dynamic Size Limit: %{n}px":"محدودیت اندازه پویا: %{n}px","Edit":"ویرایش","Edit %{s}":"ویرایش %{s}","Edit Account":"ویرایش حساب کاربری","Edit Photo":"ویرایش تصویر","Edit Photos (%{n})":"ویرایش عکس‌ها (%{n})","Edited":"ویرایش شده","Email":"پست الکترونیک","Enable debug mode to display additional logs and help with troubleshooting.":"برای نمایش گزارش های اضافی و کمک به عیب یابی، حالت اشکال زدایی را فعال کنید.","Enable downloading of original and sidecar files from the web interface.":"دانلود فایل‌های اصلی و جانبی را از رابط وب فعال کنید.","Enable face recognition and the People view to easily find people you know.":"تشخیص چهره و نمای افراد را فعال کنید تا به راحتی افرادی را که می‌شناسید پیدا کنید.","Enable new features that may be incomplete or unstable.":"ویژگی های جدیدی را فعال کنید که ممکن است ناقص یا ناپایدار باشند.","Enable the file browser to navigate the Originals folder structure.":"مرورگر فایل را فعال کنید تا بتوانید در ساختار پوشه Originals پیمایش کنید.","Enables RAW converter presets. May reduce performance.":"فعال کردن RAW converter presets . ممکن است عملکرد را کاهش دهد.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"فعال کردن احراز هویت دو مرحله‌ای به این معنی است که برای ورود به سیستم به یک کد تأیید تصادفی تولید شده نیاز دارید، بنابراین حتی اگر شخصی به رمز عبور شما دسترسی پیدا کند، نمی‌تواند به حساب شما دسترسی پیدا کند.","Engine":"موتور","Enter date":"تاریخ را وارد کنید","Enter dates":"تاریخ ها را وارد کنید","Enter item name...":"نام کالا را وارد کنید...","Enter the code generated by your authenticator app:":"کد ایجاد شده توسط برنامه احراز هویت خود را وارد کنید:","Enter verification code":"کد تایید را وارد کنید","Enter your password to confirm the action and continue:":"رمز عبور خود را برای تایید عمل وارد کنید و ادامه دهید:","Entity not found":"موجودیت پیدا نشد","Error":"خطا","Errors":"خطا ها","Estimate":"تخمین زدن","Estimate Locations":"تخمین مکان ها","Estimate the approximate location of pictures without GPS coordinates.":"مکان تقریبی تصاویر را بدون مختصات GPS تخمین بزنید.","Every two days":"هر دو روز","Exclude hidden":"حذف پنهان","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"استخراج فراداده با ExifTool برای پشتیبانی کامل از ویدیو، عکس زنده و XMP مورد نیاز است.","Experimental Features":"ویژگی های تجربی","Expires":"منقضی می شود","Exposure":"قرارگیری در معرض","Extract still images and generate thumbnails while indexing.":"در حین نمایه سازی، تصاویر ثابت را استخراج کنید و تصاویر کوچک تولید کنید.","F Number":"شماره F","Face":"صورت","Face not found":"صورت پیدا نشد","Faces":"صورت ها","Failed creating file, please check permissions":"فایل ایجاد نشد، لطفا مجوزها را بررسی کنید","Failed creating folder, please check permissions":"پوشه ایجاد نشد، لطفا مجوزها را بررسی کنید","Failed removing link":"پیوند حذف نشد","Failed to connect account.":"اتصال حساب انجام نشد.","Failed to create zip file":"فایل فشرده ایجاد نشد","Failed to load users.":"بارگذاری کاربران ناموفق بود.","Failed to remove face marker":"حذف نشانگر صورت ناموفق بود","Failed to remove name":"حذف نام ناموفق بود","Failed to restart server":"راه‌اندازی مجدد سرور ناموفق بود","Failed to save changes":"ذخیره تغییرات ناموفق بود","Failed to save face marker":"ذخیره کردن نشانگر صورت ناموفق بود","Failed to save name":"نام را ذخیره نکرد","Failed updating link":"پیوند به روز نشد","Family Name":"خانواده","Fast":"سریع","Favorite":"موردعلاقه","Favorites":"موارد دلخواه","Feature disabled":"ویژگی غیرفعال است","Feature Request":"درخواست ویژگی","Female":"زن","File":"فایل","File Browser":"مرورگر فایل","File Conversion":"تبدیل فایل","File deleted":"فایل حذف شد","File Name":"نام فایل","File not found":"فایل پیدا نشد","File removed from stack":"فایل از پشته حذف شد","File Size":"فایل","File too large":"فایل خیلی بزرگ است","File uploaded":"فایل بارگذاری شد","Filename":"نام فایل","Files":"فایل ها","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"فایل‌هایی با نام‌های متوالی مانند «IMG_1234 (2)» و «IMG_1234 (3)» متعلق به یک تصویر هستند.","First page":"صفحه اول","Focal Length":"فاصله کانونی","Folder":"پوشه","Folder contains %{n} files":"پوشه حاوی %{n} فایل است","Folder is empty":"پوشه خالی است","Folders":"پوشه ها","Forgot password?":"رمز عبور را فراموش کرده‌اید؟","FPS":"FPS","Frames":"قاب‌ها","Full Access":"دسترسی کامل","Fullscreen":"تمام صفحه","General":"عمومی","Generate":"تولید می کنند","Generate Previews":"ایجاد پیش نمایش","Generated":"تولید شده است","Get Started":"شروع کنید","Given Name":"اسم اصلی","Global Options":"گزینه های جهانی","Go to page {0}":"رفتن به صفحه {0}","Gold":"طلا","Green":"سبز","Grey":"خاکستری","Groups":"گروه‌ها","Guest":"مهمان","Hash":"هش","Help":"راهنما","Help & Support":"راهنما و پشتیبانی","Hidden":"مخفی","Hidden Files":"فایل های مخفی","Hide":"مخفی","Hide Caption":"پنهان کردن توضیحات","Hide face markers":"پنهان کردن نشانک‌های صورت","Hide private content from global views while keeping it accessible in the Private section.":"موارد خصوصی را از نماهای سراسری پنهان کنید و در عین حال آنها را در بخش خصوصی قابل دسترسی نگه دارید.","High":"بالا","High Dynamic Range (HDR)":"محدوده دینامیکی بالا (HDR)","Hybrid":"ترکیبی","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"اگر دسترسی به برنامه یا دستگاه احراز هویت خود را از دست دادید، می‌توانید از کد بازیابی برای دسترسی مجدد به حساب خود استفاده کنید.","Image":"تصویر","Image Quality":"کیفیت تصویر","Import":"وارد کردن","Import canceled":"وارد کردن لغو شد","Import completed in %d s":"وارد کردن در %d ثانیه تکمیل شد","Import failed":"خطا در وارد کردن","Imported files will be sorted by date and given a unique name to avoid duplicates.":"فایل‌های وارد شده بر اساس تاریخ مرتب می‌شوند و برای جلوگیری از تکرار نامی منحصر به فرد به آن‌ها داده می‌شود.","Importing %{s}…":"وارد کردن %{s}…","Importing files to originals…":"در حال وارد کردن فایل‌ها به نسخه اصلی…","in":"به","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"در صورتی که تصاویری که انتظار دارید گم شدند، لطفاً کتابخانه خود را مجدداً اسکن کنید و منتظر بمانید تا نمایه سازی کامل شود.","Include RAW image files when downloading stacks and archives.":"هنگام بارگیری پشته ها و بایگانی ها، فایل های تصویری RAW را اضافه کنید.","Include sidecar files when downloading stacks and archives.":"هنگام بارگیری پشته ها و بایگانی ها، فایل های sidecar را اضافه کنید.","Increase storage size or delete files to continue.":"برای ادامه، حجم فضای ذخیره‌سازی را افزایش دهید یا فایل‌ها را حذف کنید.","Index":"نمایه","Indexing":"نمایه سازی","Indexing canceled":"نمایه سازی لغو شد","Indexing completed in %d s":"نمایه سازی در %d ثانیه تکمیل شد","Indexing failed":"نمایه سازی انجام نشد","Indexing files in %s":"نمایه سازی فایل ها در %s","Indexing media and sidecar files…":"نمایه سازی رسانه و فایل های جانبی…","Indexing originals...":"نمایه سازی نسخه های اصلی ...","Information":"اطلاعات","Inherit":"میراث بری","Instance":"نمونه","Instance ID":"ID نمونه","Instance unreachable. Try again once it's back online.":"دستگاه قابل دسترسی نیست. پس از بازگشت به آنلاین دوباره تلاش کنید.","Instances":"موارد","Insufficient storage":"ذخیره سازی ناکافی","Insufficient storage.":"ذخیره سازی ناکافی.","Interval":"وقفه","Invalid":"تاریخ نامعتبر است","Invalid address":"آدرس نامعتبر است","Invalid country":"کشور نامعتبر","Invalid credentials":"گواهی نامه نامعتبر","Invalid date":"تاریخ نامعتبر است","Invalid link":"لینک نامعتبر","Invalid name":"نام نامعتبر","Invalid parameters":"پارامترهای نامعتبر","Invalid password, please try again":"رمز عبور نامعتبر است، لطفا دوباره امتحان کنید","Invalid photo selected":"عکس نامعتبر انتخاب شد","Invalid time":"زمان نامعتبر","Invalid URL":"URL نامعتبر است","Invalid verification code, please try again":"کد تأیید نامعتبر است، لطفاً دوباره امتحان کنید","IP Address":"آدرس آی‌پی","It is a one-time use code that will disable 2FA for your account when you use it.":"این یک کد یکبار مصرف است که هنگام استفاده از آن، 2FA را برای حساب شما غیرفعال می کند.","Item":"مورد","Items per page:":"موارد در هر صفحه:","JPEG Quality: %{n}":"کیفیت JPEG: %{n}","JPEG Size Limit: %{n}px":"محدودیت اندازه JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG ها و تامبنیل ها به صورت خودکار در صورت نیاز ارائه می شوند.","Keyword":"کلمه کلیدی","Keywords":"کلید واژه ها","Label":"برچسب","Label not found":"برچسب پیدا نشد","Label saved":"برچسب ذخیره شد","Labels":"برچسب ها","Labels deleted":"برچسب ها حذف شدند","Language":"زبان","Last Active":"آخرین فعالیت","Last Login":"آخرین ورود","Last page":"صفحه آخر","Last Sync":"آخرین همگام سازی","Last Used":"آخرین استفاده","Latitude":"عرض جغرافیایی","LDAP/AD":"LDAP/AD","Learn more":"بیشتر بدانید","Learn More":"بیشتر بدانید","Legal Information":"اطلاعات حقوقی","Lens":"لنز","Lens not found":"لنز یافت نشد","Library":"کتابخانه","License":"مجوز","Like":"پسندیدن","Lime":"اهک","Limit reached, showing first %{n} files":"به حد مجاز رسیده است، اولین %{n} فایل را نشان می دهد","Link":"لینک","List":"لیست","List View":"نمایش لیست","Live":"زنده","Live Photos":"تصاویر","Load more":"بیشتر بارگیری کنید","Loading items...":"در حال بارگیری موارد...","Loading...":"در حال بارگیری...","Local":"محلی","Local Time":"زمان محلی","Location":"محل","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"هر زمان که PhotoPrism با فایل های شکسته مواجه می شود یا مشکلات احتمالی دیگری وجود دارد، پیام های گزارش در اینجا ظاهر می شوند.","Login":"وارد شدن","Logs":"گزارش ها","Longitude":"طول جغرافیایی","Lost server connection":"اتصال سرور از دست رفته","Low":"کم","Magenta":"ارغوانی","Main Color":"رنگ اصلی","Male":"نر","Manage Account":"مدیریت حساب","Manager":"مدیر","Manual":"دستی","Manual Upload":"آپلود دستی","Maps":"نقشه ها","Marker":"نشانگر","Maximum number of accounts has been reached.":"به حداکثر تعداد حساب ها رسیده است.","Media":"رسانه ها","Medium":"متوسط","Membership":"عضویت","Merge %{a} with %{b}?":"%{a} با %{b} ادغام شود؟","Message":"پیام","Metadata":"فراداده","Metrics":"معیارهای","Minimize":"کوچک کردن","Missing":"گم شده","Missing or invalid configuration":"پیکربندی موجود نیست یا نامعتبر است","mixed":"مخلوط","Moments":"لحظه ها","Monochrome":"تک رنگ","Month":"ماه","More options":"گزینه های بیشتر","Mosaic":"موزائیک","Most Relevant":"بسیار مرتبط","Move Files":"جابجایی فایل ها","Moving files from %s":"انتقال فایل ها از %s","Must have at least %{n} characters.":"باید حداقل %{n} حرف داشته باشد.","Mute":"بی صدا","Name":"نام","Name too long":"نام خیلی طولانی است","Never":"هرگز","New":"جدید","New Password":"رمزعبور جدید","Newest First":"اول جدیدترین ها","Next":"بعدی","Next page":"صفحه بعدی","Next visual":"تصویری بعدی","No":"خیر","No Access":"دسترسی وجود ندارد","No albums assigned":"هیچ آلبومی اختصاص داده نشده است","No albums found":"هیچ آلبومی پیدا نشد","No albums selected":"هیچ آلبومی انتخاب نشده است","No data available":"هیچ داده ای در دسترس نیست","No files available for download":"هیچ فایلی برای دانلود موجود نیست","No items selected":"هیچ موردی انتخاب نشده است","No labels assigned":"هیچ برچسبی اختصاص داده نشده است","No labels found":"هیچ برچسبی پیدا نشد","No labels selected":"هیچ برچسبی انتخاب نشده است","No matching records found":"هیچ رکورد منطبقی یافت نشد","No more":"دیگر نه","No people found":"هیچ فردی پیدا نشد","No pictures found":"هیچ تصویری پیدا نشد","No recently edited pictures":"هیچ عکسی اخیراً ویرایش نشده","No registered instances.":"هیچ نمونه ثبت‌شده‌ای وجود ندارد.","No results":"هیچ نتیجه‌ای حاصل نشد","No server connection":"بدون اتصال به سرور","No servers configured.":"هیچ سروری پیکربندی نشده است.","No services configured.":"هیچ سروری پیکربندی نشده است.","No thanks":"نه، ممنون","No users on this instance.":"در این نمونه هیچ کاربری وجود ندارد.","No warnings or error containing this keyword. Note that search is case-sensitive.":"هیچ هشدار یا خطایی حاوی این کلمه کلیدی نیست. توجه داشته باشید که جستجو به حروف کوچک و بزرگ حساس است.","Node":"گره","Nodes":"گره‌ها","Non-photographic and low-quality images require a review before they appear in search results.":"تصاویر غیرعکاسی و با کیفیت پایین قبل از اینکه در نتایج جستجو ظاهر شوند نیاز به بررسی دارند.","None":"هیچ یک","Not allowed":"مجاز نیست","Not available in public mode":"در حالت عمومی در دسترس نیست","Not available in read-only mode":"در حالت فقط خواندنی در دسترس نیست","Not found":"پیدا نشد","Not sorted.":"مرتب نشده است.","Not supported":"پشتیبانی نمی شود","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، می توانند به عنوان سرویس راه دور برای پشتیبان گیری و آپلود فایل پیکربندی شوند.","Notes":"یادداشت","Nothing to see here yet.":"هنوز چیزی برای دیدن اینجا وجود ندارد.","Nothing was found.":"چیزی پیدا نشد.","Offline":"آفلاین","OK":"باشه","Oldest First":"اول قدیمی‌تر ها","On Windows, enter the following resource in the connection dialog:":"در ویندوز، منبع زیر را در گفتگوی اتصال وارد کنید:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"تولید تصاویر بندانگشتی بر اساس تقاضا ممکن است باعث مصرف بالای CPU و حافظه شود. برای سرورهای دارای محدودیت منابع و دستگاه های NAS توصیه نمی شود.","Once a week":"یک بار در هفته","One album found":"یک آلبوم پیدا شد","One entry added to %s":"یک مورد به %s اضافه شد","One entry removed from %s":"یک مورد از %s حذف شد","One file found":"یک فایل پیدا شد","One file uploaded":"یک فایل آپلود شد","One folder found":"یک پوشه پیدا شد","One label found":"یک برچسب پیدا شد","One person found":"یک شخص پیدا شد","One picture found":"یک تصویر پیدا شد","Only locally managed accounts can be set up for authentication with 2FA.":"فقط حساب های مدیریت شده محلی را می توان برای احراز هویت با 2FA تنظیم کرد.","Open":"باز کن","optional":"اختیاری","or":"یا","Orange":"نارنجی","Organization":"گرایش","Orientation":"گرایش","Original file names will be stored and indexed.":"نام فایل های اصلی ذخیره و نمایه می شود.","Original Name":"اسم اصلی","Originals":"اصلی ها","Originals folder is empty":"پوشه اصلی خالی است","Other":"دیگر","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"ماموریت ما ارائه کاربرپسندترین راه حل برای حفظ حریم خصوصی برای سازماندهی و در دسترس نگه داشتن تصاویر شماست.","Outdoor":"بیرون","Page {0}, Current page":"صفحه {0}، صفحه فعلی","Pages":"صفحات","Pagination Navigation":"پیمایش صفحه بندی","Panorama":"پانوراما","Panoramas":"پانوراما","Part of all selected photos":"بخشی از تمام عکس‌های منتخب","Part of some selected photos":"بخشی از عکس‌های منتخب","Password":"رمزعبور","Password changed":"رمز عبور تغییر کرد","Pause":"مکث","Payment required":"پرداخت لازم است","People":"مردم","People you share a link with will be able to view public contents.":"افرادی که لینکی را با آنها به اشتراک می گذارید می توانند محتوای عمومی را مشاهده کنند.","Permanently deleted":"برای همیشه حذف شد","Permission denied":"اجازه رد شد","Person":"شخص","Person cover updated":"جلد شخص به‌روزرسانی شد","Person deleted":"فرد حذف شد","Person not found":"فرد پیدا نشد","Person saved":"فرد ذخیره شد","Personal":"شخصی","Photo":"تصویر","PhotoPrism is 100% self-funded and independent.":"PhotoPrism 100٪ با بودجه شخصی و مستقل است.","PhotoPrism+ Membership":"عضویت PhotoPrism+","Photos":"تصاویر","Picture":"تصویر","Picture Title":"عنوان تصویر","Pink":"صورتی","Pinned":"پین شده","Place":"مکان","Place & Time":"مکان و زمان","Places":"مکان ها","Play":"پخش","Please confirm your new password.":"لطفا رمز عبور جدید خود را تایید کنید.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"لطفاً رمز عبور برنامه زیر را که به‌طور تصادفی تولید شده است کپی کنید و آن را در مکانی امن نگه دارید، زیرا دیگر نمی‌توانید آن را ببینید:","Please do not upload any private, unlawful or offensive pictures.":"لطفا هیچ عکس خصوصی، غیرقانونی یا توهین آمیزی را آپلود نکنید.","Please don't upload photos containing offensive content.":"لطفا عکس های حاوی محتوای توهین آمیز آپلود نکنید.","Please enter OTP character {0}":"لطفاً نویسه OTP {0} را وارد کنید","Please log in to your account":"لطفاً به حساب کاربری خود وارد شوید","Please note that changing your password will log you out on other devices and browsers.":"لطفاً توجه داشته باشید که تغییر رمز عبور شما را از سایر دستگاه ها و مرورگرها خارج می کند.","Please restart your instance for the changes to take effect.":"لطفاً نمونه خود را مجدداً راه اندازی کنید تا تغییرات اعمال شوند.","Please wait…":"لطفا صبر کنید…","PM":"PM","PNG Size Limit: %{n}px":"محدودیت اندازه PNG: %{n}px","Portal":"پورتال","Portrait":"پرتره","Preserve filenames":"حفظ نام فایل ها","Press enter to create a new album.":"برای ایجاد یک آلبوم جدید، اینتر را فشار دهید.","Press enter to create new item":"برای ایجاد آیتم جدید، اینتر را فشار دهید","Prevent database and album backups as well as YAML sidecar files from being created.":"از ایجاد پشتیبان‌گیری از پایگاه داده و آلبوم و همچنین فایل‌های YAML sidecar جلوگیری کنید.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"از دسترسی سایر برنامه ها به PhotoPrism به عنوان درایو شبکه مشترک جلوگیری کنید.","Preview":"پیش نمایش","Preview Images":"پیش نمایش تصاویر","Previous":"قبلی","Previous page":"صفحه قبلی","Previous visual":"تصویری قبلی","Primary":"اولیه","Private":"خصوصی","Processing upload...":"در حال بارگذاری...","Product Feedback":"بازخورد محصول","Projection":"طرح ها","Purple":"بنفش","Quality Filter":"فیلتر کیفیت","Quality Score":"امتیاز کیفیت","Quota exceeded":"از سهمیه فراتر رفت","Random":"تصادفی","Rating {0} of {1}":"رتبه بندی {0} از {1}","Raw":"خام","RAW":"خام","Re-index all originals, including already indexed and unchanged files.":"نمایه سازی مجدد همه نسخه های اصلی، از جمله فایل های از قبل نمایه شده و بدون تغییر.","Read-Only Mode":"حالت فقط خواندنی","Recently Added":"به تازگی اضافه شده","Recently Archived":"اخیراً بایگانی شده است","Recently Edited":"به تازگی ویرایش شده است","Recognition starts after indexing has been completed.":"پس از تکمیل نمایه سازی، شناسایی شروع می شود.","Recognized":"شناسایی شده","Recovery Code":"کد بازیابی","Red":"قرمز","Refresh":"تازه کردن","Regions":"مناطق","Register":"ثبت نام","Reload":"بارگذاری مجدد","Reloading…":"در حال بارگیری مجدد…","Remote Sync":"همگام سازی از راه دور","Remove":"حذف","remove failed: unknown album":"حذف نشد: آلبوم ناشناخته","Remove from Album":"حذف از آلبوم","Remove from all":"حذف از همه","Remove from all selected photos":"از همه عکس‌های انتخاب‌شده حذف کنید","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"برای صرفه جویی در فضای ذخیره سازی، فایل های وارد شده را حذف کنید. انواع فایل های پشتیبانی نشده هرگز حذف نمی شوند، آنها در مکان فعلی خود باقی می مانند.","Remove the selected instance from the cluster registry?":"نمونه انتخاب شده از رجیستری خوشه حذف شود؟","Removed":"حذف شد","Removed %{name}":"%{name} حذف شد","Removed %d files and %d photos":"%d فایل و %d عکس حذف شد","Repeated":"تکرار شده","Request failed - are you offline?":"درخواست انجام نشد - آفلاین هستید؟","Request failed - invalid response":"درخواست ناموفق - پاسخ نامعتبر است","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"لازم است تصاویر غیرعکاسی و با کیفیت پایین قبل از نمایش در نتایج جستجو بررسی شوند.","Resolution":"رزولوشن","Restart":"راه اندازی مجدد","Restore":"بازگرداندن","Restored":"بازسازی شد","Retry Limit":"محدودیت تلاش","Retype Password":"رمز عبور را دوباره تایپ کنید","Review":"بازبینی","Role":"نقش","Roles":"نقش‌ها","Rotated":"چرخانده شده","Rows per page:":"ردیف در هر صفحه:","Satellite":"ماهواره","Save":"ذخیره","Save changes":"ذخیره تغییرات","Scan":"اسکن","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"کد QR را با برنامه احراز هویت خود اسکن کنید یا از کلید راه اندازی نشان داده شده در زیر استفاده کنید و سپس کد تأیید تولید شده را وارد کنید:","Scans":"اسکن ها","Scope":"محدوده","Scopes":"محدوده‌ها","Search":"جستجو","Season":"فصل","Secret":"محرمانه","Security and Access":"امنیت و دسترسی","Select":"انتخاب","Select a source folder to import files…":"یک پوشه منبع را برای وارد کردن فایل‌ها انتخاب کنید…","Select date":"تاریخ را انتخاب کنید","Select dates":"تاریخ ها را انتخاب کنید","Select or create albums":"انتخاب یا ایجاد آلبوم‌ها","Select or create labels":"انتخاب یا ایجاد برچسب‌ها","Select or drop files to upload…":"برای بارگذاری، فایل‌ها را انتخاب یا رها کنید…","Select the files to upload…":"انتخاب فایل برای آپلود…","Select the folder to be indexed…":"پوشه مورد نظر برای ایندکس شدن را انتخاب کنید…","Select Time":"زمان را انتخاب کنید","Selection":"انتخاب","Selection added to %s":"مورد انتخابی به %s اضافه شد","Selection approved":"انتخاب تایید شد","Selection archived":"انتخاب بایگانی شد","Selection marked as private":"مورد انتخابی به‌عنوان خصوصی علامت‌گذاری شد","Selection not found":"انتخاب پیدا نشد","Selection restored":"انتخاب بازگردانده شد","Sequential Name":"نام ترتیبی","Service":"خدمات","Service URL":"URL سرویس","Services":"URL سرویس","Session":"جلسه","Session ID":"شناسه جلسه","Sessions":"جلسات","Set as Album Cover":"تنظیم به عنوان جلد آلبوم","Set as Cover Image":"تنظیم به عنوان تصویر جلد","Settings":"تنظیمات","Settings saved":"تنظیمات ذخیره شد","Setup":"راه اندازی","Severity":"شدت","Share":"اشتراک گذاری","Share %{s}":"اشتراک گذاری %{s}","Show":"نمایش","Show All Labels":"نمایش همه برچسب‌ها","Show all new faces":"نمایش همه صورت ها","Show Caption":"نمایش توضیح","Show Captions":"نمایش شرح‌ها","Show face markers":"نشان‌دادن نشانگرهای صورت","Show hidden":"نمایش مخفی ها","Show Important Only":"فقط موارد مهم را نمایش بده","Show logs in the web interface to monitor activity and troubleshoot problems.":"نمایش گزارش‌ها در رابط وب برای نظارت بر فعالیت‌ها و عیب‌یابی مشکلات.","Show smart albums that group pictures by occasion, trip, or location.":"آلبوم‌های هوشمندی را نمایش دهید که تصاویر را بر اساس مناسبت، سفر یا مکان گروه‌بندی می‌کنند.","Show the Account page so users can manage their profile and security settings.":"صفحه حساب کاربری را نمایش دهید تا کاربران بتوانند پروفایل و تنظیمات امنیتی خود را مدیریت کنند.","Show the Calendar view to browse the library by year and month.":"نمای تقویم را برای مرور کتابخانه بر اساس سال و ماه نمایش دهید.","Show the Labels section to view and manage AI-generated labels.":"برای مشاهده و مدیریت برچسب‌های تولید شده توسط هوش مصنوعی، بخش برچسب‌ها را نمایش دهید.","Show the Library section to index, manage, and monitor the media library.":"بخش کتابخانه را برای فهرست‌بندی، مدیریت و نظارت بر کتابخانه رسانه نمایش دهید.","Show the Places view with interactive maps so you can browse photos by location.":"نمای مکان‌ها را با نقشه‌های تعاملی نمایش دهید تا بتوانید عکس‌ها را بر اساس مکان مرور کنید.","Show Titles":"نمایش عناوین","Sidecar":"جانبی","Sidecar Files":"فایل های Sidecar","Sign in":"ورود","Sign Out":"خروج","Similar":"مشابه","Site URL":"آدرس سایت","Size":"سایز","Slideshow":"نمایش اسلاید","Slow":"آهسته","Software":"نرم افزار","Software Update":"به روز رسانی نرم افزار","Some albums could not be copied":"بعضی از آلبوم‌ها قابل کپی کردن نبودند","Some albums could not be created. Please edit the names and try again.":"ایجاد برخی آلبوم‌ها امکان‌پذیر نبود. لطفاً نام‌ها را ویرایش کرده و دوباره امتحان کنید.","Some albums could not be updated":"بعضی از آلبوم‌ها قابل به‌روزرسانی نبودند","Something went wrong, try again":"یه چیزی اشتباه شد دوباره تلاش کن","Sort by":"مرتب سازی بر اساس","Sort by Name (A–Z)":"مرتب سازی بر اساس نام (A-Z)","Sort by Photo Count":"مرتب سازی بر اساس تعداد عکس","Sort by Relevance":"مرتب سازی بر اساس مرتبط بودن","Sort Order":"ترتیب مرتب سازی","Sorted ascending.":"صعودی مرتب شد.","Sorted descending.":"به صورت نزولی مرتب شد.","Source":"منبع","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":"پشته ها","Start":"شروع","Start Page":"صفحه شروع","Static Size Limit: %{n}px":"محدودیت اندازه ثابت: %{n}px","Status":"وضعیت","Stay signed in on this device":"در این دستگاه وارد بمانید","Stop Casting":"پایان انتخاب بازیگر","Storage":"ذخیره سازی","Streets":"خیابان ها","Subject":"موضوع","Subject deleted":"موضوع حذف شد","Subject not found":"موضوع پیدا نشد","Subject saved":"موضوع ذخیره شد","Successfully activated":"با موفقیت فعال شد","Successfully Connected":"با موفقیت وصل شد","Successfully deleted":"با موفقیت حذف شد","Successfully verified":"با موفقیت تأیید شد","Super Admin":"سوپر ادمین","Support for additional services, like Google Drive, will be added over time.":"پشتیبانی از خدمات اضافی، مانند Google Drive، به مرور اضافه خواهد شد.","Support Our Mission":"از ماموریت ما حمایت کنید","Sync":"همگام سازی","Sync raw and video files":"همگام سازی فایل های خام و ویدیویی","Taken":"گرفته شده","Teal":"آبی رنگ","Terrain":"زمین","Text":"متن","Thank You for Your Support!":"از حمایت شما متشکرم!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"به همین دلیل است که PhotoPrism از ابتدا ساخته شده است تا در هر کجا که به آن نیاز دارید اجرا شود، بدون اینکه آزادی، حریم خصوصی یا عملکرد به خطر بیفتد.","The index currently contains %{n} hidden files.":"این فهرست در حال حاضر حاوی %{n} فایل پنهان است.","The instance rejected the cluster credentials.":"اینstance اعتبارنامه‌های خوشه را رد کرد.","The instance returned an unexpected redirect.":"اینstance یک redirect غیرمنتظره بازگرداند.","The wakeup interval is %s, but must be 1h or less":"فاصله بیداری %s است، اما باید 1 ساعت یا کمتر باشد","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"ممکن است فرمت آنها پشتیبانی نشود، هنوز به JPEG تبدیل نشده اند یا موارد تکراری وجود دارد.","Theme":"قالب","This account is missing an ID and can't be edited.":"این حساب شناسه ندارد و قابل ویرایش نیست.","This field is required":"این فیلد الزامی است","This instance has no site URL configured.":"این نمونه هیچ نشانی سایتی پیکربندی نشده است.","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 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. ":"این پوشه اصلی را به عنوان درایو شبکه نصب می کند و به شما امکان می دهد فایل ها را از رایانه یا تلفن هوشمند خود باز، ویرایش و حذف کنید، گویی محلی هستند.","Time":"زمان","Time UTC":"زمان UTC","Time Zone":"منطقه زمانی","Timeout":"تایم اوت","Title":{"":"عنوان","Account":"عنوان","Photo":"عنوان"},"Title / Position":"عنوان خیلی طولانی است","to":"به","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"برای جلوگیری از قفل شدن حساب خود، لطفاً این کد بازیابی را دانلود، چاپ یا کپی کنید و آن را در مکانی امن نگهداری کنید.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"برای ایجاد یک رمز عبور جدید خاص، لطفاً نام و محدوده مجوز برنامه را وارد کنید و تاریخ انقضا را انتخاب کنید:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"برای جابه‌جایی به یک برنامه یا دستگاه احراز هویت جدید، ابتدا احراز هویت دو مرحله‌ای را غیرفعال کنید و سپس دوباره فعال کنید:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"برای ارتقا، می‌توانید کد فعال‌سازی را وارد کنید یا روی «ثبت‌نام» کلیک کنید تا در وب‌سایت ما ثبت‌نام کنید:","Today":"امروز","Toggle View":"تغییر حالت نمایش","Token":"توکن","Too many files selected":"تعداد زیادی فایل انتخاب شده است","Too many requests":"درخواست های خیلی زیاد","Troubleshooting":"عیب یابی","Try again using other filters or keywords.":"دوباره با استفاده از فیلترها یا کلمات کلیدی دیگر امتحان کنید.","Two-factor authentication has been enabled for your account.":"احراز هویت دو مرحله ای برای حساب شما فعال شده است.","Type":"نوع","Unable to delete":"قابل حذف نیست","Unable to do that":"نمی‌توانم این کار را انجام دهم","Unassign":"لغو تخصیص","Unauthorized":"غیرمجاز","Undo":"باطل کردن","Unique ID":"شناسه منحصربفرد","Unknown":"ناشناس","Unknown location":"مکان نامعلوم","Unregistered":"ثبت نشده","Unsorted":"مرتب نشده است","Unstack":"باز کردن پشته","Unsupported":"پشتیبانی نمی شود","Unsupported format":"فرمت پشتیبانی‌نشده","Unsupported type":"نوع پشتیبانی نشده","Updated":"به روز شد","Updating faces":"به روزرسانی چهره ها","Updating index":"به روزرسانی نمایه ها","Updating moments":"به روزرسانی لحظه ها","Updating picture…":"به روزرسانی پیش نمایش ها","Updating previews":"به روزرسانی پیش نمایش ها","Updating stacks":"به روزرسانی پشته ها","Upgrade":"ارتقا دهید","Upgrade Now":"اکنون ارتقا دهید","Upload":"آپلود","Upload complete":"آپلود کامل شد","Upload complete. Indexing…":"آپلود کامل شد. در حال نمایه سازی…","Upload failed":"آپلود انجام نشد","Upload has been processed":"بارگذاری انجام شد","Upload local files":"فایل های محلی را آپلود کنید","Upload might be offensive":"آپلود ممکن است توهین آمیز باشد","Upload Path":"مسیر آپلود","Uploading %{n} of %{t}…":"در حال آپلود %{n} از %{t}…","Uploading photos…":"در حال آپلود تصاویر…","Uploading…":"در حال بارگیری مجدد…","Uploads that may contain such images will be rejected automatically.":"آپلودهایی که ممکن است حاوی چنین تصاویری باشند به طور خودکار رد می شوند.","URL":"URL","Use Presets":"از Presets استفاده کنید","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"وقتی نمی‌توانید یک کد تأیید معتبر با برنامه احراز هویت خود ایجاد کنید، از کد بازیابی زیر برای دسترسی به حساب خود استفاده کنید:","Use your recovery code or contact an administrator for help.":"از کد بازیابی خود استفاده کنید یا برای راهنمایی با یک سرپرست تماس بگیرید.","User":"کاربر","User Guide":"راهنمای کاربر","User Interface":"رابط کاربری","User not found":"کاربر پیدا نشد","Username":"نام کاربری","Users":"کاربران","UUID":"UUID","Vector":"بردار","Vectors":"بردارها","Verification Code":"کد تایید","Version":"نسخه","Video":"ویدیو","Video Duration":"مدت","Videos":"ویدیو ها","View":"نمایش","View search results as a list.":"نتایج جستجو را به صورت لیست مشاهده کنید.","Viewer":"بیننده","Vision":"چشم انداز","Visitor":"بازدید کننده","Visual Similarity":"گروه بندی بر اساس شباهت","Warning":"هشدار","Web Login":"ورود به وب","WebDAV":"WebDAV","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 مایکروسافت یا Apple's Finder، می توانند مستقیماً به آن متصل شوند\n PhotoPrism.","WebDAV Upload":"آپلود WebDAV","WebGL support is disabled in your browser":"پشتیبانی WebGL در مرورگر شما غیرفعال است","Website":"سایت اینترنتی","White":"سفید","Work Details":"جزئیات","Year":"سال","Yellow":"زرد","Yes":"بله","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"می توانید برای سؤالات در مورد عضویت خود با ما به آدرس Member@photoprism.app تماس بگیرید.","You can only download one album":"شما فقط می توانید یک آلبوم را دانلود کنید","You can only download one label":"شما فقط می توانید یک برچسب را دانلود کنید","You can search for a location or move the marker on the map to change the position:":"می‌توانید مکانی را جستجو کنید یا نشانگر را روی نقشه جابجا کنید تا موقعیت تغییر کند:","You can upload up to %{n} files for test purposes.":"می توانید حداکثر %{n} فایل را برای اهداف آزمایشی آپلود کنید.","You cannot change your own role.":"شما نمی‌توانید نقش خود را تغییر دهید.","You do not have access to any instances.":"شما به هیچ نمونه‌ای دسترسی ندارید.","You may only select one item":"شما فقط می توانید یک مورد را انتخاب کنید","You may rescan your library to find additional faces.":"می‌توانید کتابخانه خود را مجدداً اسکن کنید تا چهره‌های دیگری را پیدا کنید.","Your account could not be connected":"حساب شما متصل نشد","Your account has been successfully connected.":"حساب شما با موفقیت متصل شد.","Your browser does not support WebGL":"مرورگر شما از WebGL پشتیبانی نمی کند","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"پشتیبانی مستمر شما به ما کمک می‌کند تا به‌روزرسانی‌های منظم را ارائه کنیم و مستقل بمانیم، بنابراین می‌توانیم مأموریت خود را انجام دهیم و از حریم خصوصی شما محافظت کنیم.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"کتابخانه شما به طور مداوم تجزیه و تحلیل می شود تا به طور خودکار آلبوم هایی از لحظات، سفرها و مکان های خاص ایجاد شود.","Zip created in %d s":"فایل فشرده در %d ثانیه ایجاد شد","Zoom in/out":"بزرگنمایی/کوچک کردن","Archive":{"Noun":"بایگانی","Verb":"بایگانی"},"Add a Title":{"Photo":"عنوان اضافه کنید"}}} \ No newline at end of file +{"fa":{"{0} appended action":"{0} اقدام اضافه کرد","{0} files":"{0} فایل","{0} files ({1} in total)":"{0} فایل (در مجموع {1})","{0} more":"{0} بیشتر","{0} prepended action":"{0} اقدام از پیش تعیین شده","{0} selected":"{0} انتخاب شد","{0}-{1} of {2}":"{0}-{1} از {2}","%{n} albums found":"%{n} آلبوم پیدا شد","%{n} files uploaded":"%{n} فایل آپلود شد","%{n} folders found":"%{n} پوشه پیدا شد","%{n} GB of %{q} GB used":"%{n} گیگابایت از %{q} گیگابایت استفاده شده است","%{n} labels found":"%{n} برچسب پیدا شد","%{n} people found":"%{n} نفر پیدا شد","%{n} pictures found":"%{n} عکس پیدا شد","%{s} is too long":"%{s} خیلی طولانی است","%{s} is too short":"%{s} خیلی کوتاه است","%d entries added to %s":"%d مورد به %s اضافه شد","%d entries removed from %s":"%d مورد از %s حذف شد","%d files uploaded in %d s":"%d فایل در %d ثانیه آپلود شد","%s already exists":"%s از قبل وجود دارد","%s has been restored":"%s بازیابی شده است","1 hour":"1 ساعت","12 hours":"12 ساعت","2-Factor Authentication":"احراز هویت 2-عاملی","2FA":"2FA","4 hours":"4 ساعت","A click will copy it to your clipboard.":"یک کلیک آن را در کلیپ بورد شما کپی می کند.","A new version of %{s} is available:":"نسخه جدیدی از %{s} موجود است:","About":"درباره","Access granted.":"دسترسی مجاز شد.","Access revoked.":"دسترسی لغو شد.","Access Token":"نشانه دسترسی","Account":"حساب کاربری","Account created":"حساب کاربری ایجاد شد","Account deleted":"حساب کاربری حذف شد","Account Group Mappings":"مپینگ‌های گروه حساب","Account not found":"حساب کاربری پیدا نشد","Account restored":"حساب بازیابی شد","Account saved":"حساب کاربری ذخیره شد","Accounts":"حساب ها","Accuracy":"دقت","Action":"عمل","Actions":"اقدامات","Activate":"فعال کنید","Activate to remove sorting.":"برای حذف مرتب سازی فعال کنید.","Activate to sort ascending.":"برای مرتب سازی صعودی فعال کنید.","Activate to sort descending.":"برای مرتب سازی نزولی فعال کنید.","Activation Code":"کد فعال سازی","Activity":"فعالیت","Add":"اضافه کردن","Add %{s}?":"%{s} اضافه شود؟","Add a Caption":"اضافه کردن توضیح","Add Account":"ویرایش حساب کاربری","Add Album":"افزودن آلبوم","Add Link":"اضافه کردن لینک","Add Notes":"افزودن یادداشت","Add person?":"فرد اضافه شود؟","Add pictures from search results by selecting them.":"با انتخاب آنها ، تصاویر را از نتایج جستجو اضافه کنید.","Add to album":"افزودن به آلبوم","Add to all":"به همه اضافه کنید","Add to all selected photos":"به همه عکس‌های انتخاب‌شده اضافه کنید","Added":"اضافه شده","Added %{name}":"افزوده‌شده %{name}","Adjust Camera Info":"تنظیم اطلاعات دوربین","Adjust Date & Time":"تاریخ و زمان را تنظیم کنید","Adjust Location":"تنظیم مکان","Admin":"مدیر","Advanced":"پیشرفته","Advertise URL":"آدرس اینترنتی تبلیغات","After 1 day":"بعد از 1 روز","After 3 days":"بعد از 3 روز","After 7 days":"بعد از 7 روز","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"پس از وارد کردن رمز عبور خود برای تأیید، می توانید احراز هویت دو مرحله ای را با یک برنامه یا دستگاه تأیید کننده سازگار تنظیم کنید:","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 %s deleted":"آلبوم %s حذف شد","Album Backups":"پشتیبان گیری از آلبوم","Album contents cloned":"محتویات آلبوم کلون شد","Album created":"آلبوم ایجاد شد","Album deleted":"آلبوم حذف شد","Album not found":"آلبوم پیدا نشد","Album saved":"آلبوم ذخیره شد","Albums":"آلبوم ها","Albums deleted":"آلبوم ها حذف شدند","All":"همه","All %{n} albums loaded":"همه %{n} آلبوم بارگیری شد","All %{n} labels loaded":"همه برچسب‌های %{n} بارگیری شدند","All %{n} people loaded":"همه %{n} نفر بارگیری شدند","All Cameras":"همه دوربین ها","All Categories":"همه دسته بندی ها","All Colors":"همه رنگ ها","All Countries":"همه کشورها","All files from import folder":"همه پرونده ها از پوشه واردات","All Lenses":"همه لنزها","All Months":"همه ماه ها","All originals":"همه اصل","All Years":"همه سالها","Allow configuration and use of connected apps and services for remote uploads and sync.":"اجازه پیکربندی و استفاده از برنامه‌ها و سرویس‌های متصل برای آپلود و همگام‌سازی از راه دور.","Allow editing of metadata such as title, description, date, and location.":"امکان ویرایش فراداده‌هایی مانند عنوان، توضیحات، تاریخ و مکان.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"اجازه ویرایش فراداده‌ها، برچسب‌ها و آلبوم‌های چندین تصویر را به طور همزمان بدهید.","Allow files to be copied or moved from the Import to the Originals folder.":"ابزار وارد کردن را فعال کنید تا فایل‌ها را از پوشهٔ وارد کردن به پوشهٔ اصلی کپی یا منتقل کنید.","Allow files to be permanently deleted to free up storage space.":"اجازه دهید فایل‌ها برای همیشه حذف شوند تا فضای ذخیره‌سازی آزاد شود.","Allow users to archive photos and videos so they are hidden without being deleted.":"به کاربران اجازه دهید عکس‌ها و ویدیوها را بایگانی کنند تا بدون حذف شدن، پنهان شوند.","Allow users to create and share links, and enable sharing with connected services.":"به کاربران اجازه دهید لینک‌ها را ایجاد و به اشتراک بگذارند و اشتراک‌گذاری با سرویس‌های متصل را فعال کنند.","Allow users to upload new photos and videos through the web interface.":"به کاربران اجازه دهید عکس‌ها و ویدیوهای جدید را از طریق رابط وب آپلود کنند.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"از طرف دیگر، می‌توانید فایل‌ها را مستقیماً در سرورهای WebDAV مانند Nextcloud آپلود کنید.","Altitude":"ارتفاع","Altitude (m)":"ارتفاع (M)","AM":"AM","Animated":"متحرک","Animation":"انیمیشن","Animations":"انیمیشن‌ها","Any private photos and videos remain private and won't be shared.":"هر عکس و فیلم خصوصی خصوصی باقی می ماند و به اشتراک گذاشته نمی شود.","API Key":"کلید API","Application":"کاربرد","Applications":"کاربردها","Approve":"تأیید","Approve and save changes":"تایید و ذخیره تغییرات","Apps and Devices":"برنامه ها و دستگاه ها","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 delete this album?":"آیا از حذف این آلبوم مطمئن هستید؟","Are you sure you want to permanently delete these pictures?":"آیا مطمئن هستید که می خواهید این تصاویر را به طور دائم حذف کنید؟","Are you sure you want to permanently delete this file?":"آیا مطمئن هستید که می خواهید این پرونده را به طور دائم حذف کنید؟","Are you sure?":"مطمئن هستی؟","Artist":"هنرمند","Aspect Ratio":"نسبت ابعاد","Attributes":"ویژگی‌ها","Audio":"صوتی","Audit Log":"صوتی","Authentication":"احراز هویت","Auto":"خودکار","Back":"بازگشت","Back to top":"بازگشت به بالا","Backup":"پشتیبان گیری","Badge":"نشان","Base Path":"مسیر پایه","Batch":"دسته‌ای","Batch Edit":"ویرایش دسته‌ای","Become a member today, support our mission and enjoy our member benefits!":"همین امروز عضو شوید، از ماموریت ما حمایت کنید و از مزایای عضویت ما لذت ببرید!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"ما با تامین مالی مستقل و 100% خود، می توانیم به شما قول بدهیم که هرگز داده های شما را نمی فروشیم و همیشه در مورد نرم افزار و خدمات خود شفاف خواهیم بود.","Bio":"بود","Birth Date":"تاریخ تولد","Black":"سیاه","Blue":"آبی","Brown":"قهوه ای","Browse":"مرور کردن","Browse Files":"مرور فایل ها","Browse Pictures":"مرور تصاویر","Bug Report":"گزارش اشکال","Busy, please try again later":"مشغول است، لطفاً بعداً دوباره امتحان کنید","Busy, please wait…":"مشغول است ، لطفا صبر کنید…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"با استفاده از نرم‌افزار و خدماتی که ما ارائه می‌کنیم، با شرایط خدمات، خط‌مشی رازداری و آیین‌نامه رفتار ما موافقت می‌کنید.","Calendar":"تقویم","Camera":"دوربین","Camera not found":"دوربین پیدا نشد","Camera Serial":"سریال دوربین","Can't access your authenticator app or device?":"نمی توانید به برنامه یا دستگاه احراز هویت خود دسترسی پیدا کنید؟","Can't load more, limit reached":"نمی تواند بار بیشتری بارگیری کند ، محدود شود","Can't select more items":"موارد بیشتری را انتخاب نمی کند","Cancel":"لغو","Cannot copy to clipboard":"نمی توان در کلیپ بورد کپی کرد","Caption":"عنوان","Cards":"کارت ها","Carousel slide {0} of {1}":"اسلاید چرخ فلک {0} از {1}","Cast":"بازیگران","Category":"دسته","Change Avatar":"تغییر پرچم خصوصی","Change Password":"رمزعبور جدید","Change private flag":"تغییر پرچم خصوصی","Changes could not be saved":"تغییرات را نمی توان ذخیره کرد","Changes successfully saved":"تغییرات با موفقیت ذخیره شد","Changes to the advanced settings require a restart to take effect.":"برای اعمال تغییرات در تنظیمات پیشرفته، نیاز به راه اندازی مجدد است.","Checked":"بررسی شده","Choose an instance to continue:":"برای ادامه، یک نمونه را انتخاب کنید:","Chroma":"کروما","Cleaning index and cache":"پاک کردن فهرست و کش","Cleanup":"پاک کردن","Clear":"شفاف","Clear {0}":"پاک کردن {0}","Client":"مشتری","Close":"نزدیک","Cluster":"خوشه","Cluster Admin":"مدیر خوشه","Cluster Node":"گره خوشه‌ای","Codec":"کدک","Color":"رنگ","Color Profile":"مشخصات رنگ","Colors":"رنگ ها","Compare Editions":"مقایسه نسخه ها","Complete Rescan":"اسکن کامل","Confidence":"اعتماد","Confirm":"تایید","Connect":"اتصال","Connect via WebDAV":"از طریق WebDav وصل کنید","Connected":"متصل","Contact Details":"با ما تماس بگیرید","Contact Us":"با ما تماس بگیرید","Contains %{n} pictures.":"حاوی %{n} عکس است.","Contains one picture.":"حاوی یک تصویر است.","Content":{"":"محتوا","Edit":"محتوا"},"Continue":"ادامه هید","Contributor":"مشارکت کننده","Converting":"تبدیل","Copied to clipboard":"کپی شده در کلیپ بورد","Copy":"کپی 🀄","Copying files from %s":"کپی کردن فایل ها از %s","Copyright":"حق چاپ","Could not be deleted":"نمی توان حذف کرد","Could not connect, please try again":"اتصال برقرار نشد، لطفاً دوباره امتحان کنید","Could not update person cover":"نتوانستم پوشش شخص را به‌روزرسانی کنم","Couldn't find anything.":"نتوانست چیزی پیدا کند.","Country":"کشور","Create Account":"ایجاد حساب کاربری","Create album":"ایجاد آلبوم","Create regular backups based on the configured schedule.":"بر اساس زمانبندی پیکربندی شده، پشتیبان گیری از فهرست ایجاد کنید.","Create YAML files to back up album metadata.":"فایل های YAML را برای پشتیبان گیری از فراداده آلبوم ایجاد کنید.","Create YAML sidecar files to back up picture metadata.":"فایل های YAML sidecar را برای پشتیبان گیری از متادیتای تصویر ایجاد کنید.","Created":"ایجاد شده","Creating thumbnails for":"ایجاد تصاویر کوچک برای","Current Password":"رمز عبور فعلی","Custom":"سفارشی","Cyan":"فیروزه ای","Daily":"روزانه","Database":"پایگاه داده","Database Backups":"پشتیبان گیری از پایگاه داده","Databases":"پایگاه‌های داده","Date & Time":"تاریخ و زمان","Day":"روز","Deactivate":"از کار انداختن","Debug Logs":"گزارش‌های اشکال زدایی","Default":"پیشفرض","Default Folder":"پوشه پیشفرض","Delete":"حذف","Delete Album":"حذف آلبوم","Delete All":"حذف همه","Delete all?":"همه حذف شود؟","Delete orphaned index entries, sidecar files and thumbnails.":"ورودی های فهرست یتیم، فایل های کناری و تصاویر کوچک را حذف کنید.","deleted":"حذف شده","Description":"توضیحات","Detailed instructions can be found in our User Guide.":"دستورالعمل های دقیق را می توانید در راهنمای کاربر پیدا کنید.","Details":"جزئیات","Dimensions":"ابعاد","Disable all face detection and recognition features.":"تمام ویژگی‌های تشخیص چهره و شناسایی را غیرفعال کنید.","Disable Backups":"غیرفعال کردن پشتیبان گیری","Disable Darktable":"غیرفعال کردن Darktable","Disable ExifTool":"غیرفعال کردن exiftool","Disable Faces":"غیرفعال کردن چهره‌ها","Disable features that require write permission for the originals folder.":"ویژگی هایی را که به مجوز نوشتن برای پوشه اصلی نیاز دارند غیرفعال کنید.","Disable FFmpeg":"غیرفعال کردن ffmpeg","Disable ImageMagick":"ImageMagick را غیرفعال کنید","Disable interactive world maps and reverse geocoding.":"غیرفعال کردن نقشه های تعاملی جهان و معکوس کردن geocoding.","Disable MCP":"MCP را غیرفعال کنید","Disable Places":"غیرفعال کردن مکان ها","Disable RawTherapee":"غیرفعال کردن Rawtherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"پایانهٔ رابط برنامه‌نویسی کاربردی پروتکل زمینهٔ مدل (MCP) را برای ادغام‌های عامل هوش مصنوعی غیرفعال کنید.","Disable Vectors":"غیرفعال کردن بردارها","Disable WebDAV":"غیرفعال کردن WebDAV","Disabled":"غیرفعال","Disables vector graphics support.":"پشتیبانی از گرافیک برداری را غیرفعال می کند.","Disables video transcoding and thumbnail extraction.":"رمزگذاری ویدیو و استخراج تصاویر کوچک را غیرفعال می کند.","Discard":"دور انداختن","Discard changes and close":"تغییرات را نادیده بگیرید و ببندید","Discard invalid changes?":"تغییرات نامعتبر را نادیده بگیرید؟","Discard unsaved changes?":"تغییرات نجات‌نشده را دور بیندازید؟","Discover":"کشف","Dismiss":"رد کردن","Display Name":"نام نمایشی","Display picture captions in search results.":"نمایش شرح تصاویر در نتایج جستجو","Display picture titles in search results.":"نمایش عناوین تصاویر در نتایج جستجو","Document":"سند","Documents":"اسناد","Don't use Darktable to convert RAW images.":"از DarkTable برای تبدیل پرونده های خام استفاده نکنید.","Don't use ImageMagick to convert images.":"برای تبدیل تصاویر از ImageMagick استفاده نکنید.","Don't use RawTherapee to convert RAW images.":"از rawtherapee برای تبدیل پرونده های خام استفاده نکنید.","Done":"انجام شده","Done.":"انجام شده است.","Download":"بارگیری","Download only original media files, without any automatically generated files.":"فقط فایل های رسانه ای اصلی را دانلود کنید، بدون هیچ فایلی که به طور خودکار تولید می شود.","Download remote files":"بارگیری پرونده های از راه دور","Downloading…":"درحال دانلود…","Drag and drop files here":"فایل ها را در اینجا بکشید و رها کنید","Driver":"راننده","Duplicates will be skipped and only appear once.":"نسخه های تکراری پرش می شوند و فقط یک بار ظاهر می شوند.","Duration":"مدت","Dynamic Previews":"پیش نمایش پویا","Dynamic Size Limit: %{n}px":"محدودیت اندازه پویا: %{n}px","Edit":"ویرایش","Edit %{s}":"ویرایش %{s}","Edit Account":"ویرایش حساب کاربری","Edit Photo":"ویرایش تصویر","Edit Photos (%{n})":"ویرایش عکس‌ها (%{n})","Edited":"ویرایش شده","Email":"پست الکترونیک","Enable debug mode to display additional logs and help with troubleshooting.":"برای نمایش گزارش های اضافی و کمک به عیب یابی، حالت اشکال زدایی را فعال کنید.","Enable downloading of original and sidecar files from the web interface.":"دانلود فایل‌های اصلی و جانبی را از رابط وب فعال کنید.","Enable face recognition and the People view to easily find people you know.":"تشخیص چهره و نمای افراد را فعال کنید تا به راحتی افرادی را که می‌شناسید پیدا کنید.","Enable new features that may be incomplete or unstable.":"ویژگی های جدیدی را فعال کنید که ممکن است ناقص یا ناپایدار باشند.","Enable the file browser to navigate the Originals folder structure.":"مرورگر فایل را فعال کنید تا بتوانید در ساختار پوشه Originals پیمایش کنید.","Enables RAW converter presets. May reduce performance.":"فعال کردن RAW converter presets . ممکن است عملکرد را کاهش دهد.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"فعال کردن احراز هویت دو مرحله‌ای به این معنی است که برای ورود به سیستم به یک کد تأیید تصادفی تولید شده نیاز دارید، بنابراین حتی اگر شخصی به رمز عبور شما دسترسی پیدا کند، نمی‌تواند به حساب شما دسترسی پیدا کند.","Engine":"موتور","Enter date":"تاریخ را وارد کنید","Enter dates":"تاریخ ها را وارد کنید","Enter item name...":"نام کالا را وارد کنید...","Enter the code generated by your authenticator app:":"کد ایجاد شده توسط برنامه احراز هویت خود را وارد کنید:","Enter verification code":"کد تایید را وارد کنید","Enter your password to confirm the action and continue:":"رمز عبور خود را برای تایید عمل وارد کنید و ادامه دهید:","Entity not found":"موجودیت پیدا نشد","Error":"خطا","Errors":"خطا ها","Estimate":"تخمین زدن","Estimate Locations":"تخمین مکان ها","Estimate the approximate location of pictures without GPS coordinates.":"مکان تقریبی تصاویر را بدون مختصات GPS تخمین بزنید.","Every two days":"هر دو روز","Exclude hidden":"حذف پنهان","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"استخراج فراداده با ExifTool برای پشتیبانی کامل از ویدیو، عکس زنده و XMP مورد نیاز است.","Experimental Features":"ویژگی های تجربی","Expires":"منقضی می شود","Exposure":"قرارگیری در معرض","Extract still images and generate thumbnails while indexing.":"در حین نمایه سازی، تصاویر ثابت را استخراج کنید و تصاویر کوچک تولید کنید.","F Number":"شماره F","Face":"صورت","Face not found":"صورت پیدا نشد","Faces":"صورت ها","Failed creating file, please check permissions":"فایل ایجاد نشد، لطفا مجوزها را بررسی کنید","Failed creating folder, please check permissions":"پوشه ایجاد نشد، لطفا مجوزها را بررسی کنید","Failed removing link":"پیوند حذف نشد","Failed to connect account.":"اتصال حساب انجام نشد.","Failed to create zip file":"فایل فشرده ایجاد نشد","Failed to load users.":"بارگذاری کاربران ناموفق بود.","Failed to remove face marker":"حذف نشانگر صورت ناموفق بود","Failed to remove name":"حذف نام ناموفق بود","Failed to restart server":"راه‌اندازی مجدد سرور ناموفق بود","Failed to save changes":"ذخیره تغییرات ناموفق بود","Failed to save face marker":"ذخیره کردن نشانگر صورت ناموفق بود","Failed to save name":"نام را ذخیره نکرد","Failed updating link":"پیوند به روز نشد","Family Name":"خانواده","Fast":"سریع","Favorite":"موردعلاقه","Favorites":"موارد دلخواه","Feature disabled":"ویژگی غیرفعال است","Feature Request":"درخواست ویژگی","Female":"زن","File":"فایل","File Browser":"مرورگر فایل","File Conversion":"تبدیل فایل","File deleted":"فایل حذف شد","File Name":"نام فایل","File not found":"فایل پیدا نشد","File removed from stack":"فایل از پشته حذف شد","File Size":"فایل","File too large":"فایل خیلی بزرگ است","File uploaded":"فایل بارگذاری شد","Filename":"نام فایل","Files":"فایل ها","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"فایل‌هایی با نام‌های متوالی مانند «IMG_1234 (2)» و «IMG_1234 (3)» متعلق به یک تصویر هستند.","First page":"صفحه اول","Focal Length":"فاصله کانونی","Folder":"پوشه","Folder contains %{n} files":"پوشه حاوی %{n} فایل است","Folder is empty":"پوشه خالی است","Folders":"پوشه ها","Forgot password?":"رمز عبور را فراموش کرده‌اید؟","FPS":"FPS","Frames":"قاب‌ها","Full Access":"دسترسی کامل","Fullscreen":"تمام صفحه","General":"عمومی","Generate":"تولید می کنند","Generate Previews":"ایجاد پیش نمایش","Generated":"تولید شده است","Get Started":"شروع کنید","Given Name":"اسم اصلی","Global Options":"گزینه های جهانی","Go to page {0}":"رفتن به صفحه {0}","Gold":"طلا","Green":"سبز","Grey":"خاکستری","Groups":"گروه‌ها","Guest":"مهمان","Hash":"هش","Help":"راهنما","Help & Support":"راهنما و پشتیبانی","Hidden":"مخفی","Hidden Files":"فایل های مخفی","Hide":"مخفی","Hide Caption":"پنهان کردن توضیحات","Hide face markers":"پنهان کردن نشانک‌های صورت","Hide private content from global views while keeping it accessible in the Private section.":"موارد خصوصی را از نماهای سراسری پنهان کنید و در عین حال آنها را در بخش خصوصی قابل دسترسی نگه دارید.","High":"بالا","High Dynamic Range (HDR)":"محدوده دینامیکی بالا (HDR)","Hybrid":"ترکیبی","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"اگر دسترسی به برنامه یا دستگاه احراز هویت خود را از دست دادید، می‌توانید از کد بازیابی برای دسترسی مجدد به حساب خود استفاده کنید.","Image":"تصویر","Image Quality":"کیفیت تصویر","Import":"وارد کردن","Import canceled":"وارد کردن لغو شد","Import completed in %d s":"وارد کردن در %d ثانیه تکمیل شد","Import failed":"خطا در وارد کردن","Imported files will be sorted by date and given a unique name to avoid duplicates.":"فایل‌های وارد شده بر اساس تاریخ مرتب می‌شوند و برای جلوگیری از تکرار نامی منحصر به فرد به آن‌ها داده می‌شود.","Importing %{s}…":"وارد کردن %{s}…","Importing files to originals…":"در حال وارد کردن فایل‌ها به نسخه اصلی…","in":"به","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"در صورتی که تصاویری که انتظار دارید گم شدند، لطفاً کتابخانه خود را مجدداً اسکن کنید و منتظر بمانید تا نمایه سازی کامل شود.","Include RAW image files when downloading stacks and archives.":"هنگام بارگیری پشته ها و بایگانی ها، فایل های تصویری RAW را اضافه کنید.","Include sidecar files when downloading stacks and archives.":"هنگام بارگیری پشته ها و بایگانی ها، فایل های sidecar را اضافه کنید.","Increase storage size or delete files to continue.":"برای ادامه، حجم فضای ذخیره‌سازی را افزایش دهید یا فایل‌ها را حذف کنید.","Index":"نمایه","Indexing":"نمایه سازی","Indexing canceled":"نمایه سازی لغو شد","Indexing completed in %d s":"نمایه سازی در %d ثانیه تکمیل شد","Indexing failed":"نمایه سازی انجام نشد","Indexing files in %s":"نمایه سازی فایل ها در %s","Indexing media and sidecar files…":"نمایه سازی رسانه و فایل های جانبی…","Indexing originals...":"نمایه سازی نسخه های اصلی ...","Information":"اطلاعات","Inherit":"میراث بری","Instance":"نمونه","Instance ID":"ID نمونه","Instance unreachable. Try again once it's back online.":"دستگاه قابل دسترسی نیست. پس از بازگشت به آنلاین دوباره تلاش کنید.","Instances":"موارد","Insufficient storage":"ذخیره سازی ناکافی","Insufficient storage.":"ذخیره سازی ناکافی.","Interval":"وقفه","Invalid":"تاریخ نامعتبر است","Invalid address":"آدرس نامعتبر است","Invalid country":"کشور نامعتبر","Invalid credentials":"گواهی نامه نامعتبر","Invalid date":"تاریخ نامعتبر است","Invalid link":"لینک نامعتبر","Invalid name":"نام نامعتبر","Invalid parameters":"پارامترهای نامعتبر","Invalid password, please try again":"رمز عبور نامعتبر است، لطفا دوباره امتحان کنید","Invalid photo selected":"عکس نامعتبر انتخاب شد","Invalid time":"زمان نامعتبر","Invalid URL":"URL نامعتبر است","Invalid verification code, please try again":"کد تأیید نامعتبر است، لطفاً دوباره امتحان کنید","IP Address":"آدرس آی‌پی","It is a one-time use code that will disable 2FA for your account when you use it.":"این یک کد یکبار مصرف است که هنگام استفاده از آن، 2FA را برای حساب شما غیرفعال می کند.","Item":"مورد","Items per page:":"موارد در هر صفحه:","JPEG Quality: %{n}":"کیفیت JPEG: %{n}","JPEG Size Limit: %{n}px":"محدودیت اندازه JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG ها و تامبنیل ها به صورت خودکار در صورت نیاز ارائه می شوند.","Keyword":"کلمه کلیدی","Keywords":"کلید واژه ها","Label":"برچسب","Label not found":"برچسب پیدا نشد","Label saved":"برچسب ذخیره شد","Labels":"برچسب ها","Labels deleted":"برچسب ها حذف شدند","Language":"زبان","Last Active":"آخرین فعالیت","Last Login":"آخرین ورود","Last page":"صفحه آخر","Last Sync":"آخرین همگام سازی","Last Used":"آخرین استفاده","Latitude":"عرض جغرافیایی","LDAP/AD":"LDAP/AD","Learn more":"بیشتر بدانید","Learn More":"بیشتر بدانید","Legal Information":"اطلاعات حقوقی","Lens":"لنز","Lens not found":"لنز یافت نشد","Library":"کتابخانه","License":"مجوز","Like":"پسندیدن","Lime":"اهک","Limit reached, showing first %{n} files":"به حد مجاز رسیده است، اولین %{n} فایل را نشان می دهد","Link":"لینک","List":"لیست","List View":"نمایش لیست","Live":"زنده","Live Photos":"تصاویر","Load more":"بیشتر بارگیری کنید","Loading items...":"در حال بارگیری موارد...","Loading...":"در حال بارگیری...","Local":"محلی","Local Time":"زمان محلی","Location":"محل","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"هر زمان که PhotoPrism با فایل های شکسته مواجه می شود یا مشکلات احتمالی دیگری وجود دارد، پیام های گزارش در اینجا ظاهر می شوند.","Login":"وارد شدن","Logs":"گزارش ها","Longitude":"طول جغرافیایی","Lost server connection":"اتصال سرور از دست رفته","Low":"کم","Magenta":"ارغوانی","Main Color":"رنگ اصلی","Male":"نر","Manage Account":"مدیریت حساب","Manager":"مدیر","Manual":"دستی","Manual Upload":"آپلود دستی","Maps":"نقشه ها","Marker":"نشانگر","Maximum number of accounts has been reached.":"به حداکثر تعداد حساب ها رسیده است.","Media":"رسانه ها","Medium":"متوسط","Membership":"عضویت","Merge %{a} with %{b}?":"%{a} با %{b} ادغام شود؟","Message":"پیام","Metadata":"فراداده","Metrics":"معیارهای","Minimize":"کوچک کردن","Missing":"گم شده","Missing or invalid configuration":"پیکربندی موجود نیست یا نامعتبر است","mixed":"مخلوط","Moments":"لحظه ها","Monochrome":"تک رنگ","Month":"ماه","More options":"گزینه های بیشتر","Mosaic":"موزائیک","Most Relevant":"بسیار مرتبط","Move Files":"جابجایی فایل ها","Moving files from %s":"انتقال فایل ها از %s","Must have at least %{n} characters.":"باید حداقل %{n} حرف داشته باشد.","Mute":"بی صدا","Name":"نام","Name too long":"نام خیلی طولانی است","Never":"هرگز","New":"جدید","New Password":"رمزعبور جدید","Newest First":"اول جدیدترین ها","Next":"بعدی","Next page":"صفحه بعدی","Next visual":"تصویری بعدی","No":"خیر","No Access":"دسترسی وجود ندارد","No albums assigned":"هیچ آلبومی اختصاص داده نشده است","No albums found":"هیچ آلبومی پیدا نشد","No albums selected":"هیچ آلبومی انتخاب نشده است","No data available":"هیچ داده ای در دسترس نیست","No files available for download":"هیچ فایلی برای دانلود موجود نیست","No items selected":"هیچ موردی انتخاب نشده است","No labels assigned":"هیچ برچسبی اختصاص داده نشده است","No labels found":"هیچ برچسبی پیدا نشد","No labels selected":"هیچ برچسبی انتخاب نشده است","No matching records found":"هیچ رکورد منطبقی یافت نشد","No more":"دیگر نه","No people found":"هیچ فردی پیدا نشد","No pictures found":"هیچ تصویری پیدا نشد","No recently edited pictures":"هیچ عکسی اخیراً ویرایش نشده","No registered instances.":"هیچ نمونه ثبت‌شده‌ای وجود ندارد.","No results":"هیچ نتیجه‌ای حاصل نشد","No server connection":"بدون اتصال به سرور","No servers configured.":"هیچ سروری پیکربندی نشده است.","No services configured.":"هیچ سروری پیکربندی نشده است.","No thanks":"نه، ممنون","No users on this instance.":"در این نمونه هیچ کاربری وجود ندارد.","No warnings or error containing this keyword. Note that search is case-sensitive.":"هیچ هشدار یا خطایی حاوی این کلمه کلیدی نیست. توجه داشته باشید که جستجو به حروف کوچک و بزرگ حساس است.","Node":"گره","Nodes":"گره‌ها","Non-photographic and low-quality images require a review before they appear in search results.":"تصاویر غیرعکاسی و با کیفیت پایین قبل از اینکه در نتایج جستجو ظاهر شوند نیاز به بررسی دارند.","None":"هیچ یک","Not allowed":"مجاز نیست","Not available in public mode":"در حالت عمومی در دسترس نیست","Not available in read-only mode":"در حالت فقط خواندنی در دسترس نیست","Not found":"پیدا نشد","Not sorted.":"مرتب نشده است.","Not supported":"پشتیبانی نمی شود","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، می توانند به عنوان سرویس راه دور برای پشتیبان گیری و آپلود فایل پیکربندی شوند.","Notes":"یادداشت","Nothing to see here yet.":"هنوز چیزی برای دیدن اینجا وجود ندارد.","Nothing was found.":"چیزی پیدا نشد.","Offline":"آفلاین","OK":"باشه","Oldest First":"اول قدیمی‌تر ها","On Windows, enter the following resource in the connection dialog:":"در ویندوز، منبع زیر را در گفتگوی اتصال وارد کنید:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"تولید تصاویر بندانگشتی بر اساس تقاضا ممکن است باعث مصرف بالای CPU و حافظه شود. برای سرورهای دارای محدودیت منابع و دستگاه های NAS توصیه نمی شود.","Once a week":"یک بار در هفته","One album found":"یک آلبوم پیدا شد","One entry added to %s":"یک مورد به %s اضافه شد","One entry removed from %s":"یک مورد از %s حذف شد","One file found":"یک فایل پیدا شد","One file uploaded":"یک فایل آپلود شد","One folder found":"یک پوشه پیدا شد","One label found":"یک برچسب پیدا شد","One person found":"یک شخص پیدا شد","One picture found":"یک تصویر پیدا شد","Only locally managed accounts can be set up for authentication with 2FA.":"فقط حساب های مدیریت شده محلی را می توان برای احراز هویت با 2FA تنظیم کرد.","Open":"باز کن","optional":"اختیاری","or":"یا","Orange":"نارنجی","Organization":"گرایش","Orientation":"گرایش","Original file names will be stored and indexed.":"نام فایل های اصلی ذخیره و نمایه می شود.","Original Name":"اسم اصلی","Originals":"اصلی ها","Originals folder is empty":"پوشه اصلی خالی است","Other":"دیگر","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"ماموریت ما ارائه کاربرپسندترین راه حل برای حفظ حریم خصوصی برای سازماندهی و در دسترس نگه داشتن تصاویر شماست.","Outdoor":"بیرون","Page {0}, Current page":"صفحه {0}، صفحه فعلی","Pages":"صفحات","Pagination Navigation":"پیمایش صفحه بندی","Panorama":"پانوراما","Panoramas":"پانوراما","Part of all selected photos":"بخشی از تمام عکس‌های منتخب","Part of some selected photos":"بخشی از عکس‌های منتخب","Password":"رمزعبور","Password changed":"رمز عبور تغییر کرد","Pause":"مکث","Payment required":"پرداخت لازم است","People":"مردم","People you share a link with will be able to view public contents.":"افرادی که لینکی را با آنها به اشتراک می گذارید می توانند محتوای عمومی را مشاهده کنند.","Permanently deleted":"برای همیشه حذف شد","Permission denied":"اجازه رد شد","Person":"شخص","Person cover updated":"جلد شخص به‌روزرسانی شد","Person deleted":"فرد حذف شد","Person not found":"فرد پیدا نشد","Person saved":"فرد ذخیره شد","Personal":"شخصی","Photo":"تصویر","PhotoPrism is 100% self-funded and independent.":"PhotoPrism 100٪ با بودجه شخصی و مستقل است.","PhotoPrism+ Membership":"عضویت PhotoPrism+","Photos":"تصاویر","Picture":"تصویر","Picture Title":"عنوان تصویر","Pink":"صورتی","Pinned":"پین شده","Place":"مکان","Place & Time":"مکان و زمان","Places":"مکان ها","Play":"پخش","Please confirm your new password.":"لطفا رمز عبور جدید خود را تایید کنید.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"لطفاً رمز عبور برنامه زیر را که به‌طور تصادفی تولید شده است کپی کنید و آن را در مکانی امن نگه دارید، زیرا دیگر نمی‌توانید آن را ببینید:","Please do not upload any private, unlawful or offensive pictures.":"لطفا هیچ عکس خصوصی، غیرقانونی یا توهین آمیزی را آپلود نکنید.","Please don't upload photos containing offensive content.":"لطفا عکس های حاوی محتوای توهین آمیز آپلود نکنید.","Please enter OTP character {0}":"لطفاً نویسه OTP {0} را وارد کنید","Please log in to your account":"لطفاً به حساب کاربری خود وارد شوید","Please note that changing your password will log you out on other devices and browsers.":"لطفاً توجه داشته باشید که تغییر رمز عبور شما را از سایر دستگاه ها و مرورگرها خارج می کند.","Please restart your instance for the changes to take effect.":"لطفاً نمونه خود را مجدداً راه اندازی کنید تا تغییرات اعمال شوند.","Please wait…":"لطفا صبر کنید…","PM":"PM","PNG Size Limit: %{n}px":"محدودیت اندازه PNG: %{n}px","Portal":"پورتال","Portrait":"پرتره","Preserve filenames":"حفظ نام فایل ها","Press enter to create a new album.":"برای ایجاد یک آلبوم جدید، اینتر را فشار دهید.","Press enter to create new item":"برای ایجاد آیتم جدید، اینتر را فشار دهید","Prevent database and album backups as well as YAML sidecar files from being created.":"از ایجاد پشتیبان‌گیری از پایگاه داده و آلبوم و همچنین فایل‌های YAML sidecar جلوگیری کنید.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"از دسترسی سایر برنامه ها به PhotoPrism به عنوان درایو شبکه مشترک جلوگیری کنید.","Preview":"پیش نمایش","Preview Images":"پیش نمایش تصاویر","Previous":"قبلی","Previous page":"صفحه قبلی","Previous visual":"تصویری قبلی","Primary":"اولیه","Private":"خصوصی","Processing upload...":"در حال بارگذاری...","Product Feedback":"بازخورد محصول","Projection":"طرح ها","Purple":"بنفش","Quality Filter":"فیلتر کیفیت","Quality Score":"امتیاز کیفیت","Quota exceeded":"از سهمیه فراتر رفت","Random":"تصادفی","Rating {0} of {1}":"رتبه بندی {0} از {1}","Raw":"خام","RAW":"خام","Re-index all originals, including already indexed and unchanged files.":"نمایه سازی مجدد همه نسخه های اصلی، از جمله فایل های از قبل نمایه شده و بدون تغییر.","Read-Only Mode":"حالت فقط خواندنی","Recently Added":"به تازگی اضافه شده","Recently Archived":"اخیراً بایگانی شده است","Recently Edited":"به تازگی ویرایش شده است","Recognition starts after indexing has been completed.":"پس از تکمیل نمایه سازی، شناسایی شروع می شود.","Recognized":"شناسایی شده","Recovery Code":"کد بازیابی","Red":"قرمز","Refresh":"تازه کردن","Regions":"مناطق","Register":"ثبت نام","Registration disabled":"ثبت نام غیرفعال شد","Reload":"بارگذاری مجدد","Reloading…":"در حال بارگیری مجدد…","Remote Sync":"همگام سازی از راه دور","Remove":"حذف","remove failed: unknown album":"حذف نشد: آلبوم ناشناخته","Remove from Album":"حذف از آلبوم","Remove from all":"حذف از همه","Remove from all selected photos":"از همه عکس‌های انتخاب‌شده حذف کنید","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"برای صرفه جویی در فضای ذخیره سازی، فایل های وارد شده را حذف کنید. انواع فایل های پشتیبانی نشده هرگز حذف نمی شوند، آنها در مکان فعلی خود باقی می مانند.","Remove the selected instance from the cluster registry?":"نمونه انتخاب شده از رجیستری خوشه حذف شود؟","Removed":"حذف شد","Removed %{name}":"%{name} حذف شد","Removed %d files and %d photos":"%d فایل و %d عکس حذف شد","Repeated":"تکرار شده","Request failed - are you offline?":"درخواست انجام نشد - آفلاین هستید؟","Request failed - invalid response":"درخواست ناموفق - پاسخ نامعتبر است","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"لازم است تصاویر غیرعکاسی و با کیفیت پایین قبل از نمایش در نتایج جستجو بررسی شوند.","Resolution":"رزولوشن","Restart":"راه اندازی مجدد","Restore":"بازگرداندن","Restored":"بازسازی شد","Retry Limit":"محدودیت تلاش","Retype Password":"رمز عبور را دوباره تایپ کنید","Review":"بازبینی","Role":"نقش","Roles":"نقش‌ها","Rotated":"چرخانده شده","Rows per page:":"ردیف در هر صفحه:","Satellite":"ماهواره","Save":"ذخیره","Save changes":"ذخیره تغییرات","Scan":"اسکن","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"کد QR را با برنامه احراز هویت خود اسکن کنید یا از کلید راه اندازی نشان داده شده در زیر استفاده کنید و سپس کد تأیید تولید شده را وارد کنید:","Scans":"اسکن ها","Scope":"محدوده","Scopes":"محدوده‌ها","Search":"جستجو","Season":"فصل","Secret":"محرمانه","Security and Access":"امنیت و دسترسی","Select":"انتخاب","Select a source folder to import files…":"یک پوشه منبع را برای وارد کردن فایل‌ها انتخاب کنید…","Select date":"تاریخ را انتخاب کنید","Select dates":"تاریخ ها را انتخاب کنید","Select or create albums":"انتخاب یا ایجاد آلبوم‌ها","Select or create labels":"انتخاب یا ایجاد برچسب‌ها","Select or drop files to upload…":"برای بارگذاری، فایل‌ها را انتخاب یا رها کنید…","Select the files to upload…":"انتخاب فایل برای آپلود…","Select the folder to be indexed…":"پوشه مورد نظر برای ایندکس شدن را انتخاب کنید…","Select Time":"زمان را انتخاب کنید","Selection":"انتخاب","Selection added to %s":"مورد انتخابی به %s اضافه شد","Selection approved":"انتخاب تایید شد","Selection archived":"انتخاب بایگانی شد","Selection marked as private":"مورد انتخابی به‌عنوان خصوصی علامت‌گذاری شد","Selection not found":"انتخاب پیدا نشد","Selection restored":"انتخاب بازگردانده شد","Sequential Name":"نام ترتیبی","Service":"خدمات","Service URL":"URL سرویس","Services":"URL سرویس","Session":"جلسه","Session ID":"شناسه جلسه","Sessions":"جلسات","Set as Album Cover":"تنظیم به عنوان جلد آلبوم","Set as Cover Image":"تنظیم به عنوان تصویر جلد","Settings":"تنظیمات","Settings saved":"تنظیمات ذخیره شد","Setup":"راه اندازی","Severity":"شدت","Share":"اشتراک گذاری","Share %{s}":"اشتراک گذاری %{s}","Show":"نمایش","Show All Labels":"نمایش همه برچسب‌ها","Show all new faces":"نمایش همه صورت ها","Show Caption":"نمایش توضیح","Show Captions":"نمایش شرح‌ها","Show face markers":"نشان‌دادن نشانگرهای صورت","Show hidden":"نمایش مخفی ها","Show Important Only":"فقط موارد مهم را نمایش بده","Show logs in the web interface to monitor activity and troubleshoot problems.":"نمایش گزارش‌ها در رابط وب برای نظارت بر فعالیت‌ها و عیب‌یابی مشکلات.","Show smart albums that group pictures by occasion, trip, or location.":"آلبوم‌های هوشمندی را نمایش دهید که تصاویر را بر اساس مناسبت، سفر یا مکان گروه‌بندی می‌کنند.","Show the Account page so users can manage their profile and security settings.":"صفحه حساب کاربری را نمایش دهید تا کاربران بتوانند پروفایل و تنظیمات امنیتی خود را مدیریت کنند.","Show the Calendar view to browse the library by year and month.":"نمای تقویم را برای مرور کتابخانه بر اساس سال و ماه نمایش دهید.","Show the Labels section to view and manage AI-generated labels.":"برای مشاهده و مدیریت برچسب‌های تولید شده توسط هوش مصنوعی، بخش برچسب‌ها را نمایش دهید.","Show the Library section to index, manage, and monitor the media library.":"بخش کتابخانه را برای فهرست‌بندی، مدیریت و نظارت بر کتابخانه رسانه نمایش دهید.","Show the Places view with interactive maps so you can browse photos by location.":"نمای مکان‌ها را با نقشه‌های تعاملی نمایش دهید تا بتوانید عکس‌ها را بر اساس مکان مرور کنید.","Show Titles":"نمایش عناوین","Sidecar":"جانبی","Sidecar Files":"فایل های Sidecar","Sign in":"ورود","Sign Out":"خروج","Similar":"مشابه","Site URL":"آدرس سایت","Size":"سایز","Slideshow":"نمایش اسلاید","Slow":"آهسته","Software":"نرم افزار","Software Update":"به روز رسانی نرم افزار","Some albums could not be copied":"بعضی از آلبوم‌ها قابل کپی کردن نبودند","Some albums could not be created. Please edit the names and try again.":"ایجاد برخی آلبوم‌ها امکان‌پذیر نبود. لطفاً نام‌ها را ویرایش کرده و دوباره امتحان کنید.","Some albums could not be updated":"بعضی از آلبوم‌ها قابل به‌روزرسانی نبودند","Something went wrong, try again":"یه چیزی اشتباه شد دوباره تلاش کن","Sort by":"مرتب سازی بر اساس","Sort by Name (A–Z)":"مرتب سازی بر اساس نام (A-Z)","Sort by Photo Count":"مرتب سازی بر اساس تعداد عکس","Sort by Relevance":"مرتب سازی بر اساس مرتبط بودن","Sort Order":"ترتیب مرتب سازی","Sorted ascending.":"صعودی مرتب شد.","Sorted descending.":"به صورت نزولی مرتب شد.","Source":"منبع","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":"پشته ها","Start":"شروع","Start Page":"صفحه شروع","Static Size Limit: %{n}px":"محدودیت اندازه ثابت: %{n}px","Status":"وضعیت","Stay signed in on this device":"در این دستگاه وارد بمانید","Stop Casting":"پایان انتخاب بازیگر","Storage":"ذخیره سازی","Streets":"خیابان ها","Subject":"موضوع","Subject deleted":"موضوع حذف شد","Subject not found":"موضوع پیدا نشد","Subject saved":"موضوع ذخیره شد","Successfully activated":"با موفقیت فعال شد","Successfully Connected":"با موفقیت وصل شد","Successfully deleted":"با موفقیت حذف شد","Successfully verified":"با موفقیت تأیید شد","Super Admin":"سوپر ادمین","Support for additional services, like Google Drive, will be added over time.":"پشتیبانی از خدمات اضافی، مانند Google Drive، به مرور اضافه خواهد شد.","Support Our Mission":"از ماموریت ما حمایت کنید","Sync":"همگام سازی","Sync raw and video files":"همگام سازی فایل های خام و ویدیویی","Taken":"گرفته شده","Teal":"آبی رنگ","Terrain":"زمین","Text":"متن","Thank You for Your Support!":"از حمایت شما متشکرم!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"به همین دلیل است که PhotoPrism از ابتدا ساخته شده است تا در هر کجا که به آن نیاز دارید اجرا شود، بدون اینکه آزادی، حریم خصوصی یا عملکرد به خطر بیفتد.","The index currently contains %{n} hidden files.":"این فهرست در حال حاضر حاوی %{n} فایل پنهان است.","The instance rejected the cluster credentials.":"اینstance اعتبارنامه‌های خوشه را رد کرد.","The instance returned an unexpected redirect.":"اینstance یک redirect غیرمنتظره بازگرداند.","The wakeup interval is %s, but must be 1h or less":"فاصله بیداری %s است، اما باید 1 ساعت یا کمتر باشد","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"ممکن است فرمت آنها پشتیبانی نشود، هنوز به JPEG تبدیل نشده اند یا موارد تکراری وجود دارد.","Theme":"قالب","This account is missing an ID and can't be edited.":"این حساب شناسه ندارد و قابل ویرایش نیست.","This field is required":"این فیلد الزامی است","This instance has no site URL configured.":"این نمونه هیچ نشانی سایتی پیکربندی نشده است.","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 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. ":"این پوشه اصلی را به عنوان درایو شبکه نصب می کند و به شما امکان می دهد فایل ها را از رایانه یا تلفن هوشمند خود باز، ویرایش و حذف کنید، گویی محلی هستند.","Time":"زمان","Time UTC":"زمان UTC","Time Zone":"منطقه زمانی","Timeout":"تایم اوت","Title":{"":"عنوان","Account":"عنوان","Photo":"عنوان"},"Title / Position":"عنوان خیلی طولانی است","to":"به","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"برای جلوگیری از قفل شدن حساب خود، لطفاً این کد بازیابی را دانلود، چاپ یا کپی کنید و آن را در مکانی امن نگهداری کنید.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"برای ایجاد یک رمز عبور جدید خاص، لطفاً نام و محدوده مجوز برنامه را وارد کنید و تاریخ انقضا را انتخاب کنید:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"برای جابه‌جایی به یک برنامه یا دستگاه احراز هویت جدید، ابتدا احراز هویت دو مرحله‌ای را غیرفعال کنید و سپس دوباره فعال کنید:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"برای ارتقا، می‌توانید کد فعال‌سازی را وارد کنید یا روی «ثبت‌نام» کلیک کنید تا در وب‌سایت ما ثبت‌نام کنید:","Today":"امروز","Toggle View":"تغییر حالت نمایش","Token":"توکن","Too many files selected":"تعداد زیادی فایل انتخاب شده است","Too many requests":"درخواست های خیلی زیاد","Troubleshooting":"عیب یابی","Try again using other filters or keywords.":"دوباره با استفاده از فیلترها یا کلمات کلیدی دیگر امتحان کنید.","Two-factor authentication has been enabled for your account.":"احراز هویت دو مرحله ای برای حساب شما فعال شده است.","Type":"نوع","Unable to delete":"قابل حذف نیست","Unable to do that":"نمی‌توانم این کار را انجام دهم","Unassign":"لغو تخصیص","Unauthorized":"غیرمجاز","Undo":"باطل کردن","Unique ID":"شناسه منحصربفرد","Unknown":"ناشناس","Unknown location":"مکان نامعلوم","Unregistered":"ثبت نشده","Unsorted":"مرتب نشده است","Unstack":"باز کردن پشته","Unsupported":"پشتیبانی نمی شود","Unsupported format":"فرمت پشتیبانی‌نشده","Unsupported type":"نوع پشتیبانی نشده","Updated":"به روز شد","Updating faces":"به روزرسانی چهره ها","Updating index":"به روزرسانی نمایه ها","Updating moments":"به روزرسانی لحظه ها","Updating picture…":"به روزرسانی پیش نمایش ها","Updating previews":"به روزرسانی پیش نمایش ها","Updating stacks":"به روزرسانی پشته ها","Upgrade":"ارتقا دهید","Upgrade Now":"اکنون ارتقا دهید","Upload":"آپلود","Upload complete":"آپلود کامل شد","Upload complete. Indexing…":"آپلود کامل شد. در حال نمایه سازی…","Upload failed":"آپلود انجام نشد","Upload has been processed":"بارگذاری انجام شد","Upload local files":"فایل های محلی را آپلود کنید","Upload might be offensive":"آپلود ممکن است توهین آمیز باشد","Upload Path":"مسیر آپلود","Uploading %{n} of %{t}…":"در حال آپلود %{n} از %{t}…","Uploading photos…":"در حال آپلود تصاویر…","Uploading…":"در حال بارگیری مجدد…","Uploads that may contain such images will be rejected automatically.":"آپلودهایی که ممکن است حاوی چنین تصاویری باشند به طور خودکار رد می شوند.","URL":"URL","Use Presets":"از Presets استفاده کنید","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"وقتی نمی‌توانید یک کد تأیید معتبر با برنامه احراز هویت خود ایجاد کنید، از کد بازیابی زیر برای دسترسی به حساب خود استفاده کنید:","Use your recovery code or contact an administrator for help.":"از کد بازیابی خود استفاده کنید یا برای راهنمایی با یک سرپرست تماس بگیرید.","User":"کاربر","User Guide":"راهنمای کاربر","User Interface":"رابط کاربری","User not found":"کاربر پیدا نشد","Username":"نام کاربری","Users":"کاربران","UUID":"UUID","Vector":"بردار","Vectors":"بردارها","Verification Code":"کد تایید","Verified email required":"ایمیل تایید شده الزامی است","Version":"نسخه","Video":"ویدیو","Video Duration":"مدت","Videos":"ویدیو ها","View":"نمایش","View search results as a list.":"نتایج جستجو را به صورت لیست مشاهده کنید.","Viewer":"بیننده","Vision":"چشم انداز","Visitor":"بازدید کننده","Visual Similarity":"گروه بندی بر اساس شباهت","Warning":"هشدار","Web Login":"ورود به وب","WebDAV":"WebDAV","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 مایکروسافت یا Apple's Finder، می توانند مستقیماً به آن متصل شوند\n PhotoPrism.","WebDAV Upload":"آپلود WebDAV","WebGL support is disabled in your browser":"پشتیبانی WebGL در مرورگر شما غیرفعال است","Website":"سایت اینترنتی","White":"سفید","Work Details":"جزئیات","Year":"سال","Yellow":"زرد","Yes":"بله","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"می توانید برای سؤالات در مورد عضویت خود با ما به آدرس Member@photoprism.app تماس بگیرید.","You can only download one album":"شما فقط می توانید یک آلبوم را دانلود کنید","You can only download one label":"شما فقط می توانید یک برچسب را دانلود کنید","You can search for a location or move the marker on the map to change the position:":"می‌توانید مکانی را جستجو کنید یا نشانگر را روی نقشه جابجا کنید تا موقعیت تغییر کند:","You can upload up to %{n} files for test purposes.":"می توانید حداکثر %{n} فایل را برای اهداف آزمایشی آپلود کنید.","You cannot change your own role.":"شما نمی‌توانید نقش خود را تغییر دهید.","You do not have access to any instances.":"شما به هیچ نمونه‌ای دسترسی ندارید.","You may only select one item":"شما فقط می توانید یک مورد را انتخاب کنید","You may rescan your library to find additional faces.":"می‌توانید کتابخانه خود را مجدداً اسکن کنید تا چهره‌های دیگری را پیدا کنید.","Your account could not be connected":"حساب شما متصل نشد","Your account has been successfully connected.":"حساب شما با موفقیت متصل شد.","Your browser does not support WebGL":"مرورگر شما از WebGL پشتیبانی نمی کند","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"پشتیبانی مستمر شما به ما کمک می‌کند تا به‌روزرسانی‌های منظم را ارائه کنیم و مستقل بمانیم، بنابراین می‌توانیم مأموریت خود را انجام دهیم و از حریم خصوصی شما محافظت کنیم.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"کتابخانه شما به طور مداوم تجزیه و تحلیل می شود تا به طور خودکار آلبوم هایی از لحظات، سفرها و مکان های خاص ایجاد شود.","Zip created in %d s":"فایل فشرده در %d ثانیه ایجاد شد","Zoom in/out":"بزرگنمایی/کوچک کردن","Archive":{"Noun":"بایگانی","Verb":"بایگانی"},"Add a Title":{"Photo":"عنوان اضافه کنید"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/fi.json b/frontend/src/locales/json/fi.json index 508361c6f..87d1296dc 100644 --- a/frontend/src/locales/json/fi.json +++ b/frontend/src/locales/json/fi.json @@ -1 +1 @@ -{"fi":{"{0} appended action":"{0} liitetty toiminta","{0} files":"{0} tiedostot","{0} files ({1} in total)":"{0} tiedostoja ({1} yhteensä)","{0} more":"{0} lisää","{0} prepended action":"{0} prepended action","{0} selected":"{0} valittu","{0}-{1} of {2}":"{0}-{1} of {2}","%{n} albums found":"%{n} albumia löydetty","%{n} files uploaded":"%{n} tiedostoa lähetetty","%{n} folders found":"%{n} kansiota löydetty","%{n} GB of %{q} GB used":"%{n} GB %{q} Käytetty GB","%{n} labels found":"%{n} tunnistetta löydetty","%{n} people found":"%{n} ihmistä löydetty","%{n} pictures found":"%{n} kuvaa löydetty","%{s} is too long":"%{s} on liian pitkä","%{s} is too short":"%{s} on liian lyhyt","%d entries added to %s":"%d merkintöjä lisätty %s","%d entries removed from %s":"%d merkinnät poistettu %s","%d files uploaded in %d s":"%d tiedostoa ladattu %d s aikana","%s already exists":"%s on jo olemassa","%s has been restored":"%s on palautettu","1 hour":"1 tunti","12 hours":"12 tuntia","2-Factor Authentication":"2-tekijätodennus","2FA":"2FA","4 hours":"4 tuntia","A click will copy it to your clipboard.":"Napsauttamalla sitä voit kopioida sen leikepöydälle.","A new version of %{s} is available:":"Uusi versio %{s}:stä on saatavilla:","About":"Tietoja","Access granted.":"Pääsy myönnetty.","Access revoked.":"Käyttöoikeus peruutettu.","Access Token":"Access Token","Account":"Tili","Account created":"Tili luotu","Account deleted":"Tili poistettu","Account Group Mappings":"Tiliryhmien vastaavuudet","Account not found":"Tiliä ei löydy","Account restored":"Tili palautettu","Account saved":"Tallennettu tili","Accounts":"Tilit","Accuracy":"Tarkkuus","Action":"Toiminnot","Actions":"Toiminnot","Activate":"Aktivoi","Activate to remove sorting.":"Aktivoi lajittelun poistamiseksi.","Activate to sort ascending.":"Aktivoi lajittelu nousevaan suuntaan.","Activate to sort descending.":"Aktivoi lajittelemaan alenevasti.","Activation Code":"Aktivointikoodi","Activity":"Toiminta","Add":"Lisää","Add %{s}?":"Lisää %{s}?","Add a Caption":"Lisää kuvateksti","Add Account":"Muokkaa tiliä","Add Album":"Lisää albumi","Add Link":"Lisää linkki","Add Notes":"Lisää muistiinpanoja","Add person?":"Lisää henkilö?","Add pictures from search results by selecting them.":"Lisää kuvia hakutuloksista valitsemalla ne.","Add to album":"Lisää albumiin","Add to all":"Lisää kaikkiin","Add to all selected photos":"Lisää kaikkiin valittuihin valokuviin","Added":"Lisätty","Added %{name}":"Lisätty %{name}","Adjust Camera Info":"Säädä kameran tietoja","Adjust Date & Time":"Säädä päivämäärä ja kellonaika","Adjust Location":"Säädä sijaintia","Admin":"Admin","Advanced":"Lisäasetukset","Advertise URL":"Mainosta URL-osoite","After 1 day":"1 päivän kuluttua","After 3 days":"3 päivän kuluttua","After 7 days":"7 päivän kuluttua","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Kun olet antanut salasanasi vahvistusta varten, voit määrittää kaksivaiheisen todennuksen yhteensopivalla todennussovelluksella tai -laitteella:","After one month":"Yhden kuukauden kuluttua","After one year":"Vuoden kuluttua","After selecting pictures from search results, you can add them to an album using the context menu.":"Kun olet valinnut kuvia hakutuloksista, voit lisätä ne albumiin kontekstivalikon avulla.","After two months":"Kahden kuukauden kuluttua","After two weeks":"Kahden viikon kuluttua","Album":"Albumi","Album %s deleted":"Albumi %s poistettu","Album Backups":"Albumin varmuuskopiot","Album contents cloned":"Albumin sisältö kloonattu","Album created":"Albumi luotu","Album deleted":"Albumi poistettu","Album not found":"Albumia ei löydy","Album saved":"Albumi tallennettu","Albums":"Albumit","Albums deleted":"Albumit poistettu","All":"Kaikki","All %{n} albums loaded":"Kaikki %{n} albumia ladattu","All %{n} labels loaded":"Kaikki %{n} tunnistetta ladattu","All %{n} people loaded":"Kaikki %{n} ihmistä ladattu","All Cameras":"Kaikki kamerat","All Categories":"Kaikki kategoriat","All Colors":"Kaikki värit","All Countries":"Kaikki maat","All files from import folder":"Kaikki tiedostot tuontikansiosta","All Lenses":"Kaikki objektiivit","All Months":"Kaikki kuukaudet","All originals":"Kaikki alkuperäiset","All Years":"Kaikki vuodet","Allow configuration and use of connected apps and services for remote uploads and sync.":"Mahdollistaa liitettyjen sovellusten ja palveluiden määrityksen ja käytön etälatauksia ja synkronointia varten.","Allow editing of metadata such as title, description, date, and location.":"Salli metatietojen, kuten otsikon, kuvauksen, päivämäärän ja sijainnin, muokkaaminen.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Mahdollistaa useiden kuvien metatietojen, tarrojen ja albumien muokkaamisen kerralla.","Allow files to be copied or moved from the Import to the Originals folder.":"Ota käyttöön Tuo-työkalu kopioidaksesi tai siirtäksesi tiedostoja Tuo-kansiosta Alkuperäiset-kansioon.","Allow files to be permanently deleted to free up storage space.":"Salli tiedostojen poistaminen pysyvästi tallennustilan vapauttamiseksi.","Allow users to archive photos and videos so they are hidden without being deleted.":"Anna käyttäjien arkistoida valokuvia ja videoita, jotta ne jäävät piiloon ilman, että niitä poistetaan.","Allow users to create and share links, and enable sharing with connected services.":"Anna käyttäjien luoda ja jakaa linkkejä ja mahdollistaa jakaminen liitettyjen palvelujen kanssa.","Allow users to upload new photos and videos through the web interface.":"Anna käyttäjien ladata uusia valokuvia ja videoita verkkokäyttöliittymän kautta.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Vaihtoehtoisesti voit ladata tiedostoja suoraan WebDAV-palvelimille, kuten Nextcloudiin.","Altitude":"Korkeus","Altitude (m)":"Korkeus (m)","AM":"AM","Animated":"Animoitu","Animation":"Animaatio","Animations":"Animaatiot","Any private photos and videos remain private and won't be shared.":"Kaikki yksityiset kuvat ja videot pysyvät yksityisinä, eikä niitä jaeta.","API Key":"API-avain","Application":"Hakemus","Applications":"Sovellukset","Approve":"Hyväksy","Approve and save changes":"Hyväksy ja tallenna muutokset","Apps and Devices":"Sovellukset ja laitteet","Archived":"Arkistoitu","Are you sure you want to archive the selection?":"Oletko varma, että haluat arkistoida valinnan?","Are you sure you want to delete these albums?":"Haluatko varmasti poistaa nämä albumit?","Are you sure you want to delete these labels?":"Haluatko varmasti poistaa nämä tunnisteet?","Are you sure you want to delete this account?":"Haluatko varmasti poistaa tämän tilin?","Are you sure you want to delete this album?":"Haluatko varmasti poistaa tämän albumin?","Are you sure you want to permanently delete these pictures?":"Haluatko varmasti poistaa nämä kuvat pysyvästi?","Are you sure you want to permanently delete this file?":"Haluatko varmasti poistaa tämän tiedoston pysyvästi?","Are you sure?":"Oletko varma?","Artist":"Tekijä","Aspect Ratio":"Kuvasuhde","Attributes":"Attribuutit","Audio":"Audio","Audit Log":"Audio","Authentication":"Tunnistus","Auto":"Auto","Back":"Takaisin","Back to top":"Takaisin alkuun","Backup":"Varmuuskopiointi","Badge":"Merkki","Base Path":"Peruspolku","Batch":"Erä","Batch Edit":"Erän muokkaus","Become a member today, support our mission and enjoy our member benefits!":"Liity jäseneksi tänään, tue tehtäviämme ja nauti jäseneduistamme!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Koska olemme 100-prosenttisesti omarahoitteisia ja riippumattomia, voimme luvata, ettemme koskaan myy tietojasi ja että ohjelmistomme ja palvelumme ovat aina avoimia.","Bio":"Biografia","Birth Date":"Syntymäaika","Black":"Musta","Blue":"Sininen","Brown":"Ruskea","Browse":"Selaa","Browse Files":"Selaa tiedostoja","Browse Pictures":"Selaa kuvia","Bug Report":"Ilmoita virheestä","Busy, please try again later":"Varattu, yritä myöhemmin uudelleen","Busy, please wait…":"Odota hetki…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Käyttämällä tarjoamiamme ohjelmistoja ja palveluita hyväksyt käyttöehtomme, tietosuojakäytäntömme ja käytännesääntömme.","Calendar":"Kalenteri","Camera":"Kamera","Camera not found":"Kameraa ei löydy","Camera Serial":"Kameran sarjanumero","Can't access your authenticator app or device?":"Etkö pääse autentikointisovellukseen tai -laitteeseen?","Can't load more, limit reached":"Ei voi ladata enempää, raja saavutettu","Can't select more items":"Ei voi valita enempää kohteita","Cancel":"Peruuta","Cannot copy to clipboard":"Ei voi kopioida leikepöydälle","Caption":"Kuvateksti","Cards":"Kortit","Carousel slide {0} of {1}":"Karusellin slide {0} of {1}","Cast":"Näyttelijät","Category":"Kategoria","Change Avatar":"Muuta yksityisyyden tilaa","Change Password":"Uusi salasana","Change private flag":"Muuta yksityisyyden tilaa","Changes could not be saved":"Muutoksia ei voitu tallentaa","Changes successfully saved":"Muutokset tallennettu onnistuneesti","Changes to the advanced settings require a restart to take effect.":"Lisäasetusten muutokset vaativat uudelleenkäynnistyksen tullakseen voimaan.","Checked":"Tarkistettu","Choose an instance to continue:":"Valitse instanssi jatkaaksesi:","Chroma":"Värikylläisyys","Cleaning index and cache":"Indeksin ja välimuistin puhdistaminen","Cleanup":"Siivous","Clear":"Kirkas","Clear {0}":"Tyhjennä {0}","Client":"Asiakas","Close":"Sulje","Cluster":"Klusteri","Cluster Admin":"Klusterin järjestelmänvalvoja","Cluster Node":"Klusterin solmu","Codec":"Koodekki","Color":"Väri","Color Profile":"Väriprofiili","Colors":"Värit","Compare Editions":"Vertaa painoksia","Complete Rescan":"Täydellinen uudelleentarkistus","Confidence":"Varmuus","Confirm":"Vahvistaa","Connect":"Yhdistä","Connect via WebDAV":"Yhdistä WebDAV:n kautta","Connected":"Yhdistä","Contact Details":"Ota yhteyttä","Contact Us":"Ota yhteyttä","Contains %{n} pictures.":"Sisältää %{n} kuvaa.","Contains one picture.":"Sisältää yhden kuvan.","Content":{"":"Sisältö","Edit":"Sisältö"},"Continue":"Jatkaa","Contributor":"Avustaja","Converting":"Muunnetaan","Copied to clipboard":"Kopioitu leikepöydälle","Copy":"Kopio","Copying files from %s":"Tiedostojen kopiointi %s","Copyright":"Tekijänoikeus","Could not be deleted":"Ei voitu poistaa","Could not connect, please try again":"Yhteyttä ei saatu muodostettua, yritä uudelleen","Could not update person cover":"Henkilökansiota ei voitu päivittää","Couldn't find anything.":"En löytänyt mitään.","Country":"Maa","Create Account":"Luo tili","Create album":"Luo albumi","Create regular backups based on the configured schedule.":"Luo indeksin varmuuskopiot määritetyn aikataulun mukaisesti.","Create YAML files to back up album metadata.":"Luo YAML-tiedostoja albumin metatietojen varmuuskopiointia varten.","Create YAML sidecar files to back up picture metadata.":"Luo YAML-sivutiedostoja kuvien metatietojen varmuuskopiointia varten.","Created":"Luotu","Creating thumbnails for":"Luodaan pikkukuvia kohteelle","Current Password":"Nykyinen salasana","Custom":"Custom","Cyan":"Syaani","Daily":"Päivittäin","Database":"Tietokanta","Database Backups":"Tietokannan varmuuskopiot","Databases":"Tietokannat","Date & Time":"Päivämäärä ja aika","Day":"Päivä","Deactivate":"Poista käytöstä","Debug Logs":"Vianmäärityslokit","Default":"Oletus","Default Folder":"Oletuskansio","Delete":"Poista","Delete Album":"Poista albumi","Delete All":"Poista kaikki","Delete all?":"Poista kaikki?","Delete orphaned index entries, sidecar files and thumbnails.":"Poistaa orpoja indeksimerkintöjä, sivutiedostoja ja pikkukuvia.","deleted":"poistettu","Description":"Kuvaus","Detailed instructions can be found in our User Guide.":"Tarkemmat ohjeet löytyvät käyttöoppaastamme.","Details":"Tarkemmat tiedot","Dimensions":"Mitat","Disable all face detection and recognition features.":"Poista kaikki kasvojen tunnistus- ja tunnistustoiminnot käytöstä.","Disable Backups":"Poista varmuuskopiot käytöstä","Disable Darktable":"Poista Darktable käytöstä","Disable ExifTool":"Poista ExifTool käytöstä","Disable Faces":"Poista kasvot käytöstä","Disable features that require write permission for the originals folder.":"Poista käytöstä ominaisuudet, jotka vaativat kirjoitusoikeutta alkuperäiskansiossa.","Disable FFmpeg":"Poista FFmpeg käytöstä","Disable ImageMagick":"Poista ImageMagick käytöstä","Disable interactive world maps and reverse geocoding.":"Poista interaktiiviset maailmankartat ja käänteinen geokoodaus käytöstä.","Disable MCP":"MCP pois käytöstä","Disable Places":"Poista paikat käytöstä","Disable RawTherapee":"Poista RawTherapee käytöstä","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Poista Model Context Protocol (MCP) API-päätepiste pois käytöstä tekoälyagentti-integraatioita varten.","Disable Vectors":"Poista vektorit käytöstä","Disable WebDAV":"Poista WebDAV käytöstä","Disabled":"Pois käytöstä","Disables vector graphics support.":"Poistaa vektorigrafiikan tuen käytöstä.","Disables video transcoding and thumbnail extraction.":"Poistaa videon transkoodauksen ja pikkukuvien poiston käytöstä.","Discard":"Hävitä","Discard changes and close":"Hylkää muutokset ja sulje","Discard invalid changes?":"Hylätä virheelliset muutokset?","Discard unsaved changes?":"Hävitä tallentamattomat muutokset?","Discover":"Tutustu","Dismiss":"Vapauttakaa","Display Name":"Näytön nimi","Display picture captions in search results.":"Näytä kuvatekstit hakutuloksissa.","Display picture titles in search results.":"Näytä kuvien otsikot hakutuloksissa.","Document":"Asiakirja","Documents":"Asiakirjat","Don't use Darktable to convert RAW images.":"Älä käytä Darktablea RAW-tiedostojen muuntamiseen.","Don't use ImageMagick to convert images.":"Älä käytä ImageMagickia kuvien muuntamiseen.","Don't use RawTherapee to convert RAW images.":"Älä käytä RawTherapeeta RAW-tiedostojen muuntamiseen.","Done":"Valmis","Done.":"Tehty.","Download":"Lataa","Download only original media files, without any automatically generated files.":"Lataa vain alkuperäisiä mediatiedostoja ilman automaattisesti luotuja tiedostoja.","Download remote files":"Lataa etätiedostoja","Downloading…":"Ladataan…","Drag and drop files here":"Vedä ja pudota tiedostot tänne","Driver":"Kuljettaja","Duplicates will be skipped and only appear once.":"Kaksoiskappaleet ohitetaan ja ne näkyvät vain kerran.","Duration":"Kesto","Dynamic Previews":"Dynaamiset esikatselut","Dynamic Size Limit: %{n}px":"Dynaaminen kokorajoitus: %{n}px","Edit":"Muokkaa","Edit %{s}":"Muokkaa %{s}","Edit Account":"Muokkaa tiliä","Edit Photo":"Muokkaa kuvaa","Edit Photos (%{n})":"Muokkaa valokuvia (%{n})","Edited":"Muokattu","Email":"Sähköposti","Enable debug mode to display additional logs and help with troubleshooting.":"Ota debug-tila käyttöön näyttääksesi lisälokeja ja auttaaksesi vianmäärityksessä.","Enable downloading of original and sidecar files from the web interface.":"Mahdollistaa alkuperäisten ja sivutiedostojen lataamisen verkkokäyttöliittymästä.","Enable face recognition and the People view to easily find people you know.":"Ota kasvojentunnistus ja Ihmiset-näkymä käyttöön, jotta löydät helposti tuttuja ihmisiä.","Enable new features that may be incomplete or unstable.":"Ota käyttöön uusia ominaisuuksia, jotka voivat olla epätäydellisiä tai epävakaita.","Enable the file browser to navigate the Originals folder structure.":"Ota tiedostoselain käyttöön, jotta voit selata Originals-kansiorakennetta.","Enables RAW converter presets. May reduce performance.":"Ottaa käyttöön RAW-muuntimen esiasetukset. Saattaa heikentää suorituskykyä.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Kaksivaiheisen todennuksen ottaminen käyttöön tarkoittaa, että tarvitset satunnaisesti luodun vahvistuskoodin kirjautuaksesi sisään, joten vaikka joku pääsisikin käsiksi salasanaasi, hän ei pääse tilillesi.","Engine":"Moottori","Enter date":"Syötä päivämäärä","Enter dates":"Syötä päivämäärät","Enter item name...":"Kirjoita kohteen nimi...","Enter the code generated by your authenticator app:":"Kirjoita tunnistautumissovelluksen luoma koodi:","Enter verification code":"syötä vahvistus koodi","Enter your password to confirm the action and continue:":"Vahvista toiminto antamalla salasanasi ja jatka:","Entity not found":"Entiteettiä ei löydy","Error":"Virhe","Errors":"Virheet","Estimate":"Arvio","Estimate Locations":"Arvioitu sijainnit","Estimate the approximate location of pictures without GPS coordinates.":"Arvioi kuvien likimääräinen sijainti ilman GPS-koordinaatteja.","Every two days":"Joka toinen päivä","Exclude hidden":"Sulje pois piilotetut kohteet","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metatietojen poiminta ExifToolilla vaaditaan täydellistä Video-, Live Photo- ja XMP-tukea varten.","Experimental Features":"Kokeelliset ominaisuudet","Expires":"Vanhenee","Exposure":"Valotus","Extract still images and generate thumbnails while indexing.":"Poimi still-kuvat ja luo pikkukuvia indeksoinnin aikana.","F Number":"Aukko","Face":"Kasvot","Face not found":"Kasvoja ei löydy","Faces":"Kasvot","Failed creating file, please check permissions":"Tiedoston luominen epäonnistui, tarkista käyttöoikeudet","Failed creating folder, please check permissions":"Kansion luominen epäonnistui, tarkista käyttöoikeudet","Failed removing link":"Linkin poistaminen epäonnistui","Failed to connect account.":"Tilin yhdistäminen epäonnistui.","Failed to create zip file":"Zip-tiedoston luominen epäonnistui","Failed to load users.":"Käyttäjien lataaminen epäonnistui.","Failed to remove face marker":"Kasvomerkin poistaminen epäonnistui","Failed to remove name":"Nimen poistaminen epäonnistui","Failed to restart server":"Palvelimen uudelleenkäynnistys epäonnistui","Failed to save changes":"Muutoksia ei onnistuttu tallentamaan","Failed to save face marker":"Epäonnistuin pelastamaan kasvomerkin","Failed to save name":"Nimen tallentaminen epäonnistui","Failed updating link":"Linkin päivittäminen epäonnistui","Family Name":"Sukunimi","Fast":"Nopea","Favorite":"Suosikki","Favorites":"Suosikit","Feature disabled":"Ominaisuus poistettu käytöstä","Feature Request":"Ominaisuuspyyntö","Female":"Nainen","File":"Tiedosto","File Browser":"Tiedostoselain","File Conversion":"Tiedoston muuntaminen","File deleted":"Tiedosto poistettu","File Name":"Tiedoston nimi","File not found":"Tiedostoa ei löydy","File removed from stack":"Tiedosto poistettu pinosta","File Size":"Tiedosto","File too large":"Tiedosto liian suuri","File uploaded":"Ladattu tiedosto","Filename":"Tiedoston nimi","Files":"Tiedostot","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Tiedostot, joilla on peräkkäiset nimet, kuten 'IMG_1234 (2)' ja 'IMG_1234 (3)', kuuluvat samaan kuvaan.","First page":"Ensimmäinen sivu","Focal Length":"Polttoväli","Folder":"Kansio","Folder contains %{n} files":"Kansio sisältää %{n} tiedostoa","Folder is empty":"Kansio on tyhjä","Folders":"Kansiot","Forgot password?":"Unohditko salasanan?","FPS":"Ruutunopeus (FPS)","Frames":"Ruudut","Full Access":"Täysi pääsy","Fullscreen":"Koko näyttö","General":"Yleinen","Generate":"Tuottaa","Generate Previews":"Luo esikatselukuvat","Generated":"Generoitu","Get Started":"Aloita","Given Name":"Alkuperäinen nimi","Global Options":"Globaalit vaihtoehdot","Go to page {0}":"Siirry sivulle {0}","Gold":"Kulta","Green":"Vihreä","Grey":"Harmaa","Groups":"Ryhmät","Guest":"Vieras","Hash":"Hash","Help":"Apua","Help & Support":"Apu ja tuki","Hidden":"Piilotettu","Hidden Files":"Piilotetut tiedostot","Hide":"Piilota","Hide Caption":"Piilota kuvateksti","Hide face markers":"Piilota kasvomerkit","Hide private content from global views while keeping it accessible in the Private section.":"Piilota yksityiset kohteet globaaleista näkymistä, mutta pidä ne saatavilla Yksityiset-osiossa.","High":"Korkea","High Dynamic Range (HDR)":"Korkea dynaaminen alue (HDR)","Hybrid":"Hybridi","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Jos menetät käyttöoikeuden todennussovellukseen tai -laitteeseen, voit palauttaa tilisi käyttöoikeuden palautuskoodillasi.","Image":"Kuva","Image Quality":"Kuvan laatu","Import":"Tuo","Import canceled":"Tuonti peruutettu","Import completed in %d s":"Tuonti valmis %d s","Import failed":"Tuonti epäonnistui","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Tuodut tiedostot lajitellaan päivämäärän mukaan ja niille annetaan yksilöllinen nimi päällekkäisyyksien välttämiseksi.","Importing %{s}…":"Tuodaan %{s}…","Importing files to originals…":"Tuodaan tiedostoja alkuperäisiin…","in":"osoitteessa","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Jos odottamasi kuvat puuttuvat, skannaa kirjastosi uudelleen ja odota, kunnes indeksointi on valmis.","Include RAW image files when downloading stacks and archives.":"Sisällytä RAW-kuvatiedostot pinoja ja arkistoja ladattaessa.","Include sidecar files when downloading stacks and archives.":"Sisällytä sidecar-tiedostot, kun lataat pinoja ja arkistoja.","Increase storage size or delete files to continue.":"Lisää tallennuskokoa tai poista tiedostoja jatkaaksesi.","Index":"Indeksi","Indexing":"Indeksointi","Indexing canceled":"Indeksointi peruutettu","Indexing completed in %d s":"Indeksointi valmis %d s","Indexing failed":"Indeksointi epäonnistui","Indexing files in %s":"Tiedostojen indeksointi osoitteessa %s","Indexing media and sidecar files…":"Indeksoidaan media- ja sivutiedostoja…","Indexing originals...":"Alkuperäiskappaleiden indeksointi...","Information":"Tiedot","Inherit":"Periytyä","Instance":"Instanssi","Instance ID":"Ilmentymän tunnus","Instance unreachable. Try again once it's back online.":"Palvelinta ei tavoiteta. Yritä uudelleen, kun se on jälleen käytettävissä.","Instances":"Instanssit","Insufficient storage":"Riittämätön varastointi","Insufficient storage.":"Riittämätön varastointi.","Interval":"Intervalli","Invalid":"Virheellinen päivämäärä","Invalid address":"Virheellinen osoite","Invalid country":"Virheellinen maa","Invalid credentials":"Virheelliset valtakirjat","Invalid date":"Virheellinen päivämäärä","Invalid link":"Virheellinen linkki","Invalid name":"Virheellinen nimi","Invalid parameters":"Virheellinen päivämäärä","Invalid password, please try again":"Väärä salasana, yritä uudelleen","Invalid photo selected":"Virheellinen kuva valittu","Invalid time":"Virheellinen aika","Invalid URL":"Virheellinen URL-osoite","Invalid verification code, please try again":"Virheellinen vahvistuskoodi, yritä uudelleen","IP Address":"IP-osoite","It is a one-time use code that will disable 2FA for your account when you use it.":"Se on kertakäyttöinen koodi, joka poistaa 2FA:n käytöstä tililtäsi, kun käytät sitä.","Item":"Kohde","Items per page:":"Kohteita per sivu:","JPEG Quality: %{n}":"JPEG-laatu: %{n}","JPEG Size Limit: %{n}px":"JPEG-kokorajoitus: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG-tiedostot ja pikkukuvat renderöidään automaattisesti tarpeen mukaan.","Keyword":"Avainsana","Keywords":"Avainsanat","Label":"Tunniste","Label not found":"Tarraa ei löydy","Label saved":"Tarra tallennettu","Labels":"Tunnisteet","Labels deleted":"Tunnisteet poistettu","Language":"Kieli","Last Active":"Viimeisin aktiivinen","Last Login":"Viimeisin kirjautuminen","Last page":"Viimeinen sivu","Last Sync":"Viimeisin synkronointi","Last Used":"Viimeksi käytetty","Latitude":"Leveysaste","LDAP/AD":"LDAP/AD","Learn more":"Lue lisää","Learn More":"Lue lisää","Legal Information":"Oikeudelliset tiedot","Lens":"Objektiivi","Lens not found":"Objektiivia ei löydy","Library":"Kirjasto","License":"Lisenssi","Like":"Tykkää","Lime":"Lime","Limit reached, showing first %{n} files":"Raja saavutettu, näytetään ensimmäiset %{n} tiedostoa","Link":"Linkki","List":"Luettelo","List View":"Luettelonäkymä","Live":"Live Photo -kuva","Live Photos":"Kuvat","Load more":"Lataa lisää","Loading items...":"Ladataan kohteita...","Loading...":"Ladataan...","Local":"Paikallinen","Local Time":"Paikallinen aika","Location":"Sijainti","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Lokiviestit näkyvät täällä aina, kun PhotoPrism löytää rikkinäisiä tiedostoja tai muita mahdollisia ongelmia.","Login":"Kirjaudu sisään","Logs":"Lokit","Longitude":"Pituusaste","Lost server connection":"Palvelinyhteys katkesi","Low":"Matala","Magenta":"Magenta","Main Color":"Pääväri","Male":"Mies","Manage Account":"Hallitse tiliä","Manager":"Johtaja","Manual":"Manuaalinen","Manual Upload":"Manuaalinen lataus","Maps":"Kartat","Marker":"Merkki","Maximum number of accounts has been reached.":"Tilien enimmäismäärä on saavutettu.","Media":"Media","Medium":"Keskikokoinen","Membership":"Jäsenyys","Merge %{a} with %{b}?":"Yhdistetäänkö %{a} ja %{b}?","Message":"Viesti","Metadata":"Metatiedot","Metrics":"Mittarit","Minimize":"Minimoi","Missing":"Puuttuva","Missing or invalid configuration":"Puuttuva tai virheellinen konfiguraatio","mixed":"mixed","Moments":"Hetket","Monochrome":"Yksivärinen","Month":"Kuukausi","More options":"Lisää vaihtoehtoja","Mosaic":"Mosaiikki","Most Relevant":"Tärkein","Move Files":"Siirrä tiedostoja","Moving files from %s":"Tiedostojen siirtäminen %s","Must have at least %{n} characters.":"Vähintään %{n} merkkiä.","Mute":"Mykistä","Name":"Nimi","Name too long":"Nimi liian pitkä","Never":"Ei koskaan","New":"Uusi","New Password":"Uusi salasana","Newest First":"Uusin ensin","Next":"Seuraava","Next page":"Seuraava sivu","Next visual":"Seuraava kuva","No":"Ei","No Access":"Ei pääsyä","No albums assigned":"Ei määritettyjä albumeita","No albums found":"Albumeja ei löytynyt","No albums selected":"Ei valittuja albumeita","No data available":"Tietoja ei ole saatavilla","No files available for download":"Tiedostoja ei ole ladattavissa","No items selected":"Kohdetta ei ole valittu","No labels assigned":"Merkintöjä ei ole annettu","No labels found":"Tunnisteita ei löytynyt","No labels selected":"Ei valittuja tarroja","No matching records found":"Vastaavia tietueita ei löytynyt","No more":"Ei enää","No people found":"Ihmisiä ei löytynyt","No pictures found":"Kuvia ei löytynyt","No recently edited pictures":"Ei äskettäin muokattuja kuvia","No registered instances.":"Ei rekisteröityjä esiintymiä.","No results":"Ei tuloksia","No server connection":"Ei palvelinyhteyttä","No servers configured.":"Palvelimia ei ole määritetty.","No services configured.":"Palvelimia ei ole määritetty.","No thanks":"Ei kiitos","No users on this instance.":"Tällä instanssilla ei ole käyttäjiä.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Ei varoituksia tai virheitä, jotka sisältävät tämän avainsanan. Huomaa, että haussa kirjainkoolla on merkitystä.","Node":"Solmu","Nodes":"Solmut","Non-photographic and low-quality images require a review before they appear in search results.":"Muut kuin valokuvat ja heikkolaatuiset kuvat edellyttävät tarkistusta, ennen kuin ne näkyvät hakutuloksissa.","None":"Ei mitään","Not allowed":"Ei sallittu","Not available in public mode":"Ei käytettävissä julkisessa tilassa","Not available in read-only mode":"Ei käytettävissä vain luku-tilassa","Not found":"Ei löytynyt","Not sorted.":"Ei lajiteltu.","Not supported":"Ei tuettu","Note you may manually manage your originals folder and importing is optional.":"Huomaa, että voit hallita alkuperäisiä kansioita manuaalisesti, ja tuonti on valinnaista.","Note:":"Huomautus:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Huomautus: Vain WebDAV-palvelimet, kuten Nextcloud tai PhotoPrism, voidaan määrittää etäpalveluiksi varmuuskopiointia ja tiedostojen lataamista varten.","Notes":"Huomautukset","Nothing to see here yet.":"Täällä ei ole vielä mitään nähtävää. Ole kärsivällinen.","Nothing was found.":"Mitään ei löytynyt.","Offline":"Offline-tilassa","OK":"OK","Oldest First":"Vanhin ensin","On Windows, enter the following resource in the connection dialog:":"Kirjoita Windowsissa seuraava resurssi yhteysvalintaikkunaan:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Pienoiskuvien luominen tilauksesta voi aiheuttaa suurta suorittimen ja muistin käyttöä. Sitä ei suositella resurssirajoitteisille palvelimille ja NAS-laitteille.","Once a week":"Kerran viikossa","One album found":"Yksi albumi löytyi","One entry added to %s":"Yksi merkintä lisätty kohtaan %s","One entry removed from %s":"Yksi merkintä poistettu kohdasta %s","One file found":"Yksi tiedosto löytyi","One file uploaded":"Yksi tiedosto ladattu","One folder found":"Yksi kansio löytyi","One label found":"Yksi tunniste löytyi","One person found":"Yksi henkilö löytyi","One picture found":"Yksi kuva löytyi","Only locally managed accounts can be set up for authentication with 2FA.":"Vain paikallisesti hallinnoidut tilit voidaan määrittää 2FA-todennusta varten.","Open":"Avaa","optional":"valinnainen","or":"tai","Orange":"Oranssi","Organization":"Suunta","Orientation":"Suunta","Original file names will be stored and indexed.":"Alkuperäiset tiedostonimet tallennetaan ja indeksoidaan.","Original Name":"Alkuperäinen nimi","Originals":"Alkuperäiset","Originals folder is empty":"Originaalit-kansio on tyhjä","Other":"Muut","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Tehtävämme on tarjota käyttäjä- ja yksityisyydensuojaystävällisin ratkaisu, jonka avulla kuvasi pysyvät järjestyksessä ja saatavilla.","Outdoor":"Ulkona","Page {0}, Current page":"Sivu {0}, Nykyinen sivu","Pages":"Sivut","Pagination Navigation":"Sivukohtainen navigointi","Panorama":"Panoraama","Panoramas":"Panoraamat","Part of all selected photos":"Osa kaikista valituista valokuvista","Part of some selected photos":"Osa joistakin valituista valokuvista","Password":"Salasana","Password changed":"Salasana vaihdettu","Pause":"Tauko","Payment required":"Maksu vaaditaan","People":"Ihmiset","People you share a link with will be able to view public contents.":"Ihmiset, joille jaat linkin, voivat tarkastella julkista sisältöä.","Permanently deleted":"Poistettu pysyvästi","Permission denied":"Lupa evätty","Person":"Henkilö","Person cover updated":"Henkilön kansi päivitetty","Person deleted":"Henkilö poistettu","Person not found":"Henkilöä ei löydy","Person saved":"Tallennettu henkilö","Personal":"Henkilökohtainen","Photo":"Kuva","PhotoPrism is 100% self-funded and independent.":"PhotoPrism on 100-prosenttisesti omarahoitteinen ja riippumaton.","PhotoPrism+ Membership":"PhotoPrism+ jäsenyys","Photos":"Kuvat","Picture":"Kuva","Picture Title":"Kuvan nimi","Pink":"Vaaleanpunainen","Pinned":"Kiinnitetty","Place":"Paikka","Place & Time":"Paikka ja aika","Places":"Paikat","Play":"Toista","Please confirm your new password.":"Vahvista uusi salasanasi.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopioi seuraava satunnaisesti luotu sovelluksen salasana ja säilytä se turvallisessa paikassa, koska et näe sitä enää:","Please do not upload any private, unlawful or offensive pictures.":"Älä lataa yksityisiä, laittomia tai loukkaavia kuvia.","Please don't upload photos containing offensive content.":"Älä lataa kuvia, jotka sisältävät loukkaavaa sisältöä.","Please enter OTP character {0}":"Syötä OTP-merkki {0}","Please log in to your account":"Kirjaudu sisään tilillesi","Please note that changing your password will log you out on other devices and browsers.":"Huomaa, että salasanan vaihtaminen kirjautuu ulos muilla laitteilla ja selaimilla.","Please restart your instance for the changes to take effect.":"Käynnistä instanssisi uudelleen, jotta muutokset tulevat voimaan.","Please wait…":"Odota…","PM":"PM","PNG Size Limit: %{n}px":"PNG-kokorajoitus: %{n}px","Portal":"Portaali","Portrait":"Muotokuva","Preserve filenames":"Säilytä tiedostonimet","Press enter to create a new album.":"Luo uusi albumi painamalla enteriä.","Press enter to create new item":"Paina enter luodaksesi uuden kohteen","Prevent database and album backups as well as YAML sidecar files from being created.":"Estää tietokannan ja albumin varmuuskopioiden sekä YAML-sivukarttatiedostojen luomisen.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Estä muita sovelluksia käyttämästä PhotoPrismia jaettuna verkkoasemana.","Preview":"Esikatselu","Preview Images":"Esikatselukuvat","Previous":"Edellinen","Previous page":"Edellinen sivu","Previous visual":"Edellinen kuva","Primary":"Ensisijainen","Private":"Yksityinen","Processing upload...":"Käsittelen latausta...","Product Feedback":"Tuotepalaute","Projection":"Projektio","Purple":"Violetti","Quality Filter":"Laatusuodatin","Quality Score":"Laatupisteet","Quota exceeded":"Kiintiö ylitetty","Random":"Satunnainen","Rating {0} of {1}":"Luokitus {0} {1}","Raw":"Raaka","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Indeksoi uudelleen kaikki alkuperäiset tiedostot, mukaan lukien jo indeksoidut ja muuttumattomat tiedostot.","Read-Only Mode":"Vain luku -tila","Recently Added":"Äskettäin lisätty","Recently Archived":"Äskettäin arkistoitu","Recently Edited":"Äskettäin muokattu","Recognition starts after indexing has been completed.":"Tunnistus alkaa indeksoinnin päätyttyä.","Recognized":"Tunnistettu","Recovery Code":"Elvytyskoodi","Red":"Punainen","Refresh":"Päivitä","Regions":"Alueet","Register":"Rekisteröi","Reload":"Lataa uudelleen","Reloading…":"Ladataan uudelleen…","Remote Sync":"Etäsynkronointi","Remove":"Poista","remove failed: unknown album":"poistaminen epäonnistui: tuntematon albumi","Remove from Album":"Poista albumista","Remove from all":"Poista kaikista","Remove from all selected photos":"Poista kaikista valituista valokuvista","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Poista tuodut tiedostot tallennustilan säästämiseksi. Ei-tuettuja tiedostotyyppejä ei koskaan poisteta, vaan ne säilyvät nykyisessä sijainnissaan.","Remove the selected instance from the cluster registry?":"Poista valittu instanssi klusterirekisteristä?","Removed":"Poistettu","Removed %{name}":"Poistettu %{name}","Removed %d files and %d photos":"Poistettiin %d tiedostoa ja %d valokuvaa","Repeated":"Toistuva","Request failed - are you offline?":"Pyyntö epäonnistui - oletko offline?","Request failed - invalid response":"Pyyntö epäonnistui – virheellinen vastaus","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Vaaditaan, että muut kuin valokuvat ja heikkolaatuiset kuvat tarkistetaan ennen kuin ne näkyvät hakutuloksissa.","Resolution":"Resoluutio","Restart":"Käynnistä uudelleen","Restore":"Palauta","Restored":"Palautettu","Retry Limit":"Uudelleenyrittämisen raja","Retype Password":"Kirjoita salasana uudelleen","Review":"Arvostelu","Role":"Rooli","Roles":"Roolit","Rotated":"Käännetty","Rows per page:":"Rivit per sivu:","Satellite":"Satelliitti","Save":"Tallenna","Save changes":"Tallenna muutokset","Scan":"Skannaa","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skannaa QR-koodi todennussovelluksellasi tai käytä alla näkyvää asennusavainta ja anna sitten luotu vahvistuskoodi:","Scans":"Skannaukset","Scope":"Laajuus","Scopes":"Laajuusalueet","Search":"Etsi","Season":"Kausi","Secret":"Salainen","Security and Access":"Turvallisuus ja pääsy","Select":"Valitse","Select a source folder to import files…":"Valitse lähdekansio tiedostojen tuontia varten…","Select date":"Valitse päivämäärä","Select dates":"Valitse päivämäärät","Select or create albums":"Valitse tai luo albumeita","Select or create labels":"Valitse tai luo tarroja","Select or drop files to upload…":"Valitse tai pudota ladattavat tiedostot…","Select the files to upload…":"Valitse ladattavat tiedostot…","Select the folder to be indexed…":"Valitse indeksoitava kansio…","Select Time":"Valitse aika","Selection":"Valinta","Selection added to %s":"Valinta lisätty %s","Selection approved":"Valinta hyväksytty","Selection archived":"Valinta arkistoitu","Selection marked as private":"Valinta merkitty yksityiseksi","Selection not found":"Valintaa ei löydy","Selection restored":"Valinta palautettu","Sequential Name":"Peräkkäinen nimi","Service":"Palvelu","Service URL":"Palvelun URL-osoite","Services":"Palvelun URL-osoite","Session":"Istunto","Session ID":"Istunnon ID","Sessions":"Istunnot","Set as Album Cover":"Aseta albumin kanneksi","Set as Cover Image":"Aseta kansikuvaksi","Settings":"Asetukset","Settings saved":"Asetukset tallennettu","Setup":"Määritä","Severity":"Vakavuusaste","Share":"Jaa","Share %{s}":"Jaa %{s}","Show":"Näytä","Show All Labels":"Näytä kaikki tarrat","Show all new faces":"Näytä kaikki uudet kasvot","Show Caption":"Näytä kuvateksti","Show Captions":"Näytä kuvatekstit","Show face markers":"Näytä kasvomerkit","Show hidden":"Näytä piilotetut","Show Important Only":"Näytä vain tärkeä","Show logs in the web interface to monitor activity and troubleshoot problems.":"Näytä lokit verkkokäyttöliittymässä toiminnan seuraamiseksi ja ongelmien ratkaisemiseksi.","Show smart albums that group pictures by occasion, trip, or location.":"Näytä älykkäitä albumeita, jotka ryhmittelevät kuvia tilaisuuden, matkan tai sijainnin mukaan.","Show the Account page so users can manage their profile and security settings.":"Näytä tilisivu, jotta käyttäjät voivat hallita profiiliaan ja suojausasetuksiaan.","Show the Calendar view to browse the library by year and month.":"Näytä kalenterinäkymä, jotta voit selata kirjastoa vuoden ja kuukauden mukaan.","Show the Labels section to view and manage AI-generated labels.":"Näytä Tarrat-osiossa voit tarkastella ja hallita tekoälyn luomia tarroja.","Show the Library section to index, manage, and monitor the media library.":"Näytä Kirjasto -osio mediakirjaston indeksointia, hallintaa ja seurantaa varten.","Show the Places view with interactive maps so you can browse photos by location.":"Näytä Paikat-näkymä interaktiivisilla kartoilla, jotta voit selata kuvia sijainnin mukaan.","Show Titles":"Näytä otsikot","Sidecar":"Sidecar-tiedosto","Sidecar Files":"Sivuvaunun tiedostot","Sign in":"Kirjaudu sisään","Sign Out":"Kirjaudu ulos","Similar":"Samanlainen","Site URL":"Sivuston URL-osoite","Size":"Koko","Slideshow":"Diaesitys","Slow":"Hidas","Software":"Ohjelmisto","Software Update":"Ohjelmiston päivitys","Some albums could not be copied":"Joitakin albumeita ei voitu kopioida","Some albums could not be created. Please edit the names and try again.":"Joitakin albumeita ei voitu luoda. Muokkaa nimiä ja yritä uudelleen.","Some albums could not be updated":"Joitakin albumeita ei voitu päivittää","Something went wrong, try again":"Jokin meni pieleen, yritä uudelleen","Sort by":"Lajittelu","Sort by Name (A–Z)":"Lajittelu nimen mukaan (A-Z)","Sort by Photo Count":"Lajittele valokuvien lukumäärän mukaan","Sort by Relevance":"Lajittele merkityksellisyyden mukaan","Sort Order":"Lajittelujärjestys","Sorted ascending.":"Lajittelu nousevaan suuntaan.","Sorted descending.":"Lajittelu laskeva.","Source":"Lähde","Stack":"Pino","Stack files sharing the same unique image or instance identifier.":"Pinoa tiedostoja, joilla on sama yksilöllinen kuva tai ilmentymätunniste.","Stack pictures taken at the exact same time and location based on their metadata.":"Pinoaa täsmälleen samaan aikaan ja samassa paikassa otettuja kuvia niiden metatietojen perusteella.","Stackable":"Pinottava","Stacks":"Pinot","Start":"Aloita","Start Page":"Aloitussivu","Static Size Limit: %{n}px":"Staattinen kokorajoitus: %{n}px","Status":"Tila","Stay signed in on this device":"Pysy kirjautuneena sisään tällä laitteella","Stop Casting":"Lopeta valaminen","Storage":"Tallennus","Streets":"Kadut","Subject":"Aihe","Subject deleted":"Aihe poistettu","Subject not found":"Aihetta ei löydy","Subject saved":"Aihe tallennettu","Successfully activated":"Aktivointi onnistui","Successfully Connected":"Onnistuneesti yhdistetty","Successfully deleted":"Poistettu onnistuneesti","Successfully verified":"Vahvistettu onnistuneesti","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Tuki lisäpalveluille, kuten Google Drivelle lisätään myöhemmin.","Support Our Mission":"Tue missiotamme","Sync":"Synkronoi","Sync raw and video files":"Synkronoi raaka- ja videotiedostot","Taken":"Otettu","Teal":"Sinivihreä","Terrain":"Maasto","Text":"Teksti","Thank You for Your Support!":"Kiitos tuestasi!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Siksi PhotoPrism rakennettiin alusta alkaen toimimaan siellä, missä sitä tarvitset, tinkimättä vapaudesta, yksityisyydestä tai toiminnallisuudesta.","The index currently contains %{n} hidden files.":"Hakemisto sisältää tällä hetkellä %{n} piilotettua tiedostoa.","The instance rejected the cluster credentials.":"Instanssi hylkäsi klusterin tunnistetiedot.","The instance returned an unexpected redirect.":"Instanssi palautti odottamattoman uudelleenohjauksen.","The wakeup interval is %s, but must be 1h or less":"Heräämisväli on %s, mutta sen on oltava enintään 1h","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Niiden muotoa ei ehkä tueta, niitä ei ole vielä muunnettu JPEG-muotoon tai niissä on kaksoiskappaleita.","Theme":"Teema","This account is missing an ID and can't be edited.":"Tästä tilistä puuttuu tunnus, eikä sitä voi muokata.","This field is required":"Tämä kenttä on pakollinen","This instance has no site URL configured.":"Tälle instanssille ei ole määritetty sivuston URL-osoitetta.","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.":"Tämä liittää alkuperäiskansion verkkoasemaksi ja antaa sinun avata, muokata ja poistaa tiedostoja tietokoneeltasi tai älypuhelimelta ikään kuin ne olisivat paikallisia.","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. ":"Tämä liittää alkuperäiskansion verkkoasemaksi ja antaa sinun avata, muokata ja poistaa tiedostoja tietokoneeltasi tai älypuhelimelta ikään kuin ne olisivat paikallisia.","Time":"Aika","Time UTC":"Aika UTC-muodossa","Time Zone":"Aikavyöhyke","Timeout":"Aikakatkaisu","Title":{"":"Otsikko","Account":"Otsikko","Photo":"Otsikko"},"Title / Position":"Otsikko liian pitkä","to":"kohde","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Lataa, tulosta tai kopioi tämä palautuskoodi nyt ja säilytä se turvallisessa paikassa, jotta et pääse kirjautumaan tiliisi.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Luo uusi sovelluskohtainen salasana kirjoittamalla sovelluksen nimi ja valtuutusalue ja valitsemalla viimeinen voimassaolopäivä:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Jos haluat vaihtaa uuteen todennussovellukseen tai -laitteeseen, deaktivoi ensin kaksivaiheinen todennus ja aktivoi se sitten uudelleen:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Päivittääksesi voit joko syöttää aktivointikoodin tai rekisteröityä verkkosivustollamme klikkaamalla \"Rekisteröidy\":","Today":"Tänään","Toggle View":"Vaihda näkymää","Token":"Merkki","Too many files selected":"Liian monta tiedostoa valittu","Too many requests":"Liian monta pyyntöä","Troubleshooting":"Vianmääritys","Try again using other filters or keywords.":"Yritä uudelleen käyttämällä muita suodattimia tai avainsanoja.","Two-factor authentication has been enabled for your account.":"Kaksivaiheinen todennus on otettu käyttöön tilissäsi.","Type":"Tyyppi","Unable to delete":"Poistaminen ei onnistu","Unable to do that":"En pysty siihen","Unassign":"Unassign","Unauthorized":"Luvaton","Undo":"Kumoa","Unique ID":"Yksilöllinen tunnus","Unknown":"Tuntematon","Unknown location":"Sijainti tuntematon","Unregistered":"Rekisteröimätön","Unsorted":"Lajittelematon","Unstack":"Pura pino","Unsupported":"Ei tuettu","Unsupported format":"Ei tuettu muoto","Unsupported type":"Tyyppiä ei tueta","Updated":"Päivitetty","Updating faces":"Päivitetään kasvoja","Updating index":"Päivitetään indeksiä","Updating moments":"Päivitetään hetkiä","Updating picture…":"Päivitetään esikatseluita","Updating previews":"Päivitetään esikatseluita","Updating stacks":"Päivitetään pinoja","Upgrade":"Päivitys","Upgrade Now":"Päivitä nyt","Upload":"Lähetä","Upload complete":"Lähetys valmis","Upload complete. Indexing…":"Lähetys valmis. Indeksoidaan…","Upload failed":"Lähetys epäonnistui","Upload has been processed":"Lataus on käsitelty","Upload local files":"Lähetä paikallisia tiedostoja","Upload might be offensive":"Upload saattaa olla loukkaava","Upload Path":"Lataa polku","Uploading %{n} of %{t}…":"Lähetetään %{n}/%{t}…","Uploading photos…":"Lähetetään kuvia…","Uploading…":"Ladataan uudelleen…","Uploads that may contain such images will be rejected automatically.":"Tällaisia kuvia mahdollisesti sisältävät lataukset hylätään automaattisesti.","URL":"URL-osoite","Use Presets":"Käytä esiasetuksia","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Käytä seuraavaa palautuskoodia päästäksesi tilillesi, kun et pysty luomaan kelvollista vahvistuskoodia todennussovelluksellasi:","Use your recovery code or contact an administrator for help.":"Käytä palautuskoodia tai pyydä apua järjestelmänvalvojalta.","User":"Käyttäjä","User Guide":"Käyttöopas","User Interface":"Käyttöliittymä","User not found":"Käyttäjää ei löydy","Username":"Käyttäjätunnus","Users":"Käyttäjät","UUID":"UUID","Vector":"Vektori","Vectors":"Vektorit","Verification Code":"Vahvistuskoodi","Version":"Versio","Video":"Video","Video Duration":"Kesto","Videos":"Videot","View":"Näytä","View search results as a list.":"Näytä hakutulokset luettelona.","Viewer":"Katseluohjelma","Vision":"Visio","Visitor":"Vierailija","Visual Similarity":"Ryhmittele samankaltaisuuden mukaan","Warning":"Varoitus","Web Login":"Web-kirjautuminen","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-ohjelmat voivat muodostaa yhteyden PhotoPrismiin käyttämällä seuraavaa URL-osoitetta:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV-ohjelmat, kuten Microsoftin Windows Explorer tai Applen Finder, voivat muodostaa yhteyden suoraan PhotoPrismiin.","WebDAV Upload":"WebDAV-lähetys","WebGL support is disabled in your browser":"WebGL-tuki ei ole käytössä selaimessasi","Website":"Verkkosivusto","White":"Valkoinen","Work Details":"Tarkemmat tiedot","Year":"Vuosi","Yellow":"Keltainen","Yes":"Kyllä","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Voit ottaa meihin yhteyttä osoitteeseen membership@photoprism.app, jos sinulla on jäsenyyttäsi koskevia kysymyksiä.","You can only download one album":"Voit ladata vain yhden albumin","You can only download one label":"Voit ladata vain yhden tunnisteen","You can search for a location or move the marker on the map to change the position:":"Voit etsiä sijaintia tai siirtää merkkiä kartalla vaihtaaksesi sijaintia:","You can upload up to %{n} files for test purposes.":"Voit ladata enintään %{n} tiedostoa testitarkoituksiin.","You cannot change your own role.":"Et voi muuttaa omaa rooliasi.","You do not have access to any instances.":"Sinulla ei ole pääsyä mihinkään instansseihin.","You may only select one item":"Voit valita vain yhden kohteen","You may rescan your library to find additional faces.":"Voit skannata kirjastosi uudelleen löytääksesi lisää kasvoja.","Your account could not be connected":"Tiliäsi ei voitu yhdistää","Your account has been successfully connected.":"Tilisi on yhdistetty onnistuneesti.","Your browser does not support WebGL":"Selaimesi ei tue WebGL:ää","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Jatkuva tukesi auttaa meitä tarjoamaan säännöllisiä päivityksiä ja palveluja, kuten maailmankarttoja.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Kirjastoasi analysoidaan jatkuvasti ja luodaan automaattisesti albumeita erityisistä hetkistä, matkoista ja paikoista.","Zip created in %d s":"Zip luotu %d s","Zoom in/out":"Lähennä/loitonna","Archive":{"Noun":"Arkisto","Verb":"Arkisto"},"Add a Title":{"Photo":"Lisää otsikko"}}} \ No newline at end of file +{"fi":{"{0} appended action":"{0} liitetty toiminta","{0} files":"{0} tiedostot","{0} files ({1} in total)":"{0} tiedostoja ({1} yhteensä)","{0} more":"{0} lisää","{0} prepended action":"{0} prepended action","{0} selected":"{0} valittu","{0}-{1} of {2}":"{0}-{1} of {2}","%{n} albums found":"%{n} albumia löydetty","%{n} files uploaded":"%{n} tiedostoa lähetetty","%{n} folders found":"%{n} kansiota löydetty","%{n} GB of %{q} GB used":"%{n} GB %{q} Käytetty GB","%{n} labels found":"%{n} tunnistetta löydetty","%{n} people found":"%{n} ihmistä löydetty","%{n} pictures found":"%{n} kuvaa löydetty","%{s} is too long":"%{s} on liian pitkä","%{s} is too short":"%{s} on liian lyhyt","%d entries added to %s":"%d merkintöjä lisätty %s","%d entries removed from %s":"%d merkinnät poistettu %s","%d files uploaded in %d s":"%d tiedostoa ladattu %d s aikana","%s already exists":"%s on jo olemassa","%s has been restored":"%s on palautettu","1 hour":"1 tunti","12 hours":"12 tuntia","2-Factor Authentication":"2-tekijätodennus","2FA":"2FA","4 hours":"4 tuntia","A click will copy it to your clipboard.":"Napsauttamalla sitä voit kopioida sen leikepöydälle.","A new version of %{s} is available:":"Uusi versio %{s}:stä on saatavilla:","About":"Tietoja","Access granted.":"Pääsy myönnetty.","Access revoked.":"Käyttöoikeus peruutettu.","Access Token":"Access Token","Account":"Tili","Account created":"Tili luotu","Account deleted":"Tili poistettu","Account Group Mappings":"Tiliryhmien vastaavuudet","Account not found":"Tiliä ei löydy","Account restored":"Tili palautettu","Account saved":"Tallennettu tili","Accounts":"Tilit","Accuracy":"Tarkkuus","Action":"Toiminnot","Actions":"Toiminnot","Activate":"Aktivoi","Activate to remove sorting.":"Aktivoi lajittelun poistamiseksi.","Activate to sort ascending.":"Aktivoi lajittelu nousevaan suuntaan.","Activate to sort descending.":"Aktivoi lajittelemaan alenevasti.","Activation Code":"Aktivointikoodi","Activity":"Toiminta","Add":"Lisää","Add %{s}?":"Lisää %{s}?","Add a Caption":"Lisää kuvateksti","Add Account":"Muokkaa tiliä","Add Album":"Lisää albumi","Add Link":"Lisää linkki","Add Notes":"Lisää muistiinpanoja","Add person?":"Lisää henkilö?","Add pictures from search results by selecting them.":"Lisää kuvia hakutuloksista valitsemalla ne.","Add to album":"Lisää albumiin","Add to all":"Lisää kaikkiin","Add to all selected photos":"Lisää kaikkiin valittuihin valokuviin","Added":"Lisätty","Added %{name}":"Lisätty %{name}","Adjust Camera Info":"Säädä kameran tietoja","Adjust Date & Time":"Säädä päivämäärä ja kellonaika","Adjust Location":"Säädä sijaintia","Admin":"Admin","Advanced":"Lisäasetukset","Advertise URL":"Mainosta URL-osoite","After 1 day":"1 päivän kuluttua","After 3 days":"3 päivän kuluttua","After 7 days":"7 päivän kuluttua","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Kun olet antanut salasanasi vahvistusta varten, voit määrittää kaksivaiheisen todennuksen yhteensopivalla todennussovelluksella tai -laitteella:","After one month":"Yhden kuukauden kuluttua","After one year":"Vuoden kuluttua","After selecting pictures from search results, you can add them to an album using the context menu.":"Kun olet valinnut kuvia hakutuloksista, voit lisätä ne albumiin kontekstivalikon avulla.","After two months":"Kahden kuukauden kuluttua","After two weeks":"Kahden viikon kuluttua","Album":"Albumi","Album %s deleted":"Albumi %s poistettu","Album Backups":"Albumin varmuuskopiot","Album contents cloned":"Albumin sisältö kloonattu","Album created":"Albumi luotu","Album deleted":"Albumi poistettu","Album not found":"Albumia ei löydy","Album saved":"Albumi tallennettu","Albums":"Albumit","Albums deleted":"Albumit poistettu","All":"Kaikki","All %{n} albums loaded":"Kaikki %{n} albumia ladattu","All %{n} labels loaded":"Kaikki %{n} tunnistetta ladattu","All %{n} people loaded":"Kaikki %{n} ihmistä ladattu","All Cameras":"Kaikki kamerat","All Categories":"Kaikki kategoriat","All Colors":"Kaikki värit","All Countries":"Kaikki maat","All files from import folder":"Kaikki tiedostot tuontikansiosta","All Lenses":"Kaikki objektiivit","All Months":"Kaikki kuukaudet","All originals":"Kaikki alkuperäiset","All Years":"Kaikki vuodet","Allow configuration and use of connected apps and services for remote uploads and sync.":"Mahdollistaa liitettyjen sovellusten ja palveluiden määrityksen ja käytön etälatauksia ja synkronointia varten.","Allow editing of metadata such as title, description, date, and location.":"Salli metatietojen, kuten otsikon, kuvauksen, päivämäärän ja sijainnin, muokkaaminen.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Mahdollistaa useiden kuvien metatietojen, tarrojen ja albumien muokkaamisen kerralla.","Allow files to be copied or moved from the Import to the Originals folder.":"Ota käyttöön Tuo-työkalu kopioidaksesi tai siirtäksesi tiedostoja Tuo-kansiosta Alkuperäiset-kansioon.","Allow files to be permanently deleted to free up storage space.":"Salli tiedostojen poistaminen pysyvästi tallennustilan vapauttamiseksi.","Allow users to archive photos and videos so they are hidden without being deleted.":"Anna käyttäjien arkistoida valokuvia ja videoita, jotta ne jäävät piiloon ilman, että niitä poistetaan.","Allow users to create and share links, and enable sharing with connected services.":"Anna käyttäjien luoda ja jakaa linkkejä ja mahdollistaa jakaminen liitettyjen palvelujen kanssa.","Allow users to upload new photos and videos through the web interface.":"Anna käyttäjien ladata uusia valokuvia ja videoita verkkokäyttöliittymän kautta.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Vaihtoehtoisesti voit ladata tiedostoja suoraan WebDAV-palvelimille, kuten Nextcloudiin.","Altitude":"Korkeus","Altitude (m)":"Korkeus (m)","AM":"AM","Animated":"Animoitu","Animation":"Animaatio","Animations":"Animaatiot","Any private photos and videos remain private and won't be shared.":"Kaikki yksityiset kuvat ja videot pysyvät yksityisinä, eikä niitä jaeta.","API Key":"API-avain","Application":"Hakemus","Applications":"Sovellukset","Approve":"Hyväksy","Approve and save changes":"Hyväksy ja tallenna muutokset","Apps and Devices":"Sovellukset ja laitteet","Archived":"Arkistoitu","Are you sure you want to archive the selection?":"Oletko varma, että haluat arkistoida valinnan?","Are you sure you want to delete these albums?":"Haluatko varmasti poistaa nämä albumit?","Are you sure you want to delete these labels?":"Haluatko varmasti poistaa nämä tunnisteet?","Are you sure you want to delete this account?":"Haluatko varmasti poistaa tämän tilin?","Are you sure you want to delete this album?":"Haluatko varmasti poistaa tämän albumin?","Are you sure you want to permanently delete these pictures?":"Haluatko varmasti poistaa nämä kuvat pysyvästi?","Are you sure you want to permanently delete this file?":"Haluatko varmasti poistaa tämän tiedoston pysyvästi?","Are you sure?":"Oletko varma?","Artist":"Tekijä","Aspect Ratio":"Kuvasuhde","Attributes":"Attribuutit","Audio":"Audio","Audit Log":"Audio","Authentication":"Tunnistus","Auto":"Auto","Back":"Takaisin","Back to top":"Takaisin alkuun","Backup":"Varmuuskopiointi","Badge":"Merkki","Base Path":"Peruspolku","Batch":"Erä","Batch Edit":"Erän muokkaus","Become a member today, support our mission and enjoy our member benefits!":"Liity jäseneksi tänään, tue tehtäviämme ja nauti jäseneduistamme!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Koska olemme 100-prosenttisesti omarahoitteisia ja riippumattomia, voimme luvata, ettemme koskaan myy tietojasi ja että ohjelmistomme ja palvelumme ovat aina avoimia.","Bio":"Biografia","Birth Date":"Syntymäaika","Black":"Musta","Blue":"Sininen","Brown":"Ruskea","Browse":"Selaa","Browse Files":"Selaa tiedostoja","Browse Pictures":"Selaa kuvia","Bug Report":"Ilmoita virheestä","Busy, please try again later":"Varattu, yritä myöhemmin uudelleen","Busy, please wait…":"Odota hetki…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Käyttämällä tarjoamiamme ohjelmistoja ja palveluita hyväksyt käyttöehtomme, tietosuojakäytäntömme ja käytännesääntömme.","Calendar":"Kalenteri","Camera":"Kamera","Camera not found":"Kameraa ei löydy","Camera Serial":"Kameran sarjanumero","Can't access your authenticator app or device?":"Etkö pääse autentikointisovellukseen tai -laitteeseen?","Can't load more, limit reached":"Ei voi ladata enempää, raja saavutettu","Can't select more items":"Ei voi valita enempää kohteita","Cancel":"Peruuta","Cannot copy to clipboard":"Ei voi kopioida leikepöydälle","Caption":"Kuvateksti","Cards":"Kortit","Carousel slide {0} of {1}":"Karusellin slide {0} of {1}","Cast":"Näyttelijät","Category":"Kategoria","Change Avatar":"Muuta yksityisyyden tilaa","Change Password":"Uusi salasana","Change private flag":"Muuta yksityisyyden tilaa","Changes could not be saved":"Muutoksia ei voitu tallentaa","Changes successfully saved":"Muutokset tallennettu onnistuneesti","Changes to the advanced settings require a restart to take effect.":"Lisäasetusten muutokset vaativat uudelleenkäynnistyksen tullakseen voimaan.","Checked":"Tarkistettu","Choose an instance to continue:":"Valitse instanssi jatkaaksesi:","Chroma":"Värikylläisyys","Cleaning index and cache":"Indeksin ja välimuistin puhdistaminen","Cleanup":"Siivous","Clear":"Kirkas","Clear {0}":"Tyhjennä {0}","Client":"Asiakas","Close":"Sulje","Cluster":"Klusteri","Cluster Admin":"Klusterin järjestelmänvalvoja","Cluster Node":"Klusterin solmu","Codec":"Koodekki","Color":"Väri","Color Profile":"Väriprofiili","Colors":"Värit","Compare Editions":"Vertaa painoksia","Complete Rescan":"Täydellinen uudelleentarkistus","Confidence":"Varmuus","Confirm":"Vahvistaa","Connect":"Yhdistä","Connect via WebDAV":"Yhdistä WebDAV:n kautta","Connected":"Yhdistä","Contact Details":"Ota yhteyttä","Contact Us":"Ota yhteyttä","Contains %{n} pictures.":"Sisältää %{n} kuvaa.","Contains one picture.":"Sisältää yhden kuvan.","Content":{"":"Sisältö","Edit":"Sisältö"},"Continue":"Jatkaa","Contributor":"Avustaja","Converting":"Muunnetaan","Copied to clipboard":"Kopioitu leikepöydälle","Copy":"Kopio","Copying files from %s":"Tiedostojen kopiointi %s","Copyright":"Tekijänoikeus","Could not be deleted":"Ei voitu poistaa","Could not connect, please try again":"Yhteyttä ei saatu muodostettua, yritä uudelleen","Could not update person cover":"Henkilökansiota ei voitu päivittää","Couldn't find anything.":"En löytänyt mitään.","Country":"Maa","Create Account":"Luo tili","Create album":"Luo albumi","Create regular backups based on the configured schedule.":"Luo indeksin varmuuskopiot määritetyn aikataulun mukaisesti.","Create YAML files to back up album metadata.":"Luo YAML-tiedostoja albumin metatietojen varmuuskopiointia varten.","Create YAML sidecar files to back up picture metadata.":"Luo YAML-sivutiedostoja kuvien metatietojen varmuuskopiointia varten.","Created":"Luotu","Creating thumbnails for":"Luodaan pikkukuvia kohteelle","Current Password":"Nykyinen salasana","Custom":"Custom","Cyan":"Syaani","Daily":"Päivittäin","Database":"Tietokanta","Database Backups":"Tietokannan varmuuskopiot","Databases":"Tietokannat","Date & Time":"Päivämäärä ja aika","Day":"Päivä","Deactivate":"Poista käytöstä","Debug Logs":"Vianmäärityslokit","Default":"Oletus","Default Folder":"Oletuskansio","Delete":"Poista","Delete Album":"Poista albumi","Delete All":"Poista kaikki","Delete all?":"Poista kaikki?","Delete orphaned index entries, sidecar files and thumbnails.":"Poistaa orpoja indeksimerkintöjä, sivutiedostoja ja pikkukuvia.","deleted":"poistettu","Description":"Kuvaus","Detailed instructions can be found in our User Guide.":"Tarkemmat ohjeet löytyvät käyttöoppaastamme.","Details":"Tarkemmat tiedot","Dimensions":"Mitat","Disable all face detection and recognition features.":"Poista kaikki kasvojen tunnistus- ja tunnistustoiminnot käytöstä.","Disable Backups":"Poista varmuuskopiot käytöstä","Disable Darktable":"Poista Darktable käytöstä","Disable ExifTool":"Poista ExifTool käytöstä","Disable Faces":"Poista kasvot käytöstä","Disable features that require write permission for the originals folder.":"Poista käytöstä ominaisuudet, jotka vaativat kirjoitusoikeutta alkuperäiskansiossa.","Disable FFmpeg":"Poista FFmpeg käytöstä","Disable ImageMagick":"Poista ImageMagick käytöstä","Disable interactive world maps and reverse geocoding.":"Poista interaktiiviset maailmankartat ja käänteinen geokoodaus käytöstä.","Disable MCP":"MCP pois käytöstä","Disable Places":"Poista paikat käytöstä","Disable RawTherapee":"Poista RawTherapee käytöstä","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Poista Model Context Protocol (MCP) API-päätepiste pois käytöstä tekoälyagentti-integraatioita varten.","Disable Vectors":"Poista vektorit käytöstä","Disable WebDAV":"Poista WebDAV käytöstä","Disabled":"Pois käytöstä","Disables vector graphics support.":"Poistaa vektorigrafiikan tuen käytöstä.","Disables video transcoding and thumbnail extraction.":"Poistaa videon transkoodauksen ja pikkukuvien poiston käytöstä.","Discard":"Hävitä","Discard changes and close":"Hylkää muutokset ja sulje","Discard invalid changes?":"Hylätä virheelliset muutokset?","Discard unsaved changes?":"Hävitä tallentamattomat muutokset?","Discover":"Tutustu","Dismiss":"Vapauttakaa","Display Name":"Näytön nimi","Display picture captions in search results.":"Näytä kuvatekstit hakutuloksissa.","Display picture titles in search results.":"Näytä kuvien otsikot hakutuloksissa.","Document":"Asiakirja","Documents":"Asiakirjat","Don't use Darktable to convert RAW images.":"Älä käytä Darktablea RAW-tiedostojen muuntamiseen.","Don't use ImageMagick to convert images.":"Älä käytä ImageMagickia kuvien muuntamiseen.","Don't use RawTherapee to convert RAW images.":"Älä käytä RawTherapeeta RAW-tiedostojen muuntamiseen.","Done":"Valmis","Done.":"Tehty.","Download":"Lataa","Download only original media files, without any automatically generated files.":"Lataa vain alkuperäisiä mediatiedostoja ilman automaattisesti luotuja tiedostoja.","Download remote files":"Lataa etätiedostoja","Downloading…":"Ladataan…","Drag and drop files here":"Vedä ja pudota tiedostot tänne","Driver":"Kuljettaja","Duplicates will be skipped and only appear once.":"Kaksoiskappaleet ohitetaan ja ne näkyvät vain kerran.","Duration":"Kesto","Dynamic Previews":"Dynaamiset esikatselut","Dynamic Size Limit: %{n}px":"Dynaaminen kokorajoitus: %{n}px","Edit":"Muokkaa","Edit %{s}":"Muokkaa %{s}","Edit Account":"Muokkaa tiliä","Edit Photo":"Muokkaa kuvaa","Edit Photos (%{n})":"Muokkaa valokuvia (%{n})","Edited":"Muokattu","Email":"Sähköposti","Enable debug mode to display additional logs and help with troubleshooting.":"Ota debug-tila käyttöön näyttääksesi lisälokeja ja auttaaksesi vianmäärityksessä.","Enable downloading of original and sidecar files from the web interface.":"Mahdollistaa alkuperäisten ja sivutiedostojen lataamisen verkkokäyttöliittymästä.","Enable face recognition and the People view to easily find people you know.":"Ota kasvojentunnistus ja Ihmiset-näkymä käyttöön, jotta löydät helposti tuttuja ihmisiä.","Enable new features that may be incomplete or unstable.":"Ota käyttöön uusia ominaisuuksia, jotka voivat olla epätäydellisiä tai epävakaita.","Enable the file browser to navigate the Originals folder structure.":"Ota tiedostoselain käyttöön, jotta voit selata Originals-kansiorakennetta.","Enables RAW converter presets. May reduce performance.":"Ottaa käyttöön RAW-muuntimen esiasetukset. Saattaa heikentää suorituskykyä.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Kaksivaiheisen todennuksen ottaminen käyttöön tarkoittaa, että tarvitset satunnaisesti luodun vahvistuskoodin kirjautuaksesi sisään, joten vaikka joku pääsisikin käsiksi salasanaasi, hän ei pääse tilillesi.","Engine":"Moottori","Enter date":"Syötä päivämäärä","Enter dates":"Syötä päivämäärät","Enter item name...":"Kirjoita kohteen nimi...","Enter the code generated by your authenticator app:":"Kirjoita tunnistautumissovelluksen luoma koodi:","Enter verification code":"syötä vahvistus koodi","Enter your password to confirm the action and continue:":"Vahvista toiminto antamalla salasanasi ja jatka:","Entity not found":"Entiteettiä ei löydy","Error":"Virhe","Errors":"Virheet","Estimate":"Arvio","Estimate Locations":"Arvioitu sijainnit","Estimate the approximate location of pictures without GPS coordinates.":"Arvioi kuvien likimääräinen sijainti ilman GPS-koordinaatteja.","Every two days":"Joka toinen päivä","Exclude hidden":"Sulje pois piilotetut kohteet","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metatietojen poiminta ExifToolilla vaaditaan täydellistä Video-, Live Photo- ja XMP-tukea varten.","Experimental Features":"Kokeelliset ominaisuudet","Expires":"Vanhenee","Exposure":"Valotus","Extract still images and generate thumbnails while indexing.":"Poimi still-kuvat ja luo pikkukuvia indeksoinnin aikana.","F Number":"Aukko","Face":"Kasvot","Face not found":"Kasvoja ei löydy","Faces":"Kasvot","Failed creating file, please check permissions":"Tiedoston luominen epäonnistui, tarkista käyttöoikeudet","Failed creating folder, please check permissions":"Kansion luominen epäonnistui, tarkista käyttöoikeudet","Failed removing link":"Linkin poistaminen epäonnistui","Failed to connect account.":"Tilin yhdistäminen epäonnistui.","Failed to create zip file":"Zip-tiedoston luominen epäonnistui","Failed to load users.":"Käyttäjien lataaminen epäonnistui.","Failed to remove face marker":"Kasvomerkin poistaminen epäonnistui","Failed to remove name":"Nimen poistaminen epäonnistui","Failed to restart server":"Palvelimen uudelleenkäynnistys epäonnistui","Failed to save changes":"Muutoksia ei onnistuttu tallentamaan","Failed to save face marker":"Epäonnistuin pelastamaan kasvomerkin","Failed to save name":"Nimen tallentaminen epäonnistui","Failed updating link":"Linkin päivittäminen epäonnistui","Family Name":"Sukunimi","Fast":"Nopea","Favorite":"Suosikki","Favorites":"Suosikit","Feature disabled":"Ominaisuus poistettu käytöstä","Feature Request":"Ominaisuuspyyntö","Female":"Nainen","File":"Tiedosto","File Browser":"Tiedostoselain","File Conversion":"Tiedoston muuntaminen","File deleted":"Tiedosto poistettu","File Name":"Tiedoston nimi","File not found":"Tiedostoa ei löydy","File removed from stack":"Tiedosto poistettu pinosta","File Size":"Tiedosto","File too large":"Tiedosto liian suuri","File uploaded":"Ladattu tiedosto","Filename":"Tiedoston nimi","Files":"Tiedostot","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Tiedostot, joilla on peräkkäiset nimet, kuten 'IMG_1234 (2)' ja 'IMG_1234 (3)', kuuluvat samaan kuvaan.","First page":"Ensimmäinen sivu","Focal Length":"Polttoväli","Folder":"Kansio","Folder contains %{n} files":"Kansio sisältää %{n} tiedostoa","Folder is empty":"Kansio on tyhjä","Folders":"Kansiot","Forgot password?":"Unohditko salasanan?","FPS":"Ruutunopeus (FPS)","Frames":"Ruudut","Full Access":"Täysi pääsy","Fullscreen":"Koko näyttö","General":"Yleinen","Generate":"Tuottaa","Generate Previews":"Luo esikatselukuvat","Generated":"Generoitu","Get Started":"Aloita","Given Name":"Alkuperäinen nimi","Global Options":"Globaalit vaihtoehdot","Go to page {0}":"Siirry sivulle {0}","Gold":"Kulta","Green":"Vihreä","Grey":"Harmaa","Groups":"Ryhmät","Guest":"Vieras","Hash":"Hash","Help":"Apua","Help & Support":"Apu ja tuki","Hidden":"Piilotettu","Hidden Files":"Piilotetut tiedostot","Hide":"Piilota","Hide Caption":"Piilota kuvateksti","Hide face markers":"Piilota kasvomerkit","Hide private content from global views while keeping it accessible in the Private section.":"Piilota yksityiset kohteet globaaleista näkymistä, mutta pidä ne saatavilla Yksityiset-osiossa.","High":"Korkea","High Dynamic Range (HDR)":"Korkea dynaaminen alue (HDR)","Hybrid":"Hybridi","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Jos menetät käyttöoikeuden todennussovellukseen tai -laitteeseen, voit palauttaa tilisi käyttöoikeuden palautuskoodillasi.","Image":"Kuva","Image Quality":"Kuvan laatu","Import":"Tuo","Import canceled":"Tuonti peruutettu","Import completed in %d s":"Tuonti valmis %d s","Import failed":"Tuonti epäonnistui","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Tuodut tiedostot lajitellaan päivämäärän mukaan ja niille annetaan yksilöllinen nimi päällekkäisyyksien välttämiseksi.","Importing %{s}…":"Tuodaan %{s}…","Importing files to originals…":"Tuodaan tiedostoja alkuperäisiin…","in":"osoitteessa","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Jos odottamasi kuvat puuttuvat, skannaa kirjastosi uudelleen ja odota, kunnes indeksointi on valmis.","Include RAW image files when downloading stacks and archives.":"Sisällytä RAW-kuvatiedostot pinoja ja arkistoja ladattaessa.","Include sidecar files when downloading stacks and archives.":"Sisällytä sidecar-tiedostot, kun lataat pinoja ja arkistoja.","Increase storage size or delete files to continue.":"Lisää tallennuskokoa tai poista tiedostoja jatkaaksesi.","Index":"Indeksi","Indexing":"Indeksointi","Indexing canceled":"Indeksointi peruutettu","Indexing completed in %d s":"Indeksointi valmis %d s","Indexing failed":"Indeksointi epäonnistui","Indexing files in %s":"Tiedostojen indeksointi osoitteessa %s","Indexing media and sidecar files…":"Indeksoidaan media- ja sivutiedostoja…","Indexing originals...":"Alkuperäiskappaleiden indeksointi...","Information":"Tiedot","Inherit":"Periytyä","Instance":"Instanssi","Instance ID":"Ilmentymän tunnus","Instance unreachable. Try again once it's back online.":"Palvelinta ei tavoiteta. Yritä uudelleen, kun se on jälleen käytettävissä.","Instances":"Instanssit","Insufficient storage":"Riittämätön varastointi","Insufficient storage.":"Riittämätön varastointi.","Interval":"Intervalli","Invalid":"Virheellinen päivämäärä","Invalid address":"Virheellinen osoite","Invalid country":"Virheellinen maa","Invalid credentials":"Virheelliset valtakirjat","Invalid date":"Virheellinen päivämäärä","Invalid link":"Virheellinen linkki","Invalid name":"Virheellinen nimi","Invalid parameters":"Virheellinen päivämäärä","Invalid password, please try again":"Väärä salasana, yritä uudelleen","Invalid photo selected":"Virheellinen kuva valittu","Invalid time":"Virheellinen aika","Invalid URL":"Virheellinen URL-osoite","Invalid verification code, please try again":"Virheellinen vahvistuskoodi, yritä uudelleen","IP Address":"IP-osoite","It is a one-time use code that will disable 2FA for your account when you use it.":"Se on kertakäyttöinen koodi, joka poistaa 2FA:n käytöstä tililtäsi, kun käytät sitä.","Item":"Kohde","Items per page:":"Kohteita per sivu:","JPEG Quality: %{n}":"JPEG-laatu: %{n}","JPEG Size Limit: %{n}px":"JPEG-kokorajoitus: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG-tiedostot ja pikkukuvat renderöidään automaattisesti tarpeen mukaan.","Keyword":"Avainsana","Keywords":"Avainsanat","Label":"Tunniste","Label not found":"Tarraa ei löydy","Label saved":"Tarra tallennettu","Labels":"Tunnisteet","Labels deleted":"Tunnisteet poistettu","Language":"Kieli","Last Active":"Viimeisin aktiivinen","Last Login":"Viimeisin kirjautuminen","Last page":"Viimeinen sivu","Last Sync":"Viimeisin synkronointi","Last Used":"Viimeksi käytetty","Latitude":"Leveysaste","LDAP/AD":"LDAP/AD","Learn more":"Lue lisää","Learn More":"Lue lisää","Legal Information":"Oikeudelliset tiedot","Lens":"Objektiivi","Lens not found":"Objektiivia ei löydy","Library":"Kirjasto","License":"Lisenssi","Like":"Tykkää","Lime":"Lime","Limit reached, showing first %{n} files":"Raja saavutettu, näytetään ensimmäiset %{n} tiedostoa","Link":"Linkki","List":"Luettelo","List View":"Luettelonäkymä","Live":"Live Photo -kuva","Live Photos":"Kuvat","Load more":"Lataa lisää","Loading items...":"Ladataan kohteita...","Loading...":"Ladataan...","Local":"Paikallinen","Local Time":"Paikallinen aika","Location":"Sijainti","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Lokiviestit näkyvät täällä aina, kun PhotoPrism löytää rikkinäisiä tiedostoja tai muita mahdollisia ongelmia.","Login":"Kirjaudu sisään","Logs":"Lokit","Longitude":"Pituusaste","Lost server connection":"Palvelinyhteys katkesi","Low":"Matala","Magenta":"Magenta","Main Color":"Pääväri","Male":"Mies","Manage Account":"Hallitse tiliä","Manager":"Johtaja","Manual":"Manuaalinen","Manual Upload":"Manuaalinen lataus","Maps":"Kartat","Marker":"Merkki","Maximum number of accounts has been reached.":"Tilien enimmäismäärä on saavutettu.","Media":"Media","Medium":"Keskikokoinen","Membership":"Jäsenyys","Merge %{a} with %{b}?":"Yhdistetäänkö %{a} ja %{b}?","Message":"Viesti","Metadata":"Metatiedot","Metrics":"Mittarit","Minimize":"Minimoi","Missing":"Puuttuva","Missing or invalid configuration":"Puuttuva tai virheellinen konfiguraatio","mixed":"mixed","Moments":"Hetket","Monochrome":"Yksivärinen","Month":"Kuukausi","More options":"Lisää vaihtoehtoja","Mosaic":"Mosaiikki","Most Relevant":"Tärkein","Move Files":"Siirrä tiedostoja","Moving files from %s":"Tiedostojen siirtäminen %s","Must have at least %{n} characters.":"Vähintään %{n} merkkiä.","Mute":"Mykistä","Name":"Nimi","Name too long":"Nimi liian pitkä","Never":"Ei koskaan","New":"Uusi","New Password":"Uusi salasana","Newest First":"Uusin ensin","Next":"Seuraava","Next page":"Seuraava sivu","Next visual":"Seuraava kuva","No":"Ei","No Access":"Ei pääsyä","No albums assigned":"Ei määritettyjä albumeita","No albums found":"Albumeja ei löytynyt","No albums selected":"Ei valittuja albumeita","No data available":"Tietoja ei ole saatavilla","No files available for download":"Tiedostoja ei ole ladattavissa","No items selected":"Kohdetta ei ole valittu","No labels assigned":"Merkintöjä ei ole annettu","No labels found":"Tunnisteita ei löytynyt","No labels selected":"Ei valittuja tarroja","No matching records found":"Vastaavia tietueita ei löytynyt","No more":"Ei enää","No people found":"Ihmisiä ei löytynyt","No pictures found":"Kuvia ei löytynyt","No recently edited pictures":"Ei äskettäin muokattuja kuvia","No registered instances.":"Ei rekisteröityjä esiintymiä.","No results":"Ei tuloksia","No server connection":"Ei palvelinyhteyttä","No servers configured.":"Palvelimia ei ole määritetty.","No services configured.":"Palvelimia ei ole määritetty.","No thanks":"Ei kiitos","No users on this instance.":"Tällä instanssilla ei ole käyttäjiä.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Ei varoituksia tai virheitä, jotka sisältävät tämän avainsanan. Huomaa, että haussa kirjainkoolla on merkitystä.","Node":"Solmu","Nodes":"Solmut","Non-photographic and low-quality images require a review before they appear in search results.":"Muut kuin valokuvat ja heikkolaatuiset kuvat edellyttävät tarkistusta, ennen kuin ne näkyvät hakutuloksissa.","None":"Ei mitään","Not allowed":"Ei sallittu","Not available in public mode":"Ei käytettävissä julkisessa tilassa","Not available in read-only mode":"Ei käytettävissä vain luku-tilassa","Not found":"Ei löytynyt","Not sorted.":"Ei lajiteltu.","Not supported":"Ei tuettu","Note you may manually manage your originals folder and importing is optional.":"Huomaa, että voit hallita alkuperäisiä kansioita manuaalisesti, ja tuonti on valinnaista.","Note:":"Huomautus:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Huomautus: Vain WebDAV-palvelimet, kuten Nextcloud tai PhotoPrism, voidaan määrittää etäpalveluiksi varmuuskopiointia ja tiedostojen lataamista varten.","Notes":"Huomautukset","Nothing to see here yet.":"Täällä ei ole vielä mitään nähtävää. Ole kärsivällinen.","Nothing was found.":"Mitään ei löytynyt.","Offline":"Offline-tilassa","OK":"OK","Oldest First":"Vanhin ensin","On Windows, enter the following resource in the connection dialog:":"Kirjoita Windowsissa seuraava resurssi yhteysvalintaikkunaan:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Pienoiskuvien luominen tilauksesta voi aiheuttaa suurta suorittimen ja muistin käyttöä. Sitä ei suositella resurssirajoitteisille palvelimille ja NAS-laitteille.","Once a week":"Kerran viikossa","One album found":"Yksi albumi löytyi","One entry added to %s":"Yksi merkintä lisätty kohtaan %s","One entry removed from %s":"Yksi merkintä poistettu kohdasta %s","One file found":"Yksi tiedosto löytyi","One file uploaded":"Yksi tiedosto ladattu","One folder found":"Yksi kansio löytyi","One label found":"Yksi tunniste löytyi","One person found":"Yksi henkilö löytyi","One picture found":"Yksi kuva löytyi","Only locally managed accounts can be set up for authentication with 2FA.":"Vain paikallisesti hallinnoidut tilit voidaan määrittää 2FA-todennusta varten.","Open":"Avaa","optional":"valinnainen","or":"tai","Orange":"Oranssi","Organization":"Suunta","Orientation":"Suunta","Original file names will be stored and indexed.":"Alkuperäiset tiedostonimet tallennetaan ja indeksoidaan.","Original Name":"Alkuperäinen nimi","Originals":"Alkuperäiset","Originals folder is empty":"Originaalit-kansio on tyhjä","Other":"Muut","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Tehtävämme on tarjota käyttäjä- ja yksityisyydensuojaystävällisin ratkaisu, jonka avulla kuvasi pysyvät järjestyksessä ja saatavilla.","Outdoor":"Ulkona","Page {0}, Current page":"Sivu {0}, Nykyinen sivu","Pages":"Sivut","Pagination Navigation":"Sivukohtainen navigointi","Panorama":"Panoraama","Panoramas":"Panoraamat","Part of all selected photos":"Osa kaikista valituista valokuvista","Part of some selected photos":"Osa joistakin valituista valokuvista","Password":"Salasana","Password changed":"Salasana vaihdettu","Pause":"Tauko","Payment required":"Maksu vaaditaan","People":"Ihmiset","People you share a link with will be able to view public contents.":"Ihmiset, joille jaat linkin, voivat tarkastella julkista sisältöä.","Permanently deleted":"Poistettu pysyvästi","Permission denied":"Lupa evätty","Person":"Henkilö","Person cover updated":"Henkilön kansi päivitetty","Person deleted":"Henkilö poistettu","Person not found":"Henkilöä ei löydy","Person saved":"Tallennettu henkilö","Personal":"Henkilökohtainen","Photo":"Kuva","PhotoPrism is 100% self-funded and independent.":"PhotoPrism on 100-prosenttisesti omarahoitteinen ja riippumaton.","PhotoPrism+ Membership":"PhotoPrism+ jäsenyys","Photos":"Kuvat","Picture":"Kuva","Picture Title":"Kuvan nimi","Pink":"Vaaleanpunainen","Pinned":"Kiinnitetty","Place":"Paikka","Place & Time":"Paikka ja aika","Places":"Paikat","Play":"Toista","Please confirm your new password.":"Vahvista uusi salasanasi.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopioi seuraava satunnaisesti luotu sovelluksen salasana ja säilytä se turvallisessa paikassa, koska et näe sitä enää:","Please do not upload any private, unlawful or offensive pictures.":"Älä lataa yksityisiä, laittomia tai loukkaavia kuvia.","Please don't upload photos containing offensive content.":"Älä lataa kuvia, jotka sisältävät loukkaavaa sisältöä.","Please enter OTP character {0}":"Syötä OTP-merkki {0}","Please log in to your account":"Kirjaudu sisään tilillesi","Please note that changing your password will log you out on other devices and browsers.":"Huomaa, että salasanan vaihtaminen kirjautuu ulos muilla laitteilla ja selaimilla.","Please restart your instance for the changes to take effect.":"Käynnistä instanssisi uudelleen, jotta muutokset tulevat voimaan.","Please wait…":"Odota…","PM":"PM","PNG Size Limit: %{n}px":"PNG-kokorajoitus: %{n}px","Portal":"Portaali","Portrait":"Muotokuva","Preserve filenames":"Säilytä tiedostonimet","Press enter to create a new album.":"Luo uusi albumi painamalla enteriä.","Press enter to create new item":"Paina enter luodaksesi uuden kohteen","Prevent database and album backups as well as YAML sidecar files from being created.":"Estää tietokannan ja albumin varmuuskopioiden sekä YAML-sivukarttatiedostojen luomisen.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Estä muita sovelluksia käyttämästä PhotoPrismia jaettuna verkkoasemana.","Preview":"Esikatselu","Preview Images":"Esikatselukuvat","Previous":"Edellinen","Previous page":"Edellinen sivu","Previous visual":"Edellinen kuva","Primary":"Ensisijainen","Private":"Yksityinen","Processing upload...":"Käsittelen latausta...","Product Feedback":"Tuotepalaute","Projection":"Projektio","Purple":"Violetti","Quality Filter":"Laatusuodatin","Quality Score":"Laatupisteet","Quota exceeded":"Kiintiö ylitetty","Random":"Satunnainen","Rating {0} of {1}":"Luokitus {0} {1}","Raw":"Raaka","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Indeksoi uudelleen kaikki alkuperäiset tiedostot, mukaan lukien jo indeksoidut ja muuttumattomat tiedostot.","Read-Only Mode":"Vain luku -tila","Recently Added":"Äskettäin lisätty","Recently Archived":"Äskettäin arkistoitu","Recently Edited":"Äskettäin muokattu","Recognition starts after indexing has been completed.":"Tunnistus alkaa indeksoinnin päätyttyä.","Recognized":"Tunnistettu","Recovery Code":"Elvytyskoodi","Red":"Punainen","Refresh":"Päivitä","Regions":"Alueet","Register":"Rekisteröi","Registration disabled":"Rekisteröinti poistettu käytöstä","Reload":"Lataa uudelleen","Reloading…":"Ladataan uudelleen…","Remote Sync":"Etäsynkronointi","Remove":"Poista","remove failed: unknown album":"poistaminen epäonnistui: tuntematon albumi","Remove from Album":"Poista albumista","Remove from all":"Poista kaikista","Remove from all selected photos":"Poista kaikista valituista valokuvista","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Poista tuodut tiedostot tallennustilan säästämiseksi. Ei-tuettuja tiedostotyyppejä ei koskaan poisteta, vaan ne säilyvät nykyisessä sijainnissaan.","Remove the selected instance from the cluster registry?":"Poista valittu instanssi klusterirekisteristä?","Removed":"Poistettu","Removed %{name}":"Poistettu %{name}","Removed %d files and %d photos":"Poistettiin %d tiedostoa ja %d valokuvaa","Repeated":"Toistuva","Request failed - are you offline?":"Pyyntö epäonnistui - oletko offline?","Request failed - invalid response":"Pyyntö epäonnistui – virheellinen vastaus","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Vaaditaan, että muut kuin valokuvat ja heikkolaatuiset kuvat tarkistetaan ennen kuin ne näkyvät hakutuloksissa.","Resolution":"Resoluutio","Restart":"Käynnistä uudelleen","Restore":"Palauta","Restored":"Palautettu","Retry Limit":"Uudelleenyrittämisen raja","Retype Password":"Kirjoita salasana uudelleen","Review":"Arvostelu","Role":"Rooli","Roles":"Roolit","Rotated":"Käännetty","Rows per page:":"Rivit per sivu:","Satellite":"Satelliitti","Save":"Tallenna","Save changes":"Tallenna muutokset","Scan":"Skannaa","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skannaa QR-koodi todennussovelluksellasi tai käytä alla näkyvää asennusavainta ja anna sitten luotu vahvistuskoodi:","Scans":"Skannaukset","Scope":"Laajuus","Scopes":"Laajuusalueet","Search":"Etsi","Season":"Kausi","Secret":"Salainen","Security and Access":"Turvallisuus ja pääsy","Select":"Valitse","Select a source folder to import files…":"Valitse lähdekansio tiedostojen tuontia varten…","Select date":"Valitse päivämäärä","Select dates":"Valitse päivämäärät","Select or create albums":"Valitse tai luo albumeita","Select or create labels":"Valitse tai luo tarroja","Select or drop files to upload…":"Valitse tai pudota ladattavat tiedostot…","Select the files to upload…":"Valitse ladattavat tiedostot…","Select the folder to be indexed…":"Valitse indeksoitava kansio…","Select Time":"Valitse aika","Selection":"Valinta","Selection added to %s":"Valinta lisätty %s","Selection approved":"Valinta hyväksytty","Selection archived":"Valinta arkistoitu","Selection marked as private":"Valinta merkitty yksityiseksi","Selection not found":"Valintaa ei löydy","Selection restored":"Valinta palautettu","Sequential Name":"Peräkkäinen nimi","Service":"Palvelu","Service URL":"Palvelun URL-osoite","Services":"Palvelun URL-osoite","Session":"Istunto","Session ID":"Istunnon ID","Sessions":"Istunnot","Set as Album Cover":"Aseta albumin kanneksi","Set as Cover Image":"Aseta kansikuvaksi","Settings":"Asetukset","Settings saved":"Asetukset tallennettu","Setup":"Määritä","Severity":"Vakavuusaste","Share":"Jaa","Share %{s}":"Jaa %{s}","Show":"Näytä","Show All Labels":"Näytä kaikki tarrat","Show all new faces":"Näytä kaikki uudet kasvot","Show Caption":"Näytä kuvateksti","Show Captions":"Näytä kuvatekstit","Show face markers":"Näytä kasvomerkit","Show hidden":"Näytä piilotetut","Show Important Only":"Näytä vain tärkeä","Show logs in the web interface to monitor activity and troubleshoot problems.":"Näytä lokit verkkokäyttöliittymässä toiminnan seuraamiseksi ja ongelmien ratkaisemiseksi.","Show smart albums that group pictures by occasion, trip, or location.":"Näytä älykkäitä albumeita, jotka ryhmittelevät kuvia tilaisuuden, matkan tai sijainnin mukaan.","Show the Account page so users can manage their profile and security settings.":"Näytä tilisivu, jotta käyttäjät voivat hallita profiiliaan ja suojausasetuksiaan.","Show the Calendar view to browse the library by year and month.":"Näytä kalenterinäkymä, jotta voit selata kirjastoa vuoden ja kuukauden mukaan.","Show the Labels section to view and manage AI-generated labels.":"Näytä Tarrat-osiossa voit tarkastella ja hallita tekoälyn luomia tarroja.","Show the Library section to index, manage, and monitor the media library.":"Näytä Kirjasto -osio mediakirjaston indeksointia, hallintaa ja seurantaa varten.","Show the Places view with interactive maps so you can browse photos by location.":"Näytä Paikat-näkymä interaktiivisilla kartoilla, jotta voit selata kuvia sijainnin mukaan.","Show Titles":"Näytä otsikot","Sidecar":"Sidecar-tiedosto","Sidecar Files":"Sivuvaunun tiedostot","Sign in":"Kirjaudu sisään","Sign Out":"Kirjaudu ulos","Similar":"Samanlainen","Site URL":"Sivuston URL-osoite","Size":"Koko","Slideshow":"Diaesitys","Slow":"Hidas","Software":"Ohjelmisto","Software Update":"Ohjelmiston päivitys","Some albums could not be copied":"Joitakin albumeita ei voitu kopioida","Some albums could not be created. Please edit the names and try again.":"Joitakin albumeita ei voitu luoda. Muokkaa nimiä ja yritä uudelleen.","Some albums could not be updated":"Joitakin albumeita ei voitu päivittää","Something went wrong, try again":"Jokin meni pieleen, yritä uudelleen","Sort by":"Lajittelu","Sort by Name (A–Z)":"Lajittelu nimen mukaan (A-Z)","Sort by Photo Count":"Lajittele valokuvien lukumäärän mukaan","Sort by Relevance":"Lajittele merkityksellisyyden mukaan","Sort Order":"Lajittelujärjestys","Sorted ascending.":"Lajittelu nousevaan suuntaan.","Sorted descending.":"Lajittelu laskeva.","Source":"Lähde","Stack":"Pino","Stack files sharing the same unique image or instance identifier.":"Pinoa tiedostoja, joilla on sama yksilöllinen kuva tai ilmentymätunniste.","Stack pictures taken at the exact same time and location based on their metadata.":"Pinoaa täsmälleen samaan aikaan ja samassa paikassa otettuja kuvia niiden metatietojen perusteella.","Stackable":"Pinottava","Stacks":"Pinot","Start":"Aloita","Start Page":"Aloitussivu","Static Size Limit: %{n}px":"Staattinen kokorajoitus: %{n}px","Status":"Tila","Stay signed in on this device":"Pysy kirjautuneena sisään tällä laitteella","Stop Casting":"Lopeta valaminen","Storage":"Tallennus","Streets":"Kadut","Subject":"Aihe","Subject deleted":"Aihe poistettu","Subject not found":"Aihetta ei löydy","Subject saved":"Aihe tallennettu","Successfully activated":"Aktivointi onnistui","Successfully Connected":"Onnistuneesti yhdistetty","Successfully deleted":"Poistettu onnistuneesti","Successfully verified":"Vahvistettu onnistuneesti","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Tuki lisäpalveluille, kuten Google Drivelle lisätään myöhemmin.","Support Our Mission":"Tue missiotamme","Sync":"Synkronoi","Sync raw and video files":"Synkronoi raaka- ja videotiedostot","Taken":"Otettu","Teal":"Sinivihreä","Terrain":"Maasto","Text":"Teksti","Thank You for Your Support!":"Kiitos tuestasi!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Siksi PhotoPrism rakennettiin alusta alkaen toimimaan siellä, missä sitä tarvitset, tinkimättä vapaudesta, yksityisyydestä tai toiminnallisuudesta.","The index currently contains %{n} hidden files.":"Hakemisto sisältää tällä hetkellä %{n} piilotettua tiedostoa.","The instance rejected the cluster credentials.":"Instanssi hylkäsi klusterin tunnistetiedot.","The instance returned an unexpected redirect.":"Instanssi palautti odottamattoman uudelleenohjauksen.","The wakeup interval is %s, but must be 1h or less":"Heräämisväli on %s, mutta sen on oltava enintään 1h","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Niiden muotoa ei ehkä tueta, niitä ei ole vielä muunnettu JPEG-muotoon tai niissä on kaksoiskappaleita.","Theme":"Teema","This account is missing an ID and can't be edited.":"Tästä tilistä puuttuu tunnus, eikä sitä voi muokata.","This field is required":"Tämä kenttä on pakollinen","This instance has no site URL configured.":"Tälle instanssille ei ole määritetty sivuston URL-osoitetta.","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.":"Tämä liittää alkuperäiskansion verkkoasemaksi ja antaa sinun avata, muokata ja poistaa tiedostoja tietokoneeltasi tai älypuhelimelta ikään kuin ne olisivat paikallisia.","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. ":"Tämä liittää alkuperäiskansion verkkoasemaksi ja antaa sinun avata, muokata ja poistaa tiedostoja tietokoneeltasi tai älypuhelimelta ikään kuin ne olisivat paikallisia.","Time":"Aika","Time UTC":"Aika UTC-muodossa","Time Zone":"Aikavyöhyke","Timeout":"Aikakatkaisu","Title":{"":"Otsikko","Account":"Otsikko","Photo":"Otsikko"},"Title / Position":"Otsikko liian pitkä","to":"kohde","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Lataa, tulosta tai kopioi tämä palautuskoodi nyt ja säilytä se turvallisessa paikassa, jotta et pääse kirjautumaan tiliisi.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Luo uusi sovelluskohtainen salasana kirjoittamalla sovelluksen nimi ja valtuutusalue ja valitsemalla viimeinen voimassaolopäivä:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Jos haluat vaihtaa uuteen todennussovellukseen tai -laitteeseen, deaktivoi ensin kaksivaiheinen todennus ja aktivoi se sitten uudelleen:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Päivittääksesi voit joko syöttää aktivointikoodin tai rekisteröityä verkkosivustollamme klikkaamalla \"Rekisteröidy\":","Today":"Tänään","Toggle View":"Vaihda näkymää","Token":"Merkki","Too many files selected":"Liian monta tiedostoa valittu","Too many requests":"Liian monta pyyntöä","Troubleshooting":"Vianmääritys","Try again using other filters or keywords.":"Yritä uudelleen käyttämällä muita suodattimia tai avainsanoja.","Two-factor authentication has been enabled for your account.":"Kaksivaiheinen todennus on otettu käyttöön tilissäsi.","Type":"Tyyppi","Unable to delete":"Poistaminen ei onnistu","Unable to do that":"En pysty siihen","Unassign":"Unassign","Unauthorized":"Luvaton","Undo":"Kumoa","Unique ID":"Yksilöllinen tunnus","Unknown":"Tuntematon","Unknown location":"Sijainti tuntematon","Unregistered":"Rekisteröimätön","Unsorted":"Lajittelematon","Unstack":"Pura pino","Unsupported":"Ei tuettu","Unsupported format":"Ei tuettu muoto","Unsupported type":"Tyyppiä ei tueta","Updated":"Päivitetty","Updating faces":"Päivitetään kasvoja","Updating index":"Päivitetään indeksiä","Updating moments":"Päivitetään hetkiä","Updating picture…":"Päivitetään esikatseluita","Updating previews":"Päivitetään esikatseluita","Updating stacks":"Päivitetään pinoja","Upgrade":"Päivitys","Upgrade Now":"Päivitä nyt","Upload":"Lähetä","Upload complete":"Lähetys valmis","Upload complete. Indexing…":"Lähetys valmis. Indeksoidaan…","Upload failed":"Lähetys epäonnistui","Upload has been processed":"Lataus on käsitelty","Upload local files":"Lähetä paikallisia tiedostoja","Upload might be offensive":"Upload saattaa olla loukkaava","Upload Path":"Lataa polku","Uploading %{n} of %{t}…":"Lähetetään %{n}/%{t}…","Uploading photos…":"Lähetetään kuvia…","Uploading…":"Ladataan uudelleen…","Uploads that may contain such images will be rejected automatically.":"Tällaisia kuvia mahdollisesti sisältävät lataukset hylätään automaattisesti.","URL":"URL-osoite","Use Presets":"Käytä esiasetuksia","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Käytä seuraavaa palautuskoodia päästäksesi tilillesi, kun et pysty luomaan kelvollista vahvistuskoodia todennussovelluksellasi:","Use your recovery code or contact an administrator for help.":"Käytä palautuskoodia tai pyydä apua järjestelmänvalvojalta.","User":"Käyttäjä","User Guide":"Käyttöopas","User Interface":"Käyttöliittymä","User not found":"Käyttäjää ei löydy","Username":"Käyttäjätunnus","Users":"Käyttäjät","UUID":"UUID","Vector":"Vektori","Vectors":"Vektorit","Verification Code":"Vahvistuskoodi","Verified email required":"Vahvistettu sähköpostiosoite vaaditaan","Version":"Versio","Video":"Video","Video Duration":"Kesto","Videos":"Videot","View":"Näytä","View search results as a list.":"Näytä hakutulokset luettelona.","Viewer":"Katseluohjelma","Vision":"Visio","Visitor":"Vierailija","Visual Similarity":"Ryhmittele samankaltaisuuden mukaan","Warning":"Varoitus","Web Login":"Web-kirjautuminen","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-ohjelmat voivat muodostaa yhteyden PhotoPrismiin käyttämällä seuraavaa URL-osoitetta:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV-ohjelmat, kuten Microsoftin Windows Explorer tai Applen Finder, voivat muodostaa yhteyden suoraan PhotoPrismiin.","WebDAV Upload":"WebDAV-lähetys","WebGL support is disabled in your browser":"WebGL-tuki ei ole käytössä selaimessasi","Website":"Verkkosivusto","White":"Valkoinen","Work Details":"Tarkemmat tiedot","Year":"Vuosi","Yellow":"Keltainen","Yes":"Kyllä","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Voit ottaa meihin yhteyttä osoitteeseen membership@photoprism.app, jos sinulla on jäsenyyttäsi koskevia kysymyksiä.","You can only download one album":"Voit ladata vain yhden albumin","You can only download one label":"Voit ladata vain yhden tunnisteen","You can search for a location or move the marker on the map to change the position:":"Voit etsiä sijaintia tai siirtää merkkiä kartalla vaihtaaksesi sijaintia:","You can upload up to %{n} files for test purposes.":"Voit ladata enintään %{n} tiedostoa testitarkoituksiin.","You cannot change your own role.":"Et voi muuttaa omaa rooliasi.","You do not have access to any instances.":"Sinulla ei ole pääsyä mihinkään instansseihin.","You may only select one item":"Voit valita vain yhden kohteen","You may rescan your library to find additional faces.":"Voit skannata kirjastosi uudelleen löytääksesi lisää kasvoja.","Your account could not be connected":"Tiliäsi ei voitu yhdistää","Your account has been successfully connected.":"Tilisi on yhdistetty onnistuneesti.","Your browser does not support WebGL":"Selaimesi ei tue WebGL:ää","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Jatkuva tukesi auttaa meitä tarjoamaan säännöllisiä päivityksiä ja palveluja, kuten maailmankarttoja.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Kirjastoasi analysoidaan jatkuvasti ja luodaan automaattisesti albumeita erityisistä hetkistä, matkoista ja paikoista.","Zip created in %d s":"Zip luotu %d s","Zoom in/out":"Lähennä/loitonna","Archive":{"Noun":"Arkisto","Verb":"Arkisto"},"Add a Title":{"Photo":"Lisää otsikko"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/fr.json b/frontend/src/locales/json/fr.json index 9bbaffd93..c6d7d4b6f 100644 --- a/frontend/src/locales/json/fr.json +++ b/frontend/src/locales/json/fr.json @@ -1 +1 @@ -{"fr":{"{0} appended action":"{0} action(s) attachées(s)","{0} files":"{0} fichier(s)","{0} files ({1} in total)":"{0} fichiers(s) ({1} au total)","{0} more":"{0} de plus","{0} prepended action":"{0} action(s) préliminaire(s)","{0} selected":"{0} sélectionnée(s)","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"%{n} album(s) trouvé(s)","%{n} files uploaded":"%{n} fichier(s) chargé(s)","%{n} folders found":"%{n} dossier(s) trouvé(s)","%{n} GB of %{q} GB used":"%{n} Go de %{q} Go utilisés","%{n} labels found":"%{n} étiquette(s) trouvée(s)","%{n} people found":"%{n} personne(s) trouvée(s)","%{n} pictures found":"%{n} image(s) trouvée(s)","%{s} is too long":"%{s} est trop long","%{s} is too short":"%{s} est trop court","%d entries added to %s":"%d entrées ont été ajoutées à %s","%d entries removed from %s":"%d entrées ont été supprimées de %s","%d files uploaded in %d s":"%d fichiers chargés en %d s","%s already exists":"%s existe déjà","%s has been restored":"%s a été restauré","1 hour":"1 heure","12 hours":"12 heures","2-Factor Authentication":"Authentification à 2 facteurs","2FA":"2FA","4 hours":"4 heures","A click will copy it to your clipboard.":"Cliquez pour copier vers votre presse-papier.","A new version of %{s} is available:":"Une nouvelle version de %{s} est disponible :","About":"À propos","Access granted.":"Accès accordé.","Access revoked.":"Accès révoqué.","Access Token":"Jeton d'accès","Account":"Compte","Account created":"Compte créé","Account deleted":"Compte supprimé","Account Group Mappings":"Correspondances entre groupes de comptes","Account not found":"Compte non trouvé","Account restored":"Compte restauré","Account saved":"Compte sauvegardé","Accounts":"Comptes","Accuracy":"Précision","Action":"Action","Actions":"Actions","Activate":"Activer","Activate to remove sorting.":"Activer pour supprimer le tri.","Activate to sort ascending.":"Activer pour trier par ordre croissant.","Activate to sort descending.":"Activer pour trier par ordre décroissant.","Activation Code":"Code d'activation","Activity":"Activité","Add":"Ajouter","Add %{s}?":"Ajouter %{s} ?","Add a Caption":"Ajoute une légende","Add Account":"Ajouter un compte","Add Album":"Ajouter un album","Add Link":"Ajouter un lien","Add Notes":"Ajouter des notes","Add person?":"Ajouter une personne ?","Add pictures from search results by selecting them.":"Ajouter des images à partir des résultats de recherche en les sélectionnant.","Add to album":"Ajouter à l'album","Add to all":"Ajouter à toutes","Add to all selected photos":"Ajouter à toutes les photos sélectionnées","Added":"Ajouté","Added %{name}":"Ajout de %{name}","Adjust Date & Time":"Ajuster la date et l'heure","Adjust Location":"Ajuster l'emplacement","Admin":"Administrateur","Advanced":"Avancé","After 1 day":"Après 1 jour","After 3 days":"Après 3 jours","After 7 days":"Après 7 jours","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Après avoir saisi votre mot de passe pour confirmation, vous pourrez configurer l'authentification à deux facteurs à l'aide d'une application ou d'un dispositif d'authentification compatible :","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 %s deleted":"Album %s supprimé","Album Backups":"Sauvegardes d'albums","Album contents cloned":"Le contenu de l'album a été copié","Album created":"Album créé","Album deleted":"Album supprimé","Album not found":"Album introuvable","Album saved":"Album sauvegardé","Albums":"Albums","Albums deleted":"Albums supprimés","All":"Tous","All %{n} albums loaded":"Les %{n} album(s) 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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Autoriser la configuration et l'utilisation d'applications et services connectés pour les téléchargements à distance et la synchronisation.","Allow editing of metadata such as title, description, date, and location.":"Permettre la modification des métadonnées telles que le titre, la description, la date et le lieu.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permettre de modifier simultanément les métadonnées, les catégories et les albums de plusieurs images.","Allow files to be copied or moved from the Import to the Originals folder.":"Autoriser la copie ou le déplacement de fichiers du dossier d'importation vers le dossier d'origine.","Allow files to be permanently deleted to free up storage space.":"Autoriser la suppression définitive des fichiers afin de libérer de l'espace de stockage.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permets aux utilisateurs d'archiver les photos et les vidéos pour qu'elles soient cachées sans être supprimées.","Allow users to create and share links, and enable sharing with connected services.":"Permettez aux utilisateurs de créer et partager des liens, et facilitez-en le partage avec les services associés.","Allow users to upload new photos and videos through the web interface.":"Permettez aux utilisateurs de charger photos et vidéos via l'interface web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Vous pouvez également envoyer les fichiers directement vers un serveur WebDAV comme Nextcloud.","Altitude":"Altitude","Altitude (m)":"Altitude (m)","AM":"AM","Animated":"Animé","Animation":"Animation","Animations":"Animations","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","Application":"Application","Applications":"Applications","Approve":"Approuver","Approve and save changes":"Approuver et enregistrer les changements","Apps and Devices":"Applications et appareils","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 delete this album?":"Êtes-vous sûr de vouloir supprimer cet album ?","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 ?","Are you sure?":"Êtes-vous sûr ?","Artist":"Auteur","Aspect Ratio":"Format d'image","Attributes":"Attributs","Audio":"Audio","Audit Log":"Journal d'audit","Authentication":"Authentification","Auto":"Auto","Back":"Retour","Back to top":"Retour en haut de la page","Backup":"Sauvegarde","Badge":"Badge","Base Path":"Chemin de base","Batch":"Lot","Batch Edit":"Édition par lots","Become a member today, support our mission and enjoy our member benefits!":"Devenez membre aujourd'hui, soutenez notre mission et profitez de nos avantages !","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Étant 100% autofinancés et indépendants, nous pouvons vous promettre que nous ne vendrons jamais vos données et que nous serons toujours transparents sur nos logiciels et services.","Bio":"Biographie","Birth Date":"Date de naissance","Black":"Noir","Blue":"Bleu","Brown":"Marron","Browse":"Parcourir","Browse Files":"Parcourir les fichiers","Browse Pictures":"Parcourir les images","Bug Report":"Signaler une erreur","Busy, please try again later":"Occupé, veuillez réessayer plus tard","Busy, please wait…":"Veuillez patienter…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"En utilisant le logiciel et les services que nous fournissons, vous acceptez nos conditions d'utilisation, notre politique de confidentialité et notre code de conduite.","Calendar":"Calendrier","Camera":"Appareil photo","Camera not found":"Caméra non trouvée","Camera Serial":"N° de série de l'appareil photo","Can't access your authenticator app or device?":"Vous n'avez pas accès à votre application ou votre appareil d'authentification ?","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","Cannot copy to clipboard":"Impossible de copier dans le presse-papiers","Caption":"Légende","Cards":"Cartes","Carousel slide {0} of {1}":"Page {0} sur {1} du carrousel","Cast":"Distribution","Category":"Catégorie","Change Avatar":"Changer d'avatar","Change Password":"Changer le mot de passe","Change private flag":"Modifier le statut privé","Changes could not be saved":"Les modifications n'ont pu être sauvegardées","Changes successfully saved":"Les modifications ont bien été enregistrées","Changes to the advanced settings require a restart to take effect.":"Un redémarrage est nécessaire pour que les modifications apportées aux paramètres avancés soient prises en compte.","Checked":"Vérifié","Choose an instance to continue:":"Choisissez une instance pour continuer :","Chroma":"Saturation","Cleaning index and cache":"Nettoyage de l'index et du cache","Cleanup":"Nettoyage","Clear {0}":"Effacer {0}","Client":"Client","Close":"Fermer","Cluster":"Grappe de serveurs","Cluster Admin":"Administrateur du cluster","Cluster Node":"Nœud de grappe de serveurs","Codec":"Codec","Color":"Couleur","Color Profile":"Profil de couleur","Colors":"Couleurs","Compare Editions":"Comparer les éditions","Complete Rescan":"Réanalyse complète","Confidence":"Confiance","Confirm":"Confirmer","Connect":"Connecter","Connect via WebDAV":"Se connecter via le protocole WebDAV","Connected":"Connecté","Contact Details":"Coordonnées","Contact Us":"Nous contacter","Contains %{n} pictures.":"Contient %{n} images.","Contains one picture.":"Contient une image.","Content":{"":"Contenu","Edit":"Contenu"},"Continue":"Poursuivre","Contributor":"Contributeur","Converting":"Conversion en cours","Copied to clipboard":"Copié vers le presse-papier","Copy":"Copier","Copying files from %s":"Copie de fichiers depuis %s","Copyright":"Copyright","Could not be deleted":"N'a pas pu être supprimé","Could not connect, please try again":"Échec lors de la connexion, veuillez réessayer","Could not update person cover":"Impossible de mettre à jour l'image de couverture de la personne","Couldn't find anything.":"Aucun élément trouvé.","Country":"Pays","Create Account":"Créer un compte","Create album":"Créer un album","Create regular backups based on the configured schedule.":"Réaliser des sauvegardes de l'index en suivant la planification programmée.","Create YAML files to back up album metadata.":"Utiliser des fichiers YAML pour sauvegarder les métadonnées des albums.","Create YAML sidecar files to back up picture metadata.":"Utiliser des fichiers side-car YAML pour sauvegarder les métadonnées des images.","Created":"Créé","Creating thumbnails for":"Création des miniatures pour","Current Password":"Mot de passe actuel","Custom":"Sur mesure","Cyan":"Cyan","Daily":"Quotidien","Database":"Base de données","Database Backups":"Sauvegarde de la base de données","Databases":"Bases de données","Date & Time":"Date et heure","Day":"Jour","Deactivate":"Désactiver","Debug Logs":"Journaux de débogage","Default":"Valeur par défaut","Default Folder":"Dossier par défaut","Delete":"Supprimer","Delete Album":"Supprimer l'album","Delete All":"Tout supprimer","Delete all?":"Tout supprimer ?","Delete orphaned index entries, sidecar files and thumbnails.":"Supprimer les entrées d'index, les vignettes, et les fichiers side-car orphelins.","deleted":"supprimé","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 all face detection and recognition features.":"Désactiver toutes les fonctions de détection et de reconnaissance des visages.","Disable Backups":"Désactiver les sauvegardes","Disable Darktable":"Désactiver Darktable","Disable ExifTool":"Désactiver l'outil ExifTool","Disable Faces":"Désactiver la reconnaissance faciale","Disable features that require write permission for the originals folder.":"Désactiver les fonctions pour lesquelles l'autorisation d'écrire dans le dossier des originaux est nécessaire.","Disable FFmpeg":"Désactiver FFmpeg","Disable ImageMagick":"Désactiver ImageMagick","Disable interactive world maps and reverse geocoding.":"Désactiver les cartes du monde interactives et le géocodage inversé.","Disable MCP":"Désactiver MCP","Disable Places":"Désactiver les Lieux","Disable RawTherapee":"Désactiver RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Désactive le point de terminaison de l'API du protocole de contexte de modèle (MCP) pour les intégrations d'agents d'IA.","Disable Vectors":"Désactiver les vecteurs","Disable WebDAV":"Désactiver WebDAV","Disabled":"Désactivé","Disables vector graphics support.":"Désactive la prise en charge des images vectorielles.","Disables video transcoding and thumbnail extraction.":"Désactive le transcodage vidéo et l'extraction des vignettes.","Discard":"Jeter","Discard changes and close":"Abandonner les modifications et fermer","Discard invalid changes?":"Ignorer les modifications non valides ?","Discard unsaved changes?":"Abandonner les modifications non sauvegardées ?","Discover":"Découvrir","Dismiss":"Rejeter","Display Name":"Nom affiché","Display picture captions in search results.":"Afficher les légendes des images dans les résultats de recherche.","Display picture titles in search results.":"Afficher les titres des images dans les résultats de recherche.","Document":"Document","Documents":"Documents","Don't use Darktable to convert RAW images.":"Ne pas utiliser Darktable pour convertir les fichers RAW.","Don't use ImageMagick to convert images.":"Ne pas utiliser ImageMagick pour convertir les images.","Don't use RawTherapee to convert RAW images.":"Ne pas utiliser RawTherapee pour convertir les fichiers RAW.","Done":"Terminé","Done.":"Terminé.","Download":"Télécharger","Download only original media files, without any automatically generated files.":"Télécharger uniquement les fichiers multimédias originaux, sans fichiers générés automatiquement.","Download remote files":"Télécharger les fichiers distants","Downloading…":"Téléchargement en cours…","Drag and drop files here":"Glisser et déposer les fichiers ici","Driver":"Pilote","Duplicates will be skipped and only appear once.":"Les doublons seront ignorés et n'apparaîtront qu'une seule fois.","Duration":"Durée","Dynamic Previews":"Avant-premières non cachées","Dynamic Size Limit: %{n}px":"Limite de taille non cachée : %{n}px","Edit":"Modifier","Edit %{s}":"Modifier %{s}","Edit Account":"Modifier le compte","Edit Photo":"Modifier la photo","Edit Photos (%{n})":"Modifier les photos (%{n})","Edited":"Modifié","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Activer le mode débogage pour afficher des journaux supplémentaires et aider au dépannage.","Enable downloading of original and sidecar files from the web interface.":"Activez le téléchargement des fichiers originaux et side-car via l'interface Web.","Enable face recognition and the People view to easily find people you know.":"Activez la reconnaissance faciale et la vue Personnes pour retrouver facilement des personnes que vous connaissez.","Enable new features that may be incomplete or unstable.":"Activer les nouvelles fonctionnalités, potentiellement incomplètes ou instables.","Enable the file browser to navigate the Originals folder structure.":"Activez le navigateur de fichiers pour parcourir la structure des dossiers contenant les originaux.","Enables RAW converter presets. May reduce performance.":"Active les préréglages du convertisseur RAW. Cela peut réduire les performances.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Avec l'authentification à deux facteurs, il faut un code de vérification généré de manière aléatoire pour se connecter, si bien que personne, même connaissant votre mot de passe, ne pourra se connecter à votre compte.","Engine":"Moteur","Enter date":"Saisir la date","Enter dates":"Saisir les dates","Enter item name...":"Entrez le nom de l'élément…","Enter the code generated by your authenticator app:":"Entrez le code généré par votre application d'authentification :","Enter verification code":"Entrer le code de vérification","Enter your password to confirm the action and continue:":"Saisissez votre mot de passe pour confirmer l'action et continuer :","Entity not found":"Entité non trouvée","Error":"Erreur","Errors":"Erreurs","Estimate":"Estimation","Estimate Locations":"Reconnaissance de lieux","Estimate the approximate location of pictures without GPS coordinates.":"Tente de reconnaître le lieu où une photo dépourvue de géolocalisation a été prise.","Every two days":"Tous les deux jours","Exclude hidden":"Exclure les éléments cachés","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"ExifTool est requis pour la prise en charge complète des métadonnées XMP, des vidéos et des Live Photos.","Experimental Features":"Fonctions Expérimentales","Expires":"Expire","Exposure":"Exposition","Extract still images and generate thumbnails while indexing.":"Extrait les images fixes et génère des vignettes lors de l'indexation.","F Number":"Ouverture","Face":"Visage","Face not found":"Visage non trouvé","Faces":"Visages","Failed creating file, please check permissions":"La création du fichier a échoué, veuillez vérifier les permissions","Failed creating folder, please check permissions":"Échec de la création du dossier, veuillez vérifier les permissions","Failed removing link":"Échec de la suppression du lien","Failed to connect account.":"Échec de la connexion au compte.","Failed to create zip file":"Échec de la création du fichier zip","Failed to load users.":"Impossible de charger les utilisateurs.","Failed to remove face marker":"Échec de la suppression du marqueur de visage","Failed to remove name":"Échec de la suppression du nom","Failed to restart server":"Le redémarrage du serveur a échoué","Failed to save changes":"L'enregistrement des modifications a échoué","Failed to save face marker":"L'enregistrement du marqueur de visage a échoué","Failed to save name":"L'enregistrement du nom a échoué","Failed updating link":"Échec de la mise à jour du lien","Family Name":"Nom de famille","Fast":"Rapide","Favorite":"Favori","Favorites":"Favoris","Feature disabled":"Fonctionnalité désactivée","Feature Request":"Demander une fonctionnalité","Female":"Femme","File":"Fichier","File Browser":"Explorateur de fichiers","File Conversion":"Conversion de fichiers","File deleted":"Fichier supprimé","File Name":"Nom du fichier","File not found":"Fichier non trouvé","File removed from stack":"Le fichier a été retiré du groupe","File Size":"Taille du fichier","File too large":"Fichier trop volumineux","File uploaded":"Fichier téléchargé","Filename":"Nom du fichier","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.","First page":"Première page","Focal Length":"Longueur focale","Folder":"Dossier","Folder contains %{n} files":"Dossier contenant %{n} fichiers","Folder is empty":"Le dossier est vide","Folders":"Dossiers","Forgot password?":"Mot de passe oublié ?","FPS":"FPS","Frames":"Cadres","Full Access":"Accès intégral","Fullscreen":"Plein écran","General":"Général","Generate":"Générer","Generate Previews":"Générer des aperçus","Generated":"Généré","Get Started":"Commencer","Given Name":"Prénom","Global Options":"Options globales","Go to page {0}":"Aller à la page {0}","Gold":"Or","Green":"Vert","Grey":"Gris","Groups":"Groupes","Guest":"Invité","Hash":"Somme de contrôle","Help":"Aide","Help & Support":"Aide & Support","Hidden":"Caché","Hidden Files":"Fichiers cachés","Hide":"Cacher","Hide Caption":"Cacher la légende","Hide face markers":"Masquer les marqueurs de visage","Hide private content from global views while keeping it accessible in the Private section.":"Masquer les contenus privés dans les vues globales tout en les laissant accessibles dans la section « Privé ».","High":"Élevé","High Dynamic Range (HDR)":"Gamme dynamique élevée (HDR)","Hybrid":"Hybride","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"En cas de perte d'accès à votre application ou votre appareil d'authentification, vous pourrez utiliser votre code de récupération pour accéder à nouveau à votre compte.","Image":"Image","Image Quality":"Qualité de l'image","Import":"Importer","Import canceled":"Importation annulée","Import completed in %d s":"Importation terminée en %d s","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.","Importing %{s}…":"Importation de %{s} 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 sont manquantes, veuillez réanalyser votre bibliothèque et attendre que l'indexation soit terminée.","Include RAW image files when downloading stacks and archives.":"Inclure les fichiers d'images RAW lors du téléchargement de piles et d'archives.","Include sidecar files when downloading stacks and archives.":"Inclure les fichiers side-car lors du téléchargement de piles et d'archives.","Increase storage size or delete files to continue.":"Augmentez l'espace de stockage ou supprimez des fichiers pour continuer.","Index":"Index","Indexing":"Indexation","Indexing canceled":"Indexation annulée","Indexing completed in %d s":"Indexation terminée en %d s","Indexing failed":"Échec de l'indexation","Indexing files in %s":"Indexation des fichiers de %s","Indexing media and sidecar files…":"Indexation des fichiers médias et side-car…","Indexing originals...":"Indexage des originaux…","Information":"Informations","Inherit":"Hériter","Instance":"Instance","Instance ID":"ID de l'instance","Instance unreachable. Try again once it's back online.":"L'instance est inaccessible. Réessayez quand elle sera à nouveau en ligne.","Instances":"Instances","Insufficient storage":"Espace de stockage insuffisant","Insufficient storage.":"Espace de stockage insuffisant.","Interval":"Intervalle","Invalid":"Invalide","Invalid address":"Adresse incorrecte","Invalid country":"Pays non valide","Invalid credentials":"Les informations d'identification sont invalides","Invalid date":"Date incorrecte","Invalid link":"Lien invalide","Invalid name":"Nom invalide","Invalid parameters":"Paramètres invalides","Invalid password, please try again":"Mot de passe invalide, veuillez réessayer","Invalid photo selected":"Photo non valide sélectionnée","Invalid time":"Heure incorrecte","Invalid URL":"URL incorrecte","Invalid verification code, please try again":"Code de vérification invalide, veuillez réessayer","IP Address":"Adresse IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Il s'agit d'un code à usage unique qui désactivera l'authentification à deux facteurs (2FA) lors de l'usage de votre compte.","Item":"Item","Items per page:":"Article(s) par page :","JPEG Quality: %{n}":"Qualité des JPEG : %{n}","JPEG Size Limit: %{n}px":"Limite de taille des JPEGs : %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Les JPEGs et miniatures sont automatiquement affichés selon les besoins.","Keyword":"Mot-clef","Keywords":"Mots-clés","Label":"Etiquette","Label not found":"Étiquette non trouvée","Label saved":"Étiquettes sauvegardées","Labels":"Étiquettes","Labels deleted":"Étiquettes supprimées","Language":"Langue","Last Active":"Dernière activité","Last Login":"Dernière connexion","Last page":"Dernière page","Last Sync":"Dernière synchro","Last Used":"Dernière utilisation","Latitude":"Latitude","LDAP/AD":"LDAP/AD","Learn more":"En savoir plus","Learn More":"En savoir plus","Legal Information":"Informations légales","Lens":"Objectif","Lens not found":"Objectif non trouvé","Library":"Bibliothèque","License":"Licence","Like":"Préféré","Lime":"Citron","Limit reached, showing first %{n} files":"Limite atteinte, affichage des %{n} premiers fichiers","Link":"Lien","List":"Liste","List View":"Vue en liste","Live":"Live","Live Photos":"Photos en direct","Load more":"En charger plus","Loading items...":"Chargement des articles…","Loading...":"Chargement…","Local":"Locale","Local Time":"Heure locale","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","Logs":"Journaux","Longitude":"Longitude","Lost server connection":"Connexion au serveur perdue","Low":"Basse","Magenta":"Magenta","Main Color":"Couleur principale","Male":"Homme","Manage Account":"Gérer le compte","Manager":"Gestionnaire","Manual":"Manuel","Manual Upload":"Chargement manuel","Maps":"Cartes","Marker":"Marqueur","Maximum number of accounts has been reached.":"Le nombre maximum de comptes a été atteint.","Media":"Les médias","Medium":"Moyen","Membership":"Adhésion","Merge %{a} with %{b}?":"Fusionner %{a} avec %{b} ?","Message":"Message","Metadata":"Métadonnées","Metrics":"Métriques","Minimize":"Minimiser","Missing":"Manquant","Missing or invalid configuration":"Configuration manquante ou incorrecte","mixed":"mélangé","Moments":"Moments","Monochrome":"Monochrome","Month":"Mois","More options":"Plus d'options","Mosaic":"Mosaïque","Most Relevant":"Le plus pertinent","Move Files":"Déplacer les fichiers","Moving files from %s":"Déplacement de fichiers depuis %s","Must have at least %{n} characters.":"Doit comporter au moins %{n} caractères.","Mute":"Muet","Name":"Nom","Name too long":"Nom trop long","Never":"Jamais","New":"Nouvelles","New Password":"Nouveau mot de passe","Newest First":"La plus récente d'abord","Next":"Suivant","Next page":"Page suivante","Next visual":"Visuel suivant","No":"Non","No Access":"Accès refusé","No albums assigned":"Aucun album attribué","No albums found":"Aucun album trouvé","No albums selected":"Aucun album sélectionné","No data available":"Pas de données disponibles","No files available for download":"Aucun fichier à télécharger","No items selected":"Aucun élément sélectionné","No labels assigned":"Aucune étiquette attribuée","No labels found":"Aucune étiquette trouvée","No labels selected":"Aucune étiquette sélectionnée","No matching records found":"Aucun enregistrement correspondant n'a été trouvé","No more":"Pas plus","No people found":"Aucune personne trouvée","No pictures found":"Aucune image trouvée","No recently edited pictures":"Aucune image modifiée récemment","No registered instances.":"Aucune instance enregistrée.","No results":"Aucun résultat","No server connection":"Pas de connexion au serveur","No servers configured.":"Aucun serveur configuré.","No services configured.":"Aucun service n'est configuré.","No thanks":"Non merci","No users on this instance.":"Il n'y a aucun utilisateur de cette instance.","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.","Node":"Nœud","Nodes":"Nœuds","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","Not allowed":"Non autorisé","Not available in public mode":"Non disponible en mode public","Not available in read-only mode":"Non disponible en mode lecture seule","Not found":"Non trouvé","Not sorted.":"Non trié.","Not supported":"Non pris en charge","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.":"Note : Seuls les serveurs WebDAV, comme Nextcloud ou PhotoPrism, peuvent être configurés comme service à distance pour la sauvegarde et le chargement de fichiers.","Notes":"Remarques","Nothing to see here yet.":"Rien à voir ici pour le moment.","Nothing was found.":"Rien n'a été trouvé.","Offline":"Hors-ligne","OK":"OK","Oldest First":"La plus ancienne d'abord","On Windows, enter the following resource in the connection dialog:":"Sous Windows, saisissez la ressource suivante dans la boîte de dialogue de connexion :","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"La génération de vignettes à la demande peut entraîner une charge élevée du processeur et de la mémoire. Elle est déconseillée en cas de serveurs ou d'appareils NAS aux ressources limitées.","Once a week":"Une fois par semaine","One album found":"Un album trouvé","One entry added to %s":"Une entrée a été ajoutée à %s","One entry removed from %s":"Une entrée a été supprimée dans %s","One file found":"Un fichier trouvé","One file uploaded":"Un fichier téléchargé","One folder found":"Un dossier trouvé","One label found":"Une étiquette trouvée","One person found":"Une personne trouvée","One picture found":"Une image trouvée","Only locally managed accounts can be set up for authentication with 2FA.":"L'authentification à deux facteurs (2FA) ne peut être activée que pour les comptes gérés localement.","Open":"Ouvrir","optional":"optionnel","or":"ou","Orange":"Orange","Organization":"Organisation","Orientation":"Orientation","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","Originals folder is empty":"Le dossier des originaux est vide","Other":"Autre","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Notre mission est de fournir la solution la plus conviviale et la plus respectueuse de la vie privée pour que vos photos soient organisées et accessibles.","Outdoor":"Extérieur","Page {0}, Current page":"Page {0}, page en cours","Pages":"Pages","Pagination Navigation":"Navigation par pagination","Panorama":"Panorama","Panoramas":"Panoramas","Part of all selected photos":"Partie de toutes les photos sélectionnées","Part of some selected photos":"Une partie des photos sélectionnées","Password":"Mot de passe","Password changed":"Mot de passe modifié","Pause":"Pause","Payment required":"Paiement requis","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","Permission denied":"Autorisation refusée","Person":"Personne","Person cover updated":"L'image de couverture de la personne a été mise à jour","Person deleted":"Personne supprimée","Person not found":"Personne non trouvée","Person saved":"Personne sauvegardée","Personal":"Personnel","Photo":"Photo","PhotoPrism is 100% self-funded and independent.":"PhotoPrism est autofinancé à 100% et indépendant.","PhotoPrism+ Membership":"Adhésion à PhotoPrism","Photos":"Photos","Picture":"Image","Picture Title":"Titre de l'image","Pink":"Rose","Pinned":"Épinglé","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 copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Veuillez copier le mot de passe suivant, généré de manière aléatoire, et le conserver dans un endroit sûr, car vous ne pourrez plus le voir :","Please do not upload any private, unlawful or offensive pictures.":"Attention à ne pas charger d'image à caractère privé, illégal ou offensant.","Please don't upload photos containing offensive content.":"Veuillez ne pas envoyer de photos choquantes.","Please enter OTP character {0}":"Saisir le caractère OTP {0}","Please log in to your account":"Veuillez vous connecter à votre compte","Please note that changing your password will log you out on other devices and browsers.":"Veuillez noter que la modification de votre mot de passe vous déconnectera sur d'autres appareils et navigateurs.","Please restart your instance for the changes to take effect.":"Veuillez redémarrer votre instance pour que les changements prennent effet.","Please wait…":"Veuillez patienter…","PM":"PM","PNG Size Limit: %{n}px":"Limite de taille PNG : %{n}px","Portal":"Portail","Portrait":"Portrait","Preserve filenames":"Conserver les noms de fichiers","Press enter to create a new album.":"Appuyer sur la touche entrée pour créer un nouvel album.","Press enter to create new item":"Appuyer sur la touche Entrée pour créer un nouvel élément","Prevent database and album backups as well as YAML sidecar files from being created.":"Désactiver les sauvegardes de bases de données et d’albums ainsi que la création de fichiers side-car YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Interdire à une autre application l'accès à PhotoPrism en tant que lecteur réseau partagé.","Preview":"Prévisualisation","Preview Images":"Images de prévisualisation","Previous":"Précédent","Previous page":"Page précédente","Previous visual":"Visuel précédent","Primary":"Primaire","Private":"Privée","Processing upload...":"Chargement en cours…","Product Feedback":"Commentaires sur le produit","Projection":"Projection","Purple":"Violet","Quality Filter":"Filtre de qualité","Quality Score":"Score de qualité","Quota exceeded":"Quota dépassé","Random":"Aléatoire","Rating {0} of {1}":"Évaluation {0} sur {1}","Raw":"Brut","RAW":"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":"Accès en lecture seule","Recently Added":"Ajoutées récemment","Recently Archived":"Archivées récemment","Recently Edited":"Modifiées récemment","Recognition starts after indexing has been completed.":"La reconnaissance démarrera après la fin de l'indexation.","Recognized":"Reconnues","Recovery Code":"Code de récupération","Red":"Rouge","Refresh":"Rafraîchir","Regions":"Les régions","Register":"S'inscrire","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 from all":"Retirer de toutes","Remove from all selected photos":"Retirer de toutes les photos sélectionnées","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.","Remove the selected instance from the cluster registry?":"Retirer l'instance sélectionnée de la grappe de serveurs ?","Removed":"Retrait effectué","Removed %{name}":"%{name} a été supprimé","Removed %d files and %d photos":"Suppression de %d fichiers et %d photos","Repeated":"Répétition","Request failed - are you offline?":"La requête a échoué - êtes-vous hors ligne ?","Request failed - invalid response":"Échec de la requête - réponse incorrecte","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Impose un examen préalable des images non photographiques ou de faible qualité avant de les faire apparaître dans les résultats de recherche.","Resolution":"Résolution","Restart":"Redémarrer","Restore":"Restaurer","Restored":"Restauré","Retry Limit":"Limite de réessai","Retype Password":"Ressaisir le mot de passe","Review":"Examen","Role":"Rôle","Roles":"Rôles","Rotated":"Rotation effectuée","Rows per page:":"Lignes par page :","Satellite":"Satellite","Save":"Sauvegarder","Save changes":"Enregistrer les modifications","Scan":"Numérisée","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scannez le code QR avec votre application d'authentification ou utilisez la clé d'installation indiquée ci-dessous, puis saisissez le code de vérification généré :","Scans":"Numérisées","Scope":"Portée","Scopes":"Portées","Search":"Rechercher","Season":"Saison","Secret":"Secret","Security and Access":"Sécurité et accès","Select":"Sélectionner","Select a source folder to import files…":"Sélectionner le dossier source d'où importer des fichiers…","Select date":"Sélectionner la date","Select dates":"Sélectionner les dates","Select or create albums":"Sélectionner ou créer des albums","Select or create labels":"Sélectionner ou créer des étiquettes","Select or drop files to upload…":"Sélectionner ou déposer les fichiers à télécharger…","Select the files to upload…":"Sélectionner les fichiers à charger…","Select the folder to be indexed…":"Sélectionner le dossier à indexer…","Select Time":"Sélectionner l'heure","Selection":"Sélection","Selection added to %s":"Sélection ajoutée à %s","Selection approved":"Sélection approuvée","Selection archived":"Sélection archivée","Selection marked as private":"Sélection marquée comme privée","Selection not found":"Sélection non trouvée","Selection restored":"Sélection restaurée","Sequential Name":"Suite logique de noms","Service":"Service","Service URL":"URL du service","Services":"Services","Session":"Session","Session ID":"Identifiant de session","Sessions":"Sessions","Set as Album Cover":"Utiliser cette photo comme couverture de l'album","Set as Cover Image":"Définir comme image de couverture","Settings":"Paramètres","Settings saved":"Paramètres sauvegardés","Setup":"Configurer","Severity":"Gravité","Share":"Partager","Share %{s}":"Partager %{s}","Show":"Afficher","Show All Labels":"Afficher toutes les étiquettes","Show all new faces":"Montrer tous les nouveaux visages","Show Caption":"Afficher la légende","Show Captions":"Afficher les légendes","Show face markers":"Afficher les marqueurs de visage","Show hidden":"Afficher les éléments masqués","Show Important Only":"Afficher uniquement les éléments importants","Show logs in the web interface to monitor activity and troubleshoot problems.":"Afficher les journaux dans l'interface Web pour superviser l'activité et résoudre les problèmes.","Show smart albums that group pictures by occasion, trip, or location.":"Affichez des albums intelligents qui regroupent vos photos par occasion, voyage ou lieu.","Show the Account page so users can manage their profile and security settings.":"Afficher la page Compte pour que l'utilisateur puisse gérer son profil et ses paramètres de sécurité.","Show the Calendar view to browse the library by year and month.":"Afficher la vue Calendrier pour parcourir la bibliothèque par année et par mois.","Show the Labels section to view and manage AI-generated labels.":"Afficher la section Étiquettes pour voir et gérer les étiquettes générées par l'IA.","Show the Library section to index, manage, and monitor the media library.":"Afficher la section Bibliothèque pour indexer et gérer la bibliothèque multimédia.","Show the Places view with interactive maps so you can browse photos by location.":"Activez les cartes interactives pour rechercher les photos en fonction du lieu de leur prise de vue.","Show Titles":"Afficher les titres","Sidecar":"Fichier side-car","Sidecar Files":"Fichiers side-car","Sign in":"S'identifier","Sign Out":"Se déconnecter","Similar":"Similaire","Site URL":"URL du site","Size":"Taille","Slideshow":"Diaporama","Slow":"Lent","Software":"Logiciel","Software Update":"Mise à jour du logiciel","Some albums could not be copied":"Certains albums n'ont pu être copiés","Some albums could not be created. Please edit the names and try again.":"Certains albums n'ont pu être créés. Modifiez leur nom et réessayez.","Some albums could not be updated":"Certains albums n'ont pu être mis à jour","Something went wrong, try again":"Quelque chose s'est mal passé, réessayez","Sort by":"Trier par","Sort by Name (A–Z)":"Trier selon le nom (A-Z)","Sort by Photo Count":"Trier selon le nombre de photos","Sort by Relevance":"Trier par pertinence","Sort Order":"Ordre de tri","Sorted ascending.":"Triés par ordre croissant.","Sorted descending.":"Trié par ordre décroissant.","Source":"Source","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","Start":"Démarrer","Start Page":"Page d'accueil","Static Size Limit: %{n}px":"Limite de taille avant rendu : %{n}px","Status":"Statut","Stay signed in on this device":"Rester connecté sur cet appareil","Stop Casting":"Arrête de lancer","Storage":"Stockage","Streets":"Rues","Subject":"Sujet","Subject deleted":"Sujet supprimé","Subject not found":"Sujet non trouvé","Subject saved":"Sujet sauvegardé","Successfully activated":"Activation réussie","Successfully Connected":"Bien connecté","Successfully deleted":"Suppression réussie","Successfully verified":"Vérifié avec succès","Super Admin":"Super Admin","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.","Support Our Mission":"Soutenez notre mission","Sync":"Synchronisation","Sync raw and video files":"Synchroniser les fichiers raw et les vidéos","Taken":"Prise","Teal":"Sarcelle","Terrain":"Terrain","Text":"Texte","Thank You for Your Support!":"Merci pour votre soutien !","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"C'est pourquoi PhotoPrism a été conçu dès le départ pour fonctionner partout où vous en avez besoin, sans compromettre la liberté, la confidentialité ou la fonctionnalité.","The index currently contains %{n} hidden files.":"L'index contient actuellement %{n} fichiers cachés.","The instance rejected the cluster credentials.":"L'instance a rejeté les informations d'identification du cluster.","The instance returned an unexpected redirect.":"L'instance a renvoyé une redirection inattendue.","The wakeup interval is %s, but must be 1h or less":"L'intervalle entre les tâches est de %s, mais il doit être inférieur ou égal à 1 h","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 account is missing an ID and can't be edited.":"Ce compte n'a pas d'identifiant et ne peut être modifié.","This field is required":"Ce champ est obligatoire","This instance has no site URL configured.":"Cette instance n'a pas d'URL de site configurée.","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 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. ","Time":"L'heure","Time UTC":"Heure UTC","Time Zone":"Fuseau horaire","Timeout":"Délai","Title":{"":"Titre","Account":"Titre","Photo":"Titre"},"Title / Position":"Titre / Poste","to":"à","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Pour éviter le blocage de votre compte, téléchargez, imprimez ou copiez maintenant ce code de récupération, et conservez-le dans un endroit sûr.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Pour générer un nouveau mot de passe spécifique à l'application, veuillez saisir le nom et la portée de l'autorisation de l'application ainsi que sélectionner une date d'expiration :","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Pour changer d'application ou de dispositif d'authentification, commencez par désactiver l'authentification à deux facteurs, puis réactivez-la :","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Pour effectuer une mise à niveau, vous pouvez soit saisir un code d'activation, soit cliquer sur «S'inscrire» pour vous inscrire sur notre site web :","Today":"Aujourd'hui","Toggle View":"Basculer la vue","Token":"Jeton","Too many files selected":"Trop de fichiers sélectionnés","Too many requests":"Trop de demandes","Troubleshooting":"Résolution des problèmes","Try again using other filters or keywords.":"Réessayez en utilisant d'autres filtres ou mots-clés.","Two-factor authentication has been enabled for your account.":"L'authentification à deux facteurs de votre compte est désormais activée.","Type":"Type","Unable to delete":"Impossible de supprimer","Unable to do that":"Impossible d'effectuer cela","Unassign":"Désaffecter","Unauthorized":"Non autorisé","Undo":"Annuler","Unique ID":"Identifiant unique","Unknown":"Inconnu","Unknown location":"Lieu inconnu","Unregistered":"Non enregistré","Unsorted":"Non trié","Unstack":"Dégrouper","Unsupported":"Non pris en charge","Unsupported format":"Format non supporté","Unsupported type":"Type non pris en charge","Updated":"Mis à jour","Updating faces":"Mise à jour des visages","Updating index":"Mise à jour de l'index","Updating moments":"Mise à jour des moments","Updating picture…":"Mise à jour de l'image…","Updating previews":"Mise à jour des aperçus","Updating stacks":"Mise à jour des groupes","Upgrade":"Mise à niveau","Upgrade Now":"Mettre à niveau maintenant","Upload":"Chargement","Upload complete":"Chargement terminé","Upload complete. Indexing…":"Chargement terminé. Indexation en cours…","Upload failed":"Échec du chargement","Upload has been processed":"Le chargement a été effectué","Upload local files":"Envoyer des fichiers locaux","Upload might be offensive":"Le contenu chargé pourrait être de nature offensante","Upload Path":"Chemin d'accès","Uploading %{n} of %{t}…":"Chargement de %{n} sur %{t}…","Uploading photos…":"Chargement des photos en cours…","Uploading…":"Téléchargement…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Utilisez le code de récupération suivant pour accéder à votre compte lorsque vous ne pouvez pas générer un code de vérification valide avec l'application d'identification :","Use your recovery code or contact an administrator for help.":"Utilisez votre code de récupération ou contactez un administrateur pour obtenir de l'aide.","User":"Utilisateur","User Guide":"Guide de l'utilisateur","User Interface":"Interface utilisateur","User not found":"Utilisateur non trouvé","Username":"Identifiant","Users":"Utilisateurs","UUID":"UUID","Vector":"Vectoriel","Vectors":"Vectoriels","Verification Code":"Code de vérification","Version":"Version","Video":"Vidéo","Video Duration":"Durée de la vidéo","Videos":"Vidéos","View":"Voir","View search results as a list.":"Afficher les résultats de la recherche sous forme de liste.","Viewer":"Visionneuse","Vision":"Vision","Visitor":"Visiteur","Visual Similarity":"Similitude visuelle","Warning":"Avertissement","Web Login":"Connexion Web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Les clients WebDAV peuvent se connecter à PhotoPrism en utilisant l'URL suivante :","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Les clients WebDAV, comme par exemple Windows Explorer de Microsoft ou le Finder d'Apple, peuvent se connecter directement à PhotoPrism. ","WebDAV Upload":"Chargement via le protocole WebDAV","WebGL support is disabled in your browser":"La prise en charge de WebGL est désactivée dans votre navigateur","Website":"Site web","White":"Blanc","Work Details":"Détails sur le poste","Year":"Année","Yellow":"Jaune","Yes":"Oui","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Vous pouvez nous contacter à l'adresse membership@photoprism.app pour toute question concernant votre adhésion.","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 can search for a location or move the marker on the map to change the position:":"Vous pouvez rechercher un lieu ou déplacer le marqueur sur la carte pour changer de position :","You can upload up to %{n} files for test purposes.":"Vous pouvez déposer jusqu'à %{n} fichiers à des fins de test.","You cannot change your own role.":"Vous ne pouvez pas modifier votre propre rôle.","You do not have access to any instances.":"Vous n'avez accès à aucune instance.","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.","Your account could not be connected":"Votre compte n'a pas pu être connecté","Your account has been successfully connected.":"Votre compte a été connecté avec succès.","Your browser does not support WebGL":"Votre navigateur ne prend pas en charge WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Votre soutien continu nous aide à fournir des mises à jour régulières et à rester indépendants, afin que nous puissions remplir notre mission et protéger votre vie privée.","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.","Zip created in %d s":"Archive zip créée en %d s","Zoom in/out":"Agrandir/Dézoomer","Archive":{"Noun":"Archives","Verb":"Archives"},"Add a Title":{"Photo":"Ajouter un titre"}}} \ No newline at end of file +{"fr":{"{0} appended action":"{0} action(s) attachées(s)","{0} files":"{0} fichier(s)","{0} files ({1} in total)":"{0} fichiers(s) ({1} au total)","{0} more":"{0} de plus","{0} prepended action":"{0} action(s) préliminaire(s)","{0} selected":"{0} sélectionnée(s)","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"%{n} album(s) trouvé(s)","%{n} files uploaded":"%{n} fichier(s) chargé(s)","%{n} folders found":"%{n} dossier(s) trouvé(s)","%{n} GB of %{q} GB used":"%{n} Go de %{q} Go utilisés","%{n} labels found":"%{n} étiquette(s) trouvée(s)","%{n} people found":"%{n} personne(s) trouvée(s)","%{n} pictures found":"%{n} image(s) trouvée(s)","%{s} is too long":"%{s} est trop long","%{s} is too short":"%{s} est trop court","%d entries added to %s":"%d entrées ont été ajoutées à %s","%d entries removed from %s":"%d entrées ont été supprimées de %s","%d files uploaded in %d s":"%d fichiers chargés en %d s","%s already exists":"%s existe déjà","%s has been restored":"%s a été restauré","1 hour":"1 heure","12 hours":"12 heures","2-Factor Authentication":"Authentification à 2 facteurs","2FA":"2FA","4 hours":"4 heures","A click will copy it to your clipboard.":"Cliquez pour copier vers votre presse-papier.","A new version of %{s} is available:":"Une nouvelle version de %{s} est disponible :","About":"À propos","Access granted.":"Accès accordé.","Access revoked.":"Accès révoqué.","Access Token":"Jeton d'accès","Account":"Compte","Account created":"Compte créé","Account deleted":"Compte supprimé","Account Group Mappings":"Correspondances entre groupes de comptes","Account not found":"Compte non trouvé","Account restored":"Compte restauré","Account saved":"Compte sauvegardé","Accounts":"Comptes","Accuracy":"Précision","Action":"Action","Actions":"Actions","Activate":"Activer","Activate to remove sorting.":"Activer pour supprimer le tri.","Activate to sort ascending.":"Activer pour trier par ordre croissant.","Activate to sort descending.":"Activer pour trier par ordre décroissant.","Activation Code":"Code d'activation","Activity":"Activité","Add":"Ajouter","Add %{s}?":"Ajouter %{s} ?","Add a Caption":"Ajoute une légende","Add Account":"Ajouter un compte","Add Album":"Ajouter un album","Add Link":"Ajouter un lien","Add Notes":"Ajouter des notes","Add person?":"Ajouter une personne ?","Add pictures from search results by selecting them.":"Ajouter des images à partir des résultats de recherche en les sélectionnant.","Add to album":"Ajouter à l'album","Add to all":"Ajouter à toutes","Add to all selected photos":"Ajouter à toutes les photos sélectionnées","Added":"Ajouté","Added %{name}":"Ajout de %{name}","Adjust Date & Time":"Ajuster la date et l'heure","Adjust Location":"Ajuster l'emplacement","Admin":"Administrateur","Advanced":"Avancé","After 1 day":"Après 1 jour","After 3 days":"Après 3 jours","After 7 days":"Après 7 jours","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Après avoir saisi votre mot de passe pour confirmation, vous pourrez configurer l'authentification à deux facteurs à l'aide d'une application ou d'un dispositif d'authentification compatible :","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 %s deleted":"Album %s supprimé","Album Backups":"Sauvegardes d'albums","Album contents cloned":"Le contenu de l'album a été copié","Album created":"Album créé","Album deleted":"Album supprimé","Album not found":"Album non trouvé","Album saved":"Album sauvegardé","Albums":"Albums","Albums deleted":"Albums supprimés","All":"Tous","All %{n} albums loaded":"Les %{n} album(s) 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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Autoriser la configuration et l'utilisation d'applications et services connectés pour les téléchargements à distance et la synchronisation.","Allow editing of metadata such as title, description, date, and location.":"Permettre la modification des métadonnées telles que le titre, la description, la date et le lieu.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permettre de modifier simultanément les métadonnées, les catégories et les albums de plusieurs images.","Allow files to be copied or moved from the Import to the Originals folder.":"Autoriser la copie ou le déplacement de fichiers du dossier d'importation vers le dossier d'origine.","Allow files to be permanently deleted to free up storage space.":"Autoriser la suppression définitive des fichiers afin de libérer de l'espace de stockage.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permets aux utilisateurs d'archiver les photos et les vidéos pour qu'elles soient cachées sans être supprimées.","Allow users to create and share links, and enable sharing with connected services.":"Permettez aux utilisateurs de créer et partager des liens, et facilitez-en le partage avec les services associés.","Allow users to upload new photos and videos through the web interface.":"Permettez aux utilisateurs de charger photos et vidéos via l'interface web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Vous pouvez également envoyer les fichiers directement vers un serveur WebDAV comme Nextcloud.","Altitude":"Altitude","Altitude (m)":"Altitude (m)","AM":"AM","Animated":"Animé","Animation":"Animation","Animations":"Animations","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","Application":"Application","Applications":"Applications","Approve":"Approuver","Approve and save changes":"Approuver et enregistrer les changements","Apps and Devices":"Applications et appareils","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 delete this album?":"Êtes-vous sûr de vouloir supprimer cet album ?","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 ?","Are you sure?":"Êtes-vous sûr ?","Artist":"Auteur","Aspect Ratio":"Format d'image","Attributes":"Attributs","Audio":"Audio","Audit Log":"Journal d'audit","Authentication":"Authentification","Auto":"Auto","Back":"Retour","Back to top":"Retour en haut de la page","Backup":"Sauvegarde","Badge":"Badge","Base Path":"Chemin de base","Batch":"Lot","Batch Edit":"Édition par lots","Become a member today, support our mission and enjoy our member benefits!":"Devenez membre aujourd'hui, soutenez notre mission et profitez de nos avantages !","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Étant 100% autofinancés et indépendants, nous pouvons vous promettre que nous ne vendrons jamais vos données et que nous serons toujours transparents sur nos logiciels et services.","Bio":"Biographie","Birth Date":"Date de naissance","Black":"Noir","Blue":"Bleu","Brown":"Marron","Browse":"Parcourir","Browse Files":"Parcourir les fichiers","Browse Pictures":"Parcourir les images","Bug Report":"Signaler une erreur","Busy, please try again later":"Occupé, veuillez réessayer plus tard","Busy, please wait…":"Veuillez patienter…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"En utilisant le logiciel et les services que nous fournissons, vous acceptez nos conditions d'utilisation, notre politique de confidentialité et notre code de conduite.","Calendar":"Calendrier","Camera":"Appareil photo","Camera not found":"Caméra non trouvée","Camera Serial":"N° de série de l'appareil photo","Can't access your authenticator app or device?":"Vous n'avez pas accès à votre application ou votre appareil d'authentification ?","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","Cannot copy to clipboard":"Impossible de copier dans le presse-papiers","Caption":"Légende","Cards":"Cartes","Carousel slide {0} of {1}":"Page {0} sur {1} du carrousel","Cast":"Distribution","Category":"Catégorie","Change Avatar":"Changer d'avatar","Change Password":"Changer le mot de passe","Change private flag":"Modifier le statut privé","Changes could not be saved":"Les modifications n'ont pu être sauvegardées","Changes successfully saved":"Les modifications ont bien été enregistrées","Changes to the advanced settings require a restart to take effect.":"Un redémarrage est nécessaire pour que les modifications apportées aux paramètres avancés soient prises en compte.","Checked":"Vérifié","Choose an instance to continue:":"Choisissez une instance pour continuer :","Chroma":"Saturation","Cleaning index and cache":"Nettoyage de l'index et du cache","Cleanup":"Nettoyage","Clear {0}":"Effacer {0}","Client":"Client","Close":"Fermer","Cluster":"Grappe de serveurs","Cluster Admin":"Administrateur du cluster","Cluster Node":"Nœud de grappe de serveurs","Codec":"Codec","Color":"Couleur","Color Profile":"Profil de couleur","Colors":"Couleurs","Compare Editions":"Comparer les éditions","Complete Rescan":"Réanalyse complète","Confidence":"Confiance","Confirm":"Confirmer","Connect":"Connecter","Connect via WebDAV":"Se connecter via le protocole WebDAV","Connected":"Connecté","Contact Details":"Coordonnées","Contact Us":"Nous contacter","Contains %{n} pictures.":"Contient %{n} images.","Contains one picture.":"Contient une image.","Content":{"":"Contenu","Edit":"Contenu"},"Continue":"Poursuivre","Contributor":"Contributeur","Converting":"Conversion en cours","Copied to clipboard":"Copié vers le presse-papier","Copy":"Copier","Copying files from %s":"Copie de fichiers depuis %s","Copyright":"Copyright","Could not be deleted":"N'a pas pu être supprimé","Could not connect, please try again":"Échec lors de la connexion, veuillez réessayer","Could not update person cover":"Impossible de mettre à jour l'image de couverture de la personne","Couldn't find anything.":"Aucun élément trouvé.","Country":"Pays","Create Account":"Créer un compte","Create album":"Créer un album","Create regular backups based on the configured schedule.":"Réaliser des sauvegardes de l'index en suivant la planification programmée.","Create YAML files to back up album metadata.":"Utiliser des fichiers YAML pour sauvegarder les métadonnées des albums.","Create YAML sidecar files to back up picture metadata.":"Utiliser des fichiers side-car YAML pour sauvegarder les métadonnées des images.","Created":"Créé","Creating thumbnails for":"Création des miniatures pour","Current Password":"Mot de passe actuel","Custom":"Sur mesure","Cyan":"Cyan","Daily":"Quotidien","Database":"Base de données","Database Backups":"Sauvegarde de la base de données","Databases":"Bases de données","Date & Time":"Date et heure","Day":"Jour","Deactivate":"Désactiver","Debug Logs":"Journaux de débogage","Default":"Valeur par défaut","Default Folder":"Dossier par défaut","Delete":"Supprimer","Delete Album":"Supprimer l'album","Delete All":"Tout supprimer","Delete all?":"Tout supprimer ?","Delete orphaned index entries, sidecar files and thumbnails.":"Supprimer les entrées d'index, les vignettes, et les fichiers side-car orphelins.","deleted":"supprimé","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 all face detection and recognition features.":"Désactiver toutes les fonctions de détection et de reconnaissance des visages.","Disable Backups":"Désactiver les sauvegardes","Disable Darktable":"Désactiver Darktable","Disable ExifTool":"Désactiver l'outil ExifTool","Disable Faces":"Désactiver la reconnaissance faciale","Disable features that require write permission for the originals folder.":"Désactiver les fonctions pour lesquelles l'autorisation d'écrire dans le dossier des originaux est nécessaire.","Disable FFmpeg":"Désactiver FFmpeg","Disable ImageMagick":"Désactiver ImageMagick","Disable interactive world maps and reverse geocoding.":"Désactiver les cartes du monde interactives et le géocodage inversé.","Disable MCP":"Désactiver MCP","Disable Places":"Désactiver les Lieux","Disable RawTherapee":"Désactiver RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Désactive le point de terminaison de l'API du protocole de contexte de modèle (MCP) pour les intégrations d'agents d'IA.","Disable Vectors":"Désactiver les vecteurs","Disable WebDAV":"Désactiver WebDAV","Disabled":"Désactivé","Disables vector graphics support.":"Désactive la prise en charge des images vectorielles.","Disables video transcoding and thumbnail extraction.":"Désactive le transcodage vidéo et l'extraction des vignettes.","Discard":"Jeter","Discard changes and close":"Abandonner les modifications et fermer","Discard invalid changes?":"Ignorer les modifications non valides ?","Discard unsaved changes?":"Abandonner les modifications non sauvegardées ?","Discover":"Découvrir","Dismiss":"Rejeter","Display Name":"Nom affiché","Display picture captions in search results.":"Afficher les légendes des images dans les résultats de recherche.","Display picture titles in search results.":"Afficher les titres des images dans les résultats de recherche.","Document":"Document","Documents":"Documents","Don't use Darktable to convert RAW images.":"Ne pas utiliser Darktable pour convertir les fichers RAW.","Don't use ImageMagick to convert images.":"Ne pas utiliser ImageMagick pour convertir les images.","Don't use RawTherapee to convert RAW images.":"Ne pas utiliser RawTherapee pour convertir les fichiers RAW.","Done":"Terminé","Done.":"Terminé.","Download":"Télécharger","Download only original media files, without any automatically generated files.":"Télécharger uniquement les fichiers multimédias originaux, sans fichiers générés automatiquement.","Download remote files":"Télécharger les fichiers distants","Downloading…":"Téléchargement en cours…","Drag and drop files here":"Glisser et déposer les fichiers ici","Driver":"Pilote","Duplicates will be skipped and only appear once.":"Les doublons seront ignorés et n'apparaîtront qu'une seule fois.","Duration":"Durée","Dynamic Previews":"Avant-premières non cachées","Dynamic Size Limit: %{n}px":"Limite de taille non cachée : %{n}px","Edit":"Modifier","Edit %{s}":"Modifier %{s}","Edit Account":"Modifier le compte","Edit Photo":"Modifier la photo","Edit Photos (%{n})":"Modifier les photos (%{n})","Edited":"Modifié","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Activer le mode débogage pour afficher des journaux supplémentaires et aider au dépannage.","Enable downloading of original and sidecar files from the web interface.":"Activez le téléchargement des fichiers originaux et side-car via l'interface Web.","Enable face recognition and the People view to easily find people you know.":"Activez la reconnaissance faciale et la vue Personnes pour retrouver facilement des personnes que vous connaissez.","Enable new features that may be incomplete or unstable.":"Activer les nouvelles fonctionnalités, potentiellement incomplètes ou instables.","Enable the file browser to navigate the Originals folder structure.":"Activez le navigateur de fichiers pour parcourir la structure des dossiers contenant les originaux.","Enables RAW converter presets. May reduce performance.":"Active les préréglages du convertisseur RAW. Cela peut réduire les performances.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Avec l'authentification à deux facteurs, il faut un code de vérification généré de manière aléatoire pour se connecter, si bien que personne, même connaissant votre mot de passe, ne pourra se connecter à votre compte.","Engine":"Moteur","Enter date":"Saisir la date","Enter dates":"Saisir les dates","Enter item name...":"Entrez le nom de l'élément…","Enter the code generated by your authenticator app:":"Entrez le code généré par votre application d'authentification :","Enter verification code":"Entrer le code de vérification","Enter your password to confirm the action and continue:":"Saisissez votre mot de passe pour confirmer l'action et continuer :","Entity not found":"Entité non trouvée","Error":"Erreur","Errors":"Erreurs","Estimate":"Estimation","Estimate Locations":"Reconnaissance de lieux","Estimate the approximate location of pictures without GPS coordinates.":"Tente de reconnaître le lieu où une photo dépourvue de géolocalisation a été prise.","Every two days":"Tous les deux jours","Exclude hidden":"Exclure les éléments cachés","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"ExifTool est requis pour la prise en charge complète des métadonnées XMP, des vidéos et des Live Photos.","Experimental Features":"Fonctions Expérimentales","Expires":"Expire","Exposure":"Exposition","Extract still images and generate thumbnails while indexing.":"Extrait les images fixes et génère des vignettes lors de l'indexation.","F Number":"Ouverture","Face":"Visage","Faces":"Visages","Failed creating file, please check permissions":"La création du fichier a échoué, veuillez vérifier les permissions","Failed creating folder, please check permissions":"Échec de la création du dossier, veuillez vérifier les permissions","Failed removing link":"Échec de la suppression du lien","Failed to connect account.":"Échec de la connexion au compte.","Failed to create zip file":"Échec de la création du fichier zip","Failed to load users.":"Impossible de charger les utilisateurs.","Failed to remove face marker":"Échec de la suppression du marqueur de visage","Failed to remove name":"Échec de la suppression du nom","Failed to restart server":"Le redémarrage du serveur a échoué","Failed to save changes":"L'enregistrement des modifications a échoué","Failed to save face marker":"L'enregistrement du marqueur de visage a échoué","Failed to save name":"L'enregistrement du nom a échoué","Failed updating link":"Échec de la mise à jour du lien","Family Name":"Nom de famille","Fast":"Rapide","Favorite":"Favori","Favorites":"Favoris","Feature disabled":"Fonctionnalité désactivée","Feature Request":"Demander une fonctionnalité","Female":"Femme","File":"Fichier","File Browser":"Explorateur de fichiers","File Conversion":"Conversion de fichiers","File deleted":"Fichier supprimé","File Name":"Nom du fichier","File not found":"Fichier non trouvé","File removed from stack":"Le fichier a été retiré de la pile","File Size":"Taille du fichier","File too large":"Fichier trop volumineux","File uploaded":"Fichier chargé","Filename":"Nom du fichier","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.","First page":"Première page","Focal Length":"Longueur focale","Folder":"Dossier","Folder contains %{n} files":"Dossier contenant %{n} fichiers","Folder is empty":"Le dossier est vide","Folders":"Dossiers","Forgot password?":"Mot de passe oublié ?","FPS":"FPS","Frames":"Cadres","Full Access":"Accès intégral","Fullscreen":"Plein écran","General":"Général","Generate":"Générer","Generate Previews":"Générer des aperçus","Generated":"Généré","Get Started":"Commencer","Given Name":"Prénom","Global Options":"Options globales","Go to page {0}":"Aller à la page {0}","Gold":"Or","Green":"Vert","Grey":"Gris","Groups":"Groupes","Guest":"Invité","Hash":"Somme de contrôle","Help":"Aide","Help & Support":"Aide & Support","Hidden":"Caché","Hidden Files":"Fichiers cachés","Hide":"Cacher","Hide Caption":"Cacher la légende","Hide face markers":"Masquer les marqueurs de visage","Hide private content from global views while keeping it accessible in the Private section.":"Masquer les contenus privés dans les vues globales tout en les laissant accessibles dans la section « Privé ».","High":"Élevé","High Dynamic Range (HDR)":"Gamme dynamique élevée (HDR)","Hybrid":"Hybride","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"En cas de perte d'accès à votre application ou votre appareil d'authentification, vous pourrez utiliser votre code de récupération pour accéder à nouveau à votre compte.","Image":"Image","Image Quality":"Qualité de l'image","Import":"Importer","Import canceled":"Importation annulée","Import completed in %d s":"Importation terminée en %d s","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.","Importing %{s}…":"Importation de %{s} 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 sont manquantes, veuillez réanalyser votre bibliothèque et attendre que l'indexation soit terminée.","Include RAW image files when downloading stacks and archives.":"Inclure les fichiers d'images RAW lors du téléchargement de piles et d'archives.","Include sidecar files when downloading stacks and archives.":"Inclure les fichiers side-car lors du téléchargement de piles et d'archives.","Increase storage size or delete files to continue.":"Augmentez l'espace de stockage ou supprimez des fichiers pour continuer.","Index":"Index","Indexing":"Indexation","Indexing canceled":"Indexation annulée","Indexing completed in %d s":"Indexation terminée en %d s","Indexing failed":"Échec de l'indexation","Indexing files in %s":"Indexation des fichiers en %s","Indexing media and sidecar files…":"Indexation des fichiers médias et side-car…","Indexing originals...":"Indexage des originaux…","Information":"Informations","Inherit":"Hériter","Instance":"Instance","Instance ID":"ID de l'instance","Instance unreachable. Try again once it's back online.":"L'instance est inaccessible. Réessayez quand elle sera à nouveau en ligne.","Instances":"Instances","Insufficient storage":"Espace de stockage insuffisant","Insufficient storage.":"Espace de stockage insuffisant.","Interval":"Intervalle","Invalid":"Invalide","Invalid address":"Adresse incorrecte","Invalid country":"Pays non valide","Invalid credentials":"Les informations d'identification ne sont pas valables","Invalid date":"Date incorrecte","Invalid link":"Lien incorrect","Invalid name":"Nom incorrect","Invalid parameters":"Paramètres invalides","Invalid password, please try again":"Mot de passe incorrect, veuillez réessayer","Invalid photo selected":"Photo non valide sélectionnée","Invalid time":"Heure incorrecte","Invalid URL":"URL incorrecte","Invalid verification code, please try again":"Code de vérification incorrect, veuillez réessayer","IP Address":"Adresse IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Il s'agit d'un code à usage unique qui désactivera l'authentification à deux facteurs (2FA) lors de l'usage de votre compte.","Item":"Item","Items per page:":"Article(s) par page :","JPEG Quality: %{n}":"Qualité des JPEG : %{n}","JPEG Size Limit: %{n}px":"Limite de taille des JPEGs : %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Les JPEGs et miniatures sont automatiquement affichés selon les besoins.","Keyword":"Mot-clef","Keywords":"Mots-clés","Label":"Etiquette","Label not found":"Étiquette non trouvée","Label saved":"Étiquette sauvegardée","Labels":"Étiquettes","Labels deleted":"Étiquettes supprimées","Language":"Langue","Last Active":"Dernière activité","Last Login":"Dernière connexion","Last page":"Dernière page","Last Sync":"Dernière synchro","Last Used":"Dernière utilisation","Latitude":"Latitude","LDAP/AD":"LDAP/AD","Learn more":"En savoir plus","Learn More":"En savoir plus","Legal Information":"Informations légales","Lens":"Objectif","Lens not found":"Objectif non trouvé","Library":"Bibliothèque","License":"Licence","Like":"Préféré","Lime":"Citron","Limit reached, showing first %{n} files":"Limite atteinte, affichage des %{n} premiers fichiers","Link":"Lien","List":"Liste","List View":"Vue en liste","Live":"Live","Live Photos":"Photos en direct","Load more":"En charger plus","Loading items...":"Chargement des articles…","Loading...":"Chargement…","Local":"Locale","Local Time":"Heure locale","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","Logs":"Journaux","Longitude":"Longitude","Lost server connection":"Connexion au serveur perdue","Low":"Basse","Magenta":"Magenta","Main Color":"Couleur principale","Male":"Homme","Manage Account":"Gérer le compte","Manager":"Gestionnaire","Manual":"Manuel","Manual Upload":"Chargement manuel","Maps":"Cartes","Marker":"Marqueur","Maximum number of accounts has been reached.":"Le nombre maximum de comptes a été atteint.","Media":"Les médias","Medium":"Moyen","Membership":"Adhésion","Merge %{a} with %{b}?":"Fusionner %{a} avec %{b} ?","Message":"Message","Metadata":"Métadonnées","Metrics":"Métriques","Minimize":"Minimiser","Missing":"Manquant","Missing or invalid configuration":"Configuration manquante ou incorrecte","mixed":"mélangé","Moments":"Moments","Monochrome":"Monochrome","Month":"Mois","More options":"Plus d'options","Mosaic":"Mosaïque","Most Relevant":"Le plus pertinent","Move Files":"Déplacer les fichiers","Moving files from %s":"Déplacement de fichiers depuis %s","Must have at least %{n} characters.":"Doit comporter au moins %{n} caractères.","Mute":"Muet","Name":"Nom","Name too long":"Nom trop long","Never":"Jamais","New":"Nouvelles","New Password":"Nouveau mot de passe","Newest First":"La plus récente d'abord","Next":"Suivant","Next page":"Page suivante","Next visual":"Visuel suivant","No":"Non","No Access":"Accès refusé","No albums assigned":"Aucun album attribué","No albums found":"Aucun album trouvé","No albums selected":"Aucun album sélectionné","No data available":"Pas de données disponibles","No files available for download":"Aucun fichier à télécharger","No items selected":"Aucun élément sélectionné","No labels assigned":"Aucune étiquette attribuée","No labels found":"Aucune étiquette trouvée","No labels selected":"Aucune étiquette sélectionnée","No matching records found":"Aucun enregistrement correspondant n'a été trouvé","No more":"Pas plus","No people found":"Aucune personne trouvée","No pictures found":"Aucune image trouvée","No recently edited pictures":"Aucune image modifiée récemment","No registered instances.":"Aucune instance enregistrée.","No results":"Aucun résultat","No server connection":"Pas de connexion au serveur","No servers configured.":"Aucun serveur configuré.","No services configured.":"Aucun service n'est configuré.","No thanks":"Non merci","No users on this instance.":"Il n'y a aucun utilisateur de cette instance.","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.","Node":"Nœud","Nodes":"Nœuds","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","Not allowed":"Non autorisé","Not available in public mode":"Non disponible en mode public","Not available in read-only mode":"Non disponible en mode lecture seule","Not found":"Non trouvé","Not sorted.":"Non trié.","Not supported":"Non pris en charge","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.":"Note : Seuls les serveurs WebDAV, comme Nextcloud ou PhotoPrism, peuvent être configurés comme service à distance pour la sauvegarde et le chargement de fichiers.","Notes":"Remarques","Nothing to see here yet.":"Rien à voir ici pour le moment.","Nothing was found.":"Rien n'a été trouvé.","Offline":"Hors-ligne","OK":"OK","Oldest First":"La plus ancienne d'abord","On Windows, enter the following resource in the connection dialog:":"Sous Windows, saisissez la ressource suivante dans la boîte de dialogue de connexion :","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"La génération de vignettes à la demande peut entraîner une charge élevée du processeur et de la mémoire. Elle est déconseillée en cas de serveurs ou d'appareils NAS aux ressources limitées.","Once a week":"Une fois par semaine","One album found":"Un album trouvé","One entry added to %s":"Une entrée a été ajoutée à %s","One entry removed from %s":"Une entrée a été supprimée dans %s","One file found":"Un fichier trouvé","One file uploaded":"Un fichier téléchargé","One folder found":"Un dossier trouvé","One label found":"Une étiquette trouvée","One person found":"Une personne trouvée","One picture found":"Une image trouvée","Only locally managed accounts can be set up for authentication with 2FA.":"L'authentification à deux facteurs (2FA) ne peut être activée que pour les comptes gérés localement.","Open":"Ouvrir","optional":"optionnel","or":"ou","Orange":"Orange","Organization":"Organisation","Orientation":"Orientation","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","Originals folder is empty":"Le dossier des originaux est vide","Other":"Autre","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Notre mission est de fournir la solution la plus conviviale et la plus respectueuse de la vie privée pour que vos photos soient organisées et accessibles.","Outdoor":"Extérieur","Page {0}, Current page":"Page {0}, page en cours","Pages":"Pages","Pagination Navigation":"Navigation par pagination","Panorama":"Panorama","Panoramas":"Panoramas","Part of all selected photos":"Partie de toutes les photos sélectionnées","Part of some selected photos":"Une partie des photos sélectionnées","Password":"Mot de passe","Password changed":"Mot de passe modifié","Pause":"Pause","Payment required":"Paiement requis","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","Permission denied":"Autorisation refusée","Person":"Personne","Person cover updated":"L'image de couverture de la personne a été mise à jour","Person deleted":"Personne supprimée","Person not found":"Personne non trouvée","Person saved":"Personne sauvegardée","Personal":"Personnel","Photo":"Photo","PhotoPrism is 100% self-funded and independent.":"PhotoPrism est autofinancé à 100% et indépendant.","PhotoPrism+ Membership":"Adhésion à PhotoPrism","Photos":"Photos","Picture":"Image","Picture Title":"Titre de l'image","Pink":"Rose","Pinned":"Épinglé","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 copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Veuillez copier le mot de passe suivant, généré de manière aléatoire, et le conserver dans un endroit sûr, car vous ne pourrez plus le voir :","Please do not upload any private, unlawful or offensive pictures.":"Attention à ne pas charger d'image à caractère privé, illégal ou offensant.","Please don't upload photos containing offensive content.":"Veuillez ne pas envoyer de photos choquantes.","Please enter OTP character {0}":"Saisir le caractère OTP {0}","Please log in to your account":"Veuillez vous connecter à votre compte","Please note that changing your password will log you out on other devices and browsers.":"Veuillez noter que la modification de votre mot de passe vous déconnectera sur d'autres appareils et navigateurs.","Please restart your instance for the changes to take effect.":"Veuillez redémarrer votre instance pour que les changements prennent effet.","Please wait…":"Veuillez patienter…","PM":"PM","PNG Size Limit: %{n}px":"Limite de taille PNG : %{n}px","Portal":"Portail","Portrait":"Portrait","Preserve filenames":"Conserver les noms de fichiers","Press enter to create a new album.":"Appuyer sur la touche entrée pour créer un nouvel album.","Press enter to create new item":"Appuyer sur la touche Entrée pour créer un nouvel élément","Prevent database and album backups as well as YAML sidecar files from being created.":"Désactiver les sauvegardes de bases de données et d’albums ainsi que la création de fichiers side-car YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Interdire à une autre application l'accès à PhotoPrism en tant que lecteur réseau partagé.","Preview":"Prévisualisation","Preview Images":"Images de prévisualisation","Previous":"Précédent","Previous page":"Page précédente","Previous visual":"Visuel précédent","Primary":"Primaire","Private":"Privée","Processing upload...":"Chargement en cours…","Product Feedback":"Commentaires sur le produit","Projection":"Projection","Purple":"Violet","Quality Filter":"Filtre de qualité","Quality Score":"Score de qualité","Quota exceeded":"Quota dépassé","Random":"Aléatoire","Rating {0} of {1}":"Évaluation {0} sur {1}","Raw":"Brut","RAW":"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":"Accès en lecture seule","Recently Added":"Ajoutées récemment","Recently Archived":"Archivées récemment","Recently Edited":"Modifiées récemment","Recognition starts after indexing has been completed.":"La reconnaissance démarrera après la fin de l'indexation.","Recognized":"Reconnues","Recovery Code":"Code de récupération","Red":"Rouge","Refresh":"Rafraîchir","Regions":"Les régions","Register":"S'inscrire","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 from all":"Retirer de toutes","Remove from all selected photos":"Retirer de toutes les photos sélectionnées","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.","Remove the selected instance from the cluster registry?":"Retirer l'instance sélectionnée de la grappe de serveurs ?","Removed":"Retrait effectué","Removed %{name}":"%{name} a été supprimé","Removed %d files and %d photos":"Suppression de %d fichiers et %d photos","Repeated":"Répétition","Request failed - are you offline?":"La requête a échoué - êtes-vous hors ligne ?","Request failed - invalid response":"Échec de la requête - réponse incorrecte","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Impose un examen préalable des images non photographiques ou de faible qualité avant de les faire apparaître dans les résultats de recherche.","Resolution":"Résolution","Restart":"Redémarrer","Restore":"Restaurer","Restored":"Restauré","Retry Limit":"Limite de réessai","Retype Password":"Ressaisir le mot de passe","Review":"Examen","Role":"Rôle","Roles":"Rôles","Rotated":"Rotation effectuée","Rows per page:":"Lignes par page :","Satellite":"Satellite","Save":"Sauvegarder","Save changes":"Enregistrer les modifications","Scan":"Numérisée","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scannez le code QR avec votre application d'authentification ou utilisez la clé d'installation indiquée ci-dessous, puis saisissez le code de vérification généré :","Scans":"Numérisées","Scope":"Portée","Scopes":"Portées","Search":"Rechercher","Season":"Saison","Secret":"Secret","Security and Access":"Sécurité et accès","Select":"Sélectionner","Select a source folder to import files…":"Sélectionner le dossier source d'où importer des fichiers…","Select date":"Sélectionner la date","Select dates":"Sélectionner les dates","Select or create albums":"Sélectionner ou créer des albums","Select or create labels":"Sélectionner ou créer des étiquettes","Select or drop files to upload…":"Sélectionner ou déposer les fichiers à télécharger…","Select the files to upload…":"Sélectionner les fichiers à charger…","Select the folder to be indexed…":"Sélectionner le dossier à indexer…","Select Time":"Sélectionner l'heure","Selection":"Sélection","Selection added to %s":"Sélection ajoutée à %s","Selection approved":"Sélection approuvée","Selection archived":"Sélection archivée","Selection marked as private":"Sélection marquée comme privée","Selection not found":"Sélection non trouvée","Selection restored":"Sélection restaurée","Sequential Name":"Suite logique de noms","Service":"Service","Service URL":"URL du service","Services":"Services","Session":"Session","Session ID":"Identifiant de session","Sessions":"Sessions","Set as Album Cover":"Utiliser cette photo comme couverture de l'album","Set as Cover Image":"Définir comme image de couverture","Settings":"Paramètres","Settings saved":"Paramètres sauvegardés","Setup":"Configurer","Severity":"Gravité","Share":"Partager","Share %{s}":"Partager %{s}","Show":"Afficher","Show All Labels":"Afficher toutes les étiquettes","Show all new faces":"Montrer tous les nouveaux visages","Show Caption":"Afficher la légende","Show Captions":"Afficher les légendes","Show face markers":"Afficher les marqueurs de visage","Show hidden":"Afficher les éléments masqués","Show Important Only":"Afficher uniquement les éléments importants","Show logs in the web interface to monitor activity and troubleshoot problems.":"Afficher les journaux dans l'interface Web pour superviser l'activité et résoudre les problèmes.","Show smart albums that group pictures by occasion, trip, or location.":"Affichez des albums intelligents qui regroupent vos photos par occasion, voyage ou lieu.","Show the Account page so users can manage their profile and security settings.":"Afficher la page Compte pour que l'utilisateur puisse gérer son profil et ses paramètres de sécurité.","Show the Calendar view to browse the library by year and month.":"Afficher la vue Calendrier pour parcourir la bibliothèque par année et par mois.","Show the Labels section to view and manage AI-generated labels.":"Afficher la section Étiquettes pour voir et gérer les étiquettes générées par l'IA.","Show the Library section to index, manage, and monitor the media library.":"Afficher la section Bibliothèque pour indexer et gérer la bibliothèque multimédia.","Show the Places view with interactive maps so you can browse photos by location.":"Activez les cartes interactives pour rechercher les photos en fonction du lieu de leur prise de vue.","Show Titles":"Afficher les titres","Sidecar":"Fichier side-car","Sidecar Files":"Fichiers side-car","Sign in":"S'identifier","Sign Out":"Se déconnecter","Similar":"Similaire","Site URL":"URL du site","Size":"Taille","Slideshow":"Diaporama","Slow":"Lent","Software":"Logiciel","Software Update":"Mise à jour du logiciel","Some albums could not be copied":"Certains albums n'ont pu être copiés","Some albums could not be created. Please edit the names and try again.":"Certains albums n'ont pu être créés. Modifiez leur nom et réessayez.","Some albums could not be updated":"Certains albums n'ont pu être mis à jour","Something went wrong, try again":"Quelque chose s'est mal passé, réessayez","Sort by":"Trier par","Sort by Name (A–Z)":"Trier selon le nom (A-Z)","Sort by Photo Count":"Trier selon le nombre de photos","Sort by Relevance":"Trier par pertinence","Sort Order":"Ordre de tri","Sorted ascending.":"Triés par ordre croissant.","Sorted descending.":"Trié par ordre décroissant.","Source":"Source","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","Start":"Démarrer","Start Page":"Page d'accueil","Static Size Limit: %{n}px":"Limite de taille avant rendu : %{n}px","Status":"Statut","Stay signed in on this device":"Rester connecté sur cet appareil","Stop Casting":"Arrête de lancer","Storage":"Stockage","Streets":"Rues","Subject":"Sujet","Subject deleted":"Sujet supprimé","Subject not found":"Sujet non trouvé","Subject saved":"Sujet sauvegardé","Successfully activated":"Activation réussie","Successfully Connected":"Bien connecté","Successfully deleted":"Suppression réussie","Successfully verified":"Vérifié avec succès","Super Admin":"Super Admin","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.","Support Our Mission":"Soutenez notre mission","Sync":"Synchronisation","Sync raw and video files":"Synchroniser les fichiers raw et les vidéos","Taken":"Prise","Teal":"Sarcelle","Terrain":"Terrain","Text":"Texte","Thank You for Your Support!":"Merci pour votre soutien !","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"C'est pourquoi PhotoPrism a été conçu dès le départ pour fonctionner partout où vous en avez besoin, sans compromettre la liberté, la confidentialité ou la fonctionnalité.","The index currently contains %{n} hidden files.":"L'index contient actuellement %{n} fichiers cachés.","The instance rejected the cluster credentials.":"L'instance a rejeté les informations d'identification du cluster.","The instance returned an unexpected redirect.":"L'instance a renvoyé une redirection inattendue.","The wakeup interval is %s, but must be 1h or less":"L'intervalle entre les tâches est de %s, mais il doit être inférieur ou égal à 1 h","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 account is missing an ID and can't be edited.":"Ce compte n'a pas d'identifiant et ne peut être modifié.","This field is required":"Ce champ est obligatoire","This instance has no site URL configured.":"Cette instance n'a pas d'URL de site configurée.","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 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. ","Time":"L'heure","Time UTC":"Heure UTC","Time Zone":"Fuseau horaire","Timeout":"Délai","Title":{"":"Titre","Account":"Titre","Photo":"Titre"},"Title / Position":"Titre / Poste","to":"à","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Pour éviter le blocage de votre compte, téléchargez, imprimez ou copiez maintenant ce code de récupération, et conservez-le dans un endroit sûr.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Pour générer un nouveau mot de passe spécifique à l'application, veuillez saisir le nom et la portée de l'autorisation de l'application ainsi que sélectionner une date d'expiration :","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Pour changer d'application ou de dispositif d'authentification, commencez par désactiver l'authentification à deux facteurs, puis réactivez-la :","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Pour effectuer une mise à niveau, vous pouvez soit saisir un code d'activation, soit cliquer sur «S'inscrire» pour vous inscrire sur notre site web :","Today":"Aujourd'hui","Toggle View":"Basculer la vue","Token":"Jeton","Too many files selected":"Trop de fichiers sélectionnés","Too many requests":"Trop de demandes","Troubleshooting":"Résolution des problèmes","Try again using other filters or keywords.":"Réessayez en utilisant d'autres filtres ou mots-clés.","Two-factor authentication has been enabled for your account.":"L'authentification à deux facteurs de votre compte est désormais activée.","Type":"Type","Unable to delete":"Impossible de supprimer","Unable to do that":"Impossible d'effectuer cela","Unassign":"Désaffecter","Unauthorized":"Non autorisé","Undo":"Annuler","Unique ID":"Identifiant unique","Unknown":"Inconnu","Unknown location":"Lieu inconnu","Unregistered":"Non enregistré","Unsorted":"Non trié","Unstack":"Dégrouper","Unsupported":"Non pris en charge","Unsupported format":"Format non supporté","Unsupported type":"Type non pris en charge","Updated":"Mis à jour","Updating faces":"Mise à jour des visages","Updating index":"Mise à jour de l'index","Updating moments":"Mise à jour des moments","Updating picture…":"Mise à jour de l'image…","Updating previews":"Mise à jour des aperçus","Updating stacks":"Mise à jour des groupes","Upgrade":"Mise à niveau","Upgrade Now":"Mettre à niveau maintenant","Upload":"Chargement","Upload complete":"Chargement terminé","Upload complete. Indexing…":"Chargement terminé. Indexation en cours…","Upload failed":"Échec du chargement","Upload has been processed":"Le chargement a été effectué","Upload local files":"Envoyer des fichiers locaux","Upload might be offensive":"Le contenu chargé pourrait être de nature offensante","Upload Path":"Chemin d'accès","Uploading %{n} of %{t}…":"Chargement de %{n} sur %{t}…","Uploading photos…":"Chargement des photos en cours…","Uploading…":"Téléchargement…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Utilisez le code de récupération suivant pour accéder à votre compte lorsque vous ne pouvez pas générer un code de vérification valide avec l'application d'identification :","Use your recovery code or contact an administrator for help.":"Utilisez votre code de récupération ou contactez un administrateur pour obtenir de l'aide.","User":"Utilisateur","User Guide":"Guide de l'utilisateur","User Interface":"Interface utilisateur","User not found":"Utilisateur non trouvé","Username":"Identifiant","Users":"Utilisateurs","UUID":"UUID","Vector":"Vectoriel","Vectors":"Vectoriels","Verification Code":"Code de vérification","Verified email required":"Adresse de courriel vérifiée requise","Version":"Version","Video":"Vidéo","Video Duration":"Durée de la vidéo","Videos":"Vidéos","View":"Voir","View search results as a list.":"Afficher les résultats de la recherche sous forme de liste.","Viewer":"Visionneuse","Vision":"Vision","Visitor":"Visiteur","Visual Similarity":"Similitude visuelle","Warning":"Avertissement","Web Login":"Connexion Web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Les clients WebDAV peuvent se connecter à PhotoPrism en utilisant l'URL suivante :","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Les clients WebDAV, comme par exemple Windows Explorer de Microsoft ou le Finder d'Apple, peuvent se connecter directement à PhotoPrism. ","WebDAV Upload":"Chargement via le protocole WebDAV","WebGL support is disabled in your browser":"La prise en charge de WebGL est désactivée dans votre navigateur","Website":"Site web","White":"Blanc","Work Details":"Détails sur le poste","Year":"Année","Yellow":"Jaune","Yes":"Oui","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Vous pouvez nous contacter à l'adresse membership@photoprism.app pour toute question concernant votre adhésion.","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 can search for a location or move the marker on the map to change the position:":"Vous pouvez rechercher un lieu ou déplacer le marqueur sur la carte pour changer de position :","You can upload up to %{n} files for test purposes.":"Vous pouvez déposer jusqu'à %{n} fichiers à des fins de test.","You cannot change your own role.":"Vous ne pouvez pas modifier votre propre rôle.","You do not have access to any instances.":"Vous n'avez accès à aucune instance.","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.","Your account could not be connected":"Votre compte n'a pas pu être connecté","Your account has been successfully connected.":"Votre compte a été connecté avec succès.","Your browser does not support WebGL":"Votre navigateur ne prend pas en charge WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Votre soutien continu nous aide à fournir des mises à jour régulières et à rester indépendants, afin que nous puissions remplir notre mission et protéger votre vie privée.","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.","Zip created in %d s":"Archive zip créée en %d s","Zoom in/out":"Agrandir/Dézoomer","Archive":{"Noun":"Archives","Verb":"Archives"},"Add a Title":{"Photo":"Ajouter un titre"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/ga.json b/frontend/src/locales/json/ga.json index b70c289d9..64bf5fb84 100644 --- a/frontend/src/locales/json/ga.json +++ b/frontend/src/locales/json/ga.json @@ -1 +1 @@ -{"ga":{"{0} appended action":"{0} gníomh curtha leis","{0} files":"{0} gcomhad","{0} files ({1} in total)":"{0} comhad ({1} san iomlán)","{0} more":"{0} eile","{0} prepended action":"{0} gníomh réamhullmhaithe","{0} selected":"{0} roghnaithe","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"Aimsíodh %{n} albam","%{n} files uploaded":"%{n} comhad uaslódála","%{n} folders found":"Aimsíodh %{n} fillteán","%{n} GB of %{q} GB used":"Úsáideadh %{n} GB as %{q} GB","%{n} labels found":"Aimsíodh %{n} lipéad","%{n} people found":"Aimsíodh %{n} duine","%{n} pictures found":"Aimsíodh %{n} pictiúr","%{s} is too long":"Tá %{s} rófhada","%{s} is too short":"Tá %{s} ró-ghearr","%d entries added to %s":"%d iontráil curtha le %s","%d entries removed from %s":"%d iontráil bainte de %s","%d files uploaded in %d s":"%d comhaid uaslódáilte i %d s","%s already exists":"%s ann cheana","%s has been restored":"%s athchóirithe","1 hour":"1 uair","12 hours":"12 uair an chloig","2-Factor Authentication":"Fíordheimhniú 2-Fachtóir","2FA":"2FA","4 hours":"4 uair an chloig","A click will copy it to your clipboard.":"Déanfaidh cliceáil é a chóipeáil chuig do ghearrthaisce.","A new version of %{s} is available:":"Tá leagan nua de %{s} ar fáil:","About":"Maidir","Access granted.":"Rochtain deonaithe.","Access revoked.":"Rochtain cealaithe.","Access Token":"Comhartha Rochtana","Account":"Cuntas","Account created":"Cuntas cruthaithe","Account deleted":"Scriosadh an cuntas","Account Group Mappings":"Mapálacha Grúpa Cuntas","Account not found":"Cuntas gan aimsiú","Account restored":"Cuntas athchóirithe","Account saved":"Cuntas sábháilte","Accounts":"Cuntais","Accuracy":"Cruinneas","Action":"Gníomh","Actions":"Gníomhartha","Activate":"Gníomhachtaigh","Activate to remove sorting.":"Gníomhachtaigh chun sórtáil a bhaint.","Activate to sort ascending.":"Gníomhachtaigh chun dul suas a shórtáil.","Activate to sort descending.":"Gníomhachtaigh chun íslitheach a shórtáil.","Activation Code":"Cód gníomhachtúcháin","Activity":"Gníomhaíocht","Add":"Cuir","Add %{s}?":"Cuir %{s} leis?","Add a Caption":"Cuir ceannteideal leis","Add Account":"Cuir Cuntas leis","Add Album":"Cuir Albam leis","Add Link":"Cuir Nasc leis","Add Notes":"Cuir Nótaí Leis","Add person?":"Cuir duine leis?","Add pictures from search results by selecting them.":"Cuir pictiúir ó thorthaí cuardaigh leis trína roghnú.","Add to album":"Cuir leis an albam","Add to all":"Cuir le gach ceann","Add to all selected photos":"Cuir leis na grianghraif roghnaithe go léir","Added":"Curtha leis","Added %{name}":"Curtha leis %{name}","Adjust Camera Info":"Coigeartaigh Faisnéis an Cheamara","Adjust Date & Time":"Coigeartaigh an dáta agus an t-am","Adjust Location":"Coigeartaigh an Suíomh","Admin":"Riarachán","Advanced":"Casta","Advertise URL":"URL fógraíochta","After 1 day":"Tar éis 1 lá","After 3 days":"Tar éis 3 lá","After 7 days":"Tar éis 7 lá","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Tar éis duit do phasfhocal a chur isteach lena dheimhniú, is féidir leat fíordheimhniú dhá fhachtóir a shocrú le haip nó gléas fíordheimhneora comhoiriúnach:","After one month":"Tar éis míosa","After one year":"Tar éis bliana amháin","After selecting pictures from search results, you can add them to an album using the context menu.":"Tar éis duit pictiúir a roghnú ó thorthaí cuardaigh, is féidir leat iad a chur le halbam ag baint úsáide as an roghchlár comhthéacs.","After two months":"Tar éis dhá mhí","After two weeks":"Tar éis dhá sheachtain","Album":"Albam","Album %s deleted":"Albam %s scriosta","Album Backups":"Cúltaca Albam","Album contents cloned":"Clónáilte ábhar albam","Album created":"Albam cruthaithe","Album deleted":"Scriosadh an t-albam","Album not found":"Albam gan aimsiú","Album saved":"Sábháilte albam","Albums":"Albaim","Albums deleted":"Albaim scriosta","All":"Gach","All %{n} albums loaded":"Gach %{n} albam luchtaithe","All %{n} labels loaded":"Gach %{n} lipéad luchtaithe","All %{n} people loaded":"Gach %{n} duine luchtaithe","All Cameras":"Gach ceamaraí","All Categories":"Gach Catagóir","All Colors":"Gach Dathanna","All Countries":"Gach Tíortha","All files from import folder":"Gach comhad ón bhfillteán allmhairiú","All Lenses":"Gach Lionsaí","All Months":"Gach Míonna","All originals":"Gach bunleagan","All Years":"Gach Bliain","Allow configuration and use of connected apps and services for remote uploads and sync.":"Ceadaigh cumraíocht agus úsáid aipeanna agus seirbhísí nasctha le haghaidh uaslódálacha agus sioncrónú iargúlta.","Allow editing of metadata such as title, description, date, and location.":"Ceadaigh eagarthóireacht meiteashonraí amhail teideal, cur síos, dáta agus suíomh.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Ceadaigh eagarthóireacht a dhéanamh ar mheiteashonraí, lipéid agus albaim ilphictiúr ag an am céanna.","Allow files to be copied or moved from the Import to the Originals folder.":"Cumasaigh an uirlis Iompórtála chun comhaid a chóipeáil nó a bhogadh ón bhfillteán Iompórtála go dtí na Bunchóipeanna.","Allow files to be permanently deleted to free up storage space.":"Ceadaigh comhaid a scriosadh go buan chun spás stórála a shaoradh.","Allow users to archive photos and videos so they are hidden without being deleted.":"Lig d’úsáideoirí grianghraif agus físeáin a chartlannú ionas go mbeidh siad i bhfolach gan iad a scriosadh.","Allow users to create and share links, and enable sharing with connected services.":"Lig d’úsáideoirí naisc a chruthú agus a roinnt, agus cumasaigh comhroinnt le seirbhísí nasctha.","Allow users to upload new photos and videos through the web interface.":"Lig d’úsáideoirí grianghraif agus físeáin nua a uaslódáil tríd an gcomhéadan gréasáin.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Nó, is féidir leat comhaid a uaslódáil go díreach chuig freastalaithe WebDAV cosúil le Nextcloud.","Altitude":"Airde","Altitude (m)":"airde (m)","AM":"AM","Animated":"Beoite","Animation":"Beochan","Animations":"Beochana","Any private photos and videos remain private and won't be shared.":"Fanann aon ghrianghraif agus físeáin phríobháideacha príobháideach agus ní roinnfear iad.","API Key":"Eochair API","Application":"Iarratas","Applications":"Feidhmchláir","Approve":"Cheadaigh","Approve and save changes":"Ceadaigh agus sábháil athruithe","Apps and Devices":"Aipeanna agus Gléasanna","Archived":"Cartlannaithe","Are you sure you want to archive the selection?":"An bhfuil tú cinnte gur mhaith leat an rogha a chur sa chartlann?","Are you sure you want to delete these albums?":"An bhfuil tú cinnte gur mhaith leat na halbaim seo a scriosadh?","Are you sure you want to delete these labels?":"An bhfuil tú cinnte gur mhaith leat na lipéid seo a scriosadh?","Are you sure you want to delete this account?":"An bhfuil tú cinnte gur mhaith leat an cuntas seo a scriosadh?","Are you sure you want to delete this album?":"An bhfuil tú cinnte gur mian leat an t-albam seo a scriosadh?","Are you sure you want to permanently delete these pictures?":"An bhfuil tú cinnte gur mhaith leat na pictiúir seo a scriosadh go buan?","Are you sure you want to permanently delete this file?":"An bhfuil tú cinnte gur mian leat an comhad seo a scriosadh go buan?","Are you sure?":"An bhfuil tú cinnte?","Artist":"Ealaíontóir","Aspect Ratio":"Cóimheas Gné","Attributes":"Tréithe","Audio":"Fuaime","Audit Log":"Fuaime","Authentication":"Fíordheimhniú","Auto":"Auto","Back":"Ar ais","Back to top":"Ar ais go barr","Backup":"Cúltaca","Badge":"Suaitheantas","Base Path":"Conair Bhun","Batch":"Baisc","Batch Edit":"Eagarthóireacht Bhaisc","Become a member today, support our mission and enjoy our member benefits!":"Bí i do bhall inniu, tacaigh lenár misean agus bain taitneamh as ár mbuntáistí ball!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Agus sinn 100% féinmhaoinithe agus neamhspleách, is féidir linn geallúint a thabhairt duit nach ndíolfaimid do shonraí choíche agus go mbeimid trédhearcach i gcónaí maidir lenár mbogearraí agus ár seirbhísí.","Bio":"Bith","Birth Date":"Dáta Breithe","Black":"Dubh","Blue":"Gorm","Brown":"Donn","Browse":"Brabhsáil","Browse Files":"Brabhsáil Comhaid","Browse Pictures":"Brabhsáil Pictiúir","Bug Report":"Tuairisc ar Fhabht","Busy, please try again later":"Gnóthach, bain triail eile as ar ball","Busy, please wait…":"Gnóthach, fan go fóill…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Trí úsáid a bhaint as na bogearraí agus na seirbhísí a chuirimid ar fáil, aontaíonn tú lenár dtéarmaí seirbhíse, ár mbeartas príobháideachta, agus ár gcód iompair.","Calendar":"Féilire","Camera":"Ceamara","Camera not found":"Níor aimsíodh an ceamara","Camera Serial":"Sraith ceamara","Can't access your authenticator app or device?":"Ní féidir rochtain a fháil ar d'aip nó gléas fíordheimhnitheora?","Can't load more, limit reached":"Ní féidir níos mó a lódáil, shroich an teorainn","Can't select more items":"Ní féidir níos mó míreanna a roghnú","Cancel":"Cealaigh","Cannot copy to clipboard":"Ní féidir cóip a dhéanamh chuig an ngearrthaisce","Caption":"Fotheideal","Cards":"Cártaí","Carousel slide {0} of {1}":"Sleamhnán timpealláin {0} de {1}","Cast":"Foireann aisteoirí","Category":"Catagóir","Change Avatar":"Athrú avatar","Change Password":"Athraigh Pasfhocal","Change private flag":"Athraigh bratach phríobháideach","Changes could not be saved":"Níorbh fhéidir na hathruithe a shábháil","Changes successfully saved":"Sábháladh na hathruithe","Changes to the advanced settings require a restart to take effect.":"Teastaíonn atosú chun athruithe a dhéanamh ar na hardsocruithe chun dul i bhfeidhm.","Checked":"Seiceáilte","Choose an instance to continue:":"Roghnaigh sampla chun leanúint ar aghaidh:","Chroma":"Chroma","Cleaning index and cache":"Innéacs agus taisce a ghlanadh","Cleanup":"Glanta","Clear":"Glan","Clear {0}":"Glan {0}","Client":"Cliant","Close":"Dún","Cluster":"Braisle","Cluster Admin":"Riarthóir Cnuasaigh","Cluster Node":"Nód Cnuasaigh","Codec":"Codec","Color":"Dath","Color Profile":"Próifíl Datha","Colors":"Dathanna","Compare Editions":"Déan comparáid idir Eagráin","Complete Rescan":"Críochnaigh Athscanadh","Confidence":"Muinín","Confirm":"Deimhnigh","Connect":"Ceangail","Connect via WebDAV":"Ceangail trí WebDAV","Connected":"Ceangailte","Contact Details":"Sonraí Teagmhála","Contact Us":"Déan Teagmháil Linn","Contains %{n} pictures.":"Tá %{n} pictiúr ann.","Contains one picture.":"Tá pictiúr amháin ann.","Content":{"":"Ábhar","Edit":"Ábhar"},"Continue":"Lean ort","Contributor":"ranníocóir","Converting":"Tiontú","Copied to clipboard":"Cóipeáladh chuig an ngearrthaisce","Copy":"Cóip","Copying files from %s":"Comhaid á gcóipeáil ó %s","Copyright":"Cóipcheart","Could not be deleted":"Níorbh fhéidir a scriosadh","Could not connect, please try again":"Níorbh fhéidir ceangal a dhéanamh, bain triail eile as","Could not update person cover":"Níorbh fhéidir clúdach an duine a nuashonrú","Couldn't find anything.":"Níorbh fhéidir aon rud a aimsiú.","Country":"Tír","Create Account":"Cruthaigh Cuntas","Create album":"Cruthaigh albam","Create regular backups based on the configured schedule.":"Cruthaigh cúltacaí rialta bunaithe ar an sceideal cumraithe.","Create YAML files to back up album metadata.":"Cruthaigh comhaid YAML chun meiteashonraí albam a chúltaca.","Create YAML sidecar files to back up picture metadata.":"Cruthaigh comhaid taobhcharr YAML chun meiteashonraí pictiúir a chúltaca.","Created":"Cruthaithe","Creating thumbnails for":"Mionsamhlacha a chruthú le haghaidh","Current Password":"Pasfhocal Reatha","Custom":"Saincheaptha","Cyan":"Cian","Daily":"laethúil","Database":"Bunachar Sonraí","Database Backups":"Cúltaca Bunachar Sonraí","Databases":"Bunachair Sonraí","Date & Time":"Dáta & Am","Day":"Lá","Deactivate":"Díghníomhachtaigh","Debug Logs":"Logchomhaid Dífhabhtaithe","Default":"Réamhshocrú","Default Folder":"Fillteán Réamhshocraithe","Delete":"Scrios","Delete Album":"Scrios Albam","Delete All":"Scrios Uile","Delete all?":"Scrios gach rud?","Delete orphaned index entries, sidecar files and thumbnails.":"Scrios iontrálacha innéacs dílleachta, comhaid taobhcharr agus mionsamhlacha.","deleted":"scriosta","Description":"Cur síos","Detailed instructions can be found in our User Guide.":"Is féidir treoracha mionsonraithe a fháil inár dTreoir Úsáideora.","Details":"Sonraí","Dimensions":"Toisí","Disable all face detection and recognition features.":"Díchumasaigh gach gné braite agus aitheantais aghaidhe.","Disable Backups":"Díchumasaigh Cúltaca","Disable Darktable":"Díchumasaigh Darktable","Disable ExifTool":"Díchumasaigh ExifTool","Disable Faces":"Díchumasaigh Aghaidheanna","Disable features that require write permission for the originals folder.":"Díchumasaigh gnéithe a dteastaíonn cead scríofa uathu don fhillteán bunleagan.","Disable FFmpeg":"Díchumasaigh FFmpeg","Disable ImageMagick":"Díchumasaigh ImageMagick","Disable interactive world maps and reverse geocoding.":"Díchumasaigh léarscáileanna idirghníomhacha an domhain agus geochódú droim ar ais.","Disable MCP":"Díchumasaigh MCP","Disable Places":"Díchumasaigh Áiteanna","Disable RawTherapee":"Díchumasaigh RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Díchumasaigh críochphointe API an Phrotacail Chomhthéacs Múnla (MCP) le haghaidh comhtháthuithe gníomhairí IS.","Disable Vectors":"Díchumasaigh Veicteoirí","Disable WebDAV":"Díchumasaigh WebDAV","Disabled":"Míchumasaithe","Disables vector graphics support.":"Díchumasaigh tacaíocht grafaicí veicteora.","Disables video transcoding and thumbnail extraction.":"Díchumasaítear traschódú físeáin agus eastóscadh mionsamhlacha.","Discard":"Scrios","Discard changes and close":"Caith na hathruithe agus dún","Discard invalid changes?":"Diúltú do na hathruithe neamhbhailí?","Discard unsaved changes?":"An gcaitheamh ar shiúl na hathruithe nár sábháladh?","Discover":"Faigh amach","Dismiss":"Díbhe","Display Name":"Ainm Taispeána","Display picture captions in search results.":"Taispeáin fotheidil pictiúir i dtorthaí cuardaigh.","Display picture titles in search results.":"Taispeáin teidil pictiúir sna torthaí cuardaigh.","Document":"Doiciméad","Documents":"Doiciméid","Don't use Darktable to convert RAW images.":"Ná húsáid Darktable chun íomhánna RAW a thiontú.","Don't use ImageMagick to convert images.":"Ná húsáid ImageMagick chun íomhánna a thiontú.","Don't use RawTherapee to convert RAW images.":"Ná húsáid RawTherapee chun íomhánna RAW a thiontú.","Done":"Déanta","Done.":"Déanta.","Download":"Íosluchtaigh","Download only original media files, without any automatically generated files.":"Íoslódáil comhaid meán bunaidh amháin, gan aon chomhaid a ghintear go huathoibríoch.","Download remote files":"Íoslódáil comhaid iargúlta","Downloading…":"Ag íosluchtú…","Drag and drop files here":"Tarraing agus scaoil comhaid anseo","Driver":"Tiománaí","Duplicates will be skipped and only appear once.":"Déanfar dúblaigh a scipeáil agus ní thaispeánfar iad ach uair amháin.","Duration":"Fad","Dynamic Previews":"Réamhamhairc Dinimiciúla","Dynamic Size Limit: %{n}px":"Teorainn Mhéid Dinimiciúla: %{n}px","Edit":"Cuir in eagar","Edit %{s}":"Cuir %{s} in eagar","Edit Account":"Cuir Cuntas in Eagar","Edit Photo":"Cuir Grianghraf in Eagar","Edit Photos (%{n})":"Cuir Grianghraif in Eagar (%{n})","Edited":"Curtha in eagar","Email":"Ríomhphost","Enable debug mode to display additional logs and help with troubleshooting.":"Cumasaigh mód dífhabhtaithe chun logaí breise a thaispeáint agus chun cabhrú le fabhtcheartaithe.","Enable downloading of original and sidecar files from the web interface.":"Cumasaigh íoslódáil comhad bunaidh agus comhad taobhlíne ón gcomhéadan gréasáin.","Enable face recognition and the People view to easily find people you know.":"Cumasaigh aitheantas aghaidhe agus an radharc Daoine chun daoine a bhfuil aithne agat orthu a aimsiú go héasca.","Enable new features that may be incomplete or unstable.":"Cumasaigh gnéithe nua a d'fhéadfadh a bheith neamhiomlán nó éagobhsaí.","Enable the file browser to navigate the Originals folder structure.":"Cumasaigh an brabhsálaí comhad chun nascleanúint a dhéanamh trí struchtúr na bhfillteán Bunleaganacha.","Enables RAW converter presets. May reduce performance.":"Cumasaíonn sé réamhshocruithe tiontaire RAW. D'fhéadfadh sé feidhmíocht a laghdú.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Má chumasaíonn tú fíordheimhniú dhá fhachtóir beidh cód fíorúcháin randamach de dhíth ort chun logáil isteach, mar sin fiú má fhaigheann duine éigin rochtain ar do phasfhocal, ní bheidh siad in ann rochtain a fháil ar do chuntas.","Engine":"Inneall","Enter date":"Cuir isteach an dáta","Enter dates":"Cuir isteach dátaí","Enter item name...":"Cuir isteach ainm an earra...","Enter the code generated by your authenticator app:":"Cuir isteach an cód ginte ag d'aip fíordheimhneora:","Enter verification code":"Cuir isteach cód fíorúcháin","Enter your password to confirm the action and continue:":"Cuir isteach do phasfhocal chun an gníomh a dhearbhú agus lean ar aghaidh:","Entity not found":"Aonán gan aimsiú","Error":"Earráid","Errors":"Earráidí","Estimate":"Meastachán","Estimate Locations":"Suímh Meastacháin","Estimate the approximate location of pictures without GPS coordinates.":"Déan meastachán ar shuíomh na bpictiúr go garbh gan comhordanáidí GPS.","Every two days":"Gach dhá lá","Exclude hidden":"Fág i bhfolach","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Tá ExifTool ag teastáil chun tacaíocht iomlán a thabhairt do mheiteashonraí, físeáin agus Grianghraif Beo XMP.","Experimental Features":"Gnéithe Turgnamhach","Expires":"In éag","Exposure":"Nochtadh","Extract still images and generate thumbnails while indexing.":"Sliocht íomhánna fósta agus mionsamhlacha a ghiniúint agus tú ag innéacsú.","F Number":"F Uimhir","Face":"Aghaidh","Face not found":"Aghaidh gan aimsiú","Faces":"Aghaidheanna","Failed creating file, please check permissions":"Theip ar chruthú an chomhaid, seiceáil na ceadanna","Failed creating folder, please check permissions":"Theip ar chruthú fillteán, seiceáil na ceadanna","Failed removing link":"Theip ar bhaint an nasc","Failed to connect account.":"Theip ar an gcuntas a nascadh.","Failed to create zip file":"Theip ar chruthú an chomhaid zip","Failed to load users.":"Theip ar luchtaireacht na n-úsáideoirí.","Failed to remove face marker":"Theip ar bhaint an mharcóra aghaidhe","Failed to remove name":"Theip ar an ainm a bhaint","Failed to restart server":"Theip ar an bhfreastalaí a atosú","Failed to save changes":"Theip ar athruithe a shábháil","Failed to save face marker":"Theip ar shábháil an mharcóra aghaidhe","Failed to save name":"Theip ar shábháil an ainm","Failed updating link":"Theip ar an nasc a nuashonrú","Family Name":"Ainm an Teaghlaigh","Fast":"Go tapa","Favorite":"is fearr leat","Favorites":"Ceanáin","Feature disabled":"Gné díchumasaithe","Feature Request":"Iarratas Gné","Female":"Mná","File":"Comhad","File Browser":"Brabhsálaí Comhad","File Conversion":"Tiontú Comhad","File deleted":"Scriosadh an comhad","File Name":"Ainm an Chomhaid","File not found":"Comhad gan aimsiú","File removed from stack":"Baineadh an comhad den chruach","File Size":"Méid an Chomhaid","File too large":"Comhad ró-mhór","File uploaded":"Comhad uaslódáilte","Filename":"Ainm comhaid","Files":"Comhaid","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Baineann comhaid a bhfuil ainmneacha seicheamhacha orthu mar 'IMG_1234 (2)' agus 'IMG_1234 (3)' leis an bpictiúr céanna.","First page":"An chéad leathanach","Focal Length":"Fad Fócasach","Folder":"Fillteán","Folder contains %{n} files":"Tá %{n} comhad san fhillteán","Folder is empty":"Tá an fillteán folamh","Folders":"Fillteáin","Forgot password?":"Focal faire dearmadta?","FPS":"CCT","Frames":"Frámaí","Full Access":"Rochtain Iomlán","Fullscreen":"Lánscáileán","General":"Ginearálta","Generate":"Gin","Generate Previews":"Gin Réamhamhairc","Generated":"Gineadh","Get Started":"Faigh Tosaigh","Given Name":"Ainm tugtha","Global Options":"Roghanna Domhanda","Go to page {0}":"Téigh go leathanach {0}","Gold":"Óir","Green":"Glas","Grey":"Liath","Groups":"Grúpaí","Guest":"Aoi","Hash":"Hais","Help":"Cabhrú","Help & Support":"Cabhair & Tacaíocht","Hidden":"i bhfolach","Hidden Files":"Comhaid Cheilte","Hide":"Folaigh","Hide Caption":"Folaigh an ceannteideal","Hide face markers":"Folaigh marcair aghaidhe","Hide private content from global views while keeping it accessible in the Private section.":"Folaigh míreanna príobháideacha ó radhairc dhomhanda agus coinnigh rochtain orthu sa rannán Príobháideach.","High":"Ard","High Dynamic Range (HDR)":"Raon Ard Dinimiciúla (HDR)","Hybrid":"hibrideach","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Má chailleann tú rochtain ar d'aip nó gléas fíordheimhnitheora, is féidir leat do chód athshlánaithe a úsáid chun rochtain a fháil ar do chuntas arís.","Image":"Íomhá","Image Quality":"Cáilíocht Íomhá","Import":"Iompórtáil","Import canceled":"Cealaíodh an iompórtáil","Import completed in %d s":"Iompórtáil críochnaithe i %d s","Import failed":"Theip ar an iompórtáil","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Déanfar comhaid iompórtáilte a shórtáil de réir dáta agus tabharfar ainm uathúil dóibh chun dúbailt a sheachaint.","Importing %{s}…":"%{s} á iompórtáil…","Importing files to originals…":"Comhaid á n-iompórtáil go bunleagan…","in":"isteach","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Ar eagla go bhfuil na pictiúir a bhfuil tú ag súil leo in easnamh, déan do leabharlann arís agus fan go dtí go mbeidh an t-innéacsú críochnaithe.","Include RAW image files when downloading stacks and archives.":"Cuir comhaid íomhá RAW san áireamh agus stoic agus cartlanna á n-íoslódáil agat.","Include sidecar files when downloading stacks and archives.":"Cuir comhaid taobhcharr san áireamh agus stoic agus cartlanna á n-íoslódáil.","Increase storage size or delete files to continue.":"Méadaigh méid na stórála nó scrios comhaid chun leanúint ar aghaidh.","Index":"Innéacs","Indexing":"Innéacsú","Indexing canceled":"Innéacsú cealaithe","Indexing completed in %d s":"Innéacsú curtha i gcrích in %d s","Indexing failed":"Theip ar an innéacsú","Indexing files in %s":"Comhaid á innéacsú in %s","Indexing media and sidecar files…":"Meáin agus comhaid taobhcharr á innéacsú…","Indexing originals...":"Buntéacs á innéacsú...","Information":"Eolas","Inherit":"Oidhreacht","Instance":"Cás","Instance ID":"Aitheantas an Cháis","Instance unreachable. Try again once it's back online.":"Ní féidir teacht ar an instans. Bain triail as arís nuair a bheidh sé ar líne arís.","Instances":"Cásanna","Insufficient storage":"Stóráil neamhleor","Insufficient storage.":"Stóráil neamhleor.","Interval":"Eatramh","Invalid":"Neamhbhailí","Invalid address":"Seoladh neamhbhailí","Invalid country":"Tír neamhbhailí","Invalid credentials":"Dintiúir neamhbhailí","Invalid date":"Dáta neamhbhailí","Invalid link":"Nasc neamhbhailí","Invalid name":"Ainm neamhbhailí","Invalid parameters":"Paraiméadair neamhbhailí","Invalid password, please try again":"Pasfhocal neamhbhailí, bain triail eile as","Invalid photo selected":"Grianghraf neamhbhailí roghnaithe","Invalid time":"Am neamhbhailí","Invalid URL":"URL neamhbhailí","Invalid verification code, please try again":"Cód fíoraithe neamhbhailí, bain triail eile as","IP Address":"Seoladh IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Is cód úsáide aonuaire é a dhíchumasóidh 2FA do do chuntas nuair a úsáideann tú é.","Item":"Mír","Items per page:":"Míreanna in aghaidh an leathanaigh:","JPEG Quality: %{n}":"Cáilíocht JPEG: %{n}","JPEG Size Limit: %{n}px":"Teorainn Méid JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Déantar JPEG agus mionsamhlacha a rindreáil go huathoibríoch de réir mar is gá.","Keyword":"Eochairfhocal","Keywords":"Eochairfhocail","Label":"Lipéad","Label not found":"Níor aimsíodh an lipéad","Label saved":"Lipéad sábháilte","Labels":"Lipéid","Labels deleted":"Scriosadh na lipéid","Language":"Teanga","Last Active":"Gníomhach Deiridh","Last Login":"Logáil Isteach Deiridh","Last page":"leathanach deiridh","Last Sync":"Sync Last","Last Used":"Úsáidte is déanaí","Latitude":"Domhanleithead","LDAP/AD":"LDAP/AD","Learn more":"Foghlaim níos mó","Learn More":"Foghlaim níos mó","Legal Information":"Eolas Dlí","Lens":"Lionsa","Lens not found":"Níor aimsíodh an lionsa","Library":"Leabharlann","License":"Ceadúnas","Like":"Cosúil","Lime":"Aoil","Limit reached, showing first %{n} files":"Baineadh an teorainn amach, ag taispeáint na chéad %{n} comhad","Link":"Nasc","List":"Liosta","List View":"Amharc Liosta","Live":"Beo","Live Photos":"Grianghraif Beo","Load more":"Luchtaigh níos mó","Loading items...":"Míreanna á lódáil...","Loading...":"Á lódáil...","Local":"Áitiúil","Local Time":"Am Áitiúil","Location":"Suíomh","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Tá teachtaireachtaí logála le feiceáil anseo aon uair a thagann PhotoPrim ar chomhaid briste, nó nuair a bhíonn fadhbanna eile ann.","Login":"Logáil isteach","Logs":"Logs","Longitude":"Domhanfhad","Lost server connection":"Ceangal freastalaí caillte","Low":"Íseal","Magenta":"Mageanta","Main Color":"Príomh Dath","Male":"Fireann","Manage Account":"Bainistigh Cuntas","Manager":"Bainisteoir","Manual":"Lámhleabhar","Manual Upload":"Uaslódáil Láimhe","Maps":"Léarscáileanna","Marker":"Marcóir","Maximum number of accounts has been reached.":"Tá uaslíon na gcuntas sroichte.","Media":"Meáin","Medium":"Meánach","Membership":"Ballraíocht","Merge %{a} with %{b}?":"An bhfuil fonn ort %{a} a chumasc le %{b}?","Message":"Teachtaireacht","Metadata":"Meiteashonraí","Metrics":"Méadracht","Minimize":"Íoslaghdaigh","Missing":"Ar iarraidh","Missing or invalid configuration":"Cumraíocht in easnamh nó cumraíocht neamhbhailí","mixed":"measctha","Moments":"Chuimhneacháin","Monochrome":"Monacrómach","Month":"Mí","More options":"Tuilleadh roghanna","Mosaic":"Mósáic","Most Relevant":"Is Ábhartha","Move Files":"Bog Comhaid","Moving files from %s":"Comhaid á mbogadh ó %s","Must have at least %{n} characters.":"Caithfidh %{n} carachtar ar a laghad a bheith ann.","Mute":"Balbhaigh","Name":"Ainm","Name too long":"Ainm ró-fhada","Never":"Riamh","New":"Nua","New Password":"Pasfhocal Nua","Newest First":"Is Déanaí ar dtús","Next":"Ar aghaidh","Next page":"An chéad leathanach eile","Next visual":"Amhairc seo chugainn","No":"Níl","No Access":"Gan Rochtain","No albums assigned":"Gan aon albaim sannta","No albums found":"Níor aimsíodh albam","No albums selected":"Níor roghnaíodh aon albam","No data available":"Níl aon sonraí ar fáil","No files available for download":"Níl aon chomhaid ar fáil le híoslódáil","No items selected":"Níl aon mhír roghnaithe","No labels assigned":"Gan lipéid sannta","No labels found":"Níor aimsíodh aon lipéid","No labels selected":"Níor roghnaíodh aon lipéid","No matching records found":"Níor aimsíodh aon taifid mheaitseála","No more":"Níl níos mó","No people found":"Níor aimsíodh daoine","No pictures found":"Níor aimsíodh aon phictiúir","No recently edited pictures":"Níl aon phictiúir curtha in eagar le déanaí","No registered instances.":"Níl aon instanci cláraithe ann.","No results":"Gan aon torthaí","No server connection":"Gan nasc freastalaí","No servers configured.":"Níl aon fhreastalaí cumraithe.","No services configured.":"Níl aon seirbhísí cumraithe.","No thanks":"Níl go raibh maith agat","No users on this instance.":"Níl aon úsáideoirí ar an sampla seo.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Níl aon rabhadh nó earráid ina bhfuil an eochairfhocal seo. Tabhair faoi deara go bhfuil an cuardach cás-íogair.","Node":"Nód","Nodes":"Nóid","Non-photographic and low-quality images require a review before they appear in search results.":"Teastaíonn athbhreithniú ar íomhánna nach bhfuil grianghrafadóireachta agus ar cháilíocht íseal sula bhfeictear iad i dtorthaí cuardaigh.","None":"Dada","Not allowed":"Ní cheadaítear","Not available in public mode":"Níl sé ar fáil i mód poiblí","Not available in read-only mode":"Níl sé ar fáil i mód inléite amháin","Not found":"Ní bhfuarthas","Not sorted.":"Gan sórtáilte.","Not supported":"Ní thacaítear leis","Note you may manually manage your originals folder and importing is optional.":"Tabhair faoi deara gur féidir leat d’fhillteán bunleagan a bhainistiú de láimh agus go bhfuil sé roghnach iompórtáil.","Note:":"Nóta:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nóta: Ní féidir ach freastalaithe WebDAV, cosúil le Nextcloud nó PhotoPrim, a chumrú mar chianseirbhís le haghaidh cúltaca agus uaslódáil comhad.","Notes":"Nótaí","Nothing to see here yet.":"Níl faic le feiceáil anseo fós.","Nothing was found.":"Ní bhfuarthas aon rud.","Offline":"As líne","OK":"ceart go leor","Oldest First":"Is sine ar dtús","On Windows, enter the following resource in the connection dialog:":"Ar Windows, cuir isteach an acmhainn seo a leanas sa dialóg naisc:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"D'fhéadfadh úsáid ard LAP agus cuimhne a bheith mar chúis le giniúint mionsamhlacha ar éileamh. Ní mholtar é do fhreastalaithe teoranta ó thaobh acmhainní agus feistí NAS.","Once a week":"Uair sa tseachtain","One album found":"Aimsíodh albam amháin","One entry added to %s":"Cuireadh iontráil amháin le %s","One entry removed from %s":"Baineadh iontráil amháin de %s","One file found":"Fuarthas comhad amháin","One file uploaded":"Uaslódáladh comhad amháin","One folder found":"Fuarthas fillteán amháin","One label found":"Fuarthas lipéad amháin","One person found":"Fuair duine amháin","One picture found":"Fuarthas pictiúr amháin","Only locally managed accounts can be set up for authentication with 2FA.":"Ní féidir ach cuntais a bhainistítear go háitiúil a bhunú le haghaidh fíordheimhnithe le 2FA.","Open":"Oscail","optional":"roghnach","or":"nó","Orange":"Oráiste","Organization":"Eagraíocht","Orientation":"Treoshuíomh","Original file names will be stored and indexed.":"Déanfar bunainmneacha na gcomhad a stóráil agus a innéacsú.","Original Name":"Ainm Bunaidh","Originals":"Bunábhair","Originals folder is empty":"Tá fillteán bunghnéithe folamh","Other":"Eile","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Is é an misean atá againn ná an réiteach is cairdiúla don úsáideoir agus don phríobháideacht a sholáthar chun do phictiúr a choinneáil eagraithe agus inrochtana.","Outdoor":"Amuigh faoin aer","Page {0}, Current page":"Leathanach {0}, leathanach reatha","Pages":"Leathanaigh","Pagination Navigation":"Nascleanúint Leathanaigh","Panorama":"Lánléargas","Panoramas":"Lánléargas","Part of all selected photos":"Cuid de na grianghraif roghnaithe go léir","Part of some selected photos":"Cuid de roinnt grianghraf roghnaithe","Password":"Pasfhocal","Password changed":"Athraíodh an pasfhocal","Pause":"Fionraí","Payment required":"Íocaíocht ag teastáil","People":"Daoine","People you share a link with will be able to view public contents.":"Beidh daoine a roinneann tú nasc leo in ann féachaint ar inneachar poiblí.","Permanently deleted":"Scriosta go buan","Permission denied":"Cead diúltaithe","Person":"Duine","Person cover updated":"Clúdach duine nuashonraithe","Person deleted":"Scriosadh an duine","Person not found":"Ní bhfuarthas an duine","Person saved":"Sábháladh an duine","Personal":"Pearsanta","Photo":"Grianghraf","PhotoPrism is 100% self-funded and independent.":"Tá PhotoPrism 100% féinmhaoinithe agus neamhspleách.","PhotoPrism+ Membership":"Ballraíocht PhotoPrism+","Photos":"Grianghraif","Picture":"Pictiúr","Picture Title":"Teideal Pictiúr","Pink":"Bándearg","Pinned":"Ceangailte","Place":"Áit","Place & Time":"Áit & Am","Places":"Áiteanna","Play":"Seinn","Please confirm your new password.":"Deimhnigh do phasfhocal nua le do thoil.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Cóipeáil an pasfhocal aipe a gineadh go randamach agus coinnigh in áit shábháilte é, mar ní bheidh tú in ann é a fheiceáil arís:","Please do not upload any private, unlawful or offensive pictures.":"Ná huaslódáil aon pictiúir phríobháideacha, neamhdhleathacha nó maslacha.","Please don't upload photos containing offensive content.":"Ná huaslódáil grianghraif a bhfuil ábhar maslach iontu.","Please enter OTP character {0}":"Cuir isteach carachtar OTP {0}","Please log in to your account":"Logáil isteach i do chuntas le do thoil","Please note that changing your password will log you out on other devices and browsers.":"Tabhair faoi deara le do thoil go ndéanfaidh athrú ar do phasfhocal tú a logáil amach ar ghléasanna agus brabhsálaithe eile.","Please restart your instance for the changes to take effect.":"Atosaigh do chás le go dtiocfaidh na hathruithe i bhfeidhm.","Please wait…":"Fan le do thoil…","PM":"PM","PNG Size Limit: %{n}px":"Teorainn Méid PNG: %{n}px","Portal":"Tairseach","Portrait":"Portráid","Preserve filenames":"Caomhnaigh ainmneacha comhaid","Press enter to create a new album.":"Brúigh Enter chun albam nua a chruthú.","Press enter to create new item":"Brúigh isteach chun mír nua a chruthú","Prevent database and album backups as well as YAML sidecar files from being created.":"Cosc a chur le cúltacaí bunachar sonraí agus albam chomh maith le comhaid taobhcharr YAML ó bheith cruthaithe.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Cosc a chur ar aipeanna eile rochtain a fháil ar PhotoPrim mar thiomántán líonra roinnte.","Preview":"Réamhamharc","Preview Images":"Íomhánna Réamhamhairc","Previous":"Roimhe Seo","Previous page":"An leathanach roimhe seo","Previous visual":"Amhairc roimhe seo","Primary":"Bunscoile","Private":"Príobháideach","Processing upload...":"Uaslódáil á phróiseáil...","Product Feedback":"Aiseolas Táirge","Projection":"Teilgean","Purple":"Corcra","Quality Filter":"Scagaire Cáilíochta","Quality Score":"Scór Cáilíochta","Quota exceeded":"Sáraíodh an cuóta","Random":"randamach","Rating {0} of {1}":"Rátáil {0} de {1}","Raw":"amh","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Déan gach bunleagan a athinnéacsú, lena n-áirítear comhaid atá innéacsaithe cheana féin agus nach bhfuil aon athrú orthu.","Read-Only Mode":"Mód Inléite Amháin","Recently Added":"Curtha leis le déanaí","Recently Archived":"Cartlannaithe le déanaí","Recently Edited":"Curtha in eagar le déanaí","Recognition starts after indexing has been completed.":"Tosaíonn an t-aitheantas tar éis don innéacsú a bheith críochnaithe.","Recognized":"Aitheanta","Recovery Code":"Cód Aisghabháil","Red":"Dearg","Refresh":"Athnuaigh","Regions":"Réigiúin","Register":"Clár","Reload":"Athlódáil","Reloading…":"Á athlódáil…","Remote Sync":"Sync Cianda","Remove":"Bain","remove failed: unknown album":"bhaint theip: albam anaithnid","Remove from Album":"Bain as an albam","Remove from all":"Bain as gach rud","Remove from all selected photos":"Bain de na grianghraif roghnaithe go léir","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Bain comhaid iompórtáilte chun stóras a shábháil. Ní scriosfar cineálacha comhaid nach dtacaítear leo go deo, fanann siad ina suíomh reatha.","Remove the selected instance from the cluster registry?":"An bhfuil tú ag iarraidh an sampla roghnaithe a bhaint as clárlann na mbraislí?","Removed":"Bainte","Removed %{name}":"Bainte","Removed %d files and %d photos":"Baineadh %d comhaid agus %d grianghraif","Repeated":"Arís agus arís eile","Request failed - are you offline?":"Theip ar an iarratas - an bhfuil tú as líne?","Request failed - invalid response":"Theip ar an iarratas - freagra neamhbhailí","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"A éileamh go ndéanfaí athbhreithniú ar íomhánna neamh-ghrianghrafadóireachta agus ar cháilíocht íseal sula dtaispeánfar iad i dtorthaí cuardaigh.","Resolution":"Rún","Restart":"Atosaigh","Restore":"Athchóirigh","Restored":"Athchóiríodh","Retry Limit":"Atriail Teorainn","Retype Password":"Athchlóscríobh Pasfhocal","Review":"Léirmheas","Role":"Ról","Roles":"Róil","Rotated":"Rothlaithe","Rows per page:":"Sraitheanna in aghaidh an leathanaigh:","Satellite":"Satailít","Save":"Sábháil","Save changes":"Sábháil athruithe","Scan":"Scanadh","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scan an cód QR le d'aip fíordheimhnitheora nó bain úsáid as an eochair socraithe a thaispeántar thíos agus ansin cuir isteach an cód fíoraithe ginte:","Scans":"Scananna","Scope":"Raon feidhme","Scopes":"Raon feidhme","Search":"Cuardach","Season":"Séasúr","Secret":"Rúnda","Security and Access":"Slándáil agus Rochtain","Select":"Roghnaigh","Select a source folder to import files…":"Roghnaigh fillteán foinse chun comhaid a iompórtáil…","Select date":"Roghnaigh dáta","Select dates":"Roghnaigh dátaí","Select or create albums":"Roghnaigh nó cruthaigh albaim","Select or create labels":"Roghnaigh nó cruthaigh lipéid","Select or drop files to upload…":"Roghnaigh nó scaoil comhaid chun iad a uaslódáil…","Select the files to upload…":"Roghnaigh na comhaid le huaslódáil…","Select the folder to be indexed…":"Roghnaigh an fillteán atá le hinnéacsú…","Select Time":"Roghnaigh Am","Selection":"Rogha","Selection added to %s":"Cuireadh an rogha le %s","Selection approved":"Faomhadh an roghnúcháin","Selection archived":"Roghnaithe sa chartlann","Selection marked as private":"Roghnú marcáilte mar phríobháideach","Selection not found":"Níor aimsíodh an rogha","Selection restored":"Athchóiríodh an roghnúchán","Sequential Name":"Ainm Seicheamhach","Service":"Seirbhís","Service URL":"URL seirbhíse","Services":"Seirbhísí","Session":"Seisiún","Session ID":"Aitheantas an tseisiúin","Sessions":"Seisiúin","Set as Album Cover":"Socraigh mar Chlúdach Albam","Set as Cover Image":"Socraigh mar Íomhá Chlúdaigh","Settings":"Socruithe","Settings saved":"Socruithe sábháilte","Setup":"Socrú","Severity":"Déine","Share":"Comhroinn","Share %{s}":"Roinn %{s}","Show":"Taispeáin","Show All Labels":"Taispeáin Gach Lipéad","Show all new faces":"Taispeáin gach aghaidh nua","Show Caption":"Taispeáin an ceannteideal","Show Captions":"Taispeáin Fotheidil","Show face markers":"Taispeáin marcóirí aghaidhe","Show hidden":"Taispeáin i bhfolach","Show Important Only":"Taispeáin Tábhachtach Amháin","Show logs in the web interface to monitor activity and troubleshoot problems.":"Taispeáin logaí sa chomhéadan gréasáin chun monatóireacht a dhéanamh ar ghníomhaíocht agus chun fadhbanna a réiteach.","Show smart albums that group pictures by occasion, trip, or location.":"Taispeáin albaim chliste a ghrúpálann pictiúir de réir ócáide, turais nó suímh.","Show the Account page so users can manage their profile and security settings.":"Taispeáin an leathanach Cuntais ionas gur féidir le húsáideoirí a bpróifíl agus a socruithe slándála a bhainistiú.","Show the Calendar view to browse the library by year and month.":"Taispeáin an radharc Féilire chun brabhsáil tríd an leabharlann de réir bliana agus míosa.","Show the Labels section to view and manage AI-generated labels.":"Taispeáin an rannán Lipéid chun lipéid a ghintear le hintleacht shaorga a fheiceáil agus a bhainistiú.","Show the Library section to index, manage, and monitor the media library.":"Taispeáin an chuid Leabharlann chun an leabharlann meán a innéacsú, a bhainistiú agus a mhonatóiriú.","Show the Places view with interactive maps so you can browse photos by location.":"Taispeáin an radharc Áiteanna le léarscáileanna idirghníomhacha ionas gur féidir leat grianghraif a bhrabhsáil de réir suímh.","Show Titles":"Taispeáin Teidil","Sidecar":"Taobhcharr","Sidecar Files":"Comhaid Thaobhcharr","Sign in":"Sínigh isteach","Sign Out":"Slogadh amach","Similar":"Cosúil","Site URL":"URL an tsuímh","Size":"Méid","Slideshow":"Taispeántas sleamhnán","Slow":"Mall","Software":"Bogearraí","Software Update":"Nuashonrú Bogearraí","Some albums could not be copied":"Níorbh fhéidir roinnt albaim a chóipeáil","Some albums could not be created. Please edit the names and try again.":"Níorbh fhéidir roinnt albaim a chruthú. Cuir na hainmneacha in eagar agus déan iarracht arís.","Some albums could not be updated":"Níorbh fhéidir roinnt albaim a nuashonrú","Something went wrong, try again":"Chuaigh rud éigin mícheart, bain triail eile as","Sort by":"Sórtáil de réir","Sort by Name (A–Z)":"Sórtáil de réir Ainm (A–Z)","Sort by Photo Count":"Sórtáil de réir Líon na nGrianghraf","Sort by Relevance":"Sórtáil de réir Ábharthachta","Sort Order":"Ordú Sórtála","Sorted ascending.":"Sórtáilte ardaitheach.","Sorted descending.":"Sórtáilte íslitheach.","Source":"Foinse","Stack":"Cruachán","Stack files sharing the same unique image or instance identifier.":"Stack comhaid a roinnt ar an íomhá uathúil céanna nó aitheantóir shampla.","Stack pictures taken at the exact same time and location based on their metadata.":"Stack pictiúir a tógadh ag an am céanna agus an suíomh céanna bunaithe ar a meiteashonraí.","Stackable":"Cruachta","Stacks":"Cruacha","Start":"Tosaigh","Start Page":"Leathanach Tosaigh","Static Size Limit: %{n}px":"Teorainn Mhéid Statach: %{n}px","Status":"Stádas","Stay signed in on this device":"Fan logáilte isteach ar an bhfeiste seo","Stop Casting":"Stad ag caitheamh","Storage":"Stóráil","Streets":"Sráideanna","Subject":"Ábhar","Subject deleted":"Scriosadh an t-ábhar","Subject not found":"Ní bhfuarthas an t-ábhar","Subject saved":"Ábhar sábháilte","Successfully activated":"Cuireadh i ngníomh go rathúil","Successfully Connected":"D'éirigh leis Ceangailte","Successfully deleted":"Scriosadh go rathúil","Successfully verified":"D'éirigh leis a fhíorú","Super Admin":"Sár-Riarachán","Support for additional services, like Google Drive, will be added over time.":"Cuirfear tacaíocht le haghaidh seirbhísí breise, amhail Google Drive, leis in imeacht ama.","Support Our Mission":"Tacaigh lenár Misean","Sync":"Sioncrónaigh","Sync raw and video files":"Sioncronaigh comhaid amh agus físe","Taken":"Tógtha","Teal":"Teal","Terrain":"tír-raon","Text":"Téacs","Thank You for Your Support!":"Go raibh maith agat as do Thacaíocht!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Sin an fáth a tógadh PhotoPrim ón talamh aníos le rith cibé áit a dteastaíonn uait é, gan cur isteach ar shaoirse, ar phríobháideachas ná ar fheidhmiúlacht.","The index currently contains %{n} hidden files.":"Tá %{n} comhad folaithe san innéacs faoi láthair.","The instance rejected the cluster credentials.":"Dhiúltaigh an instans do dhintiúir an chnuasaigh.","The instance returned an unexpected redirect.":"D'fhill an t-eiseamláir atreorú gan choinne.","The wakeup interval is %s, but must be 1h or less":"Is é %s an t-eatramh múscail, ach caithfidh sé a bheith 1h nó níos lú","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Seans nach dtacaítear lena bhformáid, níor tiontaigh go JPEG iad go fóill nó go bhfuil dúbailt ann.","Theme":"Téama","This account is missing an ID and can't be edited.":"Tá ID in easnamh ar an gcuntas seo agus ní féidir é a chur in eagar.","This field is required":"Tá an réimse seo ag teastáil","This instance has no site URL configured.":"Níl URL suímh cumraithe ag an sampla seo.","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.":"Gléasann sé seo an bunfhillteán mar thiomántán líonra agus ligeann sé duit comhaid a oscailt, a chur in eagar agus a scriosadh ó do ríomhaire nó ó do ghuthán cliste amhail is go raibh siad áitiúil.","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. ":"Gléasann sé seo an bunfhillteán mar thiomántán líonra agus ligeann sé duit comhaid a oscailt, a chur in eagar agus a scriosadh ó do ríomhaire nó ó do ghuthán cliste amhail is go raibh siad áitiúil.","Time":"Am","Time UTC":"Am UTC","Time Zone":"Crios Ama","Timeout":"Teorainn Ama","Title":{"":"Teideal","Account":"Teideal","Photo":"Teideal"},"Title / Position":"Teideal / Post","to":"chuig","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Chun a sheachaint a bheith glasáilte amach ó do chuntas, íoslódáil, priontáil nó cóipeáil an cód athshlánaithe seo anois agus coinnigh in áit shábháilte é.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Chun pasfhocal nua a bhaineann go sonrach le haip a ghiniúint, cuir isteach ainm agus raon feidhme údaraithe an fheidhmchláir agus roghnaigh dáta éaga:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Chun athrú go haip nó gléas fíordheimhneora nua, díghníomhachtaigh fíordheimhniú dhá fhachtóir ar dtús agus ansin athghníomhaigh é:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Chun uasghrádú a dhéanamh, is féidir leat cód gníomhachtúcháin a chur isteach nó cliceáil \"Cláraigh\" chun clárú ar ár suíomh Gréasáin:","Today":"Inniu","Toggle View":"Scoránaigh Amharc","Token":"Comhartha","Too many files selected":"An iomarca comhad roghnaithe","Too many requests":"An iomarca iarratas","Troubleshooting":"Fabhtcheartú","Try again using other filters or keywords.":"Bain triail eile as scagairí nó eochairfhocail eile.","Two-factor authentication has been enabled for your account.":"Cumasaíodh fíordheimhniú dhá fhachtóir do do chuntas.","Type":"Cineál","Unable to delete":"Ní féidir scriosadh","Unable to do that":"Ní féidir é sin a dhéanamh","Unassign":"Neamhshann","Unauthorized":"Neamhúdaraithe","Undo":"Cealaigh","Unique ID":"Aitheantas uathúil","Unknown":"Anaithnid","Unknown location":"Suíomh anaithnid","Unregistered":"Neamhchláraithe","Unsorted":"Neamhshórtáilte","Unstack":"Díscrios","Unsupported":"Gan tacaíocht","Unsupported format":"Formáid nach dtacaítear léi","Unsupported type":"Cineál nach dtacaítear leis","Updated":"Nuashonraithe","Updating faces":"Aghaidheanna á nuashonrú","Updating index":"Innéacs á nuashonrú","Updating moments":"Nóiméid á nuashonrú","Updating picture…":"Pictiúr á nuashonrú…","Updating previews":"Réamhamhairc á nuashonrú","Updating stacks":"Stoic á nuashonrú","Upgrade":"Uasghrádú","Upgrade Now":"Uasghrádaigh Anois","Upload":"Uaslódáil","Upload complete":"Uaslódáil iomlán","Upload complete. Indexing…":"Uaslódáil iomlán. Innéacsú…","Upload failed":"Theip ar an uaslódáil","Upload has been processed":"Próiseáladh an t-uaslódáil","Upload local files":"Íoslódáil comhaid áitiúla","Upload might be offensive":"D'fhéadfadh uaslódáil a bheith maslach","Upload Path":"Bealach Uaslódáil","Uploading %{n} of %{t}…":"%{n} de %{t} á uaslódáil…","Uploading photos…":"Grianghraif á n-uaslódáil…","Uploading…":"Á uaslódáil…","Uploads that may contain such images will be rejected automatically.":"Diúltófar go huathoibríoch d’uaslódálacha a bhféadfadh íomhánna den sórt sin a bheith iontu.","URL":"URL","Use Presets":"Úsáid Réamhshocruithe","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Úsáid an cód athshlánaithe seo a leanas chun rochtain a fháil ar do chuntas nuair nach bhfuil tú in ann cód fíoraithe bailí a ghiniúint le d’aip fíordheimhneora:","Use your recovery code or contact an administrator for help.":"Bain úsáid as do chód athshlánaithe nó déan teagmháil le riarthóir chun cabhair a fháil.","User":"Úsáideoir","User Guide":"Treoir Úsáideora","User Interface":"Comhéadan Úsáideora","User not found":"Úsáideoir gan aimsiú","Username":"Ainm úsáideora","Users":"Úsáideoirí","UUID":"UUID","Vector":"Veicteoir","Vectors":"Veicteoirí","Verification Code":"Cód Fíoraithe","Version":"Leagan","Video":"Físeán","Video Duration":"Fad Físeáin","Videos":"Físeáin","View":"Amharc","View search results as a list.":"Féach ar thorthaí cuardaigh mar liosta.","Viewer":"Amharcóir","Vision":"Fís","Visitor":"Cuairteoir","Visual Similarity":"Cosúlacht Amharc","Warning":"Rabhadh","Web Login":"Logáil Isteach Gréasáin","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Is féidir le cliaint WebDAV ceangal le PhotoPrim leis an URL seo a leanas:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Is féidir le cliaint WebDAV, cosúil le Windows Explorer nó Aimsitheoir Apple de chuid Microsoft, nascadh go díreach le PhotoPrism.","WebDAV Upload":"Uaslódáil WebDAV","WebGL support is disabled in your browser":"Tá tacaíocht WebGL díchumasaithe i do bhrabhsálaí","Website":"Suíomh Gréasáin","White":"Bán","Work Details":"Sonraí Oibre","Year":"Bliain","Yellow":"Buí","Yes":"Tá","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Tá fáilte romhat teagmháil a dhéanamh linn ag membership@photoprism.app le haghaidh ceisteanna maidir le do bhallraíocht.","You can only download one album":"Is féidir leat a íoslódáil albam amháin","You can only download one label":"Ní féidir leat ach lipéad amháin a íoslódáil","You can search for a location or move the marker on the map to change the position:":"Is féidir leat suíomh a chuardach nó an marcóir a bhogadh ar an léarscáil chun an suíomh a athrú:","You can upload up to %{n} files for test purposes.":"Is féidir leat suas le %{n} comhad a uaslódáil chun críocha tástála.","You cannot change your own role.":"Ní féidir leat do ról féin a athrú.","You do not have access to any instances.":"Níl rochtain agat ar aon instans.","You may only select one item":"Ní féidir leat ach mír amháin a roghnú","You may rescan your library to find additional faces.":"Is féidir leat do leabharlann a athscanadh chun aghaidheanna breise a fháil.","Your account could not be connected":"Níorbh fhéidir do chuntas a nascadh","Your account has been successfully connected.":"D'éirigh le do chuntas a nascadh.","Your browser does not support WebGL":"Ní thacaíonn do bhrabhsálaí le WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Cuidíonn do thacaíocht leanúnach linn nuashonruithe rialta a sholáthar agus fanacht neamhspleách, ionas gur féidir linn ár misean a chomhlíonadh agus do phríobháideachas a chosaint.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Déantar anailís leanúnach ar do leabharlann chun albam chuimhneacháin, thurais agus áiteanna speisialta a chruthú go huathoibríoch.","Zip created in %d s":"Zip cruthaithe i %d s","Zoom in/out":"Súmáil isteach/amach","Archive":{"Noun":"Cartlann","Verb":"Cartlann"},"Add a Title":{"Photo":"Cuir Teideal Leis"}}} \ No newline at end of file +{"ga":{"{0} appended action":"{0} gníomh curtha leis","{0} files":"{0} gcomhad","{0} files ({1} in total)":"{0} comhad ({1} san iomlán)","{0} more":"{0} eile","{0} prepended action":"{0} gníomh réamhullmhaithe","{0} selected":"{0} roghnaithe","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"Aimsíodh %{n} albam","%{n} files uploaded":"%{n} comhad uaslódála","%{n} folders found":"Aimsíodh %{n} fillteán","%{n} GB of %{q} GB used":"Úsáideadh %{n} GB as %{q} GB","%{n} labels found":"Aimsíodh %{n} lipéad","%{n} people found":"Aimsíodh %{n} duine","%{n} pictures found":"Aimsíodh %{n} pictiúr","%{s} is too long":"Tá %{s} rófhada","%{s} is too short":"Tá %{s} ró-ghearr","%d entries added to %s":"%d iontráil curtha le %s","%d entries removed from %s":"%d iontráil bainte de %s","%d files uploaded in %d s":"%d comhaid uaslódáilte i %d s","%s already exists":"%s ann cheana","%s has been restored":"%s athchóirithe","1 hour":"1 uair","12 hours":"12 uair an chloig","2-Factor Authentication":"Fíordheimhniú 2-Fachtóir","2FA":"2FA","4 hours":"4 uair an chloig","A click will copy it to your clipboard.":"Déanfaidh cliceáil é a chóipeáil chuig do ghearrthaisce.","A new version of %{s} is available:":"Tá leagan nua de %{s} ar fáil:","About":"Maidir","Access granted.":"Rochtain deonaithe.","Access revoked.":"Rochtain cealaithe.","Access Token":"Comhartha Rochtana","Account":"Cuntas","Account created":"Cuntas cruthaithe","Account deleted":"Scriosadh an cuntas","Account Group Mappings":"Mapálacha Grúpa Cuntas","Account not found":"Cuntas gan aimsiú","Account restored":"Cuntas athchóirithe","Account saved":"Cuntas sábháilte","Accounts":"Cuntais","Accuracy":"Cruinneas","Action":"Gníomh","Actions":"Gníomhartha","Activate":"Gníomhachtaigh","Activate to remove sorting.":"Gníomhachtaigh chun sórtáil a bhaint.","Activate to sort ascending.":"Gníomhachtaigh chun dul suas a shórtáil.","Activate to sort descending.":"Gníomhachtaigh chun íslitheach a shórtáil.","Activation Code":"Cód gníomhachtúcháin","Activity":"Gníomhaíocht","Add":"Cuir","Add %{s}?":"Cuir %{s} leis?","Add a Caption":"Cuir ceannteideal leis","Add Account":"Cuir Cuntas leis","Add Album":"Cuir Albam leis","Add Link":"Cuir Nasc leis","Add Notes":"Cuir Nótaí Leis","Add person?":"Cuir duine leis?","Add pictures from search results by selecting them.":"Cuir pictiúir ó thorthaí cuardaigh leis trína roghnú.","Add to album":"Cuir leis an albam","Add to all":"Cuir le gach ceann","Add to all selected photos":"Cuir leis na grianghraif roghnaithe go léir","Added":"Curtha leis","Added %{name}":"Curtha leis %{name}","Adjust Camera Info":"Coigeartaigh Faisnéis an Cheamara","Adjust Date & Time":"Coigeartaigh an dáta agus an t-am","Adjust Location":"Coigeartaigh an Suíomh","Admin":"Riarachán","Advanced":"Casta","Advertise URL":"URL fógraíochta","After 1 day":"Tar éis 1 lá","After 3 days":"Tar éis 3 lá","After 7 days":"Tar éis 7 lá","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Tar éis duit do phasfhocal a chur isteach lena dheimhniú, is féidir leat fíordheimhniú dhá fhachtóir a shocrú le haip nó gléas fíordheimhneora comhoiriúnach:","After one month":"Tar éis míosa","After one year":"Tar éis bliana amháin","After selecting pictures from search results, you can add them to an album using the context menu.":"Tar éis duit pictiúir a roghnú ó thorthaí cuardaigh, is féidir leat iad a chur le halbam ag baint úsáide as an roghchlár comhthéacs.","After two months":"Tar éis dhá mhí","After two weeks":"Tar éis dhá sheachtain","Album":"Albam","Album %s deleted":"Albam %s scriosta","Album Backups":"Cúltaca Albam","Album contents cloned":"Clónáilte ábhar albam","Album created":"Albam cruthaithe","Album deleted":"Scriosadh an t-albam","Album not found":"Albam gan aimsiú","Album saved":"Sábháilte albam","Albums":"Albaim","Albums deleted":"Albaim scriosta","All":"Gach","All %{n} albums loaded":"Gach %{n} albam luchtaithe","All %{n} labels loaded":"Gach %{n} lipéad luchtaithe","All %{n} people loaded":"Gach %{n} duine luchtaithe","All Cameras":"Gach ceamaraí","All Categories":"Gach Catagóir","All Colors":"Gach Dathanna","All Countries":"Gach Tíortha","All files from import folder":"Gach comhad ón bhfillteán allmhairiú","All Lenses":"Gach Lionsaí","All Months":"Gach Míonna","All originals":"Gach bunleagan","All Years":"Gach Bliain","Allow configuration and use of connected apps and services for remote uploads and sync.":"Ceadaigh cumraíocht agus úsáid aipeanna agus seirbhísí nasctha le haghaidh uaslódálacha agus sioncrónú iargúlta.","Allow editing of metadata such as title, description, date, and location.":"Ceadaigh eagarthóireacht meiteashonraí amhail teideal, cur síos, dáta agus suíomh.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Ceadaigh eagarthóireacht a dhéanamh ar mheiteashonraí, lipéid agus albaim ilphictiúr ag an am céanna.","Allow files to be copied or moved from the Import to the Originals folder.":"Cumasaigh an uirlis Iompórtála chun comhaid a chóipeáil nó a bhogadh ón bhfillteán Iompórtála go dtí na Bunchóipeanna.","Allow files to be permanently deleted to free up storage space.":"Ceadaigh comhaid a scriosadh go buan chun spás stórála a shaoradh.","Allow users to archive photos and videos so they are hidden without being deleted.":"Lig d’úsáideoirí grianghraif agus físeáin a chartlannú ionas go mbeidh siad i bhfolach gan iad a scriosadh.","Allow users to create and share links, and enable sharing with connected services.":"Lig d’úsáideoirí naisc a chruthú agus a roinnt, agus cumasaigh comhroinnt le seirbhísí nasctha.","Allow users to upload new photos and videos through the web interface.":"Lig d’úsáideoirí grianghraif agus físeáin nua a uaslódáil tríd an gcomhéadan gréasáin.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Nó, is féidir leat comhaid a uaslódáil go díreach chuig freastalaithe WebDAV cosúil le Nextcloud.","Altitude":"Airde","Altitude (m)":"airde (m)","AM":"AM","Animated":"Beoite","Animation":"Beochan","Animations":"Beochana","Any private photos and videos remain private and won't be shared.":"Fanann aon ghrianghraif agus físeáin phríobháideacha príobháideach agus ní roinnfear iad.","API Key":"Eochair API","Application":"Iarratas","Applications":"Feidhmchláir","Approve":"Cheadaigh","Approve and save changes":"Ceadaigh agus sábháil athruithe","Apps and Devices":"Aipeanna agus Gléasanna","Archived":"Cartlannaithe","Are you sure you want to archive the selection?":"An bhfuil tú cinnte gur mhaith leat an rogha a chur sa chartlann?","Are you sure you want to delete these albums?":"An bhfuil tú cinnte gur mhaith leat na halbaim seo a scriosadh?","Are you sure you want to delete these labels?":"An bhfuil tú cinnte gur mhaith leat na lipéid seo a scriosadh?","Are you sure you want to delete this account?":"An bhfuil tú cinnte gur mhaith leat an cuntas seo a scriosadh?","Are you sure you want to delete this album?":"An bhfuil tú cinnte gur mian leat an t-albam seo a scriosadh?","Are you sure you want to permanently delete these pictures?":"An bhfuil tú cinnte gur mhaith leat na pictiúir seo a scriosadh go buan?","Are you sure you want to permanently delete this file?":"An bhfuil tú cinnte gur mian leat an comhad seo a scriosadh go buan?","Are you sure?":"An bhfuil tú cinnte?","Artist":"Ealaíontóir","Aspect Ratio":"Cóimheas Gné","Attributes":"Tréithe","Audio":"Fuaime","Audit Log":"Fuaime","Authentication":"Fíordheimhniú","Auto":"Auto","Back":"Ar ais","Back to top":"Ar ais go barr","Backup":"Cúltaca","Badge":"Suaitheantas","Base Path":"Conair Bhun","Batch":"Baisc","Batch Edit":"Eagarthóireacht Bhaisc","Become a member today, support our mission and enjoy our member benefits!":"Bí i do bhall inniu, tacaigh lenár misean agus bain taitneamh as ár mbuntáistí ball!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Agus sinn 100% féinmhaoinithe agus neamhspleách, is féidir linn geallúint a thabhairt duit nach ndíolfaimid do shonraí choíche agus go mbeimid trédhearcach i gcónaí maidir lenár mbogearraí agus ár seirbhísí.","Bio":"Bith","Birth Date":"Dáta Breithe","Black":"Dubh","Blue":"Gorm","Brown":"Donn","Browse":"Brabhsáil","Browse Files":"Brabhsáil Comhaid","Browse Pictures":"Brabhsáil Pictiúir","Bug Report":"Tuairisc ar Fhabht","Busy, please try again later":"Gnóthach, bain triail eile as ar ball","Busy, please wait…":"Gnóthach, fan go fóill…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Trí úsáid a bhaint as na bogearraí agus na seirbhísí a chuirimid ar fáil, aontaíonn tú lenár dtéarmaí seirbhíse, ár mbeartas príobháideachta, agus ár gcód iompair.","Calendar":"Féilire","Camera":"Ceamara","Camera not found":"Níor aimsíodh an ceamara","Camera Serial":"Sraith ceamara","Can't access your authenticator app or device?":"Ní féidir rochtain a fháil ar d'aip nó gléas fíordheimhnitheora?","Can't load more, limit reached":"Ní féidir níos mó a lódáil, shroich an teorainn","Can't select more items":"Ní féidir níos mó míreanna a roghnú","Cancel":"Cealaigh","Cannot copy to clipboard":"Ní féidir cóip a dhéanamh chuig an ngearrthaisce","Caption":"Fotheideal","Cards":"Cártaí","Carousel slide {0} of {1}":"Sleamhnán timpealláin {0} de {1}","Cast":"Foireann aisteoirí","Category":"Catagóir","Change Avatar":"Athrú avatar","Change Password":"Athraigh Pasfhocal","Change private flag":"Athraigh bratach phríobháideach","Changes could not be saved":"Níorbh fhéidir na hathruithe a shábháil","Changes successfully saved":"Sábháladh na hathruithe","Changes to the advanced settings require a restart to take effect.":"Teastaíonn atosú chun athruithe a dhéanamh ar na hardsocruithe chun dul i bhfeidhm.","Checked":"Seiceáilte","Choose an instance to continue:":"Roghnaigh sampla chun leanúint ar aghaidh:","Chroma":"Chroma","Cleaning index and cache":"Innéacs agus taisce a ghlanadh","Cleanup":"Glanta","Clear":"Glan","Clear {0}":"Glan {0}","Client":"Cliant","Close":"Dún","Cluster":"Braisle","Cluster Admin":"Riarthóir Cnuasaigh","Cluster Node":"Nód Cnuasaigh","Codec":"Codec","Color":"Dath","Color Profile":"Próifíl Datha","Colors":"Dathanna","Compare Editions":"Déan comparáid idir Eagráin","Complete Rescan":"Críochnaigh Athscanadh","Confidence":"Muinín","Confirm":"Deimhnigh","Connect":"Ceangail","Connect via WebDAV":"Ceangail trí WebDAV","Connected":"Ceangailte","Contact Details":"Sonraí Teagmhála","Contact Us":"Déan Teagmháil Linn","Contains %{n} pictures.":"Tá %{n} pictiúr ann.","Contains one picture.":"Tá pictiúr amháin ann.","Content":{"":"Ábhar","Edit":"Ábhar"},"Continue":"Lean ort","Contributor":"ranníocóir","Converting":"Tiontú","Copied to clipboard":"Cóipeáladh chuig an ngearrthaisce","Copy":"Cóip","Copying files from %s":"Comhaid á gcóipeáil ó %s","Copyright":"Cóipcheart","Could not be deleted":"Níorbh fhéidir a scriosadh","Could not connect, please try again":"Níorbh fhéidir ceangal a dhéanamh, bain triail eile as","Could not update person cover":"Níorbh fhéidir clúdach an duine a nuashonrú","Couldn't find anything.":"Níorbh fhéidir aon rud a aimsiú.","Country":"Tír","Create Account":"Cruthaigh Cuntas","Create album":"Cruthaigh albam","Create regular backups based on the configured schedule.":"Cruthaigh cúltacaí rialta bunaithe ar an sceideal cumraithe.","Create YAML files to back up album metadata.":"Cruthaigh comhaid YAML chun meiteashonraí albam a chúltaca.","Create YAML sidecar files to back up picture metadata.":"Cruthaigh comhaid taobhcharr YAML chun meiteashonraí pictiúir a chúltaca.","Created":"Cruthaithe","Creating thumbnails for":"Mionsamhlacha a chruthú le haghaidh","Current Password":"Pasfhocal Reatha","Custom":"Saincheaptha","Cyan":"Cian","Daily":"laethúil","Database":"Bunachar Sonraí","Database Backups":"Cúltaca Bunachar Sonraí","Databases":"Bunachair Sonraí","Date & Time":"Dáta & Am","Day":"Lá","Deactivate":"Díghníomhachtaigh","Debug Logs":"Logchomhaid Dífhabhtaithe","Default":"Réamhshocrú","Default Folder":"Fillteán Réamhshocraithe","Delete":"Scrios","Delete Album":"Scrios Albam","Delete All":"Scrios Uile","Delete all?":"Scrios gach rud?","Delete orphaned index entries, sidecar files and thumbnails.":"Scrios iontrálacha innéacs dílleachta, comhaid taobhcharr agus mionsamhlacha.","deleted":"scriosta","Description":"Cur síos","Detailed instructions can be found in our User Guide.":"Is féidir treoracha mionsonraithe a fháil inár dTreoir Úsáideora.","Details":"Sonraí","Dimensions":"Toisí","Disable all face detection and recognition features.":"Díchumasaigh gach gné braite agus aitheantais aghaidhe.","Disable Backups":"Díchumasaigh Cúltaca","Disable Darktable":"Díchumasaigh Darktable","Disable ExifTool":"Díchumasaigh ExifTool","Disable Faces":"Díchumasaigh Aghaidheanna","Disable features that require write permission for the originals folder.":"Díchumasaigh gnéithe a dteastaíonn cead scríofa uathu don fhillteán bunleagan.","Disable FFmpeg":"Díchumasaigh FFmpeg","Disable ImageMagick":"Díchumasaigh ImageMagick","Disable interactive world maps and reverse geocoding.":"Díchumasaigh léarscáileanna idirghníomhacha an domhain agus geochódú droim ar ais.","Disable MCP":"Díchumasaigh MCP","Disable Places":"Díchumasaigh Áiteanna","Disable RawTherapee":"Díchumasaigh RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Díchumasaigh críochphointe API an Phrotacail Chomhthéacs Múnla (MCP) le haghaidh comhtháthuithe gníomhairí IS.","Disable Vectors":"Díchumasaigh Veicteoirí","Disable WebDAV":"Díchumasaigh WebDAV","Disabled":"Míchumasaithe","Disables vector graphics support.":"Díchumasaigh tacaíocht grafaicí veicteora.","Disables video transcoding and thumbnail extraction.":"Díchumasaítear traschódú físeáin agus eastóscadh mionsamhlacha.","Discard":"Scrios","Discard changes and close":"Caith na hathruithe agus dún","Discard invalid changes?":"Diúltú do na hathruithe neamhbhailí?","Discard unsaved changes?":"An gcaitheamh ar shiúl na hathruithe nár sábháladh?","Discover":"Faigh amach","Dismiss":"Díbhe","Display Name":"Ainm Taispeána","Display picture captions in search results.":"Taispeáin fotheidil pictiúir i dtorthaí cuardaigh.","Display picture titles in search results.":"Taispeáin teidil pictiúir sna torthaí cuardaigh.","Document":"Doiciméad","Documents":"Doiciméid","Don't use Darktable to convert RAW images.":"Ná húsáid Darktable chun íomhánna RAW a thiontú.","Don't use ImageMagick to convert images.":"Ná húsáid ImageMagick chun íomhánna a thiontú.","Don't use RawTherapee to convert RAW images.":"Ná húsáid RawTherapee chun íomhánna RAW a thiontú.","Done":"Déanta","Done.":"Déanta.","Download":"Íosluchtaigh","Download only original media files, without any automatically generated files.":"Íoslódáil comhaid meán bunaidh amháin, gan aon chomhaid a ghintear go huathoibríoch.","Download remote files":"Íoslódáil comhaid iargúlta","Downloading…":"Ag íosluchtú…","Drag and drop files here":"Tarraing agus scaoil comhaid anseo","Driver":"Tiománaí","Duplicates will be skipped and only appear once.":"Déanfar dúblaigh a scipeáil agus ní thaispeánfar iad ach uair amháin.","Duration":"Fad","Dynamic Previews":"Réamhamhairc Dinimiciúla","Dynamic Size Limit: %{n}px":"Teorainn Mhéid Dinimiciúla: %{n}px","Edit":"Cuir in eagar","Edit %{s}":"Cuir %{s} in eagar","Edit Account":"Cuir Cuntas in Eagar","Edit Photo":"Cuir Grianghraf in Eagar","Edit Photos (%{n})":"Cuir Grianghraif in Eagar (%{n})","Edited":"Curtha in eagar","Email":"Ríomhphost","Enable debug mode to display additional logs and help with troubleshooting.":"Cumasaigh mód dífhabhtaithe chun logaí breise a thaispeáint agus chun cabhrú le fabhtcheartaithe.","Enable downloading of original and sidecar files from the web interface.":"Cumasaigh íoslódáil comhad bunaidh agus comhad taobhlíne ón gcomhéadan gréasáin.","Enable face recognition and the People view to easily find people you know.":"Cumasaigh aitheantas aghaidhe agus an radharc Daoine chun daoine a bhfuil aithne agat orthu a aimsiú go héasca.","Enable new features that may be incomplete or unstable.":"Cumasaigh gnéithe nua a d'fhéadfadh a bheith neamhiomlán nó éagobhsaí.","Enable the file browser to navigate the Originals folder structure.":"Cumasaigh an brabhsálaí comhad chun nascleanúint a dhéanamh trí struchtúr na bhfillteán Bunleaganacha.","Enables RAW converter presets. May reduce performance.":"Cumasaíonn sé réamhshocruithe tiontaire RAW. D'fhéadfadh sé feidhmíocht a laghdú.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Má chumasaíonn tú fíordheimhniú dhá fhachtóir beidh cód fíorúcháin randamach de dhíth ort chun logáil isteach, mar sin fiú má fhaigheann duine éigin rochtain ar do phasfhocal, ní bheidh siad in ann rochtain a fháil ar do chuntas.","Engine":"Inneall","Enter date":"Cuir isteach an dáta","Enter dates":"Cuir isteach dátaí","Enter item name...":"Cuir isteach ainm an earra...","Enter the code generated by your authenticator app:":"Cuir isteach an cód ginte ag d'aip fíordheimhneora:","Enter verification code":"Cuir isteach cód fíorúcháin","Enter your password to confirm the action and continue:":"Cuir isteach do phasfhocal chun an gníomh a dhearbhú agus lean ar aghaidh:","Entity not found":"Aonán gan aimsiú","Error":"Earráid","Errors":"Earráidí","Estimate":"Meastachán","Estimate Locations":"Suímh Meastacháin","Estimate the approximate location of pictures without GPS coordinates.":"Déan meastachán ar shuíomh na bpictiúr go garbh gan comhordanáidí GPS.","Every two days":"Gach dhá lá","Exclude hidden":"Fág i bhfolach","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Tá ExifTool ag teastáil chun tacaíocht iomlán a thabhairt do mheiteashonraí, físeáin agus Grianghraif Beo XMP.","Experimental Features":"Gnéithe Turgnamhach","Expires":"In éag","Exposure":"Nochtadh","Extract still images and generate thumbnails while indexing.":"Sliocht íomhánna fósta agus mionsamhlacha a ghiniúint agus tú ag innéacsú.","F Number":"F Uimhir","Face":"Aghaidh","Face not found":"Aghaidh gan aimsiú","Faces":"Aghaidheanna","Failed creating file, please check permissions":"Theip ar chruthú an chomhaid, seiceáil na ceadanna","Failed creating folder, please check permissions":"Theip ar chruthú fillteán, seiceáil na ceadanna","Failed removing link":"Theip ar bhaint an nasc","Failed to connect account.":"Theip ar an gcuntas a nascadh.","Failed to create zip file":"Theip ar chruthú an chomhaid zip","Failed to load users.":"Theip ar luchtaireacht na n-úsáideoirí.","Failed to remove face marker":"Theip ar bhaint an mharcóra aghaidhe","Failed to remove name":"Theip ar an ainm a bhaint","Failed to restart server":"Theip ar an bhfreastalaí a atosú","Failed to save changes":"Theip ar athruithe a shábháil","Failed to save face marker":"Theip ar shábháil an mharcóra aghaidhe","Failed to save name":"Theip ar shábháil an ainm","Failed updating link":"Theip ar an nasc a nuashonrú","Family Name":"Ainm an Teaghlaigh","Fast":"Go tapa","Favorite":"is fearr leat","Favorites":"Ceanáin","Feature disabled":"Gné díchumasaithe","Feature Request":"Iarratas Gné","Female":"Mná","File":"Comhad","File Browser":"Brabhsálaí Comhad","File Conversion":"Tiontú Comhad","File deleted":"Scriosadh an comhad","File Name":"Ainm an Chomhaid","File not found":"Comhad gan aimsiú","File removed from stack":"Baineadh an comhad den chruach","File Size":"Méid an Chomhaid","File too large":"Comhad ró-mhór","File uploaded":"Comhad uaslódáilte","Filename":"Ainm comhaid","Files":"Comhaid","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Baineann comhaid a bhfuil ainmneacha seicheamhacha orthu mar 'IMG_1234 (2)' agus 'IMG_1234 (3)' leis an bpictiúr céanna.","First page":"An chéad leathanach","Focal Length":"Fad Fócasach","Folder":"Fillteán","Folder contains %{n} files":"Tá %{n} comhad san fhillteán","Folder is empty":"Tá an fillteán folamh","Folders":"Fillteáin","Forgot password?":"Focal faire dearmadta?","FPS":"CCT","Frames":"Frámaí","Full Access":"Rochtain Iomlán","Fullscreen":"Lánscáileán","General":"Ginearálta","Generate":"Gin","Generate Previews":"Gin Réamhamhairc","Generated":"Gineadh","Get Started":"Faigh Tosaigh","Given Name":"Ainm tugtha","Global Options":"Roghanna Domhanda","Go to page {0}":"Téigh go leathanach {0}","Gold":"Óir","Green":"Glas","Grey":"Liath","Groups":"Grúpaí","Guest":"Aoi","Hash":"Hais","Help":"Cabhrú","Help & Support":"Cabhair & Tacaíocht","Hidden":"i bhfolach","Hidden Files":"Comhaid Cheilte","Hide":"Folaigh","Hide Caption":"Folaigh an ceannteideal","Hide face markers":"Folaigh marcair aghaidhe","Hide private content from global views while keeping it accessible in the Private section.":"Folaigh míreanna príobháideacha ó radhairc dhomhanda agus coinnigh rochtain orthu sa rannán Príobháideach.","High":"Ard","High Dynamic Range (HDR)":"Raon Ard Dinimiciúla (HDR)","Hybrid":"hibrideach","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Má chailleann tú rochtain ar d'aip nó gléas fíordheimhnitheora, is féidir leat do chód athshlánaithe a úsáid chun rochtain a fháil ar do chuntas arís.","Image":"Íomhá","Image Quality":"Cáilíocht Íomhá","Import":"Iompórtáil","Import canceled":"Cealaíodh an iompórtáil","Import completed in %d s":"Iompórtáil críochnaithe i %d s","Import failed":"Theip ar an iompórtáil","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Déanfar comhaid iompórtáilte a shórtáil de réir dáta agus tabharfar ainm uathúil dóibh chun dúbailt a sheachaint.","Importing %{s}…":"%{s} á iompórtáil…","Importing files to originals…":"Comhaid á n-iompórtáil go bunleagan…","in":"isteach","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Ar eagla go bhfuil na pictiúir a bhfuil tú ag súil leo in easnamh, déan do leabharlann arís agus fan go dtí go mbeidh an t-innéacsú críochnaithe.","Include RAW image files when downloading stacks and archives.":"Cuir comhaid íomhá RAW san áireamh agus stoic agus cartlanna á n-íoslódáil agat.","Include sidecar files when downloading stacks and archives.":"Cuir comhaid taobhcharr san áireamh agus stoic agus cartlanna á n-íoslódáil.","Increase storage size or delete files to continue.":"Méadaigh méid na stórála nó scrios comhaid chun leanúint ar aghaidh.","Index":"Innéacs","Indexing":"Innéacsú","Indexing canceled":"Innéacsú cealaithe","Indexing completed in %d s":"Innéacsú curtha i gcrích in %d s","Indexing failed":"Theip ar an innéacsú","Indexing files in %s":"Comhaid á innéacsú in %s","Indexing media and sidecar files…":"Meáin agus comhaid taobhcharr á innéacsú…","Indexing originals...":"Buntéacs á innéacsú...","Information":"Eolas","Inherit":"Oidhreacht","Instance":"Cás","Instance ID":"Aitheantas an Cháis","Instance unreachable. Try again once it's back online.":"Ní féidir teacht ar an instans. Bain triail as arís nuair a bheidh sé ar líne arís.","Instances":"Cásanna","Insufficient storage":"Stóráil neamhleor","Insufficient storage.":"Stóráil neamhleor.","Interval":"Eatramh","Invalid":"Neamhbhailí","Invalid address":"Seoladh neamhbhailí","Invalid country":"Tír neamhbhailí","Invalid credentials":"Dintiúir neamhbhailí","Invalid date":"Dáta neamhbhailí","Invalid link":"Nasc neamhbhailí","Invalid name":"Ainm neamhbhailí","Invalid parameters":"Paraiméadair neamhbhailí","Invalid password, please try again":"Pasfhocal neamhbhailí, bain triail eile as","Invalid photo selected":"Grianghraf neamhbhailí roghnaithe","Invalid time":"Am neamhbhailí","Invalid URL":"URL neamhbhailí","Invalid verification code, please try again":"Cód fíoraithe neamhbhailí, bain triail eile as","IP Address":"Seoladh IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Is cód úsáide aonuaire é a dhíchumasóidh 2FA do do chuntas nuair a úsáideann tú é.","Item":"Mír","Items per page:":"Míreanna in aghaidh an leathanaigh:","JPEG Quality: %{n}":"Cáilíocht JPEG: %{n}","JPEG Size Limit: %{n}px":"Teorainn Méid JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"Déantar JPEG agus mionsamhlacha a rindreáil go huathoibríoch de réir mar is gá.","Keyword":"Eochairfhocal","Keywords":"Eochairfhocail","Label":"Lipéad","Label not found":"Níor aimsíodh an lipéad","Label saved":"Lipéad sábháilte","Labels":"Lipéid","Labels deleted":"Scriosadh na lipéid","Language":"Teanga","Last Active":"Gníomhach Deiridh","Last Login":"Logáil Isteach Deiridh","Last page":"leathanach deiridh","Last Sync":"Sync Last","Last Used":"Úsáidte is déanaí","Latitude":"Domhanleithead","LDAP/AD":"LDAP/AD","Learn more":"Foghlaim níos mó","Learn More":"Foghlaim níos mó","Legal Information":"Eolas Dlí","Lens":"Lionsa","Lens not found":"Níor aimsíodh an lionsa","Library":"Leabharlann","License":"Ceadúnas","Like":"Cosúil","Lime":"Aoil","Limit reached, showing first %{n} files":"Baineadh an teorainn amach, ag taispeáint na chéad %{n} comhad","Link":"Nasc","List":"Liosta","List View":"Amharc Liosta","Live":"Beo","Live Photos":"Grianghraif Beo","Load more":"Luchtaigh níos mó","Loading items...":"Míreanna á lódáil...","Loading...":"Á lódáil...","Local":"Áitiúil","Local Time":"Am Áitiúil","Location":"Suíomh","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Tá teachtaireachtaí logála le feiceáil anseo aon uair a thagann PhotoPrim ar chomhaid briste, nó nuair a bhíonn fadhbanna eile ann.","Login":"Logáil isteach","Logs":"Logs","Longitude":"Domhanfhad","Lost server connection":"Ceangal freastalaí caillte","Low":"Íseal","Magenta":"Mageanta","Main Color":"Príomh Dath","Male":"Fireann","Manage Account":"Bainistigh Cuntas","Manager":"Bainisteoir","Manual":"Lámhleabhar","Manual Upload":"Uaslódáil Láimhe","Maps":"Léarscáileanna","Marker":"Marcóir","Maximum number of accounts has been reached.":"Tá uaslíon na gcuntas sroichte.","Media":"Meáin","Medium":"Meánach","Membership":"Ballraíocht","Merge %{a} with %{b}?":"An bhfuil fonn ort %{a} a chumasc le %{b}?","Message":"Teachtaireacht","Metadata":"Meiteashonraí","Metrics":"Méadracht","Minimize":"Íoslaghdaigh","Missing":"Ar iarraidh","Missing or invalid configuration":"Cumraíocht in easnamh nó cumraíocht neamhbhailí","mixed":"measctha","Moments":"Chuimhneacháin","Monochrome":"Monacrómach","Month":"Mí","More options":"Tuilleadh roghanna","Mosaic":"Mósáic","Most Relevant":"Is Ábhartha","Move Files":"Bog Comhaid","Moving files from %s":"Comhaid á mbogadh ó %s","Must have at least %{n} characters.":"Caithfidh %{n} carachtar ar a laghad a bheith ann.","Mute":"Balbhaigh","Name":"Ainm","Name too long":"Ainm ró-fhada","Never":"Riamh","New":"Nua","New Password":"Pasfhocal Nua","Newest First":"Is Déanaí ar dtús","Next":"Ar aghaidh","Next page":"An chéad leathanach eile","Next visual":"Amhairc seo chugainn","No":"Níl","No Access":"Gan Rochtain","No albums assigned":"Gan aon albaim sannta","No albums found":"Níor aimsíodh albam","No albums selected":"Níor roghnaíodh aon albam","No data available":"Níl aon sonraí ar fáil","No files available for download":"Níl aon chomhaid ar fáil le híoslódáil","No items selected":"Níl aon mhír roghnaithe","No labels assigned":"Gan lipéid sannta","No labels found":"Níor aimsíodh aon lipéid","No labels selected":"Níor roghnaíodh aon lipéid","No matching records found":"Níor aimsíodh aon taifid mheaitseála","No more":"Níl níos mó","No people found":"Níor aimsíodh daoine","No pictures found":"Níor aimsíodh aon phictiúir","No recently edited pictures":"Níl aon phictiúir curtha in eagar le déanaí","No registered instances.":"Níl aon instanci cláraithe ann.","No results":"Gan aon torthaí","No server connection":"Gan nasc freastalaí","No servers configured.":"Níl aon fhreastalaí cumraithe.","No services configured.":"Níl aon seirbhísí cumraithe.","No thanks":"Níl go raibh maith agat","No users on this instance.":"Níl aon úsáideoirí ar an sampla seo.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Níl aon rabhadh nó earráid ina bhfuil an eochairfhocal seo. Tabhair faoi deara go bhfuil an cuardach cás-íogair.","Node":"Nód","Nodes":"Nóid","Non-photographic and low-quality images require a review before they appear in search results.":"Teastaíonn athbhreithniú ar íomhánna nach bhfuil grianghrafadóireachta agus ar cháilíocht íseal sula bhfeictear iad i dtorthaí cuardaigh.","None":"Dada","Not allowed":"Ní cheadaítear","Not available in public mode":"Níl sé ar fáil i mód poiblí","Not available in read-only mode":"Níl sé ar fáil i mód inléite amháin","Not found":"Ní bhfuarthas","Not sorted.":"Gan sórtáilte.","Not supported":"Ní thacaítear leis","Note you may manually manage your originals folder and importing is optional.":"Tabhair faoi deara gur féidir leat d’fhillteán bunleagan a bhainistiú de láimh agus go bhfuil sé roghnach iompórtáil.","Note:":"Nóta:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nóta: Ní féidir ach freastalaithe WebDAV, cosúil le Nextcloud nó PhotoPrim, a chumrú mar chianseirbhís le haghaidh cúltaca agus uaslódáil comhad.","Notes":"Nótaí","Nothing to see here yet.":"Níl faic le feiceáil anseo fós.","Nothing was found.":"Ní bhfuarthas aon rud.","Offline":"As líne","OK":"ceart go leor","Oldest First":"Is sine ar dtús","On Windows, enter the following resource in the connection dialog:":"Ar Windows, cuir isteach an acmhainn seo a leanas sa dialóg naisc:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"D'fhéadfadh úsáid ard LAP agus cuimhne a bheith mar chúis le giniúint mionsamhlacha ar éileamh. Ní mholtar é do fhreastalaithe teoranta ó thaobh acmhainní agus feistí NAS.","Once a week":"Uair sa tseachtain","One album found":"Aimsíodh albam amháin","One entry added to %s":"Cuireadh iontráil amháin le %s","One entry removed from %s":"Baineadh iontráil amháin de %s","One file found":"Fuarthas comhad amháin","One file uploaded":"Uaslódáladh comhad amháin","One folder found":"Fuarthas fillteán amháin","One label found":"Fuarthas lipéad amháin","One person found":"Fuair duine amháin","One picture found":"Fuarthas pictiúr amháin","Only locally managed accounts can be set up for authentication with 2FA.":"Ní féidir ach cuntais a bhainistítear go háitiúil a bhunú le haghaidh fíordheimhnithe le 2FA.","Open":"Oscail","optional":"roghnach","or":"nó","Orange":"Oráiste","Organization":"Eagraíocht","Orientation":"Treoshuíomh","Original file names will be stored and indexed.":"Déanfar bunainmneacha na gcomhad a stóráil agus a innéacsú.","Original Name":"Ainm Bunaidh","Originals":"Bunábhair","Originals folder is empty":"Tá fillteán bunghnéithe folamh","Other":"Eile","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Is é an misean atá againn ná an réiteach is cairdiúla don úsáideoir agus don phríobháideacht a sholáthar chun do phictiúr a choinneáil eagraithe agus inrochtana.","Outdoor":"Amuigh faoin aer","Page {0}, Current page":"Leathanach {0}, leathanach reatha","Pages":"Leathanaigh","Pagination Navigation":"Nascleanúint Leathanaigh","Panorama":"Lánléargas","Panoramas":"Lánléargas","Part of all selected photos":"Cuid de na grianghraif roghnaithe go léir","Part of some selected photos":"Cuid de roinnt grianghraf roghnaithe","Password":"Pasfhocal","Password changed":"Athraíodh an pasfhocal","Pause":"Fionraí","Payment required":"Íocaíocht ag teastáil","People":"Daoine","People you share a link with will be able to view public contents.":"Beidh daoine a roinneann tú nasc leo in ann féachaint ar inneachar poiblí.","Permanently deleted":"Scriosta go buan","Permission denied":"Cead diúltaithe","Person":"Duine","Person cover updated":"Clúdach duine nuashonraithe","Person deleted":"Scriosadh an duine","Person not found":"Ní bhfuarthas an duine","Person saved":"Sábháladh an duine","Personal":"Pearsanta","Photo":"Grianghraf","PhotoPrism is 100% self-funded and independent.":"Tá PhotoPrism 100% féinmhaoinithe agus neamhspleách.","PhotoPrism+ Membership":"Ballraíocht PhotoPrism+","Photos":"Grianghraif","Picture":"Pictiúr","Picture Title":"Teideal Pictiúr","Pink":"Bándearg","Pinned":"Ceangailte","Place":"Áit","Place & Time":"Áit & Am","Places":"Áiteanna","Play":"Seinn","Please confirm your new password.":"Deimhnigh do phasfhocal nua le do thoil.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Cóipeáil an pasfhocal aipe a gineadh go randamach agus coinnigh in áit shábháilte é, mar ní bheidh tú in ann é a fheiceáil arís:","Please do not upload any private, unlawful or offensive pictures.":"Ná huaslódáil aon pictiúir phríobháideacha, neamhdhleathacha nó maslacha.","Please don't upload photos containing offensive content.":"Ná huaslódáil grianghraif a bhfuil ábhar maslach iontu.","Please enter OTP character {0}":"Cuir isteach carachtar OTP {0}","Please log in to your account":"Logáil isteach i do chuntas le do thoil","Please note that changing your password will log you out on other devices and browsers.":"Tabhair faoi deara le do thoil go ndéanfaidh athrú ar do phasfhocal tú a logáil amach ar ghléasanna agus brabhsálaithe eile.","Please restart your instance for the changes to take effect.":"Atosaigh do chás le go dtiocfaidh na hathruithe i bhfeidhm.","Please wait…":"Fan le do thoil…","PM":"PM","PNG Size Limit: %{n}px":"Teorainn Méid PNG: %{n}px","Portal":"Tairseach","Portrait":"Portráid","Preserve filenames":"Caomhnaigh ainmneacha comhaid","Press enter to create a new album.":"Brúigh Enter chun albam nua a chruthú.","Press enter to create new item":"Brúigh isteach chun mír nua a chruthú","Prevent database and album backups as well as YAML sidecar files from being created.":"Cosc a chur le cúltacaí bunachar sonraí agus albam chomh maith le comhaid taobhcharr YAML ó bheith cruthaithe.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Cosc a chur ar aipeanna eile rochtain a fháil ar PhotoPrim mar thiomántán líonra roinnte.","Preview":"Réamhamharc","Preview Images":"Íomhánna Réamhamhairc","Previous":"Roimhe Seo","Previous page":"An leathanach roimhe seo","Previous visual":"Amhairc roimhe seo","Primary":"Bunscoile","Private":"Príobháideach","Processing upload...":"Uaslódáil á phróiseáil...","Product Feedback":"Aiseolas Táirge","Projection":"Teilgean","Purple":"Corcra","Quality Filter":"Scagaire Cáilíochta","Quality Score":"Scór Cáilíochta","Quota exceeded":"Sáraíodh an cuóta","Random":"randamach","Rating {0} of {1}":"Rátáil {0} de {1}","Raw":"amh","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Déan gach bunleagan a athinnéacsú, lena n-áirítear comhaid atá innéacsaithe cheana féin agus nach bhfuil aon athrú orthu.","Read-Only Mode":"Mód Inléite Amháin","Recently Added":"Curtha leis le déanaí","Recently Archived":"Cartlannaithe le déanaí","Recently Edited":"Curtha in eagar le déanaí","Recognition starts after indexing has been completed.":"Tosaíonn an t-aitheantas tar éis don innéacsú a bheith críochnaithe.","Recognized":"Aitheanta","Recovery Code":"Cód Aisghabháil","Red":"Dearg","Refresh":"Athnuaigh","Regions":"Réigiúin","Register":"Clár","Registration disabled":"Clárú díchumasaithe","Reload":"Athlódáil","Reloading…":"Á athlódáil…","Remote Sync":"Sync Cianda","Remove":"Bain","remove failed: unknown album":"bhaint theip: albam anaithnid","Remove from Album":"Bain as an albam","Remove from all":"Bain as gach rud","Remove from all selected photos":"Bain de na grianghraif roghnaithe go léir","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Bain comhaid iompórtáilte chun stóras a shábháil. Ní scriosfar cineálacha comhaid nach dtacaítear leo go deo, fanann siad ina suíomh reatha.","Remove the selected instance from the cluster registry?":"An bhfuil tú ag iarraidh an sampla roghnaithe a bhaint as clárlann na mbraislí?","Removed":"Bainte","Removed %{name}":"Bainte","Removed %d files and %d photos":"Baineadh %d comhaid agus %d grianghraif","Repeated":"Arís agus arís eile","Request failed - are you offline?":"Theip ar an iarratas - an bhfuil tú as líne?","Request failed - invalid response":"Theip ar an iarratas - freagra neamhbhailí","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"A éileamh go ndéanfaí athbhreithniú ar íomhánna neamh-ghrianghrafadóireachta agus ar cháilíocht íseal sula dtaispeánfar iad i dtorthaí cuardaigh.","Resolution":"Rún","Restart":"Atosaigh","Restore":"Athchóirigh","Restored":"Athchóiríodh","Retry Limit":"Atriail Teorainn","Retype Password":"Athchlóscríobh Pasfhocal","Review":"Léirmheas","Role":"Ról","Roles":"Róil","Rotated":"Rothlaithe","Rows per page:":"Sraitheanna in aghaidh an leathanaigh:","Satellite":"Satailít","Save":"Sábháil","Save changes":"Sábháil athruithe","Scan":"Scanadh","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scan an cód QR le d'aip fíordheimhnitheora nó bain úsáid as an eochair socraithe a thaispeántar thíos agus ansin cuir isteach an cód fíoraithe ginte:","Scans":"Scananna","Scope":"Raon feidhme","Scopes":"Raon feidhme","Search":"Cuardach","Season":"Séasúr","Secret":"Rúnda","Security and Access":"Slándáil agus Rochtain","Select":"Roghnaigh","Select a source folder to import files…":"Roghnaigh fillteán foinse chun comhaid a iompórtáil…","Select date":"Roghnaigh dáta","Select dates":"Roghnaigh dátaí","Select or create albums":"Roghnaigh nó cruthaigh albaim","Select or create labels":"Roghnaigh nó cruthaigh lipéid","Select or drop files to upload…":"Roghnaigh nó scaoil comhaid chun iad a uaslódáil…","Select the files to upload…":"Roghnaigh na comhaid le huaslódáil…","Select the folder to be indexed…":"Roghnaigh an fillteán atá le hinnéacsú…","Select Time":"Roghnaigh Am","Selection":"Rogha","Selection added to %s":"Cuireadh an rogha le %s","Selection approved":"Faomhadh an roghnúcháin","Selection archived":"Roghnaithe sa chartlann","Selection marked as private":"Roghnú marcáilte mar phríobháideach","Selection not found":"Níor aimsíodh an rogha","Selection restored":"Athchóiríodh an roghnúchán","Sequential Name":"Ainm Seicheamhach","Service":"Seirbhís","Service URL":"URL seirbhíse","Services":"Seirbhísí","Session":"Seisiún","Session ID":"Aitheantas an tseisiúin","Sessions":"Seisiúin","Set as Album Cover":"Socraigh mar Chlúdach Albam","Set as Cover Image":"Socraigh mar Íomhá Chlúdaigh","Settings":"Socruithe","Settings saved":"Socruithe sábháilte","Setup":"Socrú","Severity":"Déine","Share":"Comhroinn","Share %{s}":"Roinn %{s}","Show":"Taispeáin","Show All Labels":"Taispeáin Gach Lipéad","Show all new faces":"Taispeáin gach aghaidh nua","Show Caption":"Taispeáin an ceannteideal","Show Captions":"Taispeáin Fotheidil","Show face markers":"Taispeáin marcóirí aghaidhe","Show hidden":"Taispeáin i bhfolach","Show Important Only":"Taispeáin Tábhachtach Amháin","Show logs in the web interface to monitor activity and troubleshoot problems.":"Taispeáin logaí sa chomhéadan gréasáin chun monatóireacht a dhéanamh ar ghníomhaíocht agus chun fadhbanna a réiteach.","Show smart albums that group pictures by occasion, trip, or location.":"Taispeáin albaim chliste a ghrúpálann pictiúir de réir ócáide, turais nó suímh.","Show the Account page so users can manage their profile and security settings.":"Taispeáin an leathanach Cuntais ionas gur féidir le húsáideoirí a bpróifíl agus a socruithe slándála a bhainistiú.","Show the Calendar view to browse the library by year and month.":"Taispeáin an radharc Féilire chun brabhsáil tríd an leabharlann de réir bliana agus míosa.","Show the Labels section to view and manage AI-generated labels.":"Taispeáin an rannán Lipéid chun lipéid a ghintear le hintleacht shaorga a fheiceáil agus a bhainistiú.","Show the Library section to index, manage, and monitor the media library.":"Taispeáin an chuid Leabharlann chun an leabharlann meán a innéacsú, a bhainistiú agus a mhonatóiriú.","Show the Places view with interactive maps so you can browse photos by location.":"Taispeáin an radharc Áiteanna le léarscáileanna idirghníomhacha ionas gur féidir leat grianghraif a bhrabhsáil de réir suímh.","Show Titles":"Taispeáin Teidil","Sidecar":"Taobhcharr","Sidecar Files":"Comhaid Thaobhcharr","Sign in":"Sínigh isteach","Sign Out":"Slogadh amach","Similar":"Cosúil","Site URL":"URL an tsuímh","Size":"Méid","Slideshow":"Taispeántas sleamhnán","Slow":"Mall","Software":"Bogearraí","Software Update":"Nuashonrú Bogearraí","Some albums could not be copied":"Níorbh fhéidir roinnt albaim a chóipeáil","Some albums could not be created. Please edit the names and try again.":"Níorbh fhéidir roinnt albaim a chruthú. Cuir na hainmneacha in eagar agus déan iarracht arís.","Some albums could not be updated":"Níorbh fhéidir roinnt albaim a nuashonrú","Something went wrong, try again":"Chuaigh rud éigin mícheart, bain triail eile as","Sort by":"Sórtáil de réir","Sort by Name (A–Z)":"Sórtáil de réir Ainm (A–Z)","Sort by Photo Count":"Sórtáil de réir Líon na nGrianghraf","Sort by Relevance":"Sórtáil de réir Ábharthachta","Sort Order":"Ordú Sórtála","Sorted ascending.":"Sórtáilte ardaitheach.","Sorted descending.":"Sórtáilte íslitheach.","Source":"Foinse","Stack":"Cruachán","Stack files sharing the same unique image or instance identifier.":"Stack comhaid a roinnt ar an íomhá uathúil céanna nó aitheantóir shampla.","Stack pictures taken at the exact same time and location based on their metadata.":"Stack pictiúir a tógadh ag an am céanna agus an suíomh céanna bunaithe ar a meiteashonraí.","Stackable":"Cruachta","Stacks":"Cruacha","Start":"Tosaigh","Start Page":"Leathanach Tosaigh","Static Size Limit: %{n}px":"Teorainn Mhéid Statach: %{n}px","Status":"Stádas","Stay signed in on this device":"Fan logáilte isteach ar an bhfeiste seo","Stop Casting":"Stad ag caitheamh","Storage":"Stóráil","Streets":"Sráideanna","Subject":"Ábhar","Subject deleted":"Scriosadh an t-ábhar","Subject not found":"Ní bhfuarthas an t-ábhar","Subject saved":"Ábhar sábháilte","Successfully activated":"Cuireadh i ngníomh go rathúil","Successfully Connected":"D'éirigh leis Ceangailte","Successfully deleted":"Scriosadh go rathúil","Successfully verified":"D'éirigh leis a fhíorú","Super Admin":"Sár-Riarachán","Support for additional services, like Google Drive, will be added over time.":"Cuirfear tacaíocht le haghaidh seirbhísí breise, amhail Google Drive, leis in imeacht ama.","Support Our Mission":"Tacaigh lenár Misean","Sync":"Sioncrónaigh","Sync raw and video files":"Sioncronaigh comhaid amh agus físe","Taken":"Tógtha","Teal":"Teal","Terrain":"tír-raon","Text":"Téacs","Thank You for Your Support!":"Go raibh maith agat as do Thacaíocht!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Sin an fáth a tógadh PhotoPrim ón talamh aníos le rith cibé áit a dteastaíonn uait é, gan cur isteach ar shaoirse, ar phríobháideachas ná ar fheidhmiúlacht.","The index currently contains %{n} hidden files.":"Tá %{n} comhad folaithe san innéacs faoi láthair.","The instance rejected the cluster credentials.":"Dhiúltaigh an instans do dhintiúir an chnuasaigh.","The instance returned an unexpected redirect.":"D'fhill an t-eiseamláir atreorú gan choinne.","The wakeup interval is %s, but must be 1h or less":"Is é %s an t-eatramh múscail, ach caithfidh sé a bheith 1h nó níos lú","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Seans nach dtacaítear lena bhformáid, níor tiontaigh go JPEG iad go fóill nó go bhfuil dúbailt ann.","Theme":"Téama","This account is missing an ID and can't be edited.":"Tá ID in easnamh ar an gcuntas seo agus ní féidir é a chur in eagar.","This field is required":"Tá an réimse seo ag teastáil","This instance has no site URL configured.":"Níl URL suímh cumraithe ag an sampla seo.","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.":"Gléasann sé seo an bunfhillteán mar thiomántán líonra agus ligeann sé duit comhaid a oscailt, a chur in eagar agus a scriosadh ó do ríomhaire nó ó do ghuthán cliste amhail is go raibh siad áitiúil.","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. ":"Gléasann sé seo an bunfhillteán mar thiomántán líonra agus ligeann sé duit comhaid a oscailt, a chur in eagar agus a scriosadh ó do ríomhaire nó ó do ghuthán cliste amhail is go raibh siad áitiúil.","Time":"Am","Time UTC":"Am UTC","Time Zone":"Crios Ama","Timeout":"Teorainn Ama","Title":{"":"Teideal","Account":"Teideal","Photo":"Teideal"},"Title / Position":"Teideal / Post","to":"chuig","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Chun a sheachaint a bheith glasáilte amach ó do chuntas, íoslódáil, priontáil nó cóipeáil an cód athshlánaithe seo anois agus coinnigh in áit shábháilte é.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Chun pasfhocal nua a bhaineann go sonrach le haip a ghiniúint, cuir isteach ainm agus raon feidhme údaraithe an fheidhmchláir agus roghnaigh dáta éaga:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Chun athrú go haip nó gléas fíordheimhneora nua, díghníomhachtaigh fíordheimhniú dhá fhachtóir ar dtús agus ansin athghníomhaigh é:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Chun uasghrádú a dhéanamh, is féidir leat cód gníomhachtúcháin a chur isteach nó cliceáil \"Cláraigh\" chun clárú ar ár suíomh Gréasáin:","Today":"Inniu","Toggle View":"Scoránaigh Amharc","Token":"Comhartha","Too many files selected":"An iomarca comhad roghnaithe","Too many requests":"An iomarca iarratas","Troubleshooting":"Fabhtcheartú","Try again using other filters or keywords.":"Bain triail eile as scagairí nó eochairfhocail eile.","Two-factor authentication has been enabled for your account.":"Cumasaíodh fíordheimhniú dhá fhachtóir do do chuntas.","Type":"Cineál","Unable to delete":"Ní féidir scriosadh","Unable to do that":"Ní féidir é sin a dhéanamh","Unassign":"Neamhshann","Unauthorized":"Neamhúdaraithe","Undo":"Cealaigh","Unique ID":"Aitheantas uathúil","Unknown":"Anaithnid","Unknown location":"Suíomh anaithnid","Unregistered":"Neamhchláraithe","Unsorted":"Neamhshórtáilte","Unstack":"Díscrios","Unsupported":"Gan tacaíocht","Unsupported format":"Formáid nach dtacaítear léi","Unsupported type":"Cineál nach dtacaítear leis","Updated":"Nuashonraithe","Updating faces":"Aghaidheanna á nuashonrú","Updating index":"Innéacs á nuashonrú","Updating moments":"Nóiméid á nuashonrú","Updating picture…":"Pictiúr á nuashonrú…","Updating previews":"Réamhamhairc á nuashonrú","Updating stacks":"Stoic á nuashonrú","Upgrade":"Uasghrádú","Upgrade Now":"Uasghrádaigh Anois","Upload":"Uaslódáil","Upload complete":"Uaslódáil iomlán","Upload complete. Indexing…":"Uaslódáil iomlán. Innéacsú…","Upload failed":"Theip ar an uaslódáil","Upload has been processed":"Próiseáladh an t-uaslódáil","Upload local files":"Íoslódáil comhaid áitiúla","Upload might be offensive":"D'fhéadfadh uaslódáil a bheith maslach","Upload Path":"Bealach Uaslódáil","Uploading %{n} of %{t}…":"%{n} de %{t} á uaslódáil…","Uploading photos…":"Grianghraif á n-uaslódáil…","Uploading…":"Á uaslódáil…","Uploads that may contain such images will be rejected automatically.":"Diúltófar go huathoibríoch d’uaslódálacha a bhféadfadh íomhánna den sórt sin a bheith iontu.","URL":"URL","Use Presets":"Úsáid Réamhshocruithe","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Úsáid an cód athshlánaithe seo a leanas chun rochtain a fháil ar do chuntas nuair nach bhfuil tú in ann cód fíoraithe bailí a ghiniúint le d’aip fíordheimhneora:","Use your recovery code or contact an administrator for help.":"Bain úsáid as do chód athshlánaithe nó déan teagmháil le riarthóir chun cabhair a fháil.","User":"Úsáideoir","User Guide":"Treoir Úsáideora","User Interface":"Comhéadan Úsáideora","User not found":"Úsáideoir gan aimsiú","Username":"Ainm úsáideora","Users":"Úsáideoirí","UUID":"UUID","Vector":"Veicteoir","Vectors":"Veicteoirí","Verification Code":"Cód Fíoraithe","Verified email required":"Ríomhphost fíoraithe ag teastáil","Version":"Leagan","Video":"Físeán","Video Duration":"Fad Físeáin","Videos":"Físeáin","View":"Amharc","View search results as a list.":"Féach ar thorthaí cuardaigh mar liosta.","Viewer":"Amharcóir","Vision":"Fís","Visitor":"Cuairteoir","Visual Similarity":"Cosúlacht Amharc","Warning":"Rabhadh","Web Login":"Logáil Isteach Gréasáin","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Is féidir le cliaint WebDAV ceangal le PhotoPrim leis an URL seo a leanas:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Is féidir le cliaint WebDAV, cosúil le Windows Explorer nó Aimsitheoir Apple de chuid Microsoft, nascadh go díreach le PhotoPrism.","WebDAV Upload":"Uaslódáil WebDAV","WebGL support is disabled in your browser":"Tá tacaíocht WebGL díchumasaithe i do bhrabhsálaí","Website":"Suíomh Gréasáin","White":"Bán","Work Details":"Sonraí Oibre","Year":"Bliain","Yellow":"Buí","Yes":"Tá","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Tá fáilte romhat teagmháil a dhéanamh linn ag membership@photoprism.app le haghaidh ceisteanna maidir le do bhallraíocht.","You can only download one album":"Is féidir leat a íoslódáil albam amháin","You can only download one label":"Ní féidir leat ach lipéad amháin a íoslódáil","You can search for a location or move the marker on the map to change the position:":"Is féidir leat suíomh a chuardach nó an marcóir a bhogadh ar an léarscáil chun an suíomh a athrú:","You can upload up to %{n} files for test purposes.":"Is féidir leat suas le %{n} comhad a uaslódáil chun críocha tástála.","You cannot change your own role.":"Ní féidir leat do ról féin a athrú.","You do not have access to any instances.":"Níl rochtain agat ar aon instans.","You may only select one item":"Ní féidir leat ach mír amháin a roghnú","You may rescan your library to find additional faces.":"Is féidir leat do leabharlann a athscanadh chun aghaidheanna breise a fháil.","Your account could not be connected":"Níorbh fhéidir do chuntas a nascadh","Your account has been successfully connected.":"D'éirigh le do chuntas a nascadh.","Your browser does not support WebGL":"Ní thacaíonn do bhrabhsálaí le WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Cuidíonn do thacaíocht leanúnach linn nuashonruithe rialta a sholáthar agus fanacht neamhspleách, ionas gur féidir linn ár misean a chomhlíonadh agus do phríobháideachas a chosaint.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Déantar anailís leanúnach ar do leabharlann chun albam chuimhneacháin, thurais agus áiteanna speisialta a chruthú go huathoibríoch.","Zip created in %d s":"Zip cruthaithe i %d s","Zoom in/out":"Súmáil isteach/amach","Archive":{"Noun":"Cartlann","Verb":"Cartlann"},"Add a Title":{"Photo":"Cuir Teideal Leis"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/he.json b/frontend/src/locales/json/he.json index bc5574266..374aa58a2 100644 --- a/frontend/src/locales/json/he.json +++ b/frontend/src/locales/json/he.json @@ -1 +1 @@ -{"he":{"{0} appended action":"פעולה צורפה {0}","{0} files":"{0} קבצים","{0} files ({1} in total)":"{0} קבצים ({1} בסך הכל)","{0} more":"{0} נוספים","{0} prepended action":"פעולה מקדימה {0}","{0} selected":"נבחרו {0}","{0}-{1} of {2}":"{0}-{1} מתוך {2}","%{n} albums found":"%{n} אלבומים נמצאו","%{n} files uploaded":"%{n} קבצים הועלו","%{n} folders found":"%{n} תיקיות הועלו","%{n} GB of %{q} GB used":"%{n} GB מתוך %{q} GB בשימוש","%{n} labels found":"%{n} תוויות נמצאו","%{n} people found":"%{n} אנשים נמצאו","%{n} pictures found":"%{n} תמונות נמצאו","%{s} is too long":"%{s} ארוך מדי","%{s} is too short":"%{s} קצר מדי","%d entries added to %s":"%d רשומות נוספו ל-%s","%d entries removed from %s":"%d רשומות הוסרו מ-%s","%d files uploaded in %d s":"%d קבצים הועלו תוך %d שניות","%s already exists":"%s כבר קיים","%s has been restored":"%s שוחזר","1 hour":"שעה אחת","12 hours":"12 שעות","2-Factor Authentication":"אימות דו־שלבי","2FA":"2FA","4 hours":"4 שעות","A click will copy it to your clipboard.":"להקיש כדי להעתיק ללוח־הגזירים.","A new version of %{s} is available:":"גרסה חדשה של %{s} זמינה:","About":"על אודות","Access granted.":"גישה אושרה.","Access revoked.":"גישה בוטלה.","Access Token":"אסימון גישה","Account":"חשבון","Account created":"חשבון נוצר","Account deleted":"חשבון נמחק","Account Group Mappings":"מיפויי קבוצת חשבונות","Account not found":"החשבון לא נמצא","Account restored":"חשבון שוחזר","Account saved":"החשבון נשמר","Accounts":"חשבונות","Accuracy":"דיוק","Action":"פעולה","Actions":"פעולות","Activate":"שפעול","Activate to remove sorting.":"לשפעל כדי להסיר מיון.","Activate to sort ascending.":"לשפעל כדי למיין בסדר עולה.","Activate to sort descending.":"לשפעל כדי למיין בסדר יורד.","Activation Code":"קוד שפעול","Activity":"פעילות","Add":"הוספה","Add %{s}?":"הוספת %{s}?","Add a Caption":"הוספת כיתוב","Add Account":"הוספת חשבון","Add Album":"הוספת אלבום","Add Link":"הוספת קישור","Add Notes":"הוספת הערות","Add person?":"להוסיף אדם?","Add pictures from search results by selecting them.":"הוספת תמונות מתוצאות החיפוש על ידי בחירתן.","Add to album":"הוספה לאלבום","Add to all":"הוספת לכול","Add to all selected photos":"הוספה לכול התמונות שנבחרו","Added":"נוסף","Added %{name}":"נוסף %{name}","Adjust Camera Info":"התאמת מידע מצלמה","Adjust Date & Time":"התאמת תאריך ושעה","Adjust Location":"התאמת מיקום","Admin":"מנהל מערכת","Advanced":"מתקדם","Advertise URL":"כתובת URL אתר לפרסום","After 1 day":"לאחר יום אחד","After 3 days":"לאחר 3 ימים","After 7 days":"לאחר 7 ימים","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"לאחר הזנת סיסמה לאימות, ניתן להגדיר אימות דו־שלבי באמצעות יישום אימות תואם או התקן:","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 %s deleted":"האלבום %s נמחק","Album Backups":"גיבויי אלבומים","Album contents cloned":"תוכן האלבום שוכפל","Album created":"אלבום נוצר","Album deleted":"אלבום נמחק","Album not found":"האלבום לא נמצא","Album saved":"האלבום נשמר","Albums":"אלבומים","Albums deleted":"אלבומים נמחקו","All":"הכול","All %{n} albums loaded":"כל %{n} האלבומים נטענו","All %{n} labels loaded":"כל %{n} התוויות נטענו","All %{n} people loaded":"כל %{n} האנשים נטענו","All Cameras":"כל המצלמות","All Categories":"כל הקטגוריות","All Colors":"כל הצבעים","All Countries":"כל המדינות","All files from import folder":"כל הקבצים מתיקיית הייבוא","All Lenses":"כל העדשות","All Months":"כל החודשים","All originals":"כל המקורות","All Years":"כל השנים","Allow configuration and use of connected apps and services for remote uploads and sync.":"אפשור תצורה ושימוש בישום ושירותים מחוברים לצורך העלאה וסנכרון מרחוק.","Allow editing of metadata such as title, description, date, and location.":"אפשור עריכת נתוני־על כגון כותרת, תיאור, תאריך ומיקום.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"אפשור עריכת נתוני־על, תוויות ואלבומים של מספר תמונות בבת אחת.","Allow files to be copied or moved from the Import to the Originals folder.":"אפשור העברת או היתקת קבצים מתיקיית ה'ייבוא' לתיקיית ה'מקורות'.","Allow files to be permanently deleted to free up storage space.":"אפשור מחיקת קבצים לצמיתות כדי לפנות שטח אחסון.","Allow users to archive photos and videos so they are hidden without being deleted.":"אפשר למשתמשים לארכיב תמונות וסרטונים כך שהם יוסתרו מבלי להימחק.","Allow users to create and share links, and enable sharing with connected services.":"לאפשר למשתמשים ליצור ולשתף קישורים, ולאפשר שיתוף עם שירותים מחוברים.","Allow users to upload new photos and videos through the web interface.":"לאפשר למשתמשים להעלות תמונות וסרטונים חדשים דרך ממשק מרשתת.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"לחלופין, ניתן להעלות קבצים ישירות דרך שרתי WebDAV כמו Nextcloud.","Altitude":"רום","Altitude (m)":"רום (מ')","AM":"AM","Animated":"הנפשה","Animation":"הנפשה","Animations":"הנפשות","Any private photos and videos remain private and won't be shared.":"תמונות וסרטונים פרטיים יישארו פרטיים ולא ישותפו.","API Key":"מפתח API","Application":"יישום","Applications":"יישומים","Approve":"לאשר","Approve and save changes":"אישור ושמירת שינויים","Apps and Devices":"יישומים והתקנים","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 delete this album?":"האם למחוק אלבום זה?","Are you sure you want to permanently delete these pictures?":"האם למחוק את התמונות לצמיתות?","Are you sure you want to permanently delete this file?":"האם למחוק את הקבצים לצמיתות?","Are you sure?":"האם לבצע?","Artist":"אמן","Aspect Ratio":"יחס גובה-רוחב","Attributes":"תכונות","Audio":"שמע","Audit Log":"יומן שמע","Authentication":"אימות","Auto":"אוטומטי","Back":"חזרה","Back to top":"חזרה למעלה","Backup":"גיבוי","Badge":"טוטפת","Base Path":"נתיב בסיס","Batch":"אצווה","Batch Edit":"עריכה אצוות","Become a member today, support our mission and enjoy our member benefits!":"להפוך לחבר עוד היום, לתמוך במשימתנו ולהנות מהטבות החברים שלנו!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"אנו 100% עצמאיים וממומנים במימון עצמאי, אנו יכולים להבטיח שלעולם לא נמכור את הנתונים האישיים ותמיד נהיה שקופים לגבי התוכנה והשירותים שלנו.","Bio":"פרטי חיים","Birth Date":"תאריך לידה","Black":"שחור","Blue":"כחול","Brown":"חום","Browse":"דפדדוף","Browse Files":"דפדוף בקבצים","Browse Pictures":"דפדוף בתמונות","Bug Report":"דוח תקל","Busy, please try again later":"עסוק, אנא נסה שוב מאוחר יותר","Busy, please wait…":"השרות עסוק, נא להמתן…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"על ידי שימוש בתוכנה ובשירותים שאנו מספקים, אתה מסכים לתנאי השירות, מדיניות הפרטיות וקוד ההתנהגות שלנו.","Calendar":"לוח שנה","Camera":"מצלמה","Camera not found":"לא נמצאה מצלמה","Camera Serial":"מזהה מצלמה","Can't access your authenticator app or device?":"לא מצליח לגשת לאפליקציית המאמת או למכשיר שלך?","Can't load more, limit reached":"לא ניתן לטעון יותר, הגעת למגבלה","Can't select more items":"לא ניתן לבחור עוד פרטים","Cancel":"ביטול","Cannot copy to clipboard":"לא ניתן להעתיק ללוח","Caption":"כּוֹתֶרֶת","Cards":"כרטיסים","Carousel slide {0} of {1}":"שקופית קרוסלה {0} מתוך {1}","Cast":"צוות השחקנים","Category":"קטגוריה","Change Avatar":"שינוי האווטר","Change Password":"שנה סיסמה","Change private flag":"שינוי דגל הפרטיות","Changes could not be saved":"לא ניתן לשמור שינויים","Changes successfully saved":"השינויים נשמרו בהצלחה","Changes to the advanced settings require a restart to take effect.":"שינויים בהגדרות המתקדמות דורשים הפעלה מחדש כדי להיכנס לתוקף.","Checked":"נבחר","Choose an instance to continue:":"בחר מופע כדי להמשיך:","Chroma":"כרומה","Cleaning index and cache":"ניקוי אינדקס ומטמון","Cleanup":"לנקות","Clear":"נקי","Clear {0}":"נקה {0}","Client":"לָקוּחַ","Close":"סגור","Cluster":"אֶשׁכּוֹל","Cluster Admin":"מנהל אשכול","Cluster Node":"צומת אשכול","Codec":"קודק","Color":"צבע","Color Profile":"פרופיל צבע","Colors":"צבעים","Compare Editions":"השווה מהדורות","Complete Rescan":"השלם סריקה מחדש","Confidence":"אמון","Confirm":"לְאַשֵׁר","Connect":"התחבר","Connect via WebDAV":"התחבר באמצעות WebDAV","Connected":"מחובר","Contact Details":"פרטי התקשרות","Contact Us":"צור קשר","Contains %{n} pictures.":"מכיל %{n} תמונות.","Contains one picture.":"מכיל תמונה אחת.","Content":{"":"תוֹכֶן","Edit":"תוֹכֶן"},"Continue":"לְהַמשִׁיך","Contributor":"תוֹרֵם","Converting":"ממיר","Copied to clipboard":"הועתק ללוח","Copy":"עותק","Copying files from %s":"מעתיק קבצים מ-%s","Copyright":"זכויות יוצרים","Could not be deleted":"לא ניתן למחיקה","Could not connect, please try again":"לא ניתן היה להתחבר, נסה שוב","Could not update person cover":"לא ניתן היה לעדכן את כיסוי האדם","Couldn't find anything.":"לא נמצא דבר.","Country":"מדינה","Create Account":"צור חשבון","Create album":"צור אלבום","Create regular backups based on the configured schedule.":"צור גיבויי אינדקס בהתבסס על לוח הזמנים שהוגדר.","Create YAML files to back up album metadata.":"צור קובצי YAML כדי לגבות מטא נתונים של אלבום.","Create YAML sidecar files to back up picture metadata.":"צור קבצי YAML Sidecar כדי לגבות מטא נתונים של תמונה.","Created":"נוצר","Creating thumbnails for":"יותר תמונות מקדימות עבור","Current Password":"צור סיסמה","Custom":"מִנְהָג","Cyan":"טורקיז","Daily":"יומי","Database":"מסד נתונים","Database Backups":"גיבויים של מסדי נתונים","Databases":"מאגרי מידע","Date & Time":"תאריך ושעה","Day":"יום","Deactivate":"השבת","Debug Logs":"יומן ניפוי־תקלים","Default":"ברירת מחדל","Default Folder":"תיקיית ברירת מחדל","Delete":"מחק","Delete Album":"מחיקת אלבום","Delete All":"מחק הכל","Delete all?":"למחוק הכל?","Delete orphaned index entries, sidecar files and thumbnails.":"מחק ערכי אינדקס יתומים, קבצי צדדיות ותמונות ממוזערות.","deleted":"נמחק","Description":"תיאור","Detailed instructions can be found in our User Guide.":"הוראות מפורטות ניתן למצוא במדריך למשתמש שלנו.","Details":"פרטים","Dimensions":"מידות","Disable all face detection and recognition features.":"השבת את כל תכונות זיהוי הפנים והזיהוי.","Disable Backups":"השבת גיבויים","Disable Darktable":"השבת את Darktable","Disable ExifTool":"השבת את ExifTool","Disable Faces":"השבת פנים","Disable features that require write permission for the originals folder.":"השבת תכונות הדורשות הרשאת כתיבה עבור תיקיית המקור.","Disable FFmpeg":"השבת FFmpeg","Disable ImageMagick":"השבת את ImageMagick","Disable interactive world maps and reverse geocoding.":"השבת מפות עולם אינטראקטיביות וקידוד גיאוגרפי הפוך.","Disable MCP":"השבת את MCP","Disable Places":"השבת מיקומים","Disable RawTherapee":"השבת את RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"השבת את נקודת הקצה של ממשק ה-API של Model Context Protocol (MCP) עבור שילובים של סוכני בינה מלאכותית.","Disable Vectors":"השבת וקטורים","Disable WebDAV":"השבת את WebDAV","Disabled":"מושבת","Disables vector graphics support.":"משבית תמיכה בגרפיקה וקטורית.","Disables video transcoding and thumbnail extraction.":"משבית את המרת קידוד וידאו וחילוץ תמונות ממוזערות.","Discard":"לְהַשְׁלִיך","Discard changes and close":"בטל את השינויים וסגור","Discard invalid changes?":"להתעלם משינויים לא תקינים?","Discard unsaved changes?":"האם למחוק שינויים שלא נשמרו?","Discover":"גלה","Dismiss":"לְפַטֵר","Display Name":"שם תצוגה","Display picture captions in search results.":"הצג כתוביות תמונה בתוצאות החיפוש.","Display picture titles in search results.":"הצג כותרות של תמונות בתוצאות החיפוש.","Document":"מִסְמָך","Documents":"מסמכים","Don't use Darktable to convert RAW images.":"אל תשתמש ב- Darktable להמרת קבצי RAW.","Don't use ImageMagick to convert images.":"אל תשתמש ב-ImageMagick כדי להמיר תמונות.","Don't use RawTherapee to convert RAW images.":"אל תשתמש ב- RawTherapee להמרת קבצי RAW.","Done":"בוצע","Done.":"בוצע.","Download":"הורד","Download only original media files, without any automatically generated files.":"הורד רק קבצי מדיה מקוריים, ללא קבצים שנוצרו אוטומטית.","Download remote files":"הורד קבצים מרוחקים","Downloading…":"מוריד…","Drag and drop files here":"גרור ושחרר קבצים כאן","Driver":"נֶהָג","Duplicates will be skipped and only appear once.":"התעלם מכפילויות, והצג רק אחד.","Duration":"משך","Dynamic Previews":"תצוגות מקדימות דינמיות","Dynamic Size Limit: %{n}px":"גודל דינמי מקסימלי לשמירה במטמון: %{n} פיקסלים","Edit":"ערוך","Edit %{s}":"ערוך %{s}","Edit Account":"ערוך חשבון","Edit Photo":"ערוך תמונה","Edit Photos (%{n})":"ערוך תמונות (%{n})","Edited":"ערוך","Email":"אימייל","Enable debug mode to display additional logs and help with troubleshooting.":"אפשר מצב ניפוי באגים כדי להציג יומנים נוספים ועזרה בפתרון בעיות.","Enable downloading of original and sidecar files from the web interface.":"אפשר הורדת קבצים מקוריים וקבצי sidecar מממשק האינטרנט.","Enable face recognition and the People view to easily find people you know.":"הפעל זיהוי פנים ותצוגת אנשים כדי למצוא בקלות אנשים שאתה מכיר.","Enable new features that may be incomplete or unstable.":"אפשר תכונות חדשות שעשויות להיות לא שלמות או לא יציבות.","Enable the file browser to navigate the Originals folder structure.":"אפשר לדפדפן הקבצים לנווט במבנה התיקיות של Originals.","Enables RAW converter presets. May reduce performance.":"מאפשר הגדרות קבועות מראש של ממיר RAW. עשוי להפחית את הביצועים.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"הפעלת אימות דו-גורמי פירושה שתזדקק לקוד אימות שנוצר באקראי כדי להיכנס, כך שגם אם מישהו יקבל גישה לסיסמה שלך, הוא לא יוכל לגשת לחשבון שלך.","Engine":"מָנוֹעַ","Enter date":"הזן תאריך","Enter dates":"הזן תאריכים","Enter item name...":"הזן שם פריט...","Enter the code generated by your authenticator app:":"הזן את הקוד שנוצר על ידי אפליקציית המאמת שלך:","Enter verification code":"הכנס קוד אימות","Enter your password to confirm the action and continue:":"הזן את הסיסמה שלך כדי לאשר את הפעולה והמשך:","Entity not found":"הישות לא נמצאה","Error":"שגיאה","Errors":"שגיאות","Estimate":"לְהַעֲרִיך","Estimate Locations":"הערכת מיקומים","Estimate the approximate location of pictures without GPS coordinates.":"הערך את המיקום המשוער של תמונות ללא קואורדינטות GPS.","Every two days":"כל יומיים","Exclude hidden":"אל תכלול מוסתר","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"חילוץ מטא נתונים עם ExifTool נדרש לתמיכה מלאה בווידאו, צילום חי ו-XMP.","Experimental Features":"תכונות ניסיוניות","Expires":"תפוגה","Exposure":"חשיפה","Extract still images and generate thumbnails while indexing.":"חלץ תמונות סטילס וצור תמונות ממוזערות תוך כדי אינדקס.","F Number":"ערך ה-F (יחס אורך מוקד העדשה)","Face":"פָּנִים","Face not found":"הפנים לא נמצאו","Faces":"פנים","Failed creating file, please check permissions":"יצירת הקובץ נכשלה, אנא בדוק את ההרשאות","Failed creating folder, please check permissions":"יצירת התיקיה נכשלה, אנא בדוק את ההרשאות","Failed removing link":"הסרת קישור כשלה","Failed to connect account.":"חיבור חשבון כשל.","Failed to create zip file":"יצירת קובץ ה-zip נכשלה","Failed to load users.":"טעינת משתמשים כשלה.","Failed to remove face marker":"הסרת סימן פנים כשלה","Failed to remove name":"הסרת שם כשלה","Failed to restart server":"לא הצליח להפעיל מחדש את השרת","Failed to save changes":"שמירת שינויים כשלה","Failed to save face marker":"שמירת סימן פנים כשלה","Failed to save name":"שמירת שם כשלה","Failed updating link":"העלאת קישור כשלה","Family Name":"שם משפחה","Fast":"מהיר","Favorite":"מועדף","Favorites":"מועדפים","Feature disabled":"התכונה מושבתת","Feature Request":"בקשת תכונה","Female":"נקבה","File":"קובץ","File Browser":"סייר קבצים","File Conversion":"המרת קבצים","File deleted":"הקובץ נמחק","File Name":"שם קובץ","File not found":"קובץ לא נמצא","File removed from stack":"הקובץ הוסר מהאיחוד","File Size":"גודל הקובץ","File too large":"קובץ גדול מדי","File uploaded":"הקובץ הועלה","Filename":"שם קובץ","Files":"קבצים","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"קבצים עם שמות עוקבים כמו 'IMG_1234 (2)' ו- 'IMG_1234 (3)' שייכים לאותה תמונה.","First page":"עמוד ראשון","Focal Length":"אורך המוקד","Folder":"תיקייה","Folder contains %{n} files":"התיקייה מכילה %{n} קבצים","Folder is empty":"התיקייה ריקה","Folders":"תיקיות","Forgot password?":"שכחת סיסמא?","FPS":"FPS","Frames":"מסגרות","Full Access":"גישה מלאה","Fullscreen":"מסך מלא","General":"כללי","Generate":"לִיצוֹר","Generate Previews":"צור תצוגות מקדימות","Generated":"נוצר","Get Started":"התחל","Given Name":"שם פרטי","Global Options":"אפשרויות גלובליות","Go to page {0}":"עבור לדף {0}","Gold":"זהב","Green":"ירוק","Grey":"אפור","Groups":"קבוצות","Guest":"אוֹרֵחַ","Hash":"Hash","Help":"עזרה","Help & Support":"עזרה ותמיכה","Hidden":"מוסתר","Hidden Files":"קבצים מוסתרים","Hide":"הסתר","Hide Caption":"הסתר כיתוב","Hide face markers":"הסתר סימני פנים","Hide private content from global views while keeping it accessible in the Private section.":"הסתר פריטים פרטיים מתצוגות גלובליות תוך שמירה על נגישותם בקטע 'פרטי'.","High":"גבוה","High Dynamic Range (HDR)":"טווח דינמי גבוה (HDR)","Hybrid":"משולב","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"אם תאבד את הגישה לאפליקציית המאמת או למכשיר שלך, תוכל להשתמש בקוד השחזור שלך כדי לקבל חזרה גישה לחשבון שלך.","Image":"תמונה","Image Quality":"איכות תמונה","Import":"ייבוא","Import canceled":"הייבוא בוטל","Import completed in %d s":"הייבוא הושלם ב-%d שניות","Import failed":"הייבוא נכשל","Imported files will be sorted by date and given a unique name to avoid duplicates.":"קבצים מיובאים ימוינו לפי תאריך ויקבלו שם ייחודי כדי למנוע כפילויות.","Importing %{s}…":"מייבא את %{s}…","Importing files to originals…":"מייבא קבצים למקורות…","in":"ב","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"אם חסרות תמונות שאתה מצפה, סרוק מחדש את הספרייה שלך והמתן עד להשלמת האינדקס.","Include RAW image files when downloading stacks and archives.":"כלול קובצי תמונה RAW בעת הורדת ערימות וארכיונים.","Include sidecar files when downloading stacks and archives.":"כלול קבצי Sidecar בעת הורדת ערימות וארכיונים.","Increase storage size or delete files to continue.":"הגדל את נפח האחסון או מחק קבצים כדי להמשיך.","Index":"אינדקס","Indexing":"מאנדקס","Indexing canceled":"יצירת האינדקס בוטלה","Indexing completed in %d s":"האינדוקס הושלם ב-%d שניות","Indexing failed":"אינדוקס נכשל","Indexing files in %s":"מאנדקס קבצים תוך %s","Indexing media and sidecar files…":"יצירת אינדקס של קבצי מדיה וקבצי עזר…","Indexing originals...":"מאנדקס קבצי מקור...","Information":"מֵידָע","Inherit":"לרשת","Instance":"דוּגמָה","Instance ID":"מזהה מופע","Instance unreachable. Try again once it's back online.":"לא ניתן ליצור קשר עם השרת. נסה שוב כאשר הוא יחזור לפעול.","Instances":"מופעים","Insufficient storage":"אחסון לא מספיק","Insufficient storage.":"אחסון לא מספיק.","Interval":"הפוגה","Invalid":"לא תקין","Invalid address":"כתובת לא תקינה","Invalid country":"שם מדינה לא תקיי","Invalid credentials":"אישורים לא תקינים","Invalid date":"תאריך לא תקין","Invalid link":"קישור לא תקין","Invalid name":"מספר לא תקף","Invalid parameters":"פרמטרים לא תקינים","Invalid password, please try again":"סיסמה לא תקינה, נסה שוב","Invalid photo selected":"נבחרה תמונה לא תקינ","Invalid time":"זמן לא תקין","Invalid URL":"כתובת אתר לא תקינה","Invalid verification code, please try again":"קוד אימות לא חוקי, אנא נסה שוב","IP Address":"כתובת IP","It is a one-time use code that will disable 2FA for your account when you use it.":"זהו קוד לשימוש חד פעמי שישבית את 2FA עבור חשבונך כאשר אתה משתמש בו.","Item":"פריט","Items per page:":"פריטים בעמוד:","JPEG Quality: %{n}":"איכות ה-JPEG: %{n}","JPEG Size Limit: %{n}px":"מגבלת גודל קבצי ה-JPEG %{n} פיקסלים","JPEGs and thumbnails are automatically rendered as needed.":"קבצי JPEG וקבצי תצוגה מקדימה נוצרים אוטומטית לפי הצורך.","Keyword":"מילת מפתח","Keywords":"מילות מפתח","Label":"תווית","Label not found":"התווית לא נמצאה","Label saved":"התווית נשמרה","Labels":"תוויות","Labels deleted":"תוויות נמחקו","Language":"שפה","Last Active":"פעיל אחרון","Last Login":"כניסה אחרונה","Last page":"עמוד אחרון","Last Sync":"סנכרון אחרון","Last Used":"בשימוש אחרון","Latitude":"קו רוחב","LDAP/AD":"LDAP/AD","Learn more":"הצג עוד","Learn More":"הצג עוד","Legal Information":"מידע משפטי","Lens":"עדשה","Lens not found":"לא נמצא עדשה","Library":"ספריה","License":"רשיון","Like":"אהבתי","Lime":"ליים","Limit reached, showing first %{n} files":"לא ניתן להציג יותר, מציג את ה-%{n} קבצים הראשונים","Link":"קישור","List":"רשימה","List View":"תצוגת רשימה","Live":"חי","Live Photos":"תמונות חיות","Load more":"טען עוד","Loading items...":"טוען פריטים...","Loading...":"טְעִינָה...","Local":"מְקוֹמִי","Local Time":"זמן מוקמי","Location":"מיקום","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"הודעות יומן מופיעות כאן בכל פעם ש- PhotoPrism נתקל בקבצים שבורים, או שיש בעיות פוטנציאליות אחרות.","Login":"התחברות","Logs":"יומן","Longitude":"קו אורך","Lost server connection":"אבד חיבור לשרת","Low":"נמוך","Magenta":"ארגמן","Main Color":"צבע עיקרי","Male":"זכר","Manage Account":"נהל חשבון","Manager":"מְנַהֵל","Manual":"יָדָנִי","Manual Upload":"העלאה ידנית","Maps":"מפות","Marker":"סמן","Maximum number of accounts has been reached.":"הגעת למספר המקסימלי של חשבונות.","Media":"כְּלֵי תִקְשׁוֹרֶת","Medium":"בינוני","Membership":"חֲבֵרוּת","Merge %{a} with %{b}?":"למזג %{a} עם %{b}?","Message":"הוֹדָעָה","Metadata":"מטא נתונים","Metrics":"מדדים","Minimize":"הקטנה","Missing":"חסר","Missing or invalid configuration":"תצורה חסרה או לא תקינה","mixed":"מעורב","Moments":"רגעים","Monochrome":"שקפים","Month":"חודש","More options":"אפשרויות נוספות","Mosaic":"פסיפס","Most Relevant":"הכי רלוונטי","Move Files":"העבר קבצים","Moving files from %s":"מעביר קבצים מ-%s","Must have at least %{n} characters.":"חייב להכיל לפחות %{n} תווים.","Mute":"לְהַשְׁתִיק","Name":"שם","Name too long":"שם ארוך מדי","Never":"לעולם לא","New":"חדש","New Password":"סיסמה חדשה","Newest First":"הכי חדש ראשון","Next":"הַבָּא","Next page":"העמוד הבא","Next visual":"הוויזואלי הבא","No":"לא","No Access":"אין גישה","No albums assigned":"אין אלבומים שהוקצו","No albums found":"לא נמצאו אלבומים","No albums selected":"לא נבחרו אלבומים","No data available":"אין נתונים זמינים","No files available for download":"אין קבצים זמינים להורדה","No items selected":"לא נבחרו פריטים","No labels assigned":"אין תוויות שהוקצו","No labels found":"לא נמצאו תוויות","No labels selected":"לא נבחרו תוויות","No matching records found":"לא נמצאו רשומות תואמות","No more":"לא יותר","No people found":"לא נמצאו אנשים","No pictures found":"לא נמצאו תמונות","No recently edited pictures":"אין תמונות שערכו לאחרונה","No registered instances.":"אין מופעים רשומים.","No results":"אין תוצאות","No server connection":"אין חיבור לשרת","No servers configured.":"לא הוגדר שרת.","No services configured.":"לא הוגדרו שירותים.","No thanks":"לא תודה","No users on this instance.":"אין משתמשים במתקן זה.","No warnings or error containing this keyword. Note that search is case-sensitive.":"אין אזהרות או שגיאות המכילות מילת מפתח זו. שים לב שהחיפוש תלוי רישיות.","Node":"צוֹמֶת","Nodes":"צמתים","Non-photographic and low-quality images require a review before they appear in search results.":"תמונות שאינן נראות צילום או באיכות נמוכה דורשות בדיקה לפני שהן מופיעות בתוצאות החיפוש.","None":"ללא","Not allowed":"אסור","Not available in public mode":"לא זמין במצב ציבורי","Not available in read-only mode":"לא זמין במצב קריאה בלבד","Not found":"לא נמצא","Not sorted.":"לא ממוין.","Not supported":"לא נתמך","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, ניתנים להגדרה כשירות מרוחק לצורך גיבוי והעלאת קבצים.","Notes":"הערות","Nothing to see here yet.":"אין מה לראות כאן עדיין. התאזר בסבלנות.","Nothing was found.":"לא נמצא דבר.","Offline":"לא מקוון","OK":"בְּסֵדֶר","Oldest First":"הישן ראשון","On Windows, enter the following resource in the connection dialog:":"ב-Windows, הזן את המשאב הבא בתיבת הדו-שיח של החיבור:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"יצירת תמונות ממוזערות לפי דרישה עשויה לגרום לשימוש גבוה במעבד ובזיכרון. זה לא מומלץ עבור שרתים מוגבלי משאבים והתקני NAS.","Once a week":"פעם בשבוע","One album found":"אלבום אחד נמצא","One entry added to %s":"רשומה אחת נוספה ל-%s","One entry removed from %s":"רשומה אחת הוסרה מ-%s","One file found":"קובץ אחד נמצא","One file uploaded":"קובץ אחד הועלה","One folder found":"תיקייה אחת נמצאה","One label found":"נמצאה תווית אחת","One person found":"אדם אחד נמצא","One picture found":"תמונה אחת נמצאה","Only locally managed accounts can be set up for authentication with 2FA.":"ניתן להגדיר רק חשבונות בניהול מקומי לאימות עם 2FA.","Open":"פתיחה","optional":"אופציונלי","or":"אוֹ","Orange":"כתום","Organization":"ארגון","Orientation":"אוריינטציה","Original file names will be stored and indexed.":"שמות הקבצים המקוריים יישמרו באינדקס.","Original Name":"השם המקורי","Originals":"קבצי מקור","Originals folder is empty":"תיקיית מקור ריקה","Other":"אחר","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"המשימה שלנו היא לספק את הפתרון הכי ידידותי למשתמש ולפרטיות כדי לשמור על התמונות שלך מאורגנות ונגישות.","Outdoor":"באוויר הפתוח","Page {0}, Current page":"עמוד {0}, דף נוכחי","Pages":"דפים","Pagination Navigation":"ניווט עימוד","Panorama":"פנורמה","Panoramas":"פנורמות","Part of all selected photos":"חלק מכל התמונות שנבחרו","Part of some selected photos":"חלק מתמונות נבחרות","Password":"סיסמה","Password changed":"סיסמא שונתה","Pause":"השהיה","Payment required":"נדרש תשלום","People":"אנשים","People you share a link with will be able to view public contents.":"אנשים שעימם אתה חולק קישור יוכלו להציג תכנים ציבוריים.","Permanently deleted":"נמחק לצמיתות","Permission denied":"גישה נדחתה","Person":"אָדָם","Person cover updated":"כיסוי אדם עודכן","Person deleted":"אדם נמחק","Person not found":"אדם לא נמצא","Person saved":"אדם נשמר","Personal":"אישי","Photo":"תמונה","PhotoPrism is 100% self-funded and independent.":"PhotoPrism הוא 100% מימון עצמי ועצמאי.","PhotoPrism+ Membership":"חברות PhotoPrism+","Photos":"תמונות","Picture":"תמונה","Picture Title":"כותרת התמונה","Pink":"ורוד","Pinned":"מוצמד","Place":"מקום","Place & Time":"מקום וזמן","Places":"מקומות","Play":"הפעל","Please confirm your new password.":"אנא אשר את הסיסמה החדשה שלך.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"אנא העתק את סיסמת האפליקציה הבאה שנוצרה באופן אקראי ושמור אותה במקום בטוח, מכיוון שלא תוכל לראות אותה שוב:","Please do not upload any private, unlawful or offensive pictures.":"נא לא להעלות תמונות פרטיות, לא חוקיות או פוגעניות.","Please don't upload photos containing offensive content.":"נא לא להעלות תמונות המכילות תוכן פוגעני.","Please enter OTP character {0}":"אנא הזן תו OTP {0}","Please log in to your account":"אנא היכנס לחשבון שלך","Please note that changing your password will log you out on other devices and browsers.":"שים לב ששינוי הסיסמה שלך יגרום לך להתנתק ממכשירים ודפדפנים אחרים.","Please restart your instance for the changes to take effect.":"הפעל מחדש את המופע שלך כדי שהשינויים ייכנסו לתוקף.","Please wait…":"המתן בבקשה…","PM":"רֹאשׁ הַמֶמשָׁלָה","PNG Size Limit: %{n}px":"מגבלת גודל קבצי ה-PNG %{n} פיקסלים","Portal":"שַׁעַר","Portrait":"דיוקן","Preserve filenames":"שמור שמות קבצים","Press enter to create a new album.":"לחץ על Enter בכדי ליצור אלבום חדש.","Press enter to create new item":"לחץ על Enter כדי ליצור פריט חדש","Prevent database and album backups as well as YAML sidecar files from being created.":"מנע יצירת גיבויים של מסדי נתונים ואלבומים, כמו גם קבצי YAML Sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"מנע מאפליקציות אחרות לגשת ל-PhotoPrism ככונן רשת משותף.","Preview":"תצוגה מקדימה","Preview Images":"תצוגה מקדימה של תמונות","Previous":"קוֹדֵם","Previous page":"העמוד הקודם","Previous visual":"חזותית קודמת","Primary":"ראשי","Private":"פרטי","Processing upload...":"מעבד העלאה...","Product Feedback":"משוב על המוצר","Projection":"הקרנה","Purple":"סגול","Quality Filter":"מסנן איכות","Quality Score":"ציון איכות","Quota exceeded":"חריגה מהמכסה","Random":"אקראי","Rating {0} of {1}":"דירוג {0} מתוך {1}","Raw":"גלמי","RAW":"גלם","Re-index all originals, including already indexed and unchanged files.":"צור אינדקס מחודש של כל קבצי המקור, כולל קבצים שכבר הוספו לאינדקס ולא השתנו.","Read-Only Mode":"מצב קריאה בלבד","Recently Added":"נוסף לאחרונה","Recently Archived":"הועבר לארכיון לאחרונה","Recently Edited":"נערך לאחרונה","Recognition starts after indexing has been completed.":"ההכרה מתחילה לאחר השלמת האינדקס.","Recognized":"מוּכָּר","Recovery Code":"קוד שחזור","Red":"אדום","Refresh":"לְרַעֲנֵן","Regions":"אזורים","Register":"הירשם","Reload":"טען מחדש","Reloading…":"טוען מחדש…","Remote Sync":"סנכרון מרוחק","Remove":"הסר","remove failed: unknown album":"הסרה כשלה: אלבום לא ידוע","Remove from Album":"הסר מהאלבום","Remove from all":"הסר מהכל","Remove from all selected photos":"הסר מכל התמונות שנבחרו","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"הסרת קבצים שיובאו כדי לחסוך שטח אחסון. סוגי קבצים שאינם נתמכים לא יימחקו לעולם, ויישארו במיקומם הנוכחי.","Remove the selected instance from the cluster registry?":"להסיר את המופע שנבחר מרישום האשכול?","Removed":"הוסר","Removed %{name}":"%{name} הוסר","Removed %d files and %d photos":"הוסרו %d קבצים ו-%d תמונות","Repeated":"חוזר על עצמו","Request failed - are you offline?":"בקשה כשלה – האם המצב לא מקוון?","Request failed - invalid response":"בקשה כשלה – תגובה לא תקינה","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"דרוש בדיקה של תמונות שאינן צילומיות ובאיכות נמוכה לפני שהן יופיעו בתוצאות החיפוש.","Resolution":"רזולוציה","Restart":"איתחול","Restore":"לשחזר","Restored":"מְשׁוּחזָר","Retry Limit":"נסה שוב מגבלת","Retype Password":"הזן שוב את הסיסמה","Review":"סקירה","Role":"תַפְקִיד","Roles":"תפקידים","Rotated":"מסובב","Rows per page:":"שורות בעמוד:","Satellite":"לוויין","Save":"שמירה","Save changes":"שמירת שינויים","Scan":"סרוק","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"סרוק את קוד ה-QR עם אפליקציית המאמת שלך או השתמש במפתח ההגדרה המוצג למטה ולאחר מכן הזן את קוד האימות שנוצר:","Scans":"סריקות","Scope":"תְחוּם","Scopes":"טווחים","Search":"חיפוש","Season":"עונה","Secret":"קוד סודי","Security and Access":"אבטחה וגישה","Select":"בחר","Select a source folder to import files…":"בחר תיקיית מקור לייבא קבצים…","Select date":"בחר תאריך","Select dates":"בחר תאריכים","Select or create albums":"בחירה או יצירה של אלבומים","Select or create labels":"בחר או צור תוויות","Select or drop files to upload…":"בחר או גרור קבצים להעלאה…","Select the files to upload…":"בחר את הקבצים להעלאה…","Select the folder to be indexed…":"בחר את התיקיה להוספת אינדקס…","Select Time":"בחר זמן","Selection":"בחירה","Selection added to %s":"הבחירה נוספה ל-%s","Selection approved":"הבחירה אושרה","Selection archived":"הבחירה הועברה לארכיון","Selection marked as private":"הבחירה סומנה כפרטית","Selection not found":"הבחירה לא נמצאה","Selection restored":"הבחירה שוחזרה","Sequential Name":"שמות סדרתיים","Service":"שֵׁרוּת","Service URL":"נתיב השרות","Services":"שירותים","Session":"מוֹשָׁב","Session ID":"מזהה הפעלה","Sessions":"הפעלות","Set as Album Cover":"מוגדר ככריכת אלבום","Set as Cover Image":"הגדר כתמונת שער","Settings":"הגדרות","Settings saved":"ההגדרות נשמרו","Setup":"הגדר","Severity":"חוּמרָה","Share":"שתף","Share %{s}":"שתף %{s}","Show":"הצג","Show All Labels":"הצג את כל התוויות","Show all new faces":"הצג את כל הפרצופים החדשים","Show Caption":"הצג כיתוב","Show Captions":"הצג כיתובים","Show face markers":"הצג סימני פנים","Show hidden":"הראה את המוסתר","Show Important Only":"הצג רק דברים חשובים","Show logs in the web interface to monitor activity and troubleshoot problems.":"הצג יומנים בממשק האינטרנט כדי לפקח על הפעילות ולפתור בעיות.","Show smart albums that group pictures by occasion, trip, or location.":"הצג אלבומים חכמים המקבצים תמונות לפי אירוע, טיול או מיקום.","Show the Account page so users can manage their profile and security settings.":"הצג את דף החשבון כדי שהמשתמשים יוכלו לנהל את הפרופיל וההגדרות האבטחה שלהם.","Show the Calendar view to browse the library by year and month.":"הצג את תצוגת לוח השנה כדי לעיין בספרייה לפי שנה וחודש.","Show the Labels section to view and manage AI-generated labels.":"הצג את הקטע 'תוויות' כדי להציג ולנהל תוויות שנוצרו על ידי בינה מלאכותית.","Show the Library section to index, manage, and monitor the media library.":"הצג את הקטע 'ספרייה' כדי לאנדקס, לנהל ולפקח על ספריית המדיה.","Show the Places view with interactive maps so you can browse photos by location.":"הצג את תצוגת המקומות עם מפות אינטראקטיביות כדי שתוכל לדפדף בתמונות לפי מיקום.","Show Titles":"הצג כותרות","Sidecar":"חזית רכב","Sidecar Files":"קבצי Sidecar","Sign in":"התחבר","Sign Out":"התנתק","Similar":"דומה","Site URL":"כתובת אתר","Size":"גודל","Slideshow":"מצגת","Slow":"איטי","Software":"תוֹכנָה","Software Update":"עדכון תוכנה","Some albums could not be copied":"לא ניתן היה להעתיק חלק מהאלבומים","Some albums could not be created. Please edit the names and try again.":"לא ניתן היה ליצור חלק מהאלבומים. אנא ערוך את השמות ונסה שוב.","Some albums could not be updated":"לא ניתן היה לעדכן חלק מהאלבומים","Something went wrong, try again":"משהו השתבש נא לנסות שוב","Sort by":"מיין לפי","Sort by Name (A–Z)":"מיין לפי שם (א'-ת')","Sort by Photo Count":"מיין לפי ספירת תמונות","Sort by Relevance":"מיין לפי רלוונטיות","Sort Order":"סדר המיון","Sorted ascending.":"ממוין עולה.","Sorted descending.":"ממוין יורד.","Source":"מקור","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":"איחודים","Start":"התחל","Start Page":"דף התחלה","Static Size Limit: %{n}px":"מגבלת גודל סטטי במטמון: %{n} פיקסלים","Status":"סטטוס","Stay signed in on this device":"הישאר מחובר במכשיר זה","Stop Casting":"הפסק את הליהוק","Storage":"אחסון","Streets":"רחובות","Subject":"נושא","Subject deleted":"הנושא נמחק","Subject not found":"הנושא לא נמצא","Subject saved":"הנושא נשמר","Successfully activated":"הופעל בהצלחה","Successfully Connected":"מחובר בהצלחה","Successfully deleted":"נמחק בהצלחה","Successfully verified":"אומת בהצלחה","Super Admin":"סופר אדמין","Support for additional services, like Google Drive, will be added over time.":"תמיכה בשירותים נוספים, כמו Google Drive, תתווסף בהמשך.","Support Our Mission":"תמכו במשימה שלנו","Sync":"סינכרון","Sync raw and video files":"סנכרן קבצי תמונה גולמיים וסרטונים","Taken":"נלקח","Teal":"ירוק כחלחל","Terrain":"פְּנֵי הַשֵׁטַח","Text":"טֶקסט","Thank You for Your Support!":"תודה על תמיכתך!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"זו הסיבה ש-PhotoPrism נבנתה מהיסוד לרוץ בכל מקום שתזדקק לו, מבלי להתפשר על חופש, פרטיות או פונקציונליות.","The index currently contains %{n} hidden files.":"האינדקס מכיל כרגע %{n} קבצים מוסתרים.","The instance rejected the cluster credentials.":"המערכת דחתה את פרטי ההזדהות של האשכול.","The instance returned an unexpected redirect.":"האינסטנס החזיר הפניה בלתי צפויה.","The wakeup interval is %s, but must be 1h or less":"מרווח ההשכמה הוא %s, אך חייב להיות שעה אחת או פחות","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"ייתכן שהפורמט שלהם לא נתמך, עדיין לא הומרו ל-JPEG או שיש כפילויות.","Theme":"ערכת נושא","This account is missing an ID and can't be edited.":"בחשבון זה חסר מזהה ולכן לא ניתן לערוך אותו.","This field is required":"שדה זה חובה","This instance has no site URL configured.":"לא הוגדר כתובת URL לאתר עבור מופע זה.","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 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. ":"פעולה זו מעגנת את תיקיית המקור ככונן רשת ומאפשרת לפתוח, לערוך ולמחוק קבצים מהמחשב או מהטלפון הכחם כאילו היו מקומיים. ","Time":"זְמַן","Time UTC":"זמן UTC","Time Zone":"אזור זמן","Timeout":"פסק זמן","Title":{"":"כותרת","Account":"כותרת","Photo":"כותרת"},"Title / Position":"שם / מיקום","to":"ל","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"כדי להימנע מנעילת החשבון שלך, אנא הורד, הדפס או העתק את קוד השחזור הזה כעת ושמור אותו במקום בטוח.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"כדי ליצור סיסמה חדשה ספציפית לאפליקציה, הזן את השם והיקף ההרשאה של האפליקציה ובחר תאריך תפוגה:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"כדי לעבור לאפליקציית אימות או מכשיר חדש, תחילה השבת את האימות הדו-שלבי ולאחר מכן הפעל אותו מחדש:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"כדי לשדרג, אתה יכול להזין קוד הפעלה או ללחוץ על \"הירשם\" כדי להירשם לאתר שלנו:","Today":"הַיוֹם","Toggle View":"החלף תצוגה","Token":"טוקן","Too many files selected":"נבחרו יותר מדי קבצים","Too many requests":"יותר מדי בקשות","Troubleshooting":"פתרון בעיות","Try again using other filters or keywords.":"נסה שוב להשתמש בסינון או במילת מפתח שונה.","Two-factor authentication has been enabled for your account.":"אימות דו-שלבי הופעל עבור חשבונך.","Type":"סוג","Unable to delete":"לא ניתן למחוק","Unable to do that":"לא ניתן לבצע זאת","Unassign":"לבטל הקצאה","Unauthorized":"לא מורשה","Undo":"בטל","Unique ID":"מזהה ייחודי","Unknown":"לא ידוע","Unknown location":"מיקום לא ידוע","Unregistered":"משתמש לא רשום","Unsorted":"לא ממוין","Unstack":"לא מקובץ","Unsupported":"לא נתמך","Unsupported format":"תסדיר לא נתמך","Unsupported type":"סוג לא נתמך","Updated":"מעודכן","Updating faces":"מעדכן פנים","Updating index":"מעדכן אינדקס","Updating moments":"מעדכן רגעים","Updating picture…":"מתבצע עדכון תמונה…","Updating previews":"מעדכן תצוגות מקדימות","Updating stacks":"מעדכן קיבוצים","Upgrade":"שדרוג","Upgrade Now":"שדרג עכשיו","Upload":"העלה","Upload complete":"העלאה הושלמה","Upload complete. Indexing…":"העלאה הושלמה, מאנדקס…","Upload failed":"העלאה כשלה","Upload has been processed":"ההעלאה עובדה","Upload local files":"העלה קבצים מקומיים","Upload might be offensive":"ההעלאה עשויה להיות פוגענית","Upload Path":"נתיב העלאה","Uploading %{n} of %{t}…":"מעלה %{n} מתוך %{t}…","Uploading photos…":"מעלה תמונות…","Uploading…":"העלאה…","Uploads that may contain such images will be rejected automatically.":"העלאות שעשויות להכיל תמונות כאלה יידחו אוטומטית.","URL":"נתיב אתר","Use Presets":"השתמש בהגדרות קבועות מראש","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"השתמש בקוד השחזור הבא כדי לגשת לחשבון שלך כאשר אינך יכול ליצור קוד אימות חוקי עם אפליקציית המאמת שלך:","Use your recovery code or contact an administrator for help.":"השתמש בקוד השחזור שלך או פנה למנהל מערכת לקבלת עזרה.","User":"משתמש","User Guide":"מדריך למשתמש","User Interface":"ממשק משתמש","User not found":"המשתמש לא נמצא","Username":"שם משתמש","Users":"משתמשים","UUID":"UUID","Vector":"וֶקטוֹר","Vectors":"וקטורים","Verification Code":"קוד אימות","Version":"גִרְסָה","Video":"סרטון","Video Duration":"משך הסרטון","Videos":"סרטונים","View":"תצוגה","View search results as a list.":"הצג את תוצאות החיפוש כרשימה.","Viewer":"צוֹפֶה","Vision":"חָזוֹן","Visitor":"אורח","Visual Similarity":"דמיון חזותי","Warning":"אַזהָרָה","Web Login":"התחברות לאינטרנט","WebDAV":"WebDAV","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, כמו סייר וינדוס של מיקרוסופט או Finder של אפל, יכולים להתחבר ישירות ל־PhotoPrism. ","WebDAV Upload":"העלאת WebDAV","WebGL support is disabled in your browser":"תמיכת WebGL מושבתת בדפדפן שלך","Website":"אתר","White":"לבן","Work Details":"פרטי העבודה","Year":"שנה","Yellow":"צהוב","Yes":"כן","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"אתה מוזמן לפנות אלינו בכתובת membership@photoprism.app לשאלות בנוגע לחברות שלך.","You can only download one album":"ניתן להוריד רק אלבום אחד","You can only download one label":"ניתן להוריד רק תווית אחת","You can search for a location or move the marker on the map to change the position:":"ניתן לחפש מיקום או להזיז את הסמן על המפה כדי לשנות את המיקום:","You can upload up to %{n} files for test purposes.":"אתה יכול להעלות עד %{n} קבצים למטרות בדיקה.","You cannot change your own role.":"אינך יכול לשנות את התפקיד שלך.","You do not have access to any instances.":"אין לך גישה לאף מופע.","You may only select one item":"ניתן לבחור רק פריט אחד","You may rescan your library to find additional faces.":"תוכל לסרוק מחדש את הספרייה שלך כדי למצוא פנים נוספות.","Your account could not be connected":"לא ניתן היה לחבר את החשבון שלך","Your account has been successfully connected.":"החשבון שלך חובר בהצלחה.","Your browser does not support WebGL":"הדפדפן שלך אינו תומך ב-WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"התמיכה המתמשכת שלך עוזרת לנו לספק עדכונים שוטפים ולהישאר עצמאיים, כדי שנוכל למלא את המשימה שלנו ולהגן על פרטיותך.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"הספרייה שלך מנותחת באופן רציף ליצירת אלבומים של רגעים מיוחדים, טיולים ומקומות באופן אוטומטי.","Zip created in %d s":"קובץ Zip נוצר תוך %d שניות","Zoom in/out":"זום פנימה\\החוצה","Archive":{"Noun":"ארכיון","Verb":"ארכיון"},"Add a Title":{"Photo":"הוסף כותרת"}}} \ No newline at end of file +{"he":{"{0} appended action":"פעולה צורפה {0}","{0} files":"{0} קבצים","{0} files ({1} in total)":"{0} קבצים ({1} בסך הכל)","{0} more":"{0} נוספים","{0} prepended action":"פעולה מקדימה {0}","{0} selected":"נבחרו {0}","{0}-{1} of {2}":"{0}-{1} מתוך {2}","%{n} albums found":"%{n} אלבומים נמצאו","%{n} files uploaded":"%{n} קבצים הועלו","%{n} folders found":"%{n} תיקיות הועלו","%{n} GB of %{q} GB used":"%{n} GB מתוך %{q} GB בשימוש","%{n} labels found":"%{n} תוויות נמצאו","%{n} people found":"%{n} אנשים נמצאו","%{n} pictures found":"%{n} תמונות נמצאו","%{s} is too long":"%{s} ארוך מדי","%{s} is too short":"%{s} קצר מדי","%d entries added to %s":"%d רשומות נוספו ל-%s","%d entries removed from %s":"%d רשומות הוסרו מ-%s","%d files uploaded in %d s":"%d קבצים הועלו תוך %d שניות","%s already exists":"%s כבר קיים","%s has been restored":"%s שוחזר","1 hour":"שעה אחת","12 hours":"12 שעות","2-Factor Authentication":"אימות דו־שלבי","2FA":"2FA","4 hours":"4 שעות","A click will copy it to your clipboard.":"להקיש כדי להעתיק ללוח־הגזירים.","A new version of %{s} is available:":"גרסה חדשה של %{s} זמינה:","About":"על אודות","Access granted.":"גישה אושרה.","Access revoked.":"גישה בוטלה.","Access Token":"אסימון גישה","Account":"חשבון","Account created":"חשבון נוצר","Account deleted":"חשבון נמחק","Account Group Mappings":"מיפויי קבוצת חשבונות","Account not found":"החשבון לא נמצא","Account restored":"חשבון שוחזר","Account saved":"החשבון נשמר","Accounts":"חשבונות","Accuracy":"דיוק","Action":"פעולה","Actions":"פעולות","Activate":"שפעול","Activate to remove sorting.":"לשפעל כדי להסיר מיון.","Activate to sort ascending.":"לשפעל כדי למיין בסדר עולה.","Activate to sort descending.":"לשפעל כדי למיין בסדר יורד.","Activation Code":"קוד שפעול","Activity":"פעילות","Add":"הוספה","Add %{s}?":"הוספת %{s}?","Add a Caption":"הוספת כיתוב","Add Account":"הוספת חשבון","Add Album":"הוספת אלבום","Add Link":"הוספת קישור","Add Notes":"הוספת הערות","Add person?":"להוסיף אדם?","Add pictures from search results by selecting them.":"הוספת תמונות מתוצאות החיפוש על ידי בחירתן.","Add to album":"הוספה לאלבום","Add to all":"הוספת לכול","Add to all selected photos":"הוספה לכול התמונות שנבחרו","Added":"נוסף","Added %{name}":"נוסף %{name}","Adjust Camera Info":"התאמת מידע מצלמה","Adjust Date & Time":"התאמת תאריך ושעה","Adjust Location":"התאמת מיקום","Admin":"מנהל מערכת","Advanced":"מתקדם","Advertise URL":"כתובת URL אתר לפרסום","After 1 day":"לאחר יום אחד","After 3 days":"לאחר 3 ימים","After 7 days":"לאחר 7 ימים","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"לאחר הזנת סיסמה לאימות, ניתן להגדיר אימות דו־שלבי באמצעות יישום אימות תואם או התקן:","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 %s deleted":"האלבום %s נמחק","Album Backups":"גיבויי אלבומים","Album contents cloned":"תוכן האלבום שוכפל","Album created":"אלבום נוצר","Album deleted":"אלבום נמחק","Album not found":"האלבום לא נמצא","Album saved":"האלבום נשמר","Albums":"אלבומים","Albums deleted":"אלבומים נמחקו","All":"הכול","All %{n} albums loaded":"כל %{n} האלבומים נטענו","All %{n} labels loaded":"כל %{n} התוויות נטענו","All %{n} people loaded":"כל %{n} האנשים נטענו","All Cameras":"כל המצלמות","All Categories":"כל הקטגוריות","All Colors":"כל הצבעים","All Countries":"כל המדינות","All files from import folder":"כל הקבצים מתיקיית הייבוא","All Lenses":"כל העדשות","All Months":"כל החודשים","All originals":"כל המקורות","All Years":"כל השנים","Allow configuration and use of connected apps and services for remote uploads and sync.":"אפשור תצורה ושימוש בישום ושירותים מחוברים לצורך העלאה וסנכרון מרחוק.","Allow editing of metadata such as title, description, date, and location.":"אפשור עריכת נתוני־על כגון כותרת, תיאור, תאריך ומיקום.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"אפשור עריכת נתוני־על, תוויות ואלבומים של מספר תמונות בבת אחת.","Allow files to be copied or moved from the Import to the Originals folder.":"אפשור העברת או היתקת קבצים מתיקיית ה'ייבוא' לתיקיית ה'מקורות'.","Allow files to be permanently deleted to free up storage space.":"אפשור מחיקת קבצים לצמיתות כדי לפנות שטח אחסון.","Allow users to archive photos and videos so they are hidden without being deleted.":"אפשר למשתמשים לארכיב תמונות וסרטונים כך שהם יוסתרו מבלי להימחק.","Allow users to create and share links, and enable sharing with connected services.":"לאפשר למשתמשים ליצור ולשתף קישורים, ולאפשר שיתוף עם שירותים מחוברים.","Allow users to upload new photos and videos through the web interface.":"לאפשר למשתמשים להעלות תמונות וסרטונים חדשים דרך ממשק מרשתת.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"לחלופין, ניתן להעלות קבצים ישירות דרך שרתי WebDAV כמו Nextcloud.","Altitude":"רום","Altitude (m)":"רום (מ')","AM":"AM","Animated":"הנפשה","Animation":"הנפשה","Animations":"הנפשות","Any private photos and videos remain private and won't be shared.":"תמונות וסרטונים פרטיים יישארו פרטיים ולא ישותפו.","API Key":"מפתח API","Application":"יישום","Applications":"יישומים","Approve":"לאשר","Approve and save changes":"אישור ושמירת שינויים","Apps and Devices":"יישומים והתקנים","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 delete this album?":"האם למחוק אלבום זה?","Are you sure you want to permanently delete these pictures?":"האם למחוק את התמונות לצמיתות?","Are you sure you want to permanently delete this file?":"האם למחוק את הקבצים לצמיתות?","Are you sure?":"האם לבצע?","Artist":"אמן","Aspect Ratio":"יחס גובה-רוחב","Attributes":"תכונות","Audio":"שמע","Audit Log":"יומן שמע","Authentication":"אימות","Auto":"אוטומטי","Back":"חזרה","Back to top":"חזרה למעלה","Backup":"גיבוי","Badge":"טוטפת","Base Path":"נתיב בסיס","Batch":"אצווה","Batch Edit":"עריכה אצוות","Become a member today, support our mission and enjoy our member benefits!":"להפוך לחבר עוד היום, לתמוך במשימתנו ולהנות מהטבות החברים שלנו!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"אנו 100% עצמאיים וממומנים במימון עצמאי, אנו יכולים להבטיח שלעולם לא נמכור את הנתונים האישיים ותמיד נהיה שקופים לגבי התוכנה והשירותים שלנו.","Bio":"פרטי חיים","Birth Date":"תאריך לידה","Black":"שחור","Blue":"כחול","Brown":"חום","Browse":"דפדדוף","Browse Files":"דפדוף בקבצים","Browse Pictures":"דפדוף בתמונות","Bug Report":"דוח תקל","Busy, please try again later":"עסוק, אנא נסה שוב מאוחר יותר","Busy, please wait…":"השרות עסוק, נא להמתן…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"על ידי שימוש בתוכנה ובשירותים שאנו מספקים, אתה מסכים לתנאי השירות, מדיניות הפרטיות וקוד ההתנהגות שלנו.","Calendar":"לוח שנה","Camera":"מצלמה","Camera not found":"לא נמצאה מצלמה","Camera Serial":"מזהה מצלמה","Can't access your authenticator app or device?":"לא מצליח לגשת לאפליקציית המאמת או למכשיר שלך?","Can't load more, limit reached":"לא ניתן לטעון יותר, הגעת למגבלה","Can't select more items":"לא ניתן לבחור עוד פרטים","Cancel":"ביטול","Cannot copy to clipboard":"לא ניתן להעתיק ללוח","Caption":"כּוֹתֶרֶת","Cards":"כרטיסים","Carousel slide {0} of {1}":"שקופית קרוסלה {0} מתוך {1}","Cast":"צוות השחקנים","Category":"קטגוריה","Change Avatar":"שינוי האווטר","Change Password":"שנה סיסמה","Change private flag":"שינוי דגל הפרטיות","Changes could not be saved":"לא ניתן לשמור שינויים","Changes successfully saved":"השינויים נשמרו בהצלחה","Changes to the advanced settings require a restart to take effect.":"שינויים בהגדרות המתקדמות דורשים הפעלה מחדש כדי להיכנס לתוקף.","Checked":"נבחר","Choose an instance to continue:":"בחר מופע כדי להמשיך:","Chroma":"כרומה","Cleaning index and cache":"ניקוי אינדקס ומטמון","Cleanup":"לנקות","Clear":"נקי","Clear {0}":"נקה {0}","Client":"לָקוּחַ","Close":"סגור","Cluster":"אֶשׁכּוֹל","Cluster Admin":"מנהל אשכול","Cluster Node":"צומת אשכול","Codec":"קודק","Color":"צבע","Color Profile":"פרופיל צבע","Colors":"צבעים","Compare Editions":"השווה מהדורות","Complete Rescan":"השלם סריקה מחדש","Confidence":"אמון","Confirm":"לְאַשֵׁר","Connect":"התחבר","Connect via WebDAV":"התחבר באמצעות WebDAV","Connected":"מחובר","Contact Details":"פרטי התקשרות","Contact Us":"צור קשר","Contains %{n} pictures.":"מכיל %{n} תמונות.","Contains one picture.":"מכיל תמונה אחת.","Content":{"":"תוֹכֶן","Edit":"תוֹכֶן"},"Continue":"לְהַמשִׁיך","Contributor":"תוֹרֵם","Converting":"ממיר","Copied to clipboard":"הועתק ללוח","Copy":"עותק","Copying files from %s":"מעתיק קבצים מ-%s","Copyright":"זכויות יוצרים","Could not be deleted":"לא ניתן למחיקה","Could not connect, please try again":"לא ניתן היה להתחבר, נסה שוב","Could not update person cover":"לא ניתן היה לעדכן את כיסוי האדם","Couldn't find anything.":"לא נמצא דבר.","Country":"מדינה","Create Account":"צור חשבון","Create album":"צור אלבום","Create regular backups based on the configured schedule.":"צור גיבויי אינדקס בהתבסס על לוח הזמנים שהוגדר.","Create YAML files to back up album metadata.":"צור קובצי YAML כדי לגבות מטא נתונים של אלבום.","Create YAML sidecar files to back up picture metadata.":"צור קבצי YAML Sidecar כדי לגבות מטא נתונים של תמונה.","Created":"נוצר","Creating thumbnails for":"יותר תמונות מקדימות עבור","Current Password":"צור סיסמה","Custom":"מִנְהָג","Cyan":"טורקיז","Daily":"יומי","Database":"מסד נתונים","Database Backups":"גיבויים של מסדי נתונים","Databases":"מאגרי מידע","Date & Time":"תאריך ושעה","Day":"יום","Deactivate":"השבת","Debug Logs":"יומן ניפוי־תקלים","Default":"ברירת מחדל","Default Folder":"תיקיית ברירת מחדל","Delete":"מחק","Delete Album":"מחיקת אלבום","Delete All":"מחק הכל","Delete all?":"למחוק הכל?","Delete orphaned index entries, sidecar files and thumbnails.":"מחק ערכי אינדקס יתומים, קבצי צדדיות ותמונות ממוזערות.","deleted":"נמחק","Description":"תיאור","Detailed instructions can be found in our User Guide.":"הוראות מפורטות ניתן למצוא במדריך למשתמש שלנו.","Details":"פרטים","Dimensions":"מידות","Disable all face detection and recognition features.":"השבת את כל תכונות זיהוי הפנים והזיהוי.","Disable Backups":"השבת גיבויים","Disable Darktable":"השבת את Darktable","Disable ExifTool":"השבת את ExifTool","Disable Faces":"השבת פנים","Disable features that require write permission for the originals folder.":"השבת תכונות הדורשות הרשאת כתיבה עבור תיקיית המקור.","Disable FFmpeg":"השבת FFmpeg","Disable ImageMagick":"השבת את ImageMagick","Disable interactive world maps and reverse geocoding.":"השבת מפות עולם אינטראקטיביות וקידוד גיאוגרפי הפוך.","Disable MCP":"השבת את MCP","Disable Places":"השבת מיקומים","Disable RawTherapee":"השבת את RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"השבת את נקודת הקצה של ממשק ה-API של Model Context Protocol (MCP) עבור שילובים של סוכני בינה מלאכותית.","Disable Vectors":"השבת וקטורים","Disable WebDAV":"השבת את WebDAV","Disabled":"מושבת","Disables vector graphics support.":"משבית תמיכה בגרפיקה וקטורית.","Disables video transcoding and thumbnail extraction.":"משבית את המרת קידוד וידאו וחילוץ תמונות ממוזערות.","Discard":"לְהַשְׁלִיך","Discard changes and close":"בטל את השינויים וסגור","Discard invalid changes?":"להתעלם משינויים לא תקינים?","Discard unsaved changes?":"האם למחוק שינויים שלא נשמרו?","Discover":"גלה","Dismiss":"לְפַטֵר","Display Name":"שם תצוגה","Display picture captions in search results.":"הצג כתוביות תמונה בתוצאות החיפוש.","Display picture titles in search results.":"הצג כותרות של תמונות בתוצאות החיפוש.","Document":"מִסְמָך","Documents":"מסמכים","Don't use Darktable to convert RAW images.":"אל תשתמש ב- Darktable להמרת קבצי RAW.","Don't use ImageMagick to convert images.":"אל תשתמש ב-ImageMagick כדי להמיר תמונות.","Don't use RawTherapee to convert RAW images.":"אל תשתמש ב- RawTherapee להמרת קבצי RAW.","Done":"בוצע","Done.":"בוצע.","Download":"הורד","Download only original media files, without any automatically generated files.":"הורד רק קבצי מדיה מקוריים, ללא קבצים שנוצרו אוטומטית.","Download remote files":"הורד קבצים מרוחקים","Downloading…":"מוריד…","Drag and drop files here":"גרור ושחרר קבצים כאן","Driver":"נֶהָג","Duplicates will be skipped and only appear once.":"התעלם מכפילויות, והצג רק אחד.","Duration":"משך","Dynamic Previews":"תצוגות מקדימות דינמיות","Dynamic Size Limit: %{n}px":"גודל דינמי מקסימלי לשמירה במטמון: %{n} פיקסלים","Edit":"ערוך","Edit %{s}":"ערוך %{s}","Edit Account":"ערוך חשבון","Edit Photo":"ערוך תמונה","Edit Photos (%{n})":"ערוך תמונות (%{n})","Edited":"ערוך","Email":"אימייל","Enable debug mode to display additional logs and help with troubleshooting.":"אפשר מצב ניפוי באגים כדי להציג יומנים נוספים ועזרה בפתרון בעיות.","Enable downloading of original and sidecar files from the web interface.":"אפשר הורדת קבצים מקוריים וקבצי sidecar מממשק האינטרנט.","Enable face recognition and the People view to easily find people you know.":"הפעל זיהוי פנים ותצוגת אנשים כדי למצוא בקלות אנשים שאתה מכיר.","Enable new features that may be incomplete or unstable.":"אפשר תכונות חדשות שעשויות להיות לא שלמות או לא יציבות.","Enable the file browser to navigate the Originals folder structure.":"אפשר לדפדפן הקבצים לנווט במבנה התיקיות של Originals.","Enables RAW converter presets. May reduce performance.":"מאפשר הגדרות קבועות מראש של ממיר RAW. עשוי להפחית את הביצועים.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"הפעלת אימות דו-גורמי פירושה שתזדקק לקוד אימות שנוצר באקראי כדי להיכנס, כך שגם אם מישהו יקבל גישה לסיסמה שלך, הוא לא יוכל לגשת לחשבון שלך.","Engine":"מָנוֹעַ","Enter date":"הזן תאריך","Enter dates":"הזן תאריכים","Enter item name...":"הזן שם פריט...","Enter the code generated by your authenticator app:":"הזן את הקוד שנוצר על ידי אפליקציית המאמת שלך:","Enter verification code":"הכנס קוד אימות","Enter your password to confirm the action and continue:":"הזן את הסיסמה שלך כדי לאשר את הפעולה והמשך:","Entity not found":"הישות לא נמצאה","Error":"שגיאה","Errors":"שגיאות","Estimate":"לְהַעֲרִיך","Estimate Locations":"הערכת מיקומים","Estimate the approximate location of pictures without GPS coordinates.":"הערך את המיקום המשוער של תמונות ללא קואורדינטות GPS.","Every two days":"כל יומיים","Exclude hidden":"אל תכלול מוסתר","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"חילוץ מטא נתונים עם ExifTool נדרש לתמיכה מלאה בווידאו, צילום חי ו-XMP.","Experimental Features":"תכונות ניסיוניות","Expires":"תפוגה","Exposure":"חשיפה","Extract still images and generate thumbnails while indexing.":"חלץ תמונות סטילס וצור תמונות ממוזערות תוך כדי אינדקס.","F Number":"ערך ה-F (יחס אורך מוקד העדשה)","Face":"פָּנִים","Face not found":"הפנים לא נמצאו","Faces":"פנים","Failed creating file, please check permissions":"יצירת הקובץ נכשלה, אנא בדוק את ההרשאות","Failed creating folder, please check permissions":"יצירת התיקיה נכשלה, אנא בדוק את ההרשאות","Failed removing link":"הסרת קישור כשלה","Failed to connect account.":"חיבור חשבון כשל.","Failed to create zip file":"יצירת קובץ ה-zip נכשלה","Failed to load users.":"טעינת משתמשים כשלה.","Failed to remove face marker":"הסרת סימן פנים כשלה","Failed to remove name":"הסרת שם כשלה","Failed to restart server":"לא הצליח להפעיל מחדש את השרת","Failed to save changes":"שמירת שינויים כשלה","Failed to save face marker":"שמירת סימן פנים כשלה","Failed to save name":"שמירת שם כשלה","Failed updating link":"העלאת קישור כשלה","Family Name":"שם משפחה","Fast":"מהיר","Favorite":"מועדף","Favorites":"מועדפים","Feature disabled":"התכונה מושבתת","Feature Request":"בקשת תכונה","Female":"נקבה","File":"קובץ","File Browser":"סייר קבצים","File Conversion":"המרת קבצים","File deleted":"הקובץ נמחק","File Name":"שם קובץ","File not found":"קובץ לא נמצא","File removed from stack":"הקובץ הוסר מהאיחוד","File Size":"גודל הקובץ","File too large":"קובץ גדול מדי","File uploaded":"הקובץ הועלה","Filename":"שם קובץ","Files":"קבצים","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"קבצים עם שמות עוקבים כמו 'IMG_1234 (2)' ו- 'IMG_1234 (3)' שייכים לאותה תמונה.","First page":"עמוד ראשון","Focal Length":"אורך המוקד","Folder":"תיקייה","Folder contains %{n} files":"התיקייה מכילה %{n} קבצים","Folder is empty":"התיקייה ריקה","Folders":"תיקיות","Forgot password?":"שכחת סיסמא?","FPS":"FPS","Frames":"מסגרות","Full Access":"גישה מלאה","Fullscreen":"מסך מלא","General":"כללי","Generate":"לִיצוֹר","Generate Previews":"צור תצוגות מקדימות","Generated":"נוצר","Get Started":"התחל","Given Name":"שם פרטי","Global Options":"אפשרויות גלובליות","Go to page {0}":"עבור לדף {0}","Gold":"זהב","Green":"ירוק","Grey":"אפור","Groups":"קבוצות","Guest":"אוֹרֵחַ","Hash":"Hash","Help":"עזרה","Help & Support":"עזרה ותמיכה","Hidden":"מוסתר","Hidden Files":"קבצים מוסתרים","Hide":"הסתר","Hide Caption":"הסתר כיתוב","Hide face markers":"הסתר סימני פנים","Hide private content from global views while keeping it accessible in the Private section.":"הסתר פריטים פרטיים מתצוגות גלובליות תוך שמירה על נגישותם בקטע 'פרטי'.","High":"גבוה","High Dynamic Range (HDR)":"טווח דינמי גבוה (HDR)","Hybrid":"משולב","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"אם תאבד את הגישה לאפליקציית המאמת או למכשיר שלך, תוכל להשתמש בקוד השחזור שלך כדי לקבל חזרה גישה לחשבון שלך.","Image":"תמונה","Image Quality":"איכות תמונה","Import":"ייבוא","Import canceled":"הייבוא בוטל","Import completed in %d s":"הייבוא הושלם ב-%d שניות","Import failed":"הייבוא נכשל","Imported files will be sorted by date and given a unique name to avoid duplicates.":"קבצים מיובאים ימוינו לפי תאריך ויקבלו שם ייחודי כדי למנוע כפילויות.","Importing %{s}…":"מייבא את %{s}…","Importing files to originals…":"מייבא קבצים למקורות…","in":"ב","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"אם חסרות תמונות שאתה מצפה, סרוק מחדש את הספרייה שלך והמתן עד להשלמת האינדקס.","Include RAW image files when downloading stacks and archives.":"כלול קובצי תמונה RAW בעת הורדת ערימות וארכיונים.","Include sidecar files when downloading stacks and archives.":"כלול קבצי Sidecar בעת הורדת ערימות וארכיונים.","Increase storage size or delete files to continue.":"הגדל את נפח האחסון או מחק קבצים כדי להמשיך.","Index":"אינדקס","Indexing":"מאנדקס","Indexing canceled":"יצירת האינדקס בוטלה","Indexing completed in %d s":"האינדוקס הושלם ב-%d שניות","Indexing failed":"אינדוקס נכשל","Indexing files in %s":"מאנדקס קבצים תוך %s","Indexing media and sidecar files…":"יצירת אינדקס של קבצי מדיה וקבצי עזר…","Indexing originals...":"מאנדקס קבצי מקור...","Information":"מֵידָע","Inherit":"לרשת","Instance":"דוּגמָה","Instance ID":"מזהה מופע","Instance unreachable. Try again once it's back online.":"לא ניתן ליצור קשר עם השרת. נסה שוב כאשר הוא יחזור לפעול.","Instances":"מופעים","Insufficient storage":"אחסון לא מספיק","Insufficient storage.":"אחסון לא מספיק.","Interval":"הפוגה","Invalid":"לא תקין","Invalid address":"כתובת לא תקינה","Invalid country":"שם מדינה לא תקיי","Invalid credentials":"אישורים לא תקינים","Invalid date":"תאריך לא תקין","Invalid link":"קישור לא תקין","Invalid name":"מספר לא תקף","Invalid parameters":"פרמטרים לא תקינים","Invalid password, please try again":"סיסמה לא תקינה, נסה שוב","Invalid photo selected":"נבחרה תמונה לא תקינ","Invalid time":"זמן לא תקין","Invalid URL":"כתובת אתר לא תקינה","Invalid verification code, please try again":"קוד אימות לא חוקי, אנא נסה שוב","IP Address":"כתובת IP","It is a one-time use code that will disable 2FA for your account when you use it.":"זהו קוד לשימוש חד פעמי שישבית את 2FA עבור חשבונך כאשר אתה משתמש בו.","Item":"פריט","Items per page:":"פריטים בעמוד:","JPEG Quality: %{n}":"איכות ה-JPEG: %{n}","JPEG Size Limit: %{n}px":"מגבלת גודל קבצי ה-JPEG %{n} פיקסלים","JPEGs and thumbnails are automatically rendered as needed.":"קבצי JPEG וקבצי תצוגה מקדימה נוצרים אוטומטית לפי הצורך.","Keyword":"מילת מפתח","Keywords":"מילות מפתח","Label":"תווית","Label not found":"התווית לא נמצאה","Label saved":"התווית נשמרה","Labels":"תוויות","Labels deleted":"תוויות נמחקו","Language":"שפה","Last Active":"פעיל אחרון","Last Login":"כניסה אחרונה","Last page":"עמוד אחרון","Last Sync":"סנכרון אחרון","Last Used":"בשימוש אחרון","Latitude":"קו רוחב","LDAP/AD":"LDAP/AD","Learn more":"הצג עוד","Learn More":"הצג עוד","Legal Information":"מידע משפטי","Lens":"עדשה","Lens not found":"לא נמצא עדשה","Library":"ספריה","License":"רשיון","Like":"אהבתי","Lime":"ליים","Limit reached, showing first %{n} files":"לא ניתן להציג יותר, מציג את ה-%{n} קבצים הראשונים","Link":"קישור","List":"רשימה","List View":"תצוגת רשימה","Live":"חי","Live Photos":"תמונות חיות","Load more":"טען עוד","Loading items...":"טוען פריטים...","Loading...":"טְעִינָה...","Local":"מְקוֹמִי","Local Time":"זמן מוקמי","Location":"מיקום","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"הודעות יומן מופיעות כאן בכל פעם ש- PhotoPrism נתקל בקבצים שבורים, או שיש בעיות פוטנציאליות אחרות.","Login":"התחברות","Logs":"יומן","Longitude":"קו אורך","Lost server connection":"אבד חיבור לשרת","Low":"נמוך","Magenta":"ארגמן","Main Color":"צבע עיקרי","Male":"זכר","Manage Account":"נהל חשבון","Manager":"מְנַהֵל","Manual":"יָדָנִי","Manual Upload":"העלאה ידנית","Maps":"מפות","Marker":"סמן","Maximum number of accounts has been reached.":"הגעת למספר המקסימלי של חשבונות.","Media":"כְּלֵי תִקְשׁוֹרֶת","Medium":"בינוני","Membership":"חֲבֵרוּת","Merge %{a} with %{b}?":"למזג %{a} עם %{b}?","Message":"הוֹדָעָה","Metadata":"מטא נתונים","Metrics":"מדדים","Minimize":"הקטנה","Missing":"חסר","Missing or invalid configuration":"תצורה חסרה או לא תקינה","mixed":"מעורב","Moments":"רגעים","Monochrome":"שקפים","Month":"חודש","More options":"אפשרויות נוספות","Mosaic":"פסיפס","Most Relevant":"הכי רלוונטי","Move Files":"העבר קבצים","Moving files from %s":"מעביר קבצים מ-%s","Must have at least %{n} characters.":"חייב להכיל לפחות %{n} תווים.","Mute":"לְהַשְׁתִיק","Name":"שם","Name too long":"שם ארוך מדי","Never":"לעולם לא","New":"חדש","New Password":"סיסמה חדשה","Newest First":"הכי חדש ראשון","Next":"הַבָּא","Next page":"העמוד הבא","Next visual":"הוויזואלי הבא","No":"לא","No Access":"אין גישה","No albums assigned":"אין אלבומים שהוקצו","No albums found":"לא נמצאו אלבומים","No albums selected":"לא נבחרו אלבומים","No data available":"אין נתונים זמינים","No files available for download":"אין קבצים זמינים להורדה","No items selected":"לא נבחרו פריטים","No labels assigned":"אין תוויות שהוקצו","No labels found":"לא נמצאו תוויות","No labels selected":"לא נבחרו תוויות","No matching records found":"לא נמצאו רשומות תואמות","No more":"לא יותר","No people found":"לא נמצאו אנשים","No pictures found":"לא נמצאו תמונות","No recently edited pictures":"אין תמונות שערכו לאחרונה","No registered instances.":"אין מופעים רשומים.","No results":"אין תוצאות","No server connection":"אין חיבור לשרת","No servers configured.":"לא הוגדר שרת.","No services configured.":"לא הוגדרו שירותים.","No thanks":"לא תודה","No users on this instance.":"אין משתמשים במתקן זה.","No warnings or error containing this keyword. Note that search is case-sensitive.":"אין אזהרות או שגיאות המכילות מילת מפתח זו. שים לב שהחיפוש תלוי רישיות.","Node":"צוֹמֶת","Nodes":"צמתים","Non-photographic and low-quality images require a review before they appear in search results.":"תמונות שאינן נראות צילום או באיכות נמוכה דורשות בדיקה לפני שהן מופיעות בתוצאות החיפוש.","None":"ללא","Not allowed":"אסור","Not available in public mode":"לא זמין במצב ציבורי","Not available in read-only mode":"לא זמין במצב קריאה בלבד","Not found":"לא נמצא","Not sorted.":"לא ממוין.","Not supported":"לא נתמך","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, ניתנים להגדרה כשירות מרוחק לצורך גיבוי והעלאת קבצים.","Notes":"הערות","Nothing to see here yet.":"אין מה לראות כאן עדיין. התאזר בסבלנות.","Nothing was found.":"לא נמצא דבר.","Offline":"לא מקוון","OK":"בְּסֵדֶר","Oldest First":"הישן ראשון","On Windows, enter the following resource in the connection dialog:":"ב-Windows, הזן את המשאב הבא בתיבת הדו-שיח של החיבור:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"יצירת תמונות ממוזערות לפי דרישה עשויה לגרום לשימוש גבוה במעבד ובזיכרון. זה לא מומלץ עבור שרתים מוגבלי משאבים והתקני NAS.","Once a week":"פעם בשבוע","One album found":"אלבום אחד נמצא","One entry added to %s":"רשומה אחת נוספה ל-%s","One entry removed from %s":"רשומה אחת הוסרה מ-%s","One file found":"קובץ אחד נמצא","One file uploaded":"קובץ אחד הועלה","One folder found":"תיקייה אחת נמצאה","One label found":"נמצאה תווית אחת","One person found":"אדם אחד נמצא","One picture found":"תמונה אחת נמצאה","Only locally managed accounts can be set up for authentication with 2FA.":"ניתן להגדיר רק חשבונות בניהול מקומי לאימות עם 2FA.","Open":"פתיחה","optional":"אופציונלי","or":"אוֹ","Orange":"כתום","Organization":"ארגון","Orientation":"אוריינטציה","Original file names will be stored and indexed.":"שמות הקבצים המקוריים יישמרו באינדקס.","Original Name":"השם המקורי","Originals":"קבצי מקור","Originals folder is empty":"תיקיית מקור ריקה","Other":"אחר","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"המשימה שלנו היא לספק את הפתרון הכי ידידותי למשתמש ולפרטיות כדי לשמור על התמונות שלך מאורגנות ונגישות.","Outdoor":"באוויר הפתוח","Page {0}, Current page":"עמוד {0}, דף נוכחי","Pages":"דפים","Pagination Navigation":"ניווט עימוד","Panorama":"פנורמה","Panoramas":"פנורמות","Part of all selected photos":"חלק מכל התמונות שנבחרו","Part of some selected photos":"חלק מתמונות נבחרות","Password":"סיסמה","Password changed":"סיסמא שונתה","Pause":"השהיה","Payment required":"נדרש תשלום","People":"אנשים","People you share a link with will be able to view public contents.":"אנשים שעימם אתה חולק קישור יוכלו להציג תכנים ציבוריים.","Permanently deleted":"נמחק לצמיתות","Permission denied":"גישה נדחתה","Person":"אָדָם","Person cover updated":"כיסוי אדם עודכן","Person deleted":"אדם נמחק","Person not found":"אדם לא נמצא","Person saved":"אדם נשמר","Personal":"אישי","Photo":"תמונה","PhotoPrism is 100% self-funded and independent.":"PhotoPrism הוא 100% מימון עצמי ועצמאי.","PhotoPrism+ Membership":"חברות PhotoPrism+","Photos":"תמונות","Picture":"תמונה","Picture Title":"כותרת התמונה","Pink":"ורוד","Pinned":"מוצמד","Place":"מקום","Place & Time":"מקום וזמן","Places":"מקומות","Play":"הפעל","Please confirm your new password.":"אנא אשר את הסיסמה החדשה שלך.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"אנא העתק את סיסמת האפליקציה הבאה שנוצרה באופן אקראי ושמור אותה במקום בטוח, מכיוון שלא תוכל לראות אותה שוב:","Please do not upload any private, unlawful or offensive pictures.":"נא לא להעלות תמונות פרטיות, לא חוקיות או פוגעניות.","Please don't upload photos containing offensive content.":"נא לא להעלות תמונות המכילות תוכן פוגעני.","Please enter OTP character {0}":"אנא הזן תו OTP {0}","Please log in to your account":"אנא היכנס לחשבון שלך","Please note that changing your password will log you out on other devices and browsers.":"שים לב ששינוי הסיסמה שלך יגרום לך להתנתק ממכשירים ודפדפנים אחרים.","Please restart your instance for the changes to take effect.":"הפעל מחדש את המופע שלך כדי שהשינויים ייכנסו לתוקף.","Please wait…":"המתן בבקשה…","PM":"רֹאשׁ הַמֶמשָׁלָה","PNG Size Limit: %{n}px":"מגבלת גודל קבצי ה-PNG %{n} פיקסלים","Portal":"שַׁעַר","Portrait":"דיוקן","Preserve filenames":"שמור שמות קבצים","Press enter to create a new album.":"לחץ על Enter בכדי ליצור אלבום חדש.","Press enter to create new item":"לחץ על Enter כדי ליצור פריט חדש","Prevent database and album backups as well as YAML sidecar files from being created.":"מנע יצירת גיבויים של מסדי נתונים ואלבומים, כמו גם קבצי YAML Sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"מנע מאפליקציות אחרות לגשת ל-PhotoPrism ככונן רשת משותף.","Preview":"תצוגה מקדימה","Preview Images":"תצוגה מקדימה של תמונות","Previous":"קוֹדֵם","Previous page":"העמוד הקודם","Previous visual":"חזותית קודמת","Primary":"ראשי","Private":"פרטי","Processing upload...":"מעבד העלאה...","Product Feedback":"משוב על המוצר","Projection":"הקרנה","Purple":"סגול","Quality Filter":"מסנן איכות","Quality Score":"ציון איכות","Quota exceeded":"חריגה מהמכסה","Random":"אקראי","Rating {0} of {1}":"דירוג {0} מתוך {1}","Raw":"גלמי","RAW":"גלם","Re-index all originals, including already indexed and unchanged files.":"צור אינדקס מחודש של כל קבצי המקור, כולל קבצים שכבר הוספו לאינדקס ולא השתנו.","Read-Only Mode":"מצב קריאה בלבד","Recently Added":"נוסף לאחרונה","Recently Archived":"הועבר לארכיון לאחרונה","Recently Edited":"נערך לאחרונה","Recognition starts after indexing has been completed.":"ההכרה מתחילה לאחר השלמת האינדקס.","Recognized":"מוּכָּר","Recovery Code":"קוד שחזור","Red":"אדום","Refresh":"לְרַעֲנֵן","Regions":"אזורים","Register":"הירשם","Registration disabled":"הרישום מושבת","Reload":"טען מחדש","Reloading…":"טוען מחדש…","Remote Sync":"סנכרון מרוחק","Remove":"הסר","remove failed: unknown album":"הסרה כשלה: אלבום לא ידוע","Remove from Album":"הסר מהאלבום","Remove from all":"הסר מהכל","Remove from all selected photos":"הסר מכל התמונות שנבחרו","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"הסרת קבצים שיובאו כדי לחסוך שטח אחסון. סוגי קבצים שאינם נתמכים לא יימחקו לעולם, ויישארו במיקומם הנוכחי.","Remove the selected instance from the cluster registry?":"להסיר את המופע שנבחר מרישום האשכול?","Removed":"הוסר","Removed %{name}":"%{name} הוסר","Removed %d files and %d photos":"הוסרו %d קבצים ו-%d תמונות","Repeated":"חוזר על עצמו","Request failed - are you offline?":"בקשה כשלה – האם המצב לא מקוון?","Request failed - invalid response":"בקשה כשלה – תגובה לא תקינה","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"דרוש בדיקה של תמונות שאינן צילומיות ובאיכות נמוכה לפני שהן יופיעו בתוצאות החיפוש.","Resolution":"רזולוציה","Restart":"איתחול","Restore":"לשחזר","Restored":"מְשׁוּחזָר","Retry Limit":"נסה שוב מגבלת","Retype Password":"הזן שוב את הסיסמה","Review":"סקירה","Role":"תַפְקִיד","Roles":"תפקידים","Rotated":"מסובב","Rows per page:":"שורות בעמוד:","Satellite":"לוויין","Save":"שמירה","Save changes":"שמירת שינויים","Scan":"סרוק","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"סרוק את קוד ה-QR עם אפליקציית המאמת שלך או השתמש במפתח ההגדרה המוצג למטה ולאחר מכן הזן את קוד האימות שנוצר:","Scans":"סריקות","Scope":"תְחוּם","Scopes":"טווחים","Search":"חיפוש","Season":"עונה","Secret":"קוד סודי","Security and Access":"אבטחה וגישה","Select":"בחר","Select a source folder to import files…":"בחר תיקיית מקור לייבא קבצים…","Select date":"בחר תאריך","Select dates":"בחר תאריכים","Select or create albums":"בחירה או יצירה של אלבומים","Select or create labels":"בחר או צור תוויות","Select or drop files to upload…":"בחר או גרור קבצים להעלאה…","Select the files to upload…":"בחר את הקבצים להעלאה…","Select the folder to be indexed…":"בחר את התיקיה להוספת אינדקס…","Select Time":"בחר זמן","Selection":"בחירה","Selection added to %s":"הבחירה נוספה ל-%s","Selection approved":"הבחירה אושרה","Selection archived":"הבחירה הועברה לארכיון","Selection marked as private":"הבחירה סומנה כפרטית","Selection not found":"הבחירה לא נמצאה","Selection restored":"הבחירה שוחזרה","Sequential Name":"שמות סדרתיים","Service":"שֵׁרוּת","Service URL":"נתיב השרות","Services":"שירותים","Session":"מוֹשָׁב","Session ID":"מזהה הפעלה","Sessions":"הפעלות","Set as Album Cover":"מוגדר ככריכת אלבום","Set as Cover Image":"הגדר כתמונת שער","Settings":"הגדרות","Settings saved":"ההגדרות נשמרו","Setup":"הגדר","Severity":"חוּמרָה","Share":"שתף","Share %{s}":"שתף %{s}","Show":"הצג","Show All Labels":"הצג את כל התוויות","Show all new faces":"הצג את כל הפרצופים החדשים","Show Caption":"הצג כיתוב","Show Captions":"הצג כיתובים","Show face markers":"הצג סימני פנים","Show hidden":"הראה את המוסתר","Show Important Only":"הצג רק דברים חשובים","Show logs in the web interface to monitor activity and troubleshoot problems.":"הצג יומנים בממשק האינטרנט כדי לפקח על הפעילות ולפתור בעיות.","Show smart albums that group pictures by occasion, trip, or location.":"הצג אלבומים חכמים המקבצים תמונות לפי אירוע, טיול או מיקום.","Show the Account page so users can manage their profile and security settings.":"הצג את דף החשבון כדי שהמשתמשים יוכלו לנהל את הפרופיל וההגדרות האבטחה שלהם.","Show the Calendar view to browse the library by year and month.":"הצג את תצוגת לוח השנה כדי לעיין בספרייה לפי שנה וחודש.","Show the Labels section to view and manage AI-generated labels.":"הצג את הקטע 'תוויות' כדי להציג ולנהל תוויות שנוצרו על ידי בינה מלאכותית.","Show the Library section to index, manage, and monitor the media library.":"הצג את הקטע 'ספרייה' כדי לאנדקס, לנהל ולפקח על ספריית המדיה.","Show the Places view with interactive maps so you can browse photos by location.":"הצג את תצוגת המקומות עם מפות אינטראקטיביות כדי שתוכל לדפדף בתמונות לפי מיקום.","Show Titles":"הצג כותרות","Sidecar":"חזית רכב","Sidecar Files":"קבצי Sidecar","Sign in":"התחבר","Sign Out":"התנתק","Similar":"דומה","Site URL":"כתובת אתר","Size":"גודל","Slideshow":"מצגת","Slow":"איטי","Software":"תוֹכנָה","Software Update":"עדכון תוכנה","Some albums could not be copied":"לא ניתן היה להעתיק חלק מהאלבומים","Some albums could not be created. Please edit the names and try again.":"לא ניתן היה ליצור חלק מהאלבומים. אנא ערוך את השמות ונסה שוב.","Some albums could not be updated":"לא ניתן היה לעדכן חלק מהאלבומים","Something went wrong, try again":"משהו השתבש נא לנסות שוב","Sort by":"מיין לפי","Sort by Name (A–Z)":"מיין לפי שם (א'-ת')","Sort by Photo Count":"מיין לפי ספירת תמונות","Sort by Relevance":"מיין לפי רלוונטיות","Sort Order":"סדר המיון","Sorted ascending.":"ממוין עולה.","Sorted descending.":"ממוין יורד.","Source":"מקור","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":"איחודים","Start":"התחל","Start Page":"דף התחלה","Static Size Limit: %{n}px":"מגבלת גודל סטטי במטמון: %{n} פיקסלים","Status":"סטטוס","Stay signed in on this device":"הישאר מחובר במכשיר זה","Stop Casting":"הפסק את הליהוק","Storage":"אחסון","Streets":"רחובות","Subject":"נושא","Subject deleted":"הנושא נמחק","Subject not found":"הנושא לא נמצא","Subject saved":"הנושא נשמר","Successfully activated":"הופעל בהצלחה","Successfully Connected":"מחובר בהצלחה","Successfully deleted":"נמחק בהצלחה","Successfully verified":"אומת בהצלחה","Super Admin":"סופר אדמין","Support for additional services, like Google Drive, will be added over time.":"תמיכה בשירותים נוספים, כמו Google Drive, תתווסף בהמשך.","Support Our Mission":"תמכו במשימה שלנו","Sync":"סינכרון","Sync raw and video files":"סנכרן קבצי תמונה גולמיים וסרטונים","Taken":"נלקח","Teal":"ירוק כחלחל","Terrain":"פְּנֵי הַשֵׁטַח","Text":"טֶקסט","Thank You for Your Support!":"תודה על תמיכתך!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"זו הסיבה ש-PhotoPrism נבנתה מהיסוד לרוץ בכל מקום שתזדקק לו, מבלי להתפשר על חופש, פרטיות או פונקציונליות.","The index currently contains %{n} hidden files.":"האינדקס מכיל כרגע %{n} קבצים מוסתרים.","The instance rejected the cluster credentials.":"המערכת דחתה את פרטי ההזדהות של האשכול.","The instance returned an unexpected redirect.":"האינסטנס החזיר הפניה בלתי צפויה.","The wakeup interval is %s, but must be 1h or less":"מרווח ההשכמה הוא %s, אך חייב להיות שעה אחת או פחות","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"ייתכן שהפורמט שלהם לא נתמך, עדיין לא הומרו ל-JPEG או שיש כפילויות.","Theme":"ערכת נושא","This account is missing an ID and can't be edited.":"בחשבון זה חסר מזהה ולכן לא ניתן לערוך אותו.","This field is required":"שדה זה חובה","This instance has no site URL configured.":"לא הוגדר כתובת URL לאתר עבור מופע זה.","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 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. ":"פעולה זו מעגנת את תיקיית המקור ככונן רשת ומאפשרת לפתוח, לערוך ולמחוק קבצים מהמחשב או מהטלפון הכחם כאילו היו מקומיים. ","Time":"זְמַן","Time UTC":"זמן UTC","Time Zone":"אזור זמן","Timeout":"פסק זמן","Title":{"":"כותרת","Account":"כותרת","Photo":"כותרת"},"Title / Position":"שם / מיקום","to":"ל","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"כדי להימנע מנעילת החשבון שלך, אנא הורד, הדפס או העתק את קוד השחזור הזה כעת ושמור אותו במקום בטוח.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"כדי ליצור סיסמה חדשה ספציפית לאפליקציה, הזן את השם והיקף ההרשאה של האפליקציה ובחר תאריך תפוגה:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"כדי לעבור לאפליקציית אימות או מכשיר חדש, תחילה השבת את האימות הדו-שלבי ולאחר מכן הפעל אותו מחדש:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"כדי לשדרג, אתה יכול להזין קוד הפעלה או ללחוץ על \"הירשם\" כדי להירשם לאתר שלנו:","Today":"הַיוֹם","Toggle View":"החלף תצוגה","Token":"טוקן","Too many files selected":"נבחרו יותר מדי קבצים","Too many requests":"יותר מדי בקשות","Troubleshooting":"פתרון בעיות","Try again using other filters or keywords.":"נסה שוב להשתמש בסינון או במילת מפתח שונה.","Two-factor authentication has been enabled for your account.":"אימות דו-שלבי הופעל עבור חשבונך.","Type":"סוג","Unable to delete":"לא ניתן למחוק","Unable to do that":"לא ניתן לבצע זאת","Unassign":"לבטל הקצאה","Unauthorized":"לא מורשה","Undo":"בטל","Unique ID":"מזהה ייחודי","Unknown":"לא ידוע","Unknown location":"מיקום לא ידוע","Unregistered":"משתמש לא רשום","Unsorted":"לא ממוין","Unstack":"לא מקובץ","Unsupported":"לא נתמך","Unsupported format":"תסדיר לא נתמך","Unsupported type":"סוג לא נתמך","Updated":"מעודכן","Updating faces":"מעדכן פנים","Updating index":"מעדכן אינדקס","Updating moments":"מעדכן רגעים","Updating picture…":"מתבצע עדכון תמונה…","Updating previews":"מעדכן תצוגות מקדימות","Updating stacks":"מעדכן קיבוצים","Upgrade":"שדרוג","Upgrade Now":"שדרג עכשיו","Upload":"העלה","Upload complete":"העלאה הושלמה","Upload complete. Indexing…":"העלאה הושלמה, מאנדקס…","Upload failed":"העלאה כשלה","Upload has been processed":"ההעלאה עובדה","Upload local files":"העלה קבצים מקומיים","Upload might be offensive":"ההעלאה עשויה להיות פוגענית","Upload Path":"נתיב העלאה","Uploading %{n} of %{t}…":"מעלה %{n} מתוך %{t}…","Uploading photos…":"מעלה תמונות…","Uploading…":"העלאה…","Uploads that may contain such images will be rejected automatically.":"העלאות שעשויות להכיל תמונות כאלה יידחו אוטומטית.","URL":"נתיב אתר","Use Presets":"השתמש בהגדרות קבועות מראש","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"השתמש בקוד השחזור הבא כדי לגשת לחשבון שלך כאשר אינך יכול ליצור קוד אימות חוקי עם אפליקציית המאמת שלך:","Use your recovery code or contact an administrator for help.":"השתמש בקוד השחזור שלך או פנה למנהל מערכת לקבלת עזרה.","User":"משתמש","User Guide":"מדריך למשתמש","User Interface":"ממשק משתמש","User not found":"המשתמש לא נמצא","Username":"שם משתמש","Users":"משתמשים","UUID":"UUID","Vector":"וֶקטוֹר","Vectors":"וקטורים","Verification Code":"קוד אימות","Verified email required":"נדרשת כתובת דוא\"ל מאומתת","Version":"גִרְסָה","Video":"סרטון","Video Duration":"משך הסרטון","Videos":"סרטונים","View":"תצוגה","View search results as a list.":"הצג את תוצאות החיפוש כרשימה.","Viewer":"צוֹפֶה","Vision":"חָזוֹן","Visitor":"אורח","Visual Similarity":"דמיון חזותי","Warning":"אַזהָרָה","Web Login":"התחברות לאינטרנט","WebDAV":"WebDAV","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, כמו סייר וינדוס של מיקרוסופט או Finder של אפל, יכולים להתחבר ישירות ל־PhotoPrism. ","WebDAV Upload":"העלאת WebDAV","WebGL support is disabled in your browser":"תמיכת WebGL מושבתת בדפדפן שלך","Website":"אתר","White":"לבן","Work Details":"פרטי העבודה","Year":"שנה","Yellow":"צהוב","Yes":"כן","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"אתה מוזמן לפנות אלינו בכתובת membership@photoprism.app לשאלות בנוגע לחברות שלך.","You can only download one album":"ניתן להוריד רק אלבום אחד","You can only download one label":"ניתן להוריד רק תווית אחת","You can search for a location or move the marker on the map to change the position:":"ניתן לחפש מיקום או להזיז את הסמן על המפה כדי לשנות את המיקום:","You can upload up to %{n} files for test purposes.":"אתה יכול להעלות עד %{n} קבצים למטרות בדיקה.","You cannot change your own role.":"אינך יכול לשנות את התפקיד שלך.","You do not have access to any instances.":"אין לך גישה לאף מופע.","You may only select one item":"ניתן לבחור רק פריט אחד","You may rescan your library to find additional faces.":"תוכל לסרוק מחדש את הספרייה שלך כדי למצוא פנים נוספות.","Your account could not be connected":"לא ניתן היה לחבר את החשבון שלך","Your account has been successfully connected.":"החשבון שלך חובר בהצלחה.","Your browser does not support WebGL":"הדפדפן שלך אינו תומך ב-WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"התמיכה המתמשכת שלך עוזרת לנו לספק עדכונים שוטפים ולהישאר עצמאיים, כדי שנוכל למלא את המשימה שלנו ולהגן על פרטיותך.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"הספרייה שלך מנותחת באופן רציף ליצירת אלבומים של רגעים מיוחדים, טיולים ומקומות באופן אוטומטי.","Zip created in %d s":"קובץ Zip נוצר תוך %d שניות","Zoom in/out":"זום פנימה\\החוצה","Archive":{"Noun":"ארכיון","Verb":"ארכיון"},"Add a Title":{"Photo":"הוסף כותרת"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/hi.json b/frontend/src/locales/json/hi.json index 08cf369a3..ec54469ef 100644 --- a/frontend/src/locales/json/hi.json +++ b/frontend/src/locales/json/hi.json @@ -1 +1 @@ -{"hi":{"{0} appended action":"{0} जोड़ी गई कार्रवाई","{0} files":"{0} फ़ाइलें","{0} files ({1} in total)":"{0} फ़ाइलें (कुल {1})","{0} more":"{0} अधिक","{0} prepended action":"{0} पूर्वनिर्धारित कार्रवाई","{0} selected":"{0} चयनित","{0}-{1} of {2}":"{0}-{1} में से {2}","%{n} albums found":"%{n} एल्बम मिले","%{n} files uploaded":"%{n} फ़ाइलें अपलोड की गईं","%{n} folders found":"%{n} फ़ोल्डर मिले","%{n} GB of %{q} GB used":"%{q} GB में से %{n} GB उपयोग किया गया","%{n} labels found":"%{n} लेबल मिले","%{n} people found":"%{n} लोग मिले","%{n} pictures found":"%{n} चित्र मिले","%{s} is too long":"%{s} बहुत लंबा है","%{s} is too short":"%{s} बहुत छोटा है","%d entries added to %s":"%d प्रविष्टियों को %s में जोड़ा गया","%d entries removed from %s":"%d प्रविष्टियों को %s से हटा दिया गया","%d files uploaded in %d s":"%d फाइलों को %d में अपलोड किया गया","%s already exists":"%s पहले से मौजूद है","%s has been restored":"%s बहाल कर दिया गया है","1 hour":"1 घंटा","12 hours":"12 घंटा","2-Factor Authentication":"2-कारक प्रमाणीकरण","2FA":"2एफए","4 hours":"4 घंटा","A click will copy it to your clipboard.":"एक क्लिक इसे आपके क्लिपबोर्ड पर कॉपी कर देगा।","A new version of %{s} is available:":"%{s} का नया संस्करण उपलब्ध है:","About":"के बारे में","Access granted.":"पहुँच प्रदान की गई।","Access revoked.":"पहुँच रद्द कर दी गई।","Access Token":"एक्सेस टोकन","Account":"लेखा","Account created":"खाता बन गया","Account deleted":"खाता हटाया गया","Account Group Mappings":"खाता समूह मैपिंग्स","Account not found":"खता नहीं मिला","Account restored":"खाता बहाल किया गया","Account saved":"खाता सहेजा गया","Accounts":"हिसाब किताब","Accuracy":"शुद्धता","Action":"कार्य","Actions":"क्रिया","Activate":"सक्रिय","Activate to remove sorting.":"सॉर्टिंग हटाने के लिए सक्रिय करें।","Activate to sort ascending.":"आरोही क्रम में क्रमबद्ध करने के लिए सक्रिय करें।","Activate to sort descending.":"अवरोही क्रम में क्रमबद्ध करने के लिए सक्रिय करें।","Activation Code":"एक्टिवेशन कोड","Activity":"गतिविधि","Add":"जोड़ना","Add %{s}?":"%{s} जोड़ें?","Add a Caption":"कैप्शन जोड़ें","Add Account":"खाता जोड़ो","Add Album":"एल्बम जोड़ें","Add Link":"लिंक जोड़ें","Add Notes":"नोट्स जोड़ें","Add person?":"व्यक्ति जोड़ें?","Add pictures from search results by selecting them.":"खोज परिणामों से चित्रों का चयन करके उन्हें जोड़ें।","Add to album":"एल्बम में जोड़ें","Add to all":"सभी में जोड़ें","Add to all selected photos":"सभी चयनित फ़ोटो में जोड़ें","Added":"जोड़ा गया","Added %{name}":"%{name} जोड़ा गया","Adjust Camera Info":"कैमरा जानकारी समायोजित करें","Adjust Date & Time":"दिनांक और समय समायोजित करें","Adjust Location":"स्थान समायोजित करें","Admin":"व्यवस्थापक","Advanced":"उन्नत","Advertise URL":"विज्ञापन URL","After 1 day":"1 दिन बाद","After 3 days":"3 दिन बाद","After 7 days":"7 दिन बाद","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"पुष्टि के लिए अपना पासवर्ड दर्ज करने के बाद, आप संगत प्रमाणक ऐप या डिवाइस के साथ दो-कारक प्रमाणीकरण सेट कर सकते हैं:","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 %s deleted":"एल्बम %s हटाया गया","Album Backups":"एल्बम बैकअप","Album contents cloned":"एल्बम सामग्री को क्लोन किया गया","Album created":"एल्बम बनाया गया","Album deleted":"एल्बम हटा दिया गया","Album not found":"एल्बम नहीं मिला","Album saved":"एल्बम सहेजा गया","Albums":"एल्बम","Albums deleted":"एल्बम हटाए गए","All":"सभी","All %{n} albums loaded":"सभी %{n} एल्बम लोड किए गए","All %{n} labels loaded":"सभी %{n} लेबल लोड किए गए","All %{n} people loaded":"सभी %{n} लोग लोड हुए","All Cameras":"सभी कैमरे","All Categories":"सब वर्ग","All Colors":"सभी रंग","All Countries":"सभी देश","All files from import folder":"आयात फ़ोल्डर से सभी फ़ाइलें","All Lenses":"सभी लेंस","All Months":"सभी महीने","All originals":"सभी मूल","All Years":"सभी वर्ष","Allow configuration and use of connected apps and services for remote uploads and sync.":"दूरस्थ अपलोड और सिंक के लिए कनेक्टेड ऐप्स और सेवाओं के कॉन्फ़िगरेशन और उपयोग की अनुमति दें।","Allow editing of metadata such as title, description, date, and location.":"शीर्षक, विवरण, दिनांक और स्थान जैसे मेटाडेटा को संपादित करने की अनुमति दें।","Allow editing the metadata, labels, and albums of multiple pictures at once.":"एक साथ कई चित्रों के मेटाडेटा, लेबल और एल्बम को संपादित करने की अनुमति दें।","Allow files to be copied or moved from the Import to the Originals folder.":"आयात फ़ोल्डर से मूल फ़ोल्डर में फ़ाइलों को कॉपी या स्थानांतरित करने के लिए आयात उपकरण को सक्षम करें।","Allow files to be permanently deleted to free up storage space.":"संग्रहण स्थान खाली करने के लिए फ़ाइलों को स्थायी रूप से हटाने की अनुमति दें।","Allow users to archive photos and videos so they are hidden without being deleted.":"उपयोगकर्ताओं को फ़ोटो और वीडियो संग्रहीत करने की अनुमति दें ताकि उन्हें हटाए बिना छिपाया जा सके।","Allow users to create and share links, and enable sharing with connected services.":"उपयोगकर्ताओं को लिंक बनाने और साझा करने की अनुमति दें, तथा कनेक्टेड सेवाओं के साथ साझाकरण सक्षम करें।","Allow users to upload new photos and videos through the web interface.":"उपयोगकर्ताओं को वेब इंटरफेस के माध्यम से नई तस्वीरें और वीडियो अपलोड करने की अनुमति दें।","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"वैकल्पिक रूप से, आप Nextcloud की तरह सीधे WebDAV सर्वर पर फाइल अपलोड कर सकते हैं।","Altitude":"ऊंचाई","Altitude (m)":"ऊंचाई (एम)","AM":"पूर्वाह्न","Animated":"एनिमेटेड","Animation":"एनीमेशन","Animations":"एनिमेशन","Any private photos and videos remain private and won't be shared.":"कोई भी निजी फ़ोटो और वीडियो निजी रहेंगे और उन्हें साझा नहीं किया जाएगा।","API Key":"एपीआई कुंजी","Application":"आवेदन","Applications":"अनुप्रयोग","Approve":"मंजूर","Approve and save changes":"परिवर्तनों को स्वीकृत करें और सहेजें","Apps and Devices":"ऐप्स और डिवाइस","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 delete this album?":"क्या आप वाकई इस एल्बम को हटाना चाहते हैं?","Are you sure you want to permanently delete these pictures?":"क्या आप वाकई इन चित्रों को स्थायी रूप से हटाना चाहते हैं?","Are you sure you want to permanently delete this file?":"क्या आप वाकई इस फ़ाइल को स्थायी रूप से हटाना चाहते हैं?","Are you sure?":"क्या आपको यकीन है?","Artist":"कलाकार","Aspect Ratio":"आस्पेक्ट अनुपात","Attributes":"गुण","Audio":"ऑडियो","Audit Log":"ऑडियो","Authentication":"प्रमाणीकरण","Auto":"ऑटो","Back":"पीछे","Back to top":"शीर्ष पर वापस जाएं","Backup":"बैकअप","Badge":"बिल्ला","Base Path":"बेस पथ","Batch":"बैच","Batch Edit":"बैच संपादन","Become a member today, support our mission and enjoy our member benefits!":"आज ही सदस्य बनें, हमारे मिशन का समर्थन करें और हमारे सदस्य लाभों का आनंद लें!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"100% स्व-वित्त पोषित और स्वतंत्र होने के नाते, हम आपसे वादा कर सकते हैं कि हम आपका डेटा कभी नहीं बेचेंगे और हम अपने सॉफ़्टवेयर और सेवाओं के बारे में हमेशा पारदर्शी रहेंगे।","Bio":"जैव","Birth Date":"जन्म तिथि","Black":"काली","Blue":"नीला","Brown":"भूरा","Browse":"ब्राउज़","Browse Files":"फ़ाइलों को ब्राउज़ करें","Browse Pictures":"चित्र ब्राउज़ करें","Bug Report":"बग रिपोर्ट","Busy, please try again later":"व्यस्त, कृपया बाद में पुन: प्रयास करें","Busy, please wait…":"व्यस्त, कृपया प्रतीक्षा करें …","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"हमारे द्वारा प्रदान किए जाने वाले सॉफ़्टवेयर और सेवाओं का उपयोग करके, आप हमारी सेवा की शर्तों, गोपनीयता नीति और आचार संहिता से सहमत होते हैं।","Calendar":"पंचांग","Camera":"कैमरा","Camera not found":"कैमरा नहीं मिला","Camera Serial":"कैमरा सीरियल","Can't access your authenticator app or device?":"क्या आप अपने प्रमाणक ऐप या डिवाइस तक नहीं पहुंच पा रहे हैं?","Can't load more, limit reached":"अधिक लोड नहीं किया जा सकता, सीमा तक पहुंच गया","Can't select more items":"अधिक आइटम का चयन नहीं किया जा सकता","Cancel":"रद्द करना","Cannot copy to clipboard":"क्लिपबोर्ड पर कॉपी नहीं किया जा सकता","Caption":"कैप्शन","Cards":"पत्ते","Carousel slide {0} of {1}":"{1} में से {0} कैरोसेल स्लाइड","Cast":"कलाकार","Category":"वर्ग","Change Avatar":"अवतार परिवर्तन","Change Password":"पासवर्ड बदलें","Change private flag":"निजी ध्वज बदलें","Changes could not be saved":"परिवर्तन सहेजा नहीं जा सका","Changes successfully saved":"परिवर्तन सफलतापूर्वक सहेजे गए","Changes to the advanced settings require a restart to take effect.":"उन्नत सेटिंग्स में परिवर्तन प्रभावी होने के लिए पुनः आरंभ करना आवश्यक है।","Checked":"चेक किए गए","Choose an instance to continue:":"जारी रखने के लिए एक उदाहरण चुनें:","Chroma":"क्रोमा","Cleaning index and cache":"सफाई सूचकांक और कैश","Cleanup":"साफ - सफाई","Clear":"स्पष्ट","Clear {0}":"साफ़ करें {0}","Client":"ग्राहक","Close":"बंद करे","Cluster":"झुंड","Cluster Admin":"क्लस्टर प्रशासक","Cluster Node":"क्लस्टर नोड","Codec":"कोडेक","Color":"रंग","Color Profile":"रंग प्रोफ़ाइल","Colors":"रंग की","Compare Editions":"संस्करणों की तुलना करें","Complete Rescan":"पूरा रेसकान","Confidence":"आत्मविश्वास","Confirm":"पुष्टि करना","Connect":"जुडिये","Connect via WebDAV":"WebDAV के माध्यम से कनेक्ट करें","Connected":"जुड़े हुए","Contact Details":"सम्पर्क करने का विवरण","Contact Us":"संपर्क करें","Contains %{n} pictures.":"इसमें %{n} चित्र हैं।","Contains one picture.":"एक तस्वीर शामिल है।","Content":{"":"सामग्री","Edit":"सामग्री"},"Continue":"जारी रखना","Contributor":"योगदान देने वाला","Converting":"परिवर्तित","Copied to clipboard":"क्लिपबोर्ड पर नकल","Copy":"प्रतिलिपि","Copying files from %s":"%s से फाइल कॉपी कर रहा है","Copyright":"कॉपीराइट","Could not be deleted":"हटाया नहीं जा सका","Could not connect, please try again":"कनेक्ट नहीं हो सका, कृपया पुनः प्रयास करें","Could not update person cover":"व्यक्ति कवर अपडेट नहीं किया जा सका","Couldn't find anything.":"कुछ नहीं मिला।","Country":"देश","Create Account":"खाता बनाएं","Create album":"एल्बम बनाओ","Create regular backups based on the configured schedule.":"कॉन्फ़िगर किए गए शेड्यूल के आधार पर इंडेक्स बैकअप बनाएं।","Create YAML files to back up album metadata.":"एल्बम मेटाडेटा का बैकअप लेने के लिए YAML फ़ाइलें बनाएँ।","Create YAML sidecar files to back up picture metadata.":"चित्र मेटाडेटा का बैकअप लेने के लिए YAML साइडकार फ़ाइलें बनाएँ।","Created":"बनाया था","Creating thumbnails for":"के लिए थंबनेल बनाना","Current Password":"वर्तमान पासवर्ड","Custom":"रिवाज़","Cyan":"सियान","Daily":"रोज","Database":"डेटाबेस","Database Backups":"डेटाबेस बैकअप","Databases":"डेटाबेस","Date & Time":"दिनांक समय","Day":"दिन","Deactivate":"निष्क्रिय करें","Debug Logs":"दोषमार्जन लॉग","Default":"चूक","Default Folder":"डिफ़ॉल्ट फ़ोल्डर","Delete":"हटाएं","Delete Album":"एल्बम हटाएं","Delete All":"सभी हटा दो","Delete all?":"सभी हटा दो?","Delete orphaned index entries, sidecar files and thumbnails.":"अनाथ अनुक्रमणिका प्रविष्टियाँ, साइडकार फ़ाइलें और थंबनेल हटाएँ।","deleted":"हटाए गए","Description":"विवरण","Detailed instructions can be found in our User Guide.":"विस्तृत निर्देश हमारे उपयोगकर्ता गाइड में पाए जा सकते हैं।","Details":"विवरण","Dimensions":"आयाम","Disable all face detection and recognition features.":"सभी चेहरा पहचान और पहचान सुविधाएँ अक्षम करें।","Disable Backups":"पिछला बैकअप","Disable Darktable":"डार्कटेबल अक्षम करें","Disable ExifTool":"ExifTool अक्षम करें","Disable Faces":"चेहरे अक्षम करें","Disable features that require write permission for the originals folder.":"उन सुविधाओं को अक्षम करें जिनके लिए मूल फ़ोल्डर के लिए लेखन अनुमति की आवश्यकता होती है।","Disable FFmpeg":"एफएफएमपीईजी अक्षम करें","Disable ImageMagick":"इमेजमैजिक को अक्षम करें","Disable interactive world maps and reverse geocoding.":"इंटरैक्टिव विश्व मानचित्र और रिवर्स जियोकोडिंग को अक्षम करें।","Disable MCP":"MCP अक्षम करें","Disable Places":"विकलांग","Disable RawTherapee":"रॉ थेरेपी को अक्षम करें","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"AI एजेंट एकीकरण के लिए मॉडल कॉन्टेक्स्ट प्रोटोकॉल (MCP) API एंडपॉइंट को अक्षम करें।","Disable Vectors":"वेक्टर अक्षम करें","Disable WebDAV":"विकलांग","Disabled":"विकलांग","Disables vector graphics support.":"वेक्टर ग्राफ़िक्स समर्थन अक्षम करता है।","Disables video transcoding and thumbnail extraction.":"वीडियो ट्रांसकोडिंग और थंबनेल निष्कर्षण अक्षम करता है।","Discard":"खारिज करना","Discard changes and close":"परिवर्तनों को त्यागें और बंद करें","Discard invalid changes?":"अमान्य परिवर्तनों को हटाएं?","Discard unsaved changes?":"बचाए बिना किए गए बदलावों को हटाएं?","Discover":"डिस्कवर","Dismiss":"नकार देना","Display Name":"प्रदर्शित होने वाला नाम","Display picture captions in search results.":"खोज परिणामों में चित्र कैप्शन प्रदर्शित करें।","Display picture titles in search results.":"खोज परिणामों में चित्र शीर्षक प्रदर्शित करें।","Document":"दस्तावेज़","Documents":"दस्तावेज़","Don't use Darktable to convert RAW images.":"रॉ फ़ाइलों को कनवर्ट करने के लिए डार्कटेबल का उपयोग न करें।","Don't use ImageMagick to convert images.":"छवियों को परिवर्तित करने के लिए ImageMagick का उपयोग न करें।","Don't use RawTherapee to convert RAW images.":"RAW फ़ाइलों को कनवर्ट करने के लिए RawTherapee का उपयोग न करें।","Done":"किया हुआ","Done.":"किया हुआ |","Download":"डाउनलोड","Download only original media files, without any automatically generated files.":"बिना किसी स्वचालित रूप से जेनरेट की गई फ़ाइलों के केवल मूल मीडिया फ़ाइलें डाउनलोड करें।","Download remote files":"दूरस्थ फ़ाइलें डाउनलोड करें","Downloading…":"डाउनलोड कर रहा है …","Drag and drop files here":"फ़ाइलों को यहां खींचें और छोड़ें","Driver":"ड्राइवर","Duplicates will be skipped and only appear once.":"डुप्लिकेट को छोड़ दिया जाएगा और केवल एक बार दिखाई देगा।","Duration":"अवधि","Dynamic Previews":"बिना पढ़े हुए पूर्वावलोकन","Dynamic Size Limit: %{n}px":"बिना आकार की सीमा: %{n} px","Edit":"संपादित करें","Edit %{s}":"%{s} संपादित करें","Edit Account":"खाता संपादित करें","Edit Photo":"फ़ोटो संपादित करें","Edit Photos (%{n})":"फ़ोटो संपादित करें (%{n})","Edited":"संपादित","Email":"ईमेल","Enable debug mode to display additional logs and help with troubleshooting.":"अतिरिक्त लॉग प्रदर्शित करने और समस्या निवारण में सहायता के लिए डिबग मोड सक्षम करें।","Enable downloading of original and sidecar files from the web interface.":"वेब इंटरफ़ेस से मूल और साइडकार फ़ाइलों को डाउनलोड करना सक्षम करें।","Enable face recognition and the People view to easily find people you know.":"अपने परिचित लोगों को आसानी से ढूंढने के लिए चेहरा पहचान और लोग दृश्य सक्षम करें।","Enable new features that may be incomplete or unstable.":"ऐसी नई सुविधाएँ सक्षम करें जो अपूर्ण या अस्थिर हो सकती हैं।","Enable the file browser to navigate the Originals folder structure.":"फ़ाइल ब्राउज़र को मूल फ़ोल्डर संरचना में नेविगेट करने के लिए सक्षम करें।","Enables RAW converter presets. May reduce performance.":"रॉ कनवर्टर प्रीसेट सक्षम करता है। प्रदर्शन को कम कर सकता है।","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"दो-कारक प्रमाणीकरण सक्षम करने का अर्थ है कि आपको लॉग इन करने के लिए एक यादृच्छिक रूप से उत्पन्न सत्यापन कोड की आवश्यकता होगी, इसलिए यदि कोई आपके पासवर्ड तक पहुंच प्राप्त भी कर लेता है, तो वह आपके खाते तक नहीं पहुंच पाएगा।","Engine":"इंजन","Enter date":"तारीख दर्ज करें","Enter dates":"तारीखें दर्ज करें","Enter item name...":"आइटम का नाम दर्ज करें..।","Enter the code generated by your authenticator app:":"अपने प्रमाणक ऐप द्वारा जनरेट किया गया कोड दर्ज करें:","Enter verification code":"सत्यापन कोड दर्ज करें","Enter your password to confirm the action and continue:":"कार्रवाई की पुष्टि करने और जारी रखने के लिए अपना पासवर्ड दर्ज करें:","Entity not found":"इकाई नहीं मिली","Error":"त्रुटि","Errors":"त्रुटियाँ","Estimate":"अनुमान लगाना","Estimate Locations":"स्थानों का अनुमान लगाएं","Estimate the approximate location of pictures without GPS coordinates.":"जीपीएस निर्देशांक के बिना चित्रों के अनुमानित स्थान का अनुमान लगाएं।","Every two days":"हेर दो दिनों","Exclude hidden":"छिपा हुआ शामिल न करें","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"पूर्ण वीडियो, लाइव फोटो और XMP समर्थन के लिए ExifTool के साथ मेटाडेटा निष्कर्षण आवश्यक है।","Experimental Features":"प्रायोगिक विशेषताएं","Expires":"समय-सीमा समाप्त","Exposure":"संसर्ग","Extract still images and generate thumbnails while indexing.":"अनुक्रमण करते समय स्थिर चित्र निकालें और थम्बनेल उत्पन्न करें।","F Number":"एफ नंबर","Face":"चेहरा","Face not found":"चेहरा नहीं मिला","Faces":"चेहरे के","Failed creating file, please check permissions":"फ़ाइल बनाने में विफल, कृपया अनुमतियों की जाँच करें","Failed creating folder, please check permissions":"फ़ोल्डर बनाने में विफल, कृपया अनुमतियों की जाँच करें","Failed removing link":"लिंक हटाने में विफल","Failed to connect account.":"खाता कनेक्ट करने में विफल।","Failed to create zip file":"ज़िप फ़ाइल बनाने में विफल","Failed to load users.":"उपयोगकर्ताओं को लोड करने में विफल।","Failed to remove face marker":"चेहरा मार्कर हटाने में असफल","Failed to remove name":"नाम हटाने में असफल","Failed to restart server":"सर्वर को पुनः आरंभ करने में विफल","Failed to save changes":"परिवर्तन सहेजने में विफल","Failed to save face marker":"चेहरा मार्कर सहेजने में विफल","Failed to save name":"नाम सहेजने में असफल","Failed updating link":"लिंक अपडेट करने में विफल","Family Name":"परिवार का नाम","Fast":"तेज","Favorite":"पसंदीदा","Favorites":"पसंदीदा","Feature disabled":"सुविधा अक्षम है","Feature Request":"महत्वपूर्ण लेख मांगना","Female":"मादा","File":"फ़ाइल","File Browser":"फ़ाइल ब्राउज़र","File Conversion":"फ़ाइल रूपांतरण","File deleted":"फ़ाइल हटा दी गई","File Name":"फ़ाइल का नाम","File not found":"फाइल नहीं मिली","File removed from stack":"स्टैक से फ़ाइल को निकाला गया","File Size":"फ़ाइल का साइज़","File too large":"बहुत बड़ी फाइल","File uploaded":"फ़ाइल अपलोड की गई","Filename":"फ़ाइल का नाम","Files":"फ़ाइलें","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"क्रमिक नाम वाली फाइलें जैसे 'IMG_1234 (2)' या 'IMG_1234 कॉपी 2' एक ही फोटो से संबंधित हैं।","First page":"पहला पृष्ठ","Focal Length":"फोकल लम्बाई","Folder":"फ़ोल्डर","Folder contains %{n} files":"फ़ोल्डर में %{n} फाइलें हैं","Folder is empty":"फ़ोल्डर खाली है","Folders":"फ़ोल्डर","Forgot password?":"पासवर्ड भूल गए?","FPS":"एफपीएस","Frames":"फ्रेम्स","Full Access":"पूर्ण पहुँच","Fullscreen":"पूर्ण स्क्रीन","General":"सामान्य","Generate":"उत्पन्न","Generate Previews":"पूर्वावलोकन उत्पन्न करें","Generated":"जनरेट किया गया","Get Started":"शुरू हो जाओ","Given Name":"प्रदत्त नाम","Global Options":"वैश्विक विकल्प","Go to page {0}":"पृष्ठ {0} पर जाएं","Gold":"सोना","Green":"हरा","Grey":"धूसर","Groups":"समूह","Guest":"अतिथि","Hash":"हैश","Help":"मदद","Help & Support":"मदद समर्थन","Hidden":"छिपा हुआ","Hidden Files":"छिपी हुई फाइलें","Hide":"छिपाना","Hide Caption":"कैप्शन छिपाएँ","Hide face markers":"चेहरे के मार्कर छिपाएँ","Hide private content from global views while keeping it accessible in the Private section.":"निजी आइटमों को वैश्विक दृश्यों से छिपाएं, तथा उन्हें निजी अनुभाग में सुलभ बनाए रखें।","High":"उच्च","High Dynamic Range (HDR)":"उच्च गतिशील रेंज (एचडीआर)","Hybrid":"संकर","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"यदि आप अपने प्रमाणक ऐप या डिवाइस तक पहुंच खो देते हैं, तो आप अपने खाते तक पहुंच पुनः प्राप्त करने के लिए अपने पुनर्प्राप्ति कोड का उपयोग कर सकते हैं।","Image":"छवि","Image Quality":"छवि के गुणवत्ता","Import":"आयात","Import canceled":"आयात रद्द कर दिया गया","Import completed in %d s":"%d s में आयात पूरा हुआ","Import failed":"आयात विफल रहा","Imported files will be sorted by date and given a unique name to avoid duplicates.":"आयातित फ़ाइलों को दिनांक के अनुसार क्रमबद्ध किया जाएगा और डुप्लिकेट से बचने के लिए एक अनूठा नाम दिया जाएगा।","Importing %{s}…":"%{s} आयात किया जा रहा है…","Importing files to originals…":"मूल करने के लिए फ़ाइलें आयात कर रहा है …","in":"में","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"यदि आपके द्वारा अपेक्षित चित्र गायब हैं, तो कृपया अपनी लाइब्रेरी को फिर से स्कैन करें और अनुक्रमण पूरा होने तक प्रतीक्षा करें।","Include RAW image files when downloading stacks and archives.":"ढेर और संग्रह डाउनलोड करते समय RAW छवि फ़ाइलें शामिल करें।","Include sidecar files when downloading stacks and archives.":"ढेर और संग्रह डाउनलोड करते समय साइडकार फ़ाइलें शामिल करें।","Increase storage size or delete files to continue.":"जारी रखने के लिए संग्रहण आकार बढ़ाएँ या फ़ाइलें हटाएँ।","Index":"सूची","Indexing":"इंडेक्सिंग","Indexing canceled":"अनुक्रमण रद्द किया गया","Indexing completed in %d s":"%d s में अनुक्रमण पूरा हुआ","Indexing failed":"अनुक्रमण विफल रहा","Indexing files in %s":"%s में फाइलों को अनुक्रमित करना","Indexing media and sidecar files…":"मीडिया और साइडकार फ़ाइलों को अनुक्रमित करना …","Indexing originals...":"अनुक्रमण मूल ..।","Information":"जानकारी","Inherit":"विरासत में लेना","Instance":"उदाहरण","Instance ID":"इंस्टेंस आईडी","Instance unreachable. Try again once it's back online.":"इंस्टेंस तक पहुँच नहीं हो पा रही है। जब यह फिर से ऑनलाइन हो जाए तो दोबारा प्रयास करें।","Instances":"उदाहरण","Insufficient storage":"अपर्याप्त भंडारण","Insufficient storage.":"अपर्याप्त भंडारण।","Interval":"मध्यान्तर","Invalid":"अमान्य","Invalid address":"अमान्य पता","Invalid country":"अमान्य देश","Invalid credentials":"अवैध प्रत्यय पत्र","Invalid date":"अमान्य तिथि","Invalid link":"अमान्य लिंक","Invalid name":"अमान्य नाम","Invalid parameters":"अमान्य मापदण्ड","Invalid password, please try again":"अमान्य पासवर्ड, कृपया पुनः प्रयास करें","Invalid photo selected":"अमान्य फ़ोटो चयनित","Invalid time":"अमान्य समय","Invalid URL":"असामान्य यूआरएल","Invalid verification code, please try again":"सत्यापन कोड अमान्य है, कृपया पुनः प्रयास करें","IP Address":"आईपी पता","It is a one-time use code that will disable 2FA for your account when you use it.":"यह एक बार उपयोग होने वाला कोड है जो आपके द्वारा इसका उपयोग करने पर आपके खाते के लिए 2FA को अक्षम कर देगा।","Item":"मद","Items per page:":"प्रति पृष्ठ आइटम:","JPEG Quality: %{n}":"JPEG गुणवत्ता: %{n}","JPEG Size Limit: %{n}px":"JPEG आकार सीमा: %{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG और थंबनेल स्वचालित रूप से आवश्यकतानुसार प्रस्तुत किए जाते हैं।","Keyword":"कीवर्ड","Keywords":"कीवर्ड","Label":"लेबल","Label not found":"लेबल नहीं मिला","Label saved":"लेबल सहेजा गया","Labels":"लेबल","Labels deleted":"लेबल हटा दिए गए","Language":"भाषा","Last Active":"अंतिम सक्रिय","Last Login":"आखरी लॉगइन","Last page":"अंतिम पृष्ठ","Last Sync":"अंतिम सिंक","Last Used":"अंतिम समय प्रयोग हुआ","Latitude":"अक्षांश","LDAP/AD":"एलडीएपी/एडी","Learn more":"और अधिक जानें","Learn More":"और अधिक जानें","Legal Information":"कानूनी जानकारी","Lens":"लेंस","Lens not found":"लेंस नहीं मिला","Library":"पुस्तकालय","License":"लाइसेंस","Like":"पसंद","Lime":"चूना","Limit reached, showing first %{n} files":"पहले %{n} फ़ाइलों को दिखाते हुए, सीमा समाप्त हो गई","Link":"संपर्क","List":"सूची","List View":"लिस्ट व्यू","Live":"लाइव","Live Photos":"लाइव तस्वीरें","Load more":"और लोड करें","Loading items...":"आइटम लोड हो रहे हैं..।","Loading...":"लोड हो रहा है..।","Local":"स्थानीय","Local Time":"स्थानीय समय","Location":"स्थान","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"जब भी PhotoPrism टूटी हुई फ़ाइलों में आता है, या अन्य संभावित मुद्दे हैं, तो लॉग संदेश यहां दिखाई देते हैं।","Login":"लॉग इन करें","Logs":"लॉग्स","Longitude":"देशान्तर","Lost server connection":"सर्वर कनेक्शन खो गया","Low":"कम","Magenta":"मैजेंटा","Main Color":"मुखय रंग","Male":"पुरुष","Manage Account":"खाते का प्रबंधन करें","Manager":"प्रबंधक","Manual":"नियमावली","Manual Upload":"मैनुअल अपलोड","Maps":"एमएपीएस","Marker":"निशान","Maximum number of accounts has been reached.":"खातों की अधिकतम संख्या पहुँच गई है।","Media":"मिडिया","Medium":"मध्यम","Membership":"सदस्यता","Merge %{a} with %{b}?":"%{a} को %{b} के साथ मिलाएं?","Message":"संदेश","Metadata":"मेटाडाटा","Metrics":"मेट्रिक्स","Minimize":"छोटा करना","Missing":"लापता","Missing or invalid configuration":"गुम या अमान्य कॉन्फ़िगरेशन","mixed":"मिश्रित","Moments":"लम्हें","Monochrome":"एक रंग का","Month":"महीना","More options":"अधिक विकल्प","Mosaic":"मौज़ेक","Most Relevant":"सबसे अधिक प्रासंगिक","Move Files":"फ़ाइलें ले जाएँ","Moving files from %s":"%s से फाइल चल रही है","Must have at least %{n} characters.":"कम से कम %{n} अक्षर होने चाहिए।","Mute":"आवाज़ बंद करना","Name":"नाम","Name too long":"नाम बहुत लंबा","Never":"कभी नहीँ","New":"नई","New Password":"नया पासवर्ड","Newest First":"नवीनतम पहले","Next":"अगला","Next page":"अगला पृष्ठ","Next visual":"अगला दृश्य","No":"नहीं","No Access":"पहुँच नहीं","No albums assigned":"कोई एल्बम असाइन नहीं किया गया","No albums found":"कोई एल्बम नहीं मिला","No albums selected":"कोई एल्बम नहीं चुना गया","No data available":"कोई डेटा मौजूद नहीं","No files available for download":"डाउनलोड के लिए कोई फाइल उपलब्ध नहीं है","No items selected":"कोई आइटम नहीं चुना गया","No labels assigned":"कोई लेबल निर्दिष्ट नहीं किया गया","No labels found":"कोई लेबल नहीं मिला","No labels selected":"कोई लेबल नहीं चुना गया","No matching records found":"कोई मेल खाता रिकॉर्ड नहीं मिला","No more":"अब और नहीं","No people found":"कोई व्यक्ति नहीं मिला","No pictures found":"कोई चित्र नहीं मिला","No recently edited pictures":"हाल ही में संपादित कोई चित्र नहीं","No registered instances.":"कोई पंजीकृत उदाहरण नहीं।","No results":"कोई परिणाम नहीं","No server connection":"कोई सर्वर कनेक्शन नहीं","No servers configured.":"कोई सर्वर कॉन्फ़िगर नहीं किया गया।","No services configured.":"कोई सेवा कॉन्फ़िगर नहीं की गई है।","No thanks":"जी नहीं, धन्यवाद","No users on this instance.":"इस इंस्टेंस पर कोई उपयोगकर्ता नहीं हैं।","No warnings or error containing this keyword. Note that search is case-sensitive.":"इस कीवर्ड से कोई चेतावनी या त्रुटि नहीं है। ध्यान दें कि खोज केस-संवेदी है।","Node":"नोड","Nodes":"नोड्स","Non-photographic and low-quality images require a review before they appear in search results.":"गैर-फोटोग्राफिक और निम्न-गुणवत्ता वाली छवियों को खोज परिणामों में प्रदर्शित होने से पहले समीक्षा की आवश्यकता होती है।","None":"कोई नहीं","Not allowed":"अनुमति नहीं","Not available in public mode":"सार्वजनिक मोड में उपलब्ध नहीं है","Not available in read-only mode":"रीड ओनली मोड में उपलब्ध नहीं है","Not found":"नहीं मिला","Not sorted.":"क्रमबद्ध नहीं।","Not supported":"समर्थित नहीं","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, को बैकअप और फ़ाइल अपलोड के लिए दूरस्थ सेवा के रूप में कॉन्फ़िगर किया जा सकता है।","Notes":"नोट्स","Nothing to see here yet.":"यहां देखने के लिए अभी कुछ भी नहीं है।","Nothing was found.":"कुछ न मिला।","Offline":"ऑफलाइन","OK":"ठीक है","Oldest First":"सबसे पुराना पहले","On Windows, enter the following resource in the connection dialog:":"विंडोज़ पर, कनेक्शन संवाद में निम्न संसाधन दर्ज करें:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"ऑन-डिमांड थंबनेल बनाने से CPU और मेमोरी का अधिक उपयोग हो सकता है। संसाधन-सीमित सर्वर और NAS डिवाइस के लिए इसकी अनुशंसा नहीं की जाती है।","Once a week":"सप्ताह मेँ एक बार","One album found":"एक एल्बम मिला","One entry added to %s":"एक प्रविष्टि %s में जोड़ी गई","One entry removed from %s":"%s से एक प्रविष्टि को हटाया गया","One file found":"एक फ़ाइल मिली","One file uploaded":"एक फ़ाइल अपलोड की गई","One folder found":"एक फ़ोल्डर मिला","One label found":"एक लेबल मिला","One person found":"एक व्यक्ति मिला","One picture found":"एक तस्वीर मिली","Only locally managed accounts can be set up for authentication with 2FA.":"केवल स्थानीय रूप से प्रबंधित खातों को ही 2FA प्रमाणीकरण के लिए सेट किया जा सकता है।","Open":"खुला","optional":"वैकल्पिक","or":"या","Orange":"संतरा","Organization":"संगठन","Orientation":"उन्मुखीकरण","Original file names will be stored and indexed.":"मूल फ़ाइल नाम संग्रहीत और अनुक्रमित किए जाएंगे।","Original Name":"मूल नाम","Originals":"मूल","Originals folder is empty":"मूल फ़ोल्डर खाली है","Other":"अन्य","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"हमारा मिशन आपके चित्रों को व्यवस्थित और सुलभ रखने के लिए सबसे अधिक उपयोगकर्ता- और गोपनीयता के अनुकूल समाधान प्रदान करना है।","Outdoor":"घर के बाहर","Page {0}, Current page":"पृष्ठ {0}, वर्तमान पृष्ठ","Pages":"पृष्ठों","Pagination Navigation":"पृष्ठांकन नेविगेशन","Panorama":"चित्रमाला","Panoramas":"पैनोरामा","Part of all selected photos":"सभी चयनित फ़ोटो का एक भाग","Part of some selected photos":"कुछ चुनिंदा तस्वीरों का अंश","Password":"कुंजिका","Password changed":"पासवर्ड बदला गया","Pause":"रुकें","Payment required":"भुगतान आवश्यक है","People":"लोग","People you share a link with will be able to view public contents.":"जिन लोगों के साथ आप लिंक साझा करते हैं, वे सार्वजनिक सामग्री देख पाएंगे।","Permanently deleted":"स्थायी रूप से हटा दिया गया","Permission denied":"अनुमति नहीं मिली","Person":"व्यक्ति","Person cover updated":"व्यक्ति कवर अपडेट किया गया","Person deleted":"व्यक्ति हटाया गया","Person not found":"व्यक्ति नहीं मिला","Person saved":"व्यक्ति बचाया","Personal":"निजी","Photo":"तस्वीर","PhotoPrism is 100% self-funded and independent.":"PhotoPrism 100% स्व-वित्तपोषित और स्वतंत्र है।","PhotoPrism+ Membership":"फोटोप्रिज्म+ सदस्यता","Photos":"तस्वीरें","Picture":"चित्र","Picture Title":"चित्र का शीर्षक","Pink":"गुलाबी","Pinned":"पिन किया गया","Place":"स्थान","Place & Time":"स्थान और समय","Places":"स्थान","Play":"खेल","Please confirm your new password.":"कृपया अपने नए पासवर्ड की पुष्टि करें।","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"कृपया निम्नलिखित यादृच्छिक रूप से उत्पन्न ऐप पासवर्ड को कॉपी करें और इसे सुरक्षित स्थान पर रखें, क्योंकि आप इसे दोबारा नहीं देख पाएंगे:","Please do not upload any private, unlawful or offensive pictures.":"कृपया कोई भी निजी, गैरकानूनी या आपत्तिजनक चित्र अपलोड न करें।","Please don't upload photos containing offensive content.":"कृपया आक्रामक सामग्री वाले फ़ोटो अपलोड न करें।","Please enter OTP character {0}":"कृपया OTP वर्ण {0} दर्ज करें","Please log in to your account":"कृपया अपने खाते लॉग इन करें","Please note that changing your password will log you out on other devices and browsers.":"कृपया ध्यान दें कि अपना पासवर्ड बदलने से आप अन्य उपकरणों और ब्राउज़रों पर लॉग आउट हो जाएंगे।","Please restart your instance for the changes to take effect.":"परिवर्तनों को प्रभावी करने के लिए कृपया अपना इंस्टेंस पुनः प्रारंभ करें।","Please wait…":"कृपया प्रतीक्षा करें…","PM":"बजे","PNG Size Limit: %{n}px":"PNG आकार सीमा: %{n} px","Portal":"पोर्टल","Portrait":"चित्र","Preserve filenames":"फ़ाइल नाम संरक्षित करें","Press enter to create a new album.":"एक नया एल्बम बनाने के लिए एंटर दबाएं।","Press enter to create new item":"नया आइटम बनाने के लिए एंटर दबाएँ","Prevent database and album backups as well as YAML sidecar files from being created.":"डेटाबेस और एल्बम बैकअप के साथ-साथ YAML साइडकार फ़ाइलों को बनने से रोकें।","Prevent other apps from accessing PhotoPrism as a shared network drive.":"अन्य ऐप्स को साझा नेटवर्क ड्राइव के रूप में PhotoPrism तक पहुंचने से रोकें।","Preview":"पूर्वावलोकन","Preview Images":"छवियों का पूर्वावलोकन करें","Previous":"पहले का","Previous page":"पिछला पृष्ठ","Previous visual":"पिछला दृश्य","Primary":"मुख्य","Private":"निजी","Processing upload...":"अपलोड संसाधित किया जा रहा है..।","Product Feedback":"उत्पाद प्रतिक्रिया","Projection":"प्रक्षेपण","Purple":"बैंगनी","Quality Filter":"गुणवत्ता फ़िल्टर","Quality Score":"गुणवत्ता स्कोर","Quota exceeded":"कोटा पूरा हो गया","Random":"बिना सोचे समझे","Rating {0} of {1}":"{1} में से {0} रेटिंग","Raw":"कच्चा","RAW":"कच्चा","Re-index all originals, including already indexed and unchanged files.":"पहले से अनुक्रमित और अपरिवर्तित फ़ाइलों सहित सभी मूल पुन: अनुक्रमित करें।","Read-Only Mode":"पढ़ें- केवल मोड","Recently Added":"हाल ही में जोड़ा","Recently Archived":"हाल ही में संग्रहीत","Recently Edited":"हाल ही में संपादित","Recognition starts after indexing has been completed.":"अनुक्रमण पूरा होने के बाद मान्यता शुरू होती है।","Recognized":"मान्यता प्राप्त","Recovery Code":"पुनःप्राप्ति सांकेतिक अंक","Red":"लाल","Refresh":"ताज़ा करना","Regions":"क्षेत्रों","Register":"पंजीकरण करवाना","Reload":"पुनः लोड करें","Reloading…":"पुन: लोड …","Remote Sync":"रिमोट सिंक","Remove":"हटाना","remove failed: unknown album":"निकालें विफल: अज्ञात एल्बम","Remove from Album":"एल्बम से निकालें","Remove from all":"सभी से हटाएँ","Remove from all selected photos":"सभी चयनित फ़ोटो से हटाएं","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"स्टोरेज को सेव करने के लिए इंपोर्टेड फाइल्स निकालें। असमर्थित फ़ाइल प्रकार कभी भी हटाए नहीं जाएंगे, वे अपने वर्तमान स्थान पर बने रहेंगे।","Remove the selected instance from the cluster registry?":"क्लस्टर रजिस्ट्री से चयनित इंस्टेंस को हटाएँ?","Removed":"निकाला गया","Removed %{name}":"%{name} हटाया गया","Removed %d files and %d photos":"%d फ़ाइलों और %d फ़ोटो को हटा दिया गया","Repeated":"दोहराया गया","Request failed - are you offline?":"अनुरोध विफल - क्या आप ऑफ़लाइन हैं?","Request failed - invalid response":"अनुरोध विफल - अमान्य प्रतिक्रिया","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"खोज परिणामों में प्रदर्शित होने से पहले गैर-फोटोग्राफिक और निम्न-गुणवत्ता वाली छवियों की समीक्षा की आवश्यकता होती है।","Resolution":"रिज़ॉल्यूशन","Restart":"पुनः आरंभ करें","Restore":"पुनर्स्थापित","Restored":"पुनः स्थापित किए गए","Retry Limit":"पुनः प्रयास सीमा","Retype Password":"पासवर्ड फिर से लिखें","Review":"समीक्षा","Role":"भूमिका","Roles":"भूमिकाएँ","Rotated":"घुमाया गया","Rows per page:":"प्रति पृष्ठ पंक्तियाँ:","Satellite":"उपग्रह","Save":"सहेजें","Save changes":"परिवर्तनों को सुरक्षित करें","Scan":"स्कैन","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"अपने प्रमाणक ऐप से QR कोड को स्कैन करें या नीचे दिखाए गए सेटअप कुंजी का उपयोग करें और फिर जनरेट किया गया सत्यापन कोड दर्ज करें:","Scans":"स्कैन","Scope":"दायरा","Scopes":"कार्यक्षेत्र","Search":"खोज","Season":"मौसम","Secret":"गुप्त","Security and Access":"सुरक्षा और पहुंच","Select":"चुनें","Select a source folder to import files…":"फ़ाइलें आयात करने के लिए स्रोत फ़ोल्डर चुनें…","Select date":"तारीख़ चुनें","Select dates":"तिथियाँ चुनें","Select or create albums":"एल्बम चुनें या बनाएँ","Select or create labels":"लेबल चुनें या बनाएँ","Select or drop files to upload…":"अपलोड करने के लिए फ़ाइलें चुनें या छोड़ें…","Select the files to upload…":"अपलोड करने के लिए फ़ाइलें चुनें…","Select the folder to be indexed…":"अनुक्रमित करने के लिए फ़ोल्डर का चयन करें…","Select Time":"समय चुनें","Selection":"चयन","Selection added to %s":"चयन %s में जोड़ा गया","Selection approved":"चयन को संग्रहीत किया गया","Selection archived":"चयन को संग्रहीत किया गया","Selection marked as private":"चयन निजी के रूप में चिह्नित","Selection not found":"चयन नहीं मिला","Selection restored":"चयन बहाल","Sequential Name":"अनुक्रमिक नाम","Service":"सेवा","Service URL":"सेवा URL","Services":"सेवाएं","Session":"सत्र","Session ID":"सत्र आईडी","Sessions":"सत्र","Set as Album Cover":"एल्बम कवर के रूप में सेट करें","Set as Cover Image":"कवर छवि के रूप में सेट करें","Settings":"समायोजन","Settings saved":"सेटिंग्स को सहेजा गया","Setup":"सेट अप","Severity":"गंभीरता","Share":"शेयर","Share %{s}":"%{s} साझा करें","Show":"दिखाना","Show All Labels":"सभी लेबल दिखाएं","Show all new faces":"सभी नए चेहरे दिखाएं","Show Caption":"कैप्शन दिखाएँ","Show Captions":"कैप्शन दिखाएं","Show face markers":"चेहरे के मार्कर दिखाएँ","Show hidden":"छिपा हुआ दिखाएं","Show Important Only":"केवल महत्वपूर्ण दिखाएँ","Show logs in the web interface to monitor activity and troubleshoot problems.":"गतिविधि की निगरानी और समस्याओं का निवारण करने के लिए वेब इंटरफ़ेस में लॉग दिखाएँ।","Show smart albums that group pictures by occasion, trip, or location.":"स्मार्ट एल्बम दिखाएं जो चित्रों को अवसर, यात्रा या स्थान के आधार पर समूहित करते हैं।","Show the Account page so users can manage their profile and security settings.":"खाता पृष्ठ दिखाएं ताकि उपयोगकर्ता अपनी प्रोफ़ाइल और सुरक्षा सेटिंग प्रबंधित कर सकें।","Show the Calendar view to browse the library by year and month.":"वर्ष और माह के अनुसार लाइब्रेरी ब्राउज़ करने के लिए कैलेंडर दृश्य दिखाएँ।","Show the Labels section to view and manage AI-generated labels.":"AI-जनरेटेड लेबल देखने और प्रबंधित करने के लिए लेबल अनुभाग दिखाएँ।","Show the Library section to index, manage, and monitor the media library.":"मीडिया लाइब्रेरी को अनुक्रमित, प्रबंधित और मॉनिटर करने के लिए लाइब्रेरी अनुभाग दिखाएँ।","Show the Places view with interactive maps so you can browse photos by location.":"इंटरैक्टिव मानचित्रों के साथ स्थान दृश्य दिखाएं ताकि आप स्थान के अनुसार फ़ोटो ब्राउज़ कर सकें।","Show Titles":"शीर्षक दिखाएं","Sidecar":"एक प्रकार का मादक द्रव्य","Sidecar Files":"साइडकार फ़ाइलें","Sign in":"साइन इन करें","Sign Out":"निकास","Similar":"समान","Site URL":"साइट URL","Size":"आकार","Slideshow":"स्लाइड शो","Slow":"धीरे","Software":"सॉफ़्टवेयर","Software Update":"सॉफ्टवेयर अपडेट","Some albums could not be copied":"कुछ एल्बम कॉपी नहीं किए जा सके","Some albums could not be created. Please edit the names and try again.":"कुछ एल्बम नहीं बनाए जा सके। कृपया नाम संपादित करें और पुनः प्रयास करें।","Some albums could not be updated":"कुछ एल्बम अपडेट नहीं किए जा सके","Something went wrong, try again":"कुछ गलत हुआ है, दोबारा कोशिश करें","Sort by":"इसके अनुसार क्रमबद्ध करें","Sort by Name (A–Z)":"नाम के अनुसार क्रमबद्ध करें (A–Z)","Sort by Photo Count":"फोटो संख्या के अनुसार क्रमबद्ध करें","Sort by Relevance":"प्रासंगिकता के आधार पर क्रमबद्ध करें","Sort Order":"क्रमबद्ध आदेश","Sorted ascending.":"आरोही क्रम में क्रमबद्ध।","Sorted descending.":"अवरोही क्रम में क्रमबद्ध।","Source":"स्रोत","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":"ढेर","Start":"शुरू","Start Page":"पृष्ठ आरंभ करें","Static Size Limit: %{n}px":"प्री-रेंडर आकार सीमा: %{n} px","Status":"स्थिति","Stay signed in on this device":"इस डिवाइस पर साइन इन रहें","Stop Casting":"कास्ट करना बंद करो","Storage":"भंडारण","Streets":"सड़कें","Subject":"विषय","Subject deleted":"विषय हटा दिया गया","Subject not found":"विषय नहीं मिला","Subject saved":"विषय सहेजा गया","Successfully activated":"सफलतापूर्वक सक्रिय किया गया","Successfully Connected":"सफलतापूर्वक कनेक्ट किया गया","Successfully deleted":"सफलतापूर्वक हटा दिया गया","Successfully verified":"सफलतापूर्वक सत्यापित","Super Admin":"सुपर एडमिन","Support for additional services, like Google Drive, will be added over time.":"अतिरिक्त सेवाओं के लिए समर्थन, जैसे Google ड्राइव, समय के साथ जोड़ा जाएगा।","Support Our Mission":"हमारे मिशन का समर्थन करें","Sync":"सिंक","Sync raw and video files":"कच्ची छवियों को सिंक करें","Taken":"लिया","Teal":"टील","Terrain":"इलाके","Text":"मूलपाठ","Thank You for Your Support!":"आपके समर्थन के लिए धन्यवाद!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"यही कारण है कि PhotoPrism को स्वतंत्रता, गोपनीयता, या कार्यक्षमता से समझौता किए बिना, जहाँ भी आपको इसकी आवश्यकता हो, चलाने के लिए जमीन से बनाया गया था।","The index currently contains %{n} hidden files.":"सूचकांक में वर्तमान में %{n} छिपी हुई फाइलें हैं।","The instance rejected the cluster credentials.":"उदाहरण ने क्लस्टर क्रेडेंशियल्स को अस्वीकार कर दिया।","The instance returned an unexpected redirect.":"उदाहरण ने एक अप्रत्याशित रीडायरेक्ट लौटाया।","The wakeup interval is %s, but must be 1h or less":"वेकअप अंतराल %s है, लेकिन 1h या उससे कम होना चाहिए","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"उनके प्रारूप का समर्थन नहीं किया जा सकता है, वे अभी तक जेपीईजी में परिवर्तित नहीं हुए हैं या डुप्लिकेट हैं।","Theme":"विषय","This account is missing an ID and can't be edited.":"इस खाते में आईडी नहीं है और इसे संपादित नहीं किया जा सकता।","This field is required":"यह फ़ील्ड आवश्यक है","This instance has no site URL configured.":"इस उदाहरण के लिए कोई साइट URL कॉन्फ़िगर नहीं किया गया है।","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 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. ":"यह मूल फ़ोल्डर को नेटवर्क ड्राइव के रूप में मापता है और आपको अपने कंप्यूटर या स्मार्टफोन से फ़ाइलों को खोलने, संपादित करने और हटाने की अनुमति देता है जैसे कि वे स्थानीय थे।","Time":"समय","Time UTC":"समय यूटीसी","Time Zone":"समय क्षेत्र","Timeout":"समय समाप्त","Title":{"":"शीर्षक","Account":"शीर्षक","Photo":"शीर्षक"},"Title / Position":"शीर्षक स्थिति","to":"सेवा","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"अपने खाते को लॉक होने से बचाने के लिए, कृपया इस पुनर्प्राप्ति कोड को अभी डाउनलोड, प्रिंट या कॉपी करें और इसे सुरक्षित स्थान पर रखें।","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"नया ऐप-विशिष्ट पासवर्ड बनाने के लिए, कृपया एप्लिकेशन का नाम और प्राधिकरण दायरा दर्ज करें और समाप्ति तिथि चुनें:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"किसी नए प्रमाणक ऐप या डिवाइस पर स्विच करने के लिए, पहले दो-कारक प्रमाणीकरण को निष्क्रिय करें और फिर उसे पुनः सक्रिय करें:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"अपग्रेड करने के लिए, आप या तो एक सक्रियण कोड दर्ज कर सकते हैं या हमारी वेबसाइट पर साइन अप करने के लिए \"रजिस्टर\" पर क्लिक कर सकते हैं:","Today":"आज","Toggle View":"टॉगल दृश्य","Token":"टोकन","Too many files selected":"बहुत सारी फ़ाइलें चयनित","Too many requests":"बहुत अधिक अनुरोध","Troubleshooting":"समस्या निवारण","Try again using other filters or keywords.":"अन्य फ़िल्टर या कीवर्ड का उपयोग करके फिर से प्रयास करें।","Two-factor authentication has been enabled for your account.":"आपके खाते के लिए दो-कारक प्रमाणीकरण सक्षम कर दिया गया है।","Type":"प्रकार","Unable to delete":"हटाने में असमर्थ","Unable to do that":"ऐसा करने में असमर्थ","Unassign":"असाइन न करें","Unauthorized":"अनधिकृत","Undo":"पहले जैसा","Unique ID":"एक अलग पहचान","Unknown":"अनजान","Unknown location":"अज्ञात स्थान","Unregistered":"अपंजीकृत","Unsorted":"अवर्गीकृत","Unstack":"अनस्टैक","Unsupported":"असमर्थित","Unsupported format":"असमर्थित प्रारूप","Unsupported type":"असमर्थित प्रकार","Updated":"अपडेट किया गया","Updating faces":"चेहरे अपडेट करना","Updating index":"इंडेक्स अपडेट कर रहा है","Updating moments":"पल-पल का अपडेट","Updating picture…":"चित्र अपडेट किया जा रहा है…","Updating previews":"पूर्वावलोकन अपडेट करना","Updating stacks":"ढेर अद्यतन कर रहा है","Upgrade":"उन्नत करना","Upgrade Now":"अभी अपग्रेड करें","Upload":"डालना","Upload complete":"अपलोड पूरा हुआ","Upload complete. Indexing…":"अपलोड पूरा हुआ। अनुक्रमण …","Upload failed":"अपलोड विफल","Upload has been processed":"अपलोड संसाधित हो गया है","Upload local files":"स्थानीय फ़ाइलें अपलोड करें","Upload might be offensive":"अपलोड आपत्तिजनक हो सकता है","Upload Path":"अपलोड पथ","Uploading %{n} of %{t}…":"%{t} का %{n} अपलोड हो रहा है…","Uploading photos…":"फ़ोटो अपलोड हो रही हैं…","Uploading…":"अपलोड हो रहा है…","Uploads that may contain such images will be rejected automatically.":"ऐसे चित्र शामिल होने वाले अपलोड स्वचालित रूप से अस्वीकार कर दिए जाएंगे।","URL":"यूआरएल","Use Presets":"प्रीसेट का उपयोग करें","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"जब आप अपने प्रमाणक ऐप के साथ वैध सत्यापन कोड जनरेट करने में असमर्थ हों, तो अपने खाते तक पहुंचने के लिए निम्नलिखित पुनर्प्राप्ति कोड का उपयोग करें:","Use your recovery code or contact an administrator for help.":"सहायता के लिए अपना पुनर्प्राप्ति कोड उपयोग करें या किसी व्यवस्थापक से संपर्क करें।","User":"उपयोगकर्ता","User Guide":"उपयोगकर्ता गाइड","User Interface":"प्रयोक्ता इंटरफ़ेस","User not found":"उपयोगकर्ता नहीं मिला","Username":"उपयोगकर्ता नाम","Users":"उपयोगकर्ताओं","UUID":"UUID","Vector":"वेक्टर","Vectors":"वैक्टर","Verification Code":"सत्यापन कोड","Version":"संस्करण","Video":"वीडियो","Video Duration":"वीडियो अवधि","Videos":"वीडियो","View":"राय","View search results as a list.":"खोज परिणामों को सूची के रूप में देखें।","Viewer":"दर्शक","Vision":"दृष्टि","Visitor":"आगंतुक","Visual Similarity":"दृश्य समानता","Warning":"चेतावनी","Web Login":"वेब लॉगिन","WebDAV":"WebDAV","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 अपलोड करें","WebGL support is disabled in your browser":"आपके ब्राउज़र में WebGL समर्थन अक्षम है","Website":"वेबसाइट","White":"सफेद","Work Details":"कार्य विवरण","Year":"साल","Yellow":"पीला","Yes":"हाँ","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"अपनी सदस्यता से संबंधित प्रश्नों के लिए Member@photoprism.app पर हमसे संपर्क करने के लिए आपका स्वागत है।","You can only download one album":"आप केवल एक एल्बम डाउनलोड कर सकते हैं","You can only download one label":"आप केवल एक लेबल डाउनलोड कर सकते हैं","You can search for a location or move the marker on the map to change the position:":"आप किसी स्थान को खोज सकते हैं या स्थिति बदलने के लिए मानचित्र पर मार्कर को स्थानांतरित कर सकते हैं:","You can upload up to %{n} files for test purposes.":"आप परीक्षण उद्देश्यों के लिए %{n} तक फ़ाइलें अपलोड कर सकते हैं।","You cannot change your own role.":"आप अपनी भूमिका नहीं बदल सकते।","You do not have access to any instances.":"आपके पास किसी भी इंस्टेंस तक पहुंच नहीं है।","You may only select one item":"आप केवल एक आइटम का चयन कर सकते हैं","You may rescan your library to find additional faces.":"अतिरिक्त चेहरों को खोजने के लिए आप अपनी लाइब्रेरी को फिर से स्कैन कर सकते हैं।","Your account could not be connected":"आपका खाता कनेक्ट नहीं किया जा सका","Your account has been successfully connected.":"आपका खाता सफलतापूर्वक कनेक्ट कर दिया गया है।","Your browser does not support WebGL":"आपका ब्राउज़र WebGL का समर्थन नहीं करता है","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"आपका निरंतर समर्थन हमें नियमित अपडेट प्रदान करने और स्वतंत्र रहने में मदद करता है, इसलिए हम अपने मिशन को पूरा कर सकते हैं और आपकी गोपनीयता की रक्षा कर सकते हैं।","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"विशेष क्षणों, यात्राओं और स्थानों के स्वचालित रूप से एल्बम बनाने के लिए आपकी लाइब्रेरी का लगातार विश्लेषण किया जाता है।","Zip created in %d s":"%d s में बनाया गया ज़िप","Zoom in/out":"ज़ूम इन / आउट करें","Archive":{"Noun":"पुरालेख","Verb":"पुरालेख"},"Add a Title":{"Photo":"एक शीर्षक जोड़ें"}}} \ No newline at end of file +{"hi":{"{0} appended action":"{0} जोड़ी गई कार्रवाई","{0} files":"{0} फ़ाइलें","{0} files ({1} in total)":"{0} फ़ाइलें (कुल {1})","{0} more":"{0} अधिक","{0} prepended action":"{0} पूर्वनिर्धारित कार्रवाई","{0} selected":"{0} चयनित","{0}-{1} of {2}":"{0}-{1} में से {2}","%{n} albums found":"%{n} एल्बम मिले","%{n} files uploaded":"%{n} फ़ाइलें अपलोड की गईं","%{n} folders found":"%{n} फ़ोल्डर मिले","%{n} GB of %{q} GB used":"%{q} GB में से %{n} GB उपयोग किया गया","%{n} labels found":"%{n} लेबल मिले","%{n} people found":"%{n} लोग मिले","%{n} pictures found":"%{n} चित्र मिले","%{s} is too long":"%{s} बहुत लंबा है","%{s} is too short":"%{s} बहुत छोटा है","%d entries added to %s":"%d प्रविष्टियों को %s में जोड़ा गया","%d entries removed from %s":"%d प्रविष्टियों को %s से हटा दिया गया","%d files uploaded in %d s":"%d फाइलों को %d में अपलोड किया गया","%s already exists":"%s पहले से मौजूद है","%s has been restored":"%s बहाल कर दिया गया है","1 hour":"1 घंटा","12 hours":"12 घंटा","2-Factor Authentication":"2-कारक प्रमाणीकरण","2FA":"2एफए","4 hours":"4 घंटा","A click will copy it to your clipboard.":"एक क्लिक इसे आपके क्लिपबोर्ड पर कॉपी कर देगा।","A new version of %{s} is available:":"%{s} का नया संस्करण उपलब्ध है:","About":"के बारे में","Access granted.":"पहुँच प्रदान की गई।","Access revoked.":"पहुँच रद्द कर दी गई।","Access Token":"एक्सेस टोकन","Account":"लेखा","Account created":"खाता बन गया","Account deleted":"खाता हटाया गया","Account Group Mappings":"खाता समूह मैपिंग्स","Account not found":"खता नहीं मिला","Account restored":"खाता बहाल किया गया","Account saved":"खाता सहेजा गया","Accounts":"हिसाब किताब","Accuracy":"शुद्धता","Action":"कार्य","Actions":"क्रिया","Activate":"सक्रिय","Activate to remove sorting.":"सॉर्टिंग हटाने के लिए सक्रिय करें।","Activate to sort ascending.":"आरोही क्रम में क्रमबद्ध करने के लिए सक्रिय करें।","Activate to sort descending.":"अवरोही क्रम में क्रमबद्ध करने के लिए सक्रिय करें।","Activation Code":"एक्टिवेशन कोड","Activity":"गतिविधि","Add":"जोड़ना","Add %{s}?":"%{s} जोड़ें?","Add a Caption":"कैप्शन जोड़ें","Add Account":"खाता जोड़ो","Add Album":"एल्बम जोड़ें","Add Link":"लिंक जोड़ें","Add Notes":"नोट्स जोड़ें","Add person?":"व्यक्ति जोड़ें?","Add pictures from search results by selecting them.":"खोज परिणामों से चित्रों का चयन करके उन्हें जोड़ें।","Add to album":"एल्बम में जोड़ें","Add to all":"सभी में जोड़ें","Add to all selected photos":"सभी चयनित फ़ोटो में जोड़ें","Added":"जोड़ा गया","Added %{name}":"%{name} जोड़ा गया","Adjust Camera Info":"कैमरा जानकारी समायोजित करें","Adjust Date & Time":"दिनांक और समय समायोजित करें","Adjust Location":"स्थान समायोजित करें","Admin":"व्यवस्थापक","Advanced":"उन्नत","Advertise URL":"विज्ञापन URL","After 1 day":"1 दिन बाद","After 3 days":"3 दिन बाद","After 7 days":"7 दिन बाद","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"पुष्टि के लिए अपना पासवर्ड दर्ज करने के बाद, आप संगत प्रमाणक ऐप या डिवाइस के साथ दो-कारक प्रमाणीकरण सेट कर सकते हैं:","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 %s deleted":"एल्बम %s हटाया गया","Album Backups":"एल्बम बैकअप","Album contents cloned":"एल्बम सामग्री को क्लोन किया गया","Album created":"एल्बम बनाया गया","Album deleted":"एल्बम हटा दिया गया","Album not found":"एल्बम नहीं मिला","Album saved":"एल्बम सहेजा गया","Albums":"एल्बम","Albums deleted":"एल्बम हटाए गए","All":"सभी","All %{n} albums loaded":"सभी %{n} एल्बम लोड किए गए","All %{n} labels loaded":"सभी %{n} लेबल लोड किए गए","All %{n} people loaded":"सभी %{n} लोग लोड हुए","All Cameras":"सभी कैमरे","All Categories":"सब वर्ग","All Colors":"सभी रंग","All Countries":"सभी देश","All files from import folder":"आयात फ़ोल्डर से सभी फ़ाइलें","All Lenses":"सभी लेंस","All Months":"सभी महीने","All originals":"सभी मूल","All Years":"सभी वर्ष","Allow configuration and use of connected apps and services for remote uploads and sync.":"दूरस्थ अपलोड और सिंक के लिए कनेक्टेड ऐप्स और सेवाओं के कॉन्फ़िगरेशन और उपयोग की अनुमति दें।","Allow editing of metadata such as title, description, date, and location.":"शीर्षक, विवरण, दिनांक और स्थान जैसे मेटाडेटा को संपादित करने की अनुमति दें।","Allow editing the metadata, labels, and albums of multiple pictures at once.":"एक साथ कई चित्रों के मेटाडेटा, लेबल और एल्बम को संपादित करने की अनुमति दें।","Allow files to be copied or moved from the Import to the Originals folder.":"आयात फ़ोल्डर से मूल फ़ोल्डर में फ़ाइलों को कॉपी या स्थानांतरित करने के लिए आयात उपकरण को सक्षम करें।","Allow files to be permanently deleted to free up storage space.":"संग्रहण स्थान खाली करने के लिए फ़ाइलों को स्थायी रूप से हटाने की अनुमति दें।","Allow users to archive photos and videos so they are hidden without being deleted.":"उपयोगकर्ताओं को फ़ोटो और वीडियो संग्रहीत करने की अनुमति दें ताकि उन्हें हटाए बिना छिपाया जा सके।","Allow users to create and share links, and enable sharing with connected services.":"उपयोगकर्ताओं को लिंक बनाने और साझा करने की अनुमति दें, तथा कनेक्टेड सेवाओं के साथ साझाकरण सक्षम करें।","Allow users to upload new photos and videos through the web interface.":"उपयोगकर्ताओं को वेब इंटरफेस के माध्यम से नई तस्वीरें और वीडियो अपलोड करने की अनुमति दें।","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"वैकल्पिक रूप से, आप Nextcloud की तरह सीधे WebDAV सर्वर पर फाइल अपलोड कर सकते हैं।","Altitude":"ऊंचाई","Altitude (m)":"ऊंचाई (एम)","AM":"पूर्वाह्न","Animated":"एनिमेटेड","Animation":"एनीमेशन","Animations":"एनिमेशन","Any private photos and videos remain private and won't be shared.":"कोई भी निजी फ़ोटो और वीडियो निजी रहेंगे और उन्हें साझा नहीं किया जाएगा।","API Key":"एपीआई कुंजी","Application":"आवेदन","Applications":"अनुप्रयोग","Approve":"मंजूर","Approve and save changes":"परिवर्तनों को स्वीकृत करें और सहेजें","Apps and Devices":"ऐप्स और डिवाइस","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 delete this album?":"क्या आप वाकई इस एल्बम को हटाना चाहते हैं?","Are you sure you want to permanently delete these pictures?":"क्या आप वाकई इन चित्रों को स्थायी रूप से हटाना चाहते हैं?","Are you sure you want to permanently delete this file?":"क्या आप वाकई इस फ़ाइल को स्थायी रूप से हटाना चाहते हैं?","Are you sure?":"क्या आपको यकीन है?","Artist":"कलाकार","Aspect Ratio":"आस्पेक्ट अनुपात","Attributes":"गुण","Audio":"ऑडियो","Audit Log":"ऑडियो","Authentication":"प्रमाणीकरण","Auto":"ऑटो","Back":"पीछे","Back to top":"शीर्ष पर वापस जाएं","Backup":"बैकअप","Badge":"बिल्ला","Base Path":"बेस पथ","Batch":"बैच","Batch Edit":"बैच संपादन","Become a member today, support our mission and enjoy our member benefits!":"आज ही सदस्य बनें, हमारे मिशन का समर्थन करें और हमारे सदस्य लाभों का आनंद लें!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"100% स्व-वित्त पोषित और स्वतंत्र होने के नाते, हम आपसे वादा कर सकते हैं कि हम आपका डेटा कभी नहीं बेचेंगे और हम अपने सॉफ़्टवेयर और सेवाओं के बारे में हमेशा पारदर्शी रहेंगे।","Bio":"जैव","Birth Date":"जन्म तिथि","Black":"काली","Blue":"नीला","Brown":"भूरा","Browse":"ब्राउज़","Browse Files":"फ़ाइलों को ब्राउज़ करें","Browse Pictures":"चित्र ब्राउज़ करें","Bug Report":"बग रिपोर्ट","Busy, please try again later":"व्यस्त, कृपया बाद में पुन: प्रयास करें","Busy, please wait…":"व्यस्त, कृपया प्रतीक्षा करें …","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"हमारे द्वारा प्रदान किए जाने वाले सॉफ़्टवेयर और सेवाओं का उपयोग करके, आप हमारी सेवा की शर्तों, गोपनीयता नीति और आचार संहिता से सहमत होते हैं।","Calendar":"पंचांग","Camera":"कैमरा","Camera not found":"कैमरा नहीं मिला","Camera Serial":"कैमरा सीरियल","Can't access your authenticator app or device?":"क्या आप अपने प्रमाणक ऐप या डिवाइस तक नहीं पहुंच पा रहे हैं?","Can't load more, limit reached":"अधिक लोड नहीं किया जा सकता, सीमा तक पहुंच गया","Can't select more items":"अधिक आइटम का चयन नहीं किया जा सकता","Cancel":"रद्द करना","Cannot copy to clipboard":"क्लिपबोर्ड पर कॉपी नहीं किया जा सकता","Caption":"कैप्शन","Cards":"पत्ते","Carousel slide {0} of {1}":"{1} में से {0} कैरोसेल स्लाइड","Cast":"कलाकार","Category":"वर्ग","Change Avatar":"अवतार परिवर्तन","Change Password":"पासवर्ड बदलें","Change private flag":"निजी ध्वज बदलें","Changes could not be saved":"परिवर्तन सहेजा नहीं जा सका","Changes successfully saved":"परिवर्तन सफलतापूर्वक सहेजे गए","Changes to the advanced settings require a restart to take effect.":"उन्नत सेटिंग्स में परिवर्तन प्रभावी होने के लिए पुनः आरंभ करना आवश्यक है।","Checked":"चेक किए गए","Choose an instance to continue:":"जारी रखने के लिए एक उदाहरण चुनें:","Chroma":"क्रोमा","Cleaning index and cache":"सफाई सूचकांक और कैश","Cleanup":"साफ - सफाई","Clear":"स्पष्ट","Clear {0}":"साफ़ करें {0}","Client":"ग्राहक","Close":"बंद करे","Cluster":"झुंड","Cluster Admin":"क्लस्टर प्रशासक","Cluster Node":"क्लस्टर नोड","Codec":"कोडेक","Color":"रंग","Color Profile":"रंग प्रोफ़ाइल","Colors":"रंग की","Compare Editions":"संस्करणों की तुलना करें","Complete Rescan":"पूरा रेसकान","Confidence":"आत्मविश्वास","Confirm":"पुष्टि करना","Connect":"जुडिये","Connect via WebDAV":"WebDAV के माध्यम से कनेक्ट करें","Connected":"जुड़े हुए","Contact Details":"सम्पर्क करने का विवरण","Contact Us":"संपर्क करें","Contains %{n} pictures.":"इसमें %{n} चित्र हैं।","Contains one picture.":"एक तस्वीर शामिल है।","Content":{"":"सामग्री","Edit":"सामग्री"},"Continue":"जारी रखना","Contributor":"योगदान देने वाला","Converting":"परिवर्तित","Copied to clipboard":"क्लिपबोर्ड पर नकल","Copy":"प्रतिलिपि","Copying files from %s":"%s से फाइल कॉपी कर रहा है","Copyright":"कॉपीराइट","Could not be deleted":"हटाया नहीं जा सका","Could not connect, please try again":"कनेक्ट नहीं हो सका, कृपया पुनः प्रयास करें","Could not update person cover":"व्यक्ति कवर अपडेट नहीं किया जा सका","Couldn't find anything.":"कुछ नहीं मिला।","Country":"देश","Create Account":"खाता बनाएं","Create album":"एल्बम बनाओ","Create regular backups based on the configured schedule.":"कॉन्फ़िगर किए गए शेड्यूल के आधार पर इंडेक्स बैकअप बनाएं।","Create YAML files to back up album metadata.":"एल्बम मेटाडेटा का बैकअप लेने के लिए YAML फ़ाइलें बनाएँ।","Create YAML sidecar files to back up picture metadata.":"चित्र मेटाडेटा का बैकअप लेने के लिए YAML साइडकार फ़ाइलें बनाएँ।","Created":"बनाया था","Creating thumbnails for":"के लिए थंबनेल बनाना","Current Password":"वर्तमान पासवर्ड","Custom":"रिवाज़","Cyan":"सियान","Daily":"रोज","Database":"डेटाबेस","Database Backups":"डेटाबेस बैकअप","Databases":"डेटाबेस","Date & Time":"दिनांक समय","Day":"दिन","Deactivate":"निष्क्रिय करें","Debug Logs":"दोषमार्जन लॉग","Default":"चूक","Default Folder":"डिफ़ॉल्ट फ़ोल्डर","Delete":"हटाएं","Delete Album":"एल्बम हटाएं","Delete All":"सभी हटा दो","Delete all?":"सभी हटा दो?","Delete orphaned index entries, sidecar files and thumbnails.":"अनाथ अनुक्रमणिका प्रविष्टियाँ, साइडकार फ़ाइलें और थंबनेल हटाएँ।","deleted":"हटाए गए","Description":"विवरण","Detailed instructions can be found in our User Guide.":"विस्तृत निर्देश हमारे उपयोगकर्ता गाइड में पाए जा सकते हैं।","Details":"विवरण","Dimensions":"आयाम","Disable all face detection and recognition features.":"सभी चेहरा पहचान और पहचान सुविधाएँ अक्षम करें।","Disable Backups":"पिछला बैकअप","Disable Darktable":"डार्कटेबल अक्षम करें","Disable ExifTool":"ExifTool अक्षम करें","Disable Faces":"चेहरे अक्षम करें","Disable features that require write permission for the originals folder.":"उन सुविधाओं को अक्षम करें जिनके लिए मूल फ़ोल्डर के लिए लेखन अनुमति की आवश्यकता होती है।","Disable FFmpeg":"एफएफएमपीईजी अक्षम करें","Disable ImageMagick":"इमेजमैजिक को अक्षम करें","Disable interactive world maps and reverse geocoding.":"इंटरैक्टिव विश्व मानचित्र और रिवर्स जियोकोडिंग को अक्षम करें।","Disable MCP":"MCP अक्षम करें","Disable Places":"विकलांग","Disable RawTherapee":"रॉ थेरेपी को अक्षम करें","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"AI एजेंट एकीकरण के लिए मॉडल कॉन्टेक्स्ट प्रोटोकॉल (MCP) API एंडपॉइंट को अक्षम करें।","Disable Vectors":"वेक्टर अक्षम करें","Disable WebDAV":"विकलांग","Disabled":"विकलांग","Disables vector graphics support.":"वेक्टर ग्राफ़िक्स समर्थन अक्षम करता है।","Disables video transcoding and thumbnail extraction.":"वीडियो ट्रांसकोडिंग और थंबनेल निष्कर्षण अक्षम करता है।","Discard":"खारिज करना","Discard changes and close":"परिवर्तनों को त्यागें और बंद करें","Discard invalid changes?":"अमान्य परिवर्तनों को हटाएं?","Discard unsaved changes?":"बचाए बिना किए गए बदलावों को हटाएं?","Discover":"डिस्कवर","Dismiss":"नकार देना","Display Name":"प्रदर्शित होने वाला नाम","Display picture captions in search results.":"खोज परिणामों में चित्र कैप्शन प्रदर्शित करें।","Display picture titles in search results.":"खोज परिणामों में चित्र शीर्षक प्रदर्शित करें।","Document":"दस्तावेज़","Documents":"दस्तावेज़","Don't use Darktable to convert RAW images.":"रॉ फ़ाइलों को कनवर्ट करने के लिए डार्कटेबल का उपयोग न करें।","Don't use ImageMagick to convert images.":"छवियों को परिवर्तित करने के लिए ImageMagick का उपयोग न करें।","Don't use RawTherapee to convert RAW images.":"RAW फ़ाइलों को कनवर्ट करने के लिए RawTherapee का उपयोग न करें।","Done":"किया हुआ","Done.":"किया हुआ |","Download":"डाउनलोड","Download only original media files, without any automatically generated files.":"बिना किसी स्वचालित रूप से जेनरेट की गई फ़ाइलों के केवल मूल मीडिया फ़ाइलें डाउनलोड करें।","Download remote files":"दूरस्थ फ़ाइलें डाउनलोड करें","Downloading…":"डाउनलोड कर रहा है …","Drag and drop files here":"फ़ाइलों को यहां खींचें और छोड़ें","Driver":"ड्राइवर","Duplicates will be skipped and only appear once.":"डुप्लिकेट को छोड़ दिया जाएगा और केवल एक बार दिखाई देगा।","Duration":"अवधि","Dynamic Previews":"बिना पढ़े हुए पूर्वावलोकन","Dynamic Size Limit: %{n}px":"बिना आकार की सीमा: %{n} px","Edit":"संपादित करें","Edit %{s}":"%{s} संपादित करें","Edit Account":"खाता संपादित करें","Edit Photo":"फ़ोटो संपादित करें","Edit Photos (%{n})":"फ़ोटो संपादित करें (%{n})","Edited":"संपादित","Email":"ईमेल","Enable debug mode to display additional logs and help with troubleshooting.":"अतिरिक्त लॉग प्रदर्शित करने और समस्या निवारण में सहायता के लिए डिबग मोड सक्षम करें।","Enable downloading of original and sidecar files from the web interface.":"वेब इंटरफ़ेस से मूल और साइडकार फ़ाइलों को डाउनलोड करना सक्षम करें।","Enable face recognition and the People view to easily find people you know.":"अपने परिचित लोगों को आसानी से ढूंढने के लिए चेहरा पहचान और लोग दृश्य सक्षम करें।","Enable new features that may be incomplete or unstable.":"ऐसी नई सुविधाएँ सक्षम करें जो अपूर्ण या अस्थिर हो सकती हैं।","Enable the file browser to navigate the Originals folder structure.":"फ़ाइल ब्राउज़र को मूल फ़ोल्डर संरचना में नेविगेट करने के लिए सक्षम करें।","Enables RAW converter presets. May reduce performance.":"रॉ कनवर्टर प्रीसेट सक्षम करता है। प्रदर्शन को कम कर सकता है।","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"दो-कारक प्रमाणीकरण सक्षम करने का अर्थ है कि आपको लॉग इन करने के लिए एक यादृच्छिक रूप से उत्पन्न सत्यापन कोड की आवश्यकता होगी, इसलिए यदि कोई आपके पासवर्ड तक पहुंच प्राप्त भी कर लेता है, तो वह आपके खाते तक नहीं पहुंच पाएगा।","Engine":"इंजन","Enter date":"तारीख दर्ज करें","Enter dates":"तारीखें दर्ज करें","Enter item name...":"आइटम का नाम दर्ज करें..।","Enter the code generated by your authenticator app:":"अपने प्रमाणक ऐप द्वारा जनरेट किया गया कोड दर्ज करें:","Enter verification code":"सत्यापन कोड दर्ज करें","Enter your password to confirm the action and continue:":"कार्रवाई की पुष्टि करने और जारी रखने के लिए अपना पासवर्ड दर्ज करें:","Entity not found":"इकाई नहीं मिली","Error":"त्रुटि","Errors":"त्रुटियाँ","Estimate":"अनुमान लगाना","Estimate Locations":"स्थानों का अनुमान लगाएं","Estimate the approximate location of pictures without GPS coordinates.":"जीपीएस निर्देशांक के बिना चित्रों के अनुमानित स्थान का अनुमान लगाएं।","Every two days":"हेर दो दिनों","Exclude hidden":"छिपा हुआ शामिल न करें","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"पूर्ण वीडियो, लाइव फोटो और XMP समर्थन के लिए ExifTool के साथ मेटाडेटा निष्कर्षण आवश्यक है।","Experimental Features":"प्रायोगिक विशेषताएं","Expires":"समय-सीमा समाप्त","Exposure":"संसर्ग","Extract still images and generate thumbnails while indexing.":"अनुक्रमण करते समय स्थिर चित्र निकालें और थम्बनेल उत्पन्न करें।","F Number":"एफ नंबर","Face":"चेहरा","Face not found":"चेहरा नहीं मिला","Faces":"चेहरे के","Failed creating file, please check permissions":"फ़ाइल बनाने में विफल, कृपया अनुमतियों की जाँच करें","Failed creating folder, please check permissions":"फ़ोल्डर बनाने में विफल, कृपया अनुमतियों की जाँच करें","Failed removing link":"लिंक हटाने में विफल","Failed to connect account.":"खाता कनेक्ट करने में विफल।","Failed to create zip file":"ज़िप फ़ाइल बनाने में विफल","Failed to load users.":"उपयोगकर्ताओं को लोड करने में विफल।","Failed to remove face marker":"चेहरा मार्कर हटाने में असफल","Failed to remove name":"नाम हटाने में असफल","Failed to restart server":"सर्वर को पुनः आरंभ करने में विफल","Failed to save changes":"परिवर्तन सहेजने में विफल","Failed to save face marker":"चेहरा मार्कर सहेजने में विफल","Failed to save name":"नाम सहेजने में असफल","Failed updating link":"लिंक अपडेट करने में विफल","Family Name":"परिवार का नाम","Fast":"तेज","Favorite":"पसंदीदा","Favorites":"पसंदीदा","Feature disabled":"सुविधा अक्षम है","Feature Request":"महत्वपूर्ण लेख मांगना","Female":"मादा","File":"फ़ाइल","File Browser":"फ़ाइल ब्राउज़र","File Conversion":"फ़ाइल रूपांतरण","File deleted":"फ़ाइल हटा दी गई","File Name":"फ़ाइल का नाम","File not found":"फाइल नहीं मिली","File removed from stack":"स्टैक से फ़ाइल को निकाला गया","File Size":"फ़ाइल का साइज़","File too large":"बहुत बड़ी फाइल","File uploaded":"फ़ाइल अपलोड की गई","Filename":"फ़ाइल का नाम","Files":"फ़ाइलें","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"क्रमिक नाम वाली फाइलें जैसे 'IMG_1234 (2)' या 'IMG_1234 कॉपी 2' एक ही फोटो से संबंधित हैं।","First page":"पहला पृष्ठ","Focal Length":"फोकल लम्बाई","Folder":"फ़ोल्डर","Folder contains %{n} files":"फ़ोल्डर में %{n} फाइलें हैं","Folder is empty":"फ़ोल्डर खाली है","Folders":"फ़ोल्डर","Forgot password?":"पासवर्ड भूल गए?","FPS":"एफपीएस","Frames":"फ्रेम्स","Full Access":"पूर्ण पहुँच","Fullscreen":"पूर्ण स्क्रीन","General":"सामान्य","Generate":"उत्पन्न","Generate Previews":"पूर्वावलोकन उत्पन्न करें","Generated":"जनरेट किया गया","Get Started":"शुरू हो जाओ","Given Name":"प्रदत्त नाम","Global Options":"वैश्विक विकल्प","Go to page {0}":"पृष्ठ {0} पर जाएं","Gold":"सोना","Green":"हरा","Grey":"धूसर","Groups":"समूह","Guest":"अतिथि","Hash":"हैश","Help":"मदद","Help & Support":"मदद समर्थन","Hidden":"छिपा हुआ","Hidden Files":"छिपी हुई फाइलें","Hide":"छिपाना","Hide Caption":"कैप्शन छिपाएँ","Hide face markers":"चेहरे के मार्कर छिपाएँ","Hide private content from global views while keeping it accessible in the Private section.":"निजी आइटमों को वैश्विक दृश्यों से छिपाएं, तथा उन्हें निजी अनुभाग में सुलभ बनाए रखें।","High":"उच्च","High Dynamic Range (HDR)":"उच्च गतिशील रेंज (एचडीआर)","Hybrid":"संकर","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"यदि आप अपने प्रमाणक ऐप या डिवाइस तक पहुंच खो देते हैं, तो आप अपने खाते तक पहुंच पुनः प्राप्त करने के लिए अपने पुनर्प्राप्ति कोड का उपयोग कर सकते हैं।","Image":"छवि","Image Quality":"छवि के गुणवत्ता","Import":"आयात","Import canceled":"आयात रद्द कर दिया गया","Import completed in %d s":"%d s में आयात पूरा हुआ","Import failed":"आयात विफल रहा","Imported files will be sorted by date and given a unique name to avoid duplicates.":"आयातित फ़ाइलों को दिनांक के अनुसार क्रमबद्ध किया जाएगा और डुप्लिकेट से बचने के लिए एक अनूठा नाम दिया जाएगा।","Importing %{s}…":"%{s} आयात किया जा रहा है…","Importing files to originals…":"मूल करने के लिए फ़ाइलें आयात कर रहा है …","in":"में","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"यदि आपके द्वारा अपेक्षित चित्र गायब हैं, तो कृपया अपनी लाइब्रेरी को फिर से स्कैन करें और अनुक्रमण पूरा होने तक प्रतीक्षा करें।","Include RAW image files when downloading stacks and archives.":"ढेर और संग्रह डाउनलोड करते समय RAW छवि फ़ाइलें शामिल करें।","Include sidecar files when downloading stacks and archives.":"ढेर और संग्रह डाउनलोड करते समय साइडकार फ़ाइलें शामिल करें।","Increase storage size or delete files to continue.":"जारी रखने के लिए संग्रहण आकार बढ़ाएँ या फ़ाइलें हटाएँ।","Index":"सूची","Indexing":"इंडेक्सिंग","Indexing canceled":"अनुक्रमण रद्द किया गया","Indexing completed in %d s":"%d s में अनुक्रमण पूरा हुआ","Indexing failed":"अनुक्रमण विफल रहा","Indexing files in %s":"%s में फाइलों को अनुक्रमित करना","Indexing media and sidecar files…":"मीडिया और साइडकार फ़ाइलों को अनुक्रमित करना …","Indexing originals...":"अनुक्रमण मूल ..।","Information":"जानकारी","Inherit":"विरासत में लेना","Instance":"उदाहरण","Instance ID":"इंस्टेंस आईडी","Instance unreachable. Try again once it's back online.":"इंस्टेंस तक पहुँच नहीं हो पा रही है। जब यह फिर से ऑनलाइन हो जाए तो दोबारा प्रयास करें।","Instances":"उदाहरण","Insufficient storage":"अपर्याप्त भंडारण","Insufficient storage.":"अपर्याप्त भंडारण।","Interval":"मध्यान्तर","Invalid":"अमान्य","Invalid address":"अमान्य पता","Invalid country":"अमान्य देश","Invalid credentials":"अवैध प्रत्यय पत्र","Invalid date":"अमान्य तिथि","Invalid link":"अमान्य लिंक","Invalid name":"अमान्य नाम","Invalid parameters":"अमान्य मापदण्ड","Invalid password, please try again":"अमान्य पासवर्ड, कृपया पुनः प्रयास करें","Invalid photo selected":"अमान्य फ़ोटो चयनित","Invalid time":"अमान्य समय","Invalid URL":"असामान्य यूआरएल","Invalid verification code, please try again":"सत्यापन कोड अमान्य है, कृपया पुनः प्रयास करें","IP Address":"आईपी पता","It is a one-time use code that will disable 2FA for your account when you use it.":"यह एक बार उपयोग होने वाला कोड है जो आपके द्वारा इसका उपयोग करने पर आपके खाते के लिए 2FA को अक्षम कर देगा।","Item":"मद","Items per page:":"प्रति पृष्ठ आइटम:","JPEG Quality: %{n}":"JPEG गुणवत्ता: %{n}","JPEG Size Limit: %{n}px":"JPEG आकार सीमा: %{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG और थंबनेल स्वचालित रूप से आवश्यकतानुसार प्रस्तुत किए जाते हैं।","Keyword":"कीवर्ड","Keywords":"कीवर्ड","Label":"लेबल","Label not found":"लेबल नहीं मिला","Label saved":"लेबल सहेजा गया","Labels":"लेबल","Labels deleted":"लेबल हटा दिए गए","Language":"भाषा","Last Active":"अंतिम सक्रिय","Last Login":"आखरी लॉगइन","Last page":"अंतिम पृष्ठ","Last Sync":"अंतिम सिंक","Last Used":"अंतिम समय प्रयोग हुआ","Latitude":"अक्षांश","LDAP/AD":"एलडीएपी/एडी","Learn more":"और अधिक जानें","Learn More":"और अधिक जानें","Legal Information":"कानूनी जानकारी","Lens":"लेंस","Lens not found":"लेंस नहीं मिला","Library":"पुस्तकालय","License":"लाइसेंस","Like":"पसंद","Lime":"चूना","Limit reached, showing first %{n} files":"पहले %{n} फ़ाइलों को दिखाते हुए, सीमा समाप्त हो गई","Link":"संपर्क","List":"सूची","List View":"लिस्ट व्यू","Live":"लाइव","Live Photos":"लाइव तस्वीरें","Load more":"और लोड करें","Loading items...":"आइटम लोड हो रहे हैं..।","Loading...":"लोड हो रहा है..।","Local":"स्थानीय","Local Time":"स्थानीय समय","Location":"स्थान","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"जब भी PhotoPrism टूटी हुई फ़ाइलों में आता है, या अन्य संभावित मुद्दे हैं, तो लॉग संदेश यहां दिखाई देते हैं।","Login":"लॉग इन करें","Logs":"लॉग्स","Longitude":"देशान्तर","Lost server connection":"सर्वर कनेक्शन खो गया","Low":"कम","Magenta":"मैजेंटा","Main Color":"मुखय रंग","Male":"पुरुष","Manage Account":"खाते का प्रबंधन करें","Manager":"प्रबंधक","Manual":"नियमावली","Manual Upload":"मैनुअल अपलोड","Maps":"एमएपीएस","Marker":"निशान","Maximum number of accounts has been reached.":"खातों की अधिकतम संख्या पहुँच गई है।","Media":"मिडिया","Medium":"मध्यम","Membership":"सदस्यता","Merge %{a} with %{b}?":"%{a} को %{b} के साथ मिलाएं?","Message":"संदेश","Metadata":"मेटाडाटा","Metrics":"मेट्रिक्स","Minimize":"छोटा करना","Missing":"लापता","Missing or invalid configuration":"गुम या अमान्य कॉन्फ़िगरेशन","mixed":"मिश्रित","Moments":"लम्हें","Monochrome":"एक रंग का","Month":"महीना","More options":"अधिक विकल्प","Mosaic":"मौज़ेक","Most Relevant":"सबसे अधिक प्रासंगिक","Move Files":"फ़ाइलें ले जाएँ","Moving files from %s":"%s से फाइल चल रही है","Must have at least %{n} characters.":"कम से कम %{n} अक्षर होने चाहिए।","Mute":"आवाज़ बंद करना","Name":"नाम","Name too long":"नाम बहुत लंबा","Never":"कभी नहीँ","New":"नई","New Password":"नया पासवर्ड","Newest First":"नवीनतम पहले","Next":"अगला","Next page":"अगला पृष्ठ","Next visual":"अगला दृश्य","No":"नहीं","No Access":"पहुँच नहीं","No albums assigned":"कोई एल्बम असाइन नहीं किया गया","No albums found":"कोई एल्बम नहीं मिला","No albums selected":"कोई एल्बम नहीं चुना गया","No data available":"कोई डेटा मौजूद नहीं","No files available for download":"डाउनलोड के लिए कोई फाइल उपलब्ध नहीं है","No items selected":"कोई आइटम नहीं चुना गया","No labels assigned":"कोई लेबल निर्दिष्ट नहीं किया गया","No labels found":"कोई लेबल नहीं मिला","No labels selected":"कोई लेबल नहीं चुना गया","No matching records found":"कोई मेल खाता रिकॉर्ड नहीं मिला","No more":"अब और नहीं","No people found":"कोई व्यक्ति नहीं मिला","No pictures found":"कोई चित्र नहीं मिला","No recently edited pictures":"हाल ही में संपादित कोई चित्र नहीं","No registered instances.":"कोई पंजीकृत उदाहरण नहीं।","No results":"कोई परिणाम नहीं","No server connection":"कोई सर्वर कनेक्शन नहीं","No servers configured.":"कोई सर्वर कॉन्फ़िगर नहीं किया गया।","No services configured.":"कोई सेवा कॉन्फ़िगर नहीं की गई है।","No thanks":"जी नहीं, धन्यवाद","No users on this instance.":"इस इंस्टेंस पर कोई उपयोगकर्ता नहीं हैं।","No warnings or error containing this keyword. Note that search is case-sensitive.":"इस कीवर्ड से कोई चेतावनी या त्रुटि नहीं है। ध्यान दें कि खोज केस-संवेदी है।","Node":"नोड","Nodes":"नोड्स","Non-photographic and low-quality images require a review before they appear in search results.":"गैर-फोटोग्राफिक और निम्न-गुणवत्ता वाली छवियों को खोज परिणामों में प्रदर्शित होने से पहले समीक्षा की आवश्यकता होती है।","None":"कोई नहीं","Not allowed":"अनुमति नहीं","Not available in public mode":"सार्वजनिक मोड में उपलब्ध नहीं है","Not available in read-only mode":"रीड ओनली मोड में उपलब्ध नहीं है","Not found":"नहीं मिला","Not sorted.":"क्रमबद्ध नहीं।","Not supported":"समर्थित नहीं","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, को बैकअप और फ़ाइल अपलोड के लिए दूरस्थ सेवा के रूप में कॉन्फ़िगर किया जा सकता है।","Notes":"नोट्स","Nothing to see here yet.":"यहां देखने के लिए अभी कुछ भी नहीं है।","Nothing was found.":"कुछ न मिला।","Offline":"ऑफलाइन","OK":"ठीक है","Oldest First":"सबसे पुराना पहले","On Windows, enter the following resource in the connection dialog:":"विंडोज़ पर, कनेक्शन संवाद में निम्न संसाधन दर्ज करें:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"ऑन-डिमांड थंबनेल बनाने से CPU और मेमोरी का अधिक उपयोग हो सकता है। संसाधन-सीमित सर्वर और NAS डिवाइस के लिए इसकी अनुशंसा नहीं की जाती है।","Once a week":"सप्ताह मेँ एक बार","One album found":"एक एल्बम मिला","One entry added to %s":"एक प्रविष्टि %s में जोड़ी गई","One entry removed from %s":"%s से एक प्रविष्टि को हटाया गया","One file found":"एक फ़ाइल मिली","One file uploaded":"एक फ़ाइल अपलोड की गई","One folder found":"एक फ़ोल्डर मिला","One label found":"एक लेबल मिला","One person found":"एक व्यक्ति मिला","One picture found":"एक तस्वीर मिली","Only locally managed accounts can be set up for authentication with 2FA.":"केवल स्थानीय रूप से प्रबंधित खातों को ही 2FA प्रमाणीकरण के लिए सेट किया जा सकता है।","Open":"खुला","optional":"वैकल्पिक","or":"या","Orange":"संतरा","Organization":"संगठन","Orientation":"उन्मुखीकरण","Original file names will be stored and indexed.":"मूल फ़ाइल नाम संग्रहीत और अनुक्रमित किए जाएंगे।","Original Name":"मूल नाम","Originals":"मूल","Originals folder is empty":"मूल फ़ोल्डर खाली है","Other":"अन्य","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"हमारा मिशन आपके चित्रों को व्यवस्थित और सुलभ रखने के लिए सबसे अधिक उपयोगकर्ता- और गोपनीयता के अनुकूल समाधान प्रदान करना है।","Outdoor":"घर के बाहर","Page {0}, Current page":"पृष्ठ {0}, वर्तमान पृष्ठ","Pages":"पृष्ठों","Pagination Navigation":"पृष्ठांकन नेविगेशन","Panorama":"चित्रमाला","Panoramas":"पैनोरामा","Part of all selected photos":"सभी चयनित फ़ोटो का एक भाग","Part of some selected photos":"कुछ चुनिंदा तस्वीरों का अंश","Password":"कुंजिका","Password changed":"पासवर्ड बदला गया","Pause":"रुकें","Payment required":"भुगतान आवश्यक है","People":"लोग","People you share a link with will be able to view public contents.":"जिन लोगों के साथ आप लिंक साझा करते हैं, वे सार्वजनिक सामग्री देख पाएंगे।","Permanently deleted":"स्थायी रूप से हटा दिया गया","Permission denied":"अनुमति नहीं मिली","Person":"व्यक्ति","Person cover updated":"व्यक्ति कवर अपडेट किया गया","Person deleted":"व्यक्ति हटाया गया","Person not found":"व्यक्ति नहीं मिला","Person saved":"व्यक्ति बचाया","Personal":"निजी","Photo":"तस्वीर","PhotoPrism is 100% self-funded and independent.":"PhotoPrism 100% स्व-वित्तपोषित और स्वतंत्र है।","PhotoPrism+ Membership":"फोटोप्रिज्म+ सदस्यता","Photos":"तस्वीरें","Picture":"चित्र","Picture Title":"चित्र का शीर्षक","Pink":"गुलाबी","Pinned":"पिन किया गया","Place":"स्थान","Place & Time":"स्थान और समय","Places":"स्थान","Play":"खेल","Please confirm your new password.":"कृपया अपने नए पासवर्ड की पुष्टि करें।","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"कृपया निम्नलिखित यादृच्छिक रूप से उत्पन्न ऐप पासवर्ड को कॉपी करें और इसे सुरक्षित स्थान पर रखें, क्योंकि आप इसे दोबारा नहीं देख पाएंगे:","Please do not upload any private, unlawful or offensive pictures.":"कृपया कोई भी निजी, गैरकानूनी या आपत्तिजनक चित्र अपलोड न करें।","Please don't upload photos containing offensive content.":"कृपया आक्रामक सामग्री वाले फ़ोटो अपलोड न करें।","Please enter OTP character {0}":"कृपया OTP वर्ण {0} दर्ज करें","Please log in to your account":"कृपया अपने खाते लॉग इन करें","Please note that changing your password will log you out on other devices and browsers.":"कृपया ध्यान दें कि अपना पासवर्ड बदलने से आप अन्य उपकरणों और ब्राउज़रों पर लॉग आउट हो जाएंगे।","Please restart your instance for the changes to take effect.":"परिवर्तनों को प्रभावी करने के लिए कृपया अपना इंस्टेंस पुनः प्रारंभ करें।","Please wait…":"कृपया प्रतीक्षा करें…","PM":"बजे","PNG Size Limit: %{n}px":"PNG आकार सीमा: %{n} px","Portal":"पोर्टल","Portrait":"चित्र","Preserve filenames":"फ़ाइल नाम संरक्षित करें","Press enter to create a new album.":"एक नया एल्बम बनाने के लिए एंटर दबाएं।","Press enter to create new item":"नया आइटम बनाने के लिए एंटर दबाएँ","Prevent database and album backups as well as YAML sidecar files from being created.":"डेटाबेस और एल्बम बैकअप के साथ-साथ YAML साइडकार फ़ाइलों को बनने से रोकें।","Prevent other apps from accessing PhotoPrism as a shared network drive.":"अन्य ऐप्स को साझा नेटवर्क ड्राइव के रूप में PhotoPrism तक पहुंचने से रोकें।","Preview":"पूर्वावलोकन","Preview Images":"छवियों का पूर्वावलोकन करें","Previous":"पहले का","Previous page":"पिछला पृष्ठ","Previous visual":"पिछला दृश्य","Primary":"मुख्य","Private":"निजी","Processing upload...":"अपलोड संसाधित किया जा रहा है..।","Product Feedback":"उत्पाद प्रतिक्रिया","Projection":"प्रक्षेपण","Purple":"बैंगनी","Quality Filter":"गुणवत्ता फ़िल्टर","Quality Score":"गुणवत्ता स्कोर","Quota exceeded":"कोटा पूरा हो गया","Random":"बिना सोचे समझे","Rating {0} of {1}":"{1} में से {0} रेटिंग","Raw":"कच्चा","RAW":"कच्चा","Re-index all originals, including already indexed and unchanged files.":"पहले से अनुक्रमित और अपरिवर्तित फ़ाइलों सहित सभी मूल पुन: अनुक्रमित करें।","Read-Only Mode":"पढ़ें- केवल मोड","Recently Added":"हाल ही में जोड़ा","Recently Archived":"हाल ही में संग्रहीत","Recently Edited":"हाल ही में संपादित","Recognition starts after indexing has been completed.":"अनुक्रमण पूरा होने के बाद मान्यता शुरू होती है।","Recognized":"मान्यता प्राप्त","Recovery Code":"पुनःप्राप्ति सांकेतिक अंक","Red":"लाल","Refresh":"ताज़ा करना","Regions":"क्षेत्रों","Register":"पंजीकरण करवाना","Registration disabled":"पंजीकरण अक्षम","Reload":"पुनः लोड करें","Reloading…":"पुन: लोड …","Remote Sync":"रिमोट सिंक","Remove":"हटाना","remove failed: unknown album":"निकालें विफल: अज्ञात एल्बम","Remove from Album":"एल्बम से निकालें","Remove from all":"सभी से हटाएँ","Remove from all selected photos":"सभी चयनित फ़ोटो से हटाएं","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"स्टोरेज को सेव करने के लिए इंपोर्टेड फाइल्स निकालें। असमर्थित फ़ाइल प्रकार कभी भी हटाए नहीं जाएंगे, वे अपने वर्तमान स्थान पर बने रहेंगे।","Remove the selected instance from the cluster registry?":"क्लस्टर रजिस्ट्री से चयनित इंस्टेंस को हटाएँ?","Removed":"निकाला गया","Removed %{name}":"%{name} हटाया गया","Removed %d files and %d photos":"%d फ़ाइलों और %d फ़ोटो को हटा दिया गया","Repeated":"दोहराया गया","Request failed - are you offline?":"अनुरोध विफल - क्या आप ऑफ़लाइन हैं?","Request failed - invalid response":"अनुरोध विफल - अमान्य प्रतिक्रिया","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"खोज परिणामों में प्रदर्शित होने से पहले गैर-फोटोग्राफिक और निम्न-गुणवत्ता वाली छवियों की समीक्षा की आवश्यकता होती है।","Resolution":"रिज़ॉल्यूशन","Restart":"पुनः आरंभ करें","Restore":"पुनर्स्थापित","Restored":"पुनः स्थापित किए गए","Retry Limit":"पुनः प्रयास सीमा","Retype Password":"पासवर्ड फिर से लिखें","Review":"समीक्षा","Role":"भूमिका","Roles":"भूमिकाएँ","Rotated":"घुमाया गया","Rows per page:":"प्रति पृष्ठ पंक्तियाँ:","Satellite":"उपग्रह","Save":"सहेजें","Save changes":"परिवर्तनों को सुरक्षित करें","Scan":"स्कैन","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"अपने प्रमाणक ऐप से QR कोड को स्कैन करें या नीचे दिखाए गए सेटअप कुंजी का उपयोग करें और फिर जनरेट किया गया सत्यापन कोड दर्ज करें:","Scans":"स्कैन","Scope":"दायरा","Scopes":"कार्यक्षेत्र","Search":"खोज","Season":"मौसम","Secret":"गुप्त","Security and Access":"सुरक्षा और पहुंच","Select":"चुनें","Select a source folder to import files…":"फ़ाइलें आयात करने के लिए स्रोत फ़ोल्डर चुनें…","Select date":"तारीख़ चुनें","Select dates":"तिथियाँ चुनें","Select or create albums":"एल्बम चुनें या बनाएँ","Select or create labels":"लेबल चुनें या बनाएँ","Select or drop files to upload…":"अपलोड करने के लिए फ़ाइलें चुनें या छोड़ें…","Select the files to upload…":"अपलोड करने के लिए फ़ाइलें चुनें…","Select the folder to be indexed…":"अनुक्रमित करने के लिए फ़ोल्डर का चयन करें…","Select Time":"समय चुनें","Selection":"चयन","Selection added to %s":"चयन %s में जोड़ा गया","Selection approved":"चयन को संग्रहीत किया गया","Selection archived":"चयन को संग्रहीत किया गया","Selection marked as private":"चयन निजी के रूप में चिह्नित","Selection not found":"चयन नहीं मिला","Selection restored":"चयन बहाल","Sequential Name":"अनुक्रमिक नाम","Service":"सेवा","Service URL":"सेवा URL","Services":"सेवाएं","Session":"सत्र","Session ID":"सत्र आईडी","Sessions":"सत्र","Set as Album Cover":"एल्बम कवर के रूप में सेट करें","Set as Cover Image":"कवर छवि के रूप में सेट करें","Settings":"समायोजन","Settings saved":"सेटिंग्स को सहेजा गया","Setup":"सेट अप","Severity":"गंभीरता","Share":"शेयर","Share %{s}":"%{s} साझा करें","Show":"दिखाना","Show All Labels":"सभी लेबल दिखाएं","Show all new faces":"सभी नए चेहरे दिखाएं","Show Caption":"कैप्शन दिखाएँ","Show Captions":"कैप्शन दिखाएं","Show face markers":"चेहरे के मार्कर दिखाएँ","Show hidden":"छिपा हुआ दिखाएं","Show Important Only":"केवल महत्वपूर्ण दिखाएँ","Show logs in the web interface to monitor activity and troubleshoot problems.":"गतिविधि की निगरानी और समस्याओं का निवारण करने के लिए वेब इंटरफ़ेस में लॉग दिखाएँ।","Show smart albums that group pictures by occasion, trip, or location.":"स्मार्ट एल्बम दिखाएं जो चित्रों को अवसर, यात्रा या स्थान के आधार पर समूहित करते हैं।","Show the Account page so users can manage their profile and security settings.":"खाता पृष्ठ दिखाएं ताकि उपयोगकर्ता अपनी प्रोफ़ाइल और सुरक्षा सेटिंग प्रबंधित कर सकें।","Show the Calendar view to browse the library by year and month.":"वर्ष और माह के अनुसार लाइब्रेरी ब्राउज़ करने के लिए कैलेंडर दृश्य दिखाएँ।","Show the Labels section to view and manage AI-generated labels.":"AI-जनरेटेड लेबल देखने और प्रबंधित करने के लिए लेबल अनुभाग दिखाएँ।","Show the Library section to index, manage, and monitor the media library.":"मीडिया लाइब्रेरी को अनुक्रमित, प्रबंधित और मॉनिटर करने के लिए लाइब्रेरी अनुभाग दिखाएँ।","Show the Places view with interactive maps so you can browse photos by location.":"इंटरैक्टिव मानचित्रों के साथ स्थान दृश्य दिखाएं ताकि आप स्थान के अनुसार फ़ोटो ब्राउज़ कर सकें।","Show Titles":"शीर्षक दिखाएं","Sidecar":"एक प्रकार का मादक द्रव्य","Sidecar Files":"साइडकार फ़ाइलें","Sign in":"साइन इन करें","Sign Out":"निकास","Similar":"समान","Site URL":"साइट URL","Size":"आकार","Slideshow":"स्लाइड शो","Slow":"धीरे","Software":"सॉफ़्टवेयर","Software Update":"सॉफ्टवेयर अपडेट","Some albums could not be copied":"कुछ एल्बम कॉपी नहीं किए जा सके","Some albums could not be created. Please edit the names and try again.":"कुछ एल्बम नहीं बनाए जा सके। कृपया नाम संपादित करें और पुनः प्रयास करें।","Some albums could not be updated":"कुछ एल्बम अपडेट नहीं किए जा सके","Something went wrong, try again":"कुछ गलत हुआ है, दोबारा कोशिश करें","Sort by":"इसके अनुसार क्रमबद्ध करें","Sort by Name (A–Z)":"नाम के अनुसार क्रमबद्ध करें (A–Z)","Sort by Photo Count":"फोटो संख्या के अनुसार क्रमबद्ध करें","Sort by Relevance":"प्रासंगिकता के आधार पर क्रमबद्ध करें","Sort Order":"क्रमबद्ध आदेश","Sorted ascending.":"आरोही क्रम में क्रमबद्ध।","Sorted descending.":"अवरोही क्रम में क्रमबद्ध।","Source":"स्रोत","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":"ढेर","Start":"शुरू","Start Page":"पृष्ठ आरंभ करें","Static Size Limit: %{n}px":"प्री-रेंडर आकार सीमा: %{n} px","Status":"स्थिति","Stay signed in on this device":"इस डिवाइस पर साइन इन रहें","Stop Casting":"कास्ट करना बंद करो","Storage":"भंडारण","Streets":"सड़कें","Subject":"विषय","Subject deleted":"विषय हटा दिया गया","Subject not found":"विषय नहीं मिला","Subject saved":"विषय सहेजा गया","Successfully activated":"सफलतापूर्वक सक्रिय किया गया","Successfully Connected":"सफलतापूर्वक कनेक्ट किया गया","Successfully deleted":"सफलतापूर्वक हटा दिया गया","Successfully verified":"सफलतापूर्वक सत्यापित","Super Admin":"सुपर एडमिन","Support for additional services, like Google Drive, will be added over time.":"अतिरिक्त सेवाओं के लिए समर्थन, जैसे Google ड्राइव, समय के साथ जोड़ा जाएगा।","Support Our Mission":"हमारे मिशन का समर्थन करें","Sync":"सिंक","Sync raw and video files":"कच्ची छवियों को सिंक करें","Taken":"लिया","Teal":"टील","Terrain":"इलाके","Text":"मूलपाठ","Thank You for Your Support!":"आपके समर्थन के लिए धन्यवाद!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"यही कारण है कि PhotoPrism को स्वतंत्रता, गोपनीयता, या कार्यक्षमता से समझौता किए बिना, जहाँ भी आपको इसकी आवश्यकता हो, चलाने के लिए जमीन से बनाया गया था।","The index currently contains %{n} hidden files.":"सूचकांक में वर्तमान में %{n} छिपी हुई फाइलें हैं।","The instance rejected the cluster credentials.":"उदाहरण ने क्लस्टर क्रेडेंशियल्स को अस्वीकार कर दिया।","The instance returned an unexpected redirect.":"उदाहरण ने एक अप्रत्याशित रीडायरेक्ट लौटाया।","The wakeup interval is %s, but must be 1h or less":"वेकअप अंतराल %s है, लेकिन 1h या उससे कम होना चाहिए","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"उनके प्रारूप का समर्थन नहीं किया जा सकता है, वे अभी तक जेपीईजी में परिवर्तित नहीं हुए हैं या डुप्लिकेट हैं।","Theme":"विषय","This account is missing an ID and can't be edited.":"इस खाते में आईडी नहीं है और इसे संपादित नहीं किया जा सकता।","This field is required":"यह फ़ील्ड आवश्यक है","This instance has no site URL configured.":"इस उदाहरण के लिए कोई साइट URL कॉन्फ़िगर नहीं किया गया है।","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 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. ":"यह मूल फ़ोल्डर को नेटवर्क ड्राइव के रूप में मापता है और आपको अपने कंप्यूटर या स्मार्टफोन से फ़ाइलों को खोलने, संपादित करने और हटाने की अनुमति देता है जैसे कि वे स्थानीय थे।","Time":"समय","Time UTC":"समय यूटीसी","Time Zone":"समय क्षेत्र","Timeout":"समय समाप्त","Title":{"":"शीर्षक","Account":"शीर्षक","Photo":"शीर्षक"},"Title / Position":"शीर्षक स्थिति","to":"सेवा","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"अपने खाते को लॉक होने से बचाने के लिए, कृपया इस पुनर्प्राप्ति कोड को अभी डाउनलोड, प्रिंट या कॉपी करें और इसे सुरक्षित स्थान पर रखें।","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"नया ऐप-विशिष्ट पासवर्ड बनाने के लिए, कृपया एप्लिकेशन का नाम और प्राधिकरण दायरा दर्ज करें और समाप्ति तिथि चुनें:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"किसी नए प्रमाणक ऐप या डिवाइस पर स्विच करने के लिए, पहले दो-कारक प्रमाणीकरण को निष्क्रिय करें और फिर उसे पुनः सक्रिय करें:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"अपग्रेड करने के लिए, आप या तो एक सक्रियण कोड दर्ज कर सकते हैं या हमारी वेबसाइट पर साइन अप करने के लिए \"रजिस्टर\" पर क्लिक कर सकते हैं:","Today":"आज","Toggle View":"टॉगल दृश्य","Token":"टोकन","Too many files selected":"बहुत सारी फ़ाइलें चयनित","Too many requests":"बहुत अधिक अनुरोध","Troubleshooting":"समस्या निवारण","Try again using other filters or keywords.":"अन्य फ़िल्टर या कीवर्ड का उपयोग करके फिर से प्रयास करें।","Two-factor authentication has been enabled for your account.":"आपके खाते के लिए दो-कारक प्रमाणीकरण सक्षम कर दिया गया है।","Type":"प्रकार","Unable to delete":"हटाने में असमर्थ","Unable to do that":"ऐसा करने में असमर्थ","Unassign":"असाइन न करें","Unauthorized":"अनधिकृत","Undo":"पहले जैसा","Unique ID":"एक अलग पहचान","Unknown":"अनजान","Unknown location":"अज्ञात स्थान","Unregistered":"अपंजीकृत","Unsorted":"अवर्गीकृत","Unstack":"अनस्टैक","Unsupported":"असमर्थित","Unsupported format":"असमर्थित प्रारूप","Unsupported type":"असमर्थित प्रकार","Updated":"अपडेट किया गया","Updating faces":"चेहरे अपडेट करना","Updating index":"इंडेक्स अपडेट कर रहा है","Updating moments":"पल-पल का अपडेट","Updating picture…":"चित्र अपडेट किया जा रहा है…","Updating previews":"पूर्वावलोकन अपडेट करना","Updating stacks":"ढेर अद्यतन कर रहा है","Upgrade":"उन्नत करना","Upgrade Now":"अभी अपग्रेड करें","Upload":"डालना","Upload complete":"अपलोड पूरा हुआ","Upload complete. Indexing…":"अपलोड पूरा हुआ। अनुक्रमण …","Upload failed":"अपलोड विफल","Upload has been processed":"अपलोड संसाधित हो गया है","Upload local files":"स्थानीय फ़ाइलें अपलोड करें","Upload might be offensive":"अपलोड आपत्तिजनक हो सकता है","Upload Path":"अपलोड पथ","Uploading %{n} of %{t}…":"%{t} का %{n} अपलोड हो रहा है…","Uploading photos…":"फ़ोटो अपलोड हो रही हैं…","Uploading…":"अपलोड हो रहा है…","Uploads that may contain such images will be rejected automatically.":"ऐसे चित्र शामिल होने वाले अपलोड स्वचालित रूप से अस्वीकार कर दिए जाएंगे।","URL":"यूआरएल","Use Presets":"प्रीसेट का उपयोग करें","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"जब आप अपने प्रमाणक ऐप के साथ वैध सत्यापन कोड जनरेट करने में असमर्थ हों, तो अपने खाते तक पहुंचने के लिए निम्नलिखित पुनर्प्राप्ति कोड का उपयोग करें:","Use your recovery code or contact an administrator for help.":"सहायता के लिए अपना पुनर्प्राप्ति कोड उपयोग करें या किसी व्यवस्थापक से संपर्क करें।","User":"उपयोगकर्ता","User Guide":"उपयोगकर्ता गाइड","User Interface":"प्रयोक्ता इंटरफ़ेस","User not found":"उपयोगकर्ता नहीं मिला","Username":"उपयोगकर्ता नाम","Users":"उपयोगकर्ताओं","UUID":"UUID","Vector":"वेक्टर","Vectors":"वैक्टर","Verification Code":"सत्यापन कोड","Verified email required":"ईमेल सत्यापन आवश्यक है","Version":"संस्करण","Video":"वीडियो","Video Duration":"वीडियो अवधि","Videos":"वीडियो","View":"राय","View search results as a list.":"खोज परिणामों को सूची के रूप में देखें।","Viewer":"दर्शक","Vision":"दृष्टि","Visitor":"आगंतुक","Visual Similarity":"दृश्य समानता","Warning":"चेतावनी","Web Login":"वेब लॉगिन","WebDAV":"WebDAV","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 अपलोड करें","WebGL support is disabled in your browser":"आपके ब्राउज़र में WebGL समर्थन अक्षम है","Website":"वेबसाइट","White":"सफेद","Work Details":"कार्य विवरण","Year":"साल","Yellow":"पीला","Yes":"हाँ","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"अपनी सदस्यता से संबंधित प्रश्नों के लिए Member@photoprism.app पर हमसे संपर्क करने के लिए आपका स्वागत है।","You can only download one album":"आप केवल एक एल्बम डाउनलोड कर सकते हैं","You can only download one label":"आप केवल एक लेबल डाउनलोड कर सकते हैं","You can search for a location or move the marker on the map to change the position:":"आप किसी स्थान को खोज सकते हैं या स्थिति बदलने के लिए मानचित्र पर मार्कर को स्थानांतरित कर सकते हैं:","You can upload up to %{n} files for test purposes.":"आप परीक्षण उद्देश्यों के लिए %{n} तक फ़ाइलें अपलोड कर सकते हैं।","You cannot change your own role.":"आप अपनी भूमिका नहीं बदल सकते।","You do not have access to any instances.":"आपके पास किसी भी इंस्टेंस तक पहुंच नहीं है।","You may only select one item":"आप केवल एक आइटम का चयन कर सकते हैं","You may rescan your library to find additional faces.":"अतिरिक्त चेहरों को खोजने के लिए आप अपनी लाइब्रेरी को फिर से स्कैन कर सकते हैं।","Your account could not be connected":"आपका खाता कनेक्ट नहीं किया जा सका","Your account has been successfully connected.":"आपका खाता सफलतापूर्वक कनेक्ट कर दिया गया है।","Your browser does not support WebGL":"आपका ब्राउज़र WebGL का समर्थन नहीं करता है","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"आपका निरंतर समर्थन हमें नियमित अपडेट प्रदान करने और स्वतंत्र रहने में मदद करता है, इसलिए हम अपने मिशन को पूरा कर सकते हैं और आपकी गोपनीयता की रक्षा कर सकते हैं।","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"विशेष क्षणों, यात्राओं और स्थानों के स्वचालित रूप से एल्बम बनाने के लिए आपकी लाइब्रेरी का लगातार विश्लेषण किया जाता है।","Zip created in %d s":"%d s में बनाया गया ज़िप","Zoom in/out":"ज़ूम इन / आउट करें","Archive":{"Noun":"पुरालेख","Verb":"पुरालेख"},"Add a Title":{"Photo":"एक शीर्षक जोड़ें"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/hr.json b/frontend/src/locales/json/hr.json index 6e27e107c..f15aa601f 100644 --- a/frontend/src/locales/json/hr.json +++ b/frontend/src/locales/json/hr.json @@ -1 +1 @@ -{"hr":{"{0} appended action":"{0} dodana radnja","{0} files":"{0} datoteka","{0} files ({1} in total)":"{0} datoteka (ukupno {1})","{0} more":"još {0}","{0} prepended action":"{0} radnja na početku","{0} selected":"{0} odabrano","{0}-{1} of {2}":"{0}-{1} od {2}","%{n} albums found":"Pronađeno je %{n} albuma","%{n} files uploaded":"Preneseno je %{n} datoteka","%{n} folders found":"Pronađeno je %{n} mapa","%{n} GB of %{q} GB used":"Iskorišteno %{n} GB od %{q} GB","%{n} labels found":"Pronađeno je %{n} oznaka","%{n} people found":"Pronađeno je %{n} osoba","%{n} pictures found":"Pronađeno je %{n} slika","%{s} is too long":"%{s} je predug","%{s} is too short":"%{s} je prekratak","%d entries added to %s":"%d unosi dodani u %s","%d entries removed from %s":"%d unosi uklonjeni iz %s","%d files uploaded in %d s":"%d datoteke prenesene u %d s","%s already exists":"%s već postoji","%s has been restored":"%s je vraćen","1 hour":"1 sat","12 hours":"12 sati","2-Factor Authentication":"2-faktorska autentifikacija","2FA":"2FA","4 hours":"4 sata","A click will copy it to your clipboard.":"Klik će kopirati u međuspremnik.","A new version of %{s} is available:":"Dostupna je nova verzija %{s}:","About":"O programu","Access granted.":"Pristup odobren.","Access revoked.":"Pristup je uskraćen.","Access Token":"Pristupni token","Account":"Račun","Account created":"Račun kreiran","Account deleted":"Račun je izbrisan","Account Group Mappings":"Mapiranja grupa računa","Account not found":"račun nije pronađen","Account restored":"Račun vraćen","Account saved":"Račun spremljen","Accounts":"Računi","Accuracy":"Točnost","Action":"Radnja","Actions":"Radnje","Activate":"Aktivirati","Activate to remove sorting.":"Aktivirajte za uklanjanje sortiranja.","Activate to sort ascending.":"Aktivirajte za sortiranje uzlazno.","Activate to sort descending.":"Aktivirajte za sortiranje silazno.","Activation Code":"Aktivacijski kod","Activity":"Aktivnost","Add":"Dodati","Add %{s}?":"Dodati %{s}?","Add a Caption":"Dodaj natpis","Add Account":"Uredite korisnički račun","Add Album":"Dodaj album","Add Link":"Dodaj poveznicu","Add Notes":"Dodaj bilješke","Add person?":"Dodati osobu?","Add pictures from search results by selecting them.":"Dodajte slike iz rezultata pretraživanja tako da ih odaberete.","Add to album":"Dodaj u album","Add to all":"Dodaj svima","Add to all selected photos":"Dodaj svim odabranim fotografijama","Added":"Dodano","Added %{name}":"Dodano %{name}","Adjust Camera Info":"Podesite informacije o kameri","Adjust Date & Time":"Podesite datum i vrijeme","Adjust Location":"Prilagodi lokaciju","Admin":"Administrator","Advanced":"Napredno","Advertise URL":"URL za oglašavanje","After 1 day":"Nakon 1 dana","After 3 days":"Nakon 3 dana","After 7 days":"Nakon 7 dana","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Nakon što unesete zaporku za potvrdu, možete postaviti dvofaktorsku autentifikaciju pomoću kompatibilne aplikacije ili uređaja za autentifikaciju:","After one month":"Nakon mjesec dana","After one year":"Nakon godinu dana","After selecting pictures from search results, you can add them to an album using the context menu.":"Nakon što odaberete slike iz rezultata pretraživanja, možete ih dodati u album pomoću kontekstnog izbornika.","After two months":"Nakon dva mjeseca","After two weeks":"Nakon dva tjedna","Album":"Album","Album %s deleted":"Album %s je izbrisan","Album Backups":"Sigurnosne kopije albuma","Album contents cloned":"Sadržaj albuma je kloniran","Album created":"Album stvoren","Album deleted":"Album je izbrisan","Album not found":"Album nije pronađen","Album saved":"Album je spremljen","Albums":"Albumi","Albums deleted":"Albumi su izbrisani","All":"Sve","All %{n} albums loaded":"Učitano je svih %{n} albuma","All %{n} labels loaded":"Učitano je svih %{n} oznaka","All %{n} people loaded":"Učitano je svih %{n} osoba","All Cameras":"Sve kamere","All Categories":"Sve kategorije","All Colors":"Sve boje","All Countries":"Sve zemlje","All files from import folder":"Sve datoteke iz mape za uvoz","All Lenses":"Svi objektivi","All Months":"Svi mjeseci","All originals":"Svi originali","All Years":"Sve godine","Allow configuration and use of connected apps and services for remote uploads and sync.":"Omogući konfiguraciju i korištenje povezanih aplikacija i usluga za udaljene prijenose i sinkronizaciju.","Allow editing of metadata such as title, description, date, and location.":"Omogući uređivanje metapodataka kao što su naslov, opis, datum i lokacija.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Omogući uređivanje metapodataka, oznaka i albuma više slika odjednom.","Allow files to be copied or moved from the Import to the Originals folder.":"Omogućite alat za uvoz da biste kopirali ili premjestili datoteke iz mape Uvoz u izvornike.","Allow files to be permanently deleted to free up storage space.":"Dopustite trajno brisanje datoteka kako biste oslobodili prostor za pohranu.","Allow users to archive photos and videos so they are hidden without being deleted.":"Omogućite korisnicima arhiviranje fotografija i videozapisa kako bi bili skriveni, a da se ne izbrišu.","Allow users to create and share links, and enable sharing with connected services.":"Omogućite korisnicima stvaranje i dijeljenje poveznica te dijeljenje s povezanim uslugama.","Allow users to upload new photos and videos through the web interface.":"Omogućite korisnicima prijenos novih fotografija i videozapisa putem web sučelja.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativno, možete prenijeti datoteke izravno na WebDAV poslužitelje poput Nextclouda.","Altitude":"Nadmorska visina","Altitude (m)":"Nadmorska visina (m)","AM":"AM","Animated":"Animirano","Animation":"Animacija","Animations":"Animacije","Any private photos and videos remain private and won't be shared.":"Sve privatne fotografije i videozapisi ostaju privatni i neće biti dijeljeni.","API Key":"API ključ","Application":"Primjena","Applications":"Primjene","Approve":"Odobri","Approve and save changes":"Odobri i spremi promjene","Apps and Devices":"Aplikacije i uređaji","Archived":"Arhivirano","Are you sure you want to archive the selection?":"Jeste li sigurni da želite arhivirati odabir?","Are you sure you want to delete these albums?":"Jeste li sigurni da želite izbrisati ove albume?","Are you sure you want to delete these labels?":"Jeste li sigurni da želite izbrisati ove oznake?","Are you sure you want to delete this account?":"Jeste li sigurni da želite izbrisati ovaj račun?","Are you sure you want to delete this album?":"Jeste li sigurni da želite izbrisati ovaj album?","Are you sure you want to permanently delete these pictures?":"Jeste li sigurni da želite trajno izbrisati ove slike?","Are you sure you want to permanently delete this file?":"Jeste li sigurni da želite trajno izbrisati ovu datoteku?","Are you sure?":"Jeste li sigurni?","Artist":"Umjetnik","Aspect Ratio":"Razmjer proporcija","Attributes":"Atributi","Audio":"Audio","Audit Log":"Audio","Authentication":"Ovjera","Auto":"Auto","Back":"leđa","Back to top":"Povratak na vrh","Backup":"Sigurnosna kopija","Badge":"Značka","Base Path":"Osnovni put","Batch":"Serija","Batch Edit":"Skupno uređivanje","Become a member today, support our mission and enjoy our member benefits!":"Postanite član već danas, podržite našu misiju i uživajte u pogodnostima za članove!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Budući da smo 100% sami financirani i neovisni, možemo vam obećati da nikada nećemo prodati vaše podatke i da ćemo uvijek biti transparentni u vezi s našim softverom i uslugama.","Bio":"bio","Birth Date":"Datum rođenja","Black":"Crno","Blue":"Plava","Brown":"Smeđa","Browse":"pretraživati","Browse Files":"Pregledaj datoteke","Browse Pictures":"Pregledaj slike","Bug Report":"Izvješće o greškama","Busy, please try again later":"Zauzeto, pokušajte ponovo kasnije","Busy, please wait…":"Zauzeto, pričekajte…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Korištenjem softvera i usluga koje pružamo, slažete se s našim uvjetima pružanja usluge, politikom privatnosti i kodeksom ponašanja.","Calendar":"Kalendar","Camera":"Fotoaparat","Camera not found":"Kamera nije pronađena","Camera Serial":"Serijski fotoaparat","Can't access your authenticator app or device?":"Ne možete pristupiti aplikaciji ili uređaju za autentifikaciju?","Can't load more, limit reached":"Nije moguće učitati više, dosegnuto je ograničenje","Can't select more items":"Nije moguće odabrati više stavki","Cancel":"Otkazati","Cannot copy to clipboard":"Nije moguće kopirati u međuspremnik","Caption":"Naslov","Cards":"Kartice","Carousel slide {0} of {1}":"Tobogan karusela {0} od {1}","Cast":"Glumačka postava","Category":"Kategorija","Change Avatar":"Promijenite privatnu zastavu","Change Password":"Nova lozinka","Change private flag":"Promijenite privatnu zastavu","Changes could not be saved":"Promjene se nisu mogle spremiti","Changes successfully saved":"Promjene su uspješno spremljene","Changes to the advanced settings require a restart to take effect.":"Promjene naprednih postavki zahtijevaju ponovno pokretanje kako bi stupile na snagu.","Checked":"Provjereno","Choose an instance to continue:":"Odaberite instancu za nastavak:","Chroma":"Chroma","Cleaning index and cache":"Čišćenje indeksa i predmemorije","Cleanup":"Počistiti","Clear":"Jasno","Clear {0}":"Obriši {0}","Client":"Klijent","Close":"Zatvoriti","Cluster":"Klaster","Cluster Admin":"Administrator klastera","Cluster Node":"Klaster čvor","Codec":"kodek","Color":"Boja","Color Profile":"Profil boje","Colors":"Boje","Compare Editions":"Usporedite izdanja","Complete Rescan":"Dovrši ponovno skeniranje","Confidence":"Samouvjerenost","Confirm":"Potvrdi","Connect":"Spojiti","Connect via WebDAV":"Povežite se putem WebDAV-a","Connected":"Spojiti","Contact Details":"Kontaktirajte nas","Contact Us":"Kontaktirajte nas","Contains %{n} pictures.":"Sadrži %{n} slika.","Contains one picture.":"Sadrži jednu sliku.","Content":{"":"Sadržaj","Edit":"Sadržaj"},"Continue":"Nastaviti","Contributor":"Suradnik","Converting":"Pretvaranje","Copied to clipboard":"Kopirano u međuspremnik","Copy":"Kopirati","Copying files from %s":"Kopiranje datoteka s %s","Copyright":"Autorsko pravo","Could not be deleted":"Nije moguće izbrisati","Could not connect, please try again":"Povezivanje nije uspjelo, pokušajte ponovno","Could not update person cover":"Nije moguće ažurirati naslovnicu osobe","Couldn't find anything.":"Nisam mogao pronaći ništa.","Country":"Država","Create Account":"Napravi račun","Create album":"Napravite album","Create regular backups based on the configured schedule.":"Stvorite sigurnosne kopije indeksa na temelju konfiguriranog rasporeda.","Create YAML files to back up album metadata.":"Izradite YAML datoteke za sigurnosno kopiranje metapodataka albuma.","Create YAML sidecar files to back up picture metadata.":"Stvorite YAML sidecar datoteke za sigurnosno kopiranje metapodataka slika.","Created":"Kreirano","Creating thumbnails for":"Izrada minijatura za","Current Password":"Trenutna lozinka","Custom":"Običaj","Cyan":"cijan","Daily":"Dnevno","Database":"Baza podataka","Database Backups":"Sigurnosne kopije baze podataka","Databases":"Baze podataka","Date & Time":"Datum i vrijeme","Day":"Dan","Deactivate":"Deaktiviraj","Debug Logs":"Zapisnici otklanjanja pogrešaka","Default":"Zadano","Default Folder":"Zadana mapa","Delete":"Izbriši","Delete Album":"Izbriši album","Delete All":"Izbrisati sve","Delete all?":"Izbrisati sve?","Delete orphaned index entries, sidecar files and thumbnails.":"Izbrišite zapuštene unose indeksa, pomoćne datoteke i sličice.","deleted":"izbrisano","Description":"Opis","Detailed instructions can be found in our User Guide.":"Detaljne upute možete pronaći u našem korisničkom priručniku.","Details":"Detalji","Dimensions":"Dimenzije","Disable all face detection and recognition features.":"Onemogućite sve značajke otkrivanja i prepoznavanja lica.","Disable Backups":"Onemogućite sigurnosne kopije","Disable Darktable":"Onemogući Darktable","Disable ExifTool":"Onemogućite ExifTool","Disable Faces":"Onemogući lica","Disable features that require write permission for the originals folder.":"Onemogućite značajke koje zahtijevaju dopuštenje za pisanje za originalnu mapu.","Disable FFmpeg":"Onemogućite FFmpeg","Disable ImageMagick":"Onemogući ImageMagick","Disable interactive world maps and reverse geocoding.":"Onemogućite interaktivne karte svijeta i obrnuto geokodiranje.","Disable MCP":"Onemogući MCP","Disable Places":"Onemogući Mjesta","Disable RawTherapee":"Onemogućite RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Onemogućite krajnju točku API-ja Model Context Protocol (MCP) za integracije AI agenata.","Disable Vectors":"Onemogući vektore","Disable WebDAV":"Onemogućite WebDAV","Disabled":"Onemogućeno","Disables vector graphics support.":"Onemogućuje podršku za vektorsku grafiku.","Disables video transcoding and thumbnail extraction.":"Onemogućuje video transkodiranje i izdvajanje minijatura.","Discard":"Odbaciti","Discard changes and close":"Odbaci promjene i zatvori","Discard invalid changes?":"Odbaciti nevažeće promjene?","Discard unsaved changes?":"Odbaciti nepohranjene promjene?","Discover":"Otkrij","Dismiss":"Odbaciti","Display Name":"Ime za prikaz","Display picture captions in search results.":"Prikaži opise slika u rezultatima pretraživanja.","Display picture titles in search results.":"Prikaz naslova slika u rezultatima pretraživanja.","Document":"Dokument","Documents":"Dokumenti","Don't use Darktable to convert RAW images.":"Nemojte koristiti Darktable za pretvaranje RAW slika.","Don't use ImageMagick to convert images.":"Nemojte koristiti ImageMagick za pretvaranje slika.","Don't use RawTherapee to convert RAW images.":"Nemojte koristiti RawTherapee za pretvaranje RAW slika.","Done":"Gotovo","Done.":"Gotovo.","Download":"Preuzimanja","Download only original media files, without any automatically generated files.":"Preuzmite samo izvorne medijske datoteke, bez automatski generiranih datoteka.","Download remote files":"Preuzmite udaljene datoteke","Downloading…":"Preuzimanje…","Drag and drop files here":"Ovdje povucite i ispustite datoteke","Driver":"Vozač","Duplicates will be skipped and only appear once.":"Duplikati će se preskočiti i pojaviti se samo jednom.","Duration":"Trajanje","Dynamic Previews":"Dinamički pregledi","Dynamic Size Limit: %{n}px":"Ograničenje dinamičke veličine: %{n}px","Edit":"Uredi","Edit %{s}":"Uredi %{s}","Edit Account":"Uredite korisnički račun","Edit Photo":"Uredi fotografiju","Edit Photos (%{n})":"Uredi fotografije (%{n})","Edited":"Uređeno","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Omogućite način otklanjanja pogrešaka za prikaz dodatnih zapisa i pomoć pri rješavanju problema.","Enable downloading of original and sidecar files from the web interface.":"Omogući preuzimanje originalnih i pomoćnih datoteka s web sučelja.","Enable face recognition and the People view to easily find people you know.":"Omogućite prepoznavanje lica i prikaz Ljudi kako biste lako pronašli ljude koje poznajete.","Enable new features that may be incomplete or unstable.":"Omogućite nove značajke koje mogu biti nepotpune ili nestabilne.","Enable the file browser to navigate the Originals folder structure.":"Omogućite pregledniku datoteka navigaciju strukturom mapa Izvornici.","Enables RAW converter presets. May reduce performance.":"Omogućuje unaprijed postavljene postavke RAW pretvarača. Može smanjiti performanse.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Omogućavanje dvofaktorske autentifikacije znači da ćete trebati nasumično generirani kontrolni kod za prijavu, pa čak i ako netko dobije pristup vašoj lozinci, neće moći pristupiti vašem računu.","Engine":"Motor","Enter date":"Unesite datum","Enter dates":"Unesite datume","Enter item name...":"Unesite naziv stavke...","Enter the code generated by your authenticator app:":"Unesite kod koji je generirala vaša aplikacija za autentifikaciju:","Enter verification code":"Unesite kontrolni kod","Enter your password to confirm the action and continue:":"Unesite svoju lozinku za potvrdu akcije i nastavite:","Entity not found":"Entitet nije pronađen","Error":"Greška","Errors":"Greške","Estimate":"Procjena","Estimate Locations":"Procijenite lokacije","Estimate the approximate location of pictures without GPS coordinates.":"Procijenite približnu lokaciju slika bez GPS koordinata.","Every two days":"Svaka dva dana","Exclude hidden":"Isključi skriveno","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Izdvajanje metapodataka s ExifTool-om potrebno je za potpunu podršku za video, fotografije uživo i XMP.","Experimental Features":"Eksperimentalne značajke","Expires":"Ističe","Exposure":"Izlaganje","Extract still images and generate thumbnails while indexing.":"Izdvojite fotografije i generirajte minijature tijekom indeksiranja.","F Number":"F broj","Face":"Lice","Face not found":"Lice nije pronađeno","Faces":"Lica","Failed creating file, please check permissions":"Izrada datoteke nije uspjela, provjerite dopuštenja","Failed creating folder, please check permissions":"Izrada mape nije uspjela, provjerite dopuštenja","Failed removing link":"Uklanjanje veze nije uspjelo","Failed to connect account.":"Povezivanje računa nije uspjelo.","Failed to create zip file":"Izrada zip datoteke nije uspjela","Failed to load users.":"Neuspjelo učitavanje korisnika.","Failed to remove face marker":"Nije uspjelo ukloniti oznaku lica","Failed to remove name":"Nije uspjelo ukloniti ime","Failed to restart server":"Ponovno pokretanje poslužitelja nije uspjelo","Failed to save changes":"Spremanje promjena nije uspjelo","Failed to save face marker":"Neuspjelo spremanje oznake lica","Failed to save name":"Neuspjelo spremanje imena","Failed updating link":"Neuspješno ažuriranje veze","Family Name":"Prezime","Fast":"brzo","Favorite":"Favorit","Favorites":"Favoriti","Feature disabled":"Značajka je onemogućena","Feature Request":"Zahtjev za značajku","Female":"Žena","File":"Datoteka","File Browser":"Preglednik datoteka","File Conversion":"Pretvorba datoteke","File deleted":"Datoteka je izbrisana","File Name":"Datoteka","File not found":"Datoteka nije pronađena","File removed from stack":"Datoteka je uklonjena iz hrpe","File Size":"Datoteka","File too large":"Datoteka je prevelika","File uploaded":"Datoteka je prenesena","Filename":"Datoteka","Files":"Datoteke","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Datoteke s uzastopnim nazivima poput 'IMG_1234 (2)' i 'IMG_1234 (3)' pripadaju istoj slici.","First page":"Prva stranica","Focal Length":"Žarišna duljina","Folder":"Mapa","Folder contains %{n} files":"Mapa sadrži sljedeći broj datoteka: %{n}","Folder is empty":"Mapa je prazna","Folders":"Mape","Forgot password?":"Zaboravili ste lozinku?","FPS":"FPS","Frames":"Okviri","Full Access":"Puni pristup","Fullscreen":"Puni zaslon","General":"Općenito","Generate":"Generirati","Generate Previews":"Generirajte preglede","Generated":"Generirano","Get Started":"Započnite","Given Name":"Originalno ime","Global Options":"Globalne opcije","Go to page {0}":"Idi na stranicu {0}","Gold":"Zlatno","Green":"Zelena","Grey":"Siva","Groups":"Grupe","Guest":"Gost","Hash":"Hash","Help":"Pomoć","Help & Support":"Pomoć i podrška","Hidden":"Skriveno","Hidden Files":"Skrivene datoteke","Hide":"Sakriti","Hide Caption":"Skrij natpis","Hide face markers":"Sakrij oznake lica","Hide private content from global views while keeping it accessible in the Private section.":"Sakrijte privatne stavke iz globalnih prikaza, a istovremeno ih ostavite dostupnima u odjeljku Privatno.","High":"Visoko","High Dynamic Range (HDR)":"Visoki dinamički raspon (HDR)","Hybrid":"Hibrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Ako izgubite pristup aplikaciji ili uređaju za autentifikaciju, možete upotrijebiti svoj kod za oporavak kako biste ponovno dobili pristup svom računu.","Image":"Slika","Image Quality":"Kvaliteta slike","Import":"Uvoz","Import canceled":"Uvoz je otkazan","Import completed in %d s":"Uvoz dovršen za %d s","Import failed":"Uvoz nije uspio","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Uvezene datoteke bit će razvrstane po datumu i dati im jedinstveni naziv kako bi se izbjeglo dupliranje.","Importing %{s}…":"Uvoz %{s}…","Importing files to originals…":"Uvoz datoteka u originale…","in":"u","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"U slučaju da nedostaju slike koje očekujete, ponovno skenirajte svoju biblioteku i pričekajte dok se indeksiranje ne završi.","Include RAW image files when downloading stacks and archives.":"Uključite RAW slikovne datoteke prilikom preuzimanja nizova i arhiva.","Include sidecar files when downloading stacks and archives.":"Uključite pomoćne datoteke prilikom preuzimanja nizova i arhiva.","Increase storage size or delete files to continue.":"Povećajte veličinu pohrane ili izbrišite datoteke za nastavak.","Index":"Početna","Indexing":"Indeksiranje","Indexing canceled":"Indeksiranje je otkazano","Indexing completed in %d s":"Indeksiranje dovršeno za %d s","Indexing failed":"Indeksiranje nije uspjelo","Indexing files in %s":"Indeksiranje datoteka u %s","Indexing media and sidecar files…":"Indeksiranje medijskih i bočnih datoteka…","Indexing originals...":"Indeksiranje originala...","Information":"Informacija","Inherit":"Naslijedi","Instance":"Primjer","Instance ID":"ID instance","Instance unreachable. Try again once it's back online.":"Instanca je nedostupna. Pokušajte ponovno kad bude ponovno dostupna.","Instances":"Instance","Insufficient storage":"Nedovoljno prostora za pohranu","Insufficient storage.":"Nedovoljno prostora za pohranu.","Interval":"Interval","Invalid":"Nevažeći datum","Invalid address":"Nevažeća adresa","Invalid country":"Nevažeća država","Invalid credentials":"Nevažeće vjerodajnice","Invalid date":"Nevažeći datum","Invalid link":"Nevažeća veza","Invalid name":"Nevažeći naziv","Invalid parameters":"Nevažeći datum","Invalid password, please try again":"Nevažeća lozinka, pokušajte ponovo","Invalid photo selected":"Odabrana je nevažeća fotografija","Invalid time":"Nevažeće vrijeme","Invalid URL":"Nevažeći URL","Invalid verification code, please try again":"Nevažeći kontrolni kod, pokušajte ponovno","IP Address":"IP adresa","It is a one-time use code that will disable 2FA for your account when you use it.":"To je jednokratni kod koji će onemogućiti 2FA za vaš račun kada ga koristite.","Item":"Proizvod","Items per page:":"Stavki po stranici:","JPEG Quality: %{n}":"JPEG kvaliteta: %{n}","JPEG Size Limit: %{n}px":"Ograničenje veličine JPEG-a: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG i sličice se automatski prikazuju prema potrebi.","Keyword":"Ključna riječ","Keywords":"Ključne riječi","Label":"Oznaka","Label not found":"Oznaka nije pronađena","Label saved":"Oznaka je spremljena","Labels":"Oznake","Labels deleted":"Oznake su izbrisane","Language":"Jezik","Last Active":"Zadnje aktivno","Last Login":"Zadnja prijava","Last page":"Zadnja stranica","Last Sync":"Zadnja sinkronizacija","Last Used":"Zadnje korišteno","Latitude":"Zemljopisna širina","LDAP/AD":"LDAP/AD","Learn more":"Saznajte više","Learn More":"Saznajte više","Legal Information":"Legalna informacija","Lens":"Leće","Lens not found":"Leća nije pronađena","Library":"Zbirka","License":"Licenca","Like":"Sviđa mi se","Lime":"Vapno","Limit reached, showing first %{n} files":"Dosegnuto je ograničenje, prikazuje prvih %{n} datoteka","Link":"Poveznica","List":"Popis","List View":"Prikaz popisa","Live":"Uživo","Live Photos":"Slike","Load more":"Učitaj više","Loading items...":"Učitavanje stavki...","Loading...":"Učitavanje...","Local":"Lokalni","Local Time":"Lokalno vrijeme","Location":"Lokacija","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Poruke dnevnika pojavljuju se ovdje kad god PhotoPrism naiđe na pokvarene datoteke ili postoje drugi potencijalni problemi.","Login":"Prijava","Logs":"Dnevnici","Longitude":"Zemljopisna dužina","Lost server connection":"Izgubljena veza sa serverom","Low":"Nisko","Magenta":"Magenta","Main Color":"Glavna Boja","Male":"Muški","Manage Account":"Upravljaj računom","Manager":"Menadžer","Manual":"Priručnik","Manual Upload":"Ručno učitavanje","Maps":"Karte","Marker":"Marker","Maximum number of accounts has been reached.":"Dosegnut je maksimalan broj računa.","Media":"Mediji","Medium":"Srednje","Membership":"Članstvo","Merge %{a} with %{b}?":"Spojiti %{a} s %{b}?","Message":"Poruka","Metadata":"Metapodaci","Metrics":"Metrika","Minimize":"Minimiziraj","Missing":"Nedostaje","Missing or invalid configuration":"Konfiguracija nedostaje ili nije valjana","mixed":"mješoviti","Moments":"Trenuci","Monochrome":"Jednobojna","Month":"Mjesec","More options":"Više mogućnosti","Mosaic":"Mozaik","Most Relevant":"Najvažnije","Move Files":"Premjesti datoteke","Moving files from %s":"Premještanje datoteka iz %s","Must have at least %{n} characters.":"Mora imati najmanje %{n} znakova.","Mute":"Isključi zvuk","Name":"Ime","Name too long":"Ime predugo","Never":"Nikad","New":"Novi","New Password":"Nova lozinka","Newest First":"Prvo najnovije","Next":"Sljedeći","Next page":"Sljedeća stranica","Next visual":"Sljedeći vizual","No":"Ne","No Access":"Nema pristupa","No albums assigned":"Nema dodijeljenih albuma","No albums found":"Nije pronađen nijedan album","No albums selected":"Nije odabran nijedan album","No data available":"Nema dostupnih podataka","No files available for download":"Nema dostupnih datoteka za preuzimanje","No items selected":"Nema odabranih stavki","No labels assigned":"Nema dodijeljenih oznaka","No labels found":"Nije pronađena nijedna oznaka","No labels selected":"Nije odabrana nijedna oznaka","No matching records found":"Nema odgovarajućih zapisa","No more":"Nema više","No people found":"Nisu pronađeni ljudi","No pictures found":"Nema pronađenih slika","No recently edited pictures":"Nema nedavno uređenih slika","No registered instances.":"Nema registriranih instanci.","No results":"Nema rezultata","No server connection":"Nema veze s poslužiteljem","No servers configured.":"Nema konfiguriranih poslužitelja.","No services configured.":"Nema konfiguriranih poslužitelja.","No thanks":"Ne hvala","No users on this instance.":"Nema korisnika na ovom instanci.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nema upozorenja ili pogreške koje sadrže ovu ključnu riječ. Imajte na umu da je pretraživanje osjetljivo na velika i mala slova.","Node":"Čvor","Nodes":"Čvorovi","Non-photographic and low-quality images require a review before they appear in search results.":"Nefotografske slike i slike niske kvalitete zahtijevaju pregled prije nego što se pojave u rezultatima pretraživanja.","None":"Nijedan","Not allowed":"Nije dopušteno","Not available in public mode":"Nije dostupno u javnom načinu","Not available in read-only mode":"nije dostupno u načinu samo za čitanje","Not found":"Nije pronađeno","Not sorted.":"Nije sortirano.","Not supported":"Nije podržano","Note you may manually manage your originals folder and importing is optional.":"Imajte na umu da svoju mapu izvornika možete ručno upravljati, a uvoz nije obavezan.","Note:":"Bilješka:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Napomena: Samo WebDAV poslužitelji, kao što su Nextcloud ili PhotoPrism, mogu se konfigurirati kao udaljeni servis za sigurnosno kopiranje i prijenos datoteka.","Notes":"Napomene","Nothing to see here yet.":"Ovdje se još nema što vidjeti. Budi strpljiv.","Nothing was found.":"Ništa nije pronađeno.","Offline":"Offline","OK":"U REDU","Oldest First":"Prvo najstariji","On Windows, enter the following resource in the connection dialog:":"U sustavu Windows unesite sljedeći resurs u dijaloški okvir za povezivanje:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generiranje minijatura na zahtjev može uzrokovati visoku upotrebu procesora i memorije. Ne preporučuje se za poslužitelje s ograničenim resursima i NAS uređaje.","Once a week":"Jednom tjedno","One album found":"Pronađen jedan album","One entry added to %s":"Jedan unos dodan u %s","One entry removed from %s":"Jedan unos uklonjen iz %s","One file found":"Pronađena je jedna datoteka","One file uploaded":"Prenesena je jedna datoteka","One folder found":"Pronađena je jedna mapa","One label found":"Pronađena je jedna oznaka","One person found":"Pronađena jedna osoba","One picture found":"Pronađena jedna slika","Only locally managed accounts can be set up for authentication with 2FA.":"Samo lokalno upravljani računi mogu se postaviti za autentifikaciju s 2FA.","Open":"Otvoren","optional":"neobavezan","or":"ili","Orange":"Narančasta","Organization":"Usmjerenje","Orientation":"Usmjerenje","Original file names will be stored and indexed.":"Izvorni nazivi datoteka bit će pohranjeni i indeksirani.","Original Name":"Originalno ime","Originals":"Originali","Originals folder is empty":"Mapa Originals je prazna","Other":"Ostalo","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Naša misija je pružiti rješenje koje najviše odgovara korisnicima i privatnosti kako bi vaše slike bile organizirane i dostupne.","Outdoor":"Vanjski","Page {0}, Current page":"Stranica {0}, trenutna stranica","Pages":"Stranice","Pagination Navigation":"Navigacija po stranicama","Panorama":"Panorama","Panoramas":"Panorame","Part of all selected photos":"Dio svih odabranih fotografija","Part of some selected photos":"Dio nekih odabranih fotografija","Password":"Lozinka","Password changed":"Lozinka je promijenjena","Pause":"Pauza","Payment required":"Potrebno je plaćanje","People":"Ljudi","People you share a link with will be able to view public contents.":"Osobe s kojima podijelite vezu moći će vidjeti javni sadržaj.","Permanently deleted":"Trajno izbrisano","Permission denied":"Dozvola odbijena","Person":"Osoba","Person cover updated":"Naslovnica osobe ažurirana","Person deleted":"Osoba je izbrisana","Person not found":"Osoba nije pronađena","Person saved":"Osoba je spremljena","Personal":"Osobno","Photo":"Fotografija","PhotoPrism is 100% self-funded and independent.":"PhotoPrism je 100% samofinancirajući i neovisan.","PhotoPrism+ Membership":"Članstvo u PhotoPrism+","Photos":"Slike","Picture":"Slika","Picture Title":"Naslov slike","Pink":"Ružičasta","Pinned":"Pričvršćeno","Place":"Mjesto","Place & Time":"Mjesto i vrijeme","Places":"Mjesta","Play":"igra","Please confirm your new password.":"Molimo potvrdite svoju novu lozinku.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopirajte sljedeću nasumično generiranu lozinku aplikacije i čuvajte je na sigurnom mjestu jer je više nećete moći vidjeti:","Please do not upload any private, unlawful or offensive pictures.":"Molimo nemojte postavljati nikakve privatne, nezakonite ili uvredljive slike.","Please don't upload photos containing offensive content.":"Nemojte učitavati fotografije koje sadrže uvredljiv sadržaj.","Please enter OTP character {0}":"Unesite OTP znak {0}","Please log in to your account":"Molimo prijavite se na svoj račun","Please note that changing your password will log you out on other devices and browsers.":"Imajte na umu da ćete se promjenom lozinke odjaviti s drugih uređaja i preglednika.","Please restart your instance for the changes to take effect.":"Ponovno pokrenite svoju instancu kako bi promjene stupile na snagu.","Please wait…":"Molimo pričekajte…","PM":"PM","PNG Size Limit: %{n}px":"Ograničenje veličine PNG-a: %{n}px","Portal":"Portal","Portrait":"Portret","Preserve filenames":"Sačuvajte nazive datoteka","Press enter to create a new album.":"Pritisnite enter za stvaranje novog albuma.","Press enter to create new item":"Pritisnite enter za izradu nove stavke","Prevent database and album backups as well as YAML sidecar files from being created.":"Spriječite stvaranje sigurnosnih kopija baze podataka i albuma kao i YAML sidecar datoteka.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Spriječite drugim aplikacijama pristup PhotoPrismi kao zajedničkom mrežnom disku.","Preview":"Pregled","Preview Images":"Pregled slika","Previous":"Prethodno","Previous page":"Prethodna stranica","Previous visual":"Prethodni vizualni prikaz","Primary":"Glavni","Private":"Privatno","Processing upload...":"Učitavanje...","Product Feedback":"Povratne informacije o proizvodu","Projection":"Projekcija","Purple":"Ljubičasta","Quality Filter":"Filter kvalitete","Quality Score":"Ocjena kvalitete","Quota exceeded":"Kvota premašena","Random":"Nasumično","Rating {0} of {1}":"Ocjena {0} od {1}","Raw":"Sirova","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Ponovno indeksirajte sve originale, uključujući već indeksirane i nepromijenjene datoteke.","Read-Only Mode":"Način samo za čitanje","Recently Added":"Nedavno dodano","Recently Archived":"Nedavno arhivirano","Recently Edited":"Nedavno uređeno","Recognition starts after indexing has been completed.":"Prepoznavanje počinje nakon što je indeksiranje završeno.","Recognized":"Prepoznati","Recovery Code":"Kod za oporavak","Red":"Crvena","Refresh":"Osvježiti","Regions":"regije","Register":"Registar","Reload":"Ponovno učitaj","Reloading…":"Pretovar…","Remote Sync":"Daljinska sinkronizacija","Remove":"Ukloni","remove failed: unknown album":"uklanjanje nije uspjelo: nepoznat album","Remove from Album":"Ukloni iz albuma","Remove from all":"Ukloni iz svih","Remove from all selected photos":"Ukloni sa svih odabranih fotografija","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Uklonite uvezene datoteke da biste spremili pohranu. Nepodržane vrste datoteka nikada se neće izbrisati, ostaju na svojoj trenutnoj lokaciji.","Remove the selected instance from the cluster registry?":"Ukloniti odabranu instancu iz registra klastera?","Removed":"Uklonjeno","Removed %{name}":"Uklonjeno %{name}","Removed %d files and %d photos":"Uklonjene %d datoteke i %d fotografije","Repeated":"Ponavljano","Request failed - are you offline?":"Zahtjev nije uspio - jeste li izvan mreže?","Request failed - invalid response":"Zahtjev nije uspio - nevažeći odgovor","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Zahtijevati pregled slika koje nisu fotografije i niske kvalitete prije nego što se pojave u rezultatima pretraživanja.","Resolution":"Rezolucija","Restart":"Ponovno pokretanje","Restore":"Obnova","Restored":"Obnovljena","Retry Limit":"Ograničenje ponovnog pokušaja","Retype Password":"Ponovno upišite lozinku","Review":"Recenzija","Role":"Uloga","Roles":"Uloge","Rotated":"Rotirano","Rows per page:":"Redovi po stranici:","Satellite":"Satelit","Save":"Spremi","Save changes":"Spremi promjene","Scan":"Skeniraj","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skenirajte QR kod pomoću aplikacije za autentifikaciju ili upotrijebite ključ za postavljanje prikazan u nastavku, a zatim unesite generirani kontrolni kod:","Scans":"Skenira","Scope":"Opseg","Scopes":"Opsezi","Search":"Traži","Season":"Sezona","Secret":"Tajno","Security and Access":"Sigurnost i pristup","Select":"Izaberi","Select a source folder to import files…":"Odaberite izvornu mapu za uvoz datoteka…","Select date":"Odaberite datum","Select dates":"Odaberite datume","Select or create albums":"Odaberite ili stvorite albume","Select or create labels":"Odaberite ili stvorite oznake","Select or drop files to upload…":"Odaberite ili ispustite datoteke za učitavanje…","Select the files to upload…":"Odaberite datoteke za prijenos…","Select the folder to be indexed…":"Odaberite mapu za indeksiranje…","Select Time":"Odaberite vrijeme","Selection":"Izbor","Selection added to %s":"Odabir je dodan u %s","Selection approved":"Odabir odobren","Selection archived":"Odabir je arhiviran","Selection marked as private":"Odabir je označen kao privatan","Selection not found":"Odabir nije pronađen","Selection restored":"Odabir je vraćen","Sequential Name":"Sekvencijalni naziv","Service":"Servis","Service URL":"URL usluge","Services":"URL usluge","Session":"Sjednica","Session ID":"ID sesije","Sessions":"Sjednice","Set as Album Cover":"Postavi kao omot albuma","Set as Cover Image":"Postavi kao naslovnu sliku","Settings":"Postavke","Settings saved":"Postavke spremljene","Setup":"Postavke","Severity":"Ozbiljnost","Share":"Podijeli","Share %{s}":"Podijeli %{s}","Show":"Prikaži","Show All Labels":"Prikaži sve oznake","Show all new faces":"Pokažite sva nova lica","Show Caption":"Prikaži natpis","Show Captions":"Prikaži opise","Show face markers":"Prikaži oznake lica","Show hidden":"Prikaži skriveno","Show Important Only":"Prikaži samo važno","Show logs in the web interface to monitor activity and troubleshoot problems.":"Prikaži zapisnike u web sučelju za praćenje aktivnosti i rješavanje problema.","Show smart albums that group pictures by occasion, trip, or location.":"Prikaži pametne albume koji grupiraju slike prema prigodi, putovanju ili lokaciji.","Show the Account page so users can manage their profile and security settings.":"Prikaži stranicu Račun kako bi korisnici mogli upravljati svojim profilom i sigurnosnim postavkama.","Show the Calendar view to browse the library by year and month.":"Prikažite prikaz Kalendara za pregledavanje biblioteke po godini i mjesecu.","Show the Labels section to view and manage AI-generated labels.":"Prikažite odjeljak Oznake za pregled i upravljanje oznakama generiranim umjetnom inteligencijom.","Show the Library section to index, manage, and monitor the media library.":"Prikaži odjeljak Biblioteka za indeksiranje, upravljanje i praćenje medijske biblioteke.","Show the Places view with interactive maps so you can browse photos by location.":"Prikažite prikaz Mjesta s interaktivnim kartama kako biste mogli pregledavati fotografije po lokaciji.","Show Titles":"Prikaži naslove","Sidecar":"Prikolica","Sidecar Files":"Sidecar datoteke","Sign in":"Prijavi se","Sign Out":"Odjava","Similar":"Sličan","Site URL":"URL web-lokacije","Size":"Veličina","Slideshow":"Dijaprojekcija","Slow":"Sporo","Software":"Softver","Software Update":"Ažuriranje softvera","Some albums could not be copied":"Neki albumi nisu mogli biti kopirani","Some albums could not be created. Please edit the names and try again.":"Neki albumi nisu mogli biti stvoreni. Uredite nazive i pokušajte ponovno.","Some albums could not be updated":"Neki albumi nisu mogli biti ažurirani","Something went wrong, try again":"Nešto nije u redu, pokušajte ponovno","Sort by":"Poredaj po","Sort by Name (A–Z)":"Sortiraj po imenu (A–Z)","Sort by Photo Count":"Sortiraj po broju fotografija","Sort by Relevance":"Sortiraj po relevantnosti","Sort Order":"Redoslijed sortiranja","Sorted ascending.":"Poredano uzlazno.","Sorted descending.":"Poredano silazno.","Source":"Izvor","Stack":"Stog","Stack files sharing the same unique image or instance identifier.":"Stog datoteka koje dijele istu jedinstvenu sliku ili identifikator instance.","Stack pictures taken at the exact same time and location based on their metadata.":"Složite slike snimljene u točno isto vrijeme i na istom mjestu na temelju njihovih metapodataka.","Stackable":"Slaganje","Stacks":"Stogovi","Start":"Početak","Start Page":"Početna stranica","Static Size Limit: %{n}px":"Statičko ograničenje veličine: %{n}px","Status":"Status","Stay signed in on this device":"Ostanite prijavljeni na ovom uređaju","Stop Casting":"Prestani glumiti","Storage":"Pohrana","Streets":"Ulice","Subject":"Predmet","Subject deleted":"Predmet je izbrisan","Subject not found":"Predmet nije pronađen","Subject saved":"Predmet je spremljen","Successfully activated":"Uspješno aktiviran","Successfully Connected":"Uspješno spojen","Successfully deleted":"Uspješno izbrisano","Successfully verified":"Uspješno potvrđeno","Super Admin":"Super Administrator","Support for additional services, like Google Drive, will be added over time.":"Podrška za dodatne usluge, poput Google diska, bit će dodana s vremenom.","Support Our Mission":"Podržite našu misiju","Sync":"Sinkronizacija","Sync raw and video files":"Sinkronizirajte sirove i video datoteke","Taken":"Poduzete","Teal":"Teal","Terrain":"Teren","Text":"Tekst","Thank You for Your Support!":"Hvala na podršci!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Zato je PhotoPrism napravljen od temelja da radi gdje god vam je potreban, bez ugrožavanja slobode, privatnosti ili funkcionalnosti.","The index currently contains %{n} hidden files.":"Indeks trenutno sadrži %{n} skrivenih datoteka.","The instance rejected the cluster credentials.":"Instanca je odbacila vjerodajnice klastera.","The instance returned an unexpected redirect.":"Instanca je vratila neočekivani preusmjer.","The wakeup interval is %s, but must be 1h or less":"Interval buđenja je %s, ali mora biti 1h ili manje","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Njihov format možda nije podržan, još nisu pretvoreni u JPEG ili postoje duplikati.","Theme":"Tema","This account is missing an ID and can't be edited.":"Ovaj račun nema ID i ne može se uređivati.","This field is required":"Ovo polje je obavezno","This instance has no site URL configured.":"Ovaj primjerak nema konfiguriranu URL stranice.","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.":"Time se mapa originala montira kao mrežni pogon i omogućuje vam otvaranje, uređivanje i brisanje datoteka s računala ili pametnog telefona kao da su lokalne.","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. ":"Time se mapa originala montira kao mrežni pogon i omogućuje vam otvaranje, uređivanje i brisanje datoteka s računala ili pametnog telefona kao da su lokalne.","Time":"Vrijeme","Time UTC":"Vrijeme UTC","Time Zone":"Vremenska zona","Timeout":"Pauza","Title":{"":"Naslov","Account":"Naslov","Photo":"Naslov"},"Title / Position":"Naslov predug","to":"do","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Kako biste izbjegli gubitak pristupa svom računu, sada preuzmite, ispišite ili kopirajte ovaj kod za oporavak i čuvajte ga na sigurnom mjestu.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Da biste generirali novu zaporku za određenu aplikaciju, unesite naziv i opseg autorizacije aplikacije i odaberite datum isteka:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Da biste se prebacili na novu aplikaciju ili uređaj za autentifikaciju, najprije deaktivirajte dvofaktorsku autentifikaciju, a zatim je ponovno aktivirajte:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Za nadogradnju možete unijeti aktivacijski kod ili kliknuti \"Registriraj se\" da biste se prijavili na našoj web stranici:","Today":"Danas","Toggle View":"Uključi/isključi prikaz","Token":"Token","Too many files selected":"Odabrano je previše datoteka","Too many requests":"Previše zahtjeva","Troubleshooting":"Rješavanje problema","Try again using other filters or keywords.":"Pokušajte ponovno pomoću drugih filtara ili ključnih riječi.","Two-factor authentication has been enabled for your account.":"Dvofaktorska autentifikacija je omogućena za vaš račun.","Type":"Vrsta","Unable to delete":"Nije moguće izbrisati","Unable to do that":"Ne mogu to učiniti","Unassign":"Oduzmi dodjelu","Unauthorized":"Neovlašteno","Undo":"Poništi","Unique ID":"Jedinstveni ID","Unknown":"Nepoznato","Unknown location":"Nepoznata lokacija","Unregistered":"Neregistriran","Unsorted":"Nerazvrstano","Unstack":"Odložite","Unsupported":"Nepodržano","Unsupported format":"Nepodržani format","Unsupported type":"Nepodržana vrsta","Updated":"Ažurirano","Updating faces":"Ažuriranje lica","Updating index":"Ažuriranje indeksa","Updating moments":"Trenuci ažuriranja","Updating picture…":"Ažuriranje pregleda","Updating previews":"Ažuriranje pregleda","Updating stacks":"Ažuriranje hrpa","Upgrade":"Nadogradnja","Upgrade Now":"Nadograditi sada","Upload":"Učitaj","Upload complete":"Prijenos je završen","Upload complete. Indexing…":"Prijenos je završen. Indeksiranje…","Upload failed":"Prijenos nije uspio","Upload has been processed":"Učitavanje je obavljeno","Upload local files":"Prenesite lokalne datoteke","Upload might be offensive":"Prijenos bi mogao biti uvredljiv","Upload Path":"Učitaj put","Uploading %{n} of %{t}…":"Prijenos %{n} od %{t}…","Uploading photos…":"Prijenos fotografija…","Uploading…":"Pretovar…","Uploads that may contain such images will be rejected automatically.":"Prijenosi koji mogu sadržavati takve slike bit će automatski odbijeni.","URL":"URL","Use Presets":"Koristite unaprijed postavljene postavke","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Upotrijebite sljedeći kod za oporavak za pristup svom računu kada ne možete generirati važeći kod za provjeru pomoću aplikacije za autentifikaciju:","Use your recovery code or contact an administrator for help.":"Koristite svoj kod za oporavak ili kontaktirajte administratora za pomoć.","User":"Korisnik","User Guide":"Korisnički vodič","User Interface":"Korisničko sučelje","User not found":"Korisnik nije pronađen","Username":"Korisničko ime","Users":"Korisnici","UUID":"UUID","Vector":"Vektor","Vectors":"Vektori","Verification Code":"Kontrolni kod","Version":"Verzija","Video":"Video","Video Duration":"Trajanje","Videos":"Video","View":"Pregled","View search results as a list.":"Pregledajte rezultate pretraživanja kao popis.","Viewer":"Gledatelj","Vision":"Vizija","Visitor":"Posjetitelj","Visual Similarity":"Grupirajte po sličnosti","Warning":"Upozorenje","Web Login":"Web prijava","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klijenti mogu se povezati s PhotoPrismom koristeći sljedeći URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV klijenti, poput Microsoftovog Windows Explorera ili Appleovog Findera, mogu se spojiti izravno na PhotoPrism.","WebDAV Upload":"WebDAV Upload","WebGL support is disabled in your browser":"WebGL podrška je onemogućena u vašem pregledniku","Website":"Web stranica","White":"Bijelo","Work Details":"Detalji","Year":"Godina","Yellow":"Žuta boja","Yes":"Da","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Slobodno nam se obratite na membership@photoprism.app za pitanja u vezi s vašim članstvom.","You can only download one album":"Možete preuzeti samo jedan album","You can only download one label":"Možete preuzeti samo jednu naljepnicu","You can search for a location or move the marker on the map to change the position:":"Možete pretraživati lokaciju ili pomicati marker na karti da biste promijenili položaj:","You can upload up to %{n} files for test purposes.":"Možete prenijeti do %{n} datoteka u testne svrhe.","You cannot change your own role.":"Ne možete promijeniti vlastitu ulogu.","You do not have access to any instances.":"Nemate pristup nijednom primjerku.","You may only select one item":"Možete odabrati samo jednu stavku","You may rescan your library to find additional faces.":"Možete ponovno skenirati svoju biblioteku kako biste pronašli dodatna lica.","Your account could not be connected":"Vaš račun nije mogao biti povezan","Your account has been successfully connected.":"Vaš račun je uspješno povezan.","Your browser does not support WebGL":"Vaš preglednik ne podržava WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Vaša stalna podrška pomaže nam pružiti redovita ažuriranja i usluge kao što su karte svijeta.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Vaša se knjižnica kontinuirano analizira kako bi se automatski izradili albumi posebnih trenutaka, putovanja i mjesta.","Zip created in %d s":"Zip stvoren u %d s","Zoom in/out":"Povećavanje/smanjivanje","Archive":{"Noun":"Arhiva","Verb":"Arhiva"},"Add a Title":{"Photo":"Dodaj naslov"}}} \ No newline at end of file +{"hr":{"{0} appended action":"{0} dodana radnja","{0} files":"{0} datoteka","{0} files ({1} in total)":"{0} datoteka (ukupno {1})","{0} more":"još {0}","{0} prepended action":"{0} radnja na početku","{0} selected":"{0} odabrano","{0}-{1} of {2}":"{0}-{1} od {2}","%{n} albums found":"Pronađeno je %{n} albuma","%{n} files uploaded":"Preneseno je %{n} datoteka","%{n} folders found":"Pronađeno je %{n} mapa","%{n} GB of %{q} GB used":"Iskorišteno %{n} GB od %{q} GB","%{n} labels found":"Pronađeno je %{n} oznaka","%{n} people found":"Pronađeno je %{n} osoba","%{n} pictures found":"Pronađeno je %{n} slika","%{s} is too long":"%{s} je predug","%{s} is too short":"%{s} je prekratak","%d entries added to %s":"%d unosi dodani u %s","%d entries removed from %s":"%d unosi uklonjeni iz %s","%d files uploaded in %d s":"%d datoteke prenesene u %d s","%s already exists":"%s već postoji","%s has been restored":"%s je vraćen","1 hour":"1 sat","12 hours":"12 sati","2-Factor Authentication":"2-faktorska autentifikacija","2FA":"2FA","4 hours":"4 sata","A click will copy it to your clipboard.":"Klik će kopirati u međuspremnik.","A new version of %{s} is available:":"Dostupna je nova verzija %{s}:","About":"O programu","Access granted.":"Pristup odobren.","Access revoked.":"Pristup je uskraćen.","Access Token":"Pristupni token","Account":"Račun","Account created":"Račun kreiran","Account deleted":"Račun je izbrisan","Account Group Mappings":"Mapiranja grupa računa","Account not found":"račun nije pronađen","Account restored":"Račun vraćen","Account saved":"Račun spremljen","Accounts":"Računi","Accuracy":"Točnost","Action":"Radnja","Actions":"Radnje","Activate":"Aktivirati","Activate to remove sorting.":"Aktivirajte za uklanjanje sortiranja.","Activate to sort ascending.":"Aktivirajte za sortiranje uzlazno.","Activate to sort descending.":"Aktivirajte za sortiranje silazno.","Activation Code":"Aktivacijski kod","Activity":"Aktivnost","Add":"Dodati","Add %{s}?":"Dodati %{s}?","Add a Caption":"Dodaj natpis","Add Account":"Uredite korisnički račun","Add Album":"Dodaj album","Add Link":"Dodaj poveznicu","Add Notes":"Dodaj bilješke","Add person?":"Dodati osobu?","Add pictures from search results by selecting them.":"Dodajte slike iz rezultata pretraživanja tako da ih odaberete.","Add to album":"Dodaj u album","Add to all":"Dodaj svima","Add to all selected photos":"Dodaj svim odabranim fotografijama","Added":"Dodano","Added %{name}":"Dodano %{name}","Adjust Camera Info":"Podesite informacije o kameri","Adjust Date & Time":"Podesite datum i vrijeme","Adjust Location":"Prilagodi lokaciju","Admin":"Administrator","Advanced":"Napredno","Advertise URL":"URL za oglašavanje","After 1 day":"Nakon 1 dana","After 3 days":"Nakon 3 dana","After 7 days":"Nakon 7 dana","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Nakon što unesete zaporku za potvrdu, možete postaviti dvofaktorsku autentifikaciju pomoću kompatibilne aplikacije ili uređaja za autentifikaciju:","After one month":"Nakon mjesec dana","After one year":"Nakon godinu dana","After selecting pictures from search results, you can add them to an album using the context menu.":"Nakon što odaberete slike iz rezultata pretraživanja, možete ih dodati u album pomoću kontekstnog izbornika.","After two months":"Nakon dva mjeseca","After two weeks":"Nakon dva tjedna","Album":"Album","Album %s deleted":"Album %s je izbrisan","Album Backups":"Sigurnosne kopije albuma","Album contents cloned":"Sadržaj albuma je kloniran","Album created":"Album stvoren","Album deleted":"Album je izbrisan","Album not found":"Album nije pronađen","Album saved":"Album je spremljen","Albums":"Albumi","Albums deleted":"Albumi su izbrisani","All":"Sve","All %{n} albums loaded":"Učitano je svih %{n} albuma","All %{n} labels loaded":"Učitano je svih %{n} oznaka","All %{n} people loaded":"Učitano je svih %{n} osoba","All Cameras":"Sve kamere","All Categories":"Sve kategorije","All Colors":"Sve boje","All Countries":"Sve zemlje","All files from import folder":"Sve datoteke iz mape za uvoz","All Lenses":"Svi objektivi","All Months":"Svi mjeseci","All originals":"Svi originali","All Years":"Sve godine","Allow configuration and use of connected apps and services for remote uploads and sync.":"Omogući konfiguraciju i korištenje povezanih aplikacija i usluga za udaljene prijenose i sinkronizaciju.","Allow editing of metadata such as title, description, date, and location.":"Omogući uređivanje metapodataka kao što su naslov, opis, datum i lokacija.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Omogući uređivanje metapodataka, oznaka i albuma više slika odjednom.","Allow files to be copied or moved from the Import to the Originals folder.":"Omogućite alat za uvoz da biste kopirali ili premjestili datoteke iz mape Uvoz u izvornike.","Allow files to be permanently deleted to free up storage space.":"Dopustite trajno brisanje datoteka kako biste oslobodili prostor za pohranu.","Allow users to archive photos and videos so they are hidden without being deleted.":"Omogućite korisnicima arhiviranje fotografija i videozapisa kako bi bili skriveni, a da se ne izbrišu.","Allow users to create and share links, and enable sharing with connected services.":"Omogućite korisnicima stvaranje i dijeljenje poveznica te dijeljenje s povezanim uslugama.","Allow users to upload new photos and videos through the web interface.":"Omogućite korisnicima prijenos novih fotografija i videozapisa putem web sučelja.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativno, možete prenijeti datoteke izravno na WebDAV poslužitelje poput Nextclouda.","Altitude":"Nadmorska visina","Altitude (m)":"Nadmorska visina (m)","AM":"AM","Animated":"Animirano","Animation":"Animacija","Animations":"Animacije","Any private photos and videos remain private and won't be shared.":"Sve privatne fotografije i videozapisi ostaju privatni i neće biti dijeljeni.","API Key":"API ključ","Application":"Primjena","Applications":"Primjene","Approve":"Odobri","Approve and save changes":"Odobri i spremi promjene","Apps and Devices":"Aplikacije i uređaji","Archived":"Arhivirano","Are you sure you want to archive the selection?":"Jeste li sigurni da želite arhivirati odabir?","Are you sure you want to delete these albums?":"Jeste li sigurni da želite izbrisati ove albume?","Are you sure you want to delete these labels?":"Jeste li sigurni da želite izbrisati ove oznake?","Are you sure you want to delete this account?":"Jeste li sigurni da želite izbrisati ovaj račun?","Are you sure you want to delete this album?":"Jeste li sigurni da želite izbrisati ovaj album?","Are you sure you want to permanently delete these pictures?":"Jeste li sigurni da želite trajno izbrisati ove slike?","Are you sure you want to permanently delete this file?":"Jeste li sigurni da želite trajno izbrisati ovu datoteku?","Are you sure?":"Jeste li sigurni?","Artist":"Umjetnik","Aspect Ratio":"Razmjer proporcija","Attributes":"Atributi","Audio":"Audio","Audit Log":"Audio","Authentication":"Ovjera","Auto":"Auto","Back":"leđa","Back to top":"Povratak na vrh","Backup":"Sigurnosna kopija","Badge":"Značka","Base Path":"Osnovni put","Batch":"Serija","Batch Edit":"Skupno uređivanje","Become a member today, support our mission and enjoy our member benefits!":"Postanite član već danas, podržite našu misiju i uživajte u pogodnostima za članove!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Budući da smo 100% sami financirani i neovisni, možemo vam obećati da nikada nećemo prodati vaše podatke i da ćemo uvijek biti transparentni u vezi s našim softverom i uslugama.","Bio":"bio","Birth Date":"Datum rođenja","Black":"Crno","Blue":"Plava","Brown":"Smeđa","Browse":"pretraživati","Browse Files":"Pregledaj datoteke","Browse Pictures":"Pregledaj slike","Bug Report":"Izvješće o greškama","Busy, please try again later":"Zauzeto, pokušajte ponovo kasnije","Busy, please wait…":"Zauzeto, pričekajte…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Korištenjem softvera i usluga koje pružamo, slažete se s našim uvjetima pružanja usluge, politikom privatnosti i kodeksom ponašanja.","Calendar":"Kalendar","Camera":"Fotoaparat","Camera not found":"Kamera nije pronađena","Camera Serial":"Serijski fotoaparat","Can't access your authenticator app or device?":"Ne možete pristupiti aplikaciji ili uređaju za autentifikaciju?","Can't load more, limit reached":"Nije moguće učitati više, dosegnuto je ograničenje","Can't select more items":"Nije moguće odabrati više stavki","Cancel":"Otkazati","Cannot copy to clipboard":"Nije moguće kopirati u međuspremnik","Caption":"Naslov","Cards":"Kartice","Carousel slide {0} of {1}":"Tobogan karusela {0} od {1}","Cast":"Glumačka postava","Category":"Kategorija","Change Avatar":"Promijenite privatnu zastavu","Change Password":"Nova lozinka","Change private flag":"Promijenite privatnu zastavu","Changes could not be saved":"Promjene se nisu mogle spremiti","Changes successfully saved":"Promjene su uspješno spremljene","Changes to the advanced settings require a restart to take effect.":"Promjene naprednih postavki zahtijevaju ponovno pokretanje kako bi stupile na snagu.","Checked":"Provjereno","Choose an instance to continue:":"Odaberite instancu za nastavak:","Chroma":"Chroma","Cleaning index and cache":"Čišćenje indeksa i predmemorije","Cleanup":"Počistiti","Clear":"Jasno","Clear {0}":"Obriši {0}","Client":"Klijent","Close":"Zatvoriti","Cluster":"Klaster","Cluster Admin":"Administrator klastera","Cluster Node":"Klaster čvor","Codec":"kodek","Color":"Boja","Color Profile":"Profil boje","Colors":"Boje","Compare Editions":"Usporedite izdanja","Complete Rescan":"Dovrši ponovno skeniranje","Confidence":"Samouvjerenost","Confirm":"Potvrdi","Connect":"Spojiti","Connect via WebDAV":"Povežite se putem WebDAV-a","Connected":"Spojiti","Contact Details":"Kontaktirajte nas","Contact Us":"Kontaktirajte nas","Contains %{n} pictures.":"Sadrži %{n} slika.","Contains one picture.":"Sadrži jednu sliku.","Content":{"":"Sadržaj","Edit":"Sadržaj"},"Continue":"Nastaviti","Contributor":"Suradnik","Converting":"Pretvaranje","Copied to clipboard":"Kopirano u međuspremnik","Copy":"Kopirati","Copying files from %s":"Kopiranje datoteka s %s","Copyright":"Autorsko pravo","Could not be deleted":"Nije moguće izbrisati","Could not connect, please try again":"Povezivanje nije uspjelo, pokušajte ponovno","Could not update person cover":"Nije moguće ažurirati naslovnicu osobe","Couldn't find anything.":"Nisam mogao pronaći ništa.","Country":"Država","Create Account":"Napravi račun","Create album":"Napravite album","Create regular backups based on the configured schedule.":"Stvorite sigurnosne kopije indeksa na temelju konfiguriranog rasporeda.","Create YAML files to back up album metadata.":"Izradite YAML datoteke za sigurnosno kopiranje metapodataka albuma.","Create YAML sidecar files to back up picture metadata.":"Stvorite YAML sidecar datoteke za sigurnosno kopiranje metapodataka slika.","Created":"Kreirano","Creating thumbnails for":"Izrada minijatura za","Current Password":"Trenutna lozinka","Custom":"Običaj","Cyan":"cijan","Daily":"Dnevno","Database":"Baza podataka","Database Backups":"Sigurnosne kopije baze podataka","Databases":"Baze podataka","Date & Time":"Datum i vrijeme","Day":"Dan","Deactivate":"Deaktiviraj","Debug Logs":"Zapisnici otklanjanja pogrešaka","Default":"Zadano","Default Folder":"Zadana mapa","Delete":"Izbriši","Delete Album":"Izbriši album","Delete All":"Izbrisati sve","Delete all?":"Izbrisati sve?","Delete orphaned index entries, sidecar files and thumbnails.":"Izbrišite zapuštene unose indeksa, pomoćne datoteke i sličice.","deleted":"izbrisano","Description":"Opis","Detailed instructions can be found in our User Guide.":"Detaljne upute možete pronaći u našem korisničkom priručniku.","Details":"Detalji","Dimensions":"Dimenzije","Disable all face detection and recognition features.":"Onemogućite sve značajke otkrivanja i prepoznavanja lica.","Disable Backups":"Onemogućite sigurnosne kopije","Disable Darktable":"Onemogući Darktable","Disable ExifTool":"Onemogućite ExifTool","Disable Faces":"Onemogući lica","Disable features that require write permission for the originals folder.":"Onemogućite značajke koje zahtijevaju dopuštenje za pisanje za originalnu mapu.","Disable FFmpeg":"Onemogućite FFmpeg","Disable ImageMagick":"Onemogući ImageMagick","Disable interactive world maps and reverse geocoding.":"Onemogućite interaktivne karte svijeta i obrnuto geokodiranje.","Disable MCP":"Onemogući MCP","Disable Places":"Onemogući Mjesta","Disable RawTherapee":"Onemogućite RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Onemogućite krajnju točku API-ja Model Context Protocol (MCP) za integracije AI agenata.","Disable Vectors":"Onemogući vektore","Disable WebDAV":"Onemogućite WebDAV","Disabled":"Onemogućeno","Disables vector graphics support.":"Onemogućuje podršku za vektorsku grafiku.","Disables video transcoding and thumbnail extraction.":"Onemogućuje video transkodiranje i izdvajanje minijatura.","Discard":"Odbaciti","Discard changes and close":"Odbaci promjene i zatvori","Discard invalid changes?":"Odbaciti nevažeće promjene?","Discard unsaved changes?":"Odbaciti nepohranjene promjene?","Discover":"Otkrij","Dismiss":"Odbaciti","Display Name":"Ime za prikaz","Display picture captions in search results.":"Prikaži opise slika u rezultatima pretraživanja.","Display picture titles in search results.":"Prikaz naslova slika u rezultatima pretraživanja.","Document":"Dokument","Documents":"Dokumenti","Don't use Darktable to convert RAW images.":"Nemojte koristiti Darktable za pretvaranje RAW slika.","Don't use ImageMagick to convert images.":"Nemojte koristiti ImageMagick za pretvaranje slika.","Don't use RawTherapee to convert RAW images.":"Nemojte koristiti RawTherapee za pretvaranje RAW slika.","Done":"Gotovo","Done.":"Gotovo.","Download":"Preuzimanja","Download only original media files, without any automatically generated files.":"Preuzmite samo izvorne medijske datoteke, bez automatski generiranih datoteka.","Download remote files":"Preuzmite udaljene datoteke","Downloading…":"Preuzimanje…","Drag and drop files here":"Ovdje povucite i ispustite datoteke","Driver":"Vozač","Duplicates will be skipped and only appear once.":"Duplikati će se preskočiti i pojaviti se samo jednom.","Duration":"Trajanje","Dynamic Previews":"Dinamički pregledi","Dynamic Size Limit: %{n}px":"Ograničenje dinamičke veličine: %{n}px","Edit":"Uredi","Edit %{s}":"Uredi %{s}","Edit Account":"Uredite korisnički račun","Edit Photo":"Uredi fotografiju","Edit Photos (%{n})":"Uredi fotografije (%{n})","Edited":"Uređeno","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Omogućite način otklanjanja pogrešaka za prikaz dodatnih zapisa i pomoć pri rješavanju problema.","Enable downloading of original and sidecar files from the web interface.":"Omogući preuzimanje originalnih i pomoćnih datoteka s web sučelja.","Enable face recognition and the People view to easily find people you know.":"Omogućite prepoznavanje lica i prikaz Ljudi kako biste lako pronašli ljude koje poznajete.","Enable new features that may be incomplete or unstable.":"Omogućite nove značajke koje mogu biti nepotpune ili nestabilne.","Enable the file browser to navigate the Originals folder structure.":"Omogućite pregledniku datoteka navigaciju strukturom mapa Izvornici.","Enables RAW converter presets. May reduce performance.":"Omogućuje unaprijed postavljene postavke RAW pretvarača. Može smanjiti performanse.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Omogućavanje dvofaktorske autentifikacije znači da ćete trebati nasumično generirani kontrolni kod za prijavu, pa čak i ako netko dobije pristup vašoj lozinci, neće moći pristupiti vašem računu.","Engine":"Motor","Enter date":"Unesite datum","Enter dates":"Unesite datume","Enter item name...":"Unesite naziv stavke...","Enter the code generated by your authenticator app:":"Unesite kod koji je generirala vaša aplikacija za autentifikaciju:","Enter verification code":"Unesite kontrolni kod","Enter your password to confirm the action and continue:":"Unesite svoju lozinku za potvrdu akcije i nastavite:","Entity not found":"Entitet nije pronađen","Error":"Greška","Errors":"Greške","Estimate":"Procjena","Estimate Locations":"Procijenite lokacije","Estimate the approximate location of pictures without GPS coordinates.":"Procijenite približnu lokaciju slika bez GPS koordinata.","Every two days":"Svaka dva dana","Exclude hidden":"Isključi skriveno","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Izdvajanje metapodataka s ExifTool-om potrebno je za potpunu podršku za video, fotografije uživo i XMP.","Experimental Features":"Eksperimentalne značajke","Expires":"Ističe","Exposure":"Izlaganje","Extract still images and generate thumbnails while indexing.":"Izdvojite fotografije i generirajte minijature tijekom indeksiranja.","F Number":"F broj","Face":"Lice","Face not found":"Lice nije pronađeno","Faces":"Lica","Failed creating file, please check permissions":"Izrada datoteke nije uspjela, provjerite dopuštenja","Failed creating folder, please check permissions":"Izrada mape nije uspjela, provjerite dopuštenja","Failed removing link":"Uklanjanje veze nije uspjelo","Failed to connect account.":"Povezivanje računa nije uspjelo.","Failed to create zip file":"Izrada zip datoteke nije uspjela","Failed to load users.":"Neuspjelo učitavanje korisnika.","Failed to remove face marker":"Nije uspjelo ukloniti oznaku lica","Failed to remove name":"Nije uspjelo ukloniti ime","Failed to restart server":"Ponovno pokretanje poslužitelja nije uspjelo","Failed to save changes":"Spremanje promjena nije uspjelo","Failed to save face marker":"Neuspjelo spremanje oznake lica","Failed to save name":"Neuspjelo spremanje imena","Failed updating link":"Neuspješno ažuriranje veze","Family Name":"Prezime","Fast":"brzo","Favorite":"Favorit","Favorites":"Favoriti","Feature disabled":"Značajka je onemogućena","Feature Request":"Zahtjev za značajku","Female":"Žena","File":"Datoteka","File Browser":"Preglednik datoteka","File Conversion":"Pretvorba datoteke","File deleted":"Datoteka je izbrisana","File Name":"Datoteka","File not found":"Datoteka nije pronađena","File removed from stack":"Datoteka je uklonjena iz hrpe","File Size":"Datoteka","File too large":"Datoteka je prevelika","File uploaded":"Datoteka je prenesena","Filename":"Datoteka","Files":"Datoteke","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Datoteke s uzastopnim nazivima poput 'IMG_1234 (2)' i 'IMG_1234 (3)' pripadaju istoj slici.","First page":"Prva stranica","Focal Length":"Žarišna duljina","Folder":"Mapa","Folder contains %{n} files":"Mapa sadrži sljedeći broj datoteka: %{n}","Folder is empty":"Mapa je prazna","Folders":"Mape","Forgot password?":"Zaboravili ste lozinku?","FPS":"FPS","Frames":"Okviri","Full Access":"Puni pristup","Fullscreen":"Puni zaslon","General":"Općenito","Generate":"Generirati","Generate Previews":"Generirajte preglede","Generated":"Generirano","Get Started":"Započnite","Given Name":"Originalno ime","Global Options":"Globalne opcije","Go to page {0}":"Idi na stranicu {0}","Gold":"Zlatno","Green":"Zelena","Grey":"Siva","Groups":"Grupe","Guest":"Gost","Hash":"Hash","Help":"Pomoć","Help & Support":"Pomoć i podrška","Hidden":"Skriveno","Hidden Files":"Skrivene datoteke","Hide":"Sakriti","Hide Caption":"Skrij natpis","Hide face markers":"Sakrij oznake lica","Hide private content from global views while keeping it accessible in the Private section.":"Sakrijte privatne stavke iz globalnih prikaza, a istovremeno ih ostavite dostupnima u odjeljku Privatno.","High":"Visoko","High Dynamic Range (HDR)":"Visoki dinamički raspon (HDR)","Hybrid":"Hibrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Ako izgubite pristup aplikaciji ili uređaju za autentifikaciju, možete upotrijebiti svoj kod za oporavak kako biste ponovno dobili pristup svom računu.","Image":"Slika","Image Quality":"Kvaliteta slike","Import":"Uvoz","Import canceled":"Uvoz je otkazan","Import completed in %d s":"Uvoz dovršen za %d s","Import failed":"Uvoz nije uspio","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Uvezene datoteke bit će razvrstane po datumu i dati im jedinstveni naziv kako bi se izbjeglo dupliranje.","Importing %{s}…":"Uvoz %{s}…","Importing files to originals…":"Uvoz datoteka u originale…","in":"u","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"U slučaju da nedostaju slike koje očekujete, ponovno skenirajte svoju biblioteku i pričekajte dok se indeksiranje ne završi.","Include RAW image files when downloading stacks and archives.":"Uključite RAW slikovne datoteke prilikom preuzimanja nizova i arhiva.","Include sidecar files when downloading stacks and archives.":"Uključite pomoćne datoteke prilikom preuzimanja nizova i arhiva.","Increase storage size or delete files to continue.":"Povećajte veličinu pohrane ili izbrišite datoteke za nastavak.","Index":"Početna","Indexing":"Indeksiranje","Indexing canceled":"Indeksiranje je otkazano","Indexing completed in %d s":"Indeksiranje dovršeno za %d s","Indexing failed":"Indeksiranje nije uspjelo","Indexing files in %s":"Indeksiranje datoteka u %s","Indexing media and sidecar files…":"Indeksiranje medijskih i bočnih datoteka…","Indexing originals...":"Indeksiranje originala...","Information":"Informacija","Inherit":"Naslijedi","Instance":"Primjer","Instance ID":"ID instance","Instance unreachable. Try again once it's back online.":"Instanca je nedostupna. Pokušajte ponovno kad bude ponovno dostupna.","Instances":"Instance","Insufficient storage":"Nedovoljno prostora za pohranu","Insufficient storage.":"Nedovoljno prostora za pohranu.","Interval":"Interval","Invalid":"Nevažeći datum","Invalid address":"Nevažeća adresa","Invalid country":"Nevažeća država","Invalid credentials":"Nevažeće vjerodajnice","Invalid date":"Nevažeći datum","Invalid link":"Nevažeća veza","Invalid name":"Nevažeći naziv","Invalid parameters":"Nevažeći datum","Invalid password, please try again":"Nevažeća lozinka, pokušajte ponovo","Invalid photo selected":"Odabrana je nevažeća fotografija","Invalid time":"Nevažeće vrijeme","Invalid URL":"Nevažeći URL","Invalid verification code, please try again":"Nevažeći kontrolni kod, pokušajte ponovno","IP Address":"IP adresa","It is a one-time use code that will disable 2FA for your account when you use it.":"To je jednokratni kod koji će onemogućiti 2FA za vaš račun kada ga koristite.","Item":"Proizvod","Items per page:":"Stavki po stranici:","JPEG Quality: %{n}":"JPEG kvaliteta: %{n}","JPEG Size Limit: %{n}px":"Ograničenje veličine JPEG-a: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG i sličice se automatski prikazuju prema potrebi.","Keyword":"Ključna riječ","Keywords":"Ključne riječi","Label":"Oznaka","Label not found":"Oznaka nije pronađena","Label saved":"Oznaka je spremljena","Labels":"Oznake","Labels deleted":"Oznake su izbrisane","Language":"Jezik","Last Active":"Zadnje aktivno","Last Login":"Zadnja prijava","Last page":"Zadnja stranica","Last Sync":"Zadnja sinkronizacija","Last Used":"Zadnje korišteno","Latitude":"Zemljopisna širina","LDAP/AD":"LDAP/AD","Learn more":"Saznajte više","Learn More":"Saznajte više","Legal Information":"Legalna informacija","Lens":"Leće","Lens not found":"Leća nije pronađena","Library":"Zbirka","License":"Licenca","Like":"Sviđa mi se","Lime":"Vapno","Limit reached, showing first %{n} files":"Dosegnuto je ograničenje, prikazuje prvih %{n} datoteka","Link":"Poveznica","List":"Popis","List View":"Prikaz popisa","Live":"Uživo","Live Photos":"Slike","Load more":"Učitaj više","Loading items...":"Učitavanje stavki...","Loading...":"Učitavanje...","Local":"Lokalni","Local Time":"Lokalno vrijeme","Location":"Lokacija","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Poruke dnevnika pojavljuju se ovdje kad god PhotoPrism naiđe na pokvarene datoteke ili postoje drugi potencijalni problemi.","Login":"Prijava","Logs":"Dnevnici","Longitude":"Zemljopisna dužina","Lost server connection":"Izgubljena veza sa serverom","Low":"Nisko","Magenta":"Magenta","Main Color":"Glavna Boja","Male":"Muški","Manage Account":"Upravljaj računom","Manager":"Menadžer","Manual":"Priručnik","Manual Upload":"Ručno učitavanje","Maps":"Karte","Marker":"Marker","Maximum number of accounts has been reached.":"Dosegnut je maksimalan broj računa.","Media":"Mediji","Medium":"Srednje","Membership":"Članstvo","Merge %{a} with %{b}?":"Spojiti %{a} s %{b}?","Message":"Poruka","Metadata":"Metapodaci","Metrics":"Metrika","Minimize":"Minimiziraj","Missing":"Nedostaje","Missing or invalid configuration":"Konfiguracija nedostaje ili nije valjana","mixed":"mješoviti","Moments":"Trenuci","Monochrome":"Jednobojna","Month":"Mjesec","More options":"Više mogućnosti","Mosaic":"Mozaik","Most Relevant":"Najvažnije","Move Files":"Premjesti datoteke","Moving files from %s":"Premještanje datoteka iz %s","Must have at least %{n} characters.":"Mora imati najmanje %{n} znakova.","Mute":"Isključi zvuk","Name":"Ime","Name too long":"Ime predugo","Never":"Nikad","New":"Novi","New Password":"Nova lozinka","Newest First":"Prvo najnovije","Next":"Sljedeći","Next page":"Sljedeća stranica","Next visual":"Sljedeći vizual","No":"Ne","No Access":"Nema pristupa","No albums assigned":"Nema dodijeljenih albuma","No albums found":"Nije pronađen nijedan album","No albums selected":"Nije odabran nijedan album","No data available":"Nema dostupnih podataka","No files available for download":"Nema dostupnih datoteka za preuzimanje","No items selected":"Nema odabranih stavki","No labels assigned":"Nema dodijeljenih oznaka","No labels found":"Nije pronađena nijedna oznaka","No labels selected":"Nije odabrana nijedna oznaka","No matching records found":"Nema odgovarajućih zapisa","No more":"Nema više","No people found":"Nisu pronađeni ljudi","No pictures found":"Nema pronađenih slika","No recently edited pictures":"Nema nedavno uređenih slika","No registered instances.":"Nema registriranih instanci.","No results":"Nema rezultata","No server connection":"Nema veze s poslužiteljem","No servers configured.":"Nema konfiguriranih poslužitelja.","No services configured.":"Nema konfiguriranih poslužitelja.","No thanks":"Ne hvala","No users on this instance.":"Nema korisnika na ovom instanci.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nema upozorenja ili pogreške koje sadrže ovu ključnu riječ. Imajte na umu da je pretraživanje osjetljivo na velika i mala slova.","Node":"Čvor","Nodes":"Čvorovi","Non-photographic and low-quality images require a review before they appear in search results.":"Nefotografske slike i slike niske kvalitete zahtijevaju pregled prije nego što se pojave u rezultatima pretraživanja.","None":"Nijedan","Not allowed":"Nije dopušteno","Not available in public mode":"Nije dostupno u javnom načinu","Not available in read-only mode":"nije dostupno u načinu samo za čitanje","Not found":"Nije pronađeno","Not sorted.":"Nije sortirano.","Not supported":"Nije podržano","Note you may manually manage your originals folder and importing is optional.":"Imajte na umu da svoju mapu izvornika možete ručno upravljati, a uvoz nije obavezan.","Note:":"Bilješka:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Napomena: Samo WebDAV poslužitelji, kao što su Nextcloud ili PhotoPrism, mogu se konfigurirati kao udaljeni servis za sigurnosno kopiranje i prijenos datoteka.","Notes":"Napomene","Nothing to see here yet.":"Ovdje se još nema što vidjeti. Budi strpljiv.","Nothing was found.":"Ništa nije pronađeno.","Offline":"Offline","OK":"U REDU","Oldest First":"Prvo najstariji","On Windows, enter the following resource in the connection dialog:":"U sustavu Windows unesite sljedeći resurs u dijaloški okvir za povezivanje:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generiranje minijatura na zahtjev može uzrokovati visoku upotrebu procesora i memorije. Ne preporučuje se za poslužitelje s ograničenim resursima i NAS uređaje.","Once a week":"Jednom tjedno","One album found":"Pronađen jedan album","One entry added to %s":"Jedan unos dodan u %s","One entry removed from %s":"Jedan unos uklonjen iz %s","One file found":"Pronađena je jedna datoteka","One file uploaded":"Prenesena je jedna datoteka","One folder found":"Pronađena je jedna mapa","One label found":"Pronađena je jedna oznaka","One person found":"Pronađena jedna osoba","One picture found":"Pronađena jedna slika","Only locally managed accounts can be set up for authentication with 2FA.":"Samo lokalno upravljani računi mogu se postaviti za autentifikaciju s 2FA.","Open":"Otvoren","optional":"neobavezan","or":"ili","Orange":"Narančasta","Organization":"Usmjerenje","Orientation":"Usmjerenje","Original file names will be stored and indexed.":"Izvorni nazivi datoteka bit će pohranjeni i indeksirani.","Original Name":"Originalno ime","Originals":"Originali","Originals folder is empty":"Mapa Originals je prazna","Other":"Ostalo","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Naša misija je pružiti rješenje koje najviše odgovara korisnicima i privatnosti kako bi vaše slike bile organizirane i dostupne.","Outdoor":"Vanjski","Page {0}, Current page":"Stranica {0}, trenutna stranica","Pages":"Stranice","Pagination Navigation":"Navigacija po stranicama","Panorama":"Panorama","Panoramas":"Panorame","Part of all selected photos":"Dio svih odabranih fotografija","Part of some selected photos":"Dio nekih odabranih fotografija","Password":"Lozinka","Password changed":"Lozinka je promijenjena","Pause":"Pauza","Payment required":"Potrebno je plaćanje","People":"Ljudi","People you share a link with will be able to view public contents.":"Osobe s kojima podijelite vezu moći će vidjeti javni sadržaj.","Permanently deleted":"Trajno izbrisano","Permission denied":"Dozvola odbijena","Person":"Osoba","Person cover updated":"Naslovnica osobe ažurirana","Person deleted":"Osoba je izbrisana","Person not found":"Osoba nije pronađena","Person saved":"Osoba je spremljena","Personal":"Osobno","Photo":"Fotografija","PhotoPrism is 100% self-funded and independent.":"PhotoPrism je 100% samofinancirajući i neovisan.","PhotoPrism+ Membership":"Članstvo u PhotoPrism+","Photos":"Slike","Picture":"Slika","Picture Title":"Naslov slike","Pink":"Ružičasta","Pinned":"Pričvršćeno","Place":"Mjesto","Place & Time":"Mjesto i vrijeme","Places":"Mjesta","Play":"igra","Please confirm your new password.":"Molimo potvrdite svoju novu lozinku.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopirajte sljedeću nasumično generiranu lozinku aplikacije i čuvajte je na sigurnom mjestu jer je više nećete moći vidjeti:","Please do not upload any private, unlawful or offensive pictures.":"Molimo nemojte postavljati nikakve privatne, nezakonite ili uvredljive slike.","Please don't upload photos containing offensive content.":"Nemojte učitavati fotografije koje sadrže uvredljiv sadržaj.","Please enter OTP character {0}":"Unesite OTP znak {0}","Please log in to your account":"Molimo prijavite se na svoj račun","Please note that changing your password will log you out on other devices and browsers.":"Imajte na umu da ćete se promjenom lozinke odjaviti s drugih uređaja i preglednika.","Please restart your instance for the changes to take effect.":"Ponovno pokrenite svoju instancu kako bi promjene stupile na snagu.","Please wait…":"Molimo pričekajte…","PM":"PM","PNG Size Limit: %{n}px":"Ograničenje veličine PNG-a: %{n}px","Portal":"Portal","Portrait":"Portret","Preserve filenames":"Sačuvajte nazive datoteka","Press enter to create a new album.":"Pritisnite enter za stvaranje novog albuma.","Press enter to create new item":"Pritisnite enter za izradu nove stavke","Prevent database and album backups as well as YAML sidecar files from being created.":"Spriječite stvaranje sigurnosnih kopija baze podataka i albuma kao i YAML sidecar datoteka.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Spriječite drugim aplikacijama pristup PhotoPrismi kao zajedničkom mrežnom disku.","Preview":"Pregled","Preview Images":"Pregled slika","Previous":"Prethodno","Previous page":"Prethodna stranica","Previous visual":"Prethodni vizualni prikaz","Primary":"Glavni","Private":"Privatno","Processing upload...":"Učitavanje...","Product Feedback":"Povratne informacije o proizvodu","Projection":"Projekcija","Purple":"Ljubičasta","Quality Filter":"Filter kvalitete","Quality Score":"Ocjena kvalitete","Quota exceeded":"Kvota premašena","Random":"Nasumično","Rating {0} of {1}":"Ocjena {0} od {1}","Raw":"Sirova","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Ponovno indeksirajte sve originale, uključujući već indeksirane i nepromijenjene datoteke.","Read-Only Mode":"Način samo za čitanje","Recently Added":"Nedavno dodano","Recently Archived":"Nedavno arhivirano","Recently Edited":"Nedavno uređeno","Recognition starts after indexing has been completed.":"Prepoznavanje počinje nakon što je indeksiranje završeno.","Recognized":"Prepoznati","Recovery Code":"Kod za oporavak","Red":"Crvena","Refresh":"Osvježiti","Regions":"regije","Register":"Registar","Registration disabled":"Registracija onemogućena","Reload":"Ponovno učitaj","Reloading…":"Pretovar…","Remote Sync":"Daljinska sinkronizacija","Remove":"Ukloni","remove failed: unknown album":"uklanjanje nije uspjelo: nepoznat album","Remove from Album":"Ukloni iz albuma","Remove from all":"Ukloni iz svih","Remove from all selected photos":"Ukloni sa svih odabranih fotografija","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Uklonite uvezene datoteke da biste spremili pohranu. Nepodržane vrste datoteka nikada se neće izbrisati, ostaju na svojoj trenutnoj lokaciji.","Remove the selected instance from the cluster registry?":"Ukloniti odabranu instancu iz registra klastera?","Removed":"Uklonjeno","Removed %{name}":"Uklonjeno %{name}","Removed %d files and %d photos":"Uklonjene %d datoteke i %d fotografije","Repeated":"Ponavljano","Request failed - are you offline?":"Zahtjev nije uspio - jeste li izvan mreže?","Request failed - invalid response":"Zahtjev nije uspio - nevažeći odgovor","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Zahtijevati pregled slika koje nisu fotografije i niske kvalitete prije nego što se pojave u rezultatima pretraživanja.","Resolution":"Rezolucija","Restart":"Ponovno pokretanje","Restore":"Obnova","Restored":"Obnovljena","Retry Limit":"Ograničenje ponovnog pokušaja","Retype Password":"Ponovno upišite lozinku","Review":"Recenzija","Role":"Uloga","Roles":"Uloge","Rotated":"Rotirano","Rows per page:":"Redovi po stranici:","Satellite":"Satelit","Save":"Spremi","Save changes":"Spremi promjene","Scan":"Skeniraj","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skenirajte QR kod pomoću aplikacije za autentifikaciju ili upotrijebite ključ za postavljanje prikazan u nastavku, a zatim unesite generirani kontrolni kod:","Scans":"Skenira","Scope":"Opseg","Scopes":"Opsezi","Search":"Traži","Season":"Sezona","Secret":"Tajno","Security and Access":"Sigurnost i pristup","Select":"Izaberi","Select a source folder to import files…":"Odaberite izvornu mapu za uvoz datoteka…","Select date":"Odaberite datum","Select dates":"Odaberite datume","Select or create albums":"Odaberite ili stvorite albume","Select or create labels":"Odaberite ili stvorite oznake","Select or drop files to upload…":"Odaberite ili ispustite datoteke za učitavanje…","Select the files to upload…":"Odaberite datoteke za prijenos…","Select the folder to be indexed…":"Odaberite mapu za indeksiranje…","Select Time":"Odaberite vrijeme","Selection":"Izbor","Selection added to %s":"Odabir je dodan u %s","Selection approved":"Odabir odobren","Selection archived":"Odabir je arhiviran","Selection marked as private":"Odabir je označen kao privatan","Selection not found":"Odabir nije pronađen","Selection restored":"Odabir je vraćen","Sequential Name":"Sekvencijalni naziv","Service":"Servis","Service URL":"URL usluge","Services":"URL usluge","Session":"Sjednica","Session ID":"ID sesije","Sessions":"Sjednice","Set as Album Cover":"Postavi kao omot albuma","Set as Cover Image":"Postavi kao naslovnu sliku","Settings":"Postavke","Settings saved":"Postavke spremljene","Setup":"Postavke","Severity":"Ozbiljnost","Share":"Podijeli","Share %{s}":"Podijeli %{s}","Show":"Prikaži","Show All Labels":"Prikaži sve oznake","Show all new faces":"Pokažite sva nova lica","Show Caption":"Prikaži natpis","Show Captions":"Prikaži opise","Show face markers":"Prikaži oznake lica","Show hidden":"Prikaži skriveno","Show Important Only":"Prikaži samo važno","Show logs in the web interface to monitor activity and troubleshoot problems.":"Prikaži zapisnike u web sučelju za praćenje aktivnosti i rješavanje problema.","Show smart albums that group pictures by occasion, trip, or location.":"Prikaži pametne albume koji grupiraju slike prema prigodi, putovanju ili lokaciji.","Show the Account page so users can manage their profile and security settings.":"Prikaži stranicu Račun kako bi korisnici mogli upravljati svojim profilom i sigurnosnim postavkama.","Show the Calendar view to browse the library by year and month.":"Prikažite prikaz Kalendara za pregledavanje biblioteke po godini i mjesecu.","Show the Labels section to view and manage AI-generated labels.":"Prikažite odjeljak Oznake za pregled i upravljanje oznakama generiranim umjetnom inteligencijom.","Show the Library section to index, manage, and monitor the media library.":"Prikaži odjeljak Biblioteka za indeksiranje, upravljanje i praćenje medijske biblioteke.","Show the Places view with interactive maps so you can browse photos by location.":"Prikažite prikaz Mjesta s interaktivnim kartama kako biste mogli pregledavati fotografije po lokaciji.","Show Titles":"Prikaži naslove","Sidecar":"Prikolica","Sidecar Files":"Sidecar datoteke","Sign in":"Prijavi se","Sign Out":"Odjava","Similar":"Sličan","Site URL":"URL web-lokacije","Size":"Veličina","Slideshow":"Dijaprojekcija","Slow":"Sporo","Software":"Softver","Software Update":"Ažuriranje softvera","Some albums could not be copied":"Neki albumi nisu mogli biti kopirani","Some albums could not be created. Please edit the names and try again.":"Neki albumi nisu mogli biti stvoreni. Uredite nazive i pokušajte ponovno.","Some albums could not be updated":"Neki albumi nisu mogli biti ažurirani","Something went wrong, try again":"Nešto nije u redu, pokušajte ponovno","Sort by":"Poredaj po","Sort by Name (A–Z)":"Sortiraj po imenu (A–Z)","Sort by Photo Count":"Sortiraj po broju fotografija","Sort by Relevance":"Sortiraj po relevantnosti","Sort Order":"Redoslijed sortiranja","Sorted ascending.":"Poredano uzlazno.","Sorted descending.":"Poredano silazno.","Source":"Izvor","Stack":"Stog","Stack files sharing the same unique image or instance identifier.":"Stog datoteka koje dijele istu jedinstvenu sliku ili identifikator instance.","Stack pictures taken at the exact same time and location based on their metadata.":"Složite slike snimljene u točno isto vrijeme i na istom mjestu na temelju njihovih metapodataka.","Stackable":"Slaganje","Stacks":"Stogovi","Start":"Početak","Start Page":"Početna stranica","Static Size Limit: %{n}px":"Statičko ograničenje veličine: %{n}px","Status":"Status","Stay signed in on this device":"Ostanite prijavljeni na ovom uređaju","Stop Casting":"Prestani glumiti","Storage":"Pohrana","Streets":"Ulice","Subject":"Predmet","Subject deleted":"Predmet je izbrisan","Subject not found":"Predmet nije pronađen","Subject saved":"Predmet je spremljen","Successfully activated":"Uspješno aktiviran","Successfully Connected":"Uspješno spojen","Successfully deleted":"Uspješno izbrisano","Successfully verified":"Uspješno potvrđeno","Super Admin":"Super Administrator","Support for additional services, like Google Drive, will be added over time.":"Podrška za dodatne usluge, poput Google diska, bit će dodana s vremenom.","Support Our Mission":"Podržite našu misiju","Sync":"Sinkronizacija","Sync raw and video files":"Sinkronizirajte sirove i video datoteke","Taken":"Poduzete","Teal":"Teal","Terrain":"Teren","Text":"Tekst","Thank You for Your Support!":"Hvala na podršci!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Zato je PhotoPrism napravljen od temelja da radi gdje god vam je potreban, bez ugrožavanja slobode, privatnosti ili funkcionalnosti.","The index currently contains %{n} hidden files.":"Indeks trenutno sadrži %{n} skrivenih datoteka.","The instance rejected the cluster credentials.":"Instanca je odbacila vjerodajnice klastera.","The instance returned an unexpected redirect.":"Instanca je vratila neočekivani preusmjer.","The wakeup interval is %s, but must be 1h or less":"Interval buđenja je %s, ali mora biti 1h ili manje","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Njihov format možda nije podržan, još nisu pretvoreni u JPEG ili postoje duplikati.","Theme":"Tema","This account is missing an ID and can't be edited.":"Ovaj račun nema ID i ne može se uređivati.","This field is required":"Ovo polje je obavezno","This instance has no site URL configured.":"Ovaj primjerak nema konfiguriranu URL stranice.","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.":"Time se mapa originala montira kao mrežni pogon i omogućuje vam otvaranje, uređivanje i brisanje datoteka s računala ili pametnog telefona kao da su lokalne.","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. ":"Time se mapa originala montira kao mrežni pogon i omogućuje vam otvaranje, uređivanje i brisanje datoteka s računala ili pametnog telefona kao da su lokalne.","Time":"Vrijeme","Time UTC":"Vrijeme UTC","Time Zone":"Vremenska zona","Timeout":"Pauza","Title":{"":"Naslov","Account":"Naslov","Photo":"Naslov"},"Title / Position":"Naslov predug","to":"do","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Kako biste izbjegli gubitak pristupa svom računu, sada preuzmite, ispišite ili kopirajte ovaj kod za oporavak i čuvajte ga na sigurnom mjestu.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Da biste generirali novu zaporku za određenu aplikaciju, unesite naziv i opseg autorizacije aplikacije i odaberite datum isteka:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Da biste se prebacili na novu aplikaciju ili uređaj za autentifikaciju, najprije deaktivirajte dvofaktorsku autentifikaciju, a zatim je ponovno aktivirajte:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Za nadogradnju možete unijeti aktivacijski kod ili kliknuti \"Registriraj se\" da biste se prijavili na našoj web stranici:","Today":"Danas","Toggle View":"Uključi/isključi prikaz","Token":"Token","Too many files selected":"Odabrano je previše datoteka","Too many requests":"Previše zahtjeva","Troubleshooting":"Rješavanje problema","Try again using other filters or keywords.":"Pokušajte ponovno pomoću drugih filtara ili ključnih riječi.","Two-factor authentication has been enabled for your account.":"Dvofaktorska autentifikacija je omogućena za vaš račun.","Type":"Vrsta","Unable to delete":"Nije moguće izbrisati","Unable to do that":"Ne mogu to učiniti","Unassign":"Oduzmi dodjelu","Unauthorized":"Neovlašteno","Undo":"Poništi","Unique ID":"Jedinstveni ID","Unknown":"Nepoznato","Unknown location":"Nepoznata lokacija","Unregistered":"Neregistriran","Unsorted":"Nerazvrstano","Unstack":"Odložite","Unsupported":"Nepodržano","Unsupported format":"Nepodržani format","Unsupported type":"Nepodržana vrsta","Updated":"Ažurirano","Updating faces":"Ažuriranje lica","Updating index":"Ažuriranje indeksa","Updating moments":"Trenuci ažuriranja","Updating picture…":"Ažuriranje pregleda","Updating previews":"Ažuriranje pregleda","Updating stacks":"Ažuriranje hrpa","Upgrade":"Nadogradnja","Upgrade Now":"Nadograditi sada","Upload":"Učitaj","Upload complete":"Prijenos je završen","Upload complete. Indexing…":"Prijenos je završen. Indeksiranje…","Upload failed":"Prijenos nije uspio","Upload has been processed":"Učitavanje je obavljeno","Upload local files":"Prenesite lokalne datoteke","Upload might be offensive":"Prijenos bi mogao biti uvredljiv","Upload Path":"Učitaj put","Uploading %{n} of %{t}…":"Prijenos %{n} od %{t}…","Uploading photos…":"Prijenos fotografija…","Uploading…":"Pretovar…","Uploads that may contain such images will be rejected automatically.":"Prijenosi koji mogu sadržavati takve slike bit će automatski odbijeni.","URL":"URL","Use Presets":"Koristite unaprijed postavljene postavke","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Upotrijebite sljedeći kod za oporavak za pristup svom računu kada ne možete generirati važeći kod za provjeru pomoću aplikacije za autentifikaciju:","Use your recovery code or contact an administrator for help.":"Koristite svoj kod za oporavak ili kontaktirajte administratora za pomoć.","User":"Korisnik","User Guide":"Korisnički vodič","User Interface":"Korisničko sučelje","User not found":"Korisnik nije pronađen","Username":"Korisničko ime","Users":"Korisnici","UUID":"UUID","Vector":"Vektor","Vectors":"Vektori","Verification Code":"Kontrolni kod","Verified email required":"Potrebna je potvrđena e-pošta","Version":"Verzija","Video":"Video","Video Duration":"Trajanje","Videos":"Video","View":"Pregled","View search results as a list.":"Pregledajte rezultate pretraživanja kao popis.","Viewer":"Gledatelj","Vision":"Vizija","Visitor":"Posjetitelj","Visual Similarity":"Grupirajte po sličnosti","Warning":"Upozorenje","Web Login":"Web prijava","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klijenti mogu se povezati s PhotoPrismom koristeći sljedeći URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV klijenti, poput Microsoftovog Windows Explorera ili Appleovog Findera, mogu se spojiti izravno na PhotoPrism.","WebDAV Upload":"WebDAV Upload","WebGL support is disabled in your browser":"WebGL podrška je onemogućena u vašem pregledniku","Website":"Web stranica","White":"Bijelo","Work Details":"Detalji","Year":"Godina","Yellow":"Žuta boja","Yes":"Da","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Slobodno nam se obratite na membership@photoprism.app za pitanja u vezi s vašim članstvom.","You can only download one album":"Možete preuzeti samo jedan album","You can only download one label":"Možete preuzeti samo jednu naljepnicu","You can search for a location or move the marker on the map to change the position:":"Možete pretraživati lokaciju ili pomicati marker na karti da biste promijenili položaj:","You can upload up to %{n} files for test purposes.":"Možete prenijeti do %{n} datoteka u testne svrhe.","You cannot change your own role.":"Ne možete promijeniti vlastitu ulogu.","You do not have access to any instances.":"Nemate pristup nijednom primjerku.","You may only select one item":"Možete odabrati samo jednu stavku","You may rescan your library to find additional faces.":"Možete ponovno skenirati svoju biblioteku kako biste pronašli dodatna lica.","Your account could not be connected":"Vaš račun nije mogao biti povezan","Your account has been successfully connected.":"Vaš račun je uspješno povezan.","Your browser does not support WebGL":"Vaš preglednik ne podržava WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Vaša stalna podrška pomaže nam pružiti redovita ažuriranja i usluge kao što su karte svijeta.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Vaša se knjižnica kontinuirano analizira kako bi se automatski izradili albumi posebnih trenutaka, putovanja i mjesta.","Zip created in %d s":"Zip stvoren u %d s","Zoom in/out":"Povećavanje/smanjivanje","Archive":{"Noun":"Arhiva","Verb":"Arhiva"},"Add a Title":{"Photo":"Dodaj naslov"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/hu.json b/frontend/src/locales/json/hu.json index 367a4d72a..aa4e60282 100644 --- a/frontend/src/locales/json/hu.json +++ b/frontend/src/locales/json/hu.json @@ -1 +1 @@ -{"hu":{"{0} appended action":"{0} appended action","{0} files":"{0} fájlok","{0} files ({1} in total)":"{0} fájlok ({1} összesen)","{0} more":"{0} még","{0} prepended action":"{0} prepended action","{0} selected":"{0} kiválasztott","{0}-{1} of {2}":"{0}-{1} of {2}","%{n} albums found":"%{n} album találat","%{n} files uploaded":"%{n} fájl feltöltve","%{n} folders found":"%{n} mappa találat","%{n} GB of %{q} GB used":"%{n} GB %{q} GB használt","%{n} labels found":"%{n} címke találat","%{n} people found":"%{n} ember találat","%{n} pictures found":"%{n} kép találat","%{s} is too long":"%{s} túl hosszú","%{s} is too short":"%{s} túl rövid","%d entries added to %s":"%d bejegyzés hozzáadva a következőhöz: %s","%d entries removed from %s":"%d bejegyzés eltávolítva innen: %s","%d files uploaded in %d s":"%d fájl feltöltve %d másodperc alatt","%s already exists":"%s már létezik","%s has been restored":"%s visszaállítva","1 hour":"1 óra","12 hours":"12 óra","2-Factor Authentication":"2-faktoros hitelesítés","2FA":"2FA","4 hours":"4 óra","A click will copy it to your clipboard.":"A kattintás egy másolatot helyez a vágólapra.","A new version of %{s} is available:":"A %{s} új verziója elérhető:","About":"Rólunk","Access granted.":"Hozzáférés engedélyezve.","Access revoked.":"A hozzáférés visszavonva.","Access Token":"Hozzáférési jelszó","Account":"Fiók","Account created":"Fiók létrehozva","Account deleted":"Fiók törölve","Account Group Mappings":"Fiókcsoport-hozzárendelések","Account not found":"Fiók nem található","Account restored":"Fiók visszaállítva","Account saved":"Fiók mentve","Accounts":"Fiókok","Accuracy":"Pontosság","Action":"Művelet","Actions":"Műveletek","Activate":"Aktiválja a címet.","Activate to remove sorting.":"Aktiválja a szortírozás megszüntetéséhez.","Activate to sort ascending.":"Aktiválja a növekvő rendezéshez.","Activate to sort descending.":"Aktiválja a csökkenő rendezéshez.","Activation Code":"Aktiválási kód","Activity":"Tevékenység","Add":"Add","Add %{s}?":"Add %{s}?","Add a Caption":"Felirat hozzáadása","Add Account":"Fiók hozzáadása","Add Album":"Album hozzáadása","Add Link":"Hivatkozás hozzáadása","Add Notes":"Megjegyzések hozzáadása","Add person?":"Személyt hozzáadni?","Add pictures from search results by selecting them.":"Képek hozzáadása a találok közül kiválasztás segítéségével.","Add to album":"Hozzáadás albumhoz","Add to all":"Hozzáadás az összeshez","Add to all selected photos":"Hozzáadás az összes kiválasztott fényképhez","Added":"Hozzáadva","Added %{name}":"Hozzáadva: %{name}","Adjust Camera Info":"Kamera-információk beállítása","Adjust Date & Time":"Dátum és idő beállítása","Adjust Location":"Helyszín beállítása","Admin":"Admin","Advanced":"Haladó","Advertise URL":"URL hirdetése","After 1 day":"Egy nap után","After 3 days":"Három nap után","After 7 days":"Hét nap után","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Miután megerősítésképpen megadta jelszavát, beállíthat kétfaktoros hitelesítést egy kompatibilis hitelesítő alkalmazással vagy eszközzel:","After one month":"Egy hónap után","After one year":"Egy év után","After selecting pictures from search results, you can add them to an album using the context menu.":"A találokból kiválasztott képeket, tetszőleges albumhoz adni a menü segítségével lehet.","After two months":"Két hónap után","After two weeks":"Két hét után","Album":"Album","Album %s deleted":"%s album törölve","Album Backups":"Album biztonsági mentések","Album contents cloned":"Album tartalma klónozva","Album created":"Album létrehozva","Album deleted":"Album törölve","Album not found":"Album nem található","Album saved":"Album mentve","Albums":"Albumok","Albums deleted":"Albumok törölve","All":"Minden","All %{n} albums loaded":"Összesen %{n} album betöltve","All %{n} labels loaded":"Összesen %{n} címke betöltve","All %{n} people loaded":"Összesen %{n} ember betöltve","All Cameras":"Összes kamera","All Categories":"Összes kategória","All Colors":"Összes szín","All Countries":"Összes ország","All files from import folder":"Összes fájlt az import könyvtárból","All Lenses":"Összes lencse","All Months":"Összes hónap","All originals":"Összes eredeti","All Years":"Összes év","Allow configuration and use of connected apps and services for remote uploads and sync.":"Lehetővé teszi a csatlakoztatott alkalmazások és szolgáltatások konfigurálását és használatát távoli feltöltéshez és szinkronizáláshoz.","Allow editing of metadata such as title, description, date, and location.":"Lehetővé teszi a metaadatok, például a cím, a leírás, a dátum és a helyszín szerkesztését.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Lehetővé teszi több kép metaadatainak, címkéinek és albumainak szerkesztését egyszerre.","Allow files to be copied or moved from the Import to the Originals folder.":"Engedélyezze az Importálás eszközt a fájlok másolásához vagy áthelyezéséhez az Importálás mappából az Eredeti mappába.","Allow files to be permanently deleted to free up storage space.":"Engedélyezi a fájlok végleges törlését a tárhely felszabadítása érdekében.","Allow users to archive photos and videos so they are hidden without being deleted.":"Lehetővé teszi a felhasználók számára a fényképek és videók archiválását, így azok törlés nélkül elrejthetők.","Allow users to create and share links, and enable sharing with connected services.":"Lehetővé teszi a felhasználók számára, hogy linkeket hozzanak létre és osszanak meg, és lehetővé teszi a megosztást a kapcsolódó szolgáltatásokkal.","Allow users to upload new photos and videos through the web interface.":"Lehetővé teszi a felhasználók számára, hogy új fényképeket és videókat töltsenek fel a webes felületen keresztül.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternatívaként a fájlok feltölthetők WebDAV szerverekre is, mint például Nextcloud.","Altitude":"Magasság","Altitude (m)":"Magasság (m)","AM":"AM","Animated":"Mozgó","Animation":"Animáció","Animations":"Animációk","Any private photos and videos remain private and won't be shared.":"Bármilyen privát fotó és videó privát marad és nem kerül megosztásra.","API Key":"API Kulcs","Application":"Alkalmazás","Applications":"Alkalmazások","Approve":"Jóváhagy","Approve and save changes":"A változtatások jóváhagyása és mentése","Apps and Devices":"Alkalmazások és eszközök","Archived":"Archíválva","Are you sure you want to archive the selection?":"Biztos benne, hogy archíválja a kiválasztott fájlokat?","Are you sure you want to delete these albums?":"Biztos benne, hogy törli a kiválasztott fájlokat?","Are you sure you want to delete these labels?":"Biztos benne, hogy törli a kiválasztott címkéket?","Are you sure you want to delete this account?":"Biztos benne, hogy törli ezt a felhasználói fiókot?","Are you sure you want to delete this album?":"Biztos, hogy törölni szeretné ezt az albumot?","Are you sure you want to permanently delete these pictures?":"Biztos benne, hogy véglegesen törli a kiválasztott képeket?","Are you sure you want to permanently delete this file?":"Biztos benne, hogy véglegesen törli a kiválasztott fájlokat?","Are you sure?":"Biztos benne?","Artist":"Művész","Aspect Ratio":"Képarány","Attributes":"Attribútumok","Audio":"Audio","Audit Log":"Audio","Authentication":"Hitelesítés","Auto":"Auto","Back":"Vissza","Back to top":"Vissza a tetejére","Backup":"Biztonsági mentés","Badge":"Jelvény","Base Path":"Bázis útvonal","Batch":"Batch","Batch Edit":"Batch szerkesztés","Become a member today, support our mission and enjoy our member benefits!":"Legyen tag még ma, támogassa küldetésünket és élvezze tagi előnyeinket!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Mivel 100%-ban önfinanszírozók és függetlenek vagyunk, megígérhetjük, hogy soha nem adjuk el az adatait, és mindig átláthatóak leszünk a szoftverünkkel és szolgáltatásainkkal kapcsolatban.","Bio":"Bio","Birth Date":"Születési dátum","Black":"Fekete","Blue":"Kék","Brown":"Barna","Browse":"Böngésszen a oldalon.","Browse Files":"Fájlok böngészése","Browse Pictures":"Képek böngészése","Bug Report":"Hibajelentés","Busy, please try again later":"Foglalt, kérjük, próbálja meg később újra","Busy, please wait…":"Elfoglalt, kérem, várjon…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Az általunk biztosított szoftver és szolgáltatások használatával Ön elfogadja szolgáltatási feltételeinket, adatvédelmi szabályzatunkat és magatartási kódexünket.","Calendar":"Naptár","Camera":"Kamera","Camera not found":"A kamera nem található","Camera Serial":"Kamera sorozat","Can't access your authenticator app or device?":"Nem tud hozzáférni az autentikátor alkalmazásához vagy eszközéhez?","Can't load more, limit reached":"Nem tölthet be többet, elérte a korlátot","Can't select more items":"Nem lehet több elemet kiválasztani","Cancel":"Mégsem","Cannot copy to clipboard":"Nem lehet a vágólapra másolni","Caption":"Felirat","Cards":"Kártyák","Carousel slide {0} of {1}":"{0} körhinta {0} a {1}-től","Cast":"Szereplők","Category":"Kategória","Change Avatar":"Profilkép változtatása","Change Password":"Új jelszó","Change private flag":"Privát fotóként jelölés","Changes could not be saved":"Módosításokat nem sikerült menteni","Changes successfully saved":"Módosítások sikeresen mentve","Changes to the advanced settings require a restart to take effect.":"A speciális beállítások módosításához újraindításra van szükség, hogy a módosítások hatályba lépjenek.","Checked":"Ellenőrizve","Choose an instance to continue:":"Válasszon egy példányt a folytatáshoz:","Chroma":"Chroma","Cleaning index and cache":"Index és gyorsítótár tisztítása","Cleanup":"Tisztítás","Clear":"Tiszta","Clear {0}":"Clear {0}","Client":"Ügyfél","Close":"Bezárás","Cluster":"Klaszter","Cluster Admin":"Klaszteradminisztrátor","Cluster Node":"Klaszter csomópont","Codec":"Codec","Color":"Szín","Color Profile":"Színprofil","Colors":"Színek","Compare Editions":"Edíciók összehasonlítása","Complete Rescan":"Teljes újraolvasás","Confidence":"Pontosság","Confirm":"megerősít","Connect":"Csatlakozás","Connect via WebDAV":"Csatlakozás WebDAV-on keresztül","Connected":"Csatlakozva","Contact Details":"Elérhetőségek","Contact Us":"Lépjen kapcsolatba velünk","Contains %{n} pictures.":"%{n} képet tartalmaz.","Contains one picture.":"Egy képet tartalmaz.","Content":{"":"Tartalom","Edit":"Tartalom"},"Continue":"Folytatni","Contributor":"Hozzájáruló","Converting":"Konvertálás","Copied to clipboard":"Vágólapra másolva","Copy":"Másolat","Copying files from %s":"Fájlok másolása innen: %s","Copyright":"Szerzői jog","Could not be deleted":"Nem sikerült törölni","Could not connect, please try again":"Nem sikerült csatlakozni, próbálja újra","Could not update person cover":"Nem tudta frissíteni a személyi borítót","Couldn't find anything.":"Nem találtunk semmit.","Country":"Ország","Create Account":"Fiók létrehozása","Create album":"Album létrehozása","Create regular backups based on the configured schedule.":"Index biztonsági mentések létrehozása a konfigurált ütemezés alapján.","Create YAML files to back up album metadata.":"YAML fájlok létrehozása az album metaadatok biztonsági mentéséhez.","Create YAML sidecar files to back up picture metadata.":"YAML oldalkocsis fájlok létrehozása a képek metaadatainak mentéséhez.","Created":"Létrehozva","Creating thumbnails for":"Miniatűrök létrehozása a következőhöz","Current Password":"Jelenlegi jelszó","Custom":"Custom","Cyan":"Cián","Daily":"Napi","Database":"Adatbázis","Database Backups":"Adatbázis biztonsági mentések","Databases":"Adatbázisok","Date & Time":"Dátum és idő","Day":"Nap","Deactivate":"Deaktiválás","Debug Logs":"Hibakeresési naplók","Default":"Alapértelmezett","Default Folder":"Alapértelmezett mappa","Delete":"Törlés","Delete Album":"Album törlése","Delete All":"Mindent törölni","Delete all?":"Mindent törölni?","Delete orphaned index entries, sidecar files and thumbnails.":"Törli az elárvult indexbejegyzéseket, oldalkocsis fájlokat és miniatűröket.","deleted":"törölve","Description":"Leírás","Detailed instructions can be found in our User Guide.":"A részletes utasításokat a Felhasználói kézikönyvben találja.","Details":"Részletek","Dimensions":"Méretek","Disable all face detection and recognition features.":"Tiltja le az összes arcfelismerő és arcfelismerő funkciót.","Disable Backups":"Biztonsági mentések letiltása","Disable Darktable":"A Darktable letiltása","Disable ExifTool":"Az ExifTool letiltása","Disable Faces":"Arcok letiltása","Disable features that require write permission for the originals folder.":"Az eredeti mappa írási engedélyét igénylő funkciók letiltása.","Disable FFmpeg":"Az FFmpeg letiltása","Disable ImageMagick":"ImageMagick letiltása","Disable interactive world maps and reverse geocoding.":"Az interaktív világtérképek és a fordított geokódolás letiltása.","Disable MCP":"MCP letiltása","Disable Places":"Helyek letiltása","Disable RawTherapee":"A RawTherapee letiltása","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"A Model Context Protocol (MCP) API végpont letiltása az AI-ügynök integrációkhoz.","Disable Vectors":"Vektorok letiltása","Disable WebDAV":"A WebDAV letiltása","Disabled":"Tiltva","Disables vector graphics support.":"Letiltja a vektorgrafika támogatását.","Disables video transcoding and thumbnail extraction.":"Letiltja a videó átkódolását és a miniatűrök kinyerését.","Discard":"Dobja el a","Discard changes and close":"A módosítások elvetése és bezárása","Discard invalid changes?":"Érvénytelen módosítások elvetése?","Discard unsaved changes?":"A nem mentett módosítások elvetése?","Discover":"Felfedez","Dismiss":"Elutasíthatod","Display Name":"Megjelenített név","Display picture captions in search results.":"Képaláírások megjelenítése a keresési eredményekben.","Display picture titles in search results.":"Képcímek megjelenítése a keresési eredményekben.","Document":"Dokumentum","Documents":"Dokumentumok","Don't use Darktable to convert RAW images.":"Ne használja a Darktable-t RAW képek konvertálására.","Don't use ImageMagick to convert images.":"Ne használd az ImageMagick programot képek konvertálására.","Don't use RawTherapee to convert RAW images.":"Ne használja a RawTherapee-t RAW képek konvertálására.","Done":"Kész","Done.":"Kész.","Download":"Letöltés","Download only original media files, without any automatically generated files.":"Csak eredeti médiafájlok letöltése, automatikusan generált fájlok nélkül.","Download remote files":"Távoli fájlok letöltése","Downloading…":"Letöltés…","Drag and drop files here":"Húzza ide a fájlokat","Driver":"Vezető","Duplicates will be skipped and only appear once.":"A másolatok kimaradnak, és csak egyszer jelennek meg.","Duration":"Időtartam","Dynamic Previews":"Dinamikus előnézetek","Dynamic Size Limit: %{n}px":"Dinamikus méretkorlát: %{n}px","Edit":"Szerkesztés","Edit %{s}":"%{s} szerkesztése","Edit Account":"Fiók szerkesztése","Edit Photo":"Fénykép szerkesztése","Edit Photos (%{n})":"Fotók szerkesztése (%{n})","Edited":"Szerkesztette","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"A hibakeresési mód engedélyezése további naplók megjelenítéséhez és a hibaelhárítás segítéséhez.","Enable downloading of original and sidecar files from the web interface.":"Engedélyezze az eredeti és oldalkocsis fájlok letöltését a webes felületről.","Enable face recognition and the People view to easily find people you know.":"Az arcfelismerés és az Emberek nézet bekapcsolásával könnyedén megtalálhatja az ismerősöket.","Enable new features that may be incomplete or unstable.":"Engedélyezze az új funkciókat, amelyek hiányosak vagy instabilak lehetnek.","Enable the file browser to navigate the Originals folder structure.":"Engedélyezze a fájlböngésző használatát az Eredeti mappaszerkezetben való navigáláshoz.","Enables RAW converter presets. May reduce performance.":"Engedélyezi a RAW konverter előbeállításait. Csökkentheti a teljesítményt.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"A kéttényezős hitelesítés engedélyezése azt jelenti, hogy a bejelentkezéshez véletlenszerűen generált ellenőrző kódra lesz szüksége, így még ha valaki hozzáfér a jelszavához, nem férhet hozzá fiókjához.","Engine":"Motor","Enter date":"Adja meg a dátumot","Enter dates":"Adja meg a dátumokat","Enter item name...":"Adja meg a tétel nevét...","Enter the code generated by your authenticator app:":"Írja be a hitelesítési alkalmazás által generált kódot:","Enter verification code":"Adja meg a megerősítő kódot","Enter your password to confirm the action and continue:":"Adja meg jelszavát a művelet megerősítéséhez, és folytassa:","Entity not found":"Entitás nem található","Error":"Hiba","Errors":"Hibák","Estimate":"Becslés","Estimate Locations":"Becsült helyszínek","Estimate the approximate location of pictures without GPS coordinates.":"A képek hozzávetőleges helyének becslése GPS-koordináták nélkül.","Every two days":"Kétnaponta","Exclude hidden":"Rejtett kizárás","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Az ExifTool segítségével történő metaadat-kivonatolás szükséges a teljes videó-, élőfotó- és XMP-támogatáshoz.","Experimental Features":"Kísérleti jellemzők","Expires":"Lejár","Exposure":"Kitettség","Extract still images and generate thumbnails while indexing.":"Állóképek kivonása és miniatűrök készítése indexelés közben.","F Number":"F Szám","Face":"Arc","Face not found":"Arc nem található","Faces":"Arcok","Failed creating file, please check permissions":"Sikertelen fájl létrehozása, kérjük ellenőrizze a jogosultságokat","Failed creating folder, please check permissions":"Mappa létrehozása sikertelen, kérjük, ellenőrizze a jogosultságokat","Failed removing link":"Nem sikerült eltávolítani a linket","Failed to connect account.":"Nem sikerült csatlakoztatni a fiókot.","Failed to create zip file":"Nem sikerült létrehozni a zip fájlt","Failed to load users.":"A felhasználók betöltése nem sikerült.","Failed to remove face marker":"Nem sikerült eltávolítani az arcjelzőt","Failed to remove name":"Nem sikerült eltávolítani a nevet","Failed to restart server":"A szerver újraindítása nem sikerült","Failed to save changes":"A módosítások mentése sikertelen","Failed to save face marker":"Nem sikerült megmenteni az arcjelzőt","Failed to save name":"Nem sikerült elmenteni a nevet","Failed updating link":"Nem sikerült frissíteni a linket","Family Name":"Családnév","Fast":"Gyors","Favorite":"Kedvenc","Favorites":"Kedvencek","Feature disabled":"Funkció letiltva","Feature Request":"Funkciókérés","Female":"Női","File":"Fájl","File Browser":"Fájl böngésző","File Conversion":"Fájl átalakítás","File deleted":"Fájl törölve","File Name":"Fájlnév","File not found":"Fájl nem található","File removed from stack":"Fájl eltávolítva a halomból","File Size":"Fájl méret","File too large":"Túl nagy fájl","File uploaded":"Fájl feltöltve","Filename":"Fájlnév","Files":"Fájlok","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Az olyan szekvenciális nevű fájlok, mint az „IMG_1234 (2)” és „IMG_1234 (3)”, ugyanahhoz a képhez tartoznak.","First page":"Első oldal","Focal Length":"Gyújtótávolság","Folder":"Mappa","Folder contains %{n} files":"A mappa %{n} fájlt tartalmaz","Folder is empty":"A mappa üres","Folders":"Mappák","Forgot password?":"Elfelejtett jelszó?","FPS":"FPS","Frames":"Keretek","Full Access":"Teljes hozzáférés","Fullscreen":"Teljes képernyő","General":"Általános","Generate":"generál","Generate Previews":"Előnézetek generálása","Generated":"Generált","Get Started":"Kezdje el","Given Name":"Keresztnév","Global Options":"Globális lehetőségek","Go to page {0}":"Menj az oldalra {0}","Gold":"Arany","Green":"Zöld","Grey":"Szürke","Groups":"Csoportok","Guest":"Vendég","Hash":"Hash","Help":"Segítség","Help & Support":"Segítség & Támogatás","Hidden":"Rejtett","Hidden Files":"Rejtett fájlok","Hide":"Elrejt","Hide Caption":"Felirat elrejtése","Hide face markers":"Arcjelzők elrejtése","Hide private content from global views while keeping it accessible in the Private section.":"A privát elemek elrejtése a globális nézetekből, miközben a Privát szekcióban elérhetőek maradnak.","High":"Magas","High Dynamic Range (HDR)":"Nagy dinamikatartomány (HDR)","Hybrid":"Hibrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Ha elveszíti hozzáférését hitelesítő alkalmazásához vagy eszközéhez, a helyreállítási kód segítségével visszaszerezheti a hozzáférést fiókjához.","Image":"Kép","Image Quality":"Képminőség","Import":"Importálás","Import canceled":"Importálás megszakítva","Import completed in %d s":"Importálás %d másodperc alatt befejeződött","Import failed":"Az importálás sikertelen","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Az importált fájlok dátum szerint vannak rendezve, és egyedi nevet kapnak a párhuzamosságok elkerülése érdekében.","Importing %{s}…":"%{s} importálása…","Importing files to originals…":"Fájlok importálása eredetibe…","in":"-ban/-ben","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Ha hiányoznak a várt képek, kérjük, ellenőrizze újra a könyvtárát, és várja meg, amíg az indexelés befejeződik.","Include RAW image files when downloading stacks and archives.":"RAW képfájlok felvétele a verem és az archívumok letöltésekor.","Include sidecar files when downloading stacks and archives.":"Oldalkocsis fájlok bevonása a verem és az archívumok letöltésekor.","Increase storage size or delete files to continue.":"A folytatáshoz növelje a tároló méretét vagy törölje a fájlokat.","Index":"Index","Indexing":"Indexelés","Indexing canceled":"Indexelés megszakítva","Indexing completed in %d s":"Indexelés %d másodperc alatt befejeződött","Indexing failed":"Az indexelés nem sikerült","Indexing files in %s":"Fájlok indexelése itt: %s","Indexing media and sidecar files…":"Média- és oldalsó fájlok indexelése…","Indexing originals...":"Eredeti dokumentumok indexelése...","Information":"Információ","Inherit":"Örököl","Instance":"Példa","Instance ID":"Példányazonosító","Instance unreachable. Try again once it's back online.":"Az példány nem érhető el. Kérjük, próbálja meg újra, miután újra elérhetővé válik.","Instances":"Instances","Insufficient storage":"Elégtelen tárolás","Insufficient storage.":"Elégtelen tárolás.","Interval":"Intervallum","Invalid":"Érvénytelen","Invalid address":"Érvénytelen cím","Invalid country":"Érvénytelen ország","Invalid credentials":"Érvénytelen belépési adatok","Invalid date":"Érvénytelen dátum","Invalid link":"Érvénytelen hivatkozás","Invalid name":"Érvénytelen név","Invalid parameters":"Érvénytelen paraméterek","Invalid password, please try again":"Érvénytelen jelszó, próbálkozzon újra","Invalid photo selected":"Érvénytelen fénykép kiválasztva","Invalid time":"Érvénytelen idő","Invalid URL":"Érvénytelen URL","Invalid verification code, please try again":"Érvénytelen ellenőrző kód. Kérjük, próbálja újra","IP Address":"IP-cím","It is a one-time use code that will disable 2FA for your account when you use it.":"Ez egy egyszer használatos kód, amely letiltja a 2FA-t a fiókjában, amikor azt használja.","Item":"Tétel","Items per page:":"Tételek oldalanként:","JPEG Quality: %{n}":"JPEG minőség: %{n}","JPEG Size Limit: %{n}px":"JPEG méretkorlát: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"A JPEG-fájlok és miniatűrök szükség szerint automatikusan megjelennek.","Keyword":"Kulcsszó","Keywords":"Kulcsszavak","Label":"Címke","Label not found":"Címke nem található","Label saved":"Címkék mentve","Labels":"Címkék","Labels deleted":"Címkék törölve","Language":"Nyelv","Last Active":"Utolsó aktív","Last Login":"Utolsó bejelentkezés","Last page":"Utolsó oldal","Last Sync":"Utolsó szinkronizálás","Last Used":"Utoljára használt","Latitude":"Szélességi kör","LDAP/AD":"LDAP/AD","Learn more":"Tudjon meg többet","Learn More":"Tudjon meg többet","Legal Information":"Jogi információk","Lens":"Lencse","Lens not found":"A lencse nem található","Library":"Könyvtár","License":"Engedély","Like":"Kedvelés","Lime":"Mész","Limit reached, showing first %{n} files":"Elérte a korlátot, az első %{n} fájl látható","Link":"Link","List":"Lista","List View":"Lista nézet","Live":"Élő","Live Photos":"Fényképek","Load more":"Töltsön többet","Loading items...":"Tételek betöltése...","Loading...":"Betöltés...","Local":"Helyi","Local Time":"Helyi idő","Location":"Elhelyezkedés","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Naplóüzenetek jelennek meg itt, ha a PhotoPrism hibás fájlokat talál, vagy más lehetséges problémák merülnek fel.","Login":"Belépés","Logs":"Naplók","Longitude":"Hosszúság","Lost server connection":"Elveszett szerverkapcsolat","Low":"Alacsony","Magenta":"Bíborvörös","Main Color":"Fő szín","Male":"Férfi","Manage Account":"Számla kezelése","Manager":"Menedzser","Manual":"Kézi","Manual Upload":"Kézi feltöltés","Maps":"Térképek","Marker":"Jelző","Maximum number of accounts has been reached.":"A számlák maximális száma elérte a határt.","Media":"Média","Medium":"Közepes","Membership":"Tagság","Merge %{a} with %{b}?":"Összevonja %{a}-t a %{b}-val?","Message":"Üzenet","Metadata":"Metaadatok","Metrics":"Metrikák","Minimize":"Minimalizálja","Missing":"Hiányzó","Missing or invalid configuration":"Hiányzó vagy érvénytelen konfiguráció","mixed":"vegyes","Moments":"Pillanatok","Monochrome":"Monokróm","Month":"Hónap","More options":"További lehetőségek","Mosaic":"Mozaik","Most Relevant":"Legrelevánsabb","Move Files":"Fájlok áthelyezése","Moving files from %s":"Fájlok áthelyezése innen: %s","Must have at least %{n} characters.":"Legalább %{n} karakteresnek kell lennie.","Mute":"Mute","Name":"Név","Name too long":"A név túl hosszú","Never":"Soha","New":"Új","New Password":"Új jelszó","Newest First":"Először a legújabb","Next":"Következő","Next page":"Következő oldal","Next visual":"Következő vizuális","No":"Nem","No Access":"Nincs hozzáférés","No albums assigned":"Nincsenek hozzárendelt albumok","No albums found":"Nem találhatók albumok","No albums selected":"Nincsenek kiválasztott albumok","No data available":"Nincs adat","No files available for download":"Nincsenek letölthető fájlok","No items selected":"Nincsenek kiválasztva elemek","No labels assigned":"Nincsenek hozzárendelt címkék","No labels found":"Nem találhatók címkék","No labels selected":"Nincsenek kiválasztva címkék","No matching records found":"Nem találtunk megfelelő rekordokat","No more":"Nem több","No people found":"Nem találhatók személyek","No pictures found":"Nem találhatók képek","No recently edited pictures":"Nincsenek nemrég szerkesztett képek","No registered instances.":"Nincs regisztrált példány.","No results":"Nincs eredmény","No server connection":"Nincs szerverkapcsolat","No servers configured.":"Nincsenek konfigurálva szerverek.","No services configured.":"Nincsenek konfigurálva szolgáltatások.","No thanks":"Nem köszönöm","No users on this instance.":"Nincs felhasználó ezen az instancián.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nincsenek figyelmeztetések vagy hibák, amelyek ezt a kulcsszót tartalmazzák. Vegye figyelembe, hogy a keresés megkülönbözteti a kis- és nagybetűket.","Node":"Node","Nodes":"Csomópontok","Non-photographic and low-quality images require a review before they appear in search results.":"A rossz minőségű képek ellenörzésre kerülnek, mielőtt megjelennének a keresési eredmények között.","None":"Egyik sem","Not allowed":"Nem megengedett","Not available in public mode":"Nyilvános módban nem elérhető","Not available in read-only mode":"nem érhető el csak olvasható módban","Not found":"Nem található","Not sorted.":"Nem rendezett.","Not supported":"Nem támogatott","Note you may manually manage your originals folder and importing is optional.":"Vegye figyelembe, hogy manuálisan is kezelheti az eredeti mappát, és az importálás nem kötelező.","Note:":"Megjegyzés:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Megjegyzés: Csak a WebDAV-kiszolgálók, például a Nextcloud vagy a PhotoPrism konfigurálhatók távoli szolgáltatásként biztonsági mentéshez és fájlfeltöltéshez.","Notes":"Megjegyzések","Nothing to see here yet.":"Itt még nincs látnivaló. Legyél türelmes.","Nothing was found.":"Semmit sem találtak.","Offline":"Offline","OK":"OK","Oldest First":"Először a legidősebb","On Windows, enter the following resource in the connection dialog:":"Windows alatt adja meg a következő erőforrást a kapcsolat párbeszédpanelen:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"A miniatűrök igény szerinti generálása magas CPU- és memóriahasználatot okozhat. Erőforrás-korlátozott szerverek és NAS-eszközök esetében nem ajánlott.","Once a week":"Hetente egyszer","One album found":"Egy albumot találtunk","One entry added to %s":"Egy bejegyzés hozzáadva a következőhöz: %s","One entry removed from %s":"Egy bejegyzés eltávolítva innen: %s","One file found":"Egy fájl található","One file uploaded":"Egy feltöltött fájl","One folder found":"Egy mappa található","One label found":"Egy címkét találtunk","One person found":"Egy személyt találtak","One picture found":"Egy kép található","Only locally managed accounts can be set up for authentication with 2FA.":"Csak helyileg kezelt fiókok állíthatók be a 2FA-val történő hitelesítéshez.","Open":"Nyissa meg a címet.","optional":"opcionális","or":"vagy","Orange":"Narancssárga","Organization":"Orientáció","Orientation":"Orientáció","Original file names will be stored and indexed.":"Az eredeti fájlneveket a rendszer tárolja és indexeli.","Original Name":"Eredeti Név","Originals":"Eredetiek","Originals folder is empty":"Az „Originals” mappa üres","Other":"Egyéb","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Küldetésünk, hogy a legfelhasználó- és adatvédelmi szempontból legkedvezőbb megoldást nyújtsuk képeinek rendszerezésére és elérhetőségére.","Outdoor":"Szabadtéri","Page {0}, Current page":"Oldal {0}, Jelenlegi oldal","Pages":"Oldalak","Pagination Navigation":"Oldalszámozás Navigáció","Panorama":"Panoráma","Panoramas":"Panorámák","Part of all selected photos":"Az összes kiválasztott fotó egy része","Part of some selected photos":"Néhány kiválasztott fotó egy része","Password":"Jelszó","Password changed":"A jelszó megváltozott","Pause":"Szünet","Payment required":"Fizetés szükséges","People":"Személyek","People you share a link with will be able to view public contents.":"Azok, akikkel megoszt egy linket, nyilvános tartalmakat tekinthetnek meg.","Permanently deleted":"Véglegesen törölve","Permission denied":"Engedély megtagadva","Person":"Személy","Person cover updated":"Személyi fedezet frissítve","Person deleted":"Személy törölve","Person not found":"Személy nem található","Person saved":"Személy mentve","Personal":"Személyes","Photo":"Fénykép","PhotoPrism is 100% self-funded and independent.":"A PhotoPrism 100%-ban önfinanszírozó és független.","PhotoPrism+ Membership":"PhotoPrism+ tagság","Photos":"Fényképek","Picture":"Kép","Picture Title":"Kép címe","Pink":"Rózsaszín","Pinned":"Kiemelve","Place":"Hely","Place & Time":"Hely és idő","Places":"Helyek","Play":"Játék","Please confirm your new password.":"Kérjük, erősítse meg új jelszavát.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kérjük, másolja ki a következő véletlenszerűen generált alkalmazásjelszót, és tartsa biztonságos helyen, mert nem fogja többé látni:","Please do not upload any private, unlawful or offensive pictures.":"Kérjük, ne töltsön fel magánjellegű, jogellenes vagy sértő képeket.","Please don't upload photos containing offensive content.":"Kérjük, ne töltsön fel sértő tartalmat tartalmazó fotókat.","Please enter OTP character {0}":"Kérjük, adja meg az OTP karaktert {0}","Please log in to your account":"Kérjük, jelentkezzen be fiókjába","Please note that changing your password will log you out on other devices and browsers.":"Felhívjuk figyelmét, hogy a jelszó megváltoztatása más eszközökön és böngészőkben is kijelentkezik.","Please restart your instance for the changes to take effect.":"Kérjük, indítsa újra a példányt, hogy a módosítások hatályba lépjenek.","Please wait…":"Kérjük, várjon…","PM":"PM","PNG Size Limit: %{n}px":"PNG méretkorlát: %{n}px","Portal":"Portál","Portrait":"Portré","Preserve filenames":"Fájlnevek megőrzése","Press enter to create a new album.":"Új album létrehozásához nyomja meg az Enter billentyűt.","Press enter to create new item":"Új elem létrehozásához nyomja meg az Entert","Prevent database and album backups as well as YAML sidecar files from being created.":"Megakadályozza az adatbázis- és albummentések, valamint a YAML oldalkocsis fájlok létrehozását.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Megakadályozza, hogy más alkalmazások hozzáférjenek a PhotoPrismhez mint megosztott hálózati meghajtóhoz.","Preview":"Előnézet","Preview Images":"Képek előnézete","Previous":"Előző","Previous page":"Előző oldal","Previous visual":"Előző kép","Primary":"Elsődleges","Private":"Privát","Processing upload...":"Feltöltés feldolgozása...","Product Feedback":"Termék visszajelzés","Projection":"Kivetítés","Purple":"Lila","Quality Filter":"Minőségi szűrő","Quality Score":"Minőségi mutató","Quota exceeded":"A kvóta túllépése","Random":"Véletlen","Rating {0} of {1}":"A {0} minősítés {1}","Raw":"Nyers","RAW":"NYERS","Re-index all originals, including already indexed and unchanged files.":"Indexelje újra az összes eredetit, beleértve a már indexelt és változatlan fájlokat is.","Read-Only Mode":"Csak olvasható mód","Recently Added":"Nemrég hozzáadott","Recently Archived":"Nemrégiben archiválva","Recently Edited":"Nemrég szerkesztve","Recognition starts after indexing has been completed.":"A felismerés az indexelés befejezése után kezdődik.","Recognized":"Elismert","Recovery Code":"Helyreállítási kód","Red":"Piros","Refresh":"Frissítés","Regions":"Régiók","Register":"Regisztráció","Reload":"Újratöltés","Reloading…":"Újratöltés…","Remote Sync":"Távoli szinkronizálás","Remove":"Távolítsa el","remove failed: unknown album":"eltávolítás sikertelen: ismeretlen album","Remove from Album":"Eltávolítás az albumból","Remove from all":"Távolítsa el az összes","Remove from all selected photos":"Eltávolítás az összes kiválasztott fotóról","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Távolítsa el az importált fájlokat a tárhely megtakarításához. A nem támogatott fájltípusok soha nem törlődnek, a jelenlegi helyükön maradnak.","Remove the selected instance from the cluster registry?":"A kiválasztott példány eltávolítása a fürtregiszterből?","Removed":"Eltávolított","Removed %{name}":"A %{name} eltávolítva","Removed %d files and %d photos":"%d fájl és %d fénykép eltávolítva","Repeated":"Ismételt","Request failed - are you offline?":"A kérés sikertelen - offline vagy?","Request failed - invalid response":"Sikertelen kérés – érvénytelen válasz","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"A nem fényképes és gyenge minőségű képeket a keresési eredményekben való megjelenésük előtt felül kell vizsgálni.","Resolution":"Felbontás","Restart":"Újraindítás","Restore":"Visszaállítás","Restored":"Visszaállított","Retry Limit":"Újrapróbálkozási korlát","Retype Password":"Gépelje be újra a jelszót","Review":"Felülvizsgálat","Role":"Szerepvállalás","Roles":"Szerepek","Rotated":"Forgatott","Rows per page:":"Sorok oldalanként:","Satellite":"Műholdas","Save":"Mentés","Save changes":"Változások mentése","Scan":"Szkennelt","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Olvassa be a QR-kódot a hitelesítő alkalmazással, vagy használja az alább látható beállítási kulcsot, majd írja be a generált ellenőrző kódot:","Scans":"Szkennel","Scope":"Terjedelem","Scopes":"Területek","Search":"Keresés","Season":"Évad","Secret":"Titok","Security and Access":"Biztonság és hozzáférés","Select":"Kiválasztás","Select a source folder to import files…":"Válassza ki a forrásmappát a fájlok importálásához…","Select date":"Válassza ki a dátumot","Select dates":"Válassza ki a dátumokat","Select or create albums":"Albumok kiválasztása vagy létrehozása","Select or create labels":"Címkék kiválasztása vagy létrehozása","Select or drop files to upload…":"Válassza ki vagy tegye le a fájlokat a feltöltéshez…","Select the files to upload…":"Válassza ki a feltölteni kívánt fájlokat…","Select the folder to be indexed…":"Válassza ki az indexelendő mappát…","Select Time":"Idő kiválasztása","Selection":"Kiválasztás","Selection added to %s":"Választék hozzáadva a következőhöz: %s","Selection approved":"Kiválasztás jóváhagyva","Selection archived":"A kijelölés archiválva","Selection marked as private":"A kijelölés privátként megjelölve","Selection not found":"Kiválasztás nem található","Selection restored":"Kiválasztás visszaállítva","Sequential Name":"Sorozati név","Service":"Szolgáltatás","Service URL":"Szolgáltatás URL-je","Services":"Szolgáltatások","Session":"Ülés","Session ID":"Munkamenet azonosítója","Sessions":"Ülések","Set as Album Cover":"Album borítóként beállítva","Set as Cover Image":"Beállítás borítóképként","Settings":"Beállítások","Settings saved":"Beállítások elmentve","Setup":"Beállít","Severity":"Súlyosság","Share":"Megosztás","Share %{s}":"%{s} megosztása","Show":"Előadás","Show All Labels":"Minden címke megjelenítése","Show all new faces":"Az összes új arc megjelenítése","Show Caption":"Felirat megjelenítése","Show Captions":"Feliratok megjelenítése","Show face markers":"Arcjelzők megjelenítése","Show hidden":"Rejtett megjelenítése","Show Important Only":"Csak a fontosak megjelenítése","Show logs in the web interface to monitor activity and troubleshoot problems.":"Naplók megjelenítése a webes felületen a tevékenység nyomon követése és a problémák elhárítása érdekében.","Show smart albums that group pictures by occasion, trip, or location.":"Olyan intelligens albumok megjelenítése, amelyek a képeket alkalom, utazás vagy helyszín szerint csoportosítják.","Show the Account page so users can manage their profile and security settings.":"A Fiók oldal megjelenítése, hogy a felhasználók kezelhessék profiljukat és biztonsági beállításaikat.","Show the Calendar view to browse the library by year and month.":"A Naptár nézet megjelenítése a könyvtár év és hónap szerinti böngészéséhez.","Show the Labels section to view and manage AI-generated labels.":"A Címkék szakasz megjelenítése az AI által generált címkék megtekintéséhez és kezeléséhez.","Show the Library section to index, manage, and monitor the media library.":"A Könyvtár szakasz megjelenítése a médiatár indexeléséhez, kezeléséhez és felügyeletéhez.","Show the Places view with interactive maps so you can browse photos by location.":"Mutassa meg a Helyek nézetet interaktív térképekkel, hogy a fényképeket hely szerint böngészhesse.","Show Titles":"Címek megjelenítése","Sidecar":"Oldalkocsi","Sidecar Files":"Oldalkocsis fájlok","Sign in":"Bejelentkezés","Sign Out":"Kijelentkezés","Similar":"Hasonló","Site URL":"Webhely URL címe","Size":"Méret","Slideshow":"Diavetítés","Slow":"Lassú","Software":"Szoftver","Software Update":"Szoftverfrissítés","Some albums could not be copied":"Néhány albumot nem lehetett másolni","Some albums could not be created. Please edit the names and try again.":"Néhány albumot nem lehetett létrehozni. Kérjük, szerkessze a neveket, és próbálja meg újra.","Some albums could not be updated":"Néhány albumot nem lehetett frissíteni","Something went wrong, try again":"Valami rosszul ment, próbálja újra","Sort by":"Rendezés","Sort by Name (A–Z)":"Rendezés név szerint (A-Z)","Sort by Photo Count":"Rendezés fotók száma szerint","Sort by Relevance":"Rendezés relevancia szerint","Sort Order":"Sorrend","Sorted ascending.":"Növekvő sorrendben.","Sorted descending.":"Csökkenő sorrendben.","Source":"Forrás","Stack":"Csoportosítás","Stack files sharing the same unique image or instance identifier.":"Fájlok csoportosítása, amelyek ugyanazt az egyedi képet vagy példányazonosítót tartalmazzák.","Stack pictures taken at the exact same time and location based on their metadata.":"A metaadataik alapján csoportosítsa a pontosan ugyanabban az időben és helyen készült képeket.","Stackable":"Egymásra rakható","Stacks":"Stackek","Start":"Rajt","Start Page":"Kezdőlap","Static Size Limit: %{n}px":"Statikus méretkorlát: %{n}px","Status":"Állapot","Stay signed in on this device":"Maradjon bejelentkezve ezen az eszközön","Stop Casting":"Vess véget a szereposztásnak","Storage":"Tárhely","Streets":"Utcák","Subject":"Tárgy","Subject deleted":"Tárgy törölve","Subject not found":"Tárgy nem található","Subject saved":"Tárgy mentve","Successfully activated":"Sikeres aktiválás","Successfully Connected":"Sikeresen csatlakoztatva","Successfully deleted":"Sikeresen törölve","Successfully verified":"Sikeresen ellenőrizve","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"A további szolgáltatások, például a Google Drive támogatása jelenleg fejlesztés alatt áll.","Support Our Mission":"Támogassa küldetésünket","Sync":"Szinkronizálás","Sync raw and video files":"Nyers és videofájlok szinkronizálása","Taken":"Felvett","Teal":"A zöldeskék","Terrain":"Terep","Text":"Szöveg","Thank You for Your Support!":"Köszönjük a támogatást!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Ezért a PhotoPrismet az alapoktól kezdve úgy építették fel, hogy bárhol fusson, ahol csak szüksége van rá, anélkül, hogy a szabadság, a magánélet vagy a funkcionalitás sérülne.","The index currently contains %{n} hidden files.":"Az index jelenleg %{n} rejtett fájlt tartalmaz.","The instance rejected the cluster credentials.":"Az példány elutasította a klaszter hitelesítő adatait.","The instance returned an unexpected redirect.":"Az alkalmazás váratlan átirányítást hajtott végre.","The wakeup interval is %s, but must be 1h or less":"Az ébresztési időköz %s, de legfeljebb 1 óra lehet","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Előfordulhat, hogy a formátumuk nem támogatott, még nem konvertálták JPEG formátumba, vagy ismétlődők vannak.","Theme":"Téma","This account is missing an ID and can't be edited.":"Ennek a fióknak nincs azonosítója, ezért nem szerkeszthető.","This field is required":"Ez a mező kötelező","This instance has no site URL configured.":"Ehhez az példányhoz nincs beállítva webhely-URL.","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.":"Ez hálózati meghajtóként csatlakoztatja az eredeti mappát, és lehetővé teszi a fájlok megnyitását, szerkesztését és törlését számítógépéről vagy okostelefonjáról, mintha azok helyi lennének.","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. ":"Ez hálózati meghajtóként csatlakoztatja az eredeti mappát, és lehetővé teszi a fájlok megnyitását, szerkesztését és törlését számítógépéről vagy okostelefonjáról, mintha azok helyi lennének.","Time":"Idő","Time UTC":"Idő UTC","Time Zone":"Időzóna","Timeout":"Időtúllépés","Title":{"":"Cím","Account":"Cím","Photo":"Cím"},"Title / Position":"Cím / Pozíció","to":"nak nek","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Annak elkerülése érdekében, hogy ne zárjon ki fiókjából, kérjük, töltse le, nyomtassa ki vagy másolja ki ezt a helyreállítási kódot most, és tartsa biztonságos helyen.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Új alkalmazásspecifikus jelszó generálásához adja meg az alkalmazás nevét és engedélyezési hatókörét, és válasszon egy lejárati dátumot:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Ha új hitelesítő alkalmazásra vagy eszközre szeretne váltani, először deaktiválja a kéttényezős hitelesítést, majd aktiválja újra:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"A frissítéshez vagy megadhat egy aktiváló kódot, vagy a \"Regisztráció\" gombra kattintva regisztrálhat a weboldalunkon:","Today":"Ma","Toggle View":"Nézet váltása","Token":"Jelképes","Too many files selected":"Túl sok fájl van kiválasztva","Too many requests":"Túl sok kérés","Troubleshooting":"Hibaelhárítás","Try again using other filters or keywords.":"Próbálja újra más szűrők vagy kulcsszavak használatával.","Two-factor authentication has been enabled for your account.":"A kétlépcsős hitelesítés engedélyezve van fiókjában.","Type":"Típus","Unable to delete":"Törlés nem lehetséges","Unable to do that":"Ezt nem tudom megtenni","Unassign":"Unassign","Unauthorized":"Jogosulatlan","Undo":"Visszavonás","Unique ID":"Egyéni azonosító","Unknown":"Ismeretlen","Unknown location":"Ismeretlen helyszín","Unregistered":"Nem regisztrált","Unsorted":"Rendezés nélkül","Unstack":"Bontsa ki","Unsupported":"Nem támogatott","Unsupported format":"Nem támogatott formátum","Unsupported type":"Nem támogatott típus","Updated":"Frissítve","Updating faces":"Arcok frissítése","Updating index":"Index frissítése","Updating moments":"Frissítő pillanatok","Updating picture…":"Kép frissítése…","Updating previews":"Előnézetek frissítése","Updating stacks":"Csoportosítások frissítése","Upgrade":"Frissítés","Upgrade Now":"Frissítés most","Upload":"Feltöltés","Upload complete":"Feltöltés kész","Upload complete. Indexing…":"Feltöltés kész. Indexelés…","Upload failed":"Feltöltés sikertelen","Upload has been processed":"Feltöltött fájlok feldolgozva","Upload local files":"Helyi fájlok feltöltése","Upload might be offensive":"A feltöltött fájl sértő lehet","Upload Path":"Feltöltési útvonal","Uploading %{n} of %{t}…":"%{n}/%{t} feltöltése…","Uploading photos…":"Fényképek feltöltése…","Uploading…":"Feltöltés…","Uploads that may contain such images will be rejected automatically.":"Az esetlegesen ilyen képeket tartalmazó feltöltések automatikusan elutasításra kerülnek.","URL":"URL","Use Presets":"Előbeállítások használata","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Ha nem tud érvényes ellenőrző kódot generálni a hitelesítő alkalmazással, használja a következő helyreállítási kódot a fiók eléréséhez:","Use your recovery code or contact an administrator for help.":"Használja a helyreállítási kódot, vagy forduljon a rendszergazdához segítségért.","User":"Felhasználó","User Guide":"Felhasználói útmutató","User Interface":"Felhasználói felület","User not found":"Felhasználó nem található","Username":"Felhasználónév","Users":"Felhasználók","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorok","Verification Code":"Ellenőrző kód","Version":"Verzió","Video":"Videó","Video Duration":"Időtartam","Videos":"Videók","View":"Kilátás","View search results as a list.":"A keresési eredmények listaként történő megtekintése.","Viewer":"Viewer","Vision":"Vision","Visitor":"Látogató","Visual Similarity":"Csoportosítás hasonlóság szerint","Warning":"Figyelmeztetés","Web Login":"Webes bejelentkezés","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"A WebDAV-kliensek a következő URL-címen csatlakozhatnak a PhotoPrism-hez:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"A WebDAV-kliensek, mint például a Microsoft Windows Intézője vagy az Apple Finder, közvetlenül csatlakozhatnak a PhotoPrism-hez.","WebDAV Upload":"WebDAV feltöltés","WebGL support is disabled in your browser":"A WebGL-támogatás le van tiltva a böngésződben","Website":"Weboldal","White":"Fehér","Work Details":"Részletek","Year":"Év","Yellow":"Sárga","Yes":"Igen","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"A tagsággal kapcsolatos kérdésekkel kapcsolatban szívesen állunk rendelkezésére a membership@photoprism.app e-mail címen.","You can only download one album":"Csak egy albumot tölthet le","You can only download one label":"Csak egy címkét tölthet le","You can search for a location or move the marker on the map to change the position:":"Kereshet egy helyszínt, vagy a térképen mozgathatja a jelölőt a pozíció megváltoztatásához:","You can upload up to %{n} files for test purposes.":"Legfeljebb %{n} fájlt tölthet fel tesztelés céljából.","You cannot change your own role.":"A saját szerepedet nem módosíthatod.","You do not have access to any instances.":"Nincs hozzáférése egyetlen példányhoz sem.","You may only select one item":"Csak egy elemet választhat ki","You may rescan your library to find additional faces.":"Újra beolvashatja könyvtárát, hogy további arcokat találjon.","Your account could not be connected":"A fiókját nem lehetett csatlakoztatni","Your account has been successfully connected.":"A fiókját sikeresen csatlakoztattuk.","Your browser does not support WebGL":"A böngésző nem támogatja a WebGL-t","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Folyamatos támogatása segít nekünk olyan szolgáltatásokat nyújtani, mint a műholdas térképek és új funkciók fejlesztése.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Könyvtárát folyamatosan elemzi a rendszer, hogy automatikusan létrehozza a különleges pillanatokat, utazásokat és helyeket tartalmazó albumokat.","Zip created in %d s":"A tömörített fájl létrejött %d másodperc alatt","Zoom in/out":"Nagyítás/kicsinyítés","Archive":{"Noun":"Archívum","Verb":"Archívum"},"Add a Title":{"Photo":"Cím hozzáadása"}}} \ No newline at end of file +{"hu":{"{0} appended action":"{0} appended action","{0} files":"{0} fájlok","{0} files ({1} in total)":"{0} fájlok ({1} összesen)","{0} more":"{0} még","{0} prepended action":"{0} prepended action","{0} selected":"{0} kiválasztott","{0}-{1} of {2}":"{0}-{1} of {2}","%{n} albums found":"%{n} album találat","%{n} files uploaded":"%{n} fájl feltöltve","%{n} folders found":"%{n} mappa találat","%{n} GB of %{q} GB used":"%{n} GB %{q} GB használt","%{n} labels found":"%{n} címke találat","%{n} people found":"%{n} ember találat","%{n} pictures found":"%{n} kép találat","%{s} is too long":"%{s} túl hosszú","%{s} is too short":"%{s} túl rövid","%d entries added to %s":"%d bejegyzés hozzáadva a következőhöz: %s","%d entries removed from %s":"%d bejegyzés eltávolítva innen: %s","%d files uploaded in %d s":"%d fájl feltöltve %d másodperc alatt","%s already exists":"%s már létezik","%s has been restored":"%s visszaállítva","1 hour":"1 óra","12 hours":"12 óra","2-Factor Authentication":"2-faktoros hitelesítés","2FA":"2FA","4 hours":"4 óra","A click will copy it to your clipboard.":"A kattintás egy másolatot helyez a vágólapra.","A new version of %{s} is available:":"A %{s} új verziója elérhető:","About":"Rólunk","Access granted.":"Hozzáférés engedélyezve.","Access revoked.":"A hozzáférés visszavonva.","Access Token":"Hozzáférési jelszó","Account":"Fiók","Account created":"Fiók létrehozva","Account deleted":"Fiók törölve","Account Group Mappings":"Fiókcsoport-hozzárendelések","Account not found":"Fiók nem található","Account restored":"Fiók visszaállítva","Account saved":"Fiók mentve","Accounts":"Fiókok","Accuracy":"Pontosság","Action":"Művelet","Actions":"Műveletek","Activate":"Aktiválja a címet.","Activate to remove sorting.":"Aktiválja a szortírozás megszüntetéséhez.","Activate to sort ascending.":"Aktiválja a növekvő rendezéshez.","Activate to sort descending.":"Aktiválja a csökkenő rendezéshez.","Activation Code":"Aktiválási kód","Activity":"Tevékenység","Add":"Add","Add %{s}?":"Add %{s}?","Add a Caption":"Felirat hozzáadása","Add Account":"Fiók hozzáadása","Add Album":"Album hozzáadása","Add Link":"Hivatkozás hozzáadása","Add Notes":"Megjegyzések hozzáadása","Add person?":"Személyt hozzáadni?","Add pictures from search results by selecting them.":"Képek hozzáadása a találok közül kiválasztás segítéségével.","Add to album":"Hozzáadás albumhoz","Add to all":"Hozzáadás az összeshez","Add to all selected photos":"Hozzáadás az összes kiválasztott fényképhez","Added":"Hozzáadva","Added %{name}":"Hozzáadva: %{name}","Adjust Camera Info":"Kamera-információk beállítása","Adjust Date & Time":"Dátum és idő beállítása","Adjust Location":"Helyszín beállítása","Admin":"Admin","Advanced":"Haladó","Advertise URL":"URL hirdetése","After 1 day":"Egy nap után","After 3 days":"Három nap után","After 7 days":"Hét nap után","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Miután megerősítésképpen megadta jelszavát, beállíthat kétfaktoros hitelesítést egy kompatibilis hitelesítő alkalmazással vagy eszközzel:","After one month":"Egy hónap után","After one year":"Egy év után","After selecting pictures from search results, you can add them to an album using the context menu.":"A találokból kiválasztott képeket, tetszőleges albumhoz adni a menü segítségével lehet.","After two months":"Két hónap után","After two weeks":"Két hét után","Album":"Album","Album %s deleted":"%s album törölve","Album Backups":"Album biztonsági mentések","Album contents cloned":"Album tartalma klónozva","Album created":"Album létrehozva","Album deleted":"Album törölve","Album not found":"Album nem található","Album saved":"Album mentve","Albums":"Albumok","Albums deleted":"Albumok törölve","All":"Minden","All %{n} albums loaded":"Összesen %{n} album betöltve","All %{n} labels loaded":"Összesen %{n} címke betöltve","All %{n} people loaded":"Összesen %{n} ember betöltve","All Cameras":"Összes kamera","All Categories":"Összes kategória","All Colors":"Összes szín","All Countries":"Összes ország","All files from import folder":"Összes fájlt az import könyvtárból","All Lenses":"Összes lencse","All Months":"Összes hónap","All originals":"Összes eredeti","All Years":"Összes év","Allow configuration and use of connected apps and services for remote uploads and sync.":"Lehetővé teszi a csatlakoztatott alkalmazások és szolgáltatások konfigurálását és használatát távoli feltöltéshez és szinkronizáláshoz.","Allow editing of metadata such as title, description, date, and location.":"Lehetővé teszi a metaadatok, például a cím, a leírás, a dátum és a helyszín szerkesztését.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Lehetővé teszi több kép metaadatainak, címkéinek és albumainak szerkesztését egyszerre.","Allow files to be copied or moved from the Import to the Originals folder.":"Engedélyezze az Importálás eszközt a fájlok másolásához vagy áthelyezéséhez az Importálás mappából az Eredeti mappába.","Allow files to be permanently deleted to free up storage space.":"Engedélyezi a fájlok végleges törlését a tárhely felszabadítása érdekében.","Allow users to archive photos and videos so they are hidden without being deleted.":"Lehetővé teszi a felhasználók számára a fényképek és videók archiválását, így azok törlés nélkül elrejthetők.","Allow users to create and share links, and enable sharing with connected services.":"Lehetővé teszi a felhasználók számára, hogy linkeket hozzanak létre és osszanak meg, és lehetővé teszi a megosztást a kapcsolódó szolgáltatásokkal.","Allow users to upload new photos and videos through the web interface.":"Lehetővé teszi a felhasználók számára, hogy új fényképeket és videókat töltsenek fel a webes felületen keresztül.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternatívaként a fájlok feltölthetők WebDAV szerverekre is, mint például Nextcloud.","Altitude":"Magasság","Altitude (m)":"Magasság (m)","AM":"AM","Animated":"Mozgó","Animation":"Animáció","Animations":"Animációk","Any private photos and videos remain private and won't be shared.":"Bármilyen privát fotó és videó privát marad és nem kerül megosztásra.","API Key":"API Kulcs","Application":"Alkalmazás","Applications":"Alkalmazások","Approve":"Jóváhagy","Approve and save changes":"A változtatások jóváhagyása és mentése","Apps and Devices":"Alkalmazások és eszközök","Archived":"Archíválva","Are you sure you want to archive the selection?":"Biztos benne, hogy archíválja a kiválasztott fájlokat?","Are you sure you want to delete these albums?":"Biztos benne, hogy törli a kiválasztott fájlokat?","Are you sure you want to delete these labels?":"Biztos benne, hogy törli a kiválasztott címkéket?","Are you sure you want to delete this account?":"Biztos benne, hogy törli ezt a felhasználói fiókot?","Are you sure you want to delete this album?":"Biztos, hogy törölni szeretné ezt az albumot?","Are you sure you want to permanently delete these pictures?":"Biztos benne, hogy véglegesen törli a kiválasztott képeket?","Are you sure you want to permanently delete this file?":"Biztos benne, hogy véglegesen törli a kiválasztott fájlokat?","Are you sure?":"Biztos benne?","Artist":"Művész","Aspect Ratio":"Képarány","Attributes":"Attribútumok","Audio":"Audio","Audit Log":"Audio","Authentication":"Hitelesítés","Auto":"Auto","Back":"Vissza","Back to top":"Vissza a tetejére","Backup":"Biztonsági mentés","Badge":"Jelvény","Base Path":"Bázis útvonal","Batch":"Batch","Batch Edit":"Batch szerkesztés","Become a member today, support our mission and enjoy our member benefits!":"Legyen tag még ma, támogassa küldetésünket és élvezze tagi előnyeinket!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Mivel 100%-ban önfinanszírozók és függetlenek vagyunk, megígérhetjük, hogy soha nem adjuk el az adatait, és mindig átláthatóak leszünk a szoftverünkkel és szolgáltatásainkkal kapcsolatban.","Bio":"Bio","Birth Date":"Születési dátum","Black":"Fekete","Blue":"Kék","Brown":"Barna","Browse":"Böngésszen a oldalon.","Browse Files":"Fájlok böngészése","Browse Pictures":"Képek böngészése","Bug Report":"Hibajelentés","Busy, please try again later":"Foglalt, kérjük, próbálja meg később újra","Busy, please wait…":"Elfoglalt, kérem, várjon…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Az általunk biztosított szoftver és szolgáltatások használatával Ön elfogadja szolgáltatási feltételeinket, adatvédelmi szabályzatunkat és magatartási kódexünket.","Calendar":"Naptár","Camera":"Kamera","Camera not found":"A kamera nem található","Camera Serial":"Kamera sorozat","Can't access your authenticator app or device?":"Nem tud hozzáférni az autentikátor alkalmazásához vagy eszközéhez?","Can't load more, limit reached":"Nem tölthet be többet, elérte a korlátot","Can't select more items":"Nem lehet több elemet kiválasztani","Cancel":"Mégsem","Cannot copy to clipboard":"Nem lehet a vágólapra másolni","Caption":"Felirat","Cards":"Kártyák","Carousel slide {0} of {1}":"{0} körhinta {0} a {1}-től","Cast":"Szereplők","Category":"Kategória","Change Avatar":"Profilkép változtatása","Change Password":"Új jelszó","Change private flag":"Privát fotóként jelölés","Changes could not be saved":"Módosításokat nem sikerült menteni","Changes successfully saved":"Módosítások sikeresen mentve","Changes to the advanced settings require a restart to take effect.":"A speciális beállítások módosításához újraindításra van szükség, hogy a módosítások hatályba lépjenek.","Checked":"Ellenőrizve","Choose an instance to continue:":"Válasszon egy példányt a folytatáshoz:","Chroma":"Chroma","Cleaning index and cache":"Index és gyorsítótár tisztítása","Cleanup":"Tisztítás","Clear":"Tiszta","Clear {0}":"Clear {0}","Client":"Ügyfél","Close":"Bezárás","Cluster":"Klaszter","Cluster Admin":"Klaszteradminisztrátor","Cluster Node":"Klaszter csomópont","Codec":"Codec","Color":"Szín","Color Profile":"Színprofil","Colors":"Színek","Compare Editions":"Edíciók összehasonlítása","Complete Rescan":"Teljes újraolvasás","Confidence":"Pontosság","Confirm":"megerősít","Connect":"Csatlakozás","Connect via WebDAV":"Csatlakozás WebDAV-on keresztül","Connected":"Csatlakozva","Contact Details":"Elérhetőségek","Contact Us":"Lépjen kapcsolatba velünk","Contains %{n} pictures.":"%{n} képet tartalmaz.","Contains one picture.":"Egy képet tartalmaz.","Content":{"":"Tartalom","Edit":"Tartalom"},"Continue":"Folytatni","Contributor":"Hozzájáruló","Converting":"Konvertálás","Copied to clipboard":"Vágólapra másolva","Copy":"Másolat","Copying files from %s":"Fájlok másolása innen: %s","Copyright":"Szerzői jog","Could not be deleted":"Nem sikerült törölni","Could not connect, please try again":"Nem sikerült csatlakozni, próbálja újra","Could not update person cover":"Nem tudta frissíteni a személyi borítót","Couldn't find anything.":"Nem találtunk semmit.","Country":"Ország","Create Account":"Fiók létrehozása","Create album":"Album létrehozása","Create regular backups based on the configured schedule.":"Index biztonsági mentések létrehozása a konfigurált ütemezés alapján.","Create YAML files to back up album metadata.":"YAML fájlok létrehozása az album metaadatok biztonsági mentéséhez.","Create YAML sidecar files to back up picture metadata.":"YAML oldalkocsis fájlok létrehozása a képek metaadatainak mentéséhez.","Created":"Létrehozva","Creating thumbnails for":"Miniatűrök létrehozása a következőhöz","Current Password":"Jelenlegi jelszó","Custom":"Custom","Cyan":"Cián","Daily":"Napi","Database":"Adatbázis","Database Backups":"Adatbázis biztonsági mentések","Databases":"Adatbázisok","Date & Time":"Dátum és idő","Day":"Nap","Deactivate":"Deaktiválás","Debug Logs":"Hibakeresési naplók","Default":"Alapértelmezett","Default Folder":"Alapértelmezett mappa","Delete":"Törlés","Delete Album":"Album törlése","Delete All":"Mindent törölni","Delete all?":"Mindent törölni?","Delete orphaned index entries, sidecar files and thumbnails.":"Törli az elárvult indexbejegyzéseket, oldalkocsis fájlokat és miniatűröket.","deleted":"törölve","Description":"Leírás","Detailed instructions can be found in our User Guide.":"A részletes utasításokat a Felhasználói kézikönyvben találja.","Details":"Részletek","Dimensions":"Méretek","Disable all face detection and recognition features.":"Tiltja le az összes arcfelismerő és arcfelismerő funkciót.","Disable Backups":"Biztonsági mentések letiltása","Disable Darktable":"A Darktable letiltása","Disable ExifTool":"Az ExifTool letiltása","Disable Faces":"Arcok letiltása","Disable features that require write permission for the originals folder.":"Az eredeti mappa írási engedélyét igénylő funkciók letiltása.","Disable FFmpeg":"Az FFmpeg letiltása","Disable ImageMagick":"ImageMagick letiltása","Disable interactive world maps and reverse geocoding.":"Az interaktív világtérképek és a fordított geokódolás letiltása.","Disable MCP":"MCP letiltása","Disable Places":"Helyek letiltása","Disable RawTherapee":"A RawTherapee letiltása","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"A Model Context Protocol (MCP) API végpont letiltása az AI-ügynök integrációkhoz.","Disable Vectors":"Vektorok letiltása","Disable WebDAV":"A WebDAV letiltása","Disabled":"Tiltva","Disables vector graphics support.":"Letiltja a vektorgrafika támogatását.","Disables video transcoding and thumbnail extraction.":"Letiltja a videó átkódolását és a miniatűrök kinyerését.","Discard":"Dobja el a","Discard changes and close":"A módosítások elvetése és bezárása","Discard invalid changes?":"Érvénytelen módosítások elvetése?","Discard unsaved changes?":"A nem mentett módosítások elvetése?","Discover":"Felfedez","Dismiss":"Elutasíthatod","Display Name":"Megjelenített név","Display picture captions in search results.":"Képaláírások megjelenítése a keresési eredményekben.","Display picture titles in search results.":"Képcímek megjelenítése a keresési eredményekben.","Document":"Dokumentum","Documents":"Dokumentumok","Don't use Darktable to convert RAW images.":"Ne használja a Darktable-t RAW képek konvertálására.","Don't use ImageMagick to convert images.":"Ne használd az ImageMagick programot képek konvertálására.","Don't use RawTherapee to convert RAW images.":"Ne használja a RawTherapee-t RAW képek konvertálására.","Done":"Kész","Done.":"Kész.","Download":"Letöltés","Download only original media files, without any automatically generated files.":"Csak eredeti médiafájlok letöltése, automatikusan generált fájlok nélkül.","Download remote files":"Távoli fájlok letöltése","Downloading…":"Letöltés…","Drag and drop files here":"Húzza ide a fájlokat","Driver":"Vezető","Duplicates will be skipped and only appear once.":"A másolatok kimaradnak, és csak egyszer jelennek meg.","Duration":"Időtartam","Dynamic Previews":"Dinamikus előnézetek","Dynamic Size Limit: %{n}px":"Dinamikus méretkorlát: %{n}px","Edit":"Szerkesztés","Edit %{s}":"%{s} szerkesztése","Edit Account":"Fiók szerkesztése","Edit Photo":"Fénykép szerkesztése","Edit Photos (%{n})":"Fotók szerkesztése (%{n})","Edited":"Szerkesztette","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"A hibakeresési mód engedélyezése további naplók megjelenítéséhez és a hibaelhárítás segítéséhez.","Enable downloading of original and sidecar files from the web interface.":"Engedélyezze az eredeti és oldalkocsis fájlok letöltését a webes felületről.","Enable face recognition and the People view to easily find people you know.":"Az arcfelismerés és az Emberek nézet bekapcsolásával könnyedén megtalálhatja az ismerősöket.","Enable new features that may be incomplete or unstable.":"Engedélyezze az új funkciókat, amelyek hiányosak vagy instabilak lehetnek.","Enable the file browser to navigate the Originals folder structure.":"Engedélyezze a fájlböngésző használatát az Eredeti mappaszerkezetben való navigáláshoz.","Enables RAW converter presets. May reduce performance.":"Engedélyezi a RAW konverter előbeállításait. Csökkentheti a teljesítményt.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"A kéttényezős hitelesítés engedélyezése azt jelenti, hogy a bejelentkezéshez véletlenszerűen generált ellenőrző kódra lesz szüksége, így még ha valaki hozzáfér a jelszavához, nem férhet hozzá fiókjához.","Engine":"Motor","Enter date":"Adja meg a dátumot","Enter dates":"Adja meg a dátumokat","Enter item name...":"Adja meg a tétel nevét...","Enter the code generated by your authenticator app:":"Írja be a hitelesítési alkalmazás által generált kódot:","Enter verification code":"Adja meg a megerősítő kódot","Enter your password to confirm the action and continue:":"Adja meg jelszavát a művelet megerősítéséhez, és folytassa:","Entity not found":"Entitás nem található","Error":"Hiba","Errors":"Hibák","Estimate":"Becslés","Estimate Locations":"Becsült helyszínek","Estimate the approximate location of pictures without GPS coordinates.":"A képek hozzávetőleges helyének becslése GPS-koordináták nélkül.","Every two days":"Kétnaponta","Exclude hidden":"Rejtett kizárás","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Az ExifTool segítségével történő metaadat-kivonatolás szükséges a teljes videó-, élőfotó- és XMP-támogatáshoz.","Experimental Features":"Kísérleti jellemzők","Expires":"Lejár","Exposure":"Kitettség","Extract still images and generate thumbnails while indexing.":"Állóképek kivonása és miniatűrök készítése indexelés közben.","F Number":"F Szám","Face":"Arc","Face not found":"Arc nem található","Faces":"Arcok","Failed creating file, please check permissions":"Sikertelen fájl létrehozása, kérjük ellenőrizze a jogosultságokat","Failed creating folder, please check permissions":"Mappa létrehozása sikertelen, kérjük, ellenőrizze a jogosultságokat","Failed removing link":"Nem sikerült eltávolítani a linket","Failed to connect account.":"Nem sikerült csatlakoztatni a fiókot.","Failed to create zip file":"Nem sikerült létrehozni a zip fájlt","Failed to load users.":"A felhasználók betöltése nem sikerült.","Failed to remove face marker":"Nem sikerült eltávolítani az arcjelzőt","Failed to remove name":"Nem sikerült eltávolítani a nevet","Failed to restart server":"A szerver újraindítása nem sikerült","Failed to save changes":"A módosítások mentése sikertelen","Failed to save face marker":"Nem sikerült megmenteni az arcjelzőt","Failed to save name":"Nem sikerült elmenteni a nevet","Failed updating link":"Nem sikerült frissíteni a linket","Family Name":"Családnév","Fast":"Gyors","Favorite":"Kedvenc","Favorites":"Kedvencek","Feature disabled":"Funkció letiltva","Feature Request":"Funkciókérés","Female":"Női","File":"Fájl","File Browser":"Fájl böngésző","File Conversion":"Fájl átalakítás","File deleted":"Fájl törölve","File Name":"Fájlnév","File not found":"Fájl nem található","File removed from stack":"Fájl eltávolítva a halomból","File Size":"Fájl méret","File too large":"Túl nagy fájl","File uploaded":"Fájl feltöltve","Filename":"Fájlnév","Files":"Fájlok","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Az olyan szekvenciális nevű fájlok, mint az „IMG_1234 (2)” és „IMG_1234 (3)”, ugyanahhoz a képhez tartoznak.","First page":"Első oldal","Focal Length":"Gyújtótávolság","Folder":"Mappa","Folder contains %{n} files":"A mappa %{n} fájlt tartalmaz","Folder is empty":"A mappa üres","Folders":"Mappák","Forgot password?":"Elfelejtett jelszó?","FPS":"FPS","Frames":"Keretek","Full Access":"Teljes hozzáférés","Fullscreen":"Teljes képernyő","General":"Általános","Generate":"generál","Generate Previews":"Előnézetek generálása","Generated":"Generált","Get Started":"Kezdje el","Given Name":"Keresztnév","Global Options":"Globális lehetőségek","Go to page {0}":"Menj az oldalra {0}","Gold":"Arany","Green":"Zöld","Grey":"Szürke","Groups":"Csoportok","Guest":"Vendég","Hash":"Hash","Help":"Segítség","Help & Support":"Segítség & Támogatás","Hidden":"Rejtett","Hidden Files":"Rejtett fájlok","Hide":"Elrejt","Hide Caption":"Felirat elrejtése","Hide face markers":"Arcjelzők elrejtése","Hide private content from global views while keeping it accessible in the Private section.":"A privát elemek elrejtése a globális nézetekből, miközben a Privát szekcióban elérhetőek maradnak.","High":"Magas","High Dynamic Range (HDR)":"Nagy dinamikatartomány (HDR)","Hybrid":"Hibrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Ha elveszíti hozzáférését hitelesítő alkalmazásához vagy eszközéhez, a helyreállítási kód segítségével visszaszerezheti a hozzáférést fiókjához.","Image":"Kép","Image Quality":"Képminőség","Import":"Importálás","Import canceled":"Importálás megszakítva","Import completed in %d s":"Importálás %d másodperc alatt befejeződött","Import failed":"Az importálás sikertelen","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Az importált fájlok dátum szerint vannak rendezve, és egyedi nevet kapnak a párhuzamosságok elkerülése érdekében.","Importing %{s}…":"%{s} importálása…","Importing files to originals…":"Fájlok importálása eredetibe…","in":"-ban/-ben","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Ha hiányoznak a várt képek, kérjük, ellenőrizze újra a könyvtárát, és várja meg, amíg az indexelés befejeződik.","Include RAW image files when downloading stacks and archives.":"RAW képfájlok felvétele a verem és az archívumok letöltésekor.","Include sidecar files when downloading stacks and archives.":"Oldalkocsis fájlok bevonása a verem és az archívumok letöltésekor.","Increase storage size or delete files to continue.":"A folytatáshoz növelje a tároló méretét vagy törölje a fájlokat.","Index":"Index","Indexing":"Indexelés","Indexing canceled":"Indexelés megszakítva","Indexing completed in %d s":"Indexelés %d másodperc alatt befejeződött","Indexing failed":"Az indexelés nem sikerült","Indexing files in %s":"Fájlok indexelése itt: %s","Indexing media and sidecar files…":"Média- és oldalsó fájlok indexelése…","Indexing originals...":"Eredeti dokumentumok indexelése...","Information":"Információ","Inherit":"Örököl","Instance":"Példa","Instance ID":"Példányazonosító","Instance unreachable. Try again once it's back online.":"Az példány nem érhető el. Kérjük, próbálja meg újra, miután újra elérhetővé válik.","Instances":"Instances","Insufficient storage":"Elégtelen tárolás","Insufficient storage.":"Elégtelen tárolás.","Interval":"Intervallum","Invalid":"Érvénytelen","Invalid address":"Érvénytelen cím","Invalid country":"Érvénytelen ország","Invalid credentials":"Érvénytelen belépési adatok","Invalid date":"Érvénytelen dátum","Invalid link":"Érvénytelen hivatkozás","Invalid name":"Érvénytelen név","Invalid parameters":"Érvénytelen paraméterek","Invalid password, please try again":"Érvénytelen jelszó, próbálkozzon újra","Invalid photo selected":"Érvénytelen fénykép kiválasztva","Invalid time":"Érvénytelen idő","Invalid URL":"Érvénytelen URL","Invalid verification code, please try again":"Érvénytelen ellenőrző kód. Kérjük, próbálja újra","IP Address":"IP-cím","It is a one-time use code that will disable 2FA for your account when you use it.":"Ez egy egyszer használatos kód, amely letiltja a 2FA-t a fiókjában, amikor azt használja.","Item":"Tétel","Items per page:":"Tételek oldalanként:","JPEG Quality: %{n}":"JPEG minőség: %{n}","JPEG Size Limit: %{n}px":"JPEG méretkorlát: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"A JPEG-fájlok és miniatűrök szükség szerint automatikusan megjelennek.","Keyword":"Kulcsszó","Keywords":"Kulcsszavak","Label":"Címke","Label not found":"Címke nem található","Label saved":"Címkék mentve","Labels":"Címkék","Labels deleted":"Címkék törölve","Language":"Nyelv","Last Active":"Utolsó aktív","Last Login":"Utolsó bejelentkezés","Last page":"Utolsó oldal","Last Sync":"Utolsó szinkronizálás","Last Used":"Utoljára használt","Latitude":"Szélességi kör","LDAP/AD":"LDAP/AD","Learn more":"Tudjon meg többet","Learn More":"Tudjon meg többet","Legal Information":"Jogi információk","Lens":"Lencse","Lens not found":"A lencse nem található","Library":"Könyvtár","License":"Engedély","Like":"Kedvelés","Lime":"Mész","Limit reached, showing first %{n} files":"Elérte a korlátot, az első %{n} fájl látható","Link":"Link","List":"Lista","List View":"Lista nézet","Live":"Élő","Live Photos":"Fényképek","Load more":"Töltsön többet","Loading items...":"Tételek betöltése...","Loading...":"Betöltés...","Local":"Helyi","Local Time":"Helyi idő","Location":"Elhelyezkedés","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Naplóüzenetek jelennek meg itt, ha a PhotoPrism hibás fájlokat talál, vagy más lehetséges problémák merülnek fel.","Login":"Belépés","Logs":"Naplók","Longitude":"Hosszúság","Lost server connection":"Elveszett szerverkapcsolat","Low":"Alacsony","Magenta":"Bíborvörös","Main Color":"Fő szín","Male":"Férfi","Manage Account":"Számla kezelése","Manager":"Menedzser","Manual":"Kézi","Manual Upload":"Kézi feltöltés","Maps":"Térképek","Marker":"Jelző","Maximum number of accounts has been reached.":"A számlák maximális száma elérte a határt.","Media":"Média","Medium":"Közepes","Membership":"Tagság","Merge %{a} with %{b}?":"Összevonja %{a}-t a %{b}-val?","Message":"Üzenet","Metadata":"Metaadatok","Metrics":"Metrikák","Minimize":"Minimalizálja","Missing":"Hiányzó","Missing or invalid configuration":"Hiányzó vagy érvénytelen konfiguráció","mixed":"vegyes","Moments":"Pillanatok","Monochrome":"Monokróm","Month":"Hónap","More options":"További lehetőségek","Mosaic":"Mozaik","Most Relevant":"Legrelevánsabb","Move Files":"Fájlok áthelyezése","Moving files from %s":"Fájlok áthelyezése innen: %s","Must have at least %{n} characters.":"Legalább %{n} karakteresnek kell lennie.","Mute":"Mute","Name":"Név","Name too long":"A név túl hosszú","Never":"Soha","New":"Új","New Password":"Új jelszó","Newest First":"Először a legújabb","Next":"Következő","Next page":"Következő oldal","Next visual":"Következő vizuális","No":"Nem","No Access":"Nincs hozzáférés","No albums assigned":"Nincsenek hozzárendelt albumok","No albums found":"Nem találhatók albumok","No albums selected":"Nincsenek kiválasztott albumok","No data available":"Nincs adat","No files available for download":"Nincsenek letölthető fájlok","No items selected":"Nincsenek kiválasztva elemek","No labels assigned":"Nincsenek hozzárendelt címkék","No labels found":"Nem találhatók címkék","No labels selected":"Nincsenek kiválasztva címkék","No matching records found":"Nem találtunk megfelelő rekordokat","No more":"Nem több","No people found":"Nem találhatók személyek","No pictures found":"Nem találhatók képek","No recently edited pictures":"Nincsenek nemrég szerkesztett képek","No registered instances.":"Nincs regisztrált példány.","No results":"Nincs eredmény","No server connection":"Nincs szerverkapcsolat","No servers configured.":"Nincsenek konfigurálva szerverek.","No services configured.":"Nincsenek konfigurálva szolgáltatások.","No thanks":"Nem köszönöm","No users on this instance.":"Nincs felhasználó ezen az instancián.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nincsenek figyelmeztetések vagy hibák, amelyek ezt a kulcsszót tartalmazzák. Vegye figyelembe, hogy a keresés megkülönbözteti a kis- és nagybetűket.","Node":"Node","Nodes":"Csomópontok","Non-photographic and low-quality images require a review before they appear in search results.":"A rossz minőségű képek ellenörzésre kerülnek, mielőtt megjelennének a keresési eredmények között.","None":"Egyik sem","Not allowed":"Nem megengedett","Not available in public mode":"Nyilvános módban nem elérhető","Not available in read-only mode":"nem érhető el csak olvasható módban","Not found":"Nem található","Not sorted.":"Nem rendezett.","Not supported":"Nem támogatott","Note you may manually manage your originals folder and importing is optional.":"Vegye figyelembe, hogy manuálisan is kezelheti az eredeti mappát, és az importálás nem kötelező.","Note:":"Megjegyzés:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Megjegyzés: Csak a WebDAV-kiszolgálók, például a Nextcloud vagy a PhotoPrism konfigurálhatók távoli szolgáltatásként biztonsági mentéshez és fájlfeltöltéshez.","Notes":"Megjegyzések","Nothing to see here yet.":"Itt még nincs látnivaló. Legyél türelmes.","Nothing was found.":"Semmit sem találtak.","Offline":"Offline","OK":"OK","Oldest First":"Először a legidősebb","On Windows, enter the following resource in the connection dialog:":"Windows alatt adja meg a következő erőforrást a kapcsolat párbeszédpanelen:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"A miniatűrök igény szerinti generálása magas CPU- és memóriahasználatot okozhat. Erőforrás-korlátozott szerverek és NAS-eszközök esetében nem ajánlott.","Once a week":"Hetente egyszer","One album found":"Egy albumot találtunk","One entry added to %s":"Egy bejegyzés hozzáadva a következőhöz: %s","One entry removed from %s":"Egy bejegyzés eltávolítva innen: %s","One file found":"Egy fájl található","One file uploaded":"Egy feltöltött fájl","One folder found":"Egy mappa található","One label found":"Egy címkét találtunk","One person found":"Egy személyt találtak","One picture found":"Egy kép található","Only locally managed accounts can be set up for authentication with 2FA.":"Csak helyileg kezelt fiókok állíthatók be a 2FA-val történő hitelesítéshez.","Open":"Nyissa meg a címet.","optional":"opcionális","or":"vagy","Orange":"Narancssárga","Organization":"Orientáció","Orientation":"Orientáció","Original file names will be stored and indexed.":"Az eredeti fájlneveket a rendszer tárolja és indexeli.","Original Name":"Eredeti Név","Originals":"Eredetiek","Originals folder is empty":"Az „Originals” mappa üres","Other":"Egyéb","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Küldetésünk, hogy a legfelhasználó- és adatvédelmi szempontból legkedvezőbb megoldást nyújtsuk képeinek rendszerezésére és elérhetőségére.","Outdoor":"Szabadtéri","Page {0}, Current page":"Oldal {0}, Jelenlegi oldal","Pages":"Oldalak","Pagination Navigation":"Oldalszámozás Navigáció","Panorama":"Panoráma","Panoramas":"Panorámák","Part of all selected photos":"Az összes kiválasztott fotó egy része","Part of some selected photos":"Néhány kiválasztott fotó egy része","Password":"Jelszó","Password changed":"A jelszó megváltozott","Pause":"Szünet","Payment required":"Fizetés szükséges","People":"Személyek","People you share a link with will be able to view public contents.":"Azok, akikkel megoszt egy linket, nyilvános tartalmakat tekinthetnek meg.","Permanently deleted":"Véglegesen törölve","Permission denied":"Engedély megtagadva","Person":"Személy","Person cover updated":"Személyi fedezet frissítve","Person deleted":"Személy törölve","Person not found":"Személy nem található","Person saved":"Személy mentve","Personal":"Személyes","Photo":"Fénykép","PhotoPrism is 100% self-funded and independent.":"A PhotoPrism 100%-ban önfinanszírozó és független.","PhotoPrism+ Membership":"PhotoPrism+ tagság","Photos":"Fényképek","Picture":"Kép","Picture Title":"Kép címe","Pink":"Rózsaszín","Pinned":"Kiemelve","Place":"Hely","Place & Time":"Hely és idő","Places":"Helyek","Play":"Játék","Please confirm your new password.":"Kérjük, erősítse meg új jelszavát.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kérjük, másolja ki a következő véletlenszerűen generált alkalmazásjelszót, és tartsa biztonságos helyen, mert nem fogja többé látni:","Please do not upload any private, unlawful or offensive pictures.":"Kérjük, ne töltsön fel magánjellegű, jogellenes vagy sértő képeket.","Please don't upload photos containing offensive content.":"Kérjük, ne töltsön fel sértő tartalmat tartalmazó fotókat.","Please enter OTP character {0}":"Kérjük, adja meg az OTP karaktert {0}","Please log in to your account":"Kérjük, jelentkezzen be fiókjába","Please note that changing your password will log you out on other devices and browsers.":"Felhívjuk figyelmét, hogy a jelszó megváltoztatása más eszközökön és böngészőkben is kijelentkezik.","Please restart your instance for the changes to take effect.":"Kérjük, indítsa újra a példányt, hogy a módosítások hatályba lépjenek.","Please wait…":"Kérjük, várjon…","PM":"PM","PNG Size Limit: %{n}px":"PNG méretkorlát: %{n}px","Portal":"Portál","Portrait":"Portré","Preserve filenames":"Fájlnevek megőrzése","Press enter to create a new album.":"Új album létrehozásához nyomja meg az Enter billentyűt.","Press enter to create new item":"Új elem létrehozásához nyomja meg az Entert","Prevent database and album backups as well as YAML sidecar files from being created.":"Megakadályozza az adatbázis- és albummentések, valamint a YAML oldalkocsis fájlok létrehozását.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Megakadályozza, hogy más alkalmazások hozzáférjenek a PhotoPrismhez mint megosztott hálózati meghajtóhoz.","Preview":"Előnézet","Preview Images":"Képek előnézete","Previous":"Előző","Previous page":"Előző oldal","Previous visual":"Előző kép","Primary":"Elsődleges","Private":"Privát","Processing upload...":"Feltöltés feldolgozása...","Product Feedback":"Termék visszajelzés","Projection":"Kivetítés","Purple":"Lila","Quality Filter":"Minőségi szűrő","Quality Score":"Minőségi mutató","Quota exceeded":"A kvóta túllépése","Random":"Véletlen","Rating {0} of {1}":"A {0} minősítés {1}","Raw":"Nyers","RAW":"NYERS","Re-index all originals, including already indexed and unchanged files.":"Indexelje újra az összes eredetit, beleértve a már indexelt és változatlan fájlokat is.","Read-Only Mode":"Csak olvasható mód","Recently Added":"Nemrég hozzáadott","Recently Archived":"Nemrégiben archiválva","Recently Edited":"Nemrég szerkesztve","Recognition starts after indexing has been completed.":"A felismerés az indexelés befejezése után kezdődik.","Recognized":"Elismert","Recovery Code":"Helyreállítási kód","Red":"Piros","Refresh":"Frissítés","Regions":"Régiók","Register":"Regisztráció","Registration disabled":"Regisztráció letiltva","Reload":"Újratöltés","Reloading…":"Újratöltés…","Remote Sync":"Távoli szinkronizálás","Remove":"Távolítsa el","remove failed: unknown album":"eltávolítás sikertelen: ismeretlen album","Remove from Album":"Eltávolítás az albumból","Remove from all":"Távolítsa el az összes","Remove from all selected photos":"Eltávolítás az összes kiválasztott fotóról","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Távolítsa el az importált fájlokat a tárhely megtakarításához. A nem támogatott fájltípusok soha nem törlődnek, a jelenlegi helyükön maradnak.","Remove the selected instance from the cluster registry?":"A kiválasztott példány eltávolítása a fürtregiszterből?","Removed":"Eltávolított","Removed %{name}":"A %{name} eltávolítva","Removed %d files and %d photos":"%d fájl és %d fénykép eltávolítva","Repeated":"Ismételt","Request failed - are you offline?":"A kérés sikertelen - offline vagy?","Request failed - invalid response":"Sikertelen kérés – érvénytelen válasz","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"A nem fényképes és gyenge minőségű képeket a keresési eredményekben való megjelenésük előtt felül kell vizsgálni.","Resolution":"Felbontás","Restart":"Újraindítás","Restore":"Visszaállítás","Restored":"Visszaállított","Retry Limit":"Újrapróbálkozási korlát","Retype Password":"Gépelje be újra a jelszót","Review":"Felülvizsgálat","Role":"Szerepvállalás","Roles":"Szerepek","Rotated":"Forgatott","Rows per page:":"Sorok oldalanként:","Satellite":"Műholdas","Save":"Mentés","Save changes":"Változások mentése","Scan":"Szkennelt","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Olvassa be a QR-kódot a hitelesítő alkalmazással, vagy használja az alább látható beállítási kulcsot, majd írja be a generált ellenőrző kódot:","Scans":"Szkennel","Scope":"Terjedelem","Scopes":"Területek","Search":"Keresés","Season":"Évad","Secret":"Titok","Security and Access":"Biztonság és hozzáférés","Select":"Kiválasztás","Select a source folder to import files…":"Válassza ki a forrásmappát a fájlok importálásához…","Select date":"Válassza ki a dátumot","Select dates":"Válassza ki a dátumokat","Select or create albums":"Albumok kiválasztása vagy létrehozása","Select or create labels":"Címkék kiválasztása vagy létrehozása","Select or drop files to upload…":"Válassza ki vagy tegye le a fájlokat a feltöltéshez…","Select the files to upload…":"Válassza ki a feltölteni kívánt fájlokat…","Select the folder to be indexed…":"Válassza ki az indexelendő mappát…","Select Time":"Idő kiválasztása","Selection":"Kiválasztás","Selection added to %s":"Választék hozzáadva a következőhöz: %s","Selection approved":"Kiválasztás jóváhagyva","Selection archived":"A kijelölés archiválva","Selection marked as private":"A kijelölés privátként megjelölve","Selection not found":"Kiválasztás nem található","Selection restored":"Kiválasztás visszaállítva","Sequential Name":"Sorozati név","Service":"Szolgáltatás","Service URL":"Szolgáltatás URL-je","Services":"Szolgáltatások","Session":"Ülés","Session ID":"Munkamenet azonosítója","Sessions":"Ülések","Set as Album Cover":"Album borítóként beállítva","Set as Cover Image":"Beállítás borítóképként","Settings":"Beállítások","Settings saved":"Beállítások elmentve","Setup":"Beállít","Severity":"Súlyosság","Share":"Megosztás","Share %{s}":"%{s} megosztása","Show":"Előadás","Show All Labels":"Minden címke megjelenítése","Show all new faces":"Az összes új arc megjelenítése","Show Caption":"Felirat megjelenítése","Show Captions":"Feliratok megjelenítése","Show face markers":"Arcjelzők megjelenítése","Show hidden":"Rejtett megjelenítése","Show Important Only":"Csak a fontosak megjelenítése","Show logs in the web interface to monitor activity and troubleshoot problems.":"Naplók megjelenítése a webes felületen a tevékenység nyomon követése és a problémák elhárítása érdekében.","Show smart albums that group pictures by occasion, trip, or location.":"Olyan intelligens albumok megjelenítése, amelyek a képeket alkalom, utazás vagy helyszín szerint csoportosítják.","Show the Account page so users can manage their profile and security settings.":"A Fiók oldal megjelenítése, hogy a felhasználók kezelhessék profiljukat és biztonsági beállításaikat.","Show the Calendar view to browse the library by year and month.":"A Naptár nézet megjelenítése a könyvtár év és hónap szerinti böngészéséhez.","Show the Labels section to view and manage AI-generated labels.":"A Címkék szakasz megjelenítése az AI által generált címkék megtekintéséhez és kezeléséhez.","Show the Library section to index, manage, and monitor the media library.":"A Könyvtár szakasz megjelenítése a médiatár indexeléséhez, kezeléséhez és felügyeletéhez.","Show the Places view with interactive maps so you can browse photos by location.":"Mutassa meg a Helyek nézetet interaktív térképekkel, hogy a fényképeket hely szerint böngészhesse.","Show Titles":"Címek megjelenítése","Sidecar":"Oldalkocsi","Sidecar Files":"Oldalkocsis fájlok","Sign in":"Bejelentkezés","Sign Out":"Kijelentkezés","Similar":"Hasonló","Site URL":"Webhely URL címe","Size":"Méret","Slideshow":"Diavetítés","Slow":"Lassú","Software":"Szoftver","Software Update":"Szoftverfrissítés","Some albums could not be copied":"Néhány albumot nem lehetett másolni","Some albums could not be created. Please edit the names and try again.":"Néhány albumot nem lehetett létrehozni. Kérjük, szerkessze a neveket, és próbálja meg újra.","Some albums could not be updated":"Néhány albumot nem lehetett frissíteni","Something went wrong, try again":"Valami rosszul ment, próbálja újra","Sort by":"Rendezés","Sort by Name (A–Z)":"Rendezés név szerint (A-Z)","Sort by Photo Count":"Rendezés fotók száma szerint","Sort by Relevance":"Rendezés relevancia szerint","Sort Order":"Sorrend","Sorted ascending.":"Növekvő sorrendben.","Sorted descending.":"Csökkenő sorrendben.","Source":"Forrás","Stack":"Csoportosítás","Stack files sharing the same unique image or instance identifier.":"Fájlok csoportosítása, amelyek ugyanazt az egyedi képet vagy példányazonosítót tartalmazzák.","Stack pictures taken at the exact same time and location based on their metadata.":"A metaadataik alapján csoportosítsa a pontosan ugyanabban az időben és helyen készült képeket.","Stackable":"Egymásra rakható","Stacks":"Stackek","Start":"Rajt","Start Page":"Kezdőlap","Static Size Limit: %{n}px":"Statikus méretkorlát: %{n}px","Status":"Állapot","Stay signed in on this device":"Maradjon bejelentkezve ezen az eszközön","Stop Casting":"Vess véget a szereposztásnak","Storage":"Tárhely","Streets":"Utcák","Subject":"Tárgy","Subject deleted":"Tárgy törölve","Subject not found":"Tárgy nem található","Subject saved":"Tárgy mentve","Successfully activated":"Sikeres aktiválás","Successfully Connected":"Sikeresen csatlakoztatva","Successfully deleted":"Sikeresen törölve","Successfully verified":"Sikeresen ellenőrizve","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"A további szolgáltatások, például a Google Drive támogatása jelenleg fejlesztés alatt áll.","Support Our Mission":"Támogassa küldetésünket","Sync":"Szinkronizálás","Sync raw and video files":"Nyers és videofájlok szinkronizálása","Taken":"Felvett","Teal":"A zöldeskék","Terrain":"Terep","Text":"Szöveg","Thank You for Your Support!":"Köszönjük a támogatást!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Ezért a PhotoPrismet az alapoktól kezdve úgy építették fel, hogy bárhol fusson, ahol csak szüksége van rá, anélkül, hogy a szabadság, a magánélet vagy a funkcionalitás sérülne.","The index currently contains %{n} hidden files.":"Az index jelenleg %{n} rejtett fájlt tartalmaz.","The instance rejected the cluster credentials.":"Az példány elutasította a klaszter hitelesítő adatait.","The instance returned an unexpected redirect.":"Az alkalmazás váratlan átirányítást hajtott végre.","The wakeup interval is %s, but must be 1h or less":"Az ébresztési időköz %s, de legfeljebb 1 óra lehet","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Előfordulhat, hogy a formátumuk nem támogatott, még nem konvertálták JPEG formátumba, vagy ismétlődők vannak.","Theme":"Téma","This account is missing an ID and can't be edited.":"Ennek a fióknak nincs azonosítója, ezért nem szerkeszthető.","This field is required":"Ez a mező kötelező","This instance has no site URL configured.":"Ehhez az példányhoz nincs beállítva webhely-URL.","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.":"Ez hálózati meghajtóként csatlakoztatja az eredeti mappát, és lehetővé teszi a fájlok megnyitását, szerkesztését és törlését számítógépéről vagy okostelefonjáról, mintha azok helyi lennének.","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. ":"Ez hálózati meghajtóként csatlakoztatja az eredeti mappát, és lehetővé teszi a fájlok megnyitását, szerkesztését és törlését számítógépéről vagy okostelefonjáról, mintha azok helyi lennének.","Time":"Idő","Time UTC":"Idő UTC","Time Zone":"Időzóna","Timeout":"Időtúllépés","Title":{"":"Cím","Account":"Cím","Photo":"Cím"},"Title / Position":"Cím / Pozíció","to":"nak nek","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Annak elkerülése érdekében, hogy ne zárjon ki fiókjából, kérjük, töltse le, nyomtassa ki vagy másolja ki ezt a helyreállítási kódot most, és tartsa biztonságos helyen.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Új alkalmazásspecifikus jelszó generálásához adja meg az alkalmazás nevét és engedélyezési hatókörét, és válasszon egy lejárati dátumot:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Ha új hitelesítő alkalmazásra vagy eszközre szeretne váltani, először deaktiválja a kéttényezős hitelesítést, majd aktiválja újra:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"A frissítéshez vagy megadhat egy aktiváló kódot, vagy a \"Regisztráció\" gombra kattintva regisztrálhat a weboldalunkon:","Today":"Ma","Toggle View":"Nézet váltása","Token":"Jelképes","Too many files selected":"Túl sok fájl van kiválasztva","Too many requests":"Túl sok kérés","Troubleshooting":"Hibaelhárítás","Try again using other filters or keywords.":"Próbálja újra más szűrők vagy kulcsszavak használatával.","Two-factor authentication has been enabled for your account.":"A kétlépcsős hitelesítés engedélyezve van fiókjában.","Type":"Típus","Unable to delete":"Törlés nem lehetséges","Unable to do that":"Ezt nem tudom megtenni","Unassign":"Unassign","Unauthorized":"Jogosulatlan","Undo":"Visszavonás","Unique ID":"Egyéni azonosító","Unknown":"Ismeretlen","Unknown location":"Ismeretlen helyszín","Unregistered":"Nem regisztrált","Unsorted":"Rendezés nélkül","Unstack":"Bontsa ki","Unsupported":"Nem támogatott","Unsupported format":"Nem támogatott formátum","Unsupported type":"Nem támogatott típus","Updated":"Frissítve","Updating faces":"Arcok frissítése","Updating index":"Index frissítése","Updating moments":"Frissítő pillanatok","Updating picture…":"Kép frissítése…","Updating previews":"Előnézetek frissítése","Updating stacks":"Csoportosítások frissítése","Upgrade":"Frissítés","Upgrade Now":"Frissítés most","Upload":"Feltöltés","Upload complete":"Feltöltés kész","Upload complete. Indexing…":"Feltöltés kész. Indexelés…","Upload failed":"Feltöltés sikertelen","Upload has been processed":"Feltöltött fájlok feldolgozva","Upload local files":"Helyi fájlok feltöltése","Upload might be offensive":"A feltöltött fájl sértő lehet","Upload Path":"Feltöltési útvonal","Uploading %{n} of %{t}…":"%{n}/%{t} feltöltése…","Uploading photos…":"Fényképek feltöltése…","Uploading…":"Feltöltés…","Uploads that may contain such images will be rejected automatically.":"Az esetlegesen ilyen képeket tartalmazó feltöltések automatikusan elutasításra kerülnek.","URL":"URL","Use Presets":"Előbeállítások használata","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Ha nem tud érvényes ellenőrző kódot generálni a hitelesítő alkalmazással, használja a következő helyreállítási kódot a fiók eléréséhez:","Use your recovery code or contact an administrator for help.":"Használja a helyreállítási kódot, vagy forduljon a rendszergazdához segítségért.","User":"Felhasználó","User Guide":"Felhasználói útmutató","User Interface":"Felhasználói felület","User not found":"Felhasználó nem található","Username":"Felhasználónév","Users":"Felhasználók","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorok","Verification Code":"Ellenőrző kód","Verified email required":"Ellenőrzött e-mail cím szükséges","Version":"Verzió","Video":"Videó","Video Duration":"Időtartam","Videos":"Videók","View":"Kilátás","View search results as a list.":"A keresési eredmények listaként történő megtekintése.","Viewer":"Viewer","Vision":"Vision","Visitor":"Látogató","Visual Similarity":"Csoportosítás hasonlóság szerint","Warning":"Figyelmeztetés","Web Login":"Webes bejelentkezés","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"A WebDAV-kliensek a következő URL-címen csatlakozhatnak a PhotoPrism-hez:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"A WebDAV-kliensek, mint például a Microsoft Windows Intézője vagy az Apple Finder, közvetlenül csatlakozhatnak a PhotoPrism-hez.","WebDAV Upload":"WebDAV feltöltés","WebGL support is disabled in your browser":"A WebGL-támogatás le van tiltva a böngésződben","Website":"Weboldal","White":"Fehér","Work Details":"Részletek","Year":"Év","Yellow":"Sárga","Yes":"Igen","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"A tagsággal kapcsolatos kérdésekkel kapcsolatban szívesen állunk rendelkezésére a membership@photoprism.app e-mail címen.","You can only download one album":"Csak egy albumot tölthet le","You can only download one label":"Csak egy címkét tölthet le","You can search for a location or move the marker on the map to change the position:":"Kereshet egy helyszínt, vagy a térképen mozgathatja a jelölőt a pozíció megváltoztatásához:","You can upload up to %{n} files for test purposes.":"Legfeljebb %{n} fájlt tölthet fel tesztelés céljából.","You cannot change your own role.":"A saját szerepedet nem módosíthatod.","You do not have access to any instances.":"Nincs hozzáférése egyetlen példányhoz sem.","You may only select one item":"Csak egy elemet választhat ki","You may rescan your library to find additional faces.":"Újra beolvashatja könyvtárát, hogy további arcokat találjon.","Your account could not be connected":"A fiókját nem lehetett csatlakoztatni","Your account has been successfully connected.":"A fiókját sikeresen csatlakoztattuk.","Your browser does not support WebGL":"A böngésző nem támogatja a WebGL-t","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Folyamatos támogatása segít nekünk olyan szolgáltatásokat nyújtani, mint a műholdas térképek és új funkciók fejlesztése.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Könyvtárát folyamatosan elemzi a rendszer, hogy automatikusan létrehozza a különleges pillanatokat, utazásokat és helyeket tartalmazó albumokat.","Zip created in %d s":"A tömörített fájl létrejött %d másodperc alatt","Zoom in/out":"Nagyítás/kicsinyítés","Archive":{"Noun":"Archívum","Verb":"Archívum"},"Add a Title":{"Photo":"Cím hozzáadása"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/id.json b/frontend/src/locales/json/id.json index 24e0c54f5..82d81725f 100644 --- a/frontend/src/locales/json/id.json +++ b/frontend/src/locales/json/id.json @@ -1 +1 @@ -{"id":{"{0} appended action":"{0} tindakan yang ditambahkan","{0} files":"{0} file","{0} files ({1} in total)":"{0} file (total {1})","{0} more":"{0} lebih","{0} prepended action":"{0} tindakan yang sudah disiapkan","{0} selected":"{0} dipilih","{0}-{1} of {2}":"{0}-{1} dari {2}","%{n} albums found":"%{n} album ditemukan","%{n} files uploaded":"%{n} berkas yang diunggah","%{n} folders found":"%{n} folder ditemukan","%{n} GB of %{q} GB used":"%{n} GB dari %{q} GB yang digunakan","%{n} labels found":"%{n} label yang ditemukan","%{n} people found":"%{n} orang yang ditemukan","%{n} pictures found":"%{n} gambar yang ditemukan","%{s} is too long":"%{s} terlalu panjang","%{s} is too short":"%{s} terlalu pendek","%d entries added to %s":"%d entri ditambahkan ke %s","%d entries removed from %s":"%d entri dihapus dari %s","%d files uploaded in %d s":"%d file diupload di %d detik","%s already exists":"%s sudah ada","%s has been restored":"%s telah dipulihkan","1 hour":"1 jam","12 hours":"12 jam","2-Factor Authentication":"Autentikasi 2 Faktor","2FA":"2FA","4 hours":"4 jam","A click will copy it to your clipboard.":"Satu klik akan menyalinnya ke clipboard Anda.","A new version of %{s} is available:":"Versi baru dari %{s} telah tersedia:","About":"Tentang","Access granted.":"Akses telah diberikan.","Access revoked.":"Akses dicabut.","Access Token":"Token Akses","Account":"Akun","Account created":"Akun dibuat","Account deleted":"Akun dihapus","Account Group Mappings":"Pemetaan Kelompok Akun","Account not found":"Akun tidak ditemukan","Account restored":"Akun dipulihkan","Account saved":"Akun disimpan","Accounts":"Akun","Accuracy":"Akurasi","Action":"Tindakan","Actions":"Tindakan","Activate":"Aktifkan","Activate to remove sorting.":"Aktifkan untuk menghapus penyortiran.","Activate to sort ascending.":"Aktifkan untuk mengurutkan menaik.","Activate to sort descending.":"Aktifkan untuk mengurutkan menurun.","Activation Code":"Kode Aktivasi","Activity":"Aktivitas","Add":"Menambahkan","Add %{s}?":"Tambahkan %{s}?","Add a Caption":"Tambahkan Keterangan","Add Account":"Mengedit Akun","Add Album":"Tambah album","Add Link":"Tambah tautan","Add Notes":"Tambahkan Catatan","Add person?":"Tambah orang?","Add pictures from search results by selecting them.":"Tambahkan gambar dari hasil pencarian dengan memilihnya.","Add to album":"Tambahkan ke album","Add to all":"Tambahkan ke semua","Add to all selected photos":"Menambahkan ke semua foto yang dipilih","Added":"Sudah ditambahkan","Added %{name}":"Ditambahkan %{name}","Adjust Camera Info":"Menyesuaikan Info Kamera","Adjust Date & Time":"Sesuaikan Tanggal & Waktu","Adjust Location":"Sesuaikan Lokasi","Admin":"Admin","Advanced":"Lanjutan","Advertise URL":"Mengiklankan URL","After 1 day":"Setelah 1 hari","After 3 days":"Setelah 3 hari","After 7 days":"Setelah 7 hari","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Setelah memasukkan kata sandi untuk konfirmasi, Anda dapat mengatur autentikasi dua faktor dengan aplikasi atau perangkat pengautentikasi yang kompatibel:","After one month":"Setelah 1 bulan","After one year":"Setelah 1 tahun","After selecting pictures from search results, you can add them to an album using the context menu.":"Setelah memilah gambar dari hasil pencarian, Anda dapat menambahkannya ke album menggunakan menu kontek.","After two months":"Setelah 2 bulan","After two weeks":"Setelah 2 minggu","Album":"Album","Album %s deleted":"Album %s dihapus","Album Backups":"Cadangan Album","Album contents cloned":"Konten album dikloning","Album created":"Album dibuat","Album deleted":"Album dihapus","Album not found":"Album tidak ditemukan","Album saved":"Album disimpan","Albums":"Koleksi Album","Albums deleted":"Koleksi album dihapus","All":"Semua","All %{n} albums loaded":"%{n} album telah dimuat","All %{n} labels loaded":"%{n} label telah dimuat","All %{n} people loaded":"%{n} orang telah dimuat","All Cameras":"Semua Kamera","All Categories":"Semua Kategori","All Colors":"Semua Warna","All Countries":"Semua Negara","All files from import folder":"Semua berkas dari folder impor","All Lenses":"Semua Lensa","All Months":"Dalam semua bulan","All originals":"Semua yang asli","All Years":"Dalam semua tahun","Allow configuration and use of connected apps and services for remote uploads and sync.":"Memungkinkan konfigurasi dan penggunaan aplikasi dan layanan yang terhubung untuk unggahan dan sinkronisasi jarak jauh.","Allow editing of metadata such as title, description, date, and location.":"Memungkinkan pengeditan metadata seperti judul, deskripsi, tanggal, dan lokasi.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Memungkinkan pengeditan metadata, label, dan album beberapa gambar sekaligus.","Allow files to be copied or moved from the Import to the Originals folder.":"Aktifkan alat Impor untuk menyalin atau memindahkan file dari folder Impor ke dokumen asli.","Allow files to be permanently deleted to free up storage space.":"Izinkan file dihapus secara permanen untuk mengosongkan ruang penyimpanan.","Allow users to archive photos and videos so they are hidden without being deleted.":"Memungkinkan pengguna untuk mengarsipkan foto dan video agar tersembunyi tanpa terhapus.","Allow users to create and share links, and enable sharing with connected services.":"Memungkinkan pengguna untuk membuat dan berbagi tautan, dan mengaktifkan berbagi dengan layanan yang terhubung.","Allow users to upload new photos and videos through the web interface.":"Memungkinkan pengguna mengunggah foto dan video baru melalui antarmuka web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Sebagai kemungkinan lain, Anda dapat mengunggah berkas langsung ke WebDAV server seperti Nextcloud.","Altitude":"Ketinggian","Altitude (m)":"Ketinggian (m)","AM":"AM","Animated":"Animasi","Animation":"Animasi","Animations":"Animasi","Any private photos and videos remain private and won't be shared.":"Semua foto dan video pribadi tetap pribadi dan tidak akan dibagikan.","API Key":"Kunci API","Application":"Aplikasi","Applications":"Aplikasi","Approve":"Setujui","Approve and save changes":"Menyetujui dan menyimpan perubahan","Apps and Devices":"Aplikasi dan Perangkat","Archived":"Diarsipkan","Are you sure you want to archive the selection?":"Apakah Anda yakin untuk mengarsipkan pilihan ini?","Are you sure you want to delete these albums?":"Apakah Anda yakin untuk menghapus album - album ini?","Are you sure you want to delete these labels?":"Apakah Anda yakin untuk menghapus label - label ini?","Are you sure you want to delete this account?":"Apakah Anda yakin untuk menghapus akun ini?","Are you sure you want to delete this album?":"Apakah Anda yakin ingin menghapus album ini?","Are you sure you want to permanently delete these pictures?":"Apakah Anda yakin ingin mengapus gambar ini secara permanen?","Are you sure you want to permanently delete this file?":"Apakah Anda yakin untuk menghapus berkas ini secara permanen?","Are you sure?":"Apakah Anda yakin?","Artist":"Artis","Aspect Ratio":"Rasio Aspek","Attributes":"Atribut","Audio":"Audio","Audit Log":"Audio","Authentication":"Otentikasi","Auto":"Otomatis","Back":"Kembali","Back to top":"Kembali ke atas","Backup":"Cadangan","Badge":"Lencana","Base Path":"Jalur Dasar","Batch":"Batch","Batch Edit":"Edit Batch","Become a member today, support our mission and enjoy our member benefits!":"Jadilah anggota hari ini, dukung misi kami dan nikmati manfaat anggota kami!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Karena 100% didanai sendiri dan independen, kami bisa menjanjikan kepada Anda bahwa kami tidak akan pernah menjual data Anda dan kami akan selalu transparan tentang perangkat lunak dan layanan kami.","Bio":"Bio","Birth Date":"Tanggal Lahir","Black":"Hitam","Blue":"Biru","Brown":"Coklat","Browse":"Jelajahi","Browse Files":"Jelajahi File","Browse Pictures":"Jelajahi Gambar","Bug Report":"Laporan Bug","Busy, please try again later":"Sibuk, silakan coba lagi nanti","Busy, please wait…":"Sibuk, harap tunggu…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Dengan menggunakan perangkat lunak dan layanan yang kami sediakan, Anda menyetujui ketentuan layanan, kebijakan privasi, dan kode etik kami.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kamera tidak ditemukan","Camera Serial":"Serial Kamera","Can't access your authenticator app or device?":"Tidak dapat mengakses aplikasi atau perangkat autentikator Anda?","Can't load more, limit reached":"Tidak dapat memuat lebih banyak, batas tercapai","Can't select more items":"Tidak dapat memilih item lainnya","Cancel":"Batal","Cannot copy to clipboard":"Tidak dapat menyalin ke papan klip","Caption":"Keterangan","Cards":"Kartu","Carousel slide {0} of {1}":"Geser korsel {0} dari {1}","Cast":"Pemeran","Category":"Kategori","Change Avatar":"Ubah bendera pribadi","Change Password":"Kata sandi baru","Change private flag":"Ubah bendera pribadi","Changes could not be saved":"Perubahan tidak dapat disimpan","Changes successfully saved":"Perubahan berhasil disimpan","Changes to the advanced settings require a restart to take effect.":"Perubahan pada pengaturan lanjutan memerlukan pengaktifan ulang untuk menerapkannya.","Checked":"Diperiksa","Choose an instance to continue:":"Pilih sebuah instance untuk melanjutkan:","Chroma":"Kroma","Cleaning index and cache":"Membersihkan indeks dan cache","Cleanup":"Pembersihan","Clear":"Jelas","Clear {0}":"Hapus {0}","Client":"Klien","Close":"Tutup","Cluster":"Cluster","Cluster Admin":"Admin Kluster","Cluster Node":"Simpul Cluster","Codec":"Codec","Color":"Warna","Color Profile":"Profil Warna","Colors":"Warna","Compare Editions":"Bandingkan Edisi","Complete Rescan":"Selesaikan Pemindaian Ulang","Confidence":"Keyakinan","Confirm":"Mengonfirmasi","Connect":"Hubungkan","Connect via WebDAV":"Terhubung melalui WebDAV","Connected":"Hubungkan","Contact Details":"Hubungi Kami","Contact Us":"Hubungi Kami","Contains %{n} pictures.":"Berisi %{n} gambar.","Contains one picture.":"Berisi satu gambar.","Content":{"":"Konten","Edit":"Konten"},"Continue":"Melanjutkan","Contributor":"Kontributor","Converting":"Mengubah","Copied to clipboard":"Disalin ke papan klip","Copy":"Menyalin","Copying files from %s":"Menyalin file dari %s","Copyright":"Hak Cipta","Could not be deleted":"Tidak dapat dihapus","Could not connect, please try again":"Tidak dapat terhubung, silakan coba lagi","Could not update person cover":"Tidak dapat memperbarui perlindungan orang","Couldn't find anything.":"Tidak dapat menemukan apa pun.","Country":"Negara","Create Account":"Buat Akun","Create album":"Buat album","Create regular backups based on the configured schedule.":"Membuat cadangan indeks berdasarkan jadwal yang dikonfigurasi.","Create YAML files to back up album metadata.":"Buat file YAML untuk mencadangkan metadata album.","Create YAML sidecar files to back up picture metadata.":"Buat file sespan YAML untuk mencadangkan metadata gambar.","Created":"Dibuat","Creating thumbnails for":"Membuat thumbnail untuk","Current Password":"Kata Sandi Saat Ini","Custom":"Kustom","Cyan":"Cyan","Daily":"Harian","Database":"Basis data","Database Backups":"Pencadangan Basis Data","Databases":"Basis data","Date & Time":"Tanggal & Waktu","Day":"Hari","Deactivate":"Menonaktifkan","Debug Logs":"Log Debug","Default":"Bawaan","Default Folder":"Folder Default","Delete":"Hapus","Delete Album":"Menghapus Album","Delete All":"Hapus Semua","Delete all?":"Hapus semua?","Delete orphaned index entries, sidecar files and thumbnails.":"Menghapus entri indeks, file sidebar, dan gambar mini.","deleted":"dihapus","Description":"Deskripsi","Detailed instructions can be found in our User Guide.":"Petunjuk rinci dapat ditemukan di Panduan Pengguna kami.","Details":"Detail","Dimensions":"Dimensi","Disable all face detection and recognition features.":"Nonaktifkan semua fitur pendeteksian dan pengenalan wajah.","Disable Backups":"Nonaktifkan Cadangan","Disable Darktable":"Nonaktifkan Darktable","Disable ExifTool":"Nonaktifkan ExifTool","Disable Faces":"Nonaktifkan Wajah","Disable features that require write permission for the originals folder.":"Nonaktifkan fitur yang memerlukan izin tulis untuk folder asli.","Disable FFmpeg":"Nonaktifkan FFmpeg","Disable ImageMagick":"Nonaktifkan ImageMagick","Disable interactive world maps and reverse geocoding.":"Menonaktifkan peta dunia interaktif dan membalikkan geocoding.","Disable MCP":"Menonaktifkan MCP","Disable Places":"Nonaktifkan Tempat","Disable RawTherapee":"Nonaktifkan RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Nonaktifkan titik akhir Model Context Protocol (MCP) API untuk integrasi agen AI.","Disable Vectors":"Nonaktifkan Vektor","Disable WebDAV":"Nonaktifkan WebDAV","Disabled":"Dinonaktifkan","Disables vector graphics support.":"Menonaktifkan dukungan grafis vektor.","Disables video transcoding and thumbnail extraction.":"Menonaktifkan transkode video dan ekstraksi gambar mini.","Discard":"Buang","Discard changes and close":"Buang perubahan dan tutup","Discard invalid changes?":"Membuang perubahan yang tidak valid?","Discard unsaved changes?":"Membuang perubahan yang belum disimpan?","Discover":"Temukan","Dismiss":"Bubarkan.","Display Name":"Nama Tampilan","Display picture captions in search results.":"Menampilkan keterangan gambar dalam hasil pencarian.","Display picture titles in search results.":"Menampilkan judul gambar dalam hasil pencarian.","Document":"Dokumen","Documents":"Dokumen","Don't use Darktable to convert RAW images.":"Jangan gunakan Darktable untuk mengonversi file RAW.","Don't use ImageMagick to convert images.":"Jangan gunakan ImageMagick untuk mengonversi gambar.","Don't use RawTherapee to convert RAW images.":"Jangan gunakan RawTherapee untuk mengonversi file RAW.","Done":"Selesai","Done.":"Selesai.","Download":"Unduh","Download only original media files, without any automatically generated files.":"Unduh hanya file media asli, tanpa file yang dibuat secara otomatis.","Download remote files":"Unduh file jarak jauh","Downloading…":"Mengunduh…","Drag and drop files here":"Seret dan jatuhkan file di sini","Driver":"Sopir","Duplicates will be skipped and only appear once.":"Duplikat akan dilewati dan hanya muncul sekali.","Duration":"Durasi","Dynamic Previews":"Pratinjau Dinamis","Dynamic Size Limit: %{n}px":"Batas Ukuran Dinamis: %{n}px","Edit":"Sunting","Edit %{s}":"Sunting %{s}","Edit Account":"Mengedit Akun","Edit Photo":"Mengedit Foto","Edit Photos (%{n})":"Edit Foto (%{n})","Edited":"Diedit","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Aktifkan mode debug untuk menampilkan log tambahan dan membantu pemecahan masalah.","Enable downloading of original and sidecar files from the web interface.":"Aktifkan pengunduhan file asli dan file sespan dari antarmuka web.","Enable face recognition and the People view to easily find people you know.":"Aktifkan pengenalan wajah dan tampilan Orang untuk menemukan orang yang Anda kenal dengan mudah.","Enable new features that may be incomplete or unstable.":"Mengaktifkan fitur baru yang mungkin tidak lengkap atau tidak stabil.","Enable the file browser to navigate the Originals folder structure.":"Aktifkan browser file untuk menavigasi struktur folder Asli.","Enables RAW converter presets. May reduce performance.":"Aktifkan preset untuk RAW konverter. Memungkinkan adanya penurunan performa.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Mengaktifkan autentikasi dua faktor berarti Anda memerlukan kode verifikasi yang dibuat secara acak untuk masuk, jadi meskipun seseorang mendapatkan akses ke kata sandi Anda, mereka tidak akan dapat mengakses akun Anda.","Engine":"Mesin","Enter date":"Masukkan tanggal","Enter dates":"Masukkan tanggal","Enter item name...":"Masukkan nama item...","Enter the code generated by your authenticator app:":"Masukkan kode yang dihasilkan oleh aplikasi autentikator Anda:","Enter verification code":"Masukkan kode verifikasi","Enter your password to confirm the action and continue:":"Masukkan kata sandi Anda untuk mengonfirmasi tindakan dan melanjutkan:","Entity not found":"Entitas tidak ditemukan","Error":"Kesalahan","Errors":"Kesalahan","Estimate":"Memperkirakan","Estimate Locations":"Perkirakan Lokasi","Estimate the approximate location of pictures without GPS coordinates.":"Memperkirakan perkiraan lokasi gambar tanpa koordinat GPS.","Every two days":"Setiap dua hari","Exclude hidden":"Pengecualian untuk yang tersembunyi","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Ekstraksi metadata dengan ExifTool diperlukan untuk dukungan penuh Video, Live Photo, dan XMP.","Experimental Features":"Fitur Eksperimental","Expires":"Kedaluwarsa","Exposure":"Eksposur","Extract still images and generate thumbnails while indexing.":"Mengekstrak gambar diam dan menghasilkan gambar mini sewaktu mengindeks.","F Number":"Nilai F","Face":"Wajah","Face not found":"Wajah tidak ditemukan","Faces":"Wajah","Failed creating file, please check permissions":"Gagal membuat file, silakan periksa izin","Failed creating folder, please check permissions":"Gagal membuat folder, harap periksa izin","Failed removing link":"Gagal menghapus tautan","Failed to connect account.":"Gagal menghubungkan akun.","Failed to create zip file":"Gagal membuat file zip","Failed to load users.":"Gagal memuat pengguna.","Failed to remove face marker":"Gagal menghapus penanda wajah","Failed to remove name":"Gagal menghapus nama","Failed to restart server":"Gagal memulai ulang server","Failed to save changes":"Gagal menyimpan perubahan","Failed to save face marker":"Gagal menyimpan penanda wajah","Failed to save name":"Gagal menyimpan nama","Failed updating link":"Gagal memperbarui tautan","Family Name":"Nama Keluarga","Fast":"Cepat","Favorite":"Favorit","Favorites":"Favorit","Feature disabled":"Fitur dinonaktifkan","Feature Request":"Permintaan Fitur","Female":"Perempuan","File":"Berkas","File Browser":"Peramban Berkas","File Conversion":"Konversi File","File deleted":"Berkas dihapus","File Name":"Nama Berkas","File not found":"Berkas tidak ditemukan","File removed from stack":"File dihapus dari tumpukan","File Size":"Berkas","File too large":"Berkas terlalu besar","File uploaded":"File diunggah","Filename":"Nama Berkas","Files":"Berkas","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"File dengan nama berurutan seperti 'IMG_1234 (2)' dan 'IMG_1234 (3)' milik gambar yang sama.","First page":"Halaman pertama","Focal Length":"Panjang Fokus","Folder":"Folder","Folder contains %{n} files":"Folder berisi %{n} berkas","Folder is empty":"Folder kosong","Folders":"Folder","Forgot password?":"Lupa kata sandi?","FPS":"FPS","Frames":"Bingkai","Full Access":"Akses penuh","Fullscreen":"Layar Penuh","General":"Umum","Generate":"Menghasilkan","Generate Previews":"Menghasilkan Pratinjau","Generated":"Dihasilkan","Get Started":"Memulai","Given Name":"Nama Asli","Global Options":"Opsi Global","Go to page {0}":"Pergi ke halaman {0}","Gold":"Emas","Green":"Hijau","Grey":"Abu-abu","Groups":"Kelompok","Guest":"Tamu","Hash":"Hash","Help":"Bantuan","Help & Support":"Bantuan & Dukungan","Hidden":"Tersembunyi","Hidden Files":"Berkas tersembunyi","Hide":"Sembunyikan","Hide Caption":"Sembunyikan Caption","Hide face markers":"Menyembunyikan penanda wajah","Hide private content from global views while keeping it accessible in the Private section.":"Menyembunyikan item pribadi dari tampilan global namun tetap dapat diakses di bagian Pribadi.","High":"Tinggi","High Dynamic Range (HDR)":"Rentang Dinamis Tinggi (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Jika Anda kehilangan akses ke aplikasi atau perangkat pengautentikasi, Anda dapat menggunakan kode pemulihan untuk mendapatkan kembali akses ke akun Anda.","Image":"Gambar","Image Quality":"Kualitas Gambar","Import":"Impor","Import canceled":"Impor dibatalkan","Import completed in %d s":"Impor selesai dalam %d detik","Import failed":"Impor gagal","Imported files will be sorted by date and given a unique name to avoid duplicates.":"File yang diimpor akan diurutkan berdasarkan tanggal dan diberi nama yang unik untuk menghindari duplikat.","Importing %{s}…":"Mengimpor %{s}…","Importing files to originals…":"Mengimpor file ke aslinya…","in":"dalam","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Jika gambar yang Anda harapkan hilang, silakan pindai ulang perpustakaan Anda dan tunggu.","Include RAW image files when downloading stacks and archives.":"Sertakan file gambar RAW apabila mengunduh tumpukan dan arsip.","Include sidecar files when downloading stacks and archives.":"Sertakan file sespan saat mengunduh tumpukan dan arsip.","Increase storage size or delete files to continue.":"Menambah ukuran penyimpanan atau menghapus file untuk melanjutkan.","Index":"Indeks","Indexing":"Pengindeksan","Indexing canceled":"Pengindeksan dibatalkan","Indexing completed in %d s":"Pengindeksan selesai dalam %d detik","Indexing failed":"Pengindeksan gagal","Indexing files in %s":"Mengindeks file dalam %s","Indexing media and sidecar files…":"Mengindeks file media dan sidecar…","Indexing originals...":"Mengindeks dokumen asli...","Information":"Informasi","Inherit":"Mewarisi","Instance":"Contoh","Instance ID":"ID Instance","Instance unreachable. Try again once it's back online.":"Server tidak dapat diakses. Silakan coba lagi setelah server kembali online.","Instances":"Contoh","Insufficient storage":"Penyimpanan yang tidak memadai","Insufficient storage.":"Penyimpanan yang tidak memadai.","Interval":"Selang","Invalid":"Tanggal tidak valid","Invalid address":"Alamat tidak valid","Invalid country":"Negara tidak valid","Invalid credentials":"Kredensial tidak valid","Invalid date":"Tanggal tidak valid","Invalid link":"Tautan tidak valid","Invalid name":"Nama tidak valid","Invalid parameters":"Tanggal tidak valid","Invalid password, please try again":"Kata sandi salah, silakan coba lagi","Invalid photo selected":"Foto yang dipilih tidak valid","Invalid time":"Waktu tidak valid","Invalid URL":"URL tidak valid","Invalid verification code, please try again":"Kode verifikasi tidak valid, silakan coba lagi","IP Address":"Alamat IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Ini adalah kode sekali pakai yang akan menonaktifkan 2FA untuk akun Anda saat Anda menggunakannya.","Item":"Item","Items per page:":"Item per halaman:","JPEG Quality: %{n}":"Kualitas JPEG: %{n}","JPEG Size Limit: %{n}px":"Batas Ukuran JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG dan thumbnail secara otomatis dirender sesuai dengan kebutuhan.","Keyword":"Kata kunci","Keywords":"Kata kunci","Label":"Label","Label not found":"Label tidak ditemukan","Label saved":"Label disimpan","Labels":"Label","Labels deleted":"Label dihapus","Language":"Bahasa","Last Active":"Terakhir Aktif","Last Login":"Login Terakhir","Last page":"Halaman terakhir","Last Sync":"Sinkronisasi Terakhir","Last Used":"Terakhir digunakan","Latitude":"Lintang","LDAP/AD":"LDAP/AD","Learn more":"Pelajari lebih lanjut","Learn More":"Pelajari Lebih Lanjut","Legal Information":"Informasi Hukum","Lens":"Lensa","Lens not found":"Lensa tidak ditemukan","Library":"Perpustakaan","License":"Lisensi","Like":"Suka","Lime":"Lime","Limit reached, showing first %{n} files":"Batas tercapai, menampilkan %{n} file pertama","Link":"Tautan","List":"Daftar","List View":"Tampilan Daftar","Live":"Langsung","Live Photos":"Foto","Load more":"Memuat lebih banyak","Loading items...":"Memuat item...","Loading...":"Memuat...","Local":"Lokal","Local Time":"Waktu Setempat","Location":"Lokasi","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Pesan log muncul di sini setiap kali PhotoPrism menemukan file yang rusak, atau ada masalah potensial lainnya.","Login":"Masuk","Logs":"Log","Longitude":"Bujur","Lost server connection":"Kehilangan koneksi server","Low":"Rendah","Magenta":"Magenta","Main Color":"Warna Utama","Male":"Laki-laki","Manage Account":"Kelola Akun","Manager":"Manajer","Manual":"Manual","Manual Upload":"Unggah manual","Maps":"Peta","Marker":"PenAnda","Maximum number of accounts has been reached.":"Jumlah maksimum akun telah tercapai.","Media":"Media","Medium":"Sedang","Membership":"Keanggotaan","Merge %{a} with %{b}?":"Gabungkan %{a} dengan %{b}?","Message":"Pesan","Metadata":"Metadata","Metrics":"Metrik","Minimize":"Perkecil","Missing":"Hilang","Missing or invalid configuration":"Konfigurasi yang hilang atau tidak valid","mixed":"campuran","Moments":"Momen","Monochrome":"Monokrom","Month":"Setelah 1 bulanBulan","More options":"Opsi lainnya","Mosaic":"Mosaik","Most Relevant":"Paling relevan","Move Files":"Pindahkan File","Moving files from %s":"Memindahkan file dari %s","Must have at least %{n} characters.":"Harus memiliki setidaknya %{n} karakter.","Mute":"Bisu","Name":"Nama","Name too long":"Nama terlalu panjang","Never":"Tidak Pernah","New":"Baru","New Password":"Kata sandi baru","Newest First":"Terbaru terlebih dahulu","Next":"Berikutnya","Next page":"Halaman berikutnya","Next visual":"Visual berikutnya","No":"Tidak","No Access":"Tidak Ada Akses","No albums assigned":"Tidak ada album yang ditetapkan","No albums found":"Tidak ada album yang ditemukan","No albums selected":"Tidak ada album yang dipilih","No data available":"Tidak ada data yang tersedia","No files available for download":"Tidak ada file yang tersedia untuk diunduh","No items selected":"Tidak ada item yang dipilih","No labels assigned":"Tidak ada label yang diberikan","No labels found":"Tidak ada label yang ditemukan","No labels selected":"Tidak ada label yang dipilih","No matching records found":"Tidak ditemukan catatan yang cocok","No more":"Tidak ada lagi.","No people found":"Tidak ada orang yang ditemukan","No pictures found":"Tidak ada gambar yang ditemukan","No recently edited pictures":"Tidak ada gambar yang baru saja diedit","No registered instances.":"Tidak ada instance yang terdaftar.","No results":"Tidak ada hasil","No server connection":"Tidak ada koneksi server","No servers configured.":"Tidak ada server yang dikonfigurasi.","No services configured.":"Tidak ada server yang dikonfigurasi.","No thanks":"Tidak, terima kasih","No users on this instance.":"Tidak ada pengguna di instans ini.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Tidak ada peringatan atau kesalahan yang mengandung kata kunci ini. Perhatikan bahwa pencarian adalah case-sensitive.","Node":"Node","Nodes":"Node","Non-photographic and low-quality images require a review before they appear in search results.":"Gambar non-fotografis dan berkualitas rendah memerlukan peninjauan sebelum muncul di hasil pencarian.","None":"Tidak ada","Not allowed":"Tidak diperbolehkan","Not available in public mode":"Tidak tersedia dalam mode publik","Not available in read-only mode":"Tidak tersedia dalam mode hanya-baca","Not found":"Tidak ditemukan","Not sorted.":"Tidak diurutkan.","Not supported":"Tidak didukung","Note you may manually manage your originals folder and importing is optional.":"Perhatikan bahwa Anda dapat mengelola folder asli secara manual dan mengimpor adalah opsional.","Note:":"Catatan:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Catatan: Hanya server WebDAV, seperti Nextcloud atau PhotoPrism, yang dapat dikonfigurasi sebagai layanan jarak jauh untuk pencadangan dan pengunggahan file.","Notes":"Catatan","Nothing to see here yet.":"Belum ada yang bisa dilihat di sini. Bersabarlah.","Nothing was found.":"Tidak ada yang ditemukan.","Offline":"Offline","OK":"BAIKLAH.","Oldest First":"Paling lama","On Windows, enter the following resource in the connection dialog:":"Pada Windows, masukkan sumber daya berikut ini dalam dialog connection:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Pembuatan gambar mini berdasarkan permintaan dapat menyebabkan penggunaan CPU dan memori yang tinggi. Tidak disarankan untuk server dan perangkat NAS yang memiliki sumber daya terbatas.","Once a week":"Seminggu sekali","One album found":"Satu album ditemukan","One entry added to %s":"Satu entri ditambahkan ke %s","One entry removed from %s":"Satu entri dihapus dari %s","One file found":"Satu file ditemukan","One file uploaded":"Satu file yang diunggah","One folder found":"Satu folder ditemukan","One label found":"Satu label ditemukan","One person found":"Satu orang ditemukan","One picture found":"Satu gambar ditemukan","Only locally managed accounts can be set up for authentication with 2FA.":"Hanya akun yang dikelola secara lokal yang dapat diatur untuk autentikasi dengan 2FA.","Open":"Buka","optional":"opsional","or":"atau","Orange":"Oranye","Organization":"Orientasi","Orientation":"Orientasi","Original file names will be stored and indexed.":"Nama file asli akan disimpan dan diindeks.","Original Name":"Nama Asli","Originals":"Asli","Originals folder is empty":"Folder asli kosong","Other":"Lainnya","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Misi kami adalah menyediakan solusi yang paling ramah pengguna dan privasi untuk menjaga gambar Anda tetap teratur dan mudah diakses.","Outdoor":"Luar ruangan","Page {0}, Current page":"Halaman {0}, Halaman saat ini","Pages":"Halaman","Pagination Navigation":"Navigasi Pagination (Penomoran Halaman)","Panorama":"Panorama","Panoramas":"Panorama","Part of all selected photos":"Bagian dari semua foto yang dipilih","Part of some selected photos":"Sebagian dari beberapa foto yang dipilih","Password":"Kata sandi","Password changed":"Kata sandi diubah","Pause":"Jeda","Payment required":"Pembayaran wajib dilakukan","People":"Orang","People you share a link with will be able to view public contents.":"Orang lain yang Anda bagikan tautan ini dapat melihat konten secara publik.","Permanently deleted":"Dihapus permanen","Permission denied":"Izin ditolak","Person":"Orang","Person cover updated":"Penutup orang diperbarui","Person deleted":"Orang dihapus","Person not found":"Orang tidak ditemukan","Person saved":"Orang disimpan","Personal":"Pribadi","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism 100% didanai sendiri dan independen.","PhotoPrism+ Membership":"Keanggotaan PhotoPrism+","Photos":"Foto","Picture":"Gambar","Picture Title":"Judul Gambar","Pink":"Merah Muda","Pinned":"Ditandai","Place":"Tempat","Place & Time":"Tempat & Waktu","Places":"Tempat","Play":"Mainkan","Please confirm your new password.":"Harap konfirmasi kata sandi baru Anda.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Silakan salin kata sandi aplikasi yang dibuat secara acak berikut dan simpan di tempat yang aman, karena Anda tidak akan dapat melihatnya lagi:","Please do not upload any private, unlawful or offensive pictures.":"Mohon untuk tidak mengunggah gambar yang bersifat pribadi, melanggar hukum, atau menyinggung.","Please don't upload photos containing offensive content.":"Jangan mengunggah foto yang mengandung konten SARA.","Please enter OTP character {0}":"Masukkan karakter OTP {0}","Please log in to your account":"Silakan masuk ke akun Anda","Please note that changing your password will log you out on other devices and browsers.":"Harap diperhatikan bahwa mengubah kata sandi Anda akan membuat Anda log out pada perangkat dan browser lain.","Please restart your instance for the changes to take effect.":"Mulai ulang instance Anda agar perubahan diterapkan.","Please wait…":"Mohon tunggu…","PM":"PM","PNG Size Limit: %{n}px":"Batas Ukuran PNG: %{n}px","Portal":"Portal","Portrait":"Potret","Preserve filenames":"Pertahankan nama file","Press enter to create a new album.":"Tekan enter untuk membuat album baru.","Press enter to create new item":"Tekan enter untuk membuat item baru","Prevent database and album backups as well as YAML sidecar files from being created.":"Mencegah pencadangan basis data dan album serta file sespan YAML agar tidak dibuat.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Mencegah aplikasi lain mengakses PhotoPrism sebagai drive jaringan bersama.","Preview":"Pratinjau","Preview Images":"Pratinjau Gambar","Previous":"Sebelumnya","Previous page":"Halaman sebelumnya","Previous visual":"Visual sebelumnya","Primary":"Utama","Private":"Pribadi","Processing upload...":"Memproses unggahan...","Product Feedback":"Umpan Balik Produk","Projection":"Proyeksi","Purple":"Ungu","Quality Filter":"Filter Kualitas","Quality Score":"Angka Mutu","Quota exceeded":"Kuota terlampaui","Random":"Acak","Rating {0} of {1}":"Peringkat {0} dari {1}","Raw":"Raw","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Indeks ulang semua dokumen asli, termasuk file yang sudah diindeks dan tidak diubah.","Read-Only Mode":"Mode Baca","Recently Added":"Baru saja ditambahkan","Recently Archived":"Baru-baru ini Diarsipkan","Recently Edited":"Baru diedit","Recognition starts after indexing has been completed.":"Pengenalan dimulai setelah pengindeksan selesai.","Recognized":"Pengenalan","Recovery Code":"Kode Pemulihan","Red":"Merah","Refresh":"Menyegarkan","Regions":"Wilayah","Register":"Daftar","Reload":"Muat ulang","Reloading…":"Memuat ulang…","Remote Sync":"Sinkronisasi Jarak Jauh","Remove":"Hapus","remove failed: unknown album":"gagal menghapus: album tidak dikenal","Remove from Album":"Hapus dari album","Remove from all":"Hapus dari semua","Remove from all selected photos":"Hapus dari semua foto yang dipilih","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Hapus file yang diimpor untuk menghemat penyimpanan. Jenis file yang tidak didukung tidak akan pernah dihapus, mereka tetap di lokasi mereka saat ini.","Remove the selected instance from the cluster registry?":"Menghapus instans yang dipilih dari registri cluster?","Removed":"Dihapus","Removed %{name}":"%{name} telah dihapus","Removed %d files and %d photos":"Menghapus %d file dan %d foto","Repeated":"Diulang","Request failed - are you offline?":"Permintaan gagal - apakah Anda sedang offline?","Request failed - invalid response":"Permintaan gagal - tanggapan tidak valid","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Mewajibkan gambar non-fotografi dan gambar berkualitas rendah untuk ditinjau sebelum muncul di hasil pencarian.","Resolution":"Resolusi","Restart":"Mulai ulang","Restore":"Pulihkan","Restored":"Dipulihkan","Retry Limit":"Batas Percobaan Ulang","Retype Password":"Kata sandiKetik Ulang Kata Sandi","Review":"Ulasan","Role":"Peran","Roles":"Peran","Rotated":"Diputar","Rows per page:":"Baris per halaman:","Satellite":"Satelit","Save":"Simpan","Save changes":"Menyimpan perubahan","Scan":"Pindai","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Pindai kode QR dengan aplikasi autentikator Anda atau gunakan kunci pengaturan yang ditunjukkan di bawah, lalu masukkan kode verifikasi yang dihasilkan:","Scans":"Pindai","Scope":"Cakupan","Scopes":"Cakupan","Search":"Cari","Season":"Musim","Secret":"Rahasia","Security and Access":"Keamanan dan Akses","Select":"Pilih","Select a source folder to import files…":"Pilih folder sumber untuk mengimpor file…","Select date":"Pilih tanggal","Select dates":"Pilih tanggal","Select or create albums":"Memilih atau membuat album","Select or create labels":"Memilih atau membuat label","Select or drop files to upload…":"Pilih atau jatuhkan file yang akan diunggah…","Select the files to upload…":"Pilih file yang akan diunggah…","Select the folder to be indexed…":"Pilih folder yang akan diindeks…","Select Time":"Pilih Waktu","Selection":"Seleksi","Selection added to %s":"Pilihan ditambahkan ke %s","Selection approved":"Pilihan disetujui","Selection archived":"Pilihan diarsipkan","Selection marked as private":"Pilihan ditandai sebagai pribadi","Selection not found":"Pilihan tidak ditemukan","Selection restored":"Pilihan dipulihkan","Sequential Name":"Nama Urutan","Service":"Layanan","Service URL":"URL Layanan","Services":"URL Layanan","Session":"Sesi","Session ID":"ID Sesi","Sessions":"Sesi","Set as Album Cover":"Tetapkan sebagai Sampul Album","Set as Cover Image":"Tetapkan sebagai Gambar Sampul","Settings":"Pengaturan","Settings saved":"Pengaturan disimpan","Setup":"Setelan","Severity":"Keparahan","Share":"Bagikan","Share %{s}":"Bagikan %{s}","Show":"Tampilkan","Show All Labels":"Tampilkan Semua Label","Show all new faces":"Tampilkan semua wajah baru","Show Caption":"Tampilkan Caption","Show Captions":"Tampilkan Keterangan","Show face markers":"Menampilkan penanda wajah","Show hidden":"Tampilkan yang tersembunyi","Show Important Only":"Tampilkan Hanya Penting","Show logs in the web interface to monitor activity and troubleshoot problems.":"Menampilkan log di antarmuka web untuk memantau aktivitas dan memecahkan masalah.","Show smart albums that group pictures by occasion, trip, or location.":"Menampilkan album pintar yang mengelompokkan foto berdasarkan acara, perjalanan, atau lokasi.","Show the Account page so users can manage their profile and security settings.":"Tampilkan halaman Akun agar pengguna dapat mengelola pengaturan profil dan keamanan mereka.","Show the Calendar view to browse the library by year and month.":"Tampilkan tampilan Kalender untuk menelusuri perpustakaan berdasarkan tahun dan bulan.","Show the Labels section to view and manage AI-generated labels.":"Tampilkan bagian Label untuk melihat dan mengelola label yang dibuat oleh AI.","Show the Library section to index, manage, and monitor the media library.":"Tampilkan bagian Perpustakaan untuk mengindeks, mengelola, dan memantau perpustakaan media.","Show the Places view with interactive maps so you can browse photos by location.":"Menampilkan tampilan Places dengan peta interaktif sehingga Anda dapat menelusuri foto berdasarkan lokasi.","Show Titles":"Tampilkan Judul","Sidecar":"Sespan","Sidecar Files":"File Sespan","Sign in":"Masuk","Sign Out":"Keluar","Similar":"Serupa","Site URL":"URL Situs","Size":"Ukuran","Slideshow":"Tayangan slide","Slow":"Lambat","Software":"Perangkat lunak","Software Update":"Pembaruan Perangkat Lunak","Some albums could not be copied":"Beberapa album tidak dapat disalin","Some albums could not be created. Please edit the names and try again.":"Beberapa album tidak dapat dibuat. Silakan edit nama dan coba lagi.","Some albums could not be updated":"Beberapa album tidak dapat diperbarui","Something went wrong, try again":"Ada yang salah, coba lagi","Sort by":"Urutkan berdasarkan","Sort by Name (A–Z)":"Urutkan berdasarkan Nama (A-Z)","Sort by Photo Count":"Urutkan berdasarkan Jumlah Foto","Sort by Relevance":"Urutkan berdasarkan Relevansi","Sort Order":"Urutkan","Sorted ascending.":"Diurutkan menaik.","Sorted descending.":"Diurutkan menurun.","Source":"Sumber","Stack":"Tumpukan","Stack files sharing the same unique image or instance identifier.":"Tumpuk file untuk berbagi yang gambarnya unik atau pengenal instans yang sama.","Stack pictures taken at the exact same time and location based on their metadata.":"Stack gambar yang diambil pada waktu dan lokasi yang sama persis berdasarkan metadata.","Stackable":"Dapat ditumpuk","Stacks":"Tumpukan","Start":"Mulai","Start Page":"Halaman Awal","Static Size Limit: %{n}px":"Batas Ukuran Statis: %{n}px","Status":"Status","Stay signed in on this device":"Tetap masuk di perangkat ini","Stop Casting":"Berhenti Melempar","Storage":"Penyimpanan","Streets":"Jalan","Subject":"Subjek","Subject deleted":"Subjek dihapus","Subject not found":"Subjek tidak ditemukan","Subject saved":"Subjek disimpan","Successfully activated":"Berhasil diaktifkan","Successfully Connected":"Berhasil Terhubung","Successfully deleted":"Berhasil dihapus","Successfully verified":"Berhasil diverifikasi","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Dukungan untuk layanan tambahan, seperti Google Drive, akan ditambahkan seiring waktu.","Support Our Mission":"Dukung Misi Kami","Sync":"Sinkronisasi","Sync raw and video files":"Sinkronkan file mentah dan video","Taken":"Diambil","Teal":"Teal","Terrain":"Medan","Text":"Teks","Thank You for Your Support!":"Terima kasih atas Dukungan Anda!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Itulah mengapa PhotoPrism dibangun dari nol untuk berjalan di mana pun Anda membutuhkannya, tanpa mengorbankan kebebasan, privasi, atau fungsionalitas.","The index currently contains %{n} hidden files.":"Indeks saat ini berisi %{n} file tersembunyi.","The instance rejected the cluster credentials.":"Instan tersebut menolak kredensial kluster.","The instance returned an unexpected redirect.":"Instan tersebut menghasilkan pengalihan yang tidak terduga.","The wakeup interval is %s, but must be 1h or less":"Interval wakeup adalah %s, tetapi harus 1 jam atau kurang","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Format mereka mungkin tidak didukung, mereka belum dikonversi ke JPEG atau ada duplikat.","Theme":"Tema","This account is missing an ID and can't be edited.":"Akun ini tidak memiliki ID dan tidak dapat diedit.","This field is required":"Bidang ini wajib diisi","This instance has no site URL configured.":"Instan ini belum memiliki URL situs yang dikonfigurasi.","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.":"Ini memasang folder asli sebagai drive tersambung dan memungkinkan Anda untuk membuka, mengubah, dan menghapus file dari komputer atau ponsel cerdas Anda.","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. ":"Ini memasang folder asli sebagai drive tersambung dan memungkinkan Anda untuk membuka, mengubah, dan menghapus file dari komputer atau ponsel cerdas Anda.","Time":"Waktu","Time UTC":"Waktu UTC","Time Zone":"Zona Waktu","Timeout":"Tenggat waktu","Title":{"":"Judul","Account":"Judul","Photo":"Judul"},"Title / Position":"Judul terlalu panjang","to":"ke","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Untuk menghindari akun Anda terkunci, silakan unduh, cetak, atau salin kode pemulihan ini sekarang dan simpan di tempat yang aman.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Untuk membuat kata sandi khusus aplikasi yang baru, masukkan nama dan cakupan otorisasi aplikasi dan pilih tanggal kedaluwarsa:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Untuk beralih ke aplikasi atau perangkat pengautentikasi baru, nonaktifkan autentikasi dua faktor terlebih dahulu, lalu aktifkan kembali:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Untuk meningkatkan, Anda dapat memasukkan kode aktivasi atau klik \"Daftar\" untuk mendaftar di situs web kami:","Today":"Hari ini","Toggle View":"Beralih Tampilan","Token":"Token","Too many files selected":"Terlalu banyak file yang dipilih","Too many requests":"Terlalu banyak permintaan","Troubleshooting":"Pemecahan masalah","Try again using other filters or keywords.":"Coba lagi menggunakan filter atau kata kunci lain.","Two-factor authentication has been enabled for your account.":"Otentikasi dua faktor telah diaktifkan untuk akun Anda.","Type":"Ketik","Unable to delete":"Tidak dapat menghapus","Unable to do that":"Tidak bisa melakukan itu","Unassign":"Batalkan penugasan","Unauthorized":"Tidak sah","Undo":"Batalkan","Unique ID":"ID Unik","Unknown":"Tidak diketahui","Unknown location":"Lokasi tidak diketahui","Unregistered":"Tidak terdaftar","Unsorted":"Tidak disortir","Unstack":"Buang tumpukan","Unsupported":"Tidak didukung","Unsupported format":"Format yang tidak didukung","Unsupported type":"Jenis tidak didukung","Updated":"Telah diperbarui","Updating faces":"Memperbarui wajah","Updating index":"Memperbarui indeks","Updating moments":"Memperbarui momen","Updating picture…":"Memperbarui pratinjau","Updating previews":"Memperbarui pratinjau","Updating stacks":"Memperbarui tumpukan","Upgrade":"Tingkatkan","Upgrade Now":"Tingkatkan Sekarang","Upload":"Unggah","Upload complete":"Ungahan selesai","Upload complete. Indexing…":"Unggahan selesai. Melakukan pengindeksan…","Upload failed":"Unggahan gagal","Upload has been processed":"Unggahan telah diproses","Upload local files":"Unggah berkas lokal","Upload might be offensive":"Unggahan mungkin menyinggung","Upload Path":"Jalur Unggah","Uploading %{n} of %{t}…":"Mengunggah %{n} dari %{t}…","Uploading photos…":"Mengunggah foto…","Uploading…":"Memuat ulang…","Uploads that may contain such images will be rejected automatically.":"Unggahan yang mungkin berisi gambar seperti itu akan ditolak secara otomatis.","URL":"URL","Use Presets":"Gunakan Preset","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Gunakan kode pemulihan berikut untuk mengakses akun Anda ketika Anda tidak dapat membuat kode verifikasi yang valid dengan aplikasi autentikator Anda:","Use your recovery code or contact an administrator for help.":"Gunakan kode pemulihan Anda atau hubungi administrator untuk mendapatkan bantuan.","User":"Pengguna","User Guide":"Panduan Pengguna","User Interface":"Tampilan Pengguna","User not found":"Pengguna tidak ditemukan","Username":"Nama pengguna","Users":"Pengguna","UUID":"UUID","Vector":"Vektor","Vectors":"Vektor","Verification Code":"Kode verifikasi","Version":"Versi","Video":"Video","Video Duration":"Durasi","Videos":"Koleksi Video","View":"Melihat","View search results as a list.":"Melihat hasil pencarian sebagai daftar.","Viewer":"Penampil","Vision":"Visi","Visitor":"Pengunjung","Visual Similarity":"Kelompokkan menurut kesamaan","Warning":"Peringatan","Web Login":"Login Web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Klien WebDAV dapat terhubung ke PhotoPrism menggunakan URL berikut:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Klien WebDAV, seperti Microsoft Windows Explorer atau Apple's Finder, dapat terhubung langsung ke PhotoPrism.","WebDAV Upload":"Unggah WebDAV","WebGL support is disabled in your browser":"Dukungan WebGL dinonaktifkan di browser Anda","Website":"Situs web","White":"Putih","Work Details":"Detail","Year":"Tahun","Yellow":"Kuning","Yes":"Ya","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Anda dapat menghubungi kami di membership@photoprism.app untuk pertanyaan mengenai keanggotaan Anda.","You can only download one album":"Anda hanya dapat mengunduh satu album","You can only download one label":"Anda hanya dapat mengunduh satu label","You can search for a location or move the marker on the map to change the position:":"Anda dapat mencari lokasi atau memindahkan penanda pada peta untuk mengubah posisi:","You can upload up to %{n} files for test purposes.":"Anda dapat mengunggah hingga %{n} file untuk tujuan pengujian.","You cannot change your own role.":"Anda tidak dapat mengubah peran Anda sendiri.","You do not have access to any instances.":"Anda tidak memiliki akses ke instance mana pun.","You may only select one item":"Anda hanya dapat memilih satu item","You may rescan your library to find additional faces.":"Anda dapat memindai ulang perpustakaan Anda untuk menemukan wajah tambahan.","Your account could not be connected":"Akun Anda tidak dapat terhubung","Your account has been successfully connected.":"Akun Anda telah berhasil terhubung.","Your browser does not support WebGL":"Browser Anda tidak mendukung WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Dukungan Anda yang berkelanjutan membantu kami menyediakan layanan seperti peta satelit dan mengembangkan fitur-fitur terbaru.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Perpustakaan Anda akan terus dianalisis secara otomatis dalam membuat album momen spesial, perjalanan, dan tempat.","Zip created in %d s":"Zip dibuat dalam %d detik","Zoom in/out":"Memperbesar/memperkecil","Archive":{"Noun":"Arsip","Verb":"Arsip"},"Add a Title":{"Photo":"Tambahkan Judul"}}} \ No newline at end of file +{"id":{"{0} appended action":"{0} tindakan yang ditambahkan","{0} files":"{0} file","{0} files ({1} in total)":"{0} file (total {1})","{0} more":"{0} lebih","{0} prepended action":"{0} tindakan yang sudah disiapkan","{0} selected":"{0} dipilih","{0}-{1} of {2}":"{0}-{1} dari {2}","%{n} albums found":"%{n} album ditemukan","%{n} files uploaded":"%{n} berkas yang diunggah","%{n} folders found":"%{n} folder ditemukan","%{n} GB of %{q} GB used":"%{n} GB dari %{q} GB yang digunakan","%{n} labels found":"%{n} label yang ditemukan","%{n} people found":"%{n} orang yang ditemukan","%{n} pictures found":"%{n} gambar yang ditemukan","%{s} is too long":"%{s} terlalu panjang","%{s} is too short":"%{s} terlalu pendek","%d entries added to %s":"%d entri ditambahkan ke %s","%d entries removed from %s":"%d entri dihapus dari %s","%d files uploaded in %d s":"%d file diupload di %d detik","%s already exists":"%s sudah ada","%s has been restored":"%s telah dipulihkan","1 hour":"1 jam","12 hours":"12 jam","2-Factor Authentication":"Autentikasi 2 Faktor","2FA":"2FA","4 hours":"4 jam","A click will copy it to your clipboard.":"Satu klik akan menyalinnya ke clipboard Anda.","A new version of %{s} is available:":"Versi baru dari %{s} telah tersedia:","About":"Tentang","Access granted.":"Akses telah diberikan.","Access revoked.":"Akses dicabut.","Access Token":"Token Akses","Account":"Akun","Account created":"Akun dibuat","Account deleted":"Akun dihapus","Account Group Mappings":"Pemetaan Kelompok Akun","Account not found":"Akun tidak ditemukan","Account restored":"Akun dipulihkan","Account saved":"Akun disimpan","Accounts":"Akun","Accuracy":"Akurasi","Action":"Tindakan","Actions":"Tindakan","Activate":"Aktifkan","Activate to remove sorting.":"Aktifkan untuk menghapus penyortiran.","Activate to sort ascending.":"Aktifkan untuk mengurutkan menaik.","Activate to sort descending.":"Aktifkan untuk mengurutkan menurun.","Activation Code":"Kode Aktivasi","Activity":"Aktivitas","Add":"Menambahkan","Add %{s}?":"Tambahkan %{s}?","Add a Caption":"Tambahkan Keterangan","Add Account":"Mengedit Akun","Add Album":"Tambah album","Add Link":"Tambah tautan","Add Notes":"Tambahkan Catatan","Add person?":"Tambah orang?","Add pictures from search results by selecting them.":"Tambahkan gambar dari hasil pencarian dengan memilihnya.","Add to album":"Tambahkan ke album","Add to all":"Tambahkan ke semua","Add to all selected photos":"Menambahkan ke semua foto yang dipilih","Added":"Sudah ditambahkan","Added %{name}":"Ditambahkan %{name}","Adjust Camera Info":"Menyesuaikan Info Kamera","Adjust Date & Time":"Sesuaikan Tanggal & Waktu","Adjust Location":"Sesuaikan Lokasi","Admin":"Admin","Advanced":"Lanjutan","Advertise URL":"Mengiklankan URL","After 1 day":"Setelah 1 hari","After 3 days":"Setelah 3 hari","After 7 days":"Setelah 7 hari","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Setelah memasukkan kata sandi untuk konfirmasi, Anda dapat mengatur autentikasi dua faktor dengan aplikasi atau perangkat pengautentikasi yang kompatibel:","After one month":"Setelah 1 bulan","After one year":"Setelah 1 tahun","After selecting pictures from search results, you can add them to an album using the context menu.":"Setelah memilah gambar dari hasil pencarian, Anda dapat menambahkannya ke album menggunakan menu kontek.","After two months":"Setelah 2 bulan","After two weeks":"Setelah 2 minggu","Album":"Album","Album %s deleted":"Album %s dihapus","Album Backups":"Cadangan Album","Album contents cloned":"Konten album dikloning","Album created":"Album dibuat","Album deleted":"Album dihapus","Album not found":"Album tidak ditemukan","Album saved":"Album disimpan","Albums":"Koleksi Album","Albums deleted":"Koleksi album dihapus","All":"Semua","All %{n} albums loaded":"%{n} album telah dimuat","All %{n} labels loaded":"%{n} label telah dimuat","All %{n} people loaded":"%{n} orang telah dimuat","All Cameras":"Semua Kamera","All Categories":"Semua Kategori","All Colors":"Semua Warna","All Countries":"Semua Negara","All files from import folder":"Semua berkas dari folder impor","All Lenses":"Semua Lensa","All Months":"Dalam semua bulan","All originals":"Semua yang asli","All Years":"Dalam semua tahun","Allow configuration and use of connected apps and services for remote uploads and sync.":"Memungkinkan konfigurasi dan penggunaan aplikasi dan layanan yang terhubung untuk unggahan dan sinkronisasi jarak jauh.","Allow editing of metadata such as title, description, date, and location.":"Memungkinkan pengeditan metadata seperti judul, deskripsi, tanggal, dan lokasi.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Memungkinkan pengeditan metadata, label, dan album beberapa gambar sekaligus.","Allow files to be copied or moved from the Import to the Originals folder.":"Aktifkan alat Impor untuk menyalin atau memindahkan file dari folder Impor ke dokumen asli.","Allow files to be permanently deleted to free up storage space.":"Izinkan file dihapus secara permanen untuk mengosongkan ruang penyimpanan.","Allow users to archive photos and videos so they are hidden without being deleted.":"Memungkinkan pengguna untuk mengarsipkan foto dan video agar tersembunyi tanpa terhapus.","Allow users to create and share links, and enable sharing with connected services.":"Memungkinkan pengguna untuk membuat dan berbagi tautan, dan mengaktifkan berbagi dengan layanan yang terhubung.","Allow users to upload new photos and videos through the web interface.":"Memungkinkan pengguna mengunggah foto dan video baru melalui antarmuka web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Sebagai kemungkinan lain, Anda dapat mengunggah berkas langsung ke WebDAV server seperti Nextcloud.","Altitude":"Ketinggian","Altitude (m)":"Ketinggian (m)","AM":"AM","Animated":"Animasi","Animation":"Animasi","Animations":"Animasi","Any private photos and videos remain private and won't be shared.":"Semua foto dan video pribadi tetap pribadi dan tidak akan dibagikan.","API Key":"Kunci API","Application":"Aplikasi","Applications":"Aplikasi","Approve":"Setujui","Approve and save changes":"Menyetujui dan menyimpan perubahan","Apps and Devices":"Aplikasi dan Perangkat","Archived":"Diarsipkan","Are you sure you want to archive the selection?":"Apakah Anda yakin untuk mengarsipkan pilihan ini?","Are you sure you want to delete these albums?":"Apakah Anda yakin untuk menghapus album - album ini?","Are you sure you want to delete these labels?":"Apakah Anda yakin untuk menghapus label - label ini?","Are you sure you want to delete this account?":"Apakah Anda yakin untuk menghapus akun ini?","Are you sure you want to delete this album?":"Apakah Anda yakin ingin menghapus album ini?","Are you sure you want to permanently delete these pictures?":"Apakah Anda yakin ingin mengapus gambar ini secara permanen?","Are you sure you want to permanently delete this file?":"Apakah Anda yakin untuk menghapus berkas ini secara permanen?","Are you sure?":"Apakah Anda yakin?","Artist":"Artis","Aspect Ratio":"Rasio Aspek","Attributes":"Atribut","Audio":"Audio","Audit Log":"Audio","Authentication":"Otentikasi","Auto":"Otomatis","Back":"Kembali","Back to top":"Kembali ke atas","Backup":"Cadangan","Badge":"Lencana","Base Path":"Jalur Dasar","Batch":"Batch","Batch Edit":"Edit Batch","Become a member today, support our mission and enjoy our member benefits!":"Jadilah anggota hari ini, dukung misi kami dan nikmati manfaat anggota kami!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Karena 100% didanai sendiri dan independen, kami bisa menjanjikan kepada Anda bahwa kami tidak akan pernah menjual data Anda dan kami akan selalu transparan tentang perangkat lunak dan layanan kami.","Bio":"Bio","Birth Date":"Tanggal Lahir","Black":"Hitam","Blue":"Biru","Brown":"Coklat","Browse":"Jelajahi","Browse Files":"Jelajahi File","Browse Pictures":"Jelajahi Gambar","Bug Report":"Laporan Bug","Busy, please try again later":"Sibuk, silakan coba lagi nanti","Busy, please wait…":"Sibuk, harap tunggu…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Dengan menggunakan perangkat lunak dan layanan yang kami sediakan, Anda menyetujui ketentuan layanan, kebijakan privasi, dan kode etik kami.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kamera tidak ditemukan","Camera Serial":"Serial Kamera","Can't access your authenticator app or device?":"Tidak dapat mengakses aplikasi atau perangkat autentikator Anda?","Can't load more, limit reached":"Tidak dapat memuat lebih banyak, batas tercapai","Can't select more items":"Tidak dapat memilih item lainnya","Cancel":"Batal","Cannot copy to clipboard":"Tidak dapat menyalin ke papan klip","Caption":"Keterangan","Cards":"Kartu","Carousel slide {0} of {1}":"Geser korsel {0} dari {1}","Cast":"Pemeran","Category":"Kategori","Change Avatar":"Ubah bendera pribadi","Change Password":"Kata sandi baru","Change private flag":"Ubah bendera pribadi","Changes could not be saved":"Perubahan tidak dapat disimpan","Changes successfully saved":"Perubahan berhasil disimpan","Changes to the advanced settings require a restart to take effect.":"Perubahan pada pengaturan lanjutan memerlukan pengaktifan ulang untuk menerapkannya.","Checked":"Diperiksa","Choose an instance to continue:":"Pilih sebuah instance untuk melanjutkan:","Chroma":"Kroma","Cleaning index and cache":"Membersihkan indeks dan cache","Cleanup":"Pembersihan","Clear":"Jelas","Clear {0}":"Hapus {0}","Client":"Klien","Close":"Tutup","Cluster":"Cluster","Cluster Admin":"Admin Kluster","Cluster Node":"Simpul Cluster","Codec":"Codec","Color":"Warna","Color Profile":"Profil Warna","Colors":"Warna","Compare Editions":"Bandingkan Edisi","Complete Rescan":"Selesaikan Pemindaian Ulang","Confidence":"Keyakinan","Confirm":"Mengonfirmasi","Connect":"Hubungkan","Connect via WebDAV":"Terhubung melalui WebDAV","Connected":"Hubungkan","Contact Details":"Hubungi Kami","Contact Us":"Hubungi Kami","Contains %{n} pictures.":"Berisi %{n} gambar.","Contains one picture.":"Berisi satu gambar.","Content":{"":"Konten","Edit":"Konten"},"Continue":"Melanjutkan","Contributor":"Kontributor","Converting":"Mengubah","Copied to clipboard":"Disalin ke papan klip","Copy":"Menyalin","Copying files from %s":"Menyalin file dari %s","Copyright":"Hak Cipta","Could not be deleted":"Tidak dapat dihapus","Could not connect, please try again":"Tidak dapat terhubung, silakan coba lagi","Could not update person cover":"Tidak dapat memperbarui perlindungan orang","Couldn't find anything.":"Tidak dapat menemukan apa pun.","Country":"Negara","Create Account":"Buat Akun","Create album":"Buat album","Create regular backups based on the configured schedule.":"Membuat cadangan indeks berdasarkan jadwal yang dikonfigurasi.","Create YAML files to back up album metadata.":"Buat file YAML untuk mencadangkan metadata album.","Create YAML sidecar files to back up picture metadata.":"Buat file sespan YAML untuk mencadangkan metadata gambar.","Created":"Dibuat","Creating thumbnails for":"Membuat thumbnail untuk","Current Password":"Kata Sandi Saat Ini","Custom":"Kustom","Cyan":"Cyan","Daily":"Harian","Database":"Basis data","Database Backups":"Pencadangan Basis Data","Databases":"Basis data","Date & Time":"Tanggal & Waktu","Day":"Hari","Deactivate":"Menonaktifkan","Debug Logs":"Log Debug","Default":"Bawaan","Default Folder":"Folder Default","Delete":"Hapus","Delete Album":"Menghapus Album","Delete All":"Hapus Semua","Delete all?":"Hapus semua?","Delete orphaned index entries, sidecar files and thumbnails.":"Menghapus entri indeks, file sidebar, dan gambar mini.","deleted":"dihapus","Description":"Deskripsi","Detailed instructions can be found in our User Guide.":"Petunjuk rinci dapat ditemukan di Panduan Pengguna kami.","Details":"Detail","Dimensions":"Dimensi","Disable all face detection and recognition features.":"Nonaktifkan semua fitur pendeteksian dan pengenalan wajah.","Disable Backups":"Nonaktifkan Cadangan","Disable Darktable":"Nonaktifkan Darktable","Disable ExifTool":"Nonaktifkan ExifTool","Disable Faces":"Nonaktifkan Wajah","Disable features that require write permission for the originals folder.":"Nonaktifkan fitur yang memerlukan izin tulis untuk folder asli.","Disable FFmpeg":"Nonaktifkan FFmpeg","Disable ImageMagick":"Nonaktifkan ImageMagick","Disable interactive world maps and reverse geocoding.":"Menonaktifkan peta dunia interaktif dan membalikkan geocoding.","Disable MCP":"Menonaktifkan MCP","Disable Places":"Nonaktifkan Tempat","Disable RawTherapee":"Nonaktifkan RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Nonaktifkan titik akhir Model Context Protocol (MCP) API untuk integrasi agen AI.","Disable Vectors":"Nonaktifkan Vektor","Disable WebDAV":"Nonaktifkan WebDAV","Disabled":"Dinonaktifkan","Disables vector graphics support.":"Menonaktifkan dukungan grafis vektor.","Disables video transcoding and thumbnail extraction.":"Menonaktifkan transkode video dan ekstraksi gambar mini.","Discard":"Buang","Discard changes and close":"Buang perubahan dan tutup","Discard invalid changes?":"Membuang perubahan yang tidak valid?","Discard unsaved changes?":"Membuang perubahan yang belum disimpan?","Discover":"Temukan","Dismiss":"Bubarkan.","Display Name":"Nama Tampilan","Display picture captions in search results.":"Menampilkan keterangan gambar dalam hasil pencarian.","Display picture titles in search results.":"Menampilkan judul gambar dalam hasil pencarian.","Document":"Dokumen","Documents":"Dokumen","Don't use Darktable to convert RAW images.":"Jangan gunakan Darktable untuk mengonversi file RAW.","Don't use ImageMagick to convert images.":"Jangan gunakan ImageMagick untuk mengonversi gambar.","Don't use RawTherapee to convert RAW images.":"Jangan gunakan RawTherapee untuk mengonversi file RAW.","Done":"Selesai","Done.":"Selesai.","Download":"Unduh","Download only original media files, without any automatically generated files.":"Unduh hanya file media asli, tanpa file yang dibuat secara otomatis.","Download remote files":"Unduh file jarak jauh","Downloading…":"Mengunduh…","Drag and drop files here":"Seret dan jatuhkan file di sini","Driver":"Sopir","Duplicates will be skipped and only appear once.":"Duplikat akan dilewati dan hanya muncul sekali.","Duration":"Durasi","Dynamic Previews":"Pratinjau Dinamis","Dynamic Size Limit: %{n}px":"Batas Ukuran Dinamis: %{n}px","Edit":"Sunting","Edit %{s}":"Sunting %{s}","Edit Account":"Mengedit Akun","Edit Photo":"Mengedit Foto","Edit Photos (%{n})":"Edit Foto (%{n})","Edited":"Diedit","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Aktifkan mode debug untuk menampilkan log tambahan dan membantu pemecahan masalah.","Enable downloading of original and sidecar files from the web interface.":"Aktifkan pengunduhan file asli dan file sespan dari antarmuka web.","Enable face recognition and the People view to easily find people you know.":"Aktifkan pengenalan wajah dan tampilan Orang untuk menemukan orang yang Anda kenal dengan mudah.","Enable new features that may be incomplete or unstable.":"Mengaktifkan fitur baru yang mungkin tidak lengkap atau tidak stabil.","Enable the file browser to navigate the Originals folder structure.":"Aktifkan browser file untuk menavigasi struktur folder Asli.","Enables RAW converter presets. May reduce performance.":"Aktifkan preset untuk RAW konverter. Memungkinkan adanya penurunan performa.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Mengaktifkan autentikasi dua faktor berarti Anda memerlukan kode verifikasi yang dibuat secara acak untuk masuk, jadi meskipun seseorang mendapatkan akses ke kata sandi Anda, mereka tidak akan dapat mengakses akun Anda.","Engine":"Mesin","Enter date":"Masukkan tanggal","Enter dates":"Masukkan tanggal","Enter item name...":"Masukkan nama item...","Enter the code generated by your authenticator app:":"Masukkan kode yang dihasilkan oleh aplikasi autentikator Anda:","Enter verification code":"Masukkan kode verifikasi","Enter your password to confirm the action and continue:":"Masukkan kata sandi Anda untuk mengonfirmasi tindakan dan melanjutkan:","Entity not found":"Entitas tidak ditemukan","Error":"Kesalahan","Errors":"Kesalahan","Estimate":"Memperkirakan","Estimate Locations":"Perkirakan Lokasi","Estimate the approximate location of pictures without GPS coordinates.":"Memperkirakan perkiraan lokasi gambar tanpa koordinat GPS.","Every two days":"Setiap dua hari","Exclude hidden":"Pengecualian untuk yang tersembunyi","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Ekstraksi metadata dengan ExifTool diperlukan untuk dukungan penuh Video, Live Photo, dan XMP.","Experimental Features":"Fitur Eksperimental","Expires":"Kedaluwarsa","Exposure":"Eksposur","Extract still images and generate thumbnails while indexing.":"Mengekstrak gambar diam dan menghasilkan gambar mini sewaktu mengindeks.","F Number":"Nilai F","Face":"Wajah","Face not found":"Wajah tidak ditemukan","Faces":"Wajah","Failed creating file, please check permissions":"Gagal membuat file, silakan periksa izin","Failed creating folder, please check permissions":"Gagal membuat folder, harap periksa izin","Failed removing link":"Gagal menghapus tautan","Failed to connect account.":"Gagal menghubungkan akun.","Failed to create zip file":"Gagal membuat file zip","Failed to load users.":"Gagal memuat pengguna.","Failed to remove face marker":"Gagal menghapus penanda wajah","Failed to remove name":"Gagal menghapus nama","Failed to restart server":"Gagal memulai ulang server","Failed to save changes":"Gagal menyimpan perubahan","Failed to save face marker":"Gagal menyimpan penanda wajah","Failed to save name":"Gagal menyimpan nama","Failed updating link":"Gagal memperbarui tautan","Family Name":"Nama Keluarga","Fast":"Cepat","Favorite":"Favorit","Favorites":"Favorit","Feature disabled":"Fitur dinonaktifkan","Feature Request":"Permintaan Fitur","Female":"Perempuan","File":"Berkas","File Browser":"Peramban Berkas","File Conversion":"Konversi File","File deleted":"Berkas dihapus","File Name":"Nama Berkas","File not found":"Berkas tidak ditemukan","File removed from stack":"File dihapus dari tumpukan","File Size":"Berkas","File too large":"Berkas terlalu besar","File uploaded":"File diunggah","Filename":"Nama Berkas","Files":"Berkas","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"File dengan nama berurutan seperti 'IMG_1234 (2)' dan 'IMG_1234 (3)' milik gambar yang sama.","First page":"Halaman pertama","Focal Length":"Panjang Fokus","Folder":"Folder","Folder contains %{n} files":"Folder berisi %{n} berkas","Folder is empty":"Folder kosong","Folders":"Folder","Forgot password?":"Lupa kata sandi?","FPS":"FPS","Frames":"Bingkai","Full Access":"Akses penuh","Fullscreen":"Layar Penuh","General":"Umum","Generate":"Menghasilkan","Generate Previews":"Menghasilkan Pratinjau","Generated":"Dihasilkan","Get Started":"Memulai","Given Name":"Nama Asli","Global Options":"Opsi Global","Go to page {0}":"Pergi ke halaman {0}","Gold":"Emas","Green":"Hijau","Grey":"Abu-abu","Groups":"Kelompok","Guest":"Tamu","Hash":"Hash","Help":"Bantuan","Help & Support":"Bantuan & Dukungan","Hidden":"Tersembunyi","Hidden Files":"Berkas tersembunyi","Hide":"Sembunyikan","Hide Caption":"Sembunyikan Caption","Hide face markers":"Menyembunyikan penanda wajah","Hide private content from global views while keeping it accessible in the Private section.":"Menyembunyikan item pribadi dari tampilan global namun tetap dapat diakses di bagian Pribadi.","High":"Tinggi","High Dynamic Range (HDR)":"Rentang Dinamis Tinggi (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Jika Anda kehilangan akses ke aplikasi atau perangkat pengautentikasi, Anda dapat menggunakan kode pemulihan untuk mendapatkan kembali akses ke akun Anda.","Image":"Gambar","Image Quality":"Kualitas Gambar","Import":"Impor","Import canceled":"Impor dibatalkan","Import completed in %d s":"Impor selesai dalam %d detik","Import failed":"Impor gagal","Imported files will be sorted by date and given a unique name to avoid duplicates.":"File yang diimpor akan diurutkan berdasarkan tanggal dan diberi nama yang unik untuk menghindari duplikat.","Importing %{s}…":"Mengimpor %{s}…","Importing files to originals…":"Mengimpor file ke aslinya…","in":"dalam","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Jika gambar yang Anda harapkan hilang, silakan pindai ulang perpustakaan Anda dan tunggu.","Include RAW image files when downloading stacks and archives.":"Sertakan file gambar RAW apabila mengunduh tumpukan dan arsip.","Include sidecar files when downloading stacks and archives.":"Sertakan file sespan saat mengunduh tumpukan dan arsip.","Increase storage size or delete files to continue.":"Menambah ukuran penyimpanan atau menghapus file untuk melanjutkan.","Index":"Indeks","Indexing":"Pengindeksan","Indexing canceled":"Pengindeksan dibatalkan","Indexing completed in %d s":"Pengindeksan selesai dalam %d detik","Indexing failed":"Pengindeksan gagal","Indexing files in %s":"Mengindeks file dalam %s","Indexing media and sidecar files…":"Mengindeks file media dan sidecar…","Indexing originals...":"Mengindeks dokumen asli...","Information":"Informasi","Inherit":"Mewarisi","Instance":"Contoh","Instance ID":"ID Instance","Instance unreachable. Try again once it's back online.":"Server tidak dapat diakses. Silakan coba lagi setelah server kembali online.","Instances":"Contoh","Insufficient storage":"Penyimpanan yang tidak memadai","Insufficient storage.":"Penyimpanan yang tidak memadai.","Interval":"Selang","Invalid":"Tanggal tidak valid","Invalid address":"Alamat tidak valid","Invalid country":"Negara tidak valid","Invalid credentials":"Kredensial tidak valid","Invalid date":"Tanggal tidak valid","Invalid link":"Tautan tidak valid","Invalid name":"Nama tidak valid","Invalid parameters":"Tanggal tidak valid","Invalid password, please try again":"Kata sandi salah, silakan coba lagi","Invalid photo selected":"Foto yang dipilih tidak valid","Invalid time":"Waktu tidak valid","Invalid URL":"URL tidak valid","Invalid verification code, please try again":"Kode verifikasi tidak valid, silakan coba lagi","IP Address":"Alamat IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Ini adalah kode sekali pakai yang akan menonaktifkan 2FA untuk akun Anda saat Anda menggunakannya.","Item":"Item","Items per page:":"Item per halaman:","JPEG Quality: %{n}":"Kualitas JPEG: %{n}","JPEG Size Limit: %{n}px":"Batas Ukuran JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG dan thumbnail secara otomatis dirender sesuai dengan kebutuhan.","Keyword":"Kata kunci","Keywords":"Kata kunci","Label":"Label","Label not found":"Label tidak ditemukan","Label saved":"Label disimpan","Labels":"Label","Labels deleted":"Label dihapus","Language":"Bahasa","Last Active":"Terakhir Aktif","Last Login":"Login Terakhir","Last page":"Halaman terakhir","Last Sync":"Sinkronisasi Terakhir","Last Used":"Terakhir digunakan","Latitude":"Lintang","LDAP/AD":"LDAP/AD","Learn more":"Pelajari lebih lanjut","Learn More":"Pelajari Lebih Lanjut","Legal Information":"Informasi Hukum","Lens":"Lensa","Lens not found":"Lensa tidak ditemukan","Library":"Perpustakaan","License":"Lisensi","Like":"Suka","Lime":"Lime","Limit reached, showing first %{n} files":"Batas tercapai, menampilkan %{n} file pertama","Link":"Tautan","List":"Daftar","List View":"Tampilan Daftar","Live":"Langsung","Live Photos":"Foto","Load more":"Memuat lebih banyak","Loading items...":"Memuat item...","Loading...":"Memuat...","Local":"Lokal","Local Time":"Waktu Setempat","Location":"Lokasi","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Pesan log muncul di sini setiap kali PhotoPrism menemukan file yang rusak, atau ada masalah potensial lainnya.","Login":"Masuk","Logs":"Log","Longitude":"Bujur","Lost server connection":"Kehilangan koneksi server","Low":"Rendah","Magenta":"Magenta","Main Color":"Warna Utama","Male":"Laki-laki","Manage Account":"Kelola Akun","Manager":"Manajer","Manual":"Manual","Manual Upload":"Unggah manual","Maps":"Peta","Marker":"PenAnda","Maximum number of accounts has been reached.":"Jumlah maksimum akun telah tercapai.","Media":"Media","Medium":"Sedang","Membership":"Keanggotaan","Merge %{a} with %{b}?":"Gabungkan %{a} dengan %{b}?","Message":"Pesan","Metadata":"Metadata","Metrics":"Metrik","Minimize":"Perkecil","Missing":"Hilang","Missing or invalid configuration":"Konfigurasi yang hilang atau tidak valid","mixed":"campuran","Moments":"Momen","Monochrome":"Monokrom","Month":"Setelah 1 bulanBulan","More options":"Opsi lainnya","Mosaic":"Mosaik","Most Relevant":"Paling relevan","Move Files":"Pindahkan File","Moving files from %s":"Memindahkan file dari %s","Must have at least %{n} characters.":"Harus memiliki setidaknya %{n} karakter.","Mute":"Bisu","Name":"Nama","Name too long":"Nama terlalu panjang","Never":"Tidak Pernah","New":"Baru","New Password":"Kata sandi baru","Newest First":"Terbaru terlebih dahulu","Next":"Berikutnya","Next page":"Halaman berikutnya","Next visual":"Visual berikutnya","No":"Tidak","No Access":"Tidak Ada Akses","No albums assigned":"Tidak ada album yang ditetapkan","No albums found":"Tidak ada album yang ditemukan","No albums selected":"Tidak ada album yang dipilih","No data available":"Tidak ada data yang tersedia","No files available for download":"Tidak ada file yang tersedia untuk diunduh","No items selected":"Tidak ada item yang dipilih","No labels assigned":"Tidak ada label yang diberikan","No labels found":"Tidak ada label yang ditemukan","No labels selected":"Tidak ada label yang dipilih","No matching records found":"Tidak ditemukan catatan yang cocok","No more":"Tidak ada lagi.","No people found":"Tidak ada orang yang ditemukan","No pictures found":"Tidak ada gambar yang ditemukan","No recently edited pictures":"Tidak ada gambar yang baru saja diedit","No registered instances.":"Tidak ada instance yang terdaftar.","No results":"Tidak ada hasil","No server connection":"Tidak ada koneksi server","No servers configured.":"Tidak ada server yang dikonfigurasi.","No services configured.":"Tidak ada server yang dikonfigurasi.","No thanks":"Tidak, terima kasih","No users on this instance.":"Tidak ada pengguna di instans ini.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Tidak ada peringatan atau kesalahan yang mengandung kata kunci ini. Perhatikan bahwa pencarian adalah case-sensitive.","Node":"Node","Nodes":"Node","Non-photographic and low-quality images require a review before they appear in search results.":"Gambar non-fotografis dan berkualitas rendah memerlukan peninjauan sebelum muncul di hasil pencarian.","None":"Tidak ada","Not allowed":"Tidak diperbolehkan","Not available in public mode":"Tidak tersedia dalam mode publik","Not available in read-only mode":"Tidak tersedia dalam mode hanya-baca","Not found":"Tidak ditemukan","Not sorted.":"Tidak diurutkan.","Not supported":"Tidak didukung","Note you may manually manage your originals folder and importing is optional.":"Perhatikan bahwa Anda dapat mengelola folder asli secara manual dan mengimpor adalah opsional.","Note:":"Catatan:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Catatan: Hanya server WebDAV, seperti Nextcloud atau PhotoPrism, yang dapat dikonfigurasi sebagai layanan jarak jauh untuk pencadangan dan pengunggahan file.","Notes":"Catatan","Nothing to see here yet.":"Belum ada yang bisa dilihat di sini. Bersabarlah.","Nothing was found.":"Tidak ada yang ditemukan.","Offline":"Offline","OK":"BAIKLAH.","Oldest First":"Paling lama","On Windows, enter the following resource in the connection dialog:":"Pada Windows, masukkan sumber daya berikut ini dalam dialog connection:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Pembuatan gambar mini berdasarkan permintaan dapat menyebabkan penggunaan CPU dan memori yang tinggi. Tidak disarankan untuk server dan perangkat NAS yang memiliki sumber daya terbatas.","Once a week":"Seminggu sekali","One album found":"Satu album ditemukan","One entry added to %s":"Satu entri ditambahkan ke %s","One entry removed from %s":"Satu entri dihapus dari %s","One file found":"Satu file ditemukan","One file uploaded":"Satu file yang diunggah","One folder found":"Satu folder ditemukan","One label found":"Satu label ditemukan","One person found":"Satu orang ditemukan","One picture found":"Satu gambar ditemukan","Only locally managed accounts can be set up for authentication with 2FA.":"Hanya akun yang dikelola secara lokal yang dapat diatur untuk autentikasi dengan 2FA.","Open":"Buka","optional":"opsional","or":"atau","Orange":"Oranye","Organization":"Orientasi","Orientation":"Orientasi","Original file names will be stored and indexed.":"Nama file asli akan disimpan dan diindeks.","Original Name":"Nama Asli","Originals":"Asli","Originals folder is empty":"Folder asli kosong","Other":"Lainnya","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Misi kami adalah menyediakan solusi yang paling ramah pengguna dan privasi untuk menjaga gambar Anda tetap teratur dan mudah diakses.","Outdoor":"Luar ruangan","Page {0}, Current page":"Halaman {0}, Halaman saat ini","Pages":"Halaman","Pagination Navigation":"Navigasi Pagination (Penomoran Halaman)","Panorama":"Panorama","Panoramas":"Panorama","Part of all selected photos":"Bagian dari semua foto yang dipilih","Part of some selected photos":"Sebagian dari beberapa foto yang dipilih","Password":"Kata sandi","Password changed":"Kata sandi diubah","Pause":"Jeda","Payment required":"Pembayaran wajib dilakukan","People":"Orang","People you share a link with will be able to view public contents.":"Orang lain yang Anda bagikan tautan ini dapat melihat konten secara publik.","Permanently deleted":"Dihapus permanen","Permission denied":"Izin ditolak","Person":"Orang","Person cover updated":"Penutup orang diperbarui","Person deleted":"Orang dihapus","Person not found":"Orang tidak ditemukan","Person saved":"Orang disimpan","Personal":"Pribadi","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism 100% didanai sendiri dan independen.","PhotoPrism+ Membership":"Keanggotaan PhotoPrism+","Photos":"Foto","Picture":"Gambar","Picture Title":"Judul Gambar","Pink":"Merah Muda","Pinned":"Ditandai","Place":"Tempat","Place & Time":"Tempat & Waktu","Places":"Tempat","Play":"Mainkan","Please confirm your new password.":"Harap konfirmasi kata sandi baru Anda.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Silakan salin kata sandi aplikasi yang dibuat secara acak berikut dan simpan di tempat yang aman, karena Anda tidak akan dapat melihatnya lagi:","Please do not upload any private, unlawful or offensive pictures.":"Mohon untuk tidak mengunggah gambar yang bersifat pribadi, melanggar hukum, atau menyinggung.","Please don't upload photos containing offensive content.":"Jangan mengunggah foto yang mengandung konten SARA.","Please enter OTP character {0}":"Masukkan karakter OTP {0}","Please log in to your account":"Silakan masuk ke akun Anda","Please note that changing your password will log you out on other devices and browsers.":"Harap diperhatikan bahwa mengubah kata sandi Anda akan membuat Anda log out pada perangkat dan browser lain.","Please restart your instance for the changes to take effect.":"Mulai ulang instance Anda agar perubahan diterapkan.","Please wait…":"Mohon tunggu…","PM":"PM","PNG Size Limit: %{n}px":"Batas Ukuran PNG: %{n}px","Portal":"Portal","Portrait":"Potret","Preserve filenames":"Pertahankan nama file","Press enter to create a new album.":"Tekan enter untuk membuat album baru.","Press enter to create new item":"Tekan enter untuk membuat item baru","Prevent database and album backups as well as YAML sidecar files from being created.":"Mencegah pencadangan basis data dan album serta file sespan YAML agar tidak dibuat.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Mencegah aplikasi lain mengakses PhotoPrism sebagai drive jaringan bersama.","Preview":"Pratinjau","Preview Images":"Pratinjau Gambar","Previous":"Sebelumnya","Previous page":"Halaman sebelumnya","Previous visual":"Visual sebelumnya","Primary":"Utama","Private":"Pribadi","Processing upload...":"Memproses unggahan...","Product Feedback":"Umpan Balik Produk","Projection":"Proyeksi","Purple":"Ungu","Quality Filter":"Filter Kualitas","Quality Score":"Angka Mutu","Quota exceeded":"Kuota terlampaui","Random":"Acak","Rating {0} of {1}":"Peringkat {0} dari {1}","Raw":"Raw","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Indeks ulang semua dokumen asli, termasuk file yang sudah diindeks dan tidak diubah.","Read-Only Mode":"Mode Baca","Recently Added":"Baru saja ditambahkan","Recently Archived":"Baru-baru ini Diarsipkan","Recently Edited":"Baru diedit","Recognition starts after indexing has been completed.":"Pengenalan dimulai setelah pengindeksan selesai.","Recognized":"Pengenalan","Recovery Code":"Kode Pemulihan","Red":"Merah","Refresh":"Menyegarkan","Regions":"Wilayah","Register":"Daftar","Registration disabled":"Pendaftaran dinonaktifkan","Reload":"Muat ulang","Reloading…":"Memuat ulang…","Remote Sync":"Sinkronisasi Jarak Jauh","Remove":"Hapus","remove failed: unknown album":"gagal menghapus: album tidak dikenal","Remove from Album":"Hapus dari album","Remove from all":"Hapus dari semua","Remove from all selected photos":"Hapus dari semua foto yang dipilih","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Hapus file yang diimpor untuk menghemat penyimpanan. Jenis file yang tidak didukung tidak akan pernah dihapus, mereka tetap di lokasi mereka saat ini.","Remove the selected instance from the cluster registry?":"Menghapus instans yang dipilih dari registri cluster?","Removed":"Dihapus","Removed %{name}":"%{name} telah dihapus","Removed %d files and %d photos":"Menghapus %d file dan %d foto","Repeated":"Diulang","Request failed - are you offline?":"Permintaan gagal - apakah Anda sedang offline?","Request failed - invalid response":"Permintaan gagal - tanggapan tidak valid","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Mewajibkan gambar non-fotografi dan gambar berkualitas rendah untuk ditinjau sebelum muncul di hasil pencarian.","Resolution":"Resolusi","Restart":"Mulai ulang","Restore":"Pulihkan","Restored":"Dipulihkan","Retry Limit":"Batas Percobaan Ulang","Retype Password":"Kata sandiKetik Ulang Kata Sandi","Review":"Ulasan","Role":"Peran","Roles":"Peran","Rotated":"Diputar","Rows per page:":"Baris per halaman:","Satellite":"Satelit","Save":"Simpan","Save changes":"Menyimpan perubahan","Scan":"Pindai","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Pindai kode QR dengan aplikasi autentikator Anda atau gunakan kunci pengaturan yang ditunjukkan di bawah, lalu masukkan kode verifikasi yang dihasilkan:","Scans":"Pindai","Scope":"Cakupan","Scopes":"Cakupan","Search":"Cari","Season":"Musim","Secret":"Rahasia","Security and Access":"Keamanan dan Akses","Select":"Pilih","Select a source folder to import files…":"Pilih folder sumber untuk mengimpor file…","Select date":"Pilih tanggal","Select dates":"Pilih tanggal","Select or create albums":"Memilih atau membuat album","Select or create labels":"Memilih atau membuat label","Select or drop files to upload…":"Pilih atau jatuhkan file yang akan diunggah…","Select the files to upload…":"Pilih file yang akan diunggah…","Select the folder to be indexed…":"Pilih folder yang akan diindeks…","Select Time":"Pilih Waktu","Selection":"Seleksi","Selection added to %s":"Pilihan ditambahkan ke %s","Selection approved":"Pilihan disetujui","Selection archived":"Pilihan diarsipkan","Selection marked as private":"Pilihan ditandai sebagai pribadi","Selection not found":"Pilihan tidak ditemukan","Selection restored":"Pilihan dipulihkan","Sequential Name":"Nama Urutan","Service":"Layanan","Service URL":"URL Layanan","Services":"URL Layanan","Session":"Sesi","Session ID":"ID Sesi","Sessions":"Sesi","Set as Album Cover":"Tetapkan sebagai Sampul Album","Set as Cover Image":"Tetapkan sebagai Gambar Sampul","Settings":"Pengaturan","Settings saved":"Pengaturan disimpan","Setup":"Setelan","Severity":"Keparahan","Share":"Bagikan","Share %{s}":"Bagikan %{s}","Show":"Tampilkan","Show All Labels":"Tampilkan Semua Label","Show all new faces":"Tampilkan semua wajah baru","Show Caption":"Tampilkan Caption","Show Captions":"Tampilkan Keterangan","Show face markers":"Menampilkan penanda wajah","Show hidden":"Tampilkan yang tersembunyi","Show Important Only":"Tampilkan Hanya Penting","Show logs in the web interface to monitor activity and troubleshoot problems.":"Menampilkan log di antarmuka web untuk memantau aktivitas dan memecahkan masalah.","Show smart albums that group pictures by occasion, trip, or location.":"Menampilkan album pintar yang mengelompokkan foto berdasarkan acara, perjalanan, atau lokasi.","Show the Account page so users can manage their profile and security settings.":"Tampilkan halaman Akun agar pengguna dapat mengelola pengaturan profil dan keamanan mereka.","Show the Calendar view to browse the library by year and month.":"Tampilkan tampilan Kalender untuk menelusuri perpustakaan berdasarkan tahun dan bulan.","Show the Labels section to view and manage AI-generated labels.":"Tampilkan bagian Label untuk melihat dan mengelola label yang dibuat oleh AI.","Show the Library section to index, manage, and monitor the media library.":"Tampilkan bagian Perpustakaan untuk mengindeks, mengelola, dan memantau perpustakaan media.","Show the Places view with interactive maps so you can browse photos by location.":"Menampilkan tampilan Places dengan peta interaktif sehingga Anda dapat menelusuri foto berdasarkan lokasi.","Show Titles":"Tampilkan Judul","Sidecar":"Sespan","Sidecar Files":"File Sespan","Sign in":"Masuk","Sign Out":"Keluar","Similar":"Serupa","Site URL":"URL Situs","Size":"Ukuran","Slideshow":"Tayangan slide","Slow":"Lambat","Software":"Perangkat lunak","Software Update":"Pembaruan Perangkat Lunak","Some albums could not be copied":"Beberapa album tidak dapat disalin","Some albums could not be created. Please edit the names and try again.":"Beberapa album tidak dapat dibuat. Silakan edit nama dan coba lagi.","Some albums could not be updated":"Beberapa album tidak dapat diperbarui","Something went wrong, try again":"Ada yang salah, coba lagi","Sort by":"Urutkan berdasarkan","Sort by Name (A–Z)":"Urutkan berdasarkan Nama (A-Z)","Sort by Photo Count":"Urutkan berdasarkan Jumlah Foto","Sort by Relevance":"Urutkan berdasarkan Relevansi","Sort Order":"Urutkan","Sorted ascending.":"Diurutkan menaik.","Sorted descending.":"Diurutkan menurun.","Source":"Sumber","Stack":"Tumpukan","Stack files sharing the same unique image or instance identifier.":"Tumpuk file untuk berbagi yang gambarnya unik atau pengenal instans yang sama.","Stack pictures taken at the exact same time and location based on their metadata.":"Stack gambar yang diambil pada waktu dan lokasi yang sama persis berdasarkan metadata.","Stackable":"Dapat ditumpuk","Stacks":"Tumpukan","Start":"Mulai","Start Page":"Halaman Awal","Static Size Limit: %{n}px":"Batas Ukuran Statis: %{n}px","Status":"Status","Stay signed in on this device":"Tetap masuk di perangkat ini","Stop Casting":"Berhenti Melempar","Storage":"Penyimpanan","Streets":"Jalan","Subject":"Subjek","Subject deleted":"Subjek dihapus","Subject not found":"Subjek tidak ditemukan","Subject saved":"Subjek disimpan","Successfully activated":"Berhasil diaktifkan","Successfully Connected":"Berhasil Terhubung","Successfully deleted":"Berhasil dihapus","Successfully verified":"Berhasil diverifikasi","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Dukungan untuk layanan tambahan, seperti Google Drive, akan ditambahkan seiring waktu.","Support Our Mission":"Dukung Misi Kami","Sync":"Sinkronisasi","Sync raw and video files":"Sinkronkan file mentah dan video","Taken":"Diambil","Teal":"Teal","Terrain":"Medan","Text":"Teks","Thank You for Your Support!":"Terima kasih atas Dukungan Anda!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Itulah mengapa PhotoPrism dibangun dari nol untuk berjalan di mana pun Anda membutuhkannya, tanpa mengorbankan kebebasan, privasi, atau fungsionalitas.","The index currently contains %{n} hidden files.":"Indeks saat ini berisi %{n} file tersembunyi.","The instance rejected the cluster credentials.":"Instan tersebut menolak kredensial kluster.","The instance returned an unexpected redirect.":"Instan tersebut menghasilkan pengalihan yang tidak terduga.","The wakeup interval is %s, but must be 1h or less":"Interval wakeup adalah %s, tetapi harus 1 jam atau kurang","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Format mereka mungkin tidak didukung, mereka belum dikonversi ke JPEG atau ada duplikat.","Theme":"Tema","This account is missing an ID and can't be edited.":"Akun ini tidak memiliki ID dan tidak dapat diedit.","This field is required":"Bidang ini wajib diisi","This instance has no site URL configured.":"Instan ini belum memiliki URL situs yang dikonfigurasi.","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.":"Ini memasang folder asli sebagai drive tersambung dan memungkinkan Anda untuk membuka, mengubah, dan menghapus file dari komputer atau ponsel cerdas Anda.","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. ":"Ini memasang folder asli sebagai drive tersambung dan memungkinkan Anda untuk membuka, mengubah, dan menghapus file dari komputer atau ponsel cerdas Anda.","Time":"Waktu","Time UTC":"Waktu UTC","Time Zone":"Zona Waktu","Timeout":"Tenggat waktu","Title":{"":"Judul","Account":"Judul","Photo":"Judul"},"Title / Position":"Judul terlalu panjang","to":"ke","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Untuk menghindari akun Anda terkunci, silakan unduh, cetak, atau salin kode pemulihan ini sekarang dan simpan di tempat yang aman.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Untuk membuat kata sandi khusus aplikasi yang baru, masukkan nama dan cakupan otorisasi aplikasi dan pilih tanggal kedaluwarsa:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Untuk beralih ke aplikasi atau perangkat pengautentikasi baru, nonaktifkan autentikasi dua faktor terlebih dahulu, lalu aktifkan kembali:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Untuk meningkatkan, Anda dapat memasukkan kode aktivasi atau klik \"Daftar\" untuk mendaftar di situs web kami:","Today":"Hari ini","Toggle View":"Beralih Tampilan","Token":"Token","Too many files selected":"Terlalu banyak file yang dipilih","Too many requests":"Terlalu banyak permintaan","Troubleshooting":"Pemecahan masalah","Try again using other filters or keywords.":"Coba lagi menggunakan filter atau kata kunci lain.","Two-factor authentication has been enabled for your account.":"Otentikasi dua faktor telah diaktifkan untuk akun Anda.","Type":"Ketik","Unable to delete":"Tidak dapat menghapus","Unable to do that":"Tidak bisa melakukan itu","Unassign":"Batalkan penugasan","Unauthorized":"Tidak sah","Undo":"Batalkan","Unique ID":"ID Unik","Unknown":"Tidak diketahui","Unknown location":"Lokasi tidak diketahui","Unregistered":"Tidak terdaftar","Unsorted":"Tidak disortir","Unstack":"Buang tumpukan","Unsupported":"Tidak didukung","Unsupported format":"Format yang tidak didukung","Unsupported type":"Jenis tidak didukung","Updated":"Telah diperbarui","Updating faces":"Memperbarui wajah","Updating index":"Memperbarui indeks","Updating moments":"Memperbarui momen","Updating picture…":"Memperbarui pratinjau","Updating previews":"Memperbarui pratinjau","Updating stacks":"Memperbarui tumpukan","Upgrade":"Tingkatkan","Upgrade Now":"Tingkatkan Sekarang","Upload":"Unggah","Upload complete":"Ungahan selesai","Upload complete. Indexing…":"Unggahan selesai. Melakukan pengindeksan…","Upload failed":"Unggahan gagal","Upload has been processed":"Unggahan telah diproses","Upload local files":"Unggah berkas lokal","Upload might be offensive":"Unggahan mungkin menyinggung","Upload Path":"Jalur Unggah","Uploading %{n} of %{t}…":"Mengunggah %{n} dari %{t}…","Uploading photos…":"Mengunggah foto…","Uploading…":"Memuat ulang…","Uploads that may contain such images will be rejected automatically.":"Unggahan yang mungkin berisi gambar seperti itu akan ditolak secara otomatis.","URL":"URL","Use Presets":"Gunakan Preset","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Gunakan kode pemulihan berikut untuk mengakses akun Anda ketika Anda tidak dapat membuat kode verifikasi yang valid dengan aplikasi autentikator Anda:","Use your recovery code or contact an administrator for help.":"Gunakan kode pemulihan Anda atau hubungi administrator untuk mendapatkan bantuan.","User":"Pengguna","User Guide":"Panduan Pengguna","User Interface":"Tampilan Pengguna","User not found":"Pengguna tidak ditemukan","Username":"Nama pengguna","Users":"Pengguna","UUID":"UUID","Vector":"Vektor","Vectors":"Vektor","Verification Code":"Kode verifikasi","Verified email required":"Email terverifikasi diperlukan.","Version":"Versi","Video":"Video","Video Duration":"Durasi","Videos":"Koleksi Video","View":"Melihat","View search results as a list.":"Melihat hasil pencarian sebagai daftar.","Viewer":"Penampil","Vision":"Visi","Visitor":"Pengunjung","Visual Similarity":"Kelompokkan menurut kesamaan","Warning":"Peringatan","Web Login":"Login Web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Klien WebDAV dapat terhubung ke PhotoPrism menggunakan URL berikut:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Klien WebDAV, seperti Microsoft Windows Explorer atau Apple's Finder, dapat terhubung langsung ke PhotoPrism.","WebDAV Upload":"Unggah WebDAV","WebGL support is disabled in your browser":"Dukungan WebGL dinonaktifkan di browser Anda","Website":"Situs web","White":"Putih","Work Details":"Detail","Year":"Tahun","Yellow":"Kuning","Yes":"Ya","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Anda dapat menghubungi kami di membership@photoprism.app untuk pertanyaan mengenai keanggotaan Anda.","You can only download one album":"Anda hanya dapat mengunduh satu album","You can only download one label":"Anda hanya dapat mengunduh satu label","You can search for a location or move the marker on the map to change the position:":"Anda dapat mencari lokasi atau memindahkan penanda pada peta untuk mengubah posisi:","You can upload up to %{n} files for test purposes.":"Anda dapat mengunggah hingga %{n} file untuk tujuan pengujian.","You cannot change your own role.":"Anda tidak dapat mengubah peran Anda sendiri.","You do not have access to any instances.":"Anda tidak memiliki akses ke instance mana pun.","You may only select one item":"Anda hanya dapat memilih satu item","You may rescan your library to find additional faces.":"Anda dapat memindai ulang perpustakaan Anda untuk menemukan wajah tambahan.","Your account could not be connected":"Akun Anda tidak dapat terhubung","Your account has been successfully connected.":"Akun Anda telah berhasil terhubung.","Your browser does not support WebGL":"Browser Anda tidak mendukung WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Dukungan Anda yang berkelanjutan membantu kami menyediakan layanan seperti peta satelit dan mengembangkan fitur-fitur terbaru.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Perpustakaan Anda akan terus dianalisis secara otomatis dalam membuat album momen spesial, perjalanan, dan tempat.","Zip created in %d s":"Zip dibuat dalam %d detik","Zoom in/out":"Memperbesar/memperkecil","Archive":{"Noun":"Arsip","Verb":"Arsip"},"Add a Title":{"Photo":"Tambahkan Judul"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/it.json b/frontend/src/locales/json/it.json index 0840a32d3..7b70eaf42 100644 --- a/frontend/src/locales/json/it.json +++ b/frontend/src/locales/json/it.json @@ -1 +1 @@ -{"it":{"{0} appended action":"{0} azione aggiunta","{0} files":"{0} file","{0} files ({1} in total)":"{0} file ({1} in totale)","{0} more":"{Altro","{0} prepended action":"{0} azione preconfezionata","{0} selected":"{0} selezionato","{0}-{1} of {2}":"{0}-{1} di {2}","%{n} albums found":"%{n} album trovati","%{n} files uploaded":"%{n} file caricati","%{n} folders found":"%{n} cartelle trovate","%{n} GB of %{q} GB used":"%{n} GB di %{q} GB utilizzati","%{n} labels found":"%{n} etichette trovate","%{n} people found":"%{n} persone trovate","%{n} pictures found":"%{n} immagini trovate","%{s} is too long":"%{s} è troppo lungo","%{s} is too short":"%{s} è troppo corto","%d entries added to %s":"%d elementi aggiunti a %s","%d entries removed from %s":"%d elementi rimossi da %s","%d files uploaded in %d s":"%d file caricati in %d secondi","%s already exists":"%s esiste già","%s has been restored":"%s è stato ripristinato","1 hour":"1 ora","12 hours":"12 ore","2-Factor Authentication":"Autenticazione a 2 fattori","2FA":"2FA","4 hours":"4 ore","A click will copy it to your clipboard.":"Un click lo copierà negli appunti.","A new version of %{s} is available:":"È disponibile una nuova versione di %{s}:","About":"Informazioni","Access granted.":"Accesso concesso.","Access revoked.":"Accesso revocato.","Access Token":"Gettone di accesso","Account":"Account","Account created":"Account creato","Account deleted":"Account eliminato","Account Group Mappings":"Mappature dei gruppi di conti","Account not found":"Account non trovato","Account restored":"Account ripristinato","Account saved":"Account salvato","Accounts":"Account","Accuracy":"Precisione","Action":"Azione","Actions":"Azioni","Activate":"Attiva","Activate to remove sorting.":"Attiva per rimuovere l'ordinamento.","Activate to sort ascending.":"Attiva per ordinare in ordine crescente.","Activate to sort descending.":"Attiva per ordinare in modo decrescente.","Activation Code":"Codice di attivazione","Activity":"Attività","Add":"Aggiungi","Add %{s}?":"Aggiungi %{s}?","Add a Caption":"Aggiungi una didascalia","Add Account":"Aggiungi account","Add Album":"Aggiungi Album","Add Link":"Aggiungi Link","Add Notes":"Aggiungi note","Add person?":"Aggiungi una persona?","Add pictures from search results by selecting them.":"Aggiungi immagini dai risultati della ricerca selezionandole.","Add to album":"Aggiungi all'album","Add to all":"Aggiungi a tutti","Add to all selected photos":"Aggiungi a tutte le foto selezionate","Added":"Aggiunto","Added %{name}":"Aggiunto %{name}","Adjust Camera Info":"Regola le informazioni sulla fotocamera","Adjust Date & Time":"Regola la data e l'ora","Adjust Location":"Regola la posizione","Admin":"Admin","Advanced":"Avanzate","Advertise URL":"URL pubblicitario","After 1 day":"Dopo 1 giorno","After 3 days":"Dopo 3 giorni","After 7 days":"Dopo 7 giorni","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Dopo aver re inserito la password, potrai attivare l’autenticazione a due fattori con un’applicazione di autenticazione o un dispositivo compatibile","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 %s deleted":"Album %s eliminato","Album Backups":"Backup degli album","Album contents cloned":"I contenuti dell'album sono stati duplicati","Album created":"Album creato","Album deleted":"Album cancellato","Album not found":"Album non trovato","Album saved":"Album salvato","Albums":"Album","Albums deleted":"Album eliminati","All":"Tutti","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Consente la configurazione e l'utilizzo di app e servizi collegati per il caricamento e la sincronizzazione remoti.","Allow editing of metadata such as title, description, date, and location.":"Consentire la modifica di metadati come titolo, descrizione, data e luogo.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permette di modificare i metadati, le etichette e gli album di più immagini contemporaneamente.","Allow files to be copied or moved from the Import to the Originals folder.":"Attiva lo strumento Importazione per copiare o spostare i file dalla cartella Importazione agli Originali.","Allow files to be permanently deleted to free up storage space.":"Consente di eliminare definitivamente i file per liberare spazio di archiviazione.","Allow users to archive photos and videos so they are hidden without being deleted.":"Consente agli utenti di archiviare foto e video in modo che vengano nascosti senza essere eliminati.","Allow users to create and share links, and enable sharing with connected services.":"Permettere agli utenti di creare e condividere link e abilitare la condivisione con i servizi connessi.","Allow users to upload new photos and videos through the web interface.":"Consentire agli utenti di caricare nuove foto e video attraverso l'interfaccia web.","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)","AM":"AM","Animated":"Animato","Animation":"Animazione","Animations":"Animazioni","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","Application":"Applicazione","Applications":"Applicazioni","Approve":"Approva","Approve and save changes":"Approva e salva le modifiche","Apps and Devices":"Applicazioni e dispositivi","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 delete this album?":"Sei sicuro di voler cancellare questo album?","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?","Are you sure?":"Sei sicuro?","Artist":"Artista","Aspect Ratio":"Proporzione","Attributes":"Attributi","Audio":"Audio","Audit Log":"Audio","Authentication":"Autenticazione","Auto":"Auto","Back":"Indietro","Back to top":"Torna all'inizio","Backup":"Backup","Badge":"Distintivo","Base Path":"Percorso base","Batch":"Lotto","Batch Edit":"Modifica batch","Become a member today, support our mission and enjoy our member benefits!":"Diventate membri oggi stesso, sostenete la nostra missione e godete dei nostri vantaggi per i membri!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Essendo autofinanziati ed indipendenti, possiamo prometterti che non venderemo mai i tuoi dati e che saremo sempre trasparenti riguardo al nostro software e ai nostri servizi.","Bio":"Biografia","Birth Date":"Data di nascita","Black":"Nero","Blue":"Blu","Brown":"Marrone","Browse":"Sfogliare","Browse Files":"Sfoglia i file","Browse Pictures":"Sfoglia le immagini","Bug Report":"Segnala Bug","Busy, please try again later":"Occupato, si prega di riprovare più tardi","Busy, please wait…":"Occupato, attendere prego…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Utilizzando il software e i servizi, accetti i nostri temini di servizio, privacy policy e codice di condotta.","Calendar":"Calendario","Camera":"Fotocamera","Camera not found":"Fotocamera non trovata","Camera Serial":"Seriale Fotocamera","Can't access your authenticator app or device?":"Non riesci ad accedere alla tua app o al tuo dispositivo Authenticator?","Can't load more, limit reached":"Impossibile caricare ancora, limite raggiunto","Can't select more items":"Impossibile selezionare ulteriori elementi","Cancel":"Annulla","Cannot copy to clipboard":"Impossibile copiare negli appunti","Caption":"Didascalia","Cards":"Carte","Carousel slide {0} of {1}":"Carosello di diapositive {0} di {1}","Cast":"Cast","Category":"Categoria","Change Avatar":"Cambia Avatar","Change Password":"Cambia password","Change private flag":"Cambiare la bandiera privata","Changes could not be saved":"Le modifiche non possono essere salvate","Changes successfully saved":"Modifiche salvate con successo","Changes to the advanced settings require a restart to take effect.":"Le modifiche alle impostazioni avanzate richiedono un riavvio per avere effetto.","Checked":"Selezionato","Choose an instance to continue:":"Scegli un'istanza per continuare:","Chroma":"Croma","Cleaning index and cache":"Pulizia dell'indice e della cache","Cleanup":"Pulizia","Clear":"Libero","Clear {0}":"Cancella {0}","Client":"Cliente","Close":"Chiudi","Cluster":"Cluster","Cluster Admin":"Amministratore del cluster","Cluster Node":"Nodo cluster","Codec":"Codec","Color":"Colore","Color Profile":"Profilo del colore","Colors":"Colori","Compare Editions":"Confronta le edizioni","Complete Rescan":"Scansione completa","Confidence":"Confidenza","Confirm":"Conferma","Connect":"Connetti","Connect via WebDAV":"Connetti via WebDAV","Connected":"Connesso","Contact Details":"Dettagli di contatto","Contact Us":"Contattaci","Contains %{n} pictures.":"Contiene %{n} immagini.","Contains one picture.":"Contiene una foto.","Content":{"":"Contenuto","Edit":"Contenuto"},"Continue":"Continua","Contributor":"Collaboratore","Converting":"Conversione in corso","Copied to clipboard":"Copiato negli appunti","Copy":"Copia","Copying files from %s":"Copia dei file da %s in corso","Copyright":"Copyright","Could not be deleted":"Impossibile eliminare","Could not connect, please try again":"Impossibile connettersi, si prega di riprovare","Could not update person cover":"Impossibile aggiornare la copertura della persona","Couldn't find anything.":"Impossibile trovare alcunché.","Country":"Nazione","Create Account":"Crea account","Create album":"Crea album","Create regular backups based on the configured schedule.":"Crea i backup degli indici in base alla pianificazione configurata.","Create YAML files to back up album metadata.":"Crea file YAML per il backup dei metadati degli album.","Create YAML sidecar files to back up picture metadata.":"Crea file sidecar YAML per il backup dei metadati delle immagini.","Created":"Creato","Creating thumbnails for":"Creazione anteprima per","Current Password":"Password Corrente","Custom":"Personalizzato","Cyan":"Ciano","Daily":"Giornalmente","Database":"Database","Database Backups":"Backup del database","Databases":"Database","Date & Time":"Data e ora","Day":"Giorni","Deactivate":"Disattiva","Debug Logs":"Registri di debug","Default":"Predefinito","Default Folder":"Cartella Predefinita","Delete":"Elimina","Delete Album":"Elimina l'album","Delete All":"Cancella tutto","Delete all?":"Cancellare tutto?","Delete orphaned index entries, sidecar files and thumbnails.":"Elimina le voci di indice orfane, i file sidecar e le miniature.","deleted":"cancellato","Description":"Descizione","Detailed instructions can be found in our User Guide.":"È possibile trovare informazioni dettagliate nella nostra Guida Utente.","Details":"Dettagli","Dimensions":"Dimensioni","Disable all face detection and recognition features.":"Disattiva tutte le funzioni di rilevamento e riconoscimento dei volti.","Disable Backups":"Disabilita Backup","Disable Darktable":"Disabilita Darktable","Disable ExifTool":"Disabilita ExifTool","Disable Faces":"Disabilita le facce","Disable features that require write permission for the originals folder.":"Disattiva le funzioni che richiedono i permessi di scrittura per la cartella degli originali.","Disable FFmpeg":"Disabilita FFmpeg","Disable ImageMagick":"Disattiva ImageMagick","Disable interactive world maps and reverse geocoding.":"Disattiva le mappe interattive del mondo e la geocodifica inversa.","Disable MCP":"Disabilita MCP","Disable Places":"Disabilita Luoghi","Disable RawTherapee":"Disabilita RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Disabilita l'endpoint dell'API Model Context Protocol (MCP) per le integrazioni con agenti AI.","Disable Vectors":"Disattiva i vettori","Disable WebDAV":"Disabilita WebDAV","Disabled":"Disabilitato","Disables vector graphics support.":"Disattiva il supporto della grafica vettoriale.","Disables video transcoding and thumbnail extraction.":"Disattiva la transcodifica video e l'estrazione delle miniature.","Discard":"Scartare","Discard changes and close":"Scarta le modifiche e chiudi","Discard invalid changes?":"Scartare le modifiche non valide?","Discard unsaved changes?":"Scartare le modifiche non salvate?","Discover":"Scopri","Dismiss":"Congedo","Display Name":"Nome visualizzato","Display picture captions in search results.":"Visualizza le didascalie delle immagini nei risultati della ricerca.","Display picture titles in search results.":"Visualizza i titoli delle immagini nei risultati della ricerca.","Document":"Documento","Documents":"Documenti","Don't use Darktable to convert RAW images.":"Non usare Darktable per convertire i file RAW.","Don't use ImageMagick to convert images.":"Non utilizzare ImageMagick per convertire le immagini.","Don't use RawTherapee to convert RAW images.":"Non usare RawTherapee per convertire i file RAW.","Done":"Fatto","Done.":"Fatto.","Download":"Download","Download only original media files, without any automatically generated files.":"Scarica solo i file multimediali originali, senza file generati automaticamente.","Download remote files":"Scarica file remoti","Downloading…":"Download in corso…","Drag and drop files here":"Trascina i file qui","Driver":"Autista","Duplicates will be skipped and only appear once.":"I duplicati verranno ignorati e appariranno una volta sola.","Duration":"Durata","Dynamic Previews":"Anteprime Dinamiche","Dynamic Size Limit: %{n}px":"Limite Dimensioni Dinamiche: %{n}px","Edit":"Modifica","Edit %{s}":"Modifica %{s}","Edit Account":"Modifica Account","Edit Photo":"Modifica Foto","Edit Photos (%{n})":"Modifica foto (%{n})","Edited":"Modificato","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Abilita la modalità di debug per visualizzare ulteriori log e aiutare nella risoluzione dei problemi.","Enable downloading of original and sidecar files from the web interface.":"Abilita il download dei file originali e sidecar dall'interfaccia web.","Enable face recognition and the People view to easily find people you know.":"Attiva il riconoscimento dei volti e la vista Persone per trovare facilmente le persone che conosci.","Enable new features that may be incomplete or unstable.":"Abilitare nuove funzionalità che potrebbero essere incomplete o instabili.","Enable the file browser to navigate the Originals folder structure.":"Attiva il browser dei file per navigare nella struttura delle cartelle degli originali.","Enables RAW converter presets. May reduce performance.":"Abilita i preset del convertitore RAW. Può ridurre le prestazioni.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Abilitare l’autenticazione a due fattori (2FA) significa che per accedere necessiterai di un codice di verifica generato casualmente, perciò, anche se qualcuno avesse la tua password, non potrebbe accedere al tuo account.","Engine":"Motore","Enter date":"Inserisci la data","Enter dates":"Inserisci le date","Enter item name...":"Inserisci il nome dell'articolo...","Enter the code generated by your authenticator app:":"Inserisci il codice generato dalla tua app Autenticatore:","Enter verification code":"Inserisci codice di verifica","Enter your password to confirm the action and continue:":"Inserisci la password per confermare l'azione e continuare:","Entity not found":"Entità non trovata","Error":"Errore","Errors":"Errori","Estimate":"Stima","Estimate Locations":"Stima delle località","Estimate the approximate location of pictures without GPS coordinates.":"Stimare la posizione approssimativa delle immagini senza coordinate GPS.","Every two days":"Ogni due giorni","Exclude hidden":"Escludi i nascosti","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"L'estrazione dei metadati con ExifTool è necessaria per il supporto completo di Video, Live Photo e XMP.","Experimental Features":"Funzionalità Sperimentali","Expires":"Scade","Exposure":"Esposizione","Extract still images and generate thumbnails while indexing.":"Estrai le immagini fisse e genera miniature durante l'indicizzazione.","F Number":"Numero F","Face":"Volto","Face not found":"Faccia non trovata","Faces":"Volti","Failed creating file, please check permissions":"Impossibile creare il file, si prega di controllare i permessi","Failed creating folder, please check permissions":"Impossibile creare la cartella, si prega di controllare i permessi","Failed removing link":"Impossibile rimuovere il link","Failed to connect account.":"Impossibile connettere l'account.","Failed to create zip file":"Impossibile creare il file zip","Failed to load users.":"Impossibile caricare gli utenti.","Failed to remove face marker":"Non è stato possibile rimuovere il marcatore del viso","Failed to remove name":"Impossibile rimuovere il nome","Failed to restart server":"Impossibile riavviare il server","Failed to save changes":"Impossibile salvare le modifiche","Failed to save face marker":"Non è riuscito a salvare l'indicatore della faccia","Failed to save name":"Impossibile salvare il nome","Failed updating link":"Impossibile aggiornare il link","Family Name":"Cognome","Fast":"Veloce","Favorite":"Preferito","Favorites":"Preferiti","Feature disabled":"Funzionalità disabilitata","Feature Request":"Richiesta Funzionalità","Female":"Donna","File":"File","File Browser":"Esplora File","File Conversion":"Conversione di file","File deleted":"File eliminato","File Name":"Nome File","File not found":"File non trovato","File removed from stack":"File rimosso dallo stack","File Size":"Dimensione del file","File too large":"File troppo grande","File uploaded":"File caricato","Filename":"Nome del 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.","First page":"Prima pagina","Focal Length":"Lunghezza Focale","Folder":"Cartella","Folder contains %{n} files":"La cartella contiene %{n} file","Folder is empty":"La cartella è vuota","Folders":"Cartelle","Forgot password?":"Password dimenticata?","FPS":"FPS","Frames":"Fotogrammi","Full Access":"Accesso Totale","Fullscreen":"Schermo intero","General":"Generale","Generate":"Genera","Generate Previews":"Generare anteprime","Generated":"Generato","Get Started":"Iniziare","Given Name":"Nome","Global Options":"Opzioni globali","Go to page {0}":"Vai alla pagina {0}","Gold":"Oro","Green":"Verde","Grey":"Grigio","Groups":"Gruppi","Guest":"Ospite","Hash":"Hash","Help":"Aiuto","Help & Support":"Aiuto e Supporto","Hidden":"Nascosto","Hidden Files":"File Nascosti","Hide":"Nascondi","Hide Caption":"Nascondi didascalia","Hide face markers":"Nascondi i marcatori del viso","Hide private content from global views while keeping it accessible in the Private section.":"Nascondere gli elementi privati dalle viste globali mantenendoli accessibili nella sezione Privati.","High":"Alta","High Dynamic Range (HDR)":"Alta gamma dinamica (HDR)","Hybrid":"Ibrido","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Se perdessi l’accesso alla tua app o al tuo dispositivo di autenticazione, puoi usare il tuo codice di recupero per riottenere l’accesso al tuo account.","Image":"Immagine","Image Quality":"Qualità dell'immagine","Import":"Importa","Import canceled":"Importazione cancellata","Import completed in %d s":"Importazione completata in %d secondi","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.","Importing %{s}…":"Importando %{s}…","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 siano mancanti delle immagini che ti aspettavi di trovare, per favore scansiona nuovamente la libreria e aspetta che l'indicizzazione sia completa.","Include RAW image files when downloading stacks and archives.":"Includere i file immagine RAW quando si scaricano pile e archivi.","Include sidecar files when downloading stacks and archives.":"Includere i file sidecar durante il download di stack e archivi.","Increase storage size or delete files to continue.":"Aumenta la dimensione dell'archivio o elimina i file per continuare.","Index":"Indice","Indexing":"Indicizzazione","Indexing canceled":"Indicizzazione cancellata","Indexing completed in %d s":"Indicizzazione completata in %d secondi","Indexing failed":"Indicizzazione fallita","Indexing files in %s":"Indicizzazione dei file in %s","Indexing media and sidecar files…":"Indicizzando file multimediali e sidecar…","Indexing originals...":"Indicizzando gli originali...","Information":"Informazioni","Inherit":"Eredita","Instance":"Istanza","Instance ID":"ID Istanza","Instance unreachable. Try again once it's back online.":"Istanza non raggiungibile. Riprova quando sarà di nuovo online.","Instances":"Istanze","Insufficient storage":"Stoccaggio insufficiente","Insufficient storage.":"Stoccaggio insufficiente.","Interval":"Intervallo","Invalid":"Non valido","Invalid address":"Indirizzo non valido","Invalid country":"Paese non valido","Invalid credentials":"Credenziali non valide","Invalid date":"Data non valida","Invalid link":"Link non valido","Invalid name":"Nome non valido","Invalid parameters":"Parametri non validi","Invalid password, please try again":"Password non valida, si prega di riprovare","Invalid photo selected":"Foto non valida selezionata","Invalid time":"Orario non valido","Invalid URL":"URL non valido","Invalid verification code, please try again":"Codice di verifica errato, prova di nuovo","IP Address":"Indirizzo IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Questo è un codice a utilizzo unico che disabiliterà l’autenticazione a due fattori (2FA) per il tuo account quando lo usi.","Item":"Elemento","Items per page:":"Articoli per pagina:","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 renderizzati automaticamente a seconda delle necessità.","Keyword":"Parola chiave","Keywords":"Parole chiave","Label":"Etichetta","Label not found":"Etichetta non trovata","Label saved":"Etichetta salvata","Labels":"Etichette","Labels deleted":"Etichette eliminate","Language":"Lingua","Last Active":"Ultimo attivo","Last Login":"Ultimo accesso","Last page":"Ultima pagina","Last Sync":"Ultima sincronizzazione","Last Used":"Ultimo utilizzo","Latitude":"Latitudine","LDAP/AD":"LDAP/AD","Learn more":"Scopri di più","Learn More":"Per saperne di più","Legal Information":"Informazioni legali","Lens":"Lenti","Lens not found":"Obiettivo non trovato","Library":"Libreria","License":"Licenza","Like":"Mi Piace","Lime":"Lime","Limit reached, showing first %{n} files":"Limite raggiunto, vengono mostrati i primi %{n} file","Link":"Link","List":"Lista","List View":"Vista elenco","Live":"Live","Live Photos":"Foto dal vivo","Load more":"Carica di più","Loading items...":"Caricamento articoli...","Loading...":"Caricamento...","Local":"Locale","Local Time":"Orario Locale","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","Logs":"Log","Longitude":"Longitudine","Lost server connection":"Connessione al server persa","Low":"Bassa","Magenta":"Magenta","Main Color":"Colore Principale","Male":"Uomo","Manage Account":"Gestione account","Manager":"Manager","Manual":"Manuale","Manual Upload":"Upload Manuale","Maps":"Mappe","Marker":"Segnaposto","Maximum number of accounts has been reached.":"È stato raggiunto il numero massimo di account.","Media":"Media","Medium":"Medio","Membership":"Adesione","Merge %{a} with %{b}?":"Unire %{a} con %{b}?","Message":"Messaggio","Metadata":"Metadati","Metrics":"Metriche","Minimize":"Minimizza","Missing":"Mancante","Missing or invalid configuration":"Configurazione mancante o non valida","mixed":"misto","Moments":"Momenti","Monochrome":"Monocromo","Month":"Mese","More options":"Altre opzioni","Mosaic":"Mosaico","Most Relevant":"Più rilevante","Move Files":"Sposta File","Moving files from %s":"Spostamento dei file da %s in corso","Must have at least %{n} characters.":"Minimo %{n} caratteri obbligatori.","Mute":"Muto","Name":"Nome","Name too long":"Nome troppo lungo","Never":"Mai","New":"Nuovo","New Password":"Nuova Password","Newest First":"Prima più Recenti","Next":"Avanti","Next page":"Pagina successiva","Next visual":"Prossima visualizzazione","No":"No","No Access":"Accesso negato","No albums assigned":"Nessun album assegnato","No albums found":"Nessun album trovato","No albums selected":"Nessun album selezionato","No data available":"Nessun dato disponibile","No files available for download":"Nessun file è disponibile per il download","No items selected":"Nessun elemento selezionato","No labels assigned":"Nessuna etichetta assegnata","No labels found":"Nessuna etichetta trovata","No labels selected":"Nessuna etichetta selezionata","No matching records found":"Non sono stati trovati record corrispondenti","No more":"Non di più","No people found":"Nessuna persona trovata","No pictures found":"Nessuna immagine trovata","No recently edited pictures":"Nessuna foto modificata di recente","No registered instances.":"Non ci sono istanze registrate.","No results":"Nessun risultato","No server connection":"Nessuna connessione al server","No servers configured.":"Nessun server configurato.","No services configured.":"Nessun servizio configurato.","No thanks":"No grazie","No users on this instance.":"Non ci sono utenti su questa istanza.","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.","Node":"Nodo","Nodes":"Nodi","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","Not allowed":"Non è consentito","Not available in public mode":"Non disponibile in modalità pubblica","Not available in read-only mode":"Non disponibile in modalità di sola lettura","Not found":"Non trovato","Not sorted.":"Non è stato selezionato.","Not supported":"Non supportato","Note you may manually manage your originals folder and importing is optional.":"Nota che puoi gestire manualmente la tua cartella degli originali e che 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.","Notes":"Note","Nothing to see here yet.":"Niente da vedere qui. Sii paziente.","Nothing was found.":"Non è stato trovato nulla.","Offline":"Offline","OK":"OK","Oldest First":"Più vecchi prima","On Windows, enter the following resource in the connection dialog:":"In Windows, inserire la seguente risorsa nella finestra di dialogo della connessione:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"La generazione di miniature su richiesta può causare un elevato utilizzo della CPU e della memoria. Non è consigliato per i server e i dispositivi NAS con risorse limitate.","Once a week":"Una volta a settimana","One album found":"Un album trovato","One entry added to %s":"Un elemento aggiunto a %s","One entry removed from %s":"Un elemento rimosso da %s","One file found":"Un file trovato","One file uploaded":"Un file caricato","One folder found":"Una cartella trovata","One label found":"Un'etichetta trovata","One person found":"Una persona trovata","One picture found":"Una foto trovata","Only locally managed accounts can be set up for authentication with 2FA.":"Solamente gli account gestiti localmente possono essere configurati con autenticazione a due fattori.","Open":"Aperto","optional":"opzionale","or":"o","Orange":"Arancione","Organization":"Organizzazione","Orientation":"Orientamento","Original file names will be stored and indexed.":"I nomi dei file originali verranno memorizzati e indicizzati.","Original Name":"Nome Originale","Originals":"Originali","Originals folder is empty":"La cartella degli originali è vuota","Other":"Altro","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"La nostra missione è fornire la soluzione più semplice per l'utente e la privacy per mantenere le vostre immagini organizzate e accessibili.","Outdoor":"All'aperto","Page {0}, Current page":"Pagina {0}, Pagina corrente","Pages":"Pagine","Pagination Navigation":"Navigazione a paginazione","Panorama":"Panorama","Panoramas":"Panorami","Part of all selected photos":"Parte di tutte le foto selezionate","Part of some selected photos":"Parte di alcune foto selezionate","Password":"Password","Password changed":"Password cambiata","Pause":"Pausa","Payment required":"Pagamento richiesto","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","Permission denied":"Permesso negato","Person":"Persona","Person cover updated":"Copertina aggiornata","Person deleted":"Persona cancellata","Person not found":"Persona non trovata","Person saved":"Persona salvata","Personal":"Personale","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism è al 100% autofinanziato e indipendente.","PhotoPrism+ Membership":"Iscrizione a PhotoPrism+","Photos":"Foto","Picture":"Immagine","Picture Title":"Titolo dell'immagine","Pink":"Rosa","Pinned":"In evidenza","Place":"Luogo","Place & Time":"Luogo e Ora","Places":"Luoghi","Play":"Riproduci","Please confirm your new password.":"Conferma la nuova password.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Copia la seguente password generata casualmente e salvala in un posto sicuro, in quanto non potrai visualizzarla mai più:","Please do not upload any private, unlawful or offensive pictures.":"Non caricare immagini private, illegali o offensive.","Please don't upload photos containing offensive content.":"Non caricare foto che contengono contenuto offensivo.","Please enter OTP character {0}":"Inserisci il carattere OTP {0}","Please log in to your account":"Accedere al proprio account","Please note that changing your password will log you out on other devices and browsers.":"Tieni presente che la modifica della password ti farà uscire su altri dispositivi e browser.","Please restart your instance for the changes to take effect.":"Per rendere effettive le modifiche, riavviare l'istanza.","Please wait…":"Attendere prego…","PM":"PM","PNG Size Limit: %{n}px":"Limite Dimensione PNG: %{n}px","Portal":"Portale","Portrait":"Ritratto","Preserve filenames":"Mantieni nomi dei file","Press enter to create a new album.":"Premi invio per creare un nuovo album.","Press enter to create new item":"Premi invio per creare un nuovo elemento","Prevent database and album backups as well as YAML sidecar files from being created.":"Impedisce la creazione di backup di database e album e di file sidecar YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Impedisci ad altre applicazioni di accedere a PhotoPrism come unità di rete condivisa.","Preview":"Anteprima","Preview Images":"Immagini in anteprima","Previous":"Precedente","Previous page":"Pagina precedente","Previous visual":"Visuale precedente","Primary":"Primario","Private":"Privato","Processing upload...":"Elaborazione del caricamento...","Product Feedback":"Feedback Prodotto","Projection":"Proiezione","Purple":"Viola","Quality Filter":"Filtro Qualità","Quality Score":"Punteggio Qualità","Quota exceeded":"Quota superata","Random":"Casuale","Rating {0} of {1}":"Valutazione {0} di {1}","Raw":"Raw","RAW":"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 Archived":"Archiviato di recente","Recently Edited":"Modificato di recente","Recognition starts after indexing has been completed.":"Il riconoscimento inizia dopo che l'indicizzazione è stata completata.","Recognized":"Riconosciuto","Recovery Code":"Codice di recupero","Red":"Rosso","Refresh":"Aggiorna","Regions":"Regioni","Register":"Registro","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 from all":"Rimuovi da tutti","Remove from all selected photos":"Rimuovi da tutte le foto selezionate","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.","Remove the selected instance from the cluster registry?":"Rimuovere l'istanza selezionata dal registro del cluster?","Removed":"Rimosso","Removed %{name}":"%{name} è stato rimosso","Removed %d files and %d photos":"Rimossi %d file e %d foto","Repeated":"Ripetuto","Request failed - are you offline?":"Richiesta fallita - sei offline?","Request failed - invalid response":"Richiesta fallita - risposta non valida","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Richiedere che le immagini non fotografiche e di bassa qualità vengano esaminate prima di apparire nei risultati di ricerca.","Resolution":"Risoluzione","Restart":"Riavvio","Restore":"Ripristina","Restored":"Ripristinato","Retry Limit":"Limite di tentativi","Retype Password":"Digitare nuovamente la Password","Review":"Revisione","Role":"Ruolo","Roles":"Ruoli","Rotated":"Ruotato","Rows per page:":"Righe per pagina:","Satellite":"Satellite","Save":"Salva","Save changes":"Salva le modifiche","Scan":"Scansione","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scansiona il codice QR con l'app di autenticazione o utilizza la chiave di configurazione mostrata di seguito, quindi inserisci il codice di verifica generato:","Scans":"Scansioni","Scope":"Ambito di applicazione","Scopes":"Scopi","Search":"Cerca","Season":"Stagione","Secret":"Segreto","Security and Access":"Sicurezza e accesso","Select":"Seleziona","Select a source folder to import files…":"Seleziona una cartella di origine per importare i file…","Select date":"Seleziona la data","Select dates":"Seleziona le date","Select or create albums":"Seleziona o crea album","Select or create labels":"Seleziona o crea etichette","Select or drop files to upload…":"Seleziona o rilascia i file da caricare…","Select the files to upload…":"Seleziona i file da caricare…","Select the folder to be indexed…":"Seleziona la cartella da indicizzare…","Select Time":"Seleziona l'ora","Selection":"Selezione","Selection added to %s":"Selezione aggiunta a %s","Selection approved":"Selezione approvata","Selection archived":"Selezione archiviata","Selection marked as private":"Selezione impostata come privata","Selection not found":"Selezione non trovata","Selection restored":"Selezione ripristinata","Sequential Name":"Nome Sequenziale","Service":"Assistenza","Service URL":"URL Servizio","Services":"Servizi","Session":"Sessione","Session ID":"ID sessione","Sessions":"Sessioni","Set as Album Cover":"Imposta come copertina dell'album","Set as Cover Image":"Imposta come immagine di copertina","Settings":"Impostazioni","Settings saved":"Impostazioni salvate","Setup":"Setup","Severity":"Gravità","Share":"Condividi","Share %{s}":"Condividi %{s}","Show":"Mostra","Show All Labels":"Mostra tutte le etichette","Show all new faces":"Mostra tutti i volti nuovi","Show Caption":"Mostra didascalia","Show Captions":"Mostra didascalie","Show face markers":"Mostra i marcatori del viso","Show hidden":"Mostra nascosto","Show Important Only":"Mostra solo le cose importanti","Show logs in the web interface to monitor activity and troubleshoot problems.":"Mostra i log nell'interfaccia web per monitorare l'attività e risolvere i problemi.","Show smart albums that group pictures by occasion, trip, or location.":"Mostra album intelligenti che raggruppano le foto per occasione, viaggio o località.","Show the Account page so users can manage their profile and security settings.":"Mostra la pagina Account per consentire agli utenti di gestire il proprio profilo e le impostazioni di sicurezza.","Show the Calendar view to browse the library by year and month.":"Mostra la vista Calendario per sfogliare la libreria per anno e mese.","Show the Labels section to view and manage AI-generated labels.":"Mostra la sezione Etichette per visualizzare e gestire le etichette generate dall'intelligenza artificiale.","Show the Library section to index, manage, and monitor the media library.":"Mostra la sezione Libreria per indicizzare, gestire e monitorare la libreria multimediale.","Show the Places view with interactive maps so you can browse photos by location.":"Mostra la vista Luoghi con le mappe interattive in modo da poter sfogliare le foto in base alla località.","Show Titles":"Mostra i titoli","Sidecar":"Sidecar","Sidecar Files":"File Sidecar","Sign in":"Accedi","Sign Out":"Esci","Similar":"Simile","Site URL":"URL del sito","Size":"Dimensione","Slideshow":"Presentazione","Slow":"Lento","Software":"Software","Software Update":"Aggiornamento software","Some albums could not be copied":"Non è stato possibile copiare alcuni album","Some albums could not be created. Please edit the names and try again.":"Non è stato possibile creare alcuni album. Modifica i nomi e riprova.","Some albums could not be updated":"Non è stato possibile aggiornare alcuni album","Something went wrong, try again":"Qualcosa è andato storto, riprovare","Sort by":"Ordina per","Sort by Name (A–Z)":"Ordina per nome (A-Z)","Sort by Photo Count":"Ordina per numero di foto","Sort by Relevance":"Ordina per rilevanza","Sort Order":"Ordinamento","Sorted ascending.":"Ordinati in ordine crescente.","Sorted descending.":"Ordinamento decrescente.","Source":"Sorgente","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","Start":"Inizia","Start Page":"Pagina iniziale","Static Size Limit: %{n}px":"Limite Dimensione Statica: %{n}px","Status":"Stato","Stay signed in on this device":"Rimani connesso su questo dispositivo","Stop Casting":"Smettila di lanciare","Storage":"Spazio d’archiviazione","Streets":"Strade","Subject":"Oggetto","Subject deleted":"Soggetto cancellato","Subject not found":"Soggetto non trovato","Subject saved":"Soggetto salvato","Successfully activated":"Attivazione avvenuta con successo","Successfully Connected":"Collegato con successo","Successfully deleted":"Eliminato con successo","Successfully verified":"Verifica avvenuta con successo","Super Admin":"Super amministratore","Support for additional services, like Google Drive, will be added over time.":"Il supporto ad altri servizi, come Google Drive, verrà aggiunto in futuro.","Support Our Mission":"Sostienici nella nostra missione","Sync":"Sincronizza","Sync raw and video files":"Sincronizzazione di file raw e video","Taken":"Preso","Teal":"Verde acqua","Terrain":"Terreno","Text":"Testo","Thank You for Your Support!":"Grazie per il vostro sostegno!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Ecco perché PhotoPrism è stato costruito da zero per funzionare ovunque sia necessario, senza compromettere la libertà, la privacy o la funzionalità.","The index currently contains %{n} hidden files.":"L'indice contiene attualmente %{n} file nascosti.","The instance rejected the cluster credentials.":"L'istanza ha rifiutato le credenziali del cluster.","The instance returned an unexpected redirect.":"L'istanza ha restituito un reindirizzamento imprevisto.","The wakeup interval is %s, but must be 1h or less":"L'intervallo di risveglio è %s, ma deve essere pari o inferiore a 1h","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 account is missing an ID and can't be edited.":"A questo account manca l'ID e non può essere modificato.","This field is required":"Questo campo è obbligatorio","This instance has no site URL configured.":"Per questa istanza non è stato configurato alcun URL del sito.","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 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.","Time":"Tempo","Time UTC":"Orario UTC","Time Zone":"Fuso Orario","Timeout":"Timeout","Title":{"":"Titolo","Account":"Titolo","Photo":"Titolo"},"Title / Position":"Titolo / Posizione","to":"a","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Per evitare di essere bloccatə fuori dal tuo account, scarica, stampa o copua questo codice di recupero e conservalo in un luogo sicuro.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Per generare una nuova password per l'app inserisci il nome e l'ambito di autorizzazione dell'applicazione e imposta una data di scadenza:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Per cambiare app o dispositivo di autenticazione, disattiva prima l’autenticazione a due fattori, poi riattivala:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Per effettuare l'aggiornamento, è possibile inserire un codice di attivazione o fare clic su \"Registrati\" per iscriversi al nostro sito web:","Today":"Oggi","Toggle View":"Cambia Vista","Token":"Token","Too many files selected":"Troppi file selezionati","Too many requests":"Troppe richieste","Troubleshooting":"Risoluzione dei problemi","Try again using other filters or keywords.":"Riprova usando altri filtri o parole chiave.","Two-factor authentication has been enabled for your account.":"L’autenticazione a due fattori (2FA) è stata attivata sul tuo account","Type":"Tipo","Unable to delete":"Impossibile eliminare","Unable to do that":"Non riesco a farlo","Unassign":"Disassegnare","Unauthorized":"Non autorizzato","Undo":"Annulla","Unique ID":"ID Unico","Unknown":"Sconosciuto","Unknown location":"Luogo sconosciuto","Unregistered":"Non registrato","Unsorted":"Non Ordinato","Unstack":"Separa","Unsupported":"Non supportato","Unsupported format":"Formato non supportato","Unsupported type":"Formato non supportato","Updated":"Aggiornato","Updating faces":"Aggiornamento dei volti","Updating index":"Aggiornamento indici in corso","Updating moments":"Aggiornamento momenti in corso","Updating picture…":"Aggiornamento dell'immagine…","Updating previews":"Aggiornamento delle anteprime","Updating stacks":"Aggiornamento delle pile","Upgrade":"Aggiornamento","Upgrade Now":"Aggiorna ora","Upload":"Upload","Upload complete":"Upload completato","Upload complete. Indexing…":"Upload completato. Indicizzazione in corso…","Upload failed":"Upload fallito","Upload has been processed":"Il caricamento è stato elaborato","Upload local files":"Upload file locali","Upload might be offensive":"L'upload potrebbe essere offensivo","Upload Path":"Percorso di caricamento","Uploading %{n} of %{t}…":"Caricamento %{n} su %{t}…","Uploading photos…":"Caricamento foto…","Uploading…":"Caricamento in corso…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Utilizza il seguente codice di recupero per accedere al tuo account quando non riesci a generare un codice di verifica valido con l'app di autenticazione:","Use your recovery code or contact an administrator for help.":"Usa il tuo codice di recupero o contatta un amministratore per chiedere aiuto.","User":"Utente","User Guide":"Guida per l'utente","User Interface":"Interfaccia Utente","User not found":"Utente non trovato","Username":"Nome utente","Users":"Utenti","UUID":"UUID","Vector":"Vettore","Vectors":"Vettori","Verification Code":"Codice di verifica","Version":"Versione","Video":"Video","Video Duration":"Durata Video","Videos":"Video","View":"Visualizza","View search results as a list.":"Visualizza i risultati della ricerca come elenco.","Viewer":"Visualizzatore","Vision":"Visione","Visitor":"Visitatore","Visual Similarity":"Somiglianza visiva","Warning":"Avvertenze","Web Login":"Accesso Web","WebDAV":"WebDAV","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. ":"Client WebDAV, come Windows Explorer di Microsoft o Finder di Apple, possono connettersi direttamente a PhotoPrism.","WebDAV Upload":"Upload WebDAV","WebGL support is disabled in your browser":"Il supporto WebGL è disabilitato nel tuo browser","Website":"Sito web","White":"Bianco","Work Details":"Dettagli Opera","Year":"Anno","Yellow":"Giallo","Yes":"Sì","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Potete contattarci all'indirizzo membership@photoprism.app per domande relative alla vostra iscrizione.","You can only download one album":"Puoi scaricare solo un album","You can only download one label":"Puoi scaricare solo un'etichetta","You can search for a location or move the marker on the map to change the position:":"Puoi cercare una località o spostare il segnalino sulla mappa per cambiare la posizione:","You can upload up to %{n} files for test purposes.":"È possibile caricare fino a %{n} file a scopo di test.","You cannot change your own role.":"Non puoi cambiare il tuo ruolo.","You do not have access to any instances.":"Non hai accesso ad alcuna istanza.","You may only select one item":"Puoi selezionare un solo elemento","You may rescan your library to find additional faces.":"Puoi scansionare nuovamente la tua libreria per trovare altri volti.","Your account could not be connected":"Non è stato possibile collegare l'account","Your account has been successfully connected.":"Il vostro account è stato collegato con successo.","Your browser does not support WebGL":"Il tuo browser non supporta WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Il tuo continuo supporto ci aiuta a fornire aggiornamenti regolari e a rimanere indipendenti, in modo da poter adempiere alla nostra missione e proteggere la tua privacy.","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.","Zip created in %d s":"Zip creato in %d secondi","Zoom in/out":"Zoom avanti/indietro","Archive":{"Noun":"Archivio","Verb":"Archivio"},"Add a Title":{"Photo":"Aggiungi un titolo"}}} \ No newline at end of file +{"it":{"{0} appended action":"{0} azione aggiunta","{0} files":"{0} file","{0} files ({1} in total)":"{0} file ({1} in totale)","{0} more":"{Altro","{0} prepended action":"{0} azione preconfezionata","{0} selected":"{0} selezionato","{0}-{1} of {2}":"{0}-{1} di {2}","%{n} albums found":"%{n} album trovati","%{n} files uploaded":"%{n} file caricati","%{n} folders found":"%{n} cartelle trovate","%{n} GB of %{q} GB used":"%{n} GB di %{q} GB utilizzati","%{n} labels found":"%{n} etichette trovate","%{n} people found":"%{n} persone trovate","%{n} pictures found":"%{n} immagini trovate","%{s} is too long":"%{s} è troppo lungo","%{s} is too short":"%{s} è troppo corto","%d entries added to %s":"%d elementi aggiunti a %s","%d entries removed from %s":"%d elementi rimossi da %s","%d files uploaded in %d s":"%d file caricati in %d secondi","%s already exists":"%s esiste già","%s has been restored":"%s è stato ripristinato","1 hour":"1 ora","12 hours":"12 ore","2-Factor Authentication":"Autenticazione a 2 fattori","2FA":"2FA","4 hours":"4 ore","A click will copy it to your clipboard.":"Un click lo copierà negli appunti.","A new version of %{s} is available:":"È disponibile una nuova versione di %{s}:","About":"Informazioni","Access granted.":"Accesso concesso.","Access revoked.":"Accesso revocato.","Access Token":"Gettone di accesso","Account":"Account","Account created":"Account creato","Account deleted":"Account eliminato","Account Group Mappings":"Mappature dei gruppi di conti","Account not found":"Account non trovato","Account restored":"Account ripristinato","Account saved":"Account salvato","Accounts":"Account","Accuracy":"Precisione","Action":"Azione","Actions":"Azioni","Activate":"Attiva","Activate to remove sorting.":"Attiva per rimuovere l'ordinamento.","Activate to sort ascending.":"Attiva per ordinare in ordine crescente.","Activate to sort descending.":"Attiva per ordinare in modo decrescente.","Activation Code":"Codice di attivazione","Activity":"Attività","Add":"Aggiungi","Add %{s}?":"Aggiungi %{s}?","Add a Caption":"Aggiungi una didascalia","Add Account":"Aggiungi account","Add Album":"Aggiungi Album","Add Link":"Aggiungi Link","Add Notes":"Aggiungi note","Add person?":"Aggiungi una persona?","Add pictures from search results by selecting them.":"Aggiungi immagini dai risultati della ricerca selezionandole.","Add to album":"Aggiungi all'album","Add to all":"Aggiungi a tutti","Add to all selected photos":"Aggiungi a tutte le foto selezionate","Added":"Aggiunto","Added %{name}":"Aggiunto %{name}","Adjust Camera Info":"Regola le informazioni sulla fotocamera","Adjust Date & Time":"Regola la data e l'ora","Adjust Location":"Regola la posizione","Admin":"Admin","Advanced":"Avanzate","Advertise URL":"URL pubblicitario","After 1 day":"Dopo 1 giorno","After 3 days":"Dopo 3 giorni","After 7 days":"Dopo 7 giorni","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Dopo aver re inserito la password, potrai attivare l’autenticazione a due fattori con un’applicazione di autenticazione o un dispositivo compatibile","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 %s deleted":"Album %s eliminato","Album Backups":"Backup degli album","Album contents cloned":"I contenuti dell'album sono stati duplicati","Album created":"Album creato","Album deleted":"Album cancellato","Album not found":"Album non trovato","Album saved":"Album salvato","Albums":"Album","Albums deleted":"Album eliminati","All":"Tutti","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Consente la configurazione e l'utilizzo di app e servizi collegati per il caricamento e la sincronizzazione remoti.","Allow editing of metadata such as title, description, date, and location.":"Consentire la modifica di metadati come titolo, descrizione, data e luogo.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permette di modificare i metadati, le etichette e gli album di più immagini contemporaneamente.","Allow files to be copied or moved from the Import to the Originals folder.":"Attiva lo strumento Importazione per copiare o spostare i file dalla cartella Importazione agli Originali.","Allow files to be permanently deleted to free up storage space.":"Consente di eliminare definitivamente i file per liberare spazio di archiviazione.","Allow users to archive photos and videos so they are hidden without being deleted.":"Consente agli utenti di archiviare foto e video in modo che vengano nascosti senza essere eliminati.","Allow users to create and share links, and enable sharing with connected services.":"Permettere agli utenti di creare e condividere link e abilitare la condivisione con i servizi connessi.","Allow users to upload new photos and videos through the web interface.":"Consentire agli utenti di caricare nuove foto e video attraverso l'interfaccia web.","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)","AM":"AM","Animated":"Animato","Animation":"Animazione","Animations":"Animazioni","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","Application":"Applicazione","Applications":"Applicazioni","Approve":"Approva","Approve and save changes":"Approva e salva le modifiche","Apps and Devices":"Applicazioni e dispositivi","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 delete this album?":"Sei sicuro di voler cancellare questo album?","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?","Are you sure?":"Sei sicuro?","Artist":"Artista","Aspect Ratio":"Proporzione","Attributes":"Attributi","Audio":"Audio","Audit Log":"Audio","Authentication":"Autenticazione","Auto":"Auto","Back":"Indietro","Back to top":"Torna all'inizio","Backup":"Backup","Badge":"Distintivo","Base Path":"Percorso base","Batch":"Lotto","Batch Edit":"Modifica batch","Become a member today, support our mission and enjoy our member benefits!":"Diventate membri oggi stesso, sostenete la nostra missione e godete dei nostri vantaggi per i membri!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Essendo autofinanziati ed indipendenti, possiamo prometterti che non venderemo mai i tuoi dati e che saremo sempre trasparenti riguardo al nostro software e ai nostri servizi.","Bio":"Biografia","Birth Date":"Data di nascita","Black":"Nero","Blue":"Blu","Brown":"Marrone","Browse":"Sfogliare","Browse Files":"Sfoglia i file","Browse Pictures":"Sfoglia le immagini","Bug Report":"Segnala Bug","Busy, please try again later":"Occupato, si prega di riprovare più tardi","Busy, please wait…":"Occupato, attendere prego…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Utilizzando il software e i servizi, accetti i nostri temini di servizio, privacy policy e codice di condotta.","Calendar":"Calendario","Camera":"Fotocamera","Camera not found":"Fotocamera non trovata","Camera Serial":"Seriale Fotocamera","Can't access your authenticator app or device?":"Non riesci ad accedere alla tua app o al tuo dispositivo Authenticator?","Can't load more, limit reached":"Impossibile caricare ancora, limite raggiunto","Can't select more items":"Impossibile selezionare ulteriori elementi","Cancel":"Annulla","Cannot copy to clipboard":"Impossibile copiare negli appunti","Caption":"Didascalia","Cards":"Carte","Carousel slide {0} of {1}":"Carosello di diapositive {0} di {1}","Cast":"Cast","Category":"Categoria","Change Avatar":"Cambia Avatar","Change Password":"Cambia password","Change private flag":"Cambiare la bandiera privata","Changes could not be saved":"Le modifiche non possono essere salvate","Changes successfully saved":"Modifiche salvate con successo","Changes to the advanced settings require a restart to take effect.":"Le modifiche alle impostazioni avanzate richiedono un riavvio per avere effetto.","Checked":"Selezionato","Choose an instance to continue:":"Scegli un'istanza per continuare:","Chroma":"Croma","Cleaning index and cache":"Pulizia dell'indice e della cache","Cleanup":"Pulizia","Clear":"Libero","Clear {0}":"Cancella {0}","Client":"Cliente","Close":"Chiudi","Cluster":"Cluster","Cluster Admin":"Amministratore del cluster","Cluster Node":"Nodo cluster","Codec":"Codec","Color":"Colore","Color Profile":"Profilo del colore","Colors":"Colori","Compare Editions":"Confronta le edizioni","Complete Rescan":"Scansione completa","Confidence":"Confidenza","Confirm":"Conferma","Connect":"Connetti","Connect via WebDAV":"Connetti via WebDAV","Connected":"Connesso","Contact Details":"Dettagli di contatto","Contact Us":"Contattaci","Contains %{n} pictures.":"Contiene %{n} immagini.","Contains one picture.":"Contiene una foto.","Content":{"":"Contenuto","Edit":"Contenuto"},"Continue":"Continua","Contributor":"Collaboratore","Converting":"Conversione in corso","Copied to clipboard":"Copiato negli appunti","Copy":"Copia","Copying files from %s":"Copia dei file da %s in corso","Copyright":"Copyright","Could not be deleted":"Impossibile eliminare","Could not connect, please try again":"Impossibile connettersi, si prega di riprovare","Could not update person cover":"Impossibile aggiornare la copertura della persona","Couldn't find anything.":"Impossibile trovare alcunché.","Country":"Nazione","Create Account":"Crea account","Create album":"Crea album","Create regular backups based on the configured schedule.":"Crea i backup degli indici in base alla pianificazione configurata.","Create YAML files to back up album metadata.":"Crea file YAML per il backup dei metadati degli album.","Create YAML sidecar files to back up picture metadata.":"Crea file sidecar YAML per il backup dei metadati delle immagini.","Created":"Creato","Creating thumbnails for":"Creazione anteprima per","Current Password":"Password Corrente","Custom":"Personalizzato","Cyan":"Ciano","Daily":"Giornalmente","Database":"Database","Database Backups":"Backup del database","Databases":"Database","Date & Time":"Data e ora","Day":"Giorni","Deactivate":"Disattiva","Debug Logs":"Registri di debug","Default":"Predefinito","Default Folder":"Cartella Predefinita","Delete":"Elimina","Delete Album":"Elimina l'album","Delete All":"Cancella tutto","Delete all?":"Cancellare tutto?","Delete orphaned index entries, sidecar files and thumbnails.":"Elimina le voci di indice orfane, i file sidecar e le miniature.","deleted":"cancellato","Description":"Descizione","Detailed instructions can be found in our User Guide.":"È possibile trovare informazioni dettagliate nella nostra Guida Utente.","Details":"Dettagli","Dimensions":"Dimensioni","Disable all face detection and recognition features.":"Disattiva tutte le funzioni di rilevamento e riconoscimento dei volti.","Disable Backups":"Disabilita Backup","Disable Darktable":"Disabilita Darktable","Disable ExifTool":"Disabilita ExifTool","Disable Faces":"Disabilita le facce","Disable features that require write permission for the originals folder.":"Disattiva le funzioni che richiedono i permessi di scrittura per la cartella degli originali.","Disable FFmpeg":"Disabilita FFmpeg","Disable ImageMagick":"Disattiva ImageMagick","Disable interactive world maps and reverse geocoding.":"Disattiva le mappe interattive del mondo e la geocodifica inversa.","Disable MCP":"Disabilita MCP","Disable Places":"Disabilita Luoghi","Disable RawTherapee":"Disabilita RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Disabilita l'endpoint dell'API Model Context Protocol (MCP) per le integrazioni con agenti AI.","Disable Vectors":"Disattiva i vettori","Disable WebDAV":"Disabilita WebDAV","Disabled":"Disabilitato","Disables vector graphics support.":"Disattiva il supporto della grafica vettoriale.","Disables video transcoding and thumbnail extraction.":"Disattiva la transcodifica video e l'estrazione delle miniature.","Discard":"Scartare","Discard changes and close":"Scarta le modifiche e chiudi","Discard invalid changes?":"Scartare le modifiche non valide?","Discard unsaved changes?":"Scartare le modifiche non salvate?","Discover":"Scopri","Dismiss":"Congedo","Display Name":"Nome visualizzato","Display picture captions in search results.":"Visualizza le didascalie delle immagini nei risultati della ricerca.","Display picture titles in search results.":"Visualizza i titoli delle immagini nei risultati della ricerca.","Document":"Documento","Documents":"Documenti","Don't use Darktable to convert RAW images.":"Non usare Darktable per convertire i file RAW.","Don't use ImageMagick to convert images.":"Non utilizzare ImageMagick per convertire le immagini.","Don't use RawTherapee to convert RAW images.":"Non usare RawTherapee per convertire i file RAW.","Done":"Fatto","Done.":"Fatto.","Download":"Download","Download only original media files, without any automatically generated files.":"Scarica solo i file multimediali originali, senza file generati automaticamente.","Download remote files":"Scarica file remoti","Downloading…":"Download in corso…","Drag and drop files here":"Trascina i file qui","Driver":"Autista","Duplicates will be skipped and only appear once.":"I duplicati verranno ignorati e appariranno una volta sola.","Duration":"Durata","Dynamic Previews":"Anteprime Dinamiche","Dynamic Size Limit: %{n}px":"Limite Dimensioni Dinamiche: %{n}px","Edit":"Modifica","Edit %{s}":"Modifica %{s}","Edit Account":"Modifica Account","Edit Photo":"Modifica Foto","Edit Photos (%{n})":"Modifica foto (%{n})","Edited":"Modificato","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Abilita la modalità di debug per visualizzare ulteriori log e aiutare nella risoluzione dei problemi.","Enable downloading of original and sidecar files from the web interface.":"Abilita il download dei file originali e sidecar dall'interfaccia web.","Enable face recognition and the People view to easily find people you know.":"Attiva il riconoscimento dei volti e la vista Persone per trovare facilmente le persone che conosci.","Enable new features that may be incomplete or unstable.":"Abilitare nuove funzionalità che potrebbero essere incomplete o instabili.","Enable the file browser to navigate the Originals folder structure.":"Attiva il browser dei file per navigare nella struttura delle cartelle degli originali.","Enables RAW converter presets. May reduce performance.":"Abilita i preset del convertitore RAW. Può ridurre le prestazioni.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Abilitare l’autenticazione a due fattori (2FA) significa che per accedere necessiterai di un codice di verifica generato casualmente, perciò, anche se qualcuno avesse la tua password, non potrebbe accedere al tuo account.","Engine":"Motore","Enter date":"Inserisci la data","Enter dates":"Inserisci le date","Enter item name...":"Inserisci il nome dell'articolo...","Enter the code generated by your authenticator app:":"Inserisci il codice generato dalla tua app Autenticatore:","Enter verification code":"Inserisci codice di verifica","Enter your password to confirm the action and continue:":"Inserisci la password per confermare l'azione e continuare:","Entity not found":"Entità non trovata","Error":"Errore","Errors":"Errori","Estimate":"Stima","Estimate Locations":"Stima delle località","Estimate the approximate location of pictures without GPS coordinates.":"Stimare la posizione approssimativa delle immagini senza coordinate GPS.","Every two days":"Ogni due giorni","Exclude hidden":"Escludi i nascosti","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"L'estrazione dei metadati con ExifTool è necessaria per il supporto completo di Video, Live Photo e XMP.","Experimental Features":"Funzionalità Sperimentali","Expires":"Scade","Exposure":"Esposizione","Extract still images and generate thumbnails while indexing.":"Estrai le immagini fisse e genera miniature durante l'indicizzazione.","F Number":"Numero F","Face":"Volto","Face not found":"Faccia non trovata","Faces":"Volti","Failed creating file, please check permissions":"Impossibile creare il file, si prega di controllare i permessi","Failed creating folder, please check permissions":"Impossibile creare la cartella, si prega di controllare i permessi","Failed removing link":"Impossibile rimuovere il link","Failed to connect account.":"Impossibile connettere l'account.","Failed to create zip file":"Impossibile creare il file zip","Failed to load users.":"Impossibile caricare gli utenti.","Failed to remove face marker":"Non è stato possibile rimuovere il marcatore del viso","Failed to remove name":"Impossibile rimuovere il nome","Failed to restart server":"Impossibile riavviare il server","Failed to save changes":"Impossibile salvare le modifiche","Failed to save face marker":"Non è riuscito a salvare l'indicatore della faccia","Failed to save name":"Impossibile salvare il nome","Failed updating link":"Impossibile aggiornare il link","Family Name":"Cognome","Fast":"Veloce","Favorite":"Preferito","Favorites":"Preferiti","Feature disabled":"Funzionalità disabilitata","Feature Request":"Richiesta Funzionalità","Female":"Donna","File":"File","File Browser":"Esplora File","File Conversion":"Conversione di file","File deleted":"File eliminato","File Name":"Nome File","File not found":"File non trovato","File removed from stack":"File rimosso dallo stack","File Size":"Dimensione del file","File too large":"File troppo grande","File uploaded":"File caricato","Filename":"Nome del 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.","First page":"Prima pagina","Focal Length":"Lunghezza Focale","Folder":"Cartella","Folder contains %{n} files":"La cartella contiene %{n} file","Folder is empty":"La cartella è vuota","Folders":"Cartelle","Forgot password?":"Password dimenticata?","FPS":"FPS","Frames":"Fotogrammi","Full Access":"Accesso Totale","Fullscreen":"Schermo intero","General":"Generale","Generate":"Genera","Generate Previews":"Generare anteprime","Generated":"Generato","Get Started":"Iniziare","Given Name":"Nome","Global Options":"Opzioni globali","Go to page {0}":"Vai alla pagina {0}","Gold":"Oro","Green":"Verde","Grey":"Grigio","Groups":"Gruppi","Guest":"Ospite","Hash":"Hash","Help":"Aiuto","Help & Support":"Aiuto e Supporto","Hidden":"Nascosto","Hidden Files":"File Nascosti","Hide":"Nascondi","Hide Caption":"Nascondi didascalia","Hide face markers":"Nascondi i marcatori del viso","Hide private content from global views while keeping it accessible in the Private section.":"Nascondere gli elementi privati dalle viste globali mantenendoli accessibili nella sezione Privati.","High":"Alta","High Dynamic Range (HDR)":"Alta gamma dinamica (HDR)","Hybrid":"Ibrido","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Se perdessi l’accesso alla tua app o al tuo dispositivo di autenticazione, puoi usare il tuo codice di recupero per riottenere l’accesso al tuo account.","Image":"Immagine","Image Quality":"Qualità dell'immagine","Import":"Importa","Import canceled":"Importazione cancellata","Import completed in %d s":"Importazione completata in %d secondi","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.","Importing %{s}…":"Importando %{s}…","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 siano mancanti delle immagini che ti aspettavi di trovare, per favore scansiona nuovamente la libreria e aspetta che l'indicizzazione sia completa.","Include RAW image files when downloading stacks and archives.":"Includere i file immagine RAW quando si scaricano pile e archivi.","Include sidecar files when downloading stacks and archives.":"Includere i file sidecar durante il download di stack e archivi.","Increase storage size or delete files to continue.":"Aumenta la dimensione dell'archivio o elimina i file per continuare.","Index":"Indice","Indexing":"Indicizzazione","Indexing canceled":"Indicizzazione cancellata","Indexing completed in %d s":"Indicizzazione completata in %d secondi","Indexing failed":"Indicizzazione fallita","Indexing files in %s":"Indicizzazione dei file in %s","Indexing media and sidecar files…":"Indicizzando file multimediali e sidecar…","Indexing originals...":"Indicizzando gli originali...","Information":"Informazioni","Inherit":"Eredita","Instance":"Istanza","Instance ID":"ID Istanza","Instance unreachable. Try again once it's back online.":"Istanza non raggiungibile. Riprova quando sarà di nuovo online.","Instances":"Istanze","Insufficient storage":"Stoccaggio insufficiente","Insufficient storage.":"Stoccaggio insufficiente.","Interval":"Intervallo","Invalid":"Non valido","Invalid address":"Indirizzo non valido","Invalid country":"Paese non valido","Invalid credentials":"Credenziali non valide","Invalid date":"Data non valida","Invalid link":"Link non valido","Invalid name":"Nome non valido","Invalid parameters":"Parametri non validi","Invalid password, please try again":"Password non valida, si prega di riprovare","Invalid photo selected":"Foto non valida selezionata","Invalid time":"Orario non valido","Invalid URL":"URL non valido","Invalid verification code, please try again":"Codice di verifica errato, prova di nuovo","IP Address":"Indirizzo IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Questo è un codice a utilizzo unico che disabiliterà l’autenticazione a due fattori (2FA) per il tuo account quando lo usi.","Item":"Elemento","Items per page:":"Articoli per pagina:","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 renderizzati automaticamente a seconda delle necessità.","Keyword":"Parola chiave","Keywords":"Parole chiave","Label":"Etichetta","Label not found":"Etichetta non trovata","Label saved":"Etichetta salvata","Labels":"Etichette","Labels deleted":"Etichette eliminate","Language":"Lingua","Last Active":"Ultimo attivo","Last Login":"Ultimo accesso","Last page":"Ultima pagina","Last Sync":"Ultima sincronizzazione","Last Used":"Ultimo utilizzo","Latitude":"Latitudine","LDAP/AD":"LDAP/AD","Learn more":"Scopri di più","Learn More":"Per saperne di più","Legal Information":"Informazioni legali","Lens":"Lenti","Lens not found":"Obiettivo non trovato","Library":"Libreria","License":"Licenza","Like":"Mi Piace","Lime":"Lime","Limit reached, showing first %{n} files":"Limite raggiunto, vengono mostrati i primi %{n} file","Link":"Link","List":"Lista","List View":"Vista elenco","Live":"Live","Live Photos":"Foto dal vivo","Load more":"Carica di più","Loading items...":"Caricamento articoli...","Loading...":"Caricamento...","Local":"Locale","Local Time":"Orario Locale","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","Logs":"Log","Longitude":"Longitudine","Lost server connection":"Connessione al server persa","Low":"Bassa","Magenta":"Magenta","Main Color":"Colore Principale","Male":"Uomo","Manage Account":"Gestione account","Manager":"Manager","Manual":"Manuale","Manual Upload":"Upload Manuale","Maps":"Mappe","Marker":"Segnaposto","Maximum number of accounts has been reached.":"È stato raggiunto il numero massimo di account.","Media":"Media","Medium":"Medio","Membership":"Adesione","Merge %{a} with %{b}?":"Unire %{a} con %{b}?","Message":"Messaggio","Metadata":"Metadati","Metrics":"Metriche","Minimize":"Minimizza","Missing":"Mancante","Missing or invalid configuration":"Configurazione mancante o non valida","mixed":"misto","Moments":"Momenti","Monochrome":"Monocromo","Month":"Mese","More options":"Altre opzioni","Mosaic":"Mosaico","Most Relevant":"Più rilevante","Move Files":"Sposta File","Moving files from %s":"Spostamento dei file da %s in corso","Must have at least %{n} characters.":"Minimo %{n} caratteri obbligatori.","Mute":"Muto","Name":"Nome","Name too long":"Nome troppo lungo","Never":"Mai","New":"Nuovo","New Password":"Nuova Password","Newest First":"Prima più Recenti","Next":"Avanti","Next page":"Pagina successiva","Next visual":"Prossima visualizzazione","No":"No","No Access":"Accesso negato","No albums assigned":"Nessun album assegnato","No albums found":"Nessun album trovato","No albums selected":"Nessun album selezionato","No data available":"Nessun dato disponibile","No files available for download":"Nessun file è disponibile per il download","No items selected":"Nessun elemento selezionato","No labels assigned":"Nessuna etichetta assegnata","No labels found":"Nessuna etichetta trovata","No labels selected":"Nessuna etichetta selezionata","No matching records found":"Non sono stati trovati record corrispondenti","No more":"Non di più","No people found":"Nessuna persona trovata","No pictures found":"Nessuna immagine trovata","No recently edited pictures":"Nessuna foto modificata di recente","No registered instances.":"Non ci sono istanze registrate.","No results":"Nessun risultato","No server connection":"Nessuna connessione al server","No servers configured.":"Nessun server configurato.","No services configured.":"Nessun servizio configurato.","No thanks":"No grazie","No users on this instance.":"Non ci sono utenti su questa istanza.","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.","Node":"Nodo","Nodes":"Nodi","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","Not allowed":"Non è consentito","Not available in public mode":"Non disponibile in modalità pubblica","Not available in read-only mode":"Non disponibile in modalità di sola lettura","Not found":"Non trovato","Not sorted.":"Non è stato selezionato.","Not supported":"Non supportato","Note you may manually manage your originals folder and importing is optional.":"Nota che puoi gestire manualmente la tua cartella degli originali e che 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.","Notes":"Note","Nothing to see here yet.":"Niente da vedere qui. Sii paziente.","Nothing was found.":"Non è stato trovato nulla.","Offline":"Offline","OK":"OK","Oldest First":"Più vecchi prima","On Windows, enter the following resource in the connection dialog:":"In Windows, inserire la seguente risorsa nella finestra di dialogo della connessione:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"La generazione di miniature su richiesta può causare un elevato utilizzo della CPU e della memoria. Non è consigliato per i server e i dispositivi NAS con risorse limitate.","Once a week":"Una volta a settimana","One album found":"Un album trovato","One entry added to %s":"Un elemento aggiunto a %s","One entry removed from %s":"Un elemento rimosso da %s","One file found":"Un file trovato","One file uploaded":"Un file caricato","One folder found":"Una cartella trovata","One label found":"Un'etichetta trovata","One person found":"Una persona trovata","One picture found":"Una foto trovata","Only locally managed accounts can be set up for authentication with 2FA.":"Solamente gli account gestiti localmente possono essere configurati con autenticazione a due fattori.","Open":"Aperto","optional":"opzionale","or":"o","Orange":"Arancione","Organization":"Organizzazione","Orientation":"Orientamento","Original file names will be stored and indexed.":"I nomi dei file originali verranno memorizzati e indicizzati.","Original Name":"Nome Originale","Originals":"Originali","Originals folder is empty":"La cartella degli originali è vuota","Other":"Altro","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"La nostra missione è fornire la soluzione più semplice per l'utente e la privacy per mantenere le vostre immagini organizzate e accessibili.","Outdoor":"All'aperto","Page {0}, Current page":"Pagina {0}, Pagina corrente","Pages":"Pagine","Pagination Navigation":"Navigazione a paginazione","Panorama":"Panorama","Panoramas":"Panorami","Part of all selected photos":"Parte di tutte le foto selezionate","Part of some selected photos":"Parte di alcune foto selezionate","Password":"Password","Password changed":"Password cambiata","Pause":"Pausa","Payment required":"Pagamento richiesto","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","Permission denied":"Permesso negato","Person":"Persona","Person cover updated":"Copertina aggiornata","Person deleted":"Persona cancellata","Person not found":"Persona non trovata","Person saved":"Persona salvata","Personal":"Personale","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism è al 100% autofinanziato e indipendente.","PhotoPrism+ Membership":"Iscrizione a PhotoPrism+","Photos":"Foto","Picture":"Immagine","Picture Title":"Titolo dell'immagine","Pink":"Rosa","Pinned":"In evidenza","Place":"Luogo","Place & Time":"Luogo e Ora","Places":"Luoghi","Play":"Riproduci","Please confirm your new password.":"Conferma la nuova password.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Copia la seguente password generata casualmente e salvala in un posto sicuro, in quanto non potrai visualizzarla mai più:","Please do not upload any private, unlawful or offensive pictures.":"Non caricare immagini private, illegali o offensive.","Please don't upload photos containing offensive content.":"Non caricare foto che contengono contenuto offensivo.","Please enter OTP character {0}":"Inserisci il carattere OTP {0}","Please log in to your account":"Accedere al proprio account","Please note that changing your password will log you out on other devices and browsers.":"Tieni presente che la modifica della password ti farà uscire su altri dispositivi e browser.","Please restart your instance for the changes to take effect.":"Per rendere effettive le modifiche, riavviare l'istanza.","Please wait…":"Attendere prego…","PM":"PM","PNG Size Limit: %{n}px":"Limite Dimensione PNG: %{n}px","Portal":"Portale","Portrait":"Ritratto","Preserve filenames":"Mantieni nomi dei file","Press enter to create a new album.":"Premi invio per creare un nuovo album.","Press enter to create new item":"Premi invio per creare un nuovo elemento","Prevent database and album backups as well as YAML sidecar files from being created.":"Impedisce la creazione di backup di database e album e di file sidecar YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Impedisci ad altre applicazioni di accedere a PhotoPrism come unità di rete condivisa.","Preview":"Anteprima","Preview Images":"Immagini in anteprima","Previous":"Precedente","Previous page":"Pagina precedente","Previous visual":"Visuale precedente","Primary":"Primario","Private":"Privato","Processing upload...":"Elaborazione del caricamento...","Product Feedback":"Feedback Prodotto","Projection":"Proiezione","Purple":"Viola","Quality Filter":"Filtro Qualità","Quality Score":"Punteggio Qualità","Quota exceeded":"Quota superata","Random":"Casuale","Rating {0} of {1}":"Valutazione {0} di {1}","Raw":"Raw","RAW":"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 Archived":"Archiviato di recente","Recently Edited":"Modificato di recente","Recognition starts after indexing has been completed.":"Il riconoscimento inizia dopo che l'indicizzazione è stata completata.","Recognized":"Riconosciuto","Recovery Code":"Codice di recupero","Red":"Rosso","Refresh":"Aggiorna","Regions":"Regioni","Register":"Registro","Registration disabled":"Registrazione disabilitata","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 from all":"Rimuovi da tutti","Remove from all selected photos":"Rimuovi da tutte le foto selezionate","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.","Remove the selected instance from the cluster registry?":"Rimuovere l'istanza selezionata dal registro del cluster?","Removed":"Rimosso","Removed %{name}":"%{name} è stato rimosso","Removed %d files and %d photos":"Rimossi %d file e %d foto","Repeated":"Ripetuto","Request failed - are you offline?":"Richiesta fallita - sei offline?","Request failed - invalid response":"Richiesta fallita - risposta non valida","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Richiedere che le immagini non fotografiche e di bassa qualità vengano esaminate prima di apparire nei risultati di ricerca.","Resolution":"Risoluzione","Restart":"Riavvio","Restore":"Ripristina","Restored":"Ripristinato","Retry Limit":"Limite di tentativi","Retype Password":"Digitare nuovamente la Password","Review":"Revisione","Role":"Ruolo","Roles":"Ruoli","Rotated":"Ruotato","Rows per page:":"Righe per pagina:","Satellite":"Satellite","Save":"Salva","Save changes":"Salva le modifiche","Scan":"Scansione","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scansiona il codice QR con l'app di autenticazione o utilizza la chiave di configurazione mostrata di seguito, quindi inserisci il codice di verifica generato:","Scans":"Scansioni","Scope":"Ambito di applicazione","Scopes":"Scopi","Search":"Cerca","Season":"Stagione","Secret":"Segreto","Security and Access":"Sicurezza e accesso","Select":"Seleziona","Select a source folder to import files…":"Seleziona una cartella di origine per importare i file…","Select date":"Seleziona la data","Select dates":"Seleziona le date","Select or create albums":"Seleziona o crea album","Select or create labels":"Seleziona o crea etichette","Select or drop files to upload…":"Seleziona o rilascia i file da caricare…","Select the files to upload…":"Seleziona i file da caricare…","Select the folder to be indexed…":"Seleziona la cartella da indicizzare…","Select Time":"Seleziona l'ora","Selection":"Selezione","Selection added to %s":"Selezione aggiunta a %s","Selection approved":"Selezione approvata","Selection archived":"Selezione archiviata","Selection marked as private":"Selezione impostata come privata","Selection not found":"Selezione non trovata","Selection restored":"Selezione ripristinata","Sequential Name":"Nome Sequenziale","Service":"Assistenza","Service URL":"URL Servizio","Services":"Servizi","Session":"Sessione","Session ID":"ID sessione","Sessions":"Sessioni","Set as Album Cover":"Imposta come copertina dell'album","Set as Cover Image":"Imposta come immagine di copertina","Settings":"Impostazioni","Settings saved":"Impostazioni salvate","Setup":"Setup","Severity":"Gravità","Share":"Condividi","Share %{s}":"Condividi %{s}","Show":"Mostra","Show All Labels":"Mostra tutte le etichette","Show all new faces":"Mostra tutti i volti nuovi","Show Caption":"Mostra didascalia","Show Captions":"Mostra didascalie","Show face markers":"Mostra i marcatori del viso","Show hidden":"Mostra nascosto","Show Important Only":"Mostra solo le cose importanti","Show logs in the web interface to monitor activity and troubleshoot problems.":"Mostra i log nell'interfaccia web per monitorare l'attività e risolvere i problemi.","Show smart albums that group pictures by occasion, trip, or location.":"Mostra album intelligenti che raggruppano le foto per occasione, viaggio o località.","Show the Account page so users can manage their profile and security settings.":"Mostra la pagina Account per consentire agli utenti di gestire il proprio profilo e le impostazioni di sicurezza.","Show the Calendar view to browse the library by year and month.":"Mostra la vista Calendario per sfogliare la libreria per anno e mese.","Show the Labels section to view and manage AI-generated labels.":"Mostra la sezione Etichette per visualizzare e gestire le etichette generate dall'intelligenza artificiale.","Show the Library section to index, manage, and monitor the media library.":"Mostra la sezione Libreria per indicizzare, gestire e monitorare la libreria multimediale.","Show the Places view with interactive maps so you can browse photos by location.":"Mostra la vista Luoghi con le mappe interattive in modo da poter sfogliare le foto in base alla località.","Show Titles":"Mostra i titoli","Sidecar":"Sidecar","Sidecar Files":"File Sidecar","Sign in":"Accedi","Sign Out":"Esci","Similar":"Simile","Site URL":"URL del sito","Size":"Dimensione","Slideshow":"Presentazione","Slow":"Lento","Software":"Software","Software Update":"Aggiornamento software","Some albums could not be copied":"Non è stato possibile copiare alcuni album","Some albums could not be created. Please edit the names and try again.":"Non è stato possibile creare alcuni album. Modifica i nomi e riprova.","Some albums could not be updated":"Non è stato possibile aggiornare alcuni album","Something went wrong, try again":"Qualcosa è andato storto, riprovare","Sort by":"Ordina per","Sort by Name (A–Z)":"Ordina per nome (A-Z)","Sort by Photo Count":"Ordina per numero di foto","Sort by Relevance":"Ordina per rilevanza","Sort Order":"Ordinamento","Sorted ascending.":"Ordinati in ordine crescente.","Sorted descending.":"Ordinamento decrescente.","Source":"Sorgente","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","Start":"Inizia","Start Page":"Pagina iniziale","Static Size Limit: %{n}px":"Limite Dimensione Statica: %{n}px","Status":"Stato","Stay signed in on this device":"Rimani connesso su questo dispositivo","Stop Casting":"Smettila di lanciare","Storage":"Spazio d’archiviazione","Streets":"Strade","Subject":"Oggetto","Subject deleted":"Soggetto cancellato","Subject not found":"Soggetto non trovato","Subject saved":"Soggetto salvato","Successfully activated":"Attivazione avvenuta con successo","Successfully Connected":"Collegato con successo","Successfully deleted":"Eliminato con successo","Successfully verified":"Verifica avvenuta con successo","Super Admin":"Super amministratore","Support for additional services, like Google Drive, will be added over time.":"Il supporto ad altri servizi, come Google Drive, verrà aggiunto in futuro.","Support Our Mission":"Sostienici nella nostra missione","Sync":"Sincronizza","Sync raw and video files":"Sincronizzazione di file raw e video","Taken":"Preso","Teal":"Verde acqua","Terrain":"Terreno","Text":"Testo","Thank You for Your Support!":"Grazie per il vostro sostegno!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Ecco perché PhotoPrism è stato costruito da zero per funzionare ovunque sia necessario, senza compromettere la libertà, la privacy o la funzionalità.","The index currently contains %{n} hidden files.":"L'indice contiene attualmente %{n} file nascosti.","The instance rejected the cluster credentials.":"L'istanza ha rifiutato le credenziali del cluster.","The instance returned an unexpected redirect.":"L'istanza ha restituito un reindirizzamento imprevisto.","The wakeup interval is %s, but must be 1h or less":"L'intervallo di risveglio è %s, ma deve essere pari o inferiore a 1h","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 account is missing an ID and can't be edited.":"A questo account manca l'ID e non può essere modificato.","This field is required":"Questo campo è obbligatorio","This instance has no site URL configured.":"Per questa istanza non è stato configurato alcun URL del sito.","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 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.","Time":"Tempo","Time UTC":"Orario UTC","Time Zone":"Fuso Orario","Timeout":"Timeout","Title":{"":"Titolo","Account":"Titolo","Photo":"Titolo"},"Title / Position":"Titolo / Posizione","to":"a","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Per evitare di essere bloccatə fuori dal tuo account, scarica, stampa o copua questo codice di recupero e conservalo in un luogo sicuro.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Per generare una nuova password per l'app inserisci il nome e l'ambito di autorizzazione dell'applicazione e imposta una data di scadenza:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Per cambiare app o dispositivo di autenticazione, disattiva prima l’autenticazione a due fattori, poi riattivala:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Per effettuare l'aggiornamento, è possibile inserire un codice di attivazione o fare clic su \"Registrati\" per iscriversi al nostro sito web:","Today":"Oggi","Toggle View":"Cambia Vista","Token":"Token","Too many files selected":"Troppi file selezionati","Too many requests":"Troppe richieste","Troubleshooting":"Risoluzione dei problemi","Try again using other filters or keywords.":"Riprova usando altri filtri o parole chiave.","Two-factor authentication has been enabled for your account.":"L’autenticazione a due fattori (2FA) è stata attivata sul tuo account","Type":"Tipo","Unable to delete":"Impossibile eliminare","Unable to do that":"Non riesco a farlo","Unassign":"Disassegnare","Unauthorized":"Non autorizzato","Undo":"Annulla","Unique ID":"ID Unico","Unknown":"Sconosciuto","Unknown location":"Luogo sconosciuto","Unregistered":"Non registrato","Unsorted":"Non Ordinato","Unstack":"Separa","Unsupported":"Non supportato","Unsupported format":"Formato non supportato","Unsupported type":"Formato non supportato","Updated":"Aggiornato","Updating faces":"Aggiornamento dei volti","Updating index":"Aggiornamento indici in corso","Updating moments":"Aggiornamento momenti in corso","Updating picture…":"Aggiornamento dell'immagine…","Updating previews":"Aggiornamento delle anteprime","Updating stacks":"Aggiornamento delle pile","Upgrade":"Aggiornamento","Upgrade Now":"Aggiorna ora","Upload":"Upload","Upload complete":"Upload completato","Upload complete. Indexing…":"Upload completato. Indicizzazione in corso…","Upload failed":"Upload fallito","Upload has been processed":"Il caricamento è stato elaborato","Upload local files":"Upload file locali","Upload might be offensive":"L'upload potrebbe essere offensivo","Upload Path":"Percorso di caricamento","Uploading %{n} of %{t}…":"Caricamento %{n} su %{t}…","Uploading photos…":"Caricamento foto…","Uploading…":"Caricamento in corso…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Utilizza il seguente codice di recupero per accedere al tuo account quando non riesci a generare un codice di verifica valido con l'app di autenticazione:","Use your recovery code or contact an administrator for help.":"Usa il tuo codice di recupero o contatta un amministratore per chiedere aiuto.","User":"Utente","User Guide":"Guida per l'utente","User Interface":"Interfaccia Utente","User not found":"Utente non trovato","Username":"Nome utente","Users":"Utenti","UUID":"UUID","Vector":"Vettore","Vectors":"Vettori","Verification Code":"Codice di verifica","Verified email required":"È richiesta la verifica dell'indirizzo email.","Version":"Versione","Video":"Video","Video Duration":"Durata Video","Videos":"Video","View":"Visualizza","View search results as a list.":"Visualizza i risultati della ricerca come elenco.","Viewer":"Visualizzatore","Vision":"Visione","Visitor":"Visitatore","Visual Similarity":"Somiglianza visiva","Warning":"Avvertenze","Web Login":"Accesso Web","WebDAV":"WebDAV","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. ":"Client WebDAV, come Windows Explorer di Microsoft o Finder di Apple, possono connettersi direttamente a PhotoPrism.","WebDAV Upload":"Upload WebDAV","WebGL support is disabled in your browser":"Il supporto WebGL è disabilitato nel tuo browser","Website":"Sito web","White":"Bianco","Work Details":"Dettagli Opera","Year":"Anno","Yellow":"Giallo","Yes":"Sì","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Potete contattarci all'indirizzo membership@photoprism.app per domande relative alla vostra iscrizione.","You can only download one album":"Puoi scaricare solo un album","You can only download one label":"Puoi scaricare solo un'etichetta","You can search for a location or move the marker on the map to change the position:":"Puoi cercare una località o spostare il segnalino sulla mappa per cambiare la posizione:","You can upload up to %{n} files for test purposes.":"È possibile caricare fino a %{n} file a scopo di test.","You cannot change your own role.":"Non puoi cambiare il tuo ruolo.","You do not have access to any instances.":"Non hai accesso ad alcuna istanza.","You may only select one item":"Puoi selezionare un solo elemento","You may rescan your library to find additional faces.":"Puoi scansionare nuovamente la tua libreria per trovare altri volti.","Your account could not be connected":"Non è stato possibile collegare l'account","Your account has been successfully connected.":"Il vostro account è stato collegato con successo.","Your browser does not support WebGL":"Il tuo browser non supporta WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Il tuo continuo supporto ci aiuta a fornire aggiornamenti regolari e a rimanere indipendenti, in modo da poter adempiere alla nostra missione e proteggere la tua privacy.","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.","Zip created in %d s":"Zip creato in %d secondi","Zoom in/out":"Zoom avanti/indietro","Archive":{"Noun":"Archivio","Verb":"Archivio"},"Add a Title":{"Photo":"Aggiungi un titolo"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/ja.json b/frontend/src/locales/json/ja.json index 6d8a84cfc..890893d5d 100644 --- a/frontend/src/locales/json/ja.json +++ b/frontend/src/locales/json/ja.json @@ -1 +1 @@ -{"ja":{"{0} appended action":"{0} 後アクション","{0} files":"{0} ファイル","{0} files ({1} in total)":"{0} 件のファイル(合計 {1} 件)","{0} more":"{0} 以上","{0} prepended action":"{0} 前アクション","{0} selected":"{0} 件選択済み","{0}-{1} of {2}":"{2} 件中 {0}-{1}","%{n} albums found":"%{n} 件のアルバムが見つかりました","%{n} files uploaded":"%{n} 件のファイルをアップロードしました","%{n} folders found":"%{n} 個のフォルダが見つかりました","%{n} GB of %{q} GB used":"%{n}q}のGBGB使用した","%{n} labels found":"%{n} 個のラベルが見つかりました","%{n} people found":"%{n} 人が見つかりました","%{n} pictures found":"%{n} 枚の写真が見つかりました","%{s} is too long":"%{s} は長すぎます","%{s} is too short":"%{s} は短すぎます","%d entries added to %s":"%d 件の項目が %s に追加されました","%d entries removed from %s":"%d 件の項目が %s から削除されました","%d files uploaded in %d s":"%d 件のファイルを %d 秒でアップロードしました","%s already exists":"%s は既に存在します","%s has been restored":"%s が復元されました","1 hour":"1 時間","12 hours":"12 時間","2-Factor Authentication":"2要素認証","2FA":"2FA","4 hours":"4 時間","A click will copy it to your clipboard.":"クリックするとクリップボードにコピーされます。","A new version of %{s} is available:":"新しいバージョン %{s} が利用可能です:","About":"概要","Access granted.":"アクセスが許可された。","Access revoked.":"アクセスが取り消された。","Access Token":"アクセストークン","Account":"アカウント","Account created":"アカウントが作成されました","Account deleted":"アカウントが削除されました","Account Group Mappings":"アカウントグループのマッピング","Account not found":"アカウントが存在しません","Account restored":"アカウントが復元されました","Account saved":"アカウントが保存されました","Accounts":"アカウント","Accuracy":"精度","Action":"アクション","Actions":"アクション","Activate":"アクティベート","Activate to remove sorting.":"並び替えを解除する。","Activate to sort ascending.":"昇順に並び替える。","Activate to sort descending.":"降順に並び替える。","Activation Code":"アクティベーションコード","Activity":"アクティビティ","Add":"追加","Add %{s}?":"%{s} を追加しますか?","Add a Caption":"キャプションを追加する","Add Account":"アカウントを追加","Add Album":"アルバムを追加","Add Link":"リンクを追加","Add Notes":"メモを追加する","Add person?":"人を加えるか?","Add pictures from search results by selecting them.":"検索結果から写真を選択して追加することができます。","Add to album":"アルバムに追加","Add to all":"すべてに追加する","Add to all selected photos":"選択したすべての写真に追加する","Added":"追加済み","Added %{name}":"%{name} を追加した","Adjust Camera Info":"カメラ情報を調整する","Adjust Date & Time":"日付と時刻を調整する","Adjust Location":"場所を調整する","Admin":"管理者","Advanced":"高度","Advertise URL":"広告URL","After 1 day":"1 日後","After 3 days":"3 日後","After 7 days":"1 週間後","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"確認のためにパスワードを入力した後、互換性のある認証アプリまたはデバイスを使用して2要素認証を設定できます:","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 %s deleted":"アルバム %s が削除されました","Album Backups":"アルバムのバックアップ","Album contents cloned":"アルバムの内容が複製されました","Album created":"アルバムが作成されました","Album deleted":"アルバム削除","Album not found":"アルバムが存在しません","Album saved":"アルバムが保存されました","Albums":"アルバム","Albums deleted":"アルバムが削除されました","All":"すべて","All %{n} albums loaded":"%{n} 個のアルバムをすべて読み込みました","All %{n} labels loaded":"%{n} 個のラベルをすべて読み込みました","All %{n} people loaded":"%{n} 人をすべて読み込みました","All Cameras":"すべてのカメラ","All Categories":"すべてのカテゴリ","All Colors":"すべての色","All Countries":"すべての国","All files from import folder":"インポートフォルダ内のすべてのファイル","All Lenses":"すべてのレンズ","All Months":"すべての月","All originals":"すべての originals","All Years":"すべての年","Allow configuration and use of connected apps and services for remote uploads and sync.":"リモートアップロードと同期のために、接続されたアプリやサービスの設定と使用を許可する。","Allow editing of metadata such as title, description, date, and location.":"タイトル、説明、日付、場所などのメタデータを編集できるようにする。","Allow editing the metadata, labels, and albums of multiple pictures at once.":"複数の写真のメタデータ、ラベル、アルバムを一度に編集できる。","Allow files to be copied or moved from the Import to the Originals folder.":"インポートツールを有効にして、インポートフォルダからオリジナルにファイルをコピーまたは移動する。","Allow files to be permanently deleted to free up storage space.":"ファイルを完全に削除して、ストレージスペースを空ける。","Allow users to archive photos and videos so they are hidden without being deleted.":"ユーザーが写真やビデオをアーカイブできるようにし、削除されずに隠せるようにする。","Allow users to create and share links, and enable sharing with connected services.":"ユーザーがリンクを作成・共有できるようにし、接続サービスとの共有を可能にする。","Allow users to upload new photos and videos through the web interface.":"ユーザーがウェブ・インターフェイスを通じて新しい写真やビデオをアップロードできるようにする。","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"代わりに、Nextcloud などの WebDAV サーバから直接ファイルをアップロードすることができます。","Altitude":"高度","Altitude (m)":"高度 (m)","AM":"AM","Animated":"アニメーション","Animation":"アニメーション","Animations":"アニメーション","Any private photos and videos remain private and won't be shared.":"すべてのプライベートな写真や動画はプライベートのまま保管され、共有されることはありません。","API Key":"API キー","Application":"アプリケーション","Applications":"アプリケーション","Approve":"承認","Approve and save changes":"変更を承認して保存する","Apps and Devices":"アプリとデバイス","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 delete this album?":"本当にこのアルバムを削除したいのか?","Are you sure you want to permanently delete these pictures?":"本当にこの写真を永久に削除しますか?","Are you sure you want to permanently delete this file?":"本当にこのファイルを完全に削除しますか?","Are you sure?":"本当に実行しますか ?","Artist":"アーティスト","Aspect Ratio":"アスペクト比","Attributes":"属性","Audio":"オーディオ","Audit Log":"オーディオ","Authentication":"認証","Auto":"自動","Back":"戻る","Back to top":"トップに戻る","Backup":"バックアップ","Badge":"バッジ","Base Path":"ベースパス","Batch":"バッチ","Batch Edit":"一括編集","Become a member today, support our mission and enjoy our member benefits!":"今すぐ会員になって、私たちのミッションをサポートし、会員特典を楽しんでください!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"100%自己資金で運営しているため、私たちはお客様のデータを決して販売せず、私たちのソフトウェアとサービスについて常に透明性を保つことをお約束できます。","Bio":"自己紹介","Birth Date":"生年月日","Black":"黒","Blue":"青","Brown":"茶","Browse":"ブラウズ","Browse Files":"ファイルを参照","Browse Pictures":"写真を見る","Bug Report":"バグ報告","Busy, please try again later":"他の処理中です。後で再試行してください","Busy, please wait…":"処理中です。しばらくお待ちください…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"当社が提供するソフトウェアおよびサービスを利用することにより、お客様は当社の利用規約、プライバシーポリシー、および行動規範に同意したものとみなされます。","Calendar":"カレンダー","Camera":"カメラ","Camera not found":"カメラが見つかりません","Camera Serial":"カメラのシリアル","Can't access your authenticator app or device?":"認証アプリやデバイスにアクセスできませんか?","Can't load more, limit reached":"制限に達したため、これ以上読み込めません","Can't select more items":"これ以上項目を選択することはできません","Cancel":"キャンセル","Cannot copy to clipboard":"クリップボードにコピーできない","Caption":"キャプション","Cards":"カード","Carousel slide {0} of {1}":"カルーセルスライド {1} 中の {0}","Cast":"キャスト","Category":"カテゴリ","Change Avatar":"アバターを変更","Change Password":"パスワードの変更","Change private flag":"プライベート状態を変更","Changes could not be saved":"変更を保存できませんでした","Changes successfully saved":"変更が正常に保存されました","Changes to the advanced settings require a restart to take effect.":"詳細設定の変更を反映するには再起動が必要です。","Checked":"選択済み","Choose an instance to continue:":"続行するインスタンスを選択してください:","Chroma":"彩度","Cleaning index and cache":"インデックスとキャッシュのクリーニング","Cleanup":"クリーンアップ","Clear":"クリア","Clear {0}":"{0} をクリア","Client":"クライアント","Close":"閉じる","Cluster":"クラスター","Cluster Admin":"クラスタ管理者","Cluster Node":"クラスターノード","Codec":"コーデック","Color":"色","Color Profile":"カラープロファイル","Colors":"色","Compare Editions":"エディションを比較","Complete Rescan":"完全に再スキャン","Confidence":"信頼度","Confirm":"確認","Connect":"接続","Connect via WebDAV":"WebDAV 経由で接続","Connected":"接続済み","Contact Details":"お問い合わせ詳細","Contact Us":"お問い合わせ","Contains %{n} pictures.":"%{n} 枚の写真が含まれています。","Contains one picture.":"1 枚の写真が含まれています。","Content":{"":"内容","Edit":"内容"},"Continue":"続行","Contributor":"貢献者","Converting":"変換しています","Copied to clipboard":"クリップボードにコピーしました","Copy":"コピー","Copying files from %s":"%s からファイルをコピーしています","Copyright":"著作権","Could not be deleted":"削除できませんでした","Could not connect, please try again":"接続できませんでした。もう一度お試しください","Could not update person cover":"カバーを更新できなかった","Couldn't find anything.":"何も見つかりませんでした。","Country":"国","Create Account":"アカウントを作成","Create album":"アルバムを作成","Create regular backups based on the configured schedule.":"設定されたスケジュールに基づいて通常のバックアップを作成します。","Create YAML files to back up album metadata.":"アルバムのメタデータをバックアップする YAML ファイルを作成します。","Create YAML sidecar files to back up picture metadata.":"画像のメタデータをバックアップするために YAML サイドカーファイルを作成します。","Created":"作成日時","Creating thumbnails for":"次の項目のサムネイルを作成しています","Current Password":"現在のパスワード","Custom":"カスタム","Cyan":"シアン","Daily":"毎日","Database":"データベース","Database Backups":"データベースのバックアップ","Databases":"データベース","Date & Time":"日時","Day":"日","Deactivate":"無効化","Debug Logs":"デバッグログ","Default":"既定","Default Folder":"既定のフォルダ","Delete":"削除","Delete Album":"アルバムを削除する","Delete All":"すべて削除","Delete all?":"すべて削除しますか?","Delete orphaned index entries, sidecar files and thumbnails.":"孤立したインデックスエントリ、サイドカーファイル、サムネイルを削除します。","deleted":"削除された","Description":"概要","Detailed instructions can be found in our User Guide.":"詳しい手順についてはユーザーガイドを参照してください。","Details":"詳細","Dimensions":"寸法","Disable all face detection and recognition features.":"すべての顔検出と認識機能を無効にする。","Disable Backups":"バックアップを無効化","Disable Darktable":"Darktable を無効化","Disable ExifTool":"ExifTool を無効化","Disable Faces":"顔を無効にする","Disable features that require write permission for the originals folder.":"originals フォルダへの書き込み権限を必要とする機能を無効にします。","Disable FFmpeg":"FFmpeg を無効化","Disable ImageMagick":"ImageMagick を無効化","Disable interactive world maps and reverse geocoding.":"インタラクティブな世界地図と逆ジオコーディングを無効にします。","Disable MCP":"MCPを無効にする","Disable Places":"場所を無効化","Disable RawTherapee":"RawTherapee を無効化","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"AIエージェント統合のためのモデルコンテキストプロトコル(MCP)APIエンドポイントを無効にする。","Disable Vectors":"ベクターを無効化","Disable WebDAV":"WebDAV を無効化","Disabled":"無効","Disables vector graphics support.":"ベクターグラフィックのサポートを無効にします。","Disables video transcoding and thumbnail extraction.":"ビデオのトランスコーディングとサムネイル抽出を無効にします。","Discard":"破棄する","Discard changes and close":"変更を破棄して閉じる","Discard invalid changes?":"無効な変更は破棄するのか?","Discard unsaved changes?":"未保存の変更を破棄するか?","Discover":"発見","Dismiss":"解任する","Display Name":"表示名","Display picture captions in search results.":"検索結果に画像のキャプションを表示する。","Display picture titles in search results.":"検索結果に画像のタイトルを表示する。","Document":"ドキュメント","Documents":"ドキュメント","Don't use Darktable to convert RAW images.":"RAW ファイルの変換に Darktable を使用しないようにします。","Don't use ImageMagick to convert images.":"画像の変換に ImageMagick を使用しないようにします。","Don't use RawTherapee to convert RAW images.":"RAW ファイルの変換に RawTherapee を使用しないようにします。","Done":"完了","Done.":"完了しました。","Download":"ダウンロード","Download only original media files, without any automatically generated files.":"自動生成されたファイルを使用せず、オリジナルのメディアファイルのみをダウンロードするようにします。","Download remote files":"リモートにあるファイルをダウンロード","Downloading…":"ダウンロードしています…","Drag and drop files here":"ここにファイルをドラッグ&ドロップしてください","Driver":"ドライバー","Duplicates will be skipped and only appear once.":"重複している項目はスキップされ、1度だけ表示されます。","Duration":"長さ","Dynamic Previews":"動的プレビュー","Dynamic Size Limit: %{n}px":"動的サイズの制限: %{n} px","Edit":"編集","Edit %{s}":"%{s} を編集","Edit Account":"アカウントを編集","Edit Photo":"写真を編集","Edit Photos (%{n})":"写真を編集する (%{n})","Edited":"編集済み","Email":"メールアドレス","Enable debug mode to display additional logs and help with troubleshooting.":"デバッグモードを有効にすると、追加のログが表示され、トラブルシューティングに役立ちます。","Enable downloading of original and sidecar files from the web interface.":"ウェブインターフェイスからオリジナルファイルとサイドカーファイルのダウンロードを可能にする。","Enable face recognition and the People view to easily find people you know.":"顔認識とPeopleビューを有効にして、知り合いを簡単に見つけよう。","Enable new features that may be incomplete or unstable.":"不完全または不安定な新機能を有効にします。","Enable the file browser to navigate the Originals folder structure.":"ファイルブラウザを有効にして、Originalsフォルダ構造をナビゲートする。","Enables RAW converter presets. May reduce performance.":"RAW 現像機のプリセットを有効にします。パフォーマンスが低下する場合があります。","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"2要素認証を有効にすると、ログイン時にランダムに生成された確認コードが必要になるため、誰かがパスワードを使っても、アカウントにアクセスできなくなります。","Engine":"エンジン","Enter date":"日付入力","Enter dates":"日付入力","Enter item name...":"アイテム名を入力する","Enter the code generated by your authenticator app:":"認証アプリが生成したコードを入力してください:","Enter verification code":"認証コードを入力してください","Enter your password to confirm the action and continue:":"パスワードを入力して操作を確認し、続行します:","Entity not found":"エンティティが見つかりません","Error":"エラー","Errors":"エラー","Estimate":"推定","Estimate Locations":"推定位置","Estimate the approximate location of pictures without GPS coordinates.":"GPS 座標なしで写真のおおよその位置を推定します。","Every two days":"2 日毎","Exclude hidden":"隠された項目を除外","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"ビデオ、ライブフォト、XMP を完全にサポートするには、ExifTool が必要です。","Experimental Features":"実験的な機能","Expires":"有効期限","Exposure":"露出","Extract still images and generate thumbnails while indexing.":"インデックス作成中に静止画像を抽出し、サムネイルを生成します。","F Number":"F値","Face":"顔","Face not found":"顔を検出できませんでした","Faces":"顔","Failed creating file, please check permissions":"ファイルの作成に失敗しました。権限を確認してください","Failed creating folder, please check permissions":"フォルダの作成に失敗しました。権限を確認してください","Failed removing link":"リンクを削除できませんでした","Failed to connect account.":"アカウントの接続に失敗しました。","Failed to create zip file":"zip ファイルの作成に失敗しました","Failed to load users.":"ユーザーの読み込みに失敗した。","Failed to remove face marker":"フェイスマーカーの除去に失敗した","Failed to remove name":"名前の削除に失敗した","Failed to restart server":"サーバーの再起動に失敗した","Failed to save changes":"変更の保存に失敗した","Failed to save face marker":"面目躍如の失敗","Failed to save name":"名前の保存に失敗した","Failed updating link":"リンクを更新できませんでした","Family Name":"姓","Fast":"高速","Favorite":"お気に入り","Favorites":"お気に入り","Feature disabled":"機能が無効になりました","Feature Request":"機能のリクエスト","Female":"女性","File":"ファイル","File Browser":"ファイルブラウザ","File Conversion":"ファイル変換","File deleted":"ファイルが削除されました","File Name":"ファイル名","File not found":"ファイルが見つかりませんでした","File removed from stack":"スタックからファイルが削除されました","File Size":"ファイルサイズ","File too large":"ファイルが大きすぎます","File uploaded":"ファイルがアップロードされました","Filename":"ファイル名","Files":"ファイル","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"「IMG_1234 (2)」や「IMG_1234 (3)」のような連名のファイルは同じ写真として扱います。","First page":"最初のページ","Focal Length":"焦点距離","Folder":"フォルダ","Folder contains %{n} files":"フォルダには %{n} 件のファイルがあります","Folder is empty":"フォルダは空です","Folders":"フォルダ","Forgot password?":"パスワードを忘れましたか?","FPS":"FPS","Frames":"フレーム","Full Access":"フルアクセス","Fullscreen":"全画面","General":"一般","Generate":"生成","Generate Previews":"プレビューを生成","Generated":"生成済み","Get Started":"始める","Given Name":"名","Global Options":"グローバルオプション","Go to page {0}":"ページ {0} に移動","Gold":"金","Green":"緑","Grey":"グレー","Groups":"グループ","Guest":"ゲスト","Hash":"ハッシュ","Help":"ヘルプ","Help & Support":"ヘルプ&サポート","Hidden":"隠し項目","Hidden Files":"隠しファイル","Hide":"非表示","Hide Caption":"キャプションを隠す","Hide face markers":"フェイスマーカーを隠す","Hide private content from global views while keeping it accessible in the Private section.":"グローバルビューからプライベートアイテムを非表示にし、プライベートセクションからはアクセスできるようにする。","High":"高","High Dynamic Range (HDR)":"ハイダイナミックレンジ(HDR)","Hybrid":"ハイブリッド","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"認証アプリまたはデバイスにアクセスできなくなった場合は、回復コードを使用してアカウントに再度アクセスできます。","Image":"写真","Image Quality":"画質","Import":"インポート","Import canceled":"インポートが取り消されました","Import completed in %d s":"インポートが %d 秒で完了しました","Import failed":"インポートに失敗しました","Imported files will be sorted by date and given a unique name to avoid duplicates.":"インポートされたファイルは日付で並び替えられ、重複しないよう一意の名前が付けられます。","Importing %{s}…":"%{s} をインポートしています…","Importing files to originals…":"originals にファイルをインポートしています…","in":"次の場所で","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"探している写真が見つからない場合は、ライブラリーを再スキャンし、インデックス作成が完了するまでお待ちください。","Include RAW image files when downloading stacks and archives.":"スタックやアーカイブのダウンロード時に、RAW 画像ファイルを含めます。","Include sidecar files when downloading stacks and archives.":"スタックやアーカイブをダウンロードする際に、サイドカーファイルを含めます。","Increase storage size or delete files to continue.":"続行するには、ストレージサイズを増やすか、ファイルを削除してください。","Index":"インデックス","Indexing":"インデックス中です","Indexing canceled":"インデックスが取り消されました","Indexing completed in %d s":"インデックスが %d 秒で完了しました","Indexing failed":"インデックスに失敗しました","Indexing files in %s":"%s 内のファイルをインデックスしています","Indexing media and sidecar files…":"メディアとサイドカーファイルをインデックスしています…","Indexing originals...":"originals をインデックスしています...","Information":"インフォメーション","Inherit":"継承する","Instance":"インスタンス","Instance ID":"インスタンス ID","Instance unreachable. Try again once it's back online.":"インスタンスに接続できない。オンラインに戻ったら、もう一度試してほしい。","Instances":"インスタンス","Insufficient storage":"ストレージが不足しています","Insufficient storage.":"ストレージが不足しています。","Interval":"間隔","Invalid":"無効","Invalid address":"無効なアドレス","Invalid country":"無効な国","Invalid credentials":"正しくない認証情報です","Invalid date":"無効な日付","Invalid link":"正しくないリンクです","Invalid name":"無効な名前です","Invalid parameters":"無効なパラメータ","Invalid password, please try again":"不正なパスワードです。もう一度お試しください","Invalid photo selected":"無効な写真が選択されました","Invalid time":"無効な時間","Invalid URL":"無効なURL","Invalid verification code, please try again":"認証コードが無効です。もう一度お試しください","IP Address":"IPアドレス","It is a one-time use code that will disable 2FA for your account when you use it.":"これは1回のみ使えるコードであり、使用するとアカウントの 2FA が無効になります。","Item":"項目","Items per page:":"ページごとの項目:","JPEG Quality: %{n}":"JPEG 品質: %{n}","JPEG Size Limit: %{n}px":"JPEG サイズの制限: %{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG とサムネイルは必要な場合に自動的に生成されます。","Keyword":"キーワード","Keywords":"キーワード","Label":"ラベル","Label not found":"ラベルが存在しません","Label saved":"ラベルが保存されました","Labels":"ラベル","Labels deleted":"ラベルが削除されました","Language":"言語","Last Active":"最終アクティブ","Last Login":"最終ログイン","Last page":"最終ページ","Last Sync":"最終同期","Last Used":"最終利用","Latitude":"緯度","LDAP/AD":"LDAP/AD","Learn more":"詳細はこちら","Learn More":"詳細はこちら","Legal Information":"法的情報","Lens":"レンズ","Lens not found":"レンズが見つからない","Library":"ライブラリ","License":"ライセンス","Like":"お気に入り","Lime":"黄緑","Limit reached, showing first %{n} files":"制限に達しました。最初の %{n} 個のファイルを表示しています","Link":"リンク","List":"リスト","List View":"リスト表示","Live":"ライブ","Live Photos":"ライブ写真","Load more":"もっと読み込む","Loading items...":"項目を読み込んでいます...","Loading...":"読み込み中...","Local":"ローカル","Local Time":"現地時間","Location":"場所","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"PhotoPrism が壊れたファイルを見つけたり、潜在的な問題が見つかったときはここにログメッセージが表示されます。","Login":"ログイン","Logs":"ログ","Longitude":"経度","Lost server connection":"サーバー接続が失われた","Low":"低","Magenta":"マゼンタ","Main Color":"メインカラー","Male":"男性","Manage Account":"アカウント管理","Manager":"マネージャー","Manual":"マニュアル","Manual Upload":"手動アップロード","Maps":"地図","Marker":"マーカー","Maximum number of accounts has been reached.":"アカウント数が上限に達しました。","Media":"メディア","Medium":"中","Membership":"メンバーシップ","Merge %{a} with %{b}?":"%{a} を %{b} に統合しますか?","Message":"メッセージ","Metadata":"メタデータ","Metrics":"メトリクス","Minimize":"最小化","Missing":"紛失","Missing or invalid configuration":"設定が見つからない、もしくは無効です","mixed":"ミックス","Moments":"モーメント","Monochrome":"モノクロ","Month":"月","More options":"その他のオプション","Mosaic":"モザイク","Most Relevant":"最も関連性が高い","Move Files":"ファイルを移動","Moving files from %s":"%s からファイルを移動しています","Must have at least %{n} characters.":"少なくとも %{n} 文字必要です。","Mute":"ミュート","Name":"名前","Name too long":"名前が長すぎます","Never":"なし","New":"新規","New Password":"新しいパスワード","Newest First":"新しい順","Next":"次","Next page":"次のページ","Next visual":"次のビジュアル","No":"いいえ","No Access":"アクセス不可","No albums assigned":"アルバムの指定はない","No albums found":"アルバムが見つかりませんでした","No albums selected":"アルバムが選択されていません","No data available":"データが見つかりませんでした","No files available for download":"ダウンロードできるファイルはありません","No items selected":"項目が選択されていません","No labels assigned":"ラベルは貼られていない","No labels found":"ラベルが見つかりませんでした","No labels selected":"ラベルが選択されていません","No matching records found":"該当する記録が見つかりませんでした","No more":"これ以上ありません","No people found":"人が見つかりませんでした","No pictures found":"写真はありません","No recently edited pictures":"最近編集した写真はありません","No registered instances.":"登録されたインスタンスはない。","No results":"結果なし","No server connection":"サーバーに接続できません","No servers configured.":"サーバーが設定されていません。","No services configured.":"接続されているサービスはありません。","No thanks":"いいえ、結構です","No users on this instance.":"このインスタンスにはユーザーはいない。","No warnings or error containing this keyword. Note that search is case-sensitive.":"このキーワードを含む警告やエラーが見つかりませんでした。この検索では大文字と小文字は区別されます。","Node":"ノード","Nodes":"ノード","Non-photographic and low-quality images require a review before they appear in search results.":"写真ではないものや、低品質な画像は検索結果に表示される前にレビューが必要です。","None":"なし","Not allowed":"許可されていません","Not available in public mode":"公開モードでは利用できません","Not available in read-only mode":"読み込み専用モードでは利用できません","Not found":"見つかりませんでした","Not sorted.":"並び替えられていません。","Not supported":"サポートされていません","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 サーバのみがバックアップやファイルアップロードのサービスとして設定できます。","Notes":"メモ","Nothing to see here yet.":"まだ何もありません。","Nothing was found.":"何も見つかりませんでした。","Offline":"オフライン","OK":"OK","Oldest First":"古い順","On Windows, enter the following resource in the connection dialog:":"Windowsの場合、接続ダイアログに以下の内容を入力します:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"サムネイルのオンデマンド生成は、CPU とメモリの使用率が高くなる可能性があります。リソースに制限のあるサーバーや NAS デバイスには推奨されません。","Once a week":"1週間に1度","One album found":"1 つのアルバムが見つかりました","One entry added to %s":"1 件の項目が %s に追加されました","One entry removed from %s":"1 件の項目が %s から削除されました","One file found":"1 個のファイルが見つかりました","One file uploaded":"1 個のファイルをアップロードしました","One folder found":"1 個のフォルダが見つかりました","One label found":"1 個のラベルが見つかりました","One person found":"1 人が見つかりました","One picture found":"1 枚の写真が見つかりました","Only locally managed accounts can be set up for authentication with 2FA.":"2FA による認証を設定できるのは、ローカルで管理されているアカウントのみです。","Open":"オープン","optional":"任意","or":"または","Orange":"オレンジ","Organization":"組織","Orientation":"方向","Original file names will be stored and indexed.":"オリジナルのファイル名は保存され、インデックスされます。","Original Name":"オリジナル名","Originals":"オリジナル","Originals folder is empty":"Originals フォルダーは空です","Other":"他","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"私たちのミッションは、プライバシーに配慮してあなたの写真を整理し、容易にアクセスするための最もユーザーフレンドリーなソリューションを提供することです。","Outdoor":"アウトドア","Page {0}, Current page":"ページ {0}、現在のページ","Pages":"ページ","Pagination Navigation":"ページネーション・ナビゲーション","Panorama":"パノラマ","Panoramas":"パノラマ","Part of all selected photos":"選択された写真の一部","Part of some selected photos":"写真の一部","Password":"パスワード","Password changed":"パスワードが変更されました","Pause":"一時停止","Payment required":"支払いが必要だ","People":"人","People you share a link with will be able to view public contents.":"あなたがリンクを共有した人だけが公開された内容を閲覧できます。","Permanently deleted":"完全に削除されました","Permission denied":"アクセスが拒否されました","Person":"人物","Person cover updated":"人物カバーが更新された","Person deleted":"人を削除しました","Person not found":"人が見つかりません","Person saved":"保存された人","Personal":"個人","Photo":"写真","PhotoPrism is 100% self-funded and independent.":"PhotoPrism は100%自己資金で運営されている独立系企業です。","PhotoPrism+ Membership":"PhotoPrism+ メンバーシップ","Photos":"写真","Picture":"写真","Picture Title":"写真タイトル","Pink":"ピンク","Pinned":"固定","Place":"場所","Place & Time":"場所と時間","Places":"場所","Play":"再生","Please confirm your new password.":"新しいパスワードを再入力してください。","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"ランダムに生成された次のアプリパスワードをコピーして安全な場所に保存してください。このパスワードは再表示できません:","Please do not upload any private, unlawful or offensive pictures.":"私的、違法、不快な写真はアップロードしないでください。","Please don't upload photos containing offensive content.":"過激な内容を含む写真はアップロードしないでください。","Please enter OTP character {0}":"OTP {0} を入力してください","Please log in to your account":"アカウントにログインしてください","Please note that changing your password will log you out on other devices and browsers.":"パスワードを変更すると、他のデバイスやブラウザでログアウトされますのでご注意ください。","Please restart your instance for the changes to take effect.":"変更を反映するために、インスタンスを再起動してください。","Please wait…":"お待ちください…","PM":"PM","PNG Size Limit: %{n}px":"PNG サイズ制限: %{n} px","Portal":"ポータル","Portrait":"ポートレート","Preserve filenames":"ファイル名を保持","Press enter to create a new album.":"Enter キーを押して新しいアルバムを作成します。","Press enter to create new item":"エンターキーを押して新規項目を作成する","Prevent database and album backups as well as YAML sidecar files from being created.":"データベースとアルバムのバックアップ、YAML サイドカーファイルが生成されないようにします。","Prevent other apps from accessing PhotoPrism as a shared network drive.":"他のアプリが PhotoPrism を共有ネットワークドライブとしてアクセスできないようにします。","Preview":"プレビュー","Preview Images":"プレビュー画像","Previous":"前へ","Previous page":"前のページ","Previous visual":"以前のビジュアル","Primary":"プライマリ","Private":"プライベート","Processing upload...":"アップロードの処理...","Product Feedback":"製品フィードバック","Projection":"投影","Purple":"紫","Quality Filter":"品質フィルター","Quality Score":"品質スコア","Quota exceeded":"ノルマ超過","Random":"ランダム","Rating {0} of {1}":"{1} 中 {0} の評価","Raw":"Raw","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"既にインデックスされたものや変更されていないファイルを含むオリジナルを再度インデックスします。","Read-Only Mode":"読み込み専用モード","Recently Added":"最近追加","Recently Archived":"最近アーカイブ","Recently Edited":"最近編集","Recognition starts after indexing has been completed.":"認識はインデックスが完了した後に開始されます。","Recognized":"認識済み","Recovery Code":"リカバリーコード","Red":"赤","Refresh":"リフレッシュ","Regions":"地域","Register":"登録","Reload":"再読み込み","Reloading…":"再読み込みしています…","Remote Sync":"リモート同期","Remove":"削除","remove failed: unknown album":"削除に失敗しました: 不明なアルバムです","Remove from Album":"アルバムから削除","Remove from all":"すべてから外す","Remove from all selected photos":"選択したすべての写真から削除する","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"インポートされたファイルを削除してストレージを節約します。対応していない形式のファイルは削除されることなく、現在の場所に残ります。","Remove the selected instance from the cluster registry?":"選択したインスタンスをクラスタ・レジストリから削除するか?","Removed":"削除","Removed %{name}":"%{name} を削除した","Removed %d files and %d photos":"%d 件のファイルと %d 件の写真が削除されました","Repeated":"繰り返し","Request failed - are you offline?":"リクエストに失敗しました - オフラインですか?","Request failed - invalid response":"リクエストに失敗しました - 不正なレスポンスです","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"写真以外の画像や低品質の画像は、検索結果に表示される前にレビューすることを必須にします。","Resolution":"解像度","Restart":"再起動","Restore":"復元","Restored":"復元されました","Retry Limit":"リトライ回数制限","Retype Password":"パスワード再入力","Review":"レビュー","Role":"役割","Roles":"役割","Rotated":"回転","Rows per page:":"ページあたりの行数:","Satellite":"衛星","Save":"保存","Save changes":"変更を保存する","Scan":"スキャン","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"認証アプリで QR コードをスキャンするか、以下のセットアップキーを使用して、生成された確認コードを入力してください:","Scans":"スキャン","Scope":"スコープ","Scopes":"スコープ","Search":"検索","Season":"季節","Secret":"シークレット","Security and Access":"セキュリティとアクセス","Select":"選択","Select a source folder to import files…":"ファイルをインポートする元フォルダーを選択する…","Select date":"日付選択","Select dates":"日付選択","Select or create albums":"アルバムを選択または作成する","Select or create labels":"ラベルを選択または作成する","Select or drop files to upload…":"ファイルを選択またはドロップしてアップロードする","Select the files to upload…":"アップロードするファイルを選択する…","Select the folder to be indexed…":"インデックスするフォルダを選択する…","Select Time":"時刻選択","Selection":"セレクション","Selection added to %s":"選択した項目が %s に追加されました","Selection approved":"選択した項目が承認されました","Selection archived":"選択した項目がアーカイブされました","Selection marked as private":"選択した項目がプライベートに設定されました","Selection not found":"選択した項目は存在しません","Selection restored":"選択した項目が復元されました","Sequential Name":"連名","Service":"サービス","Service URL":"サービス URL","Services":"サービス","Session":"セッション","Session ID":"セッション ID","Sessions":"セッション","Set as Album Cover":"アルバムカバーに設定する","Set as Cover Image":"表紙画像に設定する","Settings":"設定","Settings saved":"設定が保存されました","Setup":"セットアップ","Severity":"重大性","Share":"共有","Share %{s}":"%{s} を共有","Show":"表示","Show All Labels":"すべてのラベルを表示する","Show all new faces":"すべての新しい顔を表示","Show Caption":"キャプションを表示する","Show Captions":"キャプションを表示","Show face markers":"フェイスマーカーを表示する","Show hidden":"非表示項目を表示","Show Important Only":"重要なものだけを表示する","Show logs in the web interface to monitor activity and troubleshoot problems.":"ウェブ・インターフェイスにログを表示して、アクティビティを監視し、問題をトラブルシューティングする。","Show smart albums that group pictures by occasion, trip, or location.":"機会、旅行、場所ごとに写真をグループ化したスマートアルバムを表示する。","Show the Account page so users can manage their profile and security settings.":"ユーザーがプロフィールとセキュリティ設定を管理できるように、Accountページを表示する。","Show the Calendar view to browse the library by year and month.":"カレンダービューを表示し、ライブラリーを年月でブラウズする。","Show the Labels section to view and manage AI-generated labels.":"AIが作成したラベルを表示・管理するには、「ラベル」セクションを表示する。","Show the Library section to index, manage, and monitor the media library.":"メディア・ライブラリーのインデックス、管理、監視を行うために、ライブラリー・セクションを表示する。","Show the Places view with interactive maps so you can browse photos by location.":"場所]ビューをインタラクティブな地図で表示し、場所ごとに写真をブラウズできる。","Show Titles":"タイトルを表示","Sidecar":"サイドカー","Sidecar Files":"サイドカーファイル","Sign in":"サインイン","Sign Out":"ログアウト","Similar":"似ている項目","Site URL":"サイトURL","Size":"サイズ","Slideshow":"スライドショー","Slow":"低速","Software":"ソフトウェア","Software Update":"ソフトウェアアップデート","Some albums could not be copied":"コピーできないアルバムもある","Some albums could not be created. Please edit the names and try again.":"一部のアルバムが作成できなかった。名前を編集して再試行してください。","Some albums could not be updated":"一部のアルバムが更新できなかった","Something went wrong, try again":"何かが間違っています。もう一度やり直してください","Sort by":"並び替え","Sort by Name (A–Z)":"名前順(A-Z)","Sort by Photo Count":"写真の枚数で並べ替える","Sort by Relevance":"関連性でソートする","Sort Order":"並び替え順","Sorted ascending.":"昇順にソートされています。","Sorted descending.":"降順にソートされています。","Source":"ソース","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":"スタック","Start":"開始","Start Page":"スタートページ","Static Size Limit: %{n}px":"静的サイズ制限: %{n} px","Status":"状態","Stay signed in on this device":"このデバイスでサインインしたままにする","Stop Casting":"キャスティングを止める","Storage":"ストレージ","Streets":"市街","Subject":"件名","Subject deleted":"件名を削除しました","Subject not found":"件名が見つかりません","Subject saved":"保存対象","Successfully activated":"正常に有効化されました","Successfully Connected":"接続に成功しました","Successfully deleted":"削除に成功しました","Successfully verified":"検証に成功しました","Super Admin":"スーパーアドミン","Support for additional services, like Google Drive, will be added over time.":"Google ドライブなどの追加のサービスのサポートが順次追加される予定です。","Support Our Mission":"私たちのミッションを支援","Sync":"同期","Sync raw and video files":"Raw ファイルや動画ファイルを同期","Taken":"撮影日","Teal":"青緑","Terrain":"地形","Text":"テキスト","Thank You for Your Support!":"ご支援ありがとうございます!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"そのため、PhotoPrism は自由、プライバシー、機能性を損なうことなく、必要なときに使えるように一から作り上げました。","The index currently contains %{n} hidden files.":"インデックスには現在 %{n} 件の隠しファイルがあります。","The instance rejected the cluster credentials.":"インスタンスはクラスタの認証情報を拒否した。","The instance returned an unexpected redirect.":"インスタンスが予期しないリダイレクトを返した。","The wakeup interval is %s, but must be 1h or less":"ウェイクアップ間隔は %s ですが、1時間以内で指定する必要があります","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"それらの形式がサポートされていないか、まだ JPEG に変換されていないか、重複している可能性があります。","Theme":"テーマ","This account is missing an ID and can't be edited.":"このアカウントにはIDが設定されていないため、編集できない。","This field is required":"このフィールドは必須です","This instance has no site URL configured.":"このインスタンスにはサイトURLが設定されていない。","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 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. ":"オリジナルフォルダをネットワークドライブとしてマウントし、あなたのコンピュータまたはスマートフォンからまるでローカルのようにファイルを開き、編集、削除できるようにします。","Time":"時間","Time UTC":"UTC 時間","Time Zone":"タイムゾーン","Timeout":"タイムアウト","Title":{"":"タイトル","Account":"タイトル","Photo":"タイトル"},"Title / Position":"タイトル / 位置","to":"対象","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"アカウントがロックアウトされないようにするには、今すぐこの回復コードをダウンロード、印刷、コピーして、安全な場所に保管してください。","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"新しいアプリ固有のパスワードを生成するには、アプリケーションの名前と承認範囲を入力し、有効期限を選択してください:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"新しい認証アプリまたはデバイスに切り替えるには、まず2要素認証を無効にしてから再度有効にします:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"アップグレードするには、アクティベーションコードを入力するか、「登録」をクリックして当社ウェブサイトからサインアップしてください:","Today":"今日","Toggle View":"表示切り替え","Token":"トークン","Too many files selected":"選択されたファイルが多すぎます","Too many requests":"リクエストが多すぎます","Troubleshooting":"トラブルシューティング","Try again using other filters or keywords.":"他のフィルターまたはキーワードで試してみてください。","Two-factor authentication has been enabled for your account.":"あなたのアカウントでは2要素認証が有効になっています。","Type":"種類","Unable to delete":"削除できない","Unable to do that":"その操作はできません","Unassign":"割り当てを解除する","Unauthorized":"未承認","Undo":"取り消し","Unique ID":"一意の ID","Unknown":"不明","Unknown location":"不明な場所","Unregistered":"未登録","Unsorted":"未分類","Unstack":"スタック解除","Unsupported":"サポートされていません","Unsupported format":"非対応のフォーマットです","Unsupported type":"サポートされていない形式です","Updated":"更新日","Updating faces":"顔を更新しています","Updating index":"インデックスを更新しています","Updating moments":"モーメントを更新しています","Updating picture…":"写真を更新しています…","Updating previews":"プレビューを更新しています","Updating stacks":"スタックを更新しています","Upgrade":"アップグレード","Upgrade Now":"今すぐアップグレード","Upload":"アップロード","Upload complete":"アップロード完了","Upload complete. Indexing…":"アップロードが完了しました。インデックスしています…","Upload failed":"アップロードに失敗しました","Upload has been processed":"アップロードが完了しました","Upload local files":"ローカルファイルをアップロード","Upload might be offensive":"アップロードされた項目に過激なものが含まれている可能性があります","Upload Path":"アップロードパス","Uploading %{n} of %{t}…":"%{t} 件中 %{n} 件目をアップロードしています…","Uploading photos…":"写真をアップロードしています…","Uploading…":"アップロード中…","Uploads that may contain such images will be rejected automatically.":"そのような画像を含むアップロードは自動的に拒否されます。","URL":"URL","Use Presets":"プリセットを使用","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"認証アプリで有効な確認コードを生成できない場合は、次の回復コードを使用してアカウントにアクセスしてください:","Use your recovery code or contact an administrator for help.":"リカバリーコードを使用するか、管理者に問い合わせてください。","User":"ユーザー","User Guide":"ユーザーガイド","User Interface":"ユーザーインターフェース","User not found":"ユーザーが存在しません","Username":"ユーザー名","Users":"ユーザー","UUID":"UUID","Vector":"ベクター","Vectors":"ベクター","Verification Code":"検証コード","Version":"バージョン","Video":"動画","Video Duration":"動画の長さ","Videos":"動画","View":"表示","View search results as a list.":"検索結果を一覧表示します。","Viewer":"ビューア","Vision":"ビジョン","Visitor":"ビジター","Visual Similarity":"視覚的類似性","Warning":"警告","Web Login":"ウェブログイン","WebDAV":"WebDAV","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 アップロード","WebGL support is disabled in your browser":"お使いのブラウザで WebGL のサポートが無効化されています","Website":"ウェブサイト","White":"白","Work Details":"業務内容","Year":"年","Yellow":"黄","Yes":"はい","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"メンバーシップに関するご質問は、membership@photoprism.app までご連絡ください。","You can only download one album":"1 件のアルバムのみダウンロードできます","You can only download one label":"1 件のラベルのみダウンロードできます","You can search for a location or move the marker on the map to change the position:":"場所を検索したり、地図上のマーカーを動かして位置を変えることができる:","You can upload up to %{n} files for test purposes.":"テスト用に最大 %{n} 件のファイルをアップロードできます。","You cannot change your own role.":"自分の役割を変えることはできない。","You do not have access to any instances.":"どのインスタンスにもアクセスできない。","You may only select one item":"1 件だけ選択してください","You may rescan your library to find additional faces.":"さらに顔を見つけるには、ライブラリを再スキャンしてください。","Your account could not be connected":"アカウントに接続できませんでした","Your account has been successfully connected.":"アカウントが正常に接続されました。","Your browser does not support WebGL":"お使いのブラウザでは WebGL を利用できません","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"皆様の継続的なご支援により、私たちは定期的なアップデートを提供し、独立性を保ち、使命を果たし、お客様のプライバシーを保護することができます。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"あなたのライブラリは継続的に分析され、特別な瞬間、旅行、場所を記録したアルバムを自動的に作成します。","Zip created in %d s":"%d 秒で zip ファイルを作成しました","Zoom in/out":"ズームイン/アウト","Archive":{"Noun":"アーカイブ","Verb":"アーカイブ"},"Add a Title":{"Photo":"タイトルを追加する"}}} \ No newline at end of file +{"ja":{"{0} appended action":"{0} 後アクション","{0} files":"{0} ファイル","{0} files ({1} in total)":"{0} 件のファイル(合計 {1} 件)","{0} more":"{0} 以上","{0} prepended action":"{0} 前アクション","{0} selected":"{0} 件選択済み","{0}-{1} of {2}":"{2} 件中 {0}-{1}","%{n} albums found":"%{n} 件のアルバムが見つかりました","%{n} files uploaded":"%{n} 件のファイルをアップロードしました","%{n} folders found":"%{n} 個のフォルダが見つかりました","%{n} GB of %{q} GB used":"%{n}q}のGBGB使用した","%{n} labels found":"%{n} 個のラベルが見つかりました","%{n} people found":"%{n} 人が見つかりました","%{n} pictures found":"%{n} 枚の写真が見つかりました","%{s} is too long":"%{s} は長すぎます","%{s} is too short":"%{s} は短すぎます","%d entries added to %s":"%d 件の項目が %s に追加されました","%d entries removed from %s":"%d 件の項目が %s から削除されました","%d files uploaded in %d s":"%d 件のファイルを %d 秒でアップロードしました","%s already exists":"%s は既に存在します","%s has been restored":"%s が復元されました","1 hour":"1 時間","12 hours":"12 時間","2-Factor Authentication":"2要素認証","2FA":"2FA","4 hours":"4 時間","A click will copy it to your clipboard.":"クリックするとクリップボードにコピーされます。","A new version of %{s} is available:":"新しいバージョン %{s} が利用可能です:","About":"概要","Access granted.":"アクセスが許可された。","Access revoked.":"アクセスが取り消された。","Access Token":"アクセストークン","Account":"アカウント","Account created":"アカウントが作成されました","Account deleted":"アカウントが削除されました","Account Group Mappings":"アカウントグループのマッピング","Account not found":"アカウントが存在しません","Account restored":"アカウントが復元されました","Account saved":"アカウントが保存されました","Accounts":"アカウント","Accuracy":"精度","Action":"アクション","Actions":"アクション","Activate":"アクティベート","Activate to remove sorting.":"並び替えを解除する。","Activate to sort ascending.":"昇順に並び替える。","Activate to sort descending.":"降順に並び替える。","Activation Code":"アクティベーションコード","Activity":"アクティビティ","Add":"追加","Add %{s}?":"%{s} を追加しますか?","Add a Caption":"キャプションを追加する","Add Account":"アカウントを追加","Add Album":"アルバムを追加","Add Link":"リンクを追加","Add Notes":"メモを追加する","Add person?":"人を加えるか?","Add pictures from search results by selecting them.":"検索結果から写真を選択して追加することができます。","Add to album":"アルバムに追加","Add to all":"すべてに追加する","Add to all selected photos":"選択したすべての写真に追加する","Added":"追加済み","Added %{name}":"%{name} を追加した","Adjust Camera Info":"カメラ情報を調整する","Adjust Date & Time":"日付と時刻を調整する","Adjust Location":"場所を調整する","Admin":"管理者","Advanced":"高度","Advertise URL":"広告URL","After 1 day":"1 日後","After 3 days":"3 日後","After 7 days":"1 週間後","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"確認のためにパスワードを入力した後、互換性のある認証アプリまたはデバイスを使用して2要素認証を設定できます:","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 %s deleted":"アルバム %s が削除されました","Album Backups":"アルバムのバックアップ","Album contents cloned":"アルバムの内容が複製されました","Album created":"アルバムが作成されました","Album deleted":"アルバム削除","Album not found":"アルバムが存在しません","Album saved":"アルバムが保存されました","Albums":"アルバム","Albums deleted":"アルバムが削除されました","All":"すべて","All %{n} albums loaded":"%{n} 個のアルバムをすべて読み込みました","All %{n} labels loaded":"%{n} 個のラベルをすべて読み込みました","All %{n} people loaded":"%{n} 人をすべて読み込みました","All Cameras":"すべてのカメラ","All Categories":"すべてのカテゴリ","All Colors":"すべての色","All Countries":"すべての国","All files from import folder":"インポートフォルダ内のすべてのファイル","All Lenses":"すべてのレンズ","All Months":"すべての月","All originals":"すべての originals","All Years":"すべての年","Allow configuration and use of connected apps and services for remote uploads and sync.":"リモートアップロードと同期のために、接続されたアプリやサービスの設定と使用を許可する。","Allow editing of metadata such as title, description, date, and location.":"タイトル、説明、日付、場所などのメタデータを編集できるようにする。","Allow editing the metadata, labels, and albums of multiple pictures at once.":"複数の写真のメタデータ、ラベル、アルバムを一度に編集できる。","Allow files to be copied or moved from the Import to the Originals folder.":"インポートツールを有効にして、インポートフォルダからオリジナルにファイルをコピーまたは移動する。","Allow files to be permanently deleted to free up storage space.":"ファイルを完全に削除して、ストレージスペースを空ける。","Allow users to archive photos and videos so they are hidden without being deleted.":"ユーザーが写真やビデオをアーカイブできるようにし、削除されずに隠せるようにする。","Allow users to create and share links, and enable sharing with connected services.":"ユーザーがリンクを作成・共有できるようにし、接続サービスとの共有を可能にする。","Allow users to upload new photos and videos through the web interface.":"ユーザーがウェブ・インターフェイスを通じて新しい写真やビデオをアップロードできるようにする。","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"代わりに、Nextcloud などの WebDAV サーバから直接ファイルをアップロードすることができます。","Altitude":"高度","Altitude (m)":"高度 (m)","AM":"AM","Animated":"アニメーション","Animation":"アニメーション","Animations":"アニメーション","Any private photos and videos remain private and won't be shared.":"すべてのプライベートな写真や動画はプライベートのまま保管され、共有されることはありません。","API Key":"API キー","Application":"アプリケーション","Applications":"アプリケーション","Approve":"承認","Approve and save changes":"変更を承認して保存する","Apps and Devices":"アプリとデバイス","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 delete this album?":"本当にこのアルバムを削除したいのか?","Are you sure you want to permanently delete these pictures?":"本当にこの写真を永久に削除しますか?","Are you sure you want to permanently delete this file?":"本当にこのファイルを完全に削除しますか?","Are you sure?":"本当に実行しますか ?","Artist":"アーティスト","Aspect Ratio":"アスペクト比","Attributes":"属性","Audio":"オーディオ","Audit Log":"オーディオ","Authentication":"認証","Auto":"自動","Back":"戻る","Back to top":"トップに戻る","Backup":"バックアップ","Badge":"バッジ","Base Path":"ベースパス","Batch":"バッチ","Batch Edit":"一括編集","Become a member today, support our mission and enjoy our member benefits!":"今すぐ会員になって、私たちのミッションをサポートし、会員特典を楽しんでください!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"100%自己資金で運営しているため、私たちはお客様のデータを決して販売せず、私たちのソフトウェアとサービスについて常に透明性を保つことをお約束できます。","Bio":"自己紹介","Birth Date":"生年月日","Black":"黒","Blue":"青","Brown":"茶","Browse":"ブラウズ","Browse Files":"ファイルを参照","Browse Pictures":"写真を見る","Bug Report":"バグ報告","Busy, please try again later":"他の処理中です。後で再試行してください","Busy, please wait…":"処理中です。しばらくお待ちください…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"当社が提供するソフトウェアおよびサービスを利用することにより、お客様は当社の利用規約、プライバシーポリシー、および行動規範に同意したものとみなされます。","Calendar":"カレンダー","Camera":"カメラ","Camera not found":"カメラが見つかりません","Camera Serial":"カメラのシリアル","Can't access your authenticator app or device?":"認証アプリやデバイスにアクセスできませんか?","Can't load more, limit reached":"制限に達したため、これ以上読み込めません","Can't select more items":"これ以上項目を選択することはできません","Cancel":"キャンセル","Cannot copy to clipboard":"クリップボードにコピーできない","Caption":"キャプション","Cards":"カード","Carousel slide {0} of {1}":"カルーセルスライド {1} 中の {0}","Cast":"キャスト","Category":"カテゴリ","Change Avatar":"アバターを変更","Change Password":"パスワードの変更","Change private flag":"プライベート状態を変更","Changes could not be saved":"変更を保存できませんでした","Changes successfully saved":"変更が正常に保存されました","Changes to the advanced settings require a restart to take effect.":"詳細設定の変更を反映するには再起動が必要です。","Checked":"選択済み","Choose an instance to continue:":"続行するインスタンスを選択してください:","Chroma":"彩度","Cleaning index and cache":"インデックスとキャッシュのクリーニング","Cleanup":"クリーンアップ","Clear":"クリア","Clear {0}":"{0} をクリア","Client":"クライアント","Close":"閉じる","Cluster":"クラスター","Cluster Admin":"クラスタ管理者","Cluster Node":"クラスターノード","Codec":"コーデック","Color":"色","Color Profile":"カラープロファイル","Colors":"色","Compare Editions":"エディションを比較","Complete Rescan":"完全に再スキャン","Confidence":"信頼度","Confirm":"確認","Connect":"接続","Connect via WebDAV":"WebDAV 経由で接続","Connected":"接続済み","Contact Details":"お問い合わせ詳細","Contact Us":"お問い合わせ","Contains %{n} pictures.":"%{n} 枚の写真が含まれています。","Contains one picture.":"1 枚の写真が含まれています。","Content":{"":"内容","Edit":"内容"},"Continue":"続行","Contributor":"貢献者","Converting":"変換しています","Copied to clipboard":"クリップボードにコピーしました","Copy":"コピー","Copying files from %s":"%s からファイルをコピーしています","Copyright":"著作権","Could not be deleted":"削除できませんでした","Could not connect, please try again":"接続できませんでした。もう一度お試しください","Could not update person cover":"カバーを更新できなかった","Couldn't find anything.":"何も見つかりませんでした。","Country":"国","Create Account":"アカウントを作成","Create album":"アルバムを作成","Create regular backups based on the configured schedule.":"設定されたスケジュールに基づいて通常のバックアップを作成します。","Create YAML files to back up album metadata.":"アルバムのメタデータをバックアップする YAML ファイルを作成します。","Create YAML sidecar files to back up picture metadata.":"画像のメタデータをバックアップするために YAML サイドカーファイルを作成します。","Created":"作成日時","Creating thumbnails for":"次の項目のサムネイルを作成しています","Current Password":"現在のパスワード","Custom":"カスタム","Cyan":"シアン","Daily":"毎日","Database":"データベース","Database Backups":"データベースのバックアップ","Databases":"データベース","Date & Time":"日時","Day":"日","Deactivate":"無効化","Debug Logs":"デバッグログ","Default":"既定","Default Folder":"既定のフォルダ","Delete":"削除","Delete Album":"アルバムを削除する","Delete All":"すべて削除","Delete all?":"すべて削除しますか?","Delete orphaned index entries, sidecar files and thumbnails.":"孤立したインデックスエントリ、サイドカーファイル、サムネイルを削除します。","deleted":"削除された","Description":"概要","Detailed instructions can be found in our User Guide.":"詳しい手順についてはユーザーガイドを参照してください。","Details":"詳細","Dimensions":"寸法","Disable all face detection and recognition features.":"すべての顔検出と認識機能を無効にする。","Disable Backups":"バックアップを無効化","Disable Darktable":"Darktable を無効化","Disable ExifTool":"ExifTool を無効化","Disable Faces":"顔を無効にする","Disable features that require write permission for the originals folder.":"originals フォルダへの書き込み権限を必要とする機能を無効にします。","Disable FFmpeg":"FFmpeg を無効化","Disable ImageMagick":"ImageMagick を無効化","Disable interactive world maps and reverse geocoding.":"インタラクティブな世界地図と逆ジオコーディングを無効にします。","Disable MCP":"MCPを無効にする","Disable Places":"場所を無効化","Disable RawTherapee":"RawTherapee を無効化","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"AIエージェント統合のためのモデルコンテキストプロトコル(MCP)APIエンドポイントを無効にする。","Disable Vectors":"ベクターを無効化","Disable WebDAV":"WebDAV を無効化","Disabled":"無効","Disables vector graphics support.":"ベクターグラフィックのサポートを無効にします。","Disables video transcoding and thumbnail extraction.":"ビデオのトランスコーディングとサムネイル抽出を無効にします。","Discard":"破棄する","Discard changes and close":"変更を破棄して閉じる","Discard invalid changes?":"無効な変更は破棄するのか?","Discard unsaved changes?":"未保存の変更を破棄するか?","Discover":"発見","Dismiss":"解任する","Display Name":"表示名","Display picture captions in search results.":"検索結果に画像のキャプションを表示する。","Display picture titles in search results.":"検索結果に画像のタイトルを表示する。","Document":"ドキュメント","Documents":"ドキュメント","Don't use Darktable to convert RAW images.":"RAW ファイルの変換に Darktable を使用しないようにします。","Don't use ImageMagick to convert images.":"画像の変換に ImageMagick を使用しないようにします。","Don't use RawTherapee to convert RAW images.":"RAW ファイルの変換に RawTherapee を使用しないようにします。","Done":"完了","Done.":"完了しました。","Download":"ダウンロード","Download only original media files, without any automatically generated files.":"自動生成されたファイルを使用せず、オリジナルのメディアファイルのみをダウンロードするようにします。","Download remote files":"リモートにあるファイルをダウンロード","Downloading…":"ダウンロードしています…","Drag and drop files here":"ここにファイルをドラッグ&ドロップしてください","Driver":"ドライバー","Duplicates will be skipped and only appear once.":"重複している項目はスキップされ、1度だけ表示されます。","Duration":"長さ","Dynamic Previews":"動的プレビュー","Dynamic Size Limit: %{n}px":"動的サイズの制限: %{n} px","Edit":"編集","Edit %{s}":"%{s} を編集","Edit Account":"アカウントを編集","Edit Photo":"写真を編集","Edit Photos (%{n})":"写真を編集する (%{n})","Edited":"編集済み","Email":"メールアドレス","Enable debug mode to display additional logs and help with troubleshooting.":"デバッグモードを有効にすると、追加のログが表示され、トラブルシューティングに役立ちます。","Enable downloading of original and sidecar files from the web interface.":"ウェブインターフェイスからオリジナルファイルとサイドカーファイルのダウンロードを可能にする。","Enable face recognition and the People view to easily find people you know.":"顔認識とPeopleビューを有効にして、知り合いを簡単に見つけよう。","Enable new features that may be incomplete or unstable.":"不完全または不安定な新機能を有効にします。","Enable the file browser to navigate the Originals folder structure.":"ファイルブラウザを有効にして、Originalsフォルダ構造をナビゲートする。","Enables RAW converter presets. May reduce performance.":"RAW 現像機のプリセットを有効にします。パフォーマンスが低下する場合があります。","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"2要素認証を有効にすると、ログイン時にランダムに生成された確認コードが必要になるため、誰かがパスワードを使っても、アカウントにアクセスできなくなります。","Engine":"エンジン","Enter date":"日付入力","Enter dates":"日付入力","Enter item name...":"アイテム名を入力する","Enter the code generated by your authenticator app:":"認証アプリが生成したコードを入力してください:","Enter verification code":"認証コードを入力してください","Enter your password to confirm the action and continue:":"パスワードを入力して操作を確認し、続行します:","Entity not found":"エンティティが見つかりません","Error":"エラー","Errors":"エラー","Estimate":"推定","Estimate Locations":"推定位置","Estimate the approximate location of pictures without GPS coordinates.":"GPS 座標なしで写真のおおよその位置を推定します。","Every two days":"2 日毎","Exclude hidden":"隠された項目を除外","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"ビデオ、ライブフォト、XMP を完全にサポートするには、ExifTool が必要です。","Experimental Features":"実験的な機能","Expires":"有効期限","Exposure":"露出","Extract still images and generate thumbnails while indexing.":"インデックス作成中に静止画像を抽出し、サムネイルを生成します。","F Number":"F値","Face":"顔","Face not found":"顔を検出できませんでした","Faces":"顔","Failed creating file, please check permissions":"ファイルの作成に失敗しました。権限を確認してください","Failed creating folder, please check permissions":"フォルダの作成に失敗しました。権限を確認してください","Failed removing link":"リンクを削除できませんでした","Failed to connect account.":"アカウントの接続に失敗しました。","Failed to create zip file":"zip ファイルの作成に失敗しました","Failed to load users.":"ユーザーの読み込みに失敗した。","Failed to remove face marker":"フェイスマーカーの除去に失敗した","Failed to remove name":"名前の削除に失敗した","Failed to restart server":"サーバーの再起動に失敗した","Failed to save changes":"変更の保存に失敗した","Failed to save face marker":"面目躍如の失敗","Failed to save name":"名前の保存に失敗した","Failed updating link":"リンクを更新できませんでした","Family Name":"姓","Fast":"高速","Favorite":"お気に入り","Favorites":"お気に入り","Feature disabled":"機能が無効になりました","Feature Request":"機能のリクエスト","Female":"女性","File":"ファイル","File Browser":"ファイルブラウザ","File Conversion":"ファイル変換","File deleted":"ファイルが削除されました","File Name":"ファイル名","File not found":"ファイルが見つかりませんでした","File removed from stack":"スタックからファイルが削除されました","File Size":"ファイルサイズ","File too large":"ファイルが大きすぎます","File uploaded":"ファイルがアップロードされました","Filename":"ファイル名","Files":"ファイル","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"「IMG_1234 (2)」や「IMG_1234 (3)」のような連名のファイルは同じ写真として扱います。","First page":"最初のページ","Focal Length":"焦点距離","Folder":"フォルダ","Folder contains %{n} files":"フォルダには %{n} 件のファイルがあります","Folder is empty":"フォルダは空です","Folders":"フォルダ","Forgot password?":"パスワードを忘れましたか?","FPS":"FPS","Frames":"フレーム","Full Access":"フルアクセス","Fullscreen":"全画面","General":"一般","Generate":"生成","Generate Previews":"プレビューを生成","Generated":"生成済み","Get Started":"始める","Given Name":"名","Global Options":"グローバルオプション","Go to page {0}":"ページ {0} に移動","Gold":"金","Green":"緑","Grey":"グレー","Groups":"グループ","Guest":"ゲスト","Hash":"ハッシュ","Help":"ヘルプ","Help & Support":"ヘルプ&サポート","Hidden":"隠し項目","Hidden Files":"隠しファイル","Hide":"非表示","Hide Caption":"キャプションを隠す","Hide face markers":"フェイスマーカーを隠す","Hide private content from global views while keeping it accessible in the Private section.":"グローバルビューからプライベートアイテムを非表示にし、プライベートセクションからはアクセスできるようにする。","High":"高","High Dynamic Range (HDR)":"ハイダイナミックレンジ(HDR)","Hybrid":"ハイブリッド","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"認証アプリまたはデバイスにアクセスできなくなった場合は、回復コードを使用してアカウントに再度アクセスできます。","Image":"写真","Image Quality":"画質","Import":"インポート","Import canceled":"インポートが取り消されました","Import completed in %d s":"インポートが %d 秒で完了しました","Import failed":"インポートに失敗しました","Imported files will be sorted by date and given a unique name to avoid duplicates.":"インポートされたファイルは日付で並び替えられ、重複しないよう一意の名前が付けられます。","Importing %{s}…":"%{s} をインポートしています…","Importing files to originals…":"originals にファイルをインポートしています…","in":"次の場所で","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"探している写真が見つからない場合は、ライブラリーを再スキャンし、インデックス作成が完了するまでお待ちください。","Include RAW image files when downloading stacks and archives.":"スタックやアーカイブのダウンロード時に、RAW 画像ファイルを含めます。","Include sidecar files when downloading stacks and archives.":"スタックやアーカイブをダウンロードする際に、サイドカーファイルを含めます。","Increase storage size or delete files to continue.":"続行するには、ストレージサイズを増やすか、ファイルを削除してください。","Index":"インデックス","Indexing":"インデックス中です","Indexing canceled":"インデックスが取り消されました","Indexing completed in %d s":"インデックスが %d 秒で完了しました","Indexing failed":"インデックスに失敗しました","Indexing files in %s":"%s 内のファイルをインデックスしています","Indexing media and sidecar files…":"メディアとサイドカーファイルをインデックスしています…","Indexing originals...":"originals をインデックスしています...","Information":"インフォメーション","Inherit":"継承する","Instance":"インスタンス","Instance ID":"インスタンス ID","Instance unreachable. Try again once it's back online.":"インスタンスに接続できない。オンラインに戻ったら、もう一度試してほしい。","Instances":"インスタンス","Insufficient storage":"ストレージが不足しています","Insufficient storage.":"ストレージが不足しています。","Interval":"間隔","Invalid":"無効","Invalid address":"無効なアドレス","Invalid country":"無効な国","Invalid credentials":"正しくない認証情報です","Invalid date":"無効な日付","Invalid link":"正しくないリンクです","Invalid name":"無効な名前です","Invalid parameters":"無効なパラメータ","Invalid password, please try again":"不正なパスワードです。もう一度お試しください","Invalid photo selected":"無効な写真が選択されました","Invalid time":"無効な時間","Invalid URL":"無効なURL","Invalid verification code, please try again":"認証コードが無効です。もう一度お試しください","IP Address":"IPアドレス","It is a one-time use code that will disable 2FA for your account when you use it.":"これは1回のみ使えるコードであり、使用するとアカウントの 2FA が無効になります。","Item":"項目","Items per page:":"ページごとの項目:","JPEG Quality: %{n}":"JPEG 品質: %{n}","JPEG Size Limit: %{n}px":"JPEG サイズの制限: %{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG とサムネイルは必要な場合に自動的に生成されます。","Keyword":"キーワード","Keywords":"キーワード","Label":"ラベル","Label not found":"ラベルが存在しません","Label saved":"ラベルが保存されました","Labels":"ラベル","Labels deleted":"ラベルが削除されました","Language":"言語","Last Active":"最終アクティブ","Last Login":"最終ログイン","Last page":"最終ページ","Last Sync":"最終同期","Last Used":"最終利用","Latitude":"緯度","LDAP/AD":"LDAP/AD","Learn more":"詳細はこちら","Learn More":"詳細はこちら","Legal Information":"法的情報","Lens":"レンズ","Lens not found":"レンズが見つからない","Library":"ライブラリ","License":"ライセンス","Like":"お気に入り","Lime":"黄緑","Limit reached, showing first %{n} files":"制限に達しました。最初の %{n} 個のファイルを表示しています","Link":"リンク","List":"リスト","List View":"リスト表示","Live":"ライブ","Live Photos":"ライブ写真","Load more":"もっと読み込む","Loading items...":"項目を読み込んでいます...","Loading...":"読み込み中...","Local":"ローカル","Local Time":"現地時間","Location":"場所","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"PhotoPrism が壊れたファイルを見つけたり、潜在的な問題が見つかったときはここにログメッセージが表示されます。","Login":"ログイン","Logs":"ログ","Longitude":"経度","Lost server connection":"サーバー接続が失われた","Low":"低","Magenta":"マゼンタ","Main Color":"メインカラー","Male":"男性","Manage Account":"アカウント管理","Manager":"マネージャー","Manual":"マニュアル","Manual Upload":"手動アップロード","Maps":"地図","Marker":"マーカー","Maximum number of accounts has been reached.":"アカウント数が上限に達しました。","Media":"メディア","Medium":"中","Membership":"メンバーシップ","Merge %{a} with %{b}?":"%{a} を %{b} に統合しますか?","Message":"メッセージ","Metadata":"メタデータ","Metrics":"メトリクス","Minimize":"最小化","Missing":"紛失","Missing or invalid configuration":"設定が見つからない、もしくは無効です","mixed":"ミックス","Moments":"モーメント","Monochrome":"モノクロ","Month":"月","More options":"その他のオプション","Mosaic":"モザイク","Most Relevant":"最も関連性が高い","Move Files":"ファイルを移動","Moving files from %s":"%s からファイルを移動しています","Must have at least %{n} characters.":"少なくとも %{n} 文字必要です。","Mute":"ミュート","Name":"名前","Name too long":"名前が長すぎます","Never":"なし","New":"新規","New Password":"新しいパスワード","Newest First":"新しい順","Next":"次","Next page":"次のページ","Next visual":"次のビジュアル","No":"いいえ","No Access":"アクセス不可","No albums assigned":"アルバムの指定はない","No albums found":"アルバムが見つかりませんでした","No albums selected":"アルバムが選択されていません","No data available":"データが見つかりませんでした","No files available for download":"ダウンロードできるファイルはありません","No items selected":"項目が選択されていません","No labels assigned":"ラベルは貼られていない","No labels found":"ラベルが見つかりませんでした","No labels selected":"ラベルが選択されていません","No matching records found":"該当する記録が見つかりませんでした","No more":"これ以上ありません","No people found":"人が見つかりませんでした","No pictures found":"写真はありません","No recently edited pictures":"最近編集した写真はありません","No registered instances.":"登録されたインスタンスはない。","No results":"結果なし","No server connection":"サーバーに接続できません","No servers configured.":"サーバーが設定されていません。","No services configured.":"接続されているサービスはありません。","No thanks":"いいえ、結構です","No users on this instance.":"このインスタンスにはユーザーはいない。","No warnings or error containing this keyword. Note that search is case-sensitive.":"このキーワードを含む警告やエラーが見つかりませんでした。この検索では大文字と小文字は区別されます。","Node":"ノード","Nodes":"ノード","Non-photographic and low-quality images require a review before they appear in search results.":"写真ではないものや、低品質な画像は検索結果に表示される前にレビューが必要です。","None":"なし","Not allowed":"許可されていません","Not available in public mode":"公開モードでは利用できません","Not available in read-only mode":"読み込み専用モードでは利用できません","Not found":"見つかりませんでした","Not sorted.":"並び替えられていません。","Not supported":"サポートされていません","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 サーバのみがバックアップやファイルアップロードのサービスとして設定できます。","Notes":"メモ","Nothing to see here yet.":"まだ何もありません。","Nothing was found.":"何も見つかりませんでした。","Offline":"オフライン","OK":"OK","Oldest First":"古い順","On Windows, enter the following resource in the connection dialog:":"Windowsの場合、接続ダイアログに以下の内容を入力します:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"サムネイルのオンデマンド生成は、CPU とメモリの使用率が高くなる可能性があります。リソースに制限のあるサーバーや NAS デバイスには推奨されません。","Once a week":"1週間に1度","One album found":"1 つのアルバムが見つかりました","One entry added to %s":"1 件の項目が %s に追加されました","One entry removed from %s":"1 件の項目が %s から削除されました","One file found":"1 個のファイルが見つかりました","One file uploaded":"1 個のファイルをアップロードしました","One folder found":"1 個のフォルダが見つかりました","One label found":"1 個のラベルが見つかりました","One person found":"1 人が見つかりました","One picture found":"1 枚の写真が見つかりました","Only locally managed accounts can be set up for authentication with 2FA.":"2FA による認証を設定できるのは、ローカルで管理されているアカウントのみです。","Open":"オープン","optional":"任意","or":"または","Orange":"オレンジ","Organization":"組織","Orientation":"方向","Original file names will be stored and indexed.":"オリジナルのファイル名は保存され、インデックスされます。","Original Name":"オリジナル名","Originals":"オリジナル","Originals folder is empty":"Originals フォルダーは空です","Other":"他","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"私たちのミッションは、プライバシーに配慮してあなたの写真を整理し、容易にアクセスするための最もユーザーフレンドリーなソリューションを提供することです。","Outdoor":"アウトドア","Page {0}, Current page":"ページ {0}、現在のページ","Pages":"ページ","Pagination Navigation":"ページネーション・ナビゲーション","Panorama":"パノラマ","Panoramas":"パノラマ","Part of all selected photos":"選択された写真の一部","Part of some selected photos":"写真の一部","Password":"パスワード","Password changed":"パスワードが変更されました","Pause":"一時停止","Payment required":"支払いが必要だ","People":"人","People you share a link with will be able to view public contents.":"あなたがリンクを共有した人だけが公開された内容を閲覧できます。","Permanently deleted":"完全に削除されました","Permission denied":"アクセスが拒否されました","Person":"人物","Person cover updated":"人物カバーが更新された","Person deleted":"人を削除しました","Person not found":"人が見つかりません","Person saved":"保存された人","Personal":"個人","Photo":"写真","PhotoPrism is 100% self-funded and independent.":"PhotoPrism は100%自己資金で運営されている独立系企業です。","PhotoPrism+ Membership":"PhotoPrism+ メンバーシップ","Photos":"写真","Picture":"写真","Picture Title":"写真タイトル","Pink":"ピンク","Pinned":"固定","Place":"場所","Place & Time":"場所と時間","Places":"場所","Play":"再生","Please confirm your new password.":"新しいパスワードを再入力してください。","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"ランダムに生成された次のアプリパスワードをコピーして安全な場所に保存してください。このパスワードは再表示できません:","Please do not upload any private, unlawful or offensive pictures.":"私的、違法、不快な写真はアップロードしないでください。","Please don't upload photos containing offensive content.":"過激な内容を含む写真はアップロードしないでください。","Please enter OTP character {0}":"OTP {0} を入力してください","Please log in to your account":"アカウントにログインしてください","Please note that changing your password will log you out on other devices and browsers.":"パスワードを変更すると、他のデバイスやブラウザでログアウトされますのでご注意ください。","Please restart your instance for the changes to take effect.":"変更を反映するために、インスタンスを再起動してください。","Please wait…":"お待ちください…","PM":"PM","PNG Size Limit: %{n}px":"PNG サイズ制限: %{n} px","Portal":"ポータル","Portrait":"ポートレート","Preserve filenames":"ファイル名を保持","Press enter to create a new album.":"Enter キーを押して新しいアルバムを作成します。","Press enter to create new item":"エンターキーを押して新規項目を作成する","Prevent database and album backups as well as YAML sidecar files from being created.":"データベースとアルバムのバックアップ、YAML サイドカーファイルが生成されないようにします。","Prevent other apps from accessing PhotoPrism as a shared network drive.":"他のアプリが PhotoPrism を共有ネットワークドライブとしてアクセスできないようにします。","Preview":"プレビュー","Preview Images":"プレビュー画像","Previous":"前へ","Previous page":"前のページ","Previous visual":"以前のビジュアル","Primary":"プライマリ","Private":"プライベート","Processing upload...":"アップロードの処理...","Product Feedback":"製品フィードバック","Projection":"投影","Purple":"紫","Quality Filter":"品質フィルター","Quality Score":"品質スコア","Quota exceeded":"ノルマ超過","Random":"ランダム","Rating {0} of {1}":"{1} 中 {0} の評価","Raw":"Raw","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"既にインデックスされたものや変更されていないファイルを含むオリジナルを再度インデックスします。","Read-Only Mode":"読み込み専用モード","Recently Added":"最近追加","Recently Archived":"最近アーカイブ","Recently Edited":"最近編集","Recognition starts after indexing has been completed.":"認識はインデックスが完了した後に開始されます。","Recognized":"認識済み","Recovery Code":"リカバリーコード","Red":"赤","Refresh":"リフレッシュ","Regions":"地域","Register":"登録","Registration disabled":"登録は無効になっています","Reload":"再読み込み","Reloading…":"再読み込みしています…","Remote Sync":"リモート同期","Remove":"削除","remove failed: unknown album":"削除に失敗しました: 不明なアルバムです","Remove from Album":"アルバムから削除","Remove from all":"すべてから外す","Remove from all selected photos":"選択したすべての写真から削除する","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"インポートされたファイルを削除してストレージを節約します。対応していない形式のファイルは削除されることなく、現在の場所に残ります。","Remove the selected instance from the cluster registry?":"選択したインスタンスをクラスタ・レジストリから削除するか?","Removed":"削除","Removed %{name}":"%{name} を削除した","Removed %d files and %d photos":"%d 件のファイルと %d 件の写真が削除されました","Repeated":"繰り返し","Request failed - are you offline?":"リクエストに失敗しました - オフラインですか?","Request failed - invalid response":"リクエストに失敗しました - 不正なレスポンスです","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"写真以外の画像や低品質の画像は、検索結果に表示される前にレビューすることを必須にします。","Resolution":"解像度","Restart":"再起動","Restore":"復元","Restored":"復元されました","Retry Limit":"リトライ回数制限","Retype Password":"パスワード再入力","Review":"レビュー","Role":"役割","Roles":"役割","Rotated":"回転","Rows per page:":"ページあたりの行数:","Satellite":"衛星","Save":"保存","Save changes":"変更を保存する","Scan":"スキャン","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"認証アプリで QR コードをスキャンするか、以下のセットアップキーを使用して、生成された確認コードを入力してください:","Scans":"スキャン","Scope":"スコープ","Scopes":"スコープ","Search":"検索","Season":"季節","Secret":"シークレット","Security and Access":"セキュリティとアクセス","Select":"選択","Select a source folder to import files…":"ファイルをインポートする元フォルダーを選択する…","Select date":"日付選択","Select dates":"日付選択","Select or create albums":"アルバムを選択または作成する","Select or create labels":"ラベルを選択または作成する","Select or drop files to upload…":"ファイルを選択またはドロップしてアップロードする","Select the files to upload…":"アップロードするファイルを選択する…","Select the folder to be indexed…":"インデックスするフォルダを選択する…","Select Time":"時刻選択","Selection":"セレクション","Selection added to %s":"選択した項目が %s に追加されました","Selection approved":"選択した項目が承認されました","Selection archived":"選択した項目がアーカイブされました","Selection marked as private":"選択した項目がプライベートに設定されました","Selection not found":"選択した項目は存在しません","Selection restored":"選択した項目が復元されました","Sequential Name":"連名","Service":"サービス","Service URL":"サービス URL","Services":"サービス","Session":"セッション","Session ID":"セッション ID","Sessions":"セッション","Set as Album Cover":"アルバムカバーに設定する","Set as Cover Image":"表紙画像に設定する","Settings":"設定","Settings saved":"設定が保存されました","Setup":"セットアップ","Severity":"重大性","Share":"共有","Share %{s}":"%{s} を共有","Show":"表示","Show All Labels":"すべてのラベルを表示する","Show all new faces":"すべての新しい顔を表示","Show Caption":"キャプションを表示する","Show Captions":"キャプションを表示","Show face markers":"フェイスマーカーを表示する","Show hidden":"非表示項目を表示","Show Important Only":"重要なものだけを表示する","Show logs in the web interface to monitor activity and troubleshoot problems.":"ウェブ・インターフェイスにログを表示して、アクティビティを監視し、問題をトラブルシューティングする。","Show smart albums that group pictures by occasion, trip, or location.":"機会、旅行、場所ごとに写真をグループ化したスマートアルバムを表示する。","Show the Account page so users can manage their profile and security settings.":"ユーザーがプロフィールとセキュリティ設定を管理できるように、Accountページを表示する。","Show the Calendar view to browse the library by year and month.":"カレンダービューを表示し、ライブラリーを年月でブラウズする。","Show the Labels section to view and manage AI-generated labels.":"AIが作成したラベルを表示・管理するには、「ラベル」セクションを表示する。","Show the Library section to index, manage, and monitor the media library.":"メディア・ライブラリーのインデックス、管理、監視を行うために、ライブラリー・セクションを表示する。","Show the Places view with interactive maps so you can browse photos by location.":"場所]ビューをインタラクティブな地図で表示し、場所ごとに写真をブラウズできる。","Show Titles":"タイトルを表示","Sidecar":"サイドカー","Sidecar Files":"サイドカーファイル","Sign in":"サインイン","Sign Out":"ログアウト","Similar":"似ている項目","Site URL":"サイトURL","Size":"サイズ","Slideshow":"スライドショー","Slow":"低速","Software":"ソフトウェア","Software Update":"ソフトウェアアップデート","Some albums could not be copied":"コピーできないアルバムもある","Some albums could not be created. Please edit the names and try again.":"一部のアルバムが作成できなかった。名前を編集して再試行してください。","Some albums could not be updated":"一部のアルバムが更新できなかった","Something went wrong, try again":"何かが間違っています。もう一度やり直してください","Sort by":"並び替え","Sort by Name (A–Z)":"名前順(A-Z)","Sort by Photo Count":"写真の枚数で並べ替える","Sort by Relevance":"関連性でソートする","Sort Order":"並び替え順","Sorted ascending.":"昇順にソートされています。","Sorted descending.":"降順にソートされています。","Source":"ソース","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":"スタック","Start":"開始","Start Page":"スタートページ","Static Size Limit: %{n}px":"静的サイズ制限: %{n} px","Status":"状態","Stay signed in on this device":"このデバイスでサインインしたままにする","Stop Casting":"キャスティングを止める","Storage":"ストレージ","Streets":"市街","Subject":"件名","Subject deleted":"件名を削除しました","Subject not found":"件名が見つかりません","Subject saved":"保存対象","Successfully activated":"正常に有効化されました","Successfully Connected":"接続に成功しました","Successfully deleted":"削除に成功しました","Successfully verified":"検証に成功しました","Super Admin":"スーパーアドミン","Support for additional services, like Google Drive, will be added over time.":"Google ドライブなどの追加のサービスのサポートが順次追加される予定です。","Support Our Mission":"私たちのミッションを支援","Sync":"同期","Sync raw and video files":"Raw ファイルや動画ファイルを同期","Taken":"撮影日","Teal":"青緑","Terrain":"地形","Text":"テキスト","Thank You for Your Support!":"ご支援ありがとうございます!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"そのため、PhotoPrism は自由、プライバシー、機能性を損なうことなく、必要なときに使えるように一から作り上げました。","The index currently contains %{n} hidden files.":"インデックスには現在 %{n} 件の隠しファイルがあります。","The instance rejected the cluster credentials.":"インスタンスはクラスタの認証情報を拒否した。","The instance returned an unexpected redirect.":"インスタンスが予期しないリダイレクトを返した。","The wakeup interval is %s, but must be 1h or less":"ウェイクアップ間隔は %s ですが、1時間以内で指定する必要があります","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"それらの形式がサポートされていないか、まだ JPEG に変換されていないか、重複している可能性があります。","Theme":"テーマ","This account is missing an ID and can't be edited.":"このアカウントにはIDが設定されていないため、編集できない。","This field is required":"このフィールドは必須です","This instance has no site URL configured.":"このインスタンスにはサイトURLが設定されていない。","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 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. ":"オリジナルフォルダをネットワークドライブとしてマウントし、あなたのコンピュータまたはスマートフォンからまるでローカルのようにファイルを開き、編集、削除できるようにします。","Time":"時間","Time UTC":"UTC 時間","Time Zone":"タイムゾーン","Timeout":"タイムアウト","Title":{"":"タイトル","Account":"タイトル","Photo":"タイトル"},"Title / Position":"タイトル / 位置","to":"対象","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"アカウントがロックアウトされないようにするには、今すぐこの回復コードをダウンロード、印刷、コピーして、安全な場所に保管してください。","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"新しいアプリ固有のパスワードを生成するには、アプリケーションの名前と承認範囲を入力し、有効期限を選択してください:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"新しい認証アプリまたはデバイスに切り替えるには、まず2要素認証を無効にしてから再度有効にします:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"アップグレードするには、アクティベーションコードを入力するか、「登録」をクリックして当社ウェブサイトからサインアップしてください:","Today":"今日","Toggle View":"表示切り替え","Token":"トークン","Too many files selected":"選択されたファイルが多すぎます","Too many requests":"リクエストが多すぎます","Troubleshooting":"トラブルシューティング","Try again using other filters or keywords.":"他のフィルターまたはキーワードで試してみてください。","Two-factor authentication has been enabled for your account.":"あなたのアカウントでは2要素認証が有効になっています。","Type":"種類","Unable to delete":"削除できない","Unable to do that":"その操作はできません","Unassign":"割り当てを解除する","Unauthorized":"未承認","Undo":"取り消し","Unique ID":"一意の ID","Unknown":"不明","Unknown location":"不明な場所","Unregistered":"未登録","Unsorted":"未分類","Unstack":"スタック解除","Unsupported":"サポートされていません","Unsupported format":"非対応のフォーマットです","Unsupported type":"サポートされていない形式です","Updated":"更新日","Updating faces":"顔を更新しています","Updating index":"インデックスを更新しています","Updating moments":"モーメントを更新しています","Updating picture…":"写真を更新しています…","Updating previews":"プレビューを更新しています","Updating stacks":"スタックを更新しています","Upgrade":"アップグレード","Upgrade Now":"今すぐアップグレード","Upload":"アップロード","Upload complete":"アップロード完了","Upload complete. Indexing…":"アップロードが完了しました。インデックスしています…","Upload failed":"アップロードに失敗しました","Upload has been processed":"アップロードが完了しました","Upload local files":"ローカルファイルをアップロード","Upload might be offensive":"アップロードされた項目に過激なものが含まれている可能性があります","Upload Path":"アップロードパス","Uploading %{n} of %{t}…":"%{t} 件中 %{n} 件目をアップロードしています…","Uploading photos…":"写真をアップロードしています…","Uploading…":"アップロード中…","Uploads that may contain such images will be rejected automatically.":"そのような画像を含むアップロードは自動的に拒否されます。","URL":"URL","Use Presets":"プリセットを使用","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"認証アプリで有効な確認コードを生成できない場合は、次の回復コードを使用してアカウントにアクセスしてください:","Use your recovery code or contact an administrator for help.":"リカバリーコードを使用するか、管理者に問い合わせてください。","User":"ユーザー","User Guide":"ユーザーガイド","User Interface":"ユーザーインターフェース","User not found":"ユーザーが存在しません","Username":"ユーザー名","Users":"ユーザー","UUID":"UUID","Vector":"ベクター","Vectors":"ベクター","Verification Code":"検証コード","Verified email required":"認証済みメールアドレスが必要です","Version":"バージョン","Video":"動画","Video Duration":"動画の長さ","Videos":"動画","View":"表示","View search results as a list.":"検索結果を一覧表示します。","Viewer":"ビューア","Vision":"ビジョン","Visitor":"ビジター","Visual Similarity":"視覚的類似性","Warning":"警告","Web Login":"ウェブログイン","WebDAV":"WebDAV","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 アップロード","WebGL support is disabled in your browser":"お使いのブラウザで WebGL のサポートが無効化されています","Website":"ウェブサイト","White":"白","Work Details":"業務内容","Year":"年","Yellow":"黄","Yes":"はい","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"メンバーシップに関するご質問は、membership@photoprism.app までご連絡ください。","You can only download one album":"1 件のアルバムのみダウンロードできます","You can only download one label":"1 件のラベルのみダウンロードできます","You can search for a location or move the marker on the map to change the position:":"場所を検索したり、地図上のマーカーを動かして位置を変えることができる:","You can upload up to %{n} files for test purposes.":"テスト用に最大 %{n} 件のファイルをアップロードできます。","You cannot change your own role.":"自分の役割を変えることはできない。","You do not have access to any instances.":"どのインスタンスにもアクセスできない。","You may only select one item":"1 件だけ選択してください","You may rescan your library to find additional faces.":"さらに顔を見つけるには、ライブラリを再スキャンしてください。","Your account could not be connected":"アカウントに接続できませんでした","Your account has been successfully connected.":"アカウントが正常に接続されました。","Your browser does not support WebGL":"お使いのブラウザでは WebGL を利用できません","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"皆様の継続的なご支援により、私たちは定期的なアップデートを提供し、独立性を保ち、使命を果たし、お客様のプライバシーを保護することができます。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"あなたのライブラリは継続的に分析され、特別な瞬間、旅行、場所を記録したアルバムを自動的に作成します。","Zip created in %d s":"%d 秒で zip ファイルを作成しました","Zoom in/out":"ズームイン/アウト","Archive":{"Noun":"アーカイブ","Verb":"アーカイブ"},"Add a Title":{"Photo":"タイトルを追加する"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/ko.json b/frontend/src/locales/json/ko.json index 0c92480e6..12b23a9ca 100644 --- a/frontend/src/locales/json/ko.json +++ b/frontend/src/locales/json/ko.json @@ -1 +1 @@ -{"ko":{"{0} appended action":"{0} 추가 작업","{0} files":"{0} 파일","{0} files ({1} in total)":"{0} 파일(총 {1}개)","{0} more":"{0} 더보기","{0} prepended action":"{0} 선행 작업","{0} selected":"{0} 선택됨","{0}-{1} of {2}":"{2}의 {0}-{1}","%{n} albums found":"%{n}개 앨범을 찾음","%{n} files uploaded":"%{n}개 파일 업로드함","%{n} folders found":"%{n}개 폴더를 찾음","%{n} GB of %{q} GB used":"%{n} q}의 GB 사용된 GB","%{n} labels found":"%{n}개 라벨을 찾음","%{n} people found":"%{n}명을 찾았습니다","%{n} pictures found":"사진 %{n}장 찾았습니다","%{s} is too long":"s}가 너무 깁니다.","%{s} is too short":"s}가 너무 짧습니다.","%d entries added to %s":"%d 항목이 %s에 추가됨","%d entries removed from %s":"%d 항목이 %s에서 제거됨","%d files uploaded in %d s":"%d개의 파일이 %d초에 업로드됨","%s already exists":"%s가 이미 존재함","%s has been restored":"%s이(가) 복원되었습니다","1 hour":"1시간","12 hours":"12시간","2-Factor Authentication":"2단계 인증","2FA":"2FA","4 hours":"4시간","A click will copy it to your clipboard.":"클릭하면 클립보드에 복사됩니다.","A new version of %{s} is available:":"s}의 새 버전을 사용할 수 있습니다:","About":"정보","Access granted.":"접근이 허용되었습니다.","Access revoked.":"접근 권한이 취소되었습니다.","Access Token":"액세스 토큰","Account":"계정","Account created":"계정 생성됨","Account deleted":"계정 삭제됨","Account Group Mappings":"계정 그룹 매핑","Account not found":"계정을 찾을 수 없음","Account restored":"계정이 복원되었습니다.","Account saved":"계정이 저장됨","Accounts":"계정","Accuracy":"정확도","Action":"동작","Actions":"동작","Activate":"활성화","Activate to remove sorting.":"정렬을 제거하려면 활성화합니다.","Activate to sort ascending.":"오름차순으로 정렬하려면 활성화합니다.","Activate to sort descending.":"활성화하면 내림차순으로 정렬됩니다.","Activation Code":"활성화 코드","Activity":"활동","Add":"추가","Add %{s}?":"이름 추가 %{s}?","Add a Caption":"캡션 추가","Add Account":"계정 등록","Add Album":"앨범 추가","Add Link":"링크 추가","Add Notes":"메모 추가","Add person?":"사람을 추가하시겠습니까?","Add pictures from search results by selecting them.":"검색 결과에서 사진을 선택해 추가할 수 있습니다.","Add to album":"앨범에 추가","Add to all":"모두에 추가","Add to all selected photos":"선택한 모든 사진에 추가","Added":"추가됨","Added %{name}":"%{name}을(를) 추가했습니다.","Adjust Camera Info":"카메라 정보 조정","Adjust Date & Time":"날짜 및 시간 조정","Adjust Location":"위치 조정","Admin":"관리자","Advanced":"고급","Advertise URL":"광고 URL","After 1 day":"1일 후","After 3 days":"3일 후","After 7 days":"7일 후","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"확인을 위해 비밀번호를 입력한 후 호환되는 인증 앱 또는 장치를 사용하여 2단계 인증을 설정할 수 있습니다.","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 %s deleted":"앨범 %s이(가) 삭제됨","Album Backups":"앨범 백업","Album contents cloned":"복제된 앨범 콘텐츠","Album created":"앨범 생성됨","Album deleted":"앨범 삭제됨","Album not found":"앨범을 찾을 수 없음","Album saved":"앨범 저장됨","Albums":"앨범","Albums deleted":"앨범 삭제됨","All":"모두","All %{n} albums loaded":"모든 %{n}개 앨범 로딩됨","All %{n} labels loaded":"모든 %{n}개의 라벨 로딩됨","All %{n} people loaded":"모든 %{n}명 로딩됨","All Cameras":"모든 카메라","All Categories":"모든 카테고리","All Colors":"모든 색깔","All Countries":"모든 나라","All files from import folder":"폴더의 모든 파일 가져오기","All Lenses":"모든 렌즈","All Months":"모든 달","All originals":"모든 원본","All Years":"모든 년도","Allow configuration and use of connected apps and services for remote uploads and sync.":"원격 업로드 및 동기화를 위해 연결된 앱과 서비스를 구성하고 사용할 수 있도록 허용합니다.","Allow editing of metadata such as title, description, date, and location.":"제목, 설명, 날짜, 위치 등의 메타데이터 편집을 허용합니다.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"여러 사진의 메타데이터, 레이블 및 앨범을 한 번에 편집할 수 있습니다.","Allow files to be copied or moved from the Import to the Originals folder.":"가져오기 도구를 활성화하여 가져오기 폴더에서 원본으로 파일을 복사하거나 이동합니다.","Allow files to be permanently deleted to free up storage space.":"파일을 영구 삭제하여 저장 공간을 확보할 수 있도록 허용합니다.","Allow users to archive photos and videos so they are hidden without being deleted.":"사용자가 사진과 동영상을 보관하여 삭제되지 않고 숨길 수 있도록 허용합니다.","Allow users to create and share links, and enable sharing with connected services.":"사용자가 링크를 만들고 공유할 수 있도록 허용하고 연결된 서비스와의 공유를 활성화합니다.","Allow users to upload new photos and videos through the web interface.":"사용자가 웹 인터페이스를 통해 새 사진과 동영상을 업로드할 수 있도록 허용합니다.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"대신, Nextcloud와 같은 WebDAV 서버에 직접 파일을 업로드할 수 있습니다.","Altitude":"고도","Altitude (m)":"고도 (m)","AM":"AM","Animated":"움직이는 사진","Animation":"애니메이션","Animations":"애니메이션","Any private photos and videos remain private and won't be shared.":"모든 비공개 사진과 동영상은 비공개로 유지되며 공유되지 않습니다.","API Key":"API 키","Application":"애플리케이션","Applications":"애플리케이션","Approve":"승인","Approve and save changes":"변경 사항 승인 및 저장","Apps and Devices":"앱 및 디바이스","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 delete this album?":"이 앨범을 삭제하시겠습니까?","Are you sure you want to permanently delete these pictures?":"이 사진을 영구적으로 삭제하시겠습니까?","Are you sure you want to permanently delete this file?":"이 파일을 영구적으로 삭제 하시겠습니까?","Are you sure?":"확실합니까?","Artist":"아티스트","Aspect Ratio":"종횡비","Attributes":"속성","Audio":"오디오","Audit Log":"오디오","Authentication":"인증","Auto":"자동","Back":"뒤쪽에","Back to top":"맨 위로 돌아가기","Backup":"백업","Badge":"배지","Base Path":"기본 경로","Batch":"배치","Batch Edit":"일괄 편집","Become a member today, support our mission and enjoy our member benefits!":"지금 바로 회원으로 가입하여 우리의 미션을 지원하고 회원 혜택을 누려보세요!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"100% 자체 자금으로 운영되며 독립되었기에, 우리는 귀하의 데이터를 절대 판매하지 않으며 소프트웨어와 서비스에 대해 항상 투명할 것임을 약속할 수 있습니다.","Bio":"바이오","Birth Date":"생일","Black":"검은색","Blue":"파란색","Brown":"갈색","Browse":"찾아보기","Browse Files":"파일 찾아보기","Browse Pictures":"사진 찾아보기","Bug Report":"버그 신고","Busy, please try again later":"바쁘니 나중에 다시 시도해 주세요","Busy, please wait…":"처리중, 잠시만 기다려주세요…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"당사가 제공하는 소프트웨어 및 서비스를 사용함으로써 귀하는 당사의 서비스 약관, 개인 정보 보호 정책 및 행동 강령에 동의하는 것입니다.","Calendar":"달력","Camera":"카메라","Camera not found":"카메라를 찾을 수 없습니다","Camera Serial":"카메라 일련 번호","Can't access your authenticator app or device?":"인증 앱 또는 디바이스에 액세스할 수 없나요?","Can't load more, limit reached":"더 로드할 수 없습니다. 한도에 도달했습니다.","Can't select more items":"더 많은 아이템을 선택할 수 없습니다","Cancel":"취소","Cannot copy to clipboard":"클립보드에 복사할 수 없습니다.","Caption":"캡션","Cards":"카드","Carousel slide {0} of {1}":"1}의 {0} 캐러셀 슬라이드","Cast":"출연진","Category":"범주","Change Avatar":"아바타 변경","Change Password":"비밀번호 변경","Change private flag":"비공개 플래그 변경하기","Changes could not be saved":"변경 사항을 저장할 수 없음","Changes successfully saved":"변경사항이 성공적으로 저장되었습니다","Changes to the advanced settings require a restart to take effect.":"고급 설정의 변경 사항을 적용하려면 다시 시작해야 합니다.","Checked":"확인됨","Choose an instance to continue:":"계속하려면 인스턴스를 선택하세요:","Chroma":"채도","Cleaning index and cache":"인덱스 및 캐시 정리","Cleanup":"정리","Clear":"지우기","Clear {0}":"지우기 {0}","Client":"클라이언트","Close":"닫기","Cluster":"클러스터","Cluster Admin":"클러스터 관리자","Cluster Node":"클러스터 노드","Codec":"코덱","Color":"색깔","Color Profile":"색상 프로필","Colors":"색깔","Compare Editions":"에디션 비교","Complete Rescan":"완전 다시 색인","Confidence":"신임도","Confirm":"확인하다","Connect":"연결","Connect via WebDAV":"WebDAV로 연결하기","Connected":"연결됨","Contact Details":"세부 연락처","Contact Us":"문의하기","Contains %{n} pictures.":"%{n}개의 사진이 포함되어 있습니다.","Contains one picture.":"한 장의 사진이 포함되어 있습니다.","Content":{"":"콘텐츠","Edit":"콘텐츠"},"Continue":"계속하다","Contributor":"기여자","Converting":"변환하는 중","Copied to clipboard":"클립보드에 복사했습니다","Copy":"복사","Copying files from %s":"%s에서 파일 복사","Copyright":"저작권","Could not be deleted":"삭제할 수 없음","Could not connect, please try again":"연결할 수 없습니다. 다시 시도해 주세요","Could not update person cover":"사람 표지를 업데이트할 수 없습니다.","Couldn't find anything.":"아무것도 찾을 수 없습니다.","Country":"나라","Create Account":"계정 만들기","Create album":"앨범 만들기","Create regular backups based on the configured schedule.":"구성된 일정에 따라 인덱스 백업을 생성합니다.","Create YAML files to back up album metadata.":"앨범 메타데이터를 백업할 YAML 파일을 만듭니다.","Create YAML sidecar files to back up picture metadata.":"사진 메타데이터를 백업하는 YAML 사이드카 파일을 만듭니다.","Created":"만듦","Creating thumbnails for":"축소판 만들기","Current Password":"현재 비밀번호","Custom":"사용자 지정","Cyan":"청록색","Daily":"매일","Database":"데이터베이스","Database Backups":"데이터베이스 백업","Databases":"데이터베이스","Date & Time":"날짜 및 시간","Day":"일","Deactivate":"비활성화","Debug Logs":"디버그 로그","Default":"기본값","Default Folder":"기본 폴더","Delete":"삭제","Delete Album":"앨범 삭제","Delete All":"모두 삭제","Delete all?":"모두 삭제하시겠습니까?","Delete orphaned index entries, sidecar files and thumbnails.":"고아가 된 색인 항목, 사이드카 파일 및 썸네일을 삭제합니다.","deleted":"삭제됨","Description":"설명","Detailed instructions can be found in our User Guide.":"자세한 지시는 사용설명서에서 찾을 수 있습니다.","Details":"세부 사항","Dimensions":"치수","Disable all face detection and recognition features.":"모든 얼굴 감지 및 인식 기능을 비활성화합니다.","Disable Backups":"백업 비활성화","Disable Darktable":"다크테이블 비활성화","Disable ExifTool":"ExifTool 비활성화","Disable Faces":"얼굴 비활성화","Disable features that require write permission for the originals folder.":"원본 폴더에 대한 쓰기 권한이 필요한 기능을 비활성화합니다.","Disable FFmpeg":"FFmpeg 비활성화","Disable ImageMagick":"ImageMagick 비활성화","Disable interactive world maps and reverse geocoding.":"대화형 세계 지도를 비활성화하고 지오코딩을 역방향으로 설정합니다.","Disable MCP":"MCP 비활성화","Disable Places":"장소 비활성화","Disable RawTherapee":"RawTherapee 비활성화","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"AI 상담원 통합을 위해 MCP(모델 컨텍스트 프로토콜) API 엔드포인트를 비활성화합니다.","Disable Vectors":"벡터 비활성화","Disable WebDAV":"WebDAV 비활성화","Disabled":"비활성화","Disables vector graphics support.":"벡터 그래픽 지원을 비활성화합니다.","Disables video transcoding and thumbnail extraction.":"동영상 트랜스코딩 및 썸네일 추출을 비활성화합니다.","Discard":"폐기","Discard changes and close":"변경 사항 삭제 및 닫기","Discard invalid changes?":"유효하지 않은 변경 사항을 삭제하시겠습니까?","Discard unsaved changes?":"저장하지 않은 변경 사항을 삭제하시겠습니까?","Discover":"디스커버","Dismiss":"해지","Display Name":"닉네임","Display picture captions in search results.":"검색 결과에 사진 캡션을 표시합니다.","Display picture titles in search results.":"검색 결과에 사진 제목을 표시합니다.","Document":"문서","Documents":"문서","Don't use Darktable to convert RAW images.":"RAW 파일을 변환하는 데 Darktable을 사용하지 마십시오.","Don't use ImageMagick to convert images.":"이미지 변환에 ImageMagick을 사용하지 마세요.","Don't use RawTherapee to convert RAW images.":"RawTherapee를 사용하여 RAW 파일을 변환하지 마십시오.","Done":"완료","Done.":"완료.","Download":"다운로드","Download only original media files, without any automatically generated files.":"자동으로 생성된 파일 없이 원본 미디어 파일만 다운로드하세요.","Download remote files":"원격 파일 다운로드하기","Downloading…":"다운로드 중…","Drag and drop files here":"파일을 여기로 끌어다 놓기","Driver":"드라이버","Duplicates will be skipped and only appear once.":"중복은 건너뛰고 한 번만 나타납니다.","Duration":"기간","Dynamic Previews":"다이나믹 미리보기","Dynamic Size Limit: %{n}px":"다이나믹 크기 제한: %{n}px","Edit":"편집","Edit %{s}":"%{s} 편집하기","Edit Account":"계정 편집","Edit Photo":"사진 편집","Edit Photos (%{n})":"사진 편집(%{n})","Edited":"편집됨","Email":"이메일","Enable debug mode to display additional logs and help with troubleshooting.":"디버그 모드를 활성화하면 추가 로그를 표시하고 문제 해결에 도움을 받을 수 있습니다.","Enable downloading of original and sidecar files from the web interface.":"웹 인터페이스에서 원본 및 사이드카 파일을 다운로드할 수 있습니다.","Enable face recognition and the People view to easily find people you know.":"얼굴 인식과 사람들 보기를 활성화하여 지인을 쉽게 찾을 수 있습니다.","Enable new features that may be incomplete or unstable.":"불완전하거나 불안정할 수 있는 새로운 기능을 사용하도록 설정합니다.","Enable the file browser to navigate the Originals folder structure.":"파일 브라우저를 활성화하여 Origin 폴더 구조를 탐색합니다.","Enables RAW converter presets. May reduce performance.":"RAW 변환기 사전 설정을 활성화합니다. 성능이 저하될 수 있습니다.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"이중 인증을 활성화하면 로그인하려면 무작위로 생성된 인증 코드가 필요하므로 누군가가 귀하의 비밀번호에 접근하더라도 귀하의 계정에 접근할 수 없습니다.","Engine":"엔진","Enter date":"날짜 입력","Enter dates":"날짜 입력","Enter item name...":"항목 이름 입력...","Enter the code generated by your authenticator app:":"인증 앱에서 생성한 코드를 입력합니다:","Enter verification code":"인증코드를 입력하세요","Enter your password to confirm the action and continue:":"작업을 확인하고 계속하려면 비밀번호를 입력하세요.","Entity not found":"항목을 찾을 수 없음","Error":"오류","Errors":"오류","Estimate":"견적","Estimate Locations":"예상 위치","Estimate the approximate location of pictures without GPS coordinates.":"GPS 좌표 없이 사진의 대략적인 위치를 추정합니다.","Every two days":"2일마다","Exclude hidden":"숨김 제외","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"전체 비디오, 라이브 사진 및 XMP를 지원하려면 ExifTool을 사용한 메타데이터 추출이 필요합니다.","Experimental Features":"실험실 기능","Expires":"만료","Exposure":"노출","Extract still images and generate thumbnails while indexing.":"인덱싱하는 동안 정지 이미지를 추출하고 썸네일을 생성합니다.","F Number":"F 숫자","Face":"얼굴","Face not found":"얼굴을 찾을 수 없음","Faces":"얼굴","Failed creating file, please check permissions":"파일 생성에 실패했습니다. 권한을 확인하세요","Failed creating folder, please check permissions":"폴더를 만들지 못했습니다. 권한을 확인하세요","Failed removing link":"링크를 제거하지 못했습니다","Failed to connect account.":"계정을 연결하지 못했습니다.","Failed to create zip file":"zip 파일 생성 실패","Failed to load users.":"사용자를 불러오는 데 실패했습니다.","Failed to remove face marker":"얼굴 마커를 제거하지 못했습니다.","Failed to remove name":"이름을 삭제하지 못했습니다.","Failed to restart server":"서버 재시작에 실패했습니다","Failed to save changes":"변경 사항을 저장하지 못했습니다.","Failed to save face marker":"얼굴 마커 저장 실패","Failed to save name":"이름을 저장하지 못했습니다.","Failed updating link":"링크를 업데이트하지 못했습니다","Family Name":"성","Fast":"빠른","Favorite":"즐겨 찾기","Favorites":"즐겨 찾기","Feature disabled":"기능 비활성화됨","Feature Request":"기능 요청","Female":"여성","File":"파일","File Browser":"파일 탐색기","File Conversion":"파일 변환","File deleted":"파일이 삭제됨","File Name":"파일 이름","File not found":"파일을 찾을 수 없음","File removed from stack":"스택에서 제거된 파일","File Size":"파일 크기","File too large":"파일이 너무 큽니다","File uploaded":"업로드된 파일 1개","Filename":"파일이름","Files":"파일","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"'IMG_1234(2)', 'IMG_1234(3)'과 같이 순차적인 이름을 가진 파일은 같은 그림에 속합니다.","First page":"첫 페이지","Focal Length":"초점 거리","Folder":"폴더","Folder contains %{n} files":"폴더에 %{n} 파일을 포함됨","Folder is empty":"폴더가 비어 있습니다","Folders":"폴더","Forgot password?":"비밀번호를 잊으셨나요?","FPS":"FPS","Frames":"프레임","Full Access":"전체 권한","Fullscreen":"전체 화면","General":"일반","Generate":"생성하다","Generate Previews":"미리보기 생성","Generated":"생성됨","Get Started":"시작하기","Given Name":"이름","Global Options":"글로벌 옵션","Go to page {0}":"페이지 {0}로 이동","Gold":"금색","Green":"녹색","Grey":"회색","Groups":"그룹","Guest":"게스트","Hash":"해시","Help":"도움말","Help & Support":"도움말/지원","Hidden":"숨김","Hidden Files":"숨김 파일","Hide":"숨기기","Hide Caption":"캡션 숨기기","Hide face markers":"얼굴 마커 숨기기","Hide private content from global views while keeping it accessible in the Private section.":"비공개 항목은 글로벌 보기에서 숨기고 비공개 섹션에서는 계속 액세스할 수 있습니다.","High":"높음","High Dynamic Range (HDR)":"HDR(하이 다이내믹 레인지)","Hybrid":"하이브리드","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"인증 앱이나 장치에 액세스할 수 없는 경우 복구 코드를 사용하여 계정에 다시 액세스할 수 있습니다.","Image":"이미지","Image Quality":"이미지 품질","Import":"가져오기","Import canceled":"가져오기 취소됨","Import completed in %d s":"%d초 후에 가져오기 완료","Import failed":"가져오기 실패","Imported files will be sorted by date and given a unique name to avoid duplicates.":"가져온 파일은 날짜별로 정렬되고 중복을 방지하기 위해 유일한 이름이 지정됩니다.","Importing %{s}…":"%{s} 가져오기 중…","Importing files to originals…":"오리지널에 가져 오는중…","in":"입력","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"예상한 사진이 누락된 경우 라이브러리를 다시 검색하고 색인 생성이 완료될 때까지 기다리십시오.","Include RAW image files when downloading stacks and archives.":"스택과 아카이브를 다운로드할 때 RAW 이미지 파일을 포함하세요.","Include sidecar files when downloading stacks and archives.":"스택과 아카이브를 다운로드할 때 사이드카 파일을 포함하세요.","Increase storage size or delete files to continue.":"계속하려면 저장 용량 크기를 늘리거나 파일을 삭제하세요.","Index":"색인","Indexing":"색인중","Indexing canceled":"인덱싱 취소됨","Indexing completed in %d s":"%d초 후에 인덱싱 완료","Indexing failed":"색인 실패","Indexing files in %s":"%s에서 파일 색인 생성","Indexing media and sidecar files…":"미디어 및 사이드카 파일 색인중…","Indexing originals...":"원본 색인 생성 중...","Information":"정보","Inherit":"상속","Instance":"인스턴스","Instance ID":"인스턴스 ID","Instance unreachable. Try again once it's back online.":"인스턴스에 연결할 수 없습니다. 다시 온라인 상태가 되면 다시 시도해 주세요.","Instances":"인스턴스","Insufficient storage":"저장 공간 부족","Insufficient storage.":"저장 공간 부족.","Interval":"간격","Invalid":"무효한","Invalid address":"잘못된 주소","Invalid country":"잘못된 국가","Invalid credentials":"잘못된 자격 증명","Invalid date":"잘못된 날짜","Invalid link":"유효하지 않은 링크입니다","Invalid name":"잘못된 이름","Invalid parameters":"잘못된 매개 변수","Invalid password, please try again":"비밀번호가 잘못되었습니다. 다시 시도해 주세요","Invalid photo selected":"잘못된 사진을 선택했습니다.","Invalid time":"유효하지 않은 시간","Invalid URL":"잘못된 URL","Invalid verification code, please try again":"잘못된 인증 코드입니다. 다시 시도해 주세요.","IP Address":"IP 주소","It is a one-time use code that will disable 2FA for your account when you use it.":"이는 귀하가 사용할 때 귀하의 계정에 대한 2FA를 비활성화하는 일회성 사용 코드입니다.","Item":"아이템","Items per page:":"페이지당 항목:","JPEG Quality: %{n}":"JPEG 품질: %{n}","JPEG Size Limit: %{n}px":"JPEG 크기 제한: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG 파일과 썸네일은 필요에 따라 자동으로 렌더딩 됩니다.","Keyword":"키워드","Keywords":"키워드","Label":"라벨","Label not found":"라벨을 찾을 수 없음","Label saved":"라벨이 저장되었습니다","Labels":"라벨","Labels deleted":"라벨 삭제됨","Language":"언어","Last Active":"마지막 활성","Last Login":"마지막 로그인","Last page":"마지막 페이지","Last Sync":"마지막 동기화","Last Used":"마지막으로 사용됨","Latitude":"위도","LDAP/AD":"LDAP/AD","Learn more":"더 보기","Learn More":"자세히 알아보기","Legal Information":"법률 정보","Lens":"렌즈","Lens not found":"렌즈를 찾을 수 없습니다","Library":"라이브러리","License":"라이센스","Like":"좋아요","Lime":"라임색","Limit reached, showing first %{n} files":"한도에 도달하여 처음 %{n} 파일을 표시합니다","Link":"링크","List":"리스트","List View":"목록 보기","Live":"라이브","Live Photos":"라이브 포토","Load more":"더 보기","Loading items...":"항목 로드 중...","Loading...":"로드 중...","Local":"로컬","Local Time":"현지 시간","Location":"위치","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"PhotoPrism이 깨진 파일을 발견하거나 다른 잠재적인 문제가 있을 때마다 로그 메시지가 여기에 나타납니다.","Login":"로그인","Logs":"로그","Longitude":"경도","Lost server connection":"서버 연결 끊김","Low":"낮음","Magenta":"마젠타색","Main Color":"주요 색깔","Male":"남성","Manage Account":"계정 관리","Manager":"관리자","Manual":"매뉴얼","Manual Upload":"수동 업로드","Maps":"지도","Marker":"마커","Maximum number of accounts has been reached.":"최대 계정 수에 도달했습니다.","Media":"미디어","Medium":"중간","Membership":"멤버쉽","Merge %{a} with %{b}?":"%{a}을 %{b}과(를) 병합하시겠습니까?","Message":"메시지","Metadata":"메타데이터","Metrics":"측정항목","Minimize":"최소화","Missing":"누락됨","Missing or invalid configuration":"구성이 누락되었거나 유효하지 않습니다.","mixed":"혼합","Moments":"나의 순간","Monochrome":"단색","Month":"달","More options":"추가 옵션","Mosaic":"모자이크","Most Relevant":"가장 관련성","Move Files":"파일 이동하기","Moving files from %s":"%s에서 파일 이동","Must have at least %{n} characters.":"8자 이상이어야 합니다.","Mute":"음소거","Name":"이름","Name too long":"이름이 너무 깁니다","Never":"안함","New":"신규","New Password":"새로운 비밀번호","Newest First":"최신 순","Next":"다음","Next page":"다음 페이지","Next visual":"다음 비주얼","No":"아니요","No Access":"접근 불가","No albums assigned":"할당된 앨범 없음","No albums found":"앨범이 없습니다","No albums selected":"앨범이 선택되지 않았습니다","No data available":"사용 가능한 데이터 없음","No files available for download":"다운로드할 수 있는 파일이 없습니다","No items selected":"선택된 항목이 없습니다","No labels assigned":"할당된 레이블 없음","No labels found":"라벨이 없습니다","No labels selected":"선택한 라벨이 없습니다","No matching records found":"일치하는 레코드가 없습니다.","No more":"더 이상","No people found":"사람이 없습니다","No pictures found":"사진이 없습니다","No recently edited pictures":"최근에 편집한 사진이 없습니다","No registered instances.":"등록된 인스턴스가 없습니다.","No results":"결과 없음","No server connection":"서버 연결 없음","No servers configured.":"구성된 서버가 없습니다.","No services configured.":"구성된 서비스가 없습니다.","No thanks":"아니요, 괜찮습니다","No users on this instance.":"이 인스턴스에는 사용자가 없습니다.","No warnings or error containing this keyword. Note that search is case-sensitive.":"이 키워드를 포함하는 경고 또는 오류가 없습니다. 검색은 대소문자를 구분합니다.","Node":"노드","Nodes":"노드","Non-photographic and low-quality images require a review before they appear in search results.":"사진이 아닌 저품질 이미지는 검색 결과에 표시되기 전에 검토가 필요합니다.","None":"없음","Not allowed":"허용되지 않음","Not available in public mode":"공개 모드에서는 사용할 수 없음","Not available in read-only mode":"읽기 전용 모드에서는 사용할 수 없음","Not found":"찾을 수 없음","Not sorted.":"정렬되지 않았습니다.","Not supported":"지원되지 않음","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서버만 백업 및 파일 업로드를 위한 원격 서비스로 구성할 수 있습니다.","Notes":"노트","Nothing to see here yet.":"아직 볼 것이 없습니다. 인내심을 가지세요.","Nothing was found.":"아무것도 발견되지 않았습니다.","Offline":"오프라인","OK":"확인","Oldest First":"오래된 순","On Windows, enter the following resource in the connection dialog:":"Windows의 경우 연결 대화 상자에 다음 리소스를 입력합니다.","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"썸네일을 주문형으로 생성하면 CPU 및 메모리 사용량이 높아질 수 있습니다. 리소스가 제한된 서버 및 NAS 장치에는 권장되지 않습니다.","Once a week":"일주일에 한 번","One album found":"1개 앨범 찾음","One entry added to %s":"%s에 항목 1개 추가됨","One entry removed from %s":"%s에서 항목 1개 삭제됨","One file found":"1개 파일 찾음","One file uploaded":"업로드된 파일 1개","One folder found":"1개 폴더 찾음","One label found":"라벨 1개를 찾았습니다.","One person found":"한 사람이 발견됨","One picture found":"사진 1장 발견","Only locally managed accounts can be set up for authentication with 2FA.":"2FA 인증을 위해 로컬로 관리되는 계정만 설정할 수 있습니다.","Open":"열기","optional":"선택 사항","or":"또는","Orange":"주황색","Organization":"조직","Orientation":"방향","Original file names will be stored and indexed.":"원본 파일 이름은 저장하고 색인됩니다.","Original Name":"원본 이름","Originals":"오리지널","Originals folder is empty":"원본 폴더가 비어 있습니다","Other":"다른","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"우리의 임무는 사진을 정리하고 액세스할 수 있도록 가장 사용자 및 개인 정보 보호 친화적 솔루션을 제공하는 것입니다.","Outdoor":"아웃도어","Page {0}, Current page":"페이지 {0}, 현재 페이지","Pages":"페이지","Pagination Navigation":"페이지 매김 탐색","Panorama":"파노라마","Panoramas":"파노라마","Part of all selected photos":"선택한 모든 사진의 일부","Part of some selected photos":"일부 선택된 사진의 일부","Password":"비밀번호","Password changed":"비밀번호 변경됨","Pause":"일시 정지","Payment required":"결제 필요","People":"사람","People you share a link with will be able to view public contents.":"링크를 공유한 사람들은 공개 콘텐츠를 볼 수 있습니다.","Permanently deleted":"영구 삭제됨","Permission denied":"권한이 없음","Person":"사람","Person cover updated":"인물 표지 업데이트","Person deleted":"삭제된 사람","Person not found":"사람을 찾을 수 없음","Person saved":"사람이 저장됨","Personal":"개인","Photo":"사진","PhotoPrism is 100% self-funded and independent.":"포토프리즘은 100% 자체 자금으로 독립적으로 운영됩니다.","PhotoPrism+ Membership":"포토프리즘+ 멤버십","Photos":"사진","Picture":"사진","Picture Title":"사진 제목","Pink":"분홍색","Pinned":"고정됨","Place":"장소","Place & Time":"장소 & 시간","Places":"장소","Play":"재생","Please confirm your new password.":"새 비밀번호를 확인하세요.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"무작위로 생성된 다음 앱 비밀번호는 다시 볼 수 없으므로 복사하여 안전한 곳에 보관하시기 바랍니다.","Please do not upload any private, unlawful or offensive pictures.":"사적이거나 불법적이거나 불쾌감을 주는 사진은 업로드하지 마세요.","Please don't upload photos containing offensive content.":"불쾌감한 콘텐츠 포함된 사진을 업로드하지 마십시오.","Please enter OTP character {0}":"OTP 문자 {0}을 입력하세요.","Please log in to your account":"귀하의 계정에 로그인하십시오","Please note that changing your password will log you out on other devices and browsers.":"비밀번호를 변경하면 다른 장치 및 브라우저에서 로그아웃됩니다.","Please restart your instance for the changes to take effect.":"변경 사항을 적용하려면 인스턴스를 다시 시작하세요.","Please wait…":"잠시만 기다려주세요…","PM":"PM","PNG Size Limit: %{n}px":"PNG 크기 제한: %{n}px","Portal":"포털","Portrait":"초상","Preserve filenames":"파일 이름 보류","Press enter to create a new album.":"새 앨범을 만들려면 Enter 키를 누르세요.","Press enter to create new item":"새 항목을 만들려면 Enter 키를 누릅니다.","Prevent database and album backups as well as YAML sidecar files from being created.":"데이터베이스 및 앨범 백업과 YAML 사이드카 파일이 생성되지 않도록 합니다.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"다른 앱이 공유 네트워크 드라이브로서 PhotoPrism에 액세스하지 못하도록 합니다.","Preview":"미리보기","Preview Images":"이미지 미리보기","Previous":"이전 게시물","Previous page":"이전 페이지","Previous visual":"이전 비주얼","Primary":"주요","Private":"비공개","Processing upload...":"업로드 처리 중...","Product Feedback":"제품 피드백","Projection":"투사","Purple":"보라색","Quality Filter":"품질 필터","Quality Score":"품질 점수","Quota exceeded":"할당량 초과","Random":"랜덤","Rating {0} of {1}":"1}의 {0} 등급","Raw":"원시","RAW":"날것의","Re-index all originals, including already indexed and unchanged files.":"이미 인덱싱되고 변경되지 않은 파일을 포함하여 모든 원본을 다시 인덱싱합니다.","Read-Only Mode":"읽기 전용 모드","Recently Added":"최근 추가됨","Recently Archived":"최근 아카이브","Recently Edited":"최근 편집","Recognition starts after indexing has been completed.":"인덱싱이 완료된 후 인식이 시작됩니다.","Recognized":"인정","Recovery Code":"복구 코드","Red":"빨간색","Refresh":"새로 고침","Regions":"지역","Register":"등록하기","Reload":"새로고침","Reloading…":"새로고침 중…","Remote Sync":"원격 동기화","Remove":"제거","remove failed: unknown album":"제거 실패 - 잘못된 앨범","Remove from Album":"앨범에서 제거","Remove from all":"모두에서 제거","Remove from all selected photos":"선택한 모든 사진에서 제거","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"가져온 파일을 제거하여 저장 공간을 절약하십시오. 지원되지 않는 파일 형식은 삭제되지 않으며 현재 위치에 남아 있습니다.","Remove the selected instance from the cluster registry?":"클러스터 레지스트리에서 선택한 인스턴스를 제거하시겠습니까?","Removed":"제거됨","Removed %{name}":"%{name}을(를) 삭제했습니다.","Removed %d files and %d photos":"파일 %d개와 사진 %d개를 삭제했습니다","Repeated":"반복","Request failed - are you offline?":"요청 실패 - 오프라인 상태인가요?","Request failed - invalid response":"요청 실패 - 잘못된 응답","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"사진이 아닌 이미지와 저화질 이미지는 검색 결과에 표시되기 전에 검토하도록 요구합니다.","Resolution":"해상도","Restart":"다시 시작","Restore":"복원","Restored":"복원됨","Retry Limit":"재시도 제한","Retype Password":"비밀번호 다시 입력","Review":"리뷰","Role":"역할","Roles":"역할","Rotated":"회전","Rows per page:":"페이지당 행 수입니다:","Satellite":"위성","Save":"저장","Save changes":"변경 사항 저장","Scan":"스켄","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"인증 앱으로 QR 코드를 스캔하거나 아래 표시된 설정 키를 사용한 후 생성된 확인 코드를 입력하세요.","Scans":"스켄","Scope":"범위","Scopes":"범위","Search":"검색","Season":"계절","Secret":"비밀","Security and Access":"보안 및 액세스","Select":"선택","Select a source folder to import files…":"파일을 가져올 소스 폴더를 선택합니다…","Select date":"날짜 선택","Select dates":"날짜 선택","Select or create albums":"앨범 선택 또는 생성","Select or create labels":"레이블 선택 또는 생성","Select or drop files to upload…":"업로드할 파일 선택 또는 드롭…","Select the files to upload…":"업로드할 파일 선택…","Select the folder to be indexed…":"색인할 폴더를 선택합니다…","Select Time":"시간 선택","Selection":"선택","Selection added to %s":"선택 항목이 %s에 추가됨","Selection approved":"선택 항목 승인됨","Selection archived":"선택 항목 보관됨","Selection marked as private":"비공개로 표시된 선택","Selection not found":"선택 항목을 찾을 수 없음","Selection restored":"선택 항목 복원됨","Sequential Name":"순차 이름","Service":"서비스","Service URL":"서비스 URL","Services":"서비스","Session":"세션","Session ID":"세션 ID","Sessions":"세션","Set as Album Cover":"앨범 표지로 설정","Set as Cover Image":"표지 이미지로 설정","Settings":"설정","Settings saved":"설정 저장됨","Setup":"설치","Severity":"심각도","Share":"공유","Share %{s}":"%{s} 공유하기","Show":"보이기","Show All Labels":"모든 레이블 표시","Show all new faces":"모든 새 얼굴 표시","Show Caption":"캡션 표시","Show Captions":"캡션 표시","Show face markers":"얼굴 마커 표시","Show hidden":"숨김 표시","Show Important Only":"중요만 표시","Show logs in the web interface to monitor activity and troubleshoot problems.":"웹 인터페이스에서 로그를 표시하여 활동을 모니터링하고 문제를 해결하세요.","Show smart albums that group pictures by occasion, trip, or location.":"상황, 여행 또는 위치별로 사진을 그룹화하는 스마트 앨범을 표시합니다.","Show the Account page so users can manage their profile and security settings.":"계정 페이지를 표시하여 사용자가 프로필 및 보안 설정을 관리할 수 있도록 합니다.","Show the Calendar view to browse the library by year and month.":"캘린더 보기를 표시하여 연도 및 월별로 라이브러리를 탐색할 수 있습니다.","Show the Labels section to view and manage AI-generated labels.":"레이블 섹션을 표시하여 AI가 생성한 레이블을 보고 관리할 수 있습니다.","Show the Library section to index, manage, and monitor the media library.":"라이브러리 섹션을 표시하여 미디어 라이브러리를 색인, 관리 및 모니터링할 수 있습니다.","Show the Places view with interactive maps so you can browse photos by location.":"위치별로 사진을 찾아볼 수 있도록 대화형 지도가 있는 장소 보기를 표시합니다.","Show Titles":"제목 표시","Sidecar":"사이드카","Sidecar Files":"사이드카 파일","Sign in":"등록","Sign Out":"로그아웃","Similar":"비슷한","Site URL":"사이트 URL","Size":"크기","Slideshow":"슬라이드쇼","Slow":"느림","Software":"소프트웨어","Software Update":"소프트웨어 업데이트","Some albums could not be copied":"일부 앨범을 복사할 수 없습니다.","Some albums could not be created. Please edit the names and try again.":"일부 앨범을 만들 수 없습니다. 이름을 수정한 후 다시 시도하세요.","Some albums could not be updated":"일부 앨범을 업데이트할 수 없습니다.","Something went wrong, try again":"문제가 발생했습니다. 다시 시도하세요.","Sort by":"정렬 기준","Sort by Name (A–Z)":"이름별 정렬(A-Z)","Sort by Photo Count":"사진 수로 정렬","Sort by Relevance":"관련성 기준으로 정렬","Sort Order":"정렬 방법","Sorted ascending.":"오름차순으로 정렬됩니다.","Sorted descending.":"내림차순으로 정렬됩니다.","Source":"소스","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":"스택","Start":"시작","Start Page":"시작 페이지","Static Size Limit: %{n}px":"스태틱 크지 제한: %{n}px","Status":"상태","Stay signed in on this device":"이 디바이스에서 로그인 상태 유지","Stop Casting":"캐스팅 중지","Storage":"저장고","Streets":"거리","Subject":"주제","Subject deleted":"제목 삭제됨","Subject not found":"제목을 찾을 수 없음","Subject saved":"주제가 저장됨","Successfully activated":"성공적으로 활성화되었습니다","Successfully Connected":"성공적으로 연결됨","Successfully deleted":"삭제 성공","Successfully verified":"성공적으로 확인되었습니다","Super Admin":"슈퍼 관리자","Support for additional services, like Google Drive, will be added over time.":"Google 드라이브와 같은 추가 서비스에 대한 지원은 시간이 지남에 따라 추가됩니다.","Support Our Mission":"우리의 임무를 지원","Sync":"동기화","Sync raw and video files":"원시 사진과 동영상 파일을 동기화하기","Taken":"찍음","Teal":"암녹색","Terrain":"지형","Text":"텍스트","Thank You for Your Support!":"여러분의 성원에 감사드립니다!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"그렇기 때문에 포토프리즘은 처음부터 자유, 개인정보 보호, 기능에 영향을 주지 않으면서 필요한 곳 어디에서나 실행할 수 있도록 설계되었습니다.","The index currently contains %{n} hidden files.":"현재 색인에서 %{n}개의 숨겨진 파일이 있습니다.","The instance rejected the cluster credentials.":"인스턴스가 클러스터 자격 증명을 거부했습니다.","The instance returned an unexpected redirect.":"인스턴스에서 예기치 않은 리디렉션이 발생했습니다.","The wakeup interval is %s, but must be 1h or less":"깨우기 간격은 %s이지만 1시간 이하여야 합니다","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"형식이 지원되지 않을 수 있고, 아직 JPEG 형식으로 변환되지 않았거나 중복이 있을 수 있습니다.","Theme":"테마","This account is missing an ID and can't be edited.":"이 계정에는 ID가 입력되어 있지 않아 편집할 수 없습니다.","This field is required":"이 필드는 필수 입력 사항입니다.","This instance has no site URL configured.":"이 인스턴스에는 사이트 URL이 설정되어 있지 않습니다.","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 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. ":"이렇게 하면 원본 폴더가 네트워크 드라이브로 마운트되고 컴퓨터나 스마트폰에서 파일을 로컬에 있는 것처럼 열고 편집하고 삭제할 수 있습니다.","Time":"시간","Time UTC":"표준 시간대","Time Zone":"시간대","Timeout":"타임아웃","Title":{"":"주제","Account":"주제","Photo":"주제"},"Title / Position":"직위","to":"~","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"계정이 잠기는 것을 방지하려면 지금 이 복구 코드를 다운로드, 인쇄 또는 복사하여 안전한 곳에 보관하십시오.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"새로운 앱 비밀번호를 생성하려면 애플리케이션의 이름과 인증 범위를 입력하고 만료일을 선택하세요.","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"새로운 인증 앱이나 기기로 전환하려면 먼저 2단계 인증을 비활성화한 후 다시 활성화하세요.","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"업그레이드하려면 활성화 코드를 입력하거나 '등록'을 클릭하여 웹사이트에서 가입할 수 있습니다:","Today":"오늘","Toggle View":"보기형식 변경","Token":"토큰","Too many files selected":"선택한 파일이 너무 많습니다.","Too many requests":"너무 많은 요청","Troubleshooting":"문제 해결","Try again using other filters or keywords.":"다른 필터 또는 키워드를 사용하여 다시 시도하십시오.","Two-factor authentication has been enabled for your account.":"귀하의 계정에 이중 인증이 활성화되었습니다.","Type":"종류","Unable to delete":"삭제할 수 없습니다.","Unable to do that":"그렇게 할 수 없습니다","Unassign":"할당 취소","Unauthorized":"승인되지 않은","Undo":"실행 취소","Unique ID":"유일 ID","Unknown":"알 수 없는","Unknown location":"알 수 없는 위치","Unregistered":"미등록","Unsorted":"정렬되지 않음","Unstack":"스택 해제","Unsupported":"지원되지 않음","Unsupported format":"지원되지 않는 형식","Unsupported type":"지원되지 않는 유형","Updated":"업로드됨","Updating faces":"얼굴 업데이트","Updating index":"색인을 업데이트 중","Updating moments":"\"나의 순간\" 업데이트 중","Updating picture…":"사진 업데이트 중…","Updating previews":"미리보기 업데이트","Updating stacks":"스택을 업데이트 중","Upgrade":"업그레이드","Upgrade Now":"지금 업그레이드","Upload":"업로드","Upload complete":"업로드 완료","Upload complete. Indexing…":"업로드 완료. 색인중…","Upload failed":"업로드 실패","Upload has been processed":"업로드가 처리되었습니다","Upload local files":"로컬 파일 업로드","Upload might be offensive":"업로드가 불쾌할 수 있습니다","Upload Path":"업로드 경로","Uploading %{n} of %{t}…":"%{t} 중 %{n} 업로드 중…","Uploading photos…":"사진 업로드중…","Uploading…":"업로드 중…","Uploads that may contain such images will be rejected automatically.":"이러한 이미지가 포함될 수 있는 업로드는 자동으로 거부됩니다.","URL":"URL","Use Presets":"사전 설정 사용","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"인증 앱으로 유효한 인증 코드를 생성할 수 없는 경우 다음 복구 코드를 사용하여 계정에 액세스하세요.","Use your recovery code or contact an administrator for help.":"복구 코드를 사용하거나 관리자에게 도움을 요청하세요.","User":"사용자","User Guide":"사용자 가이드","User Interface":"사용자 인터페이스","User not found":"사용자를 찾을 수 없음","Username":"사용자 이름","Users":"사용자","UUID":"UUID","Vector":"벡터","Vectors":"벡터","Verification Code":"확인 코드","Version":"버전","Video":"동영상","Video Duration":"비디오 시간","Videos":"동영상","View":"보기","View search results as a list.":"검색 결과를 목록으로 봅니다.","Viewer":"뷰어","Vision":"비전","Visitor":"방문자","Visual Similarity":"시각적 유사성","Warning":"경고","Web Login":"웹 로그인","WebDAV":"WebDAV","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 업로드","WebGL support is disabled in your browser":"브라우저에서 WebGL 지원이 비활성화되었습니다.","Website":"웹사이트","White":"백색","Work Details":"작업 내용","Year":"년","Yellow":"황색","Yes":"네","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"멤버십과 관련하여 궁금한 점이 있으면 membership@photoprism.app 으로 문의하시기 바랍니다.","You can only download one album":"하나의 앨범 만 다운로드할 수 있습니다","You can only download one label":"하나의 라벨 만 다운로드할 수 있습니다","You can search for a location or move the marker on the map to change the position:":"위치를 검색하거나 지도에서 마커를 이동하여 위치를 변경할 수 있습니다:","You can upload up to %{n} files for test purposes.":"테스트 목적으로 최대 %{n}개의 파일을 업로드할 수 있습니다.","You cannot change your own role.":"자신의 역할은 바꿀 수 없습니다.","You do not have access to any instances.":"현재 어떤 인스턴스에도 액세스할 수 없습니다.","You may only select one item":"하나의 아이템 선택할 수 있습니다","You may rescan your library to find additional faces.":"추가 얼굴을 찾기 위해 라이브러리를 다시 검색할 수 있습니다.","Your account could not be connected":"계정을 연결할 수 없습니다","Your account has been successfully connected.":"계정이 성공적으로 연결되었습니다.","Your browser does not support WebGL":"브라우저가 WebGL을 지원하지 않습니다.","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"귀하의 지속적인 지원은 정기적인 업데이트를 제공하고 독립적인 상태를 유지하는 데 도움이 되어 당사의 사명을 완수하고 귀하의 개인 정보를 보호할 수 있습니다.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"라이브러리는 지속적으로 분석되어 특별한 순간, 여행 및 장소의 앨범을 자동으로 생성합니다.","Zip created in %d s":"%d초에 생성된 우편번호","Zoom in/out":"확대/축소","Archive":{"Noun":"보관","Verb":"보관"},"Add a Title":{"Photo":"제목 추가"}}} \ No newline at end of file +{"ko":{"{0} appended action":"{0} 추가 작업","{0} files":"{0} 파일","{0} files ({1} in total)":"{0} 파일(총 {1}개)","{0} more":"{0} 더보기","{0} prepended action":"{0} 선행 작업","{0} selected":"{0} 선택됨","{0}-{1} of {2}":"{2}의 {0}-{1}","%{n} albums found":"%{n}개 앨범을 찾음","%{n} files uploaded":"%{n}개 파일 업로드함","%{n} folders found":"%{n}개 폴더를 찾음","%{n} GB of %{q} GB used":"%{n} q}의 GB 사용된 GB","%{n} labels found":"%{n}개 라벨을 찾음","%{n} people found":"%{n}명을 찾았습니다","%{n} pictures found":"사진 %{n}장 찾았습니다","%{s} is too long":"s}가 너무 깁니다.","%{s} is too short":"s}가 너무 짧습니다.","%d entries added to %s":"%d 항목이 %s에 추가됨","%d entries removed from %s":"%d 항목이 %s에서 제거됨","%d files uploaded in %d s":"%d개의 파일이 %d초에 업로드됨","%s already exists":"%s가 이미 존재함","%s has been restored":"%s이(가) 복원되었습니다","1 hour":"1시간","12 hours":"12시간","2-Factor Authentication":"2단계 인증","2FA":"2FA","4 hours":"4시간","A click will copy it to your clipboard.":"클릭하면 클립보드에 복사됩니다.","A new version of %{s} is available:":"s}의 새 버전을 사용할 수 있습니다:","About":"정보","Access granted.":"접근이 허용되었습니다.","Access revoked.":"접근 권한이 취소되었습니다.","Access Token":"액세스 토큰","Account":"계정","Account created":"계정 생성됨","Account deleted":"계정 삭제됨","Account Group Mappings":"계정 그룹 매핑","Account not found":"계정을 찾을 수 없음","Account restored":"계정이 복원되었습니다.","Account saved":"계정이 저장됨","Accounts":"계정","Accuracy":"정확도","Action":"동작","Actions":"동작","Activate":"활성화","Activate to remove sorting.":"정렬을 제거하려면 활성화합니다.","Activate to sort ascending.":"오름차순으로 정렬하려면 활성화합니다.","Activate to sort descending.":"활성화하면 내림차순으로 정렬됩니다.","Activation Code":"활성화 코드","Activity":"활동","Add":"추가","Add %{s}?":"이름 추가 %{s}?","Add a Caption":"캡션 추가","Add Account":"계정 등록","Add Album":"앨범 추가","Add Link":"링크 추가","Add Notes":"메모 추가","Add person?":"사람을 추가하시겠습니까?","Add pictures from search results by selecting them.":"검색 결과에서 사진을 선택해 추가할 수 있습니다.","Add to album":"앨범에 추가","Add to all":"모두에 추가","Add to all selected photos":"선택한 모든 사진에 추가","Added":"추가됨","Added %{name}":"%{name}을(를) 추가했습니다.","Adjust Camera Info":"카메라 정보 조정","Adjust Date & Time":"날짜 및 시간 조정","Adjust Location":"위치 조정","Admin":"관리자","Advanced":"고급","Advertise URL":"광고 URL","After 1 day":"1일 후","After 3 days":"3일 후","After 7 days":"7일 후","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"확인을 위해 비밀번호를 입력한 후 호환되는 인증 앱 또는 장치를 사용하여 2단계 인증을 설정할 수 있습니다.","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 %s deleted":"앨범 %s이(가) 삭제됨","Album Backups":"앨범 백업","Album contents cloned":"복제된 앨범 콘텐츠","Album created":"앨범 생성됨","Album deleted":"앨범 삭제됨","Album not found":"앨범을 찾을 수 없음","Album saved":"앨범 저장됨","Albums":"앨범","Albums deleted":"앨범 삭제됨","All":"모두","All %{n} albums loaded":"모든 %{n}개 앨범 로딩됨","All %{n} labels loaded":"모든 %{n}개의 라벨 로딩됨","All %{n} people loaded":"모든 %{n}명 로딩됨","All Cameras":"모든 카메라","All Categories":"모든 카테고리","All Colors":"모든 색깔","All Countries":"모든 나라","All files from import folder":"폴더의 모든 파일 가져오기","All Lenses":"모든 렌즈","All Months":"모든 달","All originals":"모든 원본","All Years":"모든 년도","Allow configuration and use of connected apps and services for remote uploads and sync.":"원격 업로드 및 동기화를 위해 연결된 앱과 서비스를 구성하고 사용할 수 있도록 허용합니다.","Allow editing of metadata such as title, description, date, and location.":"제목, 설명, 날짜, 위치 등의 메타데이터 편집을 허용합니다.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"여러 사진의 메타데이터, 레이블 및 앨범을 한 번에 편집할 수 있습니다.","Allow files to be copied or moved from the Import to the Originals folder.":"가져오기 도구를 활성화하여 가져오기 폴더에서 원본으로 파일을 복사하거나 이동합니다.","Allow files to be permanently deleted to free up storage space.":"파일을 영구 삭제하여 저장 공간을 확보할 수 있도록 허용합니다.","Allow users to archive photos and videos so they are hidden without being deleted.":"사용자가 사진과 동영상을 보관하여 삭제되지 않고 숨길 수 있도록 허용합니다.","Allow users to create and share links, and enable sharing with connected services.":"사용자가 링크를 만들고 공유할 수 있도록 허용하고 연결된 서비스와의 공유를 활성화합니다.","Allow users to upload new photos and videos through the web interface.":"사용자가 웹 인터페이스를 통해 새 사진과 동영상을 업로드할 수 있도록 허용합니다.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"대신, Nextcloud와 같은 WebDAV 서버에 직접 파일을 업로드할 수 있습니다.","Altitude":"고도","Altitude (m)":"고도 (m)","AM":"AM","Animated":"움직이는 사진","Animation":"애니메이션","Animations":"애니메이션","Any private photos and videos remain private and won't be shared.":"모든 비공개 사진과 동영상은 비공개로 유지되며 공유되지 않습니다.","API Key":"API 키","Application":"애플리케이션","Applications":"애플리케이션","Approve":"승인","Approve and save changes":"변경 사항 승인 및 저장","Apps and Devices":"앱 및 디바이스","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 delete this album?":"이 앨범을 삭제하시겠습니까?","Are you sure you want to permanently delete these pictures?":"이 사진을 영구적으로 삭제하시겠습니까?","Are you sure you want to permanently delete this file?":"이 파일을 영구적으로 삭제 하시겠습니까?","Are you sure?":"확실합니까?","Artist":"아티스트","Aspect Ratio":"종횡비","Attributes":"속성","Audio":"오디오","Audit Log":"오디오","Authentication":"인증","Auto":"자동","Back":"뒤쪽에","Back to top":"맨 위로 돌아가기","Backup":"백업","Badge":"배지","Base Path":"기본 경로","Batch":"배치","Batch Edit":"일괄 편집","Become a member today, support our mission and enjoy our member benefits!":"지금 바로 회원으로 가입하여 우리의 미션을 지원하고 회원 혜택을 누려보세요!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"100% 자체 자금으로 운영되며 독립되었기에, 우리는 귀하의 데이터를 절대 판매하지 않으며 소프트웨어와 서비스에 대해 항상 투명할 것임을 약속할 수 있습니다.","Bio":"바이오","Birth Date":"생일","Black":"검은색","Blue":"파란색","Brown":"갈색","Browse":"찾아보기","Browse Files":"파일 찾아보기","Browse Pictures":"사진 찾아보기","Bug Report":"버그 신고","Busy, please try again later":"바쁘니 나중에 다시 시도해 주세요","Busy, please wait…":"처리중, 잠시만 기다려주세요…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"당사가 제공하는 소프트웨어 및 서비스를 사용함으로써 귀하는 당사의 서비스 약관, 개인 정보 보호 정책 및 행동 강령에 동의하는 것입니다.","Calendar":"달력","Camera":"카메라","Camera not found":"카메라를 찾을 수 없습니다","Camera Serial":"카메라 일련 번호","Can't access your authenticator app or device?":"인증 앱 또는 디바이스에 액세스할 수 없나요?","Can't load more, limit reached":"더 로드할 수 없습니다. 한도에 도달했습니다.","Can't select more items":"더 많은 아이템을 선택할 수 없습니다","Cancel":"취소","Cannot copy to clipboard":"클립보드에 복사할 수 없습니다.","Caption":"캡션","Cards":"카드","Carousel slide {0} of {1}":"1}의 {0} 캐러셀 슬라이드","Cast":"출연진","Category":"범주","Change Avatar":"아바타 변경","Change Password":"비밀번호 변경","Change private flag":"비공개 플래그 변경하기","Changes could not be saved":"변경 사항을 저장할 수 없음","Changes successfully saved":"변경사항이 성공적으로 저장되었습니다","Changes to the advanced settings require a restart to take effect.":"고급 설정의 변경 사항을 적용하려면 다시 시작해야 합니다.","Checked":"확인됨","Choose an instance to continue:":"계속하려면 인스턴스를 선택하세요:","Chroma":"채도","Cleaning index and cache":"인덱스 및 캐시 정리","Cleanup":"정리","Clear":"지우기","Clear {0}":"지우기 {0}","Client":"클라이언트","Close":"닫기","Cluster":"클러스터","Cluster Admin":"클러스터 관리자","Cluster Node":"클러스터 노드","Codec":"코덱","Color":"색깔","Color Profile":"색상 프로필","Colors":"색깔","Compare Editions":"에디션 비교","Complete Rescan":"완전 다시 색인","Confidence":"신임도","Confirm":"확인하다","Connect":"연결","Connect via WebDAV":"WebDAV로 연결하기","Connected":"연결됨","Contact Details":"세부 연락처","Contact Us":"문의하기","Contains %{n} pictures.":"%{n}개의 사진이 포함되어 있습니다.","Contains one picture.":"한 장의 사진이 포함되어 있습니다.","Content":{"":"콘텐츠","Edit":"콘텐츠"},"Continue":"계속하다","Contributor":"기여자","Converting":"변환하는 중","Copied to clipboard":"클립보드에 복사했습니다","Copy":"복사","Copying files from %s":"%s에서 파일 복사","Copyright":"저작권","Could not be deleted":"삭제할 수 없음","Could not connect, please try again":"연결할 수 없습니다. 다시 시도해 주세요","Could not update person cover":"사람 표지를 업데이트할 수 없습니다.","Couldn't find anything.":"아무것도 찾을 수 없습니다.","Country":"나라","Create Account":"계정 만들기","Create album":"앨범 만들기","Create regular backups based on the configured schedule.":"구성된 일정에 따라 인덱스 백업을 생성합니다.","Create YAML files to back up album metadata.":"앨범 메타데이터를 백업할 YAML 파일을 만듭니다.","Create YAML sidecar files to back up picture metadata.":"사진 메타데이터를 백업하는 YAML 사이드카 파일을 만듭니다.","Created":"만듦","Creating thumbnails for":"축소판 만들기","Current Password":"현재 비밀번호","Custom":"사용자 지정","Cyan":"청록색","Daily":"매일","Database":"데이터베이스","Database Backups":"데이터베이스 백업","Databases":"데이터베이스","Date & Time":"날짜 및 시간","Day":"일","Deactivate":"비활성화","Debug Logs":"디버그 로그","Default":"기본값","Default Folder":"기본 폴더","Delete":"삭제","Delete Album":"앨범 삭제","Delete All":"모두 삭제","Delete all?":"모두 삭제하시겠습니까?","Delete orphaned index entries, sidecar files and thumbnails.":"고아가 된 색인 항목, 사이드카 파일 및 썸네일을 삭제합니다.","deleted":"삭제됨","Description":"설명","Detailed instructions can be found in our User Guide.":"자세한 지시는 사용설명서에서 찾을 수 있습니다.","Details":"세부 사항","Dimensions":"치수","Disable all face detection and recognition features.":"모든 얼굴 감지 및 인식 기능을 비활성화합니다.","Disable Backups":"백업 비활성화","Disable Darktable":"다크테이블 비활성화","Disable ExifTool":"ExifTool 비활성화","Disable Faces":"얼굴 비활성화","Disable features that require write permission for the originals folder.":"원본 폴더에 대한 쓰기 권한이 필요한 기능을 비활성화합니다.","Disable FFmpeg":"FFmpeg 비활성화","Disable ImageMagick":"ImageMagick 비활성화","Disable interactive world maps and reverse geocoding.":"대화형 세계 지도를 비활성화하고 지오코딩을 역방향으로 설정합니다.","Disable MCP":"MCP 비활성화","Disable Places":"장소 비활성화","Disable RawTherapee":"RawTherapee 비활성화","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"AI 상담원 통합을 위해 MCP(모델 컨텍스트 프로토콜) API 엔드포인트를 비활성화합니다.","Disable Vectors":"벡터 비활성화","Disable WebDAV":"WebDAV 비활성화","Disabled":"비활성화","Disables vector graphics support.":"벡터 그래픽 지원을 비활성화합니다.","Disables video transcoding and thumbnail extraction.":"동영상 트랜스코딩 및 썸네일 추출을 비활성화합니다.","Discard":"폐기","Discard changes and close":"변경 사항 삭제 및 닫기","Discard invalid changes?":"유효하지 않은 변경 사항을 삭제하시겠습니까?","Discard unsaved changes?":"저장하지 않은 변경 사항을 삭제하시겠습니까?","Discover":"디스커버","Dismiss":"해지","Display Name":"닉네임","Display picture captions in search results.":"검색 결과에 사진 캡션을 표시합니다.","Display picture titles in search results.":"검색 결과에 사진 제목을 표시합니다.","Document":"문서","Documents":"문서","Don't use Darktable to convert RAW images.":"RAW 파일을 변환하는 데 Darktable을 사용하지 마십시오.","Don't use ImageMagick to convert images.":"이미지 변환에 ImageMagick을 사용하지 마세요.","Don't use RawTherapee to convert RAW images.":"RawTherapee를 사용하여 RAW 파일을 변환하지 마십시오.","Done":"완료","Done.":"완료.","Download":"다운로드","Download only original media files, without any automatically generated files.":"자동으로 생성된 파일 없이 원본 미디어 파일만 다운로드하세요.","Download remote files":"원격 파일 다운로드하기","Downloading…":"다운로드 중…","Drag and drop files here":"파일을 여기로 끌어다 놓기","Driver":"드라이버","Duplicates will be skipped and only appear once.":"중복은 건너뛰고 한 번만 나타납니다.","Duration":"기간","Dynamic Previews":"다이나믹 미리보기","Dynamic Size Limit: %{n}px":"다이나믹 크기 제한: %{n}px","Edit":"편집","Edit %{s}":"%{s} 편집하기","Edit Account":"계정 편집","Edit Photo":"사진 편집","Edit Photos (%{n})":"사진 편집(%{n})","Edited":"편집됨","Email":"이메일","Enable debug mode to display additional logs and help with troubleshooting.":"디버그 모드를 활성화하면 추가 로그를 표시하고 문제 해결에 도움을 받을 수 있습니다.","Enable downloading of original and sidecar files from the web interface.":"웹 인터페이스에서 원본 및 사이드카 파일을 다운로드할 수 있습니다.","Enable face recognition and the People view to easily find people you know.":"얼굴 인식과 사람들 보기를 활성화하여 지인을 쉽게 찾을 수 있습니다.","Enable new features that may be incomplete or unstable.":"불완전하거나 불안정할 수 있는 새로운 기능을 사용하도록 설정합니다.","Enable the file browser to navigate the Originals folder structure.":"파일 브라우저를 활성화하여 Origin 폴더 구조를 탐색합니다.","Enables RAW converter presets. May reduce performance.":"RAW 변환기 사전 설정을 활성화합니다. 성능이 저하될 수 있습니다.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"이중 인증을 활성화하면 로그인하려면 무작위로 생성된 인증 코드가 필요하므로 누군가가 귀하의 비밀번호에 접근하더라도 귀하의 계정에 접근할 수 없습니다.","Engine":"엔진","Enter date":"날짜 입력","Enter dates":"날짜 입력","Enter item name...":"항목 이름 입력...","Enter the code generated by your authenticator app:":"인증 앱에서 생성한 코드를 입력합니다:","Enter verification code":"인증코드를 입력하세요","Enter your password to confirm the action and continue:":"작업을 확인하고 계속하려면 비밀번호를 입력하세요.","Entity not found":"항목을 찾을 수 없음","Error":"오류","Errors":"오류","Estimate":"견적","Estimate Locations":"예상 위치","Estimate the approximate location of pictures without GPS coordinates.":"GPS 좌표 없이 사진의 대략적인 위치를 추정합니다.","Every two days":"2일마다","Exclude hidden":"숨김 제외","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"전체 비디오, 라이브 사진 및 XMP를 지원하려면 ExifTool을 사용한 메타데이터 추출이 필요합니다.","Experimental Features":"실험실 기능","Expires":"만료","Exposure":"노출","Extract still images and generate thumbnails while indexing.":"인덱싱하는 동안 정지 이미지를 추출하고 썸네일을 생성합니다.","F Number":"F 숫자","Face":"얼굴","Face not found":"얼굴을 찾을 수 없음","Faces":"얼굴","Failed creating file, please check permissions":"파일 생성에 실패했습니다. 권한을 확인하세요","Failed creating folder, please check permissions":"폴더를 만들지 못했습니다. 권한을 확인하세요","Failed removing link":"링크를 제거하지 못했습니다","Failed to connect account.":"계정을 연결하지 못했습니다.","Failed to create zip file":"zip 파일 생성 실패","Failed to load users.":"사용자를 불러오는 데 실패했습니다.","Failed to remove face marker":"얼굴 마커를 제거하지 못했습니다.","Failed to remove name":"이름을 삭제하지 못했습니다.","Failed to restart server":"서버 재시작에 실패했습니다","Failed to save changes":"변경 사항을 저장하지 못했습니다.","Failed to save face marker":"얼굴 마커 저장 실패","Failed to save name":"이름을 저장하지 못했습니다.","Failed updating link":"링크를 업데이트하지 못했습니다","Family Name":"성","Fast":"빠른","Favorite":"즐겨 찾기","Favorites":"즐겨 찾기","Feature disabled":"기능 비활성화됨","Feature Request":"기능 요청","Female":"여성","File":"파일","File Browser":"파일 탐색기","File Conversion":"파일 변환","File deleted":"파일이 삭제됨","File Name":"파일 이름","File not found":"파일을 찾을 수 없음","File removed from stack":"스택에서 제거된 파일","File Size":"파일 크기","File too large":"파일이 너무 큽니다","File uploaded":"업로드된 파일 1개","Filename":"파일이름","Files":"파일","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"'IMG_1234(2)', 'IMG_1234(3)'과 같이 순차적인 이름을 가진 파일은 같은 그림에 속합니다.","First page":"첫 페이지","Focal Length":"초점 거리","Folder":"폴더","Folder contains %{n} files":"폴더에 %{n} 파일을 포함됨","Folder is empty":"폴더가 비어 있습니다","Folders":"폴더","Forgot password?":"비밀번호를 잊으셨나요?","FPS":"FPS","Frames":"프레임","Full Access":"전체 권한","Fullscreen":"전체 화면","General":"일반","Generate":"생성하다","Generate Previews":"미리보기 생성","Generated":"생성됨","Get Started":"시작하기","Given Name":"이름","Global Options":"글로벌 옵션","Go to page {0}":"페이지 {0}로 이동","Gold":"금색","Green":"녹색","Grey":"회색","Groups":"그룹","Guest":"게스트","Hash":"해시","Help":"도움말","Help & Support":"도움말/지원","Hidden":"숨김","Hidden Files":"숨김 파일","Hide":"숨기기","Hide Caption":"캡션 숨기기","Hide face markers":"얼굴 마커 숨기기","Hide private content from global views while keeping it accessible in the Private section.":"비공개 항목은 글로벌 보기에서 숨기고 비공개 섹션에서는 계속 액세스할 수 있습니다.","High":"높음","High Dynamic Range (HDR)":"HDR(하이 다이내믹 레인지)","Hybrid":"하이브리드","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"인증 앱이나 장치에 액세스할 수 없는 경우 복구 코드를 사용하여 계정에 다시 액세스할 수 있습니다.","Image":"이미지","Image Quality":"이미지 품질","Import":"가져오기","Import canceled":"가져오기 취소됨","Import completed in %d s":"%d초 후에 가져오기 완료","Import failed":"가져오기 실패","Imported files will be sorted by date and given a unique name to avoid duplicates.":"가져온 파일은 날짜별로 정렬되고 중복을 방지하기 위해 유일한 이름이 지정됩니다.","Importing %{s}…":"%{s} 가져오기 중…","Importing files to originals…":"오리지널에 가져 오는중…","in":"입력","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"예상한 사진이 누락된 경우 라이브러리를 다시 검색하고 색인 생성이 완료될 때까지 기다리십시오.","Include RAW image files when downloading stacks and archives.":"스택과 아카이브를 다운로드할 때 RAW 이미지 파일을 포함하세요.","Include sidecar files when downloading stacks and archives.":"스택과 아카이브를 다운로드할 때 사이드카 파일을 포함하세요.","Increase storage size or delete files to continue.":"계속하려면 저장 용량 크기를 늘리거나 파일을 삭제하세요.","Index":"색인","Indexing":"색인중","Indexing canceled":"인덱싱 취소됨","Indexing completed in %d s":"%d초 후에 인덱싱 완료","Indexing failed":"색인 실패","Indexing files in %s":"%s에서 파일 색인 생성","Indexing media and sidecar files…":"미디어 및 사이드카 파일 색인중…","Indexing originals...":"원본 색인 생성 중...","Information":"정보","Inherit":"상속","Instance":"인스턴스","Instance ID":"인스턴스 ID","Instance unreachable. Try again once it's back online.":"인스턴스에 연결할 수 없습니다. 다시 온라인 상태가 되면 다시 시도해 주세요.","Instances":"인스턴스","Insufficient storage":"저장 공간 부족","Insufficient storage.":"저장 공간 부족.","Interval":"간격","Invalid":"무효한","Invalid address":"잘못된 주소","Invalid country":"잘못된 국가","Invalid credentials":"잘못된 자격 증명","Invalid date":"잘못된 날짜","Invalid link":"유효하지 않은 링크입니다","Invalid name":"잘못된 이름","Invalid parameters":"잘못된 매개 변수","Invalid password, please try again":"비밀번호가 잘못되었습니다. 다시 시도해 주세요","Invalid photo selected":"잘못된 사진을 선택했습니다.","Invalid time":"유효하지 않은 시간","Invalid URL":"잘못된 URL","Invalid verification code, please try again":"잘못된 인증 코드입니다. 다시 시도해 주세요.","IP Address":"IP 주소","It is a one-time use code that will disable 2FA for your account when you use it.":"이는 귀하가 사용할 때 귀하의 계정에 대한 2FA를 비활성화하는 일회성 사용 코드입니다.","Item":"아이템","Items per page:":"페이지당 항목:","JPEG Quality: %{n}":"JPEG 품질: %{n}","JPEG Size Limit: %{n}px":"JPEG 크기 제한: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG 파일과 썸네일은 필요에 따라 자동으로 렌더딩 됩니다.","Keyword":"키워드","Keywords":"키워드","Label":"라벨","Label not found":"라벨을 찾을 수 없음","Label saved":"라벨이 저장되었습니다","Labels":"라벨","Labels deleted":"라벨 삭제됨","Language":"언어","Last Active":"마지막 활성","Last Login":"마지막 로그인","Last page":"마지막 페이지","Last Sync":"마지막 동기화","Last Used":"마지막으로 사용됨","Latitude":"위도","LDAP/AD":"LDAP/AD","Learn more":"더 보기","Learn More":"자세히 알아보기","Legal Information":"법률 정보","Lens":"렌즈","Lens not found":"렌즈를 찾을 수 없습니다","Library":"라이브러리","License":"라이센스","Like":"좋아요","Lime":"라임색","Limit reached, showing first %{n} files":"한도에 도달하여 처음 %{n} 파일을 표시합니다","Link":"링크","List":"리스트","List View":"목록 보기","Live":"라이브","Live Photos":"라이브 포토","Load more":"더 보기","Loading items...":"항목 로드 중...","Loading...":"로드 중...","Local":"로컬","Local Time":"현지 시간","Location":"위치","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"PhotoPrism이 깨진 파일을 발견하거나 다른 잠재적인 문제가 있을 때마다 로그 메시지가 여기에 나타납니다.","Login":"로그인","Logs":"로그","Longitude":"경도","Lost server connection":"서버 연결 끊김","Low":"낮음","Magenta":"마젠타색","Main Color":"주요 색깔","Male":"남성","Manage Account":"계정 관리","Manager":"관리자","Manual":"매뉴얼","Manual Upload":"수동 업로드","Maps":"지도","Marker":"마커","Maximum number of accounts has been reached.":"최대 계정 수에 도달했습니다.","Media":"미디어","Medium":"중간","Membership":"멤버쉽","Merge %{a} with %{b}?":"%{a}을 %{b}과(를) 병합하시겠습니까?","Message":"메시지","Metadata":"메타데이터","Metrics":"측정항목","Minimize":"최소화","Missing":"누락됨","Missing or invalid configuration":"구성이 누락되었거나 유효하지 않습니다.","mixed":"혼합","Moments":"나의 순간","Monochrome":"단색","Month":"달","More options":"추가 옵션","Mosaic":"모자이크","Most Relevant":"가장 관련성","Move Files":"파일 이동하기","Moving files from %s":"%s에서 파일 이동","Must have at least %{n} characters.":"8자 이상이어야 합니다.","Mute":"음소거","Name":"이름","Name too long":"이름이 너무 깁니다","Never":"안함","New":"신규","New Password":"새로운 비밀번호","Newest First":"최신 순","Next":"다음","Next page":"다음 페이지","Next visual":"다음 비주얼","No":"아니요","No Access":"접근 불가","No albums assigned":"할당된 앨범 없음","No albums found":"앨범이 없습니다","No albums selected":"앨범이 선택되지 않았습니다","No data available":"사용 가능한 데이터 없음","No files available for download":"다운로드할 수 있는 파일이 없습니다","No items selected":"선택된 항목이 없습니다","No labels assigned":"할당된 레이블 없음","No labels found":"라벨이 없습니다","No labels selected":"선택한 라벨이 없습니다","No matching records found":"일치하는 레코드가 없습니다.","No more":"더 이상","No people found":"사람이 없습니다","No pictures found":"사진이 없습니다","No recently edited pictures":"최근에 편집한 사진이 없습니다","No registered instances.":"등록된 인스턴스가 없습니다.","No results":"결과 없음","No server connection":"서버 연결 없음","No servers configured.":"구성된 서버가 없습니다.","No services configured.":"구성된 서비스가 없습니다.","No thanks":"아니요, 괜찮습니다","No users on this instance.":"이 인스턴스에는 사용자가 없습니다.","No warnings or error containing this keyword. Note that search is case-sensitive.":"이 키워드를 포함하는 경고 또는 오류가 없습니다. 검색은 대소문자를 구분합니다.","Node":"노드","Nodes":"노드","Non-photographic and low-quality images require a review before they appear in search results.":"사진이 아닌 저품질 이미지는 검색 결과에 표시되기 전에 검토가 필요합니다.","None":"없음","Not allowed":"허용되지 않음","Not available in public mode":"공개 모드에서는 사용할 수 없음","Not available in read-only mode":"읽기 전용 모드에서는 사용할 수 없음","Not found":"찾을 수 없음","Not sorted.":"정렬되지 않았습니다.","Not supported":"지원되지 않음","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서버만 백업 및 파일 업로드를 위한 원격 서비스로 구성할 수 있습니다.","Notes":"노트","Nothing to see here yet.":"아직 볼 것이 없습니다. 인내심을 가지세요.","Nothing was found.":"아무것도 발견되지 않았습니다.","Offline":"오프라인","OK":"확인","Oldest First":"오래된 순","On Windows, enter the following resource in the connection dialog:":"Windows의 경우 연결 대화 상자에 다음 리소스를 입력합니다.","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"썸네일을 주문형으로 생성하면 CPU 및 메모리 사용량이 높아질 수 있습니다. 리소스가 제한된 서버 및 NAS 장치에는 권장되지 않습니다.","Once a week":"일주일에 한 번","One album found":"1개 앨범 찾음","One entry added to %s":"%s에 항목 1개 추가됨","One entry removed from %s":"%s에서 항목 1개 삭제됨","One file found":"1개 파일 찾음","One file uploaded":"업로드된 파일 1개","One folder found":"1개 폴더 찾음","One label found":"라벨 1개를 찾았습니다.","One person found":"한 사람이 발견됨","One picture found":"사진 1장 발견","Only locally managed accounts can be set up for authentication with 2FA.":"2FA 인증을 위해 로컬로 관리되는 계정만 설정할 수 있습니다.","Open":"열기","optional":"선택 사항","or":"또는","Orange":"주황색","Organization":"조직","Orientation":"방향","Original file names will be stored and indexed.":"원본 파일 이름은 저장하고 색인됩니다.","Original Name":"원본 이름","Originals":"오리지널","Originals folder is empty":"원본 폴더가 비어 있습니다","Other":"다른","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"우리의 임무는 사진을 정리하고 액세스할 수 있도록 가장 사용자 및 개인 정보 보호 친화적 솔루션을 제공하는 것입니다.","Outdoor":"아웃도어","Page {0}, Current page":"페이지 {0}, 현재 페이지","Pages":"페이지","Pagination Navigation":"페이지 매김 탐색","Panorama":"파노라마","Panoramas":"파노라마","Part of all selected photos":"선택한 모든 사진의 일부","Part of some selected photos":"일부 선택된 사진의 일부","Password":"비밀번호","Password changed":"비밀번호 변경됨","Pause":"일시 정지","Payment required":"결제 필요","People":"사람","People you share a link with will be able to view public contents.":"링크를 공유한 사람들은 공개 콘텐츠를 볼 수 있습니다.","Permanently deleted":"영구 삭제됨","Permission denied":"권한이 없음","Person":"사람","Person cover updated":"인물 표지 업데이트","Person deleted":"삭제된 사람","Person not found":"사람을 찾을 수 없음","Person saved":"사람이 저장됨","Personal":"개인","Photo":"사진","PhotoPrism is 100% self-funded and independent.":"포토프리즘은 100% 자체 자금으로 독립적으로 운영됩니다.","PhotoPrism+ Membership":"포토프리즘+ 멤버십","Photos":"사진","Picture":"사진","Picture Title":"사진 제목","Pink":"분홍색","Pinned":"고정됨","Place":"장소","Place & Time":"장소 & 시간","Places":"장소","Play":"재생","Please confirm your new password.":"새 비밀번호를 확인하세요.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"무작위로 생성된 다음 앱 비밀번호는 다시 볼 수 없으므로 복사하여 안전한 곳에 보관하시기 바랍니다.","Please do not upload any private, unlawful or offensive pictures.":"사적이거나 불법적이거나 불쾌감을 주는 사진은 업로드하지 마세요.","Please don't upload photos containing offensive content.":"불쾌감한 콘텐츠 포함된 사진을 업로드하지 마십시오.","Please enter OTP character {0}":"OTP 문자 {0}을 입력하세요.","Please log in to your account":"귀하의 계정에 로그인하십시오","Please note that changing your password will log you out on other devices and browsers.":"비밀번호를 변경하면 다른 장치 및 브라우저에서 로그아웃됩니다.","Please restart your instance for the changes to take effect.":"변경 사항을 적용하려면 인스턴스를 다시 시작하세요.","Please wait…":"잠시만 기다려주세요…","PM":"PM","PNG Size Limit: %{n}px":"PNG 크기 제한: %{n}px","Portal":"포털","Portrait":"초상","Preserve filenames":"파일 이름 보류","Press enter to create a new album.":"새 앨범을 만들려면 Enter 키를 누르세요.","Press enter to create new item":"새 항목을 만들려면 Enter 키를 누릅니다.","Prevent database and album backups as well as YAML sidecar files from being created.":"데이터베이스 및 앨범 백업과 YAML 사이드카 파일이 생성되지 않도록 합니다.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"다른 앱이 공유 네트워크 드라이브로서 PhotoPrism에 액세스하지 못하도록 합니다.","Preview":"미리보기","Preview Images":"이미지 미리보기","Previous":"이전 게시물","Previous page":"이전 페이지","Previous visual":"이전 비주얼","Primary":"주요","Private":"비공개","Processing upload...":"업로드 처리 중...","Product Feedback":"제품 피드백","Projection":"투사","Purple":"보라색","Quality Filter":"품질 필터","Quality Score":"품질 점수","Quota exceeded":"할당량 초과","Random":"랜덤","Rating {0} of {1}":"1}의 {0} 등급","Raw":"원시","RAW":"날것의","Re-index all originals, including already indexed and unchanged files.":"이미 인덱싱되고 변경되지 않은 파일을 포함하여 모든 원본을 다시 인덱싱합니다.","Read-Only Mode":"읽기 전용 모드","Recently Added":"최근 추가됨","Recently Archived":"최근 아카이브","Recently Edited":"최근 편집","Recognition starts after indexing has been completed.":"인덱싱이 완료된 후 인식이 시작됩니다.","Recognized":"인정","Recovery Code":"복구 코드","Red":"빨간색","Refresh":"새로 고침","Regions":"지역","Register":"등록하기","Registration disabled":"등록 비활성화됨","Reload":"새로고침","Reloading…":"새로고침 중…","Remote Sync":"원격 동기화","Remove":"제거","remove failed: unknown album":"제거 실패 - 잘못된 앨범","Remove from Album":"앨범에서 제거","Remove from all":"모두에서 제거","Remove from all selected photos":"선택한 모든 사진에서 제거","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"가져온 파일을 제거하여 저장 공간을 절약하십시오. 지원되지 않는 파일 형식은 삭제되지 않으며 현재 위치에 남아 있습니다.","Remove the selected instance from the cluster registry?":"클러스터 레지스트리에서 선택한 인스턴스를 제거하시겠습니까?","Removed":"제거됨","Removed %{name}":"%{name}을(를) 삭제했습니다.","Removed %d files and %d photos":"파일 %d개와 사진 %d개를 삭제했습니다","Repeated":"반복","Request failed - are you offline?":"요청 실패 - 오프라인 상태인가요?","Request failed - invalid response":"요청 실패 - 잘못된 응답","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"사진이 아닌 이미지와 저화질 이미지는 검색 결과에 표시되기 전에 검토하도록 요구합니다.","Resolution":"해상도","Restart":"다시 시작","Restore":"복원","Restored":"복원됨","Retry Limit":"재시도 제한","Retype Password":"비밀번호 다시 입력","Review":"리뷰","Role":"역할","Roles":"역할","Rotated":"회전","Rows per page:":"페이지당 행 수입니다:","Satellite":"위성","Save":"저장","Save changes":"변경 사항 저장","Scan":"스켄","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"인증 앱으로 QR 코드를 스캔하거나 아래 표시된 설정 키를 사용한 후 생성된 확인 코드를 입력하세요.","Scans":"스켄","Scope":"범위","Scopes":"범위","Search":"검색","Season":"계절","Secret":"비밀","Security and Access":"보안 및 액세스","Select":"선택","Select a source folder to import files…":"파일을 가져올 소스 폴더를 선택합니다…","Select date":"날짜 선택","Select dates":"날짜 선택","Select or create albums":"앨범 선택 또는 생성","Select or create labels":"레이블 선택 또는 생성","Select or drop files to upload…":"업로드할 파일 선택 또는 드롭…","Select the files to upload…":"업로드할 파일 선택…","Select the folder to be indexed…":"색인할 폴더를 선택합니다…","Select Time":"시간 선택","Selection":"선택","Selection added to %s":"선택 항목이 %s에 추가됨","Selection approved":"선택 항목 승인됨","Selection archived":"선택 항목 보관됨","Selection marked as private":"비공개로 표시된 선택","Selection not found":"선택 항목을 찾을 수 없음","Selection restored":"선택 항목 복원됨","Sequential Name":"순차 이름","Service":"서비스","Service URL":"서비스 URL","Services":"서비스","Session":"세션","Session ID":"세션 ID","Sessions":"세션","Set as Album Cover":"앨범 표지로 설정","Set as Cover Image":"표지 이미지로 설정","Settings":"설정","Settings saved":"설정 저장됨","Setup":"설치","Severity":"심각도","Share":"공유","Share %{s}":"%{s} 공유하기","Show":"보이기","Show All Labels":"모든 레이블 표시","Show all new faces":"모든 새 얼굴 표시","Show Caption":"캡션 표시","Show Captions":"캡션 표시","Show face markers":"얼굴 마커 표시","Show hidden":"숨김 표시","Show Important Only":"중요만 표시","Show logs in the web interface to monitor activity and troubleshoot problems.":"웹 인터페이스에서 로그를 표시하여 활동을 모니터링하고 문제를 해결하세요.","Show smart albums that group pictures by occasion, trip, or location.":"상황, 여행 또는 위치별로 사진을 그룹화하는 스마트 앨범을 표시합니다.","Show the Account page so users can manage their profile and security settings.":"계정 페이지를 표시하여 사용자가 프로필 및 보안 설정을 관리할 수 있도록 합니다.","Show the Calendar view to browse the library by year and month.":"캘린더 보기를 표시하여 연도 및 월별로 라이브러리를 탐색할 수 있습니다.","Show the Labels section to view and manage AI-generated labels.":"레이블 섹션을 표시하여 AI가 생성한 레이블을 보고 관리할 수 있습니다.","Show the Library section to index, manage, and monitor the media library.":"라이브러리 섹션을 표시하여 미디어 라이브러리를 색인, 관리 및 모니터링할 수 있습니다.","Show the Places view with interactive maps so you can browse photos by location.":"위치별로 사진을 찾아볼 수 있도록 대화형 지도가 있는 장소 보기를 표시합니다.","Show Titles":"제목 표시","Sidecar":"사이드카","Sidecar Files":"사이드카 파일","Sign in":"등록","Sign Out":"로그아웃","Similar":"비슷한","Site URL":"사이트 URL","Size":"크기","Slideshow":"슬라이드쇼","Slow":"느림","Software":"소프트웨어","Software Update":"소프트웨어 업데이트","Some albums could not be copied":"일부 앨범을 복사할 수 없습니다.","Some albums could not be created. Please edit the names and try again.":"일부 앨범을 만들 수 없습니다. 이름을 수정한 후 다시 시도하세요.","Some albums could not be updated":"일부 앨범을 업데이트할 수 없습니다.","Something went wrong, try again":"문제가 발생했습니다. 다시 시도하세요.","Sort by":"정렬 기준","Sort by Name (A–Z)":"이름별 정렬(A-Z)","Sort by Photo Count":"사진 수로 정렬","Sort by Relevance":"관련성 기준으로 정렬","Sort Order":"정렬 방법","Sorted ascending.":"오름차순으로 정렬됩니다.","Sorted descending.":"내림차순으로 정렬됩니다.","Source":"소스","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":"스택","Start":"시작","Start Page":"시작 페이지","Static Size Limit: %{n}px":"스태틱 크지 제한: %{n}px","Status":"상태","Stay signed in on this device":"이 디바이스에서 로그인 상태 유지","Stop Casting":"캐스팅 중지","Storage":"저장고","Streets":"거리","Subject":"주제","Subject deleted":"제목 삭제됨","Subject not found":"제목을 찾을 수 없음","Subject saved":"주제가 저장됨","Successfully activated":"성공적으로 활성화되었습니다","Successfully Connected":"성공적으로 연결됨","Successfully deleted":"삭제 성공","Successfully verified":"성공적으로 확인되었습니다","Super Admin":"슈퍼 관리자","Support for additional services, like Google Drive, will be added over time.":"Google 드라이브와 같은 추가 서비스에 대한 지원은 시간이 지남에 따라 추가됩니다.","Support Our Mission":"우리의 임무를 지원","Sync":"동기화","Sync raw and video files":"원시 사진과 동영상 파일을 동기화하기","Taken":"찍음","Teal":"암녹색","Terrain":"지형","Text":"텍스트","Thank You for Your Support!":"여러분의 성원에 감사드립니다!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"그렇기 때문에 포토프리즘은 처음부터 자유, 개인정보 보호, 기능에 영향을 주지 않으면서 필요한 곳 어디에서나 실행할 수 있도록 설계되었습니다.","The index currently contains %{n} hidden files.":"현재 색인에서 %{n}개의 숨겨진 파일이 있습니다.","The instance rejected the cluster credentials.":"인스턴스가 클러스터 자격 증명을 거부했습니다.","The instance returned an unexpected redirect.":"인스턴스에서 예기치 않은 리디렉션이 발생했습니다.","The wakeup interval is %s, but must be 1h or less":"깨우기 간격은 %s이지만 1시간 이하여야 합니다","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"형식이 지원되지 않을 수 있고, 아직 JPEG 형식으로 변환되지 않았거나 중복이 있을 수 있습니다.","Theme":"테마","This account is missing an ID and can't be edited.":"이 계정에는 ID가 입력되어 있지 않아 편집할 수 없습니다.","This field is required":"이 필드는 필수 입력 사항입니다.","This instance has no site URL configured.":"이 인스턴스에는 사이트 URL이 설정되어 있지 않습니다.","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 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. ":"이렇게 하면 원본 폴더가 네트워크 드라이브로 마운트되고 컴퓨터나 스마트폰에서 파일을 로컬에 있는 것처럼 열고 편집하고 삭제할 수 있습니다.","Time":"시간","Time UTC":"표준 시간대","Time Zone":"시간대","Timeout":"타임아웃","Title":{"":"주제","Account":"주제","Photo":"주제"},"Title / Position":"직위","to":"~","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"계정이 잠기는 것을 방지하려면 지금 이 복구 코드를 다운로드, 인쇄 또는 복사하여 안전한 곳에 보관하십시오.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"새로운 앱 비밀번호를 생성하려면 애플리케이션의 이름과 인증 범위를 입력하고 만료일을 선택하세요.","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"새로운 인증 앱이나 기기로 전환하려면 먼저 2단계 인증을 비활성화한 후 다시 활성화하세요.","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"업그레이드하려면 활성화 코드를 입력하거나 '등록'을 클릭하여 웹사이트에서 가입할 수 있습니다:","Today":"오늘","Toggle View":"보기형식 변경","Token":"토큰","Too many files selected":"선택한 파일이 너무 많습니다.","Too many requests":"너무 많은 요청","Troubleshooting":"문제 해결","Try again using other filters or keywords.":"다른 필터 또는 키워드를 사용하여 다시 시도하십시오.","Two-factor authentication has been enabled for your account.":"귀하의 계정에 이중 인증이 활성화되었습니다.","Type":"종류","Unable to delete":"삭제할 수 없습니다.","Unable to do that":"그렇게 할 수 없습니다","Unassign":"할당 취소","Unauthorized":"승인되지 않은","Undo":"실행 취소","Unique ID":"유일 ID","Unknown":"알 수 없는","Unknown location":"알 수 없는 위치","Unregistered":"미등록","Unsorted":"정렬되지 않음","Unstack":"스택 해제","Unsupported":"지원되지 않음","Unsupported format":"지원되지 않는 형식","Unsupported type":"지원되지 않는 유형","Updated":"업로드됨","Updating faces":"얼굴 업데이트","Updating index":"색인을 업데이트 중","Updating moments":"\"나의 순간\" 업데이트 중","Updating picture…":"사진 업데이트 중…","Updating previews":"미리보기 업데이트","Updating stacks":"스택을 업데이트 중","Upgrade":"업그레이드","Upgrade Now":"지금 업그레이드","Upload":"업로드","Upload complete":"업로드 완료","Upload complete. Indexing…":"업로드 완료. 색인중…","Upload failed":"업로드 실패","Upload has been processed":"업로드가 처리되었습니다","Upload local files":"로컬 파일 업로드","Upload might be offensive":"업로드가 불쾌할 수 있습니다","Upload Path":"업로드 경로","Uploading %{n} of %{t}…":"%{t} 중 %{n} 업로드 중…","Uploading photos…":"사진 업로드중…","Uploading…":"업로드 중…","Uploads that may contain such images will be rejected automatically.":"이러한 이미지가 포함될 수 있는 업로드는 자동으로 거부됩니다.","URL":"URL","Use Presets":"사전 설정 사용","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"인증 앱으로 유효한 인증 코드를 생성할 수 없는 경우 다음 복구 코드를 사용하여 계정에 액세스하세요.","Use your recovery code or contact an administrator for help.":"복구 코드를 사용하거나 관리자에게 도움을 요청하세요.","User":"사용자","User Guide":"사용자 가이드","User Interface":"사용자 인터페이스","User not found":"사용자를 찾을 수 없음","Username":"사용자 이름","Users":"사용자","UUID":"UUID","Vector":"벡터","Vectors":"벡터","Verification Code":"확인 코드","Verified email required":"인증된 이메일 주소가 필요합니다.","Version":"버전","Video":"동영상","Video Duration":"비디오 시간","Videos":"동영상","View":"보기","View search results as a list.":"검색 결과를 목록으로 봅니다.","Viewer":"뷰어","Vision":"비전","Visitor":"방문자","Visual Similarity":"시각적 유사성","Warning":"경고","Web Login":"웹 로그인","WebDAV":"WebDAV","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 업로드","WebGL support is disabled in your browser":"브라우저에서 WebGL 지원이 비활성화되었습니다.","Website":"웹사이트","White":"백색","Work Details":"작업 내용","Year":"년","Yellow":"황색","Yes":"네","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"멤버십과 관련하여 궁금한 점이 있으면 membership@photoprism.app 으로 문의하시기 바랍니다.","You can only download one album":"하나의 앨범 만 다운로드할 수 있습니다","You can only download one label":"하나의 라벨 만 다운로드할 수 있습니다","You can search for a location or move the marker on the map to change the position:":"위치를 검색하거나 지도에서 마커를 이동하여 위치를 변경할 수 있습니다:","You can upload up to %{n} files for test purposes.":"테스트 목적으로 최대 %{n}개의 파일을 업로드할 수 있습니다.","You cannot change your own role.":"자신의 역할은 바꿀 수 없습니다.","You do not have access to any instances.":"현재 어떤 인스턴스에도 액세스할 수 없습니다.","You may only select one item":"하나의 아이템 선택할 수 있습니다","You may rescan your library to find additional faces.":"추가 얼굴을 찾기 위해 라이브러리를 다시 검색할 수 있습니다.","Your account could not be connected":"계정을 연결할 수 없습니다","Your account has been successfully connected.":"계정이 성공적으로 연결되었습니다.","Your browser does not support WebGL":"브라우저가 WebGL을 지원하지 않습니다.","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"귀하의 지속적인 지원은 정기적인 업데이트를 제공하고 독립적인 상태를 유지하는 데 도움이 되어 당사의 사명을 완수하고 귀하의 개인 정보를 보호할 수 있습니다.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"라이브러리는 지속적으로 분석되어 특별한 순간, 여행 및 장소의 앨범을 자동으로 생성합니다.","Zip created in %d s":"%d초에 생성된 우편번호","Zoom in/out":"확대/축소","Archive":{"Noun":"보관","Verb":"보관"},"Add a Title":{"Photo":"제목 추가"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/ku.json b/frontend/src/locales/json/ku.json index 77d96a13a..62aa344fb 100644 --- a/frontend/src/locales/json/ku.json +++ b/frontend/src/locales/json/ku.json @@ -1 +1 @@ -{"ku":{"{0} appended action":"{0} çalakiya pêvekirî","{0} files":"{0} pel","{0} files ({1} in total)":"{0} pel (bi tevayî {1})","{0} more":"{0} zêde","{0} prepended action":"{0} çalakiya pêşwextkirî","{0} selected":"{0} hilbijartin","{0}-{1} of {2}":"{0}-{1} ji {2}","%{n} albums found":"ئەلبوم دۆزرایەوە %{n}","%{n} files uploaded":"%{n} پەڕگە بارکرا","%{n} folders found":"%{n} بوخچە دۆزرایەوە","%{n} GB of %{q} GB used":"%{n} GB ji %{q} GB hat bikaranîn","%{n} labels found":"%{n} پێناس دۆزرایەوە","%{n} people found":"%{n} kes hatin dîtin","%{n} pictures found":"%{n} wêne hatin dîtin","%{s} is too long":"%{s} pir dirêj e","%{s} is too short":"%{s} pir kurt e","%d entries added to %s":"%d تێکراو زیاد کرایە %s","%d entries removed from %s":"%d تێکراو لابرا لە %s","%d files uploaded in %d s":"%d پەڕگە بارکرە بە %d چرکە","%s already exists":"%s پێشتر هەیە","%s has been restored":"%s hate sererastkirin","1 hour":"١ کاتژمێر","12 hours":"١٢ کاتژمێر","2-Factor Authentication":"2-Authentication Factor","2FA":"2FA","4 hours":"٤ کاتژمێر","A click will copy it to your clipboard.":"کرتەیەک کۆپی دەکاتە کلیپ بۆردەکەت","A new version of %{s} is available:":"Guhertoyek nû ya %{s} heye:","About":"دەربارە","Access granted.":"Gihîştin hat dayîn.","Access revoked.":"Gihîştin hat betalkirin.","Access Token":"Access Token","Account":"هەژمار","Account created":"هەژمارەکە دروستکرا","Account deleted":"هەژمارەکە سڕایەوە","Account Group Mappings":"Nexşeyên Koma Hesaban","Account not found":"هەژمارەکە نەدۆزرایەوە","Account restored":"Hesab hat restorekirin","Account saved":"هەژمارەکە پاشەکەوتکرا","Accounts":"Accounts","Accuracy":"وردبینی","Action":"کردار","Actions":"کردارەکان","Activate":"Çalak bike","Activate to remove sorting.":"Ji bo rakirina sorkirinê çalak bike.","Activate to sort ascending.":"Ji bo rêzkirina hilkişînê çalak bike.","Activate to sort descending.":"Çalak bike ji bo rêzkirina daketî.","Activation Code":"Koda Çalakkirinê","Activity":"Çalakî","Add":"Lêzêdekirin","Add %{s}?":"%{s} lê zêde bike?","Add a Caption":"Sernivîsek lê zêde bike","Add Account":"دەستکاریکردنی هەژمار","Add Album":"زیادکردنی ئەلبوم","Add Link":"زیادکردنی بەستەرە","Add Notes":"Têbînîyan Zêde Bike","Add person?":"Mirov lê zêde bike?","Add pictures from search results by selecting them.":"Bi hilbijartina wan wêneyan ji encamên lêgerînê zêde bikin.","Add to album":"زیادکردن بۆ ئەلبوم","Add to all":"Li hemûyan zêde bike","Add to all selected photos":"Li hemû wêneyên bijartî zêde bike","Added":"زیادکرا","Added %{name}":"%{name} lê zêde kir","Adjust Camera Info":"Agahiyên Kamerayê Biguherîne","Adjust Date & Time":"Dîrok û Demjimêrê Biguherîne","Adjust Location":"Cihê Biguherîne","Admin":"Admin","Advanced":"پێشکەوتوو","Advertise URL":"URL-ya reklamê","After 1 day":"دوای ١ ڕۆژ","After 3 days":"دوای ٣ ڕۆژ","After 7 days":"دوای ٧ ڕۆژ","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Piştî ku hûn şîfreya xwe ji bo pejirandinê têkevin, hûn dikarin bi serîlêdanek an amûrek pejirandî ya lihevhatî verastkirina du-faktorî saz bikin:","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 %s deleted":"ئەلبومی %s سڕایەوە","Album Backups":"Album Backups","Album contents cloned":"ناوەڕۆکەکانی ئەلبومەکە هاووێنە کرا","Album created":"ئەلبومەکە دروستکرا","Album deleted":"Albûm hat jêbirin","Album not found":"ئەلبومەکە نەدۆزرایەوە","Album saved":"ئەلبومەکە پاشەکەوتکرا","Albums":"ئەلبومەکان","Albums deleted":"ئەلبومەکان سڕایەوە","All":"Gişt","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 files from import folder":"هەموو پەڕگەکان لە بوخچەی هاوردەکردن","All Lenses":"هەموو لێنزەکان","All Months":"هەموو مانگەکان","All originals":"هەموو ڕەسەنەکان","All Years":"هەموو ساڵەکان","Allow configuration and use of connected apps and services for remote uploads and sync.":"Destûrê bide mîhengkirin û bikaranîna sepan û karûbarên girêdayî ji bo barkirin û senkronîzasyona ji dûr ve.","Allow editing of metadata such as title, description, date, and location.":"Destûrê bide guherandina metadatayên wekî sernav, ravekirin, dîrok û cih.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Destûrê bide guherandina metadata, etîket û albûmên gelek wêneyan di heman demê de.","Allow files to be copied or moved from the Import to the Originals folder.":"Amûra Import çalak bike da ku pelan ji peldanka Import ber bi Orjînalan ve kopî bike an jî biguhezîne.","Allow files to be permanently deleted to free up storage space.":"Ji bo azadkirina cîhê hilanînê, destûr bidin ku pel bi awayekî mayînde werin jêbirin.","Allow users to archive photos and videos so they are hidden without being deleted.":"Destûrê bide bikarhêneran ku wêne û vîdyoyan arşîv bikin da ku ew bêyî ku werin jêbirin werin veşartin.","Allow users to create and share links, and enable sharing with connected services.":"Destûrê bide bikarhêneran ku girêdanan biafirînin û parve bikin, û parvekirinê bi karûbarên girêdayî re çalak bikin.","Allow users to upload new photos and videos through the web interface.":"Destûrê bide bikarhêneran ku wêne û vîdyoyên nû bi rêya navrûya webê bar bikin.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"لە جیاتی ئەوە، دەتوانیت ڕاستەوخۆ پەڕگەکان باربکەیتە سەر ڕاژەی WebDAV وەک Nextcloud.","Altitude":"هێڵی درێژی","Altitude (m)":"بەرزی (m)","AM":"IM","Animated":"ئەنیمەیشن","Animation":"ئەنیمەیشن","Animations":"Anîmasyon","Any private photos and videos remain private and won't be shared.":"هەر فۆتۆ و ڤیدیۆیەکی تایبەت بە تایبەتی دەمێنێتەوە و هاوبەش ناکرێت.","API Key":"API کلیلی","Application":"Bikaranînî","Applications":"Serlêdan","Approve":"په‌سه‌ندکردن","Approve and save changes":"Guhertinan pesend bike û tomar bike","Apps and Devices":"Serlêdan û Amûrên","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 delete this album?":"Tu piştrast î ku dixwazî vê albûmê jê bibî?","Are you sure you want to permanently delete these pictures?":"ئایا دڵنیایت لەوەی دەتەوێت ئەم وێنانە بە هەمیشەیی بسڕیتەوە؟","Are you sure you want to permanently delete this file?":"ئایا دڵنیایت لەوەی دەتەوێت بە هەمیشەیی ئەم پەڕگەیە بسڕیتەوە؟","Are you sure?":"Piştrastin?","Artist":"هونەرمەند","Aspect Ratio":"ڕێژەی ڕوو","Attributes":"Taybetmendî","Audio":"Audio","Audit Log":"Audio","Authentication":"Authentication","Auto":"Auto","Back":"Paş","Back to top":"Vegere serî","Backup":"Backup","Badge":"Nîşan","Base Path":"Rêya bingehîn","Batch":"Kom","Batch Edit":"Guherandina Komî","Become a member today, support our mission and enjoy our member benefits!":"Îro bibin endam, piştgirî bidin mîsyona me û ji feydeyên endamtiya me sûd werbigirin!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Ji ber ku 100% xwe-fînansedar û serbixwe ne, em dikarin soz bidin we ku em ê ti carî daneyên we nefroşin û ku em ê her gav di derheqê nermalava û karûbarên xwe de zelal bin.","Bio":"Bio","Birth Date":"Dîroka Jidayikbûnê","Black":"ڕەش","Blue":"شین","Brown":"قاوەیی","Browse":"Browse","Browse Files":"Pelan bigerin","Browse Pictures":"Wêneyan Bigerîne","Bug Report":"راپۆرتی هەڵە","Busy, please try again later":"Mijûl e, ji kerema xwe paşê dîsa biceribîne","Busy, please wait…":"سەرقاڵە، تکایە چاوەڕێکە…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Bi karanîna nermalava û karûbarên ku em pêşkêş dikin, hûn şertên karûbarê me, polîtîkaya nepenîtiyê, û koda tevgerê qebûl dikin.","Calendar":"ڕۆژمێر","Camera":"کامێرا","Camera not found":"Kamera nehat dîtin","Camera Serial":"زنجیرەی کامێرا","Can't access your authenticator app or device?":"Ma hûn nikarin xwe bigihînin sepan an cîhaza xweya rastgir?","Can't load more, limit reached":"ناتوانێت زیاتر بار بکات، گەیشتە سنوور","Can't select more items":"ناتوانێت ئایتمی زیاتر دیاری بکات","Cancel":"هه‌ڵوه‌شاندنه‌وه","Cannot copy to clipboard":"Nikare li clipboardê kopî bike","Caption":"Sernivîs","Cards":"کارتەکان","Carousel slide {0} of {1}":"slide carousel {0} ji {1}","Cast":"Avdan","Category":"هاوپۆله‌كان","Change Avatar":"گۆڕینی نیشانەنوێنی تایبەت","Change Password":"تێپەڕەوشەی نوێ","Change private flag":"گۆڕینی نیشانەنوێنی تایبەت","Changes could not be saved":"گۆڕانکاریەکان پاشەکەوت نەکراوە","Changes successfully saved":"گۆڕانکاریەکان سەرکەوتوانە پاشەکەوتکرا","Changes to the advanced settings require a restart to take effect.":"Guhertinên mîhengên pêşkeftî ji nû ve destpêkirinê hewce dike ku bandor bike.","Checked":"پشکنرا","Choose an instance to continue:":"Nimûneyek hilbijêre ji bo berdewamkirinê:","Chroma":"کرۆم","Cleaning index and cache":"Paqijkirina index û cache","Cleanup":"Demdirêj","Clear":"Zelal","Clear {0}":"Paqij bike {0}","Client":"Kirrîxwaz","Close":"داخستن","Cluster":"Kom","Cluster Admin":"Rêvebirê Komê","Cluster Node":"Girêka Komê","Codec":"Codec","Color":"ڕەنگ","Color Profile":"Profîla Rengê","Colors":"ڕەنگەکان","Compare Editions":"Berawirdî Weşanan","Complete Rescan":"پشکنینەوەی تەواو","Confidence":"دڵنیایی","Confirm":"Tesdîqkirin","Connect":"بەستنەوە","Connect via WebDAV":"بەستنەوە بە WebDAV","Connected":"بەستنەوە","Contact Details":"پەیوەندیمان پێوە بکە","Contact Us":"پەیوەندیمان پێوە بکە","Contains %{n} pictures.":"%{n} wêneyan dihewîne.","Contains one picture.":"Yek wêneyek dihewîne.","Content":{"":"Dilşad","Edit":"Dilşad"},"Continue":"Berdewamkirin","Contributor":"Contributor","Converting":"گۆڕین","Copied to clipboard":"کۆپی کرایە کلیپ بۆرد","Copy":"Kopî","Copying files from %s":"کۆپی کردنی پەڕگە لە%s","Copyright":"مافی لەبەرگرتنەوە","Could not be deleted":"نەتوانرا بسڕێتەوە","Could not connect, please try again":"نەیتوانی پەیوەندی بگرێت، تکایە دووبارە هەوڵ بدەوە","Could not update person cover":"Nekarî bergê kesê nûve bike","Couldn't find anything.":"هیچ شتێک نەدۆزرایەوە.","Country":"وڵات","Create Account":"Hesab biafirîne","Create album":"دروستکردنی ئەلبوم","Create regular backups based on the configured schedule.":"Li ser bingeha nexşeya mîhengkirî paşvekêşên navnîşan biafirînin.","Create YAML files to back up album metadata.":"Pelên YAML biafirînin ku metadata albûmê paşve bikin.","Create YAML sidecar files to back up picture metadata.":"Pelên kêleka YAML biafirînin ku metadaneyên wêneyê paşve bikin.","Created":"دروستکرا","Creating thumbnails for":"دروستکردنی وێنۆچکە بۆ","Current Password":"تێپەڕەوشەی ئێستا","Custom":"Hûnbunî","Cyan":"شینی ئاسمانی","Daily":"ڕۆژانە","Database":"Databas","Database Backups":"Backups Database","Databases":"Databas","Date & Time":"Dîrok û Demjimêr","Day":"ڕۆ‌ژ","Deactivate":"Deaktîv bike","Debug Logs":"تۆماری هەڵەکان","Default":"بنه‌ڕه‌ت","Default Folder":"بوخچەی بنه‌ڕه‌تی","Delete":"سڕینەوە","Delete Album":"Albûmê Jê Bibe","Delete All":"Hemî jêbirin","Delete all?":"Hemî jêbirin?","Delete orphaned index entries, sidecar files and thumbnails.":"Navnîşanên navnîşên sêwî, pelên kêlekê û piçûkan jêbirin.","deleted":"jêbirin","Description":"وه‌سفکردن","Detailed instructions can be found in our User Guide.":"ڕێنمایی ورد دەتوانرێت بدۆزرێتەوە لە ڕێبەری بەکارهێنەرەکەمان.","Details":"زانیاری زیاتر","Dimensions":"ڕەهەندەکان","Disable all face detection and recognition features.":"Hemû taybetmendiyên tesbîtkirin û naskirina rû neçalak bike.","Disable Backups":"ناچالاککردنی پاڵپشتەکان","Disable Darktable":"Darktable neçalak bike","Disable ExifTool":"ExifTool لە کاربخە","Disable Faces":"Rûyan neçalak bike","Disable features that require write permission for the originals folder.":"Taybetmendiyên ku ji bo peldanka orjînal destûra nivîsandinê hewce dike neçalak bike.","Disable FFmpeg":"FFmpeg asteng bike","Disable ImageMagick":"ImageMagick neçalak bike","Disable interactive world maps and reverse geocoding.":"Nexşeyên cîhanê yên înteraktîf neçalak bikin û jeokodkirina berevajî bikin.","Disable MCP":"MCP neçalak bike","Disable Places":"لەکارخستنی شوێنەکان","Disable RawTherapee":"RawTherapee neçalak bike","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Xala dawî ya Protokola Çarçoveya Modelê (MCP) API ji bo entegrasyonên ajana AI neçalak bike.","Disable Vectors":"Vektoran neçalak bike","Disable WebDAV":"لەکاربخە WebDAV","Disabled":"ناچالاککراوە","Disables vector graphics support.":"Piştgiriya grafikên vektorî asteng dike.","Disables video transcoding and thumbnail extraction.":"Veguheztina vîdyoyê û derxistina piçûkan asteng dike.","Discard":"Bavêje","Discard changes and close":"Guhertinan betal bike û bigire","Discard invalid changes?":"Guhertinên nederbasdar betal bikin?","Discard unsaved changes?":"Guhertinên netomarkirî betal bikin?","Discover":"دۆزینەوە","Dismiss":"Berdan","Display Name":"Navê nîşanî","Display picture captions in search results.":"Di encamên lêgerînê de sernavên wêneyan nîşan bidin.","Display picture titles in search results.":"Di encamên lêgerînê de sernavên wêneyan nîşan bidin.","Document":"Belge","Documents":"Documents","Don't use Darktable to convert RAW images.":"Ji bo veguheztina pelên RAW Darktable bikar neynin.","Don't use ImageMagick to convert images.":"Ji bo veguhertina wêneyan ImageMagick bikar neynin.","Don't use RawTherapee to convert RAW images.":"RawTherapee bikar neynin ku pelên RAW veguherînin.","Done":"تەواوبوو","Done.":"تەواوبوو.","Download":"داگرتن","Download only original media files, without any automatically generated files.":"Tenê pelên medyayê yên orjînal dakêşin, bêyî pelên ku bixweber têne çêkirin.","Download remote files":"داگرتنی پەڕگە دوورەکان","Downloading…":"دادەگیرێت…","Drag and drop files here":"Pelan li vir kaş bikin û bavêjin","Driver":"Ajotvan","Duplicates will be skipped and only appear once.":"دووبارەکراوەکان تێپەڕدەبن و تەنها یەک جار دەردەکەون.","Duration":"بەخشینەکان","Dynamic Previews":"پێشبینینی دینامیکی","Dynamic Size Limit: %{n}px":"سنوورداری قەبارەی دینامیکی: %{n}px","Edit":"دەستکاری","Edit %{s}":"دەستکاری %{s}","Edit Account":"دەستکاریکردنی هەژمار","Edit Photo":"دەستکاریکردنی فۆتۆ","Edit Photos (%{n})":"Wêneyan Biguherîne (%{n})","Edited":"دەستکاریکرا","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Moda debugê çalak bike da ku têketinên zêde nîşan bide û di çareserkirina pirsgirêkan de bibe alîkar.","Enable downloading of original and sidecar files from the web interface.":"Daxistina pelên orîjînal û yên alîgir ji navrûya webê çalak bike.","Enable face recognition and the People view to easily find people you know.":"Naskirina rû û dîtina Mirovan çalak bike da ku bi hêsanî kesên ku hûn nas dikin bibînî.","Enable new features that may be incomplete or unstable.":"Taybetmendiyên nû yên ku dibe ku netemam an bêîstiqrar bin çalak bikin.","Enable the file browser to navigate the Originals folder structure.":"Geroka pelan çalak bike da ku di nav avahiya peldanka Originals de bigere.","Enables RAW converter presets. May reduce performance.":"Pêşdibistanên veguheztina RAW çalak dike. Dibe ku performans kêm bike.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Çalakkirina erêkirina du-faktorî tê vê wateyê ku hûn ê hewceyê kodek verastkirinê ya ku bi rengek rasthatî hatî hilberandin hewce bike ku têkevinê, ji ber vê yekê her çend kes bigihîje şîfreya we jî, ew ê nikaribe bigihîje hesabê we.","Engine":"Makîne","Enter date":"Dîrokê binivîse","Enter dates":"Dîrokan binivîse","Enter item name...":"Navê babetî binivîse...","Enter the code generated by your authenticator app:":"Koda ku ji hêla sepana xweya nasker ve hatî çêkirin binivîse:","Enter verification code":"Koda verastkirinê binivîse","Enter your password to confirm the action and continue:":"Şîfreya xwe binivîse ku çalakiyê piştrast bike û berdewam bike:","Entity not found":"هیچ ئەلبومێکی نەدۆزیوەتەوە","Error":"هەڵە","Errors":"هەڵەکان","Estimate":"Texmînkirin","Estimate Locations":"Cihên Texmîn bikin","Estimate the approximate location of pictures without GPS coordinates.":"Cihê nêzîkê wêneyan bêyî koordînatên GPS-ê texmîn bikin.","Every two days":"هەموو دوو ڕۆژ جارێ","Exclude hidden":"Veşartî derxînin","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Derxistina Metadata bi ExifTool re ji bo piştgiriya tevahî Vîdyo, Wêne Zindî, û XMP hewce ye.","Experimental Features":"تایبەتمەندیە ئەزموونیەکان","Expires":"بەسەرچووەکان","Exposure":"دەرخستن","Extract still images and generate thumbnails while indexing.":"Wêneyên hêstiran derxînin û di dema îndekskirinê de nîgaran çêkin.","F Number":"ژمارەی F","Face":"Rû","Face not found":"نەدۆزرایەوە","Faces":"Rûyên","Failed creating file, please check permissions":"شکست لە دروستکردنی پەڕگە، تکایە مۆڵەتەکان بپشکنە","Failed creating folder, please check permissions":"شکست لە دروستکردنی بوخچە، تکایە مۆڵەتەکان بپشکنە","Failed removing link":"لابردنی بەستەرەکە شکستی هێنا","Failed to connect account.":"Girêdana hesabê têk çû.","Failed to create zip file":"دروستکردنی فایلی زیپ سەرکەوتوو نەبوو","Failed to load users.":"Barkirina bikarhêneran neserket.","Failed to remove face marker":"Rakirina nîşankera rû neserket","Failed to remove name":"Rakirina navî neserket","Failed to restart server":"Ji nû ve destpêkirina serverê bi ser neket","Failed to save changes":"Guhertinan nehat tomarkirin","Failed to save face marker":"Tomarkirina nîşankera rû neserket","Failed to save name":"Tomarkirina navî neserket","Failed updating link":"نوێکردنەوەی بەستەرەکە شکستی هێنا","Family Name":"ناوی پێناس","Fast":"خێرا","Favorite":"دڵخواز","Favorites":"دڵخوازەکان","Feature disabled":"تایبەتمەندی ناچالاک کراوە","Feature Request":"داواکردنی تایبەتمەندی","Female":"Mê","File":"پەڕگە","File Browser":"گەڕۆکی پەڕگە","File Conversion":"Veguherîna pelê","File deleted":"پەڕگە سڕایەوە","File Name":"پەڕگە","File not found":"دۆسیەکە نەدۆزرایەوە","File removed from stack":"دۆسیەکە کۆژاوەتەوە لە کەڵەکەکە","File Size":"پەڕگە","File too large":"Pel pir mezin e","File uploaded":"Pelê barkirî","Filename":"پەڕگە","Files":"پەڕگەکان","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"پەڕگەکان بە ناوی زنجیرەیی وەک 'IMG_1234 (2)' و 'IMG_1234 (3)' هی هەمان وێنەن.","First page":"Rûpelê yekem","Focal Length":"Focal Length","Folder":"بوخچە","Folder contains %{n} files":"بوخچە %{n} پەڕگەی تێدایە","Folder is empty":"بوخچەکە بەتاڵە","Folders":"بوخچەکان","Forgot password?":"تێپەڕەوشەی ئێستا","FPS":"FPS","Frames":"Frames","Full Access":"Têketinê Full","Fullscreen":"پڕاوپڕ بەشاشە","General":"گشتی","Generate":"Xûlqkirin","Generate Previews":"Pêşdîtinan biafirînin","Generated":"Çê kirin","Get Started":"Dest pê bike","Given Name":"ناوی ڕەسەن","Global Options":"Vebijarkên Global","Go to page {0}":"Biçe rûpela {0}","Gold":"ئاڵتون","Green":"سەوز","Grey":"ڕەساسی","Groups":"Grûp","Guest":"Mêvan","Hash":"هاش","Help":"یارمەتی","Help & Support":"پاڵپشتی کڕیار","Hidden":"شاراوە","Hidden Files":"پەڕگە شاراوەکان","Hide":"Veşartin","Hide Caption":"Sernivîsê Veşêre","Hide face markers":"Nîşankerên rû veşêre","Hide private content from global views while keeping it accessible in the Private section.":"Tiştên taybet ji dîtinên gerdûnî veşêre û di heman demê de wan di beşa Taybet de gihînbar bihêle.","High":"Bilind","High Dynamic Range (HDR)":"Rêzeya Dînamîk a Bilind (HDR)","Hybrid":"دووڕەگ","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Heke hûn gihîştina serîlêdana an cîhaza xweya rastgir winda bikin, hûn dikarin koda xweya vegerê bikar bînin da ku ji nû ve gihîştina hesabê xwe bistînin.","Image":"وێنە","Image Quality":"Kalîteya Wêne","Import":"هاوردن","Import canceled":"هاوردن هەڵوەشێنرایەوە","Import completed in %d s":"هاوردن تەواو بوو بە %d چرکە","Import failed":"هاوردن شکستی هێنا","Imported files will be sorted by date and given a unique name to avoid duplicates.":"پەڕگە هاوردەکان بەپێی بەروار پۆلێن دەکرێت و ناوی بێهاوتای بۆ دادەندرێت بۆی پەڕگەی دووبارە بوونی نەبێت.","Importing %{s}…":"هاوردنی %{s}…","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.","Include RAW image files when downloading stacks and archives.":"Dema ku stêk û arşîvan dakêşin pelên wêneyê RAW têxin nav xwe.","Include sidecar files when downloading stacks and archives.":"Di dema dakêşana stêrk û arşîvan de pelên sidecar têxin nav xwe.","Increase storage size or delete files to continue.":"Mezinahiya hilanînê zêde bikin an pelan jêbirin da ku bidomînin.","Index":"نیشاندەر","Indexing":"نیشانەسازی","Indexing canceled":"نیشانەکردن هەڵوەشێنرایەوە","Indexing completed in %d s":"نیشانە کردن تەواو بوو بە %d چرکە","Indexing failed":"نیشانەسازی شکستی هێنا","Indexing files in %s":"نیشانەکردنی پەڕگەکان لە %s","Indexing media and sidecar files…":"پێڕستکردنی پەڕگەکانی میدیا و لاتەنیشتەکان…","Indexing originals...":"نیشانەکردنی ڕەسەنەکان...","Information":"Agahî","Inherit":"Mîratgirtin","Instance":"Nimûne","Instance ID":"IDـی نموونە","Instance unreachable. Try again once it's back online.":"Nimûne negihîştî ye. Dema ku dîsa serhêl be, dîsa biceribîne.","Instances":"Nimûne","Insufficient storage":"Depo ne bes e","Insufficient storage.":"Depo ne bes e.","Interval":"ماوە","Invalid":"بەروارێکی نادروست","Invalid address":"Navnîşana nederbasdar","Invalid country":"Welatê nederbasdar","Invalid credentials":"زانیارییەکان نادروستە","Invalid date":"بەروارێکی نادروست","Invalid link":"بەستەرەکە نادروستە","Invalid name":"بەروارێکی نادروست","Invalid parameters":"بەروارێکی نادروست","Invalid password, please try again":"تێپەرەوشە هەڵەیە، تکایە جارێکی تر هەوڵبدەوە","Invalid photo selected":"Wêneyê nederbasdar hat hilbijartin","Invalid time":"Dema nederbasdar","Invalid URL":"URL nederbasdar","Invalid verification code, please try again":"Koda verastkirinê nederbasdar e, ji kerema xwe dîsa biceribîne","IP Address":"Navnîşana IP'yê","It is a one-time use code that will disable 2FA for your account when you use it.":"Ew kodek karanîna yek-car e ku gava ku hûn wê bikar bînin dê 2FA ji bo hesabê we neçalak bike.","Item":"ئایتم","Items per page:":"Tiştên li ser rûpelê:","JPEG Quality: %{n}":"کوالیتی JPEG: %{n}","JPEG Size Limit: %{n}px":"سنووری قەبارەی JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG و وێنە بچووکەکان بە شێوەیەکی خودکارانە بە پێێ پێویست پیشان دەدرێن.","Keyword":"Peyva sereke","Keywords":"کلیلەوشەکان","Label":"پێناس","Label not found":"پێناسەکە نەدۆزرایەوە","Label saved":"پێناسەکە پاشەکەوتکرا","Labels":"پێناسەکان","Labels deleted":"پێناسەکان سڕانەوە","Language":"زمان","Last Active":"Last Active","Last Login":"Têketina Dawî","Last page":"Rûpelê dawî","Last Sync":"هاوکاتگەری","Last Used":"Last Used","Latitude":"هێڵی پانیی","LDAP/AD":"LDAP/AD","Learn more":"Bêtir hîn bibin","Learn More":"Bêtir hîn bibin","Legal Information":"Agahiyên Hiqûqî","Lens":"لێنز","Lens not found":"Lens nehat dîtin","Library":"کتێبخانە","License":"مۆڵەت","Like":"بەدڵمە","Lime":"قسڵ","Limit reached, showing first %{n} files":"سنوور گەیشتن، یەکەمین ٪{n} پەڕگە پیشان دەدات","Link":"بەستەر","List":"خشتە","List View":"View List","Live":"زیندوو","Live Photos":"وێنەکان","Load more":"Zêdetir barkirin","Loading items...":"Barkirina tiştan...","Loading...":"Barkirin...","Local":"Herêmî","Local Time":"کاتی ناوخۆیی","Location":"ناونیشان","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"لۆگ مەسجەکان لێرە دەردەکەون هەرکاتێک فۆتۆپریزم لەگەڵ فایلی شێواو بەرکەوتنی هەبوو ، یان کێشەی شاراوەی تر بوونی هەبوو.","Login":"چوونە ژوورەوە","Logs":"تۆماری لۆگەکان","Longitude":"درێژی","Lost server connection":"Girêdana serverê winda bû","Low":"Nizm","Magenta":"ئەرخەوانی","Main Color":"ڕەنگی سەرەکی","Male":"Nêrî","Manage Account":"Hesabê Birêvebirin","Manager":"Rêvebir","Manual":"Destî","Manual Upload":"بارکردنی دەستی","Maps":"Nexşe","Marker":"Nîşan","Maximum number of accounts has been reached.":"Hejmara herî zêde ya hesaban gihîştiye.","Media":"Medya","Medium":"مامناوەند","Membership":"Endamî","Merge %{a} with %{b}?":"Bi %{b} re bi %{b} re bibe yek?","Message":"Agah","Metadata":"Metadata","Metrics":"Metrics","Minimize":"بچووک کردنەوە","Missing":"بزر","Missing or invalid configuration":"Veavakirina wenda an nederbasdar","mixed":"tevlihev","Moments":"ساتەکان","Monochrome":"Monochrome","Month":"مانگ","More options":"Vebijarkên bêtir","Mosaic":"موزایک","Most Relevant":"گرنگترین","Move Files":"دۆسیەی زیاتر","Moving files from %s":"گواستنەوەی پەڕگە لە %s","Must have at least %{n} characters.":"بەلایەنی کەمەوە 6 نووسە","Mute":"Bêdeng","Name":"ناو","Name too long":"ناوی زۆر درێژ","Never":"هەرگیز","New":"Nşh","New Password":"تێپەڕەوشەی نوێ","Newest First":"یەکەم تازەترین","Next":"Piştî","Next page":"Rûpelê din","Next visual":"Next dîtbarî","No":"نەخێر","No Access":"Gihîştin tune ye","No albums assigned":"Tu albûm nehatine tayînkirin","No albums found":"هیچ ئەلبومێکی نەدۆزیوەتەوە","No albums selected":"هیج لە ئەلبومەکان هەڵنەبژێردراوە","No data available":"Daneyên berdest nînin","No files available for download":"هیچ پەڕگەیەک ئامادە نیە بۆ داگرتن","No items selected":"هیچ ئایتمێک دەستنیشان نەکراوە","No labels assigned":"Tu etîket nehatine destnîşankirin","No labels found":"هیچ پێناسێکی نەدۆزیوەتەوە","No labels selected":"هیج لە پێناسەکان هەڵنەبژێردراوە","No matching records found":"Qeydên lihevhatî nehatin dîtin","No more":"Bêtir na","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 registered instances.":"Nimûneyên qeydkirî tune ne.","No results":"هیچ ئەنجامێک","No server connection":"Têkiliya serverê tune","No servers configured.":"هیچ ڕاژەیەک سازنەدراوە","No services configured.":"هیچ ڕاژەیەک سازنەدراوە","No thanks":"نەخێر سوپاس","No users on this instance.":"Di vê mînakê de bikarhêner tune.","No warnings or error containing this keyword. Note that search is case-sensitive.":"هیچ ئاگادارییەک یان هەڵەیەک نیە کە ئەم وشی لەخۆ گرتبێت. تێبینی بکە کە گەڕان هەستیارە (جیاکەرەوەی پیتە گەورە و چکۆلەکان).","Node":"Girêk","Nodes":"Girêk","Non-photographic and low-quality images require a review before they appear in search results.":"وێنە نافۆتۆگرافی و کوالێتی نزمەکان پێویستی بە پێداچونەوە هەیە پێش ئەوەی لە ئەنجامی گەڕاندا دەرکەون.","None":"هیچ","Not allowed":"Destûr nayê dayîn","Not available in public mode":"بەردەست نیە بۆ دۆخی گشتی","Not available in read-only mode":"بەردەست نییە لە دۆخی تەنها-خوێندنەوە","Not found":"نەدۆزرایەوە","Not sorted.":"Ne veqetandin.","Not supported":"Ne piştgirî kirin","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، دەتوانرێت وەک خزمەتگوزاریەکی دوور بۆ گەڕانەوەی پاڵپشت (باکئاپ) و دروستکردنی پاڵپشت ساز بکرێت.","Notes":"تێبینیەکان","Nothing to see here yet.":"هێشتا هیچ شتێک نییە بۆ بینین لێرە. ئارام بگرە.","Nothing was found.":"Tiştek nehat dîtin.","Offline":"ده‌رهێڵ","OK":"OK","Oldest First":"یەکەم کۆنترین","On Windows, enter the following resource in the connection dialog:":"Li ser Windows-ê, di diyaloga pêwendiyê de çavkaniya jêrîn têkevin:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Hilberîna li ser daxwazê ya piçûkan dibe ku bibe sedema karanîna CPU û bîranînê ya bilind. Ew ji bo serverên bi çavkaniyê û amûrên NAS-ê nayê pêşniyar kirin.","Once a week":"جارێك لەهەفتەیەكدا","One album found":"یەك ئەلبوم دۆزرایەوە","One entry added to %s":"یەک تێکراو زیاد کرایە %s","One entry removed from %s":"یەک تێکراو لابرا لە %s","One file found":"یەك دۆسیە دۆزرایەوە","One file uploaded":"%{n} پەڕگە بارکرا","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","Only locally managed accounts can be set up for authentication with 2FA.":"Tenê hesabên herêmî yên ku têne rêve kirin dikarin ji bo erêkirinê bi 2FA re bêne saz kirin.","Open":"Vekirî","optional":"bixwe","or":"an","Orange":"پرتەقاڵی","Organization":"Orientation","Orientation":"Orientation","Original file names will be stored and indexed.":"ناوی پەڕگە ڕەسەنەکان هەڵگیراون و نیشانە دەکرێن.","Original Name":"ناوی ڕەسەن","Originals":"ڕەسەنەکان","Originals folder is empty":"Peldanka orîjînalan vala ye","Other":"هی تر","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"دنیا بینیمان ئەوەیە کە زۆرترین چارەسەری بەکارهێنەر بۆ گەڕان و ڕێکخستن و هاوبەشکردنی کۆکراوەی فۆتۆ دابین بکەین.","Outdoor":"دەرەوە","Page {0}, Current page":"Rûpel {0}, Rûpelê niha","Pages":"Pages","Pagination Navigation":"Navîgasyon Pagination","Panorama":"پانۆراما","Panoramas":"پانۆراماکان","Part of all selected photos":"Beşek ji hemû wêneyên hilbijartî","Part of some selected photos":"Beşek ji hin wêneyên hilbijartî","Password":"تێپەڕەوشە","Password changed":"تێپەڕەوشە گۆڕدرا","Pause":"Mizdan","Payment required":"Pêdivî bi dravdanê heye","People":"خەڵك","People you share a link with will be able to view public contents.":"ئەو کەسانەی بەستەرێکی هاوبەشیان لەگەڵ دا دروست دەکەیت، توانای بینینی ناوەڕۆکە گشتیەکانی دەبێت.","Permanently deleted":"بە هەمیشەیی سڕاوەتەوە","Permission denied":"Destûr hat redkirin","Person":"Şexs","Person cover updated":"Bergê kesî hate nûvekirin","Person deleted":"ئەلبومەکان سڕانەوە","Person not found":"هیچ ئەلبومێکی نەدۆزیوەتەوە","Person saved":"ڕێکخستنەکان پاشەکەوتکراو","Personal":"Şexsî","Photo":"وێنە","PhotoPrism is 100% self-funded and independent.":"PhotoPrism 100% xwe-fînanse û serbixwe ye.","PhotoPrism+ Membership":"Endamtiya PhotoPrism+","Photos":"وێنەکان","Picture":"Sûret","Picture Title":"Sernavê Wêne","Pink":"پەمەی","Pinned":"Pinkirî","Place":"شوێن","Place & Time":"شوێن و کات","Places":"شوێنەکان","Play":"بەگەڕ خستن","Please confirm your new password.":"تکایە وشە نهێنیە تازکەت پشتڕاستکەرەوە.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Ji kerema xwe şîfreya sepanê ya ku bi korfelaqî hatî çêkirin kopî bikin û wê li cîhek ewle bihêlin, ji ber ku hûn ê nikaribin wê dîsa bibînin:","Please do not upload any private, unlawful or offensive pictures.":"Ji kerema xwe re tu wêneyên taybet, neqanûnî an êrîşkar bar nekin.","Please don't upload photos containing offensive content.":"تکایە ئەو وێنانە بار مەکە کە ناوەڕۆکی سووکایەتی لەخۆ دەگرن.","Please enter OTP character {0}":"Ji kerema xwe karaktera OTP {0} binivîse","Please log in to your account":"Ji kerema xwe têkevin hesabê xwe","Please note that changing your password will log you out on other devices and browsers.":"Ji kerema xwe not bikin ku guhertina şîfreya xwe dê we li ser cîhaz û gerokên din derxîne.","Please restart your instance for the changes to take effect.":"Ji kerema xwe mînaka xwe ji nû ve bidin destpêkirin da ku guheztin bikeve meriyetê.","Please wait…":"Ji kerema xwe li bendê bin…","PM":"PM","PNG Size Limit: %{n}px":"سنووری قەبارەی PNG: %{n}px","Portal":"Portal","Portrait":"تابلۆ","Preserve filenames":"پاراستنی ناوی پەڕگەکان","Press enter to create a new album.":"بۆ دروستکردنی ئەلبومێکی نوێ، Enter دابگرە.","Press enter to create new item":"Ji bo çêkirina tiştekî nû pêl Enter bike","Prevent database and album backups as well as YAML sidecar files from being created.":"Nehêlin ku paşvekêşên databas û albûmê û her weha pelên kêleka YAML werin afirandin.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Nehêlin ku sepanên din bigihîjin PhotoPrism wekî ajokerek torê ya hevpar.","Preview":"پێشبینین","Preview Images":"Pêşdîtina Wêneyan","Previous":"Pêşî","Previous page":"Rûpelê berê","Previous visual":"Dîtina berê","Primary":"سەرەکی","Private":"تایبەتی","Processing upload...":"Barkirin tê pêvajokirin...","Product Feedback":"ڕەخنە و پێشنیار لە بەرهەم","Projection":"هەڵسەنگاندن","Purple":"مۆر","Quality Filter":"پاڵاوتنی جۆرایەتی","Quality Score":"جۆرایەتی تۆمار","Quota exceeded":"Kota derbas kir","Random":"هەڕەمەکی","Rating {0} of {1}":"Rêjeya {0} ji {1}","Raw":"خاو","RAW":"خاو","Re-index all originals, including already indexed and unchanged files.":"دووبارە نیشانە (ئیندێکس) کردنی هەموو ڕەسەنەکان، بە فایلە نوانەدار و نەگۆڕاوەکانیشەوە.","Read-Only Mode":"دۆخی تەنها-خوێندنەوە","Recently Added":"بەم دواییە زیادکرا","Recently Archived":"Recently Archived","Recently Edited":"بەم دواییە دەسکاریکرا","Recognition starts after indexing has been completed.":"Piştî ku endeksasyon qediya naskirin dest pê dike.","Recognized":"Nas kirin","Recovery Code":"Recovery Code","Red":"سور","Refresh":"Hênikkirin","Regions":"Herêmên","Register":"Fêhrist","Reload":"بارکردنەوە","Reloading…":"دووبارە بارکردن…","Remote Sync":"هاوکاتکردنی دوور","Remove":"سڕینەوە","remove failed: unknown album":"سڕینەوەکە سەرکەوتوو نەبوو: ئەلبومی نەناسراو","Remove from Album":"Ji albûmê derxe","Remove from all":"Ji hemûyan rake","Remove from all selected photos":"Ji hemû wêneyên bijartî jê bibe","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"لابردنی پەڕگە هاوردەکان بۆ بەتاڵکردنی بیرگە. جۆرەکانی پەڕگەی پشتیوانی نەکراو هەرگیز ناسڕدرێتەوە، ئەوان لە شوێنی ئێستایان دەمێننەوە.","Remove the selected instance from the cluster registry?":"Nimûneya bijartî ji qeyda klusterê rake?","Removed":"Rakirî","Removed %{name}":"%{name} hat rakirin","Removed %d files and %d photos":"لابردنی %d پەڕگە و %d وێنە","Repeated":"Dubarekirî","Request failed - are you offline?":"Daxwaz bi ser neket - tu negirêdayî yî?","Request failed - invalid response":"داواکاریەکە سەرکەوتوو نەبوو - وەڵامە نادروستەکە","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Berî ku ew di encamên lêgerînê de xuya bibin, pêdivî ye ku wêneyên ne-wêne û ne-kalîteyê bêne vekolandin.","Resolution":"Resolution","Restart":"Restart","Restore":"گەڕاندنەوە","Restored":"Restored","Retry Limit":"Sînora ji nû ve biceribîne","Retype Password":"نوسینەوەی وشه‌ی تێپه‌ڕبوون","Review":"پێشبینین","Role":"Role","Roles":"Rol","Rotated":"Zivirî","Rows per page:":"Rêz li ser rûpelê:","Satellite":"Satelayt","Save":"پاشەکەوت","Save changes":"Guhertinan tomar bike","Scan":"پشکنین","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Koda QR-ê bi sepana xweya erêkirinê bişopînin an mifteya sazkirinê ya ku li jêr tê xuyang kirin bikar bînin û dûv re koda verastkirinê ya çêkirî têkevin:","Scans":"پشکنینەکان","Scope":"Scope","Scopes":"Çarçove","Search":"گەڕان","Season":"وەرز","Secret":"نهێنی","Security and Access":"Ewlekarî û Gihîştin","Select":"دەستنیشانکردن","Select a source folder to import files…":"Peldankek çavkanî hilbijêrin ku pelan têxe…","Select date":"Dîrokê hilbijêre","Select dates":"Dîrokan hilbijêrin","Select or create albums":"Albûman hilbijêre an jî biafirîne","Select or create labels":"Etîketan hilbijêre an biafirîne","Select or drop files to upload…":"Pelên ji bo barkirinê hilbijêrin an jî bavêjin…","Select the files to upload…":"Pelên ji bo barkirinê hilbijêrin…","Select the folder to be indexed…":"Peldanka ku tê îndeks kirin hilbijêrin…","Select Time":"Demjimêr hilbijêrin","Selection":"Neqînî","Selection added to %s":"دەستنیشان کراو زیادکرایە %s","Selection approved":"دەستنیشان کراو پەسەند کرا","Selection archived":"هەڵبژاردەکە ئەرشیفکرا","Selection marked as private":"دەستنیشانکراوەکان کران بە تایبەتی","Selection not found":"هەڵبژاردەکان نەدۆزرایەوە","Selection restored":"هەڵبژاردەکە دووبارەکۆگاکرایەوە","Sequential Name":"ناوی زنجیرەیی","Service":"Xizmetkar","Service URL":"بەستەری خزمەتگوزاری","Services":"بەستەری خزمەتگوزاری","Session":"Rûniştinî","Session ID":"Nasnameya rûniştinê","Sessions":"Sessions","Set as Album Cover":"Set wek Album Cover","Set as Cover Image":"Wekî Wêneya Bergê Bide Dest","Settings":"ڕێکخستنەکان","Settings saved":"ڕێکخستنەکان پاشەکەوتکرا","Setup":"دایبەزێنە","Severity":"Giraniya","Share":"هاوبەشکردن","Share %{s}":"هاوبەشیپێکردنی %{s}","Show":"Rêdan","Show All Labels":"Hemû Etîketan Nîşan Bide","Show all new faces":"Hemî rûyên nû nîşan bidin","Show Caption":"Sernivîsê nîşan bide","Show Captions":"Sernivîsan nîşan bide","Show face markers":"Nîşankerên rû nîşan bide","Show hidden":"Veşartî nîşan bide","Show Important Only":"Tenê Girîng Nîşan Bide","Show logs in the web interface to monitor activity and troubleshoot problems.":"Ji bo şopandina çalakiyê û çareserkirina pirsgirêkan, tomarên di navrûya webê de nîşan bide.","Show smart albums that group pictures by occasion, trip, or location.":"Albûmên jîr nîşan bidin ku wêneyan li gorî bûyer, rêwîtî, an cîhê kom dikin.","Show the Account page so users can manage their profile and security settings.":"Rûpela Hesabê nîşan bide da ku bikarhêner bikaribin profîl û mîhengên ewlehiyê yên xwe birêve bibin.","Show the Calendar view to browse the library by year and month.":"Dîtina Salnameyê nîşan bide da ku pirtûkxaneyê li gorî sal û mehê bigerî.","Show the Labels section to view and manage AI-generated labels.":"Beşa Etîketan nîşan bide da ku etîketên ji hêla AI ve hatine çêkirin bibînin û birêve bibin.","Show the Library section to index, manage, and monitor the media library.":"Beşa Pirtûkxaneyê nîşan bide da ku pirtûkxaneya medyayê navnîş bike, birêve bibe û çavdêrî bike.","Show the Places view with interactive maps so you can browse photos by location.":"Dîtina Cihan bi nexşeyên înteraktîf nîşan bide da ku tu bikaribî wêneyan li gorî cihê bigerî.","Show Titles":"Sernavan nîşan bide","Sidecar":"لاتەنیشت","Sidecar Files":"Pelên Sidecar","Sign in":"چوونەژوورەوە","Sign Out":"Guhê xwe nedene","Similar":"وەکویەک","Site URL":"URL-ya malperê","Size":"ڕووبەر","Slideshow":"Slideshow","Slow":"خاو","Software":"Software","Software Update":"Nûvekirina Nivîsbariyê","Some albums could not be copied":"Hin albûm nehatin kopîkirin","Some albums could not be created. Please edit the names and try again.":"Hin albûm nehatin afirandin. Ji kerema xwe navan biguherînin û dîsa biceribînin.","Some albums could not be updated":"Hin albûm nehatin nûvekirin","Something went wrong, try again":"Tiştek xelet derket, dîsa biceribîne","Sort by":"Bi rêzkirin","Sort by Name (A–Z)":"Li gorî Navî Rêz Bike (A–Z)","Sort by Photo Count":"Li gorî Hejmara Wêneyan Rêz Bike","Sort by Relevance":"Li gorî Girîngiyê rêz bike","Sort Order":"جۆری داواکاری","Sorted ascending.":"Rêjeya hilkişînê.","Sorted descending.":"Rêjeya xwarê.","Source":"سەرچاوه","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":"کەڵەکەکان","Start":"ده‌ستپێك","Start Page":"Rûpelê Destpêkê","Static Size Limit: %{n}px":"سنووری قەبارەی ستاتیک: %{n}px","Status":"دۆخ","Stay signed in on this device":"Li ser vê cîhazê têketî bimîne","Stop Casting":"Wesandina Rawestîne","Storage":"پەڕگەی هەڵگرتن","Streets":"شەقامەکان","Subject":"ناونیشان","Subject deleted":"ناونیشان","Subject not found":"ناونیشان","Subject saved":"ناونیشان","Successfully activated":"Bi serketî hate aktîfkirin","Successfully Connected":"Bi serketî ve girêdayî ye","Successfully deleted":"Bi serketî hat jêbirin","Successfully verified":"Bi serketî verast kirin","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"پشتگیری بۆ خزمەتگوزاری تر وەک Google Drive، بە پێی کات زیاد دەکرێت.","Support Our Mission":"Piştgiriya Mîsyona Me bikin","Sync":"هاوکاتگەری","Sync raw and video files":"هاودەمکردنی فایلە خاوە ڤیدیۆکان","Taken":"وەرگیراو","Teal":"سەوزی شینباو","Terrain":"Erd","Text":"Nivîstok","Thank You for Your Support!":"Spas ji bo Piştgiriya We!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Ji ber vê yekê PhotoPrism ji erdê ve hate çêkirin da ku li cîhê ku hûn jê re lazim bin, bêyî ku azadî, nepenî, an fonksiyonê tawîz bidin.","The index currently contains %{n} hidden files.":"نوانەکە لە ئێستادا %{n} فایلی شاراوەی لەخۆ دەگرێت.","The instance rejected the cluster credentials.":"Nimûneyê pêbaweriyên komê red kir.","The instance returned an unexpected redirect.":"Nimûneyê beralîkirinek nediyar vegerand.","The wakeup interval is %s, but must be 1h or less":"Navbera şiyarbûnê %s e, lê divê 1 saet an kêmtir be","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"فۆرماتەکەیان لەوانەیە پشتگیری کراو نەبێت, هێشتا نەگۆڕدراوە بۆ JPEG یان لێکچووی دووبارەبوونی هەیە.","Theme":"ڕووکار","This account is missing an ID and can't be edited.":"Nasnameyek di vê hesabê de tune ye û nayê sererastkirin.","This field is required":"Ev qada pêdivî ye","This instance has no site URL configured.":"Ev mînak URL-ya malperê nehatiye mîheng kirin.","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 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. ":"ئەمە فۆڵدەری ڕەسەنەکان وەک درایڤی ڕایەڵە هەڵدەکات و ڕێگەت پێدەدات فایلەکان لە کۆمپیوتەرەکەت یان مۆبایلەکە بکەیتەوە، بژاری بکەیت، یان بسڕیتەوە وەک ئەوەی کە خۆماڵی بن.","Time":"Dem","Time UTC":"کات UTC","Time Zone":"ناوچەی کاتی","Timeout":"ناوچەی کاتی","Title":{"":"ناونیشان","Account":"ناونیشان","Photo":"ناونیشان"},"Title / Position":"ناونیشانی زۆر درێژ","to":"بۆ","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Ji bo ku hûn ji hesabê xwe neyên girtin, ji kerema xwe vê koda hilanînê nuha dakêşin, çap bikin an kopî bikin û li cîhek ewle bihêlin.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Ji bo afirandina şîfreyek nû-taybetî ya sepanê, ji kerema xwe nav û qada destûrnameyê ya serîlêdanê binivîse û tarîxek qedandinê hilbijêrin:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Ji bo veguheztina serîlêdanek an amûrek naskirî ya nû, pêşî piştrastkirina du-faktorî neçalak bikin û dûv re wê ji nû ve çalak bikin:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Ji bo nûvekirinê, hûn dikarin kodek çalakkirinê binivîsin an jî \"Têkilî\" bikirtînin da ku li ser malpera me têkevin:","Today":"Îro","Toggle View":"گۆڕینی رەوش بۆ بینین","Token":"تۆکن","Too many files selected":"Gelek pel hatine hilbijartin","Too many requests":"Pir daxwazî","Troubleshooting":"Çareserkirina pirsgirêkan","Try again using other filters or keywords.":"دووبارە هەوڵ بدە بە بەکارهێنانی فلتەر یان وشەی تر.","Two-factor authentication has been enabled for your account.":"Nasnameya du-faktorî ji bo hesabê we hate çalak kirin.","Type":"جۆر","Unable to delete":"Jêbirin nayê kirin","Unable to do that":"Nikarim wê bikim","Unassign":"Rakirina erkê","Unauthorized":"Bêmaf","Undo":"Betal bike","Unique ID":"IDـی بێ هاوتا","Unknown":"نەزانراو","Unknown location":"Cihê nenas","Unregistered":"Neqeydkirî","Unsorted":"پۆلێن نەکراوە","Unstack":"دەرهێنان لە کەڵەکە","Unsupported":"Piştgirî nekirin","Unsupported format":"Formata nayê piştgirîkirin","Unsupported type":"Cureyê ne piştgirî","Updated":"بارکرا","Updating faces":"Rûyên nûjen dikin","Updating index":"نوێکردنەوەی نیشانە","Updating moments":"نوێکردنەوەی ساتەکان","Updating picture…":"Rojanekirina pêşdîtinan","Updating previews":"Rojanekirina pêşdîtinan","Updating stacks":"نوێکردنەوەی کەڵەکەکان","Upgrade":"Upgrade","Upgrade Now":"Nûvekirina Niha","Upload":"بارکردن","Upload complete":"بارکردنەکە تەواو","Upload complete. Indexing…":"بارکردن تەواو بوو. نیشانەکردن…","Upload failed":"بارکردنەکە سەرکەوتوو نەبوو","Upload has been processed":"Barkirin hat pêvajokirin","Upload local files":"بارکردنی فایلە ناوخۆییەکان","Upload might be offensive":"بارکردن لەوانەیە سووکایەتی بێت","Upload Path":"Rêya barkirin","Uploading %{n} of %{t}…":"بارکردنی %{n} لە %{t}…","Uploading photos…":"فۆتۆکان بار دەبن…","Uploading…":"دووبارە بارکردن…","Uploads that may contain such images will be rejected automatically.":"بارکردنەکان کە لەوانەیە ئەم جۆرە وێنانە لەخۆە بگرێ بە شێوەیەکی خۆکار ڕەت دەکرێنەوە.","URL":"URL","Use Presets":"بەکارهێنانی پێش ڕێکخستنەکان","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Dema ku hûn nikaribin bi sepana xweya erêkirinê re kodek verastkirinê ya derbasdar biafirînin, koda vegerandina jêrîn bikar bînin da ku bigihîjin hesabê xwe:","Use your recovery code or contact an administrator for help.":"Koda vegerandina xwe bikar bînin an ji bo alîkariyê bi rêveberek re têkilî daynin.","User":"بەکارهێنەر","User Guide":"Rehbera bikaranînê","User Interface":"بەکارهێنەری ڕووکار","User not found":"بەکارهێنەرەکە نەدۆزرایەوە","Username":"ناوی بەکارهێنەر","Users":"Bikarhêner","UUID":"UUID","Vector":"Vektor","Vectors":"Vectors","Verification Code":"Koda verastkirinê","Version":"Awa","Video":"ڤیدیۆ","Video Duration":"بەخشینەکان","Videos":"ڤیدیۆکان","View":"بینین","View search results as a list.":"Encamên lêgerînê wekî navnîşek bibînin.","Viewer":"Temaşeker","Vision":"Qaweta çavdîtinê","Visitor":"Serda","Visual Similarity":"گروپکردن بە پێی هاوشێوەیی","Warning":"Gazî","Web Login":"Têketina Webê","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"Piştgiriya WebGL di geroka we de neçalak e","Website":"Website","White":"سپی","Work Details":"زانیاری زیاتر","Year":"ساڵ","Yellow":"زەرد","Yes":"بەڵێ","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Hûn bi xêr hatin ku ji bo pirsên di derbarê endametiya xwe de bi me re têkilî daynin endamên@photoprism.app.","You can only download one album":"تۆ تەنها دەتوانی یەك ئەلبوم داگریت","You can only download one label":"تۆ تەنها دەتوانی یەك پێناس داگریت","You can search for a location or move the marker on the map to change the position:":"Hûn dikarin li cîhek bigerin an jî nîşankerê li ser nexşeyê biguhezînin da ku pozîsyonê biguherînin:","You can upload up to %{n} files for test purposes.":"Hûn dikarin heta %{n} pelan ji bo armancên ceribandinê bar bikin.","You cannot change your own role.":"Tu bi xwe nikarî rola xwe biguherînî.","You do not have access to any instances.":"Tu gihîştina tu mînakan tune.","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.","Your account could not be connected":"Hesabê te nehat girêdan","Your account has been successfully connected.":"Hesabê we bi serkeftî hate girêdan.","Your browser does not support WebGL":"Geroka we WebGL piştgirî nake","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"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.","Zip created in %d s":"زیپ بە %d چرکە دروستکرا","Zoom in/out":"گەورەکردن/بچووکردن","Archive":{"Noun":"ئەرشیف","Verb":"ئەرشیف"},"Add a Title":{"Photo":"Sernavek lê zêde bike"}}} \ No newline at end of file +{"ku":{"{0} appended action":"{0} çalakiya pêvekirî","{0} files":"{0} pel","{0} files ({1} in total)":"{0} pel (bi tevayî {1})","{0} more":"{0} zêde","{0} prepended action":"{0} çalakiya pêşwextkirî","{0} selected":"{0} hilbijartin","{0}-{1} of {2}":"{0}-{1} ji {2}","%{n} albums found":"ئەلبوم دۆزرایەوە %{n}","%{n} files uploaded":"%{n} پەڕگە بارکرا","%{n} folders found":"%{n} بوخچە دۆزرایەوە","%{n} GB of %{q} GB used":"%{n} GB ji %{q} GB hat bikaranîn","%{n} labels found":"%{n} پێناس دۆزرایەوە","%{n} people found":"%{n} kes hatin dîtin","%{n} pictures found":"%{n} wêne hatin dîtin","%{s} is too long":"%{s} pir dirêj e","%{s} is too short":"%{s} pir kurt e","%d entries added to %s":"%d تێکراو زیاد کرایە %s","%d entries removed from %s":"%d تێکراو لابرا لە %s","%d files uploaded in %d s":"%d پەڕگە بارکرە بە %d چرکە","%s already exists":"%s پێشتر هەیە","%s has been restored":"%s hate sererastkirin","1 hour":"١ کاتژمێر","12 hours":"١٢ کاتژمێر","2-Factor Authentication":"2-Authentication Factor","2FA":"2FA","4 hours":"٤ کاتژمێر","A click will copy it to your clipboard.":"کرتەیەک کۆپی دەکاتە کلیپ بۆردەکەت","A new version of %{s} is available:":"Guhertoyek nû ya %{s} heye:","About":"دەربارە","Access granted.":"Gihîştin hat dayîn.","Access revoked.":"Gihîştin hat betalkirin.","Access Token":"Access Token","Account":"هەژمار","Account created":"هەژمارەکە دروستکرا","Account deleted":"هەژمارەکە سڕایەوە","Account Group Mappings":"Nexşeyên Koma Hesaban","Account not found":"هەژمارەکە نەدۆزرایەوە","Account restored":"Hesab hat restorekirin","Account saved":"هەژمارەکە پاشەکەوتکرا","Accounts":"Accounts","Accuracy":"وردبینی","Action":"کردار","Actions":"کردارەکان","Activate":"Çalak bike","Activate to remove sorting.":"Ji bo rakirina sorkirinê çalak bike.","Activate to sort ascending.":"Ji bo rêzkirina hilkişînê çalak bike.","Activate to sort descending.":"Çalak bike ji bo rêzkirina daketî.","Activation Code":"Koda Çalakkirinê","Activity":"Çalakî","Add":"Lêzêdekirin","Add %{s}?":"%{s} lê zêde bike?","Add a Caption":"Sernivîsek lê zêde bike","Add Account":"دەستکاریکردنی هەژمار","Add Album":"زیادکردنی ئەلبوم","Add Link":"زیادکردنی بەستەرە","Add Notes":"Têbînîyan Zêde Bike","Add person?":"Mirov lê zêde bike?","Add pictures from search results by selecting them.":"Bi hilbijartina wan wêneyan ji encamên lêgerînê zêde bikin.","Add to album":"زیادکردن بۆ ئەلبوم","Add to all":"Li hemûyan zêde bike","Add to all selected photos":"Li hemû wêneyên bijartî zêde bike","Added":"زیادکرا","Added %{name}":"%{name} lê zêde kir","Adjust Camera Info":"Agahiyên Kamerayê Biguherîne","Adjust Date & Time":"Dîrok û Demjimêrê Biguherîne","Adjust Location":"Cihê Biguherîne","Admin":"Admin","Advanced":"پێشکەوتوو","Advertise URL":"URL-ya reklamê","After 1 day":"دوای ١ ڕۆژ","After 3 days":"دوای ٣ ڕۆژ","After 7 days":"دوای ٧ ڕۆژ","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Piştî ku hûn şîfreya xwe ji bo pejirandinê têkevin, hûn dikarin bi serîlêdanek an amûrek pejirandî ya lihevhatî verastkirina du-faktorî saz bikin:","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 %s deleted":"ئەلبومی %s سڕایەوە","Album Backups":"Album Backups","Album contents cloned":"ناوەڕۆکەکانی ئەلبومەکە هاووێنە کرا","Album created":"ئەلبومەکە دروستکرا","Album deleted":"Albûm hat jêbirin","Album not found":"ئەلبومەکە نەدۆزرایەوە","Album saved":"ئەلبومەکە پاشەکەوتکرا","Albums":"ئەلبومەکان","Albums deleted":"ئەلبومەکان سڕایەوە","All":"Gişt","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 files from import folder":"هەموو پەڕگەکان لە بوخچەی هاوردەکردن","All Lenses":"هەموو لێنزەکان","All Months":"هەموو مانگەکان","All originals":"هەموو ڕەسەنەکان","All Years":"هەموو ساڵەکان","Allow configuration and use of connected apps and services for remote uploads and sync.":"Destûrê bide mîhengkirin û bikaranîna sepan û karûbarên girêdayî ji bo barkirin û senkronîzasyona ji dûr ve.","Allow editing of metadata such as title, description, date, and location.":"Destûrê bide guherandina metadatayên wekî sernav, ravekirin, dîrok û cih.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Destûrê bide guherandina metadata, etîket û albûmên gelek wêneyan di heman demê de.","Allow files to be copied or moved from the Import to the Originals folder.":"Amûra Import çalak bike da ku pelan ji peldanka Import ber bi Orjînalan ve kopî bike an jî biguhezîne.","Allow files to be permanently deleted to free up storage space.":"Ji bo azadkirina cîhê hilanînê, destûr bidin ku pel bi awayekî mayînde werin jêbirin.","Allow users to archive photos and videos so they are hidden without being deleted.":"Destûrê bide bikarhêneran ku wêne û vîdyoyan arşîv bikin da ku ew bêyî ku werin jêbirin werin veşartin.","Allow users to create and share links, and enable sharing with connected services.":"Destûrê bide bikarhêneran ku girêdanan biafirînin û parve bikin, û parvekirinê bi karûbarên girêdayî re çalak bikin.","Allow users to upload new photos and videos through the web interface.":"Destûrê bide bikarhêneran ku wêne û vîdyoyên nû bi rêya navrûya webê bar bikin.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"لە جیاتی ئەوە، دەتوانیت ڕاستەوخۆ پەڕگەکان باربکەیتە سەر ڕاژەی WebDAV وەک Nextcloud.","Altitude":"هێڵی درێژی","Altitude (m)":"بەرزی (m)","AM":"IM","Animated":"ئەنیمەیشن","Animation":"ئەنیمەیشن","Animations":"Anîmasyon","Any private photos and videos remain private and won't be shared.":"هەر فۆتۆ و ڤیدیۆیەکی تایبەت بە تایبەتی دەمێنێتەوە و هاوبەش ناکرێت.","API Key":"API کلیلی","Application":"Bikaranînî","Applications":"Serlêdan","Approve":"په‌سه‌ندکردن","Approve and save changes":"Guhertinan pesend bike û tomar bike","Apps and Devices":"Serlêdan û Amûrên","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 delete this album?":"Tu piştrast î ku dixwazî vê albûmê jê bibî?","Are you sure you want to permanently delete these pictures?":"ئایا دڵنیایت لەوەی دەتەوێت ئەم وێنانە بە هەمیشەیی بسڕیتەوە؟","Are you sure you want to permanently delete this file?":"ئایا دڵنیایت لەوەی دەتەوێت بە هەمیشەیی ئەم پەڕگەیە بسڕیتەوە؟","Are you sure?":"Piştrastin?","Artist":"هونەرمەند","Aspect Ratio":"ڕێژەی ڕوو","Attributes":"Taybetmendî","Audio":"Audio","Audit Log":"Audio","Authentication":"Authentication","Auto":"Auto","Back":"Paş","Back to top":"Vegere serî","Backup":"Backup","Badge":"Nîşan","Base Path":"Rêya bingehîn","Batch":"Kom","Batch Edit":"Guherandina Komî","Become a member today, support our mission and enjoy our member benefits!":"Îro bibin endam, piştgirî bidin mîsyona me û ji feydeyên endamtiya me sûd werbigirin!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Ji ber ku 100% xwe-fînansedar û serbixwe ne, em dikarin soz bidin we ku em ê ti carî daneyên we nefroşin û ku em ê her gav di derheqê nermalava û karûbarên xwe de zelal bin.","Bio":"Bio","Birth Date":"Dîroka Jidayikbûnê","Black":"ڕەش","Blue":"شین","Brown":"قاوەیی","Browse":"Browse","Browse Files":"Pelan bigerin","Browse Pictures":"Wêneyan Bigerîne","Bug Report":"راپۆرتی هەڵە","Busy, please try again later":"Mijûl e, ji kerema xwe paşê dîsa biceribîne","Busy, please wait…":"سەرقاڵە، تکایە چاوەڕێکە…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Bi karanîna nermalava û karûbarên ku em pêşkêş dikin, hûn şertên karûbarê me, polîtîkaya nepenîtiyê, û koda tevgerê qebûl dikin.","Calendar":"ڕۆژمێر","Camera":"کامێرا","Camera not found":"Kamera nehat dîtin","Camera Serial":"زنجیرەی کامێرا","Can't access your authenticator app or device?":"Ma hûn nikarin xwe bigihînin sepan an cîhaza xweya rastgir?","Can't load more, limit reached":"ناتوانێت زیاتر بار بکات، گەیشتە سنوور","Can't select more items":"ناتوانێت ئایتمی زیاتر دیاری بکات","Cancel":"هه‌ڵوه‌شاندنه‌وه","Cannot copy to clipboard":"Nikare li clipboardê kopî bike","Caption":"Sernivîs","Cards":"کارتەکان","Carousel slide {0} of {1}":"slide carousel {0} ji {1}","Cast":"Avdan","Category":"هاوپۆله‌كان","Change Avatar":"گۆڕینی نیشانەنوێنی تایبەت","Change Password":"تێپەڕەوشەی نوێ","Change private flag":"گۆڕینی نیشانەنوێنی تایبەت","Changes could not be saved":"گۆڕانکاریەکان پاشەکەوت نەکراوە","Changes successfully saved":"گۆڕانکاریەکان سەرکەوتوانە پاشەکەوتکرا","Changes to the advanced settings require a restart to take effect.":"Guhertinên mîhengên pêşkeftî ji nû ve destpêkirinê hewce dike ku bandor bike.","Checked":"پشکنرا","Choose an instance to continue:":"Nimûneyek hilbijêre ji bo berdewamkirinê:","Chroma":"کرۆم","Cleaning index and cache":"Paqijkirina index û cache","Cleanup":"Demdirêj","Clear":"Zelal","Clear {0}":"Paqij bike {0}","Client":"Kirrîxwaz","Close":"داخستن","Cluster":"Kom","Cluster Admin":"Rêvebirê Komê","Cluster Node":"Girêka Komê","Codec":"Codec","Color":"ڕەنگ","Color Profile":"Profîla Rengê","Colors":"ڕەنگەکان","Compare Editions":"Berawirdî Weşanan","Complete Rescan":"پشکنینەوەی تەواو","Confidence":"دڵنیایی","Confirm":"Tesdîqkirin","Connect":"بەستنەوە","Connect via WebDAV":"بەستنەوە بە WebDAV","Connected":"بەستنەوە","Contact Details":"پەیوەندیمان پێوە بکە","Contact Us":"پەیوەندیمان پێوە بکە","Contains %{n} pictures.":"%{n} wêneyan dihewîne.","Contains one picture.":"Yek wêneyek dihewîne.","Content":{"":"Dilşad","Edit":"Dilşad"},"Continue":"Berdewamkirin","Contributor":"Contributor","Converting":"گۆڕین","Copied to clipboard":"کۆپی کرایە کلیپ بۆرد","Copy":"Kopî","Copying files from %s":"کۆپی کردنی پەڕگە لە%s","Copyright":"مافی لەبەرگرتنەوە","Could not be deleted":"نەتوانرا بسڕێتەوە","Could not connect, please try again":"نەیتوانی پەیوەندی بگرێت، تکایە دووبارە هەوڵ بدەوە","Could not update person cover":"Nekarî bergê kesê nûve bike","Couldn't find anything.":"هیچ شتێک نەدۆزرایەوە.","Country":"وڵات","Create Account":"Hesab biafirîne","Create album":"دروستکردنی ئەلبوم","Create regular backups based on the configured schedule.":"Li ser bingeha nexşeya mîhengkirî paşvekêşên navnîşan biafirînin.","Create YAML files to back up album metadata.":"Pelên YAML biafirînin ku metadata albûmê paşve bikin.","Create YAML sidecar files to back up picture metadata.":"Pelên kêleka YAML biafirînin ku metadaneyên wêneyê paşve bikin.","Created":"دروستکرا","Creating thumbnails for":"دروستکردنی وێنۆچکە بۆ","Current Password":"تێپەڕەوشەی ئێستا","Custom":"Hûnbunî","Cyan":"شینی ئاسمانی","Daily":"ڕۆژانە","Database":"Databas","Database Backups":"Backups Database","Databases":"Databas","Date & Time":"Dîrok û Demjimêr","Day":"ڕۆ‌ژ","Deactivate":"Deaktîv bike","Debug Logs":"تۆماری هەڵەکان","Default":"بنه‌ڕه‌ت","Default Folder":"بوخچەی بنه‌ڕه‌تی","Delete":"سڕینەوە","Delete Album":"Albûmê Jê Bibe","Delete All":"Hemî jêbirin","Delete all?":"Hemî jêbirin?","Delete orphaned index entries, sidecar files and thumbnails.":"Navnîşanên navnîşên sêwî, pelên kêlekê û piçûkan jêbirin.","deleted":"jêbirin","Description":"وه‌سفکردن","Detailed instructions can be found in our User Guide.":"ڕێنمایی ورد دەتوانرێت بدۆزرێتەوە لە ڕێبەری بەکارهێنەرەکەمان.","Details":"زانیاری زیاتر","Dimensions":"ڕەهەندەکان","Disable all face detection and recognition features.":"Hemû taybetmendiyên tesbîtkirin û naskirina rû neçalak bike.","Disable Backups":"ناچالاککردنی پاڵپشتەکان","Disable Darktable":"Darktable neçalak bike","Disable ExifTool":"ExifTool لە کاربخە","Disable Faces":"Rûyan neçalak bike","Disable features that require write permission for the originals folder.":"Taybetmendiyên ku ji bo peldanka orjînal destûra nivîsandinê hewce dike neçalak bike.","Disable FFmpeg":"FFmpeg asteng bike","Disable ImageMagick":"ImageMagick neçalak bike","Disable interactive world maps and reverse geocoding.":"Nexşeyên cîhanê yên înteraktîf neçalak bikin û jeokodkirina berevajî bikin.","Disable MCP":"MCP neçalak bike","Disable Places":"لەکارخستنی شوێنەکان","Disable RawTherapee":"RawTherapee neçalak bike","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Xala dawî ya Protokola Çarçoveya Modelê (MCP) API ji bo entegrasyonên ajana AI neçalak bike.","Disable Vectors":"Vektoran neçalak bike","Disable WebDAV":"لەکاربخە WebDAV","Disabled":"ناچالاککراوە","Disables vector graphics support.":"Piştgiriya grafikên vektorî asteng dike.","Disables video transcoding and thumbnail extraction.":"Veguheztina vîdyoyê û derxistina piçûkan asteng dike.","Discard":"Bavêje","Discard changes and close":"Guhertinan betal bike û bigire","Discard invalid changes?":"Guhertinên nederbasdar betal bikin?","Discard unsaved changes?":"Guhertinên netomarkirî betal bikin?","Discover":"دۆزینەوە","Dismiss":"Berdan","Display Name":"Navê nîşanî","Display picture captions in search results.":"Di encamên lêgerînê de sernavên wêneyan nîşan bidin.","Display picture titles in search results.":"Di encamên lêgerînê de sernavên wêneyan nîşan bidin.","Document":"Belge","Documents":"Documents","Don't use Darktable to convert RAW images.":"Ji bo veguheztina pelên RAW Darktable bikar neynin.","Don't use ImageMagick to convert images.":"Ji bo veguhertina wêneyan ImageMagick bikar neynin.","Don't use RawTherapee to convert RAW images.":"RawTherapee bikar neynin ku pelên RAW veguherînin.","Done":"تەواوبوو","Done.":"تەواوبوو.","Download":"داگرتن","Download only original media files, without any automatically generated files.":"Tenê pelên medyayê yên orjînal dakêşin, bêyî pelên ku bixweber têne çêkirin.","Download remote files":"داگرتنی پەڕگە دوورەکان","Downloading…":"دادەگیرێت…","Drag and drop files here":"Pelan li vir kaş bikin û bavêjin","Driver":"Ajotvan","Duplicates will be skipped and only appear once.":"دووبارەکراوەکان تێپەڕدەبن و تەنها یەک جار دەردەکەون.","Duration":"بەخشینەکان","Dynamic Previews":"پێشبینینی دینامیکی","Dynamic Size Limit: %{n}px":"سنوورداری قەبارەی دینامیکی: %{n}px","Edit":"دەستکاری","Edit %{s}":"دەستکاری %{s}","Edit Account":"دەستکاریکردنی هەژمار","Edit Photo":"دەستکاریکردنی فۆتۆ","Edit Photos (%{n})":"Wêneyan Biguherîne (%{n})","Edited":"دەستکاریکرا","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Moda debugê çalak bike da ku têketinên zêde nîşan bide û di çareserkirina pirsgirêkan de bibe alîkar.","Enable downloading of original and sidecar files from the web interface.":"Daxistina pelên orîjînal û yên alîgir ji navrûya webê çalak bike.","Enable face recognition and the People view to easily find people you know.":"Naskirina rû û dîtina Mirovan çalak bike da ku bi hêsanî kesên ku hûn nas dikin bibînî.","Enable new features that may be incomplete or unstable.":"Taybetmendiyên nû yên ku dibe ku netemam an bêîstiqrar bin çalak bikin.","Enable the file browser to navigate the Originals folder structure.":"Geroka pelan çalak bike da ku di nav avahiya peldanka Originals de bigere.","Enables RAW converter presets. May reduce performance.":"Pêşdibistanên veguheztina RAW çalak dike. Dibe ku performans kêm bike.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Çalakkirina erêkirina du-faktorî tê vê wateyê ku hûn ê hewceyê kodek verastkirinê ya ku bi rengek rasthatî hatî hilberandin hewce bike ku têkevinê, ji ber vê yekê her çend kes bigihîje şîfreya we jî, ew ê nikaribe bigihîje hesabê we.","Engine":"Makîne","Enter date":"Dîrokê binivîse","Enter dates":"Dîrokan binivîse","Enter item name...":"Navê babetî binivîse...","Enter the code generated by your authenticator app:":"Koda ku ji hêla sepana xweya nasker ve hatî çêkirin binivîse:","Enter verification code":"Koda verastkirinê binivîse","Enter your password to confirm the action and continue:":"Şîfreya xwe binivîse ku çalakiyê piştrast bike û berdewam bike:","Entity not found":"هیچ ئەلبومێکی نەدۆزیوەتەوە","Error":"هەڵە","Errors":"هەڵەکان","Estimate":"Texmînkirin","Estimate Locations":"Cihên Texmîn bikin","Estimate the approximate location of pictures without GPS coordinates.":"Cihê nêzîkê wêneyan bêyî koordînatên GPS-ê texmîn bikin.","Every two days":"هەموو دوو ڕۆژ جارێ","Exclude hidden":"Veşartî derxînin","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Derxistina Metadata bi ExifTool re ji bo piştgiriya tevahî Vîdyo, Wêne Zindî, û XMP hewce ye.","Experimental Features":"تایبەتمەندیە ئەزموونیەکان","Expires":"بەسەرچووەکان","Exposure":"دەرخستن","Extract still images and generate thumbnails while indexing.":"Wêneyên hêstiran derxînin û di dema îndekskirinê de nîgaran çêkin.","F Number":"ژمارەی F","Face":"Rû","Face not found":"نەدۆزرایەوە","Faces":"Rûyên","Failed creating file, please check permissions":"شکست لە دروستکردنی پەڕگە، تکایە مۆڵەتەکان بپشکنە","Failed creating folder, please check permissions":"شکست لە دروستکردنی بوخچە، تکایە مۆڵەتەکان بپشکنە","Failed removing link":"لابردنی بەستەرەکە شکستی هێنا","Failed to connect account.":"Girêdana hesabê têk çû.","Failed to create zip file":"دروستکردنی فایلی زیپ سەرکەوتوو نەبوو","Failed to load users.":"Barkirina bikarhêneran neserket.","Failed to remove face marker":"Rakirina nîşankera rû neserket","Failed to remove name":"Rakirina navî neserket","Failed to restart server":"Ji nû ve destpêkirina serverê bi ser neket","Failed to save changes":"Guhertinan nehat tomarkirin","Failed to save face marker":"Tomarkirina nîşankera rû neserket","Failed to save name":"Tomarkirina navî neserket","Failed updating link":"نوێکردنەوەی بەستەرەکە شکستی هێنا","Family Name":"ناوی پێناس","Fast":"خێرا","Favorite":"دڵخواز","Favorites":"دڵخوازەکان","Feature disabled":"تایبەتمەندی ناچالاک کراوە","Feature Request":"داواکردنی تایبەتمەندی","Female":"Mê","File":"پەڕگە","File Browser":"گەڕۆکی پەڕگە","File Conversion":"Veguherîna pelê","File deleted":"پەڕگە سڕایەوە","File Name":"پەڕگە","File not found":"دۆسیەکە نەدۆزرایەوە","File removed from stack":"دۆسیەکە کۆژاوەتەوە لە کەڵەکەکە","File Size":"پەڕگە","File too large":"Pel pir mezin e","File uploaded":"Pelê barkirî","Filename":"پەڕگە","Files":"پەڕگەکان","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"پەڕگەکان بە ناوی زنجیرەیی وەک 'IMG_1234 (2)' و 'IMG_1234 (3)' هی هەمان وێنەن.","First page":"Rûpelê yekem","Focal Length":"Focal Length","Folder":"بوخچە","Folder contains %{n} files":"بوخچە %{n} پەڕگەی تێدایە","Folder is empty":"بوخچەکە بەتاڵە","Folders":"بوخچەکان","Forgot password?":"تێپەڕەوشەی ئێستا","FPS":"FPS","Frames":"Frames","Full Access":"Têketinê Full","Fullscreen":"پڕاوپڕ بەشاشە","General":"گشتی","Generate":"Xûlqkirin","Generate Previews":"Pêşdîtinan biafirînin","Generated":"Çê kirin","Get Started":"Dest pê bike","Given Name":"ناوی ڕەسەن","Global Options":"Vebijarkên Global","Go to page {0}":"Biçe rûpela {0}","Gold":"ئاڵتون","Green":"سەوز","Grey":"ڕەساسی","Groups":"Grûp","Guest":"Mêvan","Hash":"هاش","Help":"یارمەتی","Help & Support":"پاڵپشتی کڕیار","Hidden":"شاراوە","Hidden Files":"پەڕگە شاراوەکان","Hide":"Veşartin","Hide Caption":"Sernivîsê Veşêre","Hide face markers":"Nîşankerên rû veşêre","Hide private content from global views while keeping it accessible in the Private section.":"Tiştên taybet ji dîtinên gerdûnî veşêre û di heman demê de wan di beşa Taybet de gihînbar bihêle.","High":"Bilind","High Dynamic Range (HDR)":"Rêzeya Dînamîk a Bilind (HDR)","Hybrid":"دووڕەگ","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Heke hûn gihîştina serîlêdana an cîhaza xweya rastgir winda bikin, hûn dikarin koda xweya vegerê bikar bînin da ku ji nû ve gihîştina hesabê xwe bistînin.","Image":"وێنە","Image Quality":"Kalîteya Wêne","Import":"هاوردن","Import canceled":"هاوردن هەڵوەشێنرایەوە","Import completed in %d s":"هاوردن تەواو بوو بە %d چرکە","Import failed":"هاوردن شکستی هێنا","Imported files will be sorted by date and given a unique name to avoid duplicates.":"پەڕگە هاوردەکان بەپێی بەروار پۆلێن دەکرێت و ناوی بێهاوتای بۆ دادەندرێت بۆی پەڕگەی دووبارە بوونی نەبێت.","Importing %{s}…":"هاوردنی %{s}…","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.","Include RAW image files when downloading stacks and archives.":"Dema ku stêk û arşîvan dakêşin pelên wêneyê RAW têxin nav xwe.","Include sidecar files when downloading stacks and archives.":"Di dema dakêşana stêrk û arşîvan de pelên sidecar têxin nav xwe.","Increase storage size or delete files to continue.":"Mezinahiya hilanînê zêde bikin an pelan jêbirin da ku bidomînin.","Index":"نیشاندەر","Indexing":"نیشانەسازی","Indexing canceled":"نیشانەکردن هەڵوەشێنرایەوە","Indexing completed in %d s":"نیشانە کردن تەواو بوو بە %d چرکە","Indexing failed":"نیشانەسازی شکستی هێنا","Indexing files in %s":"نیشانەکردنی پەڕگەکان لە %s","Indexing media and sidecar files…":"پێڕستکردنی پەڕگەکانی میدیا و لاتەنیشتەکان…","Indexing originals...":"نیشانەکردنی ڕەسەنەکان...","Information":"Agahî","Inherit":"Mîratgirtin","Instance":"Nimûne","Instance ID":"IDـی نموونە","Instance unreachable. Try again once it's back online.":"Nimûne negihîştî ye. Dema ku dîsa serhêl be, dîsa biceribîne.","Instances":"Nimûne","Insufficient storage":"Depo ne bes e","Insufficient storage.":"Depo ne bes e.","Interval":"ماوە","Invalid":"بەروارێکی نادروست","Invalid address":"Navnîşana nederbasdar","Invalid country":"Welatê nederbasdar","Invalid credentials":"زانیارییەکان نادروستە","Invalid date":"بەروارێکی نادروست","Invalid link":"بەستەرەکە نادروستە","Invalid name":"بەروارێکی نادروست","Invalid parameters":"بەروارێکی نادروست","Invalid password, please try again":"تێپەرەوشە هەڵەیە، تکایە جارێکی تر هەوڵبدەوە","Invalid photo selected":"Wêneyê nederbasdar hat hilbijartin","Invalid time":"Dema nederbasdar","Invalid URL":"URL nederbasdar","Invalid verification code, please try again":"Koda verastkirinê nederbasdar e, ji kerema xwe dîsa biceribîne","IP Address":"Navnîşana IP'yê","It is a one-time use code that will disable 2FA for your account when you use it.":"Ew kodek karanîna yek-car e ku gava ku hûn wê bikar bînin dê 2FA ji bo hesabê we neçalak bike.","Item":"ئایتم","Items per page:":"Tiştên li ser rûpelê:","JPEG Quality: %{n}":"کوالیتی JPEG: %{n}","JPEG Size Limit: %{n}px":"سنووری قەبارەی JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG و وێنە بچووکەکان بە شێوەیەکی خودکارانە بە پێێ پێویست پیشان دەدرێن.","Keyword":"Peyva sereke","Keywords":"کلیلەوشەکان","Label":"پێناس","Label not found":"پێناسەکە نەدۆزرایەوە","Label saved":"پێناسەکە پاشەکەوتکرا","Labels":"پێناسەکان","Labels deleted":"پێناسەکان سڕانەوە","Language":"زمان","Last Active":"Last Active","Last Login":"Têketina Dawî","Last page":"Rûpelê dawî","Last Sync":"هاوکاتگەری","Last Used":"Last Used","Latitude":"هێڵی پانیی","LDAP/AD":"LDAP/AD","Learn more":"Bêtir hîn bibin","Learn More":"Bêtir hîn bibin","Legal Information":"Agahiyên Hiqûqî","Lens":"لێنز","Lens not found":"Lens nehat dîtin","Library":"کتێبخانە","License":"مۆڵەت","Like":"بەدڵمە","Lime":"قسڵ","Limit reached, showing first %{n} files":"سنوور گەیشتن، یەکەمین ٪{n} پەڕگە پیشان دەدات","Link":"بەستەر","List":"خشتە","List View":"View List","Live":"زیندوو","Live Photos":"وێنەکان","Load more":"Zêdetir barkirin","Loading items...":"Barkirina tiştan...","Loading...":"Barkirin...","Local":"Herêmî","Local Time":"کاتی ناوخۆیی","Location":"ناونیشان","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"لۆگ مەسجەکان لێرە دەردەکەون هەرکاتێک فۆتۆپریزم لەگەڵ فایلی شێواو بەرکەوتنی هەبوو ، یان کێشەی شاراوەی تر بوونی هەبوو.","Login":"چوونە ژوورەوە","Logs":"تۆماری لۆگەکان","Longitude":"درێژی","Lost server connection":"Girêdana serverê winda bû","Low":"Nizm","Magenta":"ئەرخەوانی","Main Color":"ڕەنگی سەرەکی","Male":"Nêrî","Manage Account":"Hesabê Birêvebirin","Manager":"Rêvebir","Manual":"Destî","Manual Upload":"بارکردنی دەستی","Maps":"Nexşe","Marker":"Nîşan","Maximum number of accounts has been reached.":"Hejmara herî zêde ya hesaban gihîştiye.","Media":"Medya","Medium":"مامناوەند","Membership":"Endamî","Merge %{a} with %{b}?":"Bi %{b} re bi %{b} re bibe yek?","Message":"Agah","Metadata":"Metadata","Metrics":"Metrics","Minimize":"بچووک کردنەوە","Missing":"بزر","Missing or invalid configuration":"Veavakirina wenda an nederbasdar","mixed":"tevlihev","Moments":"ساتەکان","Monochrome":"Monochrome","Month":"مانگ","More options":"Vebijarkên bêtir","Mosaic":"موزایک","Most Relevant":"گرنگترین","Move Files":"دۆسیەی زیاتر","Moving files from %s":"گواستنەوەی پەڕگە لە %s","Must have at least %{n} characters.":"بەلایەنی کەمەوە 6 نووسە","Mute":"Bêdeng","Name":"ناو","Name too long":"ناوی زۆر درێژ","Never":"هەرگیز","New":"Nşh","New Password":"تێپەڕەوشەی نوێ","Newest First":"یەکەم تازەترین","Next":"Piştî","Next page":"Rûpelê din","Next visual":"Next dîtbarî","No":"نەخێر","No Access":"Gihîştin tune ye","No albums assigned":"Tu albûm nehatine tayînkirin","No albums found":"هیچ ئەلبومێکی نەدۆزیوەتەوە","No albums selected":"هیج لە ئەلبومەکان هەڵنەبژێردراوە","No data available":"Daneyên berdest nînin","No files available for download":"هیچ پەڕگەیەک ئامادە نیە بۆ داگرتن","No items selected":"هیچ ئایتمێک دەستنیشان نەکراوە","No labels assigned":"Tu etîket nehatine destnîşankirin","No labels found":"هیچ پێناسێکی نەدۆزیوەتەوە","No labels selected":"هیج لە پێناسەکان هەڵنەبژێردراوە","No matching records found":"Qeydên lihevhatî nehatin dîtin","No more":"Bêtir na","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 registered instances.":"Nimûneyên qeydkirî tune ne.","No results":"هیچ ئەنجامێک","No server connection":"Têkiliya serverê tune","No servers configured.":"هیچ ڕاژەیەک سازنەدراوە","No services configured.":"هیچ ڕاژەیەک سازنەدراوە","No thanks":"نەخێر سوپاس","No users on this instance.":"Di vê mînakê de bikarhêner tune.","No warnings or error containing this keyword. Note that search is case-sensitive.":"هیچ ئاگادارییەک یان هەڵەیەک نیە کە ئەم وشی لەخۆ گرتبێت. تێبینی بکە کە گەڕان هەستیارە (جیاکەرەوەی پیتە گەورە و چکۆلەکان).","Node":"Girêk","Nodes":"Girêk","Non-photographic and low-quality images require a review before they appear in search results.":"وێنە نافۆتۆگرافی و کوالێتی نزمەکان پێویستی بە پێداچونەوە هەیە پێش ئەوەی لە ئەنجامی گەڕاندا دەرکەون.","None":"هیچ","Not allowed":"Destûr nayê dayîn","Not available in public mode":"بەردەست نیە بۆ دۆخی گشتی","Not available in read-only mode":"بەردەست نییە لە دۆخی تەنها-خوێندنەوە","Not found":"نەدۆزرایەوە","Not sorted.":"Ne veqetandin.","Not supported":"Ne piştgirî kirin","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، دەتوانرێت وەک خزمەتگوزاریەکی دوور بۆ گەڕانەوەی پاڵپشت (باکئاپ) و دروستکردنی پاڵپشت ساز بکرێت.","Notes":"تێبینیەکان","Nothing to see here yet.":"هێشتا هیچ شتێک نییە بۆ بینین لێرە. ئارام بگرە.","Nothing was found.":"Tiştek nehat dîtin.","Offline":"ده‌رهێڵ","OK":"OK","Oldest First":"یەکەم کۆنترین","On Windows, enter the following resource in the connection dialog:":"Li ser Windows-ê, di diyaloga pêwendiyê de çavkaniya jêrîn têkevin:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Hilberîna li ser daxwazê ya piçûkan dibe ku bibe sedema karanîna CPU û bîranînê ya bilind. Ew ji bo serverên bi çavkaniyê û amûrên NAS-ê nayê pêşniyar kirin.","Once a week":"جارێك لەهەفتەیەكدا","One album found":"یەك ئەلبوم دۆزرایەوە","One entry added to %s":"یەک تێکراو زیاد کرایە %s","One entry removed from %s":"یەک تێکراو لابرا لە %s","One file found":"یەك دۆسیە دۆزرایەوە","One file uploaded":"%{n} پەڕگە بارکرا","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","Only locally managed accounts can be set up for authentication with 2FA.":"Tenê hesabên herêmî yên ku têne rêve kirin dikarin ji bo erêkirinê bi 2FA re bêne saz kirin.","Open":"Vekirî","optional":"bixwe","or":"an","Orange":"پرتەقاڵی","Organization":"Orientation","Orientation":"Orientation","Original file names will be stored and indexed.":"ناوی پەڕگە ڕەسەنەکان هەڵگیراون و نیشانە دەکرێن.","Original Name":"ناوی ڕەسەن","Originals":"ڕەسەنەکان","Originals folder is empty":"Peldanka orîjînalan vala ye","Other":"هی تر","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"دنیا بینیمان ئەوەیە کە زۆرترین چارەسەری بەکارهێنەر بۆ گەڕان و ڕێکخستن و هاوبەشکردنی کۆکراوەی فۆتۆ دابین بکەین.","Outdoor":"دەرەوە","Page {0}, Current page":"Rûpel {0}, Rûpelê niha","Pages":"Pages","Pagination Navigation":"Navîgasyon Pagination","Panorama":"پانۆراما","Panoramas":"پانۆراماکان","Part of all selected photos":"Beşek ji hemû wêneyên hilbijartî","Part of some selected photos":"Beşek ji hin wêneyên hilbijartî","Password":"تێپەڕەوشە","Password changed":"تێپەڕەوشە گۆڕدرا","Pause":"Mizdan","Payment required":"Pêdivî bi dravdanê heye","People":"خەڵك","People you share a link with will be able to view public contents.":"ئەو کەسانەی بەستەرێکی هاوبەشیان لەگەڵ دا دروست دەکەیت، توانای بینینی ناوەڕۆکە گشتیەکانی دەبێت.","Permanently deleted":"بە هەمیشەیی سڕاوەتەوە","Permission denied":"Destûr hat redkirin","Person":"Şexs","Person cover updated":"Bergê kesî hate nûvekirin","Person deleted":"ئەلبومەکان سڕانەوە","Person not found":"هیچ ئەلبومێکی نەدۆزیوەتەوە","Person saved":"ڕێکخستنەکان پاشەکەوتکراو","Personal":"Şexsî","Photo":"وێنە","PhotoPrism is 100% self-funded and independent.":"PhotoPrism 100% xwe-fînanse û serbixwe ye.","PhotoPrism+ Membership":"Endamtiya PhotoPrism+","Photos":"وێنەکان","Picture":"Sûret","Picture Title":"Sernavê Wêne","Pink":"پەمەی","Pinned":"Pinkirî","Place":"شوێن","Place & Time":"شوێن و کات","Places":"شوێنەکان","Play":"بەگەڕ خستن","Please confirm your new password.":"تکایە وشە نهێنیە تازکەت پشتڕاستکەرەوە.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Ji kerema xwe şîfreya sepanê ya ku bi korfelaqî hatî çêkirin kopî bikin û wê li cîhek ewle bihêlin, ji ber ku hûn ê nikaribin wê dîsa bibînin:","Please do not upload any private, unlawful or offensive pictures.":"Ji kerema xwe re tu wêneyên taybet, neqanûnî an êrîşkar bar nekin.","Please don't upload photos containing offensive content.":"تکایە ئەو وێنانە بار مەکە کە ناوەڕۆکی سووکایەتی لەخۆ دەگرن.","Please enter OTP character {0}":"Ji kerema xwe karaktera OTP {0} binivîse","Please log in to your account":"Ji kerema xwe têkevin hesabê xwe","Please note that changing your password will log you out on other devices and browsers.":"Ji kerema xwe not bikin ku guhertina şîfreya xwe dê we li ser cîhaz û gerokên din derxîne.","Please restart your instance for the changes to take effect.":"Ji kerema xwe mînaka xwe ji nû ve bidin destpêkirin da ku guheztin bikeve meriyetê.","Please wait…":"Ji kerema xwe li bendê bin…","PM":"PM","PNG Size Limit: %{n}px":"سنووری قەبارەی PNG: %{n}px","Portal":"Portal","Portrait":"تابلۆ","Preserve filenames":"پاراستنی ناوی پەڕگەکان","Press enter to create a new album.":"بۆ دروستکردنی ئەلبومێکی نوێ، Enter دابگرە.","Press enter to create new item":"Ji bo çêkirina tiştekî nû pêl Enter bike","Prevent database and album backups as well as YAML sidecar files from being created.":"Nehêlin ku paşvekêşên databas û albûmê û her weha pelên kêleka YAML werin afirandin.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Nehêlin ku sepanên din bigihîjin PhotoPrism wekî ajokerek torê ya hevpar.","Preview":"پێشبینین","Preview Images":"Pêşdîtina Wêneyan","Previous":"Pêşî","Previous page":"Rûpelê berê","Previous visual":"Dîtina berê","Primary":"سەرەکی","Private":"تایبەتی","Processing upload...":"Barkirin tê pêvajokirin...","Product Feedback":"ڕەخنە و پێشنیار لە بەرهەم","Projection":"هەڵسەنگاندن","Purple":"مۆر","Quality Filter":"پاڵاوتنی جۆرایەتی","Quality Score":"جۆرایەتی تۆمار","Quota exceeded":"Kota derbas kir","Random":"هەڕەمەکی","Rating {0} of {1}":"Rêjeya {0} ji {1}","Raw":"خاو","RAW":"خاو","Re-index all originals, including already indexed and unchanged files.":"دووبارە نیشانە (ئیندێکس) کردنی هەموو ڕەسەنەکان، بە فایلە نوانەدار و نەگۆڕاوەکانیشەوە.","Read-Only Mode":"دۆخی تەنها-خوێندنەوە","Recently Added":"بەم دواییە زیادکرا","Recently Archived":"Recently Archived","Recently Edited":"بەم دواییە دەسکاریکرا","Recognition starts after indexing has been completed.":"Piştî ku endeksasyon qediya naskirin dest pê dike.","Recognized":"Nas kirin","Recovery Code":"Recovery Code","Red":"سور","Refresh":"Hênikkirin","Regions":"Herêmên","Register":"Fêhrist","Registration disabled":"Qeydkirin neçalak e","Reload":"بارکردنەوە","Reloading…":"دووبارە بارکردن…","Remote Sync":"هاوکاتکردنی دوور","Remove":"سڕینەوە","remove failed: unknown album":"سڕینەوەکە سەرکەوتوو نەبوو: ئەلبومی نەناسراو","Remove from Album":"Ji albûmê derxe","Remove from all":"Ji hemûyan rake","Remove from all selected photos":"Ji hemû wêneyên bijartî jê bibe","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"لابردنی پەڕگە هاوردەکان بۆ بەتاڵکردنی بیرگە. جۆرەکانی پەڕگەی پشتیوانی نەکراو هەرگیز ناسڕدرێتەوە، ئەوان لە شوێنی ئێستایان دەمێننەوە.","Remove the selected instance from the cluster registry?":"Nimûneya bijartî ji qeyda klusterê rake?","Removed":"Rakirî","Removed %{name}":"%{name} hat rakirin","Removed %d files and %d photos":"لابردنی %d پەڕگە و %d وێنە","Repeated":"Dubarekirî","Request failed - are you offline?":"Daxwaz bi ser neket - tu negirêdayî yî?","Request failed - invalid response":"داواکاریەکە سەرکەوتوو نەبوو - وەڵامە نادروستەکە","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Berî ku ew di encamên lêgerînê de xuya bibin, pêdivî ye ku wêneyên ne-wêne û ne-kalîteyê bêne vekolandin.","Resolution":"Resolution","Restart":"Restart","Restore":"گەڕاندنەوە","Restored":"Restored","Retry Limit":"Sînora ji nû ve biceribîne","Retype Password":"نوسینەوەی وشه‌ی تێپه‌ڕبوون","Review":"پێشبینین","Role":"Role","Roles":"Rol","Rotated":"Zivirî","Rows per page:":"Rêz li ser rûpelê:","Satellite":"Satelayt","Save":"پاشەکەوت","Save changes":"Guhertinan tomar bike","Scan":"پشکنین","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Koda QR-ê bi sepana xweya erêkirinê bişopînin an mifteya sazkirinê ya ku li jêr tê xuyang kirin bikar bînin û dûv re koda verastkirinê ya çêkirî têkevin:","Scans":"پشکنینەکان","Scope":"Scope","Scopes":"Çarçove","Search":"گەڕان","Season":"وەرز","Secret":"نهێنی","Security and Access":"Ewlekarî û Gihîştin","Select":"دەستنیشانکردن","Select a source folder to import files…":"Peldankek çavkanî hilbijêrin ku pelan têxe…","Select date":"Dîrokê hilbijêre","Select dates":"Dîrokan hilbijêrin","Select or create albums":"Albûman hilbijêre an jî biafirîne","Select or create labels":"Etîketan hilbijêre an biafirîne","Select or drop files to upload…":"Pelên ji bo barkirinê hilbijêrin an jî bavêjin…","Select the files to upload…":"Pelên ji bo barkirinê hilbijêrin…","Select the folder to be indexed…":"Peldanka ku tê îndeks kirin hilbijêrin…","Select Time":"Demjimêr hilbijêrin","Selection":"Neqînî","Selection added to %s":"دەستنیشان کراو زیادکرایە %s","Selection approved":"دەستنیشان کراو پەسەند کرا","Selection archived":"هەڵبژاردەکە ئەرشیفکرا","Selection marked as private":"دەستنیشانکراوەکان کران بە تایبەتی","Selection not found":"هەڵبژاردەکان نەدۆزرایەوە","Selection restored":"هەڵبژاردەکە دووبارەکۆگاکرایەوە","Sequential Name":"ناوی زنجیرەیی","Service":"Xizmetkar","Service URL":"بەستەری خزمەتگوزاری","Services":"بەستەری خزمەتگوزاری","Session":"Rûniştinî","Session ID":"Nasnameya rûniştinê","Sessions":"Sessions","Set as Album Cover":"Set wek Album Cover","Set as Cover Image":"Wekî Wêneya Bergê Bide Dest","Settings":"ڕێکخستنەکان","Settings saved":"ڕێکخستنەکان پاشەکەوتکرا","Setup":"دایبەزێنە","Severity":"Giraniya","Share":"هاوبەشکردن","Share %{s}":"هاوبەشیپێکردنی %{s}","Show":"Rêdan","Show All Labels":"Hemû Etîketan Nîşan Bide","Show all new faces":"Hemî rûyên nû nîşan bidin","Show Caption":"Sernivîsê nîşan bide","Show Captions":"Sernivîsan nîşan bide","Show face markers":"Nîşankerên rû nîşan bide","Show hidden":"Veşartî nîşan bide","Show Important Only":"Tenê Girîng Nîşan Bide","Show logs in the web interface to monitor activity and troubleshoot problems.":"Ji bo şopandina çalakiyê û çareserkirina pirsgirêkan, tomarên di navrûya webê de nîşan bide.","Show smart albums that group pictures by occasion, trip, or location.":"Albûmên jîr nîşan bidin ku wêneyan li gorî bûyer, rêwîtî, an cîhê kom dikin.","Show the Account page so users can manage their profile and security settings.":"Rûpela Hesabê nîşan bide da ku bikarhêner bikaribin profîl û mîhengên ewlehiyê yên xwe birêve bibin.","Show the Calendar view to browse the library by year and month.":"Dîtina Salnameyê nîşan bide da ku pirtûkxaneyê li gorî sal û mehê bigerî.","Show the Labels section to view and manage AI-generated labels.":"Beşa Etîketan nîşan bide da ku etîketên ji hêla AI ve hatine çêkirin bibînin û birêve bibin.","Show the Library section to index, manage, and monitor the media library.":"Beşa Pirtûkxaneyê nîşan bide da ku pirtûkxaneya medyayê navnîş bike, birêve bibe û çavdêrî bike.","Show the Places view with interactive maps so you can browse photos by location.":"Dîtina Cihan bi nexşeyên înteraktîf nîşan bide da ku tu bikaribî wêneyan li gorî cihê bigerî.","Show Titles":"Sernavan nîşan bide","Sidecar":"لاتەنیشت","Sidecar Files":"Pelên Sidecar","Sign in":"چوونەژوورەوە","Sign Out":"Guhê xwe nedene","Similar":"وەکویەک","Site URL":"URL-ya malperê","Size":"ڕووبەر","Slideshow":"Slideshow","Slow":"خاو","Software":"Software","Software Update":"Nûvekirina Nivîsbariyê","Some albums could not be copied":"Hin albûm nehatin kopîkirin","Some albums could not be created. Please edit the names and try again.":"Hin albûm nehatin afirandin. Ji kerema xwe navan biguherînin û dîsa biceribînin.","Some albums could not be updated":"Hin albûm nehatin nûvekirin","Something went wrong, try again":"Tiştek xelet derket, dîsa biceribîne","Sort by":"Bi rêzkirin","Sort by Name (A–Z)":"Li gorî Navî Rêz Bike (A–Z)","Sort by Photo Count":"Li gorî Hejmara Wêneyan Rêz Bike","Sort by Relevance":"Li gorî Girîngiyê rêz bike","Sort Order":"جۆری داواکاری","Sorted ascending.":"Rêjeya hilkişînê.","Sorted descending.":"Rêjeya xwarê.","Source":"سەرچاوه","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":"کەڵەکەکان","Start":"ده‌ستپێك","Start Page":"Rûpelê Destpêkê","Static Size Limit: %{n}px":"سنووری قەبارەی ستاتیک: %{n}px","Status":"دۆخ","Stay signed in on this device":"Li ser vê cîhazê têketî bimîne","Stop Casting":"Wesandina Rawestîne","Storage":"پەڕگەی هەڵگرتن","Streets":"شەقامەکان","Subject":"ناونیشان","Subject deleted":"ناونیشان","Subject not found":"ناونیشان","Subject saved":"ناونیشان","Successfully activated":"Bi serketî hate aktîfkirin","Successfully Connected":"Bi serketî ve girêdayî ye","Successfully deleted":"Bi serketî hat jêbirin","Successfully verified":"Bi serketî verast kirin","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"پشتگیری بۆ خزمەتگوزاری تر وەک Google Drive، بە پێی کات زیاد دەکرێت.","Support Our Mission":"Piştgiriya Mîsyona Me bikin","Sync":"هاوکاتگەری","Sync raw and video files":"هاودەمکردنی فایلە خاوە ڤیدیۆکان","Taken":"وەرگیراو","Teal":"سەوزی شینباو","Terrain":"Erd","Text":"Nivîstok","Thank You for Your Support!":"Spas ji bo Piştgiriya We!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Ji ber vê yekê PhotoPrism ji erdê ve hate çêkirin da ku li cîhê ku hûn jê re lazim bin, bêyî ku azadî, nepenî, an fonksiyonê tawîz bidin.","The index currently contains %{n} hidden files.":"نوانەکە لە ئێستادا %{n} فایلی شاراوەی لەخۆ دەگرێت.","The instance rejected the cluster credentials.":"Nimûneyê pêbaweriyên komê red kir.","The instance returned an unexpected redirect.":"Nimûneyê beralîkirinek nediyar vegerand.","The wakeup interval is %s, but must be 1h or less":"Navbera şiyarbûnê %s e, lê divê 1 saet an kêmtir be","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"فۆرماتەکەیان لەوانەیە پشتگیری کراو نەبێت, هێشتا نەگۆڕدراوە بۆ JPEG یان لێکچووی دووبارەبوونی هەیە.","Theme":"ڕووکار","This account is missing an ID and can't be edited.":"Nasnameyek di vê hesabê de tune ye û nayê sererastkirin.","This field is required":"Ev qada pêdivî ye","This instance has no site URL configured.":"Ev mînak URL-ya malperê nehatiye mîheng kirin.","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 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. ":"ئەمە فۆڵدەری ڕەسەنەکان وەک درایڤی ڕایەڵە هەڵدەکات و ڕێگەت پێدەدات فایلەکان لە کۆمپیوتەرەکەت یان مۆبایلەکە بکەیتەوە، بژاری بکەیت، یان بسڕیتەوە وەک ئەوەی کە خۆماڵی بن.","Time":"Dem","Time UTC":"کات UTC","Time Zone":"ناوچەی کاتی","Timeout":"ناوچەی کاتی","Title":{"":"ناونیشان","Account":"ناونیشان","Photo":"ناونیشان"},"Title / Position":"ناونیشانی زۆر درێژ","to":"بۆ","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Ji bo ku hûn ji hesabê xwe neyên girtin, ji kerema xwe vê koda hilanînê nuha dakêşin, çap bikin an kopî bikin û li cîhek ewle bihêlin.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Ji bo afirandina şîfreyek nû-taybetî ya sepanê, ji kerema xwe nav û qada destûrnameyê ya serîlêdanê binivîse û tarîxek qedandinê hilbijêrin:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Ji bo veguheztina serîlêdanek an amûrek naskirî ya nû, pêşî piştrastkirina du-faktorî neçalak bikin û dûv re wê ji nû ve çalak bikin:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Ji bo nûvekirinê, hûn dikarin kodek çalakkirinê binivîsin an jî \"Têkilî\" bikirtînin da ku li ser malpera me têkevin:","Today":"Îro","Toggle View":"گۆڕینی رەوش بۆ بینین","Token":"تۆکن","Too many files selected":"Gelek pel hatine hilbijartin","Too many requests":"Pir daxwazî","Troubleshooting":"Çareserkirina pirsgirêkan","Try again using other filters or keywords.":"دووبارە هەوڵ بدە بە بەکارهێنانی فلتەر یان وشەی تر.","Two-factor authentication has been enabled for your account.":"Nasnameya du-faktorî ji bo hesabê we hate çalak kirin.","Type":"جۆر","Unable to delete":"Jêbirin nayê kirin","Unable to do that":"Nikarim wê bikim","Unassign":"Rakirina erkê","Unauthorized":"Bêmaf","Undo":"Betal bike","Unique ID":"IDـی بێ هاوتا","Unknown":"نەزانراو","Unknown location":"Cihê nenas","Unregistered":"Neqeydkirî","Unsorted":"پۆلێن نەکراوە","Unstack":"دەرهێنان لە کەڵەکە","Unsupported":"Piştgirî nekirin","Unsupported format":"Formata nayê piştgirîkirin","Unsupported type":"Cureyê ne piştgirî","Updated":"بارکرا","Updating faces":"Rûyên nûjen dikin","Updating index":"نوێکردنەوەی نیشانە","Updating moments":"نوێکردنەوەی ساتەکان","Updating picture…":"Rojanekirina pêşdîtinan","Updating previews":"Rojanekirina pêşdîtinan","Updating stacks":"نوێکردنەوەی کەڵەکەکان","Upgrade":"Upgrade","Upgrade Now":"Nûvekirina Niha","Upload":"بارکردن","Upload complete":"بارکردنەکە تەواو","Upload complete. Indexing…":"بارکردن تەواو بوو. نیشانەکردن…","Upload failed":"بارکردنەکە سەرکەوتوو نەبوو","Upload has been processed":"Barkirin hat pêvajokirin","Upload local files":"بارکردنی فایلە ناوخۆییەکان","Upload might be offensive":"بارکردن لەوانەیە سووکایەتی بێت","Upload Path":"Rêya barkirin","Uploading %{n} of %{t}…":"بارکردنی %{n} لە %{t}…","Uploading photos…":"فۆتۆکان بار دەبن…","Uploading…":"دووبارە بارکردن…","Uploads that may contain such images will be rejected automatically.":"بارکردنەکان کە لەوانەیە ئەم جۆرە وێنانە لەخۆە بگرێ بە شێوەیەکی خۆکار ڕەت دەکرێنەوە.","URL":"URL","Use Presets":"بەکارهێنانی پێش ڕێکخستنەکان","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Dema ku hûn nikaribin bi sepana xweya erêkirinê re kodek verastkirinê ya derbasdar biafirînin, koda vegerandina jêrîn bikar bînin da ku bigihîjin hesabê xwe:","Use your recovery code or contact an administrator for help.":"Koda vegerandina xwe bikar bînin an ji bo alîkariyê bi rêveberek re têkilî daynin.","User":"بەکارهێنەر","User Guide":"Rehbera bikaranînê","User Interface":"بەکارهێنەری ڕووکار","User not found":"بەکارهێنەرەکە نەدۆزرایەوە","Username":"ناوی بەکارهێنەر","Users":"Bikarhêner","UUID":"UUID","Vector":"Vektor","Vectors":"Vectors","Verification Code":"Koda verastkirinê","Verified email required":"E-nameya piştrastkirî pêwîst e","Version":"Awa","Video":"ڤیدیۆ","Video Duration":"بەخشینەکان","Videos":"ڤیدیۆکان","View":"بینین","View search results as a list.":"Encamên lêgerînê wekî navnîşek bibînin.","Viewer":"Temaşeker","Vision":"Qaweta çavdîtinê","Visitor":"Serda","Visual Similarity":"گروپکردن بە پێی هاوشێوەیی","Warning":"Gazî","Web Login":"Têketina Webê","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"Piştgiriya WebGL di geroka we de neçalak e","Website":"Website","White":"سپی","Work Details":"زانیاری زیاتر","Year":"ساڵ","Yellow":"زەرد","Yes":"بەڵێ","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Hûn bi xêr hatin ku ji bo pirsên di derbarê endametiya xwe de bi me re têkilî daynin endamên@photoprism.app.","You can only download one album":"تۆ تەنها دەتوانی یەك ئەلبوم داگریت","You can only download one label":"تۆ تەنها دەتوانی یەك پێناس داگریت","You can search for a location or move the marker on the map to change the position:":"Hûn dikarin li cîhek bigerin an jî nîşankerê li ser nexşeyê biguhezînin da ku pozîsyonê biguherînin:","You can upload up to %{n} files for test purposes.":"Hûn dikarin heta %{n} pelan ji bo armancên ceribandinê bar bikin.","You cannot change your own role.":"Tu bi xwe nikarî rola xwe biguherînî.","You do not have access to any instances.":"Tu gihîştina tu mînakan tune.","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.","Your account could not be connected":"Hesabê te nehat girêdan","Your account has been successfully connected.":"Hesabê we bi serkeftî hate girêdan.","Your browser does not support WebGL":"Geroka we WebGL piştgirî nake","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"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.","Zip created in %d s":"زیپ بە %d چرکە دروستکرا","Zoom in/out":"گەورەکردن/بچووکردن","Archive":{"Noun":"ئەرشیف","Verb":"ئەرشیف"},"Add a Title":{"Photo":"Sernavek lê zêde bike"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/lt.json b/frontend/src/locales/json/lt.json index c21b9ef6b..a5d7b40ca 100644 --- a/frontend/src/locales/json/lt.json +++ b/frontend/src/locales/json/lt.json @@ -1 +1 @@ -{"lt":{"{0} appended action":"{0} pridėtas veiksmas","{0} files":"{0} failų","{0} files ({1} in total)":"{0} failų (iš viso {1})","{0} more":"{0} daugiau","{0} prepended action":"{0} iš anksto pridėtas veiksmas","{0} selected":"{0} pasirinkta","{0}-{1} of {2}":"{0}-{1} iš {2}","%{n} albums found":"%{n} rasti albumai","%{n} files uploaded":"%{n} įkelti failai","%{n} folders found":"rasta %{n} aplankų","%{n} GB of %{q} GB used":"%{n} GB iš %{q} GB panaudota","%{n} labels found":"rasta %{n} etikečių","%{n} people found":"rasta %{n} žmonių","%{n} pictures found":"rasta %{n} paveikslėlių","%{s} is too long":"%{s} yra per ilgas","%{s} is too short":"%{s} yra per trumpas","%d entries added to %s":"%d įrašai, įtraukti į %s","%d entries removed from %s":"%d įrašai pašalinti iš %s","%d files uploaded in %d s":"%d failai įkelti per %d s","%s already exists":"%s jau egzistuoja","%s has been restored":"%s buvo atkurta","1 hour":"1 val.","12 hours":"12 valandų","2-Factor Authentication":"2 veiksnių autentiškumo nustatymas","2FA":"2FA","4 hours":"4 valandos","A click will copy it to your clipboard.":"Paspaudę jį nukopijuosite į iškarpinę.","A new version of %{s} is available:":"Pasirodė nauja %{s} versija:","About":"Apie","Access granted.":"Prieiga suteikta.","Access revoked.":"Prieiga panaikinta.","Access Token":"Prieigos žetonas","Account":"Sąskaita","Account created":"Sukurta paskyra","Account deleted":"Ištrinta paskyra","Account Group Mappings":"Sąskaitų grupių priskyrimai","Account not found":"Paskyra nerasta","Account restored":"Atkurta paskyra","Account saved":"Išsaugota paskyra","Accounts":"Sąskaitos","Accuracy":"Tikslumas","Action":"Veiksmas","Actions":"Veiksmai","Activate":"Suaktyvinti","Activate to remove sorting.":"Aktyvuokite, kad pašalintumėte rūšiavimą.","Activate to sort ascending.":"Aktyvuokite, kad rūšiuotumėte didėjančia tvarka.","Activate to sort descending.":"Aktyvuokite, jei norite rūšiuoti mažėjančia tvarka.","Activation Code":"Aktyvinimo kodas","Activity":"Veikla","Add":"Pridėti","Add %{s}?":"Pridėti %{vardas}?","Add a Caption":"Pridėti antraštę","Add Account":"Redaguoti paskyrą","Add Album":"Pridėti albumą","Add Link":"Pridėti nuorodą","Add Notes":"Pridėti pastabų","Add person?":"Pridėti asmenį?","Add pictures from search results by selecting them.":"Pridėkite nuotraukas iš paieškos rezultatų jas pasirinkdami.","Add to album":"Pridėti į albumą","Add to all":"Pridėti prie visų","Add to all selected photos":"Pridėti prie visų pasirinktų nuotraukų","Added":"Pridėta","Added %{name}":"Pridėta %{name}","Adjust Camera Info":"Koreguoti kameros informaciją","Adjust Date & Time":"Sureguliuokite datą ir laiką","Adjust Location":"Sureguliuokite vietą","Admin":"Administratorius","Advanced":"Išplėstinė","Advertise URL":"Reklamuoti URL","After 1 day":"Po 1 dienos","After 3 days":"Po 3 dienų","After 7 days":"Po 7 dienų","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Įvedę slaptažodį patvirtinimui, galite nustatyti dviejų veiksnių autentifikavimą naudodami suderinamą autentifikavimo programą arba įrenginį:","After one month":"Po vieno mėnesio","After one year":"Po vienerių metų","After selecting pictures from search results, you can add them to an album using the context menu.":"Pasirinkę nuotraukas iš paieškos rezultatų, galite jas įtraukti į albumą naudodami kontekstinį meniu.","After two months":"Po dviejų mėnesių","After two weeks":"Po dviejų savaičių","Album":"Albumas","Album %s deleted":"Albumas %s pašalintas","Album Backups":"Albumo atsarginės kopijos","Album contents cloned":"Klonuotas albumo turinys","Album created":"Sukurtas albumas","Album deleted":"Ištrintas albumas","Album not found":"Albumas nerastas","Album saved":"Išsaugotas albumas","Albums":"Albumai","Albums deleted":"Ištrinti albumai","All":"Visi","All %{n} albums loaded":"Įkelti visi %{n} albumai","All %{n} labels loaded":"Įkeltos visos %{n} etiketės","All %{n} people loaded":"Įkelti visi %{n} žmonės","All Cameras":"Visi fotoaparatai","All Categories":"Visos kategorijos","All Colors":"Visos spalvos","All Countries":"Visos šalys","All files from import folder":"Visi failai iš importo aplanko","All Lenses":"Visi objektyvai","All Months":"Visi mėnesiai","All originals":"Visi originalai","All Years":"Visi metai","Allow configuration and use of connected apps and services for remote uploads and sync.":"Leiskite konfigūruoti ir naudoti prijungtas programas ir paslaugas nuotoliniam įkėlimui ir sinchronizavimui.","Allow editing of metadata such as title, description, date, and location.":"leiskite redaguoti metaduomenis, pvz., pavadinimą, aprašymą, datą ir vietą.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Galima vienu metu redaguoti kelių nuotraukų metaduomenis, etiketes ir albumus.","Allow files to be copied or moved from the Import to the Originals folder.":"Įjunkite importavimo įrankį, kad kopijuotumėte arba perkeltumėte failus iš aplanko Importas į aplanko Originalai.","Allow files to be permanently deleted to free up storage space.":"Leiskite visam laikui ištrinti failus, kad atlaisvintumėte vietos saugykloje.","Allow users to archive photos and videos so they are hidden without being deleted.":"Leiskite naudotojams archyvuoti nuotraukas ir vaizdo įrašus, kad jie būtų paslėpti ir nebūtų ištrinti.","Allow users to create and share links, and enable sharing with connected services.":"Leiskite naudotojams kurti ir bendrinti nuorodas bei įgalinkite bendrinimą su prijungtomis paslaugomis.","Allow users to upload new photos and videos through the web interface.":"Leiskite naudotojams įkelti naujų nuotraukų ir vaizdo įrašų per žiniatinklio sąsają.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Taip pat galite įkelti failus tiesiai į WebDAV serverius, pvz., \"Nextcloud\".","Altitude":"Aukštis","Altitude (m)":"Aukštis (m)","AM":"AM","Animated":"Animuota","Animation":"Animacija","Animations":"Animacija","Any private photos and videos remain private and won't be shared.":"Visos privačios nuotraukos ir vaizdo įrašai išlieka privatūs ir jais nebus dalijamasi.","API Key":"API raktas","Application":"Paraiška","Applications":"Paraiškos","Approve":"Patvirtinti","Approve and save changes":"Patvirtinti ir išsaugoti pakeitimus","Apps and Devices":"Programėlės ir įrenginiai","Archived":"Archyvuota","Are you sure you want to archive the selection?":"Ar tikrai norite archyvuoti pasirinkimą?","Are you sure you want to delete these albums?":"Ar tikrai norite ištrinti šiuos albumus?","Are you sure you want to delete these labels?":"Ar tikrai norite ištrinti šias etiketes?","Are you sure you want to delete this account?":"Ar tikrai norite ištrinti šią paskyrą?","Are you sure you want to delete this album?":"Ar tikrai norite ištrinti šį albumą?","Are you sure you want to permanently delete these pictures?":"Ar tikrai norite visam laikui ištrinti šias nuotraukas?","Are you sure you want to permanently delete this file?":"Ar tikrai norite visam laikui ištrinti šį failą?","Are you sure?":"Ar esate tikri?","Artist":"Menininkas","Aspect Ratio":"Kraštinių santykis","Attributes":"Atributai","Audio":"Garso","Audit Log":"Garso","Authentication":"Autentiškumo nustatymas","Auto":"Automatinis","Back":"Atgal","Back to top":"Grįžti į viršų","Backup":"Atsarginė kopija","Badge":"Ženkliukas","Base Path":"Bazinis kelias","Batch":"Partijos","Batch Edit":"Partijos redagavimas","Become a member today, support our mission and enjoy our member benefits!":"Tapkite nariu šiandien, paremkite mūsų misiją ir naudokitės nario privilegijomis!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Kadangi esame 100 % savarankiškai finansuojami ir nepriklausomi, galime pažadėti, kad niekada neparduosime jūsų duomenų ir visada skaidriai informuosime apie savo programinę įrangą ir paslaugas.","Bio":"Bio","Birth Date":"Gimimo data","Black":"Juoda","Blue":"Mėlyna","Brown":"Ruda","Browse":"Naršykite","Browse Files":"Naršyti failus","Browse Pictures":"Naršyti nuotraukas","Bug Report":"Pranešimas apie klaidą","Busy, please try again later":"Užimta, bandykite vėliau","Busy, please wait…":"Užimtas, palaukite…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Naudodamiesi mūsų teikiama programine įranga ir paslaugomis, sutinkate su mūsų paslaugų teikimo sąlygomis, privatumo politika ir elgesio kodeksu.","Calendar":"Kalendorius","Camera":"Fotoaparatas","Camera not found":"Kameros nerasta","Camera Serial":"Kameros serijinis","Can't access your authenticator app or device?":"Negalite prisijungti prie autentifikatoriaus programos arba įrenginio?","Can't load more, limit reached":"Negalima įkelti daugiau, pasiekta riba","Can't select more items":"Negalima pasirinkti daugiau elementų","Cancel":"Atšaukti","Cannot copy to clipboard":"Negalima kopijuoti į iškarpinę","Caption":"Antraštė","Cards":"Kortelės","Carousel slide {0} of {1}":"Karuselinė skaidrė {0} iš {1}","Cast":"Vaidina","Category":"Kategorija","Change Avatar":"Keisti privačią vėliavą","Change Password":"Naujas slaptažodis","Change private flag":"Keisti privačią vėliavą","Changes could not be saved":"Pakeitimų nepavyko išsaugoti","Changes successfully saved":"Pakeitimai sėkmingai išsaugoti","Changes to the advanced settings require a restart to take effect.":"Norint, kad išplėstinių nustatymų pakeitimai įsigaliotų, juos reikia paleisti iš naujo.","Checked":"Patikrinta","Choose an instance to continue:":"Pasirinkite instanciją, kad galėtumėte tęsti:","Chroma":"Chroma","Cleaning index and cache":"Indekso ir talpyklos valymas","Cleanup":"Valymas","Clear":"Skaidrus","Clear {0}":"Išvalyti {0}","Client":"Klientas","Close":"Uždaryti","Cluster":"Klasteris","Cluster Admin":"Klasterio administratorius","Cluster Node":"Klasterio mazgas","Codec":"Kodekas","Color":"Spalva","Color Profile":"Spalvų profilis","Colors":"Spalvos","Compare Editions":"Palyginti leidimus","Complete Rescan":"Visiškas pakartotinis nuskaitymas","Confidence":"Konfidencialu","Confirm":"Patvirtinti","Connect":"Prisijungti","Connect via WebDAV":"Prisijungimas per WebDAV","Connected":"Prisijungti","Contact Details":"Susisiekite su mumis","Contact Us":"Susisiekite su mumis","Contains %{n} pictures.":"Sudėtyje yra %{n} paveikslėlių.","Contains one picture.":"Yra vienas paveikslėlis.","Content":{"":"Turinys","Edit":"Turinys"},"Continue":"Tęsti","Contributor":"Pateikėjas","Converting":"Konvertuojama","Copied to clipboard":"Nukopijuota į iškarpinę","Copy":"Kopijuoti","Copying files from %s":"Failų kopijavimas iš %s","Copyright":"Autorinės teisės","Could not be deleted":"Negalima ištrinti","Could not connect, please try again":"Nepavyko prisijungti, bandykite dar kartą","Could not update person cover":"Nepavyko atnaujinti asmens viršelio","Couldn't find anything.":"Nepavyko nieko rasti.","Country":"Šalis","Create Account":"Sukurti paskyrą","Create album":"Sukurti albumą","Create regular backups based on the configured schedule.":"Kurkite indekso atsargines kopijas pagal sukonfigūruotą tvarkaraštį.","Create YAML files to back up album metadata.":"Sukurkite YAML failus albumo metaduomenims kurti.","Create YAML sidecar files to back up picture metadata.":"Sukurkite YAML šalutinius failus paveikslėlių metaduomenims kurti.","Created":"Sukurta","Creating thumbnails for":"Miniatiūrų kūrimas","Current Password":"Dabartinis slaptažodis","Custom":"Pasirinktinis","Cyan":"Žydra","Daily":"Kasdien","Database":"Duomenų bazė","Database Backups":"Duomenų bazės atsarginės kopijos","Databases":"Duomenų bazės","Date & Time":"Data ir laikas","Day":"Diena","Deactivate":"Išjungti","Debug Logs":"Derinimo žurnalai","Default":"Numatytoji","Default Folder":"Numatytasis aplankas","Delete":"Ištrinti","Delete Album":"Ištrinti albumą","Delete All":"Ištrinti viską","Delete all?":"Ištrinti viską?","Delete orphaned index entries, sidecar files and thumbnails.":"Ištrinkite našlaičių indekso įrašus, šalutinius failus ir miniatiūras.","deleted":"ištrinta","Description":"Aprašymas","Detailed instructions can be found in our User Guide.":"Išsamias instrukcijas rasite mūsų naudotojo vadove.","Details":"Detalės","Dimensions":"Matmenys","Disable all face detection and recognition features.":"Išjunkite visas veido aptikimo ir atpažinimo funkcijas.","Disable Backups":"Išjungti atsargines kopijas","Disable Darktable":"Išjungti \"Darktable","Disable ExifTool":"Išjungti \"ExifTool","Disable Faces":"Išjungti veidus","Disable features that require write permission for the originals folder.":"Išjunkite funkcijas, kurioms reikia originalų aplanko rašymo leidimo.","Disable FFmpeg":"Išjungti \"FFmpeg","Disable ImageMagick":"Išjungti \"ImageMagick","Disable interactive world maps and reverse geocoding.":"Išjunkite interaktyvius pasaulio žemėlapius ir atvirkštinį geokodavimą.","Disable MCP":"MCP išjungimas","Disable Places":"Išjungti vietas","Disable RawTherapee":"Išjungti \"RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Išjunkite modelio konteksto protokolo (MCP) API galinį tašką, skirtą dirbtinio intelekto agentų integracijai.","Disable Vectors":"Išjungti vektorius","Disable WebDAV":"Išjungti WebDAV","Disabled":"Neįgalieji","Disables vector graphics support.":"Išjungia vektorinės grafikos palaikymą.","Disables video transcoding and thumbnail extraction.":"Išjungiamas vaizdo perkodavimas ir miniatiūrų išskyrimas.","Discard":"Išmesti","Discard changes and close":"Atmesti pakeitimus ir uždaryti","Discard invalid changes?":"Atmesti negaliojančius pakeitimus?","Discard unsaved changes?":"Atmesti neišsaugotus pakeitimus?","Discover":"Atraskite","Dismiss":"Atmesti","Display Name":"Rodomas vardas","Display picture captions in search results.":"Paieškos rezultatuose rodykite paveikslėlių antraštes.","Display picture titles in search results.":"Paieškos rezultatuose rodyti paveikslėlių pavadinimus.","Document":"Dokumentas","Documents":"Dokumentai","Don't use Darktable to convert RAW images.":"Nenaudokite \"Darktable\" RAW failams konvertuoti.","Don't use ImageMagick to convert images.":"Nenaudokite ImageMagick vaizdams konvertuoti.","Don't use RawTherapee to convert RAW images.":"Nenaudokite \"RawTherapee\" RAW failams konvertuoti.","Done":"Atlikta","Done.":"Atlikta.","Download":"Atsisiųsti","Download only original media files, without any automatically generated files.":"Atsisiųskite tik originalius medijos failus be jokių automatiškai sukurtų failų.","Download remote files":"Atsisiųsti nuotolinius failus","Downloading…":"Atsisiuntimas…","Drag and drop files here":"Vilkite ir meskite failus čia","Driver":"Vairuotojas","Duplicates will be skipped and only appear once.":"Dublikatai bus praleisti ir rodomi tik vieną kartą.","Duration":"Dovanos","Dynamic Previews":"Dinaminės peržiūros","Dynamic Size Limit: %{n}px":"Dinaminio dydžio riba: %{n}px","Edit":"Redaguoti","Edit %{s}":"Redaguoti %{pavadinimas}","Edit Account":"Redaguoti paskyrą","Edit Photo":"Redaguoti nuotrauką","Edit Photos (%{n})":"Redaguoti nuotraukas (%{n})","Edited":"Redaguota","Email":"El. paštas","Enable debug mode to display additional logs and help with troubleshooting.":"Įjunkite derinimo režimą, kad būtų rodomi papildomi žurnalai ir padedama šalinti triktis.","Enable downloading of original and sidecar files from the web interface.":"Įgalinkite originalių ir šalutinių failų atsisiuntimą iš žiniatinklio sąsajos.","Enable face recognition and the People view to easily find people you know.":"Įgalinkite veidų atpažinimo funkciją ir rodinį \"Žmonės\", kad lengvai rastumėte pažįstamus žmones.","Enable new features that may be incomplete or unstable.":"įgalinti naujas funkcijas, kurios gali būti neišbaigtos arba nestabilios.","Enable the file browser to navigate the Originals folder structure.":"Įjunkite failų naršyklę, kad galėtumėte naršyti originalų aplanko struktūrą.","Enables RAW converter presets. May reduce performance.":"Įjungiamos RAW konverterio išankstinės nuostatos. Gali sumažinti našumą.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Dviejų veiksnių autentifikavimo įjungimas reiškia, kad norint prisijungti, jums reikės atsitiktinai sugeneruoto patvirtinimo kodo, todėl net jei kas nors gaus prieigą prie jūsų slaptažodžio, jis negalės pasiekti jūsų paskyros.","Engine":"Variklis","Enter date":"Įveskite datą","Enter dates":"Įveskite datas","Enter item name...":"Įveskite elemento pavadinimą...","Enter the code generated by your authenticator app:":"Įveskite autentifikatoriaus programėlės sugeneruotą kodą:","Enter verification code":"Įveskite patvirtinimo kodą","Enter your password to confirm the action and continue:":"Įveskite slaptažodį, kad patvirtintumėte veiksmą ir tęstumėte:","Entity not found":"Subjektas nerastas","Error":"Klaida","Errors":"Klaidos","Estimate":"Apskaičiuokite","Estimate Locations":"Apytikrės vietos","Estimate the approximate location of pictures without GPS coordinates.":"Apytiksliai įvertinkite nuotraukų vietą be GPS koordinačių.","Every two days":"Kas dvi dienas","Exclude hidden":"Neįtraukti paslėptų","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Kad būtų palaikomi visi vaizdo įrašai, tiesioginės nuotraukos ir XMP, reikia ištraukti metaduomenis su \"ExifTool\".","Experimental Features":"Eksperimentinės funkcijos","Expires":"Galioja iki","Exposure":"Ekspozicija","Extract still images and generate thumbnails while indexing.":"Ištraukite nejudančius vaizdus ir indeksuodami generuokite miniatiūras.","F Number":"F skaičius","Face":"Veidas","Face not found":"Veidas nerastas","Faces":"Veidai","Failed creating file, please check permissions":"Nepavyko sukurti failo, patikrinkite leidimus","Failed creating folder, please check permissions":"Nepavyko sukurti aplanko, patikrinkite leidimus","Failed removing link":"Nepavyko pašalinti nuorodos","Failed to connect account.":"Nepavyko prisijungti prie paskyros.","Failed to create zip file":"Nepavyko sukurti zip failo","Failed to load users.":"Nepavyko įkelti vartotojų.","Failed to remove face marker":"Nepavyko pašalinti veido žymeklio","Failed to remove name":"Nepavyko pašalinti pavadinimo","Failed to restart server":"Nepavyko iš naujo paleisti serverio","Failed to save changes":"Nepavyko išsaugoti pakeitimų","Failed to save face marker":"Nepavyko išsaugoti veido žymeklio","Failed to save name":"Nepavyko išsaugoti pavadinimo","Failed updating link":"Nepavyko atnaujinti nuorodos","Family Name":"Šeimos pavadinimas","Fast":"Greitai","Favorite":"Mėgstamiausias","Favorites":"Mėgstamiausi","Feature disabled":"Funkcija išjungta","Feature Request":"Funkcijos prašymas","Female":"Moteris","File":"Failas","File Browser":"Failų naršyklė","File Conversion":"Failų konvertavimas","File deleted":"Ištrintas failas","File Name":"Failas","File not found":"Failo rasti nepavyko","File removed from stack":"Failas pašalintas iš kamino","File Size":"Failas","File too large":"Per didelis failas","File uploaded":"Įkeltas failas","Filename":"Failas","Files":"Failai","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Failai su nuosekliais pavadinimais, pavyzdžiui, 'IMG_1234 (2)' ir 'IMG_1234 (3)', priklauso tai pačiai nuotraukai.","First page":"Pirmas puslapis","Focal Length":"Židinio nuotolis","Folder":"Aplankas","Folder contains %{n} files":"Aplankale yra %{n} failų","Folder is empty":"Aplankas tuščias","Folders":"Aplankalai","Forgot password?":"Pamiršote slaptažodį?","FPS":"FPS","Frames":"Kadrai","Full Access":"Pilna prieiga","Fullscreen":"Viso ekrano","General":"Bendra","Generate":"Generuoti","Generate Previews":"Generuoti peržiūras","Generated":"Sukurta","Get Started":"Pradėkite","Given Name":"Originalus pavadinimas","Global Options":"Visuotinės parinktys","Go to page {0}":"Eiti į puslapį {0}","Gold":"Auksinis","Green":"Žalioji","Grey":"Pilka","Groups":"Grupės","Guest":"Svečias","Hash":"Hash","Help":"Pagalba","Help & Support":"Paramos gavimas","Hidden":"Paslėptas","Hidden Files":"Paslėpti failai","Hide":"Paslėpti","Hide Caption":"Paslėpti antraštę","Hide face markers":"Paslėpti veido žymeklius","Hide private content from global views while keeping it accessible in the Private section.":"Paslėpkite privačius elementus nuo bendrųjų rodinių, tačiau palikite juos prieinamus privačiame skyriuje.","High":"Aukštas","High Dynamic Range (HDR)":"Didelis dinaminis diapazonas (HDR)","Hybrid":"Hibridinis","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Jei prarasite prieigą prie autentifikavimo programos ar įrenginio, galite naudoti atkūrimo kodą, kad atgautumėte prieigą prie paskyros.","Image":"Vaizdas","Image Quality":"Vaizdo kokybė","Import":"Importas","Import canceled":"Importas atšauktas","Import completed in %d s":"Importas baigtas per %d s","Import failed":"Importuoti nepavyko","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importuoti failai bus surūšiuoti pagal datą ir jiems bus suteiktas unikalus pavadinimas, kad būtų išvengta pasikartojimų.","Importing %{s}…":"Importuojame %{pavadinimas}…","Importing files to originals…":"Failų importavimas į originalus…","in":"svetainėje","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Jei trūksta nuotraukų, kurių tikėjotės, iš naujo nuskaitykite savo biblioteką ir palaukite, kol bus baigtas indeksavimas.","Include RAW image files when downloading stacks and archives.":"Atsisiunčiant stekus ir archyvus įtraukite RAW vaizdų failus.","Include sidecar files when downloading stacks and archives.":"Atsisiunčiant stekus ir archyvus įtraukti šalutinius failus.","Increase storage size or delete files to continue.":"Norėdami tęsti, padidinkite saugyklos dydį arba ištrinkite failus.","Index":"Indeksas","Indexing":"Indeksavimas","Indexing canceled":"Indeksavimas atšauktas","Indexing completed in %d s":"Indeksavimas baigtas per %d s","Indexing failed":"Indeksavimas nepavyko","Indexing files in %s":"Failų indeksavimas %s","Indexing media and sidecar files…":"Medijos ir šalutinių failų indeksavimas…","Indexing originals...":"Originalų indeksavimas...","Information":"Informacija","Inherit":"Paveldėti","Instance":"Atvejis","Instance ID":"Atvejo ID","Instance unreachable. Try again once it's back online.":"Negaliu prisijungti prie serverio. Pabandykite vėl, kai jis vėl bus pasiekiamas.","Instances":"Atvejai","Insufficient storage":"Nepakankama saugykla","Insufficient storage.":"Nepakankama saugykla.","Interval":"Intervalas","Invalid":"Neteisinga data","Invalid address":"Neteisingas adresas","Invalid country":"Netinkama šalis","Invalid credentials":"Neteisingi įgaliojimai","Invalid date":"Neteisinga data","Invalid link":"Netinkama nuoroda","Invalid name":"Netinkamas pavadinimas","Invalid parameters":"Neteisinga data","Invalid password, please try again":"Netinkamas slaptažodis, bandykite dar kartą","Invalid photo selected":"Pasirinkta netinkama nuotrauka","Invalid time":"Netinkamas laikas","Invalid URL":"Netinkamas URL adresas","Invalid verification code, please try again":"Neteisingas patvirtinimo kodas, bandykite dar kartą","IP Address":"IP adresas","It is a one-time use code that will disable 2FA for your account when you use it.":"Tai vienkartinis kodas, kuris išjungs 2FA jūsų paskyroje, kai ją naudosite.","Item":"Prekė","Items per page:":"Viename puslapyje esantys elementai:","JPEG Quality: %{n}":"JPEG kokybė: %{n}","JPEG Size Limit: %{n}px":"JPEG dydžio riba: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG ir miniatiūros prireikus atvaizduojamos automatiškai.","Keyword":"Raktinis žodis","Keywords":"Raktiniai žodžiai","Label":"Etiketė","Label not found":"Etiketė nerasta","Label saved":"Išsaugota etiketė","Labels":"Etiketės","Labels deleted":"Ištrintos etiketės","Language":"Kalba","Last Active":"Paskutinis aktyvus","Last Login":"Paskutinis prisijungimas","Last page":"Paskutinis puslapis","Last Sync":"Sinchronizavimas","Last Used":"Paskutinis naudotas","Latitude":"Platuma","LDAP/AD":"LDAP/AD","Learn more":"Sužinokite daugiau","Learn More":"Sužinokite daugiau","Legal Information":"Teisinė informacija","Lens":"Objektyvas","Lens not found":"Objektyvas nerastas","Library":"Biblioteka","License":"Licencija","Like":"Kaip","Lime":"Lime","Limit reached, showing first %{n} files":"Limitas pasiektas, rodomi pirmieji %{n} failai","Link":"Nuoroda","List":"Sąrašas","List View":"Sąrašo rodinys","Live":"Gyvai","Live Photos":"Nuotraukos","Load more":"Įkelti daugiau","Loading items...":"Įkeliami elementai...","Loading...":"Pakraunama...","Local":"Vietinis","Local Time":"Vietinis laikas","Location":"Vieta","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Žurnalo pranešimai čia rodomi, kai \"PhotoPrism\" susiduria su sugadintais failais arba kitomis galimomis problemomis.","Login":"Prisijungimas","Logs":"Žurnalai","Longitude":"Ilguma","Lost server connection":"Prarastas serverio ryšys","Low":"Žema","Magenta":"Magenta","Main Color":"Pagrindinė spalva","Male":"Vyras","Manage Account":"Tvarkyti paskyrą","Manager":"Vadybininkas","Manual":"Rankinis","Manual Upload":"Įkėlimas rankiniu būdu","Maps":"Žemėlapiai","Marker":"Žymeklis","Maximum number of accounts has been reached.":"Pasiektas maksimalus paskyrų skaičius.","Media":"Žiniasklaida","Medium":"Vidutinis","Membership":"Narystė","Merge %{a} with %{b}?":"Sujungti %{a} su %{b}?","Message":"Žinutė","Metadata":"Metaduomenys","Metrics":"Metrika","Minimize":"Sumažinkite","Missing":"Trūksta","Missing or invalid configuration":"Trūksta konfigūracijos arba ji negalioja","mixed":"mišrus","Moments":"Akimirkos","Monochrome":"Vienspalvis","Month":"Mėnuo","More options":"Daugiau galimybių","Mosaic":"Mozaika","Most Relevant":"Aktualiausia","Move Files":"Failų perkėlimas","Moving files from %s":"Failų perkėlimas iš %s","Must have at least %{n} characters.":"Ne mažiau kaip 6 ženklai.","Mute":"Nutildyti","Name":"Pavadinimas","Name too long":"Per ilgas vardas","Never":"Niekada","New":"Naujas","New Password":"Naujas slaptažodis","Newest First":"Naujausias pirmas","Next":"Kitas","Next page":"Kitas puslapis","Next visual":"Kitas vaizdas","No":"Ne","No Access":"Prieiga uždrausta","No albums assigned":"Nėra priskirtų albumų","No albums found":"Albumų nerasta","No albums selected":"Nėra pasirinktų albumų","No data available":"Duomenų nėra","No files available for download":"Nėra parsisiunčiamų failų","No items selected":"Nėra pasirinktų elementų","No labels assigned":"Nepriskirta jokių etikečių","No labels found":"Etikečių nerasta","No labels selected":"Nėra pasirinktų etikečių","No matching records found":"Nerastas nė vienas tinkamas įrašas","No more":"Ne daugiau","No people found":"Žmonių nerasta","No pictures found":"Paveikslėlių nerasta","No recently edited pictures":"Nėra neseniai redaguotų nuotraukų","No registered instances.":"Nėra užregistruotų egzempliorių.","No results":"Rezultatų nėra","No server connection":"Nėra ryšio su serveriu","No servers configured.":"Nėra sukonfigūruotų serverių.","No services configured.":"Nėra sukonfigūruotų serverių.","No thanks":"Ne, ačiū","No users on this instance.":"Šioje instancijoje nėra vartotojų.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Jokių įspėjimų ar klaidų su šiuo raktažodžiu nėra. Atkreipkite dėmesį, kad paieška priklauso nuo mažųjų ir didžiųjų raidžių.","Node":"Mazgas","Nodes":"Mazgai","Non-photographic and low-quality images require a review before they appear in search results.":"Prieš rodant nefotografuotus ir prastos kokybės vaizdus paieškos rezultatuose, juos reikia peržiūrėti.","None":"Nėra","Not allowed":"Neleidžiama","Not available in public mode":"Negalima naudoti viešuoju režimu","Not available in read-only mode":"Negalima naudoti tik skaitymo režimu","Not found":"Nerasta","Not sorted.":"Neišrūšiuota.","Not supported":"Nepalaikoma","Note you may manually manage your originals folder and importing is optional.":"Atkreipkite dėmesį, kad originalų aplanką galite tvarkyti rankiniu būdu, o importuoti neprivaloma.","Note:":"Pastaba:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Pastaba: Tik WebDAV serverius, pavyzdžiui, \"Nextcloud\" arba \"PhotoPrism\", galima konfigūruoti kaip nuotolinę atsarginių kopijų kūrimo ir failų įkėlimo paslaugą.","Notes":"Pastabos","Nothing to see here yet.":"Kol kas čia nieko nematyti. Būkite kantrūs.","Nothing was found.":"Nieko nerasta.","Offline":"Neprisijungus prie interneto","OK":"GERAI","Oldest First":"Seniausias pirmas","On Windows, enter the following resource in the connection dialog:":"\"Windows\" sistemoje prisijungimo dialogo lange įveskite šiuos išteklius:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Miniatiūrų generavimas pagal pareikalavimą gali būti susijęs su dideliu procesoriaus ir atminties naudojimu. Nerekomenduojama naudoti serveriuose ir NAS įrenginiuose, kurių ištekliai yra riboti.","Once a week":"Kartą per savaitę","One album found":"Rastas vienas albumas","One entry added to %s":"Vienas įrašas pridėtas prie %s","One entry removed from %s":"Vienas įrašas pašalintas iš %s","One file found":"Rastas vienas failas","One file uploaded":"Įkeltas vienas failas","One folder found":"Rastas vienas aplankas","One label found":"Viena rasta etiketė","One person found":"Vienas asmuo rado","One picture found":"Vienas rastas paveikslėlis","Only locally managed accounts can be set up for authentication with 2FA.":"Tik vietoje valdomose paskyrose galima nustatyti autentifikavimą naudojant 2FA.","Open":"Atviras","optional":"pasirinktinai","or":"arba","Orange":"Oranžinė","Organization":"Orientavimasis","Orientation":"Orientavimasis","Original file names will be stored and indexed.":"Originalūs failų pavadinimai bus saugomi ir indeksuojami.","Original Name":"Originalus pavadinimas","Originals":"Originalai","Originals folder is empty":"Originalų aplankas tuščias","Other":"Kita","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Mūsų misija - pateikti vartotojui patogiausią ir privatumą užtikrinantį sprendimą, kad nuotraukos būtų tvarkingos ir prieinamos.","Outdoor":"Lauko","Page {0}, Current page":"Puslapis {0}, Dabartinis puslapis","Pages":"Puslapiai","Pagination Navigation":"Tinklalapių navigacija","Panorama":"Panorama","Panoramas":"Panoramos","Part of all selected photos":"Dalis visų pasirinktų nuotraukų","Part of some selected photos":"Dalis pasirinktų nuotraukų","Password":"Slaptažodis","Password changed":"Pakeistas slaptažodis","Pause":"Pauzė","Payment required":"Reikia atlikti mokėjimą","People":"Žmonės","People you share a link with will be able to view public contents.":"Žmonės, su kuriais bendrinate nuorodą, galės peržiūrėti viešą turinį.","Permanently deleted":"Visam laikui ištrintas","Permission denied":"Priėjimas neimanomas","Person":"Asmuo","Person cover updated":"Atnaujintas asmens dangtelis","Person deleted":"Išbrauktas asmuo","Person not found":"Asmuo nerastas","Person saved":"Išsaugotas asmuo","Personal":"Asmeninis","Photo":"Nuotrauka","PhotoPrism is 100% self-funded and independent.":"\"PhotoPrism\" yra 100 % savarankiškai finansuojama ir nepriklausoma.","PhotoPrism+ Membership":"\"PhotoPrism+\" narystė","Photos":"Nuotraukos","Picture":"Paveikslėlis","Picture Title":"Paveikslėlio pavadinimas","Pink":"Rožinis","Pinned":"Prisegtas","Place":"Vieta","Place & Time":"Vieta & amp; laikas","Places":"Vietos","Play":"Žaisti","Please confirm your new password.":"Patvirtinkite naująjį slaptažodį.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Nukopijuokite šį atsitiktinai sugeneruotą programos slaptažodį ir laikykite jį saugioje vietoje, nes nebegalėsite jo matyti:","Please do not upload any private, unlawful or offensive pictures.":"Neįkelkite jokių privačių, neteisėtų ar įžeidžiančių nuotraukų.","Please don't upload photos containing offensive content.":"Neįkelkite nuotraukų, kuriose yra įžeidžiančio turinio.","Please enter OTP character {0}":"Įveskite OTP simbolį {0}","Please log in to your account":"Prisijunkite prie savo paskyros","Please note that changing your password will log you out on other devices and browsers.":"Atkreipkite dėmesį, kad pakeitę slaptažodį atsijungsite kituose įrenginiuose ir naršyklėse.","Please restart your instance for the changes to take effect.":"Kad pakeitimai įsigaliotų, iš naujo paleiskite savo instanciją.","Please wait…":"Palaukite…","PM":"PREMJERAS","PNG Size Limit: %{n}px":"PNG dydžio riba: %{n}px","Portal":"Portalas","Portrait":"Portretas","Preserve filenames":"Išsaugoti failų pavadinimus","Press enter to create a new album.":"Paspauskite Enter, kad sukurtumėte naują albumą.","Press enter to create new item":"Paspauskite Enter, kad sukurtumėte naują elementą","Prevent database and album backups as well as YAML sidecar files from being created.":"Užkirskite kelią duomenų bazių ir albumų atsarginių kopijų bei YAML šalutinių failų kūrimui.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Neleiskite kitoms programoms pasiekti \"PhotoPrism\" kaip bendrinamąjį tinklo diską.","Preview":"Peržiūra","Preview Images":"Peržiūros vaizdai","Previous":"Ankstesnis","Previous page":"Ankstesnis puslapis","Previous visual":"Ankstesnis vaizdinis","Primary":"Pagrindinis","Private":"Privatus","Processing upload...":"Įkėlimo apdorojimas...","Product Feedback":"Atsiliepimai apie produktą","Projection":"Projekcija","Purple":"Violetinė","Quality Filter":"Kokybės filtras","Quality Score":"Kokybės balas","Quota exceeded":"Viršyta kvota","Random":"Atsitiktinis","Rating {0} of {1}":"Įvertinimas {0} iš {1}","Raw":"Neapdorotas","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Iš naujo indeksuokite visus originalus, įskaitant jau indeksuotus ir nepakeistus failus.","Read-Only Mode":"Tik skaitymo režimas","Recently Added":"Neseniai pridėta","Recently Archived":"Neseniai archyvuota","Recently Edited":"Neseniai redaguotas","Recognition starts after indexing has been completed.":"Atpažinimas pradedamas baigus indeksavimą.","Recognized":"Pripažintas","Recovery Code":"Atkūrimo kodas","Red":"Raudona","Refresh":"Atnaujinti","Regions":"Regionai","Register":"Registruotis","Reload":"Perkrauti","Reloading…":"Perkrovimas…","Remote Sync":"Nuotolinis sinchronizavimas","Remove":"Pašalinti","remove failed: unknown album":"pašalinti nepavyko: nežinomas albumas","Remove from Album":"Pašalinti iš albumo","Remove from all":"Pašalinti iš visų","Remove from all selected photos":"Pašalinti iš visų pasirinktų nuotraukų","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Pašalinkite importuotus failus, kad sutaupytumėte saugyklą. Nepalaikomi failų tipai niekada nebus ištrinti, jie liks savo dabartinėje vietoje.","Remove the selected instance from the cluster registry?":"Pašalinti pasirinktą egzempliorių iš klasterio registro?","Removed":"Pašalinta","Removed %{name}":"%{name} pašalinta","Removed %d files and %d photos":"Pašalinti %d failai ir %d nuotraukos","Repeated":"Pakartotinai","Request failed - are you offline?":"Užklausa nepavyko - ar esate neprisijungęs?","Request failed - invalid response":"Užklausa nepavyko - neteisingas atsakymas","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Reikalauti, kad nefotografuoti ir prastos kokybės vaizdai būtų peržiūrimi prieš juos rodant paieškos rezultatuose.","Resolution":"Rezoliucija","Restart":"Iš naujo paleiskite","Restore":"Atkurti","Restored":"Atkurtas","Retry Limit":"Pakartojimo limitas","Retype Password":"Pakartokite slaptažodį","Review":"Peržiūrėkite","Role":"Vaidmuo","Roles":"Vaidmenys","Rotated":"Pasukamas","Rows per page:":"Eilutės puslapyje:","Satellite":"Palydovas","Save":"Išsaugoti","Save changes":"Išsaugoti pakeitimus","Scan":"Skenuoti","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Nuskaitykite QR kodą naudodami autentifikavimo programą arba naudokite toliau pateiktą sąrankos raktą ir įveskite sugeneruotą patvirtinimo kodą:","Scans":"Skenuoja","Scope":"Apimtis","Scopes":"Apimtys","Search":"Paieška","Season":"Sezonas","Secret":"Paslaptis","Security and Access":"Saugumas ir prieiga","Select":"Pasirinkite","Select a source folder to import files…":"Pasirinkite šaltinio aplanką, į kurį norite importuoti failus…","Select date":"Pasirinkite datą","Select dates":"Pasirinkite datas","Select or create albums":"Pasirinkite arba kurkite albumus","Select or create labels":"Pasirinkite arba kurkite etiketes","Select or drop files to upload…":"Pasirinkite arba numeskite failus, kuriuos norite įkelti…","Select the files to upload…":"Pasirinkite failus, kuriuos norite įkelti…","Select the folder to be indexed…":"Pasirinkite indeksuojamą aplanką…","Select Time":"Pasirinkite laiką","Selection":"Atranka","Selection added to %s":"Pasirinkimas pridėtas prie %s","Selection approved":"Patvirtinta atranka","Selection archived":"Atranka archyvuota","Selection marked as private":"Atranka pažymėta kaip privati","Selection not found":"Pasirinkimas nerastas","Selection restored":"Atkurta atranka","Sequential Name":"Sekvencinis pavadinimas","Service":"Paslauga","Service URL":"Paslaugos URL","Services":"Paslaugos URL","Session":"Sesija","Session ID":"Sesijos ID","Sessions":"Sesijos","Set as Album Cover":"Nustatyti kaip albumo viršelį","Set as Cover Image":"Nustatyti kaip viršelio paveikslėlį","Settings":"Nustatymai","Settings saved":"Išsaugoti nustatymai","Setup":"Sąranka","Severity":"Sunkumas","Share":"Dalytis","Share %{s}":"Dalintis %{pavadinimas}","Show":"Rodyti","Show All Labels":"Rodyti visas etiketes","Show all new faces":"Rodyti visus naujus veidus","Show Caption":"Rodyti antraštę","Show Captions":"Rodyti antraštes","Show face markers":"Rodyti veido žymeklius","Show hidden":"Rodyti paslėptus","Show Important Only":"Rodyti tik svarbius","Show logs in the web interface to monitor activity and troubleshoot problems.":"Rodyti žurnalus žiniatinklio sąsajoje, kad galėtumėte stebėti veiklą ir šalinti problemas.","Show smart albums that group pictures by occasion, trip, or location.":"Rodyti išmaniuosius albumus, kuriuose nuotraukos grupuojamos pagal progas, keliones ar vietoves.","Show the Account page so users can manage their profile and security settings.":"Parodykite paskyros puslapį, kad naudotojai galėtų tvarkyti savo profilio ir saugumo nustatymus.","Show the Calendar view to browse the library by year and month.":"Parodykite kalendoriaus rodinį, kad galėtumėte naršyti biblioteką pagal metus ir mėnesius.","Show the Labels section to view and manage AI-generated labels.":"Parodykite skyrių Etiketės ir peržiūrėkite bei tvarkykite dirbtinio intelekto sukurtas etiketes.","Show the Library section to index, manage, and monitor the media library.":"Rodyti skyrių Biblioteka, kad galėtumėte indeksuoti, tvarkyti ir stebėti medijos biblioteką.","Show the Places view with interactive maps so you can browse photos by location.":"Parodykite Vietų rodinį su interaktyviaisiais žemėlapiais, kad galėtumėte peržiūrėti nuotraukas pagal vietovę.","Show Titles":"Rodyti pavadinimus","Sidecar":"Sidecar","Sidecar Files":"\"Sidecar\" failai","Sign in":"Prisijunkite","Sign Out":"Atsijungti","Similar":"Panašiai","Site URL":"Svetainės URL","Size":"Dydis","Slideshow":"Skaidrės","Slow":"Lėtas","Software":"Programinė įranga","Software Update":"Programinės įrangos atnaujinimas","Some albums could not be copied":"Kai kurių albumų nepavyko nukopijuoti","Some albums could not be created. Please edit the names and try again.":"Kai kurių albumų nepavyko sukurti. Redaguokite pavadinimus ir bandykite dar kartą.","Some albums could not be updated":"Kai kurių albumų nepavyko atnaujinti","Something went wrong, try again":"Kažkas nepavyko, bandykite dar kartą","Sort by":"Rūšiuoti pagal","Sort by Name (A–Z)":"Rūšiuoti pagal pavadinimą (A-Z)","Sort by Photo Count":"Rūšiuoti pagal nuotraukų skaičių","Sort by Relevance":"Rūšiuoti pagal svarbą","Sort Order":"Rūšiavimo tvarka","Sorted ascending.":"Rūšiuojama didėjančia tvarka.","Sorted descending.":"Rūšiuojama mažėjančia tvarka.","Source":"Šaltinis","Stack":"Stack","Stack files sharing the same unique image or instance identifier.":"Sukaupti failus, turinčius tą patį unikalų atvaizdo arba egzemplioriaus identifikatorių.","Stack pictures taken at the exact same time and location based on their metadata.":"Sudėkite nuotraukas, padarytas tuo pačiu laiku ir toje pačioje vietoje, remdamiesi jų metaduomenimis.","Stackable":"Sukraunamas","Stacks":"Komodos","Start":"Pradžia","Start Page":"Pradinis puslapis","Static Size Limit: %{n}px":"Statinio dydžio riba: %{n}px","Status":"Statusas","Stay signed in on this device":"Būkite prisijungę šiame prietaise","Stop Casting":"Nutraukti liejimą","Storage":"Saugojimo aplankas","Streets":"Gatvės","Subject":"Tema","Subject deleted":"Išbrauktas objektas","Subject not found":"Tema nerasta","Subject saved":"Tema - išsaugotas","Successfully activated":"Sėkmingai suaktyvinta","Successfully Connected":"Sėkmingai prijungtas","Successfully deleted":"Sėkmingai ištrintas","Successfully verified":"Sėkmingai patvirtinta","Super Admin":"Super administratorius","Support for additional services, like Google Drive, will be added over time.":"Papildomų paslaugų, pavyzdžiui, \"Google Drive\", palaikymas bus pridėtas laikui bėgant.","Support Our Mission":"Palaikykite mūsų misiją","Sync":"Sinchronizavimas","Sync raw and video files":"Sinchronizuokite neapdorotus ir vaizdo failus","Taken":"Paimta","Teal":"Teal","Terrain":"Vietovė","Text":"Tekstas","Thank You for Your Support!":"Ačiū už paramą!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Todėl \"PhotoPrism\" buvo sukurta nuo pat pradžių, kad veiktų ten, kur jums reikia, nesumažinant laisvės, privatumo ar funkcionalumo.","The index currently contains %{n} hidden files.":"Šiuo metu rodyklėje yra %{n} paslėptų failų.","The instance rejected the cluster credentials.":"Instancija atmetė klasterio prisijungimo duomenis.","The instance returned an unexpected redirect.":"Instancija grąžino netikėtą nukreipimą.","The wakeup interval is %s, but must be 1h or less":"Budinimo intervalas yra %s, bet turi būti ne ilgesnis kaip 1 val","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Jų formatas gali būti nepalaikomas, jos dar nebuvo konvertuotos į JPEG arba yra dublikatų.","Theme":"Tema","This account is missing an ID and can't be edited.":"Šiame paskyroje nėra ID, todėl jos negalima redaguoti.","This field is required":"Šis laukas yra privalomas","This instance has no site URL configured.":"Šiam egzemplioriui nėra nustatytas svetainės URL.","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.":"Taip aplankas \"Originals\" prijungiamas kaip tinklo diskas ir galite atidaryti, redaguoti ir ištrinti failus iš kompiuterio ar išmaniojo telefono taip, tarsi jie būtų vietiniai.","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. ":"Taip aplankas \"Originals\" prijungiamas kaip tinklo diskas ir galite atidaryti, redaguoti ir ištrinti failus iš kompiuterio ar išmaniojo telefono taip, tarsi jie būtų vietiniai.","Time":"Laikas","Time UTC":"Laikas UTC","Time Zone":"Laiko juosta","Timeout":"Laiko juosta","Title":{"":"Pavadinimas","Account":"Pavadinimas","Photo":"Pavadinimas"},"Title / Position":"Per ilga antraštė","to":"į","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Jei nenorite prisijungti prie paskyros, atsisiųskite, atsispausdinkite arba nukopijuokite šį atkūrimo kodą dabar ir laikykite jį saugioje vietoje.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Norėdami sugeneruoti naują konkrečios programos slaptažodį, įveskite programos pavadinimą, prieigos teisę ir pasirinkite galiojimo datą:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Norėdami pereiti prie naujos autentifikavimo programos ar įrenginio, pirmiausia išjunkite dviejų veiksnių autentifikavimą ir vėl suaktyvinkite:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Norėdami atnaujinti, galite įvesti aktyvavimo kodą arba spustelėti \"Registruotis\" ir užsiregistruoti mūsų svetainėje:","Today":"Šiandien","Toggle View":"Perjungti vaizdą","Token":"Žetonas","Too many files selected":"Pasirinkta per daug failų","Too many requests":"Per daug prašymų","Troubleshooting":"Trikčių šalinimas","Try again using other filters or keywords.":"Bandykite dar kartą naudoti kitus filtrus arba raktinius žodžius.","Two-factor authentication has been enabled for your account.":"Jūsų paskyroje įgalintas dviejų veiksnių autentifikavimas.","Type":"Tipas","Unable to delete":"Nepavyksta ištrinti","Unable to do that":"To padaryti nepavyksta","Unassign":"Atšaukti","Unauthorized":"Neteisėtas","Undo":"Panaikinti","Unique ID":"Unikalus ID","Unknown":"Nežinomas","Unknown location":"Nežinoma vieta","Unregistered":"Neregistruotas","Unsorted":"Nerūšiuota","Unstack":"Atlaisvinkite","Unsupported":"Nepalaikoma","Unsupported format":"Nepalaikomas formatas","Unsupported type":"Nepalaikomas tipas","Updated":"Atnaujinta","Updating faces":"Veidų atnaujinimas","Updating index":"Indekso atnaujinimas","Updating moments":"Akimirkų atnaujinimas","Updating picture…":"Peržiūrų atnaujinimas","Updating previews":"Peržiūrų atnaujinimas","Updating stacks":"Kaminų atnaujinimas","Upgrade":"Atnaujinti","Upgrade Now":"Atnaujinti dabar","Upload":"Įkelti","Upload complete":"Įkėlimas baigtas","Upload complete. Indexing…":"Įkėlimas baigtas. Indeksavimas…","Upload failed":"Įkelti nepavyko","Upload has been processed":"Įkėlimas apdorotas","Upload local files":"Įkelti vietinius failus","Upload might be offensive":"Įkėlimas gali būti įžeidžiantis","Upload Path":"Įkėlimo kelias","Uploading %{n} of %{t}…":"Įkeliama %{n} iš %{t}…","Uploading photos…":"Nuotraukų įkėlimas…","Uploading…":"Perkrovimas…","Uploads that may contain such images will be rejected automatically.":"Siunčiami vaizdai, kuriuose gali būti tokių vaizdų, bus automatiškai atmesti.","URL":"URL","Use Presets":"Naudokite išankstinius nustatymus","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Jei negalite sugeneruoti galiojančio patvirtinimo kodo naudodami autentifikavimo programą, naudokite šį atkūrimo kodą, kad pasiektumėte paskyrą:","Use your recovery code or contact an administrator for help.":"Naudokite atkūrimo kodą arba kreipkitės pagalbos į administratorių.","User":"Vartotojas","User Guide":"Naudotojo vadovas","User Interface":"Vartotojo sąsaja","User not found":"Vartotojas nerastas","Username":"Vartotojo vardas","Users":"Vartotojai","UUID":"UUID","Vector":"Vektorius","Vectors":"Vektoriai","Verification Code":"Patvirtinimo kodas","Version":"Versija","Video":"Vaizdo įrašas","Video Duration":"Dovanos","Videos":"Vaizdo įrašai","View":"Peržiūrėti","View search results as a list.":"Peržiūrėkite paieškos rezultatus kaip sąrašą.","Viewer":"Peržiūrėtojas","Vision":"Vizija","Visitor":"Lankytojas","Visual Similarity":"Grupuokite pagal panašumą","Warning":"Įspėjimas","Web Login":"Prisijungimas internetu","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klientai gali prisijungti prie \"PhotoPrism\" naudodami šį URL adresą:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"„WebDAV“ klientai, tokie kaip „Microsoft“ „Windows Explorer“ arba „Apple Finder“, gali prisijungti tiesiogiai prie „PhotoPrism“.","WebDAV Upload":"WebDAV įkėlimas","WebGL support is disabled in your browser":"Naršyklėje išjungtas \"WebGL\" palaikymas","Website":"Svetainė","White":"Balta","Work Details":"Detalės","Year":"Metai","Yellow":"Geltona","Yes":"Taip","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Kviečiame susisiekti su mumis el. paštu membership@photoprism.app ir užduoti klausimus, susijusius su naryste.","You can only download one album":"Galite atsisiųsti tik vieną albumą","You can only download one label":"Galite atsisiųsti tik vieną etiketę","You can search for a location or move the marker on the map to change the position:":"Galite ieškoti vietos arba perkelti žymeklį žemėlapyje, kad pakeistumėte vietą:","You can upload up to %{n} files for test purposes.":"Bandymo tikslais galite įkelti iki %{n} failų.","You cannot change your own role.":"Jūs negalite pakeisti savo vaidmens.","You do not have access to any instances.":"Jūs neturite prieigos prie jokių instancijų.","You may only select one item":"Galite pasirinkti tik vieną elementą","You may rescan your library to find additional faces.":"Norėdami rasti papildomų veidų, galite iš naujo nuskaityti savo biblioteką.","Your account could not be connected":"Nepavyko prisijungti prie jūsų paskyros","Your account has been successfully connected.":"Jūsų paskyra sėkmingai prijungta.","Your browser does not support WebGL":"Jūsų naršyklė nepalaiko WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Jūsų nuolatinė parama padeda mums reguliariai teikti atnaujinimus ir tokias paslaugas kaip pasaulio žemėlapiai.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Jūsų biblioteka nuolat analizuojama, kad būtų galima automatiškai kurti ypatingų akimirkų, kelionių ir vietų albumus.","Zip created in %d s":"Zip sukurta %d s","Zoom in/out":"Priartinimas / atitolinimas","Archive":{"Noun":"Archyvas","Verb":"Archyvas"},"Add a Title":{"Photo":"Pridėti pavadinimą"}}} \ No newline at end of file +{"lt":{"{0} appended action":"{0} pridėtas veiksmas","{0} files":"{0} failų","{0} files ({1} in total)":"{0} failų (iš viso {1})","{0} more":"{0} daugiau","{0} prepended action":"{0} iš anksto pridėtas veiksmas","{0} selected":"{0} pasirinkta","{0}-{1} of {2}":"{0}-{1} iš {2}","%{n} albums found":"%{n} rasti albumai","%{n} files uploaded":"%{n} įkelti failai","%{n} folders found":"rasta %{n} aplankų","%{n} GB of %{q} GB used":"%{n} GB iš %{q} GB panaudota","%{n} labels found":"rasta %{n} etikečių","%{n} people found":"rasta %{n} žmonių","%{n} pictures found":"rasta %{n} paveikslėlių","%{s} is too long":"%{s} yra per ilgas","%{s} is too short":"%{s} yra per trumpas","%d entries added to %s":"%d įrašai, įtraukti į %s","%d entries removed from %s":"%d įrašai pašalinti iš %s","%d files uploaded in %d s":"%d failai įkelti per %d s","%s already exists":"%s jau egzistuoja","%s has been restored":"%s buvo atkurta","1 hour":"1 val.","12 hours":"12 valandų","2-Factor Authentication":"2 veiksnių autentiškumo nustatymas","2FA":"2FA","4 hours":"4 valandos","A click will copy it to your clipboard.":"Paspaudę jį nukopijuosite į iškarpinę.","A new version of %{s} is available:":"Pasirodė nauja %{s} versija:","About":"Apie","Access granted.":"Prieiga suteikta.","Access revoked.":"Prieiga panaikinta.","Access Token":"Prieigos žetonas","Account":"Sąskaita","Account created":"Sukurta paskyra","Account deleted":"Ištrinta paskyra","Account Group Mappings":"Sąskaitų grupių priskyrimai","Account not found":"Paskyra nerasta","Account restored":"Atkurta paskyra","Account saved":"Išsaugota paskyra","Accounts":"Sąskaitos","Accuracy":"Tikslumas","Action":"Veiksmas","Actions":"Veiksmai","Activate":"Suaktyvinti","Activate to remove sorting.":"Aktyvuokite, kad pašalintumėte rūšiavimą.","Activate to sort ascending.":"Aktyvuokite, kad rūšiuotumėte didėjančia tvarka.","Activate to sort descending.":"Aktyvuokite, jei norite rūšiuoti mažėjančia tvarka.","Activation Code":"Aktyvinimo kodas","Activity":"Veikla","Add":"Pridėti","Add %{s}?":"Pridėti %{vardas}?","Add a Caption":"Pridėti antraštę","Add Account":"Redaguoti paskyrą","Add Album":"Pridėti albumą","Add Link":"Pridėti nuorodą","Add Notes":"Pridėti pastabų","Add person?":"Pridėti asmenį?","Add pictures from search results by selecting them.":"Pridėkite nuotraukas iš paieškos rezultatų jas pasirinkdami.","Add to album":"Pridėti į albumą","Add to all":"Pridėti prie visų","Add to all selected photos":"Pridėti prie visų pasirinktų nuotraukų","Added":"Pridėta","Added %{name}":"Pridėta %{name}","Adjust Camera Info":"Koreguoti kameros informaciją","Adjust Date & Time":"Sureguliuokite datą ir laiką","Adjust Location":"Sureguliuokite vietą","Admin":"Administratorius","Advanced":"Išplėstinė","Advertise URL":"Reklamuoti URL","After 1 day":"Po 1 dienos","After 3 days":"Po 3 dienų","After 7 days":"Po 7 dienų","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Įvedę slaptažodį patvirtinimui, galite nustatyti dviejų veiksnių autentifikavimą naudodami suderinamą autentifikavimo programą arba įrenginį:","After one month":"Po vieno mėnesio","After one year":"Po vienerių metų","After selecting pictures from search results, you can add them to an album using the context menu.":"Pasirinkę nuotraukas iš paieškos rezultatų, galite jas įtraukti į albumą naudodami kontekstinį meniu.","After two months":"Po dviejų mėnesių","After two weeks":"Po dviejų savaičių","Album":"Albumas","Album %s deleted":"Albumas %s pašalintas","Album Backups":"Albumo atsarginės kopijos","Album contents cloned":"Klonuotas albumo turinys","Album created":"Sukurtas albumas","Album deleted":"Ištrintas albumas","Album not found":"Albumas nerastas","Album saved":"Išsaugotas albumas","Albums":"Albumai","Albums deleted":"Ištrinti albumai","All":"Visi","All %{n} albums loaded":"Įkelti visi %{n} albumai","All %{n} labels loaded":"Įkeltos visos %{n} etiketės","All %{n} people loaded":"Įkelti visi %{n} žmonės","All Cameras":"Visi fotoaparatai","All Categories":"Visos kategorijos","All Colors":"Visos spalvos","All Countries":"Visos šalys","All files from import folder":"Visi failai iš importo aplanko","All Lenses":"Visi objektyvai","All Months":"Visi mėnesiai","All originals":"Visi originalai","All Years":"Visi metai","Allow configuration and use of connected apps and services for remote uploads and sync.":"Leiskite konfigūruoti ir naudoti prijungtas programas ir paslaugas nuotoliniam įkėlimui ir sinchronizavimui.","Allow editing of metadata such as title, description, date, and location.":"leiskite redaguoti metaduomenis, pvz., pavadinimą, aprašymą, datą ir vietą.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Galima vienu metu redaguoti kelių nuotraukų metaduomenis, etiketes ir albumus.","Allow files to be copied or moved from the Import to the Originals folder.":"Įjunkite importavimo įrankį, kad kopijuotumėte arba perkeltumėte failus iš aplanko Importas į aplanko Originalai.","Allow files to be permanently deleted to free up storage space.":"Leiskite visam laikui ištrinti failus, kad atlaisvintumėte vietos saugykloje.","Allow users to archive photos and videos so they are hidden without being deleted.":"Leiskite naudotojams archyvuoti nuotraukas ir vaizdo įrašus, kad jie būtų paslėpti ir nebūtų ištrinti.","Allow users to create and share links, and enable sharing with connected services.":"Leiskite naudotojams kurti ir bendrinti nuorodas bei įgalinkite bendrinimą su prijungtomis paslaugomis.","Allow users to upload new photos and videos through the web interface.":"Leiskite naudotojams įkelti naujų nuotraukų ir vaizdo įrašų per žiniatinklio sąsają.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Taip pat galite įkelti failus tiesiai į WebDAV serverius, pvz., \"Nextcloud\".","Altitude":"Aukštis","Altitude (m)":"Aukštis (m)","AM":"AM","Animated":"Animuota","Animation":"Animacija","Animations":"Animacija","Any private photos and videos remain private and won't be shared.":"Visos privačios nuotraukos ir vaizdo įrašai išlieka privatūs ir jais nebus dalijamasi.","API Key":"API raktas","Application":"Paraiška","Applications":"Paraiškos","Approve":"Patvirtinti","Approve and save changes":"Patvirtinti ir išsaugoti pakeitimus","Apps and Devices":"Programėlės ir įrenginiai","Archived":"Archyvuota","Are you sure you want to archive the selection?":"Ar tikrai norite archyvuoti pasirinkimą?","Are you sure you want to delete these albums?":"Ar tikrai norite ištrinti šiuos albumus?","Are you sure you want to delete these labels?":"Ar tikrai norite ištrinti šias etiketes?","Are you sure you want to delete this account?":"Ar tikrai norite ištrinti šią paskyrą?","Are you sure you want to delete this album?":"Ar tikrai norite ištrinti šį albumą?","Are you sure you want to permanently delete these pictures?":"Ar tikrai norite visam laikui ištrinti šias nuotraukas?","Are you sure you want to permanently delete this file?":"Ar tikrai norite visam laikui ištrinti šį failą?","Are you sure?":"Ar esate tikri?","Artist":"Menininkas","Aspect Ratio":"Kraštinių santykis","Attributes":"Atributai","Audio":"Garso","Audit Log":"Garso","Authentication":"Autentiškumo nustatymas","Auto":"Automatinis","Back":"Atgal","Back to top":"Grįžti į viršų","Backup":"Atsarginė kopija","Badge":"Ženkliukas","Base Path":"Bazinis kelias","Batch":"Partijos","Batch Edit":"Partijos redagavimas","Become a member today, support our mission and enjoy our member benefits!":"Tapkite nariu šiandien, paremkite mūsų misiją ir naudokitės nario privilegijomis!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Kadangi esame 100 % savarankiškai finansuojami ir nepriklausomi, galime pažadėti, kad niekada neparduosime jūsų duomenų ir visada skaidriai informuosime apie savo programinę įrangą ir paslaugas.","Bio":"Bio","Birth Date":"Gimimo data","Black":"Juoda","Blue":"Mėlyna","Brown":"Ruda","Browse":"Naršykite","Browse Files":"Naršyti failus","Browse Pictures":"Naršyti nuotraukas","Bug Report":"Pranešimas apie klaidą","Busy, please try again later":"Užimta, bandykite vėliau","Busy, please wait…":"Užimtas, palaukite…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Naudodamiesi mūsų teikiama programine įranga ir paslaugomis, sutinkate su mūsų paslaugų teikimo sąlygomis, privatumo politika ir elgesio kodeksu.","Calendar":"Kalendorius","Camera":"Fotoaparatas","Camera not found":"Kameros nerasta","Camera Serial":"Kameros serijinis","Can't access your authenticator app or device?":"Negalite prisijungti prie autentifikatoriaus programos arba įrenginio?","Can't load more, limit reached":"Negalima įkelti daugiau, pasiekta riba","Can't select more items":"Negalima pasirinkti daugiau elementų","Cancel":"Atšaukti","Cannot copy to clipboard":"Negalima kopijuoti į iškarpinę","Caption":"Antraštė","Cards":"Kortelės","Carousel slide {0} of {1}":"Karuselinė skaidrė {0} iš {1}","Cast":"Vaidina","Category":"Kategorija","Change Avatar":"Keisti privačią vėliavą","Change Password":"Naujas slaptažodis","Change private flag":"Keisti privačią vėliavą","Changes could not be saved":"Pakeitimų nepavyko išsaugoti","Changes successfully saved":"Pakeitimai sėkmingai išsaugoti","Changes to the advanced settings require a restart to take effect.":"Norint, kad išplėstinių nustatymų pakeitimai įsigaliotų, juos reikia paleisti iš naujo.","Checked":"Patikrinta","Choose an instance to continue:":"Pasirinkite instanciją, kad galėtumėte tęsti:","Chroma":"Chroma","Cleaning index and cache":"Indekso ir talpyklos valymas","Cleanup":"Valymas","Clear":"Skaidrus","Clear {0}":"Išvalyti {0}","Client":"Klientas","Close":"Uždaryti","Cluster":"Klasteris","Cluster Admin":"Klasterio administratorius","Cluster Node":"Klasterio mazgas","Codec":"Kodekas","Color":"Spalva","Color Profile":"Spalvų profilis","Colors":"Spalvos","Compare Editions":"Palyginti leidimus","Complete Rescan":"Visiškas pakartotinis nuskaitymas","Confidence":"Konfidencialu","Confirm":"Patvirtinti","Connect":"Prisijungti","Connect via WebDAV":"Prisijungimas per WebDAV","Connected":"Prisijungti","Contact Details":"Susisiekite su mumis","Contact Us":"Susisiekite su mumis","Contains %{n} pictures.":"Sudėtyje yra %{n} paveikslėlių.","Contains one picture.":"Yra vienas paveikslėlis.","Content":{"":"Turinys","Edit":"Turinys"},"Continue":"Tęsti","Contributor":"Pateikėjas","Converting":"Konvertuojama","Copied to clipboard":"Nukopijuota į iškarpinę","Copy":"Kopijuoti","Copying files from %s":"Failų kopijavimas iš %s","Copyright":"Autorinės teisės","Could not be deleted":"Negalima ištrinti","Could not connect, please try again":"Nepavyko prisijungti, bandykite dar kartą","Could not update person cover":"Nepavyko atnaujinti asmens viršelio","Couldn't find anything.":"Nepavyko nieko rasti.","Country":"Šalis","Create Account":"Sukurti paskyrą","Create album":"Sukurti albumą","Create regular backups based on the configured schedule.":"Kurkite indekso atsargines kopijas pagal sukonfigūruotą tvarkaraštį.","Create YAML files to back up album metadata.":"Sukurkite YAML failus albumo metaduomenims kurti.","Create YAML sidecar files to back up picture metadata.":"Sukurkite YAML šalutinius failus paveikslėlių metaduomenims kurti.","Created":"Sukurta","Creating thumbnails for":"Miniatiūrų kūrimas","Current Password":"Dabartinis slaptažodis","Custom":"Pasirinktinis","Cyan":"Žydra","Daily":"Kasdien","Database":"Duomenų bazė","Database Backups":"Duomenų bazės atsarginės kopijos","Databases":"Duomenų bazės","Date & Time":"Data ir laikas","Day":"Diena","Deactivate":"Išjungti","Debug Logs":"Derinimo žurnalai","Default":"Numatytoji","Default Folder":"Numatytasis aplankas","Delete":"Ištrinti","Delete Album":"Ištrinti albumą","Delete All":"Ištrinti viską","Delete all?":"Ištrinti viską?","Delete orphaned index entries, sidecar files and thumbnails.":"Ištrinkite našlaičių indekso įrašus, šalutinius failus ir miniatiūras.","deleted":"ištrinta","Description":"Aprašymas","Detailed instructions can be found in our User Guide.":"Išsamias instrukcijas rasite mūsų naudotojo vadove.","Details":"Detalės","Dimensions":"Matmenys","Disable all face detection and recognition features.":"Išjunkite visas veido aptikimo ir atpažinimo funkcijas.","Disable Backups":"Išjungti atsargines kopijas","Disable Darktable":"Išjungti \"Darktable","Disable ExifTool":"Išjungti \"ExifTool","Disable Faces":"Išjungti veidus","Disable features that require write permission for the originals folder.":"Išjunkite funkcijas, kurioms reikia originalų aplanko rašymo leidimo.","Disable FFmpeg":"Išjungti \"FFmpeg","Disable ImageMagick":"Išjungti \"ImageMagick","Disable interactive world maps and reverse geocoding.":"Išjunkite interaktyvius pasaulio žemėlapius ir atvirkštinį geokodavimą.","Disable MCP":"MCP išjungimas","Disable Places":"Išjungti vietas","Disable RawTherapee":"Išjungti \"RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Išjunkite modelio konteksto protokolo (MCP) API galinį tašką, skirtą dirbtinio intelekto agentų integracijai.","Disable Vectors":"Išjungti vektorius","Disable WebDAV":"Išjungti WebDAV","Disabled":"Neįgalieji","Disables vector graphics support.":"Išjungia vektorinės grafikos palaikymą.","Disables video transcoding and thumbnail extraction.":"Išjungiamas vaizdo perkodavimas ir miniatiūrų išskyrimas.","Discard":"Išmesti","Discard changes and close":"Atmesti pakeitimus ir uždaryti","Discard invalid changes?":"Atmesti negaliojančius pakeitimus?","Discard unsaved changes?":"Atmesti neišsaugotus pakeitimus?","Discover":"Atraskite","Dismiss":"Atmesti","Display Name":"Rodomas vardas","Display picture captions in search results.":"Paieškos rezultatuose rodykite paveikslėlių antraštes.","Display picture titles in search results.":"Paieškos rezultatuose rodyti paveikslėlių pavadinimus.","Document":"Dokumentas","Documents":"Dokumentai","Don't use Darktable to convert RAW images.":"Nenaudokite \"Darktable\" RAW failams konvertuoti.","Don't use ImageMagick to convert images.":"Nenaudokite ImageMagick vaizdams konvertuoti.","Don't use RawTherapee to convert RAW images.":"Nenaudokite \"RawTherapee\" RAW failams konvertuoti.","Done":"Atlikta","Done.":"Atlikta.","Download":"Atsisiųsti","Download only original media files, without any automatically generated files.":"Atsisiųskite tik originalius medijos failus be jokių automatiškai sukurtų failų.","Download remote files":"Atsisiųsti nuotolinius failus","Downloading…":"Atsisiuntimas…","Drag and drop files here":"Vilkite ir meskite failus čia","Driver":"Vairuotojas","Duplicates will be skipped and only appear once.":"Dublikatai bus praleisti ir rodomi tik vieną kartą.","Duration":"Dovanos","Dynamic Previews":"Dinaminės peržiūros","Dynamic Size Limit: %{n}px":"Dinaminio dydžio riba: %{n}px","Edit":"Redaguoti","Edit %{s}":"Redaguoti %{pavadinimas}","Edit Account":"Redaguoti paskyrą","Edit Photo":"Redaguoti nuotrauką","Edit Photos (%{n})":"Redaguoti nuotraukas (%{n})","Edited":"Redaguota","Email":"El. paštas","Enable debug mode to display additional logs and help with troubleshooting.":"Įjunkite derinimo režimą, kad būtų rodomi papildomi žurnalai ir padedama šalinti triktis.","Enable downloading of original and sidecar files from the web interface.":"Įgalinkite originalių ir šalutinių failų atsisiuntimą iš žiniatinklio sąsajos.","Enable face recognition and the People view to easily find people you know.":"Įgalinkite veidų atpažinimo funkciją ir rodinį \"Žmonės\", kad lengvai rastumėte pažįstamus žmones.","Enable new features that may be incomplete or unstable.":"įgalinti naujas funkcijas, kurios gali būti neišbaigtos arba nestabilios.","Enable the file browser to navigate the Originals folder structure.":"Įjunkite failų naršyklę, kad galėtumėte naršyti originalų aplanko struktūrą.","Enables RAW converter presets. May reduce performance.":"Įjungiamos RAW konverterio išankstinės nuostatos. Gali sumažinti našumą.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Dviejų veiksnių autentifikavimo įjungimas reiškia, kad norint prisijungti, jums reikės atsitiktinai sugeneruoto patvirtinimo kodo, todėl net jei kas nors gaus prieigą prie jūsų slaptažodžio, jis negalės pasiekti jūsų paskyros.","Engine":"Variklis","Enter date":"Įveskite datą","Enter dates":"Įveskite datas","Enter item name...":"Įveskite elemento pavadinimą...","Enter the code generated by your authenticator app:":"Įveskite autentifikatoriaus programėlės sugeneruotą kodą:","Enter verification code":"Įveskite patvirtinimo kodą","Enter your password to confirm the action and continue:":"Įveskite slaptažodį, kad patvirtintumėte veiksmą ir tęstumėte:","Entity not found":"Subjektas nerastas","Error":"Klaida","Errors":"Klaidos","Estimate":"Apskaičiuokite","Estimate Locations":"Apytikrės vietos","Estimate the approximate location of pictures without GPS coordinates.":"Apytiksliai įvertinkite nuotraukų vietą be GPS koordinačių.","Every two days":"Kas dvi dienas","Exclude hidden":"Neįtraukti paslėptų","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Kad būtų palaikomi visi vaizdo įrašai, tiesioginės nuotraukos ir XMP, reikia ištraukti metaduomenis su \"ExifTool\".","Experimental Features":"Eksperimentinės funkcijos","Expires":"Galioja iki","Exposure":"Ekspozicija","Extract still images and generate thumbnails while indexing.":"Ištraukite nejudančius vaizdus ir indeksuodami generuokite miniatiūras.","F Number":"F skaičius","Face":"Veidas","Face not found":"Veidas nerastas","Faces":"Veidai","Failed creating file, please check permissions":"Nepavyko sukurti failo, patikrinkite leidimus","Failed creating folder, please check permissions":"Nepavyko sukurti aplanko, patikrinkite leidimus","Failed removing link":"Nepavyko pašalinti nuorodos","Failed to connect account.":"Nepavyko prisijungti prie paskyros.","Failed to create zip file":"Nepavyko sukurti zip failo","Failed to load users.":"Nepavyko įkelti vartotojų.","Failed to remove face marker":"Nepavyko pašalinti veido žymeklio","Failed to remove name":"Nepavyko pašalinti pavadinimo","Failed to restart server":"Nepavyko iš naujo paleisti serverio","Failed to save changes":"Nepavyko išsaugoti pakeitimų","Failed to save face marker":"Nepavyko išsaugoti veido žymeklio","Failed to save name":"Nepavyko išsaugoti pavadinimo","Failed updating link":"Nepavyko atnaujinti nuorodos","Family Name":"Šeimos pavadinimas","Fast":"Greitai","Favorite":"Mėgstamiausias","Favorites":"Mėgstamiausi","Feature disabled":"Funkcija išjungta","Feature Request":"Funkcijos prašymas","Female":"Moteris","File":"Failas","File Browser":"Failų naršyklė","File Conversion":"Failų konvertavimas","File deleted":"Ištrintas failas","File Name":"Failas","File not found":"Failo rasti nepavyko","File removed from stack":"Failas pašalintas iš kamino","File Size":"Failas","File too large":"Per didelis failas","File uploaded":"Įkeltas failas","Filename":"Failas","Files":"Failai","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Failai su nuosekliais pavadinimais, pavyzdžiui, 'IMG_1234 (2)' ir 'IMG_1234 (3)', priklauso tai pačiai nuotraukai.","First page":"Pirmas puslapis","Focal Length":"Židinio nuotolis","Folder":"Aplankas","Folder contains %{n} files":"Aplankale yra %{n} failų","Folder is empty":"Aplankas tuščias","Folders":"Aplankalai","Forgot password?":"Pamiršote slaptažodį?","FPS":"FPS","Frames":"Kadrai","Full Access":"Pilna prieiga","Fullscreen":"Viso ekrano","General":"Bendra","Generate":"Generuoti","Generate Previews":"Generuoti peržiūras","Generated":"Sukurta","Get Started":"Pradėkite","Given Name":"Originalus pavadinimas","Global Options":"Visuotinės parinktys","Go to page {0}":"Eiti į puslapį {0}","Gold":"Auksinis","Green":"Žalioji","Grey":"Pilka","Groups":"Grupės","Guest":"Svečias","Hash":"Hash","Help":"Pagalba","Help & Support":"Paramos gavimas","Hidden":"Paslėptas","Hidden Files":"Paslėpti failai","Hide":"Paslėpti","Hide Caption":"Paslėpti antraštę","Hide face markers":"Paslėpti veido žymeklius","Hide private content from global views while keeping it accessible in the Private section.":"Paslėpkite privačius elementus nuo bendrųjų rodinių, tačiau palikite juos prieinamus privačiame skyriuje.","High":"Aukštas","High Dynamic Range (HDR)":"Didelis dinaminis diapazonas (HDR)","Hybrid":"Hibridinis","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Jei prarasite prieigą prie autentifikavimo programos ar įrenginio, galite naudoti atkūrimo kodą, kad atgautumėte prieigą prie paskyros.","Image":"Vaizdas","Image Quality":"Vaizdo kokybė","Import":"Importas","Import canceled":"Importas atšauktas","Import completed in %d s":"Importas baigtas per %d s","Import failed":"Importuoti nepavyko","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importuoti failai bus surūšiuoti pagal datą ir jiems bus suteiktas unikalus pavadinimas, kad būtų išvengta pasikartojimų.","Importing %{s}…":"Importuojame %{pavadinimas}…","Importing files to originals…":"Failų importavimas į originalus…","in":"svetainėje","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Jei trūksta nuotraukų, kurių tikėjotės, iš naujo nuskaitykite savo biblioteką ir palaukite, kol bus baigtas indeksavimas.","Include RAW image files when downloading stacks and archives.":"Atsisiunčiant stekus ir archyvus įtraukite RAW vaizdų failus.","Include sidecar files when downloading stacks and archives.":"Atsisiunčiant stekus ir archyvus įtraukti šalutinius failus.","Increase storage size or delete files to continue.":"Norėdami tęsti, padidinkite saugyklos dydį arba ištrinkite failus.","Index":"Indeksas","Indexing":"Indeksavimas","Indexing canceled":"Indeksavimas atšauktas","Indexing completed in %d s":"Indeksavimas baigtas per %d s","Indexing failed":"Indeksavimas nepavyko","Indexing files in %s":"Failų indeksavimas %s","Indexing media and sidecar files…":"Medijos ir šalutinių failų indeksavimas…","Indexing originals...":"Originalų indeksavimas...","Information":"Informacija","Inherit":"Paveldėti","Instance":"Atvejis","Instance ID":"Atvejo ID","Instance unreachable. Try again once it's back online.":"Negaliu prisijungti prie serverio. Pabandykite vėl, kai jis vėl bus pasiekiamas.","Instances":"Atvejai","Insufficient storage":"Nepakankama saugykla","Insufficient storage.":"Nepakankama saugykla.","Interval":"Intervalas","Invalid":"Neteisinga data","Invalid address":"Neteisingas adresas","Invalid country":"Netinkama šalis","Invalid credentials":"Neteisingi įgaliojimai","Invalid date":"Neteisinga data","Invalid link":"Netinkama nuoroda","Invalid name":"Netinkamas pavadinimas","Invalid parameters":"Neteisinga data","Invalid password, please try again":"Netinkamas slaptažodis, bandykite dar kartą","Invalid photo selected":"Pasirinkta netinkama nuotrauka","Invalid time":"Netinkamas laikas","Invalid URL":"Netinkamas URL adresas","Invalid verification code, please try again":"Neteisingas patvirtinimo kodas, bandykite dar kartą","IP Address":"IP adresas","It is a one-time use code that will disable 2FA for your account when you use it.":"Tai vienkartinis kodas, kuris išjungs 2FA jūsų paskyroje, kai ją naudosite.","Item":"Prekė","Items per page:":"Viename puslapyje esantys elementai:","JPEG Quality: %{n}":"JPEG kokybė: %{n}","JPEG Size Limit: %{n}px":"JPEG dydžio riba: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG ir miniatiūros prireikus atvaizduojamos automatiškai.","Keyword":"Raktinis žodis","Keywords":"Raktiniai žodžiai","Label":"Etiketė","Label not found":"Etiketė nerasta","Label saved":"Išsaugota etiketė","Labels":"Etiketės","Labels deleted":"Ištrintos etiketės","Language":"Kalba","Last Active":"Paskutinis aktyvus","Last Login":"Paskutinis prisijungimas","Last page":"Paskutinis puslapis","Last Sync":"Sinchronizavimas","Last Used":"Paskutinis naudotas","Latitude":"Platuma","LDAP/AD":"LDAP/AD","Learn more":"Sužinokite daugiau","Learn More":"Sužinokite daugiau","Legal Information":"Teisinė informacija","Lens":"Objektyvas","Lens not found":"Objektyvas nerastas","Library":"Biblioteka","License":"Licencija","Like":"Kaip","Lime":"Lime","Limit reached, showing first %{n} files":"Limitas pasiektas, rodomi pirmieji %{n} failai","Link":"Nuoroda","List":"Sąrašas","List View":"Sąrašo rodinys","Live":"Gyvai","Live Photos":"Nuotraukos","Load more":"Įkelti daugiau","Loading items...":"Įkeliami elementai...","Loading...":"Pakraunama...","Local":"Vietinis","Local Time":"Vietinis laikas","Location":"Vieta","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Žurnalo pranešimai čia rodomi, kai \"PhotoPrism\" susiduria su sugadintais failais arba kitomis galimomis problemomis.","Login":"Prisijungimas","Logs":"Žurnalai","Longitude":"Ilguma","Lost server connection":"Prarastas serverio ryšys","Low":"Žema","Magenta":"Magenta","Main Color":"Pagrindinė spalva","Male":"Vyras","Manage Account":"Tvarkyti paskyrą","Manager":"Vadybininkas","Manual":"Rankinis","Manual Upload":"Įkėlimas rankiniu būdu","Maps":"Žemėlapiai","Marker":"Žymeklis","Maximum number of accounts has been reached.":"Pasiektas maksimalus paskyrų skaičius.","Media":"Žiniasklaida","Medium":"Vidutinis","Membership":"Narystė","Merge %{a} with %{b}?":"Sujungti %{a} su %{b}?","Message":"Žinutė","Metadata":"Metaduomenys","Metrics":"Metrika","Minimize":"Sumažinkite","Missing":"Trūksta","Missing or invalid configuration":"Trūksta konfigūracijos arba ji negalioja","mixed":"mišrus","Moments":"Akimirkos","Monochrome":"Vienspalvis","Month":"Mėnuo","More options":"Daugiau galimybių","Mosaic":"Mozaika","Most Relevant":"Aktualiausia","Move Files":"Failų perkėlimas","Moving files from %s":"Failų perkėlimas iš %s","Must have at least %{n} characters.":"Ne mažiau kaip 6 ženklai.","Mute":"Nutildyti","Name":"Pavadinimas","Name too long":"Per ilgas vardas","Never":"Niekada","New":"Naujas","New Password":"Naujas slaptažodis","Newest First":"Naujausias pirmas","Next":"Kitas","Next page":"Kitas puslapis","Next visual":"Kitas vaizdas","No":"Ne","No Access":"Prieiga uždrausta","No albums assigned":"Nėra priskirtų albumų","No albums found":"Albumų nerasta","No albums selected":"Nėra pasirinktų albumų","No data available":"Duomenų nėra","No files available for download":"Nėra parsisiunčiamų failų","No items selected":"Nėra pasirinktų elementų","No labels assigned":"Nepriskirta jokių etikečių","No labels found":"Etikečių nerasta","No labels selected":"Nėra pasirinktų etikečių","No matching records found":"Nerastas nė vienas tinkamas įrašas","No more":"Ne daugiau","No people found":"Žmonių nerasta","No pictures found":"Paveikslėlių nerasta","No recently edited pictures":"Nėra neseniai redaguotų nuotraukų","No registered instances.":"Nėra užregistruotų egzempliorių.","No results":"Rezultatų nėra","No server connection":"Nėra ryšio su serveriu","No servers configured.":"Nėra sukonfigūruotų serverių.","No services configured.":"Nėra sukonfigūruotų serverių.","No thanks":"Ne, ačiū","No users on this instance.":"Šioje instancijoje nėra vartotojų.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Jokių įspėjimų ar klaidų su šiuo raktažodžiu nėra. Atkreipkite dėmesį, kad paieška priklauso nuo mažųjų ir didžiųjų raidžių.","Node":"Mazgas","Nodes":"Mazgai","Non-photographic and low-quality images require a review before they appear in search results.":"Prieš rodant nefotografuotus ir prastos kokybės vaizdus paieškos rezultatuose, juos reikia peržiūrėti.","None":"Nėra","Not allowed":"Neleidžiama","Not available in public mode":"Negalima naudoti viešuoju režimu","Not available in read-only mode":"Negalima naudoti tik skaitymo režimu","Not found":"Nerasta","Not sorted.":"Neišrūšiuota.","Not supported":"Nepalaikoma","Note you may manually manage your originals folder and importing is optional.":"Atkreipkite dėmesį, kad originalų aplanką galite tvarkyti rankiniu būdu, o importuoti neprivaloma.","Note:":"Pastaba:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Pastaba: Tik WebDAV serverius, pavyzdžiui, \"Nextcloud\" arba \"PhotoPrism\", galima konfigūruoti kaip nuotolinę atsarginių kopijų kūrimo ir failų įkėlimo paslaugą.","Notes":"Pastabos","Nothing to see here yet.":"Kol kas čia nieko nematyti. Būkite kantrūs.","Nothing was found.":"Nieko nerasta.","Offline":"Neprisijungus prie interneto","OK":"GERAI","Oldest First":"Seniausias pirmas","On Windows, enter the following resource in the connection dialog:":"\"Windows\" sistemoje prisijungimo dialogo lange įveskite šiuos išteklius:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Miniatiūrų generavimas pagal pareikalavimą gali būti susijęs su dideliu procesoriaus ir atminties naudojimu. Nerekomenduojama naudoti serveriuose ir NAS įrenginiuose, kurių ištekliai yra riboti.","Once a week":"Kartą per savaitę","One album found":"Rastas vienas albumas","One entry added to %s":"Vienas įrašas pridėtas prie %s","One entry removed from %s":"Vienas įrašas pašalintas iš %s","One file found":"Rastas vienas failas","One file uploaded":"Įkeltas vienas failas","One folder found":"Rastas vienas aplankas","One label found":"Viena rasta etiketė","One person found":"Vienas asmuo rado","One picture found":"Vienas rastas paveikslėlis","Only locally managed accounts can be set up for authentication with 2FA.":"Tik vietoje valdomose paskyrose galima nustatyti autentifikavimą naudojant 2FA.","Open":"Atviras","optional":"pasirinktinai","or":"arba","Orange":"Oranžinė","Organization":"Orientavimasis","Orientation":"Orientavimasis","Original file names will be stored and indexed.":"Originalūs failų pavadinimai bus saugomi ir indeksuojami.","Original Name":"Originalus pavadinimas","Originals":"Originalai","Originals folder is empty":"Originalų aplankas tuščias","Other":"Kita","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Mūsų misija - pateikti vartotojui patogiausią ir privatumą užtikrinantį sprendimą, kad nuotraukos būtų tvarkingos ir prieinamos.","Outdoor":"Lauko","Page {0}, Current page":"Puslapis {0}, Dabartinis puslapis","Pages":"Puslapiai","Pagination Navigation":"Tinklalapių navigacija","Panorama":"Panorama","Panoramas":"Panoramos","Part of all selected photos":"Dalis visų pasirinktų nuotraukų","Part of some selected photos":"Dalis pasirinktų nuotraukų","Password":"Slaptažodis","Password changed":"Pakeistas slaptažodis","Pause":"Pauzė","Payment required":"Reikia atlikti mokėjimą","People":"Žmonės","People you share a link with will be able to view public contents.":"Žmonės, su kuriais bendrinate nuorodą, galės peržiūrėti viešą turinį.","Permanently deleted":"Visam laikui ištrintas","Permission denied":"Priėjimas neimanomas","Person":"Asmuo","Person cover updated":"Atnaujintas asmens dangtelis","Person deleted":"Išbrauktas asmuo","Person not found":"Asmuo nerastas","Person saved":"Išsaugotas asmuo","Personal":"Asmeninis","Photo":"Nuotrauka","PhotoPrism is 100% self-funded and independent.":"\"PhotoPrism\" yra 100 % savarankiškai finansuojama ir nepriklausoma.","PhotoPrism+ Membership":"\"PhotoPrism+\" narystė","Photos":"Nuotraukos","Picture":"Paveikslėlis","Picture Title":"Paveikslėlio pavadinimas","Pink":"Rožinis","Pinned":"Prisegtas","Place":"Vieta","Place & Time":"Vieta & amp; laikas","Places":"Vietos","Play":"Žaisti","Please confirm your new password.":"Patvirtinkite naująjį slaptažodį.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Nukopijuokite šį atsitiktinai sugeneruotą programos slaptažodį ir laikykite jį saugioje vietoje, nes nebegalėsite jo matyti:","Please do not upload any private, unlawful or offensive pictures.":"Neįkelkite jokių privačių, neteisėtų ar įžeidžiančių nuotraukų.","Please don't upload photos containing offensive content.":"Neįkelkite nuotraukų, kuriose yra įžeidžiančio turinio.","Please enter OTP character {0}":"Įveskite OTP simbolį {0}","Please log in to your account":"Prisijunkite prie savo paskyros","Please note that changing your password will log you out on other devices and browsers.":"Atkreipkite dėmesį, kad pakeitę slaptažodį atsijungsite kituose įrenginiuose ir naršyklėse.","Please restart your instance for the changes to take effect.":"Kad pakeitimai įsigaliotų, iš naujo paleiskite savo instanciją.","Please wait…":"Palaukite…","PM":"PREMJERAS","PNG Size Limit: %{n}px":"PNG dydžio riba: %{n}px","Portal":"Portalas","Portrait":"Portretas","Preserve filenames":"Išsaugoti failų pavadinimus","Press enter to create a new album.":"Paspauskite Enter, kad sukurtumėte naują albumą.","Press enter to create new item":"Paspauskite Enter, kad sukurtumėte naują elementą","Prevent database and album backups as well as YAML sidecar files from being created.":"Užkirskite kelią duomenų bazių ir albumų atsarginių kopijų bei YAML šalutinių failų kūrimui.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Neleiskite kitoms programoms pasiekti \"PhotoPrism\" kaip bendrinamąjį tinklo diską.","Preview":"Peržiūra","Preview Images":"Peržiūros vaizdai","Previous":"Ankstesnis","Previous page":"Ankstesnis puslapis","Previous visual":"Ankstesnis vaizdinis","Primary":"Pagrindinis","Private":"Privatus","Processing upload...":"Įkėlimo apdorojimas...","Product Feedback":"Atsiliepimai apie produktą","Projection":"Projekcija","Purple":"Violetinė","Quality Filter":"Kokybės filtras","Quality Score":"Kokybės balas","Quota exceeded":"Viršyta kvota","Random":"Atsitiktinis","Rating {0} of {1}":"Įvertinimas {0} iš {1}","Raw":"Neapdorotas","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Iš naujo indeksuokite visus originalus, įskaitant jau indeksuotus ir nepakeistus failus.","Read-Only Mode":"Tik skaitymo režimas","Recently Added":"Neseniai pridėta","Recently Archived":"Neseniai archyvuota","Recently Edited":"Neseniai redaguotas","Recognition starts after indexing has been completed.":"Atpažinimas pradedamas baigus indeksavimą.","Recognized":"Pripažintas","Recovery Code":"Atkūrimo kodas","Red":"Raudona","Refresh":"Atnaujinti","Regions":"Regionai","Register":"Registruotis","Registration disabled":"Registracija išjungta","Reload":"Perkrauti","Reloading…":"Perkrovimas…","Remote Sync":"Nuotolinis sinchronizavimas","Remove":"Pašalinti","remove failed: unknown album":"pašalinti nepavyko: nežinomas albumas","Remove from Album":"Pašalinti iš albumo","Remove from all":"Pašalinti iš visų","Remove from all selected photos":"Pašalinti iš visų pasirinktų nuotraukų","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Pašalinkite importuotus failus, kad sutaupytumėte saugyklą. Nepalaikomi failų tipai niekada nebus ištrinti, jie liks savo dabartinėje vietoje.","Remove the selected instance from the cluster registry?":"Pašalinti pasirinktą egzempliorių iš klasterio registro?","Removed":"Pašalinta","Removed %{name}":"%{name} pašalinta","Removed %d files and %d photos":"Pašalinti %d failai ir %d nuotraukos","Repeated":"Pakartotinai","Request failed - are you offline?":"Užklausa nepavyko - ar esate neprisijungęs?","Request failed - invalid response":"Užklausa nepavyko - neteisingas atsakymas","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Reikalauti, kad nefotografuoti ir prastos kokybės vaizdai būtų peržiūrimi prieš juos rodant paieškos rezultatuose.","Resolution":"Rezoliucija","Restart":"Iš naujo paleiskite","Restore":"Atkurti","Restored":"Atkurtas","Retry Limit":"Pakartojimo limitas","Retype Password":"Pakartokite slaptažodį","Review":"Peržiūrėkite","Role":"Vaidmuo","Roles":"Vaidmenys","Rotated":"Pasukamas","Rows per page:":"Eilutės puslapyje:","Satellite":"Palydovas","Save":"Išsaugoti","Save changes":"Išsaugoti pakeitimus","Scan":"Skenuoti","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Nuskaitykite QR kodą naudodami autentifikavimo programą arba naudokite toliau pateiktą sąrankos raktą ir įveskite sugeneruotą patvirtinimo kodą:","Scans":"Skenuoja","Scope":"Apimtis","Scopes":"Apimtys","Search":"Paieška","Season":"Sezonas","Secret":"Paslaptis","Security and Access":"Saugumas ir prieiga","Select":"Pasirinkite","Select a source folder to import files…":"Pasirinkite šaltinio aplanką, į kurį norite importuoti failus…","Select date":"Pasirinkite datą","Select dates":"Pasirinkite datas","Select or create albums":"Pasirinkite arba kurkite albumus","Select or create labels":"Pasirinkite arba kurkite etiketes","Select or drop files to upload…":"Pasirinkite arba numeskite failus, kuriuos norite įkelti…","Select the files to upload…":"Pasirinkite failus, kuriuos norite įkelti…","Select the folder to be indexed…":"Pasirinkite indeksuojamą aplanką…","Select Time":"Pasirinkite laiką","Selection":"Atranka","Selection added to %s":"Pasirinkimas pridėtas prie %s","Selection approved":"Patvirtinta atranka","Selection archived":"Atranka archyvuota","Selection marked as private":"Atranka pažymėta kaip privati","Selection not found":"Pasirinkimas nerastas","Selection restored":"Atkurta atranka","Sequential Name":"Sekvencinis pavadinimas","Service":"Paslauga","Service URL":"Paslaugos URL","Services":"Paslaugos URL","Session":"Sesija","Session ID":"Sesijos ID","Sessions":"Sesijos","Set as Album Cover":"Nustatyti kaip albumo viršelį","Set as Cover Image":"Nustatyti kaip viršelio paveikslėlį","Settings":"Nustatymai","Settings saved":"Išsaugoti nustatymai","Setup":"Sąranka","Severity":"Sunkumas","Share":"Dalytis","Share %{s}":"Dalintis %{pavadinimas}","Show":"Rodyti","Show All Labels":"Rodyti visas etiketes","Show all new faces":"Rodyti visus naujus veidus","Show Caption":"Rodyti antraštę","Show Captions":"Rodyti antraštes","Show face markers":"Rodyti veido žymeklius","Show hidden":"Rodyti paslėptus","Show Important Only":"Rodyti tik svarbius","Show logs in the web interface to monitor activity and troubleshoot problems.":"Rodyti žurnalus žiniatinklio sąsajoje, kad galėtumėte stebėti veiklą ir šalinti problemas.","Show smart albums that group pictures by occasion, trip, or location.":"Rodyti išmaniuosius albumus, kuriuose nuotraukos grupuojamos pagal progas, keliones ar vietoves.","Show the Account page so users can manage their profile and security settings.":"Parodykite paskyros puslapį, kad naudotojai galėtų tvarkyti savo profilio ir saugumo nustatymus.","Show the Calendar view to browse the library by year and month.":"Parodykite kalendoriaus rodinį, kad galėtumėte naršyti biblioteką pagal metus ir mėnesius.","Show the Labels section to view and manage AI-generated labels.":"Parodykite skyrių Etiketės ir peržiūrėkite bei tvarkykite dirbtinio intelekto sukurtas etiketes.","Show the Library section to index, manage, and monitor the media library.":"Rodyti skyrių Biblioteka, kad galėtumėte indeksuoti, tvarkyti ir stebėti medijos biblioteką.","Show the Places view with interactive maps so you can browse photos by location.":"Parodykite Vietų rodinį su interaktyviaisiais žemėlapiais, kad galėtumėte peržiūrėti nuotraukas pagal vietovę.","Show Titles":"Rodyti pavadinimus","Sidecar":"Sidecar","Sidecar Files":"\"Sidecar\" failai","Sign in":"Prisijunkite","Sign Out":"Atsijungti","Similar":"Panašiai","Site URL":"Svetainės URL","Size":"Dydis","Slideshow":"Skaidrės","Slow":"Lėtas","Software":"Programinė įranga","Software Update":"Programinės įrangos atnaujinimas","Some albums could not be copied":"Kai kurių albumų nepavyko nukopijuoti","Some albums could not be created. Please edit the names and try again.":"Kai kurių albumų nepavyko sukurti. Redaguokite pavadinimus ir bandykite dar kartą.","Some albums could not be updated":"Kai kurių albumų nepavyko atnaujinti","Something went wrong, try again":"Kažkas nepavyko, bandykite dar kartą","Sort by":"Rūšiuoti pagal","Sort by Name (A–Z)":"Rūšiuoti pagal pavadinimą (A-Z)","Sort by Photo Count":"Rūšiuoti pagal nuotraukų skaičių","Sort by Relevance":"Rūšiuoti pagal svarbą","Sort Order":"Rūšiavimo tvarka","Sorted ascending.":"Rūšiuojama didėjančia tvarka.","Sorted descending.":"Rūšiuojama mažėjančia tvarka.","Source":"Šaltinis","Stack":"Stack","Stack files sharing the same unique image or instance identifier.":"Sukaupti failus, turinčius tą patį unikalų atvaizdo arba egzemplioriaus identifikatorių.","Stack pictures taken at the exact same time and location based on their metadata.":"Sudėkite nuotraukas, padarytas tuo pačiu laiku ir toje pačioje vietoje, remdamiesi jų metaduomenimis.","Stackable":"Sukraunamas","Stacks":"Komodos","Start":"Pradžia","Start Page":"Pradinis puslapis","Static Size Limit: %{n}px":"Statinio dydžio riba: %{n}px","Status":"Statusas","Stay signed in on this device":"Būkite prisijungę šiame prietaise","Stop Casting":"Nutraukti liejimą","Storage":"Saugojimo aplankas","Streets":"Gatvės","Subject":"Tema","Subject deleted":"Išbrauktas objektas","Subject not found":"Tema nerasta","Subject saved":"Tema - išsaugotas","Successfully activated":"Sėkmingai suaktyvinta","Successfully Connected":"Sėkmingai prijungtas","Successfully deleted":"Sėkmingai ištrintas","Successfully verified":"Sėkmingai patvirtinta","Super Admin":"Super administratorius","Support for additional services, like Google Drive, will be added over time.":"Papildomų paslaugų, pavyzdžiui, \"Google Drive\", palaikymas bus pridėtas laikui bėgant.","Support Our Mission":"Palaikykite mūsų misiją","Sync":"Sinchronizavimas","Sync raw and video files":"Sinchronizuokite neapdorotus ir vaizdo failus","Taken":"Paimta","Teal":"Teal","Terrain":"Vietovė","Text":"Tekstas","Thank You for Your Support!":"Ačiū už paramą!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Todėl \"PhotoPrism\" buvo sukurta nuo pat pradžių, kad veiktų ten, kur jums reikia, nesumažinant laisvės, privatumo ar funkcionalumo.","The index currently contains %{n} hidden files.":"Šiuo metu rodyklėje yra %{n} paslėptų failų.","The instance rejected the cluster credentials.":"Instancija atmetė klasterio prisijungimo duomenis.","The instance returned an unexpected redirect.":"Instancija grąžino netikėtą nukreipimą.","The wakeup interval is %s, but must be 1h or less":"Budinimo intervalas yra %s, bet turi būti ne ilgesnis kaip 1 val","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Jų formatas gali būti nepalaikomas, jos dar nebuvo konvertuotos į JPEG arba yra dublikatų.","Theme":"Tema","This account is missing an ID and can't be edited.":"Šiame paskyroje nėra ID, todėl jos negalima redaguoti.","This field is required":"Šis laukas yra privalomas","This instance has no site URL configured.":"Šiam egzemplioriui nėra nustatytas svetainės URL.","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.":"Taip aplankas \"Originals\" prijungiamas kaip tinklo diskas ir galite atidaryti, redaguoti ir ištrinti failus iš kompiuterio ar išmaniojo telefono taip, tarsi jie būtų vietiniai.","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. ":"Taip aplankas \"Originals\" prijungiamas kaip tinklo diskas ir galite atidaryti, redaguoti ir ištrinti failus iš kompiuterio ar išmaniojo telefono taip, tarsi jie būtų vietiniai.","Time":"Laikas","Time UTC":"Laikas UTC","Time Zone":"Laiko juosta","Timeout":"Laiko juosta","Title":{"":"Pavadinimas","Account":"Pavadinimas","Photo":"Pavadinimas"},"Title / Position":"Per ilga antraštė","to":"į","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Jei nenorite prisijungti prie paskyros, atsisiųskite, atsispausdinkite arba nukopijuokite šį atkūrimo kodą dabar ir laikykite jį saugioje vietoje.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Norėdami sugeneruoti naują konkrečios programos slaptažodį, įveskite programos pavadinimą, prieigos teisę ir pasirinkite galiojimo datą:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Norėdami pereiti prie naujos autentifikavimo programos ar įrenginio, pirmiausia išjunkite dviejų veiksnių autentifikavimą ir vėl suaktyvinkite:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Norėdami atnaujinti, galite įvesti aktyvavimo kodą arba spustelėti \"Registruotis\" ir užsiregistruoti mūsų svetainėje:","Today":"Šiandien","Toggle View":"Perjungti vaizdą","Token":"Žetonas","Too many files selected":"Pasirinkta per daug failų","Too many requests":"Per daug prašymų","Troubleshooting":"Trikčių šalinimas","Try again using other filters or keywords.":"Bandykite dar kartą naudoti kitus filtrus arba raktinius žodžius.","Two-factor authentication has been enabled for your account.":"Jūsų paskyroje įgalintas dviejų veiksnių autentifikavimas.","Type":"Tipas","Unable to delete":"Nepavyksta ištrinti","Unable to do that":"To padaryti nepavyksta","Unassign":"Atšaukti","Unauthorized":"Neteisėtas","Undo":"Panaikinti","Unique ID":"Unikalus ID","Unknown":"Nežinomas","Unknown location":"Nežinoma vieta","Unregistered":"Neregistruotas","Unsorted":"Nerūšiuota","Unstack":"Atlaisvinkite","Unsupported":"Nepalaikoma","Unsupported format":"Nepalaikomas formatas","Unsupported type":"Nepalaikomas tipas","Updated":"Atnaujinta","Updating faces":"Veidų atnaujinimas","Updating index":"Indekso atnaujinimas","Updating moments":"Akimirkų atnaujinimas","Updating picture…":"Peržiūrų atnaujinimas","Updating previews":"Peržiūrų atnaujinimas","Updating stacks":"Kaminų atnaujinimas","Upgrade":"Atnaujinti","Upgrade Now":"Atnaujinti dabar","Upload":"Įkelti","Upload complete":"Įkėlimas baigtas","Upload complete. Indexing…":"Įkėlimas baigtas. Indeksavimas…","Upload failed":"Įkelti nepavyko","Upload has been processed":"Įkėlimas apdorotas","Upload local files":"Įkelti vietinius failus","Upload might be offensive":"Įkėlimas gali būti įžeidžiantis","Upload Path":"Įkėlimo kelias","Uploading %{n} of %{t}…":"Įkeliama %{n} iš %{t}…","Uploading photos…":"Nuotraukų įkėlimas…","Uploading…":"Perkrovimas…","Uploads that may contain such images will be rejected automatically.":"Siunčiami vaizdai, kuriuose gali būti tokių vaizdų, bus automatiškai atmesti.","URL":"URL","Use Presets":"Naudokite išankstinius nustatymus","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Jei negalite sugeneruoti galiojančio patvirtinimo kodo naudodami autentifikavimo programą, naudokite šį atkūrimo kodą, kad pasiektumėte paskyrą:","Use your recovery code or contact an administrator for help.":"Naudokite atkūrimo kodą arba kreipkitės pagalbos į administratorių.","User":"Vartotojas","User Guide":"Naudotojo vadovas","User Interface":"Vartotojo sąsaja","User not found":"Vartotojas nerastas","Username":"Vartotojo vardas","Users":"Vartotojai","UUID":"UUID","Vector":"Vektorius","Vectors":"Vektoriai","Verification Code":"Patvirtinimo kodas","Verified email required":"Reikalingas patvirtintas el. pašto adresas","Version":"Versija","Video":"Vaizdo įrašas","Video Duration":"Dovanos","Videos":"Vaizdo įrašai","View":"Peržiūrėti","View search results as a list.":"Peržiūrėkite paieškos rezultatus kaip sąrašą.","Viewer":"Peržiūrėtojas","Vision":"Vizija","Visitor":"Lankytojas","Visual Similarity":"Grupuokite pagal panašumą","Warning":"Įspėjimas","Web Login":"Prisijungimas internetu","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klientai gali prisijungti prie \"PhotoPrism\" naudodami šį URL adresą:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"„WebDAV“ klientai, tokie kaip „Microsoft“ „Windows Explorer“ arba „Apple Finder“, gali prisijungti tiesiogiai prie „PhotoPrism“.","WebDAV Upload":"WebDAV įkėlimas","WebGL support is disabled in your browser":"Naršyklėje išjungtas \"WebGL\" palaikymas","Website":"Svetainė","White":"Balta","Work Details":"Detalės","Year":"Metai","Yellow":"Geltona","Yes":"Taip","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Kviečiame susisiekti su mumis el. paštu membership@photoprism.app ir užduoti klausimus, susijusius su naryste.","You can only download one album":"Galite atsisiųsti tik vieną albumą","You can only download one label":"Galite atsisiųsti tik vieną etiketę","You can search for a location or move the marker on the map to change the position:":"Galite ieškoti vietos arba perkelti žymeklį žemėlapyje, kad pakeistumėte vietą:","You can upload up to %{n} files for test purposes.":"Bandymo tikslais galite įkelti iki %{n} failų.","You cannot change your own role.":"Jūs negalite pakeisti savo vaidmens.","You do not have access to any instances.":"Jūs neturite prieigos prie jokių instancijų.","You may only select one item":"Galite pasirinkti tik vieną elementą","You may rescan your library to find additional faces.":"Norėdami rasti papildomų veidų, galite iš naujo nuskaityti savo biblioteką.","Your account could not be connected":"Nepavyko prisijungti prie jūsų paskyros","Your account has been successfully connected.":"Jūsų paskyra sėkmingai prijungta.","Your browser does not support WebGL":"Jūsų naršyklė nepalaiko WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Jūsų nuolatinė parama padeda mums reguliariai teikti atnaujinimus ir tokias paslaugas kaip pasaulio žemėlapiai.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Jūsų biblioteka nuolat analizuojama, kad būtų galima automatiškai kurti ypatingų akimirkų, kelionių ir vietų albumus.","Zip created in %d s":"Zip sukurta %d s","Zoom in/out":"Priartinimas / atitolinimas","Archive":{"Noun":"Archyvas","Verb":"Archyvas"},"Add a Title":{"Photo":"Pridėti pavadinimą"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/lv.json b/frontend/src/locales/json/lv.json index 685d2da40..3a44ca23b 100644 --- a/frontend/src/locales/json/lv.json +++ b/frontend/src/locales/json/lv.json @@ -1 +1 @@ -{"lv":{"{0} appended action":"{0} pievienotā darbība","{0} files":"{0} faili","{0} files ({1} in total)":"{0} faili (kopā {1})","{0} more":"{0} vairāk","{0} prepended action":"{0} pievienota darbība","{0} selected":"Atlasīts {0}","{0}-{1} of {2}":"{0}-{1} no {2}","%{n} albums found":"Atrasti %{n} albumi","%{n} files uploaded":"Augšupielādēti %{n} faili","%{n} folders found":"Atrastas %{n} mapes","%{n} GB of %{q} GB used":"Izmantots %{n} GB no %{q} GB","%{n} labels found":"Atrastas %{n} birkas","%{n} people found":"Atrasti %{n} cilvēki","%{n} pictures found":"Atrasti %{n} attēli","%{s} is too long":"%{s} ir pārāk garš","%{s} is too short":"%{s} ir pārāk īss","%d entries added to %s":"%d ieraksti pievienoti %s","%d entries removed from %s":"No %s tika izdzēsti %d ieraksti","%d files uploaded in %d s":"%d faili augšupielādēti %d sekundēs","%s already exists":"%s jau pastāv","%s has been restored":"%s ir atjaunots","1 hour":"1 stunda","12 hours":"12 stundas","2-Factor Authentication":"Divfaktoru autentifikācija","2FA":"2FA","4 hours":"4 stundas","A click will copy it to your clipboard.":"Klikšķis nokopēs to starpliktuvē.","A new version of %{s} is available:":"Ir pieejama jauna %{s} versija:","About":"Par programmu","Access granted.":"Piekļuve piešķirta.","Access revoked.":"Piekļuve atcelta.","Access Token":"Piekļuves žetons","Account":"Konts","Account created":"Konts izveidots","Account deleted":"Konts ir dzēsts","Account Group Mappings":"Konta grupu saistījumi","Account not found":"Konts nav atrasts","Account restored":"Konts ir atjaunots","Account saved":"Konts saglabāts","Accounts":"Konti","Accuracy":"Precizitāte","Action":"Darbība","Actions":"Darbības","Activate":"Aktivizēt","Activate to remove sorting.":"Aktivizējiet, lai noņemtu kārtošanu.","Activate to sort ascending.":"Aktivizējiet, lai kārtotu augošā secībā.","Activate to sort descending.":"Aktivizējiet, lai kārtotu dilstošā secībā.","Activation Code":"Aktivizācijas kods","Activity":"Aktivitāte","Add":"Pievienot","Add %{s}?":"Pievienot %{s}?","Add a Caption":"Pievienot uzrakstu","Add Account":"Pievienot kontu","Add Album":"Pievienot albumu","Add Link":"Pievienot saiti","Add Notes":"Pievienot piezīmes","Add person?":"Pievienot personu?","Add pictures from search results by selecting them.":"Pievienojiet attēlus no meklēšanas rezultātiem, tos atlasot.","Add to album":"Pievienot albumam","Add to all":"Pievienot visiem","Add to all selected photos":"Pievienot visiem atlasītajiem fotoattēliem","Added":"Pievienots","Added %{name}":"Pievienots %{name}","Adjust Camera Info":"Kameras informācijas pielāgošana","Adjust Date & Time":"Pielāgot datumu un laiku","Adjust Location":"Pielāgot atrašanās vietu","Admin":"Administrators","Advanced":"Paplašināts","Advertise URL":"Reklāmā norādītā URL","After 1 day":"Pēc 1 dienas","After 3 days":"Pēc 3 dienām","After 7 days":"Pēc 7 dienām","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Pēc paroles ievadīšanas apstiprināšanai varat iestatīt divfaktoru autentifikāciju, izmantojot saderīgu autentifikācijas lietotni vai ierīci:","After one month":"Pēc viena mēneša","After one year":"Pēc viena gada","After selecting pictures from search results, you can add them to an album using the context menu.":"Pēc attēlu atlasīšanas meklēšanas rezultātos tos var pievienot albumam, izmantojot konteksta izvēlni.","After two months":"Pēc diviem mēnešiem","After two weeks":"Pēc divām nedēļām","Album":"Albums","Album %s deleted":"Albums %s ir izdzēsts","Album Backups":"Albuma dublējumkopijas","Album contents cloned":"Albuma saturs ir dublēts","Album created":"Albums izveidots","Album deleted":"Albums ir izdzēsts","Album not found":"Albums nav atrasts","Album saved":"Albums saglabāts","Albums":"Albumi","Albums deleted":"Albumi ir dzēsti","All":"Visi","All %{n} albums loaded":"Visi %{n} albumi ir ielādēti","All %{n} labels loaded":"Visas %{n} etiķetes ir ielādētas","All %{n} people loaded":"Visi %{n} cilvēki ielādēti","All Cameras":"Visas kameras","All Categories":"Visas kategorijas","All Colors":"Visas krāsas","All Countries":"Visas valstis","All files from import folder":"Visi faili no importēšanas mapes","All Lenses":"Visi objektīvi","All Months":"Visi mēneši","All originals":"Visi oriģināli","All Years":"Visi gadi","Allow configuration and use of connected apps and services for remote uploads and sync.":"Atļaut savienoto lietotņu un pakalpojumu konfigurēšanu un izmantošanu attālinātai augšupielādei un sinhronizācijai.","Allow editing of metadata such as title, description, date, and location.":"Atļaut rediģēt metadatus, piemēram, nosaukumu, aprakstu, datumu un atrašanās vietu.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Ļauj vienlaikus rediģēt vairāku attēlu metadatus, etiķetes un albumus.","Allow files to be copied or moved from the Import to the Originals folder.":"Atļaut failu kopēt vai pārvietot no importēšanas mapes uz oriģinālu mapi.","Allow files to be permanently deleted to free up storage space.":"Atļaujiet failu neatgriezenisku dzēšanu, lai atbrīvotu vietu krātuvē.","Allow users to archive photos and videos so they are hidden without being deleted.":"Ļaut lietotājiem arhivēt fotoattēlus un videoklipus, lai tie tiktu paslēpti, bet netiktu dzēsti.","Allow users to create and share links, and enable sharing with connected services.":"Atļaut lietotājiem izveidot un kopīgot saites un iespējot kopīgošanu ar pievienotajiem pakalpojumiem.","Allow users to upload new photos and videos through the web interface.":"Ļaut lietotājiem augšupielādēt jaunus fotoattēlus un videoklipus, izmantojot tīmekļa saskarni.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Varat arī augšupielādēt failus tieši WebDAV serveros, piemēram, Nextcloud.","Altitude":"Augstums","Altitude (m)":"Augstums (m)","AM":"AM","Animated":"Animēts","Animation":"Animācija","Animations":"Animācijas","Any private photos and videos remain private and won't be shared.":"Visi privātie fotoattēli un videoklipi paliek privāti un netiks kopīgoti.","API Key":"API atslēga","Application":"Programma","Applications":"Programmas","Approve":"Apstiprināt","Approve and save changes":"Apstiprināt un saglabāt izmaiņas","Apps and Devices":"Lietotnes un ierīces","Archived":"Arhivēts","Are you sure you want to archive the selection?":"Vai tiešām vēlaties arhivēt atlasi?","Are you sure you want to delete these albums?":"Vai tiešām vēlaties dzēst šos albumus?","Are you sure you want to delete these labels?":"Vai tiešām vēlaties dzēst šīs birkas?","Are you sure you want to delete this account?":"Vai tiešām vēlaties dzēst šo kontu?","Are you sure you want to delete this album?":"Vai tiešām vēlaties dzēst šo albumu?","Are you sure you want to permanently delete these pictures?":"Vai tiešām vēlaties neatgriezeniski dzēst šos attēlus?","Are you sure you want to permanently delete this file?":"Vai tiešām vēlaties neatgriezeniski dzēst šo failu?","Are you sure?":"Vai esi pārliecināts?","Artist":"Mākslinieks","Aspect Ratio":"Malu attiecība","Attributes":"Atribūti","Audio":"Audio","Audit Log":"Audita žurnāls","Authentication":"Autentifikācija","Auto":"Automātiski","Back":"Atpakaļ","Back to top":"Atpakaļ uz augšu","Backup":"Rezerves kopija","Badge":"Žetons","Base Path":"Saknes ceļš","Batch":"Partija","Batch Edit":"Partijas rediģēšana","Become a member today, support our mission and enjoy our member benefits!":"Kļūsti par biedru jau šodien, atbalsti mūsu misiju un izbaudi mūsu biedru priekšrocības!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Tā kā mēs esam 100% pašfinansēti un neatkarīgi, mēs varam jums apsolīt, ka nekad nepārdosim jūsu datus un vienmēr būsim caurspīdīgi attiecībā uz mūsu programmatūru un pakalpojumiem.","Bio":"Biogrāfija","Birth Date":"Dzimšanas datums","Black":"Melns","Blue":"Zils","Brown":"Brūns","Browse":"Pārlūkot","Browse Files":"Pārlūkot failus","Browse Pictures":"Pārlūkot attēlus","Bug Report":"Kļūdas ziņojums","Busy, please try again later":"Sistēma ir noslogota, lūdzu, mēģiniet vēlāk","Busy, please wait…":"Aizņemts, lūdzu, uzgaidiet…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Izmantojot mūsu piedāvāto programmatūru un pakalpojumus, jūs piekrītat mūsu pakalpojumu sniegšanas noteikumiem, privātuma politikai un rīcības kodeksam.","Calendar":"Kalendārs","Camera":"Kamera","Camera not found":"Kamera nav atrasta","Camera Serial":"Kameras sērijas numurs","Can't access your authenticator app or device?":"Nevarat piekļūt autentifikatora lietotnei vai ierīcei?","Can't load more, limit reached":"Nevar ielādēt vairāk, sasniegts ierobežojums","Can't select more items":"Nevar atlasīt vairāk ierakstu","Cancel":"Atcelt","Cannot copy to clipboard":"Nevar nokopēt starpliktuvē","Caption":"Paraksts","Cards":"Kartītes","Carousel slide {0} of {1}":"Karuseļa slaids {0} no {1}","Cast":"Aktieri","Category":"Kategorija","Change Avatar":"Mainīt avatāru","Change Password":"Mainīt paroli","Change private flag":"Mainīt privāto atzīmi","Changes could not be saved":"Izmaiņas nevarēja saglabāt","Changes successfully saved":"Izmaiņas veiksmīgi saglabātas","Changes to the advanced settings require a restart to take effect.":"Lai izmaiņas papildu iestatījumos stātos spēkā, ir nepieciešama restartēšana.","Checked":"Pārbaudīts","Choose an instance to continue:":"Izvēlieties instanci, lai turpinātu:","Chroma":"Hroma","Cleaning index and cache":"Notiek indeksa un kešatmiņas tīrīšana","Cleanup":"Tīrīšana","Clear":"Skaidrs","Clear {0}":"Notīrīt {0}","Client":"Klients","Close":"Aizvērt","Cluster":"Klasteris","Cluster Admin":"Klastera administrators","Cluster Node":"Klastera mezgls","Codec":"Kodeks","Color":"Krāsa","Color Profile":"Krāsu profils","Colors":"Krāsas","Compare Editions":"Salīdzināt izdevumus","Complete Rescan":"Veikt pilnu pārlūkošanu","Confidence":"Pārliecība","Confirm":"Apstiprināt","Connect":"Savienot","Connect via WebDAV":"Savienot caur WebDAV","Connected":"Savienots","Contact Details":"Kontaktinformācija","Contact Us":"Sazinieties ar mums","Contains %{n} pictures.":"Satur %{n} attēlus.","Contains one picture.":"Satur vienu attēlu.","Content":{"":"Saturs","Edit":"Saturs"},"Continue":"Turpināt","Contributor":"Dalībnieks","Converting":"Konvertēšana","Copied to clipboard":"Kopēts starpliktuvē","Copy":"Kopēt","Copying files from %s":"Failu kopēšana no %s","Copyright":"Autortiesības","Could not be deleted":"Neizdevās izdzēst","Could not connect, please try again":"Nevarēja izveidot savienojumu, lūdzu, mēģiniet vēlreiz","Could not update person cover":"Neizdevās atjaunināt personas profila attēlu","Couldn't find anything.":"Neko nevarēja atrast.","Country":"Valsts","Create Account":"Izveidot kontu","Create album":"Izveidot albumu","Create regular backups based on the configured schedule.":"Veidot regulāras rezerves kopijas saskaņā ar plānoto grafiku.","Create YAML files to back up album metadata.":"Izveidojiet YAML failus, lai dublētu albuma metadatus.","Create YAML sidecar files to back up picture metadata.":"Izveidojiet YAML blakusfailus, lai dublētu attēlu metadatus.","Created":"Izveidots","Creating thumbnails for":"Sīktēlu izveide priekš","Current Password":"Esošā parole","Custom":"Pielāgots","Cyan":"Gaiši zils","Daily":"Dienas","Database":"Datubāze","Database Backups":"Datu bāzes rezerves kopijas","Databases":"Datu bāzes","Date & Time":"Datums un laiks","Day":"Diena","Deactivate":"Deaktivizēt","Debug Logs":"Atkļūdošanas žurnāli","Default":"Noklusējuma","Default Folder":"Noklusējuma mape","Delete":"Dzēst","Delete Album":"Dzēst albumu","Delete All":"Dzēst visu","Delete all?":"Dzēst visu?","Delete orphaned index entries, sidecar files and thumbnails.":"Dzēst nevajadzīgos indeksa ierakstus, blakusfailus un sīktēlus.","deleted":"izdzēsts","Description":"Apraksts","Detailed instructions can be found in our User Guide.":"Detalizētus norādījumus var atrast mūsu lietotāja rokasgrāmatā.","Details":"Sīkāka informācija","Dimensions":"Izmēri","Disable all face detection and recognition features.":"Izslēgt visas sejas atpazīšanas un noteikšanas iespējas.","Disable Backups":"Izslēgt rezerves kopijas","Disable Darktable":"Izslēgt Darktable","Disable ExifTool":"Izslēgt ExifTool","Disable Faces":"Izslēgt sejas","Disable features that require write permission for the originals folder.":"Izslēgt funkcijas, kurām nepieciešama rakstīšanas atļauja oriģinālu mapē.","Disable FFmpeg":"Izslēgt FFmpeg","Disable ImageMagick":"Izslēgt ImageMagick","Disable interactive world maps and reverse geocoding.":"Izslēgt interaktīvo pasaules karti un adreses noteikšanu pēc koordinātēm.","Disable MCP":"MCP atspējošana","Disable Places":"Izslēgt vietas","Disable RawTherapee":"Izslēgt RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"AI aģentu integrācijai atspējojiet modeļa konteksta protokola (MCP) API galapunktu.","Disable Vectors":"Izslēgt vektorus","Disable WebDAV":"Izslēgt WebDAV","Disabled":"Izslēgt","Disables vector graphics support.":"Izslēdz vektorgrafikas atbalstu.","Disables video transcoding and thumbnail extraction.":"Izslēdz video pārkodēšanu un sīktēlu izgūšanu.","Discard":"Atcelt","Discard changes and close":"Atcelt izmaiņas un aizvērt","Discard invalid changes?":"Nederīgu izmaiņu noraidīšana?","Discard unsaved changes?":"Atteikties no nesaglabātām izmaiņām?","Discover":"Atklāt","Dismiss":"Noraidīt","Display Name":"Parādāmais vārds","Display picture captions in search results.":"Rādīt attēlu parakstus meklēšanas rezultātos.","Display picture titles in search results.":"Rādīt attēlu nosaukumus meklēšanas rezultātos.","Document":"Dokuments","Documents":"Dokumenti","Don't use Darktable to convert RAW images.":"Neizmantojiet Darktable, lai konvertētu RAW attēlus.","Don't use ImageMagick to convert images.":"Neizmantojiet ImageMagick attēlu konvertēšanai.","Don't use RawTherapee to convert RAW images.":"Neizmantojiet RawTherapee, lai konvertētu RAW attēlus.","Done":"Pabeigts","Done.":"Pabeigts.","Download":"Lejupielādēt","Download only original media files, without any automatically generated files.":"Lejupielādējiet tikai oriģinālos multimediju failus, neizmantojot automātiski ģenerētus failus.","Download remote files":"Lejupielādēt attālinātos failus","Downloading…":"Notiek lejupielāde…","Drag and drop files here":"Velciet un nometiet failus šeit","Driver":"Draiveris","Duplicates will be skipped and only appear once.":"Dublikāti tiks izlaisti un parādīsies tikai vienu reizi.","Duration":"Ilgums","Dynamic Previews":"Dinamiskie priekšskatījumi","Dynamic Size Limit: %{n}px":"Dinamiskā izmēra ierobežojums: %{n}px","Edit":"Rediģēt","Edit %{s}":"Rediģēt %{s}","Edit Account":"Rediģēt kontu","Edit Photo":"Rediģēt fotoattēlu","Edit Photos (%{n})":"Rediģēt fotoattēlus (%{n})","Edited":"Rediģēts","Email":"E-pasts","Enable debug mode to display additional logs and help with troubleshooting.":"Ieslēgt atkļūdošanas režīmu, lai parādītu papildu žurnālfailus un palīdzētu problēmu novēršanā.","Enable downloading of original and sidecar files from the web interface.":"Ieslēgt lietotāja saskarnē oriģinālo un blakusfailu lejupielādi.","Enable face recognition and the People view to easily find people you know.":"Ieslēgt sejas atpazīšanu un personas skatu, lai viegli atrastu cilvēkus, kurus pazīstat.","Enable new features that may be incomplete or unstable.":"Ieslēgt funkcionalitāti, kas varētu būt vēl nepilnīga vai nestabila.","Enable the file browser to navigate the Originals folder structure.":"Ieslēgt failu pārlūku, lai pārvietotos pa oriģinālu mapi.","Enables RAW converter presets. May reduce performance.":"Ieslēdz RAW pārveidotāja sākotnējos iestatījumus. Var samazināt veiktspēju.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Divfaktoru autentifikācijas ieslēgšana nozīmē to, ka, lai pieteiktos, būs nepieciešams nejauši ģenerēts verifikācijas kods, tāpēc pat ja kāds iegūs piekļuvi jūsu parolei, viņš nevarēs piekļūt jūsu kontam.","Engine":"Dzinējs","Enter date":"Ievadiet datumu","Enter dates":"Ievadiet datumus","Enter item name...":"Ievadiet nosaukumu...","Enter the code generated by your authenticator app:":"Ievadiet autentifikācijas lietotnes ģenerēto kodu:","Enter verification code":"Ievadiet verifikācijas kodu","Enter your password to confirm the action and continue:":"Ievadiet paroli, lai apstiprinātu darbību un turpinātu:","Entity not found":"Objekts nav atrasts","Error":"Kļūda","Errors":"Kļūdas","Estimate":"Noteikt","Estimate Locations":"Aptuvenās atrašanās vietas","Estimate the approximate location of pictures without GPS coordinates.":"Noteikt aptuveno attēlu atrašanās vietu bez GPS koordinātām.","Every two days":"Ik pēc divām dienām","Exclude hidden":"Izlaist slēptos","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Pilnīgam XMP metadatu, videoklipu un Live Photos atbalstam ir nepieciešams ExifTool.","Experimental Features":"Eksperimentālās funkcijas","Expires":"Derīguma termiņš beidzas","Exposure":"Ekspozīcija","Extract still images and generate thumbnails while indexing.":"Izgūt statiskos attēlus un ģenerēt sīktēlus indeksēšanas laikā.","F Number":"F skaitlis","Face":"Seja","Face not found":"Seja nav atrasta","Faces":"Sejas","Failed creating file, please check permissions":"Neizdevās izveidot failu, lūdzu, pārbaudiet atļaujas","Failed creating folder, please check permissions":"Neizdevās izveidot mapi, lūdzu, pārbaudiet atļaujas","Failed removing link":"Neizdevās noņemt saiti","Failed to connect account.":"Neizdevās savienot kontu.","Failed to create zip file":"Neizdevās izveidot ZIP failu","Failed to load users.":"Neizdevās ielādēt lietotājus.","Failed to remove face marker":"Neizdevās noņemt sejas marķieri","Failed to remove name":"Neizdevās noņemt nosaukumu","Failed to restart server":"Neizdevās pārstartēt serveri","Failed to save changes":"Neizdevās saglabāt izmaiņas","Failed to save face marker":"Neizdevās saglabāt sejas marķieri","Failed to save name":"Neizdevās saglabāt nosaukumu","Failed updating link":"Neizdevās atjaunināt saiti","Family Name":"Uzvārds","Fast":"Ātri","Favorite":"Favorīts","Favorites":"Favorīti","Feature disabled":"Funkcionalitāte ir izslēgta","Feature Request":"Funkcionalitātes pieprasījums","Female":"Sieviete","File":"Fails","File Browser":"Failu pārlūks","File Conversion":"Failu konvertēšana","File deleted":"Fails izdzēsts","File Name":"Faila nosaukums","File not found":"Fails nav atrasts","File removed from stack":"Fails izņemts no saraksta","File Size":"Faila izmērs","File too large":"Fails ir pārāk liels","File uploaded":"Fails augšupielādēts","Filename":"Faila nosaukums","Files":"Faili","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Faili ar secīgiem nosaukumiem, piemēram, “IMG_1234 (2)” un “IMG_1234 (3)”, pieder vienam attēlam.","First page":"Pirmā lapa","Focal Length":"Fokusa attālums","Folder":"Mape","Folder contains %{n} files":"Mapē ir %{n} faili","Folder is empty":"Mape ir tukša","Folders":"Mapes","Forgot password?":"Aizmirsu paroli?","FPS":"FPS","Frames":"Rāmji","Full Access":"Pilna piekļuve","Fullscreen":"Pilnekrāna režīms","General":"Vispārīgi","Generate":"Ģenerēt","Generate Previews":"Ģenerēt priekšskatījumus","Generated":"Ģenerēts","Get Started":"Sākt darbu","Given Name":"Vārds","Global Options":"Globālās opcijas","Go to page {0}":"Dodieties uz {0} lapu","Gold":"Zelts","Green":"Zaļš","Grey":"Pelēks","Groups":"Grupas","Guest":"Viesis","Hash":"Hašs","Help":"Palīdzība","Help & Support":"Palīdzība un atbalsts","Hidden":"Slēpts","Hidden Files":"Slēptie faili","Hide":"Slēpt","Hide Caption":"Paslēpt Virsrakstu","Hide face markers":"Slēpt sejas marķierus","Hide private content from global views while keeping it accessible in the Private section.":"Slēpt privātu saturu no globāliem skatiem, vienlaikus saglabājot to pieejamu sadaļā Privāts.","High":"Augsts","High Dynamic Range (HDR)":"Augsts dinamiskais diapazons (HDR)","Hybrid":"Hibrīds","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Ja zaudējat piekļuvi autentifikatora lietotnei vai ierīcei, varat izmantot atkopšanas kodu, lai atgūtu piekļuvi savam kontam.","Image":"Attēls","Image Quality":"Attēla kvalitāte","Import":"Importēt","Import canceled":"Importēšana atcelta","Import completed in %d s":"Importēšana pabeigta pēc %d s","Import failed":"Importēšana neizdevās","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importētie faili tiks sakārtoti pēc datuma un tiem tiks piešķirts unikāls nosaukums, lai izvairītos no dublikātiem.","Importing %{s}…":"Notiek %{s} importēšana…","Importing files to originals…":"Failu importēšana uz oriģināliem…","in":"iekšā","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Ja trūkst gaidīto attēlu, lūdzu, atkārtoti skenējiet savu bibliotēku un pagaidiet, līdz indeksēšana ir pabeigta.","Include RAW image files when downloading stacks and archives.":"Lejupielādējot kaudzes un arhīvus, iekļaujiet RAW attēlu failus.","Include sidecar files when downloading stacks and archives.":"Lejupielādējot stekus un arhīvus, iekļaujiet blakusfailus.","Increase storage size or delete files to continue.":"Lai turpinātu, palieliniet krātuves lielumu vai izdzēsiet failus.","Index":"Indekss","Indexing":"Indeksēšana","Indexing canceled":"Indeksēšana atcelta","Indexing completed in %d s":"Indeksēšana pabeigta %d sekundēs","Indexing failed":"Indeksēšana neizdevās","Indexing files in %s":"Notiek failu indeksēšana %s","Indexing media and sidecar files…":"Notiek multivides un blakusfailu indeksēšana…","Indexing originals...":"Notiek oriģinālu indeksēšana...","Information":"Informācija","Inherit":"Pārmantot","Instance":"Instance","Instance ID":"Instances ID","Instance unreachable. Try again once it's back online.":"Instance nav pieejama. Mēģiniet vēlreiz, kad tā atkal būs pieejama.","Instances":"Instances","Insufficient storage":"Nepietiek brīvas vietas","Insufficient storage.":"Brīvas vietas vairs nav.","Interval":"Intervāls","Invalid":"Nederīgs","Invalid address":"Nederīga adrese","Invalid country":"Nederīga valsts","Invalid credentials":"Nederīgs lietotājvārds vai parole","Invalid date":"Nederīgs datums","Invalid link":"Nederīga saite","Invalid name":"Nepareizs nosaukums","Invalid parameters":"Nederīgi parametri","Invalid password, please try again":"Nepareiza parole, lūdzu, mēģiniet vēlreiz","Invalid photo selected":"Atlasīts nederīgs fotoattēls","Invalid time":"Nederīgs laiks","Invalid URL":"Nederīgs URL","Invalid verification code, please try again":"Nepareizs apstiprinājuma kods, lūdzu, mēģiniet vēlreiz","IP Address":"IP adrese","It is a one-time use code that will disable 2FA for your account when you use it.":"Tas ir vienreiz lietojams kods, kas atspējos 2FA jūsu kontam, kad to izmantosiet.","Item":"Ieraksts","Items per page:":"Vienumi lapā:","JPEG Quality: %{n}":"JPEG kvalitāte: %{n}","JPEG Size Limit: %{n}px":"JPEG izmēra ierobežojums: %{n} pikseļi","JPEGs and thumbnails are automatically rendered as needed.":"JPEG faili un to sīktēli tiek automātiski radīti, kad nepieciešams.","Keyword":"Atslēgvārds","Keywords":"Atslēgvārdi","Label":"Birka","Label not found":"Birka nav atrasta","Label saved":"Birka saglabāta","Labels":"Birkas","Labels deleted":"Birkas ir dzēstas","Language":"Valoda","Last Active":"Pēdējais aktīvais","Last Login":"Pēdējā pieteikšanās","Last page":"Pēdējā lapa","Last Sync":"Pēdējā sinhronizācija","Last Used":"Pēdējo reizi izmantots","Latitude":"Platums","LDAP/AD":"LDAP/AD","Learn more":"Uzziniet vairāk","Learn More":"Uzziniet vairāk","Legal Information":"Juridiskā informācija","Lens":"Objektīvs","Lens not found":"Objektīvs nav atrasts","Library":"Bibliotēka","License":"Licence","Like":"Patīk","Lime":"Gaiši zaļš","Limit reached, showing first %{n} files":"Sasniegts limits, tiek rādīti pirmie %{n} faili","Link":"Saite","List":"Saraksts","List View":"Saraksta skats","Live":"Tiešraide","Live Photos":"Tiešraides fotoattēli","Load more":"Ielādēt vairāk","Loading items...":"Notiek vienumu ielāde...","Loading...":"Notiek ielāde...","Local":"Vietējais","Local Time":"Vietējais laiks","Location":"Atrašanās vieta","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Žurnāla ziņojumi tiek parādīti šeit ikreiz, kad PhotoPrism atrod bojātus failus vai pastāv citas potenciālas problēmas.","Login":"Pieteikšanās","Logs":"Žurnāli","Longitude":"Garums","Lost server connection":"Zaudēts savienojums ar serveri","Low":"Zems","Magenta":"Fuksīna","Main Color":"Galvenā krāsa","Male":"Vīrietis","Manage Account":"Pārvaldīt kontu","Manager":"Vadītājs","Manual":"Manuāli","Manual Upload":"Manuāla augšupielāde","Maps":"Kartes","Marker":"Marķieris","Maximum number of accounts has been reached.":"Ir sasniegts maksimālais kontu skaits.","Media":"Mediji","Medium":"Vidējs","Membership":"Dalība","Merge %{a} with %{b}?":"Apvienot %{a} ar %{b}?","Message":"Ziņojums","Metadata":"Metadati","Metrics":"Metrika","Minimize":"Minimizēt","Missing":"Trūkst","Missing or invalid configuration":"Trūkstoša vai nederīga konfigurācija","mixed":"jaukts","Moments":"Mirkļi","Monochrome":"Vienkrāsains","Month":"Mēnesis","More options":"Vairāk iespēju","Mosaic":"Mozaīka","Most Relevant":"Visatbilstošākais","Move Files":"Pārvietot failus","Moving files from %s":"Failu pārvietošana no %s","Must have at least %{n} characters.":"Jābūt vismaz %{n} rakstzīmēm.","Mute":"Izslēgt skaņu","Name":"Vārds","Name too long":"Vārds ir pārāk garš","Never":"Nekad","New":"Jauns","New Password":"Jauna parole","Newest First":"Jaunākie vispirms","Next":"Nākamais","Next page":"Nākamā lapa","Next visual":"Nākamais vizuālais materiāls","No":"Nē","No Access":"Piekļuve nav pieejama","No albums assigned":"Nav piešķirts neviens albums","No albums found":"Nav atrasts neviens albums","No albums selected":"Nav izvēlēti albumi","No data available":"Dati nav pieejami","No files available for download":"Nav pieejamu failu lejupielādei","No items selected":"Nav izvēlēts neviens ieraksts","No labels assigned":"Nav piešķirtas etiķetes","No labels found":"Nav atrastas etiķetes","No labels selected":"Nav atlasītas nevienas birkas","No matching records found":"Nav atrasti atbilstoši ieraksti","No more":"Vairs ne","No people found":"Nav atrastas personas","No pictures found":"Nav atrasts neviens attēls","No recently edited pictures":"Nav nesen rediģētu attēlu","No registered instances.":"Nav reģistrētu gadījumu.","No results":"Nav rezultātu","No server connection":"Nav servera savienojuma","No servers configured.":"Nav konfigurētu serveru.","No services configured.":"Nav konfigurētu pakalpojumu.","No thanks":"Nē, paldies","No users on this instance.":"Šajā instancē nav lietotāju.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nav brīdinājumu vai kļūdu, kas satur šo atslēgvārdu. Ņemiet vērā, ka meklēšana ir reģistrjutīga.","Node":"Mezgls","Nodes":"Mezgli","Non-photographic and low-quality images require a review before they appear in search results.":"Attēli, kas nav fotoattēli un ir zemas kvalitātes, ir jāpārskata, pirms tie parādās meklēšanas rezultātos.","None":"Neviens","Not allowed":"Nav atļauts","Not available in public mode":"Nav pieejams publiskajā režīmā","Not available in read-only mode":"Nav pieejams lasīšanas režīmā","Not found":"Nav atrasts","Not sorted.":"Nav sakārtots.","Not supported":"Nav atbalstīts","Note you may manually manage your originals folder and importing is optional.":"Ņemiet vērā, ka varat manuāli pārvaldīt savu oriģinālu mapi, un importēšana nav obligāta.","Note:":"Piezīme:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Piezīme. Kā attālinātus pakalpojumus dublēšanai un failu augšupielādei var konfigurēt tikai WebDAV serverus, piemēram, Nextcloud vai PhotoPrism.","Notes":"Piezīmes","Nothing to see here yet.":"Šeit vēl nav ko redzēt.","Nothing was found.":"Nekas netika atrasts.","Offline":"Bezsaistē","OK":"Labi","Oldest First":"Vecākais vispirms","On Windows, enter the following resource in the connection dialog:":"Operētājsistēmā Windows savienojuma dialoglodziņā ievadiet šādu resursu:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Sīktēlu ģenerēšana pēc pieprasījuma var izraisīt lielu centrālā procesora un atmiņas izmantošanu. Tas nav ieteicams serveriem un NAS ierīcēm ar ierobežotiem resursiem.","Once a week":"Reizi nedēļā","One album found":"Atrasts viens albums","One entry added to %s":"%s tika pievienots viens ieraksts","One entry removed from %s":"No %s tika izdzēsts viens ieraksts","One file found":"Atrasts viens fails","One file uploaded":"Augšupielādēts viens fails","One folder found":"Atrasta viena mape","One label found":"Atrasta viena etiķete","One person found":"Atrasta viena persona","One picture found":"Atrasta viena bilde","Only locally managed accounts can be set up for authentication with 2FA.":"Divfaktoru autentifikāciju var iestatīt tikai lokāli pārvaldītiem kontiem.","Open":"Atvērt","optional":"neobligāts","or":"vai","Orange":"Oranžs","Organization":"Organizācija","Orientation":"Orientācija","Original file names will be stored and indexed.":"Sākotnējie failu nosaukumi tiks saglabāti un indeksēti.","Original Name":"Sākotnējais nosaukums","Originals":"Oriģināli","Originals folder is empty":"Mapes „Originals“ saturs ir tukšs","Other":"Citi","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Mūsu misija ir nodrošināt lietotājam un privātumam draudzīgāko risinājumu, lai jūsu attēli būtu sakārtoti un pieejami.","Outdoor":"Ārā","Page {0}, Current page":"{0}. lapa, pašreizējā lapa","Pages":"Lapas","Pagination Navigation":"Lappušu navigācija","Panorama":"Panorāma","Panoramas":"Panorāmas","Part of all selected photos":"Daļa no visām atlasītajām fotogrāfijām","Part of some selected photos":"Daļa no dažām atlasītajām fotogrāfijām","Password":"Parole","Password changed":"Parole nomainīta","Pause":"Pauze","Payment required":"Nepieciešams veikt maksājumu","People":"Cilvēki","People you share a link with will be able to view public contents.":"Personas, ar kurām kopīgojat saiti, varēs skatīt publisko saturu.","Permanently deleted":"Neatgriezeniski dzēsts","Permission denied":"Atļauja atteikta","Person":"Persona","Person cover updated":"Personas vāks atjaunināts","Person deleted":"Persona dzēsta","Person not found":"Persona nav atrasta","Person saved":"Glābta persona","Personal":"Personīgā","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism ir 100% pašfinansēts un neatkarīgs.","PhotoPrism+ Membership":"PhotoPrism+ dalība","Photos":"Fotogrāfijas","Picture":"Attēls","Picture Title":"Attēla nosaukums","Pink":"Rozā","Pinned":"Pievienots","Place":"Vieta","Place & Time":"Vieta un laiks","Places":"Vietas","Play":"Spēlēt","Please confirm your new password.":"Lūdzu, apstipriniet savu jauno paroli.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Lūdzu, nokopējiet šo nejauši ģenerēto lietotnes paroli un glabājiet to drošā vietā, jo jūs to vairs nevarēsiet redzēt:","Please do not upload any private, unlawful or offensive pictures.":"Lūdzu, neaugšupielādējiet privātus, nelikumīgus vai aizskarošus attēlus.","Please don't upload photos containing offensive content.":"Lūdzu, neaugšupielādējiet fotoattēlus ar aizskarošu saturu.","Please enter OTP character {0}":"Lūdzu, ievadiet vienreizējās paroles rakstzīmi {0}","Please log in to your account":"Lūdzu, piesakieties savā kontā","Please note that changing your password will log you out on other devices and browsers.":"Lūdzu, ņemiet vērā, ka, mainot paroli, jūs tiksiet izrakstīts no citām ierīcēm un pārlūkprogrammām.","Please restart your instance for the changes to take effect.":"Lūdzu, restartējiet instanci, lai izmaiņas stātos spēkā.","Please wait…":"Lūdzu, uzgaidiet…","PM":"PM","PNG Size Limit: %{n}px":"PNG izmēra ierobežojums: %{n} pikseļi","Portal":"Portāls","Portrait":"Portrets","Preserve filenames":"Saglabāt failu nosaukumus","Press enter to create a new album.":"Lai izveidotu jaunu albumu, nospiediet taustiņu Enter.","Press enter to create new item":"Nospiediet taustiņu Enter, lai izveidotu jaunu vienumu","Prevent database and album backups as well as YAML sidecar files from being created.":"Novērst datubāzes un albuma dublējumu, kā arī YAML blakusfailu izveidi.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Neļaujiet citām lietotnēm piekļūt PhotoPrism kā koplietojamam tīkla diskam.","Preview":"Priekšskatījums","Preview Images":"Priekšskatīt attēlus","Previous":"Iepriekšējais","Previous page":"Iepriekšējā lapa","Previous visual":"Iepriekšējais vizuālais materiāls","Primary":"Primārā","Private":"Privāts","Processing upload...":"Notiek augšupielādes apstrāde...","Product Feedback":"Produkta atsauksmes","Projection":"Projekcija","Purple":"Violets","Quality Filter":"Kvalitātes filtrs","Quality Score":"Kvalitātes rādītājs","Quota exceeded":"Kvota pārsniegta","Random":"Nejauši","Rating {0} of {1}":"Vērtējums {0} no {1}","Raw":"Neapstrādāts","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Atkārtoti indeksēt visus oriģinālus, tostarp jau indeksētos un nemainītos failus.","Read-Only Mode":"Tikai lasīšanas režīms","Recently Added":"Nesen pievienots","Recently Archived":"Nesen arhivēti","Recently Edited":"Nesen rediģēts","Recognition starts after indexing has been completed.":"Atpazīšana sākas pēc indeksēšanas pabeigšanas.","Recognized":"Atzīt","Recovery Code":"Atkopšanas kods","Red":"Sarkans","Refresh":"Atsvaidzināt","Regions":"Reģioni","Register":"Reģistrēties","Reload":"Pārlādēt","Reloading…":"Atkārtota ielāde…","Remote Sync":"Attālā sinhronizācija","Remove":"Noņemt","remove failed: unknown album":"Neizdevās noņemt: nezināms albums","Remove from Album":"Noņemt no albuma","Remove from all":"Noņemt no visiem","Remove from all selected photos":"Noņemt no visiem atlasītajiem fotoattēliem","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Noņemiet importētos failus, lai ietaupītu vietu krātuvē. Neatbalstīti failu tipi nekad netiks dzēsti, tie paliks to pašreizējā atrašanās vietā.","Remove the selected instance from the cluster registry?":"Vai noņemt atlasīto instanci no klastera reģistra?","Removed":"Noņemts","Removed %{name}":"%{name} ir izdzēsts","Removed %d files and %d photos":"Tika izdzēsti %d faili un %d fotogrāfijas","Repeated":"Atkārtots","Request failed - are you offline?":"Pieprasījums neizdevās. Vai esat bezsaistē?","Request failed - invalid response":"Pieprasījums neizdevās — nederīga atbilde","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Pieprasīt, lai attēli, kas nav fotoattēli un ir zemas kvalitātes, tiktu pārskatīti, pirms tie parādās meklēšanas rezultātos.","Resolution":"Izšķirtspēja","Restart":"Restartēt","Restore":"Atjaunot","Restored":"Atjaunots","Retry Limit":"Atkārtotu mēģinājumu limits","Retype Password":"Atkārtojiet paroli","Review":"Atsauksme","Role":"Loma","Roles":"Lomas","Rotated":"Pagriezts","Rows per page:":"Rindas lapā:","Satellite":"Satelīts","Save":"Saglabāt","Save changes":"Saglabāt izmaiņas","Scan":"Skenēt","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Noskenējiet QR kodu ar autentifikācijas lietotni vai izmantojiet tālāk norādīto iestatīšanas atslēgu un pēc tam ievadiet ģenerēto verifikācijas kodu:","Scans":"Skenējumi","Scope":"Darbības joma","Scopes":"Darbības jomas","Search":"Meklēt","Season":"Sezona","Secret":"Noslēpums","Security and Access":"Drošība un piekļuve","Select":"Atlasīt","Select a source folder to import files…":"Atlasiet avota mapi, lai importētu failus…","Select date":"Izvēlieties datumu","Select dates":"Izvēlieties datumus","Select or create albums":"Atlasīt vai izveidot albumus","Select or create labels":"Atlasiet vai izveidojiet etiķetes","Select or drop files to upload…":"Izvēlieties vai nometiet failus, lai augšupielādētu…","Select the files to upload…":"Atlasiet augšupielādējamos failus…","Select the folder to be indexed…":"Atlasiet mapi, kas jāindeksē…","Select Time":"Izvēlieties laiku","Selection":"Atlase","Selection added to %s":"Izvēle pievienota %s","Selection approved":"Atlase apstiprināta","Selection archived":"Atlase arhivēta","Selection marked as private":"Atlase ir atzīmēta kā privāta","Selection not found":"Izvēle nav atrasta","Selection restored":"Atlase atjaunota","Sequential Name":"Secīgs nosaukums","Service":"Pakalpojums","Service URL":"Pakalpojuma URL","Services":"Pakalpojumi","Session":"Sesija","Session ID":"Sesijas ID","Sessions":"Sesijas","Set as Album Cover":"Iestatīt kā albuma vāku","Set as Cover Image":"Iestatīt kā vāka attēlu","Settings":"Iestatījumi","Settings saved":"Iestatījumi saglabāti","Setup":"Iestatīšana","Severity":"Smagums","Share":"Kopīgot","Share %{s}":"Kopīgot %{s}","Show":"Rādīt","Show All Labels":"Rādīt visas etiķetes","Show all new faces":"Rādīt visas jaunās sejas","Show Caption":"Rādīt apakšvirsrakstu","Show Captions":"Rādīt parakstus","Show face markers":"Rādīt sejas marķierus","Show hidden":"Rādīt paslēptos","Show Important Only":"Rādīt tikai svarīgos","Show logs in the web interface to monitor activity and troubleshoot problems.":"Rādīt žurnālus tīmekļa saskarnē, lai uzraudzītu aktivitātes un novērstu problēmas.","Show smart albums that group pictures by occasion, trip, or location.":"Rādīt viedos albumus, kas grupē attēlus pēc notikuma, ceļojuma vai atrašanās vietas.","Show the Account page so users can manage their profile and security settings.":"Rādīt konta lapu, lai lietotāji varētu pārvaldīt savu profilu un drošības iestatījumus.","Show the Calendar view to browse the library by year and month.":"Rādīt kalendāra skatu, lai pārlūkotu bibliotēku pēc gada un mēneša.","Show the Labels section to view and manage AI-generated labels.":"Rādīt sadaļu Etiķetes, lai skatītu un pārvaldītu mākslīgā intelekta ģenerētās etiķetes.","Show the Library section to index, manage, and monitor the media library.":"Rādīt sadaļu Bibliotēka, lai indeksētu, pārvaldītu un pārraudzītu multivides bibliotēku.","Show the Places view with interactive maps so you can browse photos by location.":"Rādīt vietu skatu ar interaktīvām kartēm, lai varētu pārlūkot fotoattēlus pēc atrašanās vietas.","Show Titles":"Rādīt nosaukumus","Sidecar":"Blakusvāģis","Sidecar Files":"Blakusvāģu faili","Sign in":"Pierakstīties","Sign Out":"Iziet","Similar":"Līdzīgi","Site URL":"Vietnes URL","Size":"Izmērs","Slideshow":"Slaidrāde","Slow":"Lēns","Software":"Programmatūra","Software Update":"Programmatūras atjauninājums","Some albums could not be copied":"Dažus albumus nevarēja nokopēt","Some albums could not be created. Please edit the names and try again.":"Dažus albumus nevarēja izveidot. Lūdzu, rediģējiet nosaukumus un mēģiniet vēlreiz.","Some albums could not be updated":"Dažus albumus nevarēja atjaunināt","Something went wrong, try again":"Kaut kas nogāja greizi, mēģiniet vēlreiz","Sort by":"Kārtot pēc","Sort by Name (A–Z)":"Kārtot pēc nosaukuma (A–Z)","Sort by Photo Count":"Kārtot pēc fotoattēlu skaita","Sort by Relevance":"Kārtot pēc atbilstības","Sort Order":"Kārtošanas secība","Sorted ascending.":"Kārtots augošā secībā.","Sorted descending.":"Kārtots dilstošā secībā.","Source":"Avots","Stack":"Kaudze","Stack files sharing the same unique image or instance identifier.":"Sakraut failus, kuriem ir viens un tas pats unikālais attēls vai instances identifikators.","Stack pictures taken at the exact same time and location based on their metadata.":"Apvienojiet attēlus, kas uzņemti vienā un tajā pašā laikā un vietā, pamatojoties uz to metadatiem.","Stackable":"Sakraujams","Stacks":"Skursteņi","Start":"Sākt","Start Page":"Sākumlapa","Static Size Limit: %{n}px":"Statiskā izmēra ierobežojums: %{n}px","Status":"Statuss","Stay signed in on this device":"Palieciet pierakstījušies šajā ierīcē","Stop Casting":"Pārtraukt liešanu","Storage":"Uzglabāšana","Streets":"Ielas","Subject":"Tēma","Subject deleted":"Tēma dzēsta","Subject not found":"Tēma nav atrasta","Subject saved":"Tēma saglabāta","Successfully activated":"Veiksmīgi aktivizēts","Successfully Connected":"Veiksmīgi izveidots savienojums","Successfully deleted":"Veiksmīgi dzēsts","Successfully verified":"Veiksmīgi verificēts","Super Admin":"Superadministrators","Support for additional services, like Google Drive, will be added over time.":"Atbalsts papildu pakalpojumiem, piemēram, Google diskam, tiks pievienots laika gaitā.","Support Our Mission":"Atbalstiet mūsu misiju","Sync":"Sinhronizācija","Sync raw and video files":"Sinhronizēt neapstrādātus un video failus","Taken":"Paņemts","Teal":"Zilganzaļa","Terrain":"Reljefs","Text":"Teksts","Thank You for Your Support!":"Paldies par jūsu atbalstu!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Tāpēc PhotoPrism tika izstrādāts no paša sākuma, lai darbotos jebkur, kur jums tas nepieciešams, neapdraudot brīvību, privātumu vai funkcionalitāti.","The index currently contains %{n} hidden files.":"Indeksā pašlaik ir %{n} slēpti faili.","The instance rejected the cluster credentials.":"Instance noraidīja klastera autentifikācijas datus.","The instance returned an unexpected redirect.":"Instance atgriezusi negaidītu pāradresāciju.","The wakeup interval is %s, but must be 1h or less":"Pamošanās intervāls ir %s, bet tam jābūt 1 h vai mazākam","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"To formāts var netikt atbalstīts, tie vēl nav konvertēti uz JPEG vai arī ir dublikāti.","Theme":"Tēma","This account is missing an ID and can't be edited.":"Šim kontam nav identifikatora, tāpēc to nevar rediģēt.","This field is required":"Šis lauks ir obligāts","This instance has no site URL configured.":"Šim eksemplāram nav konfigurēta vietnes URL.","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.":"Tas pievieno oriģinālu mapi kā tīkla disku un ļauj atvērt, rediģēt un dzēst failus no datora vai viedtālruņa tā, it kā tie būtu lokāli.","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. ":"Tas pievieno oriģinālu mapi kā tīkla disku un ļauj atvērt, rediģēt un dzēst failus no datora vai viedtālruņa tā, it kā tie būtu lokāli. ","Time":"Laiks","Time UTC":"Laiks UTC","Time Zone":"Laika josla","Timeout":"Taimauts","Title":{"":"Nosaukums","Account":"Nosaukums","Photo":"Nosaukums"},"Title / Position":"Amats/Amats","to":"uz","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Lai izvairītos no konta bloķēšanas, lūdzu, lejupielādējiet, izdrukājiet vai kopējiet šo atkopšanas kodu tūlīt un glabājiet to drošā vietā.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Lai ģenerētu jaunu lietotnei paredzētu paroli, lūdzu, ievadiet lietojumprogrammas nosaukumu un autorizācijas darbības jomu un atlasiet derīguma termiņu:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Lai pārslēgtos uz jaunu autentifikatora lietotni vai ierīci, vispirms deaktivizējiet divfaktoru autentifikāciju un pēc tam to atkārtoti aktivizējiet:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Lai jauninātu, varat ievadīt aktivizācijas kodu vai noklikšķināt uz \"Reģistrēties\", lai reģistrētos mūsu tīmekļa vietnē:","Today":"Šodien","Toggle View":"Pārslēgt skatu","Token":"Žetons","Too many files selected":"Atlasīts pārāk daudz failu","Too many requests":"Pārāk daudz pieprasījumu","Troubleshooting":"Problēmu novēršana","Try again using other filters or keywords.":"Mēģiniet vēlreiz, izmantojot citus filtrus vai atslēgvārdus.","Two-factor authentication has been enabled for your account.":"Jūsu kontam ir iespējota divfaktoru autentifikācija.","Type":"Tips","Unable to delete":"Nevar izdzēst","Unable to do that":"To nevar izdarīt","Unassign":"Atcelt","Unauthorized":"Neautorizēts","Undo":"Atsaukt","Unique ID":"Unikāls ID","Unknown":"Nezināms","Unknown location":"Nezināma atrašanās vieta","Unregistered":"Nereģistrēts","Unsorted":"Nešķirots","Unstack":"Atdalīt","Unsupported":"Nav atbalstīts","Unsupported format":"Nepiedāvāts formāts","Unsupported type":"Nepiedāvāts tips","Updated":"Atjaunināts","Updating faces":"Seju atjaunināšana","Updating index":"Indeksa atjaunināšana","Updating moments":"Atjaunināšanas mirkļi","Updating picture…":"Notiek attēla atjaunināšana…","Updating previews":"Priekšskatījumu atjaunināšana","Updating stacks":"Kaudzīšu atjaunināšana","Upgrade":"Jaunināt","Upgrade Now":"Jaunināt tūlīt","Upload":"Augšupielādēt","Upload complete":"Augšupielāde pabeigta","Upload complete. Indexing…":"Augšupielāde pabeigta. Indeksēšana…","Upload failed":"Augšupielāde neizdevās","Upload has been processed":"Augšupielāde ir apstrādāta","Upload local files":"Augšupielādēt lokālos failus","Upload might be offensive":"Augšupielāde var būt aizskaroša","Upload Path":"Augšupielādes ceļš","Uploading %{n} of %{t}…":"Notiek %{n} no %{t} augšupielāde…","Uploading photos…":"Notiek fotoattēlu augšupielāde…","Uploading…":"Notiek augšupielāde…","Uploads that may contain such images will be rejected automatically.":"Augšupielādes, kas var saturēt šādus attēlus, tiks automātiski noraidītas.","URL":"URL","Use Presets":"Izmantojiet sākotnējos iestatījumus","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Ja autentifikācijas lietotnē nevarat ģenerēt derīgu verifikācijas kodu, izmantojiet šo atkopšanas kodu, lai piekļūtu savam kontam:","Use your recovery code or contact an administrator for help.":"Izmantojiet savu atkopšanas kodu vai sazinieties ar administratoru, lai saņemtu palīdzību.","User":"Lietotājs","User Guide":"Lietotāja rokasgrāmata","User Interface":"Lietotāja saskarne","User not found":"Lietotājs nav atrasts","Username":"Lietotājvārds","Users":"Lietotāji","UUID":"UUID","Vector":"Vektors","Vectors":"Vektori","Verification Code":"Verifikācijas kods","Version":"Versija","Video":"Video","Video Duration":"Video ilgums","Videos":"Video","View":"Skatīt","View search results as a list.":"Skatīt meklēšanas rezultātus kā sarakstu.","Viewer":"Skatītājs","Vision":"Vīzija","Visitor":"Apmeklētājs","Visual Similarity":"Vizuālā līdzība","Warning":"Brīdinājums","Web Login":"Tīmekļa pieteikšanās","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klienti var izveidot savienojumu ar PhotoPrism, izmantojot šo URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV klienti, piemēram, Microsoft Windows Explorer vai Apple Finder, var tieši izveidot savienojumu ar PhotoPrism. ","WebDAV Upload":"WebDAV augšupielāde","WebGL support is disabled in your browser":"Jūsu pārlūkprogrammā ir atspējots WebGL atbalsts.","Website":"Tīmekļa vietne","White":"Balts","Work Details":"Darba detaļas","Year":"Gads","Yellow":"Dzeltens","Yes":"Jā","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Ja jums ir jautājumi par savu dalību, lūdzu, sazinieties ar mums pa e-pastu membership@photoprism.app.","You can only download one album":"Varat lejupielādēt tikai vienu albumu","You can only download one label":"Varat lejupielādēt tikai vienu etiķeti","You can search for a location or move the marker on the map to change the position:":"Varat meklēt atrašanās vietu vai pārvietot marķieri kartē, lai mainītu pozīciju:","You can upload up to %{n} files for test purposes.":"Testēšanas nolūkos varat augšupielādēt līdz %{n} failiem.","You cannot change your own role.":"Tu nevarēsi mainīt savu lomu.","You do not have access to any instances.":"Jums nav piekļuves nevienai instancēm.","You may only select one item":"Varat izvēlēties tikai vienu vienumu","You may rescan your library to find additional faces.":"Varat atkārtoti skenēt savu bibliotēku, lai atrastu papildu sejas.","Your account could not be connected":"Jūsu kontu neizdevās savienot","Your account has been successfully connected.":"Jūsu konts ir veiksmīgi pievienots.","Your browser does not support WebGL":"Jūsu pārlūkprogramma neatbalsta WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Jūsu pastāvīgais atbalsts palīdz mums regulāri atjaunināt informāciju un saglabāt neatkarību, lai mēs varētu pildīt savu misiju un aizsargāt jūsu privātumu.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Jūsu bibliotēka tiek nepārtraukti analizēta, lai automātiski izveidotu albumus ar īpašiem mirkļiem, ceļojumiem un vietām.","Zip created in %d s":"Arhīvs izveidots %d sekundēs","Zoom in/out":"Pietuvināt/attālināt","Archive":{"Noun":"Arhīvs","Verb":"Arhīvēt"},"Add a Title":{"Photo":"Pievienot nosaukumu"}}} \ No newline at end of file +{"lv":{"{0} appended action":"{0} pievienotā darbība","{0} files":"{0} faili","{0} files ({1} in total)":"{0} faili (kopā {1})","{0} more":"{0} vairāk","{0} prepended action":"{0} pievienota darbība","{0} selected":"Atlasīts {0}","{0}-{1} of {2}":"{0}-{1} no {2}","%{n} albums found":"Atrasti %{n} albumi","%{n} files uploaded":"Augšupielādēti %{n} faili","%{n} folders found":"Atrastas %{n} mapes","%{n} GB of %{q} GB used":"Izmantots %{n} GB no %{q} GB","%{n} labels found":"Atrastas %{n} birkas","%{n} people found":"Atrasti %{n} cilvēki","%{n} pictures found":"Atrasti %{n} attēli","%{s} is too long":"%{s} ir pārāk garš","%{s} is too short":"%{s} ir pārāk īss","%d entries added to %s":"%d ieraksti pievienoti %s","%d entries removed from %s":"No %s tika izdzēsti %d ieraksti","%d files uploaded in %d s":"%d faili augšupielādēti %d sekundēs","%s already exists":"%s jau pastāv","%s has been restored":"%s ir atjaunots","1 hour":"1 stunda","12 hours":"12 stundas","2-Factor Authentication":"Divfaktoru autentifikācija","2FA":"2FA","4 hours":"4 stundas","A click will copy it to your clipboard.":"Klikšķis nokopēs to starpliktuvē.","A new version of %{s} is available:":"Ir pieejama jauna %{s} versija:","About":"Par programmu","Access granted.":"Piekļuve piešķirta.","Access revoked.":"Piekļuve atcelta.","Access Token":"Piekļuves žetons","Account":"Konts","Account created":"Konts izveidots","Account deleted":"Konts ir dzēsts","Account Group Mappings":"Konta grupu saistījumi","Account not found":"Konts nav atrasts","Account restored":"Konts ir atjaunots","Account saved":"Konts saglabāts","Accounts":"Konti","Accuracy":"Precizitāte","Action":"Darbība","Actions":"Darbības","Activate":"Aktivizēt","Activate to remove sorting.":"Aktivizējiet, lai noņemtu kārtošanu.","Activate to sort ascending.":"Aktivizējiet, lai kārtotu augošā secībā.","Activate to sort descending.":"Aktivizējiet, lai kārtotu dilstošā secībā.","Activation Code":"Aktivizācijas kods","Activity":"Aktivitāte","Add":"Pievienot","Add %{s}?":"Pievienot %{s}?","Add a Caption":"Pievienot uzrakstu","Add Account":"Pievienot kontu","Add Album":"Pievienot albumu","Add Link":"Pievienot saiti","Add Notes":"Pievienot piezīmes","Add person?":"Pievienot personu?","Add pictures from search results by selecting them.":"Pievienojiet attēlus no meklēšanas rezultātiem, tos atlasot.","Add to album":"Pievienot albumam","Add to all":"Pievienot visiem","Add to all selected photos":"Pievienot visiem atlasītajiem fotoattēliem","Added":"Pievienots","Added %{name}":"Pievienots %{name}","Adjust Camera Info":"Kameras informācijas pielāgošana","Adjust Date & Time":"Pielāgot datumu un laiku","Adjust Location":"Pielāgot atrašanās vietu","Admin":"Administrators","Advanced":"Paplašināts","Advertise URL":"Reklāmā norādītā URL","After 1 day":"Pēc 1 dienas","After 3 days":"Pēc 3 dienām","After 7 days":"Pēc 7 dienām","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Pēc paroles ievadīšanas apstiprināšanai varat iestatīt divfaktoru autentifikāciju, izmantojot saderīgu autentifikācijas lietotni vai ierīci:","After one month":"Pēc viena mēneša","After one year":"Pēc viena gada","After selecting pictures from search results, you can add them to an album using the context menu.":"Pēc attēlu atlasīšanas meklēšanas rezultātos tos var pievienot albumam, izmantojot konteksta izvēlni.","After two months":"Pēc diviem mēnešiem","After two weeks":"Pēc divām nedēļām","Album":"Albums","Album %s deleted":"Albums %s ir izdzēsts","Album Backups":"Albuma dublējumkopijas","Album contents cloned":"Albuma saturs ir dublēts","Album created":"Albums izveidots","Album deleted":"Albums ir izdzēsts","Album not found":"Albums nav atrasts","Album saved":"Albums saglabāts","Albums":"Albumi","Albums deleted":"Albumi ir dzēsti","All":"Visi","All %{n} albums loaded":"Visi %{n} albumi ir ielādēti","All %{n} labels loaded":"Visas %{n} etiķetes ir ielādētas","All %{n} people loaded":"Visi %{n} cilvēki ielādēti","All Cameras":"Visas kameras","All Categories":"Visas kategorijas","All Colors":"Visas krāsas","All Countries":"Visas valstis","All files from import folder":"Visi faili no importēšanas mapes","All Lenses":"Visi objektīvi","All Months":"Visi mēneši","All originals":"Visi oriģināli","All Years":"Visi gadi","Allow configuration and use of connected apps and services for remote uploads and sync.":"Atļaut savienoto lietotņu un pakalpojumu konfigurēšanu un izmantošanu attālinātai augšupielādei un sinhronizācijai.","Allow editing of metadata such as title, description, date, and location.":"Atļaut rediģēt metadatus, piemēram, nosaukumu, aprakstu, datumu un atrašanās vietu.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Ļauj vienlaikus rediģēt vairāku attēlu metadatus, etiķetes un albumus.","Allow files to be copied or moved from the Import to the Originals folder.":"Atļaut failu kopēt vai pārvietot no importēšanas mapes uz oriģinālu mapi.","Allow files to be permanently deleted to free up storage space.":"Atļaujiet failu neatgriezenisku dzēšanu, lai atbrīvotu vietu krātuvē.","Allow users to archive photos and videos so they are hidden without being deleted.":"Ļaut lietotājiem arhivēt fotoattēlus un videoklipus, lai tie tiktu paslēpti, bet netiktu dzēsti.","Allow users to create and share links, and enable sharing with connected services.":"Atļaut lietotājiem izveidot un kopīgot saites un iespējot kopīgošanu ar pievienotajiem pakalpojumiem.","Allow users to upload new photos and videos through the web interface.":"Ļaut lietotājiem augšupielādēt jaunus fotoattēlus un videoklipus, izmantojot tīmekļa saskarni.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Varat arī augšupielādēt failus tieši WebDAV serveros, piemēram, Nextcloud.","Altitude":"Augstums","Altitude (m)":"Augstums (m)","AM":"AM","Animated":"Animēts","Animation":"Animācija","Animations":"Animācijas","Any private photos and videos remain private and won't be shared.":"Visi privātie fotoattēli un videoklipi paliek privāti un netiks kopīgoti.","API Key":"API atslēga","Application":"Programma","Applications":"Programmas","Approve":"Apstiprināt","Approve and save changes":"Apstiprināt un saglabāt izmaiņas","Apps and Devices":"Lietotnes un ierīces","Archived":"Arhivēts","Are you sure you want to archive the selection?":"Vai tiešām vēlaties arhivēt atlasi?","Are you sure you want to delete these albums?":"Vai tiešām vēlaties dzēst šos albumus?","Are you sure you want to delete these labels?":"Vai tiešām vēlaties dzēst šīs birkas?","Are you sure you want to delete this account?":"Vai tiešām vēlaties dzēst šo kontu?","Are you sure you want to delete this album?":"Vai tiešām vēlaties dzēst šo albumu?","Are you sure you want to permanently delete these pictures?":"Vai tiešām vēlaties neatgriezeniski dzēst šos attēlus?","Are you sure you want to permanently delete this file?":"Vai tiešām vēlaties neatgriezeniski dzēst šo failu?","Are you sure?":"Vai esi pārliecināts?","Artist":"Mākslinieks","Aspect Ratio":"Malu attiecība","Attributes":"Atribūti","Audio":"Audio","Audit Log":"Audita žurnāls","Authentication":"Autentifikācija","Auto":"Automātiski","Back":"Atpakaļ","Back to top":"Atpakaļ uz augšu","Backup":"Rezerves kopija","Badge":"Žetons","Base Path":"Saknes ceļš","Batch":"Partija","Batch Edit":"Partijas rediģēšana","Become a member today, support our mission and enjoy our member benefits!":"Kļūsti par biedru jau šodien, atbalsti mūsu misiju un izbaudi mūsu biedru priekšrocības!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Tā kā mēs esam 100% pašfinansēti un neatkarīgi, mēs varam jums apsolīt, ka nekad nepārdosim jūsu datus un vienmēr būsim caurspīdīgi attiecībā uz mūsu programmatūru un pakalpojumiem.","Bio":"Biogrāfija","Birth Date":"Dzimšanas datums","Black":"Melns","Blue":"Zils","Brown":"Brūns","Browse":"Pārlūkot","Browse Files":"Pārlūkot failus","Browse Pictures":"Pārlūkot attēlus","Bug Report":"Kļūdas ziņojums","Busy, please try again later":"Sistēma ir noslogota, lūdzu, mēģiniet vēlāk","Busy, please wait…":"Aizņemts, lūdzu, uzgaidiet…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Izmantojot mūsu piedāvāto programmatūru un pakalpojumus, jūs piekrītat mūsu pakalpojumu sniegšanas noteikumiem, privātuma politikai un rīcības kodeksam.","Calendar":"Kalendārs","Camera":"Kamera","Camera not found":"Kamera nav atrasta","Camera Serial":"Kameras sērijas numurs","Can't access your authenticator app or device?":"Nevarat piekļūt autentifikatora lietotnei vai ierīcei?","Can't load more, limit reached":"Nevar ielādēt vairāk, sasniegts ierobežojums","Can't select more items":"Nevar atlasīt vairāk ierakstu","Cancel":"Atcelt","Cannot copy to clipboard":"Nevar nokopēt starpliktuvē","Caption":"Paraksts","Cards":"Kartītes","Carousel slide {0} of {1}":"Karuseļa slaids {0} no {1}","Cast":"Aktieri","Category":"Kategorija","Change Avatar":"Mainīt avatāru","Change Password":"Mainīt paroli","Change private flag":"Mainīt privāto atzīmi","Changes could not be saved":"Izmaiņas nevarēja saglabāt","Changes successfully saved":"Izmaiņas veiksmīgi saglabātas","Changes to the advanced settings require a restart to take effect.":"Lai izmaiņas papildu iestatījumos stātos spēkā, ir nepieciešama restartēšana.","Checked":"Pārbaudīts","Choose an instance to continue:":"Izvēlieties instanci, lai turpinātu:","Chroma":"Hroma","Cleaning index and cache":"Notiek indeksa un kešatmiņas tīrīšana","Cleanup":"Tīrīšana","Clear":"Skaidrs","Clear {0}":"Notīrīt {0}","Client":"Klients","Close":"Aizvērt","Cluster":"Klasteris","Cluster Admin":"Klastera administrators","Cluster Node":"Klastera mezgls","Codec":"Kodeks","Color":"Krāsa","Color Profile":"Krāsu profils","Colors":"Krāsas","Compare Editions":"Salīdzināt izdevumus","Complete Rescan":"Veikt pilnu pārlūkošanu","Confidence":"Pārliecība","Confirm":"Apstiprināt","Connect":"Savienot","Connect via WebDAV":"Savienot caur WebDAV","Connected":"Savienots","Contact Details":"Kontaktinformācija","Contact Us":"Sazinieties ar mums","Contains %{n} pictures.":"Satur %{n} attēlus.","Contains one picture.":"Satur vienu attēlu.","Content":{"":"Saturs","Edit":"Saturs"},"Continue":"Turpināt","Contributor":"Dalībnieks","Converting":"Konvertēšana","Copied to clipboard":"Kopēts starpliktuvē","Copy":"Kopēt","Copying files from %s":"Failu kopēšana no %s","Copyright":"Autortiesības","Could not be deleted":"Neizdevās izdzēst","Could not connect, please try again":"Nevarēja izveidot savienojumu, lūdzu, mēģiniet vēlreiz","Could not update person cover":"Neizdevās atjaunināt personas profila attēlu","Couldn't find anything.":"Neko nevarēja atrast.","Country":"Valsts","Create Account":"Izveidot kontu","Create album":"Izveidot albumu","Create regular backups based on the configured schedule.":"Veidot regulāras rezerves kopijas saskaņā ar plānoto grafiku.","Create YAML files to back up album metadata.":"Izveidojiet YAML failus, lai dublētu albuma metadatus.","Create YAML sidecar files to back up picture metadata.":"Izveidojiet YAML blakusfailus, lai dublētu attēlu metadatus.","Created":"Izveidots","Creating thumbnails for":"Sīktēlu izveide priekš","Current Password":"Esošā parole","Custom":"Pielāgots","Cyan":"Gaiši zils","Daily":"Dienas","Database":"Datubāze","Database Backups":"Datu bāzes rezerves kopijas","Databases":"Datu bāzes","Date & Time":"Datums un laiks","Day":"Diena","Deactivate":"Deaktivizēt","Debug Logs":"Atkļūdošanas žurnāli","Default":"Noklusējuma","Default Folder":"Noklusējuma mape","Delete":"Dzēst","Delete Album":"Dzēst albumu","Delete All":"Dzēst visu","Delete all?":"Dzēst visu?","Delete orphaned index entries, sidecar files and thumbnails.":"Dzēst nevajadzīgos indeksa ierakstus, blakusfailus un sīktēlus.","deleted":"izdzēsts","Description":"Apraksts","Detailed instructions can be found in our User Guide.":"Detalizētus norādījumus var atrast mūsu lietotāja rokasgrāmatā.","Details":"Sīkāka informācija","Dimensions":"Izmēri","Disable all face detection and recognition features.":"Izslēgt visas sejas atpazīšanas un noteikšanas iespējas.","Disable Backups":"Izslēgt rezerves kopijas","Disable Darktable":"Izslēgt Darktable","Disable ExifTool":"Izslēgt ExifTool","Disable Faces":"Izslēgt sejas","Disable features that require write permission for the originals folder.":"Izslēgt funkcijas, kurām nepieciešama rakstīšanas atļauja oriģinālu mapē.","Disable FFmpeg":"Izslēgt FFmpeg","Disable ImageMagick":"Izslēgt ImageMagick","Disable interactive world maps and reverse geocoding.":"Izslēgt interaktīvo pasaules karti un adreses noteikšanu pēc koordinātēm.","Disable MCP":"MCP atspējošana","Disable Places":"Izslēgt vietas","Disable RawTherapee":"Izslēgt RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"AI aģentu integrācijai atspējojiet modeļa konteksta protokola (MCP) API galapunktu.","Disable Vectors":"Izslēgt vektorus","Disable WebDAV":"Izslēgt WebDAV","Disabled":"Izslēgt","Disables vector graphics support.":"Izslēdz vektorgrafikas atbalstu.","Disables video transcoding and thumbnail extraction.":"Izslēdz video pārkodēšanu un sīktēlu izgūšanu.","Discard":"Atcelt","Discard changes and close":"Atcelt izmaiņas un aizvērt","Discard invalid changes?":"Nederīgu izmaiņu noraidīšana?","Discard unsaved changes?":"Atteikties no nesaglabātām izmaiņām?","Discover":"Atklāt","Dismiss":"Noraidīt","Display Name":"Parādāmais vārds","Display picture captions in search results.":"Rādīt attēlu parakstus meklēšanas rezultātos.","Display picture titles in search results.":"Rādīt attēlu nosaukumus meklēšanas rezultātos.","Document":"Dokuments","Documents":"Dokumenti","Don't use Darktable to convert RAW images.":"Neizmantojiet Darktable, lai konvertētu RAW attēlus.","Don't use ImageMagick to convert images.":"Neizmantojiet ImageMagick attēlu konvertēšanai.","Don't use RawTherapee to convert RAW images.":"Neizmantojiet RawTherapee, lai konvertētu RAW attēlus.","Done":"Pabeigts","Done.":"Pabeigts.","Download":"Lejupielādēt","Download only original media files, without any automatically generated files.":"Lejupielādējiet tikai oriģinālos multimediju failus, neizmantojot automātiski ģenerētus failus.","Download remote files":"Lejupielādēt attālinātos failus","Downloading…":"Notiek lejupielāde…","Drag and drop files here":"Velciet un nometiet failus šeit","Driver":"Draiveris","Duplicates will be skipped and only appear once.":"Dublikāti tiks izlaisti un parādīsies tikai vienu reizi.","Duration":"Ilgums","Dynamic Previews":"Dinamiskie priekšskatījumi","Dynamic Size Limit: %{n}px":"Dinamiskā izmēra ierobežojums: %{n}px","Edit":"Rediģēt","Edit %{s}":"Rediģēt %{s}","Edit Account":"Rediģēt kontu","Edit Photo":"Rediģēt fotoattēlu","Edit Photos (%{n})":"Rediģēt fotoattēlus (%{n})","Edited":"Rediģēts","Email":"E-pasts","Enable debug mode to display additional logs and help with troubleshooting.":"Ieslēgt atkļūdošanas režīmu, lai parādītu papildu žurnālfailus un palīdzētu problēmu novēršanā.","Enable downloading of original and sidecar files from the web interface.":"Ieslēgt lietotāja saskarnē oriģinālo un blakusfailu lejupielādi.","Enable face recognition and the People view to easily find people you know.":"Ieslēgt sejas atpazīšanu un personas skatu, lai viegli atrastu cilvēkus, kurus pazīstat.","Enable new features that may be incomplete or unstable.":"Ieslēgt funkcionalitāti, kas varētu būt vēl nepilnīga vai nestabila.","Enable the file browser to navigate the Originals folder structure.":"Ieslēgt failu pārlūku, lai pārvietotos pa oriģinālu mapi.","Enables RAW converter presets. May reduce performance.":"Ieslēdz RAW pārveidotāja sākotnējos iestatījumus. Var samazināt veiktspēju.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Divfaktoru autentifikācijas ieslēgšana nozīmē to, ka, lai pieteiktos, būs nepieciešams nejauši ģenerēts verifikācijas kods, tāpēc pat ja kāds iegūs piekļuvi jūsu parolei, viņš nevarēs piekļūt jūsu kontam.","Engine":"Dzinējs","Enter date":"Ievadiet datumu","Enter dates":"Ievadiet datumus","Enter item name...":"Ievadiet nosaukumu...","Enter the code generated by your authenticator app:":"Ievadiet autentifikācijas lietotnes ģenerēto kodu:","Enter verification code":"Ievadiet verifikācijas kodu","Enter your password to confirm the action and continue:":"Ievadiet paroli, lai apstiprinātu darbību un turpinātu:","Entity not found":"Objekts nav atrasts","Error":"Kļūda","Errors":"Kļūdas","Estimate":"Noteikt","Estimate Locations":"Aptuvenās atrašanās vietas","Estimate the approximate location of pictures without GPS coordinates.":"Noteikt aptuveno attēlu atrašanās vietu bez GPS koordinātām.","Every two days":"Ik pēc divām dienām","Exclude hidden":"Izlaist slēptos","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Pilnīgam XMP metadatu, videoklipu un Live Photos atbalstam ir nepieciešams ExifTool.","Experimental Features":"Eksperimentālās funkcijas","Expires":"Derīguma termiņš beidzas","Exposure":"Ekspozīcija","Extract still images and generate thumbnails while indexing.":"Izgūt statiskos attēlus un ģenerēt sīktēlus indeksēšanas laikā.","F Number":"F skaitlis","Face":"Seja","Face not found":"Seja nav atrasta","Faces":"Sejas","Failed creating file, please check permissions":"Neizdevās izveidot failu, lūdzu, pārbaudiet atļaujas","Failed creating folder, please check permissions":"Neizdevās izveidot mapi, lūdzu, pārbaudiet atļaujas","Failed removing link":"Neizdevās noņemt saiti","Failed to connect account.":"Neizdevās savienot kontu.","Failed to create zip file":"Neizdevās izveidot ZIP failu","Failed to load users.":"Neizdevās ielādēt lietotājus.","Failed to remove face marker":"Neizdevās noņemt sejas marķieri","Failed to remove name":"Neizdevās noņemt nosaukumu","Failed to restart server":"Neizdevās pārstartēt serveri","Failed to save changes":"Neizdevās saglabāt izmaiņas","Failed to save face marker":"Neizdevās saglabāt sejas marķieri","Failed to save name":"Neizdevās saglabāt nosaukumu","Failed updating link":"Neizdevās atjaunināt saiti","Family Name":"Uzvārds","Fast":"Ātri","Favorite":"Favorīts","Favorites":"Favorīti","Feature disabled":"Funkcionalitāte ir izslēgta","Feature Request":"Funkcionalitātes pieprasījums","Female":"Sieviete","File":"Fails","File Browser":"Failu pārlūks","File Conversion":"Failu konvertēšana","File deleted":"Fails izdzēsts","File Name":"Faila nosaukums","File not found":"Fails nav atrasts","File removed from stack":"Fails izņemts no saraksta","File Size":"Faila izmērs","File too large":"Fails ir pārāk liels","File uploaded":"Fails augšupielādēts","Filename":"Faila nosaukums","Files":"Faili","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Faili ar secīgiem nosaukumiem, piemēram, “IMG_1234 (2)” un “IMG_1234 (3)”, pieder vienam attēlam.","First page":"Pirmā lapa","Focal Length":"Fokusa attālums","Folder":"Mape","Folder contains %{n} files":"Mapē ir %{n} faili","Folder is empty":"Mape ir tukša","Folders":"Mapes","Forgot password?":"Aizmirsu paroli?","FPS":"FPS","Frames":"Rāmji","Full Access":"Pilna piekļuve","Fullscreen":"Pilnekrāna režīms","General":"Vispārīgi","Generate":"Ģenerēt","Generate Previews":"Ģenerēt priekšskatījumus","Generated":"Ģenerēts","Get Started":"Sākt darbu","Given Name":"Vārds","Global Options":"Globālās opcijas","Go to page {0}":"Dodieties uz {0} lapu","Gold":"Zelts","Green":"Zaļš","Grey":"Pelēks","Groups":"Grupas","Guest":"Viesis","Hash":"Hašs","Help":"Palīdzība","Help & Support":"Palīdzība un atbalsts","Hidden":"Slēpts","Hidden Files":"Slēptie faili","Hide":"Slēpt","Hide Caption":"Paslēpt Virsrakstu","Hide face markers":"Slēpt sejas marķierus","Hide private content from global views while keeping it accessible in the Private section.":"Slēpt privātu saturu no globāliem skatiem, vienlaikus saglabājot to pieejamu sadaļā Privāts.","High":"Augsts","High Dynamic Range (HDR)":"Augsts dinamiskais diapazons (HDR)","Hybrid":"Hibrīds","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Ja zaudējat piekļuvi autentifikatora lietotnei vai ierīcei, varat izmantot atkopšanas kodu, lai atgūtu piekļuvi savam kontam.","Image":"Attēls","Image Quality":"Attēla kvalitāte","Import":"Importēt","Import canceled":"Importēšana atcelta","Import completed in %d s":"Importēšana pabeigta pēc %d s","Import failed":"Importēšana neizdevās","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importētie faili tiks sakārtoti pēc datuma un tiem tiks piešķirts unikāls nosaukums, lai izvairītos no dublikātiem.","Importing %{s}…":"Notiek %{s} importēšana…","Importing files to originals…":"Failu importēšana uz oriģināliem…","in":"iekšā","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Ja trūkst gaidīto attēlu, lūdzu, atkārtoti skenējiet savu bibliotēku un pagaidiet, līdz indeksēšana ir pabeigta.","Include RAW image files when downloading stacks and archives.":"Lejupielādējot kaudzes un arhīvus, iekļaujiet RAW attēlu failus.","Include sidecar files when downloading stacks and archives.":"Lejupielādējot stekus un arhīvus, iekļaujiet blakusfailus.","Increase storage size or delete files to continue.":"Lai turpinātu, palieliniet krātuves lielumu vai izdzēsiet failus.","Index":"Indekss","Indexing":"Indeksēšana","Indexing canceled":"Indeksēšana atcelta","Indexing completed in %d s":"Indeksēšana pabeigta %d sekundēs","Indexing failed":"Indeksēšana neizdevās","Indexing files in %s":"Notiek failu indeksēšana %s","Indexing media and sidecar files…":"Notiek multivides un blakusfailu indeksēšana…","Indexing originals...":"Notiek oriģinālu indeksēšana...","Information":"Informācija","Inherit":"Pārmantot","Instance":"Instance","Instance ID":"Instances ID","Instance unreachable. Try again once it's back online.":"Instance nav pieejama. Mēģiniet vēlreiz, kad tā atkal būs pieejama.","Instances":"Instances","Insufficient storage":"Nepietiek brīvas vietas","Insufficient storage.":"Brīvas vietas vairs nav.","Interval":"Intervāls","Invalid":"Nederīgs","Invalid address":"Nederīga adrese","Invalid country":"Nederīga valsts","Invalid credentials":"Nederīgs lietotājvārds vai parole","Invalid date":"Nederīgs datums","Invalid link":"Nederīga saite","Invalid name":"Nepareizs nosaukums","Invalid parameters":"Nederīgi parametri","Invalid password, please try again":"Nepareiza parole, lūdzu, mēģiniet vēlreiz","Invalid photo selected":"Atlasīts nederīgs fotoattēls","Invalid time":"Nederīgs laiks","Invalid URL":"Nederīgs URL","Invalid verification code, please try again":"Nepareizs apstiprinājuma kods, lūdzu, mēģiniet vēlreiz","IP Address":"IP adrese","It is a one-time use code that will disable 2FA for your account when you use it.":"Tas ir vienreiz lietojams kods, kas atspējos 2FA jūsu kontam, kad to izmantosiet.","Item":"Ieraksts","Items per page:":"Vienumi lapā:","JPEG Quality: %{n}":"JPEG kvalitāte: %{n}","JPEG Size Limit: %{n}px":"JPEG izmēra ierobežojums: %{n} pikseļi","JPEGs and thumbnails are automatically rendered as needed.":"JPEG faili un to sīktēli tiek automātiski radīti, kad nepieciešams.","Keyword":"Atslēgvārds","Keywords":"Atslēgvārdi","Label":"Birka","Label not found":"Birka nav atrasta","Label saved":"Birka saglabāta","Labels":"Birkas","Labels deleted":"Birkas ir dzēstas","Language":"Valoda","Last Active":"Pēdējais aktīvais","Last Login":"Pēdējā pieteikšanās","Last page":"Pēdējā lapa","Last Sync":"Pēdējā sinhronizācija","Last Used":"Pēdējo reizi izmantots","Latitude":"Platums","LDAP/AD":"LDAP/AD","Learn more":"Uzziniet vairāk","Learn More":"Uzziniet vairāk","Legal Information":"Juridiskā informācija","Lens":"Objektīvs","Lens not found":"Objektīvs nav atrasts","Library":"Bibliotēka","License":"Licence","Like":"Patīk","Lime":"Gaiši zaļš","Limit reached, showing first %{n} files":"Sasniegts limits, tiek rādīti pirmie %{n} faili","Link":"Saite","List":"Saraksts","List View":"Saraksta skats","Live":"Tiešraide","Live Photos":"Tiešraides fotoattēli","Load more":"Ielādēt vairāk","Loading items...":"Notiek vienumu ielāde...","Loading...":"Notiek ielāde...","Local":"Vietējais","Local Time":"Vietējais laiks","Location":"Atrašanās vieta","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Žurnāla ziņojumi tiek parādīti šeit ikreiz, kad PhotoPrism atrod bojātus failus vai pastāv citas potenciālas problēmas.","Login":"Pieteikšanās","Logs":"Žurnāli","Longitude":"Garums","Lost server connection":"Zaudēts savienojums ar serveri","Low":"Zems","Magenta":"Fuksīna","Main Color":"Galvenā krāsa","Male":"Vīrietis","Manage Account":"Pārvaldīt kontu","Manager":"Vadītājs","Manual":"Manuāli","Manual Upload":"Manuāla augšupielāde","Maps":"Kartes","Marker":"Marķieris","Maximum number of accounts has been reached.":"Ir sasniegts maksimālais kontu skaits.","Media":"Mediji","Medium":"Vidējs","Membership":"Dalība","Merge %{a} with %{b}?":"Apvienot %{a} ar %{b}?","Message":"Ziņojums","Metadata":"Metadati","Metrics":"Metrika","Minimize":"Minimizēt","Missing":"Trūkst","Missing or invalid configuration":"Trūkstoša vai nederīga konfigurācija","mixed":"jaukts","Moments":"Mirkļi","Monochrome":"Vienkrāsains","Month":"Mēnesis","More options":"Vairāk iespēju","Mosaic":"Mozaīka","Most Relevant":"Visatbilstošākais","Move Files":"Pārvietot failus","Moving files from %s":"Failu pārvietošana no %s","Must have at least %{n} characters.":"Jābūt vismaz %{n} rakstzīmēm.","Mute":"Izslēgt skaņu","Name":"Vārds","Name too long":"Vārds ir pārāk garš","Never":"Nekad","New":"Jauns","New Password":"Jauna parole","Newest First":"Jaunākie vispirms","Next":"Nākamais","Next page":"Nākamā lapa","Next visual":"Nākamais vizuālais materiāls","No":"Nē","No Access":"Piekļuve nav pieejama","No albums assigned":"Nav piešķirts neviens albums","No albums found":"Nav atrasts neviens albums","No albums selected":"Nav izvēlēti albumi","No data available":"Dati nav pieejami","No files available for download":"Nav pieejamu failu lejupielādei","No items selected":"Nav izvēlēts neviens ieraksts","No labels assigned":"Nav piešķirtas etiķetes","No labels found":"Nav atrastas etiķetes","No labels selected":"Nav atlasītas nevienas birkas","No matching records found":"Nav atrasti atbilstoši ieraksti","No more":"Vairs ne","No people found":"Nav atrastas personas","No pictures found":"Nav atrasts neviens attēls","No recently edited pictures":"Nav nesen rediģētu attēlu","No registered instances.":"Nav reģistrētu gadījumu.","No results":"Nav rezultātu","No server connection":"Nav servera savienojuma","No servers configured.":"Nav konfigurētu serveru.","No services configured.":"Nav konfigurētu pakalpojumu.","No thanks":"Nē, paldies","No users on this instance.":"Šajā instancē nav lietotāju.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nav brīdinājumu vai kļūdu, kas satur šo atslēgvārdu. Ņemiet vērā, ka meklēšana ir reģistrjutīga.","Node":"Mezgls","Nodes":"Mezgli","Non-photographic and low-quality images require a review before they appear in search results.":"Attēli, kas nav fotoattēli un ir zemas kvalitātes, ir jāpārskata, pirms tie parādās meklēšanas rezultātos.","None":"Neviens","Not allowed":"Nav atļauts","Not available in public mode":"Nav pieejams publiskajā režīmā","Not available in read-only mode":"Nav pieejams lasīšanas režīmā","Not found":"Nav atrasts","Not sorted.":"Nav sakārtots.","Not supported":"Nav atbalstīts","Note you may manually manage your originals folder and importing is optional.":"Ņemiet vērā, ka varat manuāli pārvaldīt savu oriģinālu mapi, un importēšana nav obligāta.","Note:":"Piezīme:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Piezīme. Kā attālinātus pakalpojumus dublēšanai un failu augšupielādei var konfigurēt tikai WebDAV serverus, piemēram, Nextcloud vai PhotoPrism.","Notes":"Piezīmes","Nothing to see here yet.":"Šeit vēl nav ko redzēt.","Nothing was found.":"Nekas netika atrasts.","Offline":"Bezsaistē","OK":"Labi","Oldest First":"Vecākais vispirms","On Windows, enter the following resource in the connection dialog:":"Operētājsistēmā Windows savienojuma dialoglodziņā ievadiet šādu resursu:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Sīktēlu ģenerēšana pēc pieprasījuma var izraisīt lielu centrālā procesora un atmiņas izmantošanu. Tas nav ieteicams serveriem un NAS ierīcēm ar ierobežotiem resursiem.","Once a week":"Reizi nedēļā","One album found":"Atrasts viens albums","One entry added to %s":"%s tika pievienots viens ieraksts","One entry removed from %s":"No %s tika izdzēsts viens ieraksts","One file found":"Atrasts viens fails","One file uploaded":"Augšupielādēts viens fails","One folder found":"Atrasta viena mape","One label found":"Atrasta viena etiķete","One person found":"Atrasta viena persona","One picture found":"Atrasta viena bilde","Only locally managed accounts can be set up for authentication with 2FA.":"Divfaktoru autentifikāciju var iestatīt tikai lokāli pārvaldītiem kontiem.","Open":"Atvērt","optional":"neobligāts","or":"vai","Orange":"Oranžs","Organization":"Organizācija","Orientation":"Orientācija","Original file names will be stored and indexed.":"Sākotnējie failu nosaukumi tiks saglabāti un indeksēti.","Original Name":"Sākotnējais nosaukums","Originals":"Oriģināli","Originals folder is empty":"Mapes „Originals“ saturs ir tukšs","Other":"Citi","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Mūsu misija ir nodrošināt lietotājam un privātumam draudzīgāko risinājumu, lai jūsu attēli būtu sakārtoti un pieejami.","Outdoor":"Ārā","Page {0}, Current page":"{0}. lapa, pašreizējā lapa","Pages":"Lapas","Pagination Navigation":"Lappušu navigācija","Panorama":"Panorāma","Panoramas":"Panorāmas","Part of all selected photos":"Daļa no visām atlasītajām fotogrāfijām","Part of some selected photos":"Daļa no dažām atlasītajām fotogrāfijām","Password":"Parole","Password changed":"Parole nomainīta","Pause":"Pauze","Payment required":"Nepieciešams veikt maksājumu","People":"Cilvēki","People you share a link with will be able to view public contents.":"Personas, ar kurām kopīgojat saiti, varēs skatīt publisko saturu.","Permanently deleted":"Neatgriezeniski dzēsts","Permission denied":"Atļauja atteikta","Person":"Persona","Person cover updated":"Personas vāks atjaunināts","Person deleted":"Persona dzēsta","Person not found":"Persona nav atrasta","Person saved":"Glābta persona","Personal":"Personīgā","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism ir 100% pašfinansēts un neatkarīgs.","PhotoPrism+ Membership":"PhotoPrism+ dalība","Photos":"Fotogrāfijas","Picture":"Attēls","Picture Title":"Attēla nosaukums","Pink":"Rozā","Pinned":"Pievienots","Place":"Vieta","Place & Time":"Vieta un laiks","Places":"Vietas","Play":"Spēlēt","Please confirm your new password.":"Lūdzu, apstipriniet savu jauno paroli.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Lūdzu, nokopējiet šo nejauši ģenerēto lietotnes paroli un glabājiet to drošā vietā, jo jūs to vairs nevarēsiet redzēt:","Please do not upload any private, unlawful or offensive pictures.":"Lūdzu, neaugšupielādējiet privātus, nelikumīgus vai aizskarošus attēlus.","Please don't upload photos containing offensive content.":"Lūdzu, neaugšupielādējiet fotoattēlus ar aizskarošu saturu.","Please enter OTP character {0}":"Lūdzu, ievadiet vienreizējās paroles rakstzīmi {0}","Please log in to your account":"Lūdzu, piesakieties savā kontā","Please note that changing your password will log you out on other devices and browsers.":"Lūdzu, ņemiet vērā, ka, mainot paroli, jūs tiksiet izrakstīts no citām ierīcēm un pārlūkprogrammām.","Please restart your instance for the changes to take effect.":"Lūdzu, restartējiet instanci, lai izmaiņas stātos spēkā.","Please wait…":"Lūdzu, uzgaidiet…","PM":"PM","PNG Size Limit: %{n}px":"PNG izmēra ierobežojums: %{n} pikseļi","Portal":"Portāls","Portrait":"Portrets","Preserve filenames":"Saglabāt failu nosaukumus","Press enter to create a new album.":"Lai izveidotu jaunu albumu, nospiediet taustiņu Enter.","Press enter to create new item":"Nospiediet taustiņu Enter, lai izveidotu jaunu vienumu","Prevent database and album backups as well as YAML sidecar files from being created.":"Novērst datubāzes un albuma dublējumu, kā arī YAML blakusfailu izveidi.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Neļaujiet citām lietotnēm piekļūt PhotoPrism kā koplietojamam tīkla diskam.","Preview":"Priekšskatījums","Preview Images":"Priekšskatīt attēlus","Previous":"Iepriekšējais","Previous page":"Iepriekšējā lapa","Previous visual":"Iepriekšējais vizuālais materiāls","Primary":"Primārā","Private":"Privāts","Processing upload...":"Notiek augšupielādes apstrāde...","Product Feedback":"Produkta atsauksmes","Projection":"Projekcija","Purple":"Violets","Quality Filter":"Kvalitātes filtrs","Quality Score":"Kvalitātes rādītājs","Quota exceeded":"Kvota pārsniegta","Random":"Nejauši","Rating {0} of {1}":"Vērtējums {0} no {1}","Raw":"Neapstrādāts","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Atkārtoti indeksēt visus oriģinālus, tostarp jau indeksētos un nemainītos failus.","Read-Only Mode":"Tikai lasīšanas režīms","Recently Added":"Nesen pievienots","Recently Archived":"Nesen arhivēti","Recently Edited":"Nesen rediģēts","Recognition starts after indexing has been completed.":"Atpazīšana sākas pēc indeksēšanas pabeigšanas.","Recognized":"Atzīt","Recovery Code":"Atkopšanas kods","Red":"Sarkans","Refresh":"Atsvaidzināt","Regions":"Reģioni","Register":"Reģistrēties","Registration disabled":"Reģistrācija atspējota","Reload":"Pārlādēt","Reloading…":"Atkārtota ielāde…","Remote Sync":"Attālā sinhronizācija","Remove":"Noņemt","remove failed: unknown album":"Neizdevās noņemt: nezināms albums","Remove from Album":"Noņemt no albuma","Remove from all":"Noņemt no visiem","Remove from all selected photos":"Noņemt no visiem atlasītajiem fotoattēliem","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Noņemiet importētos failus, lai ietaupītu vietu krātuvē. Neatbalstīti failu tipi nekad netiks dzēsti, tie paliks to pašreizējā atrašanās vietā.","Remove the selected instance from the cluster registry?":"Vai noņemt atlasīto instanci no klastera reģistra?","Removed":"Noņemts","Removed %{name}":"%{name} ir izdzēsts","Removed %d files and %d photos":"Tika izdzēsti %d faili un %d fotogrāfijas","Repeated":"Atkārtots","Request failed - are you offline?":"Pieprasījums neizdevās. Vai esat bezsaistē?","Request failed - invalid response":"Pieprasījums neizdevās — nederīga atbilde","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Pieprasīt, lai attēli, kas nav fotoattēli un ir zemas kvalitātes, tiktu pārskatīti, pirms tie parādās meklēšanas rezultātos.","Resolution":"Izšķirtspēja","Restart":"Restartēt","Restore":"Atjaunot","Restored":"Atjaunots","Retry Limit":"Atkārtotu mēģinājumu limits","Retype Password":"Atkārtojiet paroli","Review":"Atsauksme","Role":"Loma","Roles":"Lomas","Rotated":"Pagriezts","Rows per page:":"Rindas lapā:","Satellite":"Satelīts","Save":"Saglabāt","Save changes":"Saglabāt izmaiņas","Scan":"Skenēt","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Noskenējiet QR kodu ar autentifikācijas lietotni vai izmantojiet tālāk norādīto iestatīšanas atslēgu un pēc tam ievadiet ģenerēto verifikācijas kodu:","Scans":"Skenējumi","Scope":"Darbības joma","Scopes":"Darbības jomas","Search":"Meklēt","Season":"Sezona","Secret":"Noslēpums","Security and Access":"Drošība un piekļuve","Select":"Atlasīt","Select a source folder to import files…":"Atlasiet avota mapi, lai importētu failus…","Select date":"Izvēlieties datumu","Select dates":"Izvēlieties datumus","Select or create albums":"Atlasīt vai izveidot albumus","Select or create labels":"Atlasiet vai izveidojiet etiķetes","Select or drop files to upload…":"Izvēlieties vai nometiet failus, lai augšupielādētu…","Select the files to upload…":"Atlasiet augšupielādējamos failus…","Select the folder to be indexed…":"Atlasiet mapi, kas jāindeksē…","Select Time":"Izvēlieties laiku","Selection":"Atlase","Selection added to %s":"Izvēle pievienota %s","Selection approved":"Atlase apstiprināta","Selection archived":"Atlase arhivēta","Selection marked as private":"Atlase ir atzīmēta kā privāta","Selection not found":"Izvēle nav atrasta","Selection restored":"Atlase atjaunota","Sequential Name":"Secīgs nosaukums","Service":"Pakalpojums","Service URL":"Pakalpojuma URL","Services":"Pakalpojumi","Session":"Sesija","Session ID":"Sesijas ID","Sessions":"Sesijas","Set as Album Cover":"Iestatīt kā albuma vāku","Set as Cover Image":"Iestatīt kā vāka attēlu","Settings":"Iestatījumi","Settings saved":"Iestatījumi saglabāti","Setup":"Iestatīšana","Severity":"Smagums","Share":"Kopīgot","Share %{s}":"Kopīgot %{s}","Show":"Rādīt","Show All Labels":"Rādīt visas etiķetes","Show all new faces":"Rādīt visas jaunās sejas","Show Caption":"Rādīt apakšvirsrakstu","Show Captions":"Rādīt parakstus","Show face markers":"Rādīt sejas marķierus","Show hidden":"Rādīt paslēptos","Show Important Only":"Rādīt tikai svarīgos","Show logs in the web interface to monitor activity and troubleshoot problems.":"Rādīt žurnālus tīmekļa saskarnē, lai uzraudzītu aktivitātes un novērstu problēmas.","Show smart albums that group pictures by occasion, trip, or location.":"Rādīt viedos albumus, kas grupē attēlus pēc notikuma, ceļojuma vai atrašanās vietas.","Show the Account page so users can manage their profile and security settings.":"Rādīt konta lapu, lai lietotāji varētu pārvaldīt savu profilu un drošības iestatījumus.","Show the Calendar view to browse the library by year and month.":"Rādīt kalendāra skatu, lai pārlūkotu bibliotēku pēc gada un mēneša.","Show the Labels section to view and manage AI-generated labels.":"Rādīt sadaļu Etiķetes, lai skatītu un pārvaldītu mākslīgā intelekta ģenerētās etiķetes.","Show the Library section to index, manage, and monitor the media library.":"Rādīt sadaļu Bibliotēka, lai indeksētu, pārvaldītu un pārraudzītu multivides bibliotēku.","Show the Places view with interactive maps so you can browse photos by location.":"Rādīt vietu skatu ar interaktīvām kartēm, lai varētu pārlūkot fotoattēlus pēc atrašanās vietas.","Show Titles":"Rādīt nosaukumus","Sidecar":"Blakusvāģis","Sidecar Files":"Blakusvāģu faili","Sign in":"Pierakstīties","Sign Out":"Iziet","Similar":"Līdzīgi","Site URL":"Vietnes URL","Size":"Izmērs","Slideshow":"Slaidrāde","Slow":"Lēns","Software":"Programmatūra","Software Update":"Programmatūras atjauninājums","Some albums could not be copied":"Dažus albumus nevarēja nokopēt","Some albums could not be created. Please edit the names and try again.":"Dažus albumus nevarēja izveidot. Lūdzu, rediģējiet nosaukumus un mēģiniet vēlreiz.","Some albums could not be updated":"Dažus albumus nevarēja atjaunināt","Something went wrong, try again":"Kaut kas nogāja greizi, mēģiniet vēlreiz","Sort by":"Kārtot pēc","Sort by Name (A–Z)":"Kārtot pēc nosaukuma (A–Z)","Sort by Photo Count":"Kārtot pēc fotoattēlu skaita","Sort by Relevance":"Kārtot pēc atbilstības","Sort Order":"Kārtošanas secība","Sorted ascending.":"Kārtots augošā secībā.","Sorted descending.":"Kārtots dilstošā secībā.","Source":"Avots","Stack":"Kaudze","Stack files sharing the same unique image or instance identifier.":"Sakraut failus, kuriem ir viens un tas pats unikālais attēls vai instances identifikators.","Stack pictures taken at the exact same time and location based on their metadata.":"Apvienojiet attēlus, kas uzņemti vienā un tajā pašā laikā un vietā, pamatojoties uz to metadatiem.","Stackable":"Sakraujams","Stacks":"Skursteņi","Start":"Sākt","Start Page":"Sākumlapa","Static Size Limit: %{n}px":"Statiskā izmēra ierobežojums: %{n}px","Status":"Statuss","Stay signed in on this device":"Palieciet pierakstījušies šajā ierīcē","Stop Casting":"Pārtraukt liešanu","Storage":"Uzglabāšana","Streets":"Ielas","Subject":"Tēma","Subject deleted":"Tēma dzēsta","Subject not found":"Tēma nav atrasta","Subject saved":"Tēma saglabāta","Successfully activated":"Veiksmīgi aktivizēts","Successfully Connected":"Veiksmīgi izveidots savienojums","Successfully deleted":"Veiksmīgi dzēsts","Successfully verified":"Veiksmīgi verificēts","Super Admin":"Superadministrators","Support for additional services, like Google Drive, will be added over time.":"Atbalsts papildu pakalpojumiem, piemēram, Google diskam, tiks pievienots laika gaitā.","Support Our Mission":"Atbalstiet mūsu misiju","Sync":"Sinhronizācija","Sync raw and video files":"Sinhronizēt neapstrādātus un video failus","Taken":"Paņemts","Teal":"Zilganzaļa","Terrain":"Reljefs","Text":"Teksts","Thank You for Your Support!":"Paldies par jūsu atbalstu!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Tāpēc PhotoPrism tika izstrādāts no paša sākuma, lai darbotos jebkur, kur jums tas nepieciešams, neapdraudot brīvību, privātumu vai funkcionalitāti.","The index currently contains %{n} hidden files.":"Indeksā pašlaik ir %{n} slēpti faili.","The instance rejected the cluster credentials.":"Instance noraidīja klastera autentifikācijas datus.","The instance returned an unexpected redirect.":"Instance atgriezusi negaidītu pāradresāciju.","The wakeup interval is %s, but must be 1h or less":"Pamošanās intervāls ir %s, bet tam jābūt 1 h vai mazākam","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"To formāts var netikt atbalstīts, tie vēl nav konvertēti uz JPEG vai arī ir dublikāti.","Theme":"Tēma","This account is missing an ID and can't be edited.":"Šim kontam nav identifikatora, tāpēc to nevar rediģēt.","This field is required":"Šis lauks ir obligāts","This instance has no site URL configured.":"Šim eksemplāram nav konfigurēta vietnes URL.","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.":"Tas pievieno oriģinālu mapi kā tīkla disku un ļauj atvērt, rediģēt un dzēst failus no datora vai viedtālruņa tā, it kā tie būtu lokāli.","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. ":"Tas pievieno oriģinālu mapi kā tīkla disku un ļauj atvērt, rediģēt un dzēst failus no datora vai viedtālruņa tā, it kā tie būtu lokāli. ","Time":"Laiks","Time UTC":"Laiks UTC","Time Zone":"Laika josla","Timeout":"Taimauts","Title":{"":"Nosaukums","Account":"Nosaukums","Photo":"Nosaukums"},"Title / Position":"Amats/Amats","to":"uz","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Lai izvairītos no konta bloķēšanas, lūdzu, lejupielādējiet, izdrukājiet vai kopējiet šo atkopšanas kodu tūlīt un glabājiet to drošā vietā.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Lai ģenerētu jaunu lietotnei paredzētu paroli, lūdzu, ievadiet lietojumprogrammas nosaukumu un autorizācijas darbības jomu un atlasiet derīguma termiņu:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Lai pārslēgtos uz jaunu autentifikatora lietotni vai ierīci, vispirms deaktivizējiet divfaktoru autentifikāciju un pēc tam to atkārtoti aktivizējiet:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Lai jauninātu, varat ievadīt aktivizācijas kodu vai noklikšķināt uz \"Reģistrēties\", lai reģistrētos mūsu tīmekļa vietnē:","Today":"Šodien","Toggle View":"Pārslēgt skatu","Token":"Žetons","Too many files selected":"Atlasīts pārāk daudz failu","Too many requests":"Pārāk daudz pieprasījumu","Troubleshooting":"Problēmu novēršana","Try again using other filters or keywords.":"Mēģiniet vēlreiz, izmantojot citus filtrus vai atslēgvārdus.","Two-factor authentication has been enabled for your account.":"Jūsu kontam ir iespējota divfaktoru autentifikācija.","Type":"Tips","Unable to delete":"Nevar izdzēst","Unable to do that":"To nevar izdarīt","Unassign":"Atcelt","Unauthorized":"Neautorizēts","Undo":"Atsaukt","Unique ID":"Unikāls ID","Unknown":"Nezināms","Unknown location":"Nezināma atrašanās vieta","Unregistered":"Nereģistrēts","Unsorted":"Nešķirots","Unstack":"Atdalīt","Unsupported":"Nav atbalstīts","Unsupported format":"Nepiedāvāts formāts","Unsupported type":"Nepiedāvāts tips","Updated":"Atjaunināts","Updating faces":"Seju atjaunināšana","Updating index":"Indeksa atjaunināšana","Updating moments":"Atjaunināšanas mirkļi","Updating picture…":"Notiek attēla atjaunināšana…","Updating previews":"Priekšskatījumu atjaunināšana","Updating stacks":"Kaudzīšu atjaunināšana","Upgrade":"Jaunināt","Upgrade Now":"Jaunināt tūlīt","Upload":"Augšupielādēt","Upload complete":"Augšupielāde pabeigta","Upload complete. Indexing…":"Augšupielāde pabeigta. Indeksēšana…","Upload failed":"Augšupielāde neizdevās","Upload has been processed":"Augšupielāde ir apstrādāta","Upload local files":"Augšupielādēt lokālos failus","Upload might be offensive":"Augšupielāde var būt aizskaroša","Upload Path":"Augšupielādes ceļš","Uploading %{n} of %{t}…":"Notiek %{n} no %{t} augšupielāde…","Uploading photos…":"Notiek fotoattēlu augšupielāde…","Uploading…":"Notiek augšupielāde…","Uploads that may contain such images will be rejected automatically.":"Augšupielādes, kas var saturēt šādus attēlus, tiks automātiski noraidītas.","URL":"URL","Use Presets":"Izmantojiet sākotnējos iestatījumus","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Ja autentifikācijas lietotnē nevarat ģenerēt derīgu verifikācijas kodu, izmantojiet šo atkopšanas kodu, lai piekļūtu savam kontam:","Use your recovery code or contact an administrator for help.":"Izmantojiet savu atkopšanas kodu vai sazinieties ar administratoru, lai saņemtu palīdzību.","User":"Lietotājs","User Guide":"Lietotāja rokasgrāmata","User Interface":"Lietotāja saskarne","User not found":"Lietotājs nav atrasts","Username":"Lietotājvārds","Users":"Lietotāji","UUID":"UUID","Vector":"Vektors","Vectors":"Vektori","Verification Code":"Verifikācijas kods","Verified email required":"Nepieciešama verificēta e-pasta adrese","Version":"Versija","Video":"Video","Video Duration":"Video ilgums","Videos":"Video","View":"Skatīt","View search results as a list.":"Skatīt meklēšanas rezultātus kā sarakstu.","Viewer":"Skatītājs","Vision":"Vīzija","Visitor":"Apmeklētājs","Visual Similarity":"Vizuālā līdzība","Warning":"Brīdinājums","Web Login":"Tīmekļa pieteikšanās","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klienti var izveidot savienojumu ar PhotoPrism, izmantojot šo URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV klienti, piemēram, Microsoft Windows Explorer vai Apple Finder, var tieši izveidot savienojumu ar PhotoPrism. ","WebDAV Upload":"WebDAV augšupielāde","WebGL support is disabled in your browser":"Jūsu pārlūkprogrammā ir atspējots WebGL atbalsts.","Website":"Tīmekļa vietne","White":"Balts","Work Details":"Darba detaļas","Year":"Gads","Yellow":"Dzeltens","Yes":"Jā","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Ja jums ir jautājumi par savu dalību, lūdzu, sazinieties ar mums pa e-pastu membership@photoprism.app.","You can only download one album":"Varat lejupielādēt tikai vienu albumu","You can only download one label":"Varat lejupielādēt tikai vienu etiķeti","You can search for a location or move the marker on the map to change the position:":"Varat meklēt atrašanās vietu vai pārvietot marķieri kartē, lai mainītu pozīciju:","You can upload up to %{n} files for test purposes.":"Testēšanas nolūkos varat augšupielādēt līdz %{n} failiem.","You cannot change your own role.":"Tu nevarēsi mainīt savu lomu.","You do not have access to any instances.":"Jums nav piekļuves nevienai instancēm.","You may only select one item":"Varat izvēlēties tikai vienu vienumu","You may rescan your library to find additional faces.":"Varat atkārtoti skenēt savu bibliotēku, lai atrastu papildu sejas.","Your account could not be connected":"Jūsu kontu neizdevās savienot","Your account has been successfully connected.":"Jūsu konts ir veiksmīgi pievienots.","Your browser does not support WebGL":"Jūsu pārlūkprogramma neatbalsta WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Jūsu pastāvīgais atbalsts palīdz mums regulāri atjaunināt informāciju un saglabāt neatkarību, lai mēs varētu pildīt savu misiju un aizsargāt jūsu privātumu.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Jūsu bibliotēka tiek nepārtraukti analizēta, lai automātiski izveidotu albumus ar īpašiem mirkļiem, ceļojumiem un vietām.","Zip created in %d s":"Arhīvs izveidots %d sekundēs","Zoom in/out":"Pietuvināt/attālināt","Archive":{"Noun":"Arhīvs","Verb":"Arhīvēt"},"Add a Title":{"Photo":"Pievienot nosaukumu"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/ms.json b/frontend/src/locales/json/ms.json index 51fda6b4d..e9bb0a815 100644 --- a/frontend/src/locales/json/ms.json +++ b/frontend/src/locales/json/ms.json @@ -1 +1 @@ -{"ms":{"{0} appended action":"{0} menambahkan tindakan","{0} files":"{0} fail","{0} files ({1} in total)":"{0} fail ({1} kesemuanya)","{0} more":"{0} lagi","{0} prepended action":"{0} tindakan sedia ada","{0} selected":"{0} dipilih","{0}-{1} of {2}":"{0}-{1} daripada {2}","%{n} albums found":"%{n} album ditemui","%{n} files uploaded":"%{n} fail dimuat naik","%{n} folders found":"%{n} folder ditemui","%{n} GB of %{q} GB used":"%{n} GB daripada %{q} GB digunakan","%{n} labels found":"%{n} label ditemui","%{n} people found":"%{n} orang ditemui","%{n} pictures found":"%{n} gambar ditemui","%{s} is too long":"%{s} terlalu panjang","%{s} is too short":"%{s} terlalu pendek","%d entries added to %s":"%d entri telah ditambah ke %s","%d entries removed from %s":"%d entri telah dialih keluar daripada %s","%d files uploaded in %d s":"%d fail dimuat naik dalam %d s","%s already exists":"%s sudah wujud","%s has been restored":"%s telah dipulihkan","1 hour":"1 jam","12 hours":"12 jam","2-Factor Authentication":"2-Faktor Pengesahan","2FA":"2FA","4 hours":"4 jam","A click will copy it to your clipboard.":"Satu klik akan menyalinnya ke papan klip anda.","A new version of %{s} is available:":"Versi baharu %{s} tersedia:","About":"Mengenai","Access granted.":"Akses diberikan.","Access revoked.":"Akses ditarik balik.","Access Token":"Token akses","Account":"Akaun","Account created":"Akaun dibuat","Account deleted":"Akaun dipadamkan","Account Group Mappings":"Pemetaan Kumpulan Akaun","Account not found":"Akaun tidak ditemui","Account restored":"Akaun dipulihkan","Account saved":"Akaun disimpan","Accounts":"Akaun","Accuracy":"Ketepatan","Action":"Tindakan","Actions":"Tindakan","Activate":"Aktifkan","Activate to remove sorting.":"Aktifkan untuk mengalih keluar pengisihan.","Activate to sort ascending.":"Aktifkan untuk mengisih menaik.","Activate to sort descending.":"Aktifkan untuk mengisih menurun.","Activation Code":"Kod pengaktifan","Activity":"Aktiviti","Add":"Tambah","Add %{s}?":"Tambah %{s}?","Add a Caption":"Tambah kapsyen","Add Account":"Edit Akaun","Add Album":"Tambah Album","Add Link":"Tambah Pautan","Add Notes":"Tambah Nota","Add person?":"Tambah orang?","Add pictures from search results by selecting them.":"Tambahkan gambar dengan memilihnya daripada hasil carian.","Add to album":"Tambah kepada album","Add to all":"Tambah kepada semua","Add to all selected photos":"Tambahkan pada semua foto yang dipilih","Added":"Ditambah","Added %{name}":"Ditambah %{name}","Adjust Camera Info":"Laraskan Maklumat Kamera","Adjust Date & Time":"Laraskan Tarikh & Masa","Adjust Location":"Laraskan Lokasi","Admin":"Admin","Advanced":"Lanjutan","Advertise URL":"URL iklan","After 1 day":"Selepas 1 hari","After 3 days":"Selepas 3 hari","After 7 days":"Selepas 7 hari","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Selepas memasukkan kata laluan anda untuk pengesahan, anda boleh menyediakan pengesahan dua faktor dengan apl atau peranti pengesah yang serasi:","After one month":"Selepas sebulan","After one year":"Selepas satu tahun","After selecting pictures from search results, you can add them to an album using the context menu.":"Selepas memilih gambar daripada hasil carian, anda boleh menambahkannya kepada album menggunakan menu konteks.","After two months":"Selepas dua bulan","After two weeks":"Selepas dua minggu","Album":"Album","Album %s deleted":"Album %s telah dipadamkan","Album Backups":"Sandaran Album","Album contents cloned":"Kandungan album disalin","Album created":"Album dibuat","Album deleted":"Album dipadamkan","Album not found":"Album tidak ditemui","Album saved":"Album disimpan","Albums":"Album","Albums deleted":"Album dipadamkan","All":"Semua","All %{n} albums loaded":"Semua %{n} album telah dimuatkan","All %{n} labels loaded":"Semua %{n} label telah dimuatkan","All %{n} people loaded":"Semua %{n} orang telah dimuatkan","All Cameras":"Semua Kamera","All Categories":"Semua Kategori","All Colors":"Semua Warna","All Countries":"Semua Negara","All files from import folder":"Semua fail daripada folder import","All Lenses":"Semua Kanta","All Months":"Semua Bulan","All originals":"Semua yang asal","All Years":"Semua Tahun","Allow configuration and use of connected apps and services for remote uploads and sync.":"Benarkan konfigurasi dan penggunaan apl dan perkhidmatan yang disambungkan untuk muat naik dan penyegerakan jauh.","Allow editing of metadata such as title, description, date, and location.":"Benarkan pengeditan metadata seperti tajuk, perihalan, tarikh dan lokasi.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Benarkan pengeditan metadata, label dan album berbilang gambar sekaligus.","Allow files to be copied or moved from the Import to the Originals folder.":"Dayakan alat Import untuk menyalin atau mengalihkan fail daripada folder Import ke Originals.","Allow files to be permanently deleted to free up storage space.":"Benarkan fail dipadamkan secara kekal untuk mengosongkan ruang storan.","Allow users to archive photos and videos so they are hidden without being deleted.":"Benarkan pengguna mengarkibkan foto dan video supaya ia disembunyikan tanpa dipadamkan.","Allow users to create and share links, and enable sharing with connected services.":"Benarkan pengguna membuat dan berkongsi pautan serta membolehkan perkongsian dengan perkhidmatan yang disambungkan.","Allow users to upload new photos and videos through the web interface.":"Benarkan pengguna memuat naik foto dan video baharu melalui antara muka web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Sebagai alternatif, anda boleh memuat naik fail terus ke pelayan WebDAV seperti Nextcloud.","Altitude":"Ketinggian","Altitude (m)":"Ketinggian (m)","AM":"pagi","Animated":"Beranimasi","Animation":"Animasi","Animations":"Animasi","Any private photos and videos remain private and won't be shared.":"Sebarang foto dan video peribadi kekal peribadi dan tidak akan dikongsi.","API Key":"Kekunci API","Application":"Permohonan","Applications":"Aplikasi","Approve":"Terima","Approve and save changes":"Luluskan dan simpan perubahan","Apps and Devices":"Apl dan Peranti","Archived":"Diarkibkan","Are you sure you want to archive the selection?":"Adakah anda pasti mahu mengarkibkan pemilihan?","Are you sure you want to delete these albums?":"Adakah anda pasti mahu memadamkan album ini?","Are you sure you want to delete these labels?":"Adakah anda pasti mahu memadamkan label ini?","Are you sure you want to delete this account?":"Adakah anda pasti mahu memadamkan akaun ini?","Are you sure you want to delete this album?":"Adakah anda pasti mahu memadamkan album ini?","Are you sure you want to permanently delete these pictures?":"Adakah anda pasti mahu memadamkan gambar ini secara kekal?","Are you sure you want to permanently delete this file?":"Adakah anda pasti mahu memadamkan fail ini secara kekal?","Are you sure?":"Adakah anda pasti?","Artist":"Artis","Aspect Ratio":"Nisbah aspek","Attributes":"Atribut","Audio":"Audio","Audit Log":"Audio","Authentication":"Pengesahan","Auto":"Auto","Back":"belakang","Back to top":"Kembali ke atas","Backup":"Sandaran","Badge":"Lencana","Base Path":"Laluan Pangkalan","Batch":"Kumpulan","Batch Edit":"Suntingan Kelompok","Become a member today, support our mission and enjoy our member benefits!":"Jadi ahli hari ini, sokong misi kami dan nikmati faedah ahli kami!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Sebagai 100% dibiayai sendiri dan bebas, kami boleh berjanji kepada anda bahawa kami tidak akan menjual data anda dan kami akan sentiasa telus tentang perisian dan perkhidmatan kami.","Bio":"Bio","Birth Date":"Tarikh lahir","Black":"Hitam","Blue":"Biru","Brown":"Coklat","Browse":"Semak imbas","Browse Files":"Semak imbas Fail","Browse Pictures":"Layari Gambar","Bug Report":"Laporan Pepijat","Busy, please try again later":"Sedang sibuk, sila cuba lagi kemudian","Busy, please wait…":"Tengah sibuk, sila tunggu…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Dengan menggunakan perisian dan perkhidmatan yang kami sediakan, anda bersetuju menerima syarat perkhidmatan, dasar privasi dan tatakelakuan kami.","Calendar":"Kalendar","Camera":"Kamera","Camera not found":"Kamera tidak ditemui","Camera Serial":"Siri Kamera","Can't access your authenticator app or device?":"Tidak dapat mengakses apl atau peranti pengesah anda?","Can't load more, limit reached":"Tidak dapat memuatkan lagi, had dicapai","Can't select more items":"Tidak dapat memilih lebih banyak item","Cancel":"Batal","Cannot copy to clipboard":"Tidak boleh menyalin ke papan keratan","Caption":"Kapsyen","Cards":"Kad","Carousel slide {0} of {1}":"Slaid karusel {0} daripada {1}","Cast":"Barisan Pelakon","Category":"Kategori","Change Avatar":"Tukar petanda peribadi","Change Password":"jauna parole","Change private flag":"Tukar petanda peribadi","Changes could not be saved":"Perubahan tidak dapat disimpan","Changes successfully saved":"Perubahan berjaya disimpan","Changes to the advanced settings require a restart to take effect.":"Perubahan pada tetapan lanjutan memerlukan mulakan semula untuk berkuat kuasa.","Checked":"Disemak","Choose an instance to continue:":"Pilih satu instans untuk diteruskan:","Chroma":"Chroma","Cleaning index and cache":"Membersihkan indeks dan cache","Cleanup":"Bersihkan","Clear":"Jelas","Clear {0}":"Kosongkan {0}","Client":"Pelanggan","Close":"Tutup","Cluster":"Kluster","Cluster Admin":"Pentadbir Kluster","Cluster Node":"Nod Klaster","Codec":"Codec","Color":"Warna","Color Profile":"Profil Warna","Colors":"Warna","Compare Editions":"Bandingkan Edisi","Complete Rescan":"Selesaikan Imbasan Semula","Confidence":"Keyakinan","Confirm":"sahkan","Connect":"Sambung","Connect via WebDAV":"Sambung melalui WebDAV","Connected":"Sambung","Contact Details":"Hubungi Kami","Contact Us":"Hubungi Kami","Contains %{n} pictures.":"Mengandungi %{n} gambar.","Contains one picture.":"Mengandungi satu gambar.","Content":{"":"kandungan","Edit":"kandungan"},"Continue":"teruskan","Contributor":"Penyumbang","Converting":"Menukar","Copied to clipboard":"Disalin ke papan keratan","Copy":"Salinan","Copying files from %s":"Menyalin fail dari %s","Copyright":"Hak Cipta","Could not be deleted":"Tidak dapat dipadamkan","Could not connect, please try again":"Tidak dapat disambungkan, sila cuba lagi","Could not update person cover":"Tidak dapat mengemas kini muka depan orang","Couldn't find anything.":"Tidak dapat mencari apa-apa.","Country":"Negara","Create Account":"Buat akaun","Create album":"Buat album","Create regular backups based on the configured schedule.":"Buat sandaran indeks berdasarkan jadual yang dikonfigurasikan.","Create YAML files to back up album metadata.":"Cipta fail YAML untuk menyandarkan metadata album.","Create YAML sidecar files to back up picture metadata.":"Cipta fail sidecar YAML untuk menyandarkan metadata gambar.","Created":"Dicipta","Creating thumbnails for":"Mencipta lakaran kenit untuk","Current Password":"Kata Laluan Semasa","Custom":"Adat","Cyan":"Cyan","Daily":"Setiap hari","Database":"Pangkalan data","Database Backups":"Sandaran Pangkalan Data","Databases":"Pangkalan data","Date & Time":"Tarikh & Masa","Day":"Hari","Deactivate":"Nyahaktifkan","Debug Logs":"Log Nyahpepijat","Default":"Lalai","Default Folder":"Folder Lalai","Delete":"Padam","Delete Album":"Padamkan Album","Delete All":"Memadam semua","Delete all?":"Padam semua?","Delete orphaned index entries, sidecar files and thumbnails.":"Padamkan entri indeks yatim piatu, fail sidecar dan lakaran kecil.","deleted":"dipadamkan","Description":"Keterangan","Detailed instructions can be found in our User Guide.":"Arahan terperinci boleh didapati dalam Panduan Pengguna kami.","Details":"Perincian:","Dimensions":"Dimensi","Disable all face detection and recognition features.":"Lumpuhkan semua ciri pengesanan dan pengecaman muka.","Disable Backups":"Lumpuhkan Sandaran","Disable Darktable":"Lumpuhkan Darktable","Disable ExifTool":"Lumpuhkan ExifTool","Disable Faces":"Lumpuhkan Wajah","Disable features that require write permission for the originals folder.":"Lumpuhkan ciri yang memerlukan kebenaran menulis untuk folder asal.","Disable FFmpeg":"Lumpuhkan FFmpeg","Disable ImageMagick":"Lumpuhkan ImageMagick","Disable interactive world maps and reverse geocoding.":"Lumpuhkan peta dunia interaktif dan pengekodan geo terbalik.","Disable MCP":"Lumpuhkan MCP","Disable Places":"Lumpuhkan Tempat","Disable RawTherapee":"Lumpuhkan RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Lumpuhkan titik akhir API Model Context Protocol (MCP) untuk integrasi ejen AI.","Disable Vectors":"Lumpuhkan Vektor","Disable WebDAV":"Lumpuhkan WebDAV","Disabled":"Dilumpuhkan","Disables vector graphics support.":"Melumpuhkan sokongan grafik vektor.","Disables video transcoding and thumbnail extraction.":"Melumpuhkan transkod video dan pengekstrakan lakaran kenit.","Discard":"Buang","Discard changes and close":"Buang perubahan dan tutup","Discard invalid changes?":"Buang perubahan yang tidak sah?","Discard unsaved changes?":"Buang perubahan yang belum disimpan?","Discover":"Temui","Dismiss":"Tolak","Display Name":"Nama paparan","Display picture captions in search results.":"Paparkan kapsyen gambar dalam hasil carian.","Display picture titles in search results.":"Paparkan tajuk gambar dalam hasil carian.","Document":"Dokumen","Documents":"Dokumen","Don't use Darktable to convert RAW images.":"Jangan gunakan Darktable untuk menukar imej RAW.","Don't use ImageMagick to convert images.":"Jangan gunakan ImageMagick untuk menukar imej.","Don't use RawTherapee to convert RAW images.":"Jangan gunakan RawTherapee untuk menukar imej RAW.","Done":"Selesai","Done.":"Selesai.","Download":"Muat turun","Download only original media files, without any automatically generated files.":"Muat turun hanya fail media asal, tanpa sebarang fail yang dijana secara automatik.","Download remote files":"Muat turun fail jauh","Downloading…":"Memuat turun…","Drag and drop files here":"Seret dan lepaskan fail di sini","Driver":"Pemandu","Duplicates will be skipped and only appear once.":"Pendua akan dilangkau dan hanya muncul sekali.","Duration":"Tempoh","Dynamic Previews":"Pratonton Dinamik","Dynamic Size Limit: %{n}px":"Had Saiz Dinamik: %{n}px","Edit":"Edit","Edit %{s}":"Edit %{s}","Edit Account":"Edit Akaun","Edit Photo":"Edit Foto","Edit Photos (%{n})":"Edit Foto (%{n})","Edited":"disunting","Email":"E-mel","Enable debug mode to display additional logs and help with troubleshooting.":"Dayakan mod nyahpepijat untuk memaparkan log tambahan dan membantu menyelesaikan masalah.","Enable downloading of original and sidecar files from the web interface.":"Dayakan muat turun fail asal dan fail sampingan daripada antara muka web.","Enable face recognition and the People view to easily find people you know.":"Dayakan pengecaman muka dan paparan Orang untuk mencari orang yang anda kenali dengan mudah.","Enable new features that may be incomplete or unstable.":"Dayakan ciri baharu yang mungkin tidak lengkap atau tidak stabil.","Enable the file browser to navigate the Originals folder structure.":"Dayakan penyemak imbas fail untuk menavigasi struktur folder Asal.","Enables RAW converter presets. May reduce performance.":"Mendayakan pratetap penukar RAW. Boleh mengurangkan prestasi.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Mendayakan pengesahan dua faktor bermakna anda memerlukan kod pengesahan yang dijana secara rawak untuk log masuk, jadi walaupun seseorang mendapat akses kepada kata laluan anda, mereka tidak akan dapat mengakses akaun anda.","Engine":"Enjin","Enter date":"Masukkan tarikh","Enter dates":"Masukkan tarikh","Enter item name...":"Masukkan nama item...","Enter the code generated by your authenticator app:":"Masukkan kod yang dijana oleh apl pengesah anda:","Enter verification code":"Masukkan kod pengesahan","Enter your password to confirm the action and continue:":"Masukkan kata laluan anda untuk mengesahkan tindakan dan teruskan:","Entity not found":"Entiti tidak ditemui","Error":"ralat","Errors":"Kesilapan","Estimate":"Anggaran","Estimate Locations":"Anggarkan Lokasi","Estimate the approximate location of pictures without GPS coordinates.":"Anggarkan anggaran lokasi gambar tanpa koordinat GPS.","Every two days":"Setiap dua hari","Exclude hidden":"Kecualikan tersembunyi","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Pengekstrakan metadata dengan ExifTool diperlukan untuk sokongan Video, Live Photo dan XMP penuh.","Experimental Features":"Ciri-ciri Eksperimen","Expires":"Luput","Exposure":"Dedahan","Extract still images and generate thumbnails while indexing.":"Ekstrak imej pegun dan hasilkan lakaran kecil semasa mengindeks.","F Number":"Nombor F","Face":"Wajah","Face not found":"Muka tidak ditemui","Faces":"Muka","Failed creating file, please check permissions":"Gagal mencipta fail, sila semak kebenaran.","Failed creating folder, please check permissions":"Gagal mencipta folder, sila semak kebenaran.","Failed removing link":"Gagal mengalih keluar pautan","Failed to connect account.":"Gagal menyambungkan akaun.","Failed to create zip file":"Gagal mencipta fail zip","Failed to load users.":"Gagal memuatkan pengguna.","Failed to remove face marker":"Gagal menanggalkan penanda muka","Failed to remove name":"Gagal membuang nama","Failed to restart server":"Gagal memulakan semula pelayan","Failed to save changes":"Gagal menyimpan perubahan","Failed to save face marker":"Gagal menyimpan penanda muka","Failed to save name":"Gagal menyimpan nama","Failed updating link":"Gagal mengemas kini pautan","Family Name":"Nama keluarga","Fast":"Cepat","Favorite":"Kegemaran","Favorites":"Kegemaran","Feature disabled":"Ciri dilumpuhkan","Feature Request":"Permintaan Ciri","Female":"perempuan","File":"Fail","File Browser":"Pelayar Fail","File Conversion":"Penukaran Fail","File deleted":"Fail telah dipadam","File Name":"Nama Fail","File not found":"Fail tidak ditemui","File removed from stack":"Fail dikeluarkan daripada susunan","File Size":"Fail","File too large":"Fail terlalu besar","File uploaded":"Fail dimuat naik","Filename":"Nama Fail","Files":"Fail","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Fail dengan nama berjujukan seperti 'IMG_1234 (2)' dan 'IMG_1234 (3)' tergolong dalam gambar yang sama.","First page":"Muka surat pertama","Focal Length":"Panjang Fokus","Folder":"Folder","Folder contains %{n} files":"Folder mengandungi %{n} fail","Folder is empty":"Folder kosong","Folders":"Folders","Forgot password?":"Lupa kata laluan?","FPS":"FPS","Frames":"Bingkai","Full Access":"Akses penuh","Fullscreen":"Skrin Penuh","General":"Am","Generate":"Menjana","Generate Previews":"Hasilkan Pratonton","Generated":"Dijana","Get Started":"Mulakan","Given Name":"Nama Asal","Global Options":"Pilihan Global","Go to page {0}":"Pergi ke halaman {0}","Gold":"emas","Green":"Hijau","Grey":"Kelabu","Groups":"Kumpulan","Guest":"tetamu","Hash":"Hash","Help":"Bantuan","Help & Support":"Mendapat Sokongan","Hidden":"Tersembunyi","Hidden Files":"Fail Tersembunyi","Hide":"Sembunyi","Hide Caption":"Sembunyikan kapsyen","Hide face markers":"Sembunyikan penanda muka","Hide private content from global views while keeping it accessible in the Private section.":"Sembunyikan item peribadi daripada paparan global sambil memastikan ia boleh diakses dalam bahagian Peribadi.","High":"tinggi","High Dynamic Range (HDR)":"Julat Dinamik Tinggi (HDR)","Hybrid":"Hibrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Jika anda kehilangan akses kepada apl atau peranti pengesah anda, anda boleh menggunakan kod pemulihan anda untuk mendapatkan semula akses kepada akaun anda.","Image":"Imej","Image Quality":"Kualiti gambar","Import":"Import","Import canceled":"Pembatalan import","Import completed in %d s":"Pembelasan import dalam %d s","Import failed":"Pengimportan gagal","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Fail yang diimport akan diisih mengikut tarikh dan diberi nama unik untuk mengelakkan pendua.","Importing %{s}…":"Mengimport %{s}…","Importing files to originals…":"Mengimport fail ke asal…","in":"dalam","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Sekiranya gambar yang anda jangkakan tiada, sila imbas semula pustaka anda dan tunggu sehingga pengindeksan telah selesai.","Include RAW image files when downloading stacks and archives.":"Sertakan fail imej RAW semasa memuat turun tindanan dan arkib.","Include sidecar files when downloading stacks and archives.":"Sertakan fail sidecar semasa memuat turun tindanan dan arkib.","Increase storage size or delete files to continue.":"Tingkatkan saiz storan atau padam fail untuk meneruskan.","Index":"Indeks","Indexing":"Pengindeksan","Indexing canceled":"Pengindeksan dibatalkan","Indexing completed in %d s":"Pengindeksan selesai dalam %d s","Indexing failed":"Pengindeksan gagal","Indexing files in %s":"Mengindeks fail dalam %s","Indexing media and sidecar files…":"Mengindeks media dan fail sampingan…","Indexing originals...":"Mengindeks asal...","Information":"Maklumat","Inherit":"Mewarisi","Instance":"Contoh","Instance ID":"ID Contoh","Instance unreachable. Try again once it's back online.":"Instance tidak dapat dicapai. Cuba lagi apabila ia kembali dalam talian.","Instances":"Contoh","Insufficient storage":"Storan tidak mencukupi","Insufficient storage.":"Storan tidak mencukupi.","Interval":"Interval","Invalid":"Tarikh tidak sah","Invalid address":"Alamat tidak sah","Invalid country":"Negara tidak sah","Invalid credentials":"Butiran log masuk tidak sah","Invalid date":"Tarikh tidak sah","Invalid link":"Pautan tidak sah","Invalid name":"Nama tidak sah","Invalid parameters":"Tarikh tidak sah","Invalid password, please try again":"Kata laluan tidak sah, sila cuba lagi","Invalid photo selected":"Foto tidak sah dipilih","Invalid time":"Masa tidak sah","Invalid URL":"URL tidak sah","Invalid verification code, please try again":"Kod pengesahan tidak sah, sila cuba lagi","IP Address":"Alamat IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Ia adalah kod penggunaan sekali sahaja yang akan melumpuhkan 2FA untuk akaun anda apabila anda menggunakannya.","Item":"Item","Items per page:":"Item setiap halaman:","JPEG Quality: %{n}":"Kualiti JPEG: %{n}","JPEG Size Limit: %{n}px":"Had Saiz JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG dan lakaran kecil dipaparkan secara automatik mengikut keperluan.","Keyword":"Kata kunci","Keywords":"Kata Kunci","Label":"Label","Label not found":"Label tidak ditemui","Label saved":"Label disimpan","Labels":"Label","Labels deleted":"Label dipadamkan","Language":"Bahasa","Last Active":"Aktif Terakhir","Last Login":"Log masuk kali terakhir","Last page":"Muka surat terakhir","Last Sync":"Penyegerakan Terakhir","Last Used":"Kali terakhir digunakan","Latitude":"Latitud","LDAP/AD":"LDAP/AD","Learn more":"Ketahui lebih lanjut","Learn More":"Ketahui Lebih Lanjut","Legal Information":"Maklumat Undang-undang","Lens":"Lensa","Lens not found":"Lensa tidak ditemui","Library":"Perpustakaan","License":"Lesen","Like":"Suka","Lime":"kapur","Limit reached, showing first %{n} files":"Had dicapai, menunjukkan %{n} fail pertama","Link":"Pautan","List":"Senarai","List View":"Paparan Senarai","Live":"Langsung","Live Photos":"Foto","Load more":"Muatkan lagi","Loading items...":"Memuatkan item...","Loading...":"Memuatkan...","Local":"Tempatan","Local Time":"Waktu Tempatan","Location":"Lokasi","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Mesej log dipaparkan di sini setiap kali PhotoPrism menjumpai fail yang rosak, atau terdapat isu lain yang berpotensi.","Login":"Log masuk","Logs":"Log","Longitude":"Longitud","Lost server connection":"Sambungan pelayan hilang","Low":"rendah","Magenta":"Magenta","Main Color":"Warna Utama","Male":"jantan","Manage Account":"Urus Akaun","Manager":"Pengurus","Manual":"Manual","Manual Upload":"Muat Naik Manual","Maps":"Peta","Marker":"Penanda","Maximum number of accounts has been reached.":"Bilangan maksimum akaun telah dicapai.","Media":"Media","Medium":"Sederhana","Membership":"Keahlian","Merge %{a} with %{b}?":"Gabungkan %{a} dengan %{b}?","Message":"Mesej","Metadata":"Metadata","Metrics":"Metrik","Minimize":"Minimum","Missing":"hilang","Missing or invalid configuration":"Konfigurasi tiada atau tidak sah","mixed":"bercampur-campur","Moments":"Detik-detik","Monochrome":"Monokrom","Month":"Bulan","More options":"Lebih banyak pilihan","Mosaic":"Mozek","Most Relevant":"Paling relevan","Move Files":"Alihkan Fail","Moving files from %s":"Memindahkan fail dari %s","Must have at least %{n} characters.":"Mesti mempunyai sekurang-kurangnya %{n} aksara.","Mute":"bisu","Name":"Nama","Name too long":"Nama terlalu panjang","Never":"Tidak sesekali","New":"Baharu","New Password":"jauna parole","Newest First":"Terbaharu dahulu","Next":"Seterusnya","Next page":"Halaman seterusnya","Next visual":"Visual seterusnya","No":"Tidak","No Access":"Tiada Akses","No albums assigned":"Tiada album diberikan","No albums found":"Tiada album ditemui","No albums selected":"Tiada album dipilih","No data available":"Tiada data tersedia","No files available for download":"Tiada fail tersedia untuk dimuat turun","No items selected":"Tiada item dipilih","No labels assigned":"Tiada label diberikan","No labels found":"Tiada label ditemui","No labels selected":"Tiada label dipilih","No matching records found":"Tiada rekod yang sepadan ditemui","No more":"Tiada lagi","No people found":"Tiada orang ditemui","No pictures found":"Tiada gambar ditemui","No recently edited pictures":"Tiada gambar yang diedit baru-baru ini","No registered instances.":"Tiada instans yang didaftarkan.","No results":"Tiada hasil","No server connection":"Tiada sambungan pelayan","No servers configured.":"Tiada pelayan dikonfigurasikan.","No services configured.":"Tiada pelayan dikonfigurasikan.","No thanks":"Tidak, Terima kasih","No users on this instance.":"Tiada pengguna pada instans ini.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Tiada amaran atau ralat yang mengandungi kata kunci ini. Ambil perhatian bahawa carian adalah sensitif huruf besar-besaran.","Node":"Nod","Nodes":"Nod","Non-photographic and low-quality images require a review before they appear in search results.":"Imej bukan fotografi dan berkualiti rendah memerlukan semakan sebelum ia muncul dalam hasil carian.","None":"Tiada","Not allowed":"Tidak dibenarkan","Not available in public mode":"Tidak tersedia dalam mod awam","Not available in read-only mode":"Tidak tersedia dalam mod baca sahaja","Not found":"Tidak dijumpai","Not sorted.":"Tidak disusun.","Not supported":"Tidak disokong","Note you may manually manage your originals folder and importing is optional.":"Harap maklum bahawa anda boleh mengurus folder asal anda secara manual dan mengimport adalah pilihan.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: Hanya pelayan WebDAV, seperti Nextcloud atau PhotoPrism, boleh dikonfigurasikan sebagai perkhidmatan jauh untuk sandaran dan muat naik fail.","Notes":"Nota-nota","Nothing to see here yet.":"Tiada apa yang boleh dilihat di sini. Bersabarlah.","Nothing was found.":"Tiada apa yang ditemui.","Offline":"Luar Talian","OK":"OK","Oldest First":"Tertua dahulu","On Windows, enter the following resource in the connection dialog:":"Pada Windows, masukkan sumber berikut dalam dialog sambungan:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Penjanaan lakaran kecil atas permintaan boleh menyebabkan penggunaan CPU dan memori yang tinggi. Ia tidak disyorkan untuk pelayan terhad sumber dan peranti NAS.","Once a week":"Sekali seminggu","One album found":"Satu album ditemui","One entry added to %s":"Satu kemasukan telah ditambah ke %s","One entry removed from %s":"Satu entri dikeluarkan daripada %s","One file found":"Satu fail ditemui","One file uploaded":"Satu fail dimuat naik","One folder found":"Satu folder ditemui","One label found":"Satu label ditemui","One person found":"Seorang ditemui","One picture found":"Satu gambar ditemui","Only locally managed accounts can be set up for authentication with 2FA.":"Hanya akaun yang diuruskan secara tempatan boleh disediakan untuk pengesahan dengan 2FA.","Open":"Buka","optional":"pilihan","or":"atau","Orange":"Jingga","Organization":"Orientasi","Orientation":"Orientasi","Original file names will be stored and indexed.":"Nama fail asal akan disimpan dan diindeks.","Original Name":"Nama Asal","Originals":"Asal","Originals folder is empty":"Folder Originals kosong","Other":"Lain-lain","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Misi kami adalah untuk menyediakan penyelesaian yang paling mesra pengguna dan privasi untuk memastikan gambar anda teratur dan boleh diakses.","Outdoor":"Luar","Page {0}, Current page":"Halaman {0}, Halaman semasa","Pages":"muka surat","Pagination Navigation":"Navigasi Penomboran","Panorama":"Panorama","Panoramas":"Panorama","Part of all selected photos":"Sebahagian daripada semua foto yang dipilih","Part of some selected photos":"Sebahagian daripada beberapa foto yang dipilih","Password":"Kata Laluan","Password changed":"Kata laluan ditukar","Pause":"Berhenti sejenak","Payment required":"Bayaran diperlukan","People":"Orang ramai","People you share a link with will be able to view public contents.":"Orang yang anda kongsikan pautan akan dapat melihat kandungan awam.","Permanently deleted":"Dipadamkan secara kekal","Permission denied":"Kebenaran ditolak","Person":"Orang","Person cover updated":"Muka depan orang dikemas kini","Person deleted":"Orang telah dipadam","Person not found":"Orang tidak ditemui","Person saved":"Orang diselamatkan","Personal":"Peribadi","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism adalah 100% dibiayai sendiri dan bebas.","PhotoPrism+ Membership":"Keahlian PhotoPrism+","Photos":"Foto","Picture":"Gambar","Picture Title":"Tajuk Gambar","Pink":"merah jambu","Pinned":"Dipatik","Place":"tempat","Place & Time":"Tempat & Masa","Places":"Tempat","Play":"Main","Please confirm your new password.":"Sila sahkan kata laluan baharu anda.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Sila salin kata laluan apl yang dijana secara rawak berikut dan simpan di tempat yang selamat, kerana anda tidak akan dapat melihatnya lagi:","Please do not upload any private, unlawful or offensive pictures.":"Tolong jangan muat naik sebarang gambar peribadi, menyalahi undang-undang atau menyinggung perasaan.","Please don't upload photos containing offensive content.":"Tolong jangan muat naik foto yang mengandungi kandungan yang menyinggung perasaan.","Please enter OTP character {0}":"Sila masukkan aksara OTP {0}","Please log in to your account":"Sila log masuk ke akaun anda.","Please note that changing your password will log you out on other devices and browsers.":"Sila ambil perhatian bahawa menukar kata laluan anda akan log keluar anda pada peranti dan penyemak imbas lain.","Please restart your instance for the changes to take effect.":"Sila mulakan semula contoh anda untuk perubahan berkuat kuasa.","Please wait…":"Sila tunggu…","PM":"PM","PNG Size Limit: %{n}px":"Had Saiz PNG: %{n}px","Portal":"Portal","Portrait":"Potret","Preserve filenames":"Kekalkan nama fail","Press enter to create a new album.":"Tekan enter untuk mencipta album baharu.","Press enter to create new item":"Tekan enter untuk mencipta item baharu","Prevent database and album backups as well as YAML sidecar files from being created.":"Elakkan sandaran pangkalan data dan album serta fail sidecar YAML daripada dibuat.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Halang apl lain daripada mengakses PhotoPrism sebagai pemacu rangkaian kongsi.","Preview":"Pratonton","Preview Images":"Pratonton Imej","Previous":"Sebelumnya","Previous page":"Halaman sebelumnya","Previous visual":"Visual sebelumnya","Primary":"Utama","Private":"Sulit","Processing upload...":"Pemprosesan muat naik...","Product Feedback":"Maklum Balas Produk","Projection":"Unjuran","Purple":"Ungu","Quality Filter":"Penapis Kualiti","Quality Score":"Skor Kualiti","Quota exceeded":"Kuota melebihi","Random":"Rawak","Rating {0} of {1}":"Penilaian {0} daripada {1}","Raw":"mentah","RAW":"MENTAH","Re-index all originals, including already indexed and unchanged files.":"Indeks semula semua yang asal, termasuk fail yang telah diindeks dan tidak berubah.","Read-Only Mode":"Mod Baca Sahaja","Recently Added":"Baru sahaja ditambah","Recently Archived":"Diarkibkan Baru-baru ini","Recently Edited":"Baru-baru ini disunting","Recognition starts after indexing has been completed.":"Pengiktirafan bermula selepas pengindeksan telah selesai.","Recognized":"Dikenali","Recovery Code":"Kod Pemulihan","Red":"Merah","Refresh":"Segarkan semula","Regions":"kawasan","Register":"Daftar","Reload":"Muat Semula","Reloading…":"Memuatkan semula…","Remote Sync":"Penyegerakan Jauh","Remove":"Buang","remove failed: unknown album":"gagal mengalih keluar: album tidak diketahui","Remove from Album":"Alih keluar daripada album","Remove from all":"Alih keluar daripada semua","Remove from all selected photos":"Alih keluar daripada semua foto yang dipilih","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Alih keluar fail yang diimport untuk menjimatkan storan. Jenis fail yang tidak disokong tidak akan dipadamkan, ia kekal di lokasi semasanya.","Remove the selected instance from the cluster registry?":"Alih keluar contoh yang dipilih daripada daftar kluster?","Removed":"Dialih keluar","Removed %{name}":"Dihapuskan %{name}","Removed %d files and %d photos":"Mengalih keluar %d fail dan %d foto","Repeated":"Diulang","Request failed - are you offline?":"Permintaan gagal - adakah anda di luar talian?","Request failed - invalid response":"Permintaan gagal - respons tidak sah","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Memerlukan imej bukan fotografi dan berkualiti rendah untuk disemak sebelum ia muncul dalam hasil carian.","Resolution":"Resolusi","Restart":"Mula semula","Restore":"Pulih","Restored":"Dipulihkan","Retry Limit":"Had Cuba Semula","Retype Password":"Tulis semula kata laluan","Review":"Tinjauan","Role":"Peranan","Roles":"Peranan","Rotated":"Diputar","Rows per page:":"Baris setiap halaman:","Satellite":"Satelit","Save":"Simpan","Save changes":"Simpan perubahan","Scan":"Imbas","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Imbas kod QR dengan apl pengesah anda atau gunakan kekunci persediaan yang ditunjukkan di bawah dan kemudian masukkan kod pengesahan yang dijana:","Scans":"Imbasan","Scope":"Skop","Scopes":"Skop","Search":"Gelintar","Season":"musim","Secret":"Secret","Security and Access":"Keselamatan dan Akses","Select":"Pilih","Select a source folder to import files…":"Pilih folder sumber untuk mengimport fail…","Select date":"Pilih tarikh","Select dates":"Pilih tarikh","Select or create albums":"Pilih atau buat album","Select or create labels":"Pilih atau buat label","Select or drop files to upload…":"Pilih atau seret fail untuk memuat naik…","Select the files to upload…":"Pilih fail untuk dimuat naik…","Select the folder to be indexed…":"Pilih folder untuk diindeks…","Select Time":"Pilih Masa","Selection":"Pemilihan","Selection added to %s":"Pilihan ditambah ke %s","Selection approved":"Pemilihan diluluskan","Selection archived":"Pemilihan diarkibkan","Selection marked as private":"Pilihan yang ditandakan sebagai peribadi","Selection not found":"Pilihan tidak ditemui","Selection restored":"Pemilihan dipulihkan","Sequential Name":"Nama Berurutan","Service":"Perkhidmatan","Service URL":"URL perkhidmatan","Services":"URL perkhidmatan","Session":"Sesi","Session ID":"ID Sesi","Sessions":"Sesi","Set as Album Cover":"Tetapkan sebagai Kulit Album","Set as Cover Image":"Tetapkan sebagai Imej Muka Depan","Settings":"Tetapan","Settings saved":"Tetapan Disimpan","Setup":"Persediaan","Severity":"Keterukan","Share":"Kongsi","Share %{s}":"Kongsi %{s}","Show":"Papar","Show All Labels":"Tunjukkan Semua Label","Show all new faces":"Tunjukkan semua muka baharu","Show Caption":"Tunjukkan kapsyen","Show Captions":"Tunjukkan Kapsyen","Show face markers":"Tunjukkan penanda muka","Show hidden":"Tunjukkan tersembunyi","Show Important Only":"Tunjukkan Penting Sahaja","Show logs in the web interface to monitor activity and troubleshoot problems.":"Tunjukkan log dalam antara muka web untuk memantau aktiviti dan menyelesaikan masalah.","Show smart albums that group pictures by occasion, trip, or location.":"Tunjukkan album pintar yang mengumpulkan gambar mengikut acara, perjalanan atau lokasi.","Show the Account page so users can manage their profile and security settings.":"Tunjukkan halaman Akaun supaya pengguna boleh mengurus profil dan tetapan keselamatan mereka.","Show the Calendar view to browse the library by year and month.":"Tunjukkan paparan Kalendar untuk menyemak imbas perpustakaan mengikut tahun dan bulan.","Show the Labels section to view and manage AI-generated labels.":"Tunjukkan bahagian Label untuk melihat dan mengurus label yang dijana AI.","Show the Library section to index, manage, and monitor the media library.":"Tunjukkan bahagian Perpustakaan untuk mengindeks, mengurus dan memantau pustaka media.","Show the Places view with interactive maps so you can browse photos by location.":"Tunjukkan paparan Tempat dengan peta interaktif supaya anda boleh menyemak imbas foto mengikut lokasi.","Show Titles":"Tajuk Tajuk","Sidecar":"Sidecar","Sidecar Files":"Fail Sidecar","Sign in":"Log masuk","Sign Out":"Log keluar","Similar":"serupa","Site URL":"URL tapak","Size":"Saiz","Slideshow":"Tayangan slaid","Slow":"Lambat","Software":"Perisian","Software Update":"Kemas Kini Perisian","Some albums could not be copied":"Beberapa album tidak dapat disalin","Some albums could not be created. Please edit the names and try again.":"Beberapa album tidak dapat dibuat. Sila edit nama dan cuba lagi.","Some albums could not be updated":"Beberapa album tidak dapat dikemas kini","Something went wrong, try again":"Kesilapan telah berlaku, cuba lagi","Sort by":"Isih mengikut","Sort by Name (A–Z)":"Isih mengikut Nama (A–Z)","Sort by Photo Count":"Isih mengikut Kiraan Foto","Sort by Relevance":"Isih mengikut Perkaitan","Sort Order":"Aturan susunan","Sorted ascending.":"Diisih menaik.","Sorted descending.":"Diisih menurun.","Source":"Sumber","Stack":"Timbunan","Stack files sharing the same unique image or instance identifier.":"Tumpukan fail yang berkongsi imej unik atau pengecam contoh yang sama.","Stack pictures taken at the exact same time and location based on their metadata.":"Tumpukan gambar yang diambil pada masa dan lokasi yang sama berdasarkan metadatanya.","Stackable":"Boleh ditindan","Stacks":"tindanan","Start":"Mula","Start Page":"Halaman Mula","Static Size Limit: %{n}px":"Had Saiz Statik: %{n}px","Status":"Status","Stay signed in on this device":"Tetap log masuk pada peranti ini","Stop Casting":"Berhenti melempar","Storage":"Penyimpanan","Streets":"Jalan-jalan","Subject":"Subjek","Subject deleted":"Subjek dipadamkan","Subject not found":"Subjek tidak ditemui","Subject saved":"Subjek disimpan","Successfully activated":"Berjaya diaktifkan","Successfully Connected":"Berjaya Disambungkan","Successfully deleted":"Berjaya dipadamkan","Successfully verified":"Berjaya disahkan","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Sokongan untuk perkhidmatan tambahan, seperti Google Drive, akan ditambahkan dari semasa ke semasa.","Support Our Mission":"Sokong Misi Kami","Sync":"Segerak","Sync raw and video files":"Segerakkan fail mentah dan video","Taken":"diambil","Teal":"Teal","Terrain":"rupa bumi","Text":"Teks","Thank You for Your Support!":"Terima kasih atas sokongan anda!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Itulah sebabnya PhotoPrism dibina dari bawah untuk dijalankan di mana sahaja anda memerlukannya, tanpa menjejaskan kebebasan, privasi atau kefungsian.","The index currently contains %{n} hidden files.":"Indeks pada masa ini mengandungi %{n} fail tersembunyi.","The instance rejected the cluster credentials.":"Instan menolak kelayakan kluster.","The instance returned an unexpected redirect.":"Instanse itu mengembalikan penalaan semula yang tidak dijangka.","The wakeup interval is %s, but must be 1h or less":"Interval pembangkitan ialah %s, tetapi mesti 1 jam atau kurang","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Format mereka mungkin tidak disokong, mereka belum ditukar kepada JPEG lagi atau terdapat pendua.","Theme":"Tema","This account is missing an ID and can't be edited.":"Akaun ini kekurangan ID dan tidak boleh disunting.","This field is required":"Medan ini diperlukan","This instance has no site URL configured.":"Instan ini tidak mempunyai URL tapak yang dikonfigurasikan.","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.":"Ini melekapkan folder asal sebagai pemacu rangkaian dan membolehkan anda membuka, mengedit dan memadam fail daripada komputer atau telefon pintar anda seolah-olah ia adalah tempatan.","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. ":"Ini melekapkan folder asal sebagai pemacu rangkaian dan membolehkan anda membuka, mengedit dan memadam fail daripada komputer atau telefon pintar anda seolah-olah ia adalah tempatan.","Time":"Masa","Time UTC":"Masa UTC","Time Zone":"Zon masa","Timeout":"Masa tamat","Title":{"":"Tajuk","Account":"Tajuk","Photo":"Tajuk"},"Title / Position":"Tajuk terlalu panjang","to":"kepada","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Untuk mengelak daripada dikunci daripada akaun anda, sila muat turun, cetak atau salin kod pemulihan ini sekarang dan simpan di tempat yang selamat.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Untuk menjana kata laluan khusus apl baharu, sila masukkan nama dan skop kebenaran aplikasi dan pilih tarikh tamat tempoh:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Untuk bertukar kepada apl atau peranti pengesah baharu, mula-mula nyahaktifkan pengesahan dua faktor dan kemudian aktifkannya semula:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Untuk menaik taraf, anda boleh sama ada memasukkan kod pengaktifan atau klik \"Daftar\" untuk mendaftar di tapak web kami:","Today":"Hari ini","Toggle View":"Togol Paparan","Token":"Token","Too many files selected":"Terlalu banyak fail dipilih","Too many requests":"Terlalu banyak permintaan","Troubleshooting":"Menyelesaikan masalah","Try again using other filters or keywords.":"Cuba lagi menggunakan penapis atau kata kunci lain.","Two-factor authentication has been enabled for your account.":"Pengesahan dua faktor telah didayakan untuk akaun anda.","Type":"Jenis","Unable to delete":"Tidak dapat memadam","Unable to do that":"Tidak dapat melakukannya","Unassign":"Batalkan penugasan","Unauthorized":"tanpa kebenaran","Undo":"Buat Asal","Unique ID":"ID unik","Unknown":"Tidak Diketahui","Unknown location":"Lokasi tidak diketahui","Unregistered":"Tidak berdaftar","Unsorted":"Tidak diisih","Unstack":"Nyahtindan","Unsupported":"Tidak disokong","Unsupported format":"Format tidak disokong","Unsupported type":"Jenis tidak disokong","Updated":"dikemas kini","Updating faces":"Mengemas kini wajah","Updating index":"Mengemas kini indeks","Updating moments":"Mengemas kini detik","Updating picture…":"Mengemas kini pratonton","Updating previews":"Mengemas kini pratonton","Updating stacks":"Mengemas kini tindanan","Upgrade":"Naik taraf","Upgrade Now":"Menaiktaraf sekarang","Upload":"Muat naik","Upload complete":"Muat naik selesai","Upload complete. Indexing…":"Muat naik selesai. Pengindeksan…","Upload failed":"Muat naik gagal","Upload has been processed":"Pemunggahan telah diproses","Upload local files":"Muat naik fail tempatan","Upload might be offensive":"Muat naik mungkin menyinggung","Upload Path":"Laluan Muat Naik","Uploading %{n} of %{t}…":"Memuat naik %{n} daripada %{t}…","Uploading photos…":"Memuat naik foto…","Uploading…":"Memuatkan semula…","Uploads that may contain such images will be rejected automatically.":"Muat naik yang mungkin mengandungi imej sedemikian akan ditolak secara automatik.","URL":"URL","Use Presets":"Gunakan Pratetap","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Gunakan kod pemulihan berikut untuk mengakses akaun anda apabila anda tidak dapat menjana kod pengesahan yang sah dengan apl pengesah anda:","Use your recovery code or contact an administrator for help.":"Gunakan kod pemulihan anda atau hubungi pentadbir untuk mendapatkan bantuan.","User":"Pengguna","User Guide":"Panduan pengguna","User Interface":"Antara Muka Pengguna","User not found":"Pengguna tidak ditemui","Username":"Nama Pengguna","Users":"Pengguna","UUID":"UUID","Vector":"vektor","Vectors":"vektor","Verification Code":"Kod pengesahan","Version":"Versi","Video":"Video","Video Duration":"Tempoh","Videos":"Video","View":"Lihat","View search results as a list.":"Lihat hasil carian sebagai senarai.","Viewer":"Penonton","Vision":"Penglihatan","Visitor":"Pelawat","Visual Similarity":"Kumpulan mengikut persamaan","Warning":"Amaran","Web Login":"Log Masuk Web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Pelanggan WebDAV boleh menyambung ke PhotoPrism menggunakan URL berikut:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Pelanggan WebDAV, seperti Microsoft Windows Explorer atau Apple's Finder, boleh menyambung terus ke PhotoPrism.","WebDAV Upload":"Muat Naik WebDAV","WebGL support is disabled in your browser":"Sokongan WebGL dilumpuhkan dalam penyemak imbas anda","Website":"laman web","White":"Putih","Work Details":"Perincian:","Year":"Viti","Yellow":"Kuning","Yes":"Ya","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Anda dialu-alukan untuk menghubungi kami di membership@photoprism.app untuk pertanyaan mengenai keahlian anda.","You can only download one album":"Anda hanya boleh memuat turun satu album","You can only download one label":"Anda hanya boleh memuat turun satu label","You can search for a location or move the marker on the map to change the position:":"Anda boleh mencari lokasi atau mengalihkan penanda pada peta untuk menukar kedudukan:","You can upload up to %{n} files for test purposes.":"Anda boleh memuat naik sehingga %{n} fail untuk tujuan ujian.","You cannot change your own role.":"Anda tidak boleh menukar peranan anda sendiri.","You do not have access to any instances.":"Anda tidak mempunyai akses kepada sebarang instans.","You may only select one item":"Anda hanya boleh memilih satu item","You may rescan your library to find additional faces.":"Anda boleh mengimbas semula pustaka anda untuk mencari wajah tambahan.","Your account could not be connected":"Akaun anda tidak dapat disambungkan","Your account has been successfully connected.":"Akaun anda telah berjaya disambungkan.","Your browser does not support WebGL":"Penyemak imbas anda tidak menyokong WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Sokongan berterusan anda membantu kami menyediakan kemas kini dan perkhidmatan tetap seperti peta dunia.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Pustaka anda dianalisis secara berterusan untuk mencipta album detik, perjalanan dan tempat istimewa secara automatik.","Zip created in %d s":"Zip dicipta dalam %d s","Zoom in/out":"Zum masuk/keluar","Archive":{"Noun":"Arkib","Verb":"Arkib"},"Add a Title":{"Photo":"Tambah Tajuk"}}} \ No newline at end of file +{"ms":{"{0} appended action":"{0} menambahkan tindakan","{0} files":"{0} fail","{0} files ({1} in total)":"{0} fail ({1} kesemuanya)","{0} more":"{0} lagi","{0} prepended action":"{0} tindakan sedia ada","{0} selected":"{0} dipilih","{0}-{1} of {2}":"{0}-{1} daripada {2}","%{n} albums found":"%{n} album ditemui","%{n} files uploaded":"%{n} fail dimuat naik","%{n} folders found":"%{n} folder ditemui","%{n} GB of %{q} GB used":"%{n} GB daripada %{q} GB digunakan","%{n} labels found":"%{n} label ditemui","%{n} people found":"%{n} orang ditemui","%{n} pictures found":"%{n} gambar ditemui","%{s} is too long":"%{s} terlalu panjang","%{s} is too short":"%{s} terlalu pendek","%d entries added to %s":"%d entri telah ditambah ke %s","%d entries removed from %s":"%d entri telah dialih keluar daripada %s","%d files uploaded in %d s":"%d fail dimuat naik dalam %d s","%s already exists":"%s sudah wujud","%s has been restored":"%s telah dipulihkan","1 hour":"1 jam","12 hours":"12 jam","2-Factor Authentication":"2-Faktor Pengesahan","2FA":"2FA","4 hours":"4 jam","A click will copy it to your clipboard.":"Satu klik akan menyalinnya ke papan klip anda.","A new version of %{s} is available:":"Versi baharu %{s} tersedia:","About":"Mengenai","Access granted.":"Akses diberikan.","Access revoked.":"Akses ditarik balik.","Access Token":"Token akses","Account":"Akaun","Account created":"Akaun dibuat","Account deleted":"Akaun dipadamkan","Account Group Mappings":"Pemetaan Kumpulan Akaun","Account not found":"Akaun tidak ditemui","Account restored":"Akaun dipulihkan","Account saved":"Akaun disimpan","Accounts":"Akaun","Accuracy":"Ketepatan","Action":"Tindakan","Actions":"Tindakan","Activate":"Aktifkan","Activate to remove sorting.":"Aktifkan untuk mengalih keluar pengisihan.","Activate to sort ascending.":"Aktifkan untuk mengisih menaik.","Activate to sort descending.":"Aktifkan untuk mengisih menurun.","Activation Code":"Kod pengaktifan","Activity":"Aktiviti","Add":"Tambah","Add %{s}?":"Tambah %{s}?","Add a Caption":"Tambah kapsyen","Add Account":"Edit Akaun","Add Album":"Tambah Album","Add Link":"Tambah Pautan","Add Notes":"Tambah Nota","Add person?":"Tambah orang?","Add pictures from search results by selecting them.":"Tambahkan gambar dengan memilihnya daripada hasil carian.","Add to album":"Tambah kepada album","Add to all":"Tambah kepada semua","Add to all selected photos":"Tambahkan pada semua foto yang dipilih","Added":"Ditambah","Added %{name}":"Ditambah %{name}","Adjust Camera Info":"Laraskan Maklumat Kamera","Adjust Date & Time":"Laraskan Tarikh & Masa","Adjust Location":"Laraskan Lokasi","Admin":"Admin","Advanced":"Lanjutan","Advertise URL":"URL iklan","After 1 day":"Selepas 1 hari","After 3 days":"Selepas 3 hari","After 7 days":"Selepas 7 hari","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Selepas memasukkan kata laluan anda untuk pengesahan, anda boleh menyediakan pengesahan dua faktor dengan apl atau peranti pengesah yang serasi:","After one month":"Selepas sebulan","After one year":"Selepas satu tahun","After selecting pictures from search results, you can add them to an album using the context menu.":"Selepas memilih gambar daripada hasil carian, anda boleh menambahkannya kepada album menggunakan menu konteks.","After two months":"Selepas dua bulan","After two weeks":"Selepas dua minggu","Album":"Album","Album %s deleted":"Album %s telah dipadamkan","Album Backups":"Sandaran Album","Album contents cloned":"Kandungan album disalin","Album created":"Album dibuat","Album deleted":"Album dipadamkan","Album not found":"Album tidak ditemui","Album saved":"Album disimpan","Albums":"Album","Albums deleted":"Album dipadamkan","All":"Semua","All %{n} albums loaded":"Semua %{n} album telah dimuatkan","All %{n} labels loaded":"Semua %{n} label telah dimuatkan","All %{n} people loaded":"Semua %{n} orang telah dimuatkan","All Cameras":"Semua Kamera","All Categories":"Semua Kategori","All Colors":"Semua Warna","All Countries":"Semua Negara","All files from import folder":"Semua fail daripada folder import","All Lenses":"Semua Kanta","All Months":"Semua Bulan","All originals":"Semua yang asal","All Years":"Semua Tahun","Allow configuration and use of connected apps and services for remote uploads and sync.":"Benarkan konfigurasi dan penggunaan apl dan perkhidmatan yang disambungkan untuk muat naik dan penyegerakan jauh.","Allow editing of metadata such as title, description, date, and location.":"Benarkan pengeditan metadata seperti tajuk, perihalan, tarikh dan lokasi.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Benarkan pengeditan metadata, label dan album berbilang gambar sekaligus.","Allow files to be copied or moved from the Import to the Originals folder.":"Dayakan alat Import untuk menyalin atau mengalihkan fail daripada folder Import ke Originals.","Allow files to be permanently deleted to free up storage space.":"Benarkan fail dipadamkan secara kekal untuk mengosongkan ruang storan.","Allow users to archive photos and videos so they are hidden without being deleted.":"Benarkan pengguna mengarkibkan foto dan video supaya ia disembunyikan tanpa dipadamkan.","Allow users to create and share links, and enable sharing with connected services.":"Benarkan pengguna membuat dan berkongsi pautan serta membolehkan perkongsian dengan perkhidmatan yang disambungkan.","Allow users to upload new photos and videos through the web interface.":"Benarkan pengguna memuat naik foto dan video baharu melalui antara muka web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Sebagai alternatif, anda boleh memuat naik fail terus ke pelayan WebDAV seperti Nextcloud.","Altitude":"Ketinggian","Altitude (m)":"Ketinggian (m)","AM":"pagi","Animated":"Beranimasi","Animation":"Animasi","Animations":"Animasi","Any private photos and videos remain private and won't be shared.":"Sebarang foto dan video peribadi kekal peribadi dan tidak akan dikongsi.","API Key":"Kekunci API","Application":"Permohonan","Applications":"Aplikasi","Approve":"Terima","Approve and save changes":"Luluskan dan simpan perubahan","Apps and Devices":"Apl dan Peranti","Archived":"Diarkibkan","Are you sure you want to archive the selection?":"Adakah anda pasti mahu mengarkibkan pemilihan?","Are you sure you want to delete these albums?":"Adakah anda pasti mahu memadamkan album ini?","Are you sure you want to delete these labels?":"Adakah anda pasti mahu memadamkan label ini?","Are you sure you want to delete this account?":"Adakah anda pasti mahu memadamkan akaun ini?","Are you sure you want to delete this album?":"Adakah anda pasti mahu memadamkan album ini?","Are you sure you want to permanently delete these pictures?":"Adakah anda pasti mahu memadamkan gambar ini secara kekal?","Are you sure you want to permanently delete this file?":"Adakah anda pasti mahu memadamkan fail ini secara kekal?","Are you sure?":"Adakah anda pasti?","Artist":"Artis","Aspect Ratio":"Nisbah aspek","Attributes":"Atribut","Audio":"Audio","Audit Log":"Audio","Authentication":"Pengesahan","Auto":"Auto","Back":"belakang","Back to top":"Kembali ke atas","Backup":"Sandaran","Badge":"Lencana","Base Path":"Laluan Pangkalan","Batch":"Kumpulan","Batch Edit":"Suntingan Kelompok","Become a member today, support our mission and enjoy our member benefits!":"Jadi ahli hari ini, sokong misi kami dan nikmati faedah ahli kami!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Sebagai 100% dibiayai sendiri dan bebas, kami boleh berjanji kepada anda bahawa kami tidak akan menjual data anda dan kami akan sentiasa telus tentang perisian dan perkhidmatan kami.","Bio":"Bio","Birth Date":"Tarikh lahir","Black":"Hitam","Blue":"Biru","Brown":"Coklat","Browse":"Semak imbas","Browse Files":"Semak imbas Fail","Browse Pictures":"Layari Gambar","Bug Report":"Laporan Pepijat","Busy, please try again later":"Sedang sibuk, sila cuba lagi kemudian","Busy, please wait…":"Tengah sibuk, sila tunggu…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Dengan menggunakan perisian dan perkhidmatan yang kami sediakan, anda bersetuju menerima syarat perkhidmatan, dasar privasi dan tatakelakuan kami.","Calendar":"Kalendar","Camera":"Kamera","Camera not found":"Kamera tidak ditemui","Camera Serial":"Siri Kamera","Can't access your authenticator app or device?":"Tidak dapat mengakses apl atau peranti pengesah anda?","Can't load more, limit reached":"Tidak dapat memuatkan lagi, had dicapai","Can't select more items":"Tidak dapat memilih lebih banyak item","Cancel":"Batal","Cannot copy to clipboard":"Tidak boleh menyalin ke papan keratan","Caption":"Kapsyen","Cards":"Kad","Carousel slide {0} of {1}":"Slaid karusel {0} daripada {1}","Cast":"Barisan Pelakon","Category":"Kategori","Change Avatar":"Tukar petanda peribadi","Change Password":"jauna parole","Change private flag":"Tukar petanda peribadi","Changes could not be saved":"Perubahan tidak dapat disimpan","Changes successfully saved":"Perubahan berjaya disimpan","Changes to the advanced settings require a restart to take effect.":"Perubahan pada tetapan lanjutan memerlukan mulakan semula untuk berkuat kuasa.","Checked":"Disemak","Choose an instance to continue:":"Pilih satu instans untuk diteruskan:","Chroma":"Chroma","Cleaning index and cache":"Membersihkan indeks dan cache","Cleanup":"Bersihkan","Clear":"Jelas","Clear {0}":"Kosongkan {0}","Client":"Pelanggan","Close":"Tutup","Cluster":"Kluster","Cluster Admin":"Pentadbir Kluster","Cluster Node":"Nod Klaster","Codec":"Codec","Color":"Warna","Color Profile":"Profil Warna","Colors":"Warna","Compare Editions":"Bandingkan Edisi","Complete Rescan":"Selesaikan Imbasan Semula","Confidence":"Keyakinan","Confirm":"sahkan","Connect":"Sambung","Connect via WebDAV":"Sambung melalui WebDAV","Connected":"Sambung","Contact Details":"Hubungi Kami","Contact Us":"Hubungi Kami","Contains %{n} pictures.":"Mengandungi %{n} gambar.","Contains one picture.":"Mengandungi satu gambar.","Content":{"":"kandungan","Edit":"kandungan"},"Continue":"teruskan","Contributor":"Penyumbang","Converting":"Menukar","Copied to clipboard":"Disalin ke papan keratan","Copy":"Salinan","Copying files from %s":"Menyalin fail dari %s","Copyright":"Hak Cipta","Could not be deleted":"Tidak dapat dipadamkan","Could not connect, please try again":"Tidak dapat disambungkan, sila cuba lagi","Could not update person cover":"Tidak dapat mengemas kini muka depan orang","Couldn't find anything.":"Tidak dapat mencari apa-apa.","Country":"Negara","Create Account":"Buat akaun","Create album":"Buat album","Create regular backups based on the configured schedule.":"Buat sandaran indeks berdasarkan jadual yang dikonfigurasikan.","Create YAML files to back up album metadata.":"Cipta fail YAML untuk menyandarkan metadata album.","Create YAML sidecar files to back up picture metadata.":"Cipta fail sidecar YAML untuk menyandarkan metadata gambar.","Created":"Dicipta","Creating thumbnails for":"Mencipta lakaran kenit untuk","Current Password":"Kata Laluan Semasa","Custom":"Adat","Cyan":"Cyan","Daily":"Setiap hari","Database":"Pangkalan data","Database Backups":"Sandaran Pangkalan Data","Databases":"Pangkalan data","Date & Time":"Tarikh & Masa","Day":"Hari","Deactivate":"Nyahaktifkan","Debug Logs":"Log Nyahpepijat","Default":"Lalai","Default Folder":"Folder Lalai","Delete":"Padam","Delete Album":"Padamkan Album","Delete All":"Memadam semua","Delete all?":"Padam semua?","Delete orphaned index entries, sidecar files and thumbnails.":"Padamkan entri indeks yatim piatu, fail sidecar dan lakaran kecil.","deleted":"dipadamkan","Description":"Keterangan","Detailed instructions can be found in our User Guide.":"Arahan terperinci boleh didapati dalam Panduan Pengguna kami.","Details":"Perincian:","Dimensions":"Dimensi","Disable all face detection and recognition features.":"Lumpuhkan semua ciri pengesanan dan pengecaman muka.","Disable Backups":"Lumpuhkan Sandaran","Disable Darktable":"Lumpuhkan Darktable","Disable ExifTool":"Lumpuhkan ExifTool","Disable Faces":"Lumpuhkan Wajah","Disable features that require write permission for the originals folder.":"Lumpuhkan ciri yang memerlukan kebenaran menulis untuk folder asal.","Disable FFmpeg":"Lumpuhkan FFmpeg","Disable ImageMagick":"Lumpuhkan ImageMagick","Disable interactive world maps and reverse geocoding.":"Lumpuhkan peta dunia interaktif dan pengekodan geo terbalik.","Disable MCP":"Lumpuhkan MCP","Disable Places":"Lumpuhkan Tempat","Disable RawTherapee":"Lumpuhkan RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Lumpuhkan titik akhir API Model Context Protocol (MCP) untuk integrasi ejen AI.","Disable Vectors":"Lumpuhkan Vektor","Disable WebDAV":"Lumpuhkan WebDAV","Disabled":"Dilumpuhkan","Disables vector graphics support.":"Melumpuhkan sokongan grafik vektor.","Disables video transcoding and thumbnail extraction.":"Melumpuhkan transkod video dan pengekstrakan lakaran kenit.","Discard":"Buang","Discard changes and close":"Buang perubahan dan tutup","Discard invalid changes?":"Buang perubahan yang tidak sah?","Discard unsaved changes?":"Buang perubahan yang belum disimpan?","Discover":"Temui","Dismiss":"Tolak","Display Name":"Nama paparan","Display picture captions in search results.":"Paparkan kapsyen gambar dalam hasil carian.","Display picture titles in search results.":"Paparkan tajuk gambar dalam hasil carian.","Document":"Dokumen","Documents":"Dokumen","Don't use Darktable to convert RAW images.":"Jangan gunakan Darktable untuk menukar imej RAW.","Don't use ImageMagick to convert images.":"Jangan gunakan ImageMagick untuk menukar imej.","Don't use RawTherapee to convert RAW images.":"Jangan gunakan RawTherapee untuk menukar imej RAW.","Done":"Selesai","Done.":"Selesai.","Download":"Muat turun","Download only original media files, without any automatically generated files.":"Muat turun hanya fail media asal, tanpa sebarang fail yang dijana secara automatik.","Download remote files":"Muat turun fail jauh","Downloading…":"Memuat turun…","Drag and drop files here":"Seret dan lepaskan fail di sini","Driver":"Pemandu","Duplicates will be skipped and only appear once.":"Pendua akan dilangkau dan hanya muncul sekali.","Duration":"Tempoh","Dynamic Previews":"Pratonton Dinamik","Dynamic Size Limit: %{n}px":"Had Saiz Dinamik: %{n}px","Edit":"Edit","Edit %{s}":"Edit %{s}","Edit Account":"Edit Akaun","Edit Photo":"Edit Foto","Edit Photos (%{n})":"Edit Foto (%{n})","Edited":"disunting","Email":"E-mel","Enable debug mode to display additional logs and help with troubleshooting.":"Dayakan mod nyahpepijat untuk memaparkan log tambahan dan membantu menyelesaikan masalah.","Enable downloading of original and sidecar files from the web interface.":"Dayakan muat turun fail asal dan fail sampingan daripada antara muka web.","Enable face recognition and the People view to easily find people you know.":"Dayakan pengecaman muka dan paparan Orang untuk mencari orang yang anda kenali dengan mudah.","Enable new features that may be incomplete or unstable.":"Dayakan ciri baharu yang mungkin tidak lengkap atau tidak stabil.","Enable the file browser to navigate the Originals folder structure.":"Dayakan penyemak imbas fail untuk menavigasi struktur folder Asal.","Enables RAW converter presets. May reduce performance.":"Mendayakan pratetap penukar RAW. Boleh mengurangkan prestasi.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Mendayakan pengesahan dua faktor bermakna anda memerlukan kod pengesahan yang dijana secara rawak untuk log masuk, jadi walaupun seseorang mendapat akses kepada kata laluan anda, mereka tidak akan dapat mengakses akaun anda.","Engine":"Enjin","Enter date":"Masukkan tarikh","Enter dates":"Masukkan tarikh","Enter item name...":"Masukkan nama item...","Enter the code generated by your authenticator app:":"Masukkan kod yang dijana oleh apl pengesah anda:","Enter verification code":"Masukkan kod pengesahan","Enter your password to confirm the action and continue:":"Masukkan kata laluan anda untuk mengesahkan tindakan dan teruskan:","Entity not found":"Entiti tidak ditemui","Error":"ralat","Errors":"Kesilapan","Estimate":"Anggaran","Estimate Locations":"Anggarkan Lokasi","Estimate the approximate location of pictures without GPS coordinates.":"Anggarkan anggaran lokasi gambar tanpa koordinat GPS.","Every two days":"Setiap dua hari","Exclude hidden":"Kecualikan tersembunyi","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Pengekstrakan metadata dengan ExifTool diperlukan untuk sokongan Video, Live Photo dan XMP penuh.","Experimental Features":"Ciri-ciri Eksperimen","Expires":"Luput","Exposure":"Dedahan","Extract still images and generate thumbnails while indexing.":"Ekstrak imej pegun dan hasilkan lakaran kecil semasa mengindeks.","F Number":"Nombor F","Face":"Wajah","Face not found":"Muka tidak ditemui","Faces":"Muka","Failed creating file, please check permissions":"Gagal mencipta fail, sila semak kebenaran.","Failed creating folder, please check permissions":"Gagal mencipta folder, sila semak kebenaran.","Failed removing link":"Gagal mengalih keluar pautan","Failed to connect account.":"Gagal menyambungkan akaun.","Failed to create zip file":"Gagal mencipta fail zip","Failed to load users.":"Gagal memuatkan pengguna.","Failed to remove face marker":"Gagal menanggalkan penanda muka","Failed to remove name":"Gagal membuang nama","Failed to restart server":"Gagal memulakan semula pelayan","Failed to save changes":"Gagal menyimpan perubahan","Failed to save face marker":"Gagal menyimpan penanda muka","Failed to save name":"Gagal menyimpan nama","Failed updating link":"Gagal mengemas kini pautan","Family Name":"Nama keluarga","Fast":"Cepat","Favorite":"Kegemaran","Favorites":"Kegemaran","Feature disabled":"Ciri dilumpuhkan","Feature Request":"Permintaan Ciri","Female":"perempuan","File":"Fail","File Browser":"Pelayar Fail","File Conversion":"Penukaran Fail","File deleted":"Fail telah dipadam","File Name":"Nama Fail","File not found":"Fail tidak ditemui","File removed from stack":"Fail dikeluarkan daripada susunan","File Size":"Fail","File too large":"Fail terlalu besar","File uploaded":"Fail dimuat naik","Filename":"Nama Fail","Files":"Fail","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Fail dengan nama berjujukan seperti 'IMG_1234 (2)' dan 'IMG_1234 (3)' tergolong dalam gambar yang sama.","First page":"Muka surat pertama","Focal Length":"Panjang Fokus","Folder":"Folder","Folder contains %{n} files":"Folder mengandungi %{n} fail","Folder is empty":"Folder kosong","Folders":"Folders","Forgot password?":"Lupa kata laluan?","FPS":"FPS","Frames":"Bingkai","Full Access":"Akses penuh","Fullscreen":"Skrin Penuh","General":"Am","Generate":"Menjana","Generate Previews":"Hasilkan Pratonton","Generated":"Dijana","Get Started":"Mulakan","Given Name":"Nama Asal","Global Options":"Pilihan Global","Go to page {0}":"Pergi ke halaman {0}","Gold":"emas","Green":"Hijau","Grey":"Kelabu","Groups":"Kumpulan","Guest":"tetamu","Hash":"Hash","Help":"Bantuan","Help & Support":"Mendapat Sokongan","Hidden":"Tersembunyi","Hidden Files":"Fail Tersembunyi","Hide":"Sembunyi","Hide Caption":"Sembunyikan kapsyen","Hide face markers":"Sembunyikan penanda muka","Hide private content from global views while keeping it accessible in the Private section.":"Sembunyikan item peribadi daripada paparan global sambil memastikan ia boleh diakses dalam bahagian Peribadi.","High":"tinggi","High Dynamic Range (HDR)":"Julat Dinamik Tinggi (HDR)","Hybrid":"Hibrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Jika anda kehilangan akses kepada apl atau peranti pengesah anda, anda boleh menggunakan kod pemulihan anda untuk mendapatkan semula akses kepada akaun anda.","Image":"Imej","Image Quality":"Kualiti gambar","Import":"Import","Import canceled":"Pembatalan import","Import completed in %d s":"Pembelasan import dalam %d s","Import failed":"Pengimportan gagal","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Fail yang diimport akan diisih mengikut tarikh dan diberi nama unik untuk mengelakkan pendua.","Importing %{s}…":"Mengimport %{s}…","Importing files to originals…":"Mengimport fail ke asal…","in":"dalam","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Sekiranya gambar yang anda jangkakan tiada, sila imbas semula pustaka anda dan tunggu sehingga pengindeksan telah selesai.","Include RAW image files when downloading stacks and archives.":"Sertakan fail imej RAW semasa memuat turun tindanan dan arkib.","Include sidecar files when downloading stacks and archives.":"Sertakan fail sidecar semasa memuat turun tindanan dan arkib.","Increase storage size or delete files to continue.":"Tingkatkan saiz storan atau padam fail untuk meneruskan.","Index":"Indeks","Indexing":"Pengindeksan","Indexing canceled":"Pengindeksan dibatalkan","Indexing completed in %d s":"Pengindeksan selesai dalam %d s","Indexing failed":"Pengindeksan gagal","Indexing files in %s":"Mengindeks fail dalam %s","Indexing media and sidecar files…":"Mengindeks media dan fail sampingan…","Indexing originals...":"Mengindeks asal...","Information":"Maklumat","Inherit":"Mewarisi","Instance":"Contoh","Instance ID":"ID Contoh","Instance unreachable. Try again once it's back online.":"Instance tidak dapat dicapai. Cuba lagi apabila ia kembali dalam talian.","Instances":"Contoh","Insufficient storage":"Storan tidak mencukupi","Insufficient storage.":"Storan tidak mencukupi.","Interval":"Interval","Invalid":"Tarikh tidak sah","Invalid address":"Alamat tidak sah","Invalid country":"Negara tidak sah","Invalid credentials":"Butiran log masuk tidak sah","Invalid date":"Tarikh tidak sah","Invalid link":"Pautan tidak sah","Invalid name":"Nama tidak sah","Invalid parameters":"Tarikh tidak sah","Invalid password, please try again":"Kata laluan tidak sah, sila cuba lagi","Invalid photo selected":"Foto tidak sah dipilih","Invalid time":"Masa tidak sah","Invalid URL":"URL tidak sah","Invalid verification code, please try again":"Kod pengesahan tidak sah, sila cuba lagi","IP Address":"Alamat IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Ia adalah kod penggunaan sekali sahaja yang akan melumpuhkan 2FA untuk akaun anda apabila anda menggunakannya.","Item":"Item","Items per page:":"Item setiap halaman:","JPEG Quality: %{n}":"Kualiti JPEG: %{n}","JPEG Size Limit: %{n}px":"Had Saiz JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG dan lakaran kecil dipaparkan secara automatik mengikut keperluan.","Keyword":"Kata kunci","Keywords":"Kata Kunci","Label":"Label","Label not found":"Label tidak ditemui","Label saved":"Label disimpan","Labels":"Label","Labels deleted":"Label dipadamkan","Language":"Bahasa","Last Active":"Aktif Terakhir","Last Login":"Log masuk kali terakhir","Last page":"Muka surat terakhir","Last Sync":"Penyegerakan Terakhir","Last Used":"Kali terakhir digunakan","Latitude":"Latitud","LDAP/AD":"LDAP/AD","Learn more":"Ketahui lebih lanjut","Learn More":"Ketahui Lebih Lanjut","Legal Information":"Maklumat Undang-undang","Lens":"Lensa","Lens not found":"Lensa tidak ditemui","Library":"Perpustakaan","License":"Lesen","Like":"Suka","Lime":"kapur","Limit reached, showing first %{n} files":"Had dicapai, menunjukkan %{n} fail pertama","Link":"Pautan","List":"Senarai","List View":"Paparan Senarai","Live":"Langsung","Live Photos":"Foto","Load more":"Muatkan lagi","Loading items...":"Memuatkan item...","Loading...":"Memuatkan...","Local":"Tempatan","Local Time":"Waktu Tempatan","Location":"Lokasi","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Mesej log dipaparkan di sini setiap kali PhotoPrism menjumpai fail yang rosak, atau terdapat isu lain yang berpotensi.","Login":"Log masuk","Logs":"Log","Longitude":"Longitud","Lost server connection":"Sambungan pelayan hilang","Low":"rendah","Magenta":"Magenta","Main Color":"Warna Utama","Male":"jantan","Manage Account":"Urus Akaun","Manager":"Pengurus","Manual":"Manual","Manual Upload":"Muat Naik Manual","Maps":"Peta","Marker":"Penanda","Maximum number of accounts has been reached.":"Bilangan maksimum akaun telah dicapai.","Media":"Media","Medium":"Sederhana","Membership":"Keahlian","Merge %{a} with %{b}?":"Gabungkan %{a} dengan %{b}?","Message":"Mesej","Metadata":"Metadata","Metrics":"Metrik","Minimize":"Minimum","Missing":"hilang","Missing or invalid configuration":"Konfigurasi tiada atau tidak sah","mixed":"bercampur-campur","Moments":"Detik-detik","Monochrome":"Monokrom","Month":"Bulan","More options":"Lebih banyak pilihan","Mosaic":"Mozek","Most Relevant":"Paling relevan","Move Files":"Alihkan Fail","Moving files from %s":"Memindahkan fail dari %s","Must have at least %{n} characters.":"Mesti mempunyai sekurang-kurangnya %{n} aksara.","Mute":"bisu","Name":"Nama","Name too long":"Nama terlalu panjang","Never":"Tidak sesekali","New":"Baharu","New Password":"jauna parole","Newest First":"Terbaharu dahulu","Next":"Seterusnya","Next page":"Halaman seterusnya","Next visual":"Visual seterusnya","No":"Tidak","No Access":"Tiada Akses","No albums assigned":"Tiada album diberikan","No albums found":"Tiada album ditemui","No albums selected":"Tiada album dipilih","No data available":"Tiada data tersedia","No files available for download":"Tiada fail tersedia untuk dimuat turun","No items selected":"Tiada item dipilih","No labels assigned":"Tiada label diberikan","No labels found":"Tiada label ditemui","No labels selected":"Tiada label dipilih","No matching records found":"Tiada rekod yang sepadan ditemui","No more":"Tiada lagi","No people found":"Tiada orang ditemui","No pictures found":"Tiada gambar ditemui","No recently edited pictures":"Tiada gambar yang diedit baru-baru ini","No registered instances.":"Tiada instans yang didaftarkan.","No results":"Tiada hasil","No server connection":"Tiada sambungan pelayan","No servers configured.":"Tiada pelayan dikonfigurasikan.","No services configured.":"Tiada pelayan dikonfigurasikan.","No thanks":"Tidak, Terima kasih","No users on this instance.":"Tiada pengguna pada instans ini.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Tiada amaran atau ralat yang mengandungi kata kunci ini. Ambil perhatian bahawa carian adalah sensitif huruf besar-besaran.","Node":"Nod","Nodes":"Nod","Non-photographic and low-quality images require a review before they appear in search results.":"Imej bukan fotografi dan berkualiti rendah memerlukan semakan sebelum ia muncul dalam hasil carian.","None":"Tiada","Not allowed":"Tidak dibenarkan","Not available in public mode":"Tidak tersedia dalam mod awam","Not available in read-only mode":"Tidak tersedia dalam mod baca sahaja","Not found":"Tidak dijumpai","Not sorted.":"Tidak disusun.","Not supported":"Tidak disokong","Note you may manually manage your originals folder and importing is optional.":"Harap maklum bahawa anda boleh mengurus folder asal anda secara manual dan mengimport adalah pilihan.","Note:":"Nota:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Nota: Hanya pelayan WebDAV, seperti Nextcloud atau PhotoPrism, boleh dikonfigurasikan sebagai perkhidmatan jauh untuk sandaran dan muat naik fail.","Notes":"Nota-nota","Nothing to see here yet.":"Tiada apa yang boleh dilihat di sini. Bersabarlah.","Nothing was found.":"Tiada apa yang ditemui.","Offline":"Luar Talian","OK":"OK","Oldest First":"Tertua dahulu","On Windows, enter the following resource in the connection dialog:":"Pada Windows, masukkan sumber berikut dalam dialog sambungan:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Penjanaan lakaran kecil atas permintaan boleh menyebabkan penggunaan CPU dan memori yang tinggi. Ia tidak disyorkan untuk pelayan terhad sumber dan peranti NAS.","Once a week":"Sekali seminggu","One album found":"Satu album ditemui","One entry added to %s":"Satu kemasukan telah ditambah ke %s","One entry removed from %s":"Satu entri dikeluarkan daripada %s","One file found":"Satu fail ditemui","One file uploaded":"Satu fail dimuat naik","One folder found":"Satu folder ditemui","One label found":"Satu label ditemui","One person found":"Seorang ditemui","One picture found":"Satu gambar ditemui","Only locally managed accounts can be set up for authentication with 2FA.":"Hanya akaun yang diuruskan secara tempatan boleh disediakan untuk pengesahan dengan 2FA.","Open":"Buka","optional":"pilihan","or":"atau","Orange":"Jingga","Organization":"Orientasi","Orientation":"Orientasi","Original file names will be stored and indexed.":"Nama fail asal akan disimpan dan diindeks.","Original Name":"Nama Asal","Originals":"Asal","Originals folder is empty":"Folder Originals kosong","Other":"Lain-lain","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Misi kami adalah untuk menyediakan penyelesaian yang paling mesra pengguna dan privasi untuk memastikan gambar anda teratur dan boleh diakses.","Outdoor":"Luar","Page {0}, Current page":"Halaman {0}, Halaman semasa","Pages":"muka surat","Pagination Navigation":"Navigasi Penomboran","Panorama":"Panorama","Panoramas":"Panorama","Part of all selected photos":"Sebahagian daripada semua foto yang dipilih","Part of some selected photos":"Sebahagian daripada beberapa foto yang dipilih","Password":"Kata Laluan","Password changed":"Kata laluan ditukar","Pause":"Berhenti sejenak","Payment required":"Bayaran diperlukan","People":"Orang ramai","People you share a link with will be able to view public contents.":"Orang yang anda kongsikan pautan akan dapat melihat kandungan awam.","Permanently deleted":"Dipadamkan secara kekal","Permission denied":"Kebenaran ditolak","Person":"Orang","Person cover updated":"Muka depan orang dikemas kini","Person deleted":"Orang telah dipadam","Person not found":"Orang tidak ditemui","Person saved":"Orang diselamatkan","Personal":"Peribadi","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism adalah 100% dibiayai sendiri dan bebas.","PhotoPrism+ Membership":"Keahlian PhotoPrism+","Photos":"Foto","Picture":"Gambar","Picture Title":"Tajuk Gambar","Pink":"merah jambu","Pinned":"Dipatik","Place":"tempat","Place & Time":"Tempat & Masa","Places":"Tempat","Play":"Main","Please confirm your new password.":"Sila sahkan kata laluan baharu anda.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Sila salin kata laluan apl yang dijana secara rawak berikut dan simpan di tempat yang selamat, kerana anda tidak akan dapat melihatnya lagi:","Please do not upload any private, unlawful or offensive pictures.":"Tolong jangan muat naik sebarang gambar peribadi, menyalahi undang-undang atau menyinggung perasaan.","Please don't upload photos containing offensive content.":"Tolong jangan muat naik foto yang mengandungi kandungan yang menyinggung perasaan.","Please enter OTP character {0}":"Sila masukkan aksara OTP {0}","Please log in to your account":"Sila log masuk ke akaun anda.","Please note that changing your password will log you out on other devices and browsers.":"Sila ambil perhatian bahawa menukar kata laluan anda akan log keluar anda pada peranti dan penyemak imbas lain.","Please restart your instance for the changes to take effect.":"Sila mulakan semula contoh anda untuk perubahan berkuat kuasa.","Please wait…":"Sila tunggu…","PM":"PM","PNG Size Limit: %{n}px":"Had Saiz PNG: %{n}px","Portal":"Portal","Portrait":"Potret","Preserve filenames":"Kekalkan nama fail","Press enter to create a new album.":"Tekan enter untuk mencipta album baharu.","Press enter to create new item":"Tekan enter untuk mencipta item baharu","Prevent database and album backups as well as YAML sidecar files from being created.":"Elakkan sandaran pangkalan data dan album serta fail sidecar YAML daripada dibuat.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Halang apl lain daripada mengakses PhotoPrism sebagai pemacu rangkaian kongsi.","Preview":"Pratonton","Preview Images":"Pratonton Imej","Previous":"Sebelumnya","Previous page":"Halaman sebelumnya","Previous visual":"Visual sebelumnya","Primary":"Utama","Private":"Sulit","Processing upload...":"Pemprosesan muat naik...","Product Feedback":"Maklum Balas Produk","Projection":"Unjuran","Purple":"Ungu","Quality Filter":"Penapis Kualiti","Quality Score":"Skor Kualiti","Quota exceeded":"Kuota melebihi","Random":"Rawak","Rating {0} of {1}":"Penilaian {0} daripada {1}","Raw":"mentah","RAW":"MENTAH","Re-index all originals, including already indexed and unchanged files.":"Indeks semula semua yang asal, termasuk fail yang telah diindeks dan tidak berubah.","Read-Only Mode":"Mod Baca Sahaja","Recently Added":"Baru sahaja ditambah","Recently Archived":"Diarkibkan Baru-baru ini","Recently Edited":"Baru-baru ini disunting","Recognition starts after indexing has been completed.":"Pengiktirafan bermula selepas pengindeksan telah selesai.","Recognized":"Dikenali","Recovery Code":"Kod Pemulihan","Red":"Merah","Refresh":"Segarkan semula","Regions":"kawasan","Register":"Daftar","Registration disabled":"Pendaftaran dilumpuhkan","Reload":"Muat Semula","Reloading…":"Memuatkan semula…","Remote Sync":"Penyegerakan Jauh","Remove":"Buang","remove failed: unknown album":"gagal mengalih keluar: album tidak diketahui","Remove from Album":"Alih keluar daripada album","Remove from all":"Alih keluar daripada semua","Remove from all selected photos":"Alih keluar daripada semua foto yang dipilih","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Alih keluar fail yang diimport untuk menjimatkan storan. Jenis fail yang tidak disokong tidak akan dipadamkan, ia kekal di lokasi semasanya.","Remove the selected instance from the cluster registry?":"Alih keluar contoh yang dipilih daripada daftar kluster?","Removed":"Dialih keluar","Removed %{name}":"Dihapuskan %{name}","Removed %d files and %d photos":"Mengalih keluar %d fail dan %d foto","Repeated":"Diulang","Request failed - are you offline?":"Permintaan gagal - adakah anda di luar talian?","Request failed - invalid response":"Permintaan gagal - respons tidak sah","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Memerlukan imej bukan fotografi dan berkualiti rendah untuk disemak sebelum ia muncul dalam hasil carian.","Resolution":"Resolusi","Restart":"Mula semula","Restore":"Pulih","Restored":"Dipulihkan","Retry Limit":"Had Cuba Semula","Retype Password":"Tulis semula kata laluan","Review":"Tinjauan","Role":"Peranan","Roles":"Peranan","Rotated":"Diputar","Rows per page:":"Baris setiap halaman:","Satellite":"Satelit","Save":"Simpan","Save changes":"Simpan perubahan","Scan":"Imbas","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Imbas kod QR dengan apl pengesah anda atau gunakan kekunci persediaan yang ditunjukkan di bawah dan kemudian masukkan kod pengesahan yang dijana:","Scans":"Imbasan","Scope":"Skop","Scopes":"Skop","Search":"Gelintar","Season":"musim","Secret":"Secret","Security and Access":"Keselamatan dan Akses","Select":"Pilih","Select a source folder to import files…":"Pilih folder sumber untuk mengimport fail…","Select date":"Pilih tarikh","Select dates":"Pilih tarikh","Select or create albums":"Pilih atau buat album","Select or create labels":"Pilih atau buat label","Select or drop files to upload…":"Pilih atau seret fail untuk memuat naik…","Select the files to upload…":"Pilih fail untuk dimuat naik…","Select the folder to be indexed…":"Pilih folder untuk diindeks…","Select Time":"Pilih Masa","Selection":"Pemilihan","Selection added to %s":"Pilihan ditambah ke %s","Selection approved":"Pemilihan diluluskan","Selection archived":"Pemilihan diarkibkan","Selection marked as private":"Pilihan yang ditandakan sebagai peribadi","Selection not found":"Pilihan tidak ditemui","Selection restored":"Pemilihan dipulihkan","Sequential Name":"Nama Berurutan","Service":"Perkhidmatan","Service URL":"URL perkhidmatan","Services":"URL perkhidmatan","Session":"Sesi","Session ID":"ID Sesi","Sessions":"Sesi","Set as Album Cover":"Tetapkan sebagai Kulit Album","Set as Cover Image":"Tetapkan sebagai Imej Muka Depan","Settings":"Tetapan","Settings saved":"Tetapan Disimpan","Setup":"Persediaan","Severity":"Keterukan","Share":"Kongsi","Share %{s}":"Kongsi %{s}","Show":"Papar","Show All Labels":"Tunjukkan Semua Label","Show all new faces":"Tunjukkan semua muka baharu","Show Caption":"Tunjukkan kapsyen","Show Captions":"Tunjukkan Kapsyen","Show face markers":"Tunjukkan penanda muka","Show hidden":"Tunjukkan tersembunyi","Show Important Only":"Tunjukkan Penting Sahaja","Show logs in the web interface to monitor activity and troubleshoot problems.":"Tunjukkan log dalam antara muka web untuk memantau aktiviti dan menyelesaikan masalah.","Show smart albums that group pictures by occasion, trip, or location.":"Tunjukkan album pintar yang mengumpulkan gambar mengikut acara, perjalanan atau lokasi.","Show the Account page so users can manage their profile and security settings.":"Tunjukkan halaman Akaun supaya pengguna boleh mengurus profil dan tetapan keselamatan mereka.","Show the Calendar view to browse the library by year and month.":"Tunjukkan paparan Kalendar untuk menyemak imbas perpustakaan mengikut tahun dan bulan.","Show the Labels section to view and manage AI-generated labels.":"Tunjukkan bahagian Label untuk melihat dan mengurus label yang dijana AI.","Show the Library section to index, manage, and monitor the media library.":"Tunjukkan bahagian Perpustakaan untuk mengindeks, mengurus dan memantau pustaka media.","Show the Places view with interactive maps so you can browse photos by location.":"Tunjukkan paparan Tempat dengan peta interaktif supaya anda boleh menyemak imbas foto mengikut lokasi.","Show Titles":"Tajuk Tajuk","Sidecar":"Sidecar","Sidecar Files":"Fail Sidecar","Sign in":"Log masuk","Sign Out":"Log keluar","Similar":"serupa","Site URL":"URL tapak","Size":"Saiz","Slideshow":"Tayangan slaid","Slow":"Lambat","Software":"Perisian","Software Update":"Kemas Kini Perisian","Some albums could not be copied":"Beberapa album tidak dapat disalin","Some albums could not be created. Please edit the names and try again.":"Beberapa album tidak dapat dibuat. Sila edit nama dan cuba lagi.","Some albums could not be updated":"Beberapa album tidak dapat dikemas kini","Something went wrong, try again":"Kesilapan telah berlaku, cuba lagi","Sort by":"Isih mengikut","Sort by Name (A–Z)":"Isih mengikut Nama (A–Z)","Sort by Photo Count":"Isih mengikut Kiraan Foto","Sort by Relevance":"Isih mengikut Perkaitan","Sort Order":"Aturan susunan","Sorted ascending.":"Diisih menaik.","Sorted descending.":"Diisih menurun.","Source":"Sumber","Stack":"Timbunan","Stack files sharing the same unique image or instance identifier.":"Tumpukan fail yang berkongsi imej unik atau pengecam contoh yang sama.","Stack pictures taken at the exact same time and location based on their metadata.":"Tumpukan gambar yang diambil pada masa dan lokasi yang sama berdasarkan metadatanya.","Stackable":"Boleh ditindan","Stacks":"tindanan","Start":"Mula","Start Page":"Halaman Mula","Static Size Limit: %{n}px":"Had Saiz Statik: %{n}px","Status":"Status","Stay signed in on this device":"Tetap log masuk pada peranti ini","Stop Casting":"Berhenti melempar","Storage":"Penyimpanan","Streets":"Jalan-jalan","Subject":"Subjek","Subject deleted":"Subjek dipadamkan","Subject not found":"Subjek tidak ditemui","Subject saved":"Subjek disimpan","Successfully activated":"Berjaya diaktifkan","Successfully Connected":"Berjaya Disambungkan","Successfully deleted":"Berjaya dipadamkan","Successfully verified":"Berjaya disahkan","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Sokongan untuk perkhidmatan tambahan, seperti Google Drive, akan ditambahkan dari semasa ke semasa.","Support Our Mission":"Sokong Misi Kami","Sync":"Segerak","Sync raw and video files":"Segerakkan fail mentah dan video","Taken":"diambil","Teal":"Teal","Terrain":"rupa bumi","Text":"Teks","Thank You for Your Support!":"Terima kasih atas sokongan anda!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Itulah sebabnya PhotoPrism dibina dari bawah untuk dijalankan di mana sahaja anda memerlukannya, tanpa menjejaskan kebebasan, privasi atau kefungsian.","The index currently contains %{n} hidden files.":"Indeks pada masa ini mengandungi %{n} fail tersembunyi.","The instance rejected the cluster credentials.":"Instan menolak kelayakan kluster.","The instance returned an unexpected redirect.":"Instanse itu mengembalikan penalaan semula yang tidak dijangka.","The wakeup interval is %s, but must be 1h or less":"Interval pembangkitan ialah %s, tetapi mesti 1 jam atau kurang","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Format mereka mungkin tidak disokong, mereka belum ditukar kepada JPEG lagi atau terdapat pendua.","Theme":"Tema","This account is missing an ID and can't be edited.":"Akaun ini kekurangan ID dan tidak boleh disunting.","This field is required":"Medan ini diperlukan","This instance has no site URL configured.":"Instan ini tidak mempunyai URL tapak yang dikonfigurasikan.","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.":"Ini melekapkan folder asal sebagai pemacu rangkaian dan membolehkan anda membuka, mengedit dan memadam fail daripada komputer atau telefon pintar anda seolah-olah ia adalah tempatan.","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. ":"Ini melekapkan folder asal sebagai pemacu rangkaian dan membolehkan anda membuka, mengedit dan memadam fail daripada komputer atau telefon pintar anda seolah-olah ia adalah tempatan.","Time":"Masa","Time UTC":"Masa UTC","Time Zone":"Zon masa","Timeout":"Masa tamat","Title":{"":"Tajuk","Account":"Tajuk","Photo":"Tajuk"},"Title / Position":"Tajuk terlalu panjang","to":"kepada","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Untuk mengelak daripada dikunci daripada akaun anda, sila muat turun, cetak atau salin kod pemulihan ini sekarang dan simpan di tempat yang selamat.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Untuk menjana kata laluan khusus apl baharu, sila masukkan nama dan skop kebenaran aplikasi dan pilih tarikh tamat tempoh:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Untuk bertukar kepada apl atau peranti pengesah baharu, mula-mula nyahaktifkan pengesahan dua faktor dan kemudian aktifkannya semula:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Untuk menaik taraf, anda boleh sama ada memasukkan kod pengaktifan atau klik \"Daftar\" untuk mendaftar di tapak web kami:","Today":"Hari ini","Toggle View":"Togol Paparan","Token":"Token","Too many files selected":"Terlalu banyak fail dipilih","Too many requests":"Terlalu banyak permintaan","Troubleshooting":"Menyelesaikan masalah","Try again using other filters or keywords.":"Cuba lagi menggunakan penapis atau kata kunci lain.","Two-factor authentication has been enabled for your account.":"Pengesahan dua faktor telah didayakan untuk akaun anda.","Type":"Jenis","Unable to delete":"Tidak dapat memadam","Unable to do that":"Tidak dapat melakukannya","Unassign":"Batalkan penugasan","Unauthorized":"tanpa kebenaran","Undo":"Buat Asal","Unique ID":"ID unik","Unknown":"Tidak Diketahui","Unknown location":"Lokasi tidak diketahui","Unregistered":"Tidak berdaftar","Unsorted":"Tidak diisih","Unstack":"Nyahtindan","Unsupported":"Tidak disokong","Unsupported format":"Format tidak disokong","Unsupported type":"Jenis tidak disokong","Updated":"dikemas kini","Updating faces":"Mengemas kini wajah","Updating index":"Mengemas kini indeks","Updating moments":"Mengemas kini detik","Updating picture…":"Mengemas kini pratonton","Updating previews":"Mengemas kini pratonton","Updating stacks":"Mengemas kini tindanan","Upgrade":"Naik taraf","Upgrade Now":"Menaiktaraf sekarang","Upload":"Muat naik","Upload complete":"Muat naik selesai","Upload complete. Indexing…":"Muat naik selesai. Pengindeksan…","Upload failed":"Muat naik gagal","Upload has been processed":"Pemunggahan telah diproses","Upload local files":"Muat naik fail tempatan","Upload might be offensive":"Muat naik mungkin menyinggung","Upload Path":"Laluan Muat Naik","Uploading %{n} of %{t}…":"Memuat naik %{n} daripada %{t}…","Uploading photos…":"Memuat naik foto…","Uploading…":"Memuatkan semula…","Uploads that may contain such images will be rejected automatically.":"Muat naik yang mungkin mengandungi imej sedemikian akan ditolak secara automatik.","URL":"URL","Use Presets":"Gunakan Pratetap","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Gunakan kod pemulihan berikut untuk mengakses akaun anda apabila anda tidak dapat menjana kod pengesahan yang sah dengan apl pengesah anda:","Use your recovery code or contact an administrator for help.":"Gunakan kod pemulihan anda atau hubungi pentadbir untuk mendapatkan bantuan.","User":"Pengguna","User Guide":"Panduan pengguna","User Interface":"Antara Muka Pengguna","User not found":"Pengguna tidak ditemui","Username":"Nama Pengguna","Users":"Pengguna","UUID":"UUID","Vector":"vektor","Vectors":"vektor","Verification Code":"Kod pengesahan","Verified email required":"E-mel yang disahkan diperlukan","Version":"Versi","Video":"Video","Video Duration":"Tempoh","Videos":"Video","View":"Lihat","View search results as a list.":"Lihat hasil carian sebagai senarai.","Viewer":"Penonton","Vision":"Penglihatan","Visitor":"Pelawat","Visual Similarity":"Kumpulan mengikut persamaan","Warning":"Amaran","Web Login":"Log Masuk Web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Pelanggan WebDAV boleh menyambung ke PhotoPrism menggunakan URL berikut:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Pelanggan WebDAV, seperti Microsoft Windows Explorer atau Apple's Finder, boleh menyambung terus ke PhotoPrism.","WebDAV Upload":"Muat Naik WebDAV","WebGL support is disabled in your browser":"Sokongan WebGL dilumpuhkan dalam penyemak imbas anda","Website":"laman web","White":"Putih","Work Details":"Perincian:","Year":"Viti","Yellow":"Kuning","Yes":"Ya","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Anda dialu-alukan untuk menghubungi kami di membership@photoprism.app untuk pertanyaan mengenai keahlian anda.","You can only download one album":"Anda hanya boleh memuat turun satu album","You can only download one label":"Anda hanya boleh memuat turun satu label","You can search for a location or move the marker on the map to change the position:":"Anda boleh mencari lokasi atau mengalihkan penanda pada peta untuk menukar kedudukan:","You can upload up to %{n} files for test purposes.":"Anda boleh memuat naik sehingga %{n} fail untuk tujuan ujian.","You cannot change your own role.":"Anda tidak boleh menukar peranan anda sendiri.","You do not have access to any instances.":"Anda tidak mempunyai akses kepada sebarang instans.","You may only select one item":"Anda hanya boleh memilih satu item","You may rescan your library to find additional faces.":"Anda boleh mengimbas semula pustaka anda untuk mencari wajah tambahan.","Your account could not be connected":"Akaun anda tidak dapat disambungkan","Your account has been successfully connected.":"Akaun anda telah berjaya disambungkan.","Your browser does not support WebGL":"Penyemak imbas anda tidak menyokong WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Sokongan berterusan anda membantu kami menyediakan kemas kini dan perkhidmatan tetap seperti peta dunia.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Pustaka anda dianalisis secara berterusan untuk mencipta album detik, perjalanan dan tempat istimewa secara automatik.","Zip created in %d s":"Zip dicipta dalam %d s","Zoom in/out":"Zum masuk/keluar","Archive":{"Noun":"Arkib","Verb":"Arkib"},"Add a Title":{"Photo":"Tambah Tajuk"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/nb.json b/frontend/src/locales/json/nb.json index 0a8bff49b..9c20bde92 100644 --- a/frontend/src/locales/json/nb.json +++ b/frontend/src/locales/json/nb.json @@ -1 +1 @@ -{"nb":{"{0} appended action":"{0} lagt til handling","{0} files":"{0} filer","{0} files ({1} in total)":"{0} filer ({1} totalt)","{0} more":"{0} mer","{0} prepended action":"{0} Foranstilt handling","{0} selected":"{0} valgt","{0}-{1} of {2}":"{0}-{1} av {2}","%{n} albums found":"%{n} album funnet","%{n} files uploaded":"%{n} filer lastet opp","%{n} folders found":"%{n} mapper funnet","%{n} GB of %{q} GB used":"%{n} GB av %{q} GB brukt","%{n} labels found":"%{n} merkelapper funnet","%{n} people found":"%{n} personer ble funnet","%{n} pictures found":"%{n} bilder funnet","%{s} is too long":"%{s} er for lang","%{s} is too short":"%{s} er for kort","%d entries added to %s":"%d oppføringer lagt til %s","%d entries removed from %s":"%d oppføringer fjernet fra %s","%d files uploaded in %d s":"%d filer lastet opp på %d s","%s already exists":"%s eksisterer allerede","%s has been restored":"%s har blitt gjenopprettet","1 hour":"1 time","12 hours":"12 timer","2-Factor Authentication":"2-faktor autentisering","2FA":"2FA","4 hours":"4 timer","A click will copy it to your clipboard.":"Et klikk vil kopiere det til utklippstavlen.","A new version of %{s} is available:":"En ny versjon av %{s} er tilgjengelig:","About":"Om","Access granted.":"Tilgang innvilget.","Access revoked.":"Tilgangen er opphevet.","Access Token":"Tilgangstoken","Account":"Konto","Account created":"Konto opprettet","Account deleted":"Konto slettet","Account Group Mappings":"Tilordninger av kontogrupper","Account not found":"Konto ikke funnet","Account restored":"Konto gjenopprettet","Account saved":"Konto lagret","Accounts":"Kontoer","Accuracy":"Nøyaktighet","Action":"Handling","Actions":"Handlinger","Activate":"Aktiver","Activate to remove sorting.":"Aktiver for å fjerne sorteringen.","Activate to sort ascending.":"Aktiver for å sortere stigende.","Activate to sort descending.":"Aktiver for å sortere synkende.","Activation Code":"Aktiveringskode","Activity":"Aktivitet","Add":"Legg til","Add %{s}?":"Legg til %{s}?","Add a Caption":"Legg til en bildetekst","Add Account":"Legg til konto","Add Album":"Legg til Album","Add Link":"Legg til Lenke","Add Notes":"Legg til notater","Add person?":"Legg til person?","Add pictures from search results by selecting them.":"Legg til bilder fra søkeresultatene ved å velge dem.","Add to album":"Legg til i album","Add to all":"Legg til alle","Add to all selected photos":"Legg til i alle valgte bilder","Added":"Lagt til","Added %{name}":"%{name} er lagt til","Adjust Camera Info":"Juster kamerainfo","Adjust Date & Time":"Juster dato og klokkeslett","Adjust Location":"Juster plassering","Admin":"Administrasjon","Advanced":"Avansert","Advertise URL":"Annonser URL","After 1 day":"Etter 1 dag","After 3 days":"Etter 3 dager","After 7 days":"Etter 7 dager","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Etter å ha skrevet inn passordet ditt for bekreftelse, kan du sette opp tofaktorautentisering med en kompatibel autentiseringsapp eller enhet:","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 %s deleted":"Album %s slettet","Album Backups":"Sikkerhetskopiering av album","Album contents cloned":"Albuminnhold duplisert","Album created":"Album opprettet","Album deleted":"Album slettet","Album not found":"Album ikke funnet","Album saved":"Album lagret","Albums":"Album","Albums deleted":"Album slettet","All":"Alle","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Tillat konfigurasjon og bruk av tilkoblede apper og tjenester for ekstern opplasting og synkronisering.","Allow editing of metadata such as title, description, date, and location.":"Tillat redigering av metadata som tittel, beskrivelse, dato og sted.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Gjør det mulig å redigere metadata, etiketter og album for flere bilder samtidig.","Allow files to be copied or moved from the Import to the Originals folder.":"Aktiver Import-verktøyet for å kopiere eller flytte filer fra Import-mappen til Originals.","Allow files to be permanently deleted to free up storage space.":"Tillat at filer slettes permanent for å frigjøre lagringsplass.","Allow users to archive photos and videos so they are hidden without being deleted.":"Tillat brukere å arkivere bilder og videoer slik at de skjules uten å bli slettet.","Allow users to create and share links, and enable sharing with connected services.":"Tillat brukere å opprette og dele lenker, og aktiver deling med tilkoblede tjenester.","Allow users to upload new photos and videos through the web interface.":"Tillat brukere å laste opp nye bilder og videoer via nettgrensesnittet.","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)","AM":"AM","Animated":"Animert","Animation":"Animasjon","Animations":"Animasjoner","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","Application":"Søknad","Applications":"Bruksområder","Approve":"Godkjenn","Approve and save changes":"Godkjenn og lagre endringer","Apps and Devices":"Apper og enheter","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 delete this album?":"Er du sikker på at du vil slette dette albumet?","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?","Are you sure?":"Er du sikker?","Artist":"Kunstner","Aspect Ratio":"Sideforhold","Attributes":"Egenskaper","Audio":"Lyd","Audit Log":"Lyd","Authentication":"Autentisering","Auto":"Auto","Back":"Tilbake","Back to top":"Tilbake til toppen","Backup":"Sikkerhetskopiering","Badge":"Merke","Base Path":"Basebane","Batch":"Batch","Batch Edit":"Batchredigering","Become a member today, support our mission and enjoy our member benefits!":"Bli en sponsor i dag, støtt oppdraget vårt og nyt medlemsfordelene våre!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Ved å være 100% selvfinansiert og uavhengig, kan vi love deg at vi aldri vil selge dataene dine og at vi alltid vil være gjennomsiktige om programvaren og tjenestene våre.","Bio":"Info","Birth Date":"Fødselsdato","Black":"Svart","Blue":"Blå","Brown":"Brun","Browse":"Bla gjennom","Browse Files":"Bla gjennom filer","Browse Pictures":"Bla gjennom bilder","Bug Report":"Feilmelding","Busy, please try again later":"Opptatt. Prøv igjen senere","Busy, please wait…":"Opptatt, vennligst vent…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Ved å bruke programvaren og tjenestene vi tilbyr, godtar du våre vilkår for bruk, personvernerklæring og etiske retningslinjer.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kameraet ble ikke funnet","Camera Serial":"Kamera-serienummer","Can't access your authenticator app or device?":"Får du ikke tilgang til autentiseringsappen eller -enheten din?","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","Cannot copy to clipboard":"Kan ikke kopiere til utklippstavlen","Caption":"Bildetekst","Cards":"Kort","Carousel slide {0} of {1}":"Karusellbilde {0} av {1}","Cast":"Rollebesetning","Category":"Kategori","Change Avatar":"Endre profilbilde","Change Password":"Bytt Passord","Change private flag":"Endre private flagg","Changes could not be saved":"Kan ikke lagre endringer","Changes successfully saved":"Endringene ble lagret","Changes to the advanced settings require a restart to take effect.":"Endringer i de avanserte innstillingene krever en omstart for å tre i kraft.","Checked":"Krysset av","Choose an instance to continue:":"Velg en forekomst for å fortsette:","Chroma":"Kroma","Cleaning index and cache":"Rengjøring av indeks og hurtigbuffer","Cleanup":"Opprydding","Clear":"Klar","Clear {0}":"Tøm {0}","Client":"Kunde","Close":"Lukk","Cluster":"Klynge","Cluster Admin":"Klyngeadministrator","Cluster Node":"Klyngeknutepunkt","Codec":"Kodeks","Color":"Farge","Color Profile":"Fargeprofil","Colors":"Farger","Compare Editions":"Sammenlign utgaver","Complete Rescan":"Komplett Ny Skanning","Confidence":"Konfidens","Confirm":"Bekrefte","Connect":"Koble til","Connect via WebDAV":"Koble til via WebDAV","Connected":"Tilkoblet","Contact Details":"Kontaktinformasjon","Contact Us":"Kontakt Oss","Contains %{n} pictures.":"Inneholder %{n} bilder.","Contains one picture.":"Inneholder ett bilde.","Content":{"":"Innhold","Edit":"Innhold"},"Continue":"Fortsette","Contributor":"Bidragsyter","Converting":"Konverterer","Copied to clipboard":"Kopiert til utklippstavlen","Copy":"Kopiere","Copying files from %s":"Kopierer filer fra %s","Copyright":"Opphavsrett","Could not be deleted":"Kan ikke slettes","Could not connect, please try again":"Kunne ikke koble til, vennligst prøv igjen","Could not update person cover":"Kunne ikke oppdatere persondekselet","Couldn't find anything.":"Kunne ikke finne noe.","Country":"Land","Create Account":"Opprett konto","Create album":"Opprett album","Create regular backups based on the configured schedule.":"Opprett sikkerhetskopier av indekser basert på den konfigurerte tidsplanen.","Create YAML files to back up album metadata.":"Opprett YAML-filer for å sikkerhetskopiere metadata for album.","Create YAML sidecar files to back up picture metadata.":"Opprett YAML-sidevognfiler for å sikkerhetskopiere bildemetadata.","Created":"Opprettet","Creating thumbnails for":"Oppretter miniatyrbilder for","Current Password":"Nåværende Passord","Custom":"Tilpasset","Cyan":"Turkis","Daily":"Daglig","Database":"Database","Database Backups":"Sikkerhetskopiering av databaser","Databases":"Databaser","Date & Time":"Dato og klokkeslett","Day":"Dag","Deactivate":"Deaktiver","Debug Logs":"Feilsøkingslogger","Default":"Standard","Default Folder":"Standardmappe","Delete":"Slett","Delete Album":"Slett album","Delete All":"Slett alle","Delete all?":"Slett alt?","Delete orphaned index entries, sidecar files and thumbnails.":"Slett foreldreløse indeksoppføringer, sidefiler og miniatyrbilder.","deleted":"slettet","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 all face detection and recognition features.":"Deaktiver alle funksjoner for ansiktsgjenkjenning og -registrering.","Disable Backups":"Deaktiver Sikkerhetskopi","Disable Darktable":"Deaktiver Darktable","Disable ExifTool":"Deaktiver ExifTool","Disable Faces":"Deaktiver ansikter","Disable features that require write permission for the originals folder.":"Deaktiver funksjoner som krever skrivetillatelse for originalmappen.","Disable FFmpeg":"Deaktiver FFmpeg","Disable ImageMagick":"Deaktiver ImageMagick","Disable interactive world maps and reverse geocoding.":"Deaktiver interaktive verdenskart og omvendt geokoding.","Disable MCP":"Deaktiver MCP","Disable Places":"Deaktiver Plasser","Disable RawTherapee":"Deaktiver RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Deaktiver API-endepunktet MCP (Model Context Protocol) for AI-agentintegrasjoner.","Disable Vectors":"Deaktiver vektorer","Disable WebDAV":"Deaktiver WebDAV","Disabled":"Deaktivert","Disables vector graphics support.":"Deaktiverer støtte for vektorgrafikk.","Disables video transcoding and thumbnail extraction.":"Deaktiverer videotranskoding og miniatyrbildeekstraksjon.","Discard":"Kasser","Discard changes and close":"Forkast endringer og lukk","Discard invalid changes?":"Forkaste ugyldige endringer?","Discard unsaved changes?":"Forkaste endringer som ikke er lagret?","Discover":"Utforsk","Dismiss":"Avskjed","Display Name":"Vist navn","Display picture captions in search results.":"Vis bildetekster i søkeresultatene.","Display picture titles in search results.":"Vis bildetitler i søkeresultatene.","Document":"Dokument","Documents":"Dokumenter","Don't use Darktable to convert RAW images.":"Ikke bruk Darktable til å konvertere RAW-bilder.","Don't use ImageMagick to convert images.":"Ikke bruk ImageMagick til å konvertere bilder.","Don't use RawTherapee to convert RAW images.":"Ikke bruk RawTherapee til å konvertere RAW-bilder.","Done":"Ferdig","Done.":"Ferdig.","Download":"Last ned","Download only original media files, without any automatically generated files.":"Last ned bare originale mediefiler, uten automatisk genererte filer.","Download remote files":"Last ned eksterne filer","Downloading…":"Laster ned…","Drag and drop files here":"Dra og slipp filer her","Driver":"Sjåfør","Duplicates will be skipped and only appear once.":"Duplikater hopes over og vises bare én gang.","Duration":"Varighet","Dynamic Previews":"Dynamiske Forhåndsvisninger","Dynamic Size Limit: %{n}px":"Grense for Dynamisk Størrelse:%{n}px","Edit":"Rediger","Edit %{s}":"Rediger %{s}","Edit Account":"Rediger Konto","Edit Photo":"Rediger Bilde","Edit Photos (%{n})":"Rediger bilder (%{n})","Edited":"Redigert","Email":"E-post","Enable debug mode to display additional logs and help with troubleshooting.":"Aktiver feilsøkingsmodus for å vise flere logger og hjelpe deg med feilsøking.","Enable downloading of original and sidecar files from the web interface.":"Aktiver nedlasting av original- og sidevognfiler fra webgrensesnittet.","Enable face recognition and the People view to easily find people you know.":"Aktiver ansiktsgjenkjenning og Personer-visningen for å enkelt finne personer du kjenner.","Enable new features that may be incomplete or unstable.":"Aktiver nye funksjoner som kan være ufullstendige eller ustabile.","Enable the file browser to navigate the Originals folder structure.":"Aktiver filbrowseren for å navigere i mappestrukturen for Originaler.","Enables RAW converter presets. May reduce performance.":"Aktiverer forhåndsinnstillinger for RAW -omformer. Kan redusere ytelsen.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Aktivering av tofaktorautentisering betyr at du trenger en tilfeldig generert bekreftelseskode for å logge på, så selv om noen får tilgang til passordet ditt, vil de ikke få tilgang til kontoen din.","Engine":"Motor","Enter date":"Angi dato","Enter dates":"Angi datoer","Enter item name...":"Skriv inn varenavnet...","Enter the code generated by your authenticator app:":"Skriv inn koden som genereres av autentiseringsappen din:","Enter verification code":"Angi verifikasjonskode","Enter your password to confirm the action and continue:":"Skriv inn passordet ditt for å bekrefte handlingen og fortsett:","Entity not found":"Enheten ble ikke funnet","Error":"Feil","Errors":"Feil","Estimate":"Anslå","Estimate Locations":"Anslå lokasjoner","Estimate the approximate location of pictures without GPS coordinates.":"Anslå omtrentlig plassering av bilder uten GPS-koordinater.","Every two days":"Hver andre dag","Exclude hidden":"Ekskluder skjult","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metadataekstraksjon med ExifTool er påkrevd for å få full støtte for Video, Live Photo og XMP.","Experimental Features":"Eksperimentelle Funksjoner","Expires":"Utgår","Exposure":"Eksponering","Extract still images and generate thumbnails while indexing.":"Trekk ut stillbilder og generer miniatyrbilder mens du indekserer.","F Number":"F-nummer","Face":"Ansikt","Face not found":"Ansikt ikke funnet","Faces":"Ansikter","Failed creating file, please check permissions":"Kunne ikke opprette fil, vennligst sjekk tillatelser","Failed creating folder, please check permissions":"Kunne ikke opprette mappe, vennligst sjekk tillatelser","Failed removing link":"Fikk ikke til å fjerne lenke","Failed to connect account.":"Kunne ikke koble til konto.","Failed to create zip file":"Kunne ikke opprette zip-arkiv","Failed to load users.":"Det gikk ikke å laste inn brukere.","Failed to remove face marker":"Kunne ikke fjerne ansiktsmarkøren","Failed to remove name":"Kunne ikke fjerne navn","Failed to restart server":"Det gikk ikke an å starte serveren på nytt","Failed to save changes":"Kunne ikke lagre endringene","Failed to save face marker":"Mislyktes med å redde ansiktsmarkør","Failed to save name":"Kunne ikke lagre navn","Failed updating link":"Fikk ikke til å oppdatere lenke","Family Name":"Familienavn","Fast":"Hurtig","Favorite":"Favoritt","Favorites":"Favoritter","Feature disabled":"Tjeneste deaktivert","Feature Request":"Funksjonsforespørsel","Female":"Hunn","File":"Fil","File Browser":"Filutforsker","File Conversion":"Filkonvertering","File deleted":"Fil slettet","File Name":"Filnavn","File not found":"Fil ikke funnet","File removed from stack":"Fil fjernet fra samling","File Size":"Filstørrelse","File too large":"Filen er for stor","File uploaded":"Fil lastet opp","Filename":"Filnavn","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.","First page":"Første side","Focal Length":"Brennvidde","Folder":"Mappe","Folder contains %{n} files":"Mappen inneholder %{n} filer","Folder is empty":"Mappen er tom","Folders":"Mapper","Forgot password?":"Glemt passord?","FPS":"FPS","Frames":"Rammer","Full Access":"Full tilgang","Fullscreen":"Fullskjerm","General":"Generell","Generate":"generere","Generate Previews":"Generer forhåndsvisninger","Generated":"Generert","Get Started":"Kom i gang","Given Name":"Fornavn","Global Options":"Globale alternativer","Go to page {0}":"Gå til side {0}","Gold":"Gull","Green":"Grønn","Grey":"Grå","Groups":"Grupper","Guest":"Gjest","Hash":"Hash","Help":"Hjelp","Help & Support":"Hjelp og støtte","Hidden":"Skjult","Hidden Files":"Skjulte Filer","Hide":"Skjul","Hide Caption":"Skjul bildetekst","Hide face markers":"Skjul ansiktsmarkører","Hide private content from global views while keeping it accessible in the Private section.":"Skjul private elementer fra globale visninger, men hold dem tilgjengelige i Privat-delen.","High":"Høy","High Dynamic Range (HDR)":"Høyt dynamisk område (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Hvis du mister tilgangen til autentiseringsappen eller enheten din, kan du bruke gjenopprettingskoden for å få tilbake tilgang til kontoen din.","Image":"Bilde","Image Quality":"Bildekvalitet","Import":"Importér","Import canceled":"Import avbrutt","Import completed in %d s":"Import fullført på %d s","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.","Importing %{s}…":"Importerer %{s}…","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.","Include RAW image files when downloading stacks and archives.":"Ta med RAW-bildefiler når du laster ned stabler og arkiver.","Include sidecar files when downloading stacks and archives.":"Ta med sidevognfiler når du laster ned stabler og arkiver.","Increase storage size or delete files to continue.":"Øk lagringsstørrelsen eller slett filer for å fortsette.","Index":"Indeks","Indexing":"Indekserer","Indexing canceled":"Indeksering avbrutt","Indexing completed in %d s":"Indeksering fullført på %d s","Indexing failed":"Indeksering feilet","Indexing files in %s":"Indekserer filer i %s","Indexing media and sidecar files…":"Indekserer media- og sidevognfiler…","Indexing originals...":"Indekserer originaler…","Information":"Informasjon","Inherit":"Arve","Instance":"Forekomst","Instance ID":"Instans-ID","Instance unreachable. Try again once it's back online.":"Tjenesten er utilgjengelig. Prøv igjen når den er tilbake på nettet.","Instances":"Forekomster","Insufficient storage":"Utilstrekkelig lagringsplass","Insufficient storage.":"Utilstrekkelig lagringsplass.","Interval":"Intervall","Invalid":"Ugyldig","Invalid address":"Ugyldig adresse","Invalid country":"Ugyldig land","Invalid credentials":"Ugyldige innloggingsdetaljer","Invalid date":"Ugyldig dato","Invalid link":"Ugyldig lenke","Invalid name":"Ugyldig navn","Invalid parameters":"Ugyldige verdier","Invalid password, please try again":"Ugyldig passord, vennligst prøv igjen","Invalid photo selected":"Ugyldig bilde er valgt","Invalid time":"Ugyldig klokkeslett","Invalid URL":"Ugyldig URL","Invalid verification code, please try again":"Ugyldig bekreftelseskode. Prøv igjen","IP Address":"IP-adresse","It is a one-time use code that will disable 2FA for your account when you use it.":"Det er en engangskode som vil deaktivere 2FA for kontoen din når du bruker den.","Item":"Element","Items per page:":"Elementer per side:","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.","Keyword":"Nøkkelord","Keywords":"Nøkkelord","Label":"Merkelapp","Label not found":"Merkelapp ikke funnet","Label saved":"Merkelapper lagret","Labels":"Merkelapper","Labels deleted":"Merkelapper slettet","Language":"Språk","Last Active":"Siste aktive","Last Login":"Siste pålogging","Last page":"Siste side","Last Sync":"Siste synkronisering","Last Used":"Sist brukt","Latitude":"Breddegrad","LDAP/AD":"LDAP/AD","Learn more":"Lær mer","Learn More":"Lær mer","Legal Information":"Juridisk informasjon","Lens":"Linse","Lens not found":"Objektivet ble ikke funnet","Library":"Bibliotek","License":"Lisens","Like":"Lik","Lime":"Lime","Limit reached, showing first %{n} files":"Grensen nådd, viser de første €{n} filene","Link":"Lenke","List":"Liste","List View":"Listevisning","Live":"Direkte","Live Photos":"Fotoer","Load more":"Last inn mer","Loading items...":"Laster inn varer...","Loading...":"Laster...","Local":"Lokalt","Local Time":"Lokaltid","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","Logs":"Logger","Longitude":"Lengdegrad","Lost server connection":"Mistet servertilkobling","Low":"Lav","Magenta":"Magenta","Main Color":"Hovedfarge","Male":"Mann","Manage Account":"Administrer konto","Manager":"Leder","Manual":"Manuell","Manual Upload":"Manuell Opplasting","Maps":"Kart","Marker":"Markør","Maximum number of accounts has been reached.":"Maksimalt antall kontoer er nådd.","Media":"Medier","Medium":"Medium","Membership":"Medlemskap","Merge %{a} with %{b}?":"Vil du slå sammen %{a} med %{b}?","Message":"Melding","Metadata":"Metadata","Metrics":"Beregninger","Minimize":"Minimer","Missing":"Mangler","Missing or invalid configuration":"Mangler eller ugyldig konfigurasjon","mixed":"blandet","Moments":"Øyeblikk","Monochrome":"Monokrom","Month":"Måned","More options":"Flere alternativer","Mosaic":"Mosaikk","Most Relevant":"Mest relevant","Move Files":"Flytt Filer","Moving files from %s":"Flytter filer fra %s","Must have at least %{n} characters.":"Må ha minst %{n} tegn.","Mute":"Mute","Name":"Navn","Name too long":"Navn for langt","Never":"Aldri","New":"Ny","New Password":"Nytt Passord","Newest First":"Nyeste først","Next":"Neste","Next page":"Neste side","Next visual":"Neste visuelle","No":"Nei","No Access":"Ingen tilgang","No albums assigned":"Ingen album tildelt","No albums found":"Ingen album funnet","No albums selected":"Ingen albumer valgt","No data available":"Ingen data tilgjengelig","No files available for download":"Ingen filer tilgjengelig for nedlasting","No items selected":"Ingen elementer valgt","No labels assigned":"Ingen etiketter tildelt","No labels found":"Ingen merkelapper funnet","No labels selected":"Ingen merkelapper valgt","No matching records found":"Ingen matchende poster funnet","No more":"Ikke mer","No people found":"Ingen personar funne","No pictures found":"Fant ingen bilder","No recently edited pictures":"Ingen nylig redigerte bilder","No registered instances.":"Ingen registrerte forekomster.","No results":"Ingen resultater","No server connection":"Ingen servertilkobling","No servers configured.":"Ingen servere konfigurert.","No services configured.":"Ingen tjenester konfigurert.","No thanks":"Nei takk","No users on this instance.":"Det er ingen brukere på denne instansen.","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.","Node":"Knutepunkt","Nodes":"Noder","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","Not allowed":"Ikke tillatt","Not available in public mode":"Ikke tilgjengelig i offentlig modus","Not available in read-only mode":"ikke tilgjengelig i skrivebeskyttet modus","Not found":"Ikke funnet","Not sorted.":"Ikke sortert.","Not supported":"Ikke støttet","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.","Notes":"Notater","Nothing to see here yet.":"Ingenting å se her ennå.","Nothing was found.":"Ingenting ble funnet.","Offline":"Frakoblet","OK":"OK","Oldest First":"Eldste først","On Windows, enter the following resource in the connection dialog:":"På Windows skriver du inn følgende ressurs i tilkoblingsdialogen:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generering av miniatyrbilder på forespørsel kan føre til høy CPU- og minnebruk. Det anbefales ikke for servere og NAS-enheter med begrensede ressurser.","Once a week":"Én gang i uken","One album found":"Ett album funnet","One entry added to %s":"En oppføring lagt til %s","One entry removed from %s":"En oppføring fjernet fra %s","One file found":"Én fil funnet","One file uploaded":"En fil lastet opp","One folder found":"Én mappe funnet","One label found":"En etikett funnet","One person found":"En person funnet","One picture found":"Ett bilde funnet","Only locally managed accounts can be set up for authentication with 2FA.":"Bare lokalt administrerte kontoer kan settes opp for autentisering med 2FA.","Open":"Åpen","optional":"valgfritt","or":"eller","Orange":"Oransje","Organization":"Orientering","Orientation":"Orientering","Original file names will be stored and indexed.":"Filnavn på originaler vil bli lagret og indeksert.","Original Name":"Originalnavn","Originals":"Originaler","Originals folder is empty":"Originaler-mappen er tom","Other":"Andre","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Vårt oppdrag er å tilby den mest bruker- og personvernvennlige løsningen for å holde bildene dine organisert og tilgjengelig.","Outdoor":"Utendørs","Page {0}, Current page":"Side {0}, Gjeldende side","Pages":"Sider","Pagination Navigation":"Navigasjon med paginering","Panorama":"Panorama","Panoramas":"Panoramaer","Part of all selected photos":"En del av alle utvalgte bilder","Part of some selected photos":"En del av noen utvalgte bilder","Password":"Passord","Password changed":"Passord endret","Pause":"Pause","Payment required":"Betaling kreves","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","Permission denied":"Ingen tilgang","Person":"Person","Person cover updated":"Persondekning oppdatert","Person deleted":"Person slettet","Person not found":"Person ikke funnet","Person saved":"Person reddet","Personal":"Personlig","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism er 100 % selvfinansiert og uavhengig.","PhotoPrism+ Membership":"PhotoPrism+-medlemskap","Photos":"Fotoer","Picture":"Bilde","Picture Title":"Bildetittel","Pink":"Rosa","Pinned":"Festet","Place":"Plass","Place & Time":"Sted og tid","Places":"Plasser","Play":"Spill","Please confirm your new password.":"Vennligst bekreft ditt nye passord.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Vennligst kopier følgende tilfeldig genererte app-passord og oppbevar det på et trygt sted, siden du ikke vil kunne se det igjen:","Please do not upload any private, unlawful or offensive pictures.":"Vennligst ikke last opp private, ulovlige eller støtende bilder.","Please don't upload photos containing offensive content.":"Vennligst ikke last opp bilder som inneholder støtende innhold.","Please enter OTP character {0}":"Vennligst skriv inn OTP-tegn {0}","Please log in to your account":"Logg inn på kontoen din","Please note that changing your password will log you out on other devices and browsers.":"Vær oppmerksom på at endring av passord vil logge deg ut på andre enheter og nettlesere.","Please restart your instance for the changes to take effect.":"Start instansen på nytt for at endringene skal tre i kraft.","Please wait…":"Vennligst vent…","PM":"PM","PNG Size Limit: %{n}px":"PNG størrelsesgrense: %{n}px","Portal":"Portal","Portrait":"Portrett","Preserve filenames":"Behold filnavn","Press enter to create a new album.":"Trykk på Enter for å lage et nytt album.","Press enter to create new item":"Trykk enter for å opprette et nytt element","Prevent database and album backups as well as YAML sidecar files from being created.":"Forhindre at det opprettes sikkerhetskopier av databaser og album samt YAML-sidevognfiler.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Forhindre at andre apper får tilgang til PhotoPrism som en delt nettverksstasjon.","Preview":"Forhåndsvisning","Preview Images":"Forhåndsvisning av bilder","Previous":"Tidligere","Previous page":"Forrige side","Previous visual":"Tidligere visuell","Primary":"Primær","Private":"Privat","Processing upload...":"Behandler opplasting...","Product Feedback":"Produkt-tilbakemelding","Projection":"Projeksjon","Purple":"Lilla","Quality Filter":"Kvalitetsfilter","Quality Score":"Kvalitetspoeng","Quota exceeded":"Kvote overskredet","Random":"Tilfeldig","Rating {0} of {1}":"Vurdering {0} av {1}","Raw":"Raw","RAW":"RAW","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 Archived":"Nylig arkivert","Recently Edited":"Nylig redigert","Recognition starts after indexing has been completed.":"Gjenkjenning starter etter at indekseringen er fullført.","Recognized":"Kjente igjen","Recovery Code":"Gjenopprettingskode","Red":"Rød","Refresh":"Oppdater","Regions":"Regioner","Register":"Registrere","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 from all":"Fjern fra alle","Remove from all selected photos":"Fjern fra alle valgte bilder","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å.","Remove the selected instance from the cluster registry?":"Fjerne den valgte forekomsten fra klyngeregisteret?","Removed":"Fjernet","Removed %{name}":"%{name} er fjernet","Removed %d files and %d photos":"Fjernet %d filer og %d foto","Repeated":"Gjentatt","Request failed - are you offline?":"Forespørselen mislyktes - er du frakoblet?","Request failed - invalid response":"Forespørselen mislyktes - ugyldig svar","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Krev at bilder som ikke er fotografiske og bilder av lav kvalitet, skal gjennomgås før de vises i søkeresultatene.","Resolution":"Oppløsning","Restart":"Start på nytt","Restore":"Gjenopprett","Restored":"Gjenopprettet","Retry Limit":"Prøv på nytt","Retype Password":"Gjenta Passord","Review":"Gjennomgang","Role":"Rolle","Roles":"Roller","Rotated":"Rotert","Rows per page:":"Rader per side:","Satellite":"Satellitt","Save":"Lagre","Save changes":"Lagre endringer","Scan":"Skann","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skann QR-koden med autentiseringsappen din eller bruk oppsettnøkkelen vist nedenfor, og skriv deretter inn den genererte bekreftelseskoden:","Scans":"Skanninger","Scope":"Omfang","Scopes":"Omfang","Search":"Søk","Season":"Sesong","Secret":"Hemmelig","Security and Access":"Sikkerhet og tilgang","Select":"Velg","Select a source folder to import files…":"Velg en kildemappe for å importere filer…","Select date":"Velg dato","Select dates":"Velg datoer","Select or create albums":"Velg eller opprett album","Select or create labels":"Velg eller opprett etiketter","Select or drop files to upload…":"Velg eller slipp filer du vil laste opp…","Select the files to upload…":"Velg filene du vil laste opp…","Select the folder to be indexed…":"Velg mappen som skal indekseres…","Select Time":"Velg tid","Selection":"Utvalg","Selection added to %s":"Utvalg lagt til %s","Selection approved":"Utvalg godkjent","Selection archived":"Utvalg arkivert","Selection marked as private":"Utvalg markert som privat","Selection not found":"Finner ikke utvalg","Selection restored":"Utvalg gjenopprettet","Sequential Name":"Sekvensielle Navn","Service":"Service","Service URL":"Tjeneste-URL","Services":"Tjenester","Session":"Sesjon","Session ID":"Sesjons-ID","Sessions":"Sesjoner","Set as Album Cover":"Sett som albumomslag","Set as Cover Image":"Angi som forsidebilde","Settings":"Innstillinger","Settings saved":"Innstillinger lagret","Setup":"Oppsett","Severity":"Alvorlighetsgrad","Share":"Del","Share %{s}":"Del %{s}","Show":"Vis","Show All Labels":"Vis alle etiketter","Show all new faces":"Vis alle nye ansikter","Show Caption":"Vis bildetekst","Show Captions":"Vis bildetekster","Show face markers":"Vis ansiktsmarkører","Show hidden":"Vis skjult","Show Important Only":"Vis kun viktig","Show logs in the web interface to monitor activity and troubleshoot problems.":"Vis logger i webgrensesnittet for å overvåke aktivitet og feilsøke problemer.","Show smart albums that group pictures by occasion, trip, or location.":"Vis smarte album som grupperer bilder etter anledning, tur eller sted.","Show the Account page so users can manage their profile and security settings.":"Vis Kontosiden, slik at brukerne kan administrere profil- og sikkerhetsinnstillingene sine.","Show the Calendar view to browse the library by year and month.":"Vis kalendervisningen for å bla gjennom biblioteket etter år og måned.","Show the Labels section to view and manage AI-generated labels.":"Vis delen Etiketter for å se og administrere AI-genererte etiketter.","Show the Library section to index, manage, and monitor the media library.":"Vis Bibliotek-delen for å indeksere, administrere og overvåke mediebiblioteket.","Show the Places view with interactive maps so you can browse photos by location.":"Vis Places-visningen med interaktive kart, slik at du kan bla gjennom bilder etter sted.","Show Titles":"Vis titler","Sidecar":"Sidevogn","Sidecar Files":"Sidevognsfiler","Sign in":"Logg inn","Sign Out":"Logg ut","Similar":"Lignende","Site URL":"Nettstedets URL","Size":"Størrelse","Slideshow":"Lysbildefremvisning","Slow":"Sakte","Software":"Programvare","Software Update":"Oppdatering av programvare","Some albums could not be copied":"Noen album kunne ikke kopieres","Some albums could not be created. Please edit the names and try again.":"Noen album kunne ikke opprettes. Vennligst rediger navnene og prøv igjen.","Some albums could not be updated":"Noen album kunne ikke oppdateres","Something went wrong, try again":"Noe gikk galt, prøv igjen","Sort by":"Sorter etter","Sort by Name (A–Z)":"Sorter etter navn (A-Z)","Sort by Photo Count":"Sorter etter antall bilder","Sort by Relevance":"Sorter etter relevans","Sort Order":"Sorteringsrekkefølge","Sorted ascending.":"Sortert i stigende rekkefølge.","Sorted descending.":"Sortert synkende.","Source":"Kilde","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","Start":"Start","Start Page":"Startside","Static Size Limit: %{n}px":"Statisk Størrelsesgrense: %{n}px","Status":"Status","Stay signed in on this device":"Forbli pålogget på denne enheten","Stop Casting":"Stopp støpingen","Storage":"Lagring","Streets":"Gater","Subject":"Emne","Subject deleted":"Emnet er slettet","Subject not found":"Emnet ble ikke funnet","Subject saved":"Emnet er lagret","Successfully activated":"Vellykket aktivert","Successfully Connected":"Tilkobing vellykket","Successfully deleted":"Vellykket slettet","Successfully verified":"Vellykket verifisert","Super Admin":"Superadministrator","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.","Support Our Mission":"Støtt oppdraget vårt","Sync":"Synkroniser","Sync raw and video files":"Synkroniser raw- og video-filer","Taken":"Tatt","Teal":"Blågrønn","Terrain":"Terreng","Text":"Tekst","Thank You for Your Support!":"Takk for din støtte!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Derfor ble PhotoPrism bygget fra grunnen av for å kjøre der du trenger det, uten at det går på bekostning av frihet, personvern eller funksjonalitet.","The index currently contains %{n} hidden files.":"Indeksen inneholder %{n} skjulte filer.","The instance rejected the cluster credentials.":"Instansen avviste påloggingsopplysningene for klyngen.","The instance returned an unexpected redirect.":"Instansen returnerte en uventet omdirigering.","The wakeup interval is %s, but must be 1h or less":"Oppvåkningsintervallet er %s, men må være 1 time eller mindre","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 account is missing an ID and can't be edited.":"Denne kontoen mangler en ID og kan ikke redigeres.","This field is required":"Dette feltet er obligatorisk","This instance has no site URL configured.":"Det er ikke konfigurert noen nettadresse for denne instansen.","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 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.","Time":"Tid","Time UTC":"Tid UTC","Time Zone":"Tidssone","Timeout":"Tidsavbrudd","Title":{"":"Tittel","Account":"Tittel","Photo":"Tittel"},"Title / Position":"Tittelen er for lang","to":"til","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"For å unngå å bli utestengt fra kontoen din, last ned, skriv ut eller kopier denne gjenopprettingskoden nå og oppbevar den på et trygt sted.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"For å generere et nytt appspesifikt passord, skriv inn navnet og autorisasjonsomfanget for applikasjonen og velg en utløpsdato:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"For å bytte til en ny autentiseringsapp eller enhet må du først deaktivere tofaktorautentisering og deretter aktivere den på nytt:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"For å oppgradere kan du enten skrive inn en aktiveringskode eller klikke på \"Registrer\" for å registrere deg på nettstedet vårt:","Today":"I dag","Toggle View":"Veksle Visning","Token":"Token","Too many files selected":"For mange filer valgt","Too many requests":"For mange forespørsler","Troubleshooting":"Feilsøking","Try again using other filters or keywords.":"Prøv igjen med andre filtre eller nøkkelord.","Two-factor authentication has been enabled for your account.":"Tofaktorautentisering er aktivert for kontoen din.","Type":"Type","Unable to delete":"Kan ikke slette","Unable to do that":"Det går ikke an","Unassign":"Fjern tildelingen","Unauthorized":"Uautorisert","Undo":"Angre","Unique ID":"Unik ID","Unknown":"Ukjent","Unknown location":"Ukjent sted","Unregistered":"Uregistrert","Unsorted":"Usortert","Unstack":"Spre","Unsupported":"Ustøttet","Unsupported format":"Ikke støttet format","Unsupported type":"Ikke støttet type","Updated":"Oppdatert","Updating faces":"Oppdaterer ansikter","Updating index":"Oppdaterer indeks","Updating moments":"Oppdaterer øyeblikk","Updating picture…":"Oppdaterer bildet …","Updating previews":"Oppdaterer forhåndsvisninger","Updating stacks":"Oppdaterer stabler","Upgrade":"Oppgrader","Upgrade Now":"Oppgrader nå","Upload":"Last opp","Upload complete":"Opplasting fullført","Upload complete. Indexing…":"Opplasting fullført. Indekserer…","Upload failed":"Opplasting mislyktes","Upload has been processed":"Opplastingen er behandlet","Upload local files":"Last opp lokale filer","Upload might be offensive":"Opplastingen kan være støtende","Upload Path":"Last opp bane","Uploading %{n} of %{t}…":"Laster opp %{n} av %{t}…","Uploading photos…":"Laster opp bilder…","Uploading…":"Laster opp …","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Bruk følgende gjenopprettingskode for å få tilgang til kontoen din når du ikke kan generere en gyldig bekreftelseskode med autentiseringsappen din:","Use your recovery code or contact an administrator for help.":"Bruk gjenopprettingskoden din eller kontakt en administrator for å få hjelp.","User":"Bruker","User Guide":"Brukerhåndbok","User Interface":"Brukergrensesnitt","User not found":"Bruker ikke funnet","Username":"Brukernavn","Users":"Brukere","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorer","Verification Code":"Bekreftelseskode","Version":"Versjon","Video":"Video","Video Duration":"Varighet","Videos":"Videoer","View":"Utseende","View search results as a list.":"Vis søkeresultatene som en liste.","Viewer":"Seer","Vision":"Visjon","Visitor":"Besøkende","Visual Similarity":"Gruppér etter likhet","Warning":"Advarsel","Web Login":"Nettinnlogging","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"WebGL-støtte er deaktivert i nettleseren din","Website":"Nettsted","White":"Hvit","Work Details":"Detaljer","Year":"År","Yellow":"Gul","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Du er velkommen til å kontakte oss på membership@photoprism.app hvis du har spørsmål om medlemskapet ditt.","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 can search for a location or move the marker on the map to change the position:":"Du kan søke etter et sted eller flytte markøren på kartet for å endre posisjonen:","You can upload up to %{n} files for test purposes.":"Du kan laste opp opptil %{n} filer for testformål.","You cannot change your own role.":"Du kan ikke endre din egen rolle.","You do not have access to any instances.":"Du har ikke tilgang til noen forekomster.","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.","Your account could not be connected":"Kontoen din kunne ikke kobles til","Your account has been successfully connected.":"Kontoen din har blitt koblet til.","Your browser does not support WebGL":"Nettleseren din støtter ikke WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Din fortsatte støtte hjelper oss med å gi regelmessige oppdateringer og forbli uavhengige, slik at vi kan oppfylle vårt oppdrag og beskytte personvernet ditt.","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.","Zip created in %d s":"Zip opprettet på %d s","Zoom in/out":"Zoom inn/ut","Archive":{"Noun":"Arkivér","Verb":"Arkivér"},"Add a Title":{"Photo":"Legg til en tittel"}}} \ No newline at end of file +{"nb":{"{0} appended action":"{0} lagt til handling","{0} files":"{0} filer","{0} files ({1} in total)":"{0} filer ({1} totalt)","{0} more":"{0} mer","{0} prepended action":"{0} Foranstilt handling","{0} selected":"{0} valgt","{0}-{1} of {2}":"{0}-{1} av {2}","%{n} albums found":"%{n} album funnet","%{n} files uploaded":"%{n} filer lastet opp","%{n} folders found":"%{n} mapper funnet","%{n} GB of %{q} GB used":"%{n} GB av %{q} GB brukt","%{n} labels found":"%{n} merkelapper funnet","%{n} people found":"%{n} personer ble funnet","%{n} pictures found":"%{n} bilder funnet","%{s} is too long":"%{s} er for lang","%{s} is too short":"%{s} er for kort","%d entries added to %s":"%d oppføringer lagt til %s","%d entries removed from %s":"%d oppføringer fjernet fra %s","%d files uploaded in %d s":"%d filer lastet opp på %d s","%s already exists":"%s eksisterer allerede","%s has been restored":"%s har blitt gjenopprettet","1 hour":"1 time","12 hours":"12 timer","2-Factor Authentication":"2-faktor autentisering","2FA":"2FA","4 hours":"4 timer","A click will copy it to your clipboard.":"Et klikk vil kopiere det til utklippstavlen.","A new version of %{s} is available:":"En ny versjon av %{s} er tilgjengelig:","About":"Om","Access granted.":"Tilgang innvilget.","Access revoked.":"Tilgangen er opphevet.","Access Token":"Tilgangstoken","Account":"Konto","Account created":"Konto opprettet","Account deleted":"Konto slettet","Account Group Mappings":"Tilordninger av kontogrupper","Account not found":"Konto ikke funnet","Account restored":"Konto gjenopprettet","Account saved":"Konto lagret","Accounts":"Kontoer","Accuracy":"Nøyaktighet","Action":"Handling","Actions":"Handlinger","Activate":"Aktiver","Activate to remove sorting.":"Aktiver for å fjerne sorteringen.","Activate to sort ascending.":"Aktiver for å sortere stigende.","Activate to sort descending.":"Aktiver for å sortere synkende.","Activation Code":"Aktiveringskode","Activity":"Aktivitet","Add":"Legg til","Add %{s}?":"Legg til %{s}?","Add a Caption":"Legg til en bildetekst","Add Account":"Legg til konto","Add Album":"Legg til Album","Add Link":"Legg til Lenke","Add Notes":"Legg til notater","Add person?":"Legg til person?","Add pictures from search results by selecting them.":"Legg til bilder fra søkeresultatene ved å velge dem.","Add to album":"Legg til i album","Add to all":"Legg til alle","Add to all selected photos":"Legg til i alle valgte bilder","Added":"Lagt til","Added %{name}":"%{name} er lagt til","Adjust Camera Info":"Juster kamerainfo","Adjust Date & Time":"Juster dato og klokkeslett","Adjust Location":"Juster plassering","Admin":"Administrasjon","Advanced":"Avansert","Advertise URL":"Annonser URL","After 1 day":"Etter 1 dag","After 3 days":"Etter 3 dager","After 7 days":"Etter 7 dager","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Etter å ha skrevet inn passordet ditt for bekreftelse, kan du sette opp tofaktorautentisering med en kompatibel autentiseringsapp eller enhet:","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 %s deleted":"Album %s slettet","Album Backups":"Sikkerhetskopiering av album","Album contents cloned":"Albuminnhold duplisert","Album created":"Album opprettet","Album deleted":"Album slettet","Album not found":"Album ikke funnet","Album saved":"Album lagret","Albums":"Album","Albums deleted":"Album slettet","All":"Alle","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Tillat konfigurasjon og bruk av tilkoblede apper og tjenester for ekstern opplasting og synkronisering.","Allow editing of metadata such as title, description, date, and location.":"Tillat redigering av metadata som tittel, beskrivelse, dato og sted.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Gjør det mulig å redigere metadata, etiketter og album for flere bilder samtidig.","Allow files to be copied or moved from the Import to the Originals folder.":"Aktiver Import-verktøyet for å kopiere eller flytte filer fra Import-mappen til Originals.","Allow files to be permanently deleted to free up storage space.":"Tillat at filer slettes permanent for å frigjøre lagringsplass.","Allow users to archive photos and videos so they are hidden without being deleted.":"Tillat brukere å arkivere bilder og videoer slik at de skjules uten å bli slettet.","Allow users to create and share links, and enable sharing with connected services.":"Tillat brukere å opprette og dele lenker, og aktiver deling med tilkoblede tjenester.","Allow users to upload new photos and videos through the web interface.":"Tillat brukere å laste opp nye bilder og videoer via nettgrensesnittet.","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)","AM":"AM","Animated":"Animert","Animation":"Animasjon","Animations":"Animasjoner","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","Application":"Søknad","Applications":"Bruksområder","Approve":"Godkjenn","Approve and save changes":"Godkjenn og lagre endringer","Apps and Devices":"Apper og enheter","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 delete this album?":"Er du sikker på at du vil slette dette albumet?","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?","Are you sure?":"Er du sikker?","Artist":"Kunstner","Aspect Ratio":"Sideforhold","Attributes":"Egenskaper","Audio":"Lyd","Audit Log":"Lyd","Authentication":"Autentisering","Auto":"Auto","Back":"Tilbake","Back to top":"Tilbake til toppen","Backup":"Sikkerhetskopiering","Badge":"Merke","Base Path":"Basebane","Batch":"Batch","Batch Edit":"Batchredigering","Become a member today, support our mission and enjoy our member benefits!":"Bli en sponsor i dag, støtt oppdraget vårt og nyt medlemsfordelene våre!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Ved å være 100% selvfinansiert og uavhengig, kan vi love deg at vi aldri vil selge dataene dine og at vi alltid vil være gjennomsiktige om programvaren og tjenestene våre.","Bio":"Info","Birth Date":"Fødselsdato","Black":"Svart","Blue":"Blå","Brown":"Brun","Browse":"Bla gjennom","Browse Files":"Bla gjennom filer","Browse Pictures":"Bla gjennom bilder","Bug Report":"Feilmelding","Busy, please try again later":"Opptatt. Prøv igjen senere","Busy, please wait…":"Opptatt, vennligst vent…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Ved å bruke programvaren og tjenestene vi tilbyr, godtar du våre vilkår for bruk, personvernerklæring og etiske retningslinjer.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kameraet ble ikke funnet","Camera Serial":"Kamera-serienummer","Can't access your authenticator app or device?":"Får du ikke tilgang til autentiseringsappen eller -enheten din?","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","Cannot copy to clipboard":"Kan ikke kopiere til utklippstavlen","Caption":"Bildetekst","Cards":"Kort","Carousel slide {0} of {1}":"Karusellbilde {0} av {1}","Cast":"Rollebesetning","Category":"Kategori","Change Avatar":"Endre profilbilde","Change Password":"Bytt Passord","Change private flag":"Endre private flagg","Changes could not be saved":"Kan ikke lagre endringer","Changes successfully saved":"Endringene ble lagret","Changes to the advanced settings require a restart to take effect.":"Endringer i de avanserte innstillingene krever en omstart for å tre i kraft.","Checked":"Krysset av","Choose an instance to continue:":"Velg en forekomst for å fortsette:","Chroma":"Kroma","Cleaning index and cache":"Rengjøring av indeks og hurtigbuffer","Cleanup":"Opprydding","Clear":"Klar","Clear {0}":"Tøm {0}","Client":"Kunde","Close":"Lukk","Cluster":"Klynge","Cluster Admin":"Klyngeadministrator","Cluster Node":"Klyngeknutepunkt","Codec":"Kodeks","Color":"Farge","Color Profile":"Fargeprofil","Colors":"Farger","Compare Editions":"Sammenlign utgaver","Complete Rescan":"Komplett Ny Skanning","Confidence":"Konfidens","Confirm":"Bekrefte","Connect":"Koble til","Connect via WebDAV":"Koble til via WebDAV","Connected":"Tilkoblet","Contact Details":"Kontaktinformasjon","Contact Us":"Kontakt Oss","Contains %{n} pictures.":"Inneholder %{n} bilder.","Contains one picture.":"Inneholder ett bilde.","Content":{"":"Innhold","Edit":"Innhold"},"Continue":"Fortsette","Contributor":"Bidragsyter","Converting":"Konverterer","Copied to clipboard":"Kopiert til utklippstavlen","Copy":"Kopiere","Copying files from %s":"Kopierer filer fra %s","Copyright":"Opphavsrett","Could not be deleted":"Kan ikke slettes","Could not connect, please try again":"Kunne ikke koble til, vennligst prøv igjen","Could not update person cover":"Kunne ikke oppdatere persondekselet","Couldn't find anything.":"Kunne ikke finne noe.","Country":"Land","Create Account":"Opprett konto","Create album":"Opprett album","Create regular backups based on the configured schedule.":"Opprett sikkerhetskopier av indekser basert på den konfigurerte tidsplanen.","Create YAML files to back up album metadata.":"Opprett YAML-filer for å sikkerhetskopiere metadata for album.","Create YAML sidecar files to back up picture metadata.":"Opprett YAML-sidevognfiler for å sikkerhetskopiere bildemetadata.","Created":"Opprettet","Creating thumbnails for":"Oppretter miniatyrbilder for","Current Password":"Nåværende Passord","Custom":"Tilpasset","Cyan":"Turkis","Daily":"Daglig","Database":"Database","Database Backups":"Sikkerhetskopiering av databaser","Databases":"Databaser","Date & Time":"Dato og klokkeslett","Day":"Dag","Deactivate":"Deaktiver","Debug Logs":"Feilsøkingslogger","Default":"Standard","Default Folder":"Standardmappe","Delete":"Slett","Delete Album":"Slett album","Delete All":"Slett alle","Delete all?":"Slett alt?","Delete orphaned index entries, sidecar files and thumbnails.":"Slett foreldreløse indeksoppføringer, sidefiler og miniatyrbilder.","deleted":"slettet","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 all face detection and recognition features.":"Deaktiver alle funksjoner for ansiktsgjenkjenning og -registrering.","Disable Backups":"Deaktiver Sikkerhetskopi","Disable Darktable":"Deaktiver Darktable","Disable ExifTool":"Deaktiver ExifTool","Disable Faces":"Deaktiver ansikter","Disable features that require write permission for the originals folder.":"Deaktiver funksjoner som krever skrivetillatelse for originalmappen.","Disable FFmpeg":"Deaktiver FFmpeg","Disable ImageMagick":"Deaktiver ImageMagick","Disable interactive world maps and reverse geocoding.":"Deaktiver interaktive verdenskart og omvendt geokoding.","Disable MCP":"Deaktiver MCP","Disable Places":"Deaktiver Plasser","Disable RawTherapee":"Deaktiver RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Deaktiver API-endepunktet MCP (Model Context Protocol) for AI-agentintegrasjoner.","Disable Vectors":"Deaktiver vektorer","Disable WebDAV":"Deaktiver WebDAV","Disabled":"Deaktivert","Disables vector graphics support.":"Deaktiverer støtte for vektorgrafikk.","Disables video transcoding and thumbnail extraction.":"Deaktiverer videotranskoding og miniatyrbildeekstraksjon.","Discard":"Kasser","Discard changes and close":"Forkast endringer og lukk","Discard invalid changes?":"Forkaste ugyldige endringer?","Discard unsaved changes?":"Forkaste endringer som ikke er lagret?","Discover":"Utforsk","Dismiss":"Avskjed","Display Name":"Vist navn","Display picture captions in search results.":"Vis bildetekster i søkeresultatene.","Display picture titles in search results.":"Vis bildetitler i søkeresultatene.","Document":"Dokument","Documents":"Dokumenter","Don't use Darktable to convert RAW images.":"Ikke bruk Darktable til å konvertere RAW-bilder.","Don't use ImageMagick to convert images.":"Ikke bruk ImageMagick til å konvertere bilder.","Don't use RawTherapee to convert RAW images.":"Ikke bruk RawTherapee til å konvertere RAW-bilder.","Done":"Ferdig","Done.":"Ferdig.","Download":"Last ned","Download only original media files, without any automatically generated files.":"Last ned bare originale mediefiler, uten automatisk genererte filer.","Download remote files":"Last ned eksterne filer","Downloading…":"Laster ned…","Drag and drop files here":"Dra og slipp filer her","Driver":"Sjåfør","Duplicates will be skipped and only appear once.":"Duplikater hopes over og vises bare én gang.","Duration":"Varighet","Dynamic Previews":"Dynamiske Forhåndsvisninger","Dynamic Size Limit: %{n}px":"Grense for Dynamisk Størrelse:%{n}px","Edit":"Rediger","Edit %{s}":"Rediger %{s}","Edit Account":"Rediger Konto","Edit Photo":"Rediger Bilde","Edit Photos (%{n})":"Rediger bilder (%{n})","Edited":"Redigert","Email":"E-post","Enable debug mode to display additional logs and help with troubleshooting.":"Aktiver feilsøkingsmodus for å vise flere logger og hjelpe deg med feilsøking.","Enable downloading of original and sidecar files from the web interface.":"Aktiver nedlasting av original- og sidevognfiler fra webgrensesnittet.","Enable face recognition and the People view to easily find people you know.":"Aktiver ansiktsgjenkjenning og Personer-visningen for å enkelt finne personer du kjenner.","Enable new features that may be incomplete or unstable.":"Aktiver nye funksjoner som kan være ufullstendige eller ustabile.","Enable the file browser to navigate the Originals folder structure.":"Aktiver filbrowseren for å navigere i mappestrukturen for Originaler.","Enables RAW converter presets. May reduce performance.":"Aktiverer forhåndsinnstillinger for RAW -omformer. Kan redusere ytelsen.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Aktivering av tofaktorautentisering betyr at du trenger en tilfeldig generert bekreftelseskode for å logge på, så selv om noen får tilgang til passordet ditt, vil de ikke få tilgang til kontoen din.","Engine":"Motor","Enter date":"Angi dato","Enter dates":"Angi datoer","Enter item name...":"Skriv inn varenavnet...","Enter the code generated by your authenticator app:":"Skriv inn koden som genereres av autentiseringsappen din:","Enter verification code":"Angi verifikasjonskode","Enter your password to confirm the action and continue:":"Skriv inn passordet ditt for å bekrefte handlingen og fortsett:","Entity not found":"Enheten ble ikke funnet","Error":"Feil","Errors":"Feil","Estimate":"Anslå","Estimate Locations":"Anslå lokasjoner","Estimate the approximate location of pictures without GPS coordinates.":"Anslå omtrentlig plassering av bilder uten GPS-koordinater.","Every two days":"Hver andre dag","Exclude hidden":"Ekskluder skjult","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metadataekstraksjon med ExifTool er påkrevd for å få full støtte for Video, Live Photo og XMP.","Experimental Features":"Eksperimentelle Funksjoner","Expires":"Utgår","Exposure":"Eksponering","Extract still images and generate thumbnails while indexing.":"Trekk ut stillbilder og generer miniatyrbilder mens du indekserer.","F Number":"F-nummer","Face":"Ansikt","Face not found":"Ansikt ikke funnet","Faces":"Ansikter","Failed creating file, please check permissions":"Kunne ikke opprette fil, vennligst sjekk tillatelser","Failed creating folder, please check permissions":"Kunne ikke opprette mappe, vennligst sjekk tillatelser","Failed removing link":"Fikk ikke til å fjerne lenke","Failed to connect account.":"Kunne ikke koble til konto.","Failed to create zip file":"Kunne ikke opprette zip-arkiv","Failed to load users.":"Det gikk ikke å laste inn brukere.","Failed to remove face marker":"Kunne ikke fjerne ansiktsmarkøren","Failed to remove name":"Kunne ikke fjerne navn","Failed to restart server":"Det gikk ikke an å starte serveren på nytt","Failed to save changes":"Kunne ikke lagre endringene","Failed to save face marker":"Mislyktes med å redde ansiktsmarkør","Failed to save name":"Kunne ikke lagre navn","Failed updating link":"Fikk ikke til å oppdatere lenke","Family Name":"Familienavn","Fast":"Hurtig","Favorite":"Favoritt","Favorites":"Favoritter","Feature disabled":"Tjeneste deaktivert","Feature Request":"Funksjonsforespørsel","Female":"Hunn","File":"Fil","File Browser":"Filutforsker","File Conversion":"Filkonvertering","File deleted":"Fil slettet","File Name":"Filnavn","File not found":"Fil ikke funnet","File removed from stack":"Fil fjernet fra samling","File Size":"Filstørrelse","File too large":"Filen er for stor","File uploaded":"Fil lastet opp","Filename":"Filnavn","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.","First page":"Første side","Focal Length":"Brennvidde","Folder":"Mappe","Folder contains %{n} files":"Mappen inneholder %{n} filer","Folder is empty":"Mappen er tom","Folders":"Mapper","Forgot password?":"Glemt passord?","FPS":"FPS","Frames":"Rammer","Full Access":"Full tilgang","Fullscreen":"Fullskjerm","General":"Generell","Generate":"generere","Generate Previews":"Generer forhåndsvisninger","Generated":"Generert","Get Started":"Kom i gang","Given Name":"Fornavn","Global Options":"Globale alternativer","Go to page {0}":"Gå til side {0}","Gold":"Gull","Green":"Grønn","Grey":"Grå","Groups":"Grupper","Guest":"Gjest","Hash":"Hash","Help":"Hjelp","Help & Support":"Hjelp og støtte","Hidden":"Skjult","Hidden Files":"Skjulte Filer","Hide":"Skjul","Hide Caption":"Skjul bildetekst","Hide face markers":"Skjul ansiktsmarkører","Hide private content from global views while keeping it accessible in the Private section.":"Skjul private elementer fra globale visninger, men hold dem tilgjengelige i Privat-delen.","High":"Høy","High Dynamic Range (HDR)":"Høyt dynamisk område (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Hvis du mister tilgangen til autentiseringsappen eller enheten din, kan du bruke gjenopprettingskoden for å få tilbake tilgang til kontoen din.","Image":"Bilde","Image Quality":"Bildekvalitet","Import":"Importér","Import canceled":"Import avbrutt","Import completed in %d s":"Import fullført på %d s","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.","Importing %{s}…":"Importerer %{s}…","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.","Include RAW image files when downloading stacks and archives.":"Ta med RAW-bildefiler når du laster ned stabler og arkiver.","Include sidecar files when downloading stacks and archives.":"Ta med sidevognfiler når du laster ned stabler og arkiver.","Increase storage size or delete files to continue.":"Øk lagringsstørrelsen eller slett filer for å fortsette.","Index":"Indeks","Indexing":"Indekserer","Indexing canceled":"Indeksering avbrutt","Indexing completed in %d s":"Indeksering fullført på %d s","Indexing failed":"Indeksering feilet","Indexing files in %s":"Indekserer filer i %s","Indexing media and sidecar files…":"Indekserer media- og sidevognfiler…","Indexing originals...":"Indekserer originaler…","Information":"Informasjon","Inherit":"Arve","Instance":"Forekomst","Instance ID":"Instans-ID","Instance unreachable. Try again once it's back online.":"Tjenesten er utilgjengelig. Prøv igjen når den er tilbake på nettet.","Instances":"Forekomster","Insufficient storage":"Utilstrekkelig lagringsplass","Insufficient storage.":"Utilstrekkelig lagringsplass.","Interval":"Intervall","Invalid":"Ugyldig","Invalid address":"Ugyldig adresse","Invalid country":"Ugyldig land","Invalid credentials":"Ugyldige innloggingsdetaljer","Invalid date":"Ugyldig dato","Invalid link":"Ugyldig lenke","Invalid name":"Ugyldig navn","Invalid parameters":"Ugyldige verdier","Invalid password, please try again":"Ugyldig passord, vennligst prøv igjen","Invalid photo selected":"Ugyldig bilde er valgt","Invalid time":"Ugyldig klokkeslett","Invalid URL":"Ugyldig URL","Invalid verification code, please try again":"Ugyldig bekreftelseskode. Prøv igjen","IP Address":"IP-adresse","It is a one-time use code that will disable 2FA for your account when you use it.":"Det er en engangskode som vil deaktivere 2FA for kontoen din når du bruker den.","Item":"Element","Items per page:":"Elementer per side:","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.","Keyword":"Nøkkelord","Keywords":"Nøkkelord","Label":"Merkelapp","Label not found":"Merkelapp ikke funnet","Label saved":"Merkelapper lagret","Labels":"Merkelapper","Labels deleted":"Merkelapper slettet","Language":"Språk","Last Active":"Siste aktive","Last Login":"Siste pålogging","Last page":"Siste side","Last Sync":"Siste synkronisering","Last Used":"Sist brukt","Latitude":"Breddegrad","LDAP/AD":"LDAP/AD","Learn more":"Lær mer","Learn More":"Lær mer","Legal Information":"Juridisk informasjon","Lens":"Linse","Lens not found":"Objektivet ble ikke funnet","Library":"Bibliotek","License":"Lisens","Like":"Lik","Lime":"Lime","Limit reached, showing first %{n} files":"Grensen nådd, viser de første €{n} filene","Link":"Lenke","List":"Liste","List View":"Listevisning","Live":"Direkte","Live Photos":"Fotoer","Load more":"Last inn mer","Loading items...":"Laster inn varer...","Loading...":"Laster...","Local":"Lokalt","Local Time":"Lokaltid","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","Logs":"Logger","Longitude":"Lengdegrad","Lost server connection":"Mistet servertilkobling","Low":"Lav","Magenta":"Magenta","Main Color":"Hovedfarge","Male":"Mann","Manage Account":"Administrer konto","Manager":"Leder","Manual":"Manuell","Manual Upload":"Manuell Opplasting","Maps":"Kart","Marker":"Markør","Maximum number of accounts has been reached.":"Maksimalt antall kontoer er nådd.","Media":"Medier","Medium":"Medium","Membership":"Medlemskap","Merge %{a} with %{b}?":"Vil du slå sammen %{a} med %{b}?","Message":"Melding","Metadata":"Metadata","Metrics":"Beregninger","Minimize":"Minimer","Missing":"Mangler","Missing or invalid configuration":"Mangler eller ugyldig konfigurasjon","mixed":"blandet","Moments":"Øyeblikk","Monochrome":"Monokrom","Month":"Måned","More options":"Flere alternativer","Mosaic":"Mosaikk","Most Relevant":"Mest relevant","Move Files":"Flytt Filer","Moving files from %s":"Flytter filer fra %s","Must have at least %{n} characters.":"Må ha minst %{n} tegn.","Mute":"Mute","Name":"Navn","Name too long":"Navn for langt","Never":"Aldri","New":"Ny","New Password":"Nytt Passord","Newest First":"Nyeste først","Next":"Neste","Next page":"Neste side","Next visual":"Neste visuelle","No":"Nei","No Access":"Ingen tilgang","No albums assigned":"Ingen album tildelt","No albums found":"Ingen album funnet","No albums selected":"Ingen albumer valgt","No data available":"Ingen data tilgjengelig","No files available for download":"Ingen filer tilgjengelig for nedlasting","No items selected":"Ingen elementer valgt","No labels assigned":"Ingen etiketter tildelt","No labels found":"Ingen merkelapper funnet","No labels selected":"Ingen merkelapper valgt","No matching records found":"Ingen matchende poster funnet","No more":"Ikke mer","No people found":"Ingen personar funne","No pictures found":"Fant ingen bilder","No recently edited pictures":"Ingen nylig redigerte bilder","No registered instances.":"Ingen registrerte forekomster.","No results":"Ingen resultater","No server connection":"Ingen servertilkobling","No servers configured.":"Ingen servere konfigurert.","No services configured.":"Ingen tjenester konfigurert.","No thanks":"Nei takk","No users on this instance.":"Det er ingen brukere på denne instansen.","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.","Node":"Knutepunkt","Nodes":"Noder","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","Not allowed":"Ikke tillatt","Not available in public mode":"Ikke tilgjengelig i offentlig modus","Not available in read-only mode":"ikke tilgjengelig i skrivebeskyttet modus","Not found":"Ikke funnet","Not sorted.":"Ikke sortert.","Not supported":"Ikke støttet","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.","Notes":"Notater","Nothing to see here yet.":"Ingenting å se her ennå.","Nothing was found.":"Ingenting ble funnet.","Offline":"Frakoblet","OK":"OK","Oldest First":"Eldste først","On Windows, enter the following resource in the connection dialog:":"På Windows skriver du inn følgende ressurs i tilkoblingsdialogen:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generering av miniatyrbilder på forespørsel kan føre til høy CPU- og minnebruk. Det anbefales ikke for servere og NAS-enheter med begrensede ressurser.","Once a week":"Én gang i uken","One album found":"Ett album funnet","One entry added to %s":"En oppføring lagt til %s","One entry removed from %s":"En oppføring fjernet fra %s","One file found":"Én fil funnet","One file uploaded":"En fil lastet opp","One folder found":"Én mappe funnet","One label found":"En etikett funnet","One person found":"En person funnet","One picture found":"Ett bilde funnet","Only locally managed accounts can be set up for authentication with 2FA.":"Bare lokalt administrerte kontoer kan settes opp for autentisering med 2FA.","Open":"Åpen","optional":"valgfritt","or":"eller","Orange":"Oransje","Organization":"Orientering","Orientation":"Orientering","Original file names will be stored and indexed.":"Filnavn på originaler vil bli lagret og indeksert.","Original Name":"Originalnavn","Originals":"Originaler","Originals folder is empty":"Originaler-mappen er tom","Other":"Andre","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Vårt oppdrag er å tilby den mest bruker- og personvernvennlige løsningen for å holde bildene dine organisert og tilgjengelig.","Outdoor":"Utendørs","Page {0}, Current page":"Side {0}, Gjeldende side","Pages":"Sider","Pagination Navigation":"Navigasjon med paginering","Panorama":"Panorama","Panoramas":"Panoramaer","Part of all selected photos":"En del av alle utvalgte bilder","Part of some selected photos":"En del av noen utvalgte bilder","Password":"Passord","Password changed":"Passord endret","Pause":"Pause","Payment required":"Betaling kreves","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","Permission denied":"Ingen tilgang","Person":"Person","Person cover updated":"Persondekning oppdatert","Person deleted":"Person slettet","Person not found":"Person ikke funnet","Person saved":"Person reddet","Personal":"Personlig","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism er 100 % selvfinansiert og uavhengig.","PhotoPrism+ Membership":"PhotoPrism+-medlemskap","Photos":"Fotoer","Picture":"Bilde","Picture Title":"Bildetittel","Pink":"Rosa","Pinned":"Festet","Place":"Plass","Place & Time":"Sted og tid","Places":"Plasser","Play":"Spill","Please confirm your new password.":"Vennligst bekreft ditt nye passord.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Vennligst kopier følgende tilfeldig genererte app-passord og oppbevar det på et trygt sted, siden du ikke vil kunne se det igjen:","Please do not upload any private, unlawful or offensive pictures.":"Vennligst ikke last opp private, ulovlige eller støtende bilder.","Please don't upload photos containing offensive content.":"Vennligst ikke last opp bilder som inneholder støtende innhold.","Please enter OTP character {0}":"Vennligst skriv inn OTP-tegn {0}","Please log in to your account":"Logg inn på kontoen din","Please note that changing your password will log you out on other devices and browsers.":"Vær oppmerksom på at endring av passord vil logge deg ut på andre enheter og nettlesere.","Please restart your instance for the changes to take effect.":"Start instansen på nytt for at endringene skal tre i kraft.","Please wait…":"Vennligst vent…","PM":"PM","PNG Size Limit: %{n}px":"PNG størrelsesgrense: %{n}px","Portal":"Portal","Portrait":"Portrett","Preserve filenames":"Behold filnavn","Press enter to create a new album.":"Trykk på Enter for å lage et nytt album.","Press enter to create new item":"Trykk enter for å opprette et nytt element","Prevent database and album backups as well as YAML sidecar files from being created.":"Forhindre at det opprettes sikkerhetskopier av databaser og album samt YAML-sidevognfiler.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Forhindre at andre apper får tilgang til PhotoPrism som en delt nettverksstasjon.","Preview":"Forhåndsvisning","Preview Images":"Forhåndsvisning av bilder","Previous":"Tidligere","Previous page":"Forrige side","Previous visual":"Tidligere visuell","Primary":"Primær","Private":"Privat","Processing upload...":"Behandler opplasting...","Product Feedback":"Produkt-tilbakemelding","Projection":"Projeksjon","Purple":"Lilla","Quality Filter":"Kvalitetsfilter","Quality Score":"Kvalitetspoeng","Quota exceeded":"Kvote overskredet","Random":"Tilfeldig","Rating {0} of {1}":"Vurdering {0} av {1}","Raw":"Raw","RAW":"RAW","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 Archived":"Nylig arkivert","Recently Edited":"Nylig redigert","Recognition starts after indexing has been completed.":"Gjenkjenning starter etter at indekseringen er fullført.","Recognized":"Kjente igjen","Recovery Code":"Gjenopprettingskode","Red":"Rød","Refresh":"Oppdater","Regions":"Regioner","Register":"Registrere","Registration disabled":"Registrering deaktivert","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 from all":"Fjern fra alle","Remove from all selected photos":"Fjern fra alle valgte bilder","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å.","Remove the selected instance from the cluster registry?":"Fjerne den valgte forekomsten fra klyngeregisteret?","Removed":"Fjernet","Removed %{name}":"%{name} er fjernet","Removed %d files and %d photos":"Fjernet %d filer og %d foto","Repeated":"Gjentatt","Request failed - are you offline?":"Forespørselen mislyktes - er du frakoblet?","Request failed - invalid response":"Forespørselen mislyktes - ugyldig svar","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Krev at bilder som ikke er fotografiske og bilder av lav kvalitet, skal gjennomgås før de vises i søkeresultatene.","Resolution":"Oppløsning","Restart":"Start på nytt","Restore":"Gjenopprett","Restored":"Gjenopprettet","Retry Limit":"Prøv på nytt","Retype Password":"Gjenta Passord","Review":"Gjennomgang","Role":"Rolle","Roles":"Roller","Rotated":"Rotert","Rows per page:":"Rader per side:","Satellite":"Satellitt","Save":"Lagre","Save changes":"Lagre endringer","Scan":"Skann","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skann QR-koden med autentiseringsappen din eller bruk oppsettnøkkelen vist nedenfor, og skriv deretter inn den genererte bekreftelseskoden:","Scans":"Skanninger","Scope":"Omfang","Scopes":"Omfang","Search":"Søk","Season":"Sesong","Secret":"Hemmelig","Security and Access":"Sikkerhet og tilgang","Select":"Velg","Select a source folder to import files…":"Velg en kildemappe for å importere filer…","Select date":"Velg dato","Select dates":"Velg datoer","Select or create albums":"Velg eller opprett album","Select or create labels":"Velg eller opprett etiketter","Select or drop files to upload…":"Velg eller slipp filer du vil laste opp…","Select the files to upload…":"Velg filene du vil laste opp…","Select the folder to be indexed…":"Velg mappen som skal indekseres…","Select Time":"Velg tid","Selection":"Utvalg","Selection added to %s":"Utvalg lagt til %s","Selection approved":"Utvalg godkjent","Selection archived":"Utvalg arkivert","Selection marked as private":"Utvalg markert som privat","Selection not found":"Finner ikke utvalg","Selection restored":"Utvalg gjenopprettet","Sequential Name":"Sekvensielle Navn","Service":"Service","Service URL":"Tjeneste-URL","Services":"Tjenester","Session":"Sesjon","Session ID":"Sesjons-ID","Sessions":"Sesjoner","Set as Album Cover":"Sett som albumomslag","Set as Cover Image":"Angi som forsidebilde","Settings":"Innstillinger","Settings saved":"Innstillinger lagret","Setup":"Oppsett","Severity":"Alvorlighetsgrad","Share":"Del","Share %{s}":"Del %{s}","Show":"Vis","Show All Labels":"Vis alle etiketter","Show all new faces":"Vis alle nye ansikter","Show Caption":"Vis bildetekst","Show Captions":"Vis bildetekster","Show face markers":"Vis ansiktsmarkører","Show hidden":"Vis skjult","Show Important Only":"Vis kun viktig","Show logs in the web interface to monitor activity and troubleshoot problems.":"Vis logger i webgrensesnittet for å overvåke aktivitet og feilsøke problemer.","Show smart albums that group pictures by occasion, trip, or location.":"Vis smarte album som grupperer bilder etter anledning, tur eller sted.","Show the Account page so users can manage their profile and security settings.":"Vis Kontosiden, slik at brukerne kan administrere profil- og sikkerhetsinnstillingene sine.","Show the Calendar view to browse the library by year and month.":"Vis kalendervisningen for å bla gjennom biblioteket etter år og måned.","Show the Labels section to view and manage AI-generated labels.":"Vis delen Etiketter for å se og administrere AI-genererte etiketter.","Show the Library section to index, manage, and monitor the media library.":"Vis Bibliotek-delen for å indeksere, administrere og overvåke mediebiblioteket.","Show the Places view with interactive maps so you can browse photos by location.":"Vis Places-visningen med interaktive kart, slik at du kan bla gjennom bilder etter sted.","Show Titles":"Vis titler","Sidecar":"Sidevogn","Sidecar Files":"Sidevognsfiler","Sign in":"Logg inn","Sign Out":"Logg ut","Similar":"Lignende","Site URL":"Nettstedets URL","Size":"Størrelse","Slideshow":"Lysbildefremvisning","Slow":"Sakte","Software":"Programvare","Software Update":"Oppdatering av programvare","Some albums could not be copied":"Noen album kunne ikke kopieres","Some albums could not be created. Please edit the names and try again.":"Noen album kunne ikke opprettes. Vennligst rediger navnene og prøv igjen.","Some albums could not be updated":"Noen album kunne ikke oppdateres","Something went wrong, try again":"Noe gikk galt, prøv igjen","Sort by":"Sorter etter","Sort by Name (A–Z)":"Sorter etter navn (A-Z)","Sort by Photo Count":"Sorter etter antall bilder","Sort by Relevance":"Sorter etter relevans","Sort Order":"Sorteringsrekkefølge","Sorted ascending.":"Sortert i stigende rekkefølge.","Sorted descending.":"Sortert synkende.","Source":"Kilde","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","Start":"Start","Start Page":"Startside","Static Size Limit: %{n}px":"Statisk Størrelsesgrense: %{n}px","Status":"Status","Stay signed in on this device":"Forbli pålogget på denne enheten","Stop Casting":"Stopp støpingen","Storage":"Lagring","Streets":"Gater","Subject":"Emne","Subject deleted":"Emnet er slettet","Subject not found":"Emnet ble ikke funnet","Subject saved":"Emnet er lagret","Successfully activated":"Vellykket aktivert","Successfully Connected":"Tilkobing vellykket","Successfully deleted":"Vellykket slettet","Successfully verified":"Vellykket verifisert","Super Admin":"Superadministrator","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.","Support Our Mission":"Støtt oppdraget vårt","Sync":"Synkroniser","Sync raw and video files":"Synkroniser raw- og video-filer","Taken":"Tatt","Teal":"Blågrønn","Terrain":"Terreng","Text":"Tekst","Thank You for Your Support!":"Takk for din støtte!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Derfor ble PhotoPrism bygget fra grunnen av for å kjøre der du trenger det, uten at det går på bekostning av frihet, personvern eller funksjonalitet.","The index currently contains %{n} hidden files.":"Indeksen inneholder %{n} skjulte filer.","The instance rejected the cluster credentials.":"Instansen avviste påloggingsopplysningene for klyngen.","The instance returned an unexpected redirect.":"Instansen returnerte en uventet omdirigering.","The wakeup interval is %s, but must be 1h or less":"Oppvåkningsintervallet er %s, men må være 1 time eller mindre","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 account is missing an ID and can't be edited.":"Denne kontoen mangler en ID og kan ikke redigeres.","This field is required":"Dette feltet er obligatorisk","This instance has no site URL configured.":"Det er ikke konfigurert noen nettadresse for denne instansen.","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 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.","Time":"Tid","Time UTC":"Tid UTC","Time Zone":"Tidssone","Timeout":"Tidsavbrudd","Title":{"":"Tittel","Account":"Tittel","Photo":"Tittel"},"Title / Position":"Tittelen er for lang","to":"til","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"For å unngå å bli utestengt fra kontoen din, last ned, skriv ut eller kopier denne gjenopprettingskoden nå og oppbevar den på et trygt sted.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"For å generere et nytt appspesifikt passord, skriv inn navnet og autorisasjonsomfanget for applikasjonen og velg en utløpsdato:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"For å bytte til en ny autentiseringsapp eller enhet må du først deaktivere tofaktorautentisering og deretter aktivere den på nytt:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"For å oppgradere kan du enten skrive inn en aktiveringskode eller klikke på \"Registrer\" for å registrere deg på nettstedet vårt:","Today":"I dag","Toggle View":"Veksle Visning","Token":"Token","Too many files selected":"For mange filer valgt","Too many requests":"For mange forespørsler","Troubleshooting":"Feilsøking","Try again using other filters or keywords.":"Prøv igjen med andre filtre eller nøkkelord.","Two-factor authentication has been enabled for your account.":"Tofaktorautentisering er aktivert for kontoen din.","Type":"Type","Unable to delete":"Kan ikke slette","Unable to do that":"Det går ikke an","Unassign":"Fjern tildelingen","Unauthorized":"Uautorisert","Undo":"Angre","Unique ID":"Unik ID","Unknown":"Ukjent","Unknown location":"Ukjent sted","Unregistered":"Uregistrert","Unsorted":"Usortert","Unstack":"Spre","Unsupported":"Ustøttet","Unsupported format":"Ikke støttet format","Unsupported type":"Ikke støttet type","Updated":"Oppdatert","Updating faces":"Oppdaterer ansikter","Updating index":"Oppdaterer indeks","Updating moments":"Oppdaterer øyeblikk","Updating picture…":"Oppdaterer bildet …","Updating previews":"Oppdaterer forhåndsvisninger","Updating stacks":"Oppdaterer stabler","Upgrade":"Oppgrader","Upgrade Now":"Oppgrader nå","Upload":"Last opp","Upload complete":"Opplasting fullført","Upload complete. Indexing…":"Opplasting fullført. Indekserer…","Upload failed":"Opplasting mislyktes","Upload has been processed":"Opplastingen er behandlet","Upload local files":"Last opp lokale filer","Upload might be offensive":"Opplastingen kan være støtende","Upload Path":"Last opp bane","Uploading %{n} of %{t}…":"Laster opp %{n} av %{t}…","Uploading photos…":"Laster opp bilder…","Uploading…":"Laster opp …","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Bruk følgende gjenopprettingskode for å få tilgang til kontoen din når du ikke kan generere en gyldig bekreftelseskode med autentiseringsappen din:","Use your recovery code or contact an administrator for help.":"Bruk gjenopprettingskoden din eller kontakt en administrator for å få hjelp.","User":"Bruker","User Guide":"Brukerhåndbok","User Interface":"Brukergrensesnitt","User not found":"Bruker ikke funnet","Username":"Brukernavn","Users":"Brukere","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorer","Verification Code":"Bekreftelseskode","Verified email required":"Bekreftet e-post kreves","Version":"Versjon","Video":"Video","Video Duration":"Varighet","Videos":"Videoer","View":"Utseende","View search results as a list.":"Vis søkeresultatene som en liste.","Viewer":"Seer","Vision":"Visjon","Visitor":"Besøkende","Visual Similarity":"Gruppér etter likhet","Warning":"Advarsel","Web Login":"Nettinnlogging","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"WebGL-støtte er deaktivert i nettleseren din","Website":"Nettsted","White":"Hvit","Work Details":"Detaljer","Year":"År","Yellow":"Gul","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Du er velkommen til å kontakte oss på membership@photoprism.app hvis du har spørsmål om medlemskapet ditt.","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 can search for a location or move the marker on the map to change the position:":"Du kan søke etter et sted eller flytte markøren på kartet for å endre posisjonen:","You can upload up to %{n} files for test purposes.":"Du kan laste opp opptil %{n} filer for testformål.","You cannot change your own role.":"Du kan ikke endre din egen rolle.","You do not have access to any instances.":"Du har ikke tilgang til noen forekomster.","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.","Your account could not be connected":"Kontoen din kunne ikke kobles til","Your account has been successfully connected.":"Kontoen din har blitt koblet til.","Your browser does not support WebGL":"Nettleseren din støtter ikke WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Din fortsatte støtte hjelper oss med å gi regelmessige oppdateringer og forbli uavhengige, slik at vi kan oppfylle vårt oppdrag og beskytte personvernet ditt.","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.","Zip created in %d s":"Zip opprettet på %d s","Zoom in/out":"Zoom inn/ut","Archive":{"Noun":"Arkivér","Verb":"Arkivér"},"Add a Title":{"Photo":"Legg til en tittel"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/nl.json b/frontend/src/locales/json/nl.json index f075fcfe9..da911a087 100644 --- a/frontend/src/locales/json/nl.json +++ b/frontend/src/locales/json/nl.json @@ -1 +1 @@ -{"nl":{"{0} appended action":"{0} bijgevoegde actie","{0} files":"{0} bestanden","{0} files ({1} in total)":"{0} bestanden ({1} in totaal)","{0} more":"{0} meer","{0} prepended action":"{0} actie vooraf","{0} selected":"{0} geselecteerd","{0}-{1} of {2}":"{0}-{1} van {2}","%{n} albums found":"%{n} albums gevonden","%{n} files uploaded":"%{n} opgeladen bestanden","%{n} folders found":"%{n} mappen gevonden","%{n} GB of %{q} GB used":"%{n} GB van %{q} GB gebruikt","%{n} labels found":"%{n} labels gevonden","%{n} people found":"%{n} personen gevonden","%{n} pictures found":"%{n} foto's gevonden","%{s} is too long":"%{s} is te lang","%{s} is too short":"%{s} is te kort","%d entries added to %s":"%d items toegevoegd aan %s","%d entries removed from %s":"%d items verwijderd uit %s","%d files uploaded in %d s":"%d bestanden geüpload in %d s","%s already exists":"%s bestaat al","%s has been restored":"%s is hersteld","1 hour":"1 uur","12 hours":"12 uren","2-Factor Authentication":"2-Factor Authenticatie","2FA":"2FA","4 hours":"4 uren","A click will copy it to your clipboard.":"Een klik zal het naar uw klembord kopiëren.","A new version of %{s} is available:":"Er is een nieuwe versie van %{s} beschikbaar:","About":"Over","Access granted.":"Toegang verleend.","Access revoked.":"Toegang ingetrokken.","Access Token":"Toegangssleutel","Account":"Account","Account created":"Account aangemaakt","Account deleted":"Account verwijderd","Account Group Mappings":"Toewijzingen van accountgroepen","Account not found":"Account niet gevonden","Account restored":"Account hersteld","Account saved":"Account opgeslagen","Accounts":"Accounts","Accuracy":"Nauwkeurigheid","Action":"Actie","Actions":"Acties","Activate":"Activeer","Activate to remove sorting.":"Activeren om sorteren te verwijderen.","Activate to sort ascending.":"Activeren om oplopend te sorteren.","Activate to sort descending.":"Activeren om aflopend te sorteren.","Activation Code":"Activeringscode","Activity":"Activiteit","Add":"Toevoegen","Add %{s}?":"%{naam} toevoegen?","Add a Caption":"Een bijschrift toevoegen","Add Account":"Account toevoegen","Add Album":"Toevoegen aan album","Add Link":"Link toevoegen","Add Notes":"Opmerkingen toevoegen","Add person?":"Persoon toevoegen?","Add pictures from search results by selecting them.":"Voeg foto's toe uit zoekresultaten door ze te selecteren.","Add to album":"Toevoegen aan album","Add to all":"Toevoegen aan alle","Add to all selected photos":"Toevoegen aan alle geselecteerde foto's","Added":"Toegevoegd","Added %{name}":"%{name} toegevoegd","Adjust Camera Info":"Camera-info aanpassen","Adjust Date & Time":"Datum en tijd aanpassen","Adjust Location":"Locatie aanpassen","Admin":"Admin","Advanced":"Geavanceerd","Advertise URL":"URL adverteren","After 1 day":"Na 1 dag","After 3 days":"Na 3 dagen","After 7 days":"Na 7 dagen","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Nadat je je wachtwoord hebt ingevoerd ter bevestiging, kun je tweefactorauthenticatie instellen met een compatibele authenticatie-app of -apparaat:","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 %s deleted":"Album %s verwijderd","Album Backups":"Back-ups van albums","Album contents cloned":"Albuminhoud gekopieerd","Album created":"Album aangemaakt","Album deleted":"Album verwijderd","Album not found":"Album niet gevonden","Album saved":"Album opgeslagen","Albums":"Albums","Albums deleted":"Albums verwijderd","All":"Alle","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Configuratie en gebruik van verbonden apps en diensten toestaan voor uploaden en synchroniseren op afstand.","Allow editing of metadata such as title, description, date, and location.":"Bewerken van metadata zoals titel, beschrijving, datum en locatie toestaan.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Laat het bewerken van de metadata, labels en albums van meerdere foto's tegelijk toe.","Allow files to be copied or moved from the Import to the Originals folder.":"Schakel het hulpmiddel Importeren in om bestanden te kopiëren of te verplaatsen van de map Importeren naar Originelen.","Allow files to be permanently deleted to free up storage space.":"Laat bestanden permanent verwijderen om opslagruimte vrij te maken.","Allow users to archive photos and videos so they are hidden without being deleted.":"Sta gebruikers toe om foto's en video's te archiveren zodat ze verborgen blijven zonder verwijderd te worden.","Allow users to create and share links, and enable sharing with connected services.":"Sta gebruikers toe om links te maken en te delen, en maak delen met verbonden diensten mogelijk.","Allow users to upload new photos and videos through the web interface.":"Laat gebruikers nieuwe foto's en video's uploaden via de webinterface.","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)","AM":"AM","Animated":"Geanimeerd","Animation":"Animatie","Animations":"Animaties","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","Application":"Toepassing","Applications":"Toepassingen","Approve":"Goedkeuren","Approve and save changes":"Wijzigingen goedkeuren en opslaan","Apps and Devices":"Apps en apparaten","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 delete this album?":"Weet je zeker dat je dit album 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?","Are you sure?":"Weet je het zeker?","Artist":"Artiest","Aspect Ratio":"Verhoudingen","Attributes":"Attributen","Audio":"Audio","Audit Log":"Audio","Authentication":"Authenticatie","Auto":"Auto","Back":"Terug","Back to top":"Terug naar boven","Backup":"Back-up","Badge":"Badge","Base Path":"Basispad","Batch":"Batch","Batch Edit":"Batch bewerken","Become a member today, support our mission and enjoy our member benefits!":"Word vandaag nog lid, steun onze missie en geniet van onze ledenvoordelen!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Omdat we 100% zelf gefinancierd en onafhankelijk zijn, kunnen we u beloven dat we uw gegevens nooit zullen verkopen en dat we altijd transparant zullen zijn over onze software en diensten.","Bio":"Bio","Birth Date":"Geboortedatum","Black":"Zwart","Blue":"Blauw","Brown":"Bruin","Browse":"Blader door","Browse Files":"Bladeren door bestanden","Browse Pictures":"Foto's bekijken","Bug Report":"Bugmelding","Busy, please try again later":"Bezet, probeer het later nog eens","Busy, please wait…":"Bezig, wacht even…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Door gebruik te maken van de software en diensten die wij leveren, gaat u akkoord met onze servicevoorwaarden, ons privacybeleid en onze gedragscode.","Calendar":"Kalender","Camera":"Camera","Camera not found":"Camera niet gevonden","Camera Serial":"Camera","Can't access your authenticator app or device?":"Krijg je geen toegang tot je authenticator app of apparaat?","Can't load more, limit reached":"Kan niet meer laden, limiet bereikt","Can't select more items":"Kan niet meer items selecteren","Cancel":"Annuleren","Cannot copy to clipboard":"Kan niet naar klembord kopiëren","Caption":"Onderschrift","Cards":"Kaarten","Carousel slide {0} of {1}":"Carrousel dia {0} van {1}","Cast":"Cast","Category":"Categorie","Change Avatar":"Avatar veranderen","Change Password":"Wachtwoord wijzigen","Change private flag":"Privé vlag geschakeld","Changes could not be saved":"Wijzigingen kunnen niet worden opgeslagen","Changes successfully saved":"Wijzigingen succesvol opgeslagen","Changes to the advanced settings require a restart to take effect.":"Wijzigingen aan de geavanceerde instellingen vereisen een herstart om van kracht te worden.","Checked":"Geselecteerd","Choose an instance to continue:":"Kies een instantie om door te gaan:","Chroma":"Chroma","Cleaning index and cache":"Index en cache opschonen","Cleanup":"Opruimen","Clear":"Duidelijk","Clear {0}":"Wis {0}","Client":"Klant","Close":"Sluiten","Cluster":"Cluster","Cluster Admin":"Clusterbeheerder","Cluster Node":"Clusternode","Codec":"Codec","Color":"Kleur","Color Profile":"Kleur Profiel","Colors":"Kleuren","Compare Editions":"Edities vergelijken","Complete Rescan":"Volledig herscannen","Confidence":"Vertrouwen","Confirm":"Bevestigen","Connect":"Verbinden","Connect via WebDAV":"Verbinding maken via WebDAV","Connected":"Verbonden","Contact Details":"Contactgegevens","Contact Us":"Neem contact met ons op","Contains %{n} pictures.":"Bevat %{n} foto's.","Contains one picture.":"Bevat één foto.","Content":{"":"Inhoud","Edit":"Inhoud"},"Continue":"Doorgaan","Contributor":"Bijdrager","Converting":"Converteren","Copied to clipboard":"Gekopieerd naar klembord","Copy":"Kopiëren","Copying files from %s":"Bestanden kopiëren uit %s","Copyright":"Copyright","Could not be deleted":"Kan niet verwijderd worden","Could not connect, please try again":"Kan niet verbinden, probeer alstublieft opnieuw","Could not update person cover":"Kan dekking van persoon niet bijwerken","Couldn't find anything.":"Kon niets vinden.","Country":"Land","Create Account":"Account aanmaken","Create album":"Nieuw album","Create regular backups based on the configured schedule.":"Indexback-ups maken op basis van het geconfigureerde schema.","Create YAML files to back up album metadata.":"YAML-bestanden maken om albummetadata te back-uppen.","Create YAML sidecar files to back up picture metadata.":"Maak YAML sidecar-bestanden om een back-up te maken van afbeeldingsmetagegevens.","Created":"Aangemaakt","Creating thumbnails for":"Het maken van miniaturen voor","Current Password":"Huidig Wachtwoord","Custom":"Aangepast","Cyan":"Cyaan","Daily":"Dagelijks","Database":"Database","Database Backups":"Back-ups van databases","Databases":"Databases","Date & Time":"Datum en tijd","Day":"Dag","Deactivate":"Deactiveren","Debug Logs":"Debug-logs","Default":"Standaard","Default Folder":"Standaard map","Delete":"Verwijder","Delete Album":"Album verwijderen","Delete All":"Alles verwijderen","Delete all?":"Alles verwijderen?","Delete orphaned index entries, sidecar files and thumbnails.":"Verwijder verweesde indexvermeldingen, zijspanbestanden en miniaturen.","deleted":"verwijderd","Description":"Omschrijving","Detailed instructions can be found in our User Guide.":"Gedetailleerde instructies zijn te vinden in onze gebruikershandleiding.","Details":"Details","Dimensions":"Afmetingen","Disable all face detection and recognition features.":"Schakel alle functies voor gezichtsdetectie en -herkenning uit.","Disable Backups":"Back-ups uitschakelen","Disable Darktable":"Uitschakelen Darktable","Disable ExifTool":"Schakel ExifTool uit","Disable Faces":"Gezichten uitschakelen","Disable features that require write permission for the originals folder.":"Schakel functies uit die schrijfrechten vereisen voor de map Originals.","Disable FFmpeg":"FFmpeg uitschakelen","Disable ImageMagick":"ImageMagick uitschakelen","Disable interactive world maps and reverse geocoding.":"Schakel interactieve wereldkaarten en omgekeerde geocodering uit.","Disable MCP":"MCP uitschakelen","Disable Places":"Locaties","Disable RawTherapee":"RawTherapee uitschakelen","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Schakel het Model Context Protocol (MCP) API eindpunt uit voor AI agent integraties.","Disable Vectors":"Vectoren uitschakelen","Disable WebDAV":"WebDAV uitschakelen","Disabled":"Uitgeschakeld","Disables vector graphics support.":"Schakelt ondersteuning voor vectorafbeeldingen uit.","Disables video transcoding and thumbnail extraction.":"Schakelt videoconversie en extractie van miniaturen uit.","Discard":"Gooi weg","Discard changes and close":"Wijzigingen weggooien en sluiten","Discard invalid changes?":"Ongeldige wijzigingen weggooien?","Discard unsaved changes?":"Niet-opgeslagen wijzigingen verwijderen?","Discover":"Ontdek","Dismiss":"Ontsla","Display Name":"Naam op scherm","Display picture captions in search results.":"Afbeeldingsbijschriften weergeven in zoekresultaten.","Display picture titles in search results.":"Afbeeldings titels weergeven in zoekresultaten.","Document":"Document","Documents":"Documenten","Don't use Darktable to convert RAW images.":"Gebruik geen Darktable om RAW-beelden te converteren.","Don't use ImageMagick to convert images.":"Gebruik geen ImageMagick om afbeeldingen te converteren.","Don't use RawTherapee to convert RAW images.":"Gebruik geen RawTherapee om RAW beelden te converteren.","Done":"Klaar","Done.":"Klaar.","Download":"Download","Download only original media files, without any automatically generated files.":"Download alleen originele mediabestanden, zonder automatisch gegenereerde bestanden.","Download remote files":"Bestanden op afstand downloaden","Downloading…":"Downloaden…","Drag and drop files here":"Sleep bestanden hier naartoe","Driver":"Bestuurder","Duplicates will be skipped and only appear once.":"Duplicaten worden overgeslagen en verschijnen slechts één keer.","Duration":"Duur","Dynamic Previews":"Dynamische Voorbeelden","Dynamic Size Limit: %{n}px":"Dynamische Groottegrens: %{n}px","Edit":"Bewerken","Edit %{s}":"Bewerken %{s}","Edit Account":"Account bewerken","Edit Photo":"Bewerk Foto","Edit Photos (%{n})":"Foto's bewerken (%{n})","Edited":"Bewerkt","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Schakel de debugmodus in om extra logs weer te geven en te helpen bij het oplossen van problemen.","Enable downloading of original and sidecar files from the web interface.":"Het downloaden van originele en zijspanbestanden via de webinterface inschakelen.","Enable face recognition and the People view to easily find people you know.":"Schakel gezichtsherkenning en de Mensen-weergave in om gemakkelijk mensen te vinden die je kent.","Enable new features that may be incomplete or unstable.":"Nieuwe functies inschakelen die mogelijk incompleet of instabiel zijn.","Enable the file browser to navigate the Originals folder structure.":"Schakel de bestandsbrowser in om door de mappenstructuur van Originals te navigeren.","Enables RAW converter presets. May reduce performance.":"Schakelt RAW-converterpresets in. Kan de prestaties verminderen.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Het inschakelen van twee-factor authenticatie betekent dat je een willekeurig gegenereerde verificatiecode nodig hebt om in te loggen, dus zelfs als iemand toegang krijgt tot je wachtwoord, zal hij geen toegang kunnen krijgen tot je account.","Engine":"Motor","Enter date":"Datum invoeren","Enter dates":"Data invoeren","Enter item name...":"Itemnaam invoeren...","Enter the code generated by your authenticator app:":"Voer de code in die is gegenereerd door je authenticator app:","Enter verification code":"Verificatiecode invoeren","Enter your password to confirm the action and continue:":"Voer je wachtwoord in om de actie te bevestigen en door te gaan:","Entity not found":"Entiteit niet gevonden","Error":"Fout","Errors":"Fouten","Estimate":"Schatting","Estimate Locations":"Locaties schatten","Estimate the approximate location of pictures without GPS coordinates.":"De locatie van foto's bij benadering schatten zonder GPS-coördinaten.","Every two days":"Om de twee dagen","Exclude hidden":"Verborgen uitsluiten","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metadata-extractie met ExifTool is vereist voor volledige ondersteuning van video, live foto's en XMP.","Experimental Features":"Experimentele eigenschappen","Expires":"Verloopt","Exposure":"Blootstelling","Extract still images and generate thumbnails while indexing.":"Foto's extraheren en miniaturen genereren tijdens het indexeren.","F Number":"F Aantal","Face":"Gezichtje","Face not found":"Gezicht niet gevonden","Faces":"Gezichten","Failed creating file, please check permissions":"Bestand aanmaken mislukt, controleer alstublieft de rechten","Failed creating folder, please check permissions":"Folder aanmaken mislukt, controleer alstublieft de rechten","Failed removing link":"Mislukte verwijderingslink","Failed to connect account.":"Verbinding met account mislukt.","Failed to create zip file":"Maken van zip-bestand is mislukt","Failed to load users.":"Het laden van gebruikers is mislukt.","Failed to remove face marker":"Gezichtsmarkering niet verwijderd","Failed to remove name":"Naam niet verwijderd","Failed to restart server":"Het opnieuw opstarten van de server is mislukt","Failed to save changes":"Wijzigingen niet opgeslagen","Failed to save face marker":"Mislukt om gezicht te redden marker","Failed to save name":"Mislukt om naam op te slaan","Failed updating link":"Mislukte actualiseringslink","Family Name":"Familienaam","Fast":"Snel","Favorite":"Favoriet","Favorites":"Favorieten","Feature disabled":"Functie uitgeschakeld","Feature Request":"Verzoek voor nieuwe functionaliteit","Female":"Vrouw","File":"Bestand","File Browser":"Bestands Browser","File Conversion":"Bestandsconversie","File deleted":"Bestand verwijderd","File Name":"Bestandsnaam","File not found":"Bestand niet gevonden","File removed from stack":"Bestand uit stapel verwijderd","File Size":"Bestandsgrootte","File too large":"Bestand te groot","File uploaded":"Bestand geüpload","Filename":"Bestandsnaam","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.","First page":"Eerste pagina","Focal Length":"Brandpuntsafstand","Folder":"Map","Folder contains %{n} files":"Map bevat %{n} bestanden","Folder is empty":"Map is leeg","Folders":"Mappen","Forgot password?":"Wachtwoord vergeten?","FPS":"FPS","Frames":"Frames","Full Access":"Volledige Toegang","Fullscreen":"Volledig scherm","General":"Algemeen","Generate":"Genereren","Generate Previews":"Voorvertoningen genereren","Generated":"Gegenereerd","Get Started":"Aan de slag","Given Name":"Voornaam","Global Options":"Overkoepelende instellingen","Go to page {0}":"Ga naar pagina {0}","Gold":"Goud","Green":"Groen","Grey":"Grijs","Groups":"Groepen","Guest":"Gast","Hash":"Hash","Help":"Help","Help & Support":"Hulp en Ondersteuning","Hidden":"Verborgen","Hidden Files":"Verborgen bestanden","Hide":"Verberg","Hide Caption":"Verberg titel","Hide face markers":"Gezichtsmarkeringen verbergen","Hide private content from global views while keeping it accessible in the Private section.":"Verberg privé-items uit globale weergaven terwijl ze toegankelijk blijven in het gedeelte Privé.","High":"Hoog","High Dynamic Range (HDR)":"Hoog dynamisch bereik (HDR)","Hybrid":"Hybride","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Als u de toegang tot uw authenticatie-app of -apparaat verliest, kunt u uw herstelcode gebruiken om weer toegang te krijgen tot uw account.","Image":"Afbeelding","Image Quality":"Beeldkwaliteit","Import":"Importeren","Import canceled":"Importeren geannuleerd","Import completed in %d s":"Importeren voltooid in %d s","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.","Importing %{s}…":"Importeren van %{s}…","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.","Include RAW image files when downloading stacks and archives.":"RAW-beeldbestanden opnemen bij het downloaden van stacks en archieven.","Include sidecar files when downloading stacks and archives.":"Download ook sidecar-bestanden bij het downloaden van stacks en archieven.","Increase storage size or delete files to continue.":"Vergroot de opslaggrootte of verwijder bestanden om verder te gaan.","Index":"Index","Indexing":"Indexeren","Indexing canceled":"Indexeren geannuleerd","Indexing completed in %d s":"Indexeren voltooid in %d s","Indexing failed":"Indexeren mislukt","Indexing files in %s":"Bestanden indexeren in %s","Indexing media and sidecar files…":"Foto’s en sidecar-bestanden aan het indexeren…","Indexing originals...":"Originelen indexeren…","Information":"Informatie","Inherit":"Overnemen","Instance":"Instantie","Instance ID":"Instantie-ID","Instance unreachable. Try again once it's back online.":"De server is momenteel niet bereikbaar. Probeer het opnieuw zodra hij weer online is.","Instances":"Instanties","Insufficient storage":"Onvoldoende opslag","Insufficient storage.":"Onvoldoende opslag.","Interval":"Interval","Invalid":"Ongeldig","Invalid address":"Ongeldig adres","Invalid country":"Ongeldig land","Invalid credentials":"Ongeldige inloggegevens","Invalid date":"Ongeldige datum","Invalid link":"Ongeldige link","Invalid name":"Ongeldige mapnaam","Invalid parameters":"Ongeldige parameters","Invalid password, please try again":"Fout wachtwoord, probeer alstublieft opnieuw","Invalid photo selected":"Ongeldige foto geselecteerd","Invalid time":"Ongeldige tijd","Invalid URL":"Ongeldige URL","Invalid verification code, please try again":"Ongeldige verificatiecode. Probeer het opnieuw","IP Address":"IP-adres","It is a one-time use code that will disable 2FA for your account when you use it.":"Het is een eenmalige code die 2FA voor je account uitschakelt als je hem gebruikt.","Item":"Item","Items per page:":"Artikelen per pagina:","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.","Keyword":"Trefwoord","Keywords":"Trefwoorden","Label":"Label","Label not found":"Label niet gevonden","Label saved":"Labels opgeslagen","Labels":"Labels","Labels deleted":"Labels verwijderd","Language":"Taal","Last Active":"Laatste actief","Last Login":"Laatste aanmelding","Last page":"Laatste pagina","Last Sync":"Laatste synchronisatie","Last Used":"Laatst gebruikt","Latitude":"Breedtegraad","LDAP/AD":"LDAP/AD","Learn more":"Meer informatie","Learn More":"Meer leren","Legal Information":"Juridische informatie","Lens":"Lens","Lens not found":"Lens niet gevonden","Library":"Bibliotheek","License":"Licentie","Like":"Vind ik leuk","Lime":"Limoen","Limit reached, showing first %{n} files":"Limiet bereikt, toont eerste %{n} bestanden","Link":"Link","List":"Lijst","List View":"Lijstweergave","Live":"Live","Live Photos":"Live foto's","Load more":"Meer laden","Loading items...":"Artikelen laden...","Loading...":"Aan het laden...","Local":"Lokaal","Local Time":"Lokale tijd","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","Logs":"Logboeken","Longitude":"Lengtegraad","Lost server connection":"Verbroken serververbinding","Low":"Laag","Magenta":"Magenta","Main Color":"Hoofdkleur","Male":"Man","Manage Account":"Account beheren","Manager":"Manager","Manual":"Handmatig","Manual Upload":"Uploaden","Maps":"Kaarten","Marker":"Symbool","Maximum number of accounts has been reached.":"Het maximum aantal accounts is bereikt.","Media":"Media","Medium":"Medium","Membership":"Lidmaatschap","Merge %{a} with %{b}?":"%{a} samenvoegen met %{b}?","Message":"Bericht","Metadata":"Metagegevens","Metrics":"Metrieken","Minimize":"Minimaliseren","Missing":"Ontbrekend","Missing or invalid configuration":"Ontbrekende of ongeldige configuratie","mixed":"gemengd","Moments":"Momenten","Monochrome":"Monochroom","Month":"Maand","More options":"Meer opties","Mosaic":"Mozaiek","Most Relevant":"Meest relevant","Move Files":"Bestanden verplaatsen","Moving files from %s":"Bestanden verplaatsen uit %s","Must have at least %{n} characters.":"Moet minstens %{n} tekens bevatten.","Mute":"Stomme","Name":"Naam","Name too long":"Titel is te lang","Never":"Nooit","New":"Nieuw","New Password":"Nieuw wachtwoord","Newest First":"Nieuwste eerst","Next":"Volgende","Next page":"Volgende","Next visual":"Volgende visualisatie","No":"Nee","No Access":"Geen toegang","No albums assigned":"Geen albums toegewezen","No albums found":"Geen albums gevonden","No albums selected":"Geen albums geselecteerd","No data available":"Geen gegevens beschikbaar","No files available for download":"Geen bestanden beschikbaar om te downloaden","No items selected":"Geen items geselecteerd","No labels assigned":"Geen labels toegewezen","No labels found":"%{n} labels gevonden","No labels selected":"Geen labels geselecteerd","No matching records found":"Geen overeenkomende records gevonden","No more":"Niet meer","No people found":"Geen mensen gevonden","No pictures found":"Geen foto's gevonden","No recently edited pictures":"Geen recent bewerkte foto's","No registered instances.":"Er zijn geen geregistreerde exemplaren.","No results":"Geen resultaten","No server connection":"Geen serververbinding","No servers configured.":"Geen servers geconfigureerd.","No services configured.":"Geen diensten geconfigureerd.","No thanks":"Nee bedankt","No users on this instance.":"Er zijn geen gebruikers op deze instantie.","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.","Node":"Knooppunt","Nodes":"Knooppunten","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","Not allowed":"Niet toegestaan","Not available in public mode":"Niet beschikbaar in publieke modus","Not available in read-only mode":"Niet beschikbaar in alleen-lezen modus","Not found":"Niet gevonden","Not sorted.":"Niet gesorteerd.","Not supported":"Niet ondersteund","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.","Notes":"Notities","Nothing to see here yet.":"Hier is nog niets te zien.","Nothing was found.":"Er is niets gevonden.","Offline":"Offline","OK":"OK","Oldest First":"Oudste eerst","On Windows, enter the following resource in the connection dialog:":"In Windows voert u de volgende bron in het verbindingsdialoogvenster in:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Het op aanvraag genereren van miniaturen kan een hoog CPU- en geheugengebruik veroorzaken. Het wordt niet aanbevolen voor servers en NAS-apparaten met beperkte bronnen.","Once a week":"Eenmaal per week","One album found":"Een album gevonden","One entry added to %s":"Eén item toegevoegd aan %s","One entry removed from %s":"Eén item verwijderd uit %s","One file found":"Een album gevonden","One file uploaded":"Eén bestand geüpload","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","Only locally managed accounts can be set up for authentication with 2FA.":"Alleen lokaal beheerde accounts kunnen worden ingesteld voor verificatie met 2FA.","Open":"Open","optional":"optioneel","or":"of","Orange":"Oranje","Organization":"Organisatie","Orientation":"Oriëntatie","Original file names will be stored and indexed.":"Originele bestandsnamen worden opgeslagen en geïndexeerd.","Original Name":"Originele naam","Originals":"Originelen","Originals folder is empty":"De map Originelen is leeg","Other":"Andere","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Onze missie is om de meest gebruiks- en privacyvriendelijke oplossing te bieden om uw foto's georganiseerd en toegankelijk te houden.","Outdoor":"Outdoor","Page {0}, Current page":"Pagina {0}, Huidige pagina","Pages":"Pagina's","Pagination Navigation":"Navigatie met paginering","Panorama":"Panorama","Panoramas":"Panorama's","Part of all selected photos":"Deel van alle geselecteerde foto's","Part of some selected photos":"Deel van een aantal geselecteerde foto's","Password":"Wachtwoord","Password changed":"Wachtwoord gewijzigd","Pause":"Pauze","Payment required":"Betaling vereist","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","Permission denied":"Toegang geweigerd","Person":"Persoon","Person cover updated":"Persoon cover bijgewerkt","Person deleted":"Persoon verwijderd","Person not found":"Persoon niet gevonden","Person saved":"Persoon gered","Personal":"Persoonlijk","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism is 100% zelf gefinancierd en onafhankelijk.","PhotoPrism+ Membership":"PhotoPrism+ lidmaatschap","Photos":"Foto’s","Picture":"Afbeelding","Picture Title":"Titel afbeelding","Pink":"Roze","Pinned":"Vastgezet","Place":"Plaats","Place & Time":"Plaats en Tijd","Places":"Locaties","Play":"Afspelen","Please confirm your new password.":"Bevestig uw nieuwe wachtwoord.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopieer het volgende willekeurig gegenereerde app-wachtwoord en bewaar het op een veilige plaats, want je zult het niet meer kunnen zien:","Please do not upload any private, unlawful or offensive pictures.":"Upload geen foto's die privé, onwettig of aanstootgevend zijn.","Please don't upload photos containing offensive content.":"Upload geen foto's met aanstootgevende inhoud.","Please enter OTP character {0}":"Voer OTP-teken {0} in","Please log in to your account":"Log in op je account","Please note that changing your password will log you out on other devices and browsers.":"Houd er rekening mee dat het wijzigen van uw wachtwoord u zal afmelden op andere apparaten en browsers.","Please restart your instance for the changes to take effect.":"Start uw instantie opnieuw op om de wijzigingen van kracht te maken.","Please wait…":"Wacht even…","PM":"PM","PNG Size Limit: %{n}px":"PNG-groottegrens: %{n}px","Portal":"Portaal","Portrait":"Staand","Preserve filenames":"Bewaar bestandsnamen","Press enter to create a new album.":"Druk op enter om een nieuw album te maken.","Press enter to create new item":"Druk op enter om een nieuw item te maken","Prevent database and album backups as well as YAML sidecar files from being created.":"Voorkom dat database- en albumback-ups en YAML sidecar-bestanden worden gemaakt.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Voorkom dat andere apps toegang hebben tot PhotoPrism als een gedeeld netwerkstation.","Preview":"Voorbeeld","Preview Images":"Voorbeeldafbeeldingen","Previous":"Vorige","Previous page":"Vorige pagina","Previous visual":"Vorige visualisatie","Primary":"Primair","Private":"Privé","Processing upload...":"Verwerking upload...","Product Feedback":"Terugkoppeling van producten","Projection":"Projectie","Purple":"Paars","Quality Filter":"Kwaliteitsfilter","Quality Score":"Kwaliteitsscore","Quota exceeded":"Quota overschreden","Random":"Willekeurig","Rating {0} of {1}":"Beoordeling {0} van {1}","Raw":"Raw","RAW":"RAW","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":"Onlangs toegevoegd","Recently Archived":"Onlangs gearchiveerd","Recently Edited":"Recent bewerkt","Recognition starts after indexing has been completed.":"De herkenning begint nadat de indexering is voltooid.","Recognized":"Erkend","Recovery Code":"Herstelcode","Red":"Rood","Refresh":"Vernieuw","Regions":"Regio's","Register":"Registreer","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 from all":"Verwijderen uit alle","Remove from all selected photos":"Verwijderen uit alle geselecteerde foto's","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.","Remove the selected instance from the cluster registry?":"De geselecteerde instantie uit het clusterregister verwijderen?","Removed":"Verwijderd","Removed %{name}":"%{name} verwijderd","Removed %d files and %d photos":"%d bestanden en %d foto’s verwijderd","Repeated":"Herhaald","Request failed - are you offline?":"Aanvraag mislukt - bent u offline?","Request failed - invalid response":"Verzoek mislukt - ongeldig antwoord","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Eis dat niet-fotografische afbeeldingen en afbeeldingen van lage kwaliteit worden beoordeeld voordat ze in de zoekresultaten verschijnen.","Resolution":"Resolutie","Restart":"Herstart","Restore":"Herstellen","Restored":"Gerestaureerd","Retry Limit":"Herhaal Limiet","Retype Password":"Herhaal je wachtwoord","Review":"Beoordeling","Role":"Rol","Roles":"Rollen","Rotated":"Gedraaid","Rows per page:":"Rijen per pagina:","Satellite":"Satelliet","Save":"Opslaan","Save changes":"Wijzigingen opslaan","Scan":"Scan","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scan de QR-code met je authenticatie-app of gebruik de onderstaande sleutel en voer vervolgens de gegenereerde verificatiecode in:","Scans":"Scans","Scope":"Toepassingsgebied","Scopes":"Scopes","Search":"Zoeken","Season":"Seizoen","Secret":"Geheim","Security and Access":"Veiligheid en toegang","Select":"Selecteer","Select a source folder to import files…":"Selecteer een bronmap om bestanden te importeren…","Select date":"Selecteer datum","Select dates":"Kies data","Select or create albums":"Albums selecteren of aanmaken","Select or create labels":"Labels kiezen of maken","Select or drop files to upload…":"Selecteer of zet bestanden neer om te uploaden…","Select the files to upload…":"Selecteer de bestanden die je wilt uploaden…","Select the folder to be indexed…":"Selecteer de map die geïndexeerd moet worden…","Select Time":"Selecteer tijd","Selection":"Selectie","Selection added to %s":"Selectie toegevoegd aan %s","Selection approved":"Selectie goedgekeurd","Selection archived":"Selectie gearchiveerd","Selection marked as private":"Selectie gemarkeerd als privé","Selection not found":"Selectie niet gevonden","Selection restored":"Selectie hersteld","Sequential Name":"Opeenvolgende naam","Service":"Service","Service URL":"Service URL","Services":"Diensten","Session":"Sessie","Session ID":"Sessie-ID","Sessions":"Sessies","Set as Album Cover":"Ingesteld als albumhoes","Set as Cover Image":"Instellen als omslagafbeelding","Settings":"Instellingen","Settings saved":"Instellingen opgeslagen","Setup":"Setup","Severity":"Ernst","Share":"Delen","Share %{s}":"Deel %{s}","Show":"Toon","Show All Labels":"Toon alle labels","Show all new faces":"Toon alle nieuwe gezichten","Show Caption":"Onderschrift tonen","Show Captions":"Bijschriften tonen","Show face markers":"Gezichtsmarkeringen tonen","Show hidden":"Verborgen weergeven","Show Important Only":"Alleen belangrijk tonen","Show logs in the web interface to monitor activity and troubleshoot problems.":"Toon logboeken in de webinterface om activiteit te controleren en problemen op te lossen.","Show smart albums that group pictures by occasion, trip, or location.":"Toon slimme albums die foto's groeperen op gelegenheid, reis of locatie.","Show the Account page so users can manage their profile and security settings.":"Toon de Account pagina zodat gebruikers hun profiel en beveiligingsinstellingen kunnen beheren.","Show the Calendar view to browse the library by year and month.":"Toon de kalenderweergave om door de bibliotheek te bladeren op jaar en maand.","Show the Labels section to view and manage AI-generated labels.":"Toon de sectie Labels om AI-gegenereerde labels te bekijken en beheren.","Show the Library section to index, manage, and monitor the media library.":"Toon het onderdeel Bibliotheek om de mediabibliotheek te indexeren, beheren en controleren.","Show the Places view with interactive maps so you can browse photos by location.":"Toon de weergave Plaatsen met interactieve kaarten zodat je foto's per locatie kunt bekijken.","Show Titles":"Titels tonen","Sidecar":"Sidecar","Sidecar Files":"Zijspan Bestanden","Sign in":"Inloggen","Sign Out":"Uitloggen","Similar":"Vergelijkbaar","Site URL":"URL website","Size":"Grootte","Slideshow":"Diashow","Slow":"Langzaam","Software":"Software","Software Update":"Software bijwerken","Some albums could not be copied":"Sommige albums konden niet worden gekopieerd","Some albums could not be created. Please edit the names and try again.":"Sommige albums konden niet worden aangemaakt. Pas de namen aan en probeer het opnieuw.","Some albums could not be updated":"Sommige albums konden niet worden bijgewerkt","Something went wrong, try again":"Er ging iets mis, probeer het opnieuw.","Sort by":"Sorteren op","Sort by Name (A–Z)":"Sorteren op naam (A-Z)","Sort by Photo Count":"Sorteren op aantal foto's","Sort by Relevance":"Sorteren op relevantie","Sort Order":"Sorteer volgorde","Sorted ascending.":"Oplopend gesorteerd.","Sorted descending.":"Aflopend gesorteerd.","Source":"Bron","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","Start":"Start","Start Page":"Startpagina","Static Size Limit: %{n}px":"Statische Grootte Limiet: %{n}px","Status":"Status","Stay signed in on this device":"Aangemeld blijven op dit apparaat","Stop Casting":"Stop met gieten","Storage":"Opslag","Streets":"Straat","Subject":"Onderwerp","Subject deleted":"Onderwerp verwijderd","Subject not found":"Onderwerp niet gevonden","Subject saved":"Onderwerp opgeslagen","Successfully activated":"Met succes geactiveerd","Successfully Connected":"Succesvol aangesloten","Successfully deleted":"Succesvol verwijderd","Successfully verified":"Met succes geverifieerd","Super Admin":"Super Admin","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.","Support Our Mission":"Steun onze missie","Sync":"Synchroniseer","Sync raw and video files":"Ruwe en videobestanden synchroniseren","Taken":"Bezet","Teal":"Groenblauw","Terrain":"Terrein","Text":"Tekst","Thank You for Your Support!":"Bedankt voor uw steun!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Daarom is PhotoPrism vanaf de grond opgebouwd om te werken waar u maar wilt, zonder afbreuk te doen aan vrijheid, privacy of functionaliteit.","The index currently contains %{n} hidden files.":"De index bevat momenteel %{n} verborgen bestanden.","The instance rejected the cluster credentials.":"De instantie heeft de clustergegevens geweigerd.","The instance returned an unexpected redirect.":"De instantie heeft een onverwachte omleiding teruggestuurd.","The wakeup interval is %s, but must be 1h or less":"Het wekinterval is %s, maar moet 1 uur of minder zijn","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 account is missing an ID and can't be edited.":"Dit account heeft geen ID en kan niet worden bewerkt.","This field is required":"Dit veld is verplicht","This instance has no site URL configured.":"Voor deze instantie is geen site-URL geconfigureerd.","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 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.","Time":"Tijd","Time UTC":"Tijd UTC","Time Zone":"Tijdzone","Timeout":"time-out","Title":{"":"Titel","Account":"Titel","Photo":"Titel"},"Title / Position":"Titel / Positie","to":"tot","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Download, print of kopieer deze herstelcode en bewaar deze op een veilige plek om te voorkomen dat je wordt uitgesloten van je account.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Om een nieuw app-specifiek wachtwoord te genereren, voert u de naam en het autorisatiebereik van de applicatie in en selecteert u een vervaldatum:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Om over te schakelen naar een nieuwe authenticatie-app of -apparaat, moet je eerst de twee-factor authenticatie uitschakelen en vervolgens weer inschakelen:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Om te upgraden kunt u een activeringscode invoeren of op \"Registreren\" klikken om u aan te melden op onze website:","Today":"Vandaag","Toggle View":"Schakelweergave","Token":"Token","Too many files selected":"Te veel bestanden geselecteerd","Too many requests":"Te veel verzoeken","Troubleshooting":"Problemen oplossen","Try again using other filters or keywords.":"Probeer opnieuw met een ander trefwoord of filter.","Two-factor authentication has been enabled for your account.":"Twee-factor authenticatie is ingeschakeld voor je account.","Type":"Type","Unable to delete":"Kan niet verwijderen","Unable to do that":"Dat kan niet","Unassign":"niet toewijzen","Unauthorized":"Onbevoegde","Undo":"Ongedaan maken","Unique ID":"Unieke id","Unknown":"Onbekend","Unknown location":"Onbekende locatie","Unregistered":"Ongeregistreerd","Unsorted":"Ongesorteerd","Unstack":"Ontstapel","Unsupported":"Niet ondersteund","Unsupported format":"Niet ondersteund formaat","Unsupported type":"Niet-ondersteund type","Updated":"Bijgewerkt","Updating faces":"Gezichten bijwerken","Updating index":"Bijwerken van de index","Updating moments":"Momenten van actualisering","Updating picture…":"Foto bijwerken…","Updating previews":"Voorvertoningen bijwerken","Updating stacks":"Actualisering van de stapels","Upgrade":"Upgrade","Upgrade Now":"Nu upgraden","Upload":"Uploaden","Upload complete":"Uploaden klaar","Upload complete. Indexing…":"Uploaden klaar. Indexeren…","Upload failed":"Uploaden mislukt","Upload has been processed":"Upload is verwerkt","Upload local files":"Uploaden mislukt","Upload might be offensive":"Upload kan aanstootgevend zijn","Upload Path":"Pad uploaden","Uploading %{n} of %{t}…":"Het uploaden van %{n} van %{t}…","Uploading photos…":"Foto’s uploaden…","Uploading…":"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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Gebruik de volgende herstelcode om toegang te krijgen tot je account als je geen geldige verificatiecode kunt genereren met je authenticatie-app:","Use your recovery code or contact an administrator for help.":"Gebruik je herstelcode of neem contact op met een beheerder voor hulp.","User":"Gebruiker","User Guide":"Gebruikershandleiding","User Interface":"Gebruikersinterface","User not found":"Gebruiker niet gevonden","Username":"Gebruikersnaam","Users":"Gebruikers","UUID":"UUID","Vector":"Vector","Vectors":"Vectoren","Verification Code":"Verificatiecode","Version":"Versie","Video":"Video","Video Duration":"Videoduur","Videos":"Video's","View":"Weergave","View search results as a list.":"Bekijk zoekresultaten als een lijst.","Viewer":"Kijker","Vision":"Visie","Visitor":"Bezoeker","Visual Similarity":"Visuele gelijkenis","Warning":"Waarschuwing","Web Login":"Web Login","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"WebGL-ondersteuning is uitgeschakeld in uw browser","Website":"Website","White":"Wit","Work Details":"Werk Details","Year":"Jaar","Yellow":"Geel","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"U kunt contact met ons opnemen via membership@photoprism.app voor vragen over uw lidmaatschap.","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 can search for a location or move the marker on the map to change the position:":"Je kunt een locatie zoeken of de marker op de kaart verplaatsen om de positie te veranderen:","You can upload up to %{n} files for test purposes.":"Je kunt tot %{n} bestanden uploaden voor testdoeleinden.","You cannot change your own role.":"Je kunt je eigen rol niet wijzigen.","You do not have access to any instances.":"Je hebt geen toegang tot enige instanties.","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.","Your account could not be connected":"Uw account kon niet worden aangesloten","Your account has been successfully connected.":"Uw account is succesvol verbonden.","Your browser does not support WebGL":"Uw browser ondersteunt WebGL niet","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Uw blijvende steun helpt ons om regelmatig updates te geven en onafhankelijk te blijven, zodat we onze missie kunnen vervullen en uw privacy kunnen beschermen.","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.","Zip created in %d s":"Zip gemaakt in %d s","Zoom in/out":"In-/uitzoomen","Archive":{"Noun":"Archief","Verb":"Archief"},"Add a Title":{"Photo":"Een titel toevoegen"}}} \ No newline at end of file +{"nl":{"{0} appended action":"{0} bijgevoegde actie","{0} files":"{0} bestanden","{0} files ({1} in total)":"{0} bestanden ({1} in totaal)","{0} more":"{0} meer","{0} prepended action":"{0} actie vooraf","{0} selected":"{0} geselecteerd","{0}-{1} of {2}":"{0}-{1} van {2}","%{n} albums found":"%{n} albums gevonden","%{n} files uploaded":"%{n} opgeladen bestanden","%{n} folders found":"%{n} mappen gevonden","%{n} GB of %{q} GB used":"%{n} GB van %{q} GB gebruikt","%{n} labels found":"%{n} labels gevonden","%{n} people found":"%{n} personen gevonden","%{n} pictures found":"%{n} foto's gevonden","%{s} is too long":"%{s} is te lang","%{s} is too short":"%{s} is te kort","%d entries added to %s":"%d items toegevoegd aan %s","%d entries removed from %s":"%d items verwijderd uit %s","%d files uploaded in %d s":"%d bestanden geüpload in %d s","%s already exists":"%s bestaat al","%s has been restored":"%s is hersteld","1 hour":"1 uur","12 hours":"12 uren","2-Factor Authentication":"2-Factor Authenticatie","2FA":"2FA","4 hours":"4 uren","A click will copy it to your clipboard.":"Een klik zal het naar uw klembord kopiëren.","A new version of %{s} is available:":"Er is een nieuwe versie van %{s} beschikbaar:","About":"Over","Access granted.":"Toegang verleend.","Access revoked.":"Toegang ingetrokken.","Access Token":"Toegangssleutel","Account":"Account","Account created":"Account aangemaakt","Account deleted":"Account verwijderd","Account Group Mappings":"Toewijzingen van accountgroepen","Account not found":"Account niet gevonden","Account restored":"Account hersteld","Account saved":"Account opgeslagen","Accounts":"Accounts","Accuracy":"Nauwkeurigheid","Action":"Actie","Actions":"Acties","Activate":"Activeer","Activate to remove sorting.":"Activeren om sorteren te verwijderen.","Activate to sort ascending.":"Activeren om oplopend te sorteren.","Activate to sort descending.":"Activeren om aflopend te sorteren.","Activation Code":"Activeringscode","Activity":"Activiteit","Add":"Toevoegen","Add %{s}?":"%{naam} toevoegen?","Add a Caption":"Een bijschrift toevoegen","Add Account":"Account toevoegen","Add Album":"Toevoegen aan album","Add Link":"Link toevoegen","Add Notes":"Opmerkingen toevoegen","Add person?":"Persoon toevoegen?","Add pictures from search results by selecting them.":"Voeg foto's toe uit zoekresultaten door ze te selecteren.","Add to album":"Toevoegen aan album","Add to all":"Toevoegen aan alle","Add to all selected photos":"Toevoegen aan alle geselecteerde foto's","Added":"Toegevoegd","Added %{name}":"%{name} toegevoegd","Adjust Camera Info":"Camera-info aanpassen","Adjust Date & Time":"Datum en tijd aanpassen","Adjust Location":"Locatie aanpassen","Admin":"Admin","Advanced":"Geavanceerd","Advertise URL":"URL adverteren","After 1 day":"Na 1 dag","After 3 days":"Na 3 dagen","After 7 days":"Na 7 dagen","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Nadat je je wachtwoord hebt ingevoerd ter bevestiging, kun je tweefactorauthenticatie instellen met een compatibele authenticatie-app of -apparaat:","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 %s deleted":"Album %s verwijderd","Album Backups":"Back-ups van albums","Album contents cloned":"Albuminhoud gekopieerd","Album created":"Album aangemaakt","Album deleted":"Album verwijderd","Album not found":"Album niet gevonden","Album saved":"Album opgeslagen","Albums":"Albums","Albums deleted":"Albums verwijderd","All":"Alle","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Configuratie en gebruik van verbonden apps en diensten toestaan voor uploaden en synchroniseren op afstand.","Allow editing of metadata such as title, description, date, and location.":"Bewerken van metadata zoals titel, beschrijving, datum en locatie toestaan.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Laat het bewerken van de metadata, labels en albums van meerdere foto's tegelijk toe.","Allow files to be copied or moved from the Import to the Originals folder.":"Schakel het hulpmiddel Importeren in om bestanden te kopiëren of te verplaatsen van de map Importeren naar Originelen.","Allow files to be permanently deleted to free up storage space.":"Laat bestanden permanent verwijderen om opslagruimte vrij te maken.","Allow users to archive photos and videos so they are hidden without being deleted.":"Sta gebruikers toe om foto's en video's te archiveren zodat ze verborgen blijven zonder verwijderd te worden.","Allow users to create and share links, and enable sharing with connected services.":"Sta gebruikers toe om links te maken en te delen, en maak delen met verbonden diensten mogelijk.","Allow users to upload new photos and videos through the web interface.":"Laat gebruikers nieuwe foto's en video's uploaden via de webinterface.","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)","AM":"AM","Animated":"Geanimeerd","Animation":"Animatie","Animations":"Animaties","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","Application":"Toepassing","Applications":"Toepassingen","Approve":"Goedkeuren","Approve and save changes":"Wijzigingen goedkeuren en opslaan","Apps and Devices":"Apps en apparaten","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 delete this album?":"Weet je zeker dat je dit album 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?","Are you sure?":"Weet je het zeker?","Artist":"Artiest","Aspect Ratio":"Verhoudingen","Attributes":"Attributen","Audio":"Audio","Audit Log":"Audio","Authentication":"Authenticatie","Auto":"Auto","Back":"Terug","Back to top":"Terug naar boven","Backup":"Back-up","Badge":"Badge","Base Path":"Basispad","Batch":"Batch","Batch Edit":"Batch bewerken","Become a member today, support our mission and enjoy our member benefits!":"Word vandaag nog lid, steun onze missie en geniet van onze ledenvoordelen!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Omdat we 100% zelf gefinancierd en onafhankelijk zijn, kunnen we u beloven dat we uw gegevens nooit zullen verkopen en dat we altijd transparant zullen zijn over onze software en diensten.","Bio":"Bio","Birth Date":"Geboortedatum","Black":"Zwart","Blue":"Blauw","Brown":"Bruin","Browse":"Blader door","Browse Files":"Bladeren door bestanden","Browse Pictures":"Foto's bekijken","Bug Report":"Bugmelding","Busy, please try again later":"Bezet, probeer het later nog eens","Busy, please wait…":"Bezig, wacht even…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Door gebruik te maken van de software en diensten die wij leveren, gaat u akkoord met onze servicevoorwaarden, ons privacybeleid en onze gedragscode.","Calendar":"Kalender","Camera":"Camera","Camera not found":"Camera niet gevonden","Camera Serial":"Camera","Can't access your authenticator app or device?":"Krijg je geen toegang tot je authenticator app of apparaat?","Can't load more, limit reached":"Kan niet meer laden, limiet bereikt","Can't select more items":"Kan niet meer items selecteren","Cancel":"Annuleren","Cannot copy to clipboard":"Kan niet naar klembord kopiëren","Caption":"Onderschrift","Cards":"Kaarten","Carousel slide {0} of {1}":"Carrousel dia {0} van {1}","Cast":"Cast","Category":"Categorie","Change Avatar":"Avatar veranderen","Change Password":"Wachtwoord wijzigen","Change private flag":"Privé vlag geschakeld","Changes could not be saved":"Wijzigingen kunnen niet worden opgeslagen","Changes successfully saved":"Wijzigingen succesvol opgeslagen","Changes to the advanced settings require a restart to take effect.":"Wijzigingen aan de geavanceerde instellingen vereisen een herstart om van kracht te worden.","Checked":"Geselecteerd","Choose an instance to continue:":"Kies een instantie om door te gaan:","Chroma":"Chroma","Cleaning index and cache":"Index en cache opschonen","Cleanup":"Opruimen","Clear":"Duidelijk","Clear {0}":"Wis {0}","Client":"Klant","Close":"Sluiten","Cluster":"Cluster","Cluster Admin":"Clusterbeheerder","Cluster Node":"Clusternode","Codec":"Codec","Color":"Kleur","Color Profile":"Kleur Profiel","Colors":"Kleuren","Compare Editions":"Edities vergelijken","Complete Rescan":"Volledig herscannen","Confidence":"Vertrouwen","Confirm":"Bevestigen","Connect":"Verbinden","Connect via WebDAV":"Verbinding maken via WebDAV","Connected":"Verbonden","Contact Details":"Contactgegevens","Contact Us":"Neem contact met ons op","Contains %{n} pictures.":"Bevat %{n} foto's.","Contains one picture.":"Bevat één foto.","Content":{"":"Inhoud","Edit":"Inhoud"},"Continue":"Doorgaan","Contributor":"Bijdrager","Converting":"Converteren","Copied to clipboard":"Gekopieerd naar klembord","Copy":"Kopiëren","Copying files from %s":"Bestanden kopiëren uit %s","Copyright":"Copyright","Could not be deleted":"Kan niet verwijderd worden","Could not connect, please try again":"Kan niet verbinden, probeer alstublieft opnieuw","Could not update person cover":"Kan dekking van persoon niet bijwerken","Couldn't find anything.":"Kon niets vinden.","Country":"Land","Create Account":"Account aanmaken","Create album":"Nieuw album","Create regular backups based on the configured schedule.":"Indexback-ups maken op basis van het geconfigureerde schema.","Create YAML files to back up album metadata.":"YAML-bestanden maken om albummetadata te back-uppen.","Create YAML sidecar files to back up picture metadata.":"Maak YAML sidecar-bestanden om een back-up te maken van afbeeldingsmetagegevens.","Created":"Aangemaakt","Creating thumbnails for":"Het maken van miniaturen voor","Current Password":"Huidig Wachtwoord","Custom":"Aangepast","Cyan":"Cyaan","Daily":"Dagelijks","Database":"Database","Database Backups":"Back-ups van databases","Databases":"Databases","Date & Time":"Datum en tijd","Day":"Dag","Deactivate":"Deactiveren","Debug Logs":"Debug-logs","Default":"Standaard","Default Folder":"Standaard map","Delete":"Verwijder","Delete Album":"Album verwijderen","Delete All":"Alles verwijderen","Delete all?":"Alles verwijderen?","Delete orphaned index entries, sidecar files and thumbnails.":"Verwijder verweesde indexvermeldingen, zijspanbestanden en miniaturen.","deleted":"verwijderd","Description":"Omschrijving","Detailed instructions can be found in our User Guide.":"Gedetailleerde instructies zijn te vinden in onze gebruikershandleiding.","Details":"Details","Dimensions":"Afmetingen","Disable all face detection and recognition features.":"Schakel alle functies voor gezichtsdetectie en -herkenning uit.","Disable Backups":"Back-ups uitschakelen","Disable Darktable":"Uitschakelen Darktable","Disable ExifTool":"Schakel ExifTool uit","Disable Faces":"Gezichten uitschakelen","Disable features that require write permission for the originals folder.":"Schakel functies uit die schrijfrechten vereisen voor de map Originals.","Disable FFmpeg":"FFmpeg uitschakelen","Disable ImageMagick":"ImageMagick uitschakelen","Disable interactive world maps and reverse geocoding.":"Schakel interactieve wereldkaarten en omgekeerde geocodering uit.","Disable MCP":"MCP uitschakelen","Disable Places":"Locaties","Disable RawTherapee":"RawTherapee uitschakelen","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Schakel het Model Context Protocol (MCP) API eindpunt uit voor AI agent integraties.","Disable Vectors":"Vectoren uitschakelen","Disable WebDAV":"WebDAV uitschakelen","Disabled":"Uitgeschakeld","Disables vector graphics support.":"Schakelt ondersteuning voor vectorafbeeldingen uit.","Disables video transcoding and thumbnail extraction.":"Schakelt videoconversie en extractie van miniaturen uit.","Discard":"Gooi weg","Discard changes and close":"Wijzigingen weggooien en sluiten","Discard invalid changes?":"Ongeldige wijzigingen weggooien?","Discard unsaved changes?":"Niet-opgeslagen wijzigingen verwijderen?","Discover":"Ontdek","Dismiss":"Ontsla","Display Name":"Naam op scherm","Display picture captions in search results.":"Afbeeldingsbijschriften weergeven in zoekresultaten.","Display picture titles in search results.":"Afbeeldings titels weergeven in zoekresultaten.","Document":"Document","Documents":"Documenten","Don't use Darktable to convert RAW images.":"Gebruik geen Darktable om RAW-beelden te converteren.","Don't use ImageMagick to convert images.":"Gebruik geen ImageMagick om afbeeldingen te converteren.","Don't use RawTherapee to convert RAW images.":"Gebruik geen RawTherapee om RAW beelden te converteren.","Done":"Klaar","Done.":"Klaar.","Download":"Download","Download only original media files, without any automatically generated files.":"Download alleen originele mediabestanden, zonder automatisch gegenereerde bestanden.","Download remote files":"Bestanden op afstand downloaden","Downloading…":"Downloaden…","Drag and drop files here":"Sleep bestanden hier naartoe","Driver":"Bestuurder","Duplicates will be skipped and only appear once.":"Duplicaten worden overgeslagen en verschijnen slechts één keer.","Duration":"Duur","Dynamic Previews":"Dynamische Voorbeelden","Dynamic Size Limit: %{n}px":"Dynamische Groottegrens: %{n}px","Edit":"Bewerken","Edit %{s}":"Bewerken %{s}","Edit Account":"Account bewerken","Edit Photo":"Bewerk Foto","Edit Photos (%{n})":"Foto's bewerken (%{n})","Edited":"Bewerkt","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Schakel de debugmodus in om extra logs weer te geven en te helpen bij het oplossen van problemen.","Enable downloading of original and sidecar files from the web interface.":"Het downloaden van originele en zijspanbestanden via de webinterface inschakelen.","Enable face recognition and the People view to easily find people you know.":"Schakel gezichtsherkenning en de Mensen-weergave in om gemakkelijk mensen te vinden die je kent.","Enable new features that may be incomplete or unstable.":"Nieuwe functies inschakelen die mogelijk incompleet of instabiel zijn.","Enable the file browser to navigate the Originals folder structure.":"Schakel de bestandsbrowser in om door de mappenstructuur van Originals te navigeren.","Enables RAW converter presets. May reduce performance.":"Schakelt RAW-converterpresets in. Kan de prestaties verminderen.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Het inschakelen van twee-factor authenticatie betekent dat je een willekeurig gegenereerde verificatiecode nodig hebt om in te loggen, dus zelfs als iemand toegang krijgt tot je wachtwoord, zal hij geen toegang kunnen krijgen tot je account.","Engine":"Motor","Enter date":"Datum invoeren","Enter dates":"Data invoeren","Enter item name...":"Itemnaam invoeren...","Enter the code generated by your authenticator app:":"Voer de code in die is gegenereerd door je authenticator app:","Enter verification code":"Verificatiecode invoeren","Enter your password to confirm the action and continue:":"Voer je wachtwoord in om de actie te bevestigen en door te gaan:","Entity not found":"Entiteit niet gevonden","Error":"Fout","Errors":"Fouten","Estimate":"Schatting","Estimate Locations":"Locaties schatten","Estimate the approximate location of pictures without GPS coordinates.":"De locatie van foto's bij benadering schatten zonder GPS-coördinaten.","Every two days":"Om de twee dagen","Exclude hidden":"Verborgen uitsluiten","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metadata-extractie met ExifTool is vereist voor volledige ondersteuning van video, live foto's en XMP.","Experimental Features":"Experimentele eigenschappen","Expires":"Verloopt","Exposure":"Blootstelling","Extract still images and generate thumbnails while indexing.":"Foto's extraheren en miniaturen genereren tijdens het indexeren.","F Number":"F Aantal","Face":"Gezichtje","Face not found":"Gezicht niet gevonden","Faces":"Gezichten","Failed creating file, please check permissions":"Bestand aanmaken mislukt, controleer alstublieft de rechten","Failed creating folder, please check permissions":"Folder aanmaken mislukt, controleer alstublieft de rechten","Failed removing link":"Mislukte verwijderingslink","Failed to connect account.":"Verbinding met account mislukt.","Failed to create zip file":"Maken van zip-bestand is mislukt","Failed to load users.":"Het laden van gebruikers is mislukt.","Failed to remove face marker":"Gezichtsmarkering niet verwijderd","Failed to remove name":"Naam niet verwijderd","Failed to restart server":"Het opnieuw opstarten van de server is mislukt","Failed to save changes":"Wijzigingen niet opgeslagen","Failed to save face marker":"Mislukt om gezicht te redden marker","Failed to save name":"Mislukt om naam op te slaan","Failed updating link":"Mislukte actualiseringslink","Family Name":"Familienaam","Fast":"Snel","Favorite":"Favoriet","Favorites":"Favorieten","Feature disabled":"Functie uitgeschakeld","Feature Request":"Verzoek voor nieuwe functionaliteit","Female":"Vrouw","File":"Bestand","File Browser":"Bestands Browser","File Conversion":"Bestandsconversie","File deleted":"Bestand verwijderd","File Name":"Bestandsnaam","File not found":"Bestand niet gevonden","File removed from stack":"Bestand uit stapel verwijderd","File Size":"Bestandsgrootte","File too large":"Bestand te groot","File uploaded":"Bestand geüpload","Filename":"Bestandsnaam","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.","First page":"Eerste pagina","Focal Length":"Brandpuntsafstand","Folder":"Map","Folder contains %{n} files":"Map bevat %{n} bestanden","Folder is empty":"Map is leeg","Folders":"Mappen","Forgot password?":"Wachtwoord vergeten?","FPS":"FPS","Frames":"Frames","Full Access":"Volledige Toegang","Fullscreen":"Volledig scherm","General":"Algemeen","Generate":"Genereren","Generate Previews":"Voorvertoningen genereren","Generated":"Gegenereerd","Get Started":"Aan de slag","Given Name":"Voornaam","Global Options":"Overkoepelende instellingen","Go to page {0}":"Ga naar pagina {0}","Gold":"Goud","Green":"Groen","Grey":"Grijs","Groups":"Groepen","Guest":"Gast","Hash":"Hash","Help":"Help","Help & Support":"Hulp en Ondersteuning","Hidden":"Verborgen","Hidden Files":"Verborgen bestanden","Hide":"Verberg","Hide Caption":"Verberg titel","Hide face markers":"Gezichtsmarkeringen verbergen","Hide private content from global views while keeping it accessible in the Private section.":"Verberg privé-items uit globale weergaven terwijl ze toegankelijk blijven in het gedeelte Privé.","High":"Hoog","High Dynamic Range (HDR)":"Hoog dynamisch bereik (HDR)","Hybrid":"Hybride","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Als u de toegang tot uw authenticatie-app of -apparaat verliest, kunt u uw herstelcode gebruiken om weer toegang te krijgen tot uw account.","Image":"Afbeelding","Image Quality":"Beeldkwaliteit","Import":"Importeren","Import canceled":"Importeren geannuleerd","Import completed in %d s":"Importeren voltooid in %d s","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.","Importing %{s}…":"Importeren van %{s}…","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.","Include RAW image files when downloading stacks and archives.":"RAW-beeldbestanden opnemen bij het downloaden van stacks en archieven.","Include sidecar files when downloading stacks and archives.":"Download ook sidecar-bestanden bij het downloaden van stacks en archieven.","Increase storage size or delete files to continue.":"Vergroot de opslaggrootte of verwijder bestanden om verder te gaan.","Index":"Index","Indexing":"Indexeren","Indexing canceled":"Indexeren geannuleerd","Indexing completed in %d s":"Indexeren voltooid in %d s","Indexing failed":"Indexeren mislukt","Indexing files in %s":"Bestanden indexeren in %s","Indexing media and sidecar files…":"Foto’s en sidecar-bestanden aan het indexeren…","Indexing originals...":"Originelen indexeren…","Information":"Informatie","Inherit":"Overnemen","Instance":"Instantie","Instance ID":"Instantie-ID","Instance unreachable. Try again once it's back online.":"De server is momenteel niet bereikbaar. Probeer het opnieuw zodra hij weer online is.","Instances":"Instanties","Insufficient storage":"Onvoldoende opslag","Insufficient storage.":"Onvoldoende opslag.","Interval":"Interval","Invalid":"Ongeldig","Invalid address":"Ongeldig adres","Invalid country":"Ongeldig land","Invalid credentials":"Ongeldige inloggegevens","Invalid date":"Ongeldige datum","Invalid link":"Ongeldige link","Invalid name":"Ongeldige mapnaam","Invalid parameters":"Ongeldige parameters","Invalid password, please try again":"Fout wachtwoord, probeer alstublieft opnieuw","Invalid photo selected":"Ongeldige foto geselecteerd","Invalid time":"Ongeldige tijd","Invalid URL":"Ongeldige URL","Invalid verification code, please try again":"Ongeldige verificatiecode. Probeer het opnieuw","IP Address":"IP-adres","It is a one-time use code that will disable 2FA for your account when you use it.":"Het is een eenmalige code die 2FA voor je account uitschakelt als je hem gebruikt.","Item":"Item","Items per page:":"Artikelen per pagina:","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.","Keyword":"Trefwoord","Keywords":"Trefwoorden","Label":"Label","Label not found":"Label niet gevonden","Label saved":"Labels opgeslagen","Labels":"Labels","Labels deleted":"Labels verwijderd","Language":"Taal","Last Active":"Laatste actief","Last Login":"Laatste aanmelding","Last page":"Laatste pagina","Last Sync":"Laatste synchronisatie","Last Used":"Laatst gebruikt","Latitude":"Breedtegraad","LDAP/AD":"LDAP/AD","Learn more":"Meer informatie","Learn More":"Meer leren","Legal Information":"Juridische informatie","Lens":"Lens","Lens not found":"Lens niet gevonden","Library":"Bibliotheek","License":"Licentie","Like":"Vind ik leuk","Lime":"Limoen","Limit reached, showing first %{n} files":"Limiet bereikt, toont eerste %{n} bestanden","Link":"Link","List":"Lijst","List View":"Lijstweergave","Live":"Live","Live Photos":"Live foto's","Load more":"Meer laden","Loading items...":"Artikelen laden...","Loading...":"Aan het laden...","Local":"Lokaal","Local Time":"Lokale tijd","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","Logs":"Logboeken","Longitude":"Lengtegraad","Lost server connection":"Verbroken serververbinding","Low":"Laag","Magenta":"Magenta","Main Color":"Hoofdkleur","Male":"Man","Manage Account":"Account beheren","Manager":"Manager","Manual":"Handmatig","Manual Upload":"Uploaden","Maps":"Kaarten","Marker":"Symbool","Maximum number of accounts has been reached.":"Het maximum aantal accounts is bereikt.","Media":"Media","Medium":"Medium","Membership":"Lidmaatschap","Merge %{a} with %{b}?":"%{a} samenvoegen met %{b}?","Message":"Bericht","Metadata":"Metagegevens","Metrics":"Metrieken","Minimize":"Minimaliseren","Missing":"Ontbrekend","Missing or invalid configuration":"Ontbrekende of ongeldige configuratie","mixed":"gemengd","Moments":"Momenten","Monochrome":"Monochroom","Month":"Maand","More options":"Meer opties","Mosaic":"Mozaiek","Most Relevant":"Meest relevant","Move Files":"Bestanden verplaatsen","Moving files from %s":"Bestanden verplaatsen uit %s","Must have at least %{n} characters.":"Moet minstens %{n} tekens bevatten.","Mute":"Stomme","Name":"Naam","Name too long":"Titel is te lang","Never":"Nooit","New":"Nieuw","New Password":"Nieuw wachtwoord","Newest First":"Nieuwste eerst","Next":"Volgende","Next page":"Volgende","Next visual":"Volgende visualisatie","No":"Nee","No Access":"Geen toegang","No albums assigned":"Geen albums toegewezen","No albums found":"Geen albums gevonden","No albums selected":"Geen albums geselecteerd","No data available":"Geen gegevens beschikbaar","No files available for download":"Geen bestanden beschikbaar om te downloaden","No items selected":"Geen items geselecteerd","No labels assigned":"Geen labels toegewezen","No labels found":"%{n} labels gevonden","No labels selected":"Geen labels geselecteerd","No matching records found":"Geen overeenkomende records gevonden","No more":"Niet meer","No people found":"Geen mensen gevonden","No pictures found":"Geen foto's gevonden","No recently edited pictures":"Geen recent bewerkte foto's","No registered instances.":"Er zijn geen geregistreerde exemplaren.","No results":"Geen resultaten","No server connection":"Geen serververbinding","No servers configured.":"Geen servers geconfigureerd.","No services configured.":"Geen diensten geconfigureerd.","No thanks":"Nee bedankt","No users on this instance.":"Er zijn geen gebruikers op deze instantie.","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.","Node":"Knooppunt","Nodes":"Knooppunten","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","Not allowed":"Niet toegestaan","Not available in public mode":"Niet beschikbaar in publieke modus","Not available in read-only mode":"Niet beschikbaar in alleen-lezen modus","Not found":"Niet gevonden","Not sorted.":"Niet gesorteerd.","Not supported":"Niet ondersteund","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.","Notes":"Notities","Nothing to see here yet.":"Hier is nog niets te zien.","Nothing was found.":"Er is niets gevonden.","Offline":"Offline","OK":"OK","Oldest First":"Oudste eerst","On Windows, enter the following resource in the connection dialog:":"In Windows voert u de volgende bron in het verbindingsdialoogvenster in:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Het op aanvraag genereren van miniaturen kan een hoog CPU- en geheugengebruik veroorzaken. Het wordt niet aanbevolen voor servers en NAS-apparaten met beperkte bronnen.","Once a week":"Eenmaal per week","One album found":"Een album gevonden","One entry added to %s":"Eén item toegevoegd aan %s","One entry removed from %s":"Eén item verwijderd uit %s","One file found":"Een album gevonden","One file uploaded":"Eén bestand geüpload","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","Only locally managed accounts can be set up for authentication with 2FA.":"Alleen lokaal beheerde accounts kunnen worden ingesteld voor verificatie met 2FA.","Open":"Open","optional":"optioneel","or":"of","Orange":"Oranje","Organization":"Organisatie","Orientation":"Oriëntatie","Original file names will be stored and indexed.":"Originele bestandsnamen worden opgeslagen en geïndexeerd.","Original Name":"Originele naam","Originals":"Originelen","Originals folder is empty":"De map Originelen is leeg","Other":"Andere","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Onze missie is om de meest gebruiks- en privacyvriendelijke oplossing te bieden om uw foto's georganiseerd en toegankelijk te houden.","Outdoor":"Outdoor","Page {0}, Current page":"Pagina {0}, Huidige pagina","Pages":"Pagina's","Pagination Navigation":"Navigatie met paginering","Panorama":"Panorama","Panoramas":"Panorama's","Part of all selected photos":"Deel van alle geselecteerde foto's","Part of some selected photos":"Deel van een aantal geselecteerde foto's","Password":"Wachtwoord","Password changed":"Wachtwoord gewijzigd","Pause":"Pauze","Payment required":"Betaling vereist","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","Permission denied":"Toegang geweigerd","Person":"Persoon","Person cover updated":"Persoon cover bijgewerkt","Person deleted":"Persoon verwijderd","Person not found":"Persoon niet gevonden","Person saved":"Persoon gered","Personal":"Persoonlijk","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism is 100% zelf gefinancierd en onafhankelijk.","PhotoPrism+ Membership":"PhotoPrism+ lidmaatschap","Photos":"Foto’s","Picture":"Afbeelding","Picture Title":"Titel afbeelding","Pink":"Roze","Pinned":"Vastgezet","Place":"Plaats","Place & Time":"Plaats en Tijd","Places":"Locaties","Play":"Afspelen","Please confirm your new password.":"Bevestig uw nieuwe wachtwoord.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopieer het volgende willekeurig gegenereerde app-wachtwoord en bewaar het op een veilige plaats, want je zult het niet meer kunnen zien:","Please do not upload any private, unlawful or offensive pictures.":"Upload geen foto's die privé, onwettig of aanstootgevend zijn.","Please don't upload photos containing offensive content.":"Upload geen foto's met aanstootgevende inhoud.","Please enter OTP character {0}":"Voer OTP-teken {0} in","Please log in to your account":"Log in op je account","Please note that changing your password will log you out on other devices and browsers.":"Houd er rekening mee dat het wijzigen van uw wachtwoord u zal afmelden op andere apparaten en browsers.","Please restart your instance for the changes to take effect.":"Start uw instantie opnieuw op om de wijzigingen van kracht te maken.","Please wait…":"Wacht even…","PM":"PM","PNG Size Limit: %{n}px":"PNG-groottegrens: %{n}px","Portal":"Portaal","Portrait":"Staand","Preserve filenames":"Bewaar bestandsnamen","Press enter to create a new album.":"Druk op enter om een nieuw album te maken.","Press enter to create new item":"Druk op enter om een nieuw item te maken","Prevent database and album backups as well as YAML sidecar files from being created.":"Voorkom dat database- en albumback-ups en YAML sidecar-bestanden worden gemaakt.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Voorkom dat andere apps toegang hebben tot PhotoPrism als een gedeeld netwerkstation.","Preview":"Voorbeeld","Preview Images":"Voorbeeldafbeeldingen","Previous":"Vorige","Previous page":"Vorige pagina","Previous visual":"Vorige visualisatie","Primary":"Primair","Private":"Privé","Processing upload...":"Verwerking upload...","Product Feedback":"Terugkoppeling van producten","Projection":"Projectie","Purple":"Paars","Quality Filter":"Kwaliteitsfilter","Quality Score":"Kwaliteitsscore","Quota exceeded":"Quota overschreden","Random":"Willekeurig","Rating {0} of {1}":"Beoordeling {0} van {1}","Raw":"Raw","RAW":"RAW","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":"Onlangs toegevoegd","Recently Archived":"Onlangs gearchiveerd","Recently Edited":"Recent bewerkt","Recognition starts after indexing has been completed.":"De herkenning begint nadat de indexering is voltooid.","Recognized":"Erkend","Recovery Code":"Herstelcode","Red":"Rood","Refresh":"Vernieuw","Regions":"Regio's","Register":"Registreer","Registration disabled":"Registratie uitgeschakeld","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 from all":"Verwijderen uit alle","Remove from all selected photos":"Verwijderen uit alle geselecteerde foto's","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.","Remove the selected instance from the cluster registry?":"De geselecteerde instantie uit het clusterregister verwijderen?","Removed":"Verwijderd","Removed %{name}":"%{name} verwijderd","Removed %d files and %d photos":"%d bestanden en %d foto’s verwijderd","Repeated":"Herhaald","Request failed - are you offline?":"Aanvraag mislukt - bent u offline?","Request failed - invalid response":"Verzoek mislukt - ongeldig antwoord","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Eis dat niet-fotografische afbeeldingen en afbeeldingen van lage kwaliteit worden beoordeeld voordat ze in de zoekresultaten verschijnen.","Resolution":"Resolutie","Restart":"Herstart","Restore":"Herstellen","Restored":"Gerestaureerd","Retry Limit":"Herhaal Limiet","Retype Password":"Herhaal je wachtwoord","Review":"Beoordeling","Role":"Rol","Roles":"Rollen","Rotated":"Gedraaid","Rows per page:":"Rijen per pagina:","Satellite":"Satelliet","Save":"Opslaan","Save changes":"Wijzigingen opslaan","Scan":"Scan","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scan de QR-code met je authenticatie-app of gebruik de onderstaande sleutel en voer vervolgens de gegenereerde verificatiecode in:","Scans":"Scans","Scope":"Toepassingsgebied","Scopes":"Scopes","Search":"Zoeken","Season":"Seizoen","Secret":"Geheim","Security and Access":"Veiligheid en toegang","Select":"Selecteer","Select a source folder to import files…":"Selecteer een bronmap om bestanden te importeren…","Select date":"Selecteer datum","Select dates":"Kies data","Select or create albums":"Albums selecteren of aanmaken","Select or create labels":"Labels kiezen of maken","Select or drop files to upload…":"Selecteer of zet bestanden neer om te uploaden…","Select the files to upload…":"Selecteer de bestanden die je wilt uploaden…","Select the folder to be indexed…":"Selecteer de map die geïndexeerd moet worden…","Select Time":"Selecteer tijd","Selection":"Selectie","Selection added to %s":"Selectie toegevoegd aan %s","Selection approved":"Selectie goedgekeurd","Selection archived":"Selectie gearchiveerd","Selection marked as private":"Selectie gemarkeerd als privé","Selection not found":"Selectie niet gevonden","Selection restored":"Selectie hersteld","Sequential Name":"Opeenvolgende naam","Service":"Service","Service URL":"Service URL","Services":"Diensten","Session":"Sessie","Session ID":"Sessie-ID","Sessions":"Sessies","Set as Album Cover":"Ingesteld als albumhoes","Set as Cover Image":"Instellen als omslagafbeelding","Settings":"Instellingen","Settings saved":"Instellingen opgeslagen","Setup":"Setup","Severity":"Ernst","Share":"Delen","Share %{s}":"Deel %{s}","Show":"Toon","Show All Labels":"Toon alle labels","Show all new faces":"Toon alle nieuwe gezichten","Show Caption":"Onderschrift tonen","Show Captions":"Bijschriften tonen","Show face markers":"Gezichtsmarkeringen tonen","Show hidden":"Verborgen weergeven","Show Important Only":"Alleen belangrijk tonen","Show logs in the web interface to monitor activity and troubleshoot problems.":"Toon logboeken in de webinterface om activiteit te controleren en problemen op te lossen.","Show smart albums that group pictures by occasion, trip, or location.":"Toon slimme albums die foto's groeperen op gelegenheid, reis of locatie.","Show the Account page so users can manage their profile and security settings.":"Toon de Account pagina zodat gebruikers hun profiel en beveiligingsinstellingen kunnen beheren.","Show the Calendar view to browse the library by year and month.":"Toon de kalenderweergave om door de bibliotheek te bladeren op jaar en maand.","Show the Labels section to view and manage AI-generated labels.":"Toon de sectie Labels om AI-gegenereerde labels te bekijken en beheren.","Show the Library section to index, manage, and monitor the media library.":"Toon het onderdeel Bibliotheek om de mediabibliotheek te indexeren, beheren en controleren.","Show the Places view with interactive maps so you can browse photos by location.":"Toon de weergave Plaatsen met interactieve kaarten zodat je foto's per locatie kunt bekijken.","Show Titles":"Titels tonen","Sidecar":"Sidecar","Sidecar Files":"Zijspan Bestanden","Sign in":"Inloggen","Sign Out":"Uitloggen","Similar":"Vergelijkbaar","Site URL":"URL website","Size":"Grootte","Slideshow":"Diashow","Slow":"Langzaam","Software":"Software","Software Update":"Software bijwerken","Some albums could not be copied":"Sommige albums konden niet worden gekopieerd","Some albums could not be created. Please edit the names and try again.":"Sommige albums konden niet worden aangemaakt. Pas de namen aan en probeer het opnieuw.","Some albums could not be updated":"Sommige albums konden niet worden bijgewerkt","Something went wrong, try again":"Er ging iets mis, probeer het opnieuw.","Sort by":"Sorteren op","Sort by Name (A–Z)":"Sorteren op naam (A-Z)","Sort by Photo Count":"Sorteren op aantal foto's","Sort by Relevance":"Sorteren op relevantie","Sort Order":"Sorteer volgorde","Sorted ascending.":"Oplopend gesorteerd.","Sorted descending.":"Aflopend gesorteerd.","Source":"Bron","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","Start":"Start","Start Page":"Startpagina","Static Size Limit: %{n}px":"Statische Grootte Limiet: %{n}px","Status":"Status","Stay signed in on this device":"Aangemeld blijven op dit apparaat","Stop Casting":"Stop met gieten","Storage":"Opslag","Streets":"Straat","Subject":"Onderwerp","Subject deleted":"Onderwerp verwijderd","Subject not found":"Onderwerp niet gevonden","Subject saved":"Onderwerp opgeslagen","Successfully activated":"Met succes geactiveerd","Successfully Connected":"Succesvol aangesloten","Successfully deleted":"Succesvol verwijderd","Successfully verified":"Met succes geverifieerd","Super Admin":"Super Admin","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.","Support Our Mission":"Steun onze missie","Sync":"Synchroniseer","Sync raw and video files":"Ruwe en videobestanden synchroniseren","Taken":"Bezet","Teal":"Groenblauw","Terrain":"Terrein","Text":"Tekst","Thank You for Your Support!":"Bedankt voor uw steun!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Daarom is PhotoPrism vanaf de grond opgebouwd om te werken waar u maar wilt, zonder afbreuk te doen aan vrijheid, privacy of functionaliteit.","The index currently contains %{n} hidden files.":"De index bevat momenteel %{n} verborgen bestanden.","The instance rejected the cluster credentials.":"De instantie heeft de clustergegevens geweigerd.","The instance returned an unexpected redirect.":"De instantie heeft een onverwachte omleiding teruggestuurd.","The wakeup interval is %s, but must be 1h or less":"Het wekinterval is %s, maar moet 1 uur of minder zijn","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 account is missing an ID and can't be edited.":"Dit account heeft geen ID en kan niet worden bewerkt.","This field is required":"Dit veld is verplicht","This instance has no site URL configured.":"Voor deze instantie is geen site-URL geconfigureerd.","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 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.","Time":"Tijd","Time UTC":"Tijd UTC","Time Zone":"Tijdzone","Timeout":"time-out","Title":{"":"Titel","Account":"Titel","Photo":"Titel"},"Title / Position":"Titel / Positie","to":"tot","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Download, print of kopieer deze herstelcode en bewaar deze op een veilige plek om te voorkomen dat je wordt uitgesloten van je account.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Om een nieuw app-specifiek wachtwoord te genereren, voert u de naam en het autorisatiebereik van de applicatie in en selecteert u een vervaldatum:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Om over te schakelen naar een nieuwe authenticatie-app of -apparaat, moet je eerst de twee-factor authenticatie uitschakelen en vervolgens weer inschakelen:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Om te upgraden kunt u een activeringscode invoeren of op \"Registreren\" klikken om u aan te melden op onze website:","Today":"Vandaag","Toggle View":"Schakelweergave","Token":"Token","Too many files selected":"Te veel bestanden geselecteerd","Too many requests":"Te veel verzoeken","Troubleshooting":"Problemen oplossen","Try again using other filters or keywords.":"Probeer opnieuw met een ander trefwoord of filter.","Two-factor authentication has been enabled for your account.":"Twee-factor authenticatie is ingeschakeld voor je account.","Type":"Type","Unable to delete":"Kan niet verwijderen","Unable to do that":"Dat kan niet","Unassign":"niet toewijzen","Unauthorized":"Onbevoegde","Undo":"Ongedaan maken","Unique ID":"Unieke id","Unknown":"Onbekend","Unknown location":"Onbekende locatie","Unregistered":"Ongeregistreerd","Unsorted":"Ongesorteerd","Unstack":"Ontstapel","Unsupported":"Niet ondersteund","Unsupported format":"Niet ondersteund formaat","Unsupported type":"Niet-ondersteund type","Updated":"Bijgewerkt","Updating faces":"Gezichten bijwerken","Updating index":"Bijwerken van de index","Updating moments":"Momenten van actualisering","Updating picture…":"Foto bijwerken…","Updating previews":"Voorvertoningen bijwerken","Updating stacks":"Actualisering van de stapels","Upgrade":"Upgrade","Upgrade Now":"Nu upgraden","Upload":"Uploaden","Upload complete":"Uploaden klaar","Upload complete. Indexing…":"Uploaden klaar. Indexeren…","Upload failed":"Uploaden mislukt","Upload has been processed":"Upload is verwerkt","Upload local files":"Uploaden mislukt","Upload might be offensive":"Upload kan aanstootgevend zijn","Upload Path":"Pad uploaden","Uploading %{n} of %{t}…":"Het uploaden van %{n} van %{t}…","Uploading photos…":"Foto’s uploaden…","Uploading…":"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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Gebruik de volgende herstelcode om toegang te krijgen tot je account als je geen geldige verificatiecode kunt genereren met je authenticatie-app:","Use your recovery code or contact an administrator for help.":"Gebruik je herstelcode of neem contact op met een beheerder voor hulp.","User":"Gebruiker","User Guide":"Gebruikershandleiding","User Interface":"Gebruikersinterface","User not found":"Gebruiker niet gevonden","Username":"Gebruikersnaam","Users":"Gebruikers","UUID":"UUID","Vector":"Vector","Vectors":"Vectoren","Verification Code":"Verificatiecode","Verified email required":"Geverifieerd e-mailadres vereist","Version":"Versie","Video":"Video","Video Duration":"Videoduur","Videos":"Video's","View":"Weergave","View search results as a list.":"Bekijk zoekresultaten als een lijst.","Viewer":"Kijker","Vision":"Visie","Visitor":"Bezoeker","Visual Similarity":"Visuele gelijkenis","Warning":"Waarschuwing","Web Login":"Web Login","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"WebGL-ondersteuning is uitgeschakeld in uw browser","Website":"Website","White":"Wit","Work Details":"Werk Details","Year":"Jaar","Yellow":"Geel","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"U kunt contact met ons opnemen via membership@photoprism.app voor vragen over uw lidmaatschap.","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 can search for a location or move the marker on the map to change the position:":"Je kunt een locatie zoeken of de marker op de kaart verplaatsen om de positie te veranderen:","You can upload up to %{n} files for test purposes.":"Je kunt tot %{n} bestanden uploaden voor testdoeleinden.","You cannot change your own role.":"Je kunt je eigen rol niet wijzigen.","You do not have access to any instances.":"Je hebt geen toegang tot enige instanties.","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.","Your account could not be connected":"Uw account kon niet worden aangesloten","Your account has been successfully connected.":"Uw account is succesvol verbonden.","Your browser does not support WebGL":"Uw browser ondersteunt WebGL niet","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Uw blijvende steun helpt ons om regelmatig updates te geven en onafhankelijk te blijven, zodat we onze missie kunnen vervullen en uw privacy kunnen beschermen.","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.","Zip created in %d s":"Zip gemaakt in %d s","Zoom in/out":"In-/uitzoomen","Archive":{"Noun":"Archief","Verb":"Archief"},"Add a Title":{"Photo":"Een titel toevoegen"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/pl.json b/frontend/src/locales/json/pl.json index a4ba9a567..57332f846 100644 --- a/frontend/src/locales/json/pl.json +++ b/frontend/src/locales/json/pl.json @@ -1 +1 @@ -{"pl":{"{0} appended action":"{0} dołączone działanie","{0} files":"{0} plików","{0} files ({1} in total)":"{0} plików (łącznie {1})","{0} more":"{0} więcej","{0} prepended action":"{0} poprzedzone działanie","{0} selected":"{0} wybrany","{0}-{1} of {2}":"{0}-{1} z {2}","%{n} albums found":"Znalezione albumy: %{n}","%{n} files uploaded":"Przesłane pliki: %{n}","%{n} folders found":"Znalezione foldery: %{n}","%{n} GB of %{q} GB used":"%{n} GB z %{q} GB wykorzystanych","%{n} labels found":"Znalezione etykiety: %{n}","%{n} people found":"Znalezione osoby: %{n}","%{n} pictures found":"Znalezione zdjęcia: %{n}","%{s} is too long":"%{s} jest za długie","%{s} is too short":"%{s} jest za krótkie","%d entries added to %s":"%d wpisy dodane do %s","%d entries removed from %s":"%d wpisy usunięte z %s","%d files uploaded in %d s":"%d plików przesłano w %d s","%s already exists":"%s już istnieje","%s has been restored":"%s zostało przywrócone","1 hour":"1 godzina","12 hours":"12 godzin","2-Factor Authentication":"Uwierzytelnianie dwuskładnikowe","2FA":"2FA","4 hours":"4 godziny","A click will copy it to your clipboard.":"Kliknięcie na link powyżej skopiuje go do schowka.","A new version of %{s} is available:":"Dostępna jest nowa wersja %{s}:","About":"O programie","Access granted.":"Dostęp przyznany.","Access revoked.":"Dostęp cofnięty.","Access Token":"Token dostępu","Account":"Konto","Account created":"Konto utworzone","Account deleted":"Konto usunięte","Account Group Mappings":"Mapowania grup kont","Account not found":"Konto nie znalezione","Account restored":"Konto przywrócone","Account saved":"Konto zapisane","Accounts":"Konta","Accuracy":"Dokładność","Action":"Akcja","Actions":"Akcje","Activate":"Aktywuj","Activate to remove sorting.":"Aktywuj, aby usunąć sortowanie.","Activate to sort ascending.":"Aktywuj, aby sortować rosnąco.","Activate to sort descending.":"Aktywuj, aby sortować malejąco.","Activation Code":"Kod aktywacji","Activity":"Aktywność","Add":"Dodaj","Add %{s}?":"Dodaj %{s}?","Add a Caption":"Dodaj podpis","Add Account":"Dodaj konto","Add Album":"Dodaj album","Add Link":"Dodaj link","Add Notes":"Dodaj uwagi","Add person?":"Dodać osobę?","Add pictures from search results by selecting them.":"Dodaj zdjęcia poprzez zaznaczenie ich w wynikach wyszukiwania.","Add to album":"Dodaj do albumu","Add to all":"Dodaj do wszystkich","Add to all selected photos":"Dodaj do wszystkich wybranych zdjęć","Added":"Dodano","Added %{name}":"Dodano %{name}","Adjust Camera Info":"Dostosuj informacje o kamerze","Adjust Date & Time":"Dostosuj datę i godzinę","Adjust Location":"Dostosuj lokalizację","Admin":"Administrator","Advanced":"Zaawansowane","Advertise URL":"Reklamuj adres URL","After 1 day":"Po 1 dniu","After 3 days":"Po 3 dniach","After 7 days":"Po 7 dniach","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Po wprowadzeniu hasła w celu potwierdzenia możesz skonfigurować uwierzytelnianie dwuskładnikowe za pomocą kompatybilnej aplikacji lub urządzenia uwierzytelniającego:","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 %s deleted":"Album %s został usunięty","Album Backups":"Kopie zapasowe albumów","Album contents cloned":"Album został sklonowany","Album created":"Album został utworzony","Album deleted":"Album usunięty","Album not found":"Album nie został znaleziony","Album saved":"Album został zapisany","Albums":"Albumy","Albums deleted":"Skasowano albumy","All":"Wszystkie","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 aparaty","All Categories":"Wszystkie kategorie","All Colors":"Wszystkie kolory","All Countries":"Wszystkie kraje","All files from import folder":"Wszystkie pliki z folderu importowania","All Lenses":"Wszystkie obiektywy","All Months":"Wszystkie miesiące","All originals":"Wszystkie oryginały","All Years":"Wszystkie lata","Allow configuration and use of connected apps and services for remote uploads and sync.":"Zezwalaj na konfigurację i korzystanie z połączonych aplikacji i usług do zdalnego przesyłania i synchronizacji.","Allow editing of metadata such as title, description, date, and location.":"Zezwalaj na edycję metadanych, takich jak tytuł, opis, data i lokalizacja.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Zezwalaj na edycję metadanych, etykiet i albumów wielu zdjęć jednocześnie.","Allow files to be copied or moved from the Import to the Originals folder.":"Włącz narzędzie Import, aby kopiować lub przenosić pliki z folderu Import do folderów Oryginały.","Allow files to be permanently deleted to free up storage space.":"Zezwalaj na trwałe usuwanie plików w celu zwolnienia przestrzeni dyskowej.","Allow users to archive photos and videos so they are hidden without being deleted.":"Zezwalaj użytkownikom na archiwizowanie zdjęć i filmów, aby były ukryte bez usuwania.","Allow users to create and share links, and enable sharing with connected services.":"Zezwalaj użytkownikom na tworzenie i udostępnianie linków oraz udostępnianie ich połączonym usługom.","Allow users to upload new photos and videos through the web interface.":"Pozwól użytkownikom przesyłać nowe zdjęcia i filmy za pośrednictwem interfejsu internetowego.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Możesz też wysłać wybrane pliki bezpośrednio na serwer WebDAV, np. Nextcloud.","Altitude":"Wysokość","Altitude (m)":"Wysokość (m)","AM":"AM","Animated":"Animowany","Animation":"Animacja","Animations":"Animacje","Any private photos and videos remain private and won't be shared.":"Wszystkie prywatne zdjęcia i filmy pozostaną prywatne i nie zostaną udostępnione.","API Key":"Klucz API","Application":"Zastosowanie","Applications":"Aplikacje","Approve":"Zatwierdź","Approve and save changes":"Zatwierdź i zapisz zmiany","Apps and Devices":"Aplikacje i urządzenia","Archived":"Zarchiwizowane","Are you sure you want to archive the selection?":"Czy na pewno chcesz zarchiwizować zaznaczone pliki?","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 delete this album?":"Czy na pewno chcesz usunąć ten album?","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?","Are you sure?":"Jesteś pewny?","Artist":"Artysta","Aspect Ratio":"Proporcje obrazu","Attributes":"Atrybuty","Audio":"Audio","Audit Log":"Audio","Authentication":"Uwierzytelnianie","Auto":"Auto","Back":"Z powrotem","Back to top":"Powrót do góry","Backup":"Kopia zapasowa","Badge":"Odznaka","Base Path":"Ścieżka podstawowa","Batch":"Partia","Batch Edit":"Edycja wsadowa","Become a member today, support our mission and enjoy our member benefits!":"Zostań członkiem już dziś, wspieraj naszą misję i korzystaj z naszych korzyści członkowskich!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Będąc w 100% finansowani i niezależni, możemy obiecać, że nigdy nie sprzedamy Twoich danych i że zawsze będziemy transparentni w kwestii naszego oprogramowania i usług.","Bio":"Życiorys","Birth Date":"Data urodzenia","Black":"Czarny","Blue":"Niebieski","Brown":"Brązowy","Browse":"Przeglądaj","Browse Files":"Przeglądaj pliki","Browse Pictures":"Przeglądaj zdjęcia","Bug Report":"Zgłoszenie błędu","Busy, please try again later":"Zajęty, spróbuj ponownie później","Busy, please wait…":"Zajęty, proszę czekać…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Korzystając z oprogramowania i usług, które oferujemy, zgadzasz się na nasze warunki świadczenia usług, politykę prywatności i kodeks postępowania.","Calendar":"Kalendarz","Camera":"Aparat","Camera not found":"Nie znaleziono kamery","Camera Serial":"Numer seryjny aparatu","Can't access your authenticator app or device?":"Nie możesz uzyskać dostępu do aplikacji lub urządzenia uwierzytelniającego?","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":"Anuluj","Cannot copy to clipboard":"Nie można skopiować do schowka","Caption":"Napis","Cards":"Karty","Carousel slide {0} of {1}":"Slajd karuzeli {0} z {1}","Cast":"Obsada","Category":"Kategoria","Change Avatar":"Zmień awatar","Change Password":"Zmień hasło","Change private flag":"Zmień prywatność","Changes could not be saved":"Nie można zapisać zmian","Changes successfully saved":"Zmiany zostały pomyślnie zapisane","Changes to the advanced settings require a restart to take effect.":"Zmiany ustawień zaawansowanych wymagają ponownego uruchomienia komputera.","Checked":"Data ostatniej weryfikacji metadanych","Choose an instance to continue:":"Wybierz instancję, aby kontynuować:","Chroma":"Chrominancja","Cleaning index and cache":"Czyszczenie indeksu i pamięci podręcznej","Cleanup":"Czyszczenie","Clear":"Wyczyść","Clear {0}":"Wyczyść {0}","Client":"Klient","Close":"Zamknij","Cluster":"Klaster","Cluster Admin":"Administrator klastra","Cluster Node":"Węzeł klastra","Codec":"Kodek","Color":"Kolor","Color Profile":"Profil kolorów","Colors":"Kolory","Compare Editions":"Porównaj wydania","Complete Rescan":"Skanowanie od zera","Confidence":"Pewność","Confirm":"Potwierdzać","Connect":"Połącz","Connect via WebDAV":"Połącz przez WebDAV","Connected":"Połączony","Contact Details":"Dane kontaktowe","Contact Us":"Skontaktuj się z nami","Contains %{n} pictures.":"Zawiera %{n} zdjęć.","Contains one picture.":"Zawiera jedno zdjęcie.","Content":{"":"Treść","Edit":"Treść"},"Continue":"Kontynuować","Contributor":"Dostawca","Converting":"Konwertowanie","Copied to clipboard":"Skopiowano do schowka","Copy":"Kopiuj","Copying files from %s":"Kopiowanie plików z %s","Copyright":"Prawa autorskie","Could not be deleted":"Nie można usunąć","Could not connect, please try again":"Nie można się połączyć, spróbuj ponownie","Could not update person cover":"Nie można zaktualizować osłony osoby","Couldn't find anything.":"Nie udało się niczego znaleźć.","Country":"Kraj","Create Account":"Utwórz konto","Create album":"Stwórz album","Create regular backups based on the configured schedule.":"Twórz kopie zapasowe indeksów na podstawie skonfigurowanego harmonogramu.","Create YAML files to back up album metadata.":"Twórz pliki YAML, aby tworzyć kopie zapasowe metadanych albumów.","Create YAML sidecar files to back up picture metadata.":"Twórz pliki pomocnicze YAML, aby tworzyć kopie zapasowe metadanych obrazów.","Created":"Data utworzenia pliku","Creating thumbnails for":"Tworzenie miniaturek dla","Current Password":"Obecne hasło","Custom":"Niestandardowy","Cyan":"Cyjan","Daily":"Codziennie","Database":"Baza danych","Database Backups":"Kopie zapasowe bazy danych","Databases":"Bazy danych","Date & Time":"Data i godzina","Day":"Dzień","Deactivate":"Dezaktywować","Debug Logs":"Logi debugowania","Default":"Domyślny","Default Folder":"Domyślny folder","Delete":"Usuń","Delete Album":"Usuń album","Delete All":"Usuń wszystko","Delete all?":"Usunąć wszystko?","Delete orphaned index entries, sidecar files and thumbnails.":"Usuwanie osieroconych wpisów indeksu, plików sidecar i miniatur.","deleted":"usunięty","Description":"Opis","Detailed instructions can be found in our User Guide.":"Dokładne informacje można znaleźć w instrukcji obsługi.","Details":"Szczegóły","Dimensions":"Wymiary","Disable all face detection and recognition features.":"Wyłącz wszystkie funkcje wykrywania i rozpoznawania twarzy.","Disable Backups":"Wyłącz kopie zapasowe","Disable Darktable":"Wyłącz Darktable","Disable ExifTool":"Wyłącz ExifTool","Disable Faces":"Wyłącz twarze","Disable features that require write permission for the originals folder.":"Wyłącz funkcje wymagające uprawnień do zapisu w folderze oryginałów.","Disable FFmpeg":"Wyłącz FFmpeg","Disable ImageMagick":"Wyłączenie programu ImageMagick","Disable interactive world maps and reverse geocoding.":"Wyłącz interaktywne mapy świata i odwrotne geokodowanie.","Disable MCP":"Wyłącz MCP","Disable Places":"Wyłącz miejsca","Disable RawTherapee":"Wyłącz RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Wyłącz punkt końcowy API Model Context Protocol (MCP) dla integracji agentów AI.","Disable Vectors":"Wyłączenie wektorów","Disable WebDAV":"Wyłącz WebDAV","Disabled":"Wyłączony","Disables vector graphics support.":"Wyłącza obsługę grafiki wektorowej.","Disables video transcoding and thumbnail extraction.":"Wyłącza transkodowanie wideo i ekstrakcję miniatur.","Discard":"Odrzuć","Discard changes and close":"Odrzuć zmiany i zamknij","Discard invalid changes?":"Odrzucić nieprawidłowe zmiany?","Discard unsaved changes?":"Odrzucić niezapisane zmiany?","Discover":"Odkryj","Dismiss":"Odrzuć","Display Name":"Nazwa wyświetlana","Display picture captions in search results.":"Wyświetlaj podpisy zdjęć w wynikach wyszukiwania.","Display picture titles in search results.":"Wyświetlaj tytuły zdjęć w wynikach wyszukiwania.","Document":"Dokument","Documents":"Dokumenty","Don't use Darktable to convert RAW images.":"Nie używaj Darktable do konwersji obrazów RAW.","Don't use ImageMagick to convert images.":"Nie używaj ImageMagick do konwersji obrazów.","Don't use RawTherapee to convert RAW images.":"Nie używaj RawTherapee do konwersji obrazów RAW.","Done":"OK","Done.":"Zrobione.","Download":"Pobierz","Download only original media files, without any automatically generated files.":"Pobieraj tylko oryginalne pliki multimedialne, bez żadnych automatycznie generowanych plików.","Download remote files":"Pobierz zdalne pliki","Downloading…":"Pobieranie…","Drag and drop files here":"Przeciągnij i upuść pliki tutaj","Driver":"Kierowca","Duplicates will be skipped and only appear once.":"Duplikaty zostaną pominięte i pojawią się tylko raz.","Duration":"Czas trwania","Dynamic Previews":"Dynamiczne podglądy","Dynamic Size Limit: %{n}px":"Limit rozmiaru dynamicznych podglądów: %{n}px","Edit":"Edytuj","Edit %{s}":"Edytuj %{s}","Edit Account":"Edytuj konto","Edit Photo":"Edytuj zdjęcie","Edit Photos (%{n})":"Edytuj zdjęcia (%{n})","Edited":"Data ostatniej edycji","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Włącz tryb debugowania, aby wyświetlić dodatkowe dzienniki i pomóc w rozwiązywaniu problemów.","Enable downloading of original and sidecar files from the web interface.":"Włącz pobieranie oryginalnych i dodatkowych plików z interfejsu internetowego.","Enable face recognition and the People view to easily find people you know.":"Włącz rozpoznawanie twarzy i widok Osoby, aby łatwo znaleźć osoby, które znasz.","Enable new features that may be incomplete or unstable.":"Włącz nowe funkcje, które mogą być niekompletne lub niestabilne.","Enable the file browser to navigate the Originals folder structure.":"Włącz przeglądarkę plików, aby poruszać się po strukturze folderów oryginałów.","Enables RAW converter presets. May reduce performance.":"Włącza wstępne ustawienia konwertera RAW. Może zmniejszyć wydajność.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Włączenie uwierzytelniania dwuskładnikowego oznacza, że do zalogowania będziesz potrzebować losowo wygenerowanego kodu weryfikacyjnego, więc nawet jeśli ktoś uzyska dostęp do Twojego hasła, nie będzie mógł uzyskać dostępu do Twojego konta.","Engine":"Silnik","Enter date":"Wprowadź datę","Enter dates":"Wprowadź daty","Enter item name...":"Wprowadź nazwę elementu...","Enter the code generated by your authenticator app:":"Wprowadź kod wygenerowany przez aplikację uwierzytelniającą:","Enter verification code":"Wprowadź kod weryfikacyjny","Enter your password to confirm the action and continue:":"Wpisz hasło, aby potwierdzić akcję i kontynuować:","Entity not found":"Nie znaleziono podmiotu","Error":"Błąd","Errors":"Błędy","Estimate":"Oszacowanie","Estimate Locations":"Szacunkowe lokalizacje","Estimate the approximate location of pictures without GPS coordinates.":"Oszacuj przybliżoną lokalizację zdjęć bez współrzędnych GPS.","Every two days":"Co dwa dni","Exclude hidden":"Pomiń ukryte","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Ekstrakcja metadanych za pomocą ExifTool jest wymagana do pełnej obsługi wideo, zdjęć na żywo i XMP.","Experimental Features":"Funkcje eksperymentalne","Expires":"Wygasa","Exposure":"Ekspozycja","Extract still images and generate thumbnails while indexing.":"Wyodrębniaj nieruchome obrazy i generuj miniatury podczas indeksowania.","F Number":"Wartość przysłony","Face":"Twarz","Face not found":"Twarz nie została znaleziona","Faces":"Twarze","Failed creating file, please check permissions":"Nie można utworzyć pliku, sprawdź uprawnienia","Failed creating folder, please check permissions":"Nie można utworzyć folderu, sprawdź uprawnienia","Failed removing link":"Nie udało się usunąć linku","Failed to connect account.":"Nie udało się połączyć konta.","Failed to create zip file":"Nie udało się utworzyć pliku zip","Failed to load users.":"Nie udało się załadować użytkowników.","Failed to remove face marker":"Nie udało się usunąć znacznika twarzy","Failed to remove name":"Nie udało się usunąć nazwy","Failed to restart server":"Nie udało się ponownie uruchomić serwera","Failed to save changes":"Nie udało się zapisać zmian","Failed to save face marker":"Nie udało się zachować znacznika twarzy","Failed to save name":"Nie udało się zapisać nazwy","Failed updating link":"Nie udało się zaktualizować linku","Family Name":"Nazwa rodziny produktów","Fast":"Szybka","Favorite":"Ulubione","Favorites":"Ulubione","Feature disabled":"Funkcja wyłączona","Feature Request":"Prośba o nową funkcję","Female":"Kobieta","File":"Plik","File Browser":"Przeglądarka plików","File Conversion":"Konwersja plików","File deleted":"Plik został usunięty","File Name":"Nazwa pliku","File not found":"Plik nie został znaleziony","File removed from stack":"Plik został rozgrupowany","File Size":"Rozmiar pliku","File too large":"Plik jest zbyt duży","File uploaded":"Przesłany plik","Filename":"Nazwa pliku","Files":"Pliki","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Pliki z sekwencyjnymi nazwami, np. 'IMG_1234 (2)' i 'IMG_1234 (3)', należą do tego samego zdjęcia.","First page":"Pierwsza strona","Focal Length":"Ogniskowa","Folder":"Katalog","Folder contains %{n} files":"Folder zawiera %{n} plików","Folder is empty":"Folder jest pusty","Folders":"Foldery","Forgot password?":"Zapomniałeś hasła?","FPS":"FPS","Frames":"Klatki","Full Access":"Pełny dostęp","Fullscreen":"Pełny ekran","General":"Ogólne","Generate":"Generować","Generate Previews":"Generuj podglądy","Generated":"Wygenerowano","Get Started":"Rozpocznij","Given Name":"Imię","Global Options":"Opcje globalne","Go to page {0}":"Przejdź do strony {0}.","Gold":"Złoty","Green":"Zielony","Grey":"Szary","Groups":"Grupy","Guest":"Gość","Hash":"Wartość hash","Help":"Pomoc","Help & Support":"Pomoc i wsparcie","Hidden":"Ukryte","Hidden Files":"Ukryte pliki","Hide":"Ukryj","Hide Caption":"Ukryj podpis","Hide face markers":"Ukryj znaczniki twarzy","Hide private content from global views while keeping it accessible in the Private section.":"Ukryj elementy prywatne w widokach globalnych, zachowując do nich dostęp w sekcji Prywatne.","High":"Wysoki","High Dynamic Range (HDR)":"Wysoki zakres dynamiczny (HDR)","Hybrid":"Hybrydowy","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Jeśli utracisz dostęp do aplikacji lub urządzenia uwierzytelniającego, możesz użyć kodu odzyskiwania, aby odzyskać dostęp do swojego konta.","Image":"Obraz","Image Quality":"Jakość obrazu","Import":"Import","Import canceled":"Import został anulowany","Import completed in %d s":"Import zakończony w %d s","Import failed":"Błąd importu","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Zaimportowane pliki zostaną posortowane według daty i otrzymają unikalną nazwę, aby uniknąć duplikatów.","Importing %{s}…":"Importowanie %{s}…","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.":"Jeśli zdjęcia których szukasz nie są widoczne, przeskanuj ponownie bibliotekę i poczekaj aż indeksowanie zostanie ukończone.","Include RAW image files when downloading stacks and archives.":"Dołączanie plików obrazów RAW podczas pobierania stosów i archiwów.","Include sidecar files when downloading stacks and archives.":"Dołączaj pliki sidecar podczas pobierania stosów i archiwów.","Increase storage size or delete files to continue.":"Zwiększ rozmiar pamięci lub usuń pliki, aby kontynuować.","Index":"Indeksowanie","Indexing":"Indeksuje","Indexing canceled":"Indeksowanie anulowane","Indexing completed in %d s":"Indeksowanie zakończone w %d s","Indexing failed":"Błąd indeksowania","Indexing files in %s":"Indeksowanie plików w %s","Indexing media and sidecar files…":"Indeksowanie mediów i powiązanych plików…","Indexing originals...":"Indeksowanie oryginałów…","Information":"Informacje","Inherit":"Dziedziczyć","Instance":"Instancja","Instance ID":"ID instancji","Instance unreachable. Try again once it's back online.":"Nie można połączyć się z instancją. Spróbuj ponownie, gdy znów będzie dostępna.","Instances":"Instancje","Insufficient storage":"Niewystarczająca pamięć","Insufficient storage.":"Niewystarczająca pamięć.","Interval":"Okres","Invalid":"Nieprawidłowe","Invalid address":"Nieprawidłowy adres","Invalid country":"Nieprawidłowy kraj","Invalid credentials":"Nieprawidłowe dane logowania","Invalid date":"Niewłaściwa data","Invalid link":"Nieprawidłowy link","Invalid name":"Nieprawidłowa nazwa","Invalid parameters":"Parametry nieprawidłowe","Invalid password, please try again":"Nieprawidłowe hasło, spróbuj ponownie","Invalid photo selected":"Wybrano nieprawidłowe zdjęcie","Invalid time":"Nieprawidłowy czas","Invalid URL":"Nieprawidłowy adres URL","Invalid verification code, please try again":"Nieprawidłowy kod weryfikacyjny. Spróbuj ponownie","IP Address":"Adres IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Jest to jednorazowy kod, który wyłączy 2FA na Twoim koncie, gdy z niego skorzystasz.","Item":"Element","Items per page:":"Elementy na stronę:","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 w miarę potrzeb.","Keyword":"Słowo kluczowe","Keywords":"Słowa kluczowe","Label":"Etykieta","Label not found":"Etykieta nie została odnaleziona","Label saved":"Etykieta zapisana","Labels":"Etykiety","Labels deleted":"Etykiety zostały usunięte","Language":"Język","Last Active":"Ostatni aktywny","Last Login":"Ostatnie logowanie","Last page":"Ostatnia strona","Last Sync":"Ostatnia synchronizacja","Last Used":"Ostatnio używane","Latitude":"Szerokość geograficzna","LDAP/AD":"LDAP/AD","Learn more":"Dowiedz się więcej","Learn More":"Dowiedz się więcej","Legal Information":"Informacje prawne","Lens":"Obiektyw","Lens not found":"Nie znaleziono obiektywu","Library":"Biblioteka","License":"Licencja","Like":"Dodaj do ulubionych","Lime":"Limonkowy","Limit reached, showing first %{n} files":"Osiągnięto limit, pokazuję pierwsze %{n} plików","Link":"Link","List":"Lista","List View":"Widok listy","Live":"Live","Live Photos":"Zdjęcia na żywo","Load more":"Załaduj więcej","Loading items...":"Ładowanie pozycji...","Loading...":"Ładowanie...","Local":"Lokalnie","Local Time":"Czas lokalny","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","Logs":"Logi","Longitude":"Długość geograficzna","Lost server connection":"Utracone połączenie z serwerem","Low":"Niski","Magenta":"Magenta","Main Color":"Główny kolor","Male":"Mężczyzna","Manage Account":"Zarządzaj kontem","Manager":"Kierownik","Manual":"Podręcznik","Manual Upload":"Ręczne wgrywanie","Maps":"Mapy","Marker":"Znacznik","Maximum number of accounts has been reached.":"Osiągnięto maksymalną liczbę kont.","Media":"Media","Medium":"Średnia","Membership":"Członkostwo","Merge %{a} with %{b}?":"Złączyć %{a} z %{b}?","Message":"Wiadomość","Metadata":"Metadane","Metrics":"Metryka","Minimize":"Zminimalizuj","Missing":"Brakujący","Missing or invalid configuration":"Brakująca lub nieprawidłowa konfiguracja","mixed":"mieszany","Moments":"Chwile","Monochrome":"Monochromatyczne","Month":"Miesiąc","More options":"Więcej opcji","Mosaic":"Mozaika","Most Relevant":"Najważniejsze","Move Files":"Przenieś pliki","Moving files from %s":"Przenoszenie plików z %s","Must have at least %{n} characters.":"Musi mieć co najmniej %{n} znaków.","Mute":"Wyciszenie","Name":"Nazwa","Name too long":"Nazwa zbyt długa","Never":"Nigdy","New":"Nowi","New Password":"Nowe hasło","Newest First":"Najnowsze","Next":"Następny","Next page":"Następna strona","Next visual":"Następny obraz","No":"Nie","No Access":"Brak dostępu","No albums assigned":"Brak przypisanych albumów","No albums found":"Nie znaleziono żadnego albumu","No albums selected":"Nie wybrano albumów","No data available":"Brak dostępnych danych","No files available for download":"Brak plików do pobrania","No items selected":"Nie wybrano żadnych elementów","No labels assigned":"Brak przypisanych etykiet","No labels found":"Nie znaleziono żadnej etykiety","No labels selected":"Nie wybrano etykiet","No matching records found":"Nie znaleziono pasujących rekordów","No more":"Nie więcej","No people found":"Nie znaleziono żadnej osoby","No pictures found":"Nie znaleziono żadnego zdjęcia","No recently edited pictures":"Brak ostatnio edytowanych zdjęć","No registered instances.":"Brak zarejestrowanych instancji.","No results":"Brak wyników","No server connection":"Brak połączenia z serwerem","No servers configured.":"Nie skonfigurowano żadnych serwerów.","No services configured.":"Nie skonfigurowano żadnych usług.","No thanks":"Nie, dziękuję","No users on this instance.":"Na tej instancji nie ma żadnych użytkowników.","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. Zwróć uwagę, że wielkość liter jest uwzględniana w wyszukiwaniu.","Node":"Węzeł","Nodes":"Węzły","Non-photographic and low-quality images require a review before they appear in search results.":"Obrazy niebędące fotografiami lub posiadające niską jakość wymagają zatwierdzenia, zanim pojawią się w wynikach wyszukiwania.","None":"Brak","Not allowed":"Niedozwolone","Not available in public mode":"Niedostępne w trybie publicznym","Not available in read-only mode":"Niedostępne w trybie tylko do odczytu","Not found":"Nie znaleziono","Not sorted.":"Nie posortowane.","Not supported":"Nieobsługiwane","Note you may manually manage your originals folder and importing is optional.":"Możesz też ręcznie zarządzać folderem oryginałów, 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.","Notes":"Notatki","Nothing to see here yet.":"Na razie nic tu nie widać.","Nothing was found.":"Nic nie znaleziono.","Offline":"Offline","OK":"OK","Oldest First":"Najstarsze","On Windows, enter the following resource in the connection dialog:":"W systemie Windows wpisz następujący adres w oknie dialogowym połączenia:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generowanie miniatur na żądanie może powodować wysokie zużycie procesora i pamięci. Nie jest to zalecane w przypadku serwerów i urządzeń NAS o ograniczonych zasobach.","Once a week":"Raz w tygodniu","One album found":"Znaleziono jeden album","One entry added to %s":"Dodano jeden wpis do %s","One entry removed from %s":"Usunięto jeden wpis z %s","One file found":"Znaleziono jeden plik","One file uploaded":"Przesłano jeden plik","One folder found":"Znaleziono jeden folder","One label found":"Znaleziono jedną etykietę","One person found":"Znaleziono jedną osobę","One picture found":"Znaleziono jedno zdjęcie","Only locally managed accounts can be set up for authentication with 2FA.":"Tylko konta zarządzane lokalnie można skonfigurować do uwierzytelniania za pomocą 2FA.","Open":"Otwarty","optional":"opcjonalny","or":"lub","Orange":"Pomarańczowy","Organization":"Organizacja","Orientation":"Orientacja","Original file names will be stored and indexed.":"Oryginalne nazwy plików będą przechowywane i indeksowane.","Original Name":"Oryginalna nazwa","Originals":"Oryginały","Originals folder is empty":"Folder oryginałów jest pusty","Other":"Inne","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Naszą misją jest dostarczenie najbardziej przyjaznego dla użytkownika i jego prywatności rozwiązania, które pozwoli uporządkować i udostępniać zdjęcia.","Outdoor":"Outdoor","Page {0}, Current page":"Strona {0}, Bieżąca strona","Pages":"Strony","Pagination Navigation":"Nawigacja stronicowania","Panorama":"Panorama","Panoramas":"Panoramy","Part of all selected photos":"Część wszystkich wybranych zdjęć","Part of some selected photos":"Część wybranych zdjęć","Password":"Hasło","Password changed":"Zmieniono hasło","Pause":"Pauza","Payment required":"Wymagana płatność","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ęto","Permission denied":"Brak uprawnień","Person":"Osoba","Person cover updated":"Zaktualizowana osłona osoby","Person deleted":"Osoba usunięta","Person not found":"Osoba nie została znaleziona","Person saved":"Osoba zapisana","Personal":"Osobiste","Photo":"Zdjęcie","PhotoPrism is 100% self-funded and independent.":"PhotoPrism jest w 100% finansowany i niezależny.","PhotoPrism+ Membership":"Członkostwo w PhotoPrism+","Photos":"Zdjęcia","Picture":"Zdjęcie","Picture Title":"Tytuł zdjęcia","Pink":"Różowy","Pinned":"Przypięte","Place":"Miejsce","Place & Time":"Miejsce i czas","Places":"Miejsca","Play":"Odtwórz","Please confirm your new password.":"Potwierdź nowe hasło.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Skopiuj następujące losowo wygenerowane hasło do aplikacji i przechowuj je w bezpiecznym miejscu, ponieważ nie będziesz mógł go ponownie zobaczyć:","Please do not upload any private, unlawful or offensive pictures.":"Prosimy o nieprzesyłanie żadnych prywatnych, niezgodnych z prawem lub obraźliwych zdjęć.","Please don't upload photos containing offensive content.":"Proszę nie przesyłać zdjęć zawierających nieprzyzwoite treści.","Please enter OTP character {0}":"Wprowadź znak OTP {0}","Please log in to your account":"Proszę zalogować się na swoje konto","Please note that changing your password will log you out on other devices and browsers.":"Pamiętaj, że zmiana hasła wyloguje Cię na innych urządzeniach i przeglądarkach.","Please restart your instance for the changes to take effect.":"Proszę zrestartować swoją instancję, aby zmiany zaczęły obowiązywać.","Please wait…":"Proszę czekać…","PM":"PM","PNG Size Limit: %{n}px":"Limit rozmiaru PNG: %{n}px","Portal":"Portal","Portrait":"Portret","Preserve filenames":"Zachowaj oryginalne nazwy plików","Press enter to create a new album.":"Naciśnij enter by utworzyć nowy album.","Press enter to create new item":"Naciśnij Enter, aby utworzyć nowy element","Prevent database and album backups as well as YAML sidecar files from being created.":"Zapobiegaj tworzeniu kopii zapasowych bazy danych i albumów, a także plików pomocniczych YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Uniemożliw innym aplikacjom dostęp do PhotoPrism jako udostępnionego dysku sieciowego.","Preview":"Podgląd","Preview Images":"Zdjęcia podglądowe","Previous":"Poprzedni","Previous page":"Poprzednia strona","Previous visual":"Poprzednia wizualizacja","Primary":"Główny","Private":"Prywatne","Processing upload...":"Przetwarzanie uploadu...","Product Feedback":"Opinia o produkcie","Projection":"Projekcja","Purple":"Purpurowy","Quality Filter":"Filtr jakości","Quality Score":"Ocena jakości","Quota exceeded":"Przekroczony limit","Random":"Losowy","Rating {0} of {1}":"Ocena {0} z {1}","Raw":"RAW","RAW":"RAW","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 Archived":"Ostatnio zarchiwizowane","Recently Edited":"Ostatnio edytowane","Recognition starts after indexing has been completed.":"Rozpoznawanie twarzy rozpocznie się po zakończeniu indeksowania.","Recognized":"Rozpoznani","Recovery Code":"Kod odzyskiwania","Red":"Czerwony","Refresh":"Odśwież","Regions":"Regiony","Register":"Zarejestruj się","Reload":"Załaduj ponownie","Reloading…":"Przeładowywanie…","Remote Sync":"Zdalna synchronizacja","Remove":"Usuń","remove failed: unknown album":"usunięcie nie powiodło się: nieznany album","Remove from Album":"Usuń z albumu","Remove from all":"Usuń ze wszystkich","Remove from all selected photos":"Usuń ze wszystkich wybranych zdjęć","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Usuń zaimportowane pliki z ich obecnej lokalizacji, aby zaoszczędzić miejsce na dysku. Nieobsługiwane typy plików pozostaną nienaruszone.","Remove the selected instance from the cluster registry?":"Usunąć wybraną instancję z rejestru klastra?","Removed":"Usunięto","Removed %{name}":"Usunięto %{name}","Removed %d files and %d photos":"Usunięto %d plików i %d zdjęć","Repeated":"Powtarzane","Request failed - are you offline?":"Żądanie nie powiodło się - jesteś offline?","Request failed - invalid response":"Żądanie nie powiodło się - niewłaściwa odpowiedź","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Wymagaj, aby obrazy niefotograficzne i niskiej jakości były sprawdzane przed pojawieniem się w wynikach wyszukiwania.","Resolution":"Rozdzielczość","Restart":"Uruchom ponownie stronę","Restore":"Przywróć","Restored":"Przywrócony","Retry Limit":"Limit ponawiania prób","Retype Password":"Powtórz hasło","Review":"Do sprawdzenia","Role":"Rola","Roles":"Role","Rotated":"Obrócony","Rows per page:":"Wiersze na stronę:","Satellite":"Satelita","Save":"Zapisz","Save changes":"Zapisz zmiany","Scan":"Zeskanowany dokument","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Zeskanuj kod QR za pomocą aplikacji uwierzytelniającej lub użyj klucza konfiguracyjnego pokazanego poniżej, a następnie wprowadź wygenerowany kod weryfikacyjny:","Scans":"Skany","Scope":"Zakres","Scopes":"Lunety","Search":"Szukaj","Season":"Sezon","Secret":"Klucz","Security and Access":"Bezpieczeństwo i dostęp","Select":"Wybierz","Select a source folder to import files…":"Wybierz folder źródłowy do importowania plików.…","Select date":"Wybierz datę","Select dates":"Wybierz daty","Select or create albums":"Wybierz lub utwórz albumy","Select or create labels":"Wybierz lub utwórz etykiety","Select or drop files to upload…":"Wybierz lub upuść pliki do przesłania…","Select the files to upload…":"Wybierz pliki do przesłania…","Select the folder to be indexed…":"Wybierz folder, który ma zostać zindeksowany.…","Select Time":"Wybierz czas","Selection":"Wybór","Selection added to %s":"Wybór dodany do %s","Selection approved":"Wybór zatwierdzony","Selection archived":"Zarchiwizowano wybrane pliki","Selection marked as private":"Wybór oznaczony jako prywatny","Selection not found":"Nie znaleziono wyboru","Selection restored":"Wybór przywrócony","Sequential Name":"Nazwa sekwencyjna","Service":"Serwis","Service URL":"Adres URL do usługi","Services":"Usługi","Session":"Sesja","Session ID":"Identyfikator sesji","Sessions":"Sesje","Set as Album Cover":"Ustaw jako okładkę albumu","Set as Cover Image":"Ustaw jako obraz okładki","Settings":"Ustawienia","Settings saved":"Zapisano ustawienia","Setup":"Ustawienia","Severity":"Istotność","Share":"Udostępnij","Share %{s}":"Udostępnij %{s}","Show":"Pokaż","Show All Labels":"Pokaż wszystkie etykiety","Show all new faces":"Pokaż wszystkie nowe twarze","Show Caption":"Pokaż podpis","Show Captions":"Pokaż napisy","Show face markers":"Pokaż znaczniki twarzy","Show hidden":"Pokaż ukryte","Show Important Only":"Pokaż tylko ważne","Show logs in the web interface to monitor activity and troubleshoot problems.":"Wyświetlaj dzienniki w interfejsie internetowym, aby monitorować aktywność i rozwiązywać problemy.","Show smart albums that group pictures by occasion, trip, or location.":"Wyświetlaj inteligentne albumy grupujące zdjęcia według okazji, podróży lub lokalizacji.","Show the Account page so users can manage their profile and security settings.":"Pokaż stronę Konto, aby użytkownicy mogli zarządzać swoim profilem i ustawieniami zabezpieczeń.","Show the Calendar view to browse the library by year and month.":"Wyświetl widok kalendarza, aby przeglądać bibliotekę według roku i miesiąca.","Show the Labels section to view and manage AI-generated labels.":"Pokaż sekcję Etykiety, aby wyświetlić etykiety wygenerowane przez sztuczną inteligencję i zarządzać nimi.","Show the Library section to index, manage, and monitor the media library.":"Pokaż sekcję Biblioteka, aby indeksować, zarządzać i monitorować bibliotekę multimediów.","Show the Places view with interactive maps so you can browse photos by location.":"Pokaż widok Miejsca z interaktywnymi mapami, aby móc przeglądać zdjęcia według lokalizacji.","Show Titles":"Pokaż tytuły","Sidecar":"Plik powiązany","Sidecar Files":"Pliki Sidecar","Sign in":"Zaloguj się","Sign Out":"Wyloguj się","Similar":"Podobne","Site URL":"Adres URL witryny","Size":"Rozmiar","Slideshow":"Pokaz slajdów","Slow":"Wolna","Software":"Oprogramowanie","Software Update":"Aktualizacja oprogramowania","Some albums could not be copied":"Niektórych albumów nie można było skopiować","Some albums could not be created. Please edit the names and try again.":"Nie można utworzyć niektórych albumów. Zmień nazwy i spróbuj ponownie.","Some albums could not be updated":"Niektóre albumy nie mogły zostać zaktualizowane","Something went wrong, try again":"Coś poszło nie tak, spróbuj jeszcze raz","Sort by":"Sortuj według","Sort by Name (A–Z)":"Sortuj według nazwy (A-Z)","Sort by Photo Count":"Sortuj według liczby zdjęć","Sort by Relevance":"Sortuj według trafności","Sort Order":"Kolejność sortowania","Sorted ascending.":"Posortowane rosnąco.","Sorted descending.":"Posortowane malejąco.","Source":"Pochodzenie","Stack":"Utwórz stos","Stack files sharing the same unique image or instance identifier.":"Utwórz stosy z plików posiadających ten sam unikalny identyfikator obrazu lub instancji.","Stack pictures taken at the exact same time and location based on their metadata.":"Utwórz stosy ze zdjęć wykonanych w tym samym czasie i miejscu, zawartymi w ich metadanych.","Stackable":"Może być częścią stosu","Stacks":"Stosy","Start":"Start","Start Page":"Strona startowa","Static Size Limit: %{n}px":"Limit rozmiaru statycznych podglądów: %{n}px","Status":"Status","Stay signed in on this device":"Pozostań zalogowany na tym urządzeniu","Stop Casting":"Przestań rzucać","Storage":"Miejsce przechowywania","Streets":"Ulice","Subject":"Temat","Subject deleted":"Przedmiot usunięty","Subject not found":"Temat nie został znaleziony","Subject saved":"Przedmiot zapisany","Successfully activated":"Pomyślnie aktywowano","Successfully Connected":"Połączono pomyślnie","Successfully deleted":"Usunięto pomyślnie","Successfully verified":"Pomyślnie zweryfikowano","Super Admin":"Super Administrator","Support for additional services, like Google Drive, will be added over time.":"Wsparcie dla innych usług, takich jak Google Drive, zostanie dodane w późniejszym czasie.","Support Our Mission":"Wspieraj naszą misję","Sync":"Synchronizacja","Sync raw and video files":"Synchronizuj obrazy RAW i filmy","Taken":"Data wykonania","Teal":"Morski","Terrain":"Teren","Text":"Tekst","Thank You for Your Support!":"Dziękujemy za wsparcie!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Dlatego PhotoPrism został zbudowany od podstaw tak, aby działał wszędzie tam, gdzie go potrzebujesz, bez uszczerbku dla wolności, prywatności czy funkcjonalności.","The index currently contains %{n} hidden files.":"Indeks zawiera obecnie %{n} ukrytych plików.","The instance rejected the cluster credentials.":"Instancja odrzuciła poświadczenia klastra.","The instance returned an unexpected redirect.":"Instancja zwróciła nieoczekiwane przekierowanie.","The wakeup interval is %s, but must be 1h or less":"Interwał wybudzenia %s jest nieprawidłowy, powinien być równy lub mniejszy niż 1 godzina","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Może być to spowodowane brakiem wsparcia dla ich formatu, nieukończoną konwersją na JPEG lub byciem duplikatami istniejących plików.","Theme":"Motyw","This account is missing an ID and can't be edited.":"W tym koncie brakuje identyfikatora i nie można go edytować.","This field is required":"To pole jest wymagane","This instance has no site URL configured.":"W tej instancji nie skonfigurowano adresu URL witryny.","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.":"Pozwala to na zamontowanie folderu oryginałów jako dysku sieciowego i umożliwia otwieranie, edytowanie i usuwanie plików z komputera lub smartfona w taki sam sposób, jakby były one przechowywane lokalnie.","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. ":"Pozwala to na zamontowanie folderu oryginałów jako dysku sieciowego i umożliwia otwieranie, edytowanie i usuwanie plików z komputera lub smartfona w taki sam sposób, jakby były one przechowywane lokalnie.","Time":"Czas","Time UTC":"Czas UTC","Time Zone":"Strefa czasowa","Timeout":"Upłynął limit czasu","Title":{"":"Tytuł","Account":"Tytuł","Photo":"Tytuł"},"Title / Position":"Tytuł / stanowisko","to":"do","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Aby uniknąć zablokowania konta, pobierz, wydrukuj lub skopiuj ten kod odzyskiwania już teraz i trzymaj go w bezpiecznym miejscu.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Aby wygenerować nowe hasło aplikacji, wprowadź nazwę i zakres uprawnień aplikacji oraz wybierz datę ważności:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Aby przełączyć się na nową aplikację lub urządzenie uwierzytelniające, najpierw dezaktywuj uwierzytelnianie dwuskładnikowe, a następnie aktywuj je ponownie:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Aby dokonać aktualizacji, możesz wprowadzić kod aktywacyjny lub kliknąć \"Zarejestruj się\", aby zarejestrować się na naszej stronie internetowej:","Today":"Dzisiaj","Toggle View":"Zmień widok","Token":"Token","Too many files selected":"Wybrano zbyt wiele plików","Too many requests":"Zbyt wiele żądań","Troubleshooting":"Rozwiązywanie problemów","Try again using other filters or keywords.":"Spróbuj ponownie używając innych filtrów lub słów kluczowych.","Two-factor authentication has been enabled for your account.":"Na Twoim koncie włączono uwierzytelnianie dwuskładnikowe.","Type":"Typ","Unable to delete":"Nie można usunąć","Unable to do that":"Nie da się tego zrobić","Unassign":"Usuń przypisanie","Unauthorized":"Nieautoryzowane","Undo":"Cofnij","Unique ID":"Unikalne ID","Unknown":"Nieznany","Unknown location":"Nieznana lokalizacja","Unregistered":"Niezarejestrowany","Unsorted":"Nieposortowane","Unstack":"Rozłóż stos","Unsupported":"Nieobsługiwane","Unsupported format":"Nieobsługiwany format","Unsupported type":"Nieobsługiwany typ","Updated":"Zaktualizowano","Updating faces":"Aktualizowanie twarzy","Updating index":"Aktualizowanie indeksu","Updating moments":"Aktualizowanie chwil","Updating picture…":"Aktualizacja zdjęć…","Updating previews":"Aktualizowanie podglądów","Updating stacks":"Aktualizowanie stosów","Upgrade":"Aktualizacja","Upgrade Now":"Uaktualnij teraz","Upload":"Wgraj","Upload complete":"Ukończono wgrywanie","Upload complete. Indexing…":"Wgrywanie zakończone. Indeksowanie…","Upload failed":"Wgrywanie nie powiodło się","Upload has been processed":"Przesyłanie zostało przetworzone","Upload local files":"Wgraj pliki z dysku","Upload might be offensive":"Przesyłane dane mogą być obraźliwe","Upload Path":"Ścieżka przesyłania","Uploading %{n} of %{t}…":"Wgrywanie %{n} z %{t}…","Uploading photos…":"Wgrywanie zdjęć…","Uploading…":"Przesyłanie...","Uploads that may contain such images will be rejected automatically.":"Tego typu obrazy zostaną automatycznie odrzucone.","URL":"URL","Use Presets":"Użyj ustawień wstępnych","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Użyj następującego kodu odzyskiwania, aby uzyskać dostęp do swojego konta, jeśli nie możesz wygenerować prawidłowego kodu weryfikacyjnego za pomocą aplikacji uwierzytelniającej:","Use your recovery code or contact an administrator for help.":"Użyj kodu odzyskiwania lub skontaktuj się z administratorem w celu uzyskania pomocy.","User":"Użytkownik","User Guide":"Podręcznik użytkownika","User Interface":"Interfejs użytkownika","User not found":"Użytkownik nie znaleziony","Username":"Nazwa użytkownika","Users":"Użytkownicy","UUID":"UUID","Vector":"Vector","Vectors":"Wektory","Verification Code":"Kod weryfikacyjny","Version":"Wersja","Video":"Film","Video Duration":"Czas trwania filmu","Videos":"Filmy","View":"Widok","View search results as a list.":"Wyświetl wyniki wyszukiwania jako listę.","Viewer":"Przeglądarka","Vision":"Wizja","Visitor":"Odwiedzający","Visual Similarity":"Podobieństwo wizualne","Warning":"Ostrzeżenie","Web Login":"Logowanie przez Internet","WebDAV":"WebDAV","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":"Wyślij na WebDAV","WebGL support is disabled in your browser":"Obsługa WebGL jest wyłączona w twojej przeglądarce","Website":"Strona internetowa","White":"Biały","Work Details":"Szczegóły pracy","Year":"Rok","Yellow":"Żółty","Yes":"Tak","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Zapraszamy do kontaktu z nami pod adresem membership@photoprism.app w przypadku pytań dotyczących członkostwa.","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 can search for a location or move the marker on the map to change the position:":"Możesz wyszukać lokalizację lub przesunąć znacznik na mapie, aby zmienić pozycję:","You can upload up to %{n} files for test purposes.":"Do celów testowych można przesłać maksymalnie %{n} plików.","You cannot change your own role.":"Nie możesz zmienić swojej roli.","You do not have access to any instances.":"Nie masz dostępu do żadnych instancji.","You may only select one item":"Możesz wybrać tylko jedną pozycję","You may rescan your library to find additional faces.":"Możesz ponownie przeskanować swoją bibliotekę, aby znaleźć dodatkowe twarze.","Your account could not be connected":"Twoje konto nie może być podłączone","Your account has been successfully connected.":"Twoje konto zostało pomyślnie połączone.","Your browser does not support WebGL":"Twoja przeglądarka nie obsługuje WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Twoje stałe wsparcie pomaga nam dostarczać regularne aktualizacje i zachować niezależność, dzięki czemu możemy wypełniać naszą misję i chronić Twoją prywatność.","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.","Zip created in %d s":"Zip utworzony w %d s","Zoom in/out":"Powiększ / Pomniejsz","Archive":{"Noun":"Archiwum","Verb":"Archiwum"},"Add a Title":{"Photo":"Dodaj tytuł"}}} \ No newline at end of file +{"pl":{"{0} appended action":"{0} dołączone działanie","{0} files":"{0} plików","{0} files ({1} in total)":"{0} plików (łącznie {1})","{0} more":"{0} więcej","{0} prepended action":"{0} poprzedzone działanie","{0} selected":"{0} wybrany","{0}-{1} of {2}":"{0}-{1} z {2}","%{n} albums found":"Znalezione albumy: %{n}","%{n} files uploaded":"Przesłane pliki: %{n}","%{n} folders found":"Znalezione foldery: %{n}","%{n} GB of %{q} GB used":"%{n} GB z %{q} GB wykorzystanych","%{n} labels found":"Znalezione etykiety: %{n}","%{n} people found":"Znalezione osoby: %{n}","%{n} pictures found":"Znalezione zdjęcia: %{n}","%{s} is too long":"%{s} jest za długie","%{s} is too short":"%{s} jest za krótkie","%d entries added to %s":"%d wpisy dodane do %s","%d entries removed from %s":"%d wpisy usunięte z %s","%d files uploaded in %d s":"%d plików przesłano w %d s","%s already exists":"%s już istnieje","%s has been restored":"%s zostało przywrócone","1 hour":"1 godzina","12 hours":"12 godzin","2-Factor Authentication":"Uwierzytelnianie dwuskładnikowe","2FA":"2FA","4 hours":"4 godziny","A click will copy it to your clipboard.":"Kliknięcie na link powyżej skopiuje go do schowka.","A new version of %{s} is available:":"Dostępna jest nowa wersja %{s}:","About":"O programie","Access granted.":"Dostęp przyznany.","Access revoked.":"Dostęp cofnięty.","Access Token":"Token dostępu","Account":"Konto","Account created":"Konto utworzone","Account deleted":"Konto usunięte","Account Group Mappings":"Mapowania grup kont","Account not found":"Konto nie znalezione","Account restored":"Konto przywrócone","Account saved":"Konto zapisane","Accounts":"Konta","Accuracy":"Dokładność","Action":"Akcja","Actions":"Akcje","Activate":"Aktywuj","Activate to remove sorting.":"Aktywuj, aby usunąć sortowanie.","Activate to sort ascending.":"Aktywuj, aby sortować rosnąco.","Activate to sort descending.":"Aktywuj, aby sortować malejąco.","Activation Code":"Kod aktywacji","Activity":"Aktywność","Add":"Dodaj","Add %{s}?":"Dodaj %{s}?","Add a Caption":"Dodaj podpis","Add Account":"Dodaj konto","Add Album":"Dodaj album","Add Link":"Dodaj link","Add Notes":"Dodaj uwagi","Add person?":"Dodać osobę?","Add pictures from search results by selecting them.":"Dodaj zdjęcia poprzez zaznaczenie ich w wynikach wyszukiwania.","Add to album":"Dodaj do albumu","Add to all":"Dodaj do wszystkich","Add to all selected photos":"Dodaj do wszystkich wybranych zdjęć","Added":"Dodano","Added %{name}":"Dodano %{name}","Adjust Camera Info":"Dostosuj informacje o kamerze","Adjust Date & Time":"Dostosuj datę i godzinę","Adjust Location":"Dostosuj lokalizację","Admin":"Administrator","Advanced":"Zaawansowane","Advertise URL":"Reklamuj adres URL","After 1 day":"Po 1 dniu","After 3 days":"Po 3 dniach","After 7 days":"Po 7 dniach","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Po wprowadzeniu hasła w celu potwierdzenia możesz skonfigurować uwierzytelnianie dwuskładnikowe za pomocą kompatybilnej aplikacji lub urządzenia uwierzytelniającego:","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 %s deleted":"Album %s został usunięty","Album Backups":"Kopie zapasowe albumów","Album contents cloned":"Album został sklonowany","Album created":"Album został utworzony","Album deleted":"Album usunięty","Album not found":"Album nie został znaleziony","Album saved":"Album został zapisany","Albums":"Albumy","Albums deleted":"Skasowano albumy","All":"Wszystkie","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 aparaty","All Categories":"Wszystkie kategorie","All Colors":"Wszystkie kolory","All Countries":"Wszystkie kraje","All files from import folder":"Wszystkie pliki z folderu importowania","All Lenses":"Wszystkie obiektywy","All Months":"Wszystkie miesiące","All originals":"Wszystkie oryginały","All Years":"Wszystkie lata","Allow configuration and use of connected apps and services for remote uploads and sync.":"Zezwalaj na konfigurację i korzystanie z połączonych aplikacji i usług do zdalnego przesyłania i synchronizacji.","Allow editing of metadata such as title, description, date, and location.":"Zezwalaj na edycję metadanych, takich jak tytuł, opis, data i lokalizacja.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Zezwalaj na edycję metadanych, etykiet i albumów wielu zdjęć jednocześnie.","Allow files to be copied or moved from the Import to the Originals folder.":"Włącz narzędzie Import, aby kopiować lub przenosić pliki z folderu Import do folderów Oryginały.","Allow files to be permanently deleted to free up storage space.":"Zezwalaj na trwałe usuwanie plików w celu zwolnienia przestrzeni dyskowej.","Allow users to archive photos and videos so they are hidden without being deleted.":"Zezwalaj użytkownikom na archiwizowanie zdjęć i filmów, aby były ukryte bez usuwania.","Allow users to create and share links, and enable sharing with connected services.":"Zezwalaj użytkownikom na tworzenie i udostępnianie linków oraz udostępnianie ich połączonym usługom.","Allow users to upload new photos and videos through the web interface.":"Pozwól użytkownikom przesyłać nowe zdjęcia i filmy za pośrednictwem interfejsu internetowego.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Możesz też wysłać wybrane pliki bezpośrednio na serwer WebDAV, np. Nextcloud.","Altitude":"Wysokość","Altitude (m)":"Wysokość (m)","AM":"AM","Animated":"Animowany","Animation":"Animacja","Animations":"Animacje","Any private photos and videos remain private and won't be shared.":"Wszystkie prywatne zdjęcia i filmy pozostaną prywatne i nie zostaną udostępnione.","API Key":"Klucz API","Application":"Zastosowanie","Applications":"Aplikacje","Approve":"Zatwierdź","Approve and save changes":"Zatwierdź i zapisz zmiany","Apps and Devices":"Aplikacje i urządzenia","Archived":"Zarchiwizowane","Are you sure you want to archive the selection?":"Czy na pewno chcesz zarchiwizować zaznaczone pliki?","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 delete this album?":"Czy na pewno chcesz usunąć ten album?","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?","Are you sure?":"Jesteś pewny?","Artist":"Artysta","Aspect Ratio":"Proporcje obrazu","Attributes":"Atrybuty","Audio":"Audio","Audit Log":"Audio","Authentication":"Uwierzytelnianie","Auto":"Auto","Back":"Z powrotem","Back to top":"Powrót do góry","Backup":"Kopia zapasowa","Badge":"Odznaka","Base Path":"Ścieżka podstawowa","Batch":"Partia","Batch Edit":"Edycja wsadowa","Become a member today, support our mission and enjoy our member benefits!":"Zostań członkiem już dziś, wspieraj naszą misję i korzystaj z naszych korzyści członkowskich!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Będąc w 100% finansowani i niezależni, możemy obiecać, że nigdy nie sprzedamy Twoich danych i że zawsze będziemy transparentni w kwestii naszego oprogramowania i usług.","Bio":"Życiorys","Birth Date":"Data urodzenia","Black":"Czarny","Blue":"Niebieski","Brown":"Brązowy","Browse":"Przeglądaj","Browse Files":"Przeglądaj pliki","Browse Pictures":"Przeglądaj zdjęcia","Bug Report":"Zgłoszenie błędu","Busy, please try again later":"Zajęty, spróbuj ponownie później","Busy, please wait…":"Zajęty, proszę czekać…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Korzystając z oprogramowania i usług, które oferujemy, zgadzasz się na nasze warunki świadczenia usług, politykę prywatności i kodeks postępowania.","Calendar":"Kalendarz","Camera":"Aparat","Camera not found":"Nie znaleziono kamery","Camera Serial":"Numer seryjny aparatu","Can't access your authenticator app or device?":"Nie możesz uzyskać dostępu do aplikacji lub urządzenia uwierzytelniającego?","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":"Anuluj","Cannot copy to clipboard":"Nie można skopiować do schowka","Caption":"Napis","Cards":"Karty","Carousel slide {0} of {1}":"Slajd karuzeli {0} z {1}","Cast":"Obsada","Category":"Kategoria","Change Avatar":"Zmień awatar","Change Password":"Zmień hasło","Change private flag":"Zmień prywatność","Changes could not be saved":"Nie można zapisać zmian","Changes successfully saved":"Zmiany zostały pomyślnie zapisane","Changes to the advanced settings require a restart to take effect.":"Zmiany ustawień zaawansowanych wymagają ponownego uruchomienia komputera.","Checked":"Data ostatniej weryfikacji metadanych","Choose an instance to continue:":"Wybierz instancję, aby kontynuować:","Chroma":"Chrominancja","Cleaning index and cache":"Czyszczenie indeksu i pamięci podręcznej","Cleanup":"Czyszczenie","Clear":"Wyczyść","Clear {0}":"Wyczyść {0}","Client":"Klient","Close":"Zamknij","Cluster":"Klaster","Cluster Admin":"Administrator klastra","Cluster Node":"Węzeł klastra","Codec":"Kodek","Color":"Kolor","Color Profile":"Profil kolorów","Colors":"Kolory","Compare Editions":"Porównaj wydania","Complete Rescan":"Skanowanie od zera","Confidence":"Pewność","Confirm":"Potwierdzać","Connect":"Połącz","Connect via WebDAV":"Połącz przez WebDAV","Connected":"Połączony","Contact Details":"Dane kontaktowe","Contact Us":"Skontaktuj się z nami","Contains %{n} pictures.":"Zawiera %{n} zdjęć.","Contains one picture.":"Zawiera jedno zdjęcie.","Content":{"":"Treść","Edit":"Treść"},"Continue":"Kontynuować","Contributor":"Dostawca","Converting":"Konwertowanie","Copied to clipboard":"Skopiowano do schowka","Copy":"Kopiuj","Copying files from %s":"Kopiowanie plików z %s","Copyright":"Prawa autorskie","Could not be deleted":"Nie można usunąć","Could not connect, please try again":"Nie można się połączyć, spróbuj ponownie","Could not update person cover":"Nie można zaktualizować osłony osoby","Couldn't find anything.":"Nie udało się niczego znaleźć.","Country":"Kraj","Create Account":"Utwórz konto","Create album":"Stwórz album","Create regular backups based on the configured schedule.":"Twórz kopie zapasowe indeksów na podstawie skonfigurowanego harmonogramu.","Create YAML files to back up album metadata.":"Twórz pliki YAML, aby tworzyć kopie zapasowe metadanych albumów.","Create YAML sidecar files to back up picture metadata.":"Twórz pliki pomocnicze YAML, aby tworzyć kopie zapasowe metadanych obrazów.","Created":"Data utworzenia pliku","Creating thumbnails for":"Tworzenie miniaturek dla","Current Password":"Obecne hasło","Custom":"Niestandardowy","Cyan":"Cyjan","Daily":"Codziennie","Database":"Baza danych","Database Backups":"Kopie zapasowe bazy danych","Databases":"Bazy danych","Date & Time":"Data i godzina","Day":"Dzień","Deactivate":"Dezaktywować","Debug Logs":"Logi debugowania","Default":"Domyślny","Default Folder":"Domyślny folder","Delete":"Usuń","Delete Album":"Usuń album","Delete All":"Usuń wszystko","Delete all?":"Usunąć wszystko?","Delete orphaned index entries, sidecar files and thumbnails.":"Usuwanie osieroconych wpisów indeksu, plików sidecar i miniatur.","deleted":"usunięty","Description":"Opis","Detailed instructions can be found in our User Guide.":"Dokładne informacje można znaleźć w instrukcji obsługi.","Details":"Szczegóły","Dimensions":"Wymiary","Disable all face detection and recognition features.":"Wyłącz wszystkie funkcje wykrywania i rozpoznawania twarzy.","Disable Backups":"Wyłącz kopie zapasowe","Disable Darktable":"Wyłącz Darktable","Disable ExifTool":"Wyłącz ExifTool","Disable Faces":"Wyłącz twarze","Disable features that require write permission for the originals folder.":"Wyłącz funkcje wymagające uprawnień do zapisu w folderze oryginałów.","Disable FFmpeg":"Wyłącz FFmpeg","Disable ImageMagick":"Wyłączenie programu ImageMagick","Disable interactive world maps and reverse geocoding.":"Wyłącz interaktywne mapy świata i odwrotne geokodowanie.","Disable MCP":"Wyłącz MCP","Disable Places":"Wyłącz miejsca","Disable RawTherapee":"Wyłącz RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Wyłącz punkt końcowy API Model Context Protocol (MCP) dla integracji agentów AI.","Disable Vectors":"Wyłączenie wektorów","Disable WebDAV":"Wyłącz WebDAV","Disabled":"Wyłączony","Disables vector graphics support.":"Wyłącza obsługę grafiki wektorowej.","Disables video transcoding and thumbnail extraction.":"Wyłącza transkodowanie wideo i ekstrakcję miniatur.","Discard":"Odrzuć","Discard changes and close":"Odrzuć zmiany i zamknij","Discard invalid changes?":"Odrzucić nieprawidłowe zmiany?","Discard unsaved changes?":"Odrzucić niezapisane zmiany?","Discover":"Odkryj","Dismiss":"Odrzuć","Display Name":"Nazwa wyświetlana","Display picture captions in search results.":"Wyświetlaj podpisy zdjęć w wynikach wyszukiwania.","Display picture titles in search results.":"Wyświetlaj tytuły zdjęć w wynikach wyszukiwania.","Document":"Dokument","Documents":"Dokumenty","Don't use Darktable to convert RAW images.":"Nie używaj Darktable do konwersji obrazów RAW.","Don't use ImageMagick to convert images.":"Nie używaj ImageMagick do konwersji obrazów.","Don't use RawTherapee to convert RAW images.":"Nie używaj RawTherapee do konwersji obrazów RAW.","Done":"OK","Done.":"Zrobione.","Download":"Pobierz","Download only original media files, without any automatically generated files.":"Pobieraj tylko oryginalne pliki multimedialne, bez żadnych automatycznie generowanych plików.","Download remote files":"Pobierz zdalne pliki","Downloading…":"Pobieranie…","Drag and drop files here":"Przeciągnij i upuść pliki tutaj","Driver":"Kierowca","Duplicates will be skipped and only appear once.":"Duplikaty zostaną pominięte i pojawią się tylko raz.","Duration":"Czas trwania","Dynamic Previews":"Dynamiczne podglądy","Dynamic Size Limit: %{n}px":"Limit rozmiaru dynamicznych podglądów: %{n}px","Edit":"Edytuj","Edit %{s}":"Edytuj %{s}","Edit Account":"Edytuj konto","Edit Photo":"Edytuj zdjęcie","Edit Photos (%{n})":"Edytuj zdjęcia (%{n})","Edited":"Data ostatniej edycji","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Włącz tryb debugowania, aby wyświetlić dodatkowe dzienniki i pomóc w rozwiązywaniu problemów.","Enable downloading of original and sidecar files from the web interface.":"Włącz pobieranie oryginalnych i dodatkowych plików z interfejsu internetowego.","Enable face recognition and the People view to easily find people you know.":"Włącz rozpoznawanie twarzy i widok Osoby, aby łatwo znaleźć osoby, które znasz.","Enable new features that may be incomplete or unstable.":"Włącz nowe funkcje, które mogą być niekompletne lub niestabilne.","Enable the file browser to navigate the Originals folder structure.":"Włącz przeglądarkę plików, aby poruszać się po strukturze folderów oryginałów.","Enables RAW converter presets. May reduce performance.":"Włącza wstępne ustawienia konwertera RAW. Może zmniejszyć wydajność.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Włączenie uwierzytelniania dwuskładnikowego oznacza, że do zalogowania będziesz potrzebować losowo wygenerowanego kodu weryfikacyjnego, więc nawet jeśli ktoś uzyska dostęp do Twojego hasła, nie będzie mógł uzyskać dostępu do Twojego konta.","Engine":"Silnik","Enter date":"Wprowadź datę","Enter dates":"Wprowadź daty","Enter item name...":"Wprowadź nazwę elementu...","Enter the code generated by your authenticator app:":"Wprowadź kod wygenerowany przez aplikację uwierzytelniającą:","Enter verification code":"Wprowadź kod weryfikacyjny","Enter your password to confirm the action and continue:":"Wpisz hasło, aby potwierdzić akcję i kontynuować:","Entity not found":"Nie znaleziono podmiotu","Error":"Błąd","Errors":"Błędy","Estimate":"Oszacowanie","Estimate Locations":"Szacunkowe lokalizacje","Estimate the approximate location of pictures without GPS coordinates.":"Oszacuj przybliżoną lokalizację zdjęć bez współrzędnych GPS.","Every two days":"Co dwa dni","Exclude hidden":"Pomiń ukryte","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Ekstrakcja metadanych za pomocą ExifTool jest wymagana do pełnej obsługi wideo, zdjęć na żywo i XMP.","Experimental Features":"Funkcje eksperymentalne","Expires":"Wygasa","Exposure":"Ekspozycja","Extract still images and generate thumbnails while indexing.":"Wyodrębniaj nieruchome obrazy i generuj miniatury podczas indeksowania.","F Number":"Wartość przysłony","Face":"Twarz","Face not found":"Twarz nie została znaleziona","Faces":"Twarze","Failed creating file, please check permissions":"Nie można utworzyć pliku, sprawdź uprawnienia","Failed creating folder, please check permissions":"Nie można utworzyć folderu, sprawdź uprawnienia","Failed removing link":"Nie udało się usunąć linku","Failed to connect account.":"Nie udało się połączyć konta.","Failed to create zip file":"Nie udało się utworzyć pliku zip","Failed to load users.":"Nie udało się załadować użytkowników.","Failed to remove face marker":"Nie udało się usunąć znacznika twarzy","Failed to remove name":"Nie udało się usunąć nazwy","Failed to restart server":"Nie udało się ponownie uruchomić serwera","Failed to save changes":"Nie udało się zapisać zmian","Failed to save face marker":"Nie udało się zachować znacznika twarzy","Failed to save name":"Nie udało się zapisać nazwy","Failed updating link":"Nie udało się zaktualizować linku","Family Name":"Nazwa rodziny produktów","Fast":"Szybka","Favorite":"Ulubione","Favorites":"Ulubione","Feature disabled":"Funkcja wyłączona","Feature Request":"Prośba o nową funkcję","Female":"Kobieta","File":"Plik","File Browser":"Przeglądarka plików","File Conversion":"Konwersja plików","File deleted":"Plik został usunięty","File Name":"Nazwa pliku","File not found":"Plik nie został znaleziony","File removed from stack":"Plik został rozgrupowany","File Size":"Rozmiar pliku","File too large":"Plik jest zbyt duży","File uploaded":"Przesłany plik","Filename":"Nazwa pliku","Files":"Pliki","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Pliki z sekwencyjnymi nazwami, np. 'IMG_1234 (2)' i 'IMG_1234 (3)', należą do tego samego zdjęcia.","First page":"Pierwsza strona","Focal Length":"Ogniskowa","Folder":"Katalog","Folder contains %{n} files":"Folder zawiera %{n} plików","Folder is empty":"Folder jest pusty","Folders":"Foldery","Forgot password?":"Zapomniałeś hasła?","FPS":"FPS","Frames":"Klatki","Full Access":"Pełny dostęp","Fullscreen":"Pełny ekran","General":"Ogólne","Generate":"Generować","Generate Previews":"Generuj podglądy","Generated":"Wygenerowano","Get Started":"Rozpocznij","Given Name":"Imię","Global Options":"Opcje globalne","Go to page {0}":"Przejdź do strony {0}.","Gold":"Złoty","Green":"Zielony","Grey":"Szary","Groups":"Grupy","Guest":"Gość","Hash":"Wartość hash","Help":"Pomoc","Help & Support":"Pomoc i wsparcie","Hidden":"Ukryte","Hidden Files":"Ukryte pliki","Hide":"Ukryj","Hide Caption":"Ukryj podpis","Hide face markers":"Ukryj znaczniki twarzy","Hide private content from global views while keeping it accessible in the Private section.":"Ukryj elementy prywatne w widokach globalnych, zachowując do nich dostęp w sekcji Prywatne.","High":"Wysoki","High Dynamic Range (HDR)":"Wysoki zakres dynamiczny (HDR)","Hybrid":"Hybrydowy","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Jeśli utracisz dostęp do aplikacji lub urządzenia uwierzytelniającego, możesz użyć kodu odzyskiwania, aby odzyskać dostęp do swojego konta.","Image":"Obraz","Image Quality":"Jakość obrazu","Import":"Import","Import canceled":"Import został anulowany","Import completed in %d s":"Import zakończony w %d s","Import failed":"Błąd importu","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Zaimportowane pliki zostaną posortowane według daty i otrzymają unikalną nazwę, aby uniknąć duplikatów.","Importing %{s}…":"Importowanie %{s}…","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.":"Jeśli zdjęcia których szukasz nie są widoczne, przeskanuj ponownie bibliotekę i poczekaj aż indeksowanie zostanie ukończone.","Include RAW image files when downloading stacks and archives.":"Dołączanie plików obrazów RAW podczas pobierania stosów i archiwów.","Include sidecar files when downloading stacks and archives.":"Dołączaj pliki sidecar podczas pobierania stosów i archiwów.","Increase storage size or delete files to continue.":"Zwiększ rozmiar pamięci lub usuń pliki, aby kontynuować.","Index":"Indeksowanie","Indexing":"Indeksuje","Indexing canceled":"Indeksowanie anulowane","Indexing completed in %d s":"Indeksowanie zakończone w %d s","Indexing failed":"Błąd indeksowania","Indexing files in %s":"Indeksowanie plików w %s","Indexing media and sidecar files…":"Indeksowanie mediów i powiązanych plików…","Indexing originals...":"Indeksowanie oryginałów…","Information":"Informacje","Inherit":"Dziedziczyć","Instance":"Instancja","Instance ID":"ID instancji","Instance unreachable. Try again once it's back online.":"Nie można połączyć się z instancją. Spróbuj ponownie, gdy znów będzie dostępna.","Instances":"Instancje","Insufficient storage":"Niewystarczająca pamięć","Insufficient storage.":"Niewystarczająca pamięć.","Interval":"Okres","Invalid":"Nieprawidłowe","Invalid address":"Nieprawidłowy adres","Invalid country":"Nieprawidłowy kraj","Invalid credentials":"Nieprawidłowe dane logowania","Invalid date":"Niewłaściwa data","Invalid link":"Nieprawidłowy link","Invalid name":"Nieprawidłowa nazwa","Invalid parameters":"Parametry nieprawidłowe","Invalid password, please try again":"Nieprawidłowe hasło, spróbuj ponownie","Invalid photo selected":"Wybrano nieprawidłowe zdjęcie","Invalid time":"Nieprawidłowy czas","Invalid URL":"Nieprawidłowy adres URL","Invalid verification code, please try again":"Nieprawidłowy kod weryfikacyjny. Spróbuj ponownie","IP Address":"Adres IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Jest to jednorazowy kod, który wyłączy 2FA na Twoim koncie, gdy z niego skorzystasz.","Item":"Element","Items per page:":"Elementy na stronę:","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 w miarę potrzeb.","Keyword":"Słowo kluczowe","Keywords":"Słowa kluczowe","Label":"Etykieta","Label not found":"Etykieta nie została odnaleziona","Label saved":"Etykieta zapisana","Labels":"Etykiety","Labels deleted":"Etykiety zostały usunięte","Language":"Język","Last Active":"Ostatni aktywny","Last Login":"Ostatnie logowanie","Last page":"Ostatnia strona","Last Sync":"Ostatnia synchronizacja","Last Used":"Ostatnio używane","Latitude":"Szerokość geograficzna","LDAP/AD":"LDAP/AD","Learn more":"Dowiedz się więcej","Learn More":"Dowiedz się więcej","Legal Information":"Informacje prawne","Lens":"Obiektyw","Lens not found":"Nie znaleziono obiektywu","Library":"Biblioteka","License":"Licencja","Like":"Dodaj do ulubionych","Lime":"Limonkowy","Limit reached, showing first %{n} files":"Osiągnięto limit, pokazuję pierwsze %{n} plików","Link":"Link","List":"Lista","List View":"Widok listy","Live":"Live","Live Photos":"Zdjęcia na żywo","Load more":"Załaduj więcej","Loading items...":"Ładowanie pozycji...","Loading...":"Ładowanie...","Local":"Lokalnie","Local Time":"Czas lokalny","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","Logs":"Logi","Longitude":"Długość geograficzna","Lost server connection":"Utracone połączenie z serwerem","Low":"Niski","Magenta":"Magenta","Main Color":"Główny kolor","Male":"Mężczyzna","Manage Account":"Zarządzaj kontem","Manager":"Kierownik","Manual":"Podręcznik","Manual Upload":"Ręczne wgrywanie","Maps":"Mapy","Marker":"Znacznik","Maximum number of accounts has been reached.":"Osiągnięto maksymalną liczbę kont.","Media":"Media","Medium":"Średnia","Membership":"Członkostwo","Merge %{a} with %{b}?":"Złączyć %{a} z %{b}?","Message":"Wiadomość","Metadata":"Metadane","Metrics":"Metryka","Minimize":"Zminimalizuj","Missing":"Brakujący","Missing or invalid configuration":"Brakująca lub nieprawidłowa konfiguracja","mixed":"mieszany","Moments":"Chwile","Monochrome":"Monochromatyczne","Month":"Miesiąc","More options":"Więcej opcji","Mosaic":"Mozaika","Most Relevant":"Najważniejsze","Move Files":"Przenieś pliki","Moving files from %s":"Przenoszenie plików z %s","Must have at least %{n} characters.":"Musi mieć co najmniej %{n} znaków.","Mute":"Wyciszenie","Name":"Nazwa","Name too long":"Nazwa zbyt długa","Never":"Nigdy","New":"Nowi","New Password":"Nowe hasło","Newest First":"Najnowsze","Next":"Następny","Next page":"Następna strona","Next visual":"Następny obraz","No":"Nie","No Access":"Brak dostępu","No albums assigned":"Brak przypisanych albumów","No albums found":"Nie znaleziono żadnego albumu","No albums selected":"Nie wybrano albumów","No data available":"Brak dostępnych danych","No files available for download":"Brak plików do pobrania","No items selected":"Nie wybrano żadnych elementów","No labels assigned":"Brak przypisanych etykiet","No labels found":"Nie znaleziono żadnej etykiety","No labels selected":"Nie wybrano etykiet","No matching records found":"Nie znaleziono pasujących rekordów","No more":"Nie więcej","No people found":"Nie znaleziono żadnej osoby","No pictures found":"Nie znaleziono żadnego zdjęcia","No recently edited pictures":"Brak ostatnio edytowanych zdjęć","No registered instances.":"Brak zarejestrowanych instancji.","No results":"Brak wyników","No server connection":"Brak połączenia z serwerem","No servers configured.":"Nie skonfigurowano żadnych serwerów.","No services configured.":"Nie skonfigurowano żadnych usług.","No thanks":"Nie, dziękuję","No users on this instance.":"Na tej instancji nie ma żadnych użytkowników.","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. Zwróć uwagę, że wielkość liter jest uwzględniana w wyszukiwaniu.","Node":"Węzeł","Nodes":"Węzły","Non-photographic and low-quality images require a review before they appear in search results.":"Obrazy niebędące fotografiami lub posiadające niską jakość wymagają zatwierdzenia, zanim pojawią się w wynikach wyszukiwania.","None":"Brak","Not allowed":"Niedozwolone","Not available in public mode":"Niedostępne w trybie publicznym","Not available in read-only mode":"Niedostępne w trybie tylko do odczytu","Not found":"Nie znaleziono","Not sorted.":"Nie posortowane.","Not supported":"Nieobsługiwane","Note you may manually manage your originals folder and importing is optional.":"Możesz też ręcznie zarządzać folderem oryginałów, 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.","Notes":"Notatki","Nothing to see here yet.":"Na razie nic tu nie widać.","Nothing was found.":"Nic nie znaleziono.","Offline":"Offline","OK":"OK","Oldest First":"Najstarsze","On Windows, enter the following resource in the connection dialog:":"W systemie Windows wpisz następujący adres w oknie dialogowym połączenia:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generowanie miniatur na żądanie może powodować wysokie zużycie procesora i pamięci. Nie jest to zalecane w przypadku serwerów i urządzeń NAS o ograniczonych zasobach.","Once a week":"Raz w tygodniu","One album found":"Znaleziono jeden album","One entry added to %s":"Dodano jeden wpis do %s","One entry removed from %s":"Usunięto jeden wpis z %s","One file found":"Znaleziono jeden plik","One file uploaded":"Przesłano jeden plik","One folder found":"Znaleziono jeden folder","One label found":"Znaleziono jedną etykietę","One person found":"Znaleziono jedną osobę","One picture found":"Znaleziono jedno zdjęcie","Only locally managed accounts can be set up for authentication with 2FA.":"Tylko konta zarządzane lokalnie można skonfigurować do uwierzytelniania za pomocą 2FA.","Open":"Otwarty","optional":"opcjonalny","or":"lub","Orange":"Pomarańczowy","Organization":"Organizacja","Orientation":"Orientacja","Original file names will be stored and indexed.":"Oryginalne nazwy plików będą przechowywane i indeksowane.","Original Name":"Oryginalna nazwa","Originals":"Oryginały","Originals folder is empty":"Folder oryginałów jest pusty","Other":"Inne","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Naszą misją jest dostarczenie najbardziej przyjaznego dla użytkownika i jego prywatności rozwiązania, które pozwoli uporządkować i udostępniać zdjęcia.","Outdoor":"Outdoor","Page {0}, Current page":"Strona {0}, Bieżąca strona","Pages":"Strony","Pagination Navigation":"Nawigacja stronicowania","Panorama":"Panorama","Panoramas":"Panoramy","Part of all selected photos":"Część wszystkich wybranych zdjęć","Part of some selected photos":"Część wybranych zdjęć","Password":"Hasło","Password changed":"Zmieniono hasło","Pause":"Pauza","Payment required":"Wymagana płatność","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ęto","Permission denied":"Brak uprawnień","Person":"Osoba","Person cover updated":"Zaktualizowana osłona osoby","Person deleted":"Osoba usunięta","Person not found":"Osoba nie została znaleziona","Person saved":"Osoba zapisana","Personal":"Osobiste","Photo":"Zdjęcie","PhotoPrism is 100% self-funded and independent.":"PhotoPrism jest w 100% finansowany i niezależny.","PhotoPrism+ Membership":"Członkostwo w PhotoPrism+","Photos":"Zdjęcia","Picture":"Zdjęcie","Picture Title":"Tytuł zdjęcia","Pink":"Różowy","Pinned":"Przypięte","Place":"Miejsce","Place & Time":"Miejsce i czas","Places":"Miejsca","Play":"Odtwórz","Please confirm your new password.":"Potwierdź nowe hasło.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Skopiuj następujące losowo wygenerowane hasło do aplikacji i przechowuj je w bezpiecznym miejscu, ponieważ nie będziesz mógł go ponownie zobaczyć:","Please do not upload any private, unlawful or offensive pictures.":"Prosimy o nieprzesyłanie żadnych prywatnych, niezgodnych z prawem lub obraźliwych zdjęć.","Please don't upload photos containing offensive content.":"Proszę nie przesyłać zdjęć zawierających nieprzyzwoite treści.","Please enter OTP character {0}":"Wprowadź znak OTP {0}","Please log in to your account":"Proszę zalogować się na swoje konto","Please note that changing your password will log you out on other devices and browsers.":"Pamiętaj, że zmiana hasła wyloguje Cię na innych urządzeniach i przeglądarkach.","Please restart your instance for the changes to take effect.":"Proszę zrestartować swoją instancję, aby zmiany zaczęły obowiązywać.","Please wait…":"Proszę czekać…","PM":"PM","PNG Size Limit: %{n}px":"Limit rozmiaru PNG: %{n}px","Portal":"Portal","Portrait":"Portret","Preserve filenames":"Zachowaj oryginalne nazwy plików","Press enter to create a new album.":"Naciśnij enter by utworzyć nowy album.","Press enter to create new item":"Naciśnij Enter, aby utworzyć nowy element","Prevent database and album backups as well as YAML sidecar files from being created.":"Zapobiegaj tworzeniu kopii zapasowych bazy danych i albumów, a także plików pomocniczych YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Uniemożliw innym aplikacjom dostęp do PhotoPrism jako udostępnionego dysku sieciowego.","Preview":"Podgląd","Preview Images":"Zdjęcia podglądowe","Previous":"Poprzedni","Previous page":"Poprzednia strona","Previous visual":"Poprzednia wizualizacja","Primary":"Główny","Private":"Prywatne","Processing upload...":"Przetwarzanie uploadu...","Product Feedback":"Opinia o produkcie","Projection":"Projekcja","Purple":"Purpurowy","Quality Filter":"Filtr jakości","Quality Score":"Ocena jakości","Quota exceeded":"Przekroczony limit","Random":"Losowy","Rating {0} of {1}":"Ocena {0} z {1}","Raw":"RAW","RAW":"RAW","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 Archived":"Ostatnio zarchiwizowane","Recently Edited":"Ostatnio edytowane","Recognition starts after indexing has been completed.":"Rozpoznawanie twarzy rozpocznie się po zakończeniu indeksowania.","Recognized":"Rozpoznani","Recovery Code":"Kod odzyskiwania","Red":"Czerwony","Refresh":"Odśwież","Regions":"Regiony","Register":"Zarejestruj się","Registration disabled":"Rejestracja wyłączona","Reload":"Załaduj ponownie","Reloading…":"Przeładowywanie…","Remote Sync":"Zdalna synchronizacja","Remove":"Usuń","remove failed: unknown album":"usunięcie nie powiodło się: nieznany album","Remove from Album":"Usuń z albumu","Remove from all":"Usuń ze wszystkich","Remove from all selected photos":"Usuń ze wszystkich wybranych zdjęć","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Usuń zaimportowane pliki z ich obecnej lokalizacji, aby zaoszczędzić miejsce na dysku. Nieobsługiwane typy plików pozostaną nienaruszone.","Remove the selected instance from the cluster registry?":"Usunąć wybraną instancję z rejestru klastra?","Removed":"Usunięto","Removed %{name}":"Usunięto %{name}","Removed %d files and %d photos":"Usunięto %d plików i %d zdjęć","Repeated":"Powtarzane","Request failed - are you offline?":"Żądanie nie powiodło się - jesteś offline?","Request failed - invalid response":"Żądanie nie powiodło się - niewłaściwa odpowiedź","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Wymagaj, aby obrazy niefotograficzne i niskiej jakości były sprawdzane przed pojawieniem się w wynikach wyszukiwania.","Resolution":"Rozdzielczość","Restart":"Uruchom ponownie stronę","Restore":"Przywróć","Restored":"Przywrócony","Retry Limit":"Limit ponawiania prób","Retype Password":"Powtórz hasło","Review":"Do sprawdzenia","Role":"Rola","Roles":"Role","Rotated":"Obrócony","Rows per page:":"Wiersze na stronę:","Satellite":"Satelita","Save":"Zapisz","Save changes":"Zapisz zmiany","Scan":"Zeskanowany dokument","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Zeskanuj kod QR za pomocą aplikacji uwierzytelniającej lub użyj klucza konfiguracyjnego pokazanego poniżej, a następnie wprowadź wygenerowany kod weryfikacyjny:","Scans":"Skany","Scope":"Zakres","Scopes":"Lunety","Search":"Szukaj","Season":"Sezon","Secret":"Klucz","Security and Access":"Bezpieczeństwo i dostęp","Select":"Wybierz","Select a source folder to import files…":"Wybierz folder źródłowy do importowania plików.…","Select date":"Wybierz datę","Select dates":"Wybierz daty","Select or create albums":"Wybierz lub utwórz albumy","Select or create labels":"Wybierz lub utwórz etykiety","Select or drop files to upload…":"Wybierz lub upuść pliki do przesłania…","Select the files to upload…":"Wybierz pliki do przesłania…","Select the folder to be indexed…":"Wybierz folder, który ma zostać zindeksowany.…","Select Time":"Wybierz czas","Selection":"Wybór","Selection added to %s":"Wybór dodany do %s","Selection approved":"Wybór zatwierdzony","Selection archived":"Zarchiwizowano wybrane pliki","Selection marked as private":"Wybór oznaczony jako prywatny","Selection not found":"Nie znaleziono wyboru","Selection restored":"Wybór przywrócony","Sequential Name":"Nazwa sekwencyjna","Service":"Serwis","Service URL":"Adres URL do usługi","Services":"Usługi","Session":"Sesja","Session ID":"Identyfikator sesji","Sessions":"Sesje","Set as Album Cover":"Ustaw jako okładkę albumu","Set as Cover Image":"Ustaw jako obraz okładki","Settings":"Ustawienia","Settings saved":"Zapisano ustawienia","Setup":"Ustawienia","Severity":"Istotność","Share":"Udostępnij","Share %{s}":"Udostępnij %{s}","Show":"Pokaż","Show All Labels":"Pokaż wszystkie etykiety","Show all new faces":"Pokaż wszystkie nowe twarze","Show Caption":"Pokaż podpis","Show Captions":"Pokaż napisy","Show face markers":"Pokaż znaczniki twarzy","Show hidden":"Pokaż ukryte","Show Important Only":"Pokaż tylko ważne","Show logs in the web interface to monitor activity and troubleshoot problems.":"Wyświetlaj dzienniki w interfejsie internetowym, aby monitorować aktywność i rozwiązywać problemy.","Show smart albums that group pictures by occasion, trip, or location.":"Wyświetlaj inteligentne albumy grupujące zdjęcia według okazji, podróży lub lokalizacji.","Show the Account page so users can manage their profile and security settings.":"Pokaż stronę Konto, aby użytkownicy mogli zarządzać swoim profilem i ustawieniami zabezpieczeń.","Show the Calendar view to browse the library by year and month.":"Wyświetl widok kalendarza, aby przeglądać bibliotekę według roku i miesiąca.","Show the Labels section to view and manage AI-generated labels.":"Pokaż sekcję Etykiety, aby wyświetlić etykiety wygenerowane przez sztuczną inteligencję i zarządzać nimi.","Show the Library section to index, manage, and monitor the media library.":"Pokaż sekcję Biblioteka, aby indeksować, zarządzać i monitorować bibliotekę multimediów.","Show the Places view with interactive maps so you can browse photos by location.":"Pokaż widok Miejsca z interaktywnymi mapami, aby móc przeglądać zdjęcia według lokalizacji.","Show Titles":"Pokaż tytuły","Sidecar":"Plik powiązany","Sidecar Files":"Pliki Sidecar","Sign in":"Zaloguj się","Sign Out":"Wyloguj się","Similar":"Podobne","Site URL":"Adres URL witryny","Size":"Rozmiar","Slideshow":"Pokaz slajdów","Slow":"Wolna","Software":"Oprogramowanie","Software Update":"Aktualizacja oprogramowania","Some albums could not be copied":"Niektórych albumów nie można było skopiować","Some albums could not be created. Please edit the names and try again.":"Nie można utworzyć niektórych albumów. Zmień nazwy i spróbuj ponownie.","Some albums could not be updated":"Niektóre albumy nie mogły zostać zaktualizowane","Something went wrong, try again":"Coś poszło nie tak, spróbuj jeszcze raz","Sort by":"Sortuj według","Sort by Name (A–Z)":"Sortuj według nazwy (A-Z)","Sort by Photo Count":"Sortuj według liczby zdjęć","Sort by Relevance":"Sortuj według trafności","Sort Order":"Kolejność sortowania","Sorted ascending.":"Posortowane rosnąco.","Sorted descending.":"Posortowane malejąco.","Source":"Pochodzenie","Stack":"Utwórz stos","Stack files sharing the same unique image or instance identifier.":"Utwórz stosy z plików posiadających ten sam unikalny identyfikator obrazu lub instancji.","Stack pictures taken at the exact same time and location based on their metadata.":"Utwórz stosy ze zdjęć wykonanych w tym samym czasie i miejscu, zawartymi w ich metadanych.","Stackable":"Może być częścią stosu","Stacks":"Stosy","Start":"Start","Start Page":"Strona startowa","Static Size Limit: %{n}px":"Limit rozmiaru statycznych podglądów: %{n}px","Status":"Status","Stay signed in on this device":"Pozostań zalogowany na tym urządzeniu","Stop Casting":"Przestań rzucać","Storage":"Miejsce przechowywania","Streets":"Ulice","Subject":"Temat","Subject deleted":"Przedmiot usunięty","Subject not found":"Temat nie został znaleziony","Subject saved":"Przedmiot zapisany","Successfully activated":"Pomyślnie aktywowano","Successfully Connected":"Połączono pomyślnie","Successfully deleted":"Usunięto pomyślnie","Successfully verified":"Pomyślnie zweryfikowano","Super Admin":"Super Administrator","Support for additional services, like Google Drive, will be added over time.":"Wsparcie dla innych usług, takich jak Google Drive, zostanie dodane w późniejszym czasie.","Support Our Mission":"Wspieraj naszą misję","Sync":"Synchronizacja","Sync raw and video files":"Synchronizuj obrazy RAW i filmy","Taken":"Data wykonania","Teal":"Morski","Terrain":"Teren","Text":"Tekst","Thank You for Your Support!":"Dziękujemy za wsparcie!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Dlatego PhotoPrism został zbudowany od podstaw tak, aby działał wszędzie tam, gdzie go potrzebujesz, bez uszczerbku dla wolności, prywatności czy funkcjonalności.","The index currently contains %{n} hidden files.":"Indeks zawiera obecnie %{n} ukrytych plików.","The instance rejected the cluster credentials.":"Instancja odrzuciła poświadczenia klastra.","The instance returned an unexpected redirect.":"Instancja zwróciła nieoczekiwane przekierowanie.","The wakeup interval is %s, but must be 1h or less":"Interwał wybudzenia %s jest nieprawidłowy, powinien być równy lub mniejszy niż 1 godzina","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Może być to spowodowane brakiem wsparcia dla ich formatu, nieukończoną konwersją na JPEG lub byciem duplikatami istniejących plików.","Theme":"Motyw","This account is missing an ID and can't be edited.":"W tym koncie brakuje identyfikatora i nie można go edytować.","This field is required":"To pole jest wymagane","This instance has no site URL configured.":"W tej instancji nie skonfigurowano adresu URL witryny.","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.":"Pozwala to na zamontowanie folderu oryginałów jako dysku sieciowego i umożliwia otwieranie, edytowanie i usuwanie plików z komputera lub smartfona w taki sam sposób, jakby były one przechowywane lokalnie.","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. ":"Pozwala to na zamontowanie folderu oryginałów jako dysku sieciowego i umożliwia otwieranie, edytowanie i usuwanie plików z komputera lub smartfona w taki sam sposób, jakby były one przechowywane lokalnie.","Time":"Czas","Time UTC":"Czas UTC","Time Zone":"Strefa czasowa","Timeout":"Upłynął limit czasu","Title":{"":"Tytuł","Account":"Tytuł","Photo":"Tytuł"},"Title / Position":"Tytuł / stanowisko","to":"do","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Aby uniknąć zablokowania konta, pobierz, wydrukuj lub skopiuj ten kod odzyskiwania już teraz i trzymaj go w bezpiecznym miejscu.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Aby wygenerować nowe hasło aplikacji, wprowadź nazwę i zakres uprawnień aplikacji oraz wybierz datę ważności:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Aby przełączyć się na nową aplikację lub urządzenie uwierzytelniające, najpierw dezaktywuj uwierzytelnianie dwuskładnikowe, a następnie aktywuj je ponownie:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Aby dokonać aktualizacji, możesz wprowadzić kod aktywacyjny lub kliknąć \"Zarejestruj się\", aby zarejestrować się na naszej stronie internetowej:","Today":"Dzisiaj","Toggle View":"Zmień widok","Token":"Token","Too many files selected":"Wybrano zbyt wiele plików","Too many requests":"Zbyt wiele żądań","Troubleshooting":"Rozwiązywanie problemów","Try again using other filters or keywords.":"Spróbuj ponownie używając innych filtrów lub słów kluczowych.","Two-factor authentication has been enabled for your account.":"Na Twoim koncie włączono uwierzytelnianie dwuskładnikowe.","Type":"Typ","Unable to delete":"Nie można usunąć","Unable to do that":"Nie da się tego zrobić","Unassign":"Usuń przypisanie","Unauthorized":"Nieautoryzowane","Undo":"Cofnij","Unique ID":"Unikalne ID","Unknown":"Nieznany","Unknown location":"Nieznana lokalizacja","Unregistered":"Niezarejestrowany","Unsorted":"Nieposortowane","Unstack":"Rozłóż stos","Unsupported":"Nieobsługiwane","Unsupported format":"Nieobsługiwany format","Unsupported type":"Nieobsługiwany typ","Updated":"Zaktualizowano","Updating faces":"Aktualizowanie twarzy","Updating index":"Aktualizowanie indeksu","Updating moments":"Aktualizowanie chwil","Updating picture…":"Aktualizacja zdjęć…","Updating previews":"Aktualizowanie podglądów","Updating stacks":"Aktualizowanie stosów","Upgrade":"Aktualizacja","Upgrade Now":"Uaktualnij teraz","Upload":"Wgraj","Upload complete":"Ukończono wgrywanie","Upload complete. Indexing…":"Wgrywanie zakończone. Indeksowanie…","Upload failed":"Wgrywanie nie powiodło się","Upload has been processed":"Przesyłanie zostało przetworzone","Upload local files":"Wgraj pliki z dysku","Upload might be offensive":"Przesyłane dane mogą być obraźliwe","Upload Path":"Ścieżka przesyłania","Uploading %{n} of %{t}…":"Wgrywanie %{n} z %{t}…","Uploading photos…":"Wgrywanie zdjęć…","Uploading…":"Przesyłanie...","Uploads that may contain such images will be rejected automatically.":"Tego typu obrazy zostaną automatycznie odrzucone.","URL":"URL","Use Presets":"Użyj ustawień wstępnych","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Użyj następującego kodu odzyskiwania, aby uzyskać dostęp do swojego konta, jeśli nie możesz wygenerować prawidłowego kodu weryfikacyjnego za pomocą aplikacji uwierzytelniającej:","Use your recovery code or contact an administrator for help.":"Użyj kodu odzyskiwania lub skontaktuj się z administratorem w celu uzyskania pomocy.","User":"Użytkownik","User Guide":"Podręcznik użytkownika","User Interface":"Interfejs użytkownika","User not found":"Użytkownik nie znaleziony","Username":"Nazwa użytkownika","Users":"Użytkownicy","UUID":"UUID","Vector":"Vector","Vectors":"Wektory","Verification Code":"Kod weryfikacyjny","Verified email required":"Wymagany zweryfikowany adres e-mail","Version":"Wersja","Video":"Film","Video Duration":"Czas trwania filmu","Videos":"Filmy","View":"Widok","View search results as a list.":"Wyświetl wyniki wyszukiwania jako listę.","Viewer":"Przeglądarka","Vision":"Wizja","Visitor":"Odwiedzający","Visual Similarity":"Podobieństwo wizualne","Warning":"Ostrzeżenie","Web Login":"Logowanie przez Internet","WebDAV":"WebDAV","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":"Wyślij na WebDAV","WebGL support is disabled in your browser":"Obsługa WebGL jest wyłączona w twojej przeglądarce","Website":"Strona internetowa","White":"Biały","Work Details":"Szczegóły pracy","Year":"Rok","Yellow":"Żółty","Yes":"Tak","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Zapraszamy do kontaktu z nami pod adresem membership@photoprism.app w przypadku pytań dotyczących członkostwa.","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 can search for a location or move the marker on the map to change the position:":"Możesz wyszukać lokalizację lub przesunąć znacznik na mapie, aby zmienić pozycję:","You can upload up to %{n} files for test purposes.":"Do celów testowych można przesłać maksymalnie %{n} plików.","You cannot change your own role.":"Nie możesz zmienić swojej roli.","You do not have access to any instances.":"Nie masz dostępu do żadnych instancji.","You may only select one item":"Możesz wybrać tylko jedną pozycję","You may rescan your library to find additional faces.":"Możesz ponownie przeskanować swoją bibliotekę, aby znaleźć dodatkowe twarze.","Your account could not be connected":"Twoje konto nie może być podłączone","Your account has been successfully connected.":"Twoje konto zostało pomyślnie połączone.","Your browser does not support WebGL":"Twoja przeglądarka nie obsługuje WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Twoje stałe wsparcie pomaga nam dostarczać regularne aktualizacje i zachować niezależność, dzięki czemu możemy wypełniać naszą misję i chronić Twoją prywatność.","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.","Zip created in %d s":"Zip utworzony w %d s","Zoom in/out":"Powiększ / Pomniejsz","Archive":{"Noun":"Archiwum","Verb":"Archiwum"},"Add a Title":{"Photo":"Dodaj tytuł"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/pt.json b/frontend/src/locales/json/pt.json index 88412af00..9a46db5cd 100644 --- a/frontend/src/locales/json/pt.json +++ b/frontend/src/locales/json/pt.json @@ -1 +1 @@ -{"pt":{"{0} appended action":"{0} ação anexada","{0} files":"{0} ficheiros","{0} files ({1} in total)":"{0} ficheiros ({1} no total)","{0} more":"{0} mais","{0} prepended action":"{0} ação precedida","{0} selected":"{0} selecionado","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"%{n} álbuns encontrados","%{n} files uploaded":"%{n} arquivos enviados","%{n} folders found":"%{n} pastas encontradas","%{n} GB of %{q} GB used":"%{n} GB de %{q} GB utilizados","%{n} labels found":"%{n} etiquetas encontradas","%{n} people found":"%{n} pessoas encontradas","%{n} pictures found":"%{n} fotos encontradas","%{s} is too long":"%{s} é demasiado longo","%{s} is too short":"%{s} é demasiado curto","%d entries added to %s":"%d entradas adicionadas a %s","%d entries removed from %s":"%d entradas removidas de %s","%d files uploaded in %d s":"%d arquivos enviados em %d","%s already exists":"%s já existe","%s has been restored":"%s foi restaurado","1 hour":"1 hora","12 hours":"12 horas","2-Factor Authentication":"Autenticação de 2 factores","2FA":"2FA","4 hours":"4 horas","A click will copy it to your clipboard.":"Um clique irá copiar para a área de transferência.","A new version of %{s} is available:":"Encontra disponível uma nova versão de %{s}:","About":"Sobre","Access granted.":"Acesso concedido.","Access revoked.":"Acesso revogado.","Access Token":"Token de acesso","Account":"Conta","Account created":"Conta criada","Account deleted":"Conta excluída","Account Group Mappings":"Mapeamentos de grupos de contas","Account not found":"Conta não encontrada","Account restored":"Conta restaurada","Account saved":"Conta salva","Accounts":"contas","Accuracy":"Precisão","Action":"Ação","Actions":"Ações","Activate":"Ativar","Activate to remove sorting.":"Ativar para remover a ordenação.","Activate to sort ascending.":"Ativar para ordenar por ordem crescente.","Activate to sort descending.":"Ativar para ordenar por ordem decrescente.","Activation Code":"Código de ativação","Activity":"Atividade","Add":"Adicionar","Add %{s}?":"Adiciona %{s}?","Add a Caption":"Adiciona uma legenda","Add Account":"Adicionar conta","Add Album":"Adicionar Álbum","Add Link":"Adicionar Link","Add Notes":"Adicionar notas","Add person?":"Acrescenta uma pessoa?","Add pictures from search results by selecting them.":"Adicione fotos dos resultados da busca selecionando-as.","Add to album":"Adicionar ao álbum","Add to all":"Adicionar a todos","Add to all selected photos":"Adiciona a todas as fotografias selecionadas","Added":"Adicionado","Added %{name}":"Adicionado %{name}","Adjust Camera Info":"Ajusta a informação da câmara","Adjust Date & Time":"Ajusta a data e a hora","Adjust Location":"Ajustar a localização","Admin":"Administrador","Advanced":"Avançado","Advertise URL":"Anunciar URL","After 1 day":"Depois de 1 dia","After 3 days":"Depois de 3 dias","After 7 days":"Depois de 7 dias","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Depois de inserir sua senha para confirmação, você pode configurar a autenticação de dois fatores com um aplicativo ou dispositivo autenticador compatível:","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 %s deleted":"Álbum %s excluído","Album Backups":"Cópias de segurança de álbuns","Album contents cloned":"Conteúdo do álbum copiado","Album created":"Álbum criado","Album deleted":"Álbum eliminado","Album not found":"Álbum não encontrado","Album saved":"Álbum salvo","Albums":"Álbuns","Albums deleted":"Álbuns excluídos","All":"Todos","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Permite a configuração e utilização de aplicações e serviços ligados para carregamentos e sincronização remotos.","Allow editing of metadata such as title, description, date, and location.":"Permite a edição de metadados como o título, a descrição, a data e a localização.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permite editar os metadados, as etiquetas e os álbuns de várias fotografias ao mesmo tempo.","Allow files to be copied or moved from the Import to the Originals folder.":"Ativa a ferramenta Importar para copiar ou mover ficheiros da pasta Importar para Originais.","Allow files to be permanently deleted to free up storage space.":"Permite a eliminação permanente de ficheiros para libertar espaço de armazenamento.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permite aos utilizadores arquivar fotografias e vídeos para que fiquem ocultos sem serem eliminados.","Allow users to create and share links, and enable sharing with connected services.":"Permite que os utilizadores criem e partilhem ligações e permite a partilha com serviços ligados.","Allow users to upload new photos and videos through the web interface.":"Permite que os utilizadores carreguem novas fotografias e vídeos através da interface Web.","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)","AM":"AM","Animated":"Animado","Animation":"Animação","Animations":"Animações","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","Application":"Aplicação","Applications":"Aplicações","Approve":"Aprovar","Approve and save changes":"Aprova e guarda as alterações","Apps and Devices":"Aplicações e dispositivos","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 delete this album?":"Tens a certeza de que queres apagar este álbum?","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?","Are you sure?":"Você tem certeza?","Artist":"Artista","Aspect Ratio":"Proporção da Tela","Attributes":"Atributos","Audio":"Áudio","Audit Log":"Áudio","Authentication":"Autenticação","Auto":"Automóvel","Back":"Voltar","Back to top":"Volta ao início","Backup":"Cópia de Segurança","Badge":"Crachá","Base Path":"caminho base","Batch":"Lote","Batch Edit":"Editar em lote","Become a member today, support our mission and enjoy our member benefits!":"Torne-se um membro hoje, apoie nossa missão e aproveite nossos benefícios para membros!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Sendo 100% self-fundados e independentes, podemos prometer que nunca venderemos seus dados e que seremos sempre transparentes sobre nossos softwares e serviços.","Bio":"Biografia","Birth Date":"Data de Nascimento","Black":"Preto","Blue":"Azul","Brown":"Castanho","Browse":"Navegar","Browse Files":"Procurar ficheiros","Browse Pictures":"Ver imagens","Bug Report":"Relatar erro","Busy, please try again later":"Em uso, por favor tente novamente mais tarde","Busy, please wait…":"Ocupado, por favor aguarde…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Ao usar o software e os serviços que fornecemos, você concorda com nossos termos de serviço, política de privacidade e código de conduta.","Calendar":"Calendário","Camera":"Câmera","Camera not found":"Não foi encontrada nenhuma câmara","Camera Serial":"Série da Câmera","Can't access your authenticator app or device?":"Não consegues aceder à tua aplicação ou dispositivo autenticador?","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","Cannot copy to clipboard":"Não é possível copiar para a área de transferência","Caption":"Legenda","Cards":"Cartões","Carousel slide {0} of {1}":"Slide de carrossel {0} de {1}","Cast":"Elenco","Category":"Categoria","Change Avatar":"Mudar Avatar","Change Password":"Alterar Senha","Change private flag":"Mudar marcação como privado","Changes could not be saved":"As mudanças não foram salvas","Changes successfully saved":"As mudanças foram salvas com sucesso","Changes to the advanced settings require a restart to take effect.":"As alterações às definições avançadas requerem um reinício para terem efeito.","Checked":"Verificado","Choose an instance to continue:":"Escolhe uma instância para continuar:","Chroma":"Croma","Cleaning index and cache":"Limpar o índice e a cache","Cleanup":"Limpeza","Clear":"Limpa","Clear {0}":"Limpa {0}","Client":"Cliente","Close":"Fechar","Cluster":"Aglomerado","Cluster Admin":"Administrador do cluster","Cluster Node":"Nó do cluster","Codec":"Codec","Color":"Cor","Color Profile":"Perfil da cor","Colors":"Cores","Compare Editions":"Comparar Edições","Complete Rescan":"Escaneamento completo","Confidence":"Certeza","Confirm":"confirme","Connect":"Conectar","Connect via WebDAV":"Conectar via WebDAV","Connected":"Conectado","Contact Details":"Detalhes do contato","Contact Us":"Contactar-nos","Contains %{n} pictures.":"Contém %{n} imagens.","Contains one picture.":"Contém uma foto.","Content":{"":"Conteúdo","Edit":"Conteúdo"},"Continue":"Continuar","Contributor":"Contribuinte","Converting":"A converter","Copied to clipboard":"Copiado para a área de transferência de texto","Copy":"Copiar","Copying files from %s":"Copiando arquivos de %s","Copyright":"Direitos de Autor","Could not be deleted":"Não foi possível excluir","Could not connect, please try again":"Não foi possível conectar, por favor tente novamente","Could not update person cover":"Não foi possível atualizar a cobertura da pessoa","Couldn't find anything.":"Não foi encontrado nada.","Country":"País","Create Account":"Criar uma conta","Create album":"Criar álbum","Create regular backups based on the configured schedule.":"Cria cópias de segurança de índices com base na agenda configurada.","Create YAML files to back up album metadata.":"Cria ficheiros YAML para fazer cópias de segurança dos metadados dos álbuns.","Create YAML sidecar files to back up picture metadata.":"Cria ficheiros YAML sidecar para fazer cópias de segurança dos metadados das imagens.","Created":"Criado","Creating thumbnails for":"Criando miniaturas para","Current Password":"Senha Atual","Custom":"Personalizado","Cyan":"Ciano","Daily":"Diariamente","Database":"Base de dados","Database Backups":"Cópias de segurança da base de dados","Databases":"Bases de dados","Date & Time":"Data e hora","Day":"Dia","Deactivate":"Desativar","Debug Logs":"Registros de depuração","Default":"Padrão","Default Folder":"Pasta Padrão","Delete":"Apagar","Delete Album":"Apaga o álbum","Delete All":"Apagar tudo","Delete all?":"Apaga tudo?","Delete orphaned index entries, sidecar files and thumbnails.":"Eliminar entradas de índice órfãs, ficheiros sidecar e miniaturas.","deleted":"eliminado","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","Dimensions":"Dimensões","Disable all face detection and recognition features.":"Desactiva todas as funcionalidades de deteção e reconhecimento de rostos.","Disable Backups":"Desativar Cópias de Segurança","Disable Darktable":"Desativar Darktable","Disable ExifTool":"Desativar ExifTool","Disable Faces":"Desativar rostos","Disable features that require write permission for the originals folder.":"Desabilita os recursos que exigem permissão de gravação para a pasta de originais.","Disable FFmpeg":"Desativar FFmpeg","Disable ImageMagick":"Desativar ImageMagick","Disable interactive world maps and reverse geocoding.":"Desactiva os mapas mundiais interactivos e a geocodificação inversa.","Disable MCP":"Desativar MCP","Disable Places":"Desativar Lugares","Disable RawTherapee":"Desativar RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Desative o endpoint da API do Protocolo de Contexto do Modelo (MCP) para integrações de agentes de IA.","Disable Vectors":"Desativar vetores","Disable WebDAV":"Desativar WebDAV","Disabled":"Desativado","Disables vector graphics support.":"Desativa o suporte a gráficos vetoriais.","Disables video transcoding and thumbnail extraction.":"Desativa a transcodificação de vídeo e a extração de miniaturas.","Discard":"Descartar","Discard changes and close":"Descarta as alterações e fecha","Discard invalid changes?":"Rejeita alterações inválidas?","Discard unsaved changes?":"Descarta as alterações não salvas?","Discover":"Explorar","Dismiss":"Dispensa","Display Name":"Nome de Exibição","Display picture captions in search results.":"Mostra as legendas das imagens nos resultados da pesquisa.","Display picture titles in search results.":"Apresenta os títulos das imagens nos resultados da pesquisa.","Document":"Documento","Documents":"Documentos","Don't use Darktable to convert RAW images.":"Não use o Darktable para converter arquivos RAW.","Don't use ImageMagick to convert images.":"Não use o ImageMagick para converter imagens.","Don't use RawTherapee to convert RAW images.":"Não use RawTherapee para converter arquivos RAW.","Done":"Concluído","Done.":"Concluído.","Download":"Descarregar","Download only original media files, without any automatically generated files.":"Baixe apenas arquivos de mídia originais, sem nenhum arquivo gerado automaticamente.","Download remote files":"Descarregar arquivos remotos","Downloading…":"Descarregando…","Drag and drop files here":"Arrasta e larga ficheiros aqui","Driver":"Condutor","Duplicates will be skipped and only appear once.":"Duplicações serão descarregadas e só vão aparecer uma vez.","Duration":"Duração","Dynamic Previews":"Amostras dinâmicas","Dynamic Size Limit: %{n}px":"Tamanho dinâmico limite: %{n}px","Edit":"Editar","Edit %{s}":"Editar %{s}","Edit Account":"Editar Conta","Edit Photo":"Editar Foto","Edit Photos (%{n})":"Editar fotografias (%{n})","Edited":"Editado","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Ativa o modo de depuração para apresentar registos adicionais e ajudar na resolução de problemas.","Enable downloading of original and sidecar files from the web interface.":"Permite a transferência de ficheiros originais e sidecar a partir da interface Web.","Enable face recognition and the People view to easily find people you know.":"Ativa o reconhecimento facial e a vista Pessoas para encontrar facilmente pessoas que conheces.","Enable new features that may be incomplete or unstable.":"Habilita novas funcionalidades que podem estar incompletas ou instáveis.","Enable the file browser to navigate the Originals folder structure.":"Ativa o navegador de arquivos para navegar na estrutura de pastas dos Originais.","Enables RAW converter presets. May reduce performance.":"Permite predefinições de conversores RAW. Pode reduzir o desempenho.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Ativar a autenticação de dois fatores significa que você precisará de um código de verificação gerado aleatoriamente para fazer login, portanto, mesmo que alguém obtenha acesso à sua senha, não conseguirá acessar sua conta.","Engine":"Motor","Enter date":"Introduzir data","Enter dates":"Introduzir datas","Enter item name...":"Introduz o nome do item...","Enter the code generated by your authenticator app:":"Introduz o código gerado pela tua aplicação de autenticação:","Enter verification code":"Digite o código de verificação","Enter your password to confirm the action and continue:":"Digite sua senha para confirmar a ação e continuar:","Entity not found":"Entidade não encontrada","Error":"Erro","Errors":"Erros","Estimate":"Estimativa","Estimate Locations":"Estimativa de locais","Estimate the approximate location of pictures without GPS coordinates.":"Faz uma estimativa da localização aproximada de imagens sem coordenadas GPS.","Every two days":"A cada dois dias","Exclude hidden":"Excluir oculto","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"A extração de metadados com o ExifTool é necessária para suporte total de Vídeo, Fotografia em direto e XMP.","Experimental Features":"Funcionalidades experimentais","Expires":"Expira","Exposure":"Exposição","Extract still images and generate thumbnails while indexing.":"Extrai imagens fixas e gera miniaturas durante a indexação.","F Number":"Razão focal","Face":"Face","Face not found":"Rosto não encontrado","Faces":"Faces","Failed creating file, please check permissions":"Falha ao criar arquivo, por favor cheque as permissões","Failed creating folder, please check permissions":"Falha ao criar pasta, por favor cheque as permissões","Failed removing link":"Falha ao remover o link","Failed to connect account.":"Não conseguiste ligar a conta.","Failed to create zip file":"Falha ao criar arquivo zip","Failed to load users.":"Não foi possível carregar os utilizadores.","Failed to remove face marker":"Não conseguiste remover o marcador facial","Failed to remove name":"Falha ao remover o nome","Failed to restart server":"Não foi possível reiniciar o servidor","Failed to save changes":"Falha ao guardar as alterações","Failed to save face marker":"Não conseguiste salvar a face do marcador","Failed to save name":"Falha ao guardar o nome","Failed updating link":"Falha ao atualizar o link","Family Name":"Nome de família","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature disabled":"Recurso Desativado","Feature Request":"Solicitar funcionalidade","Female":"Feminino","File":"Ficheiro","File Browser":"Explorador de Arquivos","File Conversion":"Conversão de arquivo","File deleted":"Arquivo excluído","File Name":"Nome do arquivo","File not found":"Arquivo não encontrado","File removed from stack":"Arquivo removido da pilha","File Size":"Tamanho do Arquivo","File too large":"Arquivo muito grande","File uploaded":"Arquivo carregado","Filename":"Nome do arquivo","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.","First page":"Primeira página","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","Forgot password?":"Esqueceu a senha?","FPS":"FPS","Frames":"Quadros","Full Access":"Acesso total","Fullscreen":"Ecrã inteiro","General":"Geral","Generate":"Gerar","Generate Previews":"Gera pré-visualizações","Generated":"Gerado","Get Started":"Começa a trabalhar","Given Name":"Nome dado","Global Options":"Opções Globais","Go to page {0}":"Vai para a página {0}","Gold":"Dourado","Green":"Verde","Grey":"Cinza","Groups":"Grupos","Guest":"Convidado","Hash":"Hashe","Help":"Ajuda","Help & Support":"Ajuda & Suporte","Hidden":"Ocultos","Hidden Files":"Arquivos Ocultos","Hide":"Esconder","Hide Caption":"Esconde a legenda","Hide face markers":"Esconde os marcadores de rosto","Hide private content from global views while keeping it accessible in the Private section.":"Oculta os itens privados das vistas globais, mantendo-os acessíveis na secção Privado.","High":"Alta","High Dynamic Range (HDR)":"Faixa dinâmica alta (HDR)","Hybrid":"Híbrido","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Se você perder o acesso ao seu aplicativo ou dispositivo autenticador, poderá usar seu código de recuperação para recuperar o acesso à sua conta.","Image":"Imagem","Image Quality":"Qualidade da imagem","Import":"Importar","Import canceled":"Importação cancelada","Import completed in %d s":"Importação completa em %d","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.","Importing %{s}…":"Importando %{s}…","Importing files to originals…":"Importando ficheiros 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.","Include RAW image files when downloading stacks and archives.":"Inclua arquivos de imagem RAW ao baixar pilhas e arquivos.","Include sidecar files when downloading stacks and archives.":"Inclua arquivos secundários ao baixar pilhas e arquivos.","Increase storage size or delete files to continue.":"Aumenta o tamanho do armazenamento ou elimina ficheiros para continuar.","Index":"Indexar","Indexing":"Indexando","Indexing canceled":"Indexação cancelada","Indexing completed in %d s":"Indexação completa em %d","Indexing failed":"Falha ao indexar","Indexing files in %s":"Indexando arquivos em %s","Indexing media and sidecar files…":"Indexando ficheiro multimédia e secundários…","Indexing originals...":"Indexando originais...","Information":"Informações","Inherit":"Herdar","Instance":"Instância","Instance ID":"ID da Instância","Instance unreachable. Try again once it's back online.":"A instância está indisponível. Tenta novamente assim que estiver novamente online.","Instances":"Instâncias","Insufficient storage":"Armazenamento insuficiente","Insufficient storage.":"Armazenamento insuficiente.","Interval":"Intervalo","Invalid":"Inválido","Invalid address":"Endereço inválido","Invalid country":"País inválido","Invalid credentials":"Credenciais inválidas","Invalid date":"Data inválida","Invalid link":"Link inválido","Invalid name":"Nome inválido","Invalid parameters":"Parâmetros inválidos","Invalid password, please try again":"Senha inválida, por favor tente novamente","Invalid photo selected":"Foto inválida selecionada","Invalid time":"Hora inválida","Invalid URL":"URL inválido","Invalid verification code, please try again":"Código de verificação inválido, tente novamente","IP Address":"Endereço IP","It is a one-time use code that will disable 2FA for your account when you use it.":"É um código de uso único que desativará o 2FA da sua conta quando você o usar.","Item":"Item","Items per page:":"Itens por página:","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.","Keyword":"Palavra-chave","Keywords":"Palavras-chave","Label":"Etiqueta","Label not found":"Etiqueta não encontrada","Label saved":"Etiqueta salva","Labels":"Etiquetas","Labels deleted":"Etiquetas excluídas","Language":"Idioma","Last Active":"ativo pela última vez","Last Login":"Último Login","Last page":"Última página","Last Sync":"Última Sincronia","Last Used":"Usado por último","Latitude":"Latitude","LDAP/AD":"LDAP/AD","Learn more":"Saiba mais","Learn More":"Aprende mais","Legal Information":"Informações legais","Lens":"Lente","Lens not found":"Lente não encontrada","Library":"Biblioteca","License":"Licença","Like":"Gosto","Lime":"Lima","Limit reached, showing first %{n} files":"Limite alcançado, mostrando os primeiros %{n} arquivos","Link":"Link","List":"Lista","List View":"Ver lista","Live":"Ao vivo","Live Photos":"Fotos ao vivo","Load more":"Carrega mais","Loading items...":"Carregamento de itens...","Loading...":"Carregamento...","Local":"Local","Local Time":"Hora Local","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","Logs":"Registros","Longitude":"Longitude","Lost server connection":"Perde a ligação ao servidor","Low":"Baixo","Magenta":"Magenta","Main Color":"Cor principal","Male":"Masculino","Manage Account":"Gerenciar conta","Manager":"Gerente","Manual":"Manual","Manual Upload":"Envio manual","Maps":"Mapas","Marker":"Marcador","Maximum number of accounts has been reached.":"O número máximo de contas foi atingido.","Media":"Meios de comunicação social","Medium":"Médio","Membership":"Filiação","Merge %{a} with %{b}?":"Fundir %{a} com %{b}?","Message":"Mensagem","Metadata":"Metadados","Metrics":"Métricas","Minimize":"Minimizar","Missing":"Em Falta","Missing or invalid configuration":"Configuração em falta ou inválida","mixed":"misturado","Moments":"Momentos","Monochrome":"Monocromático","Month":"Mês","More options":"Mais opções","Mosaic":"Mosaico","Most Relevant":"Mais Relevante","Move Files":"Mover ficheiro","Moving files from %s":"Movendo arquivos de %s","Must have at least %{n} characters.":"Deve ter pelo menos %{n} caracteres.","Mute":"Silenciar","Name":"Nome","Name too long":"Nome muito extenso","Never":"Nunca","New":"Novo","New Password":"Nova senha","Newest First":"Recentes primeiro","Next":"Seguinte","Next page":"Página seguinte","Next visual":"Próximo visual","No":"Não","No Access":"Acesso negado","No albums assigned":"Não há álbuns atribuídos","No albums found":"Nenhum álbum encontrado","No albums selected":"Sem álbuns selecionados","No data available":"Não existem dados disponíveis","No files available for download":"Sem arquivos disponíveis para baixar","No items selected":"Sem itens selecionados","No labels assigned":"Não há etiquetas atribuídas","No labels found":"Nenhuma etiqueta encontrada","No labels selected":"Sem etiquetas selecionadas","No matching records found":"Não foram encontrados registos correspondentes","No more":"Não mais","No people found":"Nenhuma pessoa encontrada","No pictures found":"Nenhuma foto encontrada","No recently edited pictures":"Nenhuma foto editada recentemente","No registered instances.":"Não há instâncias registadas.","No results":"Nenhum resultado","No server connection":"Não há ligação ao servidor","No servers configured.":"Nenhum servidor configurado.","No services configured.":"Nenhum serviço configurado.","No thanks":"Não, obrigado(a)","No users on this instance.":"Não há utilizadores nesta instância.","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.","Node":"Nó","Nodes":"Nós","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 allowed":"Não autorizado","Not available in public mode":"Indisponível em modo público","Not available in read-only mode":"Não disponível no modo somente leitura","Not found":"Não encontrado","Not sorted.":"Não estás classificado.","Not supported":"Não suportado","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 ficheiros e cópias de segurança.","Notes":"Notas","Nothing to see here yet.":"Nada para se ver aqui ainda. Seja paciente.","Nothing was found.":"Nada foi encontrado.","Offline":"Desconectado","OK":"OK","Oldest First":"Antigos primeiro","On Windows, enter the following resource in the connection dialog:":"No Windows, digite o seguinte recurso no diálogo de conexão:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"A geração de miniaturas a pedido pode causar uma utilização elevada da CPU e da memória. Não é recomendada para servidores com recursos limitados e dispositivos NAS.","Once a week":"Uma vez por semana","One album found":"Um álbum encontrado","One entry added to %s":"Uma entrada adicionada a %s","One entry removed from %s":"Uma entrada removida de %s","One file found":"Um ficheiro encontrado","One file uploaded":"Um arquivo carregado","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","Only locally managed accounts can be set up for authentication with 2FA.":"Somente contas gerenciadas localmente podem ser configuradas para autenticação com 2FA.","Open":"Aberto","optional":"opcional","or":"ou","Orange":"Laranja","Organization":"Organização","Orientation":"Orientação","Original file names will be stored and indexed.":"Nomes originais dos arquivos serão armazenados e indexados.","Original Name":"Nome original","Originals":"Originais","Originals folder is empty":"A pasta dos originais está vazia","Other":"Outro","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Nossa missão é fornecer a solução mais amigável ao usuário e à privacidade para manter suas fotos organizadas e acessíveis.","Outdoor":"Ao ar livre","Page {0}, Current page":"Página {0}, Página atual","Pages":"Páginas","Pagination Navigation":"Navegação de paginação","Panorama":"Panorama","Panoramas":"Panoramas","Part of all selected photos":"Parte de todas as fotografias selecionadas","Part of some selected photos":"Parte de algumas fotos selecionadas","Password":"Senha","Password changed":"Senha alterada","Pause":"Pausa","Payment required":"É necessário efetuar o pagamento","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","Permission denied":"Permissão negada","Person":"Pessoa","Person cover updated":"Capa de pessoa actualizada","Person deleted":"Pessoa apagada","Person not found":"Pessoa não encontrada","Person saved":"Pessoa salva","Personal":"Pessoal","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism é 100% autofinanciado e independente.","PhotoPrism+ Membership":"Associação PhotoPrism+","Photos":"Fotos","Picture":"Imagem","Picture Title":"Título da imagem","Pink":"Rosa","Pinned":"Fixado","Place":"Lugar","Place & Time":"Lugar & Tempo","Places":"Lugares","Play":"Reproduzir","Please confirm your new password.":"Por favor, confirme a nova senha.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Copie a seguinte senha de aplicativo gerada aleatoriamente e guarde-a em um local seguro, pois você não poderá vê-la novamente:","Please do not upload any private, unlawful or offensive pictures.":"Não carregue imagens privadas, ilegais ou ofensivas.","Please don't upload photos containing offensive content.":"Por favor, não envie fotos com conteúdo ofensivo.","Please enter OTP character {0}":"Introduz o carácter OTP {0}","Please log in to your account":"Faça o login em sua conta","Please note that changing your password will log you out on other devices and browsers.":"Por favor, note que a mudança de sua senha fará com que você saia de outros dispositivos e navegadores.","Please restart your instance for the changes to take effect.":"Reinicie sua instância para que as alterações entrem em vigor.","Please wait…":"Por favor, aguarde…","PM":"PM","PNG Size Limit: %{n}px":"Tamanho PNG limite: %{n}px","Portal":"Portal","Portrait":"Retrato","Preserve filenames":"Preservar nomes de ficheiro","Press enter to create a new album.":"Pressione enter para criar um novo álbum.","Press enter to create new item":"Carrega em enter para criar um novo item","Prevent database and album backups as well as YAML sidecar files from being created.":"Evita que sejam criadas cópias de segurança da base de dados e do álbum, bem como ficheiros YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Impede que outras aplicações acedam ao PhotoPrism como uma unidade de rede partilhada.","Preview":"Pré-visualização","Preview Images":"Imagens de pré-visualização","Previous":"Anterior","Previous page":"Página anterior","Previous visual":"Visual anterior","Primary":"Primário","Private":"Privado","Processing upload...":"A processar carregamento...","Product Feedback":"Opinião sobre o produto","Projection":"Projeção","Purple":"Roxo","Quality Filter":"Filtro de qualidade","Quality Score":"Marcador de qualidade","Quota exceeded":"Quota excedida","Random":"Aleatório","Rating {0} of {1}":"Classificação {0} de {1}","Raw":"RAW","RAW":"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":"Adicionado recentemente","Recently Archived":"Arquivado recentemente","Recently Edited":"Editado Recentemente","Recognition starts after indexing has been completed.":"O reconhecimento começa após a indexação ter sido concluída.","Recognized":"Reconhecido","Recovery Code":"Código de recuperação","Red":"Vermelho","Refresh":"Refresca-te","Regions":"Regiões","Register":"Registro","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 from all":"Retira de todos","Remove from all selected photos":"Remover de todas as fotografias selecionadas","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.","Remove the selected instance from the cluster registry?":"Remove a instância selecionada do registo do cluster?","Removed":"Removido","Removed %{name}":"Removido %{name}","Removed %d files and %d photos":"Removidos %d arquivos e %d fotos","Repeated":"Repetido","Request failed - are you offline?":"Falha na solicitação - você está offline?","Request failed - invalid response":"Solicitação falhou - resposta inválida","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Exige que as imagens não fotográficas e de baixa qualidade sejam revistas antes de aparecerem nos resultados da pesquisa.","Resolution":"Resolução","Restart":"Reiniciar","Restore":"Restaurar","Restored":"Restaurado","Retry Limit":"Limite de Tentativa","Retype Password":"Re-insira a senha","Review":"Rever","Role":"Papel","Roles":"Funções","Rotated":"Rodado","Rows per page:":"Linhas por página:","Satellite":"Satélite","Save":"Guardar","Save changes":"Guardar alterações","Scan":"Pesquisar","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Digitalize o código QR com seu aplicativo autenticador ou use a chave de configuração mostrada abaixo e insira o código de verificação gerado:","Scans":"Pesquisas","Scope":"Âmbito de aplicação","Scopes":"Escopos","Search":"Pesquisar","Season":"Estação","Secret":"Segredo","Security and Access":"Segurança e acesso","Select":"Selecionar","Select a source folder to import files…":"Seleciona uma pasta de origem para importar ficheiros…","Select date":"Selecionar data","Select dates":"Selecionar datas","Select or create albums":"Seleciona ou cria álbuns","Select or create labels":"Seleciona ou cria etiquetas","Select or drop files to upload…":"Selecione ou arraste os arquivos para fazer o upload…","Select the files to upload…":"Seleciona os ficheiros a carregar…","Select the folder to be indexed…":"Seleciona a pasta a ser indexada…","Select Time":"Selecionar hora","Selection":"Seleção","Selection added to %s":"Seleção adicionada a %s","Selection approved":"Seleção aprovada","Selection archived":"Seleção arquivada","Selection marked as private":"Seleção marcada como privada","Selection not found":"Seleção não encontrada","Selection restored":"Seleção restaurada","Sequential Name":"Nome sequencial","Service":"Serviço","Service URL":"URL do serviço","Services":"Serviços","Session":"Sessão","Session ID":"Identificação de sessão","Sessions":"Sessões","Set as Album Cover":"Define como capa do álbum","Set as Cover Image":"Definir como imagem de capa","Settings":"Configurações","Settings saved":"Configurações salvas","Setup":"Configuração","Severity":"Gravidade","Share":"Partilhar","Share %{s}":"Partilhar %{s}","Show":"Mostrar","Show All Labels":"Mostrar todas as etiquetas","Show all new faces":"Mostrar todos os rostos novos","Show Caption":"Mostrar legenda","Show Captions":"Mostrar legendas","Show face markers":"Mostra os marcadores de rosto","Show hidden":"Mostrar oculto","Show Important Only":"Mostrar apenas o importante","Show logs in the web interface to monitor activity and troubleshoot problems.":"Mostra os registos na interface Web para monitorizar a atividade e resolver problemas.","Show smart albums that group pictures by occasion, trip, or location.":"Mostra álbuns inteligentes que agrupam fotografias por ocasião, viagem ou localização.","Show the Account page so users can manage their profile and security settings.":"Mostra a página Conta para que os utilizadores possam gerir o seu perfil e as definições de segurança.","Show the Calendar view to browse the library by year and month.":"Mostra a vista Calendário para navegar na biblioteca por ano e mês.","Show the Labels section to view and manage AI-generated labels.":"Mostra a secção Etiquetas para ver e gerir as etiquetas geradas pela IA.","Show the Library section to index, manage, and monitor the media library.":"Mostra a secção Biblioteca para indexar, gerir e monitorizar a biblioteca multimédia.","Show the Places view with interactive maps so you can browse photos by location.":"Mostra a vista de Locais com mapas interactivos para que possas procurar fotografias por localização.","Show Titles":"Mostra os títulos","Sidecar":"Secundários","Sidecar Files":"Ficheiros Sidecar","Sign in":"Entrar","Sign Out":"Sair","Similar":"Semelhante","Site URL":"URL do sítio","Size":"Tamanho","Slideshow":"Apresentação de diapositivos","Slow":"Lento","Software":"Programas","Software Update":"Atualização do software","Some albums could not be copied":"Alguns álbuns não puderam ser copiados","Some albums could not be created. Please edit the names and try again.":"Não foi possível criar alguns álbuns. Edita os nomes e tenta novamente.","Some albums could not be updated":"Alguns álbuns não puderam ser actualizados","Something went wrong, try again":"Algo deu errado, tente novamente","Sort by":"Ordenar por","Sort by Name (A–Z)":"Ordena por nome (A-Z)","Sort by Photo Count":"Ordenar por número de fotografias","Sort by Relevance":"Ordena por relevância","Sort Order":"Ordem de classificação","Sorted ascending.":"Ordenado por ordem crescente.","Sorted descending.":"Ordenado de forma descendente.","Source":"Fonte","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","Start":"Iniciar","Start Page":"Página inicial","Static Size Limit: %{n}px":"Tamanho estático limite: %{n}px","Status":"Status","Stay signed in on this device":"Mantenha a sessão iniciada neste dispositivo.","Stop Casting":"Pára de fazer o casting","Storage":"Armazenamento","Streets":"Ruas","Subject":"Assunto","Subject deleted":"Assunto eliminado","Subject not found":"Assunto não encontrado","Subject saved":"Assunto salvo","Successfully activated":"Ativado com sucesso","Successfully Connected":"Conectado com sucesso","Successfully deleted":"Excluído com sucesso","Successfully verified":"Verificado com sucesso","Super Admin":"superadministrador","Support for additional services, like Google Drive, will be added over time.":"Suporte para serviços adicionais, como Google Drive, serão adicionados oportunamente.","Support Our Mission":"Apoie nossa missão","Sync":"Sincronizar","Sync raw and video files":"Sincronizar ficheiros RAW e vídeos","Taken":"Tirado","Teal":"Azul marinho","Terrain":"Terreno","Text":"Texto","Thank You for Your Support!":"Obrigado por seu apoio!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"É por isso que o PhotoPrism foi desenvolvido desde o início para ser executado onde você precisar, sem comprometer a liberdade, privacidade ou funcionalidade.","The index currently contains %{n} hidden files.":"O índice atualmente contém %{n} ficheiros ocultos.","The instance rejected the cluster credentials.":"A instância rejeitou as credenciais do cluster.","The instance returned an unexpected redirect.":"A instância devolveu um redirecionamento inesperado.","The wakeup interval is %s, but must be 1h or less":"O intervalo de despertar é %s, mas deve ser de 1h ou menos","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 account is missing an ID and can't be edited.":"Falta um ID nesta conta e não é possível editá-la.","This field is required":"Este campo é obrigatório","This instance has no site URL configured.":"Esta instância não tem nenhum URL de site configurado.","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.","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.","Time":"Tempo","Time UTC":"Horário UTC","Time Zone":"Fuso Horário","Timeout":"Tempo esgotado","Title":{"":"Título","Account":"Título","Photo":"Título"},"Title / Position":"Título / Posição","to":"para","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Para evitar o bloqueio de sua conta, baixe, imprima ou copie este código de recuperação agora e guarde-o em um local seguro.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Para gerar uma nova senha específica do aplicativo, insira o nome e o escopo de autorização do aplicativo e selecione uma data de validade:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Para mudar para um novo aplicativo ou dispositivo autenticador, primeiro desative a autenticação de dois fatores e depois reative-a:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Para atualizar, você pode inserir um código de ativação ou clicar em \"Registrar\" para se inscrever em nosso site:","Today":"Hoje","Toggle View":"Trocar visualização","Token":"Token","Too many files selected":"Demasiados ficheiros seleccionados","Too many requests":"Demasiados pedidos","Troubleshooting":"Resolução de problemas","Try again using other filters or keywords.":"Tente novamente usando outros filtros ou palavras-chave.","Two-factor authentication has been enabled for your account.":"A autenticação de dois fatores foi habilitada para sua conta.","Type":"Tipo","Unable to delete":"Não é possível apagar","Unable to do that":"Não consigo fazer isso","Unassign":"Desatribuir","Unauthorized":"Não autorizado","Undo":"Desfazer","Unique ID":"ID único","Unknown":"Desconhecido","Unknown location":"Localização desconhecida","Unregistered":"Não registrado","Unsorted":"Não classificado","Unstack":"Desempilhar","Unsupported":"Não compatível","Unsupported format":"Formato sem suporte","Unsupported type":"Tipo não suportado","Updated":"Atualizado","Updating faces":"Atualização de rostos","Updating index":"Atualizando o índice","Updating moments":"Atualizando momentos","Updating picture…":"Atualizando a imagem..","Updating previews":"Atualização de previsões","Updating stacks":"Atualizando pilhas","Upgrade":"Melhoria","Upgrade Now":"Atualize agora","Upload":"Enviar","Upload complete":"Envio finalizado","Upload complete. Indexing…":"Envio finalizado. Indexando…","Upload failed":"Envio falhou","Upload has been processed":"O Upload foi processado","Upload local files":"Enviar ficheiros locais","Upload might be offensive":"Envio pode ser ofensivo","Upload Path":"Carregar Caminho","Uploading %{n} of %{t}…":"Enviando %{n} de %{t}…","Uploading photos…":"Enviando fotos…","Uploading…":"A carregar.","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Use o seguinte código de recuperação para acessar sua conta quando não conseguir gerar um código de verificação válido com seu aplicativo autenticador:","Use your recovery code or contact an administrator for help.":"Utiliza o teu código de recuperação ou contacta um administrador para obter ajuda.","User":"Utilizador","User Guide":"Guia do Usuário","User Interface":"Interface de utilizador","User not found":"Usuário não encontrado","Username":"Nome de utilizador","Users":"Usuários","UUID":"UUID","Vector":"Vetor","Vectors":"vetores","Verification Code":"Código de verificação","Version":"Versão","Video":"Vídeo","Video Duration":"Duração Vídeo","Videos":"Vídeos","View":"Visualização","View search results as a list.":"Vê os resultados da pesquisa como uma lista.","Viewer":"Visualizador","Vision":"Visão","Visitor":"Visitante","Visual Similarity":"Similaridade visual","Warning":"Aviso","Web Login":"Login na Web","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"O suporte WebGL está desativado no teu browser","Website":"Site","White":"Branco","Work Details":"Detalhes do trabalho","Year":"Ano","Yellow":"Amarelo","Yes":"Sim","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Você está convidado a entrar em contato conosco em membership@photoprism.app para perguntas sobre sua associação.","You can only download one album":"Pode descarregar apenas um álbum","You can only download one label":"Pode descarregar apenas uma etiqueta","You can search for a location or move the marker on the map to change the position:":"Podes procurar uma localização ou mover o marcador no mapa para alterar a posição:","You can upload up to %{n} files for test purposes.":"Pode carregar até %{n} ficheiros para fins de teste.","You cannot change your own role.":"Não podes alterar a tua própria função.","You do not have access to any instances.":"Não tens acesso a nenhuma instância.","You may only select one item":"Pode descarregar apenas um item","You may rescan your library to find additional faces.":"Você pode voltar a digitalizar sua biblioteca para encontrar rostos adicionais.","Your account could not be connected":"Sua conta não pôde ser conectada","Your account has been successfully connected.":"Sua conta foi conectada com sucesso.","Your browser does not support WebGL":"O teu browser não suporta WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Seu apoio contínuo nos ajuda a fornecer atualizações regulares e a permanecer independentes, para que possamos cumprir nossa missão e proteger sua privacidade.","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.","Zip created in %d s":"Zip criado em %d","Zoom in/out":"Aproximar/Afastar","Archive":{"Noun":"Arquivo","Verb":"Arquivo"},"Add a Title":{"Photo":"Adiciona um título"}}} \ No newline at end of file +{"pt":{"{0} appended action":"{0} ação anexada","{0} files":"{0} ficheiros","{0} files ({1} in total)":"{0} ficheiros ({1} no total)","{0} more":"{0} mais","{0} prepended action":"{0} ação precedida","{0} selected":"{0} selecionado","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"%{n} álbuns encontrados","%{n} files uploaded":"%{n} arquivos enviados","%{n} folders found":"%{n} pastas encontradas","%{n} GB of %{q} GB used":"%{n} GB de %{q} GB utilizados","%{n} labels found":"%{n} etiquetas encontradas","%{n} people found":"%{n} pessoas encontradas","%{n} pictures found":"%{n} fotos encontradas","%{s} is too long":"%{s} é demasiado longo","%{s} is too short":"%{s} é demasiado curto","%d entries added to %s":"%d entradas adicionadas a %s","%d entries removed from %s":"%d entradas removidas de %s","%d files uploaded in %d s":"%d arquivos enviados em %d","%s already exists":"%s já existe","%s has been restored":"%s foi restaurado","1 hour":"1 hora","12 hours":"12 horas","2-Factor Authentication":"Autenticação de 2 factores","2FA":"2FA","4 hours":"4 horas","A click will copy it to your clipboard.":"Um clique irá copiar para a área de transferência.","A new version of %{s} is available:":"Encontra disponível uma nova versão de %{s}:","About":"Sobre","Access granted.":"Acesso concedido.","Access revoked.":"Acesso revogado.","Access Token":"Token de acesso","Account":"Conta","Account created":"Conta criada","Account deleted":"Conta excluída","Account Group Mappings":"Mapeamentos de grupos de contas","Account not found":"Conta não encontrada","Account restored":"Conta restaurada","Account saved":"Conta salva","Accounts":"contas","Accuracy":"Precisão","Action":"Ação","Actions":"Ações","Activate":"Ativar","Activate to remove sorting.":"Ativar para remover a ordenação.","Activate to sort ascending.":"Ativar para ordenar por ordem crescente.","Activate to sort descending.":"Ativar para ordenar por ordem decrescente.","Activation Code":"Código de ativação","Activity":"Atividade","Add":"Adicionar","Add %{s}?":"Adiciona %{s}?","Add a Caption":"Adiciona uma legenda","Add Account":"Adicionar conta","Add Album":"Adicionar Álbum","Add Link":"Adicionar Link","Add Notes":"Adicionar notas","Add person?":"Acrescenta uma pessoa?","Add pictures from search results by selecting them.":"Adicione fotos dos resultados da busca selecionando-as.","Add to album":"Adicionar ao álbum","Add to all":"Adicionar a todos","Add to all selected photos":"Adiciona a todas as fotografias selecionadas","Added":"Adicionado","Added %{name}":"Adicionado %{name}","Adjust Camera Info":"Ajusta a informação da câmara","Adjust Date & Time":"Ajusta a data e a hora","Adjust Location":"Ajustar a localização","Admin":"Administrador","Advanced":"Avançado","Advertise URL":"Anunciar URL","After 1 day":"Depois de 1 dia","After 3 days":"Depois de 3 dias","After 7 days":"Depois de 7 dias","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Depois de inserir sua senha para confirmação, você pode configurar a autenticação de dois fatores com um aplicativo ou dispositivo autenticador compatível:","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 %s deleted":"Álbum %s excluído","Album Backups":"Cópias de segurança de álbuns","Album contents cloned":"Conteúdo do álbum copiado","Album created":"Álbum criado","Album deleted":"Álbum eliminado","Album not found":"Álbum não encontrado","Album saved":"Álbum salvo","Albums":"Álbuns","Albums deleted":"Álbuns excluídos","All":"Todos","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Permite a configuração e utilização de aplicações e serviços ligados para carregamentos e sincronização remotos.","Allow editing of metadata such as title, description, date, and location.":"Permite a edição de metadados como o título, a descrição, a data e a localização.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permite editar os metadados, as etiquetas e os álbuns de várias fotografias ao mesmo tempo.","Allow files to be copied or moved from the Import to the Originals folder.":"Ativa a ferramenta Importar para copiar ou mover ficheiros da pasta Importar para Originais.","Allow files to be permanently deleted to free up storage space.":"Permite a eliminação permanente de ficheiros para libertar espaço de armazenamento.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permite aos utilizadores arquivar fotografias e vídeos para que fiquem ocultos sem serem eliminados.","Allow users to create and share links, and enable sharing with connected services.":"Permite que os utilizadores criem e partilhem ligações e permite a partilha com serviços ligados.","Allow users to upload new photos and videos through the web interface.":"Permite que os utilizadores carreguem novas fotografias e vídeos através da interface Web.","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)","AM":"AM","Animated":"Animado","Animation":"Animação","Animations":"Animações","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","Application":"Aplicação","Applications":"Aplicações","Approve":"Aprovar","Approve and save changes":"Aprova e guarda as alterações","Apps and Devices":"Aplicações e dispositivos","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 delete this album?":"Tens a certeza de que queres apagar este álbum?","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?","Are you sure?":"Você tem certeza?","Artist":"Artista","Aspect Ratio":"Proporção da Tela","Attributes":"Atributos","Audio":"Áudio","Audit Log":"Áudio","Authentication":"Autenticação","Auto":"Automóvel","Back":"Voltar","Back to top":"Volta ao início","Backup":"Cópia de Segurança","Badge":"Crachá","Base Path":"caminho base","Batch":"Lote","Batch Edit":"Editar em lote","Become a member today, support our mission and enjoy our member benefits!":"Torne-se um membro hoje, apoie nossa missão e aproveite nossos benefícios para membros!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Sendo 100% self-fundados e independentes, podemos prometer que nunca venderemos seus dados e que seremos sempre transparentes sobre nossos softwares e serviços.","Bio":"Biografia","Birth Date":"Data de Nascimento","Black":"Preto","Blue":"Azul","Brown":"Castanho","Browse":"Navegar","Browse Files":"Procurar ficheiros","Browse Pictures":"Ver imagens","Bug Report":"Relatar erro","Busy, please try again later":"Em uso, por favor tente novamente mais tarde","Busy, please wait…":"Ocupado, por favor aguarde…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Ao usar o software e os serviços que fornecemos, você concorda com nossos termos de serviço, política de privacidade e código de conduta.","Calendar":"Calendário","Camera":"Câmera","Camera not found":"Não foi encontrada nenhuma câmara","Camera Serial":"Série da Câmera","Can't access your authenticator app or device?":"Não consegues aceder à tua aplicação ou dispositivo autenticador?","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","Cannot copy to clipboard":"Não é possível copiar para a área de transferência","Caption":"Legenda","Cards":"Cartões","Carousel slide {0} of {1}":"Slide de carrossel {0} de {1}","Cast":"Elenco","Category":"Categoria","Change Avatar":"Mudar Avatar","Change Password":"Alterar Senha","Change private flag":"Mudar marcação como privado","Changes could not be saved":"As mudanças não foram salvas","Changes successfully saved":"As mudanças foram salvas com sucesso","Changes to the advanced settings require a restart to take effect.":"As alterações às definições avançadas requerem um reinício para terem efeito.","Checked":"Verificado","Choose an instance to continue:":"Escolhe uma instância para continuar:","Chroma":"Croma","Cleaning index and cache":"Limpar o índice e a cache","Cleanup":"Limpeza","Clear":"Limpa","Clear {0}":"Limpa {0}","Client":"Cliente","Close":"Fechar","Cluster":"Aglomerado","Cluster Admin":"Administrador do cluster","Cluster Node":"Nó do cluster","Codec":"Codec","Color":"Cor","Color Profile":"Perfil da cor","Colors":"Cores","Compare Editions":"Comparar Edições","Complete Rescan":"Escaneamento completo","Confidence":"Certeza","Confirm":"confirme","Connect":"Conectar","Connect via WebDAV":"Conectar via WebDAV","Connected":"Conectado","Contact Details":"Detalhes do contato","Contact Us":"Contactar-nos","Contains %{n} pictures.":"Contém %{n} imagens.","Contains one picture.":"Contém uma foto.","Content":{"":"Conteúdo","Edit":"Conteúdo"},"Continue":"Continuar","Contributor":"Contribuinte","Converting":"A converter","Copied to clipboard":"Copiado para a área de transferência de texto","Copy":"Copiar","Copying files from %s":"Copiando arquivos de %s","Copyright":"Direitos de Autor","Could not be deleted":"Não foi possível excluir","Could not connect, please try again":"Não foi possível conectar, por favor tente novamente","Could not update person cover":"Não foi possível atualizar a cobertura da pessoa","Couldn't find anything.":"Não foi encontrado nada.","Country":"País","Create Account":"Criar uma conta","Create album":"Criar álbum","Create regular backups based on the configured schedule.":"Cria cópias de segurança de índices com base na agenda configurada.","Create YAML files to back up album metadata.":"Cria ficheiros YAML para fazer cópias de segurança dos metadados dos álbuns.","Create YAML sidecar files to back up picture metadata.":"Cria ficheiros YAML sidecar para fazer cópias de segurança dos metadados das imagens.","Created":"Criado","Creating thumbnails for":"Criando miniaturas para","Current Password":"Senha Atual","Custom":"Personalizado","Cyan":"Ciano","Daily":"Diariamente","Database":"Base de dados","Database Backups":"Cópias de segurança da base de dados","Databases":"Bases de dados","Date & Time":"Data e hora","Day":"Dia","Deactivate":"Desativar","Debug Logs":"Registros de depuração","Default":"Padrão","Default Folder":"Pasta Padrão","Delete":"Apagar","Delete Album":"Apaga o álbum","Delete All":"Apagar tudo","Delete all?":"Apaga tudo?","Delete orphaned index entries, sidecar files and thumbnails.":"Eliminar entradas de índice órfãs, ficheiros sidecar e miniaturas.","deleted":"eliminado","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","Dimensions":"Dimensões","Disable all face detection and recognition features.":"Desactiva todas as funcionalidades de deteção e reconhecimento de rostos.","Disable Backups":"Desativar Cópias de Segurança","Disable Darktable":"Desativar Darktable","Disable ExifTool":"Desativar ExifTool","Disable Faces":"Desativar rostos","Disable features that require write permission for the originals folder.":"Desabilita os recursos que exigem permissão de gravação para a pasta de originais.","Disable FFmpeg":"Desativar FFmpeg","Disable ImageMagick":"Desativar ImageMagick","Disable interactive world maps and reverse geocoding.":"Desactiva os mapas mundiais interactivos e a geocodificação inversa.","Disable MCP":"Desativar MCP","Disable Places":"Desativar Lugares","Disable RawTherapee":"Desativar RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Desative o endpoint da API do Protocolo de Contexto do Modelo (MCP) para integrações de agentes de IA.","Disable Vectors":"Desativar vetores","Disable WebDAV":"Desativar WebDAV","Disabled":"Desativado","Disables vector graphics support.":"Desativa o suporte a gráficos vetoriais.","Disables video transcoding and thumbnail extraction.":"Desativa a transcodificação de vídeo e a extração de miniaturas.","Discard":"Descartar","Discard changes and close":"Descarta as alterações e fecha","Discard invalid changes?":"Rejeita alterações inválidas?","Discard unsaved changes?":"Descarta as alterações não salvas?","Discover":"Explorar","Dismiss":"Dispensa","Display Name":"Nome de Exibição","Display picture captions in search results.":"Mostra as legendas das imagens nos resultados da pesquisa.","Display picture titles in search results.":"Apresenta os títulos das imagens nos resultados da pesquisa.","Document":"Documento","Documents":"Documentos","Don't use Darktable to convert RAW images.":"Não use o Darktable para converter arquivos RAW.","Don't use ImageMagick to convert images.":"Não use o ImageMagick para converter imagens.","Don't use RawTherapee to convert RAW images.":"Não use RawTherapee para converter arquivos RAW.","Done":"Concluído","Done.":"Concluído.","Download":"Descarregar","Download only original media files, without any automatically generated files.":"Baixe apenas arquivos de mídia originais, sem nenhum arquivo gerado automaticamente.","Download remote files":"Descarregar arquivos remotos","Downloading…":"Descarregando…","Drag and drop files here":"Arrasta e larga ficheiros aqui","Driver":"Condutor","Duplicates will be skipped and only appear once.":"Duplicações serão descarregadas e só vão aparecer uma vez.","Duration":"Duração","Dynamic Previews":"Amostras dinâmicas","Dynamic Size Limit: %{n}px":"Tamanho dinâmico limite: %{n}px","Edit":"Editar","Edit %{s}":"Editar %{s}","Edit Account":"Editar Conta","Edit Photo":"Editar Foto","Edit Photos (%{n})":"Editar fotografias (%{n})","Edited":"Editado","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Ativa o modo de depuração para apresentar registos adicionais e ajudar na resolução de problemas.","Enable downloading of original and sidecar files from the web interface.":"Permite a transferência de ficheiros originais e sidecar a partir da interface Web.","Enable face recognition and the People view to easily find people you know.":"Ativa o reconhecimento facial e a vista Pessoas para encontrar facilmente pessoas que conheces.","Enable new features that may be incomplete or unstable.":"Habilita novas funcionalidades que podem estar incompletas ou instáveis.","Enable the file browser to navigate the Originals folder structure.":"Ativa o navegador de arquivos para navegar na estrutura de pastas dos Originais.","Enables RAW converter presets. May reduce performance.":"Permite predefinições de conversores RAW. Pode reduzir o desempenho.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Ativar a autenticação de dois fatores significa que você precisará de um código de verificação gerado aleatoriamente para fazer login, portanto, mesmo que alguém obtenha acesso à sua senha, não conseguirá acessar sua conta.","Engine":"Motor","Enter date":"Introduzir data","Enter dates":"Introduzir datas","Enter item name...":"Introduz o nome do item...","Enter the code generated by your authenticator app:":"Introduz o código gerado pela tua aplicação de autenticação:","Enter verification code":"Digite o código de verificação","Enter your password to confirm the action and continue:":"Digite sua senha para confirmar a ação e continuar:","Entity not found":"Entidade não encontrada","Error":"Erro","Errors":"Erros","Estimate":"Estimativa","Estimate Locations":"Estimativa de locais","Estimate the approximate location of pictures without GPS coordinates.":"Faz uma estimativa da localização aproximada de imagens sem coordenadas GPS.","Every two days":"A cada dois dias","Exclude hidden":"Excluir oculto","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"A extração de metadados com o ExifTool é necessária para suporte total de Vídeo, Fotografia em direto e XMP.","Experimental Features":"Funcionalidades experimentais","Expires":"Expira","Exposure":"Exposição","Extract still images and generate thumbnails while indexing.":"Extrai imagens fixas e gera miniaturas durante a indexação.","F Number":"Razão focal","Face":"Face","Face not found":"Rosto não encontrado","Faces":"Faces","Failed creating file, please check permissions":"Falha ao criar arquivo, por favor cheque as permissões","Failed creating folder, please check permissions":"Falha ao criar pasta, por favor cheque as permissões","Failed removing link":"Falha ao remover o link","Failed to connect account.":"Não conseguiste ligar a conta.","Failed to create zip file":"Falha ao criar arquivo zip","Failed to load users.":"Não foi possível carregar os utilizadores.","Failed to remove face marker":"Não conseguiste remover o marcador facial","Failed to remove name":"Falha ao remover o nome","Failed to restart server":"Não foi possível reiniciar o servidor","Failed to save changes":"Falha ao guardar as alterações","Failed to save face marker":"Não conseguiste salvar a face do marcador","Failed to save name":"Falha ao guardar o nome","Failed updating link":"Falha ao atualizar o link","Family Name":"Nome de família","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature disabled":"Recurso Desativado","Feature Request":"Solicitar funcionalidade","Female":"Feminino","File":"Ficheiro","File Browser":"Explorador de Arquivos","File Conversion":"Conversão de arquivo","File deleted":"Arquivo excluído","File Name":"Nome do arquivo","File not found":"Arquivo não encontrado","File removed from stack":"Arquivo removido da pilha","File Size":"Tamanho do Arquivo","File too large":"Arquivo muito grande","File uploaded":"Arquivo carregado","Filename":"Nome do arquivo","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.","First page":"Primeira página","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","Forgot password?":"Esqueceu a senha?","FPS":"FPS","Frames":"Quadros","Full Access":"Acesso total","Fullscreen":"Ecrã inteiro","General":"Geral","Generate":"Gerar","Generate Previews":"Gera pré-visualizações","Generated":"Gerado","Get Started":"Começa a trabalhar","Given Name":"Nome dado","Global Options":"Opções Globais","Go to page {0}":"Vai para a página {0}","Gold":"Dourado","Green":"Verde","Grey":"Cinza","Groups":"Grupos","Guest":"Convidado","Hash":"Hashe","Help":"Ajuda","Help & Support":"Ajuda & Suporte","Hidden":"Ocultos","Hidden Files":"Arquivos Ocultos","Hide":"Esconder","Hide Caption":"Esconde a legenda","Hide face markers":"Esconde os marcadores de rosto","Hide private content from global views while keeping it accessible in the Private section.":"Oculta os itens privados das vistas globais, mantendo-os acessíveis na secção Privado.","High":"Alta","High Dynamic Range (HDR)":"Faixa dinâmica alta (HDR)","Hybrid":"Híbrido","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Se você perder o acesso ao seu aplicativo ou dispositivo autenticador, poderá usar seu código de recuperação para recuperar o acesso à sua conta.","Image":"Imagem","Image Quality":"Qualidade da imagem","Import":"Importar","Import canceled":"Importação cancelada","Import completed in %d s":"Importação completa em %d","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.","Importing %{s}…":"Importando %{s}…","Importing files to originals…":"Importando ficheiros 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.","Include RAW image files when downloading stacks and archives.":"Inclua arquivos de imagem RAW ao baixar pilhas e arquivos.","Include sidecar files when downloading stacks and archives.":"Inclua arquivos secundários ao baixar pilhas e arquivos.","Increase storage size or delete files to continue.":"Aumenta o tamanho do armazenamento ou elimina ficheiros para continuar.","Index":"Indexar","Indexing":"Indexando","Indexing canceled":"Indexação cancelada","Indexing completed in %d s":"Indexação completa em %d","Indexing failed":"Falha ao indexar","Indexing files in %s":"Indexando arquivos em %s","Indexing media and sidecar files…":"Indexando ficheiro multimédia e secundários…","Indexing originals...":"Indexando originais...","Information":"Informações","Inherit":"Herdar","Instance":"Instância","Instance ID":"ID da Instância","Instance unreachable. Try again once it's back online.":"A instância está indisponível. Tenta novamente assim que estiver novamente online.","Instances":"Instâncias","Insufficient storage":"Armazenamento insuficiente","Insufficient storage.":"Armazenamento insuficiente.","Interval":"Intervalo","Invalid":"Inválido","Invalid address":"Endereço inválido","Invalid country":"País inválido","Invalid credentials":"Credenciais inválidas","Invalid date":"Data inválida","Invalid link":"Link inválido","Invalid name":"Nome inválido","Invalid parameters":"Parâmetros inválidos","Invalid password, please try again":"Senha inválida, por favor tente novamente","Invalid photo selected":"Foto inválida selecionada","Invalid time":"Hora inválida","Invalid URL":"URL inválido","Invalid verification code, please try again":"Código de verificação inválido, tente novamente","IP Address":"Endereço IP","It is a one-time use code that will disable 2FA for your account when you use it.":"É um código de uso único que desativará o 2FA da sua conta quando você o usar.","Item":"Item","Items per page:":"Itens por página:","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.","Keyword":"Palavra-chave","Keywords":"Palavras-chave","Label":"Etiqueta","Label not found":"Etiqueta não encontrada","Label saved":"Etiqueta salva","Labels":"Etiquetas","Labels deleted":"Etiquetas excluídas","Language":"Idioma","Last Active":"ativo pela última vez","Last Login":"Último Login","Last page":"Última página","Last Sync":"Última Sincronia","Last Used":"Usado por último","Latitude":"Latitude","LDAP/AD":"LDAP/AD","Learn more":"Saiba mais","Learn More":"Aprende mais","Legal Information":"Informações legais","Lens":"Lente","Lens not found":"Lente não encontrada","Library":"Biblioteca","License":"Licença","Like":"Gosto","Lime":"Lima","Limit reached, showing first %{n} files":"Limite alcançado, mostrando os primeiros %{n} arquivos","Link":"Link","List":"Lista","List View":"Ver lista","Live":"Ao vivo","Live Photos":"Fotos ao vivo","Load more":"Carrega mais","Loading items...":"Carregamento de itens...","Loading...":"Carregamento...","Local":"Local","Local Time":"Hora Local","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","Logs":"Registros","Longitude":"Longitude","Lost server connection":"Perde a ligação ao servidor","Low":"Baixo","Magenta":"Magenta","Main Color":"Cor principal","Male":"Masculino","Manage Account":"Gerenciar conta","Manager":"Gerente","Manual":"Manual","Manual Upload":"Envio manual","Maps":"Mapas","Marker":"Marcador","Maximum number of accounts has been reached.":"O número máximo de contas foi atingido.","Media":"Meios de comunicação social","Medium":"Médio","Membership":"Filiação","Merge %{a} with %{b}?":"Fundir %{a} com %{b}?","Message":"Mensagem","Metadata":"Metadados","Metrics":"Métricas","Minimize":"Minimizar","Missing":"Em Falta","Missing or invalid configuration":"Configuração em falta ou inválida","mixed":"misturado","Moments":"Momentos","Monochrome":"Monocromático","Month":"Mês","More options":"Mais opções","Mosaic":"Mosaico","Most Relevant":"Mais Relevante","Move Files":"Mover ficheiro","Moving files from %s":"Movendo arquivos de %s","Must have at least %{n} characters.":"Deve ter pelo menos %{n} caracteres.","Mute":"Silenciar","Name":"Nome","Name too long":"Nome muito extenso","Never":"Nunca","New":"Novo","New Password":"Nova senha","Newest First":"Recentes primeiro","Next":"Seguinte","Next page":"Página seguinte","Next visual":"Próximo visual","No":"Não","No Access":"Acesso negado","No albums assigned":"Não há álbuns atribuídos","No albums found":"Nenhum álbum encontrado","No albums selected":"Sem álbuns selecionados","No data available":"Não existem dados disponíveis","No files available for download":"Sem arquivos disponíveis para baixar","No items selected":"Sem itens selecionados","No labels assigned":"Não há etiquetas atribuídas","No labels found":"Nenhuma etiqueta encontrada","No labels selected":"Sem etiquetas selecionadas","No matching records found":"Não foram encontrados registos correspondentes","No more":"Não mais","No people found":"Nenhuma pessoa encontrada","No pictures found":"Nenhuma foto encontrada","No recently edited pictures":"Nenhuma foto editada recentemente","No registered instances.":"Não há instâncias registadas.","No results":"Nenhum resultado","No server connection":"Não há ligação ao servidor","No servers configured.":"Nenhum servidor configurado.","No services configured.":"Nenhum serviço configurado.","No thanks":"Não, obrigado(a)","No users on this instance.":"Não há utilizadores nesta instância.","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.","Node":"Nó","Nodes":"Nós","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 allowed":"Não autorizado","Not available in public mode":"Indisponível em modo público","Not available in read-only mode":"Não disponível no modo somente leitura","Not found":"Não encontrado","Not sorted.":"Não estás classificado.","Not supported":"Não suportado","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 ficheiros e cópias de segurança.","Notes":"Notas","Nothing to see here yet.":"Nada para se ver aqui ainda. Seja paciente.","Nothing was found.":"Nada foi encontrado.","Offline":"Desconectado","OK":"OK","Oldest First":"Antigos primeiro","On Windows, enter the following resource in the connection dialog:":"No Windows, digite o seguinte recurso no diálogo de conexão:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"A geração de miniaturas a pedido pode causar uma utilização elevada da CPU e da memória. Não é recomendada para servidores com recursos limitados e dispositivos NAS.","Once a week":"Uma vez por semana","One album found":"Um álbum encontrado","One entry added to %s":"Uma entrada adicionada a %s","One entry removed from %s":"Uma entrada removida de %s","One file found":"Um ficheiro encontrado","One file uploaded":"Um arquivo carregado","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","Only locally managed accounts can be set up for authentication with 2FA.":"Somente contas gerenciadas localmente podem ser configuradas para autenticação com 2FA.","Open":"Aberto","optional":"opcional","or":"ou","Orange":"Laranja","Organization":"Organização","Orientation":"Orientação","Original file names will be stored and indexed.":"Nomes originais dos arquivos serão armazenados e indexados.","Original Name":"Nome original","Originals":"Originais","Originals folder is empty":"A pasta dos originais está vazia","Other":"Outro","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Nossa missão é fornecer a solução mais amigável ao usuário e à privacidade para manter suas fotos organizadas e acessíveis.","Outdoor":"Ao ar livre","Page {0}, Current page":"Página {0}, Página atual","Pages":"Páginas","Pagination Navigation":"Navegação de paginação","Panorama":"Panorama","Panoramas":"Panoramas","Part of all selected photos":"Parte de todas as fotografias selecionadas","Part of some selected photos":"Parte de algumas fotos selecionadas","Password":"Senha","Password changed":"Senha alterada","Pause":"Pausa","Payment required":"É necessário efetuar o pagamento","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","Permission denied":"Permissão negada","Person":"Pessoa","Person cover updated":"Capa de pessoa actualizada","Person deleted":"Pessoa apagada","Person not found":"Pessoa não encontrada","Person saved":"Pessoa salva","Personal":"Pessoal","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism é 100% autofinanciado e independente.","PhotoPrism+ Membership":"Associação PhotoPrism+","Photos":"Fotos","Picture":"Imagem","Picture Title":"Título da imagem","Pink":"Rosa","Pinned":"Fixado","Place":"Lugar","Place & Time":"Lugar & Tempo","Places":"Lugares","Play":"Reproduzir","Please confirm your new password.":"Por favor, confirme a nova senha.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Copie a seguinte senha de aplicativo gerada aleatoriamente e guarde-a em um local seguro, pois você não poderá vê-la novamente:","Please do not upload any private, unlawful or offensive pictures.":"Não carregue imagens privadas, ilegais ou ofensivas.","Please don't upload photos containing offensive content.":"Por favor, não envie fotos com conteúdo ofensivo.","Please enter OTP character {0}":"Introduz o carácter OTP {0}","Please log in to your account":"Faça o login em sua conta","Please note that changing your password will log you out on other devices and browsers.":"Por favor, note que a mudança de sua senha fará com que você saia de outros dispositivos e navegadores.","Please restart your instance for the changes to take effect.":"Reinicie sua instância para que as alterações entrem em vigor.","Please wait…":"Por favor, aguarde…","PM":"PM","PNG Size Limit: %{n}px":"Tamanho PNG limite: %{n}px","Portal":"Portal","Portrait":"Retrato","Preserve filenames":"Preservar nomes de ficheiro","Press enter to create a new album.":"Pressione enter para criar um novo álbum.","Press enter to create new item":"Carrega em enter para criar um novo item","Prevent database and album backups as well as YAML sidecar files from being created.":"Evita que sejam criadas cópias de segurança da base de dados e do álbum, bem como ficheiros YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Impede que outras aplicações acedam ao PhotoPrism como uma unidade de rede partilhada.","Preview":"Pré-visualização","Preview Images":"Imagens de pré-visualização","Previous":"Anterior","Previous page":"Página anterior","Previous visual":"Visual anterior","Primary":"Primário","Private":"Privado","Processing upload...":"A processar carregamento...","Product Feedback":"Opinião sobre o produto","Projection":"Projeção","Purple":"Roxo","Quality Filter":"Filtro de qualidade","Quality Score":"Marcador de qualidade","Quota exceeded":"Quota excedida","Random":"Aleatório","Rating {0} of {1}":"Classificação {0} de {1}","Raw":"RAW","RAW":"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":"Adicionado recentemente","Recently Archived":"Arquivado recentemente","Recently Edited":"Editado Recentemente","Recognition starts after indexing has been completed.":"O reconhecimento começa após a indexação ter sido concluída.","Recognized":"Reconhecido","Recovery Code":"Código de recuperação","Red":"Vermelho","Refresh":"Refresca-te","Regions":"Regiões","Register":"Registro","Registration disabled":"Cadastro desativado","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 from all":"Retira de todos","Remove from all selected photos":"Remover de todas as fotografias selecionadas","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.","Remove the selected instance from the cluster registry?":"Remove a instância selecionada do registo do cluster?","Removed":"Removido","Removed %{name}":"Removido %{name}","Removed %d files and %d photos":"Removidos %d arquivos e %d fotos","Repeated":"Repetido","Request failed - are you offline?":"Falha na solicitação - você está offline?","Request failed - invalid response":"Solicitação falhou - resposta inválida","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Exige que as imagens não fotográficas e de baixa qualidade sejam revistas antes de aparecerem nos resultados da pesquisa.","Resolution":"Resolução","Restart":"Reiniciar","Restore":"Restaurar","Restored":"Restaurado","Retry Limit":"Limite de Tentativa","Retype Password":"Re-insira a senha","Review":"Rever","Role":"Papel","Roles":"Funções","Rotated":"Rodado","Rows per page:":"Linhas por página:","Satellite":"Satélite","Save":"Guardar","Save changes":"Guardar alterações","Scan":"Pesquisar","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Digitalize o código QR com seu aplicativo autenticador ou use a chave de configuração mostrada abaixo e insira o código de verificação gerado:","Scans":"Pesquisas","Scope":"Âmbito de aplicação","Scopes":"Escopos","Search":"Pesquisar","Season":"Estação","Secret":"Segredo","Security and Access":"Segurança e acesso","Select":"Selecionar","Select a source folder to import files…":"Seleciona uma pasta de origem para importar ficheiros…","Select date":"Selecionar data","Select dates":"Selecionar datas","Select or create albums":"Seleciona ou cria álbuns","Select or create labels":"Seleciona ou cria etiquetas","Select or drop files to upload…":"Selecione ou arraste os arquivos para fazer o upload…","Select the files to upload…":"Seleciona os ficheiros a carregar…","Select the folder to be indexed…":"Seleciona a pasta a ser indexada…","Select Time":"Selecionar hora","Selection":"Seleção","Selection added to %s":"Seleção adicionada a %s","Selection approved":"Seleção aprovada","Selection archived":"Seleção arquivada","Selection marked as private":"Seleção marcada como privada","Selection not found":"Seleção não encontrada","Selection restored":"Seleção restaurada","Sequential Name":"Nome sequencial","Service":"Serviço","Service URL":"URL do serviço","Services":"Serviços","Session":"Sessão","Session ID":"Identificação de sessão","Sessions":"Sessões","Set as Album Cover":"Define como capa do álbum","Set as Cover Image":"Definir como imagem de capa","Settings":"Configurações","Settings saved":"Configurações salvas","Setup":"Configuração","Severity":"Gravidade","Share":"Partilhar","Share %{s}":"Partilhar %{s}","Show":"Mostrar","Show All Labels":"Mostrar todas as etiquetas","Show all new faces":"Mostrar todos os rostos novos","Show Caption":"Mostrar legenda","Show Captions":"Mostrar legendas","Show face markers":"Mostra os marcadores de rosto","Show hidden":"Mostrar oculto","Show Important Only":"Mostrar apenas o importante","Show logs in the web interface to monitor activity and troubleshoot problems.":"Mostra os registos na interface Web para monitorizar a atividade e resolver problemas.","Show smart albums that group pictures by occasion, trip, or location.":"Mostra álbuns inteligentes que agrupam fotografias por ocasião, viagem ou localização.","Show the Account page so users can manage their profile and security settings.":"Mostra a página Conta para que os utilizadores possam gerir o seu perfil e as definições de segurança.","Show the Calendar view to browse the library by year and month.":"Mostra a vista Calendário para navegar na biblioteca por ano e mês.","Show the Labels section to view and manage AI-generated labels.":"Mostra a secção Etiquetas para ver e gerir as etiquetas geradas pela IA.","Show the Library section to index, manage, and monitor the media library.":"Mostra a secção Biblioteca para indexar, gerir e monitorizar a biblioteca multimédia.","Show the Places view with interactive maps so you can browse photos by location.":"Mostra a vista de Locais com mapas interactivos para que possas procurar fotografias por localização.","Show Titles":"Mostra os títulos","Sidecar":"Secundários","Sidecar Files":"Ficheiros Sidecar","Sign in":"Entrar","Sign Out":"Sair","Similar":"Semelhante","Site URL":"URL do sítio","Size":"Tamanho","Slideshow":"Apresentação de diapositivos","Slow":"Lento","Software":"Programas","Software Update":"Atualização do software","Some albums could not be copied":"Alguns álbuns não puderam ser copiados","Some albums could not be created. Please edit the names and try again.":"Não foi possível criar alguns álbuns. Edita os nomes e tenta novamente.","Some albums could not be updated":"Alguns álbuns não puderam ser actualizados","Something went wrong, try again":"Algo deu errado, tente novamente","Sort by":"Ordenar por","Sort by Name (A–Z)":"Ordena por nome (A-Z)","Sort by Photo Count":"Ordenar por número de fotografias","Sort by Relevance":"Ordena por relevância","Sort Order":"Ordem de classificação","Sorted ascending.":"Ordenado por ordem crescente.","Sorted descending.":"Ordenado de forma descendente.","Source":"Fonte","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","Start":"Iniciar","Start Page":"Página inicial","Static Size Limit: %{n}px":"Tamanho estático limite: %{n}px","Status":"Status","Stay signed in on this device":"Mantenha a sessão iniciada neste dispositivo.","Stop Casting":"Pára de fazer o casting","Storage":"Armazenamento","Streets":"Ruas","Subject":"Assunto","Subject deleted":"Assunto eliminado","Subject not found":"Assunto não encontrado","Subject saved":"Assunto salvo","Successfully activated":"Ativado com sucesso","Successfully Connected":"Conectado com sucesso","Successfully deleted":"Excluído com sucesso","Successfully verified":"Verificado com sucesso","Super Admin":"superadministrador","Support for additional services, like Google Drive, will be added over time.":"Suporte para serviços adicionais, como Google Drive, serão adicionados oportunamente.","Support Our Mission":"Apoie nossa missão","Sync":"Sincronizar","Sync raw and video files":"Sincronizar ficheiros RAW e vídeos","Taken":"Tirado","Teal":"Azul marinho","Terrain":"Terreno","Text":"Texto","Thank You for Your Support!":"Obrigado por seu apoio!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"É por isso que o PhotoPrism foi desenvolvido desde o início para ser executado onde você precisar, sem comprometer a liberdade, privacidade ou funcionalidade.","The index currently contains %{n} hidden files.":"O índice atualmente contém %{n} ficheiros ocultos.","The instance rejected the cluster credentials.":"A instância rejeitou as credenciais do cluster.","The instance returned an unexpected redirect.":"A instância devolveu um redirecionamento inesperado.","The wakeup interval is %s, but must be 1h or less":"O intervalo de despertar é %s, mas deve ser de 1h ou menos","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 account is missing an ID and can't be edited.":"Falta um ID nesta conta e não é possível editá-la.","This field is required":"Este campo é obrigatório","This instance has no site URL configured.":"Esta instância não tem nenhum URL de site configurado.","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.","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.","Time":"Tempo","Time UTC":"Horário UTC","Time Zone":"Fuso Horário","Timeout":"Tempo esgotado","Title":{"":"Título","Account":"Título","Photo":"Título"},"Title / Position":"Título / Posição","to":"para","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Para evitar o bloqueio de sua conta, baixe, imprima ou copie este código de recuperação agora e guarde-o em um local seguro.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Para gerar uma nova senha específica do aplicativo, insira o nome e o escopo de autorização do aplicativo e selecione uma data de validade:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Para mudar para um novo aplicativo ou dispositivo autenticador, primeiro desative a autenticação de dois fatores e depois reative-a:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Para atualizar, você pode inserir um código de ativação ou clicar em \"Registrar\" para se inscrever em nosso site:","Today":"Hoje","Toggle View":"Trocar visualização","Token":"Token","Too many files selected":"Demasiados ficheiros seleccionados","Too many requests":"Demasiados pedidos","Troubleshooting":"Resolução de problemas","Try again using other filters or keywords.":"Tente novamente usando outros filtros ou palavras-chave.","Two-factor authentication has been enabled for your account.":"A autenticação de dois fatores foi habilitada para sua conta.","Type":"Tipo","Unable to delete":"Não é possível apagar","Unable to do that":"Não consigo fazer isso","Unassign":"Desatribuir","Unauthorized":"Não autorizado","Undo":"Desfazer","Unique ID":"ID único","Unknown":"Desconhecido","Unknown location":"Localização desconhecida","Unregistered":"Não registrado","Unsorted":"Não classificado","Unstack":"Desempilhar","Unsupported":"Não compatível","Unsupported format":"Formato sem suporte","Unsupported type":"Tipo não suportado","Updated":"Atualizado","Updating faces":"Atualização de rostos","Updating index":"Atualizando o índice","Updating moments":"Atualizando momentos","Updating picture…":"Atualizando a imagem..","Updating previews":"Atualização de previsões","Updating stacks":"Atualizando pilhas","Upgrade":"Melhoria","Upgrade Now":"Atualize agora","Upload":"Enviar","Upload complete":"Envio finalizado","Upload complete. Indexing…":"Envio finalizado. Indexando…","Upload failed":"Envio falhou","Upload has been processed":"O Upload foi processado","Upload local files":"Enviar ficheiros locais","Upload might be offensive":"Envio pode ser ofensivo","Upload Path":"Carregar Caminho","Uploading %{n} of %{t}…":"Enviando %{n} de %{t}…","Uploading photos…":"Enviando fotos…","Uploading…":"A carregar.","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Use o seguinte código de recuperação para acessar sua conta quando não conseguir gerar um código de verificação válido com seu aplicativo autenticador:","Use your recovery code or contact an administrator for help.":"Utiliza o teu código de recuperação ou contacta um administrador para obter ajuda.","User":"Utilizador","User Guide":"Guia do Usuário","User Interface":"Interface de utilizador","User not found":"Usuário não encontrado","Username":"Nome de utilizador","Users":"Usuários","UUID":"UUID","Vector":"Vetor","Vectors":"vetores","Verification Code":"Código de verificação","Verified email required":"É necessário um e-mail verificado.","Version":"Versão","Video":"Vídeo","Video Duration":"Duração Vídeo","Videos":"Vídeos","View":"Visualização","View search results as a list.":"Vê os resultados da pesquisa como uma lista.","Viewer":"Visualizador","Vision":"Visão","Visitor":"Visitante","Visual Similarity":"Similaridade visual","Warning":"Aviso","Web Login":"Login na Web","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"O suporte WebGL está desativado no teu browser","Website":"Site","White":"Branco","Work Details":"Detalhes do trabalho","Year":"Ano","Yellow":"Amarelo","Yes":"Sim","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Você está convidado a entrar em contato conosco em membership@photoprism.app para perguntas sobre sua associação.","You can only download one album":"Pode descarregar apenas um álbum","You can only download one label":"Pode descarregar apenas uma etiqueta","You can search for a location or move the marker on the map to change the position:":"Podes procurar uma localização ou mover o marcador no mapa para alterar a posição:","You can upload up to %{n} files for test purposes.":"Pode carregar até %{n} ficheiros para fins de teste.","You cannot change your own role.":"Não podes alterar a tua própria função.","You do not have access to any instances.":"Não tens acesso a nenhuma instância.","You may only select one item":"Pode descarregar apenas um item","You may rescan your library to find additional faces.":"Você pode voltar a digitalizar sua biblioteca para encontrar rostos adicionais.","Your account could not be connected":"Sua conta não pôde ser conectada","Your account has been successfully connected.":"Sua conta foi conectada com sucesso.","Your browser does not support WebGL":"O teu browser não suporta WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Seu apoio contínuo nos ajuda a fornecer atualizações regulares e a permanecer independentes, para que possamos cumprir nossa missão e proteger sua privacidade.","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.","Zip created in %d s":"Zip criado em %d","Zoom in/out":"Aproximar/Afastar","Archive":{"Noun":"Arquivo","Verb":"Arquivo"},"Add a Title":{"Photo":"Adiciona um título"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/pt_BR.json b/frontend/src/locales/json/pt_BR.json index 830d5f907..8f78abea2 100644 --- a/frontend/src/locales/json/pt_BR.json +++ b/frontend/src/locales/json/pt_BR.json @@ -1 +1 @@ -{"pt_BR":{"{0} appended action":"{0} ação anexada","{0} files":"{0} arquivos","{0} files ({1} in total)":"{0} arquivos ({1} no total)","{0} more":"{0} mais","{0} prepended action":"{0} ação precedida","{0} selected":"{0} selecionado","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"%{n} álbuns encontrados","%{n} files uploaded":"%{n} arquivos enviados","%{n} folders found":"%{n} pastas encontradas","%{n} GB of %{q} GB used":"%{n} GB de %{q} GB usados","%{n} labels found":"%{n} etiquetas encontradas","%{n} people found":"%{n} pessoas encontradas","%{n} pictures found":"%{n} fotos encontradas","%{s} is too long":"%{s} é muito longo","%{s} is too short":"%{s} é muito curto","%d entries added to %s":"%d entradas adicionadas a %s","%d entries removed from %s":"%d entradas removidas de %s","%d files uploaded in %d s":"%d arquivos enviados em %d","%s already exists":"%s já existe","%s has been restored":"%s foi restaurado","1 hour":"1 hora","12 hours":"12 horas","2-Factor Authentication":"Autenticação de dois fatores","2FA":"2FA","4 hours":"4 horas","A click will copy it to your clipboard.":"Um clique copiará para sua área de transferência.","A new version of %{s} is available:":"Uma nova versão de %{s} está disponível:","About":"Sobre","Access granted.":"Acesso concedido.","Access revoked.":"Acesso revogado.","Access Token":"Token de acesso","Account":"Conta","Account created":"Conta criada","Account deleted":"Conta excluída","Account Group Mappings":"Mapeamentos de grupos de contas","Account not found":"Conta não encontrada","Account restored":"Conta restaurada","Account saved":"Conta salva","Accounts":"Contas","Accuracy":"Precisão","Action":"Ação","Actions":"Ações","Activate":"Ativar","Activate to remove sorting.":"Ative para remover a classificação.","Activate to sort ascending.":"Ative para classificar em ordem crescente.","Activate to sort descending.":"Ative para classificar de forma decrescente.","Activation Code":"Código de ativação","Activity":"Atividade","Add":"Adicione","Add %{s}?":"Adicionar %{s}?","Add a Caption":"Adicionar uma legenda","Add Account":"Adicionar conta","Add Album":"Adicionar Álbum","Add Link":"Adicionar Link","Add Notes":"Adicionar notas","Add person?":"Você adicionou uma pessoa?","Add pictures from search results by selecting them.":"Adicione fotos dos resultados da busca selecionando-as.","Add to album":"Adicionar ao álbum","Add to all":"Adicionar a todos","Add to all selected photos":"Adicionar a todas as fotos selecionadas","Added":"Adicionado","Added %{name}":"Adicionado %{name}","Adjust Camera Info":"Ajustar as informações da câmera","Adjust Date & Time":"Ajustar data e hora","Adjust Location":"Ajustar local","Admin":"Admin","Advanced":"Avançado","Advertise URL":"URL de anúncio","After 1 day":"Depois de 1 dia","After 3 days":"Depois de 3 dias","After 7 days":"Depois de 7 dias","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Depois de inserir sua senha para confirmação, você pode configurar a autenticação de dois fatores com um aplicativo ou dispositivo autenticador compatível:","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 %s deleted":"Álbum %s excluído","Album Backups":"Backups de álbuns","Album contents cloned":"Conteúdo do álbum copiado","Album created":"Álbum criado","Album deleted":"Álbum excluído","Album not found":"Álbum não encontrado","Album saved":"Álbum salvo","Albums":"Álbuns","Albums deleted":"Álbuns excluídos","All":"Todos","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Permitir a configuração e o uso de aplicativos e serviços conectados para uploads e sincronização remotos.","Allow editing of metadata such as title, description, date, and location.":"Permitir a edição de metadados, como título, descrição, data e local.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permitir a edição de metadados, rótulos e álbuns de várias fotos ao mesmo tempo.","Allow files to be copied or moved from the Import to the Originals folder.":"Ative a ferramenta Importar para copiar ou mover arquivos da pasta Importar para Originais.","Allow files to be permanently deleted to free up storage space.":"Permitir que os arquivos sejam excluídos permanentemente para liberar espaço de armazenamento.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permita que os usuários arquivem fotos e vídeos para que eles fiquem ocultos sem serem excluídos.","Allow users to create and share links, and enable sharing with connected services.":"Permita que os usuários criem e compartilhem links e ative o compartilhamento com serviços conectados.","Allow users to upload new photos and videos through the web interface.":"Permitir que os usuários carreguem novas fotos e vídeos por meio da interface da Web.","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)","AM":"AM","Animated":"Animado","Animation":"Animação","Animations":"Animações","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","Application":"Aplicativo","Applications":"Aplicativos","Approve":"Aprovar","Approve and save changes":"Aprovar e salvar as alterações","Apps and Devices":"Aplicativos e dispositivos","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 delete this album?":"Você tem certeza de que deseja excluir esse álbum?","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?","Are you sure?":"Você tem certeza?","Artist":"Artista","Aspect Ratio":"Proporção da Tela","Attributes":"Atributos","Audio":"Áudio","Audit Log":"Áudio","Authentication":"Autenticação","Auto":"Automotivo","Back":"Voltar","Back to top":"Voltar ao topo","Backup":"Cópia de Segurança","Badge":"Crachá","Base Path":"Caminho Base","Batch":"Lote","Batch Edit":"Edição em lote","Become a member today, support our mission and enjoy our member benefits!":"Torne-se um membro hoje, apoie nossa missão e desfrute dos benefícios de nossos membros!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Sendo 100% self-fundados e independentes, podemos prometer que nunca venderemos seus dados e que seremos sempre transparentes sobre nossos softwares e serviços.","Bio":"Biografia","Birth Date":"Data de Nascimento","Black":"Preto","Blue":"Azul","Brown":"Marrom","Browse":"Navegar","Browse Files":"Procurar arquivos","Browse Pictures":"Procurar imagens","Bug Report":"Relatar erro","Busy, please try again later":"Ocupado, por favor tente mais tarde","Busy, please wait…":"Ocupado, por favor espere…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Ao utilizar o software e os serviços que fornecemos, você concorda com nossos termos de serviço, política de privacidade e código de conduta.","Calendar":"Calendário","Camera":"Câmera","Camera not found":"Câmera não encontrada","Camera Serial":"Série da Câmera","Can't access your authenticator app or device?":"Você não consegue acessar o aplicativo ou o dispositivo autenticador?","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","Cannot copy to clipboard":"Não é possível copiar para a área de transferência","Caption":"Legenda","Cards":"Cartões","Carousel slide {0} of {1}":"Slide de carrossel {0} de {1}","Cast":"Elenco","Category":"Categoria","Change Avatar":"Mudar Avatar","Change Password":"Alterar Senha","Change private flag":"Mudar marcação como privado","Changes could not be saved":"As mudanças não foram salvas","Changes successfully saved":"As mudanças foram salvas com sucesso","Changes to the advanced settings require a restart to take effect.":"As alterações nas configurações avançadas exigem que você reinicie o sistema para entrar em vigor.","Checked":"Checado","Choose an instance to continue:":"Escolha uma instância para continuar:","Chroma":"Croma","Cleaning index and cache":"Limpeza do índice e do cache","Cleanup":"Limpeza","Clear":"Limpo","Clear {0}":"Limpar {0}","Client":"Cliente","Close":"Fechar","Cluster":"Grupo","Cluster Admin":"Administrador do cluster","Cluster Node":"Nó do cluster","Codec":"Codec","Color":"Cor","Color Profile":"Perfil da cor","Colors":"Cores","Compare Editions":"Compare as Edições","Complete Rescan":"Escanear completamente novamente","Confidence":"Certeza","Confirm":"confirme","Connect":"Conectar","Connect via WebDAV":"Conectar via WebDAV","Connected":"Conectado","Contact Details":"Detalhes do contato","Contact Us":"Entrar em contato","Contains %{n} pictures.":"Contém %{n} imagens.","Contains one picture.":"Contém uma foto.","Content":{"":"Conteúdo","Edit":"Conteúdo"},"Continue":"Continuar","Contributor":"Contribuinte","Converting":"Convertendo","Copied to clipboard":"Copiado para a área de transferência de texto","Copy":"Copiar","Copying files from %s":"Copiando arquivos de %s","Copyright":"Direitos Autorais","Could not be deleted":"Não foi possível excluir","Could not connect, please try again":"Não foi possível conectar, por favor tente novamente","Could not update person cover":"Não foi possível atualizar a cobertura da pessoa","Couldn't find anything.":"Não foi possível encontrar nada.","Country":"País","Create Account":"Criar conta","Create album":"Criar álbum","Create regular backups based on the configured schedule.":"Criar backups de índices com base na programação configurada.","Create YAML files to back up album metadata.":"Crie arquivos YAML para fazer backup dos metadados do álbum.","Create YAML sidecar files to back up picture metadata.":"Crie arquivos YAML sidecar para fazer backup dos metadados da imagem.","Created":"Criado","Creating thumbnails for":"Criando miniaturas para","Current Password":"Senha Atual","Custom":"Personalizado","Cyan":"Ciano","Daily":"Diariamente","Database":"Banco de dados","Database Backups":"Backups de banco de dados","Databases":"Bancos de dados","Date & Time":"Data e hora","Day":"Dia","Deactivate":"Desativar","Debug Logs":"Registros de depuração","Default":"Padrão","Default Folder":"Pasta Padrão","Delete":"Excluir","Delete Album":"Excluir álbum","Delete All":"Excluir tudo","Delete all?":"Excluir tudo?","Delete orphaned index entries, sidecar files and thumbnails.":"Exclua entradas de índice órfãs, arquivos sidecar e miniaturas.","deleted":"excluído","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 all face detection and recognition features.":"Desative todos os recursos de detecção e reconhecimento de rosto.","Disable Backups":"Desativar Cópias de Segurança","Disable Darktable":"Desativar Darktable","Disable ExifTool":"Desativar ExifTool","Disable Faces":"Desativar rostos","Disable features that require write permission for the originals folder.":"Desative os recursos que exigem permissão de gravação para a pasta de originais.","Disable FFmpeg":"Desativar FFmpeg","Disable ImageMagick":"Desativar ImageMagick","Disable interactive world maps and reverse geocoding.":"Desative os mapas mundiais interativos e a geocodificação reversa.","Disable MCP":"Desativar MCP","Disable Places":"Desativar Lugares","Disable RawTherapee":"Desativar RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Desative o ponto de extremidade da API do protocolo de contexto de modelo (MCP) para integrações de agentes de IA.","Disable Vectors":"Vetores de Desativação","Disable WebDAV":"Desativar WebDAV","Disabled":"Desativado","Disables vector graphics support.":"Desativa o suporte de gráficos vetoriais.","Disables video transcoding and thumbnail extraction.":"Desativa a transcodificação de vídeo e a extração de miniaturas.","Discard":"Descartar","Discard changes and close":"Descartar alterações e fechar","Discard invalid changes?":"Descartar alterações inválidas?","Discard unsaved changes?":"Descartar alterações não salvas?","Discover":"Descobrir","Dismiss":"Dispensar","Display Name":"Nome de Exibição","Display picture captions in search results.":"Exibir legendas de imagens nos resultados de pesquisa.","Display picture titles in search results.":"Exibir títulos de imagens nos resultados de pesquisa.","Document":"Documento","Documents":"Documentos","Don't use Darktable to convert RAW images.":"Não use o Darktable para converter imagens RAW.","Don't use ImageMagick to convert images.":"Não use o ImageMagick para converter imagens.","Don't use RawTherapee to convert RAW images.":"Não use RawTherapee para converter imagens RAW.","Done":"Concluído","Done.":"Concluído.","Download":"Baixar","Download only original media files, without any automatically generated files.":"Baixe somente arquivos de mídia originais, sem nenhum arquivo gerado automaticamente.","Download remote files":"Baixar arquivos remotos","Downloading…":"Baixando…","Drag and drop files here":"Arraste e solte arquivos aqui","Driver":"Motorista","Duplicates will be skipped and only appear once.":"Duplicatas serão puladas e só aparecerão uma vez.","Duration":"Duração","Dynamic Previews":"Amostras dinâmicas","Dynamic Size Limit: %{n}px":"Tamanho dinâmico limite: %{n}px","Edit":"Editar","Edit %{s}":"Editar %{s}","Edit Account":"Editar Conta","Edit Photo":"Editar Foto","Edit Photos (%{n})":"Editar fotos (%{n})","Edited":"Editado","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Ative o modo de depuração para exibir logs adicionais e ajudar na solução de problemas.","Enable downloading of original and sidecar files from the web interface.":"Permitir o download de arquivos originais e sidecar da interface da Web.","Enable face recognition and the People view to easily find people you know.":"Ative o reconhecimento facial e a exibição Pessoas para encontrar facilmente pessoas que você conhece.","Enable new features that may be incomplete or unstable.":"Habilitar novos recursos que podem estar incompletos ou instáveis.","Enable the file browser to navigate the Originals folder structure.":"Ative o navegador de arquivos para navegar na estrutura da pasta Originals.","Enables RAW converter presets. May reduce performance.":"Permite predefinições de conversores RAW. Pode reduzir o desempenho.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Ativar a autenticação de dois fatores significa que você precisará de um código de verificação gerado aleatoriamente para fazer login, portanto, mesmo que alguém obtenha acesso à sua senha, não conseguirá acessar sua conta.","Engine":"Motor","Enter date":"Insira a data","Enter dates":"Inserir datas","Enter item name...":"Digite o nome do item...","Enter the code generated by your authenticator app:":"Digite o código gerado pelo aplicativo autenticador:","Enter verification code":"Digite o código de verificação","Enter your password to confirm the action and continue:":"Digite sua senha para confirmar a ação e continuar:","Entity not found":"Entidade não encontrada","Error":"Erro","Errors":"Erros","Estimate":"Estimativa","Estimate Locations":"Locais de estimativa","Estimate the approximate location of pictures without GPS coordinates.":"Estimar a localização aproximada de imagens sem coordenadas de GPS.","Every two days":"A cada dois dias","Exclude hidden":"Excluir oculto","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"A extração de metadados com o ExifTool é necessária para que você tenha suporte total a vídeo, foto ao vivo e XMP.","Experimental Features":"Funcionalidades experimentais","Expires":"Expira","Exposure":"Exposição","Extract still images and generate thumbnails while indexing.":"Extraia imagens estáticas e gere miniaturas durante a indexação.","F Number":"Razão focal","Face":"Rosto","Face not found":"Rosto não encontrado","Faces":"Rostos","Failed creating file, please check permissions":"Falha ao criar arquivo, por favor cheque as permissões","Failed creating folder, please check permissions":"Falha ao criar pasta, por favor cheque as permissões","Failed removing link":"Falha ao remover o link","Failed to connect account.":"Falha ao conectar a conta.","Failed to create zip file":"Falha ao criar arquivo zip","Failed to load users.":"Não foi possível carregar os usuários.","Failed to remove face marker":"Falha ao remover o marcador de face","Failed to remove name":"Falha ao remover o nome","Failed to restart server":"Não foi possível reiniciar o servidor","Failed to save changes":"Falha ao salvar as alterações","Failed to save face marker":"Falha ao salvar o marcador de rosto","Failed to save name":"Falha ao salvar o nome","Failed updating link":"Falha ao atualizar o link","Family Name":"Nome de família","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature disabled":"Recurso Desativado","Feature Request":"Solicitar funcionalidade","Female":"Feminino","File":"Arquivo","File Browser":"Explorador de Arquivos","File Conversion":"Conversão de arquivos","File deleted":"Arquivo excluído","File Name":"Nome do arquivo","File not found":"Arquivo não encontrado","File removed from stack":"Arquivo removido da pilha","File Size":"Tamanho do Arquivo","File too large":"Arquivo muito grande","File uploaded":"Arquivo carregado","Filename":"Nome do arquivo","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.","First page":"Primeira página","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","Forgot password?":"Esqueceu a senha?","FPS":"FPS","Frames":"Quadros","Full Access":"Acesso total","Fullscreen":"Tela Cheia","General":"Geral","Generate":"Gerar","Generate Previews":"Gerar visualizações","Generated":"Gerado","Get Started":"Começar a usar","Given Name":"Nome dado","Global Options":"Opções globais","Go to page {0}":"Ir para a página {0}","Gold":"Dourado","Green":"Verde","Grey":"Cinza","Groups":"Grupos","Guest":"Convidado","Hash":"Hashe","Help":"Ajuda","Help & Support":"Ajuda & Suporte","Hidden":"Ocultos","Hidden Files":"Arquivos Ocultos","Hide":"Esconder","Hide Caption":"Ocultar legenda","Hide face markers":"Ocultar marcadores de rosto","Hide private content from global views while keeping it accessible in the Private section.":"Oculte itens privados de exibições globais e mantenha-os acessíveis na seção Privado.","High":"Alta","High Dynamic Range (HDR)":"Faixa dinâmica alta (HDR)","Hybrid":"Híbrido","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Se você perder o acesso ao seu aplicativo ou dispositivo autenticador, poderá usar seu código de recuperação para recuperar o acesso à sua conta.","Image":"Imagem","Image Quality":"Qualidade de imagem","Import":"Importar","Import canceled":"Importação cancelada","Import completed in %d s":"Importação completa em %d","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.","Importing %{s}…":"Importando %{s}…","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.","Include RAW image files when downloading stacks and archives.":"Incluir arquivos de imagem RAW ao baixar pilhas e arquivos.","Include sidecar files when downloading stacks and archives.":"Incluir arquivos sidecar ao baixar pilhas e arquivos.","Increase storage size or delete files to continue.":"Aumente o tamanho do armazenamento ou exclua arquivos para continuar.","Index":"Indexar","Indexing":"Indexando","Indexing canceled":"Indexação cancelada","Indexing completed in %d s":"Indexação completa em %d","Indexing failed":"Falha ao indexar","Indexing files in %s":"Indexando arquivos em %s","Indexing media and sidecar files…":"Indexando arquivos de mídia e secundários…","Indexing originals...":"Indexando originais...","Information":"Informações","Inherit":"Herdar","Instance":"Instância","Instance ID":"ID da Instância","Instance unreachable. Try again once it's back online.":"A instância está indisponível. Tenta novamente quando ela voltar a ficar online.","Instances":"Instâncias","Insufficient storage":"Armazenamento insuficiente","Insufficient storage.":"Armazenamento insuficiente.","Interval":"Intervalo","Invalid":"Inválido","Invalid address":"Endereço inválido","Invalid country":"País inválido","Invalid credentials":"Credenciais inválidas","Invalid date":"Data inválida","Invalid link":"Link inválido","Invalid name":"Nome inválido","Invalid parameters":"Parâmetros inválidos","Invalid password, please try again":"Senha inválida, por favor tente novamente","Invalid photo selected":"Foto inválida selecionada","Invalid time":"Hora inválida","Invalid URL":"URL inválido","Invalid verification code, please try again":"Código de verificação inválido, tente novamente","IP Address":"Endereço IP","It is a one-time use code that will disable 2FA for your account when you use it.":"É um código de uso único que desativará o 2FA da sua conta quando você o usar.","Item":"Item","Items per page:":"Itens por página:","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.","Keyword":"Palavra-chave","Keywords":"Palavras-chave","Label":"Etiqueta","Label not found":"Etiqueta não encontrada","Label saved":"Etiqueta salva","Labels":"Etiquetas","Labels deleted":"Etiquetas excluídas","Language":"Idioma","Last Active":"Último ativo","Last Login":"Último Login","Last page":"Última página","Last Sync":"Última Sincronia","Last Used":"Usado por último","Latitude":"Latitude","LDAP/AD":"LDAP/AD","Learn more":"Saiba mais","Learn More":"Saiba mais","Legal Information":"Informações legais","Lens":"Lente","Lens not found":"Lente não encontrada","Library":"Biblioteca","License":"Licença","Like":"Gostar","Lime":"Lima","Limit reached, showing first %{n} files":"Limite alcançado, mostrando os primeiros %{n} arquivos","Link":"Link","List":"Lista","List View":"Exibição de lista","Live":"Ao vivo","Live Photos":"Fotos ao vivo","Load more":"Carregar mais","Loading items...":"Carregando itens...","Loading...":"Carregando...","Local":"Local","Local Time":"Hora Local","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","Logs":"Registros","Longitude":"Longitute","Lost server connection":"Perda de conexão com o servidor","Low":"Baixo","Magenta":"Magenta","Main Color":"Cor principal","Male":"Masculino","Manage Account":"Gerenciar conta","Manager":"Gerente","Manual":"Manual","Manual Upload":"Envio manual","Maps":"Mapas","Marker":"Marcador","Maximum number of accounts has been reached.":"O número máximo de contas foi atingido.","Media":"Mídia","Medium":"Médio","Membership":"Filiação","Merge %{a} with %{b}?":"Fundir %{a} com %{b}?","Message":"Mensagem","Metadata":"Metadados","Metrics":"Métricas","Minimize":"Minimizar","Missing":"Faltando","Missing or invalid configuration":"Configuração ausente ou inválida","mixed":"misto","Moments":"Momentos","Monochrome":"Monocromático","Month":"Mês","More options":"Mais opções","Mosaic":"Mosáico","Most Relevant":"Mais Relevante","Move Files":"Mover arquivos","Moving files from %s":"Movendo arquivos de %s","Must have at least %{n} characters.":"Deve ter pelo menos %{n} caracteres.","Mute":"Mudo","Name":"Nome","Name too long":"Nome muito extenso","Never":"Nunca","New":"Novo","New Password":"Nova senha","Newest First":"Recentes primeiro","Next":"Próximo","Next page":"Próxima página","Next visual":"Próximo visual","No":"Não","No Access":"Acesso negado","No albums assigned":"Nenhum álbum atribuído","No albums found":"Nenhum álbum encontrado","No albums selected":"Sem álbuns selecionados","No data available":"Não há dados disponíveis","No files available for download":"Sem arquivos disponíveis para baixar","No items selected":"Sem itens selecionados","No labels assigned":"Nenhum rótulo atribuído","No labels found":"Nenhuma etiqueta encontrada","No labels selected":"Sem etiquetas selecionadas","No matching records found":"Não foram encontrados registros correspondentes","No more":"Não mais","No people found":"Nenhuma pessoa encontrada","No pictures found":"Nenhuma foto encontrada","No recently edited pictures":"Nenhuma foto editada recentemente","No registered instances.":"Não há instâncias registradas.","No results":"Nenhum resultado","No server connection":"Sem conexão com o servidor","No servers configured.":"Nenhum servidor configurado.","No services configured.":"Nenhum serviço configurado.","No thanks":"Não, obrigado(a)","No users on this instance.":"Não há usuários nesta instância.","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.","Node":"Nó","Nodes":"Nós","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","Not allowed":"Não permitido","Not available in public mode":"Indisponível em modo público","Not available in read-only mode":"Não disponível no modo somente leitura","Not found":"Não encontrado","Not sorted.":"Não classificado.","Not supported":"Não suportado","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.","Notes":"Notas","Nothing to see here yet.":"Nada para se ver aqui ainda. Seja paciente.","Nothing was found.":"Nada foi encontrado.","Offline":"Desconectado","OK":"OK","Oldest First":"Antigos primeiro","On Windows, enter the following resource in the connection dialog:":"No Windows, digite o seguinte recurso no diálogo de conexão:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"A geração de miniaturas sob demanda pode causar alto uso de CPU e memória. Não é recomendado para servidores e dispositivos NAS com recursos limitados.","Once a week":"Uma vez por semana","One album found":"Um álbum encontrado","One entry added to %s":"Uma entrada adicionada a %s","One entry removed from %s":"Uma entrada removida de %s","One file found":"Um arquivo encontrado","One file uploaded":"Um arquivo carregado","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","Only locally managed accounts can be set up for authentication with 2FA.":"Somente contas gerenciadas localmente podem ser configuradas para autenticação com 2FA.","Open":"Aberto","optional":"opcional","or":"ou","Orange":"Laranjado","Organization":"Organização","Orientation":"Orientação","Original file names will be stored and indexed.":"Nomes originais dos arquivos serão armazenados e indexados.","Original Name":"Nome original","Originals":"Originais","Originals folder is empty":"A pasta dos originais está vazia","Other":"Outro","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Nossa missão é fornecer a solução mais amigável ao usuário e à privacidade para manter suas fotos organizadas e acessíveis.","Outdoor":"Ao ar livre","Page {0}, Current page":"Página {0}, página atual","Pages":"Páginas","Pagination Navigation":"Navegação de paginação","Panorama":"Panorama","Panoramas":"Panoramas","Part of all selected photos":"Parte de todas as fotos selecionadas","Part of some selected photos":"Parte de algumas fotos selecionadas","Password":"Senha","Password changed":"Senha alterada","Pause":"Pausa","Payment required":"É necessário efetuar o pagamento","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","Permission denied":"Permissão negada","Person":"Pessoa","Person cover updated":"Capa da pessoa atualizada","Person deleted":"Pessoa apagada","Person not found":"Pessoa não encontrada","Person saved":"Pessoa salva","Personal":"Pessoal","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"O PhotoPrism é 100% autofinanciado e independente.","PhotoPrism+ Membership":"FotoPrism+ Filiação","Photos":"Fotos","Picture":"Imagem","Picture Title":"Título da imagem","Pink":"Rosa","Pinned":"Fixado","Place":"Lugar","Place & Time":"Lugar & Tempo","Places":"Lugares","Play":"Reproduzir","Please confirm your new password.":"Por favor, confirme sua nova senha.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Copie a seguinte senha de aplicativo gerada aleatoriamente e guarde-a em um local seguro, pois você não poderá vê-la novamente:","Please do not upload any private, unlawful or offensive pictures.":"Não faça upload de fotos particulares, ilegais ou ofensivas.","Please don't upload photos containing offensive content.":"Por favor, não envie fotos com conteúdo ofensivo.","Please enter OTP character {0}":"Por favor, digite o caractere OTP {0}","Please log in to your account":"Faça o login em sua conta","Please note that changing your password will log you out on other devices and browsers.":"Por favor, note que a mudança de sua senha fará com que você saia de outros dispositivos e navegadores.","Please restart your instance for the changes to take effect.":"Por favor, reinicie seu exemplo para que as mudanças tenham efeito.","Please wait…":"Por favor, aguarde…","PM":"PM","PNG Size Limit: %{n}px":"Tamanho PNG limite: %{n}px","Portal":"Portal","Portrait":"Retrato","Preserve filenames":"Preservar nomes de arquivo","Press enter to create a new album.":"Pressione enter para criar um novo álbum.","Press enter to create new item":"Pressione enter para criar um novo item","Prevent database and album backups as well as YAML sidecar files from being created.":"Impedir que sejam criados backups de bancos de dados e álbuns, bem como arquivos sidecar YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Impedir que outros aplicativos acessem o PhotoPrism como uma unidade de rede compartilhada.","Preview":"Pré-visualização","Preview Images":"Imagens de visualização","Previous":"Anterior","Previous page":"Página anterior","Previous visual":"Visual anterior","Primary":"Primário","Private":"Privado","Processing upload...":"Processamento de upload...","Product Feedback":"Opinião sobre o produto","Projection":"Projeção","Purple":"Roxo","Quality Filter":"Filtro de qualidade","Quality Score":"Marcador de qualidade","Quota exceeded":"Cota excedida","Random":"Aleatório","Rating {0} of {1}":"Classificação {0} de {1}","Raw":"RAW","RAW":"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":"Adicionado recentemente","Recently Archived":"Arquivado recentemente","Recently Edited":"Editado Recentemente","Recognition starts after indexing has been completed.":"O reconhecimento começa após a indexação ter sido concluída.","Recognized":"Reconhecido","Recovery Code":"Código de recuperação","Red":"Vermelho","Refresh":"Atualizar","Regions":"Regiões","Register":"Registre-se","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 from all":"Remover de tudo","Remove from all selected photos":"Remover de todas as fotos selecionadas","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.","Remove the selected instance from the cluster registry?":"Remover a instância selecionada do registro do cluster?","Removed":"Removido","Removed %{name}":"Removido %{name}","Removed %d files and %d photos":"Removidos %d arquivos e %d fotos","Repeated":"Repetido","Request failed - are you offline?":"O pedido falhou - você está offline?","Request failed - invalid response":"Solicitação falhou - resposta inválida","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Exigir que imagens não fotográficas e de baixa qualidade sejam revisadas antes de serem exibidas nos resultados de pesquisa.","Resolution":"Resolução","Restart":"Reinicie","Restore":"Restaurar","Restored":"Restaurado","Retry Limit":"Limite de Tentativa","Retype Password":"Reinsira a senha","Review":"Revisar","Role":"Papel","Roles":"Funções","Rotated":"Rotacionado","Rows per page:":"Linhas por página:","Satellite":"Satélite","Save":"Salvar","Save changes":"Salvar alterações","Scan":"Buscar","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Digitalize o código QR com seu aplicativo autenticador ou use a chave de configuração mostrada abaixo e insira o código de verificação gerado:","Scans":"Escaneadas","Scope":"Escopo","Scopes":"Escopos","Search":"Pesquisar","Season":"Estação","Secret":"Segredo","Security and Access":"Segurança e acesso","Select":"Selecionar","Select a source folder to import files…":"Selecione uma pasta de origem para importar arquivos…","Select date":"Selecione a data","Select dates":"Selecione as datas","Select or create albums":"Selecione ou crie álbuns","Select or create labels":"Selecionar ou criar rótulos","Select or drop files to upload…":"Selecione ou solte arquivos para fazer upload…","Select the files to upload…":"Selecione os arquivos a serem carregados…","Select the folder to be indexed…":"Selecione a pasta a ser indexada…","Select Time":"Selecione o horário","Selection":"Seleção","Selection added to %s":"Seleção adicionada a %s","Selection approved":"Seleção aprovada","Selection archived":"Seleção arquivada","Selection marked as private":"Seleção marcada como privada","Selection not found":"Seleção não encontrada","Selection restored":"Seleção restaurada","Sequential Name":"Nome sequencial","Service":"Serviço","Service URL":"URL do serviço","Services":"Serviços","Session":"Sessão","Session ID":"ID da sessão","Sessions":"Sessões","Set as Album Cover":"Definir como capa do álbum","Set as Cover Image":"Definir como imagem de capa","Settings":"Configurações","Settings saved":"Configurações salvas","Setup":"Configurar","Severity":"Gravidade","Share":"Compartilhar","Share %{s}":"Compartilhar %{s}","Show":"Mostrar","Show All Labels":"Mostrar todos os rótulos","Show all new faces":"Mostrar todos os rostos novos","Show Caption":"Mostrar legenda","Show Captions":"Mostrar legendas","Show face markers":"Mostrar marcadores de rosto","Show hidden":"Mostrar oculto","Show Important Only":"Mostrar somente o importante","Show logs in the web interface to monitor activity and troubleshoot problems.":"Mostre os registros na interface da Web para monitorar a atividade e solucionar problemas.","Show smart albums that group pictures by occasion, trip, or location.":"Mostre álbuns inteligentes que agrupam fotos por ocasião, viagem ou local.","Show the Account page so users can manage their profile and security settings.":"Mostre a página Account para que os usuários possam gerenciar suas configurações de perfil e segurança.","Show the Calendar view to browse the library by year and month.":"Mostre a visualização Calendar para navegar na biblioteca por ano e mês.","Show the Labels section to view and manage AI-generated labels.":"Mostre a seção Labels (Rótulos) para visualizar e gerenciar rótulos gerados por IA.","Show the Library section to index, manage, and monitor the media library.":"Mostre a seção Biblioteca para indexar, gerenciar e monitorar a biblioteca de mídia.","Show the Places view with interactive maps so you can browse photos by location.":"Mostre a visualização Places com mapas interativos para que você possa procurar fotos por local.","Show Titles":"Mostrar títulos","Sidecar":"Secundários","Sidecar Files":"Arquivos Sidecar","Sign in":"Entrar","Sign Out":"Sair","Similar":"Semelhante","Site URL":"URL do site","Size":"Tamanho","Slideshow":"Apresentação de slides","Slow":"Lento","Software":"Software","Software Update":"Atualização de software","Some albums could not be copied":"Alguns álbuns não puderam ser copiados","Some albums could not be created. Please edit the names and try again.":"Alguns álbuns não puderam ser criados. Edite os nomes e tente novamente.","Some albums could not be updated":"Alguns álbuns não puderam ser atualizados","Something went wrong, try again":"Algo deu errado, tente novamente","Sort by":"Ordenar por","Sort by Name (A–Z)":"Classificar por nome (A-Z)","Sort by Photo Count":"Classificar por contagem de fotos","Sort by Relevance":"Classificar por relevância","Sort Order":"Ordem de classificação","Sorted ascending.":"Classificado em ordem crescente.","Sorted descending.":"Ordenado de forma descendente.","Source":"Fonte","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","Start":"Iniciar","Start Page":"Página inicial","Static Size Limit: %{n}px":"Tamanho estático limite: %{n}px","Status":"Status","Stay signed in on this device":"Permaneça conectado neste dispositivo","Stop Casting":"Pára de lançar","Storage":"Armazenamento","Streets":"Ruas","Subject":"Assunto","Subject deleted":"Assunto eliminado","Subject not found":"Assunto não encontrado","Subject saved":"Assunto salvo","Successfully activated":"Ativado com sucesso","Successfully Connected":"Conectado com sucesso","Successfully deleted":"Eliminado com sucesso","Successfully verified":"Verificado com sucesso","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Suporte para serviços adicionais, como Google Drive, serão adicionados oportunamente.","Support Our Mission":"Apoiar nossa missão","Sync":"Sincronizar","Sync raw and video files":"Sincronizar imagens e vídeos RAW","Taken":"Tirado","Teal":"Azul marinho","Terrain":"Terreno","Text":"Texto","Thank You for Your Support!":"Obrigado por seu apoio!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"É por isso que o PhotoPrism foi construído desde o início para funcionar onde você precisar, sem comprometer a liberdade, a privacidade ou a funcionalidade.","The index currently contains %{n} hidden files.":"O índice atualmente contém %{n} arquivos ocultos.","The instance rejected the cluster credentials.":"A instância rejeitou as credenciais do cluster.","The instance returned an unexpected redirect.":"A instância retornou um redirecionamento inesperado.","The wakeup interval is %s, but must be 1h or less":"O intervalo de despertar é %s, mas deve ser de 1h ou menos","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 account is missing an ID and can't be edited.":"Esta conta não tem um ID e não pode ser editada.","This field is required":"Este campo é obrigatório","This instance has no site URL configured.":"Esta instância não tem nenhum URL de site configurado.","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 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.","Time":"Tempo","Time UTC":"Horário UTC","Time Zone":"Fuzo Horário","Timeout":"Tempo esgotado","Title":{"":"Título","Account":"Título","Photo":"Título"},"Title / Position":"Título / Posição","to":"para","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Para evitar o bloqueio de sua conta, baixe, imprima ou copie este código de recuperação agora e guarde-o em um local seguro.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Para gerar uma nova senha específica do aplicativo, insira o nome e o escopo de autorização do aplicativo e selecione uma data de validade:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Para mudar para um novo aplicativo ou dispositivo autenticador, primeiro desative a autenticação de dois fatores e depois reative-a:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Para atualizar, você pode digitar um código de ativação ou clicar em \"Registrar\" para se inscrever em nosso site:","Today":"Hoje","Toggle View":"Trocar visualização","Token":"Token","Too many files selected":"Muitos arquivos selecionados","Too many requests":"Muitas solicitações","Troubleshooting":"Solução de problemas","Try again using other filters or keywords.":"Tente novamente usando outros filtros ou palavras-chave.","Two-factor authentication has been enabled for your account.":"A autenticação de dois fatores foi habilitada para sua conta.","Type":"Tipo","Unable to delete":"Não é possível excluir","Unable to do that":"Não consigo fazer isso","Unassign":"Cancelar atribuição","Unauthorized":"Não autorizado","Undo":"Desfazer","Unique ID":"ID único","Unknown":"Desconhecido","Unknown location":"Local desconhecido","Unregistered":"Não registrado","Unsorted":"Não classificado","Unstack":"Desempilhar","Unsupported":"Não compatível","Unsupported format":"Formato sem suporte","Unsupported type":"Tipo não suportado","Updated":"Atualizado","Updating faces":"Atualização de rostos","Updating index":"Atualizando índice","Updating moments":"Atualizando momentos","Updating picture…":"Atualizando a imagem..","Updating previews":"Atualização de visualizações","Updating stacks":"Atualizando pilhas","Upgrade":"Atualização","Upgrade Now":"Atualização agora","Upload":"Enviar","Upload complete":"Envio finalizado","Upload complete. Indexing…":"Envio finalizado. Indexando…","Upload failed":"Envio falhou","Upload has been processed":"O Upload foi processado","Upload local files":"Enviar arquivos locais","Upload might be offensive":"Envio pode ser ofensivo","Upload Path":"Caminho de Upload","Uploading %{n} of %{t}…":"Enviando %{n} de %{t}…","Uploading photos…":"Enviando fotos…","Uploading…":"Carregando…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Use o seguinte código de recuperação para acessar sua conta quando não conseguir gerar um código de verificação válido com seu aplicativo autenticador:","Use your recovery code or contact an administrator for help.":"Use o código de recuperação ou entre em contato com um administrador para obter ajuda.","User":"Usuário","User Guide":"Guia do Usuário","User Interface":"Interface de usuário","User not found":"Usuário não encontrado","Username":"Nome de usuário","Users":"Usuários","UUID":"UUID","Vector":"Vetor","Vectors":"Vetores","Verification Code":"Código de verificação","Version":"Versão","Video":"Vídeo","Video Duration":"Duração Vídeo","Videos":"Vídeos","View":"Visualização","View search results as a list.":"Exibir os resultados da pesquisa como uma lista.","Viewer":"Visualizador","Vision":"Visão","Visitor":"Visitante","Visual Similarity":"Similaridade visual","Warning":"Advertência","Web Login":"Login na Web","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"O suporte a WebGL está desativado em seu navegador","Website":"Site","White":"Branco","Work Details":"Detalhes do trabalho","Year":"Ano","Yellow":"Amarelo","Yes":"Sim","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Você é bem-vindo a entrar em contato conosco pelo e-mail membership@photoprism.app para perguntas relativas à sua filiação.","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 can search for a location or move the marker on the map to change the position:":"Você pode procurar um local ou mover o marcador no mapa para alterar a posição:","You can upload up to %{n} files for test purposes.":"Você pode carregar até %{n} arquivos para fins de teste.","You cannot change your own role.":"Você não pode alterar sua própria função.","You do not have access to any instances.":"Você não tem acesso a nenhuma instância.","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.","Your account could not be connected":"Sua conta não pôde ser conectada","Your account has been successfully connected.":"Sua conta foi conectada com sucesso.","Your browser does not support WebGL":"Seu navegador não é compatível com WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Seu apoio contínuo nos ajuda a fornecer atualizações regulares e a permanecer independentes, para que possamos cumprir nossa missão e proteger sua privacidade.","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.","Zip created in %d s":"Zip criado em %d","Zoom in/out":"Aproximar/Afastar","Archive":{"Noun":"Arquivo","Verb":"Arquivo"},"Add a Title":{"Photo":"Adicionar um título"}}} \ No newline at end of file +{"pt_BR":{"{0} appended action":"{0} ação anexada","{0} files":"{0} arquivos","{0} files ({1} in total)":"{0} arquivos ({1} no total)","{0} more":"{0} mais","{0} prepended action":"{0} ação precedida","{0} selected":"{0} selecionado","{0}-{1} of {2}":"{0}-{1} de {2}","%{n} albums found":"%{n} álbuns encontrados","%{n} files uploaded":"%{n} arquivos enviados","%{n} folders found":"%{n} pastas encontradas","%{n} GB of %{q} GB used":"%{n} GB de %{q} GB usados","%{n} labels found":"%{n} etiquetas encontradas","%{n} people found":"%{n} pessoas encontradas","%{n} pictures found":"%{n} fotos encontradas","%{s} is too long":"%{s} é muito longo","%{s} is too short":"%{s} é muito curto","%d entries added to %s":"%d entradas adicionadas a %s","%d entries removed from %s":"%d entradas removidas de %s","%d files uploaded in %d s":"%d arquivos enviados em %d","%s already exists":"%s já existe","%s has been restored":"%s foi restaurado","1 hour":"1 hora","12 hours":"12 horas","2-Factor Authentication":"Autenticação de dois fatores","2FA":"2FA","4 hours":"4 horas","A click will copy it to your clipboard.":"Um clique copiará para sua área de transferência.","A new version of %{s} is available:":"Uma nova versão de %{s} está disponível:","About":"Sobre","Access granted.":"Acesso concedido.","Access revoked.":"Acesso revogado.","Access Token":"Token de acesso","Account":"Conta","Account created":"Conta criada","Account deleted":"Conta excluída","Account Group Mappings":"Mapeamentos de grupos de contas","Account not found":"Conta não encontrada","Account restored":"Conta restaurada","Account saved":"Conta salva","Accounts":"Contas","Accuracy":"Precisão","Action":"Ação","Actions":"Ações","Activate":"Ativar","Activate to remove sorting.":"Ative para remover a classificação.","Activate to sort ascending.":"Ative para classificar em ordem crescente.","Activate to sort descending.":"Ative para classificar de forma decrescente.","Activation Code":"Código de ativação","Activity":"Atividade","Add":"Adicione","Add %{s}?":"Adicionar %{s}?","Add a Caption":"Adicionar uma legenda","Add Account":"Adicionar conta","Add Album":"Adicionar Álbum","Add Link":"Adicionar Link","Add Notes":"Adicionar notas","Add person?":"Você adicionou uma pessoa?","Add pictures from search results by selecting them.":"Adicione fotos dos resultados da busca selecionando-as.","Add to album":"Adicionar ao álbum","Add to all":"Adicionar a todos","Add to all selected photos":"Adicionar a todas as fotos selecionadas","Added":"Adicionado","Added %{name}":"Adicionado %{name}","Adjust Camera Info":"Ajustar as informações da câmera","Adjust Date & Time":"Ajustar data e hora","Adjust Location":"Ajustar local","Admin":"Admin","Advanced":"Avançado","Advertise URL":"URL de anúncio","After 1 day":"Depois de 1 dia","After 3 days":"Depois de 3 dias","After 7 days":"Depois de 7 dias","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Depois de inserir sua senha para confirmação, você pode configurar a autenticação de dois fatores com um aplicativo ou dispositivo autenticador compatível:","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 %s deleted":"Álbum %s excluído","Album Backups":"Backups de álbuns","Album contents cloned":"Conteúdo do álbum copiado","Album created":"Álbum criado","Album deleted":"Álbum excluído","Album not found":"Álbum não encontrado","Album saved":"Álbum salvo","Albums":"Álbuns","Albums deleted":"Álbuns excluídos","All":"Todos","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 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","Allow configuration and use of connected apps and services for remote uploads and sync.":"Permitir a configuração e o uso de aplicativos e serviços conectados para uploads e sincronização remotos.","Allow editing of metadata such as title, description, date, and location.":"Permitir a edição de metadados, como título, descrição, data e local.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permitir a edição de metadados, rótulos e álbuns de várias fotos ao mesmo tempo.","Allow files to be copied or moved from the Import to the Originals folder.":"Ative a ferramenta Importar para copiar ou mover arquivos da pasta Importar para Originais.","Allow files to be permanently deleted to free up storage space.":"Permitir que os arquivos sejam excluídos permanentemente para liberar espaço de armazenamento.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permita que os usuários arquivem fotos e vídeos para que eles fiquem ocultos sem serem excluídos.","Allow users to create and share links, and enable sharing with connected services.":"Permita que os usuários criem e compartilhem links e ative o compartilhamento com serviços conectados.","Allow users to upload new photos and videos through the web interface.":"Permitir que os usuários carreguem novas fotos e vídeos por meio da interface da Web.","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)","AM":"AM","Animated":"Animado","Animation":"Animação","Animations":"Animações","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","Application":"Aplicativo","Applications":"Aplicativos","Approve":"Aprovar","Approve and save changes":"Aprovar e salvar as alterações","Apps and Devices":"Aplicativos e dispositivos","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 delete this album?":"Você tem certeza de que deseja excluir esse álbum?","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?","Are you sure?":"Você tem certeza?","Artist":"Artista","Aspect Ratio":"Proporção da Tela","Attributes":"Atributos","Audio":"Áudio","Audit Log":"Áudio","Authentication":"Autenticação","Auto":"Automotivo","Back":"Voltar","Back to top":"Voltar ao topo","Backup":"Cópia de Segurança","Badge":"Crachá","Base Path":"Caminho Base","Batch":"Lote","Batch Edit":"Edição em lote","Become a member today, support our mission and enjoy our member benefits!":"Torne-se um membro hoje, apoie nossa missão e desfrute dos benefícios de nossos membros!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Sendo 100% self-fundados e independentes, podemos prometer que nunca venderemos seus dados e que seremos sempre transparentes sobre nossos softwares e serviços.","Bio":"Biografia","Birth Date":"Data de Nascimento","Black":"Preto","Blue":"Azul","Brown":"Marrom","Browse":"Navegar","Browse Files":"Procurar arquivos","Browse Pictures":"Procurar imagens","Bug Report":"Relatar erro","Busy, please try again later":"Ocupado, por favor tente mais tarde","Busy, please wait…":"Ocupado, por favor espere…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Ao utilizar o software e os serviços que fornecemos, você concorda com nossos termos de serviço, política de privacidade e código de conduta.","Calendar":"Calendário","Camera":"Câmera","Camera not found":"Câmera não encontrada","Camera Serial":"Série da Câmera","Can't access your authenticator app or device?":"Você não consegue acessar o aplicativo ou o dispositivo autenticador?","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","Cannot copy to clipboard":"Não é possível copiar para a área de transferência","Caption":"Legenda","Cards":"Cartões","Carousel slide {0} of {1}":"Slide de carrossel {0} de {1}","Cast":"Elenco","Category":"Categoria","Change Avatar":"Mudar Avatar","Change Password":"Alterar Senha","Change private flag":"Mudar marcação como privado","Changes could not be saved":"As mudanças não foram salvas","Changes successfully saved":"As mudanças foram salvas com sucesso","Changes to the advanced settings require a restart to take effect.":"As alterações nas configurações avançadas exigem que você reinicie o sistema para entrar em vigor.","Checked":"Checado","Choose an instance to continue:":"Escolha uma instância para continuar:","Chroma":"Croma","Cleaning index and cache":"Limpeza do índice e do cache","Cleanup":"Limpeza","Clear":"Limpo","Clear {0}":"Limpar {0}","Client":"Cliente","Close":"Fechar","Cluster":"Grupo","Cluster Admin":"Administrador do cluster","Cluster Node":"Nó do cluster","Codec":"Codec","Color":"Cor","Color Profile":"Perfil da cor","Colors":"Cores","Compare Editions":"Compare as Edições","Complete Rescan":"Escanear completamente novamente","Confidence":"Certeza","Confirm":"confirme","Connect":"Conectar","Connect via WebDAV":"Conectar via WebDAV","Connected":"Conectado","Contact Details":"Detalhes do contato","Contact Us":"Entrar em contato","Contains %{n} pictures.":"Contém %{n} imagens.","Contains one picture.":"Contém uma foto.","Content":{"":"Conteúdo","Edit":"Conteúdo"},"Continue":"Continuar","Contributor":"Contribuinte","Converting":"Convertendo","Copied to clipboard":"Copiado para a área de transferência de texto","Copy":"Copiar","Copying files from %s":"Copiando arquivos de %s","Copyright":"Direitos Autorais","Could not be deleted":"Não foi possível excluir","Could not connect, please try again":"Não foi possível conectar, por favor tente novamente","Could not update person cover":"Não foi possível atualizar a cobertura da pessoa","Couldn't find anything.":"Não foi possível encontrar nada.","Country":"País","Create Account":"Criar conta","Create album":"Criar álbum","Create regular backups based on the configured schedule.":"Criar backups de índices com base na programação configurada.","Create YAML files to back up album metadata.":"Crie arquivos YAML para fazer backup dos metadados do álbum.","Create YAML sidecar files to back up picture metadata.":"Crie arquivos YAML sidecar para fazer backup dos metadados da imagem.","Created":"Criado","Creating thumbnails for":"Criando miniaturas para","Current Password":"Senha Atual","Custom":"Personalizado","Cyan":"Ciano","Daily":"Diariamente","Database":"Banco de dados","Database Backups":"Backups de banco de dados","Databases":"Bancos de dados","Date & Time":"Data e hora","Day":"Dia","Deactivate":"Desativar","Debug Logs":"Registros de depuração","Default":"Padrão","Default Folder":"Pasta Padrão","Delete":"Excluir","Delete Album":"Excluir álbum","Delete All":"Excluir tudo","Delete all?":"Excluir tudo?","Delete orphaned index entries, sidecar files and thumbnails.":"Exclua entradas de índice órfãs, arquivos sidecar e miniaturas.","deleted":"excluído","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 all face detection and recognition features.":"Desative todos os recursos de detecção e reconhecimento de rosto.","Disable Backups":"Desativar Cópias de Segurança","Disable Darktable":"Desativar Darktable","Disable ExifTool":"Desativar ExifTool","Disable Faces":"Desativar rostos","Disable features that require write permission for the originals folder.":"Desative os recursos que exigem permissão de gravação para a pasta de originais.","Disable FFmpeg":"Desativar FFmpeg","Disable ImageMagick":"Desativar ImageMagick","Disable interactive world maps and reverse geocoding.":"Desative os mapas mundiais interativos e a geocodificação reversa.","Disable MCP":"Desativar MCP","Disable Places":"Desativar Lugares","Disable RawTherapee":"Desativar RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Desative o ponto de extremidade da API do protocolo de contexto de modelo (MCP) para integrações de agentes de IA.","Disable Vectors":"Vetores de Desativação","Disable WebDAV":"Desativar WebDAV","Disabled":"Desativado","Disables vector graphics support.":"Desativa o suporte de gráficos vetoriais.","Disables video transcoding and thumbnail extraction.":"Desativa a transcodificação de vídeo e a extração de miniaturas.","Discard":"Descartar","Discard changes and close":"Descartar alterações e fechar","Discard invalid changes?":"Descartar alterações inválidas?","Discard unsaved changes?":"Descartar alterações não salvas?","Discover":"Descobrir","Dismiss":"Dispensar","Display Name":"Nome de Exibição","Display picture captions in search results.":"Exibir legendas de imagens nos resultados de pesquisa.","Display picture titles in search results.":"Exibir títulos de imagens nos resultados de pesquisa.","Document":"Documento","Documents":"Documentos","Don't use Darktable to convert RAW images.":"Não use o Darktable para converter imagens RAW.","Don't use ImageMagick to convert images.":"Não use o ImageMagick para converter imagens.","Don't use RawTherapee to convert RAW images.":"Não use RawTherapee para converter imagens RAW.","Done":"Concluído","Done.":"Concluído.","Download":"Baixar","Download only original media files, without any automatically generated files.":"Baixe somente arquivos de mídia originais, sem nenhum arquivo gerado automaticamente.","Download remote files":"Baixar arquivos remotos","Downloading…":"Baixando…","Drag and drop files here":"Arraste e solte arquivos aqui","Driver":"Motorista","Duplicates will be skipped and only appear once.":"Duplicatas serão puladas e só aparecerão uma vez.","Duration":"Duração","Dynamic Previews":"Amostras dinâmicas","Dynamic Size Limit: %{n}px":"Tamanho dinâmico limite: %{n}px","Edit":"Editar","Edit %{s}":"Editar %{s}","Edit Account":"Editar Conta","Edit Photo":"Editar Foto","Edit Photos (%{n})":"Editar fotos (%{n})","Edited":"Editado","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Ative o modo de depuração para exibir logs adicionais e ajudar na solução de problemas.","Enable downloading of original and sidecar files from the web interface.":"Permitir o download de arquivos originais e sidecar da interface da Web.","Enable face recognition and the People view to easily find people you know.":"Ative o reconhecimento facial e a exibição Pessoas para encontrar facilmente pessoas que você conhece.","Enable new features that may be incomplete or unstable.":"Habilitar novos recursos que podem estar incompletos ou instáveis.","Enable the file browser to navigate the Originals folder structure.":"Ative o navegador de arquivos para navegar na estrutura da pasta Originals.","Enables RAW converter presets. May reduce performance.":"Permite predefinições de conversores RAW. Pode reduzir o desempenho.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Ativar a autenticação de dois fatores significa que você precisará de um código de verificação gerado aleatoriamente para fazer login, portanto, mesmo que alguém obtenha acesso à sua senha, não conseguirá acessar sua conta.","Engine":"Motor","Enter date":"Insira a data","Enter dates":"Inserir datas","Enter item name...":"Digite o nome do item...","Enter the code generated by your authenticator app:":"Digite o código gerado pelo aplicativo autenticador:","Enter verification code":"Digite o código de verificação","Enter your password to confirm the action and continue:":"Digite sua senha para confirmar a ação e continuar:","Entity not found":"Entidade não encontrada","Error":"Erro","Errors":"Erros","Estimate":"Estimativa","Estimate Locations":"Locais de estimativa","Estimate the approximate location of pictures without GPS coordinates.":"Estimar a localização aproximada de imagens sem coordenadas de GPS.","Every two days":"A cada dois dias","Exclude hidden":"Excluir oculto","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"A extração de metadados com o ExifTool é necessária para que você tenha suporte total a vídeo, foto ao vivo e XMP.","Experimental Features":"Funcionalidades experimentais","Expires":"Expira","Exposure":"Exposição","Extract still images and generate thumbnails while indexing.":"Extraia imagens estáticas e gere miniaturas durante a indexação.","F Number":"Razão focal","Face":"Rosto","Face not found":"Rosto não encontrado","Faces":"Rostos","Failed creating file, please check permissions":"Falha ao criar arquivo, por favor cheque as permissões","Failed creating folder, please check permissions":"Falha ao criar pasta, por favor cheque as permissões","Failed removing link":"Falha ao remover o link","Failed to connect account.":"Falha ao conectar a conta.","Failed to create zip file":"Falha ao criar arquivo zip","Failed to load users.":"Não foi possível carregar os usuários.","Failed to remove face marker":"Falha ao remover o marcador de face","Failed to remove name":"Falha ao remover o nome","Failed to restart server":"Não foi possível reiniciar o servidor","Failed to save changes":"Falha ao salvar as alterações","Failed to save face marker":"Falha ao salvar o marcador de rosto","Failed to save name":"Falha ao salvar o nome","Failed updating link":"Falha ao atualizar o link","Family Name":"Nome de família","Fast":"Rápido","Favorite":"Favorito","Favorites":"Favoritos","Feature disabled":"Recurso Desativado","Feature Request":"Solicitar funcionalidade","Female":"Feminino","File":"Arquivo","File Browser":"Explorador de Arquivos","File Conversion":"Conversão de arquivos","File deleted":"Arquivo excluído","File Name":"Nome do arquivo","File not found":"Arquivo não encontrado","File removed from stack":"Arquivo removido da pilha","File Size":"Tamanho do Arquivo","File too large":"Arquivo muito grande","File uploaded":"Arquivo carregado","Filename":"Nome do arquivo","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.","First page":"Primeira página","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","Forgot password?":"Esqueceu a senha?","FPS":"FPS","Frames":"Quadros","Full Access":"Acesso total","Fullscreen":"Tela Cheia","General":"Geral","Generate":"Gerar","Generate Previews":"Gerar visualizações","Generated":"Gerado","Get Started":"Começar a usar","Given Name":"Nome dado","Global Options":"Opções globais","Go to page {0}":"Ir para a página {0}","Gold":"Dourado","Green":"Verde","Grey":"Cinza","Groups":"Grupos","Guest":"Convidado","Hash":"Hashe","Help":"Ajuda","Help & Support":"Ajuda & Suporte","Hidden":"Ocultos","Hidden Files":"Arquivos Ocultos","Hide":"Esconder","Hide Caption":"Ocultar legenda","Hide face markers":"Ocultar marcadores de rosto","Hide private content from global views while keeping it accessible in the Private section.":"Oculte itens privados de exibições globais e mantenha-os acessíveis na seção Privado.","High":"Alta","High Dynamic Range (HDR)":"Faixa dinâmica alta (HDR)","Hybrid":"Híbrido","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Se você perder o acesso ao seu aplicativo ou dispositivo autenticador, poderá usar seu código de recuperação para recuperar o acesso à sua conta.","Image":"Imagem","Image Quality":"Qualidade de imagem","Import":"Importar","Import canceled":"Importação cancelada","Import completed in %d s":"Importação completa em %d","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.","Importing %{s}…":"Importando %{s}…","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.","Include RAW image files when downloading stacks and archives.":"Incluir arquivos de imagem RAW ao baixar pilhas e arquivos.","Include sidecar files when downloading stacks and archives.":"Incluir arquivos sidecar ao baixar pilhas e arquivos.","Increase storage size or delete files to continue.":"Aumente o tamanho do armazenamento ou exclua arquivos para continuar.","Index":"Indexar","Indexing":"Indexando","Indexing canceled":"Indexação cancelada","Indexing completed in %d s":"Indexação completa em %d","Indexing failed":"Falha ao indexar","Indexing files in %s":"Indexando arquivos em %s","Indexing media and sidecar files…":"Indexando arquivos de mídia e secundários…","Indexing originals...":"Indexando originais...","Information":"Informações","Inherit":"Herdar","Instance":"Instância","Instance ID":"ID da Instância","Instance unreachable. Try again once it's back online.":"A instância está indisponível. Tenta novamente quando ela voltar a ficar online.","Instances":"Instâncias","Insufficient storage":"Armazenamento insuficiente","Insufficient storage.":"Armazenamento insuficiente.","Interval":"Intervalo","Invalid":"Inválido","Invalid address":"Endereço inválido","Invalid country":"País inválido","Invalid credentials":"Credenciais inválidas","Invalid date":"Data inválida","Invalid link":"Link inválido","Invalid name":"Nome inválido","Invalid parameters":"Parâmetros inválidos","Invalid password, please try again":"Senha inválida, por favor tente novamente","Invalid photo selected":"Foto inválida selecionada","Invalid time":"Hora inválida","Invalid URL":"URL inválido","Invalid verification code, please try again":"Código de verificação inválido, tente novamente","IP Address":"Endereço IP","It is a one-time use code that will disable 2FA for your account when you use it.":"É um código de uso único que desativará o 2FA da sua conta quando você o usar.","Item":"Item","Items per page:":"Itens por página:","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.","Keyword":"Palavra-chave","Keywords":"Palavras-chave","Label":"Etiqueta","Label not found":"Etiqueta não encontrada","Label saved":"Etiqueta salva","Labels":"Etiquetas","Labels deleted":"Etiquetas excluídas","Language":"Idioma","Last Active":"Último ativo","Last Login":"Último Login","Last page":"Última página","Last Sync":"Última Sincronia","Last Used":"Usado por último","Latitude":"Latitude","LDAP/AD":"LDAP/AD","Learn more":"Saiba mais","Learn More":"Saiba mais","Legal Information":"Informações legais","Lens":"Lente","Lens not found":"Lente não encontrada","Library":"Biblioteca","License":"Licença","Like":"Gostar","Lime":"Lima","Limit reached, showing first %{n} files":"Limite alcançado, mostrando os primeiros %{n} arquivos","Link":"Link","List":"Lista","List View":"Exibição de lista","Live":"Ao vivo","Live Photos":"Fotos ao vivo","Load more":"Carregar mais","Loading items...":"Carregando itens...","Loading...":"Carregando...","Local":"Local","Local Time":"Hora Local","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","Logs":"Registros","Longitude":"Longitute","Lost server connection":"Perda de conexão com o servidor","Low":"Baixo","Magenta":"Magenta","Main Color":"Cor principal","Male":"Masculino","Manage Account":"Gerenciar conta","Manager":"Gerente","Manual":"Manual","Manual Upload":"Envio manual","Maps":"Mapas","Marker":"Marcador","Maximum number of accounts has been reached.":"O número máximo de contas foi atingido.","Media":"Mídia","Medium":"Médio","Membership":"Filiação","Merge %{a} with %{b}?":"Fundir %{a} com %{b}?","Message":"Mensagem","Metadata":"Metadados","Metrics":"Métricas","Minimize":"Minimizar","Missing":"Faltando","Missing or invalid configuration":"Configuração ausente ou inválida","mixed":"misto","Moments":"Momentos","Monochrome":"Monocromático","Month":"Mês","More options":"Mais opções","Mosaic":"Mosáico","Most Relevant":"Mais Relevante","Move Files":"Mover arquivos","Moving files from %s":"Movendo arquivos de %s","Must have at least %{n} characters.":"Deve ter pelo menos %{n} caracteres.","Mute":"Mudo","Name":"Nome","Name too long":"Nome muito extenso","Never":"Nunca","New":"Novo","New Password":"Nova senha","Newest First":"Recentes primeiro","Next":"Próximo","Next page":"Próxima página","Next visual":"Próximo visual","No":"Não","No Access":"Acesso negado","No albums assigned":"Nenhum álbum atribuído","No albums found":"Nenhum álbum encontrado","No albums selected":"Sem álbuns selecionados","No data available":"Não há dados disponíveis","No files available for download":"Sem arquivos disponíveis para baixar","No items selected":"Sem itens selecionados","No labels assigned":"Nenhum rótulo atribuído","No labels found":"Nenhuma etiqueta encontrada","No labels selected":"Sem etiquetas selecionadas","No matching records found":"Não foram encontrados registros correspondentes","No more":"Não mais","No people found":"Nenhuma pessoa encontrada","No pictures found":"Nenhuma foto encontrada","No recently edited pictures":"Nenhuma foto editada recentemente","No registered instances.":"Não há instâncias registradas.","No results":"Nenhum resultado","No server connection":"Sem conexão com o servidor","No servers configured.":"Nenhum servidor configurado.","No services configured.":"Nenhum serviço configurado.","No thanks":"Não, obrigado(a)","No users on this instance.":"Não há usuários nesta instância.","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.","Node":"Nó","Nodes":"Nós","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","Not allowed":"Não permitido","Not available in public mode":"Indisponível em modo público","Not available in read-only mode":"Não disponível no modo somente leitura","Not found":"Não encontrado","Not sorted.":"Não classificado.","Not supported":"Não suportado","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.","Notes":"Notas","Nothing to see here yet.":"Nada para se ver aqui ainda. Seja paciente.","Nothing was found.":"Nada foi encontrado.","Offline":"Desconectado","OK":"OK","Oldest First":"Antigos primeiro","On Windows, enter the following resource in the connection dialog:":"No Windows, digite o seguinte recurso no diálogo de conexão:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"A geração de miniaturas sob demanda pode causar alto uso de CPU e memória. Não é recomendado para servidores e dispositivos NAS com recursos limitados.","Once a week":"Uma vez por semana","One album found":"Um álbum encontrado","One entry added to %s":"Uma entrada adicionada a %s","One entry removed from %s":"Uma entrada removida de %s","One file found":"Um arquivo encontrado","One file uploaded":"Um arquivo carregado","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","Only locally managed accounts can be set up for authentication with 2FA.":"Somente contas gerenciadas localmente podem ser configuradas para autenticação com 2FA.","Open":"Aberto","optional":"opcional","or":"ou","Orange":"Laranjado","Organization":"Organização","Orientation":"Orientação","Original file names will be stored and indexed.":"Nomes originais dos arquivos serão armazenados e indexados.","Original Name":"Nome original","Originals":"Originais","Originals folder is empty":"A pasta dos originais está vazia","Other":"Outro","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Nossa missão é fornecer a solução mais amigável ao usuário e à privacidade para manter suas fotos organizadas e acessíveis.","Outdoor":"Ao ar livre","Page {0}, Current page":"Página {0}, página atual","Pages":"Páginas","Pagination Navigation":"Navegação de paginação","Panorama":"Panorama","Panoramas":"Panoramas","Part of all selected photos":"Parte de todas as fotos selecionadas","Part of some selected photos":"Parte de algumas fotos selecionadas","Password":"Senha","Password changed":"Senha alterada","Pause":"Pausa","Payment required":"É necessário efetuar o pagamento","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","Permission denied":"Permissão negada","Person":"Pessoa","Person cover updated":"Capa da pessoa atualizada","Person deleted":"Pessoa apagada","Person not found":"Pessoa não encontrada","Person saved":"Pessoa salva","Personal":"Pessoal","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"O PhotoPrism é 100% autofinanciado e independente.","PhotoPrism+ Membership":"FotoPrism+ Filiação","Photos":"Fotos","Picture":"Imagem","Picture Title":"Título da imagem","Pink":"Rosa","Pinned":"Fixado","Place":"Lugar","Place & Time":"Lugar & Tempo","Places":"Lugares","Play":"Reproduzir","Please confirm your new password.":"Por favor, confirme sua nova senha.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Copie a seguinte senha de aplicativo gerada aleatoriamente e guarde-a em um local seguro, pois você não poderá vê-la novamente:","Please do not upload any private, unlawful or offensive pictures.":"Não faça upload de fotos particulares, ilegais ou ofensivas.","Please don't upload photos containing offensive content.":"Por favor, não envie fotos com conteúdo ofensivo.","Please enter OTP character {0}":"Por favor, digite o caractere OTP {0}","Please log in to your account":"Faça o login em sua conta","Please note that changing your password will log you out on other devices and browsers.":"Por favor, note que a mudança de sua senha fará com que você saia de outros dispositivos e navegadores.","Please restart your instance for the changes to take effect.":"Por favor, reinicie seu exemplo para que as mudanças tenham efeito.","Please wait…":"Por favor, aguarde…","PM":"PM","PNG Size Limit: %{n}px":"Tamanho PNG limite: %{n}px","Portal":"Portal","Portrait":"Retrato","Preserve filenames":"Preservar nomes de arquivo","Press enter to create a new album.":"Pressione enter para criar um novo álbum.","Press enter to create new item":"Pressione enter para criar um novo item","Prevent database and album backups as well as YAML sidecar files from being created.":"Impedir que sejam criados backups de bancos de dados e álbuns, bem como arquivos sidecar YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Impedir que outros aplicativos acessem o PhotoPrism como uma unidade de rede compartilhada.","Preview":"Pré-visualização","Preview Images":"Imagens de visualização","Previous":"Anterior","Previous page":"Página anterior","Previous visual":"Visual anterior","Primary":"Primário","Private":"Privado","Processing upload...":"Processamento de upload...","Product Feedback":"Opinião sobre o produto","Projection":"Projeção","Purple":"Roxo","Quality Filter":"Filtro de qualidade","Quality Score":"Marcador de qualidade","Quota exceeded":"Cota excedida","Random":"Aleatório","Rating {0} of {1}":"Classificação {0} de {1}","Raw":"RAW","RAW":"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":"Adicionado recentemente","Recently Archived":"Arquivado recentemente","Recently Edited":"Editado Recentemente","Recognition starts after indexing has been completed.":"O reconhecimento começa após a indexação ter sido concluída.","Recognized":"Reconhecido","Recovery Code":"Código de recuperação","Red":"Vermelho","Refresh":"Atualizar","Regions":"Regiões","Register":"Registre-se","Registration disabled":"Cadastro desativado","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 from all":"Remover de tudo","Remove from all selected photos":"Remover de todas as fotos selecionadas","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.","Remove the selected instance from the cluster registry?":"Remover a instância selecionada do registro do cluster?","Removed":"Removido","Removed %{name}":"Removido %{name}","Removed %d files and %d photos":"Removidos %d arquivos e %d fotos","Repeated":"Repetido","Request failed - are you offline?":"O pedido falhou - você está offline?","Request failed - invalid response":"Solicitação falhou - resposta inválida","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Exigir que imagens não fotográficas e de baixa qualidade sejam revisadas antes de serem exibidas nos resultados de pesquisa.","Resolution":"Resolução","Restart":"Reinicie","Restore":"Restaurar","Restored":"Restaurado","Retry Limit":"Limite de Tentativa","Retype Password":"Reinsira a senha","Review":"Revisar","Role":"Papel","Roles":"Funções","Rotated":"Rotacionado","Rows per page:":"Linhas por página:","Satellite":"Satélite","Save":"Salvar","Save changes":"Salvar alterações","Scan":"Buscar","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Digitalize o código QR com seu aplicativo autenticador ou use a chave de configuração mostrada abaixo e insira o código de verificação gerado:","Scans":"Escaneadas","Scope":"Escopo","Scopes":"Escopos","Search":"Pesquisar","Season":"Estação","Secret":"Segredo","Security and Access":"Segurança e acesso","Select":"Selecionar","Select a source folder to import files…":"Selecione uma pasta de origem para importar arquivos…","Select date":"Selecione a data","Select dates":"Selecione as datas","Select or create albums":"Selecione ou crie álbuns","Select or create labels":"Selecionar ou criar rótulos","Select or drop files to upload…":"Selecione ou solte arquivos para fazer upload…","Select the files to upload…":"Selecione os arquivos a serem carregados…","Select the folder to be indexed…":"Selecione a pasta a ser indexada…","Select Time":"Selecione o horário","Selection":"Seleção","Selection added to %s":"Seleção adicionada a %s","Selection approved":"Seleção aprovada","Selection archived":"Seleção arquivada","Selection marked as private":"Seleção marcada como privada","Selection not found":"Seleção não encontrada","Selection restored":"Seleção restaurada","Sequential Name":"Nome sequencial","Service":"Serviço","Service URL":"URL do serviço","Services":"Serviços","Session":"Sessão","Session ID":"ID da sessão","Sessions":"Sessões","Set as Album Cover":"Definir como capa do álbum","Set as Cover Image":"Definir como imagem de capa","Settings":"Configurações","Settings saved":"Configurações salvas","Setup":"Configurar","Severity":"Gravidade","Share":"Compartilhar","Share %{s}":"Compartilhar %{s}","Show":"Mostrar","Show All Labels":"Mostrar todos os rótulos","Show all new faces":"Mostrar todos os rostos novos","Show Caption":"Mostrar legenda","Show Captions":"Mostrar legendas","Show face markers":"Mostrar marcadores de rosto","Show hidden":"Mostrar oculto","Show Important Only":"Mostrar somente o importante","Show logs in the web interface to monitor activity and troubleshoot problems.":"Mostre os registros na interface da Web para monitorar a atividade e solucionar problemas.","Show smart albums that group pictures by occasion, trip, or location.":"Mostre álbuns inteligentes que agrupam fotos por ocasião, viagem ou local.","Show the Account page so users can manage their profile and security settings.":"Mostre a página Account para que os usuários possam gerenciar suas configurações de perfil e segurança.","Show the Calendar view to browse the library by year and month.":"Mostre a visualização Calendar para navegar na biblioteca por ano e mês.","Show the Labels section to view and manage AI-generated labels.":"Mostre a seção Labels (Rótulos) para visualizar e gerenciar rótulos gerados por IA.","Show the Library section to index, manage, and monitor the media library.":"Mostre a seção Biblioteca para indexar, gerenciar e monitorar a biblioteca de mídia.","Show the Places view with interactive maps so you can browse photos by location.":"Mostre a visualização Places com mapas interativos para que você possa procurar fotos por local.","Show Titles":"Mostrar títulos","Sidecar":"Secundários","Sidecar Files":"Arquivos Sidecar","Sign in":"Entrar","Sign Out":"Sair","Similar":"Semelhante","Site URL":"URL do site","Size":"Tamanho","Slideshow":"Apresentação de slides","Slow":"Lento","Software":"Software","Software Update":"Atualização de software","Some albums could not be copied":"Alguns álbuns não puderam ser copiados","Some albums could not be created. Please edit the names and try again.":"Alguns álbuns não puderam ser criados. Edite os nomes e tente novamente.","Some albums could not be updated":"Alguns álbuns não puderam ser atualizados","Something went wrong, try again":"Algo deu errado, tente novamente","Sort by":"Ordenar por","Sort by Name (A–Z)":"Classificar por nome (A-Z)","Sort by Photo Count":"Classificar por contagem de fotos","Sort by Relevance":"Classificar por relevância","Sort Order":"Ordem de classificação","Sorted ascending.":"Classificado em ordem crescente.","Sorted descending.":"Ordenado de forma descendente.","Source":"Fonte","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","Start":"Iniciar","Start Page":"Página inicial","Static Size Limit: %{n}px":"Tamanho estático limite: %{n}px","Status":"Status","Stay signed in on this device":"Permaneça conectado neste dispositivo","Stop Casting":"Pára de lançar","Storage":"Armazenamento","Streets":"Ruas","Subject":"Assunto","Subject deleted":"Assunto eliminado","Subject not found":"Assunto não encontrado","Subject saved":"Assunto salvo","Successfully activated":"Ativado com sucesso","Successfully Connected":"Conectado com sucesso","Successfully deleted":"Eliminado com sucesso","Successfully verified":"Verificado com sucesso","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Suporte para serviços adicionais, como Google Drive, serão adicionados oportunamente.","Support Our Mission":"Apoiar nossa missão","Sync":"Sincronizar","Sync raw and video files":"Sincronizar imagens e vídeos RAW","Taken":"Tirado","Teal":"Azul marinho","Terrain":"Terreno","Text":"Texto","Thank You for Your Support!":"Obrigado por seu apoio!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"É por isso que o PhotoPrism foi construído desde o início para funcionar onde você precisar, sem comprometer a liberdade, a privacidade ou a funcionalidade.","The index currently contains %{n} hidden files.":"O índice atualmente contém %{n} arquivos ocultos.","The instance rejected the cluster credentials.":"A instância rejeitou as credenciais do cluster.","The instance returned an unexpected redirect.":"A instância retornou um redirecionamento inesperado.","The wakeup interval is %s, but must be 1h or less":"O intervalo de despertar é %s, mas deve ser de 1h ou menos","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 account is missing an ID and can't be edited.":"Esta conta não tem um ID e não pode ser editada.","This field is required":"Este campo é obrigatório","This instance has no site URL configured.":"Esta instância não tem nenhum URL de site configurado.","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 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.","Time":"Tempo","Time UTC":"Horário UTC","Time Zone":"Fuzo Horário","Timeout":"Tempo esgotado","Title":{"":"Título","Account":"Título","Photo":"Título"},"Title / Position":"Título / Posição","to":"para","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Para evitar o bloqueio de sua conta, baixe, imprima ou copie este código de recuperação agora e guarde-o em um local seguro.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Para gerar uma nova senha específica do aplicativo, insira o nome e o escopo de autorização do aplicativo e selecione uma data de validade:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Para mudar para um novo aplicativo ou dispositivo autenticador, primeiro desative a autenticação de dois fatores e depois reative-a:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Para atualizar, você pode digitar um código de ativação ou clicar em \"Registrar\" para se inscrever em nosso site:","Today":"Hoje","Toggle View":"Trocar visualização","Token":"Token","Too many files selected":"Muitos arquivos selecionados","Too many requests":"Muitas solicitações","Troubleshooting":"Solução de problemas","Try again using other filters or keywords.":"Tente novamente usando outros filtros ou palavras-chave.","Two-factor authentication has been enabled for your account.":"A autenticação de dois fatores foi habilitada para sua conta.","Type":"Tipo","Unable to delete":"Não é possível excluir","Unable to do that":"Não consigo fazer isso","Unassign":"Cancelar atribuição","Unauthorized":"Não autorizado","Undo":"Desfazer","Unique ID":"ID único","Unknown":"Desconhecido","Unknown location":"Local desconhecido","Unregistered":"Não registrado","Unsorted":"Não classificado","Unstack":"Desempilhar","Unsupported":"Não compatível","Unsupported format":"Formato sem suporte","Unsupported type":"Tipo não suportado","Updated":"Atualizado","Updating faces":"Atualização de rostos","Updating index":"Atualizando índice","Updating moments":"Atualizando momentos","Updating picture…":"Atualizando a imagem..","Updating previews":"Atualização de visualizações","Updating stacks":"Atualizando pilhas","Upgrade":"Atualização","Upgrade Now":"Atualização agora","Upload":"Enviar","Upload complete":"Envio finalizado","Upload complete. Indexing…":"Envio finalizado. Indexando…","Upload failed":"Envio falhou","Upload has been processed":"O Upload foi processado","Upload local files":"Enviar arquivos locais","Upload might be offensive":"Envio pode ser ofensivo","Upload Path":"Caminho de Upload","Uploading %{n} of %{t}…":"Enviando %{n} de %{t}…","Uploading photos…":"Enviando fotos…","Uploading…":"Carregando…","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","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Use o seguinte código de recuperação para acessar sua conta quando não conseguir gerar um código de verificação válido com seu aplicativo autenticador:","Use your recovery code or contact an administrator for help.":"Use o código de recuperação ou entre em contato com um administrador para obter ajuda.","User":"Usuário","User Guide":"Guia do Usuário","User Interface":"Interface de usuário","User not found":"Usuário não encontrado","Username":"Nome de usuário","Users":"Usuários","UUID":"UUID","Vector":"Vetor","Vectors":"Vetores","Verification Code":"Código de verificação","Verified email required":"É necessário um e-mail verificado.","Version":"Versão","Video":"Vídeo","Video Duration":"Duração Vídeo","Videos":"Vídeos","View":"Visualização","View search results as a list.":"Exibir os resultados da pesquisa como uma lista.","Viewer":"Visualizador","Vision":"Visão","Visitor":"Visitante","Visual Similarity":"Similaridade visual","Warning":"Advertência","Web Login":"Login na Web","WebDAV":"WebDAV","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","WebGL support is disabled in your browser":"O suporte a WebGL está desativado em seu navegador","Website":"Site","White":"Branco","Work Details":"Detalhes do trabalho","Year":"Ano","Yellow":"Amarelo","Yes":"Sim","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Você é bem-vindo a entrar em contato conosco pelo e-mail membership@photoprism.app para perguntas relativas à sua filiação.","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 can search for a location or move the marker on the map to change the position:":"Você pode procurar um local ou mover o marcador no mapa para alterar a posição:","You can upload up to %{n} files for test purposes.":"Você pode carregar até %{n} arquivos para fins de teste.","You cannot change your own role.":"Você não pode alterar sua própria função.","You do not have access to any instances.":"Você não tem acesso a nenhuma instância.","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.","Your account could not be connected":"Sua conta não pôde ser conectada","Your account has been successfully connected.":"Sua conta foi conectada com sucesso.","Your browser does not support WebGL":"Seu navegador não é compatível com WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Seu apoio contínuo nos ajuda a fornecer atualizações regulares e a permanecer independentes, para que possamos cumprir nossa missão e proteger sua privacidade.","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.","Zip created in %d s":"Zip criado em %d","Zoom in/out":"Aproximar/Afastar","Archive":{"Noun":"Arquivo","Verb":"Arquivo"},"Add a Title":{"Photo":"Adicionar um título"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/ro.json b/frontend/src/locales/json/ro.json index b66f24b9e..b8cea7203 100644 --- a/frontend/src/locales/json/ro.json +++ b/frontend/src/locales/json/ro.json @@ -1 +1 @@ -{"ro":{"{0} appended action":"{0} acțiune anexată","{0} files":"{0} fișiere","{0} files ({1} in total)":"{0} fișiere ({1} în total)","{0} more":"{0} mai mult","{0} prepended action":"{0} acțiune precedată","{0} selected":"{0} selectat","{0}-{1} of {2}":"{0}-{1} din {2}","%{n} albums found":"%{n} albume găsite","%{n} files uploaded":"%{n} fișiere încărcate","%{n} folders found":"%{n} foldere găsite","%{n} GB of %{q} GB used":"%{n} GB de %{q} GB utilizați","%{n} labels found":"%{n} etichete găsite","%{n} people found":"%{n} persoane găsite","%{n} pictures found":"%{n} imagini găsite","%{s} is too long":"%{s} este prea lung","%{s} is too short":"%{s} este prea scurt","%d entries added to %s":"%d intrări adăugate la %s","%d entries removed from %s":"%d intrări eliminate din %s","%d files uploaded in %d s":"%d fișiere încărcate în %d s","%s already exists":"%s deja există","%s has been restored":"%s a fost restaurat","1 hour":"1 oră","12 hours":"12 ore","2-Factor Authentication":"Autentificare cu 2 factori","2FA":"2FA","4 hours":"4 ore","A click will copy it to your clipboard.":"Un clic îl va copia în clipboard.","A new version of %{s} is available:":"O nouă versiune a %{s} este disponibilă:","About":"Despre","Access granted.":"Accesul a fost acordat.","Access revoked.":"Accesul a fost revocat.","Access Token":"Token de acces","Account":"Cont","Account created":"Cont creat","Account deleted":"Cont șters","Account Group Mappings":"Corelări între grupuri de conturi","Account not found":"Contul nu a fost găsit","Account restored":"Cont restaurat","Account saved":"Cont salvat","Accounts":"Conturi","Accuracy":"Precizie","Action":"Acțiune","Actions":"Acțiuni","Activate":"Activați","Activate to remove sorting.":"Activați pentru a elimina sortarea.","Activate to sort ascending.":"Activați pentru sortare crescătoare.","Activate to sort descending.":"Activați pentru a sorta descrescător.","Activation Code":"Cod de activare","Activity":"Activitate","Add":"Adăugați","Add %{s}?":"Adaugă %{s}?","Add a Caption":"Adăugați o legendă","Add Account":"Adăugați un cont","Add Album":"Adaugă album","Add Link":"Adăugați un link","Add Notes":"Adăugați note","Add person?":"Adăugați o persoană?","Add pictures from search results by selecting them.":"Adăugați imagini din rezultatele căutării prin selectarea lor.","Add to album":"Adaugă la album","Add to all":"Adaugă la toate","Add to all selected photos":"Adăugați la toate fotografiile selectate","Added":"Adăugat","Added %{name}":"S-a adăugat %{name}","Adjust Camera Info":"Reglați informațiile despre cameră","Adjust Date & Time":"Reglați data și ora","Adjust Location":"Reglați locația","Admin":"Admin","Advanced":"Avansat","Advertise URL":"Publicitate URL","After 1 day":"După 1 zi","After 3 days":"După 3 zile","After 7 days":"După 7 zile","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"După ce ați introdus parola pentru confirmare, puteți configura autentificarea cu doi factori cu o aplicație sau un dispozitiv de autentificare compatibil:","After one month":"După o lună","After one year":"După un an","After selecting pictures from search results, you can add them to an album using the context menu.":"După selectarea imaginilor din rezultatele căutării, le puteți adăuga la un album utilizând meniul contextual.","After two months":"După două luni","After two weeks":"După două săptămâni","Album":"Album","Album %s deleted":"Album %s șters","Album Backups":"Copii de rezervă ale albumelor","Album contents cloned":"Conținutul albumului clonat","Album created":"Album creat","Album deleted":"Album șters","Album not found":"Album nedescoperit","Album saved":"Album salvat","Albums":"Albume","Albums deleted":"Albume șterse","All":"Toate","All %{n} albums loaded":"Toate albumele %{n} încărcate","All %{n} labels loaded":"Toate etichetele %{n} încărcate","All %{n} people loaded":"Toate %{n} persoane încărcate","All Cameras":"Toate camerele de luat vederi","All Categories":"Toate categoriile","All Colors":"Toate culorile","All Countries":"Toate țările","All files from import folder":"Toate fișierele din dosarul de import","All Lenses":"Toate lentilele","All Months":"Toate lunile","All originals":"Toate originalele","All Years":"Toți anii","Allow configuration and use of connected apps and services for remote uploads and sync.":"Permiteți configurarea și utilizarea aplicațiilor și serviciilor conectate pentru încărcarea și sincronizarea de la distanță.","Allow editing of metadata such as title, description, date, and location.":"Permiteți editarea metadatelor, cum ar fi titlul, descrierea, data și locația.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permite editarea metadatelor, etichetelor și albumelor mai multor imagini simultan.","Allow files to be copied or moved from the Import to the Originals folder.":"Activați instrumentul Import pentru a copia sau muta fișiere din folderul Import în Originale.","Allow files to be permanently deleted to free up storage space.":"Permiteți ștergerea permanentă a fișierelor pentru a elibera spațiu de stocare.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permiteți utilizatorilor să arhiveze fotografii și videoclipuri, astfel încât acestea să fie ascunse fără a fi șterse.","Allow users to create and share links, and enable sharing with connected services.":"Permiteți utilizatorilor să creeze și să partajeze linkuri și permiteți partajarea cu serviciile conectate.","Allow users to upload new photos and videos through the web interface.":"Permiteți utilizatorilor să încarce noi fotografii și videoclipuri prin interfața web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativ, puteți încărca fișiere direct pe servere WebDAV, cum ar fi Nextcloud.","Altitude":"Altitudine","Altitude (m)":"Altitudine (m)","AM":"AM","Animated":"Animat","Animation":"Animație","Animations":"Animații","Any private photos and videos remain private and won't be shared.":"Orice fotografii și videoclipuri private rămân private și nu vor fi partajate.","API Key":"Cheie API","Application":"Aplicație","Applications":"Aplicații","Approve":"Aprobarea","Approve and save changes":"Aprobați și salvați modificările","Apps and Devices":"Aplicații și dispozitive","Archived":"Arhivat","Are you sure you want to archive the selection?":"Sunteți sigur că doriți să arhivați selecția?","Are you sure you want to delete these albums?":"Sunteți sigur că doriți să ștergeți aceste albume?","Are you sure you want to delete these labels?":"Sunteți sigur că doriți să ștergeți aceste etichete?","Are you sure you want to delete this account?":"Sunteți sigur că doriți să ștergeți acest cont?","Are you sure you want to delete this album?":"Sunteți sigur că doriți să ștergeți acest album?","Are you sure you want to permanently delete these pictures?":"Sunteți sigur că doriți să ștergeți definitiv aceste imagini?","Are you sure you want to permanently delete this file?":"Sunteți sigur că doriți să ștergeți definitiv acest fișier?","Are you sure?":"Esti sigur?","Artist":"Artist","Aspect Ratio":"Raportul de aspect","Attributes":"Atribute","Audio":"Audio","Audit Log":"Audio","Authentication":"Autentificare","Auto":"Auto","Back":"Înapoi","Back to top":"Înapoi la începutul paginii","Backup":"Backup","Badge":"Insignă","Base Path":"Calea de bază","Batch":"Lot","Batch Edit":"Editare lot","Become a member today, support our mission and enjoy our member benefits!":"Deveniți membru astăzi, susțineți misiunea noastră și bucurați-vă de beneficiile noastre!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Fiind 100% autofinanțați și independenți, vă putem promite că nu vă vom vinde niciodată datele și că vom fi întotdeauna transparenți în ceea ce privește software-ul și serviciile noastre.","Bio":"Biografie","Birth Date":"Data nașterii","Black":"Negru","Blue":"Albastru","Brown":"Maro","Browse":"Răsfoiți","Browse Files":"Răsfoiți fișierele","Browse Pictures":"Răsfoiți imagini","Bug Report":"Raport de eroare","Busy, please try again later":"Ocupat, vă rugăm să încercați din nou mai târziu","Busy, please wait…":"Ocupat, vă rugăm să așteptați…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Prin utilizarea software-ului și a serviciilor pe care le furnizăm, sunteți de acord cu termenii și condițiile noastre de utilizare, cu politica de confidențialitate și cu codul de conduită.","Calendar":"Calendar","Camera":"Cameră","Camera not found":"Nu s-a găsit camera","Camera Serial":"Numărul de serie a Camerei","Can't access your authenticator app or device?":"Nu vă puteți accesa aplicația sau dispozitivul de autentificare?","Can't load more, limit reached":"Nu se poate încărca mai mult, limita a fost atinsă","Can't select more items":"Nu se pot selecta mai multe articole","Cancel":"Anulează","Cannot copy to clipboard":"Nu se poate copia în clipboard","Caption":"Legenda","Cards":"Cărți","Carousel slide {0} of {1}":"Diapozitiv carusel {0} de {1}","Cast":"Distribuție","Category":"Categoria","Change Avatar":"Schimbă Avatar","Change Password":"Schimbă parola","Change private flag":"Schimbarea steagului privat","Changes could not be saved":"Modificările nu au putut fi salvate","Changes successfully saved":"Modificări salvate cu succes","Changes to the advanced settings require a restart to take effect.":"Modificările aduse la setările avansate necesită o repornire pentru a intra în vigoare.","Checked":"Verificat","Choose an instance to continue:":"Alegeți o instanță pentru a continua:","Chroma":"Chroma","Cleaning index and cache":"Curățarea indexului și a cache-ului","Cleanup":"Curățare","Clear":"Clar","Clear {0}":"Șterge {0}","Client":"Client","Close":"Închideți","Cluster":"Cluster","Cluster Admin":"Administrator de cluster","Cluster Node":"Nod de cluster","Codec":"Codec","Color":"Culoare","Color Profile":"Profil de culoare","Colors":"Culori","Compare Editions":"Comparați edițiile","Complete Rescan":"Rescanare completă","Confidence":"Încredere","Confirm":"A confirma","Connect":"Conectați-vă","Connect via WebDAV":"Conectare prin WebDAV","Connected":"Conectat","Contact Details":"Detalii de contact","Contact Us":"Contactați-ne","Contains %{n} pictures.":"Conține %{n} imagini.","Contains one picture.":"Conține o imagine.","Content":{"":"Conținut","Edit":"Conținut"},"Continue":"Continua","Contributor":"Colaborator","Converting":"Conversia","Copied to clipboard":"Copiat în clipboard","Copy":"Copie","Copying files from %s":"Copierea fișierelor din %s","Copyright":"Drepturi de autor","Could not be deleted":"Nu a putut fi șters","Could not connect, please try again":"Nu s-a putut conecta, vă rugăm să încercați din nou","Could not update person cover":"Nu s-a putut actualiza acoperirea persoanei","Couldn't find anything.":"Nu sa putut găsi nimic.","Country":"Țara","Create Account":"Creați un cont","Create album":"Creați un album","Create regular backups based on the configured schedule.":"Creați copii de rezervă ale indexurilor pe baza programului configurat.","Create YAML files to back up album metadata.":"Creați fișiere YAML pentru a salva metadatele albumelor.","Create YAML sidecar files to back up picture metadata.":"Creați fișiere YAML sidecar pentru a salva metadatele imaginilor.","Created":"Creat","Creating thumbnails for":"Crearea de miniaturi pentru","Current Password":"Parola curentă","Custom":"Personalizat","Cyan":"Cyan","Daily":"Zilnic","Database":"Baza de date","Database Backups":"Copii de rezervă ale bazei de date","Databases":"Baze de date","Date & Time":"Data și ora","Day":"Ziua","Deactivate":"Dezactivați","Debug Logs":"Jurnalele de depanare","Default":"Implicit","Default Folder":"Dosar implicit","Delete":"Ștergeți","Delete Album":"Ștergeți albumul","Delete All":"Ștergeți totul","Delete all?":"Ștergeți toate?","Delete orphaned index entries, sidecar files and thumbnails.":"Ștergeți intrările de index, fișierele sidecar și miniaturi orfane.","deleted":"șters","Description":"Descriere","Detailed instructions can be found in our User Guide.":"Instrucțiuni detaliate pot fi găsite în Ghidul utilizatorului.","Details":"Detalii","Dimensions":"Dimensiuni","Disable all face detection and recognition features.":"Dezactivați toate funcțiile de detectare și recunoaștere a feței.","Disable Backups":"Dezactivați copiile de rezervă","Disable Darktable":"Dezactivați Darktable","Disable ExifTool":"Dezactivați ExifTool","Disable Faces":"Dezactivați fețele","Disable features that require write permission for the originals folder.":"Dezactivați funcțiile care necesită permisiunea de scriere pentru dosarul de originale.","Disable FFmpeg":"Dezactivați FFmpeg","Disable ImageMagick":"Dezactivați ImageMagick","Disable interactive world maps and reverse geocoding.":"Dezactivați hărțile lumii interactive și geocodarea inversă.","Disable MCP":"Dezactivați MCP","Disable Places":"Dezactivați locurile","Disable RawTherapee":"Dezactivați RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Dezactivați punctul final al API Model Context Protocol (MCP) pentru integrarea agenților AI.","Disable Vectors":"Dezactivarea vectorilor","Disable WebDAV":"Dezactivați WebDAV","Disabled":"Persoane cu handicap","Disables vector graphics support.":"Dezactivează suportul pentru grafica vectorială.","Disables video transcoding and thumbnail extraction.":"Dezactivează transcodarea video și extragerea miniaturilor.","Discard":"Aruncă","Discard changes and close":"Eliminați modificările și închideți","Discard invalid changes?":"Eliminați modificările invalide?","Discard unsaved changes?":"Aruncați modificările nesalvate?","Discover":"Descoperiți","Dismiss":"Respinge","Display Name":"Afișați numele","Display picture captions in search results.":"Afișați legendele imaginilor în rezultatele căutării.","Display picture titles in search results.":"Afișați titlurile imaginilor în rezultatele căutării.","Document":"Document","Documents":"Documente","Don't use Darktable to convert RAW images.":"Nu utilizați Darktable pentru a converti fișiere RAW.","Don't use ImageMagick to convert images.":"Nu folosiți ImageMagick pentru a converti imaginile.","Don't use RawTherapee to convert RAW images.":"Nu utilizați RawTherapee pentru a converti fișiere RAW.","Done":"Realizat","Done.":"S-a făcut.","Download":"Descărcați","Download only original media files, without any automatically generated files.":"Descărcați numai fișiere media originale, fără fișiere generate automat.","Download remote files":"Descărcarea fișierelor de la distanță","Downloading…":"Descărcarea…","Drag and drop files here":"Drag and drop fișiere aici","Driver":"Șofer","Duplicates will be skipped and only appear once.":"Dublurile vor fi omise și vor apărea doar o singură dată.","Duration":"Durata","Dynamic Previews":"Previziuni dinamice","Dynamic Size Limit: %{n}px":"Limita dimensiunii dinamice: %{n}px","Edit":"Editați","Edit %{s}":"Editează %{s}","Edit Account":"Editare cont","Edit Photo":"Editare fotografie","Edit Photos (%{n})":"Editarea fotografiilor (%{n})","Edited":"Editat","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Activați modul de depanare pentru a afișa jurnale suplimentare și pentru a ajuta la depanare.","Enable downloading of original and sidecar files from the web interface.":"Activați descărcarea fișierelor originale și sidecar din interfața web.","Enable face recognition and the People view to easily find people you know.":"Activați recunoașterea facială și vizualizarea Persoane pentru a găsi cu ușurință persoanele pe care le cunoașteți.","Enable new features that may be incomplete or unstable.":"Activați caracteristici noi care pot fi incomplete sau instabile.","Enable the file browser to navigate the Originals folder structure.":"Activați browserul de fișiere pentru a naviga în structura de foldere Originals.","Enables RAW converter presets. May reduce performance.":"Activează presetările convertorului RAW. Poate reduce performanța.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Activarea autentificării cu doi factori înseamnă că veți avea nevoie de un cod de verificare generat aleatoriu pentru a vă conecta, așa că, chiar dacă cineva obține acces la parola dvs., nu va putea accesa contul dvs.","Engine":"Motor","Enter date":"Introduceți data","Enter dates":"Introduceți datele","Enter item name...":"Introduceți numele articolului...","Enter the code generated by your authenticator app:":"Introduceți codul generat de aplicația dvs. de autentificare:","Enter verification code":"Introduceți codul de verificare","Enter your password to confirm the action and continue:":"Introduceți parola pentru a confirma acțiunea și continuați:","Entity not found":"Entitatea nu a fost găsită","Error":"Eroare","Errors":"Erori","Estimate":"Estimare","Estimate Locations":"Estimarea locațiilor","Estimate the approximate location of pictures without GPS coordinates.":"Estimarea locației aproximative a imaginilor fără coordonate GPS.","Every two days":"La fiecare două zile","Exclude hidden":"Excludeți ascunse","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Extragerea metadatelor cu ExifTool este necesară pentru suportul complet pentru Video, Live Photo și XMP.","Experimental Features":"Caracteristici experimentale","Expires":"Expiră","Exposure":"Expunere","Extract still images and generate thumbnails while indexing.":"Extrageți imagini statice și generați miniaturi în timpul indexării.","F Number":"Numărul F","Face":"Față","Face not found":"Fața nu a fost găsită","Faces":"Fețe","Failed creating file, please check permissions":"Nu a reușit să creeze fișierul, vă rugăm să verificați permisiunile","Failed creating folder, please check permissions":"Nu s-a reușit crearea dosarului, vă rugăm să verificați permisiunile","Failed removing link":"Nu a reușit să elimine legătura","Failed to connect account.":"A eșuat conectarea contului.","Failed to create zip file":"Nu a reușit să creeze fișierul zip","Failed to load users.":"Nu s-au putut încărca utilizatorii.","Failed to remove face marker":"Nu a reușit să îndepărteze marcajul facial","Failed to remove name":"Nu s-a reușit eliminarea numelui","Failed to restart server":"Nu s-a reușit repornirea serverului","Failed to save changes":"A eșuat salvarea modificărilor","Failed to save face marker":"Nu a reușit să salveze fața marcatorului","Failed to save name":"Nu a reușit să salveze numele","Failed updating link":"Link de actualizare eșuat","Family Name":"Nume de familie","Fast":"Rapid","Favorite":"Favorit","Favorites":"Favorite","Feature disabled":"Caracteristică dezactivată","Feature Request":"Cerere de caracteristici","Female":"Femeie","File":"Fișier","File Browser":"Browser de fișiere","File Conversion":"Conversia fișierelor","File deleted":"Fișier șters","File Name":"Numele fișierului","File not found":"Fișier nedescoperit","File removed from stack":"Fișier eliminat din stivă","File Size":"Dimensiunea fișierului","File too large":"Fișier prea mare","File uploaded":"Fișier încărcat","Filename":"Nume fisier","Files":"Fișiere","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Fișierele cu nume secvențiale, cum ar fi 'IMG_1234 (2)' și 'IMG_1234 (3)' aparțin aceleiași imagini.","First page":"Prima pagină","Focal Length":"Lungime focală","Folder":"Dosar","Folder contains %{n} files":"Dosarul conține %{n} fișiere","Folder is empty":"Dosarul este gol","Folders":"Dosare","Forgot password?":"Ați uitat parola?","FPS":"FPS","Frames":"Cadre","Full Access":"Acces complet","Fullscreen":"Ecran complet","General":"General","Generate":"Genera","Generate Previews":"Generați previzualizări","Generated":"Generate","Get Started":"Începeți","Given Name":"Numele dat","Global Options":"Opțiuni globale","Go to page {0}":"Mergeți la pagina {0}","Gold":"Aur","Green":"Verde","Grey":"Gri","Groups":"Grupuri","Guest":"Oaspete","Hash":"Hash","Help":"Ajutor","Help & Support":"Suport","Hidden":"Ascuns","Hidden Files":"Fișiere ascunse","Hide":"Ascundeți","Hide Caption":"Hide Caption","Hide face markers":"Ascundeți marcajele feței","Hide private content from global views while keeping it accessible in the Private section.":"Ascundeți elementele private din vizualizările globale, menținându-le în același timp accesibile în secțiunea Privat.","High":"Mare","High Dynamic Range (HDR)":"Gama dinamică înaltă (HDR)","Hybrid":"Hibrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Dacă pierdeți accesul la aplicația sau dispozitivul dvs. de autentificare, puteți utiliza codul de recuperare pentru a recâștiga accesul la contul dvs.","Image":"Imagine","Image Quality":"Calitatea imaginii","Import":"Import","Import canceled":"Importul a fost anulat","Import completed in %d s":"Import finalizat în %d s","Import failed":"Importul a eșuat","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Fișierele importate vor fi sortate în funcție de dată și vor primi un nume unic pentru a se evita dublurile.","Importing %{s}…":"Importăm %{s}…","Importing files to originals…":"Importul de fișiere în originale…","in":"în","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"În cazul în care imaginile pe care le așteptați lipsesc, vă rugăm să scanați din nou biblioteca dvs. și să așteptați până când indexarea va fi finalizată.","Include RAW image files when downloading stacks and archives.":"Includeți fișiere de imagine RAW atunci când descărcați stive și arhive.","Include sidecar files when downloading stacks and archives.":"Includeți fișiere sidecar atunci când descărcați stive și arhive.","Increase storage size or delete files to continue.":"Creșteți dimensiunea de stocare sau ștergeți fișierele pentru a continua.","Index":"Index","Indexing":"Indexare","Indexing canceled":"Indexare anulată","Indexing completed in %d s":"Indexare finalizată în %d s","Indexing failed":"Indexarea a eșuat","Indexing files in %s":"Indexarea fișierelor în %s","Indexing media and sidecar files…":"Indexarea fișierelor media și a fișierelor sidecar…","Indexing originals...":"Indexarea originalelor...","Information":"Informații","Inherit":"Moșteni","Instance":"Instanță","Instance ID":"ID-ul instanței","Instance unreachable. Try again once it's back online.":"Instanța nu este accesibilă. Încercați din nou când va fi din nou online.","Instances":"Instanțe","Insufficient storage":"Depozitare insuficientă","Insufficient storage.":"Depozitare insuficientă.","Interval":"Interval","Invalid":"Invalid","Invalid address":"Adresă invalidă","Invalid country":"Țară invalidă","Invalid credentials":"Acreditări nevalabile","Invalid date":"Dată invalidă","Invalid link":"Legătură invalidă","Invalid name":"Nume invalid","Invalid parameters":"Parametrii nevalabili","Invalid password, please try again":"Parolă invalidă, vă rugăm să încercați din nou","Invalid photo selected":"Fotografie invalidă selectată","Invalid time":"Ora invalidă","Invalid URL":"URL invalid","Invalid verification code, please try again":"Cod de verificare nevalid, încercați din nou","IP Address":"Adresa IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Este un cod de unică folosință care va dezactiva 2FA pentru contul dvs. atunci când îl utilizați.","Item":"Articolul","Items per page:":"Articole pe pagină:","JPEG Quality: %{n}":"Calitate JPEG: %{n}","JPEG Size Limit: %{n}px":"Limita dimensiunii JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG-urile și miniaturile sunt redate automat, după cum este necesar.","Keyword":"Cuvânt cheie","Keywords":"Cuvinte cheie","Label":"Etichetă","Label not found":"Eticheta nu a fost găsită","Label saved":"Etichetă salvată","Labels":"Etichete","Labels deleted":"Etichete șterse","Language":"Limba","Last Active":"Ultimul activ","Last Login":"Ultima autentificare","Last page":"Ultima pagină","Last Sync":"Ultima sincronizare","Last Used":"Folosit ultima data","Latitude":"Latitudine","LDAP/AD":"LDAP/AD","Learn more":"Aflați mai multe","Learn More":"Aflați mai multe","Legal Information":"Informații juridice","Lens":"Obiectiv","Lens not found":"Obiectivul nu a fost găsit","Library":"Bibliotecă","License":"Licență","Like":"Ca","Lime":"Lămâie verde","Limit reached, showing first %{n} files":"Limita a fost atinsă, afișând primele %{n} fișiere","Link":"Link","List":"Listă","List View":"Vizualizare listă","Live":"Live","Live Photos":"Fotografii în direct","Load more":"Încărcați mai mult","Loading items...":"Încărcare articole...","Loading...":"Încărcare...","Local":"Local","Local Time":"Ora locală","Location":"Locație","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Mesajele de jurnal apar aici ori de câte ori PhotoPrism întâlnește fișiere sparte sau există alte probleme potențiale.","Login":"Autentificare","Logs":"Jurnale","Longitude":"Longitudine","Lost server connection":"Pierdut conexiune la server","Low":"Scăzut","Magenta":"Magenta","Main Color":"Culoare principală","Male":"Bărbat","Manage Account":"Gestionați contul","Manager":"Manager","Manual":"Manual","Manual Upload":"Încărcare manuală","Maps":"Hărți","Marker":"Marker","Maximum number of accounts has been reached.":"Numărul maxim de conturi a fost atins.","Media":"Media","Medium":"Mediu","Membership":"Calitate de membru","Merge %{a} with %{b}?":"Combină %{a} cu %{b}?","Message":"Mesaj","Metadata":"Metadate","Metrics":"Metrici","Minimize":"Minimizați","Missing":"Lipsesc","Missing or invalid configuration":"Configurație lipsă sau invalidă","mixed":"amestecate","Moments":"Momente","Monochrome":"Monocromie","Month":"Luna","More options":"Mai multe opțiuni","Mosaic":"Mozaic","Most Relevant":"Cele mai relevante","Move Files":"Muta fișierele","Moving files from %s":"Mutarea fișierelor din %s","Must have at least %{n} characters.":"Trebuie să aibă cel puțin %{n} caractere.","Mute":"Mută","Name":"Nume","Name too long":"Nume prea lung","Never":"Niciodată","New":"Nou","New Password":"Parolă nouă","Newest First":"Cel mai nou Mai întâi","Next":"Următorul","Next page":"Pagina următoare","Next visual":"Următorul vizual","No":"Nu","No Access":"Acces interzis","No albums assigned":"Niciun album atribuit","No albums found":"Nu s-au găsit albume","No albums selected":"Nu sunt selectate albume","No data available":"Nu există date disponibile","No files available for download":"Nu există fișiere disponibile pentru descărcare","No items selected":"Niciun element selectat","No labels assigned":"Nu există etichete atribuite","No labels found":"Nu s-au găsit etichete","No labels selected":"Nu sunt selectate etichete","No matching records found":"Nu s-au găsit înregistrări corespunzătoare","No more":"Nu mai mult","No people found":"Nu s-au găsit persoane","No pictures found":"Nu s-au găsit imagini","No recently edited pictures":"Nu există imagini editate recent","No registered instances.":"Nu există instanțe înregistrate.","No results":"Niciun rezultat","No server connection":"Nu există conexiune la server","No servers configured.":"Nu există servere configurate.","No services configured.":"Nu sunt configurate servicii.","No thanks":"Nu, mulțumesc","No users on this instance.":"Nu există utilizatori pe această instanță.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nu există avertismente sau erori care să conțină acest cuvânt cheie. Rețineți că căutarea este sensibilă la majuscule și minuscule.","Node":"Nod","Nodes":"Noduri","Non-photographic and low-quality images require a review before they appear in search results.":"Imaginile nefotografice și de slabă calitate necesită o revizuire înainte de a apărea în rezultatele căutării.","None":"Nici unul","Not allowed":"Nu este permis","Not available in public mode":"Nu este disponibil în modul public","Not available in read-only mode":"Nu este disponibil în modul doar pentru citire","Not found":"Nu a fost găsit","Not sorted.":"Nu sortate.","Not supported":"Nu este acceptat","Note you may manually manage your originals folder and importing is optional.":"Rețineți că vă puteți gestiona manual dosarul de originale, iar importul este opțional.","Note:":"Notă:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Notă: Numai serverele WebDAV, cum ar fi Nextcloud sau PhotoPrism, pot fi configurate ca serviciu la distanță pentru backup și încărcare de fișiere.","Notes":"Note","Nothing to see here yet.":"Încă nu este nimic de văzut aici.","Nothing was found.":"Nu s-a găsit nimic.","Offline":"Deconectat","OK":"OK","Oldest First":"Cel mai vechi Mai întâi","On Windows, enter the following resource in the connection dialog:":"Pe Windows, introduceți următoarea resursă în fereastra de dialog de conectare:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generarea la cerere a miniaturilor poate cauza o utilizare ridicată a procesorului și a memoriei. Nu este recomandată pentru serverele și dispozitivele NAS cu resurse limitate.","Once a week":"O dată pe săptămână","One album found":"Un album găsit","One entry added to %s":"O intrare adăugată la %s","One entry removed from %s":"O intrare eliminată din %s","One file found":"Un fișier găsit","One file uploaded":"Un fișier încărcat","One folder found":"Un dosar găsit","One label found":"O etichetă găsită","One person found":"O persoană găsită","One picture found":"O imagine găsită","Only locally managed accounts can be set up for authentication with 2FA.":"Numai conturile gestionate local pot fi configurate pentru autentificare cu 2FA.","Open":"Deschideți","optional":"opțional","or":"sau","Orange":"Portocaliu","Organization":"Organizația","Orientation":"Orientare","Original file names will be stored and indexed.":"Numele originale ale fișierelor vor fi stocate și indexate.","Original Name":"Denumire originală","Originals":"Originale","Originals folder is empty":"Dosarul Originals este gol","Other":"Altele","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Viziunea noastră este să oferim cea mai prietenoasă soluție pentru utilizator și confidențialitate pentru a vă păstra fotografiile organizate și accesibile.","Outdoor":"În aer liber","Page {0}, Current page":"Pagina {0}, Pagina curentă","Pages":"Pagini","Pagination Navigation":"Paginare Navigare","Panorama":"Panoramă","Panoramas":"Panorame","Part of all selected photos":"Parte din toate fotografiile selectate","Part of some selected photos":"O parte din unele fotografii selectate","Password":"Parola","Password changed":"Parola a fost schimbată","Pause":"Pauză","Payment required":"Este necesară efectuarea plății","People":"Oameni","People you share a link with will be able to view public contents.":"Persoanele cu care partajați un link vor putea vizualiza conținutul public.","Permanently deleted":"Șterse definitiv","Permission denied":"Permisiune refuzată","Person":"Persoană","Person cover updated":"Coperta persoanei actualizată","Person deleted":"Persoană eliminată","Person not found":"Persoana nu a fost găsită","Person saved":"Persoană salvată","Personal":"Personal","Photo":"Fotografie","PhotoPrism is 100% self-funded and independent.":"PhotoPrism este 100% autofinanțat și independent.","PhotoPrism+ Membership":"Abonament PhotoPrism+","Photos":"Fotografii","Picture":"Imagine","Picture Title":"Titlu imagine","Pink":"Roz","Pinned":"Fixat","Place":"Locul","Place & Time":"Locul și Ora","Places":"Locuri","Play":"Start","Please confirm your new password.":"Vă rugăm să confirmați noua parolă.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Vă rugăm să copiați următoarea parolă a aplicației generată aleatoriu și să o păstrați într-un loc sigur, deoarece nu o veți putea vedea din nou:","Please do not upload any private, unlawful or offensive pictures.":"Vă rugăm să nu încărcați imagini private, ilegale sau ofensatoare.","Please don't upload photos containing offensive content.":"Vă rugăm să nu încărcați fotografii cu conținut ofensator.","Please enter OTP character {0}":"Vă rugăm să introduceți caracterul OTP {0}","Please log in to your account":"Vă rugăm să vă conectați la contul dvs","Please note that changing your password will log you out on other devices and browsers.":"Vă rugăm să rețineți că schimbarea parolei vă va deconecta de pe alte dispozitive și browsere.","Please restart your instance for the changes to take effect.":"Vă rugăm să reporniți instanța pentru ca modificările să intre în vigoare.","Please wait…":"Vă rugăm să așteptați…","PM":"PM","PNG Size Limit: %{n}px":"Limita de dimensiune PNG: %{n}px","Portal":"Portal","Portrait":"Portret","Preserve filenames":"Păstrați numele fișierelor","Press enter to create a new album.":"Apăsați enter pentru a crea un album nou.","Press enter to create new item":"Apăsați Enter pentru a crea un element nou","Prevent database and album backups as well as YAML sidecar files from being created.":"Împiedicați crearea de copii de rezervă ale bazei de date și ale albumelor, precum și a fișierelor YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Împiedicați alte aplicații să acceseze PhotoPrism ca unitate de rețea partajată.","Preview":"Previzualizare","Preview Images":"Imagini de previzualizare","Previous":"Articolul precedent","Previous page":"Pagina anterioară","Previous visual":"Vizual anterior","Primary":"Primare","Private":"Privat","Processing upload...":"Procesarea încărcării...","Product Feedback":"Feedback despre produs","Projection":"Proiecție","Purple":"Violet","Quality Filter":"Filtru de calitate","Quality Score":"Scorul de calitate","Quota exceeded":"Cota depășită","Random":"Aleatoriu","Rating {0} of {1}":"Evaluare {0} din {1}","Raw":"Raw","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Reindexarea tuturor documentelor originale, inclusiv a fișierelor deja indexate și neschimbate.","Read-Only Mode":"Mod doar pentru citire","Recently Added":"Adăugate recent","Recently Archived":"Arhivate recent","Recently Edited":"Editate recent","Recognition starts after indexing has been completed.":"Recunoașterea începe după ce indexarea a fost finalizată.","Recognized":"Recunoscută","Recovery Code":"Cod de recuperare","Red":"Roșu","Refresh":"Reîmprospătare","Regions":"Regiuni","Register":"Înregistrare","Reload":"Reîncărcare","Reloading…":"Se reîncarcă…","Remote Sync":"Sincronizare la distanță","Remove":"Eliminați","remove failed: unknown album":"eliminarea eșuată: album necunoscut","Remove from Album":"Eliminați din album","Remove from all":"Eliminați din toate","Remove from all selected photos":"Eliminați din toate fotografiile selectate","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Eliminați fișierele importate pentru a economisi spațiu de stocare. Tipurile de fișiere neacceptate nu vor fi niciodată șterse, ele rămân în locația lor curentă.","Remove the selected instance from the cluster registry?":"Eliminați instanța selectată din registrul clusterului?","Removed":"Eliminat","Removed %{name}":"S-a eliminat %{name}","Removed %d files and %d photos":"Sau eliminat %d fișiere și %d fotografii","Repeated":"Repetat","Request failed - are you offline?":"Cerere eșuată - sunteți offline?","Request failed - invalid response":"Cerere eșuată - răspuns invalid","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Cereți ca imaginile non-fotografice și de calitate scăzută să fie revizuite înainte de a apărea în rezultatele căutării.","Resolution":"Rezoluție","Restart":"Reporniți","Restore":"Restaurați","Restored":"Restaurat","Retry Limit":"Limita de reintroducere","Retype Password":"Repeta parola","Review":"Revizuire","Role":"Rol","Roles":"Roluri","Rotated":"Rotită","Rows per page:":"Rânduri pe pagină:","Satellite":"Satelit","Save":"Salvați","Save changes":"Salvați modificările","Scan":"Scanare","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scanați codul QR cu aplicația dvs. de autentificare sau utilizați cheia de configurare afișată mai jos și apoi introduceți codul de verificare generat:","Scans":"Scanări","Scope":"Domeniul de aplicare","Scopes":"Scopuri","Search":"Căutare","Season":"Sezon","Secret":"Secret","Security and Access":"Securitate și acces","Select":"Selectați","Select a source folder to import files…":"Selectați un folder sursă pentru a importa fișiere…","Select date":"Selectați data","Select dates":"Selectați datele","Select or create albums":"Selectați sau creați albume","Select or create labels":"Selectați sau creați etichete","Select or drop files to upload…":"Selectați sau lăsați fișierele pentru a le încărca…","Select the files to upload…":"Selectați fișierele pentru încărcare…","Select the folder to be indexed…":"Selectați folderul care urmează să fie indexat…","Select Time":"Selectați ora","Selection":"Selecție","Selection added to %s":"Selecție adăugată la %s","Selection approved":"Selecție aprobată","Selection archived":"Selecție arhivată","Selection marked as private":"Selecție marcată ca fiind privată","Selection not found":"Selecția nu a fost găsită","Selection restored":"Selecție restabilită","Sequential Name":"Denumire secvențială","Service":"Service","Service URL":"URL de serviciu","Services":"Servicii","Session":"Sesiunea","Session ID":"ID-ul sesiunii","Sessions":"Sesiuni","Set as Album Cover":"Setați ca copertă de album","Set as Cover Image":"Setați ca imagine de copertă","Settings":"Setări","Settings saved":"Setări salvate","Setup":"Configurare","Severity":"Severitate","Share":"Distribuie","Share %{s}":"Distribuie %{nume}","Show":"Arată","Show All Labels":"Afișați toate etichetele","Show all new faces":"Afișați toate fețele noi","Show Caption":"Afișați subtitrarea","Show Captions":"Afișați subtitrări","Show face markers":"Afișați marcajele feței","Show hidden":"Arată ascuns","Show Important Only":"Afișați doar important","Show logs in the web interface to monitor activity and troubleshoot problems.":"Afișați jurnalele în interfața web pentru a monitoriza activitatea și a depana problemele.","Show smart albums that group pictures by occasion, trip, or location.":"Afișați albume inteligente care grupează fotografiile în funcție de ocazie, călătorie sau locație.","Show the Account page so users can manage their profile and security settings.":"Afișați pagina Cont, astfel încât utilizatorii să își poată gestiona profilul și setările de securitate.","Show the Calendar view to browse the library by year and month.":"Afișați vizualizarea Calendar pentru a răsfoi biblioteca în funcție de an și lună.","Show the Labels section to view and manage AI-generated labels.":"Afișați secțiunea Etichete pentru a vizualiza și gestiona etichetele generate de AI.","Show the Library section to index, manage, and monitor the media library.":"Afișați secțiunea Bibliotecă pentru a indexa, gestiona și monitoriza biblioteca media.","Show the Places view with interactive maps so you can browse photos by location.":"Afișați vizualizarea Locuri cu hărți interactive, astfel încât să puteți răsfoi fotografiile în funcție de locație.","Show Titles":"Afișați titlurile","Sidecar":"Sidecar","Sidecar Files":"Fișiere Sidecar","Sign in":"Conectați-vă","Sign Out":"Deconectare","Similar":"Similar","Site URL":"URL-ul site-ului","Size":"Dimensiune","Slideshow":"Prezentare de diapozitive","Slow":"Încet","Software":"Software","Software Update":"Actualizare software","Some albums could not be copied":"Unele albume nu au putut fi copiate","Some albums could not be created. Please edit the names and try again.":"Unele albume nu au putut fi create. Vă rugăm să editați numele și să încercați din nou.","Some albums could not be updated":"Unele albume nu au putut fi actualizate","Something went wrong, try again":"Ceva nu a mers bine, încercați din nou","Sort by":"Sortare după","Sort by Name (A–Z)":"Sortare după nume (A-Z)","Sort by Photo Count":"Sortează după numărul de fotografii","Sort by Relevance":"Sortare după relevanță","Sort Order":"Ordinea de sortare","Sorted ascending.":"Sortate crescător.","Sorted descending.":"Sortate descrescător.","Source":"Sursă","Stack":"Stivă","Stack files sharing the same unique image or instance identifier.":"Stivuiți fișiere care partajează aceeași imagine unică sau identificator de instanță.","Stack pictures taken at the exact same time and location based on their metadata.":"Stivuiți fotografiile realizate exact în același moment și în aceeași locație, pe baza metadatelor.","Stackable":"Stivuibil","Stacks":"Stive","Start":"Start","Start Page":"Pagina de start","Static Size Limit: %{n}px":"Limita dimensiunii statice: %{n}px","Status":"Stare","Stay signed in on this device":"Rămâneți conectat pe acest dispozitiv","Stop Casting":"Opriți turnarea","Storage":"Spațiu de stocare","Streets":"Străzi","Subject":"Subiect","Subject deleted":"Subiect eliminat","Subject not found":"Subiectul nu a fost găsit","Subject saved":"Subiect salvat","Successfully activated":"Activat cu succes","Successfully Connected":"Conectat cu succes","Successfully deleted":"Eliminat cu succes","Successfully verified":"Verificat cu succes","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Suportul pentru servicii suplimentare, cum ar fi Google Drive, va fi adăugat în timp.","Support Our Mission":"Susține misiunea noastră","Sync":"Sincronizare","Sync raw and video files":"Sincronizarea fișierelor raw și video","Taken":"Luat","Teal":"Turcoaz","Terrain":"Teren","Text":"Text","Thank You for Your Support!":"Vă mulțumim pentru sprijinul dumneavoastră!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"De aceea, PhotoPrism a fost construit de la zero pentru a funcționa oriunde aveți nevoie, fără a compromite libertatea, confidențialitatea sau funcționalitatea.","The index currently contains %{n} hidden files.":"În prezent, indexul conține %{n} fișiere ascunse.","The instance rejected the cluster credentials.":"Instanța a respins datele de autentificare ale clusterului.","The instance returned an unexpected redirect.":"Instanța a generat o redirecționare neașteptată.","The wakeup interval is %s, but must be 1h or less":"Intervalul de trezire este %s, dar trebuie să fie de 1h sau mai puțin","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Este posibil ca formatul lor să nu fie acceptat, să nu fi fost încă convertite în JPEG sau să existe duplicate.","Theme":"Temă","This account is missing an ID and can't be edited.":"Acest cont nu are un ID și nu poate fi editat.","This field is required":"Acest câmp este obligatoriu","This instance has no site URL configured.":"Această instanță nu are configurată nicio adresă URL a site-ului.","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.":"Acest lucru montează dosarul de originale ca unitate de rețea și vă permite să deschideți, să editați și să ștergeți fișiere de pe computer sau de pe telefonul smartphone ca și cum ar fi locale.","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. ":"Acest lucru montează dosarul de originale ca unitate de rețea și vă permite să deschideți, să editați și să ștergeți fișiere de pe computer sau de pe telefonul smartphone ca și cum ar fi locale. ","Time":"Timp","Time UTC":"Ora UTC","Time Zone":"Fusul orar","Timeout":"Pauză","Title":{"":"Titlu","Account":"Titlu","Photo":"Titlu"},"Title / Position":"Titlul / Poziția","to":"la","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Pentru a evita blocarea contului dvs., vă rugăm să descărcați, imprimați sau copiați acest cod de recuperare acum și păstrați-l într-un loc sigur.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Pentru a genera o nouă parolă specifică aplicației, introduceți numele și domeniul de autorizare al aplicației și selectați o dată de expirare:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Pentru a comuta la o nouă aplicație sau dispozitiv de autentificare, mai întâi dezactivați autentificarea cu doi factori și apoi reactivați-o:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Pentru a face upgrade, puteți introduce un cod de activare sau puteți face clic pe \"Înregistrare\" pentru a vă înscrie pe site-ul nostru:","Today":"Astăzi","Toggle View":"Schimbă vizualizarea","Token":"Jeton","Too many files selected":"Prea multe fișiere selectate","Too many requests":"Prea multe cereri","Troubleshooting":"Rezolvarea problemelor","Try again using other filters or keywords.":"Încercați din nou folosind alte filtre sau cuvinte cheie.","Two-factor authentication has been enabled for your account.":"Autentificarea cu doi factori a fost activată pentru contul dvs.","Type":"Tip","Unable to delete":"Nu se poate șterge","Unable to do that":"Nu pot face asta","Unassign":"Dezasignare","Unauthorized":"Neautorizat","Undo":"Înapoi","Unique ID":"ID unic","Unknown":"Necunoscut","Unknown location":"Locație necunoscută","Unregistered":"Neînregistrat","Unsorted":"Nesortat","Unstack":"Despachetare","Unsupported":"Neacceptat","Unsupported format":"Format neacceptat","Unsupported type":"Tip neacceptat","Updated":"Actualizat","Updating faces":"Actualizarea fețelor","Updating index":"Actualizarea index-ului","Updating moments":"Actualizarea momentelor","Updating picture…":"Actualizarea imaginii…","Updating previews":"Actualizarea previziunilor","Updating stacks":"Actualizarea stivelor","Upgrade":"Actualizare","Upgrade Now":"Actualizați acum","Upload":"Încărcați","Upload complete":"Încărcare completă","Upload complete. Indexing…":"Încărcare completă. Se indexează…","Upload failed":"Încărcarea a eșuat","Upload has been processed":"Încărcarea a fost procesată","Upload local files":"Încărcați fișiere locale","Upload might be offensive":"Încărcarea poate fi ofensatoare","Upload Path":"Cale de încărcare","Uploading %{n} of %{t}…":"Se încarcă %{n} din %{t}…","Uploading photos…":"Se încarcă fotografii…","Uploading…":"Se încarcă…","Uploads that may contain such images will be rejected automatically.":"Încărcările care pot conține astfel de imagini vor fi respinse automat.","URL":"URL","Use Presets":"Utilizați presetări","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Utilizați următorul cod de recuperare pentru a vă accesa contul atunci când nu puteți genera un cod de verificare valid cu aplicația dvs. de autentificare:","Use your recovery code or contact an administrator for help.":"Utilizați codul de recuperare sau contactați un administrator pentru ajutor.","User":"Utilizator","User Guide":"Ghidul utilizatorului","User Interface":"Interfața utilizatorului","User not found":"Utilizatorul nu a fost găsit","Username":"Numele utilizatorului","Users":"Utilizatori","UUID":"UUID","Vector":"Vector","Vectors":"Vectori","Verification Code":"Cod de verificare","Version":"Versiune","Video":"Clip","Video Duration":"Durata Videoclipului","Videos":"Videoclipuri","View":"Vedere","View search results as a list.":"Vizualizați rezultatele căutării ca o listă.","Viewer":"Vizualizator","Vision":"Viziune","Visitor":"Vizitator","Visual Similarity":"Similaritate vizuală","Warning":"Avertisment","Web Login":"Autentificare Web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Clienții WebDAV se pot conecta la PhotoPrism folosind următoarea adresă URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Clienții WebDAV, cum ar fi Microsoft Windows Explorer sau Apple Finder, se pot conecta direct la PhotoPrism. ","WebDAV Upload":"Încărcare WebDAV","WebGL support is disabled in your browser":"Suportul WebGL este dezactivat în browserul dvs.","Website":"Site web","White":"Alb","Work Details":"Detalii de lucru","Year":"Anul","Yellow":"Galben","Yes":"Da","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Vă invităm să ne contactați la membership@photoprism.app pentru întrebări legate de calitatea de membru.","You can only download one album":"Poți descărca doar un singur album","You can only download one label":"Puteți descărca doar o singură etichetă","You can search for a location or move the marker on the map to change the position:":"Puteți căuta o locație sau puteți muta markerul pe hartă pentru a schimba poziția:","You can upload up to %{n} files for test purposes.":"Puteți încărca până la %{n} fișiere în scopuri de testare.","You cannot change your own role.":"Nu îți poți schimba propriul rol.","You do not have access to any instances.":"Nu ai acces la nicio instanță.","You may only select one item":"Puteți selecta doar un singur element","You may rescan your library to find additional faces.":"Puteți să scanați din nou biblioteca dumneavoastră pentru a găsi alte fețe.","Your account could not be connected":"Contul dvs. nu a putut fi conectat","Your account has been successfully connected.":"Contul dvs. a fost conectat cu succes.","Your browser does not support WebGL":"Browserul dvs. nu acceptă WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Sprijinul dvs. continuu ne ajută să furnizăm actualizări regulate și să rămânem independenți, astfel încât să ne putem îndeplini misiunea și să vă protejăm confidențialitatea.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Biblioteca dvs. este analizată în permanență pentru a crea automat albume cu momente, călătorii și locuri speciale.","Zip created in %d s":"Fișierul Zip creat în %d s","Zoom in/out":"Măriți/micșorați","Archive":{"Noun":"Arhiva","Verb":"Arhiva"},"Add a Title":{"Photo":"Adăugați un titlu"}}} \ No newline at end of file +{"ro":{"{0} appended action":"{0} acțiune anexată","{0} files":"{0} fișiere","{0} files ({1} in total)":"{0} fișiere ({1} în total)","{0} more":"{0} mai mult","{0} prepended action":"{0} acțiune precedată","{0} selected":"{0} selectat","{0}-{1} of {2}":"{0}-{1} din {2}","%{n} albums found":"%{n} albume găsite","%{n} files uploaded":"%{n} fișiere încărcate","%{n} folders found":"%{n} foldere găsite","%{n} GB of %{q} GB used":"%{n} GB de %{q} GB utilizați","%{n} labels found":"%{n} etichete găsite","%{n} people found":"%{n} persoane găsite","%{n} pictures found":"%{n} imagini găsite","%{s} is too long":"%{s} este prea lung","%{s} is too short":"%{s} este prea scurt","%d entries added to %s":"%d intrări adăugate la %s","%d entries removed from %s":"%d intrări eliminate din %s","%d files uploaded in %d s":"%d fișiere încărcate în %d s","%s already exists":"%s deja există","%s has been restored":"%s a fost restaurat","1 hour":"1 oră","12 hours":"12 ore","2-Factor Authentication":"Autentificare cu 2 factori","2FA":"2FA","4 hours":"4 ore","A click will copy it to your clipboard.":"Un clic îl va copia în clipboard.","A new version of %{s} is available:":"O nouă versiune a %{s} este disponibilă:","About":"Despre","Access granted.":"Accesul a fost acordat.","Access revoked.":"Accesul a fost revocat.","Access Token":"Token de acces","Account":"Cont","Account created":"Cont creat","Account deleted":"Cont șters","Account Group Mappings":"Corelări între grupuri de conturi","Account not found":"Contul nu a fost găsit","Account restored":"Cont restaurat","Account saved":"Cont salvat","Accounts":"Conturi","Accuracy":"Precizie","Action":"Acțiune","Actions":"Acțiuni","Activate":"Activați","Activate to remove sorting.":"Activați pentru a elimina sortarea.","Activate to sort ascending.":"Activați pentru sortare crescătoare.","Activate to sort descending.":"Activați pentru a sorta descrescător.","Activation Code":"Cod de activare","Activity":"Activitate","Add":"Adăugați","Add %{s}?":"Adaugă %{s}?","Add a Caption":"Adăugați o legendă","Add Account":"Adăugați un cont","Add Album":"Adaugă album","Add Link":"Adăugați un link","Add Notes":"Adăugați note","Add person?":"Adăugați o persoană?","Add pictures from search results by selecting them.":"Adăugați imagini din rezultatele căutării prin selectarea lor.","Add to album":"Adaugă la album","Add to all":"Adaugă la toate","Add to all selected photos":"Adăugați la toate fotografiile selectate","Added":"Adăugat","Added %{name}":"S-a adăugat %{name}","Adjust Camera Info":"Reglați informațiile despre cameră","Adjust Date & Time":"Reglați data și ora","Adjust Location":"Reglați locația","Admin":"Admin","Advanced":"Avansat","Advertise URL":"Publicitate URL","After 1 day":"După 1 zi","After 3 days":"După 3 zile","After 7 days":"După 7 zile","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"După ce ați introdus parola pentru confirmare, puteți configura autentificarea cu doi factori cu o aplicație sau un dispozitiv de autentificare compatibil:","After one month":"După o lună","After one year":"După un an","After selecting pictures from search results, you can add them to an album using the context menu.":"După selectarea imaginilor din rezultatele căutării, le puteți adăuga la un album utilizând meniul contextual.","After two months":"După două luni","After two weeks":"După două săptămâni","Album":"Album","Album %s deleted":"Album %s șters","Album Backups":"Copii de rezervă ale albumelor","Album contents cloned":"Conținutul albumului clonat","Album created":"Album creat","Album deleted":"Album șters","Album not found":"Album nedescoperit","Album saved":"Album salvat","Albums":"Albume","Albums deleted":"Albume șterse","All":"Toate","All %{n} albums loaded":"Toate albumele %{n} încărcate","All %{n} labels loaded":"Toate etichetele %{n} încărcate","All %{n} people loaded":"Toate %{n} persoane încărcate","All Cameras":"Toate camerele de luat vederi","All Categories":"Toate categoriile","All Colors":"Toate culorile","All Countries":"Toate țările","All files from import folder":"Toate fișierele din dosarul de import","All Lenses":"Toate lentilele","All Months":"Toate lunile","All originals":"Toate originalele","All Years":"Toți anii","Allow configuration and use of connected apps and services for remote uploads and sync.":"Permiteți configurarea și utilizarea aplicațiilor și serviciilor conectate pentru încărcarea și sincronizarea de la distanță.","Allow editing of metadata such as title, description, date, and location.":"Permiteți editarea metadatelor, cum ar fi titlul, descrierea, data și locația.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Permite editarea metadatelor, etichetelor și albumelor mai multor imagini simultan.","Allow files to be copied or moved from the Import to the Originals folder.":"Activați instrumentul Import pentru a copia sau muta fișiere din folderul Import în Originale.","Allow files to be permanently deleted to free up storage space.":"Permiteți ștergerea permanentă a fișierelor pentru a elibera spațiu de stocare.","Allow users to archive photos and videos so they are hidden without being deleted.":"Permiteți utilizatorilor să arhiveze fotografii și videoclipuri, astfel încât acestea să fie ascunse fără a fi șterse.","Allow users to create and share links, and enable sharing with connected services.":"Permiteți utilizatorilor să creeze și să partajeze linkuri și permiteți partajarea cu serviciile conectate.","Allow users to upload new photos and videos through the web interface.":"Permiteți utilizatorilor să încarce noi fotografii și videoclipuri prin interfața web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativ, puteți încărca fișiere direct pe servere WebDAV, cum ar fi Nextcloud.","Altitude":"Altitudine","Altitude (m)":"Altitudine (m)","AM":"AM","Animated":"Animat","Animation":"Animație","Animations":"Animații","Any private photos and videos remain private and won't be shared.":"Orice fotografii și videoclipuri private rămân private și nu vor fi partajate.","API Key":"Cheie API","Application":"Aplicație","Applications":"Aplicații","Approve":"Aprobarea","Approve and save changes":"Aprobați și salvați modificările","Apps and Devices":"Aplicații și dispozitive","Archived":"Arhivat","Are you sure you want to archive the selection?":"Sunteți sigur că doriți să arhivați selecția?","Are you sure you want to delete these albums?":"Sunteți sigur că doriți să ștergeți aceste albume?","Are you sure you want to delete these labels?":"Sunteți sigur că doriți să ștergeți aceste etichete?","Are you sure you want to delete this account?":"Sunteți sigur că doriți să ștergeți acest cont?","Are you sure you want to delete this album?":"Sunteți sigur că doriți să ștergeți acest album?","Are you sure you want to permanently delete these pictures?":"Sunteți sigur că doriți să ștergeți definitiv aceste imagini?","Are you sure you want to permanently delete this file?":"Sunteți sigur că doriți să ștergeți definitiv acest fișier?","Are you sure?":"Esti sigur?","Artist":"Artist","Aspect Ratio":"Raportul de aspect","Attributes":"Atribute","Audio":"Audio","Audit Log":"Audio","Authentication":"Autentificare","Auto":"Auto","Back":"Înapoi","Back to top":"Înapoi la începutul paginii","Backup":"Backup","Badge":"Insignă","Base Path":"Calea de bază","Batch":"Lot","Batch Edit":"Editare lot","Become a member today, support our mission and enjoy our member benefits!":"Deveniți membru astăzi, susțineți misiunea noastră și bucurați-vă de beneficiile noastre!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Fiind 100% autofinanțați și independenți, vă putem promite că nu vă vom vinde niciodată datele și că vom fi întotdeauna transparenți în ceea ce privește software-ul și serviciile noastre.","Bio":"Biografie","Birth Date":"Data nașterii","Black":"Negru","Blue":"Albastru","Brown":"Maro","Browse":"Răsfoiți","Browse Files":"Răsfoiți fișierele","Browse Pictures":"Răsfoiți imagini","Bug Report":"Raport de eroare","Busy, please try again later":"Ocupat, vă rugăm să încercați din nou mai târziu","Busy, please wait…":"Ocupat, vă rugăm să așteptați…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Prin utilizarea software-ului și a serviciilor pe care le furnizăm, sunteți de acord cu termenii și condițiile noastre de utilizare, cu politica de confidențialitate și cu codul de conduită.","Calendar":"Calendar","Camera":"Cameră","Camera not found":"Nu s-a găsit camera","Camera Serial":"Numărul de serie a Camerei","Can't access your authenticator app or device?":"Nu vă puteți accesa aplicația sau dispozitivul de autentificare?","Can't load more, limit reached":"Nu se poate încărca mai mult, limita a fost atinsă","Can't select more items":"Nu se pot selecta mai multe articole","Cancel":"Anulează","Cannot copy to clipboard":"Nu se poate copia în clipboard","Caption":"Legenda","Cards":"Cărți","Carousel slide {0} of {1}":"Diapozitiv carusel {0} de {1}","Cast":"Distribuție","Category":"Categoria","Change Avatar":"Schimbă Avatar","Change Password":"Schimbă parola","Change private flag":"Schimbarea steagului privat","Changes could not be saved":"Modificările nu au putut fi salvate","Changes successfully saved":"Modificări salvate cu succes","Changes to the advanced settings require a restart to take effect.":"Modificările aduse la setările avansate necesită o repornire pentru a intra în vigoare.","Checked":"Verificat","Choose an instance to continue:":"Alegeți o instanță pentru a continua:","Chroma":"Chroma","Cleaning index and cache":"Curățarea indexului și a cache-ului","Cleanup":"Curățare","Clear":"Clar","Clear {0}":"Șterge {0}","Client":"Client","Close":"Închideți","Cluster":"Cluster","Cluster Admin":"Administrator de cluster","Cluster Node":"Nod de cluster","Codec":"Codec","Color":"Culoare","Color Profile":"Profil de culoare","Colors":"Culori","Compare Editions":"Comparați edițiile","Complete Rescan":"Rescanare completă","Confidence":"Încredere","Confirm":"A confirma","Connect":"Conectați-vă","Connect via WebDAV":"Conectare prin WebDAV","Connected":"Conectat","Contact Details":"Detalii de contact","Contact Us":"Contactați-ne","Contains %{n} pictures.":"Conține %{n} imagini.","Contains one picture.":"Conține o imagine.","Content":{"":"Conținut","Edit":"Conținut"},"Continue":"Continua","Contributor":"Colaborator","Converting":"Conversia","Copied to clipboard":"Copiat în clipboard","Copy":"Copie","Copying files from %s":"Copierea fișierelor din %s","Copyright":"Drepturi de autor","Could not be deleted":"Nu a putut fi șters","Could not connect, please try again":"Nu s-a putut conecta, vă rugăm să încercați din nou","Could not update person cover":"Nu s-a putut actualiza acoperirea persoanei","Couldn't find anything.":"Nu sa putut găsi nimic.","Country":"Țara","Create Account":"Creați un cont","Create album":"Creați un album","Create regular backups based on the configured schedule.":"Creați copii de rezervă ale indexurilor pe baza programului configurat.","Create YAML files to back up album metadata.":"Creați fișiere YAML pentru a salva metadatele albumelor.","Create YAML sidecar files to back up picture metadata.":"Creați fișiere YAML sidecar pentru a salva metadatele imaginilor.","Created":"Creat","Creating thumbnails for":"Crearea de miniaturi pentru","Current Password":"Parola curentă","Custom":"Personalizat","Cyan":"Cyan","Daily":"Zilnic","Database":"Baza de date","Database Backups":"Copii de rezervă ale bazei de date","Databases":"Baze de date","Date & Time":"Data și ora","Day":"Ziua","Deactivate":"Dezactivați","Debug Logs":"Jurnalele de depanare","Default":"Implicit","Default Folder":"Dosar implicit","Delete":"Ștergeți","Delete Album":"Ștergeți albumul","Delete All":"Ștergeți totul","Delete all?":"Ștergeți toate?","Delete orphaned index entries, sidecar files and thumbnails.":"Ștergeți intrările de index, fișierele sidecar și miniaturi orfane.","deleted":"șters","Description":"Descriere","Detailed instructions can be found in our User Guide.":"Instrucțiuni detaliate pot fi găsite în Ghidul utilizatorului.","Details":"Detalii","Dimensions":"Dimensiuni","Disable all face detection and recognition features.":"Dezactivați toate funcțiile de detectare și recunoaștere a feței.","Disable Backups":"Dezactivați copiile de rezervă","Disable Darktable":"Dezactivați Darktable","Disable ExifTool":"Dezactivați ExifTool","Disable Faces":"Dezactivați fețele","Disable features that require write permission for the originals folder.":"Dezactivați funcțiile care necesită permisiunea de scriere pentru dosarul de originale.","Disable FFmpeg":"Dezactivați FFmpeg","Disable ImageMagick":"Dezactivați ImageMagick","Disable interactive world maps and reverse geocoding.":"Dezactivați hărțile lumii interactive și geocodarea inversă.","Disable MCP":"Dezactivați MCP","Disable Places":"Dezactivați locurile","Disable RawTherapee":"Dezactivați RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Dezactivați punctul final al API Model Context Protocol (MCP) pentru integrarea agenților AI.","Disable Vectors":"Dezactivarea vectorilor","Disable WebDAV":"Dezactivați WebDAV","Disabled":"Persoane cu handicap","Disables vector graphics support.":"Dezactivează suportul pentru grafica vectorială.","Disables video transcoding and thumbnail extraction.":"Dezactivează transcodarea video și extragerea miniaturilor.","Discard":"Aruncă","Discard changes and close":"Eliminați modificările și închideți","Discard invalid changes?":"Eliminați modificările invalide?","Discard unsaved changes?":"Aruncați modificările nesalvate?","Discover":"Descoperiți","Dismiss":"Respinge","Display Name":"Afișați numele","Display picture captions in search results.":"Afișați legendele imaginilor în rezultatele căutării.","Display picture titles in search results.":"Afișați titlurile imaginilor în rezultatele căutării.","Document":"Document","Documents":"Documente","Don't use Darktable to convert RAW images.":"Nu utilizați Darktable pentru a converti fișiere RAW.","Don't use ImageMagick to convert images.":"Nu folosiți ImageMagick pentru a converti imaginile.","Don't use RawTherapee to convert RAW images.":"Nu utilizați RawTherapee pentru a converti fișiere RAW.","Done":"Realizat","Done.":"S-a făcut.","Download":"Descărcați","Download only original media files, without any automatically generated files.":"Descărcați numai fișiere media originale, fără fișiere generate automat.","Download remote files":"Descărcarea fișierelor de la distanță","Downloading…":"Descărcarea…","Drag and drop files here":"Drag and drop fișiere aici","Driver":"Șofer","Duplicates will be skipped and only appear once.":"Dublurile vor fi omise și vor apărea doar o singură dată.","Duration":"Durata","Dynamic Previews":"Previziuni dinamice","Dynamic Size Limit: %{n}px":"Limita dimensiunii dinamice: %{n}px","Edit":"Editați","Edit %{s}":"Editează %{s}","Edit Account":"Editare cont","Edit Photo":"Editare fotografie","Edit Photos (%{n})":"Editarea fotografiilor (%{n})","Edited":"Editat","Email":"Email","Enable debug mode to display additional logs and help with troubleshooting.":"Activați modul de depanare pentru a afișa jurnale suplimentare și pentru a ajuta la depanare.","Enable downloading of original and sidecar files from the web interface.":"Activați descărcarea fișierelor originale și sidecar din interfața web.","Enable face recognition and the People view to easily find people you know.":"Activați recunoașterea facială și vizualizarea Persoane pentru a găsi cu ușurință persoanele pe care le cunoașteți.","Enable new features that may be incomplete or unstable.":"Activați caracteristici noi care pot fi incomplete sau instabile.","Enable the file browser to navigate the Originals folder structure.":"Activați browserul de fișiere pentru a naviga în structura de foldere Originals.","Enables RAW converter presets. May reduce performance.":"Activează presetările convertorului RAW. Poate reduce performanța.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Activarea autentificării cu doi factori înseamnă că veți avea nevoie de un cod de verificare generat aleatoriu pentru a vă conecta, așa că, chiar dacă cineva obține acces la parola dvs., nu va putea accesa contul dvs.","Engine":"Motor","Enter date":"Introduceți data","Enter dates":"Introduceți datele","Enter item name...":"Introduceți numele articolului...","Enter the code generated by your authenticator app:":"Introduceți codul generat de aplicația dvs. de autentificare:","Enter verification code":"Introduceți codul de verificare","Enter your password to confirm the action and continue:":"Introduceți parola pentru a confirma acțiunea și continuați:","Entity not found":"Entitatea nu a fost găsită","Error":"Eroare","Errors":"Erori","Estimate":"Estimare","Estimate Locations":"Estimarea locațiilor","Estimate the approximate location of pictures without GPS coordinates.":"Estimarea locației aproximative a imaginilor fără coordonate GPS.","Every two days":"La fiecare două zile","Exclude hidden":"Excludeți ascunse","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Extragerea metadatelor cu ExifTool este necesară pentru suportul complet pentru Video, Live Photo și XMP.","Experimental Features":"Caracteristici experimentale","Expires":"Expiră","Exposure":"Expunere","Extract still images and generate thumbnails while indexing.":"Extrageți imagini statice și generați miniaturi în timpul indexării.","F Number":"Numărul F","Face":"Față","Face not found":"Fața nu a fost găsită","Faces":"Fețe","Failed creating file, please check permissions":"Nu a reușit să creeze fișierul, vă rugăm să verificați permisiunile","Failed creating folder, please check permissions":"Nu s-a reușit crearea dosarului, vă rugăm să verificați permisiunile","Failed removing link":"Nu a reușit să elimine legătura","Failed to connect account.":"A eșuat conectarea contului.","Failed to create zip file":"Nu a reușit să creeze fișierul zip","Failed to load users.":"Nu s-au putut încărca utilizatorii.","Failed to remove face marker":"Nu a reușit să îndepărteze marcajul facial","Failed to remove name":"Nu s-a reușit eliminarea numelui","Failed to restart server":"Nu s-a reușit repornirea serverului","Failed to save changes":"A eșuat salvarea modificărilor","Failed to save face marker":"Nu a reușit să salveze fața marcatorului","Failed to save name":"Nu a reușit să salveze numele","Failed updating link":"Link de actualizare eșuat","Family Name":"Nume de familie","Fast":"Rapid","Favorite":"Favorit","Favorites":"Favorite","Feature disabled":"Caracteristică dezactivată","Feature Request":"Cerere de caracteristici","Female":"Femeie","File":"Fișier","File Browser":"Browser de fișiere","File Conversion":"Conversia fișierelor","File deleted":"Fișier șters","File Name":"Numele fișierului","File not found":"Fișier nedescoperit","File removed from stack":"Fișier eliminat din stivă","File Size":"Dimensiunea fișierului","File too large":"Fișier prea mare","File uploaded":"Fișier încărcat","Filename":"Nume fisier","Files":"Fișiere","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Fișierele cu nume secvențiale, cum ar fi 'IMG_1234 (2)' și 'IMG_1234 (3)' aparțin aceleiași imagini.","First page":"Prima pagină","Focal Length":"Lungime focală","Folder":"Dosar","Folder contains %{n} files":"Dosarul conține %{n} fișiere","Folder is empty":"Dosarul este gol","Folders":"Dosare","Forgot password?":"Ați uitat parola?","FPS":"FPS","Frames":"Cadre","Full Access":"Acces complet","Fullscreen":"Ecran complet","General":"General","Generate":"Genera","Generate Previews":"Generați previzualizări","Generated":"Generate","Get Started":"Începeți","Given Name":"Numele dat","Global Options":"Opțiuni globale","Go to page {0}":"Mergeți la pagina {0}","Gold":"Aur","Green":"Verde","Grey":"Gri","Groups":"Grupuri","Guest":"Oaspete","Hash":"Hash","Help":"Ajutor","Help & Support":"Suport","Hidden":"Ascuns","Hidden Files":"Fișiere ascunse","Hide":"Ascundeți","Hide Caption":"Hide Caption","Hide face markers":"Ascundeți marcajele feței","Hide private content from global views while keeping it accessible in the Private section.":"Ascundeți elementele private din vizualizările globale, menținându-le în același timp accesibile în secțiunea Privat.","High":"Mare","High Dynamic Range (HDR)":"Gama dinamică înaltă (HDR)","Hybrid":"Hibrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Dacă pierdeți accesul la aplicația sau dispozitivul dvs. de autentificare, puteți utiliza codul de recuperare pentru a recâștiga accesul la contul dvs.","Image":"Imagine","Image Quality":"Calitatea imaginii","Import":"Import","Import canceled":"Importul a fost anulat","Import completed in %d s":"Import finalizat în %d s","Import failed":"Importul a eșuat","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Fișierele importate vor fi sortate în funcție de dată și vor primi un nume unic pentru a se evita dublurile.","Importing %{s}…":"Importăm %{s}…","Importing files to originals…":"Importul de fișiere în originale…","in":"în","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"În cazul în care imaginile pe care le așteptați lipsesc, vă rugăm să scanați din nou biblioteca dvs. și să așteptați până când indexarea va fi finalizată.","Include RAW image files when downloading stacks and archives.":"Includeți fișiere de imagine RAW atunci când descărcați stive și arhive.","Include sidecar files when downloading stacks and archives.":"Includeți fișiere sidecar atunci când descărcați stive și arhive.","Increase storage size or delete files to continue.":"Creșteți dimensiunea de stocare sau ștergeți fișierele pentru a continua.","Index":"Index","Indexing":"Indexare","Indexing canceled":"Indexare anulată","Indexing completed in %d s":"Indexare finalizată în %d s","Indexing failed":"Indexarea a eșuat","Indexing files in %s":"Indexarea fișierelor în %s","Indexing media and sidecar files…":"Indexarea fișierelor media și a fișierelor sidecar…","Indexing originals...":"Indexarea originalelor...","Information":"Informații","Inherit":"Moșteni","Instance":"Instanță","Instance ID":"ID-ul instanței","Instance unreachable. Try again once it's back online.":"Instanța nu este accesibilă. Încercați din nou când va fi din nou online.","Instances":"Instanțe","Insufficient storage":"Depozitare insuficientă","Insufficient storage.":"Depozitare insuficientă.","Interval":"Interval","Invalid":"Invalid","Invalid address":"Adresă invalidă","Invalid country":"Țară invalidă","Invalid credentials":"Acreditări nevalabile","Invalid date":"Dată invalidă","Invalid link":"Legătură invalidă","Invalid name":"Nume invalid","Invalid parameters":"Parametrii nevalabili","Invalid password, please try again":"Parolă invalidă, vă rugăm să încercați din nou","Invalid photo selected":"Fotografie invalidă selectată","Invalid time":"Ora invalidă","Invalid URL":"URL invalid","Invalid verification code, please try again":"Cod de verificare nevalid, încercați din nou","IP Address":"Adresa IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Este un cod de unică folosință care va dezactiva 2FA pentru contul dvs. atunci când îl utilizați.","Item":"Articolul","Items per page:":"Articole pe pagină:","JPEG Quality: %{n}":"Calitate JPEG: %{n}","JPEG Size Limit: %{n}px":"Limita dimensiunii JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG-urile și miniaturile sunt redate automat, după cum este necesar.","Keyword":"Cuvânt cheie","Keywords":"Cuvinte cheie","Label":"Etichetă","Label not found":"Eticheta nu a fost găsită","Label saved":"Etichetă salvată","Labels":"Etichete","Labels deleted":"Etichete șterse","Language":"Limba","Last Active":"Ultimul activ","Last Login":"Ultima autentificare","Last page":"Ultima pagină","Last Sync":"Ultima sincronizare","Last Used":"Folosit ultima data","Latitude":"Latitudine","LDAP/AD":"LDAP/AD","Learn more":"Aflați mai multe","Learn More":"Aflați mai multe","Legal Information":"Informații juridice","Lens":"Obiectiv","Lens not found":"Obiectivul nu a fost găsit","Library":"Bibliotecă","License":"Licență","Like":"Ca","Lime":"Lămâie verde","Limit reached, showing first %{n} files":"Limita a fost atinsă, afișând primele %{n} fișiere","Link":"Link","List":"Listă","List View":"Vizualizare listă","Live":"Live","Live Photos":"Fotografii în direct","Load more":"Încărcați mai mult","Loading items...":"Încărcare articole...","Loading...":"Încărcare...","Local":"Local","Local Time":"Ora locală","Location":"Locație","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Mesajele de jurnal apar aici ori de câte ori PhotoPrism întâlnește fișiere sparte sau există alte probleme potențiale.","Login":"Autentificare","Logs":"Jurnale","Longitude":"Longitudine","Lost server connection":"Pierdut conexiune la server","Low":"Scăzut","Magenta":"Magenta","Main Color":"Culoare principală","Male":"Bărbat","Manage Account":"Gestionați contul","Manager":"Manager","Manual":"Manual","Manual Upload":"Încărcare manuală","Maps":"Hărți","Marker":"Marker","Maximum number of accounts has been reached.":"Numărul maxim de conturi a fost atins.","Media":"Media","Medium":"Mediu","Membership":"Calitate de membru","Merge %{a} with %{b}?":"Combină %{a} cu %{b}?","Message":"Mesaj","Metadata":"Metadate","Metrics":"Metrici","Minimize":"Minimizați","Missing":"Lipsesc","Missing or invalid configuration":"Configurație lipsă sau invalidă","mixed":"amestecate","Moments":"Momente","Monochrome":"Monocromie","Month":"Luna","More options":"Mai multe opțiuni","Mosaic":"Mozaic","Most Relevant":"Cele mai relevante","Move Files":"Muta fișierele","Moving files from %s":"Mutarea fișierelor din %s","Must have at least %{n} characters.":"Trebuie să aibă cel puțin %{n} caractere.","Mute":"Mută","Name":"Nume","Name too long":"Nume prea lung","Never":"Niciodată","New":"Nou","New Password":"Parolă nouă","Newest First":"Cel mai nou Mai întâi","Next":"Următorul","Next page":"Pagina următoare","Next visual":"Următorul vizual","No":"Nu","No Access":"Acces interzis","No albums assigned":"Niciun album atribuit","No albums found":"Nu s-au găsit albume","No albums selected":"Nu sunt selectate albume","No data available":"Nu există date disponibile","No files available for download":"Nu există fișiere disponibile pentru descărcare","No items selected":"Niciun element selectat","No labels assigned":"Nu există etichete atribuite","No labels found":"Nu s-au găsit etichete","No labels selected":"Nu sunt selectate etichete","No matching records found":"Nu s-au găsit înregistrări corespunzătoare","No more":"Nu mai mult","No people found":"Nu s-au găsit persoane","No pictures found":"Nu s-au găsit imagini","No recently edited pictures":"Nu există imagini editate recent","No registered instances.":"Nu există instanțe înregistrate.","No results":"Niciun rezultat","No server connection":"Nu există conexiune la server","No servers configured.":"Nu există servere configurate.","No services configured.":"Nu sunt configurate servicii.","No thanks":"Nu, mulțumesc","No users on this instance.":"Nu există utilizatori pe această instanță.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Nu există avertismente sau erori care să conțină acest cuvânt cheie. Rețineți că căutarea este sensibilă la majuscule și minuscule.","Node":"Nod","Nodes":"Noduri","Non-photographic and low-quality images require a review before they appear in search results.":"Imaginile nefotografice și de slabă calitate necesită o revizuire înainte de a apărea în rezultatele căutării.","None":"Nici unul","Not allowed":"Nu este permis","Not available in public mode":"Nu este disponibil în modul public","Not available in read-only mode":"Nu este disponibil în modul doar pentru citire","Not found":"Nu a fost găsit","Not sorted.":"Nu sortate.","Not supported":"Nu este acceptat","Note you may manually manage your originals folder and importing is optional.":"Rețineți că vă puteți gestiona manual dosarul de originale, iar importul este opțional.","Note:":"Notă:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Notă: Numai serverele WebDAV, cum ar fi Nextcloud sau PhotoPrism, pot fi configurate ca serviciu la distanță pentru backup și încărcare de fișiere.","Notes":"Note","Nothing to see here yet.":"Încă nu este nimic de văzut aici.","Nothing was found.":"Nu s-a găsit nimic.","Offline":"Deconectat","OK":"OK","Oldest First":"Cel mai vechi Mai întâi","On Windows, enter the following resource in the connection dialog:":"Pe Windows, introduceți următoarea resursă în fereastra de dialog de conectare:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generarea la cerere a miniaturilor poate cauza o utilizare ridicată a procesorului și a memoriei. Nu este recomandată pentru serverele și dispozitivele NAS cu resurse limitate.","Once a week":"O dată pe săptămână","One album found":"Un album găsit","One entry added to %s":"O intrare adăugată la %s","One entry removed from %s":"O intrare eliminată din %s","One file found":"Un fișier găsit","One file uploaded":"Un fișier încărcat","One folder found":"Un dosar găsit","One label found":"O etichetă găsită","One person found":"O persoană găsită","One picture found":"O imagine găsită","Only locally managed accounts can be set up for authentication with 2FA.":"Numai conturile gestionate local pot fi configurate pentru autentificare cu 2FA.","Open":"Deschideți","optional":"opțional","or":"sau","Orange":"Portocaliu","Organization":"Organizația","Orientation":"Orientare","Original file names will be stored and indexed.":"Numele originale ale fișierelor vor fi stocate și indexate.","Original Name":"Denumire originală","Originals":"Originale","Originals folder is empty":"Dosarul Originals este gol","Other":"Altele","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Viziunea noastră este să oferim cea mai prietenoasă soluție pentru utilizator și confidențialitate pentru a vă păstra fotografiile organizate și accesibile.","Outdoor":"În aer liber","Page {0}, Current page":"Pagina {0}, Pagina curentă","Pages":"Pagini","Pagination Navigation":"Paginare Navigare","Panorama":"Panoramă","Panoramas":"Panorame","Part of all selected photos":"Parte din toate fotografiile selectate","Part of some selected photos":"O parte din unele fotografii selectate","Password":"Parola","Password changed":"Parola a fost schimbată","Pause":"Pauză","Payment required":"Este necesară efectuarea plății","People":"Oameni","People you share a link with will be able to view public contents.":"Persoanele cu care partajați un link vor putea vizualiza conținutul public.","Permanently deleted":"Șterse definitiv","Permission denied":"Permisiune refuzată","Person":"Persoană","Person cover updated":"Coperta persoanei actualizată","Person deleted":"Persoană eliminată","Person not found":"Persoana nu a fost găsită","Person saved":"Persoană salvată","Personal":"Personal","Photo":"Fotografie","PhotoPrism is 100% self-funded and independent.":"PhotoPrism este 100% autofinanțat și independent.","PhotoPrism+ Membership":"Abonament PhotoPrism+","Photos":"Fotografii","Picture":"Imagine","Picture Title":"Titlu imagine","Pink":"Roz","Pinned":"Fixat","Place":"Locul","Place & Time":"Locul și Ora","Places":"Locuri","Play":"Start","Please confirm your new password.":"Vă rugăm să confirmați noua parolă.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Vă rugăm să copiați următoarea parolă a aplicației generată aleatoriu și să o păstrați într-un loc sigur, deoarece nu o veți putea vedea din nou:","Please do not upload any private, unlawful or offensive pictures.":"Vă rugăm să nu încărcați imagini private, ilegale sau ofensatoare.","Please don't upload photos containing offensive content.":"Vă rugăm să nu încărcați fotografii cu conținut ofensator.","Please enter OTP character {0}":"Vă rugăm să introduceți caracterul OTP {0}","Please log in to your account":"Vă rugăm să vă conectați la contul dvs","Please note that changing your password will log you out on other devices and browsers.":"Vă rugăm să rețineți că schimbarea parolei vă va deconecta de pe alte dispozitive și browsere.","Please restart your instance for the changes to take effect.":"Vă rugăm să reporniți instanța pentru ca modificările să intre în vigoare.","Please wait…":"Vă rugăm să așteptați…","PM":"PM","PNG Size Limit: %{n}px":"Limita de dimensiune PNG: %{n}px","Portal":"Portal","Portrait":"Portret","Preserve filenames":"Păstrați numele fișierelor","Press enter to create a new album.":"Apăsați enter pentru a crea un album nou.","Press enter to create new item":"Apăsați Enter pentru a crea un element nou","Prevent database and album backups as well as YAML sidecar files from being created.":"Împiedicați crearea de copii de rezervă ale bazei de date și ale albumelor, precum și a fișierelor YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Împiedicați alte aplicații să acceseze PhotoPrism ca unitate de rețea partajată.","Preview":"Previzualizare","Preview Images":"Imagini de previzualizare","Previous":"Articolul precedent","Previous page":"Pagina anterioară","Previous visual":"Vizual anterior","Primary":"Primare","Private":"Privat","Processing upload...":"Procesarea încărcării...","Product Feedback":"Feedback despre produs","Projection":"Proiecție","Purple":"Violet","Quality Filter":"Filtru de calitate","Quality Score":"Scorul de calitate","Quota exceeded":"Cota depășită","Random":"Aleatoriu","Rating {0} of {1}":"Evaluare {0} din {1}","Raw":"Raw","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Reindexarea tuturor documentelor originale, inclusiv a fișierelor deja indexate și neschimbate.","Read-Only Mode":"Mod doar pentru citire","Recently Added":"Adăugate recent","Recently Archived":"Arhivate recent","Recently Edited":"Editate recent","Recognition starts after indexing has been completed.":"Recunoașterea începe după ce indexarea a fost finalizată.","Recognized":"Recunoscută","Recovery Code":"Cod de recuperare","Red":"Roșu","Refresh":"Reîmprospătare","Regions":"Regiuni","Register":"Înregistrare","Registration disabled":"Înregistrare dezactivată","Reload":"Reîncărcare","Reloading…":"Se reîncarcă…","Remote Sync":"Sincronizare la distanță","Remove":"Eliminați","remove failed: unknown album":"eliminarea eșuată: album necunoscut","Remove from Album":"Eliminați din album","Remove from all":"Eliminați din toate","Remove from all selected photos":"Eliminați din toate fotografiile selectate","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Eliminați fișierele importate pentru a economisi spațiu de stocare. Tipurile de fișiere neacceptate nu vor fi niciodată șterse, ele rămân în locația lor curentă.","Remove the selected instance from the cluster registry?":"Eliminați instanța selectată din registrul clusterului?","Removed":"Eliminat","Removed %{name}":"S-a eliminat %{name}","Removed %d files and %d photos":"Sau eliminat %d fișiere și %d fotografii","Repeated":"Repetat","Request failed - are you offline?":"Cerere eșuată - sunteți offline?","Request failed - invalid response":"Cerere eșuată - răspuns invalid","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Cereți ca imaginile non-fotografice și de calitate scăzută să fie revizuite înainte de a apărea în rezultatele căutării.","Resolution":"Rezoluție","Restart":"Reporniți","Restore":"Restaurați","Restored":"Restaurat","Retry Limit":"Limita de reintroducere","Retype Password":"Repeta parola","Review":"Revizuire","Role":"Rol","Roles":"Roluri","Rotated":"Rotită","Rows per page:":"Rânduri pe pagină:","Satellite":"Satelit","Save":"Salvați","Save changes":"Salvați modificările","Scan":"Scanare","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Scanați codul QR cu aplicația dvs. de autentificare sau utilizați cheia de configurare afișată mai jos și apoi introduceți codul de verificare generat:","Scans":"Scanări","Scope":"Domeniul de aplicare","Scopes":"Scopuri","Search":"Căutare","Season":"Sezon","Secret":"Secret","Security and Access":"Securitate și acces","Select":"Selectați","Select a source folder to import files…":"Selectați un folder sursă pentru a importa fișiere…","Select date":"Selectați data","Select dates":"Selectați datele","Select or create albums":"Selectați sau creați albume","Select or create labels":"Selectați sau creați etichete","Select or drop files to upload…":"Selectați sau lăsați fișierele pentru a le încărca…","Select the files to upload…":"Selectați fișierele pentru încărcare…","Select the folder to be indexed…":"Selectați folderul care urmează să fie indexat…","Select Time":"Selectați ora","Selection":"Selecție","Selection added to %s":"Selecție adăugată la %s","Selection approved":"Selecție aprobată","Selection archived":"Selecție arhivată","Selection marked as private":"Selecție marcată ca fiind privată","Selection not found":"Selecția nu a fost găsită","Selection restored":"Selecție restabilită","Sequential Name":"Denumire secvențială","Service":"Service","Service URL":"URL de serviciu","Services":"Servicii","Session":"Sesiunea","Session ID":"ID-ul sesiunii","Sessions":"Sesiuni","Set as Album Cover":"Setați ca copertă de album","Set as Cover Image":"Setați ca imagine de copertă","Settings":"Setări","Settings saved":"Setări salvate","Setup":"Configurare","Severity":"Severitate","Share":"Distribuie","Share %{s}":"Distribuie %{nume}","Show":"Arată","Show All Labels":"Afișați toate etichetele","Show all new faces":"Afișați toate fețele noi","Show Caption":"Afișați subtitrarea","Show Captions":"Afișați subtitrări","Show face markers":"Afișați marcajele feței","Show hidden":"Arată ascuns","Show Important Only":"Afișați doar important","Show logs in the web interface to monitor activity and troubleshoot problems.":"Afișați jurnalele în interfața web pentru a monitoriza activitatea și a depana problemele.","Show smart albums that group pictures by occasion, trip, or location.":"Afișați albume inteligente care grupează fotografiile în funcție de ocazie, călătorie sau locație.","Show the Account page so users can manage their profile and security settings.":"Afișați pagina Cont, astfel încât utilizatorii să își poată gestiona profilul și setările de securitate.","Show the Calendar view to browse the library by year and month.":"Afișați vizualizarea Calendar pentru a răsfoi biblioteca în funcție de an și lună.","Show the Labels section to view and manage AI-generated labels.":"Afișați secțiunea Etichete pentru a vizualiza și gestiona etichetele generate de AI.","Show the Library section to index, manage, and monitor the media library.":"Afișați secțiunea Bibliotecă pentru a indexa, gestiona și monitoriza biblioteca media.","Show the Places view with interactive maps so you can browse photos by location.":"Afișați vizualizarea Locuri cu hărți interactive, astfel încât să puteți răsfoi fotografiile în funcție de locație.","Show Titles":"Afișați titlurile","Sidecar":"Sidecar","Sidecar Files":"Fișiere Sidecar","Sign in":"Conectați-vă","Sign Out":"Deconectare","Similar":"Similar","Site URL":"URL-ul site-ului","Size":"Dimensiune","Slideshow":"Prezentare de diapozitive","Slow":"Încet","Software":"Software","Software Update":"Actualizare software","Some albums could not be copied":"Unele albume nu au putut fi copiate","Some albums could not be created. Please edit the names and try again.":"Unele albume nu au putut fi create. Vă rugăm să editați numele și să încercați din nou.","Some albums could not be updated":"Unele albume nu au putut fi actualizate","Something went wrong, try again":"Ceva nu a mers bine, încercați din nou","Sort by":"Sortare după","Sort by Name (A–Z)":"Sortare după nume (A-Z)","Sort by Photo Count":"Sortează după numărul de fotografii","Sort by Relevance":"Sortare după relevanță","Sort Order":"Ordinea de sortare","Sorted ascending.":"Sortate crescător.","Sorted descending.":"Sortate descrescător.","Source":"Sursă","Stack":"Stivă","Stack files sharing the same unique image or instance identifier.":"Stivuiți fișiere care partajează aceeași imagine unică sau identificator de instanță.","Stack pictures taken at the exact same time and location based on their metadata.":"Stivuiți fotografiile realizate exact în același moment și în aceeași locație, pe baza metadatelor.","Stackable":"Stivuibil","Stacks":"Stive","Start":"Start","Start Page":"Pagina de start","Static Size Limit: %{n}px":"Limita dimensiunii statice: %{n}px","Status":"Stare","Stay signed in on this device":"Rămâneți conectat pe acest dispozitiv","Stop Casting":"Opriți turnarea","Storage":"Spațiu de stocare","Streets":"Străzi","Subject":"Subiect","Subject deleted":"Subiect eliminat","Subject not found":"Subiectul nu a fost găsit","Subject saved":"Subiect salvat","Successfully activated":"Activat cu succes","Successfully Connected":"Conectat cu succes","Successfully deleted":"Eliminat cu succes","Successfully verified":"Verificat cu succes","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Suportul pentru servicii suplimentare, cum ar fi Google Drive, va fi adăugat în timp.","Support Our Mission":"Susține misiunea noastră","Sync":"Sincronizare","Sync raw and video files":"Sincronizarea fișierelor raw și video","Taken":"Luat","Teal":"Turcoaz","Terrain":"Teren","Text":"Text","Thank You for Your Support!":"Vă mulțumim pentru sprijinul dumneavoastră!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"De aceea, PhotoPrism a fost construit de la zero pentru a funcționa oriunde aveți nevoie, fără a compromite libertatea, confidențialitatea sau funcționalitatea.","The index currently contains %{n} hidden files.":"În prezent, indexul conține %{n} fișiere ascunse.","The instance rejected the cluster credentials.":"Instanța a respins datele de autentificare ale clusterului.","The instance returned an unexpected redirect.":"Instanța a generat o redirecționare neașteptată.","The wakeup interval is %s, but must be 1h or less":"Intervalul de trezire este %s, dar trebuie să fie de 1h sau mai puțin","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Este posibil ca formatul lor să nu fie acceptat, să nu fi fost încă convertite în JPEG sau să existe duplicate.","Theme":"Temă","This account is missing an ID and can't be edited.":"Acest cont nu are un ID și nu poate fi editat.","This field is required":"Acest câmp este obligatoriu","This instance has no site URL configured.":"Această instanță nu are configurată nicio adresă URL a site-ului.","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.":"Acest lucru montează dosarul de originale ca unitate de rețea și vă permite să deschideți, să editați și să ștergeți fișiere de pe computer sau de pe telefonul smartphone ca și cum ar fi locale.","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. ":"Acest lucru montează dosarul de originale ca unitate de rețea și vă permite să deschideți, să editați și să ștergeți fișiere de pe computer sau de pe telefonul smartphone ca și cum ar fi locale. ","Time":"Timp","Time UTC":"Ora UTC","Time Zone":"Fusul orar","Timeout":"Pauză","Title":{"":"Titlu","Account":"Titlu","Photo":"Titlu"},"Title / Position":"Titlul / Poziția","to":"la","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Pentru a evita blocarea contului dvs., vă rugăm să descărcați, imprimați sau copiați acest cod de recuperare acum și păstrați-l într-un loc sigur.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Pentru a genera o nouă parolă specifică aplicației, introduceți numele și domeniul de autorizare al aplicației și selectați o dată de expirare:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Pentru a comuta la o nouă aplicație sau dispozitiv de autentificare, mai întâi dezactivați autentificarea cu doi factori și apoi reactivați-o:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Pentru a face upgrade, puteți introduce un cod de activare sau puteți face clic pe \"Înregistrare\" pentru a vă înscrie pe site-ul nostru:","Today":"Astăzi","Toggle View":"Schimbă vizualizarea","Token":"Jeton","Too many files selected":"Prea multe fișiere selectate","Too many requests":"Prea multe cereri","Troubleshooting":"Rezolvarea problemelor","Try again using other filters or keywords.":"Încercați din nou folosind alte filtre sau cuvinte cheie.","Two-factor authentication has been enabled for your account.":"Autentificarea cu doi factori a fost activată pentru contul dvs.","Type":"Tip","Unable to delete":"Nu se poate șterge","Unable to do that":"Nu pot face asta","Unassign":"Dezasignare","Unauthorized":"Neautorizat","Undo":"Înapoi","Unique ID":"ID unic","Unknown":"Necunoscut","Unknown location":"Locație necunoscută","Unregistered":"Neînregistrat","Unsorted":"Nesortat","Unstack":"Despachetare","Unsupported":"Neacceptat","Unsupported format":"Format neacceptat","Unsupported type":"Tip neacceptat","Updated":"Actualizat","Updating faces":"Actualizarea fețelor","Updating index":"Actualizarea index-ului","Updating moments":"Actualizarea momentelor","Updating picture…":"Actualizarea imaginii…","Updating previews":"Actualizarea previziunilor","Updating stacks":"Actualizarea stivelor","Upgrade":"Actualizare","Upgrade Now":"Actualizați acum","Upload":"Încărcați","Upload complete":"Încărcare completă","Upload complete. Indexing…":"Încărcare completă. Se indexează…","Upload failed":"Încărcarea a eșuat","Upload has been processed":"Încărcarea a fost procesată","Upload local files":"Încărcați fișiere locale","Upload might be offensive":"Încărcarea poate fi ofensatoare","Upload Path":"Cale de încărcare","Uploading %{n} of %{t}…":"Se încarcă %{n} din %{t}…","Uploading photos…":"Se încarcă fotografii…","Uploading…":"Se încarcă…","Uploads that may contain such images will be rejected automatically.":"Încărcările care pot conține astfel de imagini vor fi respinse automat.","URL":"URL","Use Presets":"Utilizați presetări","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Utilizați următorul cod de recuperare pentru a vă accesa contul atunci când nu puteți genera un cod de verificare valid cu aplicația dvs. de autentificare:","Use your recovery code or contact an administrator for help.":"Utilizați codul de recuperare sau contactați un administrator pentru ajutor.","User":"Utilizator","User Guide":"Ghidul utilizatorului","User Interface":"Interfața utilizatorului","User not found":"Utilizatorul nu a fost găsit","Username":"Numele utilizatorului","Users":"Utilizatori","UUID":"UUID","Vector":"Vector","Vectors":"Vectori","Verification Code":"Cod de verificare","Verified email required":"Adresă de e-mail verificată necesară","Version":"Versiune","Video":"Clip","Video Duration":"Durata Videoclipului","Videos":"Videoclipuri","View":"Vedere","View search results as a list.":"Vizualizați rezultatele căutării ca o listă.","Viewer":"Vizualizator","Vision":"Viziune","Visitor":"Vizitator","Visual Similarity":"Similaritate vizuală","Warning":"Avertisment","Web Login":"Autentificare Web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Clienții WebDAV se pot conecta la PhotoPrism folosind următoarea adresă URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Clienții WebDAV, cum ar fi Microsoft Windows Explorer sau Apple Finder, se pot conecta direct la PhotoPrism. ","WebDAV Upload":"Încărcare WebDAV","WebGL support is disabled in your browser":"Suportul WebGL este dezactivat în browserul dvs.","Website":"Site web","White":"Alb","Work Details":"Detalii de lucru","Year":"Anul","Yellow":"Galben","Yes":"Da","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Vă invităm să ne contactați la membership@photoprism.app pentru întrebări legate de calitatea de membru.","You can only download one album":"Poți descărca doar un singur album","You can only download one label":"Puteți descărca doar o singură etichetă","You can search for a location or move the marker on the map to change the position:":"Puteți căuta o locație sau puteți muta markerul pe hartă pentru a schimba poziția:","You can upload up to %{n} files for test purposes.":"Puteți încărca până la %{n} fișiere în scopuri de testare.","You cannot change your own role.":"Nu îți poți schimba propriul rol.","You do not have access to any instances.":"Nu ai acces la nicio instanță.","You may only select one item":"Puteți selecta doar un singur element","You may rescan your library to find additional faces.":"Puteți să scanați din nou biblioteca dumneavoastră pentru a găsi alte fețe.","Your account could not be connected":"Contul dvs. nu a putut fi conectat","Your account has been successfully connected.":"Contul dvs. a fost conectat cu succes.","Your browser does not support WebGL":"Browserul dvs. nu acceptă WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Sprijinul dvs. continuu ne ajută să furnizăm actualizări regulate și să rămânem independenți, astfel încât să ne putem îndeplini misiunea și să vă protejăm confidențialitatea.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Biblioteca dvs. este analizată în permanență pentru a crea automat albume cu momente, călătorii și locuri speciale.","Zip created in %d s":"Fișierul Zip creat în %d s","Zoom in/out":"Măriți/micșorați","Archive":{"Noun":"Arhiva","Verb":"Arhiva"},"Add a Title":{"Photo":"Adăugați un titlu"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/ru.json b/frontend/src/locales/json/ru.json index 3c354a206..a6f9e1b61 100644 --- a/frontend/src/locales/json/ru.json +++ b/frontend/src/locales/json/ru.json @@ -1 +1 @@ -{"ru":{"{0} appended action":"{0} приложенное действие","{0} files":"{0} файлов","{0} files ({1} in total)":"{0} файлов (всего {1})","{0} more":"{0} больше","{0} prepended action":"{0} препарированное действие","{0} selected":"{0} выбран","{0}-{1} of {2}":"{0}-{1} из {2}","%{n} albums found":"%{n} альбомов найдено","%{n} files uploaded":"%{n} файлов загружено","%{n} folders found":"%{n} папок найдено","%{n} GB of %{q} GB used":"%{n} Гб из %{q} Использованных гигабайт","%{n} labels found":"%{n} меток найдено","%{n} people found":"найдено %{n} человек","%{n} pictures found":"найдено %{n} изображений","%{s} is too long":"%{s} слишком длинный","%{s} is too short":"%{s} слишком короткий","%d entries added to %s":"%d элементов добавлено к %s","%d entries removed from %s":"%d элементов удалено из %s","%d files uploaded in %d s":"%d файлов загружено за %d с","%s already exists":"%s уже существует","%s has been restored":"%s был восстановлен","1 hour":"1 час","12 hours":"12 часов","2-Factor Authentication":"Двухфакторная аутентификация","2FA":"2ФА","4 hours":"4 часа","A click will copy it to your clipboard.":"Клик скопирует это в буфер обмена.","A new version of %{s} is available:":"Доступна новая версия %{s}:","About":"О нас","Access granted.":"Доступ предоставлен.","Access revoked.":"Доступ отменен.","Access Token":"Токен доступа","Account":"Учётная запись","Account created":"Учетная запись создана","Account deleted":"Учетная запись удалена","Account Group Mappings":"Сопоставления групп счетов","Account not found":"Учетная запись не найдена","Account restored":"Аккаунт восстановлен","Account saved":"Учетная запись сохранена","Accounts":"Счета","Accuracy":"Точность","Action":"Действие","Actions":"Действия","Activate":"Активировать","Activate to remove sorting.":"Активируй, чтобы убрать сортировку.","Activate to sort ascending.":"Активируй, чтобы сортировать по возрастанию.","Activate to sort descending.":"Активируй, чтобы сортировать по убыванию.","Activation Code":"Код активации","Activity":"Активность","Add":"Добавить","Add %{s}?":"Добавь %{s}?","Add a Caption":"Добавь надпись","Add Account":"Добавить учётную запись","Add Album":"Добавить альбом","Add Link":"Добавить ссылку","Add Notes":"Добавляй заметки","Add person?":"Добавить человека?","Add pictures from search results by selecting them.":"Добавьте картинки из результатов поиска, выбирая их.","Add to album":"Добавить в альбом","Add to all":"Добавить ко всему","Add to all selected photos":"Добавить ко всем выбранным фотографиям","Added":"Добавлено","Added %{name}":"Добавлено %{name}","Adjust Camera Info":"Настройка информации о камере","Adjust Date & Time":"Настройте дату и время","Adjust Location":"Отрегулируй местоположение","Admin":"Администратор","Advanced":"Дополнительно","Advertise URL":"Рекламируй URL","After 1 day":"Спустя 1 день","After 3 days":"Спустя 3 дня","After 7 days":"Спустя 7 дней","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"После ввода пароля для подтверждения вы можете настроить двухфакторную аутентификацию с помощью совместимого приложения или устройства для проверки подлинности:","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 %s deleted":"Альбом %s удален","Album Backups":"Резервные копии альбомов","Album contents cloned":"Содержимое альбома скоприровано","Album created":"Альбом создан","Album deleted":"Альбом удалён","Album not found":"Альбом не найден","Album saved":"\\альбом сохранен","Albums":"Альбомы","Albums deleted":"Альбомы удалены","All":"Все","All %{n} albums loaded":"Все %{n} альбомов загружены","All %{n} labels loaded":"Все %{n} меток загружены","All %{n} people loaded":"Все %{n} человек загружены","All Cameras":"Все камеры","All Categories":"Все категории","All Colors":"Все цвета","All Countries":"Все страны","All files from import folder":"Все файлы из папки импорта","All Lenses":"Все объективы","All Months":"Все месяцы","All originals":"Все оригиналы","All Years":"Все года","Allow configuration and use of connected apps and services for remote uploads and sync.":"Позволяет настраивать и использовать подключенные приложения и сервисы для удаленной загрузки и синхронизации.","Allow editing of metadata such as title, description, date, and location.":"Позволяй редактировать метаданные, такие как название, описание, дата и местоположение.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Позволяет редактировать метаданные, метки и альбомы сразу нескольких фотографий.","Allow files to be copied or moved from the Import to the Originals folder.":"Включи инструмент \"Импорт\", чтобы скопировать или переместить файлы из папки \"Импорт\" в \"Оригиналы\".","Allow files to be permanently deleted to free up storage space.":"Позволяй безвозвратно удалять файлы, чтобы освободить место в хранилище.","Allow users to archive photos and videos so they are hidden without being deleted.":"Позволяй пользователям архивировать фотографии и видео, чтобы они были спрятаны и не удалялись.","Allow users to create and share links, and enable sharing with connected services.":"Позволь пользователям создавать ссылки и делиться ими, а также включи обмен с подключенными сервисами.","Allow users to upload new photos and videos through the web interface.":"Разреши пользователям загружать новые фотографии и видео через веб-интерфейс.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Кроме того, вы можете загружать файлы непосредственно на WebDAV-серверы, такие как Nextcloud.","Altitude":"Высота","Altitude (m)":"Высота (м)","AM":"AM","Animated":"Анимированный","Animation":"Анимация","Animations":"Анимация","Any private photos and videos remain private and won't be shared.":"Любые личные фотографии и видео остаются личными и не будут распространяться.","API Key":"Ключ API","Application":"Приложение","Applications":"Приложения","Approve":"Подтвердить","Approve and save changes":"Утверди и сохрани изменения","Apps and Devices":"Приложения и устройства","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 delete this album?":"Ты уверен, что хочешь удалить этот альбом?","Are you sure you want to permanently delete these pictures?":"Вы уверены, что хотите навсегда удалить эти фотографии?","Are you sure you want to permanently delete this file?":"Вы уверены, что хотите навсегда удалить этот файл?","Are you sure?":"Вы уверены?","Artist":"Автор","Aspect Ratio":"Соотношение сторон","Attributes":"Атрибуты","Audio":"Аудио","Audit Log":"Аудио","Authentication":"Аутентификация","Auto":"Авто","Back":"Назад","Back to top":"Вернуться к началу","Backup":"Резервная копия","Badge":"Значок","Base Path":"Базовый путь","Batch":"Пакет","Batch Edit":"Пакетная правка","Become a member today, support our mission and enjoy our member benefits!":"Станьте членом клуба сегодня, поддержите нашу миссию и воспользуйтесь нашими преимуществами!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Будучи на 100% самофинансируемыми и независимыми, мы можем пообещать вам, что никогда не будем продавать ваши данные и что мы всегда будем прозрачны в отношении нашего программного обеспечения и услуг.","Bio":"Биография","Birth Date":"Дата рождения","Black":"Черный","Blue":"Синий","Brown":"Коричневый","Browse":"Просмотреть","Browse Files":"Просмотреть файлы","Browse Pictures":"Просматривай картинки","Bug Report":"Отчет об ошибке","Busy, please try again later":"Занят, повторите попытку позже","Busy, please wait…":"Занят, пожалуйста, подождите…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Используя программное обеспечение и услуги, которые мы предоставляем, вы соглашаетесь с нашими условиями обслуживания, политикой конфиденциальности и кодексом поведения.","Calendar":"Календарь","Camera":"Камера","Camera not found":"Камера не найдена","Camera Serial":"Камера","Can't access your authenticator app or device?":"Не можешь получить доступ к своему приложению или устройству аутентификатора?","Can't load more, limit reached":"Не могу загрузить больше, достигнут лимит","Can't select more items":"Нельзя выбрать больше элементов","Cancel":"Отменить","Cannot copy to clipboard":"Невозможно скопировать в буфер обмена","Caption":"Надпись","Cards":"Карточки","Carousel slide {0} of {1}":"Карусельный слайд {0} из {1}","Cast":"В ролях","Category":"Категория","Change Avatar":"Изменить аватар","Change Password":"Изменить пароль","Change private flag":"Изменить флаг приватности","Changes could not be saved":"Изменения не будут сохранены","Changes successfully saved":"Изменения успешно сохранены","Changes to the advanced settings require a restart to take effect.":"Изменения в расширенных настройках требуют перезапуска, чтобы вступить в силу.","Checked":"Проверено","Choose an instance to continue:":"Выбери экземпляр, чтобы продолжить:","Chroma":"Цветовая гамма","Cleaning index and cache":"Очистка индекса и кэша","Cleanup":"Очистка","Clear":"Прозрачный","Clear {0}":"Очистить {0}","Client":"Клиент","Close":"Закрыть","Cluster":"Кластер","Cluster Admin":"Администратор кластера","Cluster Node":"Кластерный узел","Codec":"Кодек","Color":"Цвет","Color Profile":"Цветовой профиль","Colors":"Цвета","Compare Editions":"Сравнить издания","Complete Rescan":"Полный рескан","Confidence":"Уверенность","Confirm":"Подтверждать","Connect":"Соединен","Connect via WebDAV":"Соединиться через WebDAV","Connected":"Подключено","Contact Details":"Контактная информация","Contact Us":"Свяжитесь с нами","Contains %{n} pictures.":"Содержит %{n} фотографий.","Contains one picture.":"Содержит одну фотографию.","Content":{"":"Содержание","Edit":"Содержание"},"Continue":"Продолжить","Contributor":"Вкладчик","Converting":"Конвертация","Copied to clipboard":"Скопировано в буфер обмена","Copy":"Копировать","Copying files from %s":"Копирование файлов из %s","Copyright":"Копирайт","Could not be deleted":"Не будет удалено","Could not connect, please try again":"Нет соединения, попробуйте еще раз","Could not update person cover":"Не удалось обновить обложку человека","Couldn't find anything.":"Ничего не найдено.","Country":"Страна","Create Account":"Создать учетную запись","Create album":"Создать альбом","Create regular backups based on the configured schedule.":"Создать резервные копии индексов по настроенному расписанию.","Create YAML files to back up album metadata.":"Создать YAML-файлы для резервного копирования метаданных альбома.","Create YAML sidecar files to back up picture metadata.":"Создать побочные файлы YAML для резервного копирования метаданных картинок.","Created":"Создано","Creating thumbnails for":"Сформировать предпросмотр","Current Password":"Текущий пароль","Custom":"Пользовательский","Cyan":"Сине-зеленый","Daily":"Ежедневно","Database":"База данных","Database Backups":"Резервные копии баз данных","Databases":"Базы данных","Date & Time":"Дата и время","Day":"День","Deactivate":"Деактивировать","Debug Logs":"Отладочные Логи","Default":"По умолчанию","Default Folder":"Папка по умолчанию","Delete":"Удалить","Delete Album":"Удалить альбом","Delete All":"Удалить все","Delete all?":"Удалить все?","Delete orphaned index entries, sidecar files and thumbnails.":"Удалить бесхозные записи в индексе, файлы sidecar и миниатюры.","deleted":"удалено","Description":"Описание","Detailed instructions can be found in our User Guide.":"Подробные инструкции можно найти в нашем руководстве пользователя.","Details":"Детали","Dimensions":"Размеры","Disable all face detection and recognition features.":"Отключи все функции обнаружения и распознавания лиц.","Disable Backups":"Отключить резервное копирование","Disable Darktable":"Отключить Darktable","Disable ExifTool":"Отключить ExifTool","Disable Faces":"Отключить лица","Disable features that require write permission for the originals folder.":"Отключи функции, требующие разрешения на запись в папку с оригиналами.","Disable FFmpeg":"Отключить FFmpeg","Disable ImageMagick":"Отключить ImageMagick","Disable interactive world maps and reverse geocoding.":"Отключить интерактивные карты мира и обратное геокодирование.","Disable MCP":"Отключи MCP","Disable Places":"Отключить Места","Disable RawTherapee":"Отключить RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Отключи конечную точку API Model Context Protocol (MCP) для интеграции AI-агентов.","Disable Vectors":"Отключение векторов","Disable WebDAV":"Отключить WebDAV","Disabled":"Отключено","Disables vector graphics support.":"Отключает поддержку векторной графики.","Disables video transcoding and thumbnail extraction.":"Отключает перекодирование видео и извлечение миниатюр.","Discard":"Отбрось","Discard changes and close":"Откажись от изменений и закрой","Discard invalid changes?":"Отбросить недействительные изменения?","Discard unsaved changes?":"Отбросить несохраненные изменения?","Discover":"Исследование","Dismiss":"Отклонить","Display Name":"Отображаемое имя","Display picture captions in search results.":"Отображай подписи к картинкам в результатах поиска.","Display picture titles in search results.":"Отображай названия картинок в результатах поиска.","Document":"Документ","Documents":"Документы","Don't use Darktable to convert RAW images.":"Не использовать Darktable для конвертирования RAW-файлов.","Don't use ImageMagick to convert images.":"Не используйте ImageMagick для преобразования изображений.","Don't use RawTherapee to convert RAW images.":"Не использовать RawTherapee для конвертирования RAW-файлов.","Done":"Готово","Done.":"Готово.","Download":"Скачать","Download only original media files, without any automatically generated files.":"Загружайте только оригинальные медиафайлы, без каких-либо автоматически сгенерированных файлов.","Download remote files":"Скачать удалённые файлы","Downloading…":"Загрузка…","Drag and drop files here":"Перетаскивай файлы сюда","Driver":"Драйвер","Duplicates will be skipped and only appear once.":"Дубликаты будут пропущены и появятся только один раз.","Duration":"Продолжительность","Dynamic Previews":"Динамические превью","Dynamic Size Limit: %{n}px":"Недостигнутое ограничение размера: %{n}px","Edit":"Редактировать","Edit %{s}":"Редактировать %{s}","Edit Account":"Редактировать аккаунт","Edit Photo":"Редактировать фотографию","Edit Photos (%{n})":"Редактирование фотографий (%{n})","Edited":"Отредактировано","Email":"Электронная почта","Enable debug mode to display additional logs and help with troubleshooting.":"Включи режим отладки, чтобы отобразить дополнительные журналы и помочь в устранении неполадок.","Enable downloading of original and sidecar files from the web interface.":"Включи загрузку оригинальных и побочных файлов из веб-интерфейса.","Enable face recognition and the People view to easily find people you know.":"Включи функцию распознавания лиц и представление \"Люди\", чтобы легко находить знакомых тебе людей.","Enable new features that may be incomplete or unstable.":"Включай новые функции, которые могут быть неполными или нестабильными.","Enable the file browser to navigate the Originals folder structure.":"Включи файловый браузер для навигации по структуре папок Originals.","Enables RAW converter presets. May reduce performance.":"Включает предустановки конвертера RAW. Может снизить производительность.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Включение двухфакторной аутентификации означает, что для входа в систему вам понадобится случайно сгенерированный код подтверждения, поэтому даже если кто-то получит доступ к вашему паролю, он не сможет получить доступ к вашей учетной записи.","Engine":"Двигатель","Enter date":"Введите дату","Enter dates":"Введите даты","Enter item name...":"Введите название предмета...","Enter the code generated by your authenticator app:":"Введи код, сгенерированный твоим приложением-аутентификатором:","Enter verification code":"введите код подтверждения","Enter your password to confirm the action and continue:":"Введите пароль, чтобы подтвердить действие и продолжить:","Entity not found":"Сущность не найдена","Error":"Ошибка","Errors":"Ошибки","Estimate":"Смета","Estimate Locations":"Примерные места","Estimate the approximate location of pictures without GPS coordinates.":"Оценивай примерное местоположение картинок без GPS-координат.","Every two days":"Каждые два дня","Exclude hidden":"Исключить скрытые","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Для полной поддержки Video, Live Photo и XMP требуется извлечение метаданных с помощью ExifTool.","Experimental Features":"Экспериментальные возможности","Expires":"Ожидаемое время","Exposure":"Экспозиция","Extract still images and generate thumbnails while indexing.":"Извлекай неподвижные изображения и создавай миниатюры во время индексации.","F Number":"Диафрагменное число","Face":"Лицо","Face not found":"Лицо не найдено","Faces":"Лица","Failed creating file, please check permissions":"Не удалось создать файл, проверьте права доступа","Failed creating folder, please check permissions":"Не удалось создать папку, проверьте права доступа","Failed removing link":"Не удалось удалить ссылку","Failed to connect account.":"Не удалось подключить аккаунт.","Failed to create zip file":"Не удалось создать zip-файл","Failed to load users.":"Не удалось загрузить пользователей.","Failed to remove face marker":"Не удалось удалить маркер для лица","Failed to remove name":"Не удалось удалить имя","Failed to restart server":"Не удалось перезапустить сервер","Failed to save changes":"Не удалось сохранить изменения","Failed to save face marker":"Не удалось сохранить лицо маркера","Failed to save name":"Не удалось сохранить имя","Failed updating link":"Не удалось загрузить ссылку","Family Name":"Фамилия","Fast":"Быстро","Favorite":"В избранном","Favorites":"Избранное","Feature disabled":"Данная возможность отключена","Feature Request":"Запрос функции","Female":"Женский","File":"Файлы","File Browser":"Файловый менеджер","File Conversion":"Преобразование файлов","File deleted":"Файл удалён","File Name":"Имя файла","File not found":"Файл не найден","File removed from stack":"Файл удален из очереди","File Size":"Размер файла","File too large":"Слишком большой файл","File uploaded":"Файл загружен","Filename":"Название файла","Files":"Файлы","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Файлы с последовательными именами типа 'IMG_1234 (2)' и 'IMG_1234 (3)' принадлежат одной картинке.","First page":"Первая страница","Focal Length":"Фокусное расстояние","Folder":"Папка","Folder contains %{n} files":"Папка содержит %{n} файлов","Folder is empty":"Папка пуста","Folders":"Папки","Forgot password?":"Забыли пароль?","FPS":"FPS","Frames":"ფრეიმი","Full Access":"Полный доступ","Fullscreen":"Полный экран","General":"Основные","Generate":"Генерировать","Generate Previews":"Создавайте предварительные просмотры","Generated":"Сгенерированный","Get Started":"Начни","Given Name":"Имя","Global Options":"Глобальные опции","Go to page {0}":"Переходи на страницу {0}","Gold":"Золото","Green":"Зеленый","Grey":"Серый","Groups":"Группы","Guest":"Гость","Hash":"Хэш","Help":"Помощь","Help & Support":"Помощь и поддержка","Hidden":"Скрытые","Hidden Files":"Скрытые файлы","Hide":"Скрыть","Hide Caption":"Скрыть капчу","Hide face markers":"Спрячьте маркеры лица","Hide private content from global views while keeping it accessible in the Private section.":"Скрывай приватные элементы из глобальных представлений, сохраняя их доступными в разделе Private.","High":"Высокий","High Dynamic Range (HDR)":"Высокий динамический диапазон (HDR)","Hybrid":"Гибрид","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Если вы потеряете доступ к приложению или устройству для проверки подлинности, вы можете использовать код восстановления, чтобы восстановить доступ к своей учетной записи.","Image":"Изображение","Image Quality":"Качество изображения","Import":"Импортировать","Import canceled":"Импортирование отменено","Import completed in %d s":"Импортирование завершено за %d c","Import failed":"Импортирование не удалось","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Импортированные файлы будут отсортированы по датам и получат уникальные имена.","Importing %{s}…":"Импорт %{s}…","Importing files to originals…":"Импорт файлов в оригиналы…","in":"в","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Если ожидаемые вами фотографии отсутствуют, пожалуйста, повторно просканируйте библиотеку и дождитесь окончания индексации.","Include RAW image files when downloading stacks and archives.":"Включать файлы изображений RAW при загрузке стопок и архивов.","Include sidecar files when downloading stacks and archives.":"Включать файлы sidecar при загрузке стеков и архивов.","Increase storage size or delete files to continue.":"Увеличь размер хранилища или удали файлы, чтобы продолжить.","Index":"Индексировать","Indexing":"Индексирование","Indexing canceled":"Индексирование отменено","Indexing completed in %d s":"Индексирование завершено за %d с","Indexing failed":"Индексирование не удалось","Indexing files in %s":"Индексирование файлов в %s","Indexing media and sidecar files…":"Индексирование мультимедийных и сопутствующих файлов…","Indexing originals...":"Индексирование Оригиналов...","Information":"Информация","Inherit":"Наследовать","Instance":"Инстанс","Instance ID":"Идентификатор узла","Instance unreachable. Try again once it's back online.":"Сервер недоступен. Попробуй позже, когда он снова заработает.","Instances":"Экземпляры","Insufficient storage":"Недостаточно места для хранения","Insufficient storage.":"Недостаточно места для хранения.","Interval":"Интервал","Invalid":"Недопустимое значение","Invalid address":"Неверный адрес","Invalid country":"Неверная страна","Invalid credentials":"Неверные учетные данные","Invalid date":"Неверная дата","Invalid link":"Неверная ссылка","Invalid name":"Неприемлемое имя","Invalid parameters":"Недопустимые параметры","Invalid password, please try again":"Неверный пароль, пожалуйста попробуйте еще раз","Invalid photo selected":"Выбрана недопустимая фотография","Invalid time":"Неверное время","Invalid URL":"Неверный URL","Invalid verification code, please try again":"Неверный код подтверждения. Повторите попытку.","IP Address":"IP-адрес","It is a one-time use code that will disable 2FA for your account when you use it.":"Это одноразовый код, который отключит 2ФА для вашей учетной записи, когда вы его используете.","Item":"Элемент","Items per page:":"Предметы на одной странице:","JPEG Quality: %{n}":"Качество JPEG: %{n}","JPEG Size Limit: %{n}px":"Ограничение по размеру в формате JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG и эскизы автоматически отображаются по мере необходимости.","Keyword":"Ключевое слово","Keywords":"Ключевые слова","Label":"Метка","Label not found":"Метка не найдена","Label saved":"Метки сохранены","Labels":"Метки","Labels deleted":"Метки удалены","Language":"Язык","Last Active":"Последний активный","Last Login":"Последний вход в систему","Last page":"Последняя страница","Last Sync":"Последняя синхронизация","Last Used":"Последний используемый","Latitude":"Широта","LDAP/AD":"LDAP/AD","Learn more":"Узнать больше","Learn More":"Узнай больше","Legal Information":"Юридическая информация","Lens":"Объектив","Lens not found":"Объектив не найден","Library":"Библиотека","License":"Лицензия","Like":"Нравится","Lime":"Лайм","Limit reached, showing first %{n} files":"Лимит превышен, отображение первых %{n} файлов","Link":"Ссылка","List":"Список","List View":"Вид списка","Live":"Прямой эфир","Live Photos":"Живые фотографии","Load more":"Загрузить больше","Loading items...":"Загружаемые предметы...","Loading...":"Loading...","Local":"Местный","Local Time":"Местное время","Location":"Местоположение","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Сообщения журнала появляются здесь всякий раз когда PhotoPrism сталкивается с поврежденными файлами или другими потенциальными проблемами.","Login":"Вход","Logs":"Журнал","Longitude":"Долгота","Lost server connection":"Потерял соединение с сервером","Low":"Низкий","Magenta":"Пурпурный","Main Color":"Основной цвет","Male":"Мужской","Manage Account":"Управление счетом","Manager":"Менеджер","Manual":"Руководство","Manual Upload":"Загрузка вручную","Maps":"Карты","Marker":"Маркер","Maximum number of accounts has been reached.":"Максимальное количество аккаунтов достигнуто.","Media":"Медиа","Medium":"Средний","Membership":"Членство","Merge %{a} with %{b}?":"Объединить %{a} с %{b}?","Message":"Сообщение","Metadata":"Метаданные","Metrics":"Метрики","Minimize":"Свернуть","Missing":"Пропущено","Missing or invalid configuration":"Отсутствующая или недействительная конфигурация","mixed":"смешанный","Moments":"Моменты","Monochrome":"Монохромные","Month":"Месяц","More options":"Больше вариантов","Mosaic":"Мозайка","Most Relevant":"Наиболее подходящие","Move Files":"Перемещать файлы","Moving files from %s":"Перемещение файлов из %s","Must have at least %{n} characters.":"Должно быть не менее %{n} символов.","Mute":"Отключи звук","Name":"Название","Name too long":"Название слишком длинное","Never":"Никогда","New":"Новый","New Password":"Новый пароль","Newest First":"Сначала новые","Next":"Следующее","Next page":"Следующая страница","Next visual":"Следующий визуальный","No":"Нет","No Access":"Доступ запрещен","No albums assigned":"Альбомы не назначены","No albums found":"Альбомы не найдены","No albums selected":"Нет выделенных альбомов","No data available":"Нет данных","No files available for download":"Нет файлов, доступных для скачивания","No items selected":"Нет выделенных элементов","No labels assigned":"Никаких ярлыков не назначено","No labels found":"Метки не найдены","No labels selected":"Нет выделенных меток","No matching records found":"Не найдено ни одной подходящей записи","No more":"Не больше","No people found":"Люди не найдены","No pictures found":"Фото не найдены","No recently edited pictures":"Нет недавно отредактированных фотографий","No registered instances.":"Нет зарегистрированных экземпляров.","No results":"Нет результатов","No server connection":"Нет соединения с сервером","No servers configured.":"Серверы не настроены.","No services configured.":"Службы не настроены.","No thanks":"Нет, спасибо","No users on this instance.":"В этом экземпляре нет пользователей.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Нет предупреждений или ошибок содержащих эти слова. Имейте в виду, что поиск регистрозависимый.","Node":"Узел","Nodes":"Узлы","Non-photographic and low-quality images require a review before they appear in search results.":"Файлы, не являющиеся фотографиями, или изображения низкого качества нужно одобрить, чтобы они появились в результатах поиска.","None":"Ничего","Not allowed":"Не разрешается","Not available in public mode":"Не доступно в публичном режиме","Not available in read-only mode":"Недоступно в режиме только для чтения","Not found":"Не найдено","Not sorted.":"Не отсортировано.","Not supported":"Не поддерживается","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, могут быть настроены как удаленная служба для резервного копирования и загрузки файлов.","Notes":"Заметки","Nothing to see here yet.":"Здесь пока не на что смотреть.","Nothing was found.":"Ничего не было найдено.","Offline":"Не в сети","OK":"OK","Oldest First":"Сначала старые","On Windows, enter the following resource in the connection dialog:":"В Windows введите следующий ресурс в диалоговом окне подключения:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Генерация эскизов по требованию может привести к высокой нагрузке на процессор и память. Это не рекомендуется для серверов с ограниченными ресурсами и NAS-устройств.","Once a week":"Раз в неделю","One album found":"Найден один альбом","One entry added to %s":"Один элемент добавлен к %s","One entry removed from %s":"Один элемент удален из %s","One file found":"Найден один файл","One file uploaded":"Загружен один файл","One folder found":"Найдена одна папка","One label found":"Найдена одна метка","One person found":"Найден один человек","One picture found":"Найдена одна фотография","Only locally managed accounts can be set up for authentication with 2FA.":"Для аутентификации с помощью 2ФА можно настроить только локально управляемые учетные записи.","Open":"Открыть","optional":"Дополнительно","or":"или","Orange":"Оранжевый","Organization":"Организация","Orientation":"Ориентация","Original file names will be stored and indexed.":"Оригинальные имена файлов будут сохранены и проиндексированы.","Original Name":"Оригинальное Название","Originals":"Оригиналы","Originals folder is empty":"Папка оригиналов пуста","Other":"Другой","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Наша задача - предоставить наиболее удобное для пользователя и конфиденциальности решение для хранения ваших фотографий в упорядоченном и доступном виде.","Outdoor":"Активности на открытом воздухе","Page {0}, Current page":"Страница {0}, текущая страница","Pages":"Страницы","Pagination Navigation":"Навигация по пагинации","Panorama":"Панорама","Panoramas":"Панорамы","Part of all selected photos":"Часть всех выбранных фотографий","Part of some selected photos":"Часть избранных фотографий","Password":"Пароль","Password changed":"Пароль изменен","Pause":"Пауза","Payment required":"Требуется оплата","People":"Люди","People you share a link with will be able to view public contents.":"Люди, с которыми вы поделились ссылкой, будут иметь возможность просматривать публичный контент.","Permanently deleted":"Удалено насовсем","Permission denied":"Доступ запрещен","Person":"Человек","Person cover updated":"Обновленная обложка","Person deleted":"Лицо удалено","Person not found":"Человек не найден","Person saved":"Человек спасен","Personal":"Личный","Photo":"Фотография","PhotoPrism is 100% self-funded and independent.":"PhotoPrism является на 100% самофинансируемой и независимой компанией.","PhotoPrism+ Membership":"Членство в программе PhotoPrism+","Photos":"Фотографии","Picture":"Картинка","Picture Title":"Название картинки","Pink":"Розовый","Pinned":"Закреплено","Place":"Место","Place & Time":"Место и время","Places":"Места","Play":"Воспроизвести","Please confirm your new password.":"Пожалуйста, подтвердите ваш новый пароль.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Скопируйте следующий случайно сгенерированный пароль приложения и сохраните его в надежном месте, так как вы больше не сможете его увидеть:","Please do not upload any private, unlawful or offensive pictures.":"Пожалуйста, не загружайте частные, незаконные или оскорбительные фотографии.","Please don't upload photos containing offensive content.":"Пожалуйста, не загружайте фотографии, содержащие недопустимый контент.","Please enter OTP character {0}":"Пожалуйста, введите символ OTP {0}","Please log in to your account":"Пожалуйста, войдите в свой аккаунт","Please note that changing your password will log you out on other devices and browsers.":"Обратите внимание, что изменение пароля приведет к выходу из системы на других устройствах и в браузерах.","Please restart your instance for the changes to take effect.":"Чтобы изменения вступили в силу, перезапустите ваш экземпляр.","Please wait…":"Пожалуйста, подождите…","PM":"PM","PNG Size Limit: %{n}px":"Ограничение размера PNG: %{n}px","Portal":"Портал","Portrait":"Портрет","Preserve filenames":"Сохранять имена файлов","Press enter to create a new album.":"Нажмите enter, чтобы создать новый альбом.","Press enter to create new item":"Нажмите Enter, чтобы создать новый элемент","Prevent database and album backups as well as YAML sidecar files from being created.":"Запрети создавать резервные копии баз данных и альбомов, а также файлы YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Запрети другим приложениям обращаться к PhotoPrism как к общему сетевому диску.","Preview":"Предпросмотр","Preview Images":"Предварительные изображения","Previous":"Предыдущий","Previous page":"Предыдущая страница","Previous visual":"Предыдущий визуальный","Primary":"Главная","Private":"Приватные","Processing upload...":"Обработка загрузки...","Product Feedback":"Обратная связь по продукту","Projection":"Проекция","Purple":"Фиолетовый","Quality Filter":"Фильтр Качества","Quality Score":"Показатель Качества","Quota exceeded":"Квота превышена","Random":"Случайно","Rating {0} of {1}":"Рейтинг {0} из {1}","Raw":"Исходный","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Повторное индексирование всех оригиналов, включая уже проиндексированные и неизмененные файлы.","Read-Only Mode":"Режим только для чтения","Recently Added":"Недавно добавленные","Recently Archived":"Недавно архивировано","Recently Edited":"Недавно отредактированные","Recognition starts after indexing has been completed.":"Распознавание начинается после завершения индексации.","Recognized":"Распознано","Recovery Code":"Код восстановления","Red":"Красный","Refresh":"Обновить","Regions":"Регионы","Register":"Зарегистрироваться","Reload":"Перезагрузить","Reloading…":"Перезагрузка…","Remote Sync":"Удаленная синхронизация","Remove":"Удалить","remove failed: unknown album":"не могу удалить: неизвестный альбом","Remove from Album":"Удалить из альбома","Remove from all":"Удали из всех","Remove from all selected photos":"Удалить со всех выбранных фотографий","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Удалять импортированные файлы для освобождения места. Неподдерживаемые типы файлов никогда не будут удалены, они остаются в их текущем местоположении.","Remove the selected instance from the cluster registry?":"Удалить выбранный экземпляр из реестра кластера?","Removed":"Удали","Removed %{name}":"Удалено %{name}","Removed %d files and %d photos":"Удаление %d файлов и %d фотографий","Repeated":"Повторяющийся","Request failed - are you offline?":"Запрос не прошел - вы не в сети?","Request failed - invalid response":"Запрос не удался - неверный ответ","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Требуй, чтобы нефотографические и низкокачественные изображения проходили проверку, прежде чем они появятся в результатах поиска.","Resolution":"Разрешение","Restart":"Перезапустить","Restore":"Восстановить","Restored":"Восстановленный","Retry Limit":"Лимит повторных попыток","Retype Password":"Повторите пароль","Review":"Не одобрены","Role":"Роль","Roles":"Роли","Rotated":"Повернутый","Rows per page:":"Строки на страницу:","Satellite":"Спутник","Save":"Сохранить","Save changes":"Сохранить изменения","Scan":"Сканировать","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Отсканируйте QR-код с помощью приложения для аутентификации или используйте ключ настройки, показанный ниже, а затем введите сгенерированный код подтверждения:","Scans":"Сканы","Scope":"Область применения","Scopes":"Прицелы","Search":"Поиск","Season":"Сезон","Secret":"Секрет","Security and Access":"Безопасность и доступ","Select":"Выбрать","Select a source folder to import files…":"Выбери исходную папку для импорта файлов…","Select date":"Выберите дату","Select dates":"Выберите даты","Select or create albums":"Выбирай или создавай альбомы","Select or create labels":"Выберите или создайте ярлыки","Select or drop files to upload…":"Выбери или брось файлы для загрузки…","Select the files to upload…":"Выбери файлы для загрузки…","Select the folder to be indexed…":"Выбери папку, которую нужно проиндексировать…","Select Time":"Выберите время","Selection":"Выбор","Selection added to %s":"Выделение добавлено к %s","Selection approved":"Выбранное подтверждено","Selection archived":"Выбранное добавлено в архив","Selection marked as private":"Выбранное помечено как приватное","Selection not found":"Выделение не найдено","Selection restored":"Выбранное восстановлено","Sequential Name":"Последовательное название","Service":"Сервис","Service URL":"URL сервиса","Services":"Сервисы","Session":"Сессия","Session ID":"Идентификатор сессии","Sessions":"Сессии","Set as Album Cover":"Установи в качестве обложки альбома","Set as Cover Image":"Установить в качестве изображения обложки","Settings":"Настройки","Settings saved":"Настройки сохранены","Setup":"Настройка","Severity":"Тяжесть","Share":"Поделиться","Share %{s}":"Поделится %{s}","Show":"Показать","Show All Labels":"Показать все ярлыки","Show all new faces":"Показать все новые лица","Show Caption":"Показать капчу","Show Captions":"Показать надписи","Show face markers":"Покажи маркеры лица","Show hidden":"Показать скрытые","Show Important Only":"Показать только важное","Show logs in the web interface to monitor activity and troubleshoot problems.":"Показывай журналы в веб-интерфейсе, чтобы отслеживать активность и устранять неполадки.","Show smart albums that group pictures by occasion, trip, or location.":"Показывай умные альбомы, в которых фотографии группируются по случаю, поездке или месту.","Show the Account page so users can manage their profile and security settings.":"Покажи страницу \"Учетная запись\", чтобы пользователи могли управлять своим профилем и настройками безопасности.","Show the Calendar view to browse the library by year and month.":"Покажи вид \"Календарь\", чтобы просматривать библиотеку по годам и месяцам.","Show the Labels section to view and manage AI-generated labels.":"Покажи раздел \"Ярлыки\", чтобы просмотреть сгенерированные ИИ ярлыки и управлять ими.","Show the Library section to index, manage, and monitor the media library.":"Покажи раздел \"Библиотека\", чтобы индексировать, управлять и контролировать медиатеку.","Show the Places view with interactive maps so you can browse photos by location.":"Покажи вид \"Места\" с интерактивными картами, чтобы ты мог просматривать фотографии по местоположению.","Show Titles":"Показать названия","Sidecar":"Сопутствующий файл","Sidecar Files":"Файлы для сайдкаров","Sign in":"Войти","Sign Out":"Выйти","Similar":"Похожие","Site URL":"URL сайта","Size":"Размер","Slideshow":"Слайд-шоу","Slow":"Медленно","Software":"Программное обеспечение","Software Update":"Обновление программного обеспечения","Some albums could not be copied":"Некоторые альбомы не удалось скопировать","Some albums could not be created. Please edit the names and try again.":"Некоторые альбомы не удалось создать. Пожалуйста, отредактируй названия и попробуй снова.","Some albums could not be updated":"Некоторые альбомы не удалось обновить","Something went wrong, try again":"Что-то пошло не так, попробуйте еще раз","Sort by":"Сортировать по","Sort by Name (A–Z)":"Сортировка по имени (A-Z)","Sort by Photo Count":"Сортировка по количеству фотографий","Sort by Relevance":"Сортировать по релевантности","Sort Order":"Порядок сортировки","Sorted ascending.":"Сортировка по возрастанию.","Sorted descending.":"Сортировка по убыванию.","Source":"Источник","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":"Серии","Start":"Начать","Start Page":"Стартовая страница","Static Size Limit: %{n}px":"Предельный размер: %{n}px","Status":"Статус","Stay signed in on this device":"Оставайтесь под своим логином на этом устройстве","Stop Casting":"Прекрати бросать","Storage":"Хранилище","Streets":"Улицы","Subject":"Тема","Subject deleted":"Тема удалена","Subject not found":"Объект не найден","Subject saved":"Тема сохранена","Successfully activated":"Успешно активировано","Successfully Connected":"Успешно подключено","Successfully deleted":"Успешно удалено","Successfully verified":"Успешно проверено","Super Admin":"Супер-администратор","Support for additional services, like Google Drive, will be added over time.":"Поддержка дополнительных служб, таких как Google Drive, будет добавлена позже.","Support Our Mission":"Поддержите нашу миссию","Sync":"Синхронизация","Sync raw and video files":"Синхронизация сырых и видео файлов","Taken":"Дата съемки","Teal":"Бирюзовый","Terrain":"Местность","Text":"Текст","Thank You for Your Support!":"Спасибо за вашу поддержку!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Именно поэтому PhotoPrism был создан с нуля, чтобы работать там, где вам нужно, без ущерба для свободы, конфиденциальности или функциональности.","The index currently contains %{n} hidden files.":"Индекс на данный момент содержит %{n} скрытых файлов.","The instance rejected the cluster credentials.":"Экземпляр отклонил учетные данные кластера.","The instance returned an unexpected redirect.":"Объект вернул неожиданное перенаправление.","The wakeup interval is %s, but must be 1h or less":"Интервал пробуждения составляет %s, но должен быть 1 час или меньше","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Их формат может быть не поддерживаемым, они не были конвертированы в JPEG или это дубликаты.","Theme":"Тема","This account is missing an ID and can't be edited.":"У этой учетной записи нет идентификатора, поэтому её нельзя редактировать.","This field is required":"Это поле обязательно для заполнения","This instance has no site URL configured.":"Для этого экземпляра не указан URL сайта.","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 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. ":"При этом папка с оригиналами подключается как сетевой диск и позволяет вам открывать, редактировать и удалять файлы с вашего компьютера или смартфона, как если бы они находились на вашем устройстве.","Time":"Время","Time UTC":"Время UTC","Time Zone":"Часовой пояс","Timeout":"Пауза","Title":{"":"Название","Account":"Титул","Photo":"Название"},"Title / Position":"Название / должность","to":"в","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Чтобы избежать блокировки вашей учетной записи, загрузите, распечатайте или скопируйте этот код восстановления сейчас и сохраните его в надежном месте.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Чтобы создать новый пароль для конкретного приложения, введите имя и область авторизации приложения, а также выберите срок действия:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Чтобы переключиться на новое приложение или устройство для проверки подлинности, сначала отключите двухфакторную аутентификацию, а затем повторно активируйте ее:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Для обновления вы можете ввести код активации или нажать кнопку \"Регистрация\", чтобы зарегистрироваться на нашем сайте:","Today":"Сегодня","Toggle View":"Переключить вид","Token":"Токен","Too many files selected":"Выбрано слишком много файлов","Too many requests":"Слишком много запросов","Troubleshooting":"Устранение неполадок","Try again using other filters or keywords.":"Попробуйте еще раз используя другие фильтры или слова в запросе.","Two-factor authentication has been enabled for your account.":"Для вашей учетной записи включена двухфакторная аутентификация.","Type":"Тип","Unable to delete":"Невозможно удалить","Unable to do that":"Не могу этого сделать","Unassign":"Отключи","Unauthorized":"Неавторизованный","Undo":"Отменить","Unique ID":"Уникальный ID","Unknown":"Неизвестно","Unknown location":"Местоположение неизвестно","Unregistered":"Незарегистрированный","Unsorted":"Не отсортировано","Unstack":"Убрать из серии","Unsupported":"Не поддерживается","Unsupported format":"Неподдерживаемый формат","Unsupported type":"Неподдерживаемый тип","Updated":"Обновлено","Updating faces":"Обновление лиц","Updating index":"Обновление индекса","Updating moments":"Обновление моментов","Updating picture…":"Обновление изображения…","Updating previews":"Обновление предварительных просмотров","Updating stacks":"Обновление серий","Upgrade":"Обновление","Upgrade Now":"Обновить сейчас","Upload":"Загрузка","Upload complete":"Загрузка завершена","Upload complete. Indexing…":"Загрузка завершена. Индексирование…","Upload failed":"Загрузка не удалась","Upload has been processed":"Загрузка была обработана","Upload local files":"Загрузка локальных файлов","Upload might be offensive":"Загрузка может быть оскорбительной","Upload Path":"Путь загрузки","Uploading %{n} of %{t}…":"Загрузка %{n} из %{t}…","Uploading photos…":"Загрузка фотографий…","Uploading…":"Загрузка…","Uploads that may contain such images will be rejected automatically.":"Загрузки, которые могут содержать такие изображение будут автоматически отменены.","URL":"URL","Use Presets":"Использовать предустановки","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Используйте следующий код восстановления для доступа к своей учетной записи, если вы не можете сгенерировать действительный код подтверждения с помощью приложения для аутентификации:","Use your recovery code or contact an administrator for help.":"Используй свой код восстановления или обратись за помощью к администратору.","User":"Пользователь","User Guide":"Руководство пользователя","User Interface":"Пользовательский интерфейс","User not found":"Пользователь не найден","Username":"Имя пользователя","Users":"Пользователи","UUID":"UUID","Vector":"Вектор","Vectors":"Векторы","Verification Code":"Проверочный код","Version":"Версия","Video":"Видео","Video Duration":"Продолжительность видео","Videos":"Видео","View":"Обзор","View search results as a list.":"Просмотреть результаты поиска в виде списка.","Viewer":"Просмотрщик","Vision":"Видение","Visitor":"Посетитель","Visual Similarity":"Визуальное сходство","Warning":"Внимание","Web Login":"Веб-логин","WebDAV":"WebDAV","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 клиенты, такие как Microsoft Windows Проводник или Apple Finder, могут подключаться к PhotoPrism напрямую.","WebDAV Upload":"WebDAV загрузка","WebGL support is disabled in your browser":"В твоем браузере отключена поддержка WebGL","Website":"Сайт","White":"Белый","Work Details":"Детали работы","Year":"Год","Yellow":"Желтый","Yes":"Да","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Вы можете связаться с нами по адресу membership@photoprism.app, чтобы задать вопросы, касающиеся вашего членства.","You can only download one album":"Вы можете загрузить только один альбом","You can only download one label":"Вы можете загрузить только одну метку","You can search for a location or move the marker on the map to change the position:":"Ты можешь искать местоположение или перемещать маркер на карте, чтобы изменить положение:","You can upload up to %{n} files for test purposes.":"Для тестирования можно загрузить до %{n} файлов.","You cannot change your own role.":"Ты не можешь изменить свою роль.","You do not have access to any instances.":"У тебя нет доступа ни к одному экземпляру.","You may only select one item":"Вы можете выбрать только один элемент","You may rescan your library to find additional faces.":"Вы можете повторно просканировать свою библиотеку, чтобы найти дополнительные лица.","Your account could not be connected":"Ваш аккаунт не удалось подключить","Your account has been successfully connected.":"Ваша учетная запись успешно подключена.","Your browser does not support WebGL":"Твой браузер не поддерживает WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Ваша постоянная поддержка помогает нам предоставлять регулярные обновления и оставаться независимыми, чтобы мы могли выполнять нашу миссию и защищать вашу частную жизнь.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Ваша библиотека постоянно анализируется для автоматического создания альбомов особых моментов, поездок и мест.","Zip created in %d s":"Zip архив создан за %d с","Zoom in/out":"Увеличение/уменьшение масштаба","Archive":{"Noun":"Архивировать","Verb":"Архивировать"},"Add a Title":{"Photo":"Добавь название"}}} \ No newline at end of file +{"ru":{"{0} appended action":"{0} приложенное действие","{0} files":"{0} файлов","{0} files ({1} in total)":"{0} файлов (всего {1})","{0} more":"{0} больше","{0} prepended action":"{0} препарированное действие","{0} selected":"{0} выбран","{0}-{1} of {2}":"{0}-{1} из {2}","%{n} albums found":"%{n} альбомов найдено","%{n} files uploaded":"%{n} файлов загружено","%{n} folders found":"%{n} папок найдено","%{n} GB of %{q} GB used":"%{n} Гб из %{q} Использованных гигабайт","%{n} labels found":"%{n} меток найдено","%{n} people found":"найдено %{n} человек","%{n} pictures found":"найдено %{n} изображений","%{s} is too long":"%{s} слишком длинный","%{s} is too short":"%{s} слишком короткий","%d entries added to %s":"%d элементов добавлено к %s","%d entries removed from %s":"%d элементов удалено из %s","%d files uploaded in %d s":"%d файлов загружено за %d с","%s already exists":"%s уже существует","%s has been restored":"%s был восстановлен","1 hour":"1 час","12 hours":"12 часов","2-Factor Authentication":"Двухфакторная аутентификация","2FA":"2ФА","4 hours":"4 часа","A click will copy it to your clipboard.":"Клик скопирует это в буфер обмена.","A new version of %{s} is available:":"Доступна новая версия %{s}:","About":"О нас","Access granted.":"Доступ предоставлен.","Access revoked.":"Доступ отменен.","Access Token":"Токен доступа","Account":"Учётная запись","Account created":"Учетная запись создана","Account deleted":"Учетная запись удалена","Account Group Mappings":"Сопоставления групп счетов","Account not found":"Учетная запись не найдена","Account restored":"Аккаунт восстановлен","Account saved":"Учетная запись сохранена","Accounts":"Счета","Accuracy":"Точность","Action":"Действие","Actions":"Действия","Activate":"Активировать","Activate to remove sorting.":"Активируй, чтобы убрать сортировку.","Activate to sort ascending.":"Активируй, чтобы сортировать по возрастанию.","Activate to sort descending.":"Активируй, чтобы сортировать по убыванию.","Activation Code":"Код активации","Activity":"Активность","Add":"Добавить","Add %{s}?":"Добавь %{s}?","Add a Caption":"Добавь надпись","Add Account":"Добавить учётную запись","Add Album":"Добавить альбом","Add Link":"Добавить ссылку","Add Notes":"Добавляй заметки","Add person?":"Добавить человека?","Add pictures from search results by selecting them.":"Добавьте картинки из результатов поиска, выбирая их.","Add to album":"Добавить в альбом","Add to all":"Добавить ко всему","Add to all selected photos":"Добавить ко всем выбранным фотографиям","Added":"Добавлено","Added %{name}":"Добавлено %{name}","Adjust Camera Info":"Настройка информации о камере","Adjust Date & Time":"Настройте дату и время","Adjust Location":"Отрегулируй местоположение","Admin":"Администратор","Advanced":"Дополнительно","Advertise URL":"Рекламируй URL","After 1 day":"Спустя 1 день","After 3 days":"Спустя 3 дня","After 7 days":"Спустя 7 дней","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"После ввода пароля для подтверждения вы можете настроить двухфакторную аутентификацию с помощью совместимого приложения или устройства для проверки подлинности:","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 %s deleted":"Альбом %s удален","Album Backups":"Резервные копии альбомов","Album contents cloned":"Содержимое альбома скоприровано","Album created":"Альбом создан","Album deleted":"Альбом удалён","Album not found":"Альбом не найден","Album saved":"\\альбом сохранен","Albums":"Альбомы","Albums deleted":"Альбомы удалены","All":"Все","All %{n} albums loaded":"Все %{n} альбомов загружены","All %{n} labels loaded":"Все %{n} меток загружены","All %{n} people loaded":"Все %{n} человек загружены","All Cameras":"Все камеры","All Categories":"Все категории","All Colors":"Все цвета","All Countries":"Все страны","All files from import folder":"Все файлы из папки импорта","All Lenses":"Все объективы","All Months":"Все месяцы","All originals":"Все оригиналы","All Years":"Все года","Allow configuration and use of connected apps and services for remote uploads and sync.":"Позволяет настраивать и использовать подключенные приложения и сервисы для удаленной загрузки и синхронизации.","Allow editing of metadata such as title, description, date, and location.":"Позволяй редактировать метаданные, такие как название, описание, дата и местоположение.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Позволяет редактировать метаданные, метки и альбомы сразу нескольких фотографий.","Allow files to be copied or moved from the Import to the Originals folder.":"Включи инструмент \"Импорт\", чтобы скопировать или переместить файлы из папки \"Импорт\" в \"Оригиналы\".","Allow files to be permanently deleted to free up storage space.":"Позволяй безвозвратно удалять файлы, чтобы освободить место в хранилище.","Allow users to archive photos and videos so they are hidden without being deleted.":"Позволяй пользователям архивировать фотографии и видео, чтобы они были спрятаны и не удалялись.","Allow users to create and share links, and enable sharing with connected services.":"Позволь пользователям создавать ссылки и делиться ими, а также включи обмен с подключенными сервисами.","Allow users to upload new photos and videos through the web interface.":"Разреши пользователям загружать новые фотографии и видео через веб-интерфейс.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Кроме того, вы можете загружать файлы непосредственно на WebDAV-серверы, такие как Nextcloud.","Altitude":"Высота","Altitude (m)":"Высота (м)","AM":"AM","Animated":"Анимированный","Animation":"Анимация","Animations":"Анимация","Any private photos and videos remain private and won't be shared.":"Любые личные фотографии и видео остаются личными и не будут распространяться.","API Key":"Ключ API","Application":"Приложение","Applications":"Приложения","Approve":"Подтвердить","Approve and save changes":"Утверди и сохрани изменения","Apps and Devices":"Приложения и устройства","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 delete this album?":"Ты уверен, что хочешь удалить этот альбом?","Are you sure you want to permanently delete these pictures?":"Вы уверены, что хотите навсегда удалить эти фотографии?","Are you sure you want to permanently delete this file?":"Вы уверены, что хотите навсегда удалить этот файл?","Are you sure?":"Вы уверены?","Artist":"Автор","Aspect Ratio":"Соотношение сторон","Attributes":"Атрибуты","Audio":"Аудио","Audit Log":"Аудио","Authentication":"Аутентификация","Auto":"Авто","Back":"Назад","Back to top":"Вернуться к началу","Backup":"Резервная копия","Badge":"Значок","Base Path":"Базовый путь","Batch":"Пакет","Batch Edit":"Пакетная правка","Become a member today, support our mission and enjoy our member benefits!":"Станьте членом клуба сегодня, поддержите нашу миссию и воспользуйтесь нашими преимуществами!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Будучи на 100% самофинансируемыми и независимыми, мы можем пообещать вам, что никогда не будем продавать ваши данные и что мы всегда будем прозрачны в отношении нашего программного обеспечения и услуг.","Bio":"Биография","Birth Date":"Дата рождения","Black":"Черный","Blue":"Синий","Brown":"Коричневый","Browse":"Просмотреть","Browse Files":"Просмотреть файлы","Browse Pictures":"Просматривай картинки","Bug Report":"Отчет об ошибке","Busy, please try again later":"Занят, повторите попытку позже","Busy, please wait…":"Занят, пожалуйста, подождите…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Используя программное обеспечение и услуги, которые мы предоставляем, вы соглашаетесь с нашими условиями обслуживания, политикой конфиденциальности и кодексом поведения.","Calendar":"Календарь","Camera":"Камера","Camera not found":"Камера не найдена","Camera Serial":"Камера","Can't access your authenticator app or device?":"Не можешь получить доступ к своему приложению или устройству аутентификатора?","Can't load more, limit reached":"Не могу загрузить больше, достигнут лимит","Can't select more items":"Нельзя выбрать больше элементов","Cancel":"Отменить","Cannot copy to clipboard":"Невозможно скопировать в буфер обмена","Caption":"Надпись","Cards":"Карточки","Carousel slide {0} of {1}":"Карусельный слайд {0} из {1}","Cast":"В ролях","Category":"Категория","Change Avatar":"Изменить аватар","Change Password":"Изменить пароль","Change private flag":"Изменить флаг приватности","Changes could not be saved":"Изменения не будут сохранены","Changes successfully saved":"Изменения успешно сохранены","Changes to the advanced settings require a restart to take effect.":"Изменения в расширенных настройках требуют перезапуска, чтобы вступить в силу.","Checked":"Проверено","Choose an instance to continue:":"Выбери экземпляр, чтобы продолжить:","Chroma":"Цветовая гамма","Cleaning index and cache":"Очистка индекса и кэша","Cleanup":"Очистка","Clear":"Прозрачный","Clear {0}":"Очистить {0}","Client":"Клиент","Close":"Закрыть","Cluster":"Кластер","Cluster Admin":"Администратор кластера","Cluster Node":"Кластерный узел","Codec":"Кодек","Color":"Цвет","Color Profile":"Цветовой профиль","Colors":"Цвета","Compare Editions":"Сравнить издания","Complete Rescan":"Полный рескан","Confidence":"Уверенность","Confirm":"Подтверждать","Connect":"Соединен","Connect via WebDAV":"Соединиться через WebDAV","Connected":"Подключено","Contact Details":"Контактная информация","Contact Us":"Свяжитесь с нами","Contains %{n} pictures.":"Содержит %{n} фотографий.","Contains one picture.":"Содержит одну фотографию.","Content":{"":"Содержание","Edit":"Содержание"},"Continue":"Продолжить","Contributor":"Вкладчик","Converting":"Конвертация","Copied to clipboard":"Скопировано в буфер обмена","Copy":"Копировать","Copying files from %s":"Копирование файлов из %s","Copyright":"Копирайт","Could not be deleted":"Не будет удалено","Could not connect, please try again":"Нет соединения, попробуйте еще раз","Could not update person cover":"Не удалось обновить обложку человека","Couldn't find anything.":"Ничего не найдено.","Country":"Страна","Create Account":"Создать учетную запись","Create album":"Создать альбом","Create regular backups based on the configured schedule.":"Создать резервные копии индексов по настроенному расписанию.","Create YAML files to back up album metadata.":"Создать YAML-файлы для резервного копирования метаданных альбома.","Create YAML sidecar files to back up picture metadata.":"Создать побочные файлы YAML для резервного копирования метаданных картинок.","Created":"Создано","Creating thumbnails for":"Сформировать предпросмотр","Current Password":"Текущий пароль","Custom":"Пользовательский","Cyan":"Сине-зеленый","Daily":"Ежедневно","Database":"База данных","Database Backups":"Резервные копии баз данных","Databases":"Базы данных","Date & Time":"Дата и время","Day":"День","Deactivate":"Деактивировать","Debug Logs":"Отладочные Логи","Default":"По умолчанию","Default Folder":"Папка по умолчанию","Delete":"Удалить","Delete Album":"Удалить альбом","Delete All":"Удалить все","Delete all?":"Удалить все?","Delete orphaned index entries, sidecar files and thumbnails.":"Удалить бесхозные записи в индексе, файлы sidecar и миниатюры.","deleted":"удалено","Description":"Описание","Detailed instructions can be found in our User Guide.":"Подробные инструкции можно найти в нашем руководстве пользователя.","Details":"Детали","Dimensions":"Размеры","Disable all face detection and recognition features.":"Отключи все функции обнаружения и распознавания лиц.","Disable Backups":"Отключить резервное копирование","Disable Darktable":"Отключить Darktable","Disable ExifTool":"Отключить ExifTool","Disable Faces":"Отключить лица","Disable features that require write permission for the originals folder.":"Отключи функции, требующие разрешения на запись в папку с оригиналами.","Disable FFmpeg":"Отключить FFmpeg","Disable ImageMagick":"Отключить ImageMagick","Disable interactive world maps and reverse geocoding.":"Отключить интерактивные карты мира и обратное геокодирование.","Disable MCP":"Отключи MCP","Disable Places":"Отключить Места","Disable RawTherapee":"Отключить RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Отключи конечную точку API Model Context Protocol (MCP) для интеграции AI-агентов.","Disable Vectors":"Отключение векторов","Disable WebDAV":"Отключить WebDAV","Disabled":"Отключено","Disables vector graphics support.":"Отключает поддержку векторной графики.","Disables video transcoding and thumbnail extraction.":"Отключает перекодирование видео и извлечение миниатюр.","Discard":"Отбрось","Discard changes and close":"Откажись от изменений и закрой","Discard invalid changes?":"Отбросить недействительные изменения?","Discard unsaved changes?":"Отбросить несохраненные изменения?","Discover":"Исследование","Dismiss":"Отклонить","Display Name":"Отображаемое имя","Display picture captions in search results.":"Отображай подписи к картинкам в результатах поиска.","Display picture titles in search results.":"Отображай названия картинок в результатах поиска.","Document":"Документ","Documents":"Документы","Don't use Darktable to convert RAW images.":"Не использовать Darktable для конвертирования RAW-файлов.","Don't use ImageMagick to convert images.":"Не используйте ImageMagick для преобразования изображений.","Don't use RawTherapee to convert RAW images.":"Не использовать RawTherapee для конвертирования RAW-файлов.","Done":"Готово","Done.":"Готово.","Download":"Скачать","Download only original media files, without any automatically generated files.":"Загружайте только оригинальные медиафайлы, без каких-либо автоматически сгенерированных файлов.","Download remote files":"Скачать удалённые файлы","Downloading…":"Загрузка…","Drag and drop files here":"Перетаскивай файлы сюда","Driver":"Драйвер","Duplicates will be skipped and only appear once.":"Дубликаты будут пропущены и появятся только один раз.","Duration":"Продолжительность","Dynamic Previews":"Динамические превью","Dynamic Size Limit: %{n}px":"Недостигнутое ограничение размера: %{n}px","Edit":"Редактировать","Edit %{s}":"Редактировать %{s}","Edit Account":"Редактировать аккаунт","Edit Photo":"Редактировать фотографию","Edit Photos (%{n})":"Редактирование фотографий (%{n})","Edited":"Отредактировано","Email":"Электронная почта","Enable debug mode to display additional logs and help with troubleshooting.":"Включи режим отладки, чтобы отобразить дополнительные журналы и помочь в устранении неполадок.","Enable downloading of original and sidecar files from the web interface.":"Включи загрузку оригинальных и побочных файлов из веб-интерфейса.","Enable face recognition and the People view to easily find people you know.":"Включи функцию распознавания лиц и представление \"Люди\", чтобы легко находить знакомых тебе людей.","Enable new features that may be incomplete or unstable.":"Включай новые функции, которые могут быть неполными или нестабильными.","Enable the file browser to navigate the Originals folder structure.":"Включи файловый браузер для навигации по структуре папок Originals.","Enables RAW converter presets. May reduce performance.":"Включает предустановки конвертера RAW. Может снизить производительность.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Включение двухфакторной аутентификации означает, что для входа в систему вам понадобится случайно сгенерированный код подтверждения, поэтому даже если кто-то получит доступ к вашему паролю, он не сможет получить доступ к вашей учетной записи.","Engine":"Двигатель","Enter date":"Введите дату","Enter dates":"Введите даты","Enter item name...":"Введите название предмета...","Enter the code generated by your authenticator app:":"Введи код, сгенерированный твоим приложением-аутентификатором:","Enter verification code":"введите код подтверждения","Enter your password to confirm the action and continue:":"Введите пароль, чтобы подтвердить действие и продолжить:","Entity not found":"Сущность не найдена","Error":"Ошибка","Errors":"Ошибки","Estimate":"Смета","Estimate Locations":"Примерные места","Estimate the approximate location of pictures without GPS coordinates.":"Оценивай примерное местоположение картинок без GPS-координат.","Every two days":"Каждые два дня","Exclude hidden":"Исключить скрытые","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Для полной поддержки Video, Live Photo и XMP требуется извлечение метаданных с помощью ExifTool.","Experimental Features":"Экспериментальные возможности","Expires":"Ожидаемое время","Exposure":"Экспозиция","Extract still images and generate thumbnails while indexing.":"Извлекай неподвижные изображения и создавай миниатюры во время индексации.","F Number":"Диафрагменное число","Face":"Лицо","Face not found":"Лицо не найдено","Faces":"Лица","Failed creating file, please check permissions":"Не удалось создать файл, проверьте права доступа","Failed creating folder, please check permissions":"Не удалось создать папку, проверьте права доступа","Failed removing link":"Не удалось удалить ссылку","Failed to connect account.":"Не удалось подключить аккаунт.","Failed to create zip file":"Не удалось создать zip-файл","Failed to load users.":"Не удалось загрузить пользователей.","Failed to remove face marker":"Не удалось удалить маркер для лица","Failed to remove name":"Не удалось удалить имя","Failed to restart server":"Не удалось перезапустить сервер","Failed to save changes":"Не удалось сохранить изменения","Failed to save face marker":"Не удалось сохранить лицо маркера","Failed to save name":"Не удалось сохранить имя","Failed updating link":"Не удалось загрузить ссылку","Family Name":"Фамилия","Fast":"Быстро","Favorite":"В избранном","Favorites":"Избранное","Feature disabled":"Данная возможность отключена","Feature Request":"Запрос функции","Female":"Женский","File":"Файлы","File Browser":"Файловый менеджер","File Conversion":"Преобразование файлов","File deleted":"Файл удалён","File Name":"Имя файла","File not found":"Файл не найден","File removed from stack":"Файл удален из очереди","File Size":"Размер файла","File too large":"Слишком большой файл","File uploaded":"Файл загружен","Filename":"Название файла","Files":"Файлы","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Файлы с последовательными именами типа 'IMG_1234 (2)' и 'IMG_1234 (3)' принадлежат одной картинке.","First page":"Первая страница","Focal Length":"Фокусное расстояние","Folder":"Папка","Folder contains %{n} files":"Папка содержит %{n} файлов","Folder is empty":"Папка пуста","Folders":"Папки","Forgot password?":"Забыли пароль?","FPS":"FPS","Frames":"ფრეიმი","Full Access":"Полный доступ","Fullscreen":"Полный экран","General":"Основные","Generate":"Генерировать","Generate Previews":"Создавайте предварительные просмотры","Generated":"Сгенерированный","Get Started":"Начни","Given Name":"Имя","Global Options":"Глобальные опции","Go to page {0}":"Переходи на страницу {0}","Gold":"Золото","Green":"Зеленый","Grey":"Серый","Groups":"Группы","Guest":"Гость","Hash":"Хэш","Help":"Помощь","Help & Support":"Помощь и поддержка","Hidden":"Скрытые","Hidden Files":"Скрытые файлы","Hide":"Скрыть","Hide Caption":"Скрыть капчу","Hide face markers":"Спрячьте маркеры лица","Hide private content from global views while keeping it accessible in the Private section.":"Скрывай приватные элементы из глобальных представлений, сохраняя их доступными в разделе Private.","High":"Высокий","High Dynamic Range (HDR)":"Высокий динамический диапазон (HDR)","Hybrid":"Гибрид","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Если вы потеряете доступ к приложению или устройству для проверки подлинности, вы можете использовать код восстановления, чтобы восстановить доступ к своей учетной записи.","Image":"Изображение","Image Quality":"Качество изображения","Import":"Импортировать","Import canceled":"Импортирование отменено","Import completed in %d s":"Импортирование завершено за %d c","Import failed":"Импортирование не удалось","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Импортированные файлы будут отсортированы по датам и получат уникальные имена.","Importing %{s}…":"Импорт %{s}…","Importing files to originals…":"Импорт файлов в оригиналы…","in":"в","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Если ожидаемые вами фотографии отсутствуют, пожалуйста, повторно просканируйте библиотеку и дождитесь окончания индексации.","Include RAW image files when downloading stacks and archives.":"Включать файлы изображений RAW при загрузке стопок и архивов.","Include sidecar files when downloading stacks and archives.":"Включать файлы sidecar при загрузке стеков и архивов.","Increase storage size or delete files to continue.":"Увеличь размер хранилища или удали файлы, чтобы продолжить.","Index":"Индексировать","Indexing":"Индексирование","Indexing canceled":"Индексирование отменено","Indexing completed in %d s":"Индексирование завершено за %d с","Indexing failed":"Индексирование не удалось","Indexing files in %s":"Индексирование файлов в %s","Indexing media and sidecar files…":"Индексирование мультимедийных и сопутствующих файлов…","Indexing originals...":"Индексирование Оригиналов...","Information":"Информация","Inherit":"Наследовать","Instance":"Инстанс","Instance ID":"Идентификатор узла","Instance unreachable. Try again once it's back online.":"Сервер недоступен. Попробуй позже, когда он снова заработает.","Instances":"Экземпляры","Insufficient storage":"Недостаточно места для хранения","Insufficient storage.":"Недостаточно места для хранения.","Interval":"Интервал","Invalid":"Недопустимое значение","Invalid address":"Неверный адрес","Invalid country":"Неверная страна","Invalid credentials":"Неверные учетные данные","Invalid date":"Неверная дата","Invalid link":"Неверная ссылка","Invalid name":"Неприемлемое имя","Invalid parameters":"Недопустимые параметры","Invalid password, please try again":"Неверный пароль, пожалуйста попробуйте еще раз","Invalid photo selected":"Выбрана недопустимая фотография","Invalid time":"Неверное время","Invalid URL":"Неверный URL","Invalid verification code, please try again":"Неверный код подтверждения. Повторите попытку.","IP Address":"IP-адрес","It is a one-time use code that will disable 2FA for your account when you use it.":"Это одноразовый код, который отключит 2ФА для вашей учетной записи, когда вы его используете.","Item":"Элемент","Items per page:":"Предметы на одной странице:","JPEG Quality: %{n}":"Качество JPEG: %{n}","JPEG Size Limit: %{n}px":"Ограничение по размеру в формате JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG и эскизы автоматически отображаются по мере необходимости.","Keyword":"Ключевое слово","Keywords":"Ключевые слова","Label":"Метка","Label not found":"Метка не найдена","Label saved":"Метки сохранены","Labels":"Метки","Labels deleted":"Метки удалены","Language":"Язык","Last Active":"Последний активный","Last Login":"Последний вход в систему","Last page":"Последняя страница","Last Sync":"Последняя синхронизация","Last Used":"Последний используемый","Latitude":"Широта","LDAP/AD":"LDAP/AD","Learn more":"Узнать больше","Learn More":"Узнай больше","Legal Information":"Юридическая информация","Lens":"Объектив","Lens not found":"Объектив не найден","Library":"Библиотека","License":"Лицензия","Like":"Нравится","Lime":"Лайм","Limit reached, showing first %{n} files":"Лимит превышен, отображение первых %{n} файлов","Link":"Ссылка","List":"Список","List View":"Вид списка","Live":"Прямой эфир","Live Photos":"Живые фотографии","Load more":"Загрузить больше","Loading items...":"Загружаемые предметы...","Loading...":"Loading...","Local":"Местный","Local Time":"Местное время","Location":"Местоположение","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Сообщения журнала появляются здесь всякий раз когда PhotoPrism сталкивается с поврежденными файлами или другими потенциальными проблемами.","Login":"Вход","Logs":"Журнал","Longitude":"Долгота","Lost server connection":"Потерял соединение с сервером","Low":"Низкий","Magenta":"Пурпурный","Main Color":"Основной цвет","Male":"Мужской","Manage Account":"Управление счетом","Manager":"Менеджер","Manual":"Руководство","Manual Upload":"Загрузка вручную","Maps":"Карты","Marker":"Маркер","Maximum number of accounts has been reached.":"Максимальное количество аккаунтов достигнуто.","Media":"Медиа","Medium":"Средний","Membership":"Членство","Merge %{a} with %{b}?":"Объединить %{a} с %{b}?","Message":"Сообщение","Metadata":"Метаданные","Metrics":"Метрики","Minimize":"Свернуть","Missing":"Пропущено","Missing or invalid configuration":"Отсутствующая или недействительная конфигурация","mixed":"смешанный","Moments":"Моменты","Monochrome":"Монохромные","Month":"Месяц","More options":"Больше вариантов","Mosaic":"Мозайка","Most Relevant":"Наиболее подходящие","Move Files":"Перемещать файлы","Moving files from %s":"Перемещение файлов из %s","Must have at least %{n} characters.":"Должно быть не менее %{n} символов.","Mute":"Отключи звук","Name":"Название","Name too long":"Название слишком длинное","Never":"Никогда","New":"Новый","New Password":"Новый пароль","Newest First":"Сначала новые","Next":"Следующее","Next page":"Следующая страница","Next visual":"Следующий визуальный","No":"Нет","No Access":"Доступ запрещен","No albums assigned":"Альбомы не назначены","No albums found":"Альбомы не найдены","No albums selected":"Нет выделенных альбомов","No data available":"Нет данных","No files available for download":"Нет файлов, доступных для скачивания","No items selected":"Нет выделенных элементов","No labels assigned":"Никаких ярлыков не назначено","No labels found":"Метки не найдены","No labels selected":"Нет выделенных меток","No matching records found":"Не найдено ни одной подходящей записи","No more":"Не больше","No people found":"Люди не найдены","No pictures found":"Фото не найдены","No recently edited pictures":"Нет недавно отредактированных фотографий","No registered instances.":"Нет зарегистрированных экземпляров.","No results":"Нет результатов","No server connection":"Нет соединения с сервером","No servers configured.":"Серверы не настроены.","No services configured.":"Службы не настроены.","No thanks":"Нет, спасибо","No users on this instance.":"В этом экземпляре нет пользователей.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Нет предупреждений или ошибок содержащих эти слова. Имейте в виду, что поиск регистрозависимый.","Node":"Узел","Nodes":"Узлы","Non-photographic and low-quality images require a review before they appear in search results.":"Файлы, не являющиеся фотографиями, или изображения низкого качества нужно одобрить, чтобы они появились в результатах поиска.","None":"Ничего","Not allowed":"Не разрешается","Not available in public mode":"Не доступно в публичном режиме","Not available in read-only mode":"Недоступно в режиме только для чтения","Not found":"Не найдено","Not sorted.":"Не отсортировано.","Not supported":"Не поддерживается","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, могут быть настроены как удаленная служба для резервного копирования и загрузки файлов.","Notes":"Заметки","Nothing to see here yet.":"Здесь пока не на что смотреть.","Nothing was found.":"Ничего не было найдено.","Offline":"Не в сети","OK":"OK","Oldest First":"Сначала старые","On Windows, enter the following resource in the connection dialog:":"В Windows введите следующий ресурс в диалоговом окне подключения:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Генерация эскизов по требованию может привести к высокой нагрузке на процессор и память. Это не рекомендуется для серверов с ограниченными ресурсами и NAS-устройств.","Once a week":"Раз в неделю","One album found":"Найден один альбом","One entry added to %s":"Один элемент добавлен к %s","One entry removed from %s":"Один элемент удален из %s","One file found":"Найден один файл","One file uploaded":"Загружен один файл","One folder found":"Найдена одна папка","One label found":"Найдена одна метка","One person found":"Найден один человек","One picture found":"Найдена одна фотография","Only locally managed accounts can be set up for authentication with 2FA.":"Для аутентификации с помощью 2ФА можно настроить только локально управляемые учетные записи.","Open":"Открыть","optional":"Дополнительно","or":"или","Orange":"Оранжевый","Organization":"Организация","Orientation":"Ориентация","Original file names will be stored and indexed.":"Оригинальные имена файлов будут сохранены и проиндексированы.","Original Name":"Оригинальное Название","Originals":"Оригиналы","Originals folder is empty":"Папка оригиналов пуста","Other":"Другой","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Наша задача - предоставить наиболее удобное для пользователя и конфиденциальности решение для хранения ваших фотографий в упорядоченном и доступном виде.","Outdoor":"Активности на открытом воздухе","Page {0}, Current page":"Страница {0}, текущая страница","Pages":"Страницы","Pagination Navigation":"Навигация по пагинации","Panorama":"Панорама","Panoramas":"Панорамы","Part of all selected photos":"Часть всех выбранных фотографий","Part of some selected photos":"Часть избранных фотографий","Password":"Пароль","Password changed":"Пароль изменен","Pause":"Пауза","Payment required":"Требуется оплата","People":"Люди","People you share a link with will be able to view public contents.":"Люди, с которыми вы поделились ссылкой, будут иметь возможность просматривать публичный контент.","Permanently deleted":"Удалено насовсем","Permission denied":"Доступ запрещен","Person":"Человек","Person cover updated":"Обновленная обложка","Person deleted":"Лицо удалено","Person not found":"Человек не найден","Person saved":"Человек спасен","Personal":"Личный","Photo":"Фотография","PhotoPrism is 100% self-funded and independent.":"PhotoPrism является на 100% самофинансируемой и независимой компанией.","PhotoPrism+ Membership":"Членство в программе PhotoPrism+","Photos":"Фотографии","Picture":"Картинка","Picture Title":"Название картинки","Pink":"Розовый","Pinned":"Закреплено","Place":"Место","Place & Time":"Место и время","Places":"Места","Play":"Воспроизвести","Please confirm your new password.":"Пожалуйста, подтвердите ваш новый пароль.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Скопируйте следующий случайно сгенерированный пароль приложения и сохраните его в надежном месте, так как вы больше не сможете его увидеть:","Please do not upload any private, unlawful or offensive pictures.":"Пожалуйста, не загружайте частные, незаконные или оскорбительные фотографии.","Please don't upload photos containing offensive content.":"Пожалуйста, не загружайте фотографии, содержащие недопустимый контент.","Please enter OTP character {0}":"Пожалуйста, введите символ OTP {0}","Please log in to your account":"Пожалуйста, войдите в свой аккаунт","Please note that changing your password will log you out on other devices and browsers.":"Обратите внимание, что изменение пароля приведет к выходу из системы на других устройствах и в браузерах.","Please restart your instance for the changes to take effect.":"Чтобы изменения вступили в силу, перезапустите ваш экземпляр.","Please wait…":"Пожалуйста, подождите…","PM":"PM","PNG Size Limit: %{n}px":"Ограничение размера PNG: %{n}px","Portal":"Портал","Portrait":"Портрет","Preserve filenames":"Сохранять имена файлов","Press enter to create a new album.":"Нажмите enter, чтобы создать новый альбом.","Press enter to create new item":"Нажмите Enter, чтобы создать новый элемент","Prevent database and album backups as well as YAML sidecar files from being created.":"Запрети создавать резервные копии баз данных и альбомов, а также файлы YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Запрети другим приложениям обращаться к PhotoPrism как к общему сетевому диску.","Preview":"Предпросмотр","Preview Images":"Предварительные изображения","Previous":"Предыдущий","Previous page":"Предыдущая страница","Previous visual":"Предыдущий визуальный","Primary":"Главная","Private":"Приватные","Processing upload...":"Обработка загрузки...","Product Feedback":"Обратная связь по продукту","Projection":"Проекция","Purple":"Фиолетовый","Quality Filter":"Фильтр Качества","Quality Score":"Показатель Качества","Quota exceeded":"Квота превышена","Random":"Случайно","Rating {0} of {1}":"Рейтинг {0} из {1}","Raw":"Исходный","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Повторное индексирование всех оригиналов, включая уже проиндексированные и неизмененные файлы.","Read-Only Mode":"Режим только для чтения","Recently Added":"Недавно добавленные","Recently Archived":"Недавно архивировано","Recently Edited":"Недавно отредактированные","Recognition starts after indexing has been completed.":"Распознавание начинается после завершения индексации.","Recognized":"Распознано","Recovery Code":"Код восстановления","Red":"Красный","Refresh":"Обновить","Regions":"Регионы","Register":"Зарегистрироваться","Registration disabled":"Регистрация отключена","Reload":"Перезагрузить","Reloading…":"Перезагрузка…","Remote Sync":"Удаленная синхронизация","Remove":"Удалить","remove failed: unknown album":"не могу удалить: неизвестный альбом","Remove from Album":"Удалить из альбома","Remove from all":"Удали из всех","Remove from all selected photos":"Удалить со всех выбранных фотографий","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Удалять импортированные файлы для освобождения места. Неподдерживаемые типы файлов никогда не будут удалены, они остаются в их текущем местоположении.","Remove the selected instance from the cluster registry?":"Удалить выбранный экземпляр из реестра кластера?","Removed":"Удали","Removed %{name}":"Удалено %{name}","Removed %d files and %d photos":"Удаление %d файлов и %d фотографий","Repeated":"Повторяющийся","Request failed - are you offline?":"Запрос не прошел - вы не в сети?","Request failed - invalid response":"Запрос не удался - неверный ответ","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Требуй, чтобы нефотографические и низкокачественные изображения проходили проверку, прежде чем они появятся в результатах поиска.","Resolution":"Разрешение","Restart":"Перезапустить","Restore":"Восстановить","Restored":"Восстановленный","Retry Limit":"Лимит повторных попыток","Retype Password":"Повторите пароль","Review":"Не одобрены","Role":"Роль","Roles":"Роли","Rotated":"Повернутый","Rows per page:":"Строки на страницу:","Satellite":"Спутник","Save":"Сохранить","Save changes":"Сохранить изменения","Scan":"Сканировать","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Отсканируйте QR-код с помощью приложения для аутентификации или используйте ключ настройки, показанный ниже, а затем введите сгенерированный код подтверждения:","Scans":"Сканы","Scope":"Область применения","Scopes":"Прицелы","Search":"Поиск","Season":"Сезон","Secret":"Секрет","Security and Access":"Безопасность и доступ","Select":"Выбрать","Select a source folder to import files…":"Выбери исходную папку для импорта файлов…","Select date":"Выберите дату","Select dates":"Выберите даты","Select or create albums":"Выбирай или создавай альбомы","Select or create labels":"Выберите или создайте ярлыки","Select or drop files to upload…":"Выбери или брось файлы для загрузки…","Select the files to upload…":"Выбери файлы для загрузки…","Select the folder to be indexed…":"Выбери папку, которую нужно проиндексировать…","Select Time":"Выберите время","Selection":"Выбор","Selection added to %s":"Выделение добавлено к %s","Selection approved":"Выбранное подтверждено","Selection archived":"Выбранное добавлено в архив","Selection marked as private":"Выбранное помечено как приватное","Selection not found":"Выделение не найдено","Selection restored":"Выбранное восстановлено","Sequential Name":"Последовательное название","Service":"Сервис","Service URL":"URL сервиса","Services":"Сервисы","Session":"Сессия","Session ID":"Идентификатор сессии","Sessions":"Сессии","Set as Album Cover":"Установи в качестве обложки альбома","Set as Cover Image":"Установить в качестве изображения обложки","Settings":"Настройки","Settings saved":"Настройки сохранены","Setup":"Настройка","Severity":"Тяжесть","Share":"Поделиться","Share %{s}":"Поделится %{s}","Show":"Показать","Show All Labels":"Показать все ярлыки","Show all new faces":"Показать все новые лица","Show Caption":"Показать капчу","Show Captions":"Показать надписи","Show face markers":"Покажи маркеры лица","Show hidden":"Показать скрытые","Show Important Only":"Показать только важное","Show logs in the web interface to monitor activity and troubleshoot problems.":"Показывай журналы в веб-интерфейсе, чтобы отслеживать активность и устранять неполадки.","Show smart albums that group pictures by occasion, trip, or location.":"Показывай умные альбомы, в которых фотографии группируются по случаю, поездке или месту.","Show the Account page so users can manage their profile and security settings.":"Покажи страницу \"Учетная запись\", чтобы пользователи могли управлять своим профилем и настройками безопасности.","Show the Calendar view to browse the library by year and month.":"Покажи вид \"Календарь\", чтобы просматривать библиотеку по годам и месяцам.","Show the Labels section to view and manage AI-generated labels.":"Покажи раздел \"Ярлыки\", чтобы просмотреть сгенерированные ИИ ярлыки и управлять ими.","Show the Library section to index, manage, and monitor the media library.":"Покажи раздел \"Библиотека\", чтобы индексировать, управлять и контролировать медиатеку.","Show the Places view with interactive maps so you can browse photos by location.":"Покажи вид \"Места\" с интерактивными картами, чтобы ты мог просматривать фотографии по местоположению.","Show Titles":"Показать названия","Sidecar":"Сопутствующий файл","Sidecar Files":"Файлы для сайдкаров","Sign in":"Войти","Sign Out":"Выйти","Similar":"Похожие","Site URL":"URL сайта","Size":"Размер","Slideshow":"Слайд-шоу","Slow":"Медленно","Software":"Программное обеспечение","Software Update":"Обновление программного обеспечения","Some albums could not be copied":"Некоторые альбомы не удалось скопировать","Some albums could not be created. Please edit the names and try again.":"Некоторые альбомы не удалось создать. Пожалуйста, отредактируй названия и попробуй снова.","Some albums could not be updated":"Некоторые альбомы не удалось обновить","Something went wrong, try again":"Что-то пошло не так, попробуйте еще раз","Sort by":"Сортировать по","Sort by Name (A–Z)":"Сортировка по имени (A-Z)","Sort by Photo Count":"Сортировка по количеству фотографий","Sort by Relevance":"Сортировать по релевантности","Sort Order":"Порядок сортировки","Sorted ascending.":"Сортировка по возрастанию.","Sorted descending.":"Сортировка по убыванию.","Source":"Источник","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":"Серии","Start":"Начать","Start Page":"Стартовая страница","Static Size Limit: %{n}px":"Предельный размер: %{n}px","Status":"Статус","Stay signed in on this device":"Оставайтесь под своим логином на этом устройстве","Stop Casting":"Прекрати бросать","Storage":"Хранилище","Streets":"Улицы","Subject":"Тема","Subject deleted":"Тема удалена","Subject not found":"Объект не найден","Subject saved":"Тема сохранена","Successfully activated":"Успешно активировано","Successfully Connected":"Успешно подключено","Successfully deleted":"Успешно удалено","Successfully verified":"Успешно проверено","Super Admin":"Супер-администратор","Support for additional services, like Google Drive, will be added over time.":"Поддержка дополнительных служб, таких как Google Drive, будет добавлена позже.","Support Our Mission":"Поддержите нашу миссию","Sync":"Синхронизация","Sync raw and video files":"Синхронизация сырых и видео файлов","Taken":"Дата съемки","Teal":"Бирюзовый","Terrain":"Местность","Text":"Текст","Thank You for Your Support!":"Спасибо за вашу поддержку!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Именно поэтому PhotoPrism был создан с нуля, чтобы работать там, где вам нужно, без ущерба для свободы, конфиденциальности или функциональности.","The index currently contains %{n} hidden files.":"Индекс на данный момент содержит %{n} скрытых файлов.","The instance rejected the cluster credentials.":"Экземпляр отклонил учетные данные кластера.","The instance returned an unexpected redirect.":"Объект вернул неожиданное перенаправление.","The wakeup interval is %s, but must be 1h or less":"Интервал пробуждения составляет %s, но должен быть 1 час или меньше","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Их формат может быть не поддерживаемым, они не были конвертированы в JPEG или это дубликаты.","Theme":"Тема","This account is missing an ID and can't be edited.":"У этой учетной записи нет идентификатора, поэтому её нельзя редактировать.","This field is required":"Это поле обязательно для заполнения","This instance has no site URL configured.":"Для этого экземпляра не указан URL сайта.","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 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. ":"При этом папка с оригиналами подключается как сетевой диск и позволяет вам открывать, редактировать и удалять файлы с вашего компьютера или смартфона, как если бы они находились на вашем устройстве.","Time":"Время","Time UTC":"Время UTC","Time Zone":"Часовой пояс","Timeout":"Пауза","Title":{"":"Название","Account":"Титул","Photo":"Название"},"Title / Position":"Название / должность","to":"в","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Чтобы избежать блокировки вашей учетной записи, загрузите, распечатайте или скопируйте этот код восстановления сейчас и сохраните его в надежном месте.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Чтобы создать новый пароль для конкретного приложения, введите имя и область авторизации приложения, а также выберите срок действия:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Чтобы переключиться на новое приложение или устройство для проверки подлинности, сначала отключите двухфакторную аутентификацию, а затем повторно активируйте ее:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Для обновления вы можете ввести код активации или нажать кнопку \"Регистрация\", чтобы зарегистрироваться на нашем сайте:","Today":"Сегодня","Toggle View":"Переключить вид","Token":"Токен","Too many files selected":"Выбрано слишком много файлов","Too many requests":"Слишком много запросов","Troubleshooting":"Устранение неполадок","Try again using other filters or keywords.":"Попробуйте еще раз используя другие фильтры или слова в запросе.","Two-factor authentication has been enabled for your account.":"Для вашей учетной записи включена двухфакторная аутентификация.","Type":"Тип","Unable to delete":"Невозможно удалить","Unable to do that":"Не могу этого сделать","Unassign":"Отключи","Unauthorized":"Неавторизованный","Undo":"Отменить","Unique ID":"Уникальный ID","Unknown":"Неизвестно","Unknown location":"Местоположение неизвестно","Unregistered":"Незарегистрированный","Unsorted":"Не отсортировано","Unstack":"Убрать из серии","Unsupported":"Не поддерживается","Unsupported format":"Неподдерживаемый формат","Unsupported type":"Неподдерживаемый тип","Updated":"Обновлено","Updating faces":"Обновление лиц","Updating index":"Обновление индекса","Updating moments":"Обновление моментов","Updating picture…":"Обновление изображения…","Updating previews":"Обновление предварительных просмотров","Updating stacks":"Обновление серий","Upgrade":"Обновление","Upgrade Now":"Обновить сейчас","Upload":"Загрузка","Upload complete":"Загрузка завершена","Upload complete. Indexing…":"Загрузка завершена. Индексирование…","Upload failed":"Загрузка не удалась","Upload has been processed":"Загрузка была обработана","Upload local files":"Загрузка локальных файлов","Upload might be offensive":"Загрузка может быть оскорбительной","Upload Path":"Путь загрузки","Uploading %{n} of %{t}…":"Загрузка %{n} из %{t}…","Uploading photos…":"Загрузка фотографий…","Uploading…":"Загрузка…","Uploads that may contain such images will be rejected automatically.":"Загрузки, которые могут содержать такие изображение будут автоматически отменены.","URL":"URL","Use Presets":"Использовать предустановки","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Используйте следующий код восстановления для доступа к своей учетной записи, если вы не можете сгенерировать действительный код подтверждения с помощью приложения для аутентификации:","Use your recovery code or contact an administrator for help.":"Используй свой код восстановления или обратись за помощью к администратору.","User":"Пользователь","User Guide":"Руководство пользователя","User Interface":"Пользовательский интерфейс","User not found":"Пользователь не найден","Username":"Имя пользователя","Users":"Пользователи","UUID":"UUID","Vector":"Вектор","Vectors":"Векторы","Verification Code":"Проверочный код","Verified email required":"Требуется подтверждение адреса электронной почты.","Version":"Версия","Video":"Видео","Video Duration":"Продолжительность видео","Videos":"Видео","View":"Обзор","View search results as a list.":"Просмотреть результаты поиска в виде списка.","Viewer":"Просмотрщик","Vision":"Видение","Visitor":"Посетитель","Visual Similarity":"Визуальное сходство","Warning":"Внимание","Web Login":"Веб-логин","WebDAV":"WebDAV","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 клиенты, такие как Microsoft Windows Проводник или Apple Finder, могут подключаться к PhotoPrism напрямую.","WebDAV Upload":"WebDAV загрузка","WebGL support is disabled in your browser":"В твоем браузере отключена поддержка WebGL","Website":"Сайт","White":"Белый","Work Details":"Детали работы","Year":"Год","Yellow":"Желтый","Yes":"Да","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Вы можете связаться с нами по адресу membership@photoprism.app, чтобы задать вопросы, касающиеся вашего членства.","You can only download one album":"Вы можете загрузить только один альбом","You can only download one label":"Вы можете загрузить только одну метку","You can search for a location or move the marker on the map to change the position:":"Ты можешь искать местоположение или перемещать маркер на карте, чтобы изменить положение:","You can upload up to %{n} files for test purposes.":"Для тестирования можно загрузить до %{n} файлов.","You cannot change your own role.":"Ты не можешь изменить свою роль.","You do not have access to any instances.":"У тебя нет доступа ни к одному экземпляру.","You may only select one item":"Вы можете выбрать только один элемент","You may rescan your library to find additional faces.":"Вы можете повторно просканировать свою библиотеку, чтобы найти дополнительные лица.","Your account could not be connected":"Ваш аккаунт не удалось подключить","Your account has been successfully connected.":"Ваша учетная запись успешно подключена.","Your browser does not support WebGL":"Твой браузер не поддерживает WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Ваша постоянная поддержка помогает нам предоставлять регулярные обновления и оставаться независимыми, чтобы мы могли выполнять нашу миссию и защищать вашу частную жизнь.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Ваша библиотека постоянно анализируется для автоматического создания альбомов особых моментов, поездок и мест.","Zip created in %d s":"Zip архив создан за %d с","Zoom in/out":"Увеличение/уменьшение масштаба","Archive":{"Noun":"Архивировать","Verb":"Архивировать"},"Add a Title":{"Photo":"Добавь название"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/sk.json b/frontend/src/locales/json/sk.json index 05efb836d..137d5c099 100644 --- a/frontend/src/locales/json/sk.json +++ b/frontend/src/locales/json/sk.json @@ -1 +1 @@ -{"sk":{"{0} appended action":"{0} pripojená akcia","{0} files":"{0} súborov","{0} files ({1} in total)":"{0} súborov (spolu {1})","{0} more":"{0} viac","{0} prepended action":"{0} predradená akcia","{0} selected":"{0} vybrané","{0}-{1} of {2}":"{0}-{1} z {2}","%{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} GB of %{q} GB used":"%{n} GB z %{q} GB použitých","%{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","%{s} is too long":"%{s} je príliš dlhé","%{s} is too short":"%{s} je príliš krátke","%d entries added to %s":"%d záznamov pridaných do %s","%d entries removed from %s":"%d záznamov odstránených z %s","%d files uploaded in %d s":"%d súborov nahraných za %d sekúnd","%s already exists":"%s už existuje","%s has been restored":"%s bolo obnovené","1 hour":"1 hodina","12 hours":"12 hodín","2-Factor Authentication":"2-faktorové overovanie","2FA":"2FA","4 hours":"4 hodiny","A click will copy it to your clipboard.":"Kliknutím skopírujete obsah.","A new version of %{s} is available:":"K dispozícii je nová verzia %{s}:","About":"O nás","Access granted.":"Prístup bol udelený.","Access revoked.":"Prístup bol zrušený.","Access Token":"Prístupový token","Account":"Účet","Account created":"Účet vytvorený","Account deleted":"Účet odstránený","Account Group Mappings":"Priradenia skupín účtov","Account not found":"Účet nenájdený","Account restored":"Obnovenie účtu","Account saved":"Účet uložený","Accounts":"Účty","Accuracy":"Presnosť","Action":"Akcia","Actions":"Akcie","Activate":"Aktivácia stránky","Activate to remove sorting.":"Aktiváciou odstránite triedenie.","Activate to sort ascending.":"Aktivácia na vzostupné triedenie.","Activate to sort descending.":"Aktivácia na zoradenie zostupne.","Activation Code":"Aktivačný kód","Activity":"Aktivita","Add":"Pridať","Add %{s}?":"Pridať %{s}?","Add a Caption":"Pridanie nadpisu","Add Account":"Pridať účet","Add Album":"Pridať Album","Add Link":"Pridať odkaz","Add Notes":"Pridať poznámky","Add person?":"Pridať osobu?","Add pictures from search results by selecting them.":"Pridanie fotiek z výsledkov vyhľadávania ich výberom.","Add to album":"Pridať do albumu","Add to all":"Pridať ku všetkým","Add to all selected photos":"Pridať ku všetkým vybraným fotografiám","Added":"Pridané","Added %{name}":"Pridané %{name}","Adjust Camera Info":"Úprava informácií o fotoaparáte","Adjust Date & Time":"Nastavenie dátumu a času","Adjust Location":"Upraviť umiestnenie","Admin":"Admin","Advanced":"Pokročilé","Advertise URL":"Inzerovať adresu URL","After 1 day":"Po 1 dni","After 3 days":"Po 3 dňoch","After 7 days":"Po 7 dňoch","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Po zadaní hesla na potvrdenie si môžete nastaviť dvojfaktorové overenie pomocou kompatibilnej aplikácie alebo zariadenia na overovanie:","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 %s deleted":"Album %s vymazaný","Album Backups":"Zálohy albumov","Album contents cloned":"Obsah albumu prekopírovaný","Album created":"Album vytvorený","Album deleted":"Album vymazaný","Album not found":"Album nenájdený","Album saved":"Album uložený","Albums":"Albumy","Albums deleted":"Albumy odstránené","All":"Všetky","All %{n} albums loaded":"Všetkých %{n} albumov bolo načítaných","All %{n} labels loaded":"Všetkých %{n} štítkov načítaných","All %{n} people loaded":"Všetkých %{n} ľudí načítaných","All Cameras":"Všetky kamery","All Categories":"Všetky kategórie","All Colors":"Všetky farby","All Countries":"Všetky štáty","All files from import folder":"Všetky súbory zo zložky importu","All Lenses":"Všetky Objektívy","All Months":"Všetky Mesiace","All originals":"Všetky originály","All Years":"Všetky Roky","Allow configuration and use of connected apps and services for remote uploads and sync.":"Umožňuje konfiguráciu a používanie pripojených aplikácií a služieb na vzdialené odosielanie a synchronizáciu.","Allow editing of metadata such as title, description, date, and location.":"Umožniť úpravu metadát, ako je názov, opis, dátum a umiestnenie.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Umožňuje upravovať metadáta, štítky a albumy viacerých obrázkov naraz.","Allow files to be copied or moved from the Import to the Originals folder.":"Povoľte nástroj Import, aby ste mohli kopírovať alebo presúvať súbory z priečinka Import do priečinka Originály.","Allow files to be permanently deleted to free up storage space.":"Povoľte trvalé odstránenie súborov, aby ste uvoľnili miesto v úložisku.","Allow users to archive photos and videos so they are hidden without being deleted.":"Umožnite používateľom archivovať fotografie a videá tak, aby boli skryté bez vymazania.","Allow users to create and share links, and enable sharing with connected services.":"Umožnite používateľom vytvárať a zdieľať odkazy a umožnite zdieľanie s pripojenými službami.","Allow users to upload new photos and videos through the web interface.":"Umožniť používateľom nahrávať nové fotografie a videá prostredníctvom webového rozhrania.","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)","AM":"AM","Animated":"Animované","Animation":"Animácie","Animations":"Animácie","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ľúč","Application":"Aplikácia","Applications":"Aplikácie","Approve":"Schváliť","Approve and save changes":"Schválenie a uloženie zmien","Apps and Devices":"Aplikácie a zariadenia","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 delete this album?":"Určite chcete tento album vymazať?","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 súbor?","Are you sure?":"Ste si istý?","Artist":"Umelec","Aspect Ratio":"Pomer Strán","Attributes":"Atribúty","Audio":"Audio","Audit Log":"Audio","Authentication":"Overovanie","Auto":"Auto","Back":"späť","Back to top":"Späť na začiatok","Backup":"Záloha","Badge":"Odznak","Base Path":"Základná cesta","Batch":"Dávka","Batch Edit":"Dávková úprava","Become a member today, support our mission and enjoy our member benefits!":"Staňte sa členom ešte dnes, podporte naše poslanie a využívajte naše členské výhody!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Keďže sme financovaní 100% selfmi a sme nezávislí, môžeme vám sľúbiť, že vaše údaje nikdy nepredáme a že náš softvér a služby budú vždy transparentné.","Bio":"Bio","Birth Date":"Datum narodenia","Black":"Čierna","Blue":"Modrá","Brown":"Hnedá","Browse":"Prehľadávať","Browse Files":"Prehľadávanie súborov","Browse Pictures":"Prehľadávať obrázky","Bug Report":"Nahlásiť chybu","Busy, please try again later":"Systém zaneprázdnený, prosím skúste znovu neskôr","Busy, please wait…":"Som zaneprázdnený, prosím čakajte…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Používaním softvéru a služieb, ktoré poskytujeme, súhlasíte s našimi podmienkami používania, zásadami ochrany osobných údajov a kódexom správania.","Calendar":"Kalendár","Camera":"Kamera","Camera not found":"Fotoaparát nebol nájdený","Camera Serial":"Séria Kamery","Can't access your authenticator app or device?":"Nemôžete získať prístup k aplikácii alebo zariadeniu autentifikátora?","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ť","Cannot copy to clipboard":"Nemožno kopírovať do schránky","Caption":"Titulok","Cards":"Karty","Carousel slide {0} of {1}":"Kolotočový posuvník {0} z {1}","Cast":"Obsadenie","Category":"Kategória","Change Avatar":"Zmeniť profilovú fotku","Change Password":"Zmeniť heslo","Change private flag":"Zmeniť privátne označenie","Changes could not be saved":"Zmeny sa neuložili","Changes successfully saved":"Zmeny boli úspešne uložené","Changes to the advanced settings require a restart to take effect.":"Aby sa zmeny rozšírených nastavení prejavili, je potrebné ich reštartovať.","Checked":"Označené","Choose an instance to continue:":"Vyberte inštanciu a pokračujte:","Chroma":"Sýtosť","Cleaning index and cache":"Čistenie indexu a vyrovnávacej pamäte","Cleanup":"Čistenie","Clear":"Jasné","Clear {0}":"Vyčistiť {0}","Client":"Klient","Close":"Zatvoriť","Cluster":"Klaster","Cluster Admin":"Správca klastra","Cluster Node":"Uzol klastra","Codec":"Kodek","Color":"Farba","Color Profile":"Farebný profil","Colors":"Farby","Compare Editions":"Porovnať vydania","Complete Rescan":"Kompletné preskenovanie","Confidence":"Zhoda","Confirm":"Potvrďte","Connect":"Pripojiť","Connect via WebDAV":"Pripojiť pomocou WebDav","Connected":"Pripojené","Contact Details":"Kontaktné údaje","Contact Us":"Kontaktujte nás","Contains %{n} pictures.":"Obsahuje %{n} obrázkov.","Contains one picture.":"Obsahuje jeden obrázok.","Content":{"":"Obsah","Edit":"Obsah"},"Continue":"ďalej","Contributor":"Prispievateľ","Converting":"Konvertuje sa","Copied to clipboard":"Skopírované do schránky","Copy":"Kopírovať","Copying files from %s":"Kopírovanie súborov z %s","Copyright":"Autorské práva","Could not be deleted":"Nepodarilo sa odstrániť","Could not connect, please try again":"Nebolo možné sa pripojiť, skúste to znova","Could not update person cover":"Nepodarilo sa aktualizovať kryt osoby","Couldn't find anything.":"Nič nenájdené.","Country":"Štát","Create Account":"Vytvoriť účet","Create album":"Vytvoriť album","Create regular backups based on the configured schedule.":"Vytváranie záloh indexov na základe nakonfigurovaného plánu.","Create YAML files to back up album metadata.":"Vytvorenie súborov YAML na zálohovanie metadát albumu.","Create YAML sidecar files to back up picture metadata.":"Vytvorenie súborov YAML sidecar na zálohovanie metadát obrázkov.","Created":"Vytvorené","Creating thumbnails for":"Vytváranie náhľadov pre","Current Password":"Súčasné heslo","Custom":"Vlastné","Cyan":"Tyrkysová","Daily":"Denne","Database":"Databáza","Database Backups":"Zálohovanie databázy","Databases":"Databázy","Date & Time":"Dátum a čas","Day":"Deň","Deactivate":"Deaktivovať","Debug Logs":"Denníky ladenia","Default":"Predvolená","Default Folder":"Pôvodná zložka","Delete":"Vymazať","Delete Album":"Odstrániť album","Delete All":"Odstrániť všetko","Delete all?":"Vymazať všetko?","Delete orphaned index entries, sidecar files and thumbnails.":"Odstránenie osirelých položiek indexu, súborov vedľajších kariet a miniatúr.","deleted":"zmazané","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 all face detection and recognition features.":"Vypnutie všetkých funkcií detekcie a rozpoznávania tváre.","Disable Backups":"Posledná Záloha","Disable Darktable":"Zakázať Darktable","Disable ExifTool":"Zakázať ExifTool","Disable Faces":"Zakázať tváre","Disable features that require write permission for the originals folder.":"Zakážte funkcie, ktoré vyžadujú oprávnenie na zápis do priečinka originálov.","Disable FFmpeg":"Zakázanie aplikácie FFmpeg","Disable ImageMagick":"Zakázanie aplikácie ImageMagick","Disable interactive world maps and reverse geocoding.":"Zakázanie interaktívnych máp sveta a reverzného geokódovania.","Disable MCP":"Zakázať MCP","Disable Places":"Zakázať miesta","Disable RawTherapee":"Zakázať RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Zakázanie koncového bodu API protokolu MCP (Model Context Protocol) pre integráciu agentov AI.","Disable Vectors":"Zakázanie vektorov","Disable WebDAV":"Zakázať WebDAV","Disabled":"Zakázané","Disables vector graphics support.":"Zakáže podporu vektorovej grafiky.","Disables video transcoding and thumbnail extraction.":"Zakáže prekódovanie videa a extrakciu miniatúr.","Discard":"Vyradiť","Discard changes and close":"Odstránenie zmien a zatvorenie","Discard invalid changes?":"Vyradiť neplatné zmeny?","Discard unsaved changes?":"Odstrániť neuložené zmeny?","Discover":"Objaviť","Dismiss":"Odmietnuť","Display Name":"Zobraziť meno","Display picture captions in search results.":"Zobrazenie popiskov obrázkov vo výsledkoch vyhľadávania.","Display picture titles in search results.":"Zobrazenie názvov obrázkov vo výsledkoch vyhľadávania.","Document":"Dokument","Documents":"Dokumenty","Don't use Darktable to convert RAW images.":"Na konverziu obrázkov RAW nepoužívajte program Darktable.","Don't use ImageMagick to convert images.":"Na konverziu obrázkov nepoužívajte ImageMagick.","Don't use RawTherapee to convert RAW images.":"Na konverziu obrázkov RAW nepoužívajte program RawTherapee.","Done":"Hotovo","Done.":"Hotovo.","Download":"Stiahnuť","Download only original media files, without any automatically generated files.":"Stiahnite si iba originálne mediálne súbory bez automaticky generovaných súborov.","Download remote files":"Stiahnuť vzdialené súbory","Downloading…":"Sťahovanie…","Drag and drop files here":"Presuňte sem súbory","Driver":"Vodič","Duplicates will be skipped and only appear once.":"Duplikáty budú preskočené a zobrazia sa len raz.","Duration":"Trvanie","Dynamic Previews":"Dynamické Ukážky","Dynamic Size Limit: %{n}px":"Limit dynamickej pamäte: %{n} px","Edit":"Upraviť","Edit %{s}":"Upraviť %{s}","Edit Account":"Upraviť učet","Edit Photo":"Upraviť Fotku","Edit Photos (%{n})":"Úprava fotografií (%{n})","Edited":"Upravené","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Zapnutím režimu ladenia zobrazíte ďalšie protokoly a pomôžete pri riešení problémov.","Enable downloading of original and sidecar files from the web interface.":"Povolenie sťahovania pôvodných a vedľajších súborov z webového rozhrania.","Enable face recognition and the People view to easily find people you know.":"Povoľte rozpoznávanie tváre a zobrazenie Ľudia, aby ste mohli ľahko nájsť známych ľudí.","Enable new features that may be incomplete or unstable.":"Povolenie nových funkcií, ktoré môžu byť neúplné alebo nestabilné.","Enable the file browser to navigate the Originals folder structure.":"Povoľte prehliadač súborov na navigáciu v štruktúre priečinkov Originály.","Enables RAW converter presets. May reduce performance.":"Povolí predvoľby konvertora RAW. Môže znížiť výkon.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Povolenie dvojfaktorovej autentifikácie znamená, že na prihlásenie budete potrebovať náhodne vygenerovaný overovací kód, takže aj keď niekto získa prístup k vášmu heslu, nebude mať prístup k vášmu účtu.","Engine":"Motor","Enter date":"Zadajte dátum","Enter dates":"Zadajte dátumy","Enter item name...":"Zadajte názov položky...","Enter the code generated by your authenticator app:":"Zadajte kód vygenerovaný aplikáciou autentifikátora:","Enter verification code":"Zadajte overovací kód","Enter your password to confirm the action and continue:":"Zadajte svoje heslo na potvrdenie akcie a pokračujte:","Entity not found":"Subjekt nenájdený","Error":"Chyba","Errors":"Chyby","Estimate":"Odhad","Estimate Locations":"Odhad lokalít","Estimate the approximate location of pictures without GPS coordinates.":"Odhad približnej polohy obrázkov bez súradníc GPS.","Every two days":"Každé dva dni","Exclude hidden":"Vylúčiť skryté","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Pre úplnú podporu videí, živých fotografií a XMP je potrebná extrakcia metadát pomocou nástroja ExifTool.","Experimental Features":"Experimentálne funkcie","Expires":"Vyprší","Exposure":"Expozícia","Extract still images and generate thumbnails while indexing.":"Extrahovanie statických obrázkov a generovanie miniatúr počas indexovania.","F Number":"F Číslo","Face":"Tvár","Face not found":"Tvár nenájdená","Faces":"Tváre","Failed creating file, please check permissions":"Vytváranie súboru zlyhalo, prosím skontrolujte oprávnenia","Failed creating folder, please check permissions":"Vytváranie zložky zlyhalo, prosím skontrolujte oprávnenia","Failed removing link":"Zlyhalo odstraňovanie odkazu","Failed to connect account.":"Nepodarilo sa pripojiť účet.","Failed to create zip file":"Nebolo možné vytvoriť súbor ZIP","Failed to load users.":"Načítanie používateľov sa nepodarilo.","Failed to remove face marker":"Nepodarilo sa odstrániť značku tváre","Failed to remove name":"Nepodarilo sa odstrániť názov","Failed to restart server":"Nepodarilo sa reštartovať server","Failed to save changes":"Nepodarilo sa uložiť zmeny","Failed to save face marker":"Nepodarilo sa zachovať značku tváre","Failed to save name":"Nepodarilo sa uložiť názov","Failed updating link":"Zlyhalo aktualizovanie odkazu","Family Name":"Rodinné meno","Fast":"Rýchle","Favorite":"Obľúbený","Favorites":"Obľúbené","Feature disabled":"Funkcia vypnutá","Feature Request":"Požiadať o funkciu","Female":"Žena","File":"Súbor","File Browser":"Prehliadač Súborov","File Conversion":"Konverzia súborov","File deleted":"Súbor odstránený","File Name":"Názov súboru","File not found":"Súbor nenájdený","File removed from stack":"Súbor odstránený zo stohu","File Size":"Veľkosť súboru","File too large":"Súbor je príliš veľký","File uploaded":"Súbor bol nahratý","Filename":"Názov súboru","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.","First page":"Prvá strana","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","Forgot password?":"Zabudnuté heslo?","FPS":":abbr:`FPS (Frame Per Second - snímok za sekundu)`","Frames":"Frames","Full Access":"Úplný prístup","Fullscreen":"Plná obrazovka","General":"Hlavné","Generate":"Generovať","Generate Previews":"Generovanie náhľadov","Generated":"Generované","Get Started":"Začnite","Given Name":"Dané meno","Global Options":"Globálne možnosti","Go to page {0}":"Prejsť na stránku {0}","Gold":"Zlatá","Green":"Zelená","Grey":"Sivá","Groups":"Skupiny","Guest":"Hosť","Hash":"Hash","Help":"Pomoc","Help & Support":"Pomoc a podpora","Hidden":"Skryté","Hidden Files":"Skryté súbory","Hide":"Skryť","Hide Caption":"Skryť titulok","Hide face markers":"Skryť značky tváre","Hide private content from global views while keeping it accessible in the Private section.":"Skryť súkromné položky z globálnych zobrazení a zároveň ich ponechať prístupné v časti Súkromné.","High":"Vysoké","High Dynamic Range (HDR)":"Vysoký dynamický rozsah (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Ak stratíte prístup k svojej autentifikačnej aplikácii alebo zariadeniu, môžete použiť kód na obnovenie na opätovné získanie prístupu k svojmu účtu.","Image":"Obrázok","Image Quality":"Kvalita obrazu","Import":"Importovať","Import canceled":"Import zrušený","Import completed in %d s":"Import hotový za %d sekúnd","Import failed":"Importovanie zlyhalo","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.","Importing %{s}…":"Importuje sa %{s}…","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 niektoré fotky chýbajú, znova preskenujte svoju knižnicu a počkajte, kým sa indexovanie neukončí.","Include RAW image files when downloading stacks and archives.":"Zahrnúť obrazové súbory RAW pri preberaní zásobníkov a archívov.","Include sidecar files when downloading stacks and archives.":"Pri preberaní zásobníkov a archívov zahrňte vedľajšie súbory.","Increase storage size or delete files to continue.":"Ak chcete pokračovať, zväčšite veľkosť úložiska alebo odstráňte súbory.","Index":"Index","Indexing":"Indexovanie","Indexing canceled":"Indexovanie zrušené","Indexing completed in %d s":"Indexovanie hotové za %d sekúnd","Indexing failed":"Indexovanie zlyhalo","Indexing files in %s":"Indexovanie súborov v %s","Indexing media and sidecar files…":"Indexovanie médií a pripojených súborov…","Indexing originals...":"Indexovanie originálov...","Information":"Informácie","Inherit":"Dedičnosť","Instance":"Inštancia","Instance ID":"ID Inštancie","Instance unreachable. Try again once it's back online.":"Inštancia je nedostupná. Skúste to znova, keď bude opäť online.","Instances":"Inštancie","Insufficient storage":"Nedostatočné skladovanie","Insufficient storage.":"Nedostatočné skladovanie.","Interval":"Interval","Invalid":"Neplatné","Invalid address":"Neplatná adresa","Invalid country":"Neplatná krajina","Invalid credentials":"Neplatné údaje","Invalid date":"Neplatný dátum","Invalid link":"Neplatný odkaz","Invalid name":"Neplatné meno","Invalid parameters":"Neplatné parametre","Invalid password, please try again":"Nesprávne heslo, skúste to znova","Invalid photo selected":"Vybraná neplatná fotografia","Invalid time":"Neplatný čas","Invalid URL":"Neplatná adresa URL","Invalid verification code, please try again":"Neplatný overovací kód, skúste to znova","IP Address":"IP adresa","It is a one-time use code that will disable 2FA for your account when you use it.":"Je to jednorazový kód, ktorý pri použití deaktivuje 2FA pre váš účet.","Item":"Položka","Items per page:":"Položky na stránku:","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 vykreslené podľa potreby.","Keyword":"Kľúčové slovo","Keywords":"Kľúčové slová","Label":"Štítok","Label not found":"Štítok nenájdený","Label saved":"Štítok uložený","Labels":"Štítky","Labels deleted":"Štítky odstránené","Language":"Jazyk","Last Active":"Posledný aktívny","Last Login":"Posledné prihlásenie","Last page":"Posledná strana","Last Sync":"Posledná synchronizácia","Last Used":"Naposledy použité","Latitude":"Šírka","LDAP/AD":"LDAP/AD","Learn more":"Viac","Learn More":"Dozvedieť sa viac","Legal Information":"Právne informácie","Lens":"Objektív","Lens not found":"Objektív nebol nájdený","Library":"Knižnica","License":"Licencia","Like":"Páči sa mi to","Lime":"Limetka","Limit reached, showing first %{n} files":"Limit bol dosiahnutý, zobrazovanie prvých %{n} súborov","Link":"Odkaz","List":"List","List View":"Zobrazenie zoznamu","Live":"Živé","Live Photos":"Živé fotografie","Load more":"Načítať viac","Loading items...":"Načítanie položiek...","Loading...":"Načítavanie...","Local":"Miestne stránky","Local Time":"Lokálny čas","Location":"Poloha","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Správy denníka sa tu zobrazia vždy, keď program PhotoPrism narazí na poškodené súbory alebo sa vyskytnú iné potenciálne problémy.","Login":"Prihlásiť sa","Logs":"Záznamy","Longitude":"Dĺžka","Lost server connection":"Strata pripojenia k serveru","Low":"Nízka","Magenta":"Purpurová","Main Color":"Hlavná Farba","Male":"Muž","Manage Account":"Správa účtu","Manager":"Manažér","Manual":"Manuálne","Manual Upload":"Manuálne odovzdanie","Maps":"Mapy","Marker":"Značka","Maximum number of accounts has been reached.":"Maximálny počet účtov bol dosiahnutý.","Media":"Médiá","Medium":"Normálne","Membership":"Členstvo","Merge %{a} with %{b}?":"Zlúčiť %{a} s %{b}?","Message":"Správa","Metadata":"Metadáta","Metrics":"Metriky","Minimize":"Minimalizovať","Missing":"Chýba","Missing or invalid configuration":"Chýbajúca alebo neplatná konfigurácia","mixed":"zmiešané","Moments":"Momenty","Monochrome":"Monochromatický","Month":"Mesiac","More options":"Ďalšie možnosti","Mosaic":"Mozaika","Most Relevant":"Najrelevantnejšie","Move Files":"Presunúť Súbory","Moving files from %s":"Presúvanie súborov z %s","Must have at least %{n} characters.":"Musí obsahovať aspoň %{n} znakov.","Mute":"Vypnutie zvuku","Name":"Meno","Name too long":"Meno je príliš dlhé","Never":"Nikdy","New":"Nový","New Password":"Nové heslo","Newest First":"Najnovšie prvé","Next":"Ďalšie","Next page":"Ďalšia stránka","Next visual":"Ďalšie vizuálne","No":"Nie","No Access":"Žiadny prístup","No albums assigned":"Žiadne pridelené albumy","No albums found":"Nenašli sa žiadne albumy","No albums selected":"Neboli vybraté žiadne albumy","No data available":"Nie sú k dispozícii žiadne údaje","No files available for download":"Žiadne súbory na stiahnutie k dispozícií","No items selected":"Neboli vybraté žiadne položky","No labels assigned":"Nepriradené žiadne štítky","No labels found":"Nenašli sa žiadne štítky","No labels selected":"Neboli vybraté žiadne štítky","No matching records found":"Nenašli sa žiadne zodpovedajúce záznamy","No more":"Nie viac","No people found":"Neboli nájdení žiadni ľudia","No pictures found":"Nenašli sa žiadne fotky","No recently edited pictures":"Žiadne nedávno upravené fotky","No registered instances.":"Žiadne registrované inštancie.","No results":"Žiadne výsledky","No server connection":"Žiadne pripojenie k serveru","No servers configured.":"Žiadne nakonfigurované servery.","No services configured.":"Nie sú nakonfigurované žiadne služby.","No thanks":"Nie, ďakujem","No users on this instance.":"V tejto inštancii nie sú žiadni používatelia.","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á.","Node":"Uzol","Nodes":"Uzly","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","Not allowed":"Nie je povolené","Not available in public mode":"Nedostupné vo verejnom móde","Not available in read-only mode":"nedostupné v móde len pre čítanie","Not found":"Nenájdené","Not sorted.":"Nie je vytriedené.","Not supported":"Nie je podporované","Note you may manually manage your originals folder and importing is optional.":"Upozorňujeme, že priečinok s originálmi by ste mali 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 vzdialené služby pre zálohu a odovzdávanie súborov.","Notes":"Poznámky","Nothing to see here yet.":"Zatiaľ tu nič nie je. Buďte trpezlivý.","Nothing was found.":"Nič sa nenašlo.","Offline":"Offline","OK":"OK","Oldest First":"Najstaršie prvé","On Windows, enter the following resource in the connection dialog:":"V systéme Windows zadajte do dialógového okna pripojenia nasledujúci zdroj:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generovanie miniatúr na požiadanie môže spôsobiť vysoké využitie CPU a pamäte. Neodporúča sa pre servery a zariadenia NAS s obmedzenými zdrojmi.","Once a week":"Raz za týždeň","One album found":"Našiel sa jeden album","One entry added to %s":"Jeden záznam pridaný do %s","One entry removed from %s":"Jeden záznam odstránený z %s","One file found":"Našiel sa jeden súbor","One file uploaded":"Jeden nahraný súbor","One folder found":"Našla sa jedna zložka","One label found":"Našiel sa jeden štítok","One person found":"Našla sa jedna osoba","One picture found":"Našla sa jedna fotka","Only locally managed accounts can be set up for authentication with 2FA.":"Na overenie pomocou 2FA je možné nastaviť iba lokálne spravované účty.","Open":"Otvorte stránku","optional":"voliteľné","or":"alebo","Orange":"Oranžová","Organization":"Názov organizácie","Orientation":"Orientácie","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é","Originals folder is empty":"Zložka „Originals“ je prázdna","Other":"Ostatné","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"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","Page {0}, Current page":"Strana {0}, Aktuálna stránka","Pages":"Stránky","Pagination Navigation":"Navigácia na stránkovanie","Panorama":"Panoráma","Panoramas":"Panorámy","Part of all selected photos":"Časť všetkých vybraných fotografií","Part of some selected photos":"Časť vybraných fotografií","Password":"Heslo","Password changed":"Heslo bolo zmenené","Pause":"Pauza","Payment required":"Je potrebné uhradiť platbu","People":"Ľudia","People you share a link with will be able to view public contents.":"Ľudia s ktorými zdieľate odkaz, budú vidieť verejný obsah.","Permanently deleted":"Trvalo odstránené","Permission denied":"Oprávnenie zamietnuté","Person":"Osoba","Person cover updated":"Aktualizovaný kryt osoby","Person deleted":"Osoba odstránená","Person not found":"Osoba nenájdená","Person saved":"Osoba uložená","Personal":"Osobné","Photo":"Fotka","PhotoPrism is 100% self-funded and independent.":"Spoločnosť PhotoPrism je 100 % financovaná z vlastných zdrojov a je nezávislá.","PhotoPrism+ Membership":"Členstvo v programe PhotoPrism+","Photos":"Fotky","Picture":"Obrázok","Picture Title":"Názov obrázka","Pink":"Ružová","Pinned":"Upevnené","Place":"Miesto","Place & Time":"Miesto a čas","Places":"Miesta","Play":"Prehrať","Please confirm your new password.":"Prosím, potvrďte vaše nové heslo.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Skopírujte si nasledujúce náhodne vygenerované heslo aplikácie a uschovajte ho na bezpečnom mieste, pretože ho už neuvidíte:","Please do not upload any private, unlawful or offensive pictures.":"Prosím, nenahrávajte žiadne súkromné, nezákonné alebo urážlivé obrázky.","Please don't upload photos containing offensive content.":"Prosím, neodovzdávajte fotky obsahujúce hanobný obsah.","Please enter OTP character {0}":"Zadajte prosím znak OTP {0}","Please log in to your account":"Prihláste sa, prosím, do svojho účtu","Please note that changing your password will log you out on other devices and browsers.":"Upozorňujeme, že zmena hesla vás odhlási z iných zariadení a prehliadačov.","Please restart your instance for the changes to take effect.":"Reštartujte inštanciu, aby sa zmeny prejavili.","Please wait…":"Počkajte, prosím…","PM":"PM","PNG Size Limit: %{n}px":"Limit veľkosti PNG: %{n} px","Portal":"Portál","Portrait":"Portrét","Preserve filenames":"Ponechať názvy súborov","Press enter to create a new album.":"Stlačte enter pre vytvorenie nového albumu.","Press enter to create new item":"Stlačením klávesu enter vytvoríte novú položku","Prevent database and album backups as well as YAML sidecar files from being created.":"Zabráňte vytváraniu záloh databáz a albumov, ako aj súborov YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Zabráňte iným aplikáciám v prístupe k aplikácii PhotoPrism ako k zdieľanej sieťovej jednotke.","Preview":"Ukážka","Preview Images":"Náhľad obrázkov","Previous":"Predchádzajúci","Previous page":"Predchádzajúca stránka","Previous visual":"Predchádzajúci vizuálny","Primary":"Primárne","Private":"Súkromné","Processing upload...":"Spracovávam nahratie...","Product Feedback":"Spätná väzba produktu","Projection":"Projekcia","Purple":"Fialová","Quality Filter":"Filter kvality","Quality Score":"Skóre Kvality","Quota exceeded":"Prekročenie kvóty","Random":"Náhodne","Rating {0} of {1}":"Hodnotenie {0} z {1}","Raw":"Raw","RAW":"RAW","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":"Novinky","Recently Archived":"Nedávno archivované","Recently Edited":"Nedávno upravené","Recognition starts after indexing has been completed.":"Rozpoznávanie sa začne po dokončení indexovania.","Recognized":"Rozpoznané","Recovery Code":"Kód obnovy","Red":"Červená","Refresh":"Obnoviť","Regions":"Regióny","Register":"Registrácia","Reload":"Znovu načítať","Reloading…":"Znovu načítavanie…","Remote Sync":"Vzdialená Synchronizácia","Remove":"Odstrániť","remove failed: unknown album":"odstránenie zlyhalo: neznámy album","Remove from Album":"Odstrániť z albumu","Remove from all":"Odstrániť zo všetkých","Remove from all selected photos":"Odstrániť zo všetkých vybraných fotografií","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.","Remove the selected instance from the cluster registry?":"Odstrániť vybranú inštanciu z registra klastra?","Removed":"Odstránené","Removed %{name}":"Odstránené %{name}","Removed %d files and %d photos":"Bolo odstránených %d súborov a %d fotiek","Repeated":"Opakované","Request failed - are you offline?":"Žiadosť zlyhala - ste offline?","Request failed - invalid response":"Požiadavka zlyhala - neplatná odozva","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Vyžadujte, aby sa nefotografické a nekvalitné obrázky pred zobrazením vo výsledkoch vyhľadávania skontrolovali.","Resolution":"Rozlíšenie","Restart":"Reštartovanie stránky","Restore":"Obnoviť","Restored":"Obnovená stránka","Retry Limit":"Limit opakovania","Retype Password":"Heslo znovu","Review":"Kontrola","Role":"Úloha","Roles":"Úlohy","Rotated":"Otočené","Rows per page:":"Riadky na stránku:","Satellite":"Satelitná","Save":"Uložiť","Save changes":"Uloženie zmien","Scan":"Sken","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Naskenujte QR kód pomocou svojej autentifikačnej aplikácie alebo použite kľúč nastavenia zobrazený nižšie a potom zadajte vygenerovaný overovací kód:","Scans":"Skeny","Scope":"Rozsah pôsobnosti","Scopes":"Rozsahy","Search":"Vyhľadávanie","Season":"Sezóna","Secret":"Tajomstvo","Security and Access":"Bezpečnosť a prístup","Select":"Vybrať","Select a source folder to import files…":"Vyberte zdrojový priečinok na importovanie súborov…","Select date":"Zvoľte dátum","Select dates":"Vyberte dátumy","Select or create albums":"Výber alebo vytvorenie albumov","Select or create labels":"Výber alebo vytvorenie štítkov","Select or drop files to upload…":"Vyberte alebo pustite súbory, ktoré chcete nahrať…","Select the files to upload…":"Vyberte súbory, ktoré chcete nahrať…","Select the folder to be indexed…":"Vyberte priečinok, ktorý sa má indexovať…","Select Time":"Vyberte čas","Selection":"Výber","Selection added to %s":"Výber pridaný do %s","Selection approved":"Označenie schválené","Selection archived":"Označenie archivované","Selection marked as private":"Označenie označené ako súkromné","Selection not found":"Výber nenájdený","Selection restored":"Označenie obnovené","Sequential Name":"Poradové meno","Service":"Služba","Service URL":"URL Služby","Services":"Služby","Session":"Zasadnutie","Session ID":"ID relácie","Sessions":"Relácie","Set as Album Cover":"Nastaviť ako obal albumu","Set as Cover Image":"Nastaviť ako titulný obrázok","Settings":"Nastavenia","Settings saved":"Nastavenia uložené","Setup":"Prvotné nastavenie","Severity":"Závažnosť","Share":"Zdieľať","Share %{s}":"Zdieľať %{s}","Show":"Zobraziť","Show All Labels":"Zobraziť všetky štítky","Show all new faces":"Zobraziť všetky nové tváre","Show Caption":"Zobraziť titulok","Show Captions":"Zobraziť titulky","Show face markers":"Zobraziť značky tváre","Show hidden":"Zobraziť skryté","Show Important Only":"Zobraziť iba dôležité","Show logs in the web interface to monitor activity and troubleshoot problems.":"Zobrazenie protokolov vo webovom rozhraní na monitorovanie činnosti a riešenie problémov.","Show smart albums that group pictures by occasion, trip, or location.":"Zobrazte inteligentné albumy, ktoré zoskupujú obrázky podľa príležitosti, cesty alebo miesta.","Show the Account page so users can manage their profile and security settings.":"Zobrazte stránku Konto, aby používatelia mohli spravovať svoj profil a nastavenia zabezpečenia.","Show the Calendar view to browse the library by year and month.":"Zobrazenie zobrazenia Kalendár na prehľadávanie knižnice podľa rokov a mesiacov.","Show the Labels section to view and manage AI-generated labels.":"Zobrazte časť Štítky na zobrazenie a správu štítkov vytvorených umelou inteligenciou.","Show the Library section to index, manage, and monitor the media library.":"Zobrazenie časti Knižnica na indexovanie, správu a monitorovanie knižnice médií.","Show the Places view with interactive maps so you can browse photos by location.":"Zobrazte zobrazenie Miesta s interaktívnymi mapami, aby ste si mohli prezerať fotografie podľa miesta.","Show Titles":"Zobraziť názvy","Sidecar":"Pripojený súbor (sidecar)","Sidecar Files":"Súbory Sidecar","Sign in":"Prihlásiť sa","Sign Out":"Odhlásiť sa","Similar":"Podobné","Site URL":"Adresa URL stránky","Size":"Veľkosť","Slideshow":"Prezentácia","Slow":"Pomalé","Software":"Softvér","Software Update":"Aktualizácia softvéru","Some albums could not be copied":"Niektoré albumy nebolo možné skopírovať","Some albums could not be created. Please edit the names and try again.":"Niektoré albumy nebolo možné vytvoriť. Upravte názvy a skúste to znova.","Some albums could not be updated":"Niektoré albumy nebolo možné aktualizovať","Something went wrong, try again":"Niečo sa pokazilo, skúste to znova","Sort by":"Zoradiť podľa","Sort by Name (A–Z)":"Zoradiť podľa mena (A-Z)","Sort by Photo Count":"Zoradiť podľa počtu fotografií","Sort by Relevance":"Zoradiť podľa relevantnosti","Sort Order":"Zoradiť Poradie","Sorted ascending.":"Zoradené vzostupne.","Sorted descending.":"Zoradené zostupne.","Source":"Zdroj","Stack":"Naskladané fotky","Stack files sharing the same unique image or instance identifier.":"Naskladané 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.":"Naskladané fotky nasnímané v rovnakom čase a na rovnakom mieste na základe ich metadát.","Stackable":"Naskladateľné","Stacks":"Naskladané","Start":"Štart","Start Page":"Úvodná stránka","Static Size Limit: %{n}px":"Statický limit veľkosti: %{n} px","Status":"Status","Stay signed in on this device":"Zostať prihlásený v tomto zariadení","Stop Casting":"Zastaviť odlievanie","Storage":"Úložisko","Streets":"Ulice","Subject":"Predmet","Subject deleted":"Predmet odstránený","Subject not found":"Predmet nenájdený","Subject saved":"Predmet uložený","Successfully activated":"Úspešne aktivované","Successfully Connected":"Úspešne pripojené","Successfully deleted":"Úspešne odstránené","Successfully verified":"Úspešne overené","Super Admin":"Super administrátor","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.","Support Our Mission":"Podporte našu misiu","Sync":"Synchronizácia","Sync raw and video files":"Synchronizovať súbory raw a videá","Taken":"Zachytené","Teal":"Modrozelený","Terrain":"Terén","Text":"Text","Thank You for Your Support!":"Ďakujeme za vašu podporu!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Preto bol PhotoPrism od základu vytvorený tak, aby fungoval všade, kde ho potrebujete, bez toho, aby bola ohrozená sloboda, súkromie alebo funkčnosť.","The index currently contains %{n} hidden files.":"Index momentálne obsahuje %{n} skrytých súborov.","The instance rejected the cluster credentials.":"Inštancia odmietla prihlasovacie údaje klastra.","The instance returned an unexpected redirect.":"Inštancia vrátila neočakávané presmerovanie.","The wakeup interval is %s, but must be 1h or less":"Interval prebúdzania je %s, ale musí byť najviac 1 h","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 account is missing an ID and can't be edited.":"Tento účet nemá ID a nie je možné ho upravovať.","This field is required":"Toto pole je povinné","This instance has no site URL configured.":"Pre túto inštanciu nie je nakonfigurovaná žiadna URL adresa webu.","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 ako keby boli uložené lokálne.","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 ako keby boli uložené lokálne.","Time":"Čas","Time UTC":"Čas UTC","Time Zone":"Časová Zóna","Timeout":"Časový limit","Title":{"":"Titulok","Account":"Titulok","Photo":"Titulok"},"Title / Position":"Titul / pozícia","to":"do","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Aby ste sa vyhli vymknutiu zo svojho účtu, stiahnite si, vytlačte alebo skopírujte tento kód na obnovenie a uschovajte ho na bezpečnom mieste.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Ak chcete vygenerovať nové heslo pre konkrétnu aplikáciu, zadajte názov a rozsah autorizácie aplikácie a vyberte dátum vypršania platnosti:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Ak chcete prejsť na novú aplikáciu alebo zariadenie na overovanie, najskôr deaktivujte dvojfaktorové overenie a potom ho znova aktivujte:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Ak chcete aktualizovať, môžete zadať aktivačný kód alebo sa kliknutím na tlačidlo \"Registrovať\" zaregistrovať na našej webovej stránke:","Today":"Dnes","Toggle View":"Nastaviť Pohľad","Token":"Token","Too many files selected":"Príliš veľa vybraných súborov","Too many requests":"Príliš veľa požiadaviek","Troubleshooting":"Riešenie problémov","Try again using other filters or keywords.":"Skúste znova použitím iných filtrov a kľúčových slov.","Two-factor authentication has been enabled for your account.":"Pre váš účet bolo povolené dvojfaktorové overenie.","Type":"Typ","Unable to delete":"Nie je možné odstrániť","Unable to do that":"To sa nedá urobiť","Unassign":"Zrušenie priradenia","Unauthorized":"Neoprávnené","Undo":"Späť","Unique ID":"Unikátne ID","Unknown":"Neznámy","Unknown location":"Neznáma lokalita","Unregistered":"Neregistrovaný","Unsorted":"Nezoradené","Unstack":"Rozdeliť naskladané","Unsupported":"Nepodporované","Unsupported format":"Nepodporovaný formát","Unsupported type":"Nepodporovaný typ","Updated":"Aktualizované","Updating faces":"Aktualizujú sa tváre","Updating index":"Aktualizuje sa index","Updating moments":"Aktualizujú sa momenty","Updating picture…":"Aktualizácia obrázku..","Updating previews":"Aktualizujú sa náhľady","Updating stacks":"Aktualizujú sa naskladané fotky","Upgrade":"Aktualizácia","Upgrade Now":"Aktualizujte teraz","Upload":"Odovzdať","Upload complete":"Odovzdávanie hotové","Upload complete. Indexing…":"Odovzdávanie hotové. Indexuje sa…","Upload failed":"Odovzdávanie zlyhalo","Upload has been processed":"Nahratie bolo spracované","Upload local files":"Odovzdať lokálne súbory","Upload might be offensive":"Nahrané súbory môžu byť urážlivé","Upload Path":"Cesta nahrávania","Uploading %{n} of %{t}…":"Odovzdáva sa %{n} z %{t}…","Uploading photos…":"Odovzdávanie fotiek…","Uploading…":"Nahrávanie..","Uploads that may contain such images will be rejected automatically.":"Odovzdávanie takéhoto typu fotiek bude automaticky odmietnuté.","URL":"URL","Use Presets":"Použiť predvoľbu","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Ak sa vám pomocou aplikácie na overenie nedarí vygenerovať platný overovací kód, použite na prístup do účtu nasledujúci kód na obnovenie:","Use your recovery code or contact an administrator for help.":"Použite svoj kód na obnovenie alebo sa obráťte na správcu.","User":"Používateľ","User Guide":"Používateľská príručka","User Interface":"Používateľské rozhranie","User not found":"Užívateľ nenájdený","Username":"Meno používateľa","Users":"Používatelia","UUID":"UUID","Vector":"Vektor","Vectors":"Vektory","Verification Code":"Overovací kód","Version":"Verzia","Video":"Video","Video Duration":"Trvanie videa","Videos":"Videá","View":"Zobraziť","View search results as a list.":"Zobrazenie výsledkov vyhľadávania ako zoznamu.","Viewer":"Prehliadač","Vision":"Vízia","Visitor":"Návštevník","Visual Similarity":"Vizuálna podobnosť","Warning":"Upozornenie","Web Login":"Webové prihlásenie","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klienti sa môžu pripojiť ku PhotoPrismu pomocou nasledujú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":"Odovzdávanie cez WebDAV","WebGL support is disabled in your browser":"Podpora WebGL je vo vašom prehliadači vypnutá","Website":"Webová stránka","White":"Biela","Work Details":"Podrobnosti o práci","Year":"Rok","Yellow":"Žltá","Yes":"Áno","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"V prípade otázok týkajúcich sa vášho členstva nás môžete kontaktovať na adrese membership@photoprism.app.","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 can search for a location or move the marker on the map to change the position:":"Môžete vyhľadať miesto alebo presunúť značku na mape a zmeniť tak polohu:","You can upload up to %{n} files for test purposes.":"Na testovacie účely môžete nahrať až %{n} súborov.","You cannot change your own role.":"Svoju vlastnú úlohu nemôžete zmeniť.","You do not have access to any instances.":"Nemáte prístup k žiadnym inštanciám.","You may only select one item":"Mali by ste označiť iba jednu položku","You may rescan your library to find additional faces.":"Mali by ste preskenovať knižnicu pre nájdenie viac tvárí.","Your account could not be connected":"Váš účet sa nepodarilo prepojiť","Your account has been successfully connected.":"Vaše konto bolo úspešne pripojené.","Your browser does not support WebGL":"Váš prehliadač nepodporuje WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Vaša podpora nám pomáha poskytovať pravidelné aktualizácie a zostať nezávislými, aby sme mohli plniť naše poslanie a chrániť vaše súkromie.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Vaša knižnica sa priebežne analyzuje aby mohla automaticky vytvárať albumy špeciálnych momentov, výletov a miest.","Zip created in %d s":"Súbor ZIP vytvorený za %d sekúnd","Zoom in/out":"Priblíziť/Oddialiť","Archive":{"Noun":"Archivovať","Verb":"Archivovať"},"Add a Title":{"Photo":"Pridanie názvu"}}} \ No newline at end of file +{"sk":{"{0} appended action":"{0} pripojená akcia","{0} files":"{0} súborov","{0} files ({1} in total)":"{0} súborov (spolu {1})","{0} more":"{0} viac","{0} prepended action":"{0} predradená akcia","{0} selected":"{0} vybrané","{0}-{1} of {2}":"{0}-{1} z {2}","%{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} GB of %{q} GB used":"%{n} GB z %{q} GB použitých","%{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","%{s} is too long":"%{s} je príliš dlhé","%{s} is too short":"%{s} je príliš krátke","%d entries added to %s":"%d záznamov pridaných do %s","%d entries removed from %s":"%d záznamov odstránených z %s","%d files uploaded in %d s":"%d súborov nahraných za %d sekúnd","%s already exists":"%s už existuje","%s has been restored":"%s bolo obnovené","1 hour":"1 hodina","12 hours":"12 hodín","2-Factor Authentication":"2-faktorové overovanie","2FA":"2FA","4 hours":"4 hodiny","A click will copy it to your clipboard.":"Kliknutím skopírujete obsah.","A new version of %{s} is available:":"K dispozícii je nová verzia %{s}:","About":"O nás","Access granted.":"Prístup bol udelený.","Access revoked.":"Prístup bol zrušený.","Access Token":"Prístupový token","Account":"Účet","Account created":"Účet vytvorený","Account deleted":"Účet odstránený","Account Group Mappings":"Priradenia skupín účtov","Account not found":"Účet nenájdený","Account restored":"Obnovenie účtu","Account saved":"Účet uložený","Accounts":"Účty","Accuracy":"Presnosť","Action":"Akcia","Actions":"Akcie","Activate":"Aktivácia stránky","Activate to remove sorting.":"Aktiváciou odstránite triedenie.","Activate to sort ascending.":"Aktivácia na vzostupné triedenie.","Activate to sort descending.":"Aktivácia na zoradenie zostupne.","Activation Code":"Aktivačný kód","Activity":"Aktivita","Add":"Pridať","Add %{s}?":"Pridať %{s}?","Add a Caption":"Pridanie nadpisu","Add Account":"Pridať účet","Add Album":"Pridať Album","Add Link":"Pridať odkaz","Add Notes":"Pridať poznámky","Add person?":"Pridať osobu?","Add pictures from search results by selecting them.":"Pridanie fotiek z výsledkov vyhľadávania ich výberom.","Add to album":"Pridať do albumu","Add to all":"Pridať ku všetkým","Add to all selected photos":"Pridať ku všetkým vybraným fotografiám","Added":"Pridané","Added %{name}":"Pridané %{name}","Adjust Camera Info":"Úprava informácií o fotoaparáte","Adjust Date & Time":"Nastavenie dátumu a času","Adjust Location":"Upraviť umiestnenie","Admin":"Admin","Advanced":"Pokročilé","Advertise URL":"Inzerovať adresu URL","After 1 day":"Po 1 dni","After 3 days":"Po 3 dňoch","After 7 days":"Po 7 dňoch","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Po zadaní hesla na potvrdenie si môžete nastaviť dvojfaktorové overenie pomocou kompatibilnej aplikácie alebo zariadenia na overovanie:","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 %s deleted":"Album %s vymazaný","Album Backups":"Zálohy albumov","Album contents cloned":"Obsah albumu prekopírovaný","Album created":"Album vytvorený","Album deleted":"Album vymazaný","Album not found":"Album nenájdený","Album saved":"Album uložený","Albums":"Albumy","Albums deleted":"Albumy odstránené","All":"Všetky","All %{n} albums loaded":"Všetkých %{n} albumov bolo načítaných","All %{n} labels loaded":"Všetkých %{n} štítkov načítaných","All %{n} people loaded":"Všetkých %{n} ľudí načítaných","All Cameras":"Všetky kamery","All Categories":"Všetky kategórie","All Colors":"Všetky farby","All Countries":"Všetky štáty","All files from import folder":"Všetky súbory zo zložky importu","All Lenses":"Všetky Objektívy","All Months":"Všetky Mesiace","All originals":"Všetky originály","All Years":"Všetky Roky","Allow configuration and use of connected apps and services for remote uploads and sync.":"Umožňuje konfiguráciu a používanie pripojených aplikácií a služieb na vzdialené odosielanie a synchronizáciu.","Allow editing of metadata such as title, description, date, and location.":"Umožniť úpravu metadát, ako je názov, opis, dátum a umiestnenie.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Umožňuje upravovať metadáta, štítky a albumy viacerých obrázkov naraz.","Allow files to be copied or moved from the Import to the Originals folder.":"Povoľte nástroj Import, aby ste mohli kopírovať alebo presúvať súbory z priečinka Import do priečinka Originály.","Allow files to be permanently deleted to free up storage space.":"Povoľte trvalé odstránenie súborov, aby ste uvoľnili miesto v úložisku.","Allow users to archive photos and videos so they are hidden without being deleted.":"Umožnite používateľom archivovať fotografie a videá tak, aby boli skryté bez vymazania.","Allow users to create and share links, and enable sharing with connected services.":"Umožnite používateľom vytvárať a zdieľať odkazy a umožnite zdieľanie s pripojenými službami.","Allow users to upload new photos and videos through the web interface.":"Umožniť používateľom nahrávať nové fotografie a videá prostredníctvom webového rozhrania.","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)","AM":"AM","Animated":"Animované","Animation":"Animácie","Animations":"Animácie","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ľúč","Application":"Aplikácia","Applications":"Aplikácie","Approve":"Schváliť","Approve and save changes":"Schválenie a uloženie zmien","Apps and Devices":"Aplikácie a zariadenia","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 delete this album?":"Určite chcete tento album vymazať?","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 súbor?","Are you sure?":"Ste si istý?","Artist":"Umelec","Aspect Ratio":"Pomer Strán","Attributes":"Atribúty","Audio":"Audio","Audit Log":"Audio","Authentication":"Overovanie","Auto":"Auto","Back":"späť","Back to top":"Späť na začiatok","Backup":"Záloha","Badge":"Odznak","Base Path":"Základná cesta","Batch":"Dávka","Batch Edit":"Dávková úprava","Become a member today, support our mission and enjoy our member benefits!":"Staňte sa členom ešte dnes, podporte naše poslanie a využívajte naše členské výhody!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Keďže sme financovaní 100% selfmi a sme nezávislí, môžeme vám sľúbiť, že vaše údaje nikdy nepredáme a že náš softvér a služby budú vždy transparentné.","Bio":"Bio","Birth Date":"Datum narodenia","Black":"Čierna","Blue":"Modrá","Brown":"Hnedá","Browse":"Prehľadávať","Browse Files":"Prehľadávanie súborov","Browse Pictures":"Prehľadávať obrázky","Bug Report":"Nahlásiť chybu","Busy, please try again later":"Systém zaneprázdnený, prosím skúste znovu neskôr","Busy, please wait…":"Som zaneprázdnený, prosím čakajte…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Používaním softvéru a služieb, ktoré poskytujeme, súhlasíte s našimi podmienkami používania, zásadami ochrany osobných údajov a kódexom správania.","Calendar":"Kalendár","Camera":"Kamera","Camera not found":"Fotoaparát nebol nájdený","Camera Serial":"Séria Kamery","Can't access your authenticator app or device?":"Nemôžete získať prístup k aplikácii alebo zariadeniu autentifikátora?","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ť","Cannot copy to clipboard":"Nemožno kopírovať do schránky","Caption":"Titulok","Cards":"Karty","Carousel slide {0} of {1}":"Kolotočový posuvník {0} z {1}","Cast":"Obsadenie","Category":"Kategória","Change Avatar":"Zmeniť profilovú fotku","Change Password":"Zmeniť heslo","Change private flag":"Zmeniť privátne označenie","Changes could not be saved":"Zmeny sa neuložili","Changes successfully saved":"Zmeny boli úspešne uložené","Changes to the advanced settings require a restart to take effect.":"Aby sa zmeny rozšírených nastavení prejavili, je potrebné ich reštartovať.","Checked":"Označené","Choose an instance to continue:":"Vyberte inštanciu a pokračujte:","Chroma":"Sýtosť","Cleaning index and cache":"Čistenie indexu a vyrovnávacej pamäte","Cleanup":"Čistenie","Clear":"Jasné","Clear {0}":"Vyčistiť {0}","Client":"Klient","Close":"Zatvoriť","Cluster":"Klaster","Cluster Admin":"Správca klastra","Cluster Node":"Uzol klastra","Codec":"Kodek","Color":"Farba","Color Profile":"Farebný profil","Colors":"Farby","Compare Editions":"Porovnať vydania","Complete Rescan":"Kompletné preskenovanie","Confidence":"Zhoda","Confirm":"Potvrďte","Connect":"Pripojiť","Connect via WebDAV":"Pripojiť pomocou WebDav","Connected":"Pripojené","Contact Details":"Kontaktné údaje","Contact Us":"Kontaktujte nás","Contains %{n} pictures.":"Obsahuje %{n} obrázkov.","Contains one picture.":"Obsahuje jeden obrázok.","Content":{"":"Obsah","Edit":"Obsah"},"Continue":"ďalej","Contributor":"Prispievateľ","Converting":"Konvertuje sa","Copied to clipboard":"Skopírované do schránky","Copy":"Kopírovať","Copying files from %s":"Kopírovanie súborov z %s","Copyright":"Autorské práva","Could not be deleted":"Nepodarilo sa odstrániť","Could not connect, please try again":"Nebolo možné sa pripojiť, skúste to znova","Could not update person cover":"Nepodarilo sa aktualizovať kryt osoby","Couldn't find anything.":"Nič nenájdené.","Country":"Štát","Create Account":"Vytvoriť účet","Create album":"Vytvoriť album","Create regular backups based on the configured schedule.":"Vytváranie záloh indexov na základe nakonfigurovaného plánu.","Create YAML files to back up album metadata.":"Vytvorenie súborov YAML na zálohovanie metadát albumu.","Create YAML sidecar files to back up picture metadata.":"Vytvorenie súborov YAML sidecar na zálohovanie metadát obrázkov.","Created":"Vytvorené","Creating thumbnails for":"Vytváranie náhľadov pre","Current Password":"Súčasné heslo","Custom":"Vlastné","Cyan":"Tyrkysová","Daily":"Denne","Database":"Databáza","Database Backups":"Zálohovanie databázy","Databases":"Databázy","Date & Time":"Dátum a čas","Day":"Deň","Deactivate":"Deaktivovať","Debug Logs":"Denníky ladenia","Default":"Predvolená","Default Folder":"Pôvodná zložka","Delete":"Vymazať","Delete Album":"Odstrániť album","Delete All":"Odstrániť všetko","Delete all?":"Vymazať všetko?","Delete orphaned index entries, sidecar files and thumbnails.":"Odstránenie osirelých položiek indexu, súborov vedľajších kariet a miniatúr.","deleted":"zmazané","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 all face detection and recognition features.":"Vypnutie všetkých funkcií detekcie a rozpoznávania tváre.","Disable Backups":"Posledná Záloha","Disable Darktable":"Zakázať Darktable","Disable ExifTool":"Zakázať ExifTool","Disable Faces":"Zakázať tváre","Disable features that require write permission for the originals folder.":"Zakážte funkcie, ktoré vyžadujú oprávnenie na zápis do priečinka originálov.","Disable FFmpeg":"Zakázanie aplikácie FFmpeg","Disable ImageMagick":"Zakázanie aplikácie ImageMagick","Disable interactive world maps and reverse geocoding.":"Zakázanie interaktívnych máp sveta a reverzného geokódovania.","Disable MCP":"Zakázať MCP","Disable Places":"Zakázať miesta","Disable RawTherapee":"Zakázať RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Zakázanie koncového bodu API protokolu MCP (Model Context Protocol) pre integráciu agentov AI.","Disable Vectors":"Zakázanie vektorov","Disable WebDAV":"Zakázať WebDAV","Disabled":"Zakázané","Disables vector graphics support.":"Zakáže podporu vektorovej grafiky.","Disables video transcoding and thumbnail extraction.":"Zakáže prekódovanie videa a extrakciu miniatúr.","Discard":"Vyradiť","Discard changes and close":"Odstránenie zmien a zatvorenie","Discard invalid changes?":"Vyradiť neplatné zmeny?","Discard unsaved changes?":"Odstrániť neuložené zmeny?","Discover":"Objaviť","Dismiss":"Odmietnuť","Display Name":"Zobraziť meno","Display picture captions in search results.":"Zobrazenie popiskov obrázkov vo výsledkoch vyhľadávania.","Display picture titles in search results.":"Zobrazenie názvov obrázkov vo výsledkoch vyhľadávania.","Document":"Dokument","Documents":"Dokumenty","Don't use Darktable to convert RAW images.":"Na konverziu obrázkov RAW nepoužívajte program Darktable.","Don't use ImageMagick to convert images.":"Na konverziu obrázkov nepoužívajte ImageMagick.","Don't use RawTherapee to convert RAW images.":"Na konverziu obrázkov RAW nepoužívajte program RawTherapee.","Done":"Hotovo","Done.":"Hotovo.","Download":"Stiahnuť","Download only original media files, without any automatically generated files.":"Stiahnite si iba originálne mediálne súbory bez automaticky generovaných súborov.","Download remote files":"Stiahnuť vzdialené súbory","Downloading…":"Sťahovanie…","Drag and drop files here":"Presuňte sem súbory","Driver":"Vodič","Duplicates will be skipped and only appear once.":"Duplikáty budú preskočené a zobrazia sa len raz.","Duration":"Trvanie","Dynamic Previews":"Dynamické Ukážky","Dynamic Size Limit: %{n}px":"Limit dynamickej pamäte: %{n} px","Edit":"Upraviť","Edit %{s}":"Upraviť %{s}","Edit Account":"Upraviť učet","Edit Photo":"Upraviť Fotku","Edit Photos (%{n})":"Úprava fotografií (%{n})","Edited":"Upravené","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Zapnutím režimu ladenia zobrazíte ďalšie protokoly a pomôžete pri riešení problémov.","Enable downloading of original and sidecar files from the web interface.":"Povolenie sťahovania pôvodných a vedľajších súborov z webového rozhrania.","Enable face recognition and the People view to easily find people you know.":"Povoľte rozpoznávanie tváre a zobrazenie Ľudia, aby ste mohli ľahko nájsť známych ľudí.","Enable new features that may be incomplete or unstable.":"Povolenie nových funkcií, ktoré môžu byť neúplné alebo nestabilné.","Enable the file browser to navigate the Originals folder structure.":"Povoľte prehliadač súborov na navigáciu v štruktúre priečinkov Originály.","Enables RAW converter presets. May reduce performance.":"Povolí predvoľby konvertora RAW. Môže znížiť výkon.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Povolenie dvojfaktorovej autentifikácie znamená, že na prihlásenie budete potrebovať náhodne vygenerovaný overovací kód, takže aj keď niekto získa prístup k vášmu heslu, nebude mať prístup k vášmu účtu.","Engine":"Motor","Enter date":"Zadajte dátum","Enter dates":"Zadajte dátumy","Enter item name...":"Zadajte názov položky...","Enter the code generated by your authenticator app:":"Zadajte kód vygenerovaný aplikáciou autentifikátora:","Enter verification code":"Zadajte overovací kód","Enter your password to confirm the action and continue:":"Zadajte svoje heslo na potvrdenie akcie a pokračujte:","Entity not found":"Subjekt nenájdený","Error":"Chyba","Errors":"Chyby","Estimate":"Odhad","Estimate Locations":"Odhad lokalít","Estimate the approximate location of pictures without GPS coordinates.":"Odhad približnej polohy obrázkov bez súradníc GPS.","Every two days":"Každé dva dni","Exclude hidden":"Vylúčiť skryté","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Pre úplnú podporu videí, živých fotografií a XMP je potrebná extrakcia metadát pomocou nástroja ExifTool.","Experimental Features":"Experimentálne funkcie","Expires":"Vyprší","Exposure":"Expozícia","Extract still images and generate thumbnails while indexing.":"Extrahovanie statických obrázkov a generovanie miniatúr počas indexovania.","F Number":"F Číslo","Face":"Tvár","Face not found":"Tvár nenájdená","Faces":"Tváre","Failed creating file, please check permissions":"Vytváranie súboru zlyhalo, prosím skontrolujte oprávnenia","Failed creating folder, please check permissions":"Vytváranie zložky zlyhalo, prosím skontrolujte oprávnenia","Failed removing link":"Zlyhalo odstraňovanie odkazu","Failed to connect account.":"Nepodarilo sa pripojiť účet.","Failed to create zip file":"Nebolo možné vytvoriť súbor ZIP","Failed to load users.":"Načítanie používateľov sa nepodarilo.","Failed to remove face marker":"Nepodarilo sa odstrániť značku tváre","Failed to remove name":"Nepodarilo sa odstrániť názov","Failed to restart server":"Nepodarilo sa reštartovať server","Failed to save changes":"Nepodarilo sa uložiť zmeny","Failed to save face marker":"Nepodarilo sa zachovať značku tváre","Failed to save name":"Nepodarilo sa uložiť názov","Failed updating link":"Zlyhalo aktualizovanie odkazu","Family Name":"Rodinné meno","Fast":"Rýchle","Favorite":"Obľúbený","Favorites":"Obľúbené","Feature disabled":"Funkcia vypnutá","Feature Request":"Požiadať o funkciu","Female":"Žena","File":"Súbor","File Browser":"Prehliadač Súborov","File Conversion":"Konverzia súborov","File deleted":"Súbor odstránený","File Name":"Názov súboru","File not found":"Súbor nenájdený","File removed from stack":"Súbor odstránený zo stohu","File Size":"Veľkosť súboru","File too large":"Súbor je príliš veľký","File uploaded":"Súbor bol nahratý","Filename":"Názov súboru","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.","First page":"Prvá strana","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","Forgot password?":"Zabudnuté heslo?","FPS":":abbr:`FPS (Frame Per Second - snímok za sekundu)`","Frames":"Frames","Full Access":"Úplný prístup","Fullscreen":"Plná obrazovka","General":"Hlavné","Generate":"Generovať","Generate Previews":"Generovanie náhľadov","Generated":"Generované","Get Started":"Začnite","Given Name":"Dané meno","Global Options":"Globálne možnosti","Go to page {0}":"Prejsť na stránku {0}","Gold":"Zlatá","Green":"Zelená","Grey":"Sivá","Groups":"Skupiny","Guest":"Hosť","Hash":"Hash","Help":"Pomoc","Help & Support":"Pomoc a podpora","Hidden":"Skryté","Hidden Files":"Skryté súbory","Hide":"Skryť","Hide Caption":"Skryť titulok","Hide face markers":"Skryť značky tváre","Hide private content from global views while keeping it accessible in the Private section.":"Skryť súkromné položky z globálnych zobrazení a zároveň ich ponechať prístupné v časti Súkromné.","High":"Vysoké","High Dynamic Range (HDR)":"Vysoký dynamický rozsah (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Ak stratíte prístup k svojej autentifikačnej aplikácii alebo zariadeniu, môžete použiť kód na obnovenie na opätovné získanie prístupu k svojmu účtu.","Image":"Obrázok","Image Quality":"Kvalita obrazu","Import":"Importovať","Import canceled":"Import zrušený","Import completed in %d s":"Import hotový za %d sekúnd","Import failed":"Importovanie zlyhalo","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.","Importing %{s}…":"Importuje sa %{s}…","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 niektoré fotky chýbajú, znova preskenujte svoju knižnicu a počkajte, kým sa indexovanie neukončí.","Include RAW image files when downloading stacks and archives.":"Zahrnúť obrazové súbory RAW pri preberaní zásobníkov a archívov.","Include sidecar files when downloading stacks and archives.":"Pri preberaní zásobníkov a archívov zahrňte vedľajšie súbory.","Increase storage size or delete files to continue.":"Ak chcete pokračovať, zväčšite veľkosť úložiska alebo odstráňte súbory.","Index":"Index","Indexing":"Indexovanie","Indexing canceled":"Indexovanie zrušené","Indexing completed in %d s":"Indexovanie hotové za %d sekúnd","Indexing failed":"Indexovanie zlyhalo","Indexing files in %s":"Indexovanie súborov v %s","Indexing media and sidecar files…":"Indexovanie médií a pripojených súborov…","Indexing originals...":"Indexovanie originálov...","Information":"Informácie","Inherit":"Dedičnosť","Instance":"Inštancia","Instance ID":"ID Inštancie","Instance unreachable. Try again once it's back online.":"Inštancia je nedostupná. Skúste to znova, keď bude opäť online.","Instances":"Inštancie","Insufficient storage":"Nedostatočné skladovanie","Insufficient storage.":"Nedostatočné skladovanie.","Interval":"Interval","Invalid":"Neplatné","Invalid address":"Neplatná adresa","Invalid country":"Neplatná krajina","Invalid credentials":"Neplatné údaje","Invalid date":"Neplatný dátum","Invalid link":"Neplatný odkaz","Invalid name":"Neplatné meno","Invalid parameters":"Neplatné parametre","Invalid password, please try again":"Nesprávne heslo, skúste to znova","Invalid photo selected":"Vybraná neplatná fotografia","Invalid time":"Neplatný čas","Invalid URL":"Neplatná adresa URL","Invalid verification code, please try again":"Neplatný overovací kód, skúste to znova","IP Address":"IP adresa","It is a one-time use code that will disable 2FA for your account when you use it.":"Je to jednorazový kód, ktorý pri použití deaktivuje 2FA pre váš účet.","Item":"Položka","Items per page:":"Položky na stránku:","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 vykreslené podľa potreby.","Keyword":"Kľúčové slovo","Keywords":"Kľúčové slová","Label":"Štítok","Label not found":"Štítok nenájdený","Label saved":"Štítok uložený","Labels":"Štítky","Labels deleted":"Štítky odstránené","Language":"Jazyk","Last Active":"Posledný aktívny","Last Login":"Posledné prihlásenie","Last page":"Posledná strana","Last Sync":"Posledná synchronizácia","Last Used":"Naposledy použité","Latitude":"Šírka","LDAP/AD":"LDAP/AD","Learn more":"Viac","Learn More":"Dozvedieť sa viac","Legal Information":"Právne informácie","Lens":"Objektív","Lens not found":"Objektív nebol nájdený","Library":"Knižnica","License":"Licencia","Like":"Páči sa mi to","Lime":"Limetka","Limit reached, showing first %{n} files":"Limit bol dosiahnutý, zobrazovanie prvých %{n} súborov","Link":"Odkaz","List":"List","List View":"Zobrazenie zoznamu","Live":"Živé","Live Photos":"Živé fotografie","Load more":"Načítať viac","Loading items...":"Načítanie položiek...","Loading...":"Načítavanie...","Local":"Miestne stránky","Local Time":"Lokálny čas","Location":"Poloha","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Správy denníka sa tu zobrazia vždy, keď program PhotoPrism narazí na poškodené súbory alebo sa vyskytnú iné potenciálne problémy.","Login":"Prihlásiť sa","Logs":"Záznamy","Longitude":"Dĺžka","Lost server connection":"Strata pripojenia k serveru","Low":"Nízka","Magenta":"Purpurová","Main Color":"Hlavná Farba","Male":"Muž","Manage Account":"Správa účtu","Manager":"Manažér","Manual":"Manuálne","Manual Upload":"Manuálne odovzdanie","Maps":"Mapy","Marker":"Značka","Maximum number of accounts has been reached.":"Maximálny počet účtov bol dosiahnutý.","Media":"Médiá","Medium":"Normálne","Membership":"Členstvo","Merge %{a} with %{b}?":"Zlúčiť %{a} s %{b}?","Message":"Správa","Metadata":"Metadáta","Metrics":"Metriky","Minimize":"Minimalizovať","Missing":"Chýba","Missing or invalid configuration":"Chýbajúca alebo neplatná konfigurácia","mixed":"zmiešané","Moments":"Momenty","Monochrome":"Monochromatický","Month":"Mesiac","More options":"Ďalšie možnosti","Mosaic":"Mozaika","Most Relevant":"Najrelevantnejšie","Move Files":"Presunúť Súbory","Moving files from %s":"Presúvanie súborov z %s","Must have at least %{n} characters.":"Musí obsahovať aspoň %{n} znakov.","Mute":"Vypnutie zvuku","Name":"Meno","Name too long":"Meno je príliš dlhé","Never":"Nikdy","New":"Nový","New Password":"Nové heslo","Newest First":"Najnovšie prvé","Next":"Ďalšie","Next page":"Ďalšia stránka","Next visual":"Ďalšie vizuálne","No":"Nie","No Access":"Žiadny prístup","No albums assigned":"Žiadne pridelené albumy","No albums found":"Nenašli sa žiadne albumy","No albums selected":"Neboli vybraté žiadne albumy","No data available":"Nie sú k dispozícii žiadne údaje","No files available for download":"Žiadne súbory na stiahnutie k dispozícií","No items selected":"Neboli vybraté žiadne položky","No labels assigned":"Nepriradené žiadne štítky","No labels found":"Nenašli sa žiadne štítky","No labels selected":"Neboli vybraté žiadne štítky","No matching records found":"Nenašli sa žiadne zodpovedajúce záznamy","No more":"Nie viac","No people found":"Neboli nájdení žiadni ľudia","No pictures found":"Nenašli sa žiadne fotky","No recently edited pictures":"Žiadne nedávno upravené fotky","No registered instances.":"Žiadne registrované inštancie.","No results":"Žiadne výsledky","No server connection":"Žiadne pripojenie k serveru","No servers configured.":"Žiadne nakonfigurované servery.","No services configured.":"Nie sú nakonfigurované žiadne služby.","No thanks":"Nie, ďakujem","No users on this instance.":"V tejto inštancii nie sú žiadni používatelia.","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á.","Node":"Uzol","Nodes":"Uzly","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","Not allowed":"Nie je povolené","Not available in public mode":"Nedostupné vo verejnom móde","Not available in read-only mode":"nedostupné v móde len pre čítanie","Not found":"Nenájdené","Not sorted.":"Nie je vytriedené.","Not supported":"Nie je podporované","Note you may manually manage your originals folder and importing is optional.":"Upozorňujeme, že priečinok s originálmi by ste mali 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 vzdialené služby pre zálohu a odovzdávanie súborov.","Notes":"Poznámky","Nothing to see here yet.":"Zatiaľ tu nič nie je. Buďte trpezlivý.","Nothing was found.":"Nič sa nenašlo.","Offline":"Offline","OK":"OK","Oldest First":"Najstaršie prvé","On Windows, enter the following resource in the connection dialog:":"V systéme Windows zadajte do dialógového okna pripojenia nasledujúci zdroj:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generovanie miniatúr na požiadanie môže spôsobiť vysoké využitie CPU a pamäte. Neodporúča sa pre servery a zariadenia NAS s obmedzenými zdrojmi.","Once a week":"Raz za týždeň","One album found":"Našiel sa jeden album","One entry added to %s":"Jeden záznam pridaný do %s","One entry removed from %s":"Jeden záznam odstránený z %s","One file found":"Našiel sa jeden súbor","One file uploaded":"Jeden nahraný súbor","One folder found":"Našla sa jedna zložka","One label found":"Našiel sa jeden štítok","One person found":"Našla sa jedna osoba","One picture found":"Našla sa jedna fotka","Only locally managed accounts can be set up for authentication with 2FA.":"Na overenie pomocou 2FA je možné nastaviť iba lokálne spravované účty.","Open":"Otvorte stránku","optional":"voliteľné","or":"alebo","Orange":"Oranžová","Organization":"Názov organizácie","Orientation":"Orientácie","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é","Originals folder is empty":"Zložka „Originals“ je prázdna","Other":"Ostatné","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"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","Page {0}, Current page":"Strana {0}, Aktuálna stránka","Pages":"Stránky","Pagination Navigation":"Navigácia na stránkovanie","Panorama":"Panoráma","Panoramas":"Panorámy","Part of all selected photos":"Časť všetkých vybraných fotografií","Part of some selected photos":"Časť vybraných fotografií","Password":"Heslo","Password changed":"Heslo bolo zmenené","Pause":"Pauza","Payment required":"Je potrebné uhradiť platbu","People":"Ľudia","People you share a link with will be able to view public contents.":"Ľudia s ktorými zdieľate odkaz, budú vidieť verejný obsah.","Permanently deleted":"Trvalo odstránené","Permission denied":"Oprávnenie zamietnuté","Person":"Osoba","Person cover updated":"Aktualizovaný kryt osoby","Person deleted":"Osoba odstránená","Person not found":"Osoba nenájdená","Person saved":"Osoba uložená","Personal":"Osobné","Photo":"Fotka","PhotoPrism is 100% self-funded and independent.":"Spoločnosť PhotoPrism je 100 % financovaná z vlastných zdrojov a je nezávislá.","PhotoPrism+ Membership":"Členstvo v programe PhotoPrism+","Photos":"Fotky","Picture":"Obrázok","Picture Title":"Názov obrázka","Pink":"Ružová","Pinned":"Upevnené","Place":"Miesto","Place & Time":"Miesto a čas","Places":"Miesta","Play":"Prehrať","Please confirm your new password.":"Prosím, potvrďte vaše nové heslo.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Skopírujte si nasledujúce náhodne vygenerované heslo aplikácie a uschovajte ho na bezpečnom mieste, pretože ho už neuvidíte:","Please do not upload any private, unlawful or offensive pictures.":"Prosím, nenahrávajte žiadne súkromné, nezákonné alebo urážlivé obrázky.","Please don't upload photos containing offensive content.":"Prosím, neodovzdávajte fotky obsahujúce hanobný obsah.","Please enter OTP character {0}":"Zadajte prosím znak OTP {0}","Please log in to your account":"Prihláste sa, prosím, do svojho účtu","Please note that changing your password will log you out on other devices and browsers.":"Upozorňujeme, že zmena hesla vás odhlási z iných zariadení a prehliadačov.","Please restart your instance for the changes to take effect.":"Reštartujte inštanciu, aby sa zmeny prejavili.","Please wait…":"Počkajte, prosím…","PM":"PM","PNG Size Limit: %{n}px":"Limit veľkosti PNG: %{n} px","Portal":"Portál","Portrait":"Portrét","Preserve filenames":"Ponechať názvy súborov","Press enter to create a new album.":"Stlačte enter pre vytvorenie nového albumu.","Press enter to create new item":"Stlačením klávesu enter vytvoríte novú položku","Prevent database and album backups as well as YAML sidecar files from being created.":"Zabráňte vytváraniu záloh databáz a albumov, ako aj súborov YAML sidecar.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Zabráňte iným aplikáciám v prístupe k aplikácii PhotoPrism ako k zdieľanej sieťovej jednotke.","Preview":"Ukážka","Preview Images":"Náhľad obrázkov","Previous":"Predchádzajúci","Previous page":"Predchádzajúca stránka","Previous visual":"Predchádzajúci vizuálny","Primary":"Primárne","Private":"Súkromné","Processing upload...":"Spracovávam nahratie...","Product Feedback":"Spätná väzba produktu","Projection":"Projekcia","Purple":"Fialová","Quality Filter":"Filter kvality","Quality Score":"Skóre Kvality","Quota exceeded":"Prekročenie kvóty","Random":"Náhodne","Rating {0} of {1}":"Hodnotenie {0} z {1}","Raw":"Raw","RAW":"RAW","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":"Novinky","Recently Archived":"Nedávno archivované","Recently Edited":"Nedávno upravené","Recognition starts after indexing has been completed.":"Rozpoznávanie sa začne po dokončení indexovania.","Recognized":"Rozpoznané","Recovery Code":"Kód obnovy","Red":"Červená","Refresh":"Obnoviť","Regions":"Regióny","Register":"Registrácia","Registration disabled":"Registrácia zakázaná","Reload":"Znovu načítať","Reloading…":"Znovu načítavanie…","Remote Sync":"Vzdialená Synchronizácia","Remove":"Odstrániť","remove failed: unknown album":"odstránenie zlyhalo: neznámy album","Remove from Album":"Odstrániť z albumu","Remove from all":"Odstrániť zo všetkých","Remove from all selected photos":"Odstrániť zo všetkých vybraných fotografií","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.","Remove the selected instance from the cluster registry?":"Odstrániť vybranú inštanciu z registra klastra?","Removed":"Odstránené","Removed %{name}":"Odstránené %{name}","Removed %d files and %d photos":"Bolo odstránených %d súborov a %d fotiek","Repeated":"Opakované","Request failed - are you offline?":"Žiadosť zlyhala - ste offline?","Request failed - invalid response":"Požiadavka zlyhala - neplatná odozva","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Vyžadujte, aby sa nefotografické a nekvalitné obrázky pred zobrazením vo výsledkoch vyhľadávania skontrolovali.","Resolution":"Rozlíšenie","Restart":"Reštartovanie stránky","Restore":"Obnoviť","Restored":"Obnovená stránka","Retry Limit":"Limit opakovania","Retype Password":"Heslo znovu","Review":"Kontrola","Role":"Úloha","Roles":"Úlohy","Rotated":"Otočené","Rows per page:":"Riadky na stránku:","Satellite":"Satelitná","Save":"Uložiť","Save changes":"Uloženie zmien","Scan":"Sken","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Naskenujte QR kód pomocou svojej autentifikačnej aplikácie alebo použite kľúč nastavenia zobrazený nižšie a potom zadajte vygenerovaný overovací kód:","Scans":"Skeny","Scope":"Rozsah pôsobnosti","Scopes":"Rozsahy","Search":"Vyhľadávanie","Season":"Sezóna","Secret":"Tajomstvo","Security and Access":"Bezpečnosť a prístup","Select":"Vybrať","Select a source folder to import files…":"Vyberte zdrojový priečinok na importovanie súborov…","Select date":"Zvoľte dátum","Select dates":"Vyberte dátumy","Select or create albums":"Výber alebo vytvorenie albumov","Select or create labels":"Výber alebo vytvorenie štítkov","Select or drop files to upload…":"Vyberte alebo pustite súbory, ktoré chcete nahrať…","Select the files to upload…":"Vyberte súbory, ktoré chcete nahrať…","Select the folder to be indexed…":"Vyberte priečinok, ktorý sa má indexovať…","Select Time":"Vyberte čas","Selection":"Výber","Selection added to %s":"Výber pridaný do %s","Selection approved":"Označenie schválené","Selection archived":"Označenie archivované","Selection marked as private":"Označenie označené ako súkromné","Selection not found":"Výber nenájdený","Selection restored":"Označenie obnovené","Sequential Name":"Poradové meno","Service":"Služba","Service URL":"URL Služby","Services":"Služby","Session":"Zasadnutie","Session ID":"ID relácie","Sessions":"Relácie","Set as Album Cover":"Nastaviť ako obal albumu","Set as Cover Image":"Nastaviť ako titulný obrázok","Settings":"Nastavenia","Settings saved":"Nastavenia uložené","Setup":"Prvotné nastavenie","Severity":"Závažnosť","Share":"Zdieľať","Share %{s}":"Zdieľať %{s}","Show":"Zobraziť","Show All Labels":"Zobraziť všetky štítky","Show all new faces":"Zobraziť všetky nové tváre","Show Caption":"Zobraziť titulok","Show Captions":"Zobraziť titulky","Show face markers":"Zobraziť značky tváre","Show hidden":"Zobraziť skryté","Show Important Only":"Zobraziť iba dôležité","Show logs in the web interface to monitor activity and troubleshoot problems.":"Zobrazenie protokolov vo webovom rozhraní na monitorovanie činnosti a riešenie problémov.","Show smart albums that group pictures by occasion, trip, or location.":"Zobrazte inteligentné albumy, ktoré zoskupujú obrázky podľa príležitosti, cesty alebo miesta.","Show the Account page so users can manage their profile and security settings.":"Zobrazte stránku Konto, aby používatelia mohli spravovať svoj profil a nastavenia zabezpečenia.","Show the Calendar view to browse the library by year and month.":"Zobrazenie zobrazenia Kalendár na prehľadávanie knižnice podľa rokov a mesiacov.","Show the Labels section to view and manage AI-generated labels.":"Zobrazte časť Štítky na zobrazenie a správu štítkov vytvorených umelou inteligenciou.","Show the Library section to index, manage, and monitor the media library.":"Zobrazenie časti Knižnica na indexovanie, správu a monitorovanie knižnice médií.","Show the Places view with interactive maps so you can browse photos by location.":"Zobrazte zobrazenie Miesta s interaktívnymi mapami, aby ste si mohli prezerať fotografie podľa miesta.","Show Titles":"Zobraziť názvy","Sidecar":"Pripojený súbor (sidecar)","Sidecar Files":"Súbory Sidecar","Sign in":"Prihlásiť sa","Sign Out":"Odhlásiť sa","Similar":"Podobné","Site URL":"Adresa URL stránky","Size":"Veľkosť","Slideshow":"Prezentácia","Slow":"Pomalé","Software":"Softvér","Software Update":"Aktualizácia softvéru","Some albums could not be copied":"Niektoré albumy nebolo možné skopírovať","Some albums could not be created. Please edit the names and try again.":"Niektoré albumy nebolo možné vytvoriť. Upravte názvy a skúste to znova.","Some albums could not be updated":"Niektoré albumy nebolo možné aktualizovať","Something went wrong, try again":"Niečo sa pokazilo, skúste to znova","Sort by":"Zoradiť podľa","Sort by Name (A–Z)":"Zoradiť podľa mena (A-Z)","Sort by Photo Count":"Zoradiť podľa počtu fotografií","Sort by Relevance":"Zoradiť podľa relevantnosti","Sort Order":"Zoradiť Poradie","Sorted ascending.":"Zoradené vzostupne.","Sorted descending.":"Zoradené zostupne.","Source":"Zdroj","Stack":"Naskladané fotky","Stack files sharing the same unique image or instance identifier.":"Naskladané 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.":"Naskladané fotky nasnímané v rovnakom čase a na rovnakom mieste na základe ich metadát.","Stackable":"Naskladateľné","Stacks":"Naskladané","Start":"Štart","Start Page":"Úvodná stránka","Static Size Limit: %{n}px":"Statický limit veľkosti: %{n} px","Status":"Status","Stay signed in on this device":"Zostať prihlásený v tomto zariadení","Stop Casting":"Zastaviť odlievanie","Storage":"Úložisko","Streets":"Ulice","Subject":"Predmet","Subject deleted":"Predmet odstránený","Subject not found":"Predmet nenájdený","Subject saved":"Predmet uložený","Successfully activated":"Úspešne aktivované","Successfully Connected":"Úspešne pripojené","Successfully deleted":"Úspešne odstránené","Successfully verified":"Úspešne overené","Super Admin":"Super administrátor","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.","Support Our Mission":"Podporte našu misiu","Sync":"Synchronizácia","Sync raw and video files":"Synchronizovať súbory raw a videá","Taken":"Zachytené","Teal":"Modrozelený","Terrain":"Terén","Text":"Text","Thank You for Your Support!":"Ďakujeme za vašu podporu!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Preto bol PhotoPrism od základu vytvorený tak, aby fungoval všade, kde ho potrebujete, bez toho, aby bola ohrozená sloboda, súkromie alebo funkčnosť.","The index currently contains %{n} hidden files.":"Index momentálne obsahuje %{n} skrytých súborov.","The instance rejected the cluster credentials.":"Inštancia odmietla prihlasovacie údaje klastra.","The instance returned an unexpected redirect.":"Inštancia vrátila neočakávané presmerovanie.","The wakeup interval is %s, but must be 1h or less":"Interval prebúdzania je %s, ale musí byť najviac 1 h","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 account is missing an ID and can't be edited.":"Tento účet nemá ID a nie je možné ho upravovať.","This field is required":"Toto pole je povinné","This instance has no site URL configured.":"Pre túto inštanciu nie je nakonfigurovaná žiadna URL adresa webu.","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 ako keby boli uložené lokálne.","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 ako keby boli uložené lokálne.","Time":"Čas","Time UTC":"Čas UTC","Time Zone":"Časová Zóna","Timeout":"Časový limit","Title":{"":"Titulok","Account":"Titulok","Photo":"Titulok"},"Title / Position":"Titul / pozícia","to":"do","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Aby ste sa vyhli vymknutiu zo svojho účtu, stiahnite si, vytlačte alebo skopírujte tento kód na obnovenie a uschovajte ho na bezpečnom mieste.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Ak chcete vygenerovať nové heslo pre konkrétnu aplikáciu, zadajte názov a rozsah autorizácie aplikácie a vyberte dátum vypršania platnosti:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Ak chcete prejsť na novú aplikáciu alebo zariadenie na overovanie, najskôr deaktivujte dvojfaktorové overenie a potom ho znova aktivujte:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Ak chcete aktualizovať, môžete zadať aktivačný kód alebo sa kliknutím na tlačidlo \"Registrovať\" zaregistrovať na našej webovej stránke:","Today":"Dnes","Toggle View":"Nastaviť Pohľad","Token":"Token","Too many files selected":"Príliš veľa vybraných súborov","Too many requests":"Príliš veľa požiadaviek","Troubleshooting":"Riešenie problémov","Try again using other filters or keywords.":"Skúste znova použitím iných filtrov a kľúčových slov.","Two-factor authentication has been enabled for your account.":"Pre váš účet bolo povolené dvojfaktorové overenie.","Type":"Typ","Unable to delete":"Nie je možné odstrániť","Unable to do that":"To sa nedá urobiť","Unassign":"Zrušenie priradenia","Unauthorized":"Neoprávnené","Undo":"Späť","Unique ID":"Unikátne ID","Unknown":"Neznámy","Unknown location":"Neznáma lokalita","Unregistered":"Neregistrovaný","Unsorted":"Nezoradené","Unstack":"Rozdeliť naskladané","Unsupported":"Nepodporované","Unsupported format":"Nepodporovaný formát","Unsupported type":"Nepodporovaný typ","Updated":"Aktualizované","Updating faces":"Aktualizujú sa tváre","Updating index":"Aktualizuje sa index","Updating moments":"Aktualizujú sa momenty","Updating picture…":"Aktualizácia obrázku..","Updating previews":"Aktualizujú sa náhľady","Updating stacks":"Aktualizujú sa naskladané fotky","Upgrade":"Aktualizácia","Upgrade Now":"Aktualizujte teraz","Upload":"Odovzdať","Upload complete":"Odovzdávanie hotové","Upload complete. Indexing…":"Odovzdávanie hotové. Indexuje sa…","Upload failed":"Odovzdávanie zlyhalo","Upload has been processed":"Nahratie bolo spracované","Upload local files":"Odovzdať lokálne súbory","Upload might be offensive":"Nahrané súbory môžu byť urážlivé","Upload Path":"Cesta nahrávania","Uploading %{n} of %{t}…":"Odovzdáva sa %{n} z %{t}…","Uploading photos…":"Odovzdávanie fotiek…","Uploading…":"Nahrávanie..","Uploads that may contain such images will be rejected automatically.":"Odovzdávanie takéhoto typu fotiek bude automaticky odmietnuté.","URL":"URL","Use Presets":"Použiť predvoľbu","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Ak sa vám pomocou aplikácie na overenie nedarí vygenerovať platný overovací kód, použite na prístup do účtu nasledujúci kód na obnovenie:","Use your recovery code or contact an administrator for help.":"Použite svoj kód na obnovenie alebo sa obráťte na správcu.","User":"Používateľ","User Guide":"Používateľská príručka","User Interface":"Používateľské rozhranie","User not found":"Užívateľ nenájdený","Username":"Meno používateľa","Users":"Používatelia","UUID":"UUID","Vector":"Vektor","Vectors":"Vektory","Verification Code":"Overovací kód","Verified email required":"Vyžaduje sa overený e-mail","Version":"Verzia","Video":"Video","Video Duration":"Trvanie videa","Videos":"Videá","View":"Zobraziť","View search results as a list.":"Zobrazenie výsledkov vyhľadávania ako zoznamu.","Viewer":"Prehliadač","Vision":"Vízia","Visitor":"Návštevník","Visual Similarity":"Vizuálna podobnosť","Warning":"Upozornenie","Web Login":"Webové prihlásenie","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV klienti sa môžu pripojiť ku PhotoPrismu pomocou nasledujú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":"Odovzdávanie cez WebDAV","WebGL support is disabled in your browser":"Podpora WebGL je vo vašom prehliadači vypnutá","Website":"Webová stránka","White":"Biela","Work Details":"Podrobnosti o práci","Year":"Rok","Yellow":"Žltá","Yes":"Áno","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"V prípade otázok týkajúcich sa vášho členstva nás môžete kontaktovať na adrese membership@photoprism.app.","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 can search for a location or move the marker on the map to change the position:":"Môžete vyhľadať miesto alebo presunúť značku na mape a zmeniť tak polohu:","You can upload up to %{n} files for test purposes.":"Na testovacie účely môžete nahrať až %{n} súborov.","You cannot change your own role.":"Svoju vlastnú úlohu nemôžete zmeniť.","You do not have access to any instances.":"Nemáte prístup k žiadnym inštanciám.","You may only select one item":"Mali by ste označiť iba jednu položku","You may rescan your library to find additional faces.":"Mali by ste preskenovať knižnicu pre nájdenie viac tvárí.","Your account could not be connected":"Váš účet sa nepodarilo prepojiť","Your account has been successfully connected.":"Vaše konto bolo úspešne pripojené.","Your browser does not support WebGL":"Váš prehliadač nepodporuje WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Vaša podpora nám pomáha poskytovať pravidelné aktualizácie a zostať nezávislými, aby sme mohli plniť naše poslanie a chrániť vaše súkromie.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Vaša knižnica sa priebežne analyzuje aby mohla automaticky vytvárať albumy špeciálnych momentov, výletov a miest.","Zip created in %d s":"Súbor ZIP vytvorený za %d sekúnd","Zoom in/out":"Priblíziť/Oddialiť","Archive":{"Noun":"Archivovať","Verb":"Archivovať"},"Add a Title":{"Photo":"Pridanie názvu"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/sl.json b/frontend/src/locales/json/sl.json index c39c0ad98..1a8ecf26b 100644 --- a/frontend/src/locales/json/sl.json +++ b/frontend/src/locales/json/sl.json @@ -1 +1 @@ -{"sl":{"{0} appended action":"{0} priloženo dejanje","{0} files":"{0} datotek","{0} files ({1} in total)":"{0} datotek (skupaj {1})","{0} more":"{0} več","{0} prepended action":"{0} predpomnjen ukrep","{0} selected":"{0} izbrano","{0}-{1} of {2}":"{0}-{1} iz {2}","%{n} albums found":"%{n} najdenih albumov","%{n} files uploaded":"%{n} naloženih datotek","%{n} folders found":"%{n} najdenih map","%{n} GB of %{q} GB used":"%{n} GB od %{q} GB uporabljenih","%{n} labels found":"%{n} najdenih značk","%{n} people found":"%{n} najdenih oseb","%{n} pictures found":"%{n} najdenih slik","%{s} is too long":"%{s} je predolg","%{s} is too short":"%{s} je prekratek","%d entries added to %s":"%d vnosi dodani v %s","%d entries removed from %s":"%d vnosi odstranjeni iz %s","%d files uploaded in %d s":"%d datoteke, naložene v %d s","%s already exists":"%s že obstaja","%s has been restored":"%s je bil obnovljen","1 hour":"1 ura","12 hours":"12 ur","2-Factor Authentication":"2-faktorsko preverjanje pristnosti","2FA":"2FA","4 hours":"4 ure","A click will copy it to your clipboard.":"S klikom ga boste kopirali v odložišče.","A new version of %{s} is available:":"Na voljo je nova različica %{s}:","About":"Podrobno","Access granted.":"Dostop odobren.","Access revoked.":"Dostop je bil preklican.","Access Token":"Žeton za dostop","Account":"Račun","Account created":"Ustvarjen račun","Account deleted":"Račun je izbrisan","Account Group Mappings":"Povezave med računskimi skupinami","Account not found":"Račun ni najden","Account restored":"Obnovljen račun","Account saved":"Shranjen račun","Accounts":"Računi","Accuracy":"Natančnost","Action":"Akcija","Actions":"Akcije","Activate":"Aktivacija","Activate to remove sorting.":"Aktivirajte za odstranitev razvrščanja.","Activate to sort ascending.":"Aktivirajte za naraščajoče razvrščanje.","Activate to sort descending.":"Aktivirajte za razvrščanje po padajočem vrstnem redu.","Activation Code":"Aktivacijska koda","Activity":"Dejavnost","Add":"Dodaj","Add %{s}?":"Dodaj %{s}?","Add a Caption":"Dodajanje napisa","Add Account":"Dodaj račun","Add Album":"Dodajanje albuma","Add Link":"Dodaj povezavo","Add Notes":"Dodajte opombe","Add person?":"Dodati osebo?","Add pictures from search results by selecting them.":"Dodajte slike iz rezultatov iskanja, z izbiranjem.","Add to album":"Dodaj v album","Add to all":"Dodaj vsem","Add to all selected photos":"Dodaj vsem izbranim fotografijam","Added":"Dodano","Added %{name}":"Dodano %{name}","Adjust Camera Info":"Prilagoditev informacij o kameri","Adjust Date & Time":"Prilagoditev datuma in časa","Adjust Location":"Prilagoditev lokacije","Admin":"Admin","Advanced":"Napredno","Advertise URL":"Oglaševanje URL","After 1 day":"Po 1 dnevu","After 3 days":"Po 3 dneh","After 7 days":"Po 7 dneh","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Ko vnesete geslo za potrditev, lahko nastavite dvostopenjsko avtentikacijo z združljivo aplikacijo ali napravo za preverjanje pristnosti:","After one month":"Po enem mesecu","After one year":"Po enem letu","After selecting pictures from search results, you can add them to an album using the context menu.":"Ko izberete slike iz rezultatov iskanja, jih lahko s pomočjo kontekstnega menija dodate v album.","After two months":"Po dveh mesecih","After two weeks":"Po dveh tednih","Album":"Album","Album %s deleted":"Album %s izbrisano","Album Backups":"Varnostne kopije albumov","Album contents cloned":"Vsebina albuma klonirana","Album created":"Ustvarjen album","Album deleted":"Izbrisan album","Album not found":"Album ni najden","Album saved":"Shranjen album","Albums":"Albumi","Albums deleted":"Izbrisani albumi","All":"Vse","All %{n} albums loaded":"Vseh %{n} je bilo naloženih","All %{n} labels loaded":"Vseh %{n} nalepk je bilo naloženih","All %{n} people loaded":"Vseh %{n} oseb je bilo dodanih","All Cameras":"Vsi fotoaparati","All Categories":"Vse kategorije","All Colors":"Vse barve","All Countries":"Vse države","All files from import folder":"Vse datoteke iz uvozne mape","All Lenses":"Vsi objektivi","All Months":"Vsi meseci","All originals":"Vse izvirne","All Years":"Vsa leta","Allow configuration and use of connected apps and services for remote uploads and sync.":"Omogočite konfiguracijo in uporabo povezanih aplikacij in storitev za oddaljeno nalaganje in sinhronizacijo.","Allow editing of metadata such as title, description, date, and location.":"Omogočite urejanje metapodatkov, kot so naslov, opis, datum in lokacija.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Omogoča urejanje metapodatkov, oznak in albumov več slik hkrati.","Allow files to be copied or moved from the Import to the Originals folder.":"Omogočite orodje za uvoz, da kopirate ali premikate datoteke iz mape za uvoz v izvirnike.","Allow files to be permanently deleted to free up storage space.":"Omogočite trajno brisanje datotek, da sprostite prostor za shranjevanje.","Allow users to archive photos and videos so they are hidden without being deleted.":"Uporabnikom omogočite arhiviranje fotografij in videoposnetkov, tako da so skriti, ne da bi bili izbrisani.","Allow users to create and share links, and enable sharing with connected services.":"Uporabnikom omogočite ustvarjanje in deljenje povezav ter deljenje s povezanimi storitvami.","Allow users to upload new photos and videos through the web interface.":"Uporabnikom omogočite nalaganje novih fotografij in videoposnetkov prek spletnega vmesnika.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Datoteke lahko prenesete tudi neposredno v strežnike WebDAV, kot je Nextcloud.","Altitude":"Nadmorska višina","Altitude (m)":"Nadmorska višina (m)","AM":"AM","Animated":"Animirani","Animation":"Animacija","Animations":"Animacije","Any private photos and videos remain private and won't be shared.":"Vse zasebne fotografije in videoposnetki ostanejo zasebni in ne bodo deljeni.","API Key":"Ključ API","Application":"Aplikacija","Applications":"Aplikacije","Approve":"Potrdi","Approve and save changes":"Potrdite in shranite spremembe","Apps and Devices":"Aplikacije in naprave","Archived":"Arhivirano","Are you sure you want to archive the selection?":"Ali ste prepričani, da želite arhivirati izbor?","Are you sure you want to delete these albums?":"Ste prepričani, da želite izbrisati te albume?","Are you sure you want to delete these labels?":"Ali ste prepričani, da želite izbrisati te značke?","Are you sure you want to delete this account?":"Ste prepričani, da želite izbrisati ta račun?","Are you sure you want to delete this album?":"Ste prepričani, da želite izbrisati ta album?","Are you sure you want to permanently delete these pictures?":"Ste prepričani, da želite trajno izbrisati te slike?","Are you sure you want to permanently delete this file?":"Ali ste prepričani, da želite trajno izbrisati to datoteko?","Are you sure?":"Ste prepričani?","Artist":"Fotograf","Aspect Ratio":"Razmerje stranic","Attributes":"Atributi","Audio":"Audio","Audit Log":"Audio","Authentication":"Preverjanje pristnosti","Auto":"Samodejno","Back":"Nazaj","Back to top":"Nazaj na vrh","Backup":"Varnostna kopija","Badge":"Značka","Base Path":"Osnovna pot","Batch":"Serija","Batch Edit":"Serijsko urejanje","Become a member today, support our mission and enjoy our member benefits!":"Postanite član še danes, podprite naše poslanstvo in uživajte v naših članskih ugodnostih!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Ker se financiramo sami in smo 100-odstotno neodvisni, vam lahko obljubimo, da nikoli ne bomo prodali vaših podatkov ter da bomo vedno pregledni glede naše programske opreme in storitev.","Bio":"Bio","Birth Date":"Datum rojstva","Black":"Črna","Blue":"Modra","Brown":"Rjava","Browse":"Brskanje po","Browse Files":"Brskanje po datotekah","Browse Pictures":"Brskanje po slikah","Bug Report":"Poročilo o napaki","Busy, please try again later":"Zaseden, poskusite znova pozneje","Busy, please wait…":"Zaseden, prosim počakajte…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Z uporabo programske opreme in storitev, ki jih ponujamo, se strinjate z našimi pogoji uporabe storitev, pravilnikom o zasebnosti in kodeksom ravnanja.","Calendar":"Koledar","Camera":"Fotoaparat","Camera not found":"Kamera ni bila najdena","Camera Serial":"Serijska kamere","Can't access your authenticator app or device?":"Ne morete dostopati do aplikacije ali naprave za preverjanje pristnosti?","Can't load more, limit reached":"Ne morem naložiti več, omejitev je dosežena","Can't select more items":"Ne morete izbrati več elementov","Cancel":"Prekliči","Cannot copy to clipboard":"Ni mogoče kopirati v odložišče","Caption":"Naslov","Cards":"Kartice","Carousel slide {0} of {1}":"Vrtiljak drsnik {0} od {1}","Cast":"Igralska zasedba","Category":"Kategorija","Change Avatar":"Spremeni avatarja","Change Password":"Sprememba gesla","Change private flag":"Sprememba zasebne zastave","Changes could not be saved":"Sprememb ni bilo mogoče shraniti","Changes successfully saved":"Spremembe so bile uspešno shranjene","Changes to the advanced settings require a restart to take effect.":"Spremembe naprednih nastavitev je treba znova zagnati, da začnejo veljati.","Checked":"Izbrano","Choose an instance to continue:":"Izberite primer, da nadaljujete:","Chroma":"Chroma","Cleaning index and cache":"Čiščenje indeksa in predpomnilnika","Cleanup":"Čiščenje","Clear":"Jasno","Clear {0}":"Počisti {0}","Client":"Stranka","Close":"Zapri","Cluster":"Grozd","Cluster Admin":"Upravitelj skupine","Cluster Node":"Vozlišče gruče","Codec":"Kodek","Color":"Barva","Color Profile":"Barvni profil","Colors":"Barve","Compare Editions":"Primerjaj izdaje","Complete Rescan":"Popolno ponovno skeniranje","Confidence":"Zaupanje","Confirm":"Potrdi","Connect":"Poveži","Connect via WebDAV":"Poveži preko WebDAV","Connected":"Povezano","Contact Details":"Pišite nam","Contact Us":"Pišite nam","Contains %{n} pictures.":"Vsebuje %{n} slik.","Contains one picture.":"Vsebuje eno sliko.","Content":{"":"Vsebina","Edit":"Vsebina"},"Continue":"Nadaljuj","Contributor":"Sodelujoči","Converting":"Pretvarjanje","Copied to clipboard":"Kopiranje v odložišče","Copy":"Kopirati","Copying files from %s":"Kopiranje datotek iz %s","Copyright":"Avtorske pravice","Could not be deleted":"Ni bilo mogoče izbrisati","Could not connect, please try again":"Ne morem vzpostaviti povezave, poskusite znova","Could not update person cover":"Ni bilo mogoče posodobiti pokrova osebe","Couldn't find anything.":"Ničesar nisem našel.","Country":"Država","Create Account":"Ustvarjanje računa","Create album":"Ustvari album","Create regular backups based on the configured schedule.":"Ustvarite varnostne kopije indeksov na podlagi konfiguriranega urnika.","Create YAML files to back up album metadata.":"Ustvarite datoteke YAML za varnostno kopiranje metapodatkov albuma.","Create YAML sidecar files to back up picture metadata.":"Ustvarite stranske datoteke YAML za varnostno kopiranje metapodatkov slik.","Created":"Ustvarjeno","Creating thumbnails for":"Ustvarjanje sličic za","Current Password":"Trenutno geslo","Custom":"Po meri","Cyan":"Cyan","Daily":"Dnevno","Database":"Podatkovna zbirka","Database Backups":"Varnostne kopije podatkovne baze","Databases":"Podatkovne zbirke","Date & Time":"Datum in ura","Day":"Dan","Deactivate":"Deaktiviraj","Debug Logs":"Dnevniki za odpravljanje napak","Default":"Privzeto","Default Folder":"Privzeta mapa","Delete":"Izbriši","Delete Album":"Brisanje albuma","Delete All":"Izbriši vse","Delete all?":"Izbriši vse?","Delete orphaned index entries, sidecar files and thumbnails.":"Izbrišite osirotele vnose indeksa, datoteke stranskih sličic in sličic.","deleted":"izbrisano","Description":"Opis","Detailed instructions can be found in our User Guide.":"Podrobna navodila so na voljo v našem uporabniškem priročniku.","Details":"Podrobnosti","Dimensions":"Dimenzije","Disable all face detection and recognition features.":"Onemogočite vse funkcije zaznavanja in prepoznavanja obrazov.","Disable Backups":"Onemogoči varnostno kopiranje","Disable Darktable":"Onemogoči Darktable","Disable ExifTool":"Onemogoči orodje ExifTool","Disable Faces":"Onemogočite obraze","Disable features that require write permission for the originals folder.":"Onemogočite funkcije, ki zahtevajo dovoljenje za pisanje v mapo z izvirniki.","Disable FFmpeg":"Onemogoči FFmpeg","Disable ImageMagick":"Onemogočite ImageMagick","Disable interactive world maps and reverse geocoding.":"Onemogočite interaktivne zemljevide sveta in obratno geokodiranje.","Disable MCP":"Onemogočite MCP","Disable Places":"Onemogoči mesta","Disable RawTherapee":"Onemogoči RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Onemogočite končno točko API protokola MCP (Model Context Protocol) za integracije agentov umetne inteligence.","Disable Vectors":"Onemogočite vektorje","Disable WebDAV":"Onemogoči WebDAV","Disabled":"Onemogočeno","Disables vector graphics support.":"Onemogoči podporo za vektorsko grafiko.","Disables video transcoding and thumbnail extraction.":"Onemogoči prekodiranje videoposnetkov in pridobivanje sličic.","Discard":"Zavrnite","Discard changes and close":"Zavrnite spremembe in zaprite","Discard invalid changes?":"Zavrniti neveljavne spremembe?","Discard unsaved changes?":"Zavrniti neshranjene spremembe?","Discover":"Odkrijte","Dismiss":"Zavrnite","Display Name":"Prikazno ime","Display picture captions in search results.":"Prikazovanje napisov slik v rezultatih iskanja.","Display picture titles in search results.":"Prikazovanje naslovov slik v rezultatih iskanja.","Document":"Dokument","Documents":"Dokumenti","Don't use Darktable to convert RAW images.":"Za pretvorbo datotek RAW ne uporabljajte programa Darktable.","Don't use ImageMagick to convert images.":"Za pretvorbo slik ne uporabljajte programa ImageMagick.","Don't use RawTherapee to convert RAW images.":"Za pretvorbo slik RAW ne uporabljajte programa RawTherapee.","Done":"Končano","Done.":"Opravljeno.","Download":"Prenesi","Download only original media files, without any automatically generated files.":"Prenesite samo izvirne medijske datoteke brez samodejno ustvarjenih datotek.","Download remote files":"Prenos oddaljenih datotek","Downloading…":"Prenašanje…","Drag and drop files here":"Povlecite in spustite datoteke sem","Driver":"Voznik","Duplicates will be skipped and only appear once.":"Podvojeni podatki bodo preskočeni in prikazani samo enkrat.","Duration":"Trajanje","Dynamic Previews":"Dinamični predogledi","Dynamic Size Limit: %{n}px":"Omejitev dinamične velikosti: %{n}px","Edit":"Uredi","Edit %{s}":"Urejanje %{s}","Edit Account":"Urejanje računa","Edit Photo":"Uredi fotografijo","Edit Photos (%{n})":"Urejanje fotografij (%{n})","Edited":"Urejeno","Email":"E-pošta","Enable debug mode to display additional logs and help with troubleshooting.":"Omogočite način za odpravljanje napak, da prikažete dodatne dnevnike in si pomagate pri odpravljanju težav.","Enable downloading of original and sidecar files from the web interface.":"Omogočite prenos izvirnih in stranskih datotek iz spletnega vmesnika.","Enable face recognition and the People view to easily find people you know.":"Omogočite prepoznavanje obrazov in prikaz Ljudje, da boste zlahka našli ljudi, ki jih poznate.","Enable new features that may be incomplete or unstable.":"omogočanje novih funkcij, ki so lahko nepopolne ali nestabilne.","Enable the file browser to navigate the Originals folder structure.":"Omogočite brskalnik datotek za krmarjenje po strukturi map Originals.","Enables RAW converter presets. May reduce performance.":"Omogoči prednastavitve pretvornika RAW. Lahko zmanjša zmogljivost.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Omogočanje dvostopenjske avtentikacije pomeni, da boste za prijavo potrebovali naključno ustvarjeno potrditveno kodo, tako da tudi če nekdo pridobi dostop do vašega gesla, ne bo mogel dostopati do vašega računa.","Engine":"Motor","Enter date":"Vnesite datum","Enter dates":"Vnesite datume","Enter item name...":"Vnesite ime predmeta...","Enter the code generated by your authenticator app:":"Vnesite kodo, ki jo ustvari aplikacija za preverjanje pristnosti:","Enter verification code":"vnesi potrditveno kodo","Enter your password to confirm the action and continue:":"Vnesite geslo za potrditev dejanja in nadaljujte:","Entity not found":"Entiteta ni bila najdena","Error":"Napaka","Errors":"Napake","Estimate":"Ocena","Estimate Locations":"Ocenjevanje lokacij","Estimate the approximate location of pictures without GPS coordinates.":"Ocenite približno lokacijo slik brez koordinat GPS.","Every two days":"Vsaka dva dni","Exclude hidden":"Izključite skrite","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Za popolno podporo za videoposnetke, fotografije v živo in XMP je potrebno pridobivanje metapodatkov z orodjem ExifTool.","Experimental Features":"Eksperimentalne funkcije","Expires":"Velja do","Exposure":"Izpostavljenost","Extract still images and generate thumbnails while indexing.":"Med indeksiranjem izpisujte mirujoče slike in ustvarjajte sličice.","F Number":"Številka F","Face":"Obraz","Face not found":"Obraza ni mogoče najti","Faces":"Obrazi","Failed creating file, please check permissions":"Neuspešno ustvarjanje datoteke, preverite dovoljenja","Failed creating folder, please check permissions":"Neuspešno ustvarjanje mape, preverite dovoljenja","Failed removing link":"Neuspešno odstranjevanje povezave","Failed to connect account.":"Ni uspelo povezati računa.","Failed to create zip file":"Ni uspelo ustvariti datoteke zip","Failed to load users.":"Naložitev uporabnikov ni uspela.","Failed to remove face marker":"Ni uspelo odstraniti označevalca obraza","Failed to remove name":"Ni uspelo odstraniti imena","Failed to restart server":"Ponovni zagon strežnika ni uspel","Failed to save changes":"Ni uspelo shraniti sprememb","Failed to save face marker":"Ni uspelo rešiti markerja za obraz","Failed to save name":"Ni uspelo shraniti imena","Failed updating link":"Neuspešno posodabljanje povezave","Family Name":"Družinsko ime","Fast":"Hitro","Favorite":"Najljubši","Favorites":"Priljubljeno","Feature disabled":"Funkcija je onemogočena","Feature Request":"Zahteva za funkcijo","Female":"Ženske","File":"Datoteka","File Browser":"Brskalnik za datoteke","File Conversion":"Pretvarjanje datotek","File deleted":"Izbrisana datoteka","File Name":"Ime datoteke","File not found":"Datoteka ni najdena","File removed from stack":"Datoteka odstranjena iz sklada","File Size":"Datoteka","File too large":"Prevelika datoteka","File uploaded":"Prenesena datoteka","Filename":"Ime datoteke","Files":"Datoteke","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Datoteki z zaporednimi imeni, kot sta \"IMG_1234 (2)\" in \"IMG_1234 (3)\", pripadata isti sliki.","First page":"Prva stran","Focal Length":"Goriščna razdalja","Folder":"Mapa","Folder contains %{n} files":"Mapa vsebuje %{n} datotek","Folder is empty":"Mapa je prazna","Folders":"Mape","Forgot password?":"Ste pozabili geslo?","FPS":"FPS","Frames":"Okviri","Full Access":"Popoln dostop","Fullscreen":"Celozaslonski zaslon","General":"Splošno","Generate":"Ustvari","Generate Previews":"Ustvarjanje predogledov","Generated":"Ustvarjeno","Get Started":"Začnite z delom","Given Name":"Izvirno ime","Global Options":"Globalne možnosti","Go to page {0}":"Pojdi na stran {0}","Gold":"Zlato","Green":"Zelena","Grey":"Siva","Groups":"Skupine","Guest":"Gost","Hash":"Hash","Help":"Pomoč","Help & Support":"Pomoč in podpora","Hidden":"Skriti","Hidden Files":"Skrite datoteke","Hide":"Skrij","Hide Caption":"Skrij podnapis","Hide face markers":"Skrijte označevalnike obraza","Hide private content from global views while keeping it accessible in the Private section.":"Skrijte zasebne elemente iz globalnih prikazov, hkrati pa jih ohranite dostopne v razdelku Zasebno.","High":"Visoka","High Dynamic Range (HDR)":"Visok dinamični razpon (HDR)","Hybrid":"Hibridni","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Če izgubite dostop do aplikacije ali naprave za preverjanje pristnosti, lahko uporabite svojo obnovitveno kodo, da znova pridobite dostop do svojega računa.","Image":"Slika","Image Quality":"Kakovost slike","Import":"Uvoz","Import canceled":"Uvoz preklican","Import completed in %d s":"Uvoz se zaključi v %d s","Import failed":"Uvoz ni uspel","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Uvožene datoteke bodo razvrščene po datumu in bodo imele edinstveno ime, da bi se izognili podvajanju.","Importing %{s}…":"Uvažanje %{s}…","Importing files to originals…":"Uvoz datotek v izvirnike…","in":"na","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Če manjkajo slike, ki ste jih pričakovali, ponovno preglejte svojo knjižnico in počakajte, da bo indeksiranje končano.","Include RAW image files when downloading stacks and archives.":"Vključite slikovne datoteke RAW pri prenašanju skladov in arhivov.","Include sidecar files when downloading stacks and archives.":"Vključitev stranskih datotek pri prenosu skladov in arhivov.","Increase storage size or delete files to continue.":"Če želite nadaljevati, povečajte velikost shrambe ali izbrišite datoteke.","Index":"Indeks","Indexing":"Indeksiranje","Indexing canceled":"Indeksiranje preklicano","Indexing completed in %d s":"Indeksiranje je končano v %d s","Indexing failed":"Indeksiranje ni uspelo","Indexing files in %s":"Indeksiranje datotek v %s","Indexing media and sidecar files…":"Indeksiranje medijskih in stranskih datotek…","Indexing originals...":"Indeksiranje izvirnikov...","Information":"Informacije","Inherit":"Podedovati","Instance":"Primer","Instance ID":"ID instance","Instance unreachable. Try again once it's back online.":"Stvarni primer ni dosegljiv. Poskusite znova, ko bo spet na voljo.","Instances":"Primerki","Insufficient storage":"Nezadostno skladiščenje","Insufficient storage.":"Nezadostno skladiščenje.","Interval":"Interval","Invalid":"Nepravilen datum","Invalid address":"Nepravilen naslov","Invalid country":"Neveljavna država","Invalid credentials":"Neveljavne poverilnice","Invalid date":"Nepravilen datum","Invalid link":"Neveljavna povezava","Invalid name":"Neveljavno ime","Invalid parameters":"Neveljavni parametri","Invalid password, please try again":"Nepravilno geslo, poskusite znova","Invalid photo selected":"Izbrana napačna fotografija","Invalid time":"Nepravilen čas","Invalid URL":"Nepravilen URL","Invalid verification code, please try again":"Neveljavna koda za preverjanje, poskusite znova","IP Address":"Naslov IP","It is a one-time use code that will disable 2FA for your account when you use it.":"To je koda za enkratno uporabo, ki onemogoči 2FA za vaš račun, ko jo uporabite.","Item":"Artikel","Items per page:":"Elementi na stran:","JPEG Quality: %{n}":"Kakovost JPEG: %{n}","JPEG Size Limit: %{n}px":"Omejitev velikosti JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG in sličice se po potrebi samodejno prikažejo.","Keyword":"Ključna beseda","Keywords":"Ključne besede","Label":"Značka","Label not found":"Oznaka ni bila najdena","Label saved":"Shranjena nalepka","Labels":"Značke","Labels deleted":"Značke izbrisane","Language":"Jezik","Last Active":"Zadnji aktivni","Last Login":"Zadnja prijava","Last page":"Zadnja stran","Last Sync":"Zadnja sinhronizacija","Last Used":"Nazadnje uporabljeno","Latitude":"Zemljepisna širina","LDAP/AD":"LDAP/AD","Learn more":"Preberite več","Learn More":"Preberite več","Legal Information":"Pravne informacije","Lens":"Objektiv","Lens not found":"Objektiv ni bil najden","Library":"Knjižnica","License":"Licenca","Like":"Všeč mi je","Lime":"Lime","Limit reached, showing first %{n} files":"Omejitev je dosežena, prikazovanje prvih %{n} datotekek","Link":"Povezava","List":"Seznam","List View":"Pogled na seznam","Live":"V živo","Live Photos":"Fotografije","Load more":"Naloži več","Loading items...":"Nalaganje elementov...","Loading...":"Nalaganje...","Local":"Lokalni","Local Time":"Lokalni čas","Location":"Lokacija","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Sporočila dnevnika se tu pojavijo, kadar PhotoPrism naleti na pokvarjene datoteke ali druge morebitne težave.","Login":"Prijava","Logs":"Dnevniki","Longitude":"Zemljepisna dolžina","Lost server connection":"Izgubljena povezava s strežnikom","Low":"Nizka","Magenta":"Magenta","Main Color":"Glavna barva","Male":"Moški","Manage Account":"Upravljanje računa","Manager":"Vodja","Manual":"Priročnik","Manual Upload":"Ročno nalaganje","Maps":"Zemljevidi","Marker":"Označevalnik","Maximum number of accounts has been reached.":"Največje število računov je bilo doseženo.","Media":"Mediji","Medium":"Srednja","Membership":"Članstvo","Merge %{a} with %{b}?":"Združiti %{a} z %{b}?","Message":"Sporočilo","Metadata":"Metapodatki","Metrics":"Metrike","Minimize":"Zmanjšajte","Missing":"Manjka","Missing or invalid configuration":"Manjkajoča ali neveljavna konfiguracija","mixed":"mešani","Moments":"Trenutki","Monochrome":"Enobarvni","Month":"Mesec","More options":"Več možnosti","Mosaic":"Mozaik","Most Relevant":"Najpomembnejši","Move Files":"Premikanje datotek","Moving files from %s":"Premikanje datotek iz %s","Must have at least %{n} characters.":"Imeti mora vsaj %{n} znakov.","Mute":"Izklopite glasnost","Name":"Ime","Name too long":"Predolgo ime","Never":"Nikoli","New":"Novo","New Password":"Novo geslo","Newest First":"Najprej najnovejše","Next":"Naslednji","Next page":"Naslednja stran","Next visual":"Naslednji vizualni","No":"Ne","No Access":"Dostop ni mogoč","No albums assigned":"Ni dodeljenih albumov","No albums found":"Ni najdenih albumov","No albums selected":"Ni izbranih albumov","No data available":"Podatki niso na voljo","No files available for download":"Za prenos ni na voljo nobenih datotek","No items selected":"Ni izbranih elementov","No labels assigned":"Brez dodeljenih oznak","No labels found":"Ni najdenih nalepk","No labels selected":"Ni izbranih nalepk","No matching records found":"Ni bilo najdenih ustreznih zapisov","No more":"Ne več","No people found":"Ni bilo najdenih oseb","No pictures found":"Ni bilo najdenih slik","No recently edited pictures":"Brez nedavno urejenih slik","No registered instances.":"Ni registriranih primerov.","No results":"Brez rezultatov","No server connection":"Ni povezave s strežnikom","No servers configured.":"Strežniki niso konfigurirani.","No services configured.":"Strežniki niso konfigurirani.","No thanks":"Ne, hvala.","No users on this instance.":"Na tej instanci ni uporabnikov.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Ni opozoril ali napak, ki bi vsebovale to ključno besedo. Upoštevajte, da je iskanje občutljivo na velike in male črke.","Node":"Vozlišče","Nodes":"Vozlišča","Non-photographic and low-quality images require a review before they appear in search results.":"Nefotografske slike in slike nizke kakovosti je treba pred prikazom v rezultatih iskanja pregledati.","None":"Ni","Not allowed":"Ni dovoljeno","Not available in public mode":"Ni na voljo v javnem načinu","Not available in read-only mode":"Ni na voljo v načinu samo za branje","Not found":"Ga ni mogoče najti","Not sorted.":"Ni razvrščeno.","Not supported":"Ni podprto","Note you may manually manage your originals folder and importing is optional.":"Upoštevajte, da lahko mapo z izvirniki upravljate ročno, uvoz pa ni obvezen.","Note:":"Opomba:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Opomba: Samo strežnike WebDAV, kot sta Nextcloud ali PhotoPrism, lahko konfigurirate kot oddaljeno storitev za varnostno kopiranje in prenos datotek.","Notes":"Opombe","Nothing to see here yet.":"Tu še ni ničesar za videti. Bodite potrpežljivi.","Nothing was found.":"Ničesar nismo našli.","Offline":"Brez povezave","OK":"V REDU","Oldest First":"Najprej najstarejši","On Windows, enter the following resource in the connection dialog:":"V operacijskem sistemu Windows v pogovorno okno za povezavo vnesite naslednji vir:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Ustvarjanje sličic na zahtevo lahko povzroči veliko porabo procesorja in pomnilnika. To ni priporočljivo za strežnike in naprave NAS z omejenimi viri.","Once a week":"Enkrat na teden","One album found":"Najden je bil en album","One entry added to %s":"En vnos dodan v %s","One entry removed from %s":"En vnos odstranjen iz %s","One file found":"Najdena je bila ena datoteka","One file uploaded":"Prenesena ena datoteka","One folder found":"Najdena je bila ena mapa","One label found":"Najdena je bila ena nalepka","One person found":"Ena oseba je našla","One picture found":"Najdena je bila ena slika","Only locally managed accounts can be set up for authentication with 2FA.":"Samo lokalno upravljane račune je mogoče nastaviti za preverjanje pristnosti z 2FA.","Open":"Odpri","optional":"neobvezno","or":"ali","Orange":"Oranžna","Organization":"Orientacija","Orientation":"Orientacija","Original file names will be stored and indexed.":"Originalna imena datotek bodo shranjena in indeksirana.","Original Name":"Izvirno ime","Originals":"Izvirniki","Originals folder is empty":"Mapa Originali je prazna","Other":"Drugo","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Naše poslanstvo je zagotoviti uporabniku in zasebnosti najbolj prijazno rešitev za urejanje in dostop do vaših slik.","Outdoor":"Na prostem","Page {0}, Current page":"Stran {0}, Trenutna stran","Pages":"Strani","Pagination Navigation":"Navigacija po straneh","Panorama":"Panorama","Panoramas":"Panorame","Part of all selected photos":"Del vseh izbranih fotografij","Part of some selected photos":"Del nekaterih izbranih fotografij","Password":"Geslo","Password changed":"Spremenjeno geslo","Pause":"Premor","Payment required":"Potrebno je plačilo","People":"Ljudje","People you share a link with will be able to view public contents.":"Osebe, s katerimi delite povezavo, si bodo lahko ogledale javno vsebino.","Permanently deleted":"Trajno izbrisano","Permission denied":"Dovoljenje Zavrnjeno","Person":"Oseba","Person cover updated":"Posodobljeno pokrivalo osebe","Person deleted":"Izbrisana oseba","Person not found":"Oseba ni bila najdena","Person saved":"Rešena oseba","Personal":"Osebni","Photo":"Fotografija","PhotoPrism is 100% self-funded and independent.":"PhotoPrism se 100-odstotno financira sam in je neodvisen.","PhotoPrism+ Membership":"Članstvo PhotoPrism+","Photos":"Fotografije","Picture":"Slika","Picture Title":"Naslov slike","Pink":"Roza","Pinned":"Pripeto","Place":"Kraj","Place & Time":"Kraj in čas","Places":"Kraji","Play":"Igraj","Please confirm your new password.":"Potrdite novo geslo.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopirajte naslednje naključno ustvarjeno geslo za aplikacijo in ga shranite na varno mesto, saj ga ne boste mogli več videti:","Please do not upload any private, unlawful or offensive pictures.":"Ne nalagajte zasebnih, nezakonitih ali žaljivih slik.","Please don't upload photos containing offensive content.":"Ne nalagajte fotografij z žaljivo vsebino.","Please enter OTP character {0}":"Vnesite znak OTP {0}","Please log in to your account":"Prijavite se v svoj račun","Please note that changing your password will log you out on other devices and browsers.":"Upoštevajte, da se boste s spremembo gesla odjavili tudi v drugih napravah in brskalnikih.","Please restart your instance for the changes to take effect.":"Da bodo spremembe začele veljati, znova zaženite svoj primer.","Please wait…":"Počakajte…","PM":"PM","PNG Size Limit: %{n}px":"Omejitev velikosti PNG: %{n}px","Portal":"Portal","Portrait":"Portret","Preserve filenames":"Ohranjanje imen datotek","Press enter to create a new album.":"Pritisnite enter, da ustvarite nov album.","Press enter to create new item":"Pritisnite enter za ustvarjanje novega elementa","Prevent database and album backups as well as YAML sidecar files from being created.":"Preprečite ustvarjanje varnostnih kopij podatkovnih zbirk in albumov ter stranskih datotek YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Preprečite drugim aplikacijam dostop do programa PhotoPrism kot do omrežnega pogona v skupni rabi.","Preview":"Predogled","Preview Images":"Predogled slik","Previous":"Prejšnji","Previous page":"Prejšnja stran","Previous visual":"Prejšnji vizualni","Primary":"Primarni","Private":"Zasebno","Processing upload...":"Obdelava nalaganja...","Product Feedback":"Povratne informacije o izdelku","Projection":"Projekcija","Purple":"Vijolična","Quality Filter":"Filter kakovosti","Quality Score":"Ocena kakovosti","Quota exceeded":"Kvota je presežena","Random":"Naključno","Rating {0} of {1}":"Ocena {0} od {1}","Raw":"Surovo","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Ponovno indeksiranje vseh izvirnikov, vključno z že indeksiranimi in nespremenjenimi datotekami.","Read-Only Mode":"Način samo za branje","Recently Added":"Nedavno dodano","Recently Archived":"Nedavno arhivirano","Recently Edited":"Nedavno urejeno","Recognition starts after indexing has been completed.":"Prepoznavanje se začne po končanem indeksiranju.","Recognized":"Priznani","Recovery Code":"Koda za izterjavo","Red":"Rdeča","Refresh":"Osvežitev","Regions":"Regije","Register":"Register","Reload":"Ponovno polnjenje","Reloading…":"Polnjenje…","Remote Sync":"Oddaljena sinhronizacija","Remove":"Odstranite","remove failed: unknown album":"odstranitev ni uspela: neznan album","Remove from Album":"Odstrani iz albuma","Remove from all":"Odstranite iz vseh","Remove from all selected photos":"Odstrani iz vseh izbranih fotografij","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Odstranite uvožene datoteke, da prihranite prostor za shranjevanje. Nepodprte vrste datotek se nikoli ne izbrišejo, temveč ostanejo na svoji trenutni lokaciji.","Remove the selected instance from the cluster registry?":"Odstranitev izbranega primerka iz registra gruče?","Removed":"Odstranjeno","Removed %{name}":"Odstranjeno %{name}","Removed %d files and %d photos":"Odstranjene %d datoteke in %d fotografije","Repeated":"Ponavljajoče se","Request failed - are you offline?":"Zahteva ni bila uspešna - ste brez povezave?","Request failed - invalid response":"Zahteva ni uspela - neveljaven odgovor","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"zahteva, da se pred prikazom v rezultatih iskanja pregledajo nefotografske slike in slike nizke kakovosti.","Resolution":"Resolucija","Restart":"Ponovni zagon","Restore":"Obnovitev","Restored":"Restavrirani","Retry Limit":"Omejitev ponovitve","Retype Password":"Ponovite geslo","Review":"Pregled","Role":"Vloga","Roles":"Vloge","Rotated":"Obrnjeno","Rows per page:":"Vrstice na stran:","Satellite":"Satelit","Save":"Shrani","Save changes":"Shranjevanje sprememb","Scan":"Skeniranje","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skenirajte kodo QR z aplikacijo za preverjanje pristnosti ali uporabite nastavitveni ključ, prikazan spodaj, in nato vnesite ustvarjeno kodo za preverjanje:","Scans":"Skenira","Scope":"Področje uporabe","Scopes":"Obseg","Search":"Iskanje","Season":"Sezona","Secret":"Skrivnost","Security and Access":"Varnost in dostop","Select":"Izberite","Select a source folder to import files…":"Izberite izvorno mapo za uvoz datotek…","Select date":"Izberite datum","Select dates":"Izberite datume","Select or create albums":"Izberite ali ustvarite albume","Select or create labels":"Izberite ali ustvarite oznake","Select or drop files to upload…":"Izberite ali spustite datoteke za prenos…","Select the files to upload…":"Izberite datoteke, ki jih želite naložiti…","Select the folder to be indexed…":"Izberite mapo za indeksiranje…","Select Time":"Izberite čas","Selection":"Izbor","Selection added to %s":"Izbor dodan v %s","Selection approved":"Odobren izbor","Selection archived":"Arhiviran izbor","Selection marked as private":"Izbor označen kot zasebni","Selection not found":"Izbor ni najden","Selection restored":"Obnovljen izbor","Sequential Name":"Zaporedno ime","Service":"Storitev","Service URL":"URL storitve","Services":"URL storitve","Session":"Seja","Session ID":"ID seje","Sessions":"Seje","Set as Album Cover":"Nastavite kot naslovnico albuma","Set as Cover Image":"Nastavite kot naslovno sliko","Settings":"Nastavitve","Settings saved":"Shranjene nastavitve","Setup":"Nastavitev","Severity":"Resnost","Share":"Delite","Share %{s}":"Skupna raba %{s}","Show":"Prikaži","Show All Labels":"Prikaži vse oznake","Show all new faces":"Prikaži vse nove obraze","Show Caption":"Prikaži podnapis","Show Captions":"Prikaži napise","Show face markers":"Prikaži oznake obraza","Show hidden":"Prikaži skrito","Show Important Only":"Prikaži samo pomembno","Show logs in the web interface to monitor activity and troubleshoot problems.":"Prikažite dnevnike v spletnem vmesniku za spremljanje dejavnosti in odpravljanje težav.","Show smart albums that group pictures by occasion, trip, or location.":"Prikažite pametne albume, ki združujejo slike po priložnostih, potovanjih ali lokacijah.","Show the Account page so users can manage their profile and security settings.":"Prikažite stran Račun, da lahko uporabniki upravljajo svoj profil in varnostne nastavitve.","Show the Calendar view to browse the library by year and month.":"Prikažite pogled Koledar, da brskate po knjižnici po letih in mesecih.","Show the Labels section to view and manage AI-generated labels.":"Prikažite razdelek Nalepke za ogled in upravljanje nalepk, ustvarjenih z umetno inteligenco.","Show the Library section to index, manage, and monitor the media library.":"Če želite indeksirati, upravljati in spremljati medijsko knjižnico, prikažite razdelek Knjižnica.","Show the Places view with interactive maps so you can browse photos by location.":"Prikažite pogled Mesta z interaktivnimi zemljevidi, da lahko brskate po fotografijah glede na lokacijo.","Show Titles":"Prikaži naslove","Sidecar":"Sidecar","Sidecar Files":"Datoteke Sidecar","Sign in":"Prijavite se","Sign Out":"Odjavi se","Similar":"Podobno","Site URL":"URL spletnega mesta","Size":"Velikost","Slideshow":"Diaprojekcija","Slow":"Počasi","Software":"Programska oprema","Software Update":"Posodobitev programske opreme","Some albums could not be copied":"Nekaterih albumov ni bilo mogoče kopirati","Some albums could not be created. Please edit the names and try again.":"Nekaterih albumov ni bilo mogoče ustvariti. Uredite imena in poskusite znova.","Some albums could not be updated":"Nekaterih albumov ni bilo mogoče posodobiti","Something went wrong, try again":"Nekaj je šlo narobe, poskusite znova","Sort by":"Razvrsti po","Sort by Name (A–Z)":"Razvrsti po imenu (A-Z)","Sort by Photo Count":"Razvrsti po številu fotografij","Sort by Relevance":"Razvrsti po pomembnosti","Sort Order":"Vrstni red","Sorted ascending.":"Razvrščeno naraščajoče.","Sorted descending.":"Razvrščeno padajoče.","Source":"Vir:","Stack":"Stack","Stack files sharing the same unique image or instance identifier.":"Zlaganje datotek z isto edinstveno sliko ali identifikatorjem primerka.","Stack pictures taken at the exact same time and location based on their metadata.":"Na podlagi metapodatkov zložite slike, posnete ob istem času in na isti lokaciji.","Stackable":"Stackable","Stacks":"Zaloge","Start":"Začetek","Start Page":"Začetna stran","Static Size Limit: %{n}px":"Omejitev statične velikosti: %{n}px","Status":"Status","Stay signed in on this device":"Ostanite prijavljeni v tej napravi","Stop Casting":"Prenehaj z metanjem","Storage":"Shranjevanje","Streets":"Ulice","Subject":"Zadeva","Subject deleted":"Predmet izbrisanih","Subject not found":"Zadeva ni bila najdena","Subject saved":"Zadeva je shranjena","Successfully activated":"Uspešno aktiviran","Successfully Connected":"Uspešno povezano","Successfully deleted":"Uspešno izbrisan","Successfully verified":"Uspešno preverjeno","Super Admin":"Super administrator","Support for additional services, like Google Drive, will be added over time.":"Podpora za dodatne storitve, kot je Google Drive, bo dodana sčasoma.","Support Our Mission":"Podprite naše poslanstvo","Sync":"Sinhronizacija","Sync raw and video files":"Sinhronizacija neobdelanih in video datotek","Taken":"Prevzeto","Teal":"Teal","Terrain":"Teren","Text":"Besedilo","Thank You for Your Support!":"Hvala za podporo!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Zato je bil PhotoPrism od samega začetka zasnovan tako, da deluje, kjer koli ga potrebujete, ne da bi pri tem ogrožal svobodo, zasebnost ali funkcionalnost.","The index currently contains %{n} hidden files.":"Indeks trenutno vsebuje %{n} skritih datotek.","The instance rejected the cluster credentials.":"Instance je zavrnila poverilnice grozda.","The instance returned an unexpected redirect.":"Primer je vrnil nepričakovano preusmeritev.","The wakeup interval is %s, but must be 1h or less":"Interval prebujanja je %s, vendar mora biti 1h ali manj","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Njihova oblika morda ni podprta, morda še niso bili pretvorjeni v JPEG ali pa se podvajajo.","Theme":"Tema","This account is missing an ID and can't be edited.":"Temu računu manjka ID, zato ga ni mogoče urejati.","This field is required":"To polje je obvezno","This instance has no site URL configured.":"Za to instanco ni nastavljen naslov spletnega mesta.","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.":"Tako se mapa z izvirniki namesti kot omrežni pogon in omogoči odpiranje, urejanje in brisanje datotek iz računalnika ali pametnega telefona, kot da bi bile lokalne.","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. ":"Tako se mapa z izvirniki namesti kot omrežni pogon in omogoči odpiranje, urejanje in brisanje datotek iz računalnika ali pametnega telefona, kot da bi bile lokalne.","Time":"Čas","Time UTC":"Čas UTC","Time Zone":"Časovni pas","Timeout":"Timeout","Title":{"":"Naslov","Account":"Naslov","Photo":"Naslov"},"Title / Position":"Predolg naslov","to":"na .","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Da se izognete izgubi dostopa do računa, prenesite, natisnite ali kopirajte to obnovitveno kodo in jo shranite na varno mesto.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Če želite ustvariti novo geslo za določeno aplikacijo, vnesite ime in obseg pooblastila aplikacije ter izberite datum poteka:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Če želite preklopiti na novo aplikacijo ali napravo za preverjanje pristnosti, najprej deaktivirajte dvostopenjsko avtentikacijo in jo nato znova aktivirajte:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Za nadgradnjo lahko vnesete aktivacijsko kodo ali pa se s klikom na gumb \"Registracija\" prijavite na našem spletnem mestu:","Today":"Danes","Toggle View":"Toggle View","Token":"Žeton","Too many files selected":"Izbranih je preveč datotek","Too many requests":"Preveč zahtev","Troubleshooting":"Odpravljanje težav","Try again using other filters or keywords.":"Poskusite znova z drugimi filtri ali ključnimi besedami.","Two-factor authentication has been enabled for your account.":"Za vaš račun je omogočeno dvostopenjsko preverjanje pristnosti.","Type":"Tip","Unable to delete":"Ni mogoče izbrisati","Unable to do that":"Tega ni mogoče storiti","Unassign":"Odpravite dodelitev","Unauthorized":"Nepooblaščeno","Undo":"Razveljavi","Unique ID":"Edinstven ID","Unknown":"Neznano","Unknown location":"Neznana lokacija","Unregistered":"Neregistrirani","Unsorted":"Nesortirani","Unstack":"Odstranjevanje","Unsupported":"Nepodprto","Unsupported format":"Nepodprt format","Unsupported type":"Nepodprta vrsta","Updated":"Posodobljeno","Updating faces":"Posodabljanje obrazov","Updating index":"Posodabljanje indeksa","Updating moments":"Posodabljanje trenutkov","Updating picture…":"Posodabljanje predogledov","Updating previews":"Posodabljanje predogledov","Updating stacks":"Posodabljanje skladovnic","Upgrade":"Nadgradnja","Upgrade Now":"Nadgradite zdaj","Upload":"Naložite","Upload complete":"Nalaganje končano","Upload complete. Indexing…":"Nalaganje je končano. Indeksiranje…","Upload failed":"Nalaganje ni uspelo","Upload has been processed":"Prenos je bil obdelan","Upload local files":"Prenos lokalnih datotek","Upload might be offensive":"Nalaganje je lahko žaljivo","Upload Path":"Pot za nalaganje","Uploading %{n} of %{t}…":"Nalaganje %{n} od %{t}…","Uploading photos…":"Nalaganje fotografij…","Uploading…":"Polnjenje…","Uploads that may contain such images will be rejected automatically.":"Prenosi, ki bi lahko vsebovali takšne slike, bodo samodejno zavrnjeni.","URL":"URL","Use Presets":"Uporaba prednastavitev","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Uporabite naslednjo obnovitveno kodo za dostop do svojega računa, če ne morete ustvariti veljavne kode za preverjanje z aplikacijo za preverjanje pristnosti:","Use your recovery code or contact an administrator for help.":"Uporabite kodo za obnovitev ali se za pomoč obrnite na skrbnika.","User":"Uporabnik","User Guide":"Uporabniški priročnik","User Interface":"Uporabniški vmesnik","User not found":"Uporabnik ne obstaja","Username":"Uporabniško ime","Users":"Uporabniki","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorji","Verification Code":"Koda za preverjanje","Version":"Različica","Video":"Videoposnetek","Video Duration":"Trajanje","Videos":"Videoposnetki","View":"Oglejte si","View search results as a list.":"Rezultate iskanja prikažite kot seznam.","Viewer":"Pregledovalnik","Vision":"Vizija","Visitor":"Obiskovalec","Visual Similarity":"Skupine po podobnosti","Warning":"Opozorilo","Web Login":"Spletna prijava","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Odjemalci WebDAV se lahko povežejo s programom PhotoPrism z naslednjim naslovom URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Odjemalci WebDAV, kot sta Microsoftov Windows Explorer ali Applov Finder, se lahko povežejo neposredno s PhotoPrism.","WebDAV Upload":"Nalaganje prek protokola WebDAV","WebGL support is disabled in your browser":"Podpora WebGL je v vašem brskalniku onemogočena","Website":"Spletna stran","White":"Bela","Work Details":"Podrobnosti","Year":"Leto","Yellow":"Rumena","Yes":"Da","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Z vprašanji v zvezi s članstvom se lahko obrnete na membership@photoprism.app.","You can only download one album":"Prenesete lahko samo en album","You can only download one label":"Prenesete lahko samo eno nalepko","You can search for a location or move the marker on the map to change the position:":"Poiščete lahko lokacijo ali premaknete označevalnik na zemljevidu in spremenite položaj:","You can upload up to %{n} files for test purposes.":"V testne namene lahko naložite do %{n} datotek.","You cannot change your own role.":"Svoje vloge ne moreš spremeniti.","You do not have access to any instances.":"Nimate dostopa do nobene instance.","You may only select one item":"Izberete lahko samo en predmet.","You may rescan your library to find additional faces.":"Če želite najti dodatne obraze, lahko knjižnico ponovno preiščete.","Your account could not be connected":"Vašega računa ni bilo mogoče povezati","Your account has been successfully connected.":"Vaš račun je bil uspešno povezan.","Your browser does not support WebGL":"Vaš brskalnik ne podpira WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Vaša stalna podpora nam pomaga zagotavljati redne posodobitve in ostati neodvisni, tako da lahko izpolnjujemo svoje poslanstvo in varujemo vašo zasebnost.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Vaša knjižnica se nenehno analizira in samodejno ustvarja albume posebnih trenutkov, potovanj in krajev.","Zip created in %d s":"Zip, ustvarjen v %d s","Zoom in/out":"Povečanje/pomanjšanje","Archive":{"Noun":"Arhiv","Verb":"Arhiv"},"Add a Title":{"Photo":"Dodajanje naslova"}}} \ No newline at end of file +{"sl":{"{0} appended action":"{0} priloženo dejanje","{0} files":"{0} datotek","{0} files ({1} in total)":"{0} datotek (skupaj {1})","{0} more":"{0} več","{0} prepended action":"{0} predpomnjen ukrep","{0} selected":"{0} izbrano","{0}-{1} of {2}":"{0}-{1} iz {2}","%{n} albums found":"%{n} najdenih albumov","%{n} files uploaded":"%{n} naloženih datotek","%{n} folders found":"%{n} najdenih map","%{n} GB of %{q} GB used":"%{n} GB od %{q} GB uporabljenih","%{n} labels found":"%{n} najdenih značk","%{n} people found":"%{n} najdenih oseb","%{n} pictures found":"%{n} najdenih slik","%{s} is too long":"%{s} je predolg","%{s} is too short":"%{s} je prekratek","%d entries added to %s":"%d vnosi dodani v %s","%d entries removed from %s":"%d vnosi odstranjeni iz %s","%d files uploaded in %d s":"%d datoteke, naložene v %d s","%s already exists":"%s že obstaja","%s has been restored":"%s je bil obnovljen","1 hour":"1 ura","12 hours":"12 ur","2-Factor Authentication":"2-faktorsko preverjanje pristnosti","2FA":"2FA","4 hours":"4 ure","A click will copy it to your clipboard.":"S klikom ga boste kopirali v odložišče.","A new version of %{s} is available:":"Na voljo je nova različica %{s}:","About":"Podrobno","Access granted.":"Dostop odobren.","Access revoked.":"Dostop je bil preklican.","Access Token":"Žeton za dostop","Account":"Račun","Account created":"Ustvarjen račun","Account deleted":"Račun je izbrisan","Account Group Mappings":"Povezave med računskimi skupinami","Account not found":"Račun ni najden","Account restored":"Obnovljen račun","Account saved":"Shranjen račun","Accounts":"Računi","Accuracy":"Natančnost","Action":"Akcija","Actions":"Akcije","Activate":"Aktivacija","Activate to remove sorting.":"Aktivirajte za odstranitev razvrščanja.","Activate to sort ascending.":"Aktivirajte za naraščajoče razvrščanje.","Activate to sort descending.":"Aktivirajte za razvrščanje po padajočem vrstnem redu.","Activation Code":"Aktivacijska koda","Activity":"Dejavnost","Add":"Dodaj","Add %{s}?":"Dodaj %{s}?","Add a Caption":"Dodajanje napisa","Add Account":"Dodaj račun","Add Album":"Dodajanje albuma","Add Link":"Dodaj povezavo","Add Notes":"Dodajte opombe","Add person?":"Dodati osebo?","Add pictures from search results by selecting them.":"Dodajte slike iz rezultatov iskanja, z izbiranjem.","Add to album":"Dodaj v album","Add to all":"Dodaj vsem","Add to all selected photos":"Dodaj vsem izbranim fotografijam","Added":"Dodano","Added %{name}":"Dodano %{name}","Adjust Camera Info":"Prilagoditev informacij o kameri","Adjust Date & Time":"Prilagoditev datuma in časa","Adjust Location":"Prilagoditev lokacije","Admin":"Admin","Advanced":"Napredno","Advertise URL":"Oglaševanje URL","After 1 day":"Po 1 dnevu","After 3 days":"Po 3 dneh","After 7 days":"Po 7 dneh","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Ko vnesete geslo za potrditev, lahko nastavite dvostopenjsko avtentikacijo z združljivo aplikacijo ali napravo za preverjanje pristnosti:","After one month":"Po enem mesecu","After one year":"Po enem letu","After selecting pictures from search results, you can add them to an album using the context menu.":"Ko izberete slike iz rezultatov iskanja, jih lahko s pomočjo kontekstnega menija dodate v album.","After two months":"Po dveh mesecih","After two weeks":"Po dveh tednih","Album":"Album","Album %s deleted":"Album %s izbrisano","Album Backups":"Varnostne kopije albumov","Album contents cloned":"Vsebina albuma klonirana","Album created":"Ustvarjen album","Album deleted":"Izbrisan album","Album not found":"Album ni najden","Album saved":"Shranjen album","Albums":"Albumi","Albums deleted":"Izbrisani albumi","All":"Vse","All %{n} albums loaded":"Vseh %{n} je bilo naloženih","All %{n} labels loaded":"Vseh %{n} nalepk je bilo naloženih","All %{n} people loaded":"Vseh %{n} oseb je bilo dodanih","All Cameras":"Vsi fotoaparati","All Categories":"Vse kategorije","All Colors":"Vse barve","All Countries":"Vse države","All files from import folder":"Vse datoteke iz uvozne mape","All Lenses":"Vsi objektivi","All Months":"Vsi meseci","All originals":"Vse izvirne","All Years":"Vsa leta","Allow configuration and use of connected apps and services for remote uploads and sync.":"Omogočite konfiguracijo in uporabo povezanih aplikacij in storitev za oddaljeno nalaganje in sinhronizacijo.","Allow editing of metadata such as title, description, date, and location.":"Omogočite urejanje metapodatkov, kot so naslov, opis, datum in lokacija.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Omogoča urejanje metapodatkov, oznak in albumov več slik hkrati.","Allow files to be copied or moved from the Import to the Originals folder.":"Omogočite orodje za uvoz, da kopirate ali premikate datoteke iz mape za uvoz v izvirnike.","Allow files to be permanently deleted to free up storage space.":"Omogočite trajno brisanje datotek, da sprostite prostor za shranjevanje.","Allow users to archive photos and videos so they are hidden without being deleted.":"Uporabnikom omogočite arhiviranje fotografij in videoposnetkov, tako da so skriti, ne da bi bili izbrisani.","Allow users to create and share links, and enable sharing with connected services.":"Uporabnikom omogočite ustvarjanje in deljenje povezav ter deljenje s povezanimi storitvami.","Allow users to upload new photos and videos through the web interface.":"Uporabnikom omogočite nalaganje novih fotografij in videoposnetkov prek spletnega vmesnika.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Datoteke lahko prenesete tudi neposredno v strežnike WebDAV, kot je Nextcloud.","Altitude":"Nadmorska višina","Altitude (m)":"Nadmorska višina (m)","AM":"AM","Animated":"Animirani","Animation":"Animacija","Animations":"Animacije","Any private photos and videos remain private and won't be shared.":"Vse zasebne fotografije in videoposnetki ostanejo zasebni in ne bodo deljeni.","API Key":"Ključ API","Application":"Aplikacija","Applications":"Aplikacije","Approve":"Potrdi","Approve and save changes":"Potrdite in shranite spremembe","Apps and Devices":"Aplikacije in naprave","Archived":"Arhivirano","Are you sure you want to archive the selection?":"Ali ste prepričani, da želite arhivirati izbor?","Are you sure you want to delete these albums?":"Ste prepričani, da želite izbrisati te albume?","Are you sure you want to delete these labels?":"Ali ste prepričani, da želite izbrisati te značke?","Are you sure you want to delete this account?":"Ste prepričani, da želite izbrisati ta račun?","Are you sure you want to delete this album?":"Ste prepričani, da želite izbrisati ta album?","Are you sure you want to permanently delete these pictures?":"Ste prepričani, da želite trajno izbrisati te slike?","Are you sure you want to permanently delete this file?":"Ali ste prepričani, da želite trajno izbrisati to datoteko?","Are you sure?":"Ste prepričani?","Artist":"Fotograf","Aspect Ratio":"Razmerje stranic","Attributes":"Atributi","Audio":"Audio","Audit Log":"Audio","Authentication":"Preverjanje pristnosti","Auto":"Samodejno","Back":"Nazaj","Back to top":"Nazaj na vrh","Backup":"Varnostna kopija","Badge":"Značka","Base Path":"Osnovna pot","Batch":"Serija","Batch Edit":"Serijsko urejanje","Become a member today, support our mission and enjoy our member benefits!":"Postanite član še danes, podprite naše poslanstvo in uživajte v naših članskih ugodnostih!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Ker se financiramo sami in smo 100-odstotno neodvisni, vam lahko obljubimo, da nikoli ne bomo prodali vaših podatkov ter da bomo vedno pregledni glede naše programske opreme in storitev.","Bio":"Bio","Birth Date":"Datum rojstva","Black":"Črna","Blue":"Modra","Brown":"Rjava","Browse":"Brskanje po","Browse Files":"Brskanje po datotekah","Browse Pictures":"Brskanje po slikah","Bug Report":"Poročilo o napaki","Busy, please try again later":"Zaseden, poskusite znova pozneje","Busy, please wait…":"Zaseden, prosim počakajte…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Z uporabo programske opreme in storitev, ki jih ponujamo, se strinjate z našimi pogoji uporabe storitev, pravilnikom o zasebnosti in kodeksom ravnanja.","Calendar":"Koledar","Camera":"Fotoaparat","Camera not found":"Kamera ni bila najdena","Camera Serial":"Serijska kamere","Can't access your authenticator app or device?":"Ne morete dostopati do aplikacije ali naprave za preverjanje pristnosti?","Can't load more, limit reached":"Ne morem naložiti več, omejitev je dosežena","Can't select more items":"Ne morete izbrati več elementov","Cancel":"Prekliči","Cannot copy to clipboard":"Ni mogoče kopirati v odložišče","Caption":"Naslov","Cards":"Kartice","Carousel slide {0} of {1}":"Vrtiljak drsnik {0} od {1}","Cast":"Igralska zasedba","Category":"Kategorija","Change Avatar":"Spremeni avatarja","Change Password":"Sprememba gesla","Change private flag":"Sprememba zasebne zastave","Changes could not be saved":"Sprememb ni bilo mogoče shraniti","Changes successfully saved":"Spremembe so bile uspešno shranjene","Changes to the advanced settings require a restart to take effect.":"Spremembe naprednih nastavitev je treba znova zagnati, da začnejo veljati.","Checked":"Izbrano","Choose an instance to continue:":"Izberite primer, da nadaljujete:","Chroma":"Chroma","Cleaning index and cache":"Čiščenje indeksa in predpomnilnika","Cleanup":"Čiščenje","Clear":"Jasno","Clear {0}":"Počisti {0}","Client":"Stranka","Close":"Zapri","Cluster":"Grozd","Cluster Admin":"Upravitelj skupine","Cluster Node":"Vozlišče gruče","Codec":"Kodek","Color":"Barva","Color Profile":"Barvni profil","Colors":"Barve","Compare Editions":"Primerjaj izdaje","Complete Rescan":"Popolno ponovno skeniranje","Confidence":"Zaupanje","Confirm":"Potrdi","Connect":"Poveži","Connect via WebDAV":"Poveži preko WebDAV","Connected":"Povezano","Contact Details":"Pišite nam","Contact Us":"Pišite nam","Contains %{n} pictures.":"Vsebuje %{n} slik.","Contains one picture.":"Vsebuje eno sliko.","Content":{"":"Vsebina","Edit":"Vsebina"},"Continue":"Nadaljuj","Contributor":"Sodelujoči","Converting":"Pretvarjanje","Copied to clipboard":"Kopiranje v odložišče","Copy":"Kopirati","Copying files from %s":"Kopiranje datotek iz %s","Copyright":"Avtorske pravice","Could not be deleted":"Ni bilo mogoče izbrisati","Could not connect, please try again":"Ne morem vzpostaviti povezave, poskusite znova","Could not update person cover":"Ni bilo mogoče posodobiti pokrova osebe","Couldn't find anything.":"Ničesar nisem našel.","Country":"Država","Create Account":"Ustvarjanje računa","Create album":"Ustvari album","Create regular backups based on the configured schedule.":"Ustvarite varnostne kopije indeksov na podlagi konfiguriranega urnika.","Create YAML files to back up album metadata.":"Ustvarite datoteke YAML za varnostno kopiranje metapodatkov albuma.","Create YAML sidecar files to back up picture metadata.":"Ustvarite stranske datoteke YAML za varnostno kopiranje metapodatkov slik.","Created":"Ustvarjeno","Creating thumbnails for":"Ustvarjanje sličic za","Current Password":"Trenutno geslo","Custom":"Po meri","Cyan":"Cyan","Daily":"Dnevno","Database":"Podatkovna zbirka","Database Backups":"Varnostne kopije podatkovne baze","Databases":"Podatkovne zbirke","Date & Time":"Datum in ura","Day":"Dan","Deactivate":"Deaktiviraj","Debug Logs":"Dnevniki za odpravljanje napak","Default":"Privzeto","Default Folder":"Privzeta mapa","Delete":"Izbriši","Delete Album":"Brisanje albuma","Delete All":"Izbriši vse","Delete all?":"Izbriši vse?","Delete orphaned index entries, sidecar files and thumbnails.":"Izbrišite osirotele vnose indeksa, datoteke stranskih sličic in sličic.","deleted":"izbrisano","Description":"Opis","Detailed instructions can be found in our User Guide.":"Podrobna navodila so na voljo v našem uporabniškem priročniku.","Details":"Podrobnosti","Dimensions":"Dimenzije","Disable all face detection and recognition features.":"Onemogočite vse funkcije zaznavanja in prepoznavanja obrazov.","Disable Backups":"Onemogoči varnostno kopiranje","Disable Darktable":"Onemogoči Darktable","Disable ExifTool":"Onemogoči orodje ExifTool","Disable Faces":"Onemogočite obraze","Disable features that require write permission for the originals folder.":"Onemogočite funkcije, ki zahtevajo dovoljenje za pisanje v mapo z izvirniki.","Disable FFmpeg":"Onemogoči FFmpeg","Disable ImageMagick":"Onemogočite ImageMagick","Disable interactive world maps and reverse geocoding.":"Onemogočite interaktivne zemljevide sveta in obratno geokodiranje.","Disable MCP":"Onemogočite MCP","Disable Places":"Onemogoči mesta","Disable RawTherapee":"Onemogoči RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Onemogočite končno točko API protokola MCP (Model Context Protocol) za integracije agentov umetne inteligence.","Disable Vectors":"Onemogočite vektorje","Disable WebDAV":"Onemogoči WebDAV","Disabled":"Onemogočeno","Disables vector graphics support.":"Onemogoči podporo za vektorsko grafiko.","Disables video transcoding and thumbnail extraction.":"Onemogoči prekodiranje videoposnetkov in pridobivanje sličic.","Discard":"Zavrnite","Discard changes and close":"Zavrnite spremembe in zaprite","Discard invalid changes?":"Zavrniti neveljavne spremembe?","Discard unsaved changes?":"Zavrniti neshranjene spremembe?","Discover":"Odkrijte","Dismiss":"Zavrnite","Display Name":"Prikazno ime","Display picture captions in search results.":"Prikazovanje napisov slik v rezultatih iskanja.","Display picture titles in search results.":"Prikazovanje naslovov slik v rezultatih iskanja.","Document":"Dokument","Documents":"Dokumenti","Don't use Darktable to convert RAW images.":"Za pretvorbo datotek RAW ne uporabljajte programa Darktable.","Don't use ImageMagick to convert images.":"Za pretvorbo slik ne uporabljajte programa ImageMagick.","Don't use RawTherapee to convert RAW images.":"Za pretvorbo slik RAW ne uporabljajte programa RawTherapee.","Done":"Končano","Done.":"Opravljeno.","Download":"Prenesi","Download only original media files, without any automatically generated files.":"Prenesite samo izvirne medijske datoteke brez samodejno ustvarjenih datotek.","Download remote files":"Prenos oddaljenih datotek","Downloading…":"Prenašanje…","Drag and drop files here":"Povlecite in spustite datoteke sem","Driver":"Voznik","Duplicates will be skipped and only appear once.":"Podvojeni podatki bodo preskočeni in prikazani samo enkrat.","Duration":"Trajanje","Dynamic Previews":"Dinamični predogledi","Dynamic Size Limit: %{n}px":"Omejitev dinamične velikosti: %{n}px","Edit":"Uredi","Edit %{s}":"Urejanje %{s}","Edit Account":"Urejanje računa","Edit Photo":"Uredi fotografijo","Edit Photos (%{n})":"Urejanje fotografij (%{n})","Edited":"Urejeno","Email":"E-pošta","Enable debug mode to display additional logs and help with troubleshooting.":"Omogočite način za odpravljanje napak, da prikažete dodatne dnevnike in si pomagate pri odpravljanju težav.","Enable downloading of original and sidecar files from the web interface.":"Omogočite prenos izvirnih in stranskih datotek iz spletnega vmesnika.","Enable face recognition and the People view to easily find people you know.":"Omogočite prepoznavanje obrazov in prikaz Ljudje, da boste zlahka našli ljudi, ki jih poznate.","Enable new features that may be incomplete or unstable.":"omogočanje novih funkcij, ki so lahko nepopolne ali nestabilne.","Enable the file browser to navigate the Originals folder structure.":"Omogočite brskalnik datotek za krmarjenje po strukturi map Originals.","Enables RAW converter presets. May reduce performance.":"Omogoči prednastavitve pretvornika RAW. Lahko zmanjša zmogljivost.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Omogočanje dvostopenjske avtentikacije pomeni, da boste za prijavo potrebovali naključno ustvarjeno potrditveno kodo, tako da tudi če nekdo pridobi dostop do vašega gesla, ne bo mogel dostopati do vašega računa.","Engine":"Motor","Enter date":"Vnesite datum","Enter dates":"Vnesite datume","Enter item name...":"Vnesite ime predmeta...","Enter the code generated by your authenticator app:":"Vnesite kodo, ki jo ustvari aplikacija za preverjanje pristnosti:","Enter verification code":"vnesi potrditveno kodo","Enter your password to confirm the action and continue:":"Vnesite geslo za potrditev dejanja in nadaljujte:","Entity not found":"Entiteta ni bila najdena","Error":"Napaka","Errors":"Napake","Estimate":"Ocena","Estimate Locations":"Ocenjevanje lokacij","Estimate the approximate location of pictures without GPS coordinates.":"Ocenite približno lokacijo slik brez koordinat GPS.","Every two days":"Vsaka dva dni","Exclude hidden":"Izključite skrite","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Za popolno podporo za videoposnetke, fotografije v živo in XMP je potrebno pridobivanje metapodatkov z orodjem ExifTool.","Experimental Features":"Eksperimentalne funkcije","Expires":"Velja do","Exposure":"Izpostavljenost","Extract still images and generate thumbnails while indexing.":"Med indeksiranjem izpisujte mirujoče slike in ustvarjajte sličice.","F Number":"Številka F","Face":"Obraz","Face not found":"Obraza ni mogoče najti","Faces":"Obrazi","Failed creating file, please check permissions":"Neuspešno ustvarjanje datoteke, preverite dovoljenja","Failed creating folder, please check permissions":"Neuspešno ustvarjanje mape, preverite dovoljenja","Failed removing link":"Neuspešno odstranjevanje povezave","Failed to connect account.":"Ni uspelo povezati računa.","Failed to create zip file":"Ni uspelo ustvariti datoteke zip","Failed to load users.":"Naložitev uporabnikov ni uspela.","Failed to remove face marker":"Ni uspelo odstraniti označevalca obraza","Failed to remove name":"Ni uspelo odstraniti imena","Failed to restart server":"Ponovni zagon strežnika ni uspel","Failed to save changes":"Ni uspelo shraniti sprememb","Failed to save face marker":"Ni uspelo rešiti markerja za obraz","Failed to save name":"Ni uspelo shraniti imena","Failed updating link":"Neuspešno posodabljanje povezave","Family Name":"Družinsko ime","Fast":"Hitro","Favorite":"Najljubši","Favorites":"Priljubljeno","Feature disabled":"Funkcija je onemogočena","Feature Request":"Zahteva za funkcijo","Female":"Ženske","File":"Datoteka","File Browser":"Brskalnik za datoteke","File Conversion":"Pretvarjanje datotek","File deleted":"Izbrisana datoteka","File Name":"Ime datoteke","File not found":"Datoteka ni najdena","File removed from stack":"Datoteka odstranjena iz sklada","File Size":"Datoteka","File too large":"Prevelika datoteka","File uploaded":"Prenesena datoteka","Filename":"Ime datoteke","Files":"Datoteke","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Datoteki z zaporednimi imeni, kot sta \"IMG_1234 (2)\" in \"IMG_1234 (3)\", pripadata isti sliki.","First page":"Prva stran","Focal Length":"Goriščna razdalja","Folder":"Mapa","Folder contains %{n} files":"Mapa vsebuje %{n} datotek","Folder is empty":"Mapa je prazna","Folders":"Mape","Forgot password?":"Ste pozabili geslo?","FPS":"FPS","Frames":"Okviri","Full Access":"Popoln dostop","Fullscreen":"Celozaslonski zaslon","General":"Splošno","Generate":"Ustvari","Generate Previews":"Ustvarjanje predogledov","Generated":"Ustvarjeno","Get Started":"Začnite z delom","Given Name":"Izvirno ime","Global Options":"Globalne možnosti","Go to page {0}":"Pojdi na stran {0}","Gold":"Zlato","Green":"Zelena","Grey":"Siva","Groups":"Skupine","Guest":"Gost","Hash":"Hash","Help":"Pomoč","Help & Support":"Pomoč in podpora","Hidden":"Skriti","Hidden Files":"Skrite datoteke","Hide":"Skrij","Hide Caption":"Skrij podnapis","Hide face markers":"Skrijte označevalnike obraza","Hide private content from global views while keeping it accessible in the Private section.":"Skrijte zasebne elemente iz globalnih prikazov, hkrati pa jih ohranite dostopne v razdelku Zasebno.","High":"Visoka","High Dynamic Range (HDR)":"Visok dinamični razpon (HDR)","Hybrid":"Hibridni","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Če izgubite dostop do aplikacije ali naprave za preverjanje pristnosti, lahko uporabite svojo obnovitveno kodo, da znova pridobite dostop do svojega računa.","Image":"Slika","Image Quality":"Kakovost slike","Import":"Uvoz","Import canceled":"Uvoz preklican","Import completed in %d s":"Uvoz se zaključi v %d s","Import failed":"Uvoz ni uspel","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Uvožene datoteke bodo razvrščene po datumu in bodo imele edinstveno ime, da bi se izognili podvajanju.","Importing %{s}…":"Uvažanje %{s}…","Importing files to originals…":"Uvoz datotek v izvirnike…","in":"na","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Če manjkajo slike, ki ste jih pričakovali, ponovno preglejte svojo knjižnico in počakajte, da bo indeksiranje končano.","Include RAW image files when downloading stacks and archives.":"Vključite slikovne datoteke RAW pri prenašanju skladov in arhivov.","Include sidecar files when downloading stacks and archives.":"Vključitev stranskih datotek pri prenosu skladov in arhivov.","Increase storage size or delete files to continue.":"Če želite nadaljevati, povečajte velikost shrambe ali izbrišite datoteke.","Index":"Indeks","Indexing":"Indeksiranje","Indexing canceled":"Indeksiranje preklicano","Indexing completed in %d s":"Indeksiranje je končano v %d s","Indexing failed":"Indeksiranje ni uspelo","Indexing files in %s":"Indeksiranje datotek v %s","Indexing media and sidecar files…":"Indeksiranje medijskih in stranskih datotek…","Indexing originals...":"Indeksiranje izvirnikov...","Information":"Informacije","Inherit":"Podedovati","Instance":"Primer","Instance ID":"ID instance","Instance unreachable. Try again once it's back online.":"Stvarni primer ni dosegljiv. Poskusite znova, ko bo spet na voljo.","Instances":"Primerki","Insufficient storage":"Nezadostno skladiščenje","Insufficient storage.":"Nezadostno skladiščenje.","Interval":"Interval","Invalid":"Nepravilen datum","Invalid address":"Nepravilen naslov","Invalid country":"Neveljavna država","Invalid credentials":"Neveljavne poverilnice","Invalid date":"Nepravilen datum","Invalid link":"Neveljavna povezava","Invalid name":"Neveljavno ime","Invalid parameters":"Neveljavni parametri","Invalid password, please try again":"Nepravilno geslo, poskusite znova","Invalid photo selected":"Izbrana napačna fotografija","Invalid time":"Nepravilen čas","Invalid URL":"Nepravilen URL","Invalid verification code, please try again":"Neveljavna koda za preverjanje, poskusite znova","IP Address":"Naslov IP","It is a one-time use code that will disable 2FA for your account when you use it.":"To je koda za enkratno uporabo, ki onemogoči 2FA za vaš račun, ko jo uporabite.","Item":"Artikel","Items per page:":"Elementi na stran:","JPEG Quality: %{n}":"Kakovost JPEG: %{n}","JPEG Size Limit: %{n}px":"Omejitev velikosti JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG in sličice se po potrebi samodejno prikažejo.","Keyword":"Ključna beseda","Keywords":"Ključne besede","Label":"Značka","Label not found":"Oznaka ni bila najdena","Label saved":"Shranjena nalepka","Labels":"Značke","Labels deleted":"Značke izbrisane","Language":"Jezik","Last Active":"Zadnji aktivni","Last Login":"Zadnja prijava","Last page":"Zadnja stran","Last Sync":"Zadnja sinhronizacija","Last Used":"Nazadnje uporabljeno","Latitude":"Zemljepisna širina","LDAP/AD":"LDAP/AD","Learn more":"Preberite več","Learn More":"Preberite več","Legal Information":"Pravne informacije","Lens":"Objektiv","Lens not found":"Objektiv ni bil najden","Library":"Knjižnica","License":"Licenca","Like":"Všeč mi je","Lime":"Lime","Limit reached, showing first %{n} files":"Omejitev je dosežena, prikazovanje prvih %{n} datotekek","Link":"Povezava","List":"Seznam","List View":"Pogled na seznam","Live":"V živo","Live Photos":"Fotografije","Load more":"Naloži več","Loading items...":"Nalaganje elementov...","Loading...":"Nalaganje...","Local":"Lokalni","Local Time":"Lokalni čas","Location":"Lokacija","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Sporočila dnevnika se tu pojavijo, kadar PhotoPrism naleti na pokvarjene datoteke ali druge morebitne težave.","Login":"Prijava","Logs":"Dnevniki","Longitude":"Zemljepisna dolžina","Lost server connection":"Izgubljena povezava s strežnikom","Low":"Nizka","Magenta":"Magenta","Main Color":"Glavna barva","Male":"Moški","Manage Account":"Upravljanje računa","Manager":"Vodja","Manual":"Priročnik","Manual Upload":"Ročno nalaganje","Maps":"Zemljevidi","Marker":"Označevalnik","Maximum number of accounts has been reached.":"Največje število računov je bilo doseženo.","Media":"Mediji","Medium":"Srednja","Membership":"Članstvo","Merge %{a} with %{b}?":"Združiti %{a} z %{b}?","Message":"Sporočilo","Metadata":"Metapodatki","Metrics":"Metrike","Minimize":"Zmanjšajte","Missing":"Manjka","Missing or invalid configuration":"Manjkajoča ali neveljavna konfiguracija","mixed":"mešani","Moments":"Trenutki","Monochrome":"Enobarvni","Month":"Mesec","More options":"Več možnosti","Mosaic":"Mozaik","Most Relevant":"Najpomembnejši","Move Files":"Premikanje datotek","Moving files from %s":"Premikanje datotek iz %s","Must have at least %{n} characters.":"Imeti mora vsaj %{n} znakov.","Mute":"Izklopite glasnost","Name":"Ime","Name too long":"Predolgo ime","Never":"Nikoli","New":"Novo","New Password":"Novo geslo","Newest First":"Najprej najnovejše","Next":"Naslednji","Next page":"Naslednja stran","Next visual":"Naslednji vizualni","No":"Ne","No Access":"Dostop ni mogoč","No albums assigned":"Ni dodeljenih albumov","No albums found":"Ni najdenih albumov","No albums selected":"Ni izbranih albumov","No data available":"Podatki niso na voljo","No files available for download":"Za prenos ni na voljo nobenih datotek","No items selected":"Ni izbranih elementov","No labels assigned":"Brez dodeljenih oznak","No labels found":"Ni najdenih nalepk","No labels selected":"Ni izbranih nalepk","No matching records found":"Ni bilo najdenih ustreznih zapisov","No more":"Ne več","No people found":"Ni bilo najdenih oseb","No pictures found":"Ni bilo najdenih slik","No recently edited pictures":"Brez nedavno urejenih slik","No registered instances.":"Ni registriranih primerov.","No results":"Brez rezultatov","No server connection":"Ni povezave s strežnikom","No servers configured.":"Strežniki niso konfigurirani.","No services configured.":"Strežniki niso konfigurirani.","No thanks":"Ne, hvala.","No users on this instance.":"Na tej instanci ni uporabnikov.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Ni opozoril ali napak, ki bi vsebovale to ključno besedo. Upoštevajte, da je iskanje občutljivo na velike in male črke.","Node":"Vozlišče","Nodes":"Vozlišča","Non-photographic and low-quality images require a review before they appear in search results.":"Nefotografske slike in slike nizke kakovosti je treba pred prikazom v rezultatih iskanja pregledati.","None":"Ni","Not allowed":"Ni dovoljeno","Not available in public mode":"Ni na voljo v javnem načinu","Not available in read-only mode":"Ni na voljo v načinu samo za branje","Not found":"Ga ni mogoče najti","Not sorted.":"Ni razvrščeno.","Not supported":"Ni podprto","Note you may manually manage your originals folder and importing is optional.":"Upoštevajte, da lahko mapo z izvirniki upravljate ročno, uvoz pa ni obvezen.","Note:":"Opomba:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Opomba: Samo strežnike WebDAV, kot sta Nextcloud ali PhotoPrism, lahko konfigurirate kot oddaljeno storitev za varnostno kopiranje in prenos datotek.","Notes":"Opombe","Nothing to see here yet.":"Tu še ni ničesar za videti. Bodite potrpežljivi.","Nothing was found.":"Ničesar nismo našli.","Offline":"Brez povezave","OK":"V REDU","Oldest First":"Najprej najstarejši","On Windows, enter the following resource in the connection dialog:":"V operacijskem sistemu Windows v pogovorno okno za povezavo vnesite naslednji vir:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Ustvarjanje sličic na zahtevo lahko povzroči veliko porabo procesorja in pomnilnika. To ni priporočljivo za strežnike in naprave NAS z omejenimi viri.","Once a week":"Enkrat na teden","One album found":"Najden je bil en album","One entry added to %s":"En vnos dodan v %s","One entry removed from %s":"En vnos odstranjen iz %s","One file found":"Najdena je bila ena datoteka","One file uploaded":"Prenesena ena datoteka","One folder found":"Najdena je bila ena mapa","One label found":"Najdena je bila ena nalepka","One person found":"Ena oseba je našla","One picture found":"Najdena je bila ena slika","Only locally managed accounts can be set up for authentication with 2FA.":"Samo lokalno upravljane račune je mogoče nastaviti za preverjanje pristnosti z 2FA.","Open":"Odpri","optional":"neobvezno","or":"ali","Orange":"Oranžna","Organization":"Orientacija","Orientation":"Orientacija","Original file names will be stored and indexed.":"Originalna imena datotek bodo shranjena in indeksirana.","Original Name":"Izvirno ime","Originals":"Izvirniki","Originals folder is empty":"Mapa Originali je prazna","Other":"Drugo","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Naše poslanstvo je zagotoviti uporabniku in zasebnosti najbolj prijazno rešitev za urejanje in dostop do vaših slik.","Outdoor":"Na prostem","Page {0}, Current page":"Stran {0}, Trenutna stran","Pages":"Strani","Pagination Navigation":"Navigacija po straneh","Panorama":"Panorama","Panoramas":"Panorame","Part of all selected photos":"Del vseh izbranih fotografij","Part of some selected photos":"Del nekaterih izbranih fotografij","Password":"Geslo","Password changed":"Spremenjeno geslo","Pause":"Premor","Payment required":"Potrebno je plačilo","People":"Ljudje","People you share a link with will be able to view public contents.":"Osebe, s katerimi delite povezavo, si bodo lahko ogledale javno vsebino.","Permanently deleted":"Trajno izbrisano","Permission denied":"Dovoljenje Zavrnjeno","Person":"Oseba","Person cover updated":"Posodobljeno pokrivalo osebe","Person deleted":"Izbrisana oseba","Person not found":"Oseba ni bila najdena","Person saved":"Rešena oseba","Personal":"Osebni","Photo":"Fotografija","PhotoPrism is 100% self-funded and independent.":"PhotoPrism se 100-odstotno financira sam in je neodvisen.","PhotoPrism+ Membership":"Članstvo PhotoPrism+","Photos":"Fotografije","Picture":"Slika","Picture Title":"Naslov slike","Pink":"Roza","Pinned":"Pripeto","Place":"Kraj","Place & Time":"Kraj in čas","Places":"Kraji","Play":"Igraj","Please confirm your new password.":"Potrdite novo geslo.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Kopirajte naslednje naključno ustvarjeno geslo za aplikacijo in ga shranite na varno mesto, saj ga ne boste mogli več videti:","Please do not upload any private, unlawful or offensive pictures.":"Ne nalagajte zasebnih, nezakonitih ali žaljivih slik.","Please don't upload photos containing offensive content.":"Ne nalagajte fotografij z žaljivo vsebino.","Please enter OTP character {0}":"Vnesite znak OTP {0}","Please log in to your account":"Prijavite se v svoj račun","Please note that changing your password will log you out on other devices and browsers.":"Upoštevajte, da se boste s spremembo gesla odjavili tudi v drugih napravah in brskalnikih.","Please restart your instance for the changes to take effect.":"Da bodo spremembe začele veljati, znova zaženite svoj primer.","Please wait…":"Počakajte…","PM":"PM","PNG Size Limit: %{n}px":"Omejitev velikosti PNG: %{n}px","Portal":"Portal","Portrait":"Portret","Preserve filenames":"Ohranjanje imen datotek","Press enter to create a new album.":"Pritisnite enter, da ustvarite nov album.","Press enter to create new item":"Pritisnite enter za ustvarjanje novega elementa","Prevent database and album backups as well as YAML sidecar files from being created.":"Preprečite ustvarjanje varnostnih kopij podatkovnih zbirk in albumov ter stranskih datotek YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Preprečite drugim aplikacijam dostop do programa PhotoPrism kot do omrežnega pogona v skupni rabi.","Preview":"Predogled","Preview Images":"Predogled slik","Previous":"Prejšnji","Previous page":"Prejšnja stran","Previous visual":"Prejšnji vizualni","Primary":"Primarni","Private":"Zasebno","Processing upload...":"Obdelava nalaganja...","Product Feedback":"Povratne informacije o izdelku","Projection":"Projekcija","Purple":"Vijolična","Quality Filter":"Filter kakovosti","Quality Score":"Ocena kakovosti","Quota exceeded":"Kvota je presežena","Random":"Naključno","Rating {0} of {1}":"Ocena {0} od {1}","Raw":"Surovo","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Ponovno indeksiranje vseh izvirnikov, vključno z že indeksiranimi in nespremenjenimi datotekami.","Read-Only Mode":"Način samo za branje","Recently Added":"Nedavno dodano","Recently Archived":"Nedavno arhivirano","Recently Edited":"Nedavno urejeno","Recognition starts after indexing has been completed.":"Prepoznavanje se začne po končanem indeksiranju.","Recognized":"Priznani","Recovery Code":"Koda za izterjavo","Red":"Rdeča","Refresh":"Osvežitev","Regions":"Regije","Register":"Register","Registration disabled":"Registracija onemogočena","Reload":"Ponovno polnjenje","Reloading…":"Polnjenje…","Remote Sync":"Oddaljena sinhronizacija","Remove":"Odstranite","remove failed: unknown album":"odstranitev ni uspela: neznan album","Remove from Album":"Odstrani iz albuma","Remove from all":"Odstranite iz vseh","Remove from all selected photos":"Odstrani iz vseh izbranih fotografij","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Odstranite uvožene datoteke, da prihranite prostor za shranjevanje. Nepodprte vrste datotek se nikoli ne izbrišejo, temveč ostanejo na svoji trenutni lokaciji.","Remove the selected instance from the cluster registry?":"Odstranitev izbranega primerka iz registra gruče?","Removed":"Odstranjeno","Removed %{name}":"Odstranjeno %{name}","Removed %d files and %d photos":"Odstranjene %d datoteke in %d fotografije","Repeated":"Ponavljajoče se","Request failed - are you offline?":"Zahteva ni bila uspešna - ste brez povezave?","Request failed - invalid response":"Zahteva ni uspela - neveljaven odgovor","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"zahteva, da se pred prikazom v rezultatih iskanja pregledajo nefotografske slike in slike nizke kakovosti.","Resolution":"Resolucija","Restart":"Ponovni zagon","Restore":"Obnovitev","Restored":"Restavrirani","Retry Limit":"Omejitev ponovitve","Retype Password":"Ponovite geslo","Review":"Pregled","Role":"Vloga","Roles":"Vloge","Rotated":"Obrnjeno","Rows per page:":"Vrstice na stran:","Satellite":"Satelit","Save":"Shrani","Save changes":"Shranjevanje sprememb","Scan":"Skeniranje","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skenirajte kodo QR z aplikacijo za preverjanje pristnosti ali uporabite nastavitveni ključ, prikazan spodaj, in nato vnesite ustvarjeno kodo za preverjanje:","Scans":"Skenira","Scope":"Področje uporabe","Scopes":"Obseg","Search":"Iskanje","Season":"Sezona","Secret":"Skrivnost","Security and Access":"Varnost in dostop","Select":"Izberite","Select a source folder to import files…":"Izberite izvorno mapo za uvoz datotek…","Select date":"Izberite datum","Select dates":"Izberite datume","Select or create albums":"Izberite ali ustvarite albume","Select or create labels":"Izberite ali ustvarite oznake","Select or drop files to upload…":"Izberite ali spustite datoteke za prenos…","Select the files to upload…":"Izberite datoteke, ki jih želite naložiti…","Select the folder to be indexed…":"Izberite mapo za indeksiranje…","Select Time":"Izberite čas","Selection":"Izbor","Selection added to %s":"Izbor dodan v %s","Selection approved":"Odobren izbor","Selection archived":"Arhiviran izbor","Selection marked as private":"Izbor označen kot zasebni","Selection not found":"Izbor ni najden","Selection restored":"Obnovljen izbor","Sequential Name":"Zaporedno ime","Service":"Storitev","Service URL":"URL storitve","Services":"URL storitve","Session":"Seja","Session ID":"ID seje","Sessions":"Seje","Set as Album Cover":"Nastavite kot naslovnico albuma","Set as Cover Image":"Nastavite kot naslovno sliko","Settings":"Nastavitve","Settings saved":"Shranjene nastavitve","Setup":"Nastavitev","Severity":"Resnost","Share":"Delite","Share %{s}":"Skupna raba %{s}","Show":"Prikaži","Show All Labels":"Prikaži vse oznake","Show all new faces":"Prikaži vse nove obraze","Show Caption":"Prikaži podnapis","Show Captions":"Prikaži napise","Show face markers":"Prikaži oznake obraza","Show hidden":"Prikaži skrito","Show Important Only":"Prikaži samo pomembno","Show logs in the web interface to monitor activity and troubleshoot problems.":"Prikažite dnevnike v spletnem vmesniku za spremljanje dejavnosti in odpravljanje težav.","Show smart albums that group pictures by occasion, trip, or location.":"Prikažite pametne albume, ki združujejo slike po priložnostih, potovanjih ali lokacijah.","Show the Account page so users can manage their profile and security settings.":"Prikažite stran Račun, da lahko uporabniki upravljajo svoj profil in varnostne nastavitve.","Show the Calendar view to browse the library by year and month.":"Prikažite pogled Koledar, da brskate po knjižnici po letih in mesecih.","Show the Labels section to view and manage AI-generated labels.":"Prikažite razdelek Nalepke za ogled in upravljanje nalepk, ustvarjenih z umetno inteligenco.","Show the Library section to index, manage, and monitor the media library.":"Če želite indeksirati, upravljati in spremljati medijsko knjižnico, prikažite razdelek Knjižnica.","Show the Places view with interactive maps so you can browse photos by location.":"Prikažite pogled Mesta z interaktivnimi zemljevidi, da lahko brskate po fotografijah glede na lokacijo.","Show Titles":"Prikaži naslove","Sidecar":"Sidecar","Sidecar Files":"Datoteke Sidecar","Sign in":"Prijavite se","Sign Out":"Odjavi se","Similar":"Podobno","Site URL":"URL spletnega mesta","Size":"Velikost","Slideshow":"Diaprojekcija","Slow":"Počasi","Software":"Programska oprema","Software Update":"Posodobitev programske opreme","Some albums could not be copied":"Nekaterih albumov ni bilo mogoče kopirati","Some albums could not be created. Please edit the names and try again.":"Nekaterih albumov ni bilo mogoče ustvariti. Uredite imena in poskusite znova.","Some albums could not be updated":"Nekaterih albumov ni bilo mogoče posodobiti","Something went wrong, try again":"Nekaj je šlo narobe, poskusite znova","Sort by":"Razvrsti po","Sort by Name (A–Z)":"Razvrsti po imenu (A-Z)","Sort by Photo Count":"Razvrsti po številu fotografij","Sort by Relevance":"Razvrsti po pomembnosti","Sort Order":"Vrstni red","Sorted ascending.":"Razvrščeno naraščajoče.","Sorted descending.":"Razvrščeno padajoče.","Source":"Vir:","Stack":"Stack","Stack files sharing the same unique image or instance identifier.":"Zlaganje datotek z isto edinstveno sliko ali identifikatorjem primerka.","Stack pictures taken at the exact same time and location based on their metadata.":"Na podlagi metapodatkov zložite slike, posnete ob istem času in na isti lokaciji.","Stackable":"Stackable","Stacks":"Zaloge","Start":"Začetek","Start Page":"Začetna stran","Static Size Limit: %{n}px":"Omejitev statične velikosti: %{n}px","Status":"Status","Stay signed in on this device":"Ostanite prijavljeni v tej napravi","Stop Casting":"Prenehaj z metanjem","Storage":"Shranjevanje","Streets":"Ulice","Subject":"Zadeva","Subject deleted":"Predmet izbrisanih","Subject not found":"Zadeva ni bila najdena","Subject saved":"Zadeva je shranjena","Successfully activated":"Uspešno aktiviran","Successfully Connected":"Uspešno povezano","Successfully deleted":"Uspešno izbrisan","Successfully verified":"Uspešno preverjeno","Super Admin":"Super administrator","Support for additional services, like Google Drive, will be added over time.":"Podpora za dodatne storitve, kot je Google Drive, bo dodana sčasoma.","Support Our Mission":"Podprite naše poslanstvo","Sync":"Sinhronizacija","Sync raw and video files":"Sinhronizacija neobdelanih in video datotek","Taken":"Prevzeto","Teal":"Teal","Terrain":"Teren","Text":"Besedilo","Thank You for Your Support!":"Hvala za podporo!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Zato je bil PhotoPrism od samega začetka zasnovan tako, da deluje, kjer koli ga potrebujete, ne da bi pri tem ogrožal svobodo, zasebnost ali funkcionalnost.","The index currently contains %{n} hidden files.":"Indeks trenutno vsebuje %{n} skritih datotek.","The instance rejected the cluster credentials.":"Instance je zavrnila poverilnice grozda.","The instance returned an unexpected redirect.":"Primer je vrnil nepričakovano preusmeritev.","The wakeup interval is %s, but must be 1h or less":"Interval prebujanja je %s, vendar mora biti 1h ali manj","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Njihova oblika morda ni podprta, morda še niso bili pretvorjeni v JPEG ali pa se podvajajo.","Theme":"Tema","This account is missing an ID and can't be edited.":"Temu računu manjka ID, zato ga ni mogoče urejati.","This field is required":"To polje je obvezno","This instance has no site URL configured.":"Za to instanco ni nastavljen naslov spletnega mesta.","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.":"Tako se mapa z izvirniki namesti kot omrežni pogon in omogoči odpiranje, urejanje in brisanje datotek iz računalnika ali pametnega telefona, kot da bi bile lokalne.","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. ":"Tako se mapa z izvirniki namesti kot omrežni pogon in omogoči odpiranje, urejanje in brisanje datotek iz računalnika ali pametnega telefona, kot da bi bile lokalne.","Time":"Čas","Time UTC":"Čas UTC","Time Zone":"Časovni pas","Timeout":"Timeout","Title":{"":"Naslov","Account":"Naslov","Photo":"Naslov"},"Title / Position":"Predolg naslov","to":"na .","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Da se izognete izgubi dostopa do računa, prenesite, natisnite ali kopirajte to obnovitveno kodo in jo shranite na varno mesto.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Če želite ustvariti novo geslo za določeno aplikacijo, vnesite ime in obseg pooblastila aplikacije ter izberite datum poteka:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Če želite preklopiti na novo aplikacijo ali napravo za preverjanje pristnosti, najprej deaktivirajte dvostopenjsko avtentikacijo in jo nato znova aktivirajte:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Za nadgradnjo lahko vnesete aktivacijsko kodo ali pa se s klikom na gumb \"Registracija\" prijavite na našem spletnem mestu:","Today":"Danes","Toggle View":"Toggle View","Token":"Žeton","Too many files selected":"Izbranih je preveč datotek","Too many requests":"Preveč zahtev","Troubleshooting":"Odpravljanje težav","Try again using other filters or keywords.":"Poskusite znova z drugimi filtri ali ključnimi besedami.","Two-factor authentication has been enabled for your account.":"Za vaš račun je omogočeno dvostopenjsko preverjanje pristnosti.","Type":"Tip","Unable to delete":"Ni mogoče izbrisati","Unable to do that":"Tega ni mogoče storiti","Unassign":"Odpravite dodelitev","Unauthorized":"Nepooblaščeno","Undo":"Razveljavi","Unique ID":"Edinstven ID","Unknown":"Neznano","Unknown location":"Neznana lokacija","Unregistered":"Neregistrirani","Unsorted":"Nesortirani","Unstack":"Odstranjevanje","Unsupported":"Nepodprto","Unsupported format":"Nepodprt format","Unsupported type":"Nepodprta vrsta","Updated":"Posodobljeno","Updating faces":"Posodabljanje obrazov","Updating index":"Posodabljanje indeksa","Updating moments":"Posodabljanje trenutkov","Updating picture…":"Posodabljanje predogledov","Updating previews":"Posodabljanje predogledov","Updating stacks":"Posodabljanje skladovnic","Upgrade":"Nadgradnja","Upgrade Now":"Nadgradite zdaj","Upload":"Naložite","Upload complete":"Nalaganje končano","Upload complete. Indexing…":"Nalaganje je končano. Indeksiranje…","Upload failed":"Nalaganje ni uspelo","Upload has been processed":"Prenos je bil obdelan","Upload local files":"Prenos lokalnih datotek","Upload might be offensive":"Nalaganje je lahko žaljivo","Upload Path":"Pot za nalaganje","Uploading %{n} of %{t}…":"Nalaganje %{n} od %{t}…","Uploading photos…":"Nalaganje fotografij…","Uploading…":"Polnjenje…","Uploads that may contain such images will be rejected automatically.":"Prenosi, ki bi lahko vsebovali takšne slike, bodo samodejno zavrnjeni.","URL":"URL","Use Presets":"Uporaba prednastavitev","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Uporabite naslednjo obnovitveno kodo za dostop do svojega računa, če ne morete ustvariti veljavne kode za preverjanje z aplikacijo za preverjanje pristnosti:","Use your recovery code or contact an administrator for help.":"Uporabite kodo za obnovitev ali se za pomoč obrnite na skrbnika.","User":"Uporabnik","User Guide":"Uporabniški priročnik","User Interface":"Uporabniški vmesnik","User not found":"Uporabnik ne obstaja","Username":"Uporabniško ime","Users":"Uporabniki","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorji","Verification Code":"Koda za preverjanje","Verified email required":"Zahtevan je potrjen e-poštni naslov","Version":"Različica","Video":"Videoposnetek","Video Duration":"Trajanje","Videos":"Videoposnetki","View":"Oglejte si","View search results as a list.":"Rezultate iskanja prikažite kot seznam.","Viewer":"Pregledovalnik","Vision":"Vizija","Visitor":"Obiskovalec","Visual Similarity":"Skupine po podobnosti","Warning":"Opozorilo","Web Login":"Spletna prijava","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Odjemalci WebDAV se lahko povežejo s programom PhotoPrism z naslednjim naslovom URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Odjemalci WebDAV, kot sta Microsoftov Windows Explorer ali Applov Finder, se lahko povežejo neposredno s PhotoPrism.","WebDAV Upload":"Nalaganje prek protokola WebDAV","WebGL support is disabled in your browser":"Podpora WebGL je v vašem brskalniku onemogočena","Website":"Spletna stran","White":"Bela","Work Details":"Podrobnosti","Year":"Leto","Yellow":"Rumena","Yes":"Da","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Z vprašanji v zvezi s članstvom se lahko obrnete na membership@photoprism.app.","You can only download one album":"Prenesete lahko samo en album","You can only download one label":"Prenesete lahko samo eno nalepko","You can search for a location or move the marker on the map to change the position:":"Poiščete lahko lokacijo ali premaknete označevalnik na zemljevidu in spremenite položaj:","You can upload up to %{n} files for test purposes.":"V testne namene lahko naložite do %{n} datotek.","You cannot change your own role.":"Svoje vloge ne moreš spremeniti.","You do not have access to any instances.":"Nimate dostopa do nobene instance.","You may only select one item":"Izberete lahko samo en predmet.","You may rescan your library to find additional faces.":"Če želite najti dodatne obraze, lahko knjižnico ponovno preiščete.","Your account could not be connected":"Vašega računa ni bilo mogoče povezati","Your account has been successfully connected.":"Vaš račun je bil uspešno povezan.","Your browser does not support WebGL":"Vaš brskalnik ne podpira WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Vaša stalna podpora nam pomaga zagotavljati redne posodobitve in ostati neodvisni, tako da lahko izpolnjujemo svoje poslanstvo in varujemo vašo zasebnost.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Vaša knjižnica se nenehno analizira in samodejno ustvarja albume posebnih trenutkov, potovanj in krajev.","Zip created in %d s":"Zip, ustvarjen v %d s","Zoom in/out":"Povečanje/pomanjšanje","Archive":{"Noun":"Arhiv","Verb":"Arhiv"},"Add a Title":{"Photo":"Dodajanje naslova"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/sv.json b/frontend/src/locales/json/sv.json index 5888fc768..552f39771 100644 --- a/frontend/src/locales/json/sv.json +++ b/frontend/src/locales/json/sv.json @@ -1 +1 @@ -{"sv":{"{0} appended action":"{0} tillagd åtgärd","{0} files":"{0} filer","{0} files ({1} in total)":"{0} filer ({1} totalt)","{0} more":"{0} mer","{0} prepended action":"{0} föransluten åtgärd","{0} selected":"{0} vald","{0}-{1} of {2}":"{0}-{1} av {2}","%{n} albums found":"%{n} album hittades","%{n} files uploaded":"%{n} filer uppladdade","%{n} folders found":"%{n} mappar hittades","%{n} GB of %{q} GB used":"%{n} GB av %{q} GB används","%{n} labels found":"%{n} etiketter hittades","%{n} people found":"%{n} personer hittades","%{n} pictures found":"%{n} bilder hittades","%{s} is too long":"%{s} är för lång","%{s} is too short":"%{s} är för kort","%d entries added to %s":"%d poster tillagda till %s","%d entries removed from %s":"%d poster raderade från %s","%d files uploaded in %d s":"%d filer uppladdade på %d s","%s already exists":"%s finns redan","%s has been restored":"%s har återställts","1 hour":"1 timme","12 hours":"12 timmar","2-Factor Authentication":"2-faktorautentisering","2FA":"2FA","4 hours":"4 timmar","A click will copy it to your clipboard.":"Ett klick kopierar den till urklippshanteraren.","A new version of %{s} is available:":"En ny version av %{s} är tillgänglig:","About":"Om","Access granted.":"Åtkomst beviljad.","Access revoked.":"Åtkomsten har återkallats.","Access Token":"Token för åtkomst","Account":"Konto","Account created":"Kontot har skapats","Account deleted":"Kontot raderat","Account Group Mappings":"Mappningar av kontogrupper","Account not found":"Kontot kunde inte hittas","Account restored":"Konto återställt","Account saved":"Kontot sparat","Accounts":"Konton","Accuracy":"Noggrannhet","Action":"Åtgärd","Actions":"Åtgärder","Activate":"Aktivera","Activate to remove sorting.":"Aktivera för att ta bort sorteringen.","Activate to sort ascending.":"Aktivera för att sortera stigande.","Activate to sort descending.":"Aktivera för att sortera fallande.","Activation Code":"Aktiveringskod","Activity":"Aktivitet","Add":"Lägg till","Add %{s}?":"Lägg till %{s}?","Add a Caption":"Lägg till en bildtext","Add Account":"Redigera konto","Add Album":"Lägg till album","Add Link":"Lägg till en länk","Add Notes":"Lägg till anteckningar","Add person?":"Lägga till person?","Add pictures from search results by selecting them.":"Lägg till bilder från sökresultaten genom att markera dem.","Add to album":"Lägg till i album","Add to all":"Lägg till i alla","Add to all selected photos":"Lägg till i alla valda foton","Added":"Tillagd","Added %{name}":"%{name} har lagts till","Adjust Camera Info":"Justera kamerainfo","Adjust Date & Time":"Justera datum och tid","Adjust Location":"Justera plats","Admin":"Admin","Advanced":"Avancerad","Advertise URL":"Annonsera URL","After 1 day":"Efter 1 dag","After 3 days":"Efter 3 dagar","After 7 days":"Efter 7 dagar","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"När du har angivit ditt lösenord för bekräftelse, kan du ställa in tvåfaktorsautentisering med en kompatibel autentiseringsapp eller enhet.","After one month":"Efter en månad","After one year":"Efter ett år","After selecting pictures from search results, you can add them to an album using the context menu.":"När du har valt bilder från sökresultaten kan du lägga till dem i ett album med hjälp av kontextmenyn.","After two months":"Efter två månader","After two weeks":"Efter två veckor","Album":"Album","Album %s deleted":"Album %s raderat","Album Backups":"Säkerhetskopiering av album","Album contents cloned":"Innehållet i albumet kopieras","Album created":"Album skapat","Album deleted":"Albumet raderat","Album not found":"Albumet finns inte","Album saved":"Album sparat","Albums":"Album","Albums deleted":"Album raderade","All":"Alla","All %{n} albums loaded":"Alla %{n} album hämtade","All %{n} labels loaded":"Alla %{n} etiketter hämtade","All %{n} people loaded":"Alla %{n} personer hämtade","All Cameras":"Alla kameror","All Categories":"Alla kategorier","All Colors":"Alla färger","All Countries":"Alla länder","All files from import folder":"Alla filer från importmappen","All Lenses":"Alla objektiv","All Months":"Alla månader","All originals":"Alla original","All Years":"Alla år","Allow configuration and use of connected apps and services for remote uploads and sync.":"Tillåt konfiguration och användning av anslutna appar och tjänster för fjärröverföringar och synkronisering.","Allow editing of metadata such as title, description, date, and location.":"Tillåt redigering av metadata som titel, beskrivning, datum och plats.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Gör det möjligt att redigera metadata, etiketter och album för flera bilder samtidigt.","Allow files to be copied or moved from the Import to the Originals folder.":"Aktivera importverktyget för att kopiera eller flytta filer från importmappen till originalen.","Allow files to be permanently deleted to free up storage space.":"Tillåt att filer raderas permanent för att frigöra lagringsutrymme.","Allow users to archive photos and videos so they are hidden without being deleted.":"Tillåt användare att arkivera foton och videor så att de döljs utan att raderas.","Allow users to create and share links, and enable sharing with connected services.":"Tillåt användare att skapa och dela länkar och aktivera delning med anslutna tjänster.","Allow users to upload new photos and videos through the web interface.":"Tillåt användare att ladda upp nya foton och videor via webbgränssnittet.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativt kan du ladda upp filer direkt till WebDAV-servrar som Nextcloud.","Altitude":"Höjd","Altitude (m)":"Höjd (meter)","AM":"AM","Animated":"Animerad","Animation":"Animering","Animations":"Animationer","Any private photos and videos remain private and won't be shared.":"Alla privata fotografier och videofilmer är privata och kommer inte att delas.","API Key":"API-nyckel","Application":"Tillämpning","Applications":"Tillämpningar","Approve":"Godkänn","Approve and save changes":"Godkänna och spara ändringar","Apps and Devices":"Appar och enheter","Archived":"Arkiverad","Are you sure you want to archive the selection?":"Är du säker på att du vill arkivera urvalet?","Are you sure you want to delete these albums?":"Är du säker på att du vill radera detta/dessa album?","Are you sure you want to delete these labels?":"Är du säker på att du vill ta bort dessa etiketter?","Are you sure you want to delete this account?":"Är du säker på att du vill radera det här kontot?","Are you sure you want to delete this album?":"Är du säker på att du vill radera det här albumet?","Are you sure you want to permanently delete these pictures?":"Är du säker på att du vill radera bilderna permanent?","Are you sure you want to permanently delete this file?":"Är du säker på att du vill radera filen permanent?","Are you sure?":"Är du säker?","Artist":"Fotograf","Aspect Ratio":"Bildförhållande","Attributes":"Attribut","Audio":"Ljud","Audit Log":"Ljud","Authentication":"Autentisering","Auto":"Auto","Back":"Tillbaka","Back to top":"Tillbaka till början","Backup":"Säkerhetskopiering","Badge":"Badge","Base Path":"Basbana","Batch":"Batch","Batch Edit":"Batch-redigering","Become a member today, support our mission and enjoy our member benefits!":"Bli medlem i dag, stöd vårt uppdrag och ta del av våra medlemsförmåner!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Eftersom vi är 100 % självfinansierade och oberoende kan vi lova dig att vi aldrig kommer att sälja dina uppgifter och att vi alltid kommer att vara transparenta när det gäller vår programvara och våra tjänster.","Bio":"Bio","Birth Date":"Födelsedatum","Black":"Svart","Blue":"Blå","Brown":"Brun","Browse":"Bläddra","Browse Files":"Bläddra bland filer","Browse Pictures":"Bläddra bland bilder","Bug Report":"Felrapport","Busy, please try again later":"Upptagen, försök igen senare","Busy, please wait…":"Upptagen, vänligen vänta…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Genom att använda den programvara och de tjänster som vi tillhandahåller godkänner du våra användarvillkor, vår sekretesspolicy och vår uppförandekod.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kameran hittades inte","Camera Serial":"Serienummer på kameran","Can't access your authenticator app or device?":"Kan du inte komma åt din autentiseringsapp eller enhet?","Can't load more, limit reached":"Kan inte hämta mer, gränsen är nådd","Can't select more items":"Kan inte välja fler objekt","Cancel":"Avbryt","Cannot copy to clipboard":"Det går inte att kopiera till urklipp","Caption":"Bildtext","Cards":"Kort","Carousel slide {0} of {1}":"Karusellbild {0} av {1}","Cast":"Rollista","Category":"Kategori","Change Avatar":"Ändra Avatar","Change Password":"Nytt lösenord","Change private flag":"Ändra den privata flaggan","Changes could not be saved":"Ändringarna kunde inte sparas","Changes successfully saved":"Ändringarna har sparats","Changes to the advanced settings require a restart to take effect.":"Ändringar av de avancerade inställningarna kräver en omstart för att träda i kraft.","Checked":"Kontrollerad","Choose an instance to continue:":"Välj en instans för att fortsätta:","Chroma":"Chroma","Cleaning index and cache":"Rensning av index och cacheminne","Cleanup":"Rengöring","Clear":"Klar","Clear {0}":"Rensa {0}","Client":"Kund","Close":"Stäng","Cluster":"Kluster","Cluster Admin":"Klusteradministratör","Cluster Node":"Klusternod","Codec":"Codec","Color":"Färg","Color Profile":"Färgprofil","Colors":"Färger","Compare Editions":"Jämför utgåvor","Complete Rescan":"Fullständig omskanning","Confidence":"Tillit","Confirm":"Bekräfta","Connect":"Anslut","Connect via WebDAV":"Anslut via WebDAV","Connected":"Anslut","Contact Details":"Adressuppgifter","Contact Us":"Kontakta oss","Contains %{n} pictures.":"Innehåller %{n} bilder.","Contains one picture.":"Innehåller en bild.","Content":{"":"Innehåll","Edit":"Innehåll"},"Continue":"Fortsätta","Contributor":"Bidragsgivare","Converting":"Konverterar","Copied to clipboard":"Kopierad till urklippshanteraren","Copy":"Kopiera","Copying files from %s":"Kopierar filer från %s","Copyright":"Copyright","Could not be deleted":"Kunde inte raderas","Could not connect, please try again":"Kunde inte ansluta, försök igen","Could not update person cover":"Det gick inte att uppdatera personskyddet","Couldn't find anything.":"Kunde inte hitta något.","Country":"Land","Create Account":"Skapa ett konto","Create album":"Skapa album","Create regular backups based on the configured schedule.":"Skapa säkerhetskopior av index enligt det konfigurerade schemat.","Create YAML files to back up album metadata.":"Skapa YAML-filer för att säkerhetskopiera metadata för album.","Create YAML sidecar files to back up picture metadata.":"Skapa YAML sidecar-filer för att säkerhetskopiera metadata för bilder.","Created":"Skapad","Creating thumbnails for":"Skapar miniatyrbilder för","Current Password":"Nuvarande lösenord","Custom":"Anpassad","Cyan":"Cyan","Daily":"Dagligen","Database":"Databas","Database Backups":"Säkerhetskopiering av databaser","Databases":"Databaser","Date & Time":"Datum och tid","Day":"Dag","Deactivate":"Avaktivera","Debug Logs":"Felsökningsloggar","Default":"Standard","Default Folder":"Standardmapp","Delete":"Radera","Delete Album":"Radera album","Delete All":"Radera alla","Delete all?":"Radera alla?","Delete orphaned index entries, sidecar files and thumbnails.":"Ta bort övergivna indexposter, sidecar-filer och miniatyrbilder.","deleted":"raderade","Description":"Beskrivning","Detailed instructions can be found in our User Guide.":"Detaljerade instruktioner finns i vår användarhandbok.","Details":"Detaljer","Dimensions":"Mått","Disable all face detection and recognition features.":"Inaktivera alla funktioner för ansiktsigenkänning och -avkänning.","Disable Backups":"Inaktivera säkerhetskopiering","Disable Darktable":"Inaktivera Darktable","Disable ExifTool":"Inaktivera ExifTool","Disable Faces":"Inaktivera ansikten","Disable features that require write permission for the originals folder.":"Inaktivera funktioner som kräver skrivbehörighet för originalmappen.","Disable FFmpeg":"Inaktivera FFmpeg","Disable ImageMagick":"Inaktivera ImageMagick","Disable interactive world maps and reverse geocoding.":"Inaktivera interaktiva världskartor och omvänd geokodning.","Disable MCP":"Avaktivera MCP","Disable Places":"Inaktivera platser","Disable RawTherapee":"Inaktivera RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Inaktivera MCP:s (Model Context Protocol) API-slutpunkt för AI-agentintegreringar.","Disable Vectors":"Inaktivera vektorer","Disable WebDAV":"Inaktivera WebDAV","Disabled":"Inaktiverad","Disables vector graphics support.":"Inaktiverar stöd för vektorgrafik.","Disables video transcoding and thumbnail extraction.":"Inaktiverar omkodning av video och utvinning av miniatyrbilder.","Discard":"Kassera","Discard changes and close":"Kassera ändringar och stäng","Discard invalid changes?":"Kassera ogiltiga ändringar?","Discard unsaved changes?":"Kasta bort osparade ändringar?","Discover":"Upptäck","Dismiss":"Avvisa","Display Name":"Visningsnamn","Display picture captions in search results.":"Visa bildtexter i sökresultaten.","Display picture titles in search results.":"Visa bildtitlar i sökresultaten.","Document":"Dokument","Documents":"Dokument","Don't use Darktable to convert RAW images.":"Använd inte Darktable för att konvertera RAW-bilder.","Don't use ImageMagick to convert images.":"Använd inte ImageMagick för att konvertera bilder.","Don't use RawTherapee to convert RAW images.":"Använd inte RawTherapee för att konvertera RAW-bilder.","Done":"Spara & Stäng","Done.":"Klart.","Download":"Ladda ner","Download only original media files, without any automatically generated files.":"Hämta endast originalmediefiler, utan automatiskt genererade filer.","Download remote files":"Hämta fjärrfiler","Downloading…":"Hämtar…","Drag and drop files here":"Dra och släpp filer här","Driver":"Förare","Duplicates will be skipped and only appear once.":"Dubletter kommer att hoppas över och visas endast en gång.","Duration":"Varaktighet","Dynamic Previews":"Dynamiska förhandsgranskningar","Dynamic Size Limit: %{n}px":"Begränsning av dynamisk storlek: %{n}px","Edit":"Redigera","Edit %{s}":"Redigera %{s}","Edit Account":"Redigera konto","Edit Photo":"Redigera foto","Edit Photos (%{n})":"Redigera foton (%{n})","Edited":"Senast ändrad","Email":"E-postadress","Enable debug mode to display additional logs and help with troubleshooting.":"Aktivera felsökningsläget för att visa ytterligare loggar och hjälpa till med felsökning.","Enable downloading of original and sidecar files from the web interface.":"Möjliggör nedladdning av original- och sidecar-filer från webbgränssnittet.","Enable face recognition and the People view to easily find people you know.":"Aktivera ansiktsigenkänning och vyn Personer för att enkelt hitta personer du känner.","Enable new features that may be incomplete or unstable.":"Möjliggör nya funktioner som kan vara ofullständiga eller instabila.","Enable the file browser to navigate the Originals folder structure.":"Aktivera filbläddraren för att navigera i mappstrukturen för original.","Enables RAW converter presets. May reduce performance.":"Aktiverar förinställningar för RAW-omvandlare. Kan minska prestandan.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Att aktivera tvåfaktorsautentisering innebär att du behöver en slumpmässigt genererad verifieringskod för att logga in, så även om någon får tillgång till ditt lösenord kommer de inte att kunna komma åt ditt konto.","Engine":"Motor","Enter date":"Ange datum","Enter dates":"Ange datum","Enter item name...":"Ange artikelnamn...","Enter the code generated by your authenticator app:":"Ange den kod som genereras av din autentiseringsapp:","Enter verification code":"Ange verifieringskod","Enter your password to confirm the action and continue:":"Ange ditt lösenord för att bekräfta åtgärden och fortsätt:","Entity not found":"Entitet kunde inte hittas","Error":"Fel","Errors":"Fel","Estimate":"Uppskattning","Estimate Locations":"Uppskatta platser","Estimate the approximate location of pictures without GPS coordinates.":"Uppskatta den ungefärliga positionen för bilder utan GPS-koordinater.","Every two days":"Varannan dag","Exclude hidden":"Exkludera dolda","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metadataextraktion med ExifTool krävs för fullt stöd för Video, Live Photo och XMP.","Experimental Features":"Experimentella funktioner","Expires":"Upphör att gälla","Exposure":"Exponering","Extract still images and generate thumbnails while indexing.":"Extrahera stillbilder och skapa miniatyrbilder under indexeringen.","F Number":"F-nummer","Face":"Ansikte","Face not found":"Ansiktet kunde inte hittas","Faces":"Ansikten","Failed creating file, please check permissions":"Det gick inte att skapa en fil, kontrollera behörigheter","Failed creating folder, please check permissions":"Det gick inte att skapa en mapp, kontrollera behörigheter","Failed removing link":"Misslyckades med att ta bort länken","Failed to connect account.":"Misslyckades med att ansluta konto.","Failed to create zip file":"Misslyckades med att skapa en zip-fil","Failed to load users.":"Det gick inte att ladda användarna.","Failed to remove face marker":"Lyckades inte ta bort ansiktsmarkören","Failed to remove name":"Misslyckades med att ta bort namn","Failed to restart server":"Det gick inte att starta om servern","Failed to save changes":"Misslyckades med att spara ändringar","Failed to save face marker":"Misslyckades med att spara ansiktsmarkör","Failed to save name":"Misslyckades med att spara namn","Failed updating link":"Misslyckades med att uppdatera länken","Family Name":"Efternamn","Fast":"Snabbt","Favorite":"Favorit","Favorites":"Favoriter","Feature disabled":"Funktionen är inaktiverad","Feature Request":"Begäran om funktion","Female":"Kvinna","File":"Fil","File Browser":"Filhanterare","File Conversion":"Konvertering av filer","File deleted":"Fil raderad","File Name":"Filnamn","File not found":"Filen kunde inte hittas","File removed from stack":"Filen tas bort från stapeln","File Size":"Fil","File too large":"Filen är för stor","File uploaded":"Uppladdad fil","Filename":"Filnamn","Files":"Filer","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Filer med sekventiella namn som 'IMG_1234 (2)' och 'IMG_1234 (3)' tillhör samma bild.","First page":"Första sidan","Focal Length":"Brännvidd","Folder":"Mapp","Folder contains %{n} files":"Mappen innehåller %{n} filer","Folder is empty":"Mappen är tom","Folders":"Mappar","Forgot password?":"Glömt lösenordet?","FPS":"FPS","Frames":"Bildrutor","Full Access":"Full tillgång","Fullscreen":"Fullskärm","General":"Allmänt","Generate":"Generera","Generate Previews":"Generera förhandsgranskningar","Generated":"Genererad","Get Started":"Kom igång","Given Name":"Förnamn","Global Options":"Globala alternativ","Go to page {0}":"Gå till sidan {0}","Gold":"Guld","Green":"Grön","Grey":"Grå","Groups":"Grupper","Guest":"Gäst","Hash":"Kontrollsumma","Help":"Hjälp","Help & Support":"Hjälp och Support","Hidden":"Dolda","Hidden Files":"Dolda filer","Hide":"Dölj","Hide Caption":"Dölj bildtext","Hide face markers":"Dölj ansiktsmarkörer","Hide private content from global views while keeping it accessible in the Private section.":"Dölj privata objekt från globala vyer samtidigt som de är tillgängliga i avsnittet Privat.","High":"Hög","High Dynamic Range (HDR)":"Högt dynamiskt omfång (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Om du förlorar åtkomsten till din autentiseringsapp eller enhet kan du använda din återställningskod för att återfå åtkomst till ditt konto.","Image":"Bild","Image Quality":"Bildkvalitet","Import":"Import","Import canceled":"Importen avbruten","Import completed in %d s":"Importen slutfördes på %d s","Import failed":"Importen misslyckades","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importerade filer sorteras efter datum och får ett unikt namn för att undvika dubbletter.","Importing %{s}…":"Importerar %{s}…","Importing files to originals…":"Importera filer till original…","in":"i","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Om du upplever att bilder saknas, vänligen skanna om biblioteket och vänta tills indexeringen är slutförd.","Include RAW image files when downloading stacks and archives.":"Inkludera RAW-bildfiler när du laddar ner staplar och arkiv.","Include sidecar files when downloading stacks and archives.":"Inkludera sidecar-filer när du laddar ner stackar och arkiv.","Increase storage size or delete files to continue.":"Öka lagringsstorleken eller radera filer för att fortsätta.","Index":"Index","Indexing":"Indexerar","Indexing canceled":"Indexering avbruten","Indexing completed in %d s":"Indexering slutförd på %d s","Indexing failed":"Indexeringen misslyckades","Indexing files in %s":"Indexering av filer i %s","Indexing media and sidecar files…":"Indexerar media och sidecar-filer…","Indexing originals...":"Indexering av original...","Information":"Information om","Inherit":"Ärva","Instance":"Instans","Instance ID":"Instans-ID","Instance unreachable. Try again once it's back online.":"Servern kan inte nås. Försök igen när den är tillbaka online.","Instances":"Instanser","Insufficient storage":"Otillräcklig lagring","Insufficient storage.":"Otillräcklig lagring.","Interval":"Intervall","Invalid":"Ogiltigt datum","Invalid address":"Ogiltig adress","Invalid country":"Ogiltigt land","Invalid credentials":"Ogiltiga autentiseringsuppgifter","Invalid date":"Ogiltigt datum","Invalid link":"Ogiltig länk","Invalid name":"Felaktigt namn","Invalid parameters":"Ogiltigt datum","Invalid password, please try again":"Felaktigt lösenord, försök igen","Invalid photo selected":"Ett ogiltigt foto har valts","Invalid time":"Ogiltig tid","Invalid URL":"Ogiltig URL","Invalid verification code, please try again":"Ogiltig verifieringskod, försök igen","IP Address":"IP-adress","It is a one-time use code that will disable 2FA for your account when you use it.":"Det är en engångskod som kommer att inaktivera 2FA för ditt konto när du använder den.","Item":"Artikel","Items per page:":"Artiklar per sida:","JPEG Quality: %{n}":"JPEG-kvalitet: %{n}","JPEG Size Limit: %{n}px":"Begränsning av JPEG-storlek: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG-bilder och miniatyrbilder skapas automatiskt vid behov.","Keyword":"Sökord","Keywords":"Nyckelord","Label":"Etikett","Label not found":"Etikett saknas","Label saved":"Etikett sparad","Labels":"Etiketter","Labels deleted":"Etiketter raderade","Language":"Språk","Last Active":"Senast aktiv","Last Login":"Senaste inloggning","Last page":"Sista sidan","Last Sync":"Senaste synkronisering","Last Used":"Senast använd","Latitude":"Latitud","LDAP/AD":"LDAP/AD","Learn more":"Läs mer","Learn More":"Lär dig mer","Legal Information":"Juridisk information","Lens":"Objektiv","Lens not found":"Linsen hittades inte","Library":"Bibliotek","License":"Licens","Like":"Gilla","Lime":"Lime","Limit reached, showing first %{n} files":"Gränsen är nådd, visar de första %{n} filerna","Link":"Länk","List":"Lista","List View":"Listvy","Live":"Live","Live Photos":"Foton","Load more":"Ladda mer","Loading items...":"Laddar artiklar...","Loading...":"Laddar...","Local":"Lokal","Local Time":"Lokal tid","Location":"Plats","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Loggmeddelanden visas här när PhotoPrism stöter på trasiga filer eller när det finns andra potentiella problem.","Login":"Logga in","Logs":"Loggar","Longitude":"Longitud","Lost server connection":"Förlorad serveranslutning","Low":"Låg","Magenta":"Magenta","Main Color":"Huvudfärg","Male":"Man","Manage Account":"Hantera konto","Manager":"Chef","Manual":"Manuell","Manual Upload":"Manuell uppladdning","Maps":"Kartor","Marker":"Markering","Maximum number of accounts has been reached.":"Det maximala antalet konton har uppnåtts.","Media":"Media","Medium":"Medium","Membership":"Medlemskap","Merge %{a} with %{b}?":"Slå ihop %{a} med %{b}?","Message":"Meddelande","Metadata":"Metadata","Metrics":"Metrik","Minimize":"Minimera","Missing":"Saknas","Missing or invalid configuration":"Saknad eller ogiltig konfiguration","mixed":"blandad","Moments":"Ögonblick","Monochrome":"Monokrom","Month":"Månad","More options":"Fler alternativ","Mosaic":"Mosaik","Most Relevant":"Mest relevant","Move Files":"Flytta filer","Moving files from %s":"Flyttar filer från %s","Must have at least %{n} characters.":"Måste ha minst %{n} tecken.","Mute":"Mute","Name":"Namn","Name too long":"Namnet är för långt","Never":"Aldrig","New":"Ny","New Password":"Nytt lösenord","Newest First":"Nyaste först","Next":"Nästa","Next page":"Nästa sida","Next visual":"Nästa bild","No":"Nej","No Access":"Ingen åtkomst","No albums assigned":"Inga album tilldelade","No albums found":"Inga album hittades","No albums selected":"Inga album har valts","No data available":"Inga uppgifter tillgängliga","No files available for download":"Inga filer finns tillgängliga för nedladdning","No items selected":"Inga objekt har valts","No labels assigned":"Inga etiketter tilldelade","No labels found":"Inga etiketter hittades","No labels selected":"Inga etiketter har valts","No matching records found":"Inga matchande poster hittades","No more":"Inte mer","No people found":"Inga personer hittades","No pictures found":"Inga bilder hittades","No recently edited pictures":"Inga nyligen redigerade bilder","No registered instances.":"Inga registrerade instanser.","No results":"Inga resultat","No server connection":"Ingen serveranslutning","No servers configured.":"Inga servrar har konfigurerats.","No services configured.":"Inga servrar har konfigurerats.","No thanks":"Nej tack","No users on this instance.":"Det finns inga användare på denna instans.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Inga varningar eller fel som innehåller detta nyckelord. Observera att sökningen är känslig för stora och små bokstäver.","Node":"Nod","Nodes":"Noder","Non-photographic and low-quality images require a review before they appear in search results.":"Bilder som inte är fotografiska eller av låg kvalitet måste granskas innan de visas i sökresultaten.","None":"Ingen","Not allowed":"Inte tillåtet","Not available in public mode":"Inte tillgängligt i offentligt läge","Not available in read-only mode":"Inte tillgänglig i skrivskyddsläge","Not found":"Hittades inte","Not sorted.":"Inte sorterad.","Not supported":"Stödjs inte","Note you may manually manage your originals folder and importing is optional.":"Observera att du kan hantera mappen med original manuellt och att import är valfritt.","Note:":"Observera:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"OBS: Endast WebDAV-servrar, som Nextcloud eller PhotoPrism, kan konfigureras som fjärrtjänst för säkerhetskopiering och filuppladdning.","Notes":"Anteckningar","Nothing to see here yet.":"Inget att se här ännu. Ha tålamod.","Nothing was found.":"Ingenting hittades.","Offline":"Offline","OK":"OK","Oldest First":"Äldsta först","On Windows, enter the following resource in the connection dialog:":"I Windows anger du följande resurs i anslutningsdialogen:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generering av miniatyrbilder på begäran kan orsaka hög CPU- och minnesanvändning. Det rekommenderas inte för resursbegränsade servrar och NAS-enheter.","Once a week":"En gång i veckan","One album found":"Ett album hittat","One entry added to %s":"En post tillagd i %s","One entry removed from %s":"En post borttagen från %s","One file found":"En fil hittad","One file uploaded":"En fil uppladdad","One folder found":"En mapp hittad","One label found":"En etikett hittat","One person found":"En person hittad","One picture found":"En bild hittades","Only locally managed accounts can be set up for authentication with 2FA.":"Endast lokalt hanterade konton kan ställas in för autentisering med 2FA.","Open":"Öppna","optional":"valfri","or":"eller","Orange":"Orange","Organization":"Layout","Orientation":"Layout","Original file names will be stored and indexed.":"De ursprungliga filnamnen kommer att lagras och indexeras.","Original Name":"Ursprungligt namn","Originals":"Original","Originals folder is empty":"Mappen med originalen är tom","Other":"Övrigt","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Vårt uppdrag är att tillhandahålla den mest användar- och integritetsvänliga lösningen för att hålla dina bilder organiserade och tillgängliga.","Outdoor":"Utomhus","Page {0}, Current page":"Sida {0}, Aktuell sida","Pages":"Sidor","Pagination Navigation":"Paginering Navigering","Panorama":"Panorama","Panoramas":"Panoraman","Part of all selected photos":"Del av alla valda foton","Part of some selected photos":"Del av några utvalda foton","Password":"Lösenord","Password changed":"Lösenordet har ändrats","Pause":"Paus","Payment required":"Betalning krävs","People":"Personer","People you share a link with will be able to view public contents.":"Personer som du delar en länk med kan se det offentliga innehållet.","Permanently deleted":"Permanent borttagen","Permission denied":"Åtkomst nekades","Person":"Person","Person cover updated":"Personskydd uppdaterat","Person deleted":"Person raderad","Person not found":"Personen kunde inte hittas","Person saved":"Person sparad","Personal":"Personlig","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism är till 100 % självfinansierad och oberoende.","PhotoPrism+ Membership":"Medlemskap i PhotoPrism+","Photos":"Foton","Picture":"Bild","Picture Title":"Bildtitel","Pink":"Rosa","Pinned":"Fäst","Place":"Plats","Place & Time":"Plats och Tid","Places":"Platser","Play":"Spela","Please confirm your new password.":"Bekräfta ditt nya lösenord.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Vänligen kopiera följande slumpmässigt genererade applösenord och förvara det på ett säkert ställe, eftersom du inte kommer att kunna se det igen:","Please do not upload any private, unlawful or offensive pictures.":"Vänligen ladda inte upp privata, olagliga eller stötande bilder.","Please don't upload photos containing offensive content.":"Ladda inte upp bilder med stötande innehåll.","Please enter OTP character {0}":"Vänligen ange OTP-tecken {0}","Please log in to your account":"Logga in på ditt konto","Please note that changing your password will log you out on other devices and browsers.":"Observera att om du ändrar ditt lösenord kommer du att logga ut på andra enheter och webbläsare.","Please restart your instance for the changes to take effect.":"Starta om din instans för att ändringarna ska träda i kraft.","Please wait…":"Vänligen vänta…","PM":"PM","PNG Size Limit: %{n}px":"Begränsning av PNG-storlek: %{n}px","Portal":"Portal","Portrait":"Porträtt","Preserve filenames":"Bevara filnamn","Press enter to create a new album.":"Tryck på enter för att skapa ett nytt album.","Press enter to create new item":"Tryck på Enter för att skapa ett nytt objekt","Prevent database and album backups as well as YAML sidecar files from being created.":"Förhindra att säkerhetskopior av databaser och album samt YAML-sidokarfiler skapas.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Hindra andra program från att komma åt PhotoPrism som en delad nätverksenhet.","Preview":"Förhandsgranska","Preview Images":"Förhandsbilder","Previous":"Föregående","Previous page":"Föregående sida","Previous visual":"Föregående bild","Primary":"Primär","Private":"Privat","Processing upload...":"Behandling av uppladdning...","Product Feedback":"Produktåterkoppling","Projection":"Projektion","Purple":"Lila","Quality Filter":"Kvalitetsfilter","Quality Score":"Kvalitetspoäng","Quota exceeded":"Kvoten överskriden","Random":"Slumpmässig","Rating {0} of {1}":"Betyg {0} av {1}","Raw":"Rå","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Återindexera alla original, inklusive redan indexerade och oförändrade filer.","Read-Only Mode":"Skrivskyddat läge","Recently Added":"Nyligen tillagt","Recently Archived":"Nyligen arkiverad","Recently Edited":"Nyligen redigerat","Recognition starts after indexing has been completed.":"Identifieringen av personerna börjar när indexeringen slutförts.","Recognized":"Igenkänd","Recovery Code":"Återvinningskod","Red":"Röd","Refresh":"Uppdatera","Regions":"Regioner","Register":"Registrera","Reload":"Ladda om","Reloading…":"Laddar om …","Remote Sync":"Fjärrsynkronisering","Remove":"Radera","remove failed: unknown album":"borttagning misslyckades: okänt album","Remove from Album":"Radera från albumet","Remove from all":"Ta bort från alla","Remove from all selected photos":"Ta bort från alla valda foton","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Ta bort importerade filer för att spara lagringsutrymme. Filer som inte stöds tas aldrig bort, utan förblir på sin nuvarande plats.","Remove the selected instance from the cluster registry?":"Ta bort den valda instansen från klusterregistret?","Removed":"Borttagen","Removed %{name}":"%{name} har tagits bort","Removed %d files and %d photos":"Tog bort %d filer och %d bilder","Repeated":"Upprepad","Request failed - are you offline?":"Förfrågan misslyckades - är du offline?","Request failed - invalid response":"Förfrågan misslyckades - ogiltigt svar","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Krav på att icke-fotografiska bilder och bilder av låg kvalitet ska granskas innan de visas i sökresultaten.","Resolution":"Upplösning","Restart":"Starta om","Restore":"Återställ","Restored":"Återställd","Retry Limit":"Gräns för antalet försök","Retype Password":"Upprepa lösenordet","Review":"Granska","Role":"Roll","Roles":"Roller","Rotated":"Roterad","Rows per page:":"Rader per sida:","Satellite":"Satellit","Save":"Spara","Save changes":"Spara ändringar","Scan":"Skanna","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skanna QR-koden med din autentiseringsapp eller använd inställningsnyckeln som visas nedan och ange sedan den genererade verifieringskoden:","Scans":"Skannar","Scope":"Omfattning","Scopes":"Omfattningar","Search":"Sök","Season":"Säsong","Secret":"Hemlighet","Security and Access":"Säkerhet och tillgång","Select":"Välj","Select a source folder to import files…":"Välj en källmapp för att importera filer…","Select date":"Välj datum","Select dates":"Välj datum","Select or create albums":"Välj eller skapa album","Select or create labels":"Välj eller skapa etiketter","Select or drop files to upload…":"Välj eller släpp filer som ska laddas upp…","Select the files to upload…":"Välj de filer som ska laddas upp…","Select the folder to be indexed…":"Välj den mapp som ska indexeras…","Select Time":"Välj tid","Selection":"Urval","Selection added to %s":"Urval tillagt i %s","Selection approved":"Urvalet är godkänt","Selection archived":"Urval arkiverat","Selection marked as private":"Urval markerat som privat","Selection not found":"Urvalet kunde inte hittas","Selection restored":"Urvalet har återställts","Sequential Name":"Sekventiellt namn","Service":"Service","Service URL":"Tjänstens URL","Services":"Tjänstens URL","Session":"Sammanträde","Session ID":"Sessions-ID","Sessions":"Sessioner","Set as Album Cover":"Ställ in som albumomslag","Set as Cover Image":"Ställ in som omslagsbild","Settings":"Inställningar","Settings saved":"Inställningarna har sparats","Setup":"Konfigurera","Severity":"Allvarlighetsgrad","Share":"Dela","Share %{s}":"Dela %{s}","Show":"Visa","Show All Labels":"Visa alla etiketter","Show all new faces":"Visa alla nya ansikten","Show Caption":"Visa bildtext","Show Captions":"Visa bildtexter","Show face markers":"Visa ansiktsmarkörer","Show hidden":"Visa dolda","Show Important Only":"Visa endast viktigt","Show logs in the web interface to monitor activity and troubleshoot problems.":"Visa loggar i webbgränssnittet för att övervaka aktivitet och felsöka problem.","Show smart albums that group pictures by occasion, trip, or location.":"Visa smarta album som grupperar bilder efter tillfälle, resa eller plats.","Show the Account page so users can manage their profile and security settings.":"Visa kontosidan så att användarna kan hantera sina profil- och säkerhetsinställningar.","Show the Calendar view to browse the library by year and month.":"Visa kalendervyn för att bläddra i biblioteket efter år och månad.","Show the Labels section to view and manage AI-generated labels.":"Visa avsnittet Etiketter för att visa och hantera AI-genererade etiketter.","Show the Library section to index, manage, and monitor the media library.":"Visa avsnittet Library för att indexera, hantera och övervaka mediebiblioteket.","Show the Places view with interactive maps so you can browse photos by location.":"Visa Places-vyn med interaktiva kartor så att du kan bläddra bland foton efter plats.","Show Titles":"Visa titlar","Sidecar":"Sidecar","Sidecar Files":"Sidecar Files","Sign in":"Logga in","Sign Out":"Logga ut","Similar":"Liknande","Site URL":"Webbplatsens URL","Size":"Storlek","Slideshow":"Bildspel","Slow":"Långsam","Software":"Programvara","Software Update":"Uppdatering av programvara","Some albums could not be copied":"Vissa album kunde inte kopieras","Some albums could not be created. Please edit the names and try again.":"Vissa album kunde inte skapas. Redigera namnen och försök igen.","Some albums could not be updated":"Vissa album kunde inte uppdateras","Something went wrong, try again":"Något gick fel, försök igen","Sort by":"Sortera efter","Sort by Name (A–Z)":"Sortera efter namn (A-Z)","Sort by Photo Count":"Sortera efter antal bilder","Sort by Relevance":"Sortera efter relevans","Sort Order":"Sortering","Sorted ascending.":"Sorterad i stigande ordning.","Sorted descending.":"Sorterad nedåtgående.","Source":"Källa","Stack":"Samling","Stack files sharing the same unique image or instance identifier.":"Stapla filer som har samma unika bild- eller instansidentifierare.","Stack pictures taken at the exact same time and location based on their metadata.":"Stapla bilder som tagits vid exakt samma tidpunkt och plats baserat på deras metadata.","Stackable":"Staplingsbar","Stacks":"Staplar","Start":"Starta","Start Page":"Startsida","Static Size Limit: %{n}px":"Statisk storleksgräns: %{n}px","Status":"Status","Stay signed in on this device":"Fortsätt vara inloggad på den här enheten","Stop Casting":"Avsluta gjutningen","Storage":"Förvaringsplats","Streets":"Gator","Subject":"Ämne","Subject deleted":"Ämne raderat","Subject not found":"Ämnet finns inte","Subject saved":"Ämne sparat","Successfully activated":"Lyckades aktiverad","Successfully Connected":"Framgångsrikt ansluten","Successfully deleted":"Framgångsrikt raderat","Successfully verified":"Verifierad","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Stöd för ytterligare tjänster, som Google Drive, kommer att läggas till med tiden.","Support Our Mission":"Stöd vårt uppdrag","Sync":"Synkronisera","Sync raw and video files":"Synkronisera raw- och videofiler","Taken":"Fotograferat","Teal":"Blågrön","Terrain":"Terräng","Text":"Text","Thank You for Your Support!":"Tack för ditt stöd!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Därför har PhotoPrism byggts upp från grunden för att kunna användas där du behöver det, utan att kompromissa med frihet, integritet eller funktionalitet.","The index currently contains %{n} hidden files.":"Indexet innehåller för närvarande %{n} dolda filer.","The instance rejected the cluster credentials.":"Instansen avvisade klusterautentiseringsuppgifterna.","The instance returned an unexpected redirect.":"Instansen returnerade en oväntad omdirigering.","The wakeup interval is %s, but must be 1h or less":"Uppvakningsintervallet är %s, men måste vara 1 timme eller mindre","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Formatet kanske inte stöds, de har ännu inte konverterats till JPEG eller det finns dubbletter.","Theme":"Tema","This account is missing an ID and can't be edited.":"Det saknas ett ID för det här kontot och det går inte att redigera.","This field is required":"Detta fält är obligatoriskt","This instance has no site URL configured.":"Det finns ingen webbadress konfigurerad för denna instans.","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.":"Detta gör att mappen med originalen monteras som en nätverksenhet, så att du kan öppna, redigera och ta bort filer från din dator eller smartphone som om de vore lokala.","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. ":"Detta gör att mappen med originalen monteras som en nätverksenhet, så att du kan öppna, redigera och ta bort filer från din dator eller smartphone som om de vore lokala.","Time":"Tid","Time UTC":"Tid UTC","Time Zone":"Tidszon","Timeout":"Timeout","Title":{"":"Rubrik","Account":"Titel","Photo":"Rubrik"},"Title / Position":"Rubriken är för lång","to":"till","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"För att undvika att bli utelåst från ditt konto, ladda ner, skriv ut eller kopiera den här återställningskoden nu och förvara den på ett säkert ställe.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"För att skapa ett nytt app-specifikt lösenord, vänligen ange namnet och auktoriseringsomfånget för applikationen och välj ett utgångsdatum:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"För att byta till en ny autentiseringsapp eller enhet, inaktivera först tvåfaktorsautentisering och återaktivera den sedan:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"För att uppgradera kan du antingen ange en aktiveringskod eller klicka på \"Registrera\" för att registrera dig på vår webbplats:","Today":"I dag","Toggle View":"Växla vy","Token":"Kod","Too many files selected":"För många filer valda","Too many requests":"För många förfrågningar","Troubleshooting":"Felsökning","Try again using other filters or keywords.":"Försök igen med andra filter eller nyckelord.","Two-factor authentication has been enabled for your account.":"Tvåfaktorsautentisering har aktiverats för ditt konto.","Type":"Typ","Unable to delete":"Går inte att radera","Unable to do that":"Det går inte att göra det","Unassign":"Ej tilldelad","Unauthorized":"Obehörig","Undo":"Ångra","Unique ID":"Unikt ID","Unknown":"Okänd","Unknown location":"Okänd plats","Unregistered":"Oregistrerad","Unsorted":"Osorterad","Unstack":"Avstapla","Unsupported":"Stöds ej","Unsupported format":"Format som inte stöds","Unsupported type":"Denna typ stöds ej","Updated":"Senast uppdaterad","Updating faces":"Uppdatering av ansikten","Updating index":"Uppdatering av index","Updating moments":"Uppdatering av ögonblick","Updating picture…":"Uppdatering av förhandsgranskningar…","Updating previews":"Uppdatering av förhandsgranskningar","Updating stacks":"Uppdatering av staplar","Upgrade":"Uppgradera","Upgrade Now":"Uppgradera nu","Upload":"Ladda upp","Upload complete":"Uppladdningen är klar","Upload complete. Indexing…":"Uppladdningen är klar. Indexerar…","Upload failed":"Uppladdning misslyckades","Upload has been processed":"Uppladdningen har behandlats","Upload local files":"Ladda upp lokala filer","Upload might be offensive":"Uppladdning kan vara stötande","Upload Path":"Sökväg för uppladdning","Uploading %{n} of %{t}…":"Laddar upp %{n} av %{t}…","Uploading photos…":"Laddar upp foton…","Uploading…":"Laddar om …","Uploads that may contain such images will be rejected automatically.":"Uppladdningar som kan innehålla sådana bilder kommer automatiskt att avvisas.","URL":"URL","Use Presets":"Använd förinställningar","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Använd följande återställningskod för att komma åt ditt konto när du inte kan generera en giltig verifieringskod med din autentiseringsapp:","Use your recovery code or contact an administrator for help.":"Använd din återställningskod eller kontakta en administratör för att få hjälp.","User":"Användare","User Guide":"Användarhandbok","User Interface":"Användargränssnitt","User not found":"Användaren kunde inte hittas","Username":"Användarnamn","Users":"Användare","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorer","Verification Code":"Verifierings kod","Version":"Version","Video":"Video","Video Duration":"Varaktighet","Videos":"Videofilmer","View":"Visa","View search results as a list.":"Visa sökresultaten som en lista.","Viewer":"Visare","Vision":"Vision","Visitor":"Besökare","Visual Similarity":"Gruppera efter likhet","Warning":"Varning","Web Login":"Webinloggning","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-klienter kan ansluta till PhotoPrism via följande URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV-klienter, som Microsoft Windows Explorer och Apple Finder, kan ansluta direkt till PhotoPrism.","WebDAV Upload":"WebDAV-uppladdning","WebGL support is disabled in your browser":"WebGL-stödet är inaktiverat i din webbläsare","Website":"Webbplats","White":"Vit","Work Details":"Detaljer","Year":"År","Yellow":"Gul","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Du är välkommen att kontakta oss på membership@photoprism.app om du har frågor om ditt medlemskap.","You can only download one album":"Du kan bara ladda ner ett album","You can only download one label":"Du kan bara ladda ner en etikett","You can search for a location or move the marker on the map to change the position:":"Du kan söka efter en plats eller flytta markören på kartan för att ändra position:","You can upload up to %{n} files for test purposes.":"Du kan ladda upp till %{n} filer för teständamål.","You cannot change your own role.":"Du kan inte ändra din egen roll.","You do not have access to any instances.":"Du har inte tillgång till några instanser.","You may only select one item":"Du kan bara välja ett objekt","You may rescan your library to find additional faces.":"Du kan söka igenom ditt bildbibliotek på nytt för att hitta fler personer/ansikten.","Your account could not be connected":"Ditt konto kunde inte anslutas","Your account has been successfully connected.":"Ditt konto har kopplats upp.","Your browser does not support WebGL":"Din webbläsare har inte stöd för WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Ditt fortsatta stöd hjälper oss att tillhandahålla regelbundna uppdateringar och tjänster som t ex världskartor.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Ditt bibliotek analyseras kontinuerligt för att automatiskt skapa album med speciella ögonblick, resor och platser.","Zip created in %d s":"Zip skapad på %d s","Zoom in/out":"Zooma in/ut","Archive":{"Noun":"Arkiv","Verb":"Arkiv"},"Add a Title":{"Photo":"Lägg till en titel"}}} \ No newline at end of file +{"sv":{"{0} appended action":"{0} tillagd åtgärd","{0} files":"{0} filer","{0} files ({1} in total)":"{0} filer ({1} totalt)","{0} more":"{0} mer","{0} prepended action":"{0} föransluten åtgärd","{0} selected":"{0} vald","{0}-{1} of {2}":"{0}-{1} av {2}","%{n} albums found":"%{n} album hittades","%{n} files uploaded":"%{n} filer uppladdade","%{n} folders found":"%{n} mappar hittades","%{n} GB of %{q} GB used":"%{n} GB av %{q} GB används","%{n} labels found":"%{n} etiketter hittades","%{n} people found":"%{n} personer hittades","%{n} pictures found":"%{n} bilder hittades","%{s} is too long":"%{s} är för lång","%{s} is too short":"%{s} är för kort","%d entries added to %s":"%d poster tillagda till %s","%d entries removed from %s":"%d poster raderade från %s","%d files uploaded in %d s":"%d filer uppladdade på %d s","%s already exists":"%s finns redan","%s has been restored":"%s har återställts","1 hour":"1 timme","12 hours":"12 timmar","2-Factor Authentication":"2-faktorautentisering","2FA":"2FA","4 hours":"4 timmar","A click will copy it to your clipboard.":"Ett klick kopierar den till urklippshanteraren.","A new version of %{s} is available:":"En ny version av %{s} är tillgänglig:","About":"Om","Access granted.":"Åtkomst beviljad.","Access revoked.":"Åtkomsten har återkallats.","Access Token":"Token för åtkomst","Account":"Konto","Account created":"Kontot har skapats","Account deleted":"Kontot raderat","Account Group Mappings":"Mappningar av kontogrupper","Account not found":"Kontot kunde inte hittas","Account restored":"Konto återställt","Account saved":"Kontot sparat","Accounts":"Konton","Accuracy":"Noggrannhet","Action":"Åtgärd","Actions":"Åtgärder","Activate":"Aktivera","Activate to remove sorting.":"Aktivera för att ta bort sorteringen.","Activate to sort ascending.":"Aktivera för att sortera stigande.","Activate to sort descending.":"Aktivera för att sortera fallande.","Activation Code":"Aktiveringskod","Activity":"Aktivitet","Add":"Lägg till","Add %{s}?":"Lägg till %{s}?","Add a Caption":"Lägg till en bildtext","Add Account":"Redigera konto","Add Album":"Lägg till album","Add Link":"Lägg till en länk","Add Notes":"Lägg till anteckningar","Add person?":"Lägga till person?","Add pictures from search results by selecting them.":"Lägg till bilder från sökresultaten genom att markera dem.","Add to album":"Lägg till i album","Add to all":"Lägg till i alla","Add to all selected photos":"Lägg till i alla valda foton","Added":"Tillagd","Added %{name}":"%{name} har lagts till","Adjust Camera Info":"Justera kamerainfo","Adjust Date & Time":"Justera datum och tid","Adjust Location":"Justera plats","Admin":"Admin","Advanced":"Avancerad","Advertise URL":"Annonsera URL","After 1 day":"Efter 1 dag","After 3 days":"Efter 3 dagar","After 7 days":"Efter 7 dagar","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"När du har angivit ditt lösenord för bekräftelse, kan du ställa in tvåfaktorsautentisering med en kompatibel autentiseringsapp eller enhet.","After one month":"Efter en månad","After one year":"Efter ett år","After selecting pictures from search results, you can add them to an album using the context menu.":"När du har valt bilder från sökresultaten kan du lägga till dem i ett album med hjälp av kontextmenyn.","After two months":"Efter två månader","After two weeks":"Efter två veckor","Album":"Album","Album %s deleted":"Album %s raderat","Album Backups":"Säkerhetskopiering av album","Album contents cloned":"Innehållet i albumet kopieras","Album created":"Album skapat","Album deleted":"Albumet raderat","Album not found":"Albumet finns inte","Album saved":"Album sparat","Albums":"Album","Albums deleted":"Album raderade","All":"Alla","All %{n} albums loaded":"Alla %{n} album hämtade","All %{n} labels loaded":"Alla %{n} etiketter hämtade","All %{n} people loaded":"Alla %{n} personer hämtade","All Cameras":"Alla kameror","All Categories":"Alla kategorier","All Colors":"Alla färger","All Countries":"Alla länder","All files from import folder":"Alla filer från importmappen","All Lenses":"Alla objektiv","All Months":"Alla månader","All originals":"Alla original","All Years":"Alla år","Allow configuration and use of connected apps and services for remote uploads and sync.":"Tillåt konfiguration och användning av anslutna appar och tjänster för fjärröverföringar och synkronisering.","Allow editing of metadata such as title, description, date, and location.":"Tillåt redigering av metadata som titel, beskrivning, datum och plats.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Gör det möjligt att redigera metadata, etiketter och album för flera bilder samtidigt.","Allow files to be copied or moved from the Import to the Originals folder.":"Aktivera importverktyget för att kopiera eller flytta filer från importmappen till originalen.","Allow files to be permanently deleted to free up storage space.":"Tillåt att filer raderas permanent för att frigöra lagringsutrymme.","Allow users to archive photos and videos so they are hidden without being deleted.":"Tillåt användare att arkivera foton och videor så att de döljs utan att raderas.","Allow users to create and share links, and enable sharing with connected services.":"Tillåt användare att skapa och dela länkar och aktivera delning med anslutna tjänster.","Allow users to upload new photos and videos through the web interface.":"Tillåt användare att ladda upp nya foton och videor via webbgränssnittet.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternativt kan du ladda upp filer direkt till WebDAV-servrar som Nextcloud.","Altitude":"Höjd","Altitude (m)":"Höjd (meter)","AM":"AM","Animated":"Animerad","Animation":"Animering","Animations":"Animationer","Any private photos and videos remain private and won't be shared.":"Alla privata fotografier och videofilmer är privata och kommer inte att delas.","API Key":"API-nyckel","Application":"Tillämpning","Applications":"Tillämpningar","Approve":"Godkänn","Approve and save changes":"Godkänna och spara ändringar","Apps and Devices":"Appar och enheter","Archived":"Arkiverad","Are you sure you want to archive the selection?":"Är du säker på att du vill arkivera urvalet?","Are you sure you want to delete these albums?":"Är du säker på att du vill radera detta/dessa album?","Are you sure you want to delete these labels?":"Är du säker på att du vill ta bort dessa etiketter?","Are you sure you want to delete this account?":"Är du säker på att du vill radera det här kontot?","Are you sure you want to delete this album?":"Är du säker på att du vill radera det här albumet?","Are you sure you want to permanently delete these pictures?":"Är du säker på att du vill radera bilderna permanent?","Are you sure you want to permanently delete this file?":"Är du säker på att du vill radera filen permanent?","Are you sure?":"Är du säker?","Artist":"Fotograf","Aspect Ratio":"Bildförhållande","Attributes":"Attribut","Audio":"Ljud","Audit Log":"Ljud","Authentication":"Autentisering","Auto":"Auto","Back":"Tillbaka","Back to top":"Tillbaka till början","Backup":"Säkerhetskopiering","Badge":"Badge","Base Path":"Basbana","Batch":"Batch","Batch Edit":"Batch-redigering","Become a member today, support our mission and enjoy our member benefits!":"Bli medlem i dag, stöd vårt uppdrag och ta del av våra medlemsförmåner!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Eftersom vi är 100 % självfinansierade och oberoende kan vi lova dig att vi aldrig kommer att sälja dina uppgifter och att vi alltid kommer att vara transparenta när det gäller vår programvara och våra tjänster.","Bio":"Bio","Birth Date":"Födelsedatum","Black":"Svart","Blue":"Blå","Brown":"Brun","Browse":"Bläddra","Browse Files":"Bläddra bland filer","Browse Pictures":"Bläddra bland bilder","Bug Report":"Felrapport","Busy, please try again later":"Upptagen, försök igen senare","Busy, please wait…":"Upptagen, vänligen vänta…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Genom att använda den programvara och de tjänster som vi tillhandahåller godkänner du våra användarvillkor, vår sekretesspolicy och vår uppförandekod.","Calendar":"Kalender","Camera":"Kamera","Camera not found":"Kameran hittades inte","Camera Serial":"Serienummer på kameran","Can't access your authenticator app or device?":"Kan du inte komma åt din autentiseringsapp eller enhet?","Can't load more, limit reached":"Kan inte hämta mer, gränsen är nådd","Can't select more items":"Kan inte välja fler objekt","Cancel":"Avbryt","Cannot copy to clipboard":"Det går inte att kopiera till urklipp","Caption":"Bildtext","Cards":"Kort","Carousel slide {0} of {1}":"Karusellbild {0} av {1}","Cast":"Rollista","Category":"Kategori","Change Avatar":"Ändra Avatar","Change Password":"Nytt lösenord","Change private flag":"Ändra den privata flaggan","Changes could not be saved":"Ändringarna kunde inte sparas","Changes successfully saved":"Ändringarna har sparats","Changes to the advanced settings require a restart to take effect.":"Ändringar av de avancerade inställningarna kräver en omstart för att träda i kraft.","Checked":"Kontrollerad","Choose an instance to continue:":"Välj en instans för att fortsätta:","Chroma":"Chroma","Cleaning index and cache":"Rensning av index och cacheminne","Cleanup":"Rengöring","Clear":"Klar","Clear {0}":"Rensa {0}","Client":"Kund","Close":"Stäng","Cluster":"Kluster","Cluster Admin":"Klusteradministratör","Cluster Node":"Klusternod","Codec":"Codec","Color":"Färg","Color Profile":"Färgprofil","Colors":"Färger","Compare Editions":"Jämför utgåvor","Complete Rescan":"Fullständig omskanning","Confidence":"Tillit","Confirm":"Bekräfta","Connect":"Anslut","Connect via WebDAV":"Anslut via WebDAV","Connected":"Anslut","Contact Details":"Adressuppgifter","Contact Us":"Kontakta oss","Contains %{n} pictures.":"Innehåller %{n} bilder.","Contains one picture.":"Innehåller en bild.","Content":{"":"Innehåll","Edit":"Innehåll"},"Continue":"Fortsätta","Contributor":"Bidragsgivare","Converting":"Konverterar","Copied to clipboard":"Kopierad till urklippshanteraren","Copy":"Kopiera","Copying files from %s":"Kopierar filer från %s","Copyright":"Copyright","Could not be deleted":"Kunde inte raderas","Could not connect, please try again":"Kunde inte ansluta, försök igen","Could not update person cover":"Det gick inte att uppdatera personskyddet","Couldn't find anything.":"Kunde inte hitta något.","Country":"Land","Create Account":"Skapa ett konto","Create album":"Skapa album","Create regular backups based on the configured schedule.":"Skapa säkerhetskopior av index enligt det konfigurerade schemat.","Create YAML files to back up album metadata.":"Skapa YAML-filer för att säkerhetskopiera metadata för album.","Create YAML sidecar files to back up picture metadata.":"Skapa YAML sidecar-filer för att säkerhetskopiera metadata för bilder.","Created":"Skapad","Creating thumbnails for":"Skapar miniatyrbilder för","Current Password":"Nuvarande lösenord","Custom":"Anpassad","Cyan":"Cyan","Daily":"Dagligen","Database":"Databas","Database Backups":"Säkerhetskopiering av databaser","Databases":"Databaser","Date & Time":"Datum och tid","Day":"Dag","Deactivate":"Avaktivera","Debug Logs":"Felsökningsloggar","Default":"Standard","Default Folder":"Standardmapp","Delete":"Radera","Delete Album":"Radera album","Delete All":"Radera alla","Delete all?":"Radera alla?","Delete orphaned index entries, sidecar files and thumbnails.":"Ta bort övergivna indexposter, sidecar-filer och miniatyrbilder.","deleted":"raderade","Description":"Beskrivning","Detailed instructions can be found in our User Guide.":"Detaljerade instruktioner finns i vår användarhandbok.","Details":"Detaljer","Dimensions":"Mått","Disable all face detection and recognition features.":"Inaktivera alla funktioner för ansiktsigenkänning och -avkänning.","Disable Backups":"Inaktivera säkerhetskopiering","Disable Darktable":"Inaktivera Darktable","Disable ExifTool":"Inaktivera ExifTool","Disable Faces":"Inaktivera ansikten","Disable features that require write permission for the originals folder.":"Inaktivera funktioner som kräver skrivbehörighet för originalmappen.","Disable FFmpeg":"Inaktivera FFmpeg","Disable ImageMagick":"Inaktivera ImageMagick","Disable interactive world maps and reverse geocoding.":"Inaktivera interaktiva världskartor och omvänd geokodning.","Disable MCP":"Avaktivera MCP","Disable Places":"Inaktivera platser","Disable RawTherapee":"Inaktivera RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Inaktivera MCP:s (Model Context Protocol) API-slutpunkt för AI-agentintegreringar.","Disable Vectors":"Inaktivera vektorer","Disable WebDAV":"Inaktivera WebDAV","Disabled":"Inaktiverad","Disables vector graphics support.":"Inaktiverar stöd för vektorgrafik.","Disables video transcoding and thumbnail extraction.":"Inaktiverar omkodning av video och utvinning av miniatyrbilder.","Discard":"Kassera","Discard changes and close":"Kassera ändringar och stäng","Discard invalid changes?":"Kassera ogiltiga ändringar?","Discard unsaved changes?":"Kasta bort osparade ändringar?","Discover":"Upptäck","Dismiss":"Avvisa","Display Name":"Visningsnamn","Display picture captions in search results.":"Visa bildtexter i sökresultaten.","Display picture titles in search results.":"Visa bildtitlar i sökresultaten.","Document":"Dokument","Documents":"Dokument","Don't use Darktable to convert RAW images.":"Använd inte Darktable för att konvertera RAW-bilder.","Don't use ImageMagick to convert images.":"Använd inte ImageMagick för att konvertera bilder.","Don't use RawTherapee to convert RAW images.":"Använd inte RawTherapee för att konvertera RAW-bilder.","Done":"Spara & Stäng","Done.":"Klart.","Download":"Ladda ner","Download only original media files, without any automatically generated files.":"Hämta endast originalmediefiler, utan automatiskt genererade filer.","Download remote files":"Hämta fjärrfiler","Downloading…":"Hämtar…","Drag and drop files here":"Dra och släpp filer här","Driver":"Förare","Duplicates will be skipped and only appear once.":"Dubletter kommer att hoppas över och visas endast en gång.","Duration":"Varaktighet","Dynamic Previews":"Dynamiska förhandsgranskningar","Dynamic Size Limit: %{n}px":"Begränsning av dynamisk storlek: %{n}px","Edit":"Redigera","Edit %{s}":"Redigera %{s}","Edit Account":"Redigera konto","Edit Photo":"Redigera foto","Edit Photos (%{n})":"Redigera foton (%{n})","Edited":"Senast ändrad","Email":"E-postadress","Enable debug mode to display additional logs and help with troubleshooting.":"Aktivera felsökningsläget för att visa ytterligare loggar och hjälpa till med felsökning.","Enable downloading of original and sidecar files from the web interface.":"Möjliggör nedladdning av original- och sidecar-filer från webbgränssnittet.","Enable face recognition and the People view to easily find people you know.":"Aktivera ansiktsigenkänning och vyn Personer för att enkelt hitta personer du känner.","Enable new features that may be incomplete or unstable.":"Möjliggör nya funktioner som kan vara ofullständiga eller instabila.","Enable the file browser to navigate the Originals folder structure.":"Aktivera filbläddraren för att navigera i mappstrukturen för original.","Enables RAW converter presets. May reduce performance.":"Aktiverar förinställningar för RAW-omvandlare. Kan minska prestandan.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Att aktivera tvåfaktorsautentisering innebär att du behöver en slumpmässigt genererad verifieringskod för att logga in, så även om någon får tillgång till ditt lösenord kommer de inte att kunna komma åt ditt konto.","Engine":"Motor","Enter date":"Ange datum","Enter dates":"Ange datum","Enter item name...":"Ange artikelnamn...","Enter the code generated by your authenticator app:":"Ange den kod som genereras av din autentiseringsapp:","Enter verification code":"Ange verifieringskod","Enter your password to confirm the action and continue:":"Ange ditt lösenord för att bekräfta åtgärden och fortsätt:","Entity not found":"Entitet kunde inte hittas","Error":"Fel","Errors":"Fel","Estimate":"Uppskattning","Estimate Locations":"Uppskatta platser","Estimate the approximate location of pictures without GPS coordinates.":"Uppskatta den ungefärliga positionen för bilder utan GPS-koordinater.","Every two days":"Varannan dag","Exclude hidden":"Exkludera dolda","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Metadataextraktion med ExifTool krävs för fullt stöd för Video, Live Photo och XMP.","Experimental Features":"Experimentella funktioner","Expires":"Upphör att gälla","Exposure":"Exponering","Extract still images and generate thumbnails while indexing.":"Extrahera stillbilder och skapa miniatyrbilder under indexeringen.","F Number":"F-nummer","Face":"Ansikte","Face not found":"Ansiktet kunde inte hittas","Faces":"Ansikten","Failed creating file, please check permissions":"Det gick inte att skapa en fil, kontrollera behörigheter","Failed creating folder, please check permissions":"Det gick inte att skapa en mapp, kontrollera behörigheter","Failed removing link":"Misslyckades med att ta bort länken","Failed to connect account.":"Misslyckades med att ansluta konto.","Failed to create zip file":"Misslyckades med att skapa en zip-fil","Failed to load users.":"Det gick inte att ladda användarna.","Failed to remove face marker":"Lyckades inte ta bort ansiktsmarkören","Failed to remove name":"Misslyckades med att ta bort namn","Failed to restart server":"Det gick inte att starta om servern","Failed to save changes":"Misslyckades med att spara ändringar","Failed to save face marker":"Misslyckades med att spara ansiktsmarkör","Failed to save name":"Misslyckades med att spara namn","Failed updating link":"Misslyckades med att uppdatera länken","Family Name":"Efternamn","Fast":"Snabbt","Favorite":"Favorit","Favorites":"Favoriter","Feature disabled":"Funktionen är inaktiverad","Feature Request":"Begäran om funktion","Female":"Kvinna","File":"Fil","File Browser":"Filhanterare","File Conversion":"Konvertering av filer","File deleted":"Fil raderad","File Name":"Filnamn","File not found":"Filen kunde inte hittas","File removed from stack":"Filen tas bort från stapeln","File Size":"Fil","File too large":"Filen är för stor","File uploaded":"Uppladdad fil","Filename":"Filnamn","Files":"Filer","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Filer med sekventiella namn som 'IMG_1234 (2)' och 'IMG_1234 (3)' tillhör samma bild.","First page":"Första sidan","Focal Length":"Brännvidd","Folder":"Mapp","Folder contains %{n} files":"Mappen innehåller %{n} filer","Folder is empty":"Mappen är tom","Folders":"Mappar","Forgot password?":"Glömt lösenordet?","FPS":"FPS","Frames":"Bildrutor","Full Access":"Full tillgång","Fullscreen":"Fullskärm","General":"Allmänt","Generate":"Generera","Generate Previews":"Generera förhandsgranskningar","Generated":"Genererad","Get Started":"Kom igång","Given Name":"Förnamn","Global Options":"Globala alternativ","Go to page {0}":"Gå till sidan {0}","Gold":"Guld","Green":"Grön","Grey":"Grå","Groups":"Grupper","Guest":"Gäst","Hash":"Kontrollsumma","Help":"Hjälp","Help & Support":"Hjälp och Support","Hidden":"Dolda","Hidden Files":"Dolda filer","Hide":"Dölj","Hide Caption":"Dölj bildtext","Hide face markers":"Dölj ansiktsmarkörer","Hide private content from global views while keeping it accessible in the Private section.":"Dölj privata objekt från globala vyer samtidigt som de är tillgängliga i avsnittet Privat.","High":"Hög","High Dynamic Range (HDR)":"Högt dynamiskt omfång (HDR)","Hybrid":"Hybrid","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Om du förlorar åtkomsten till din autentiseringsapp eller enhet kan du använda din återställningskod för att återfå åtkomst till ditt konto.","Image":"Bild","Image Quality":"Bildkvalitet","Import":"Import","Import canceled":"Importen avbruten","Import completed in %d s":"Importen slutfördes på %d s","Import failed":"Importen misslyckades","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Importerade filer sorteras efter datum och får ett unikt namn för att undvika dubbletter.","Importing %{s}…":"Importerar %{s}…","Importing files to originals…":"Importera filer till original…","in":"i","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Om du upplever att bilder saknas, vänligen skanna om biblioteket och vänta tills indexeringen är slutförd.","Include RAW image files when downloading stacks and archives.":"Inkludera RAW-bildfiler när du laddar ner staplar och arkiv.","Include sidecar files when downloading stacks and archives.":"Inkludera sidecar-filer när du laddar ner stackar och arkiv.","Increase storage size or delete files to continue.":"Öka lagringsstorleken eller radera filer för att fortsätta.","Index":"Index","Indexing":"Indexerar","Indexing canceled":"Indexering avbruten","Indexing completed in %d s":"Indexering slutförd på %d s","Indexing failed":"Indexeringen misslyckades","Indexing files in %s":"Indexering av filer i %s","Indexing media and sidecar files…":"Indexerar media och sidecar-filer…","Indexing originals...":"Indexering av original...","Information":"Information om","Inherit":"Ärva","Instance":"Instans","Instance ID":"Instans-ID","Instance unreachable. Try again once it's back online.":"Servern kan inte nås. Försök igen när den är tillbaka online.","Instances":"Instanser","Insufficient storage":"Otillräcklig lagring","Insufficient storage.":"Otillräcklig lagring.","Interval":"Intervall","Invalid":"Ogiltigt datum","Invalid address":"Ogiltig adress","Invalid country":"Ogiltigt land","Invalid credentials":"Ogiltiga autentiseringsuppgifter","Invalid date":"Ogiltigt datum","Invalid link":"Ogiltig länk","Invalid name":"Felaktigt namn","Invalid parameters":"Ogiltigt datum","Invalid password, please try again":"Felaktigt lösenord, försök igen","Invalid photo selected":"Ett ogiltigt foto har valts","Invalid time":"Ogiltig tid","Invalid URL":"Ogiltig URL","Invalid verification code, please try again":"Ogiltig verifieringskod, försök igen","IP Address":"IP-adress","It is a one-time use code that will disable 2FA for your account when you use it.":"Det är en engångskod som kommer att inaktivera 2FA för ditt konto när du använder den.","Item":"Artikel","Items per page:":"Artiklar per sida:","JPEG Quality: %{n}":"JPEG-kvalitet: %{n}","JPEG Size Limit: %{n}px":"Begränsning av JPEG-storlek: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG-bilder och miniatyrbilder skapas automatiskt vid behov.","Keyword":"Sökord","Keywords":"Nyckelord","Label":"Etikett","Label not found":"Etikett saknas","Label saved":"Etikett sparad","Labels":"Etiketter","Labels deleted":"Etiketter raderade","Language":"Språk","Last Active":"Senast aktiv","Last Login":"Senaste inloggning","Last page":"Sista sidan","Last Sync":"Senaste synkronisering","Last Used":"Senast använd","Latitude":"Latitud","LDAP/AD":"LDAP/AD","Learn more":"Läs mer","Learn More":"Lär dig mer","Legal Information":"Juridisk information","Lens":"Objektiv","Lens not found":"Linsen hittades inte","Library":"Bibliotek","License":"Licens","Like":"Gilla","Lime":"Lime","Limit reached, showing first %{n} files":"Gränsen är nådd, visar de första %{n} filerna","Link":"Länk","List":"Lista","List View":"Listvy","Live":"Live","Live Photos":"Foton","Load more":"Ladda mer","Loading items...":"Laddar artiklar...","Loading...":"Laddar...","Local":"Lokal","Local Time":"Lokal tid","Location":"Plats","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Loggmeddelanden visas här när PhotoPrism stöter på trasiga filer eller när det finns andra potentiella problem.","Login":"Logga in","Logs":"Loggar","Longitude":"Longitud","Lost server connection":"Förlorad serveranslutning","Low":"Låg","Magenta":"Magenta","Main Color":"Huvudfärg","Male":"Man","Manage Account":"Hantera konto","Manager":"Chef","Manual":"Manuell","Manual Upload":"Manuell uppladdning","Maps":"Kartor","Marker":"Markering","Maximum number of accounts has been reached.":"Det maximala antalet konton har uppnåtts.","Media":"Media","Medium":"Medium","Membership":"Medlemskap","Merge %{a} with %{b}?":"Slå ihop %{a} med %{b}?","Message":"Meddelande","Metadata":"Metadata","Metrics":"Metrik","Minimize":"Minimera","Missing":"Saknas","Missing or invalid configuration":"Saknad eller ogiltig konfiguration","mixed":"blandad","Moments":"Ögonblick","Monochrome":"Monokrom","Month":"Månad","More options":"Fler alternativ","Mosaic":"Mosaik","Most Relevant":"Mest relevant","Move Files":"Flytta filer","Moving files from %s":"Flyttar filer från %s","Must have at least %{n} characters.":"Måste ha minst %{n} tecken.","Mute":"Mute","Name":"Namn","Name too long":"Namnet är för långt","Never":"Aldrig","New":"Ny","New Password":"Nytt lösenord","Newest First":"Nyaste först","Next":"Nästa","Next page":"Nästa sida","Next visual":"Nästa bild","No":"Nej","No Access":"Ingen åtkomst","No albums assigned":"Inga album tilldelade","No albums found":"Inga album hittades","No albums selected":"Inga album har valts","No data available":"Inga uppgifter tillgängliga","No files available for download":"Inga filer finns tillgängliga för nedladdning","No items selected":"Inga objekt har valts","No labels assigned":"Inga etiketter tilldelade","No labels found":"Inga etiketter hittades","No labels selected":"Inga etiketter har valts","No matching records found":"Inga matchande poster hittades","No more":"Inte mer","No people found":"Inga personer hittades","No pictures found":"Inga bilder hittades","No recently edited pictures":"Inga nyligen redigerade bilder","No registered instances.":"Inga registrerade instanser.","No results":"Inga resultat","No server connection":"Ingen serveranslutning","No servers configured.":"Inga servrar har konfigurerats.","No services configured.":"Inga servrar har konfigurerats.","No thanks":"Nej tack","No users on this instance.":"Det finns inga användare på denna instans.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Inga varningar eller fel som innehåller detta nyckelord. Observera att sökningen är känslig för stora och små bokstäver.","Node":"Nod","Nodes":"Noder","Non-photographic and low-quality images require a review before they appear in search results.":"Bilder som inte är fotografiska eller av låg kvalitet måste granskas innan de visas i sökresultaten.","None":"Ingen","Not allowed":"Inte tillåtet","Not available in public mode":"Inte tillgängligt i offentligt läge","Not available in read-only mode":"Inte tillgänglig i skrivskyddsläge","Not found":"Hittades inte","Not sorted.":"Inte sorterad.","Not supported":"Stödjs inte","Note you may manually manage your originals folder and importing is optional.":"Observera att du kan hantera mappen med original manuellt och att import är valfritt.","Note:":"Observera:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"OBS: Endast WebDAV-servrar, som Nextcloud eller PhotoPrism, kan konfigureras som fjärrtjänst för säkerhetskopiering och filuppladdning.","Notes":"Anteckningar","Nothing to see here yet.":"Inget att se här ännu. Ha tålamod.","Nothing was found.":"Ingenting hittades.","Offline":"Offline","OK":"OK","Oldest First":"Äldsta först","On Windows, enter the following resource in the connection dialog:":"I Windows anger du följande resurs i anslutningsdialogen:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Generering av miniatyrbilder på begäran kan orsaka hög CPU- och minnesanvändning. Det rekommenderas inte för resursbegränsade servrar och NAS-enheter.","Once a week":"En gång i veckan","One album found":"Ett album hittat","One entry added to %s":"En post tillagd i %s","One entry removed from %s":"En post borttagen från %s","One file found":"En fil hittad","One file uploaded":"En fil uppladdad","One folder found":"En mapp hittad","One label found":"En etikett hittat","One person found":"En person hittad","One picture found":"En bild hittades","Only locally managed accounts can be set up for authentication with 2FA.":"Endast lokalt hanterade konton kan ställas in för autentisering med 2FA.","Open":"Öppna","optional":"valfri","or":"eller","Orange":"Orange","Organization":"Layout","Orientation":"Layout","Original file names will be stored and indexed.":"De ursprungliga filnamnen kommer att lagras och indexeras.","Original Name":"Ursprungligt namn","Originals":"Original","Originals folder is empty":"Mappen med originalen är tom","Other":"Övrigt","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Vårt uppdrag är att tillhandahålla den mest användar- och integritetsvänliga lösningen för att hålla dina bilder organiserade och tillgängliga.","Outdoor":"Utomhus","Page {0}, Current page":"Sida {0}, Aktuell sida","Pages":"Sidor","Pagination Navigation":"Paginering Navigering","Panorama":"Panorama","Panoramas":"Panoraman","Part of all selected photos":"Del av alla valda foton","Part of some selected photos":"Del av några utvalda foton","Password":"Lösenord","Password changed":"Lösenordet har ändrats","Pause":"Paus","Payment required":"Betalning krävs","People":"Personer","People you share a link with will be able to view public contents.":"Personer som du delar en länk med kan se det offentliga innehållet.","Permanently deleted":"Permanent borttagen","Permission denied":"Åtkomst nekades","Person":"Person","Person cover updated":"Personskydd uppdaterat","Person deleted":"Person raderad","Person not found":"Personen kunde inte hittas","Person saved":"Person sparad","Personal":"Personlig","Photo":"Foto","PhotoPrism is 100% self-funded and independent.":"PhotoPrism är till 100 % självfinansierad och oberoende.","PhotoPrism+ Membership":"Medlemskap i PhotoPrism+","Photos":"Foton","Picture":"Bild","Picture Title":"Bildtitel","Pink":"Rosa","Pinned":"Fäst","Place":"Plats","Place & Time":"Plats och Tid","Places":"Platser","Play":"Spela","Please confirm your new password.":"Bekräfta ditt nya lösenord.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Vänligen kopiera följande slumpmässigt genererade applösenord och förvara det på ett säkert ställe, eftersom du inte kommer att kunna se det igen:","Please do not upload any private, unlawful or offensive pictures.":"Vänligen ladda inte upp privata, olagliga eller stötande bilder.","Please don't upload photos containing offensive content.":"Ladda inte upp bilder med stötande innehåll.","Please enter OTP character {0}":"Vänligen ange OTP-tecken {0}","Please log in to your account":"Logga in på ditt konto","Please note that changing your password will log you out on other devices and browsers.":"Observera att om du ändrar ditt lösenord kommer du att logga ut på andra enheter och webbläsare.","Please restart your instance for the changes to take effect.":"Starta om din instans för att ändringarna ska träda i kraft.","Please wait…":"Vänligen vänta…","PM":"PM","PNG Size Limit: %{n}px":"Begränsning av PNG-storlek: %{n}px","Portal":"Portal","Portrait":"Porträtt","Preserve filenames":"Bevara filnamn","Press enter to create a new album.":"Tryck på enter för att skapa ett nytt album.","Press enter to create new item":"Tryck på Enter för att skapa ett nytt objekt","Prevent database and album backups as well as YAML sidecar files from being created.":"Förhindra att säkerhetskopior av databaser och album samt YAML-sidokarfiler skapas.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Hindra andra program från att komma åt PhotoPrism som en delad nätverksenhet.","Preview":"Förhandsgranska","Preview Images":"Förhandsbilder","Previous":"Föregående","Previous page":"Föregående sida","Previous visual":"Föregående bild","Primary":"Primär","Private":"Privat","Processing upload...":"Behandling av uppladdning...","Product Feedback":"Produktåterkoppling","Projection":"Projektion","Purple":"Lila","Quality Filter":"Kvalitetsfilter","Quality Score":"Kvalitetspoäng","Quota exceeded":"Kvoten överskriden","Random":"Slumpmässig","Rating {0} of {1}":"Betyg {0} av {1}","Raw":"Rå","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Återindexera alla original, inklusive redan indexerade och oförändrade filer.","Read-Only Mode":"Skrivskyddat läge","Recently Added":"Nyligen tillagt","Recently Archived":"Nyligen arkiverad","Recently Edited":"Nyligen redigerat","Recognition starts after indexing has been completed.":"Identifieringen av personerna börjar när indexeringen slutförts.","Recognized":"Igenkänd","Recovery Code":"Återvinningskod","Red":"Röd","Refresh":"Uppdatera","Regions":"Regioner","Register":"Registrera","Registration disabled":"Registrering inaktiverad","Reload":"Ladda om","Reloading…":"Laddar om …","Remote Sync":"Fjärrsynkronisering","Remove":"Radera","remove failed: unknown album":"borttagning misslyckades: okänt album","Remove from Album":"Radera från albumet","Remove from all":"Ta bort från alla","Remove from all selected photos":"Ta bort från alla valda foton","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Ta bort importerade filer för att spara lagringsutrymme. Filer som inte stöds tas aldrig bort, utan förblir på sin nuvarande plats.","Remove the selected instance from the cluster registry?":"Ta bort den valda instansen från klusterregistret?","Removed":"Borttagen","Removed %{name}":"%{name} har tagits bort","Removed %d files and %d photos":"Tog bort %d filer och %d bilder","Repeated":"Upprepad","Request failed - are you offline?":"Förfrågan misslyckades - är du offline?","Request failed - invalid response":"Förfrågan misslyckades - ogiltigt svar","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Krav på att icke-fotografiska bilder och bilder av låg kvalitet ska granskas innan de visas i sökresultaten.","Resolution":"Upplösning","Restart":"Starta om","Restore":"Återställ","Restored":"Återställd","Retry Limit":"Gräns för antalet försök","Retype Password":"Upprepa lösenordet","Review":"Granska","Role":"Roll","Roles":"Roller","Rotated":"Roterad","Rows per page:":"Rader per sida:","Satellite":"Satellit","Save":"Spara","Save changes":"Spara ändringar","Scan":"Skanna","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Skanna QR-koden med din autentiseringsapp eller använd inställningsnyckeln som visas nedan och ange sedan den genererade verifieringskoden:","Scans":"Skannar","Scope":"Omfattning","Scopes":"Omfattningar","Search":"Sök","Season":"Säsong","Secret":"Hemlighet","Security and Access":"Säkerhet och tillgång","Select":"Välj","Select a source folder to import files…":"Välj en källmapp för att importera filer…","Select date":"Välj datum","Select dates":"Välj datum","Select or create albums":"Välj eller skapa album","Select or create labels":"Välj eller skapa etiketter","Select or drop files to upload…":"Välj eller släpp filer som ska laddas upp…","Select the files to upload…":"Välj de filer som ska laddas upp…","Select the folder to be indexed…":"Välj den mapp som ska indexeras…","Select Time":"Välj tid","Selection":"Urval","Selection added to %s":"Urval tillagt i %s","Selection approved":"Urvalet är godkänt","Selection archived":"Urval arkiverat","Selection marked as private":"Urval markerat som privat","Selection not found":"Urvalet kunde inte hittas","Selection restored":"Urvalet har återställts","Sequential Name":"Sekventiellt namn","Service":"Service","Service URL":"Tjänstens URL","Services":"Tjänstens URL","Session":"Sammanträde","Session ID":"Sessions-ID","Sessions":"Sessioner","Set as Album Cover":"Ställ in som albumomslag","Set as Cover Image":"Ställ in som omslagsbild","Settings":"Inställningar","Settings saved":"Inställningarna har sparats","Setup":"Konfigurera","Severity":"Allvarlighetsgrad","Share":"Dela","Share %{s}":"Dela %{s}","Show":"Visa","Show All Labels":"Visa alla etiketter","Show all new faces":"Visa alla nya ansikten","Show Caption":"Visa bildtext","Show Captions":"Visa bildtexter","Show face markers":"Visa ansiktsmarkörer","Show hidden":"Visa dolda","Show Important Only":"Visa endast viktigt","Show logs in the web interface to monitor activity and troubleshoot problems.":"Visa loggar i webbgränssnittet för att övervaka aktivitet och felsöka problem.","Show smart albums that group pictures by occasion, trip, or location.":"Visa smarta album som grupperar bilder efter tillfälle, resa eller plats.","Show the Account page so users can manage their profile and security settings.":"Visa kontosidan så att användarna kan hantera sina profil- och säkerhetsinställningar.","Show the Calendar view to browse the library by year and month.":"Visa kalendervyn för att bläddra i biblioteket efter år och månad.","Show the Labels section to view and manage AI-generated labels.":"Visa avsnittet Etiketter för att visa och hantera AI-genererade etiketter.","Show the Library section to index, manage, and monitor the media library.":"Visa avsnittet Library för att indexera, hantera och övervaka mediebiblioteket.","Show the Places view with interactive maps so you can browse photos by location.":"Visa Places-vyn med interaktiva kartor så att du kan bläddra bland foton efter plats.","Show Titles":"Visa titlar","Sidecar":"Sidecar","Sidecar Files":"Sidecar Files","Sign in":"Logga in","Sign Out":"Logga ut","Similar":"Liknande","Site URL":"Webbplatsens URL","Size":"Storlek","Slideshow":"Bildspel","Slow":"Långsam","Software":"Programvara","Software Update":"Uppdatering av programvara","Some albums could not be copied":"Vissa album kunde inte kopieras","Some albums could not be created. Please edit the names and try again.":"Vissa album kunde inte skapas. Redigera namnen och försök igen.","Some albums could not be updated":"Vissa album kunde inte uppdateras","Something went wrong, try again":"Något gick fel, försök igen","Sort by":"Sortera efter","Sort by Name (A–Z)":"Sortera efter namn (A-Z)","Sort by Photo Count":"Sortera efter antal bilder","Sort by Relevance":"Sortera efter relevans","Sort Order":"Sortering","Sorted ascending.":"Sorterad i stigande ordning.","Sorted descending.":"Sorterad nedåtgående.","Source":"Källa","Stack":"Samling","Stack files sharing the same unique image or instance identifier.":"Stapla filer som har samma unika bild- eller instansidentifierare.","Stack pictures taken at the exact same time and location based on their metadata.":"Stapla bilder som tagits vid exakt samma tidpunkt och plats baserat på deras metadata.","Stackable":"Staplingsbar","Stacks":"Staplar","Start":"Starta","Start Page":"Startsida","Static Size Limit: %{n}px":"Statisk storleksgräns: %{n}px","Status":"Status","Stay signed in on this device":"Fortsätt vara inloggad på den här enheten","Stop Casting":"Avsluta gjutningen","Storage":"Förvaringsplats","Streets":"Gator","Subject":"Ämne","Subject deleted":"Ämne raderat","Subject not found":"Ämnet finns inte","Subject saved":"Ämne sparat","Successfully activated":"Lyckades aktiverad","Successfully Connected":"Framgångsrikt ansluten","Successfully deleted":"Framgångsrikt raderat","Successfully verified":"Verifierad","Super Admin":"Super Admin","Support for additional services, like Google Drive, will be added over time.":"Stöd för ytterligare tjänster, som Google Drive, kommer att läggas till med tiden.","Support Our Mission":"Stöd vårt uppdrag","Sync":"Synkronisera","Sync raw and video files":"Synkronisera raw- och videofiler","Taken":"Fotograferat","Teal":"Blågrön","Terrain":"Terräng","Text":"Text","Thank You for Your Support!":"Tack för ditt stöd!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Därför har PhotoPrism byggts upp från grunden för att kunna användas där du behöver det, utan att kompromissa med frihet, integritet eller funktionalitet.","The index currently contains %{n} hidden files.":"Indexet innehåller för närvarande %{n} dolda filer.","The instance rejected the cluster credentials.":"Instansen avvisade klusterautentiseringsuppgifterna.","The instance returned an unexpected redirect.":"Instansen returnerade en oväntad omdirigering.","The wakeup interval is %s, but must be 1h or less":"Uppvakningsintervallet är %s, men måste vara 1 timme eller mindre","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Formatet kanske inte stöds, de har ännu inte konverterats till JPEG eller det finns dubbletter.","Theme":"Tema","This account is missing an ID and can't be edited.":"Det saknas ett ID för det här kontot och det går inte att redigera.","This field is required":"Detta fält är obligatoriskt","This instance has no site URL configured.":"Det finns ingen webbadress konfigurerad för denna instans.","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.":"Detta gör att mappen med originalen monteras som en nätverksenhet, så att du kan öppna, redigera och ta bort filer från din dator eller smartphone som om de vore lokala.","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. ":"Detta gör att mappen med originalen monteras som en nätverksenhet, så att du kan öppna, redigera och ta bort filer från din dator eller smartphone som om de vore lokala.","Time":"Tid","Time UTC":"Tid UTC","Time Zone":"Tidszon","Timeout":"Timeout","Title":{"":"Rubrik","Account":"Titel","Photo":"Rubrik"},"Title / Position":"Rubriken är för lång","to":"till","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"För att undvika att bli utelåst från ditt konto, ladda ner, skriv ut eller kopiera den här återställningskoden nu och förvara den på ett säkert ställe.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"För att skapa ett nytt app-specifikt lösenord, vänligen ange namnet och auktoriseringsomfånget för applikationen och välj ett utgångsdatum:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"För att byta till en ny autentiseringsapp eller enhet, inaktivera först tvåfaktorsautentisering och återaktivera den sedan:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"För att uppgradera kan du antingen ange en aktiveringskod eller klicka på \"Registrera\" för att registrera dig på vår webbplats:","Today":"I dag","Toggle View":"Växla vy","Token":"Kod","Too many files selected":"För många filer valda","Too many requests":"För många förfrågningar","Troubleshooting":"Felsökning","Try again using other filters or keywords.":"Försök igen med andra filter eller nyckelord.","Two-factor authentication has been enabled for your account.":"Tvåfaktorsautentisering har aktiverats för ditt konto.","Type":"Typ","Unable to delete":"Går inte att radera","Unable to do that":"Det går inte att göra det","Unassign":"Ej tilldelad","Unauthorized":"Obehörig","Undo":"Ångra","Unique ID":"Unikt ID","Unknown":"Okänd","Unknown location":"Okänd plats","Unregistered":"Oregistrerad","Unsorted":"Osorterad","Unstack":"Avstapla","Unsupported":"Stöds ej","Unsupported format":"Format som inte stöds","Unsupported type":"Denna typ stöds ej","Updated":"Senast uppdaterad","Updating faces":"Uppdatering av ansikten","Updating index":"Uppdatering av index","Updating moments":"Uppdatering av ögonblick","Updating picture…":"Uppdatering av förhandsgranskningar…","Updating previews":"Uppdatering av förhandsgranskningar","Updating stacks":"Uppdatering av staplar","Upgrade":"Uppgradera","Upgrade Now":"Uppgradera nu","Upload":"Ladda upp","Upload complete":"Uppladdningen är klar","Upload complete. Indexing…":"Uppladdningen är klar. Indexerar…","Upload failed":"Uppladdning misslyckades","Upload has been processed":"Uppladdningen har behandlats","Upload local files":"Ladda upp lokala filer","Upload might be offensive":"Uppladdning kan vara stötande","Upload Path":"Sökväg för uppladdning","Uploading %{n} of %{t}…":"Laddar upp %{n} av %{t}…","Uploading photos…":"Laddar upp foton…","Uploading…":"Laddar om …","Uploads that may contain such images will be rejected automatically.":"Uppladdningar som kan innehålla sådana bilder kommer automatiskt att avvisas.","URL":"URL","Use Presets":"Använd förinställningar","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Använd följande återställningskod för att komma åt ditt konto när du inte kan generera en giltig verifieringskod med din autentiseringsapp:","Use your recovery code or contact an administrator for help.":"Använd din återställningskod eller kontakta en administratör för att få hjälp.","User":"Användare","User Guide":"Användarhandbok","User Interface":"Användargränssnitt","User not found":"Användaren kunde inte hittas","Username":"Användarnamn","Users":"Användare","UUID":"UUID","Vector":"Vektor","Vectors":"Vektorer","Verification Code":"Verifierings kod","Verified email required":"Verifierad e-postadress krävs","Version":"Version","Video":"Video","Video Duration":"Varaktighet","Videos":"Videofilmer","View":"Visa","View search results as a list.":"Visa sökresultaten som en lista.","Viewer":"Visare","Vision":"Vision","Visitor":"Besökare","Visual Similarity":"Gruppera efter likhet","Warning":"Varning","Web Login":"Webinloggning","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV-klienter kan ansluta till PhotoPrism via följande URL:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"WebDAV-klienter, som Microsoft Windows Explorer och Apple Finder, kan ansluta direkt till PhotoPrism.","WebDAV Upload":"WebDAV-uppladdning","WebGL support is disabled in your browser":"WebGL-stödet är inaktiverat i din webbläsare","Website":"Webbplats","White":"Vit","Work Details":"Detaljer","Year":"År","Yellow":"Gul","Yes":"Ja","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Du är välkommen att kontakta oss på membership@photoprism.app om du har frågor om ditt medlemskap.","You can only download one album":"Du kan bara ladda ner ett album","You can only download one label":"Du kan bara ladda ner en etikett","You can search for a location or move the marker on the map to change the position:":"Du kan söka efter en plats eller flytta markören på kartan för att ändra position:","You can upload up to %{n} files for test purposes.":"Du kan ladda upp till %{n} filer för teständamål.","You cannot change your own role.":"Du kan inte ändra din egen roll.","You do not have access to any instances.":"Du har inte tillgång till några instanser.","You may only select one item":"Du kan bara välja ett objekt","You may rescan your library to find additional faces.":"Du kan söka igenom ditt bildbibliotek på nytt för att hitta fler personer/ansikten.","Your account could not be connected":"Ditt konto kunde inte anslutas","Your account has been successfully connected.":"Ditt konto har kopplats upp.","Your browser does not support WebGL":"Din webbläsare har inte stöd för WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Ditt fortsatta stöd hjälper oss att tillhandahålla regelbundna uppdateringar och tjänster som t ex världskartor.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Ditt bibliotek analyseras kontinuerligt för att automatiskt skapa album med speciella ögonblick, resor och platser.","Zip created in %d s":"Zip skapad på %d s","Zoom in/out":"Zooma in/ut","Archive":{"Noun":"Arkiv","Verb":"Arkiv"},"Add a Title":{"Photo":"Lägg till en titel"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/th.json b/frontend/src/locales/json/th.json index 7aa43931a..cc2a83d6d 100644 --- a/frontend/src/locales/json/th.json +++ b/frontend/src/locales/json/th.json @@ -1 +1 @@ -{"th":{"{0} appended action":"{0} การดำเนินการผนวก","{0} files":"{0} ไฟล์","{0} files ({1} in total)":"{0} ไฟล์ (รวมทั้งหมด {1} ไฟล์)","{0} more":"{0} เพิ่มเติม","{0} prepended action":"{0} การดำเนินการที่เพิ่มมา","{0} selected":"{0} เลือกแล้ว","{0}-{1} of {2}":"{0}-{1} จาก {2}","%{n} albums found":"พบ %{n} อัลบั้ม","%{n} files uploaded":"อัปโหลดแล้ว %{n} ไฟล์","%{n} folders found":"พบ %{n} โฟลเดอร์","%{n} GB of %{q} GB used":"%{n} GB จาก %{q} GB ที่ใช้","%{n} labels found":"พบ %{n} ป้ายกำกับ","%{n} people found":"พบบุคคล %{n} คน","%{n} pictures found":"พบ %{n} รูปภาพ","%{s} is too long":"%{s} ยาวเกินไป","%{s} is too short":"%{s} สั้นเกินไป","%d entries added to %s":"%d รายการถูกเพิ่มไปยัง %s","%d entries removed from %s":"%d รายการถูกลบออกจาก %s","%d files uploaded in %d s":"%d ไฟล์ถูกอัปโหลดในเวลา %d วินาที","%s already exists":"%s มีอยู่แล้ว","%s has been restored":"%s ได้รับการกู้คืนแล้ว","1 hour":"1 ชั่วโมง","12 hours":"12 ชั่วโมง","2-Factor Authentication":"การรับรองความถูกต้องแบบ 2 ปัจจัย","2FA":"2FA","4 hours":"4 ชั่วโมง","A click will copy it to your clipboard.":"คลิกเพื่อคัดลอกไปยังคลิปบอร์ด","A new version of %{s} is available:":"%{s} เวอร์ชันใหม่พร้อมให้ใช้งานแล้ว:","About":"เกี่ยวกับ","Access granted.":"อนุญาตให้เข้าถึง","Access revoked.":"การเข้าถึงถูกยกเลิก","Access Token":"โทเค็นการเข้าถึง","Account":"บัญชี","Account created":"สร้างบัญชีแล้ว","Account deleted":"ลบบัญชีแล้ว","Account Group Mappings":"การเชื่อมโยงกลุ่มบัญชี","Account not found":"ไม่พบบัญชี","Account restored":"บัญชีได้รับการคืนสภาพแล้ว","Account saved":"บัญชีถูกบันทึกแล้ว","Accounts":"บัญชี","Accuracy":"ความแม่นยำ","Action":"การกระทำ","Actions":"การกระทำ","Activate":"เปิดใช้งาน","Activate to remove sorting.":"เปิดใช้งานเพื่อลบการเรียงลำดับ","Activate to sort ascending.":"เปิดใช้งานเพื่อเรียงลำดับจากน้อยไปมาก","Activate to sort descending.":"เปิดใช้งานการเรียงลำดับจากมากไปน้อย","Activation Code":"รหัสเปิดใช้งาน","Activity":"กิจกรรม","Add":"เพิ่ม","Add %{s}?":"เพิ่ม %{s}?","Add a Caption":"เพิ่มคำบรรยาย","Add Account":"แก้ไขบัญชี","Add Album":"เพิ่มอัลบั้ม","Add Link":"เพิ่มลิงก์","Add Notes":"เพิ่มบันทึก","Add person?":"เพิ่มบุคคล?","Add pictures from search results by selecting them.":"เพิ่มรูปภาพจากผลการค้นหาโดยเลือกรูปภาพเหล่านั้น","Add to album":"เพิ่มไปยังอัลบั้ม","Add to all":"เพิ่มทั้งหมด","Add to all selected photos":"เพิ่มไปยังรูปภาพที่เลือกทั้งหมด","Added":"เพิ่มแล้ว","Added %{name}":"เพิ่ม %{name}","Adjust Camera Info":"ปรับข้อมูลกล้อง","Adjust Date & Time":"ปรับวันที่และเวลา","Adjust Location":"ปรับตำแหน่ง","Admin":"ผู้ดูแลระบบ","Advanced":"ขั้นสูง","Advertise URL":"URL โฆษณา","After 1 day":"หลังจาก 1 วัน","After 3 days":"หลังจาก 3 วัน","After 7 days":"หลังจาก 7 วัน","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"หลังจากป้อนรหัสผ่านเพื่อยืนยัน คุณสามารถตั้งค่าการตรวจสอบสิทธิ์แบบสองปัจจัยด้วยแอพหรืออุปกรณ์ตรวจสอบสิทธิ์ที่เข้ากันได้:","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 %s deleted":"อัลบั้ม %s ถูก삭제","Album Backups":"การสำรองข้อมูลอัลบั้ม","Album contents cloned":"เนื้อหาอัลบั้มถูกคัดลอก","Album created":"สร้างอัลบั้มแล้ว","Album deleted":"อัลบั้มถูกลบแล้ว","Album not found":"ไม่พบอัลบั้ม","Album saved":"อัลบั้มบันทึกแล้ว","Albums":"อัลบั้ม","Albums deleted":"ลบอัลบั้มแล้ว","All":"ทั้งหมด","All %{n} albums loaded":"โหลด %{n} อัลบั้มทั้งหมดแล้ว","All %{n} labels loaded":"โหลดป้ายกำกับ %{n} ทั้งหมดแล้ว","All %{n} people loaded":"โหลด %{n} คนทั้งหมดแล้ว","All Cameras":"กล้องทั้งหมด","All Categories":"หมวดหมู่ทั้งหมด","All Colors":"สีทั้งหมด","All Countries":"ประเทศทั้งหมด","All files from import folder":"ทุกไฟล์จากโฟลเดอร์นำเข้า","All Lenses":"เลนส์ทั้งหมด","All Months":"เดือนทั้งหมด","All originals":"ต้นฉบับทั้งหมด","All Years":"ปีทั้งหมด","Allow configuration and use of connected apps and services for remote uploads and sync.":"อนุญาตการตั้งค่าและการใช้งานแอปและบริการที่เชื่อมต่อสำหรับการอัปโหลดและซิงค์ระยะไกล","Allow editing of metadata such as title, description, date, and location.":"อนุญาตให้แก้ไขข้อมูลเมตา เช่น ชื่อ คำอธิบาย วันที่ และสถานที่","Allow editing the metadata, labels, and albums of multiple pictures at once.":"อนุญาตให้แก้ไขข้อมูลเมตา, ป้ายกำกับ, และอัลบั้มของรูปภาพหลายรูปพร้อมกัน","Allow files to be copied or moved from the Import to the Originals folder.":"เปิดใช้งานเครื่องมือการนำเข้าเพื่อคัดลอกหรือย้ายไฟล์จากโฟลเดอร์นำเข้าไปยังไฟล์ต้นฉบับ","Allow files to be permanently deleted to free up storage space.":"อนุญาตให้ลบไฟล์ถาวรเพื่อเพิ่มพื้นที่จัดเก็บ","Allow users to archive photos and videos so they are hidden without being deleted.":"อนุญาตให้ผู้ใช้เก็บรูปภาพและวิดีโอไว้ในคลังเก็บเพื่อให้ซ่อนอยู่โดยไม่ถูกลบ","Allow users to create and share links, and enable sharing with connected services.":"อนุญาตให้ผู้ใช้สร้างและแชร์ลิงก์ และเปิดใช้งานการแชร์กับบริการที่เชื่อมต่อ","Allow users to upload new photos and videos through the web interface.":"อนุญาตให้ผู้ใช้สามารถอัปโหลดรูปภาพและวิดีโอใหม่ผ่านเว็บอินเตอร์เฟซ","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"หรือคุณสามารถอัปโหลดไฟล์โดยตรงไปยังเซิร์ฟเวอร์ WebDAV เช่น Nextcloud","Altitude":"ระดับความสูง","Altitude (m)":"ระดับความสูง (ม.)","AM":"เช้า","Animated":"เคลื่อนไหว","Animation":"แอนิเมชัน","Animations":"แอนิเมชั่น","Any private photos and videos remain private and won't be shared.":"รูปภาพและวิดีโอส่วนตัวทั้งหมดจะยังคงเป็นส่วนตัว และจะไม่แชร์กับผู้อื่น","API Key":"กุญแจ API","Application":"แอปพลิเคชัน","Applications":"แอปพลิเคชัน","Approve":"อนุมัติ","Approve and save changes":"อนุมัติและบันทึกการเปลี่ยนแปลง","Apps and Devices":"แอพและอุปกรณ์","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 delete this album?":"คุณแน่ใจว่าต้องการลบอัลบั้มนี้หรือไม่?","Are you sure you want to permanently delete these pictures?":"คุณแน่ใจหรือไม่ว่าต้องการลบรูปภาพเหล่านี้อย่างถาวร","Are you sure you want to permanently delete this file?":"คุณแน่ใจหรือไม่ว่าต้องการลบไฟล์นี้อย่างถาวร","Are you sure?":"คุณแน่ใจหรือไม่?","Artist":"ศิลปิน","Aspect Ratio":"อัตราส่วน","Attributes":"คุณสมบัติ","Audio":"เสียง","Audit Log":"เสียง","Authentication":"การรับรองความถูกต้อง","Auto":"ออโต้","Back":"กลับ","Back to top":"กลับสู่ด้านบน","Backup":"สำรองข้อมูล","Badge":"ป้าย","Base Path":"เส้นทางฐาน","Batch":"แบตช์","Batch Edit":"แก้ไขแบบกลุ่ม","Become a member today, support our mission and enjoy our member benefits!":"เป็นสมาชิกวันนี้ สนับสนุนพันธกิจของเรา และเพลิดเพลินไปกับสิทธิประโยชน์สำหรับสมาชิกของเรา!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"ด้วยการจัดหาเงินทุนด้วยตนเองและเป็นอิสระ 100% เราสามารถสัญญากับคุณได้ว่าเราจะไม่ขายข้อมูลของคุณและเราจะมีความโปร่งใสเกี่ยวกับซอฟต์แวร์และบริการของเราเสมอ","Bio":"ไปโอ","Birth Date":"วันที่เกิด","Black":"สีดำ","Blue":"สีฟ้า","Brown":"สีน้ำตาล","Browse":"เรียกดู","Browse Files":"เรียกดูไฟล์","Browse Pictures":"เรียกดูรูปภาพ","Bug Report":"รายงานข้อผิดพลาด","Busy, please try again later":"กำลังยุ่ง กรุณาลองใหม่อีกครั้ง","Busy, please wait…":"ไม่ว่าง โปรดรอ…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"โดยการใช้ซอฟต์แวร์และบริการที่เรามอบให้ แสดงว่าคุณยอมรับข้อกำหนดในการให้บริการ นโยบายความเป็นส่วนตัว และจรรยาบรรณของเรา","Calendar":"ปฏิทิน","Camera":"กล้อง","Camera not found":"ไม่พบกล้อง","Camera Serial":"อนุกรมกล้อง","Can't access your authenticator app or device?":"ไม่สามารถเข้าถึงแอปหรืออุปกรณ์ยืนยันตัวตนของคุณได้ใช่ไหม","Can't load more, limit reached":"โหลดเพิ่มไม่ได้แล้ว หมดเขตแล้ว","Can't select more items":"ไม่สามารถเลือกรายการเพิ่มเติมได้","Cancel":"ยกเลิก","Cannot copy to clipboard":"ไม่สามารถคัดลอกไปยังคลิปบอร์ดได้","Caption":"คำบรรยาย","Cards":"การ์ด","Carousel slide {0} of {1}":"สไลด์หมุน {0} จาก {1}","Cast":"นักแสดง","Category":"หมวดหมู่","Change Avatar":"เปลี่ยนแฟล็กส่วนตัว","Change Password":"รหัสผ่านใหม่","Change private flag":"เปลี่ยนแฟล็กส่วนตัว","Changes could not be saved":"ไม่สามารถบันทึกการเปลี่ยนแปลง","Changes successfully saved":"บันทึกการเปลี่ยนแปลงเรียบร้อยแล้ว","Changes to the advanced settings require a restart to take effect.":"การเปลี่ยนแปลงการตั้งค่าขั้นสูงจำเป็นต้องรีสตาร์ทจึงจะมีผล","Checked":"ตรวจสอบแล้ว","Choose an instance to continue:":"เลือกอินสแตนซ์เพื่อดำเนินการต่อ:","Chroma":"โครมา","Cleaning index and cache":"การทำความสะอาดดัชนีและแคช","Cleanup":"ทำความสะอาด","Clear":"ชัดเจน","Clear {0}":"เคลียร์ {0}","Client":"ลูกค้า","Close":"ปิด","Cluster":"กลุ่ม","Cluster Admin":"ผู้ดูแลกลุ่ม","Cluster Node":"โหนดคลัสเตอร์","Codec":"ตัวแปลงสัญญาณ","Color":"สี","Color Profile":"สีโปรไฟล์","Colors":"สี","Compare Editions":"เปรียบเทียบรุ่น","Complete Rescan":"สแกนใหม่ให้เสร็จ","Confidence":"ค่าความมั่นใจ","Confirm":"ยืนยัน","Connect":"เชื่อมต่อ","Connect via WebDAV":"เชื่อมต่อผ่าน WebDAV","Connected":"เชื่อมต่อ","Contact Details":"ติดต่อเรา","Contact Us":"ติดต่อเรา","Contains %{n} pictures.":"มี %{n} รูป","Contains one picture.":"ประกอบด้วยหนึ่งภาพ","Content":{"":"เนื้อหา","Edit":"เนื้อหา"},"Continue":"ดำเนินการต่อ","Contributor":"ผู้ให้ข้อมูล","Converting":"กำลังแปลง","Copied to clipboard":"คัดลอกไปยังคลิปบอร์ดแล้ว","Copy":"สำเนา","Copying files from %s":"คัดลอกไฟล์จาก %s","Copyright":"ลิขสิทธิ์","Could not be deleted":"ไม่สามารถลบได้","Could not connect, please try again":"ไม่สามารถเชื่อมต่อได้ กรุณาลองอีกครั้ง","Could not update person cover":"ไม่สามารถอัปเดตปกบุคคลได้","Couldn't find anything.":"ไม่พบอะไรเลย","Country":"ประเทศ","Create Account":"สร้างบัญชี","Create album":"สร้างอัลบั้ม","Create regular backups based on the configured schedule.":"สร้างการสำรองข้อมูลดัชนีตามกำหนดเวลาที่กำหนดไว้","Create YAML files to back up album metadata.":"สร้างไฟล์ YAML เพื่อสำรองข้อมูลเมตาของอัลบั้ม","Create YAML sidecar files to back up picture metadata.":"สร้างไฟล์ช่วยเหลือ YAML เพื่อสำรองข้อมูลเมตาของรูปภาพ","Created":"สร้างเมื่อ","Creating thumbnails for":"การสร้างภาพขนาดย่อสำหรับ","Current Password":"รหัสผ่านปัจจุบัน","Custom":"กำหนดเอง","Cyan":"สีฟ้า","Daily":"รายวัน","Database":"ฐานข้อมูล","Database Backups":"การสำรองฐานข้อมูล","Databases":"ฐานข้อมูล","Date & Time":"วันที่ & เวลา","Day":"วัน","Deactivate":"ปิดการใช้งาน","Debug Logs":"บันทึกการดีบัก","Default":"ค่าเริ่มต้น","Default Folder":"โฟลเดอร์เริ่มต้น","Delete":"ลบ","Delete Album":"ลบอัลบั้ม","Delete All":"ลบทั้งหมด","Delete all?":"ลบทั้งหมด?","Delete orphaned index entries, sidecar files and thumbnails.":"ลบรายการดัชนีที่ถูกละเลย ไฟล์รถเทียมข้างรถจักรยานยนต์ และภาพขนาดย่อ","deleted":"ถูกลบ","Description":"คำอธิบาย","Detailed instructions can be found in our User Guide.":"คำแนะนำโดยละเอียดสามารถพบได้ในคู่มือผู้ใช้ของเรา","Details":"รายละเอียด","Dimensions":"ขนาด","Disable all face detection and recognition features.":"ปิดการใช้งานคุณสมบัติการตรวจจับใบหน้าและการจดจำใบหน้าทั้งหมด","Disable Backups":"ปิดการสำรองข้อมูล","Disable Darktable":"ปิดการใช้งาน Darktable","Disable ExifTool":"ปิดการใช้งาน ExifTool","Disable Faces":"ปิดใช้งานใบหน้า","Disable features that require write permission for the originals folder.":"ปิดใช้งานคุณลักษณะที่ต้องมีสิทธิ์ในการเขียนสำหรับโฟลเดอร์ต้นฉบับ","Disable FFmpeg":"ปิดการใช้งาน FFmpeg","Disable ImageMagick":"ปิดการใช้งาน ImageMagick","Disable interactive world maps and reverse geocoding.":"ปิดการใช้งานแผนที่โลกเชิงโต้ตอบและการเข้ารหัสทางภูมิศาสตร์แบบย้อนกลับ","Disable MCP":"ปิดการใช้งาน MCP","Disable Places":"ปิดการใช้งานสถานที่","Disable RawTherapee":"ปิดการใช้งาน RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"ปิดใช้งานจุดสิ้นสุด API ของ Model Context Protocol (MCP) สำหรับการผสานรวมกับตัวแทน AI","Disable Vectors":"ปิดการใช้งานเวกเตอร์","Disable WebDAV":"ปิดการใช้งาน WebDAV","Disabled":"พิการ","Disables vector graphics support.":"ปิดใช้งานการสนับสนุนกราฟิกแบบเวกเตอร์","Disables video transcoding and thumbnail extraction.":"ปิดใช้งานการแปลงรหัสวิดีโอและการดึงภาพขนาดย่อ","Discard":"ทิ้ง","Discard changes and close":"ยกเลิกการเปลี่ยนแปลงและปิด","Discard invalid changes?":"ทิ้งการเปลี่ยนแปลงที่ไม่ถูกต้อง?","Discard unsaved changes?":"ทิ้งการเปลี่ยนแปลงที่ไม่ได้บันทึก?","Discover":"ค้นพบ","Dismiss":"อนุญาตให้ออกไป","Display Name":"ชื่อที่แสดง","Display picture captions in search results.":"แสดงคำบรรยายภาพในผลการค้นหา","Display picture titles in search results.":"แสดงชื่อรูปภาพในผลการค้นหา","Document":"เอกสาร","Documents":"เอกสาร","Don't use Darktable to convert RAW images.":"อย่าใช้ Darktable เพื่อแปลงไฟล์ RAW","Don't use ImageMagick to convert images.":"อย่าใช้ ImageMagick เพื่อแปลงรูปภาพ","Don't use RawTherapee to convert RAW images.":"อย่าใช้ RawTherapee เพื่อแปลงไฟล์ RAW","Done":"เสร็จแล้ว","Done.":"เสร็จแล้ว.","Download":"ดาวน์โหลด","Download only original media files, without any automatically generated files.":"ดาวน์โหลดเฉพาะไฟล์มีเดียต้นฉบับ โดยไม่มีไฟล์ที่สร้างขึ้นโดยอัตโนมัติ","Download remote files":"ดาวน์โหลดไฟล์ระยะไกล","Downloading…":"กำลังดาวน์โหลด…","Drag and drop files here":"ลากและวางไฟล์ที่นี่","Driver":"คนขับรถ","Duplicates will be skipped and only appear once.":"รายการที่ซ้ำกันจะถูกข้ามและปรากฏเพียงครั้งเดียว","Duration":"ระยะเวลา","Dynamic Previews":"การแสดงตัวอย่างแบบไดนามิก","Dynamic Size Limit: %{n}px":"ขีดจำกัดขนาดไดนามิก: %{n}px","Edit":"แก้ไข","Edit %{s}":"แก้ไข %{s}","Edit Account":"แก้ไขบัญชี","Edit Photo":"แก้ไขรูปภาพ","Edit Photos (%{n})":"แก้ไขรูปภาพ (%{n})","Edited":"แก้ไขแล้ว","Email":"อีเมล","Enable debug mode to display additional logs and help with troubleshooting.":"เปิดใช้งานโหมดแก้ไขข้อบกพร่องเพื่อแสดงบันทึกเพิ่มเติมและช่วยเหลือในการแก้ปัญหา","Enable downloading of original and sidecar files from the web interface.":"เปิดใช้งานการดาวน์โหลดไฟล์ต้นฉบับและไฟล์ไซด์คาร์จากเว็บอินเตอร์เฟซ","Enable face recognition and the People view to easily find people you know.":"เปิดใช้งานการจดจำใบหน้าและมุมมองบุคคลเพื่อค้นหาคนที่คุณรู้จักได้อย่างง่ายดาย","Enable new features that may be incomplete or unstable.":"เปิดใช้งานฟีเจอร์ใหม่ที่อาจไม่สมบูรณ์หรือไม่เสถียร","Enable the file browser to navigate the Originals folder structure.":"เปิดใช้งานตัวเรียกดูไฟล์เพื่อนำทางโครงสร้างโฟลเดอร์ Originals","Enables RAW converter presets. May reduce performance.":"เปิดใช้งานการตั้งค่าล่วงหน้าของตัวแปลง RAW อาจลดประสิทธิภาพลง","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"การเปิดใช้งานการตรวจสอบสิทธิ์แบบสองปัจจัยหมายความว่าคุณจะต้องใช้รหัสยืนยันที่สร้างขึ้นแบบสุ่มเพื่อเข้าสู่ระบบ ดังนั้นแม้ว่าจะมีคนเข้าถึงรหัสผ่านของคุณ พวกเขาจะไม่สามารถเข้าถึงบัญชีของคุณได้","Engine":"เครื่องยนต์","Enter date":"กรอกวันที่","Enter dates":"ป้อนวันที่","Enter item name...":"กรุณากรอกชื่อรายการ...","Enter the code generated by your authenticator app:":"ป้อนรหัสที่สร้างโดยแอปพลิเคชันการตรวจสอบสิทธิ์ของคุณ:","Enter verification code":"ระบุรหัสยืนยืน","Enter your password to confirm the action and continue:":"ป้อนรหัสผ่านของคุณเพื่อยืนยันการดำเนินการและดำเนินการต่อ:","Entity not found":"ไม่พบหน่วยงาน","Error":"ข้อผิดพลาด","Errors":"ข้อผิดพลาด","Estimate":"ประมาณการ","Estimate Locations":"สถานที่ประมาณการ","Estimate the approximate location of pictures without GPS coordinates.":"ประมาณตำแหน่งโดยประมาณของรูปภาพโดยปราศจากพิกัด GPS","Every two days":"ทุกสองวัน","Exclude hidden":"ไม่รวมซ่อน","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"จำเป็นต้องมีการแยกข้อมูลเมตาด้วย ExifTool เพื่อสนับสนุนวิดีโอเต็มรูปแบบ Live Photo และ XMP","Experimental Features":"คุณสมบัติทดลอง","Expires":"หมดอายุ","Exposure":"การเปิดรับ","Extract still images and generate thumbnails while indexing.":"สกัดภาพนิ่งและสร้างภาพขนาดย่อในระหว่างการสร้างดัชนี","F Number":"F Number","Face":"ใบหน้า","Face not found":"ไม่พบใบหน้า","Faces":"ใบหน้า","Failed creating file, please check permissions":"ไม่สามารถสร้างไฟล์ได้ กรุณาตรวจสอบสิทธิ์การใช้งาน","Failed creating folder, please check permissions":"ไม่สามารถสร้างโฟลเดอร์ได้ กรุณาตรวจสอบสิทธิ์การใช้งาน","Failed removing link":"ลบลิงค์ไม่สำเร็จ","Failed to connect account.":"ไม่สามารถเชื่อมต่อบัญชีได้","Failed to create zip file":"ไม่สามารถสร้างไฟล์ zip ได้","Failed to load users.":"ไม่สามารถโหลดผู้ใช้ได้","Failed to remove face marker":"ไม่สามารถลบเครื่องหมายบนใบหน้าได้","Failed to remove name":"ไม่สามารถลบชื่อได้","Failed to restart server":"ไม่สามารถรีสตาร์ทเซิร์ฟเวอร์ได้","Failed to save changes":"ไม่สามารถบันทึกการเปลี่ยนแปลงได้","Failed to save face marker":"ไม่สามารถบันทึกเครื่องหมายบันทึกหน้าได้","Failed to save name":"ไม่สามารถบันทึกชื่อได้","Failed updating link":"ไม่สามารถอัปเดตลิงก์","Family Name":"นามสกุล","Fast":"เร็ว","Favorite":"ที่ชื่นชอบ","Favorites":"รายการโปรด","Feature disabled":"ฟีเจอร์ถูกปิดใช้งาน","Feature Request":"คำขอคุณสมบัติ","Female":"หญิง","File":"ไฟล์","File Browser":"ไฟล์เบราว์เซอร์","File Conversion":"การแปลงไฟล์","File deleted":"ไฟล์ถูกลบ","File Name":"ชื่อไฟล์","File not found":"ไม่พบไฟล์","File removed from stack":"ไฟล์ถูกลบออกจากสแตก","File Size":"ไฟล์","File too large":"ไฟล์มีขนาดใหญ่เกินไป","File uploaded":"ไฟล์ถูกอัปโหลดแล้ว","Filename":"ชื่อไฟล์","Files":"ไฟล์","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"ไฟล์ที่มีชื่อตามลำดับ เช่น 'IMG_1234 (2)' และ 'IMG_1234 (3)' เป็นของรูปภาพเดียวกัน","First page":"หน้าแรก","Focal Length":"ความยาวโฟกัส","Folder":"โฟลเดอร์","Folder contains %{n} files":"โฟลเดอร์มี %{n} ไฟล์","Folder is empty":"โฟลเดอร์ว่างเปล่า","Folders":"โฟลเดอร์","Forgot password?":"ลืมรหัสผ่าน?","FPS":"FPS","Frames":"เฟรม","Full Access":"การเข้าถึงแบบเต็ม","Fullscreen":"เต็มจอ","General":"ทั่วไป","Generate":"สร้าง","Generate Previews":"สร้างการแสดงตัวอย่าง","Generated":"สร้างขึ้น","Get Started":"เริ่มต้นใช้งาน","Given Name":"ชื่อจริง","Global Options":"ตัวเลือกระดับโลก","Go to page {0}":"ไปที่หน้า {0}","Gold":"ทอง","Green":"สีเขียว","Grey":"สีเทา","Groups":"กลุ่ม","Guest":"แขก","Hash":"กัญชา","Help":"ช่วย","Help & Support":"ช่วยเหลือและสนับสนุน","Hidden":"ที่ซ่อนอยู่","Hidden Files":"ไฟล์ที่ซ่อนอยู่","Hide":"ซ่อน","Hide Caption":"ซ่อนคำบรรยาย","Hide face markers":"ซ่อนเครื่องหมายบนใบหน้า","Hide private content from global views while keeping it accessible in the Private section.":"ซ่อนรายการส่วนตัวจากมุมมองทั่วโลกในขณะที่ยังคงสามารถเข้าถึงได้ในส่วนส่วนตัว","High":"สูง","High Dynamic Range (HDR)":"ช่วงไดนามิกสูง (HDR)","Hybrid":"ไฮบริด","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"หากคุณสูญเสียการเข้าถึงแอปหรืออุปกรณ์ยืนยันตัวตน คุณสามารถใช้รหัสกู้คืนเพื่อเข้าถึงบัญชีของคุณได้อีกครั้ง","Image":"ภาพ","Image Quality":"คุณภาพของภาพ","Import":"นำเข้า","Import canceled":"ยกเลิกการนำเข้า","Import completed in %d s":"การนำเข้าเสร็จสมบูรณ์ในเวลา %d วินาที","Import failed":"นำเข้าไม่สำเร็จ","Imported files will be sorted by date and given a unique name to avoid duplicates.":"ไฟล์ที่นำเข้าจะถูกจัดเรียงตามวันที่และกำหนดชื่อเฉพาะเพื่อหลีกเลี่ยงการซ้ำซ้อน","Importing %{s}…":"กำลังนำเข้า %{s}…","Importing files to originals…":"กำลังนำเข้าไฟล์ไปยังต้นฉบับ…","in":"ใน","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"ในกรณีที่รูปภาพที่คุณคาดว่าจะหายไป โปรดสแกนไลบรารีของคุณอีกครั้งและรอจนกว่าการจัดทำดัชนีจะเสร็จสมบูรณ์","Include RAW image files when downloading stacks and archives.":"รวมไฟล์ภาพ RAW เมื่อดาวน์โหลดสแต็คและไฟล์เก็บถาวร","Include sidecar files when downloading stacks and archives.":"รวมไฟล์ sidecar เมื่อดาวน์โหลดสแต็คและไฟล์เก็บถาวร","Increase storage size or delete files to continue.":"เพิ่มขนาดพื้นที่เก็บข้อมูลหรือลบไฟล์เพื่อดำเนินการต่อ","Index":"ดัชนี","Indexing":"การจัดทำดัชนี","Indexing canceled":"ยกเลิกการจัดทำดัชนี","Indexing completed in %d s":"การดัชนีเสร็จสมบูรณ์ใน %d วินาที","Indexing failed":"การจัดทำดัชนีล้มเหลว","Indexing files in %s":"การจัดทำดัชนีไฟล์ใน %s","Indexing media and sidecar files…":"กำลังสร้างดัชนีสื่อและไฟล์ไซด์คาร์…","Indexing originals...":"กำลังจัดทำดัชนีต้นฉบับ...","Information":"ข้อมูล","Inherit":"รับมรดก","Instance":"ตัวอย่าง","Instance ID":"รหัสอินสแตนซ์","Instance unreachable. Try again once it's back online.":"ไม่สามารถเข้าถึงอินสแตนซ์ได้ กรุณาลองใหม่อีกครั้งเมื่อกลับมาออนไลน์","Instances":"อินสแตนซ์","Insufficient storage":"พื้นที่เก็บข้อมูลไม่เพียงพอ","Insufficient storage.":"พื้นที่เก็บข้อมูลไม่เพียงพอ.","Interval":"ช่วงเวลา","Invalid":"วันที่ไม่ถูกต้อง","Invalid address":"ที่อยู่ไม่ถูกต้อง","Invalid country":"ประเทศไม่ถูกต้อง","Invalid credentials":"ข้อมูลประจำตัวไม่ถูกต้อง","Invalid date":"วันที่ไม่ถูกต้อง","Invalid link":"ลิงก์ไม่ถูกต้อง","Invalid name":"ชื่อไม่ถูกต้อง","Invalid parameters":"วันที่ไม่ถูกต้อง","Invalid password, please try again":"รหัสผ่านไม่ถูกต้อง กรุณาลองอีกครั้ง","Invalid photo selected":"เลือกรูปภาพไม่ถูกต้อง","Invalid time":"เวลาไม่ถูกต้อง","Invalid URL":"URL ไม่ถูกต้อง","Invalid verification code, please try again":"รหัสยืนยันไม่ถูกต้อง โปรดลองอีกครั้ง","IP Address":"ที่อยู่ IP","It is a one-time use code that will disable 2FA for your account when you use it.":"เป็นรหัสแบบใช้ครั้งเดียวที่จะปิดการใช้งาน 2FA สำหรับบัญชีของคุณเมื่อคุณใช้งาน","Item":"สิ่งของ","Items per page:":"รายการต่อหน้า:","JPEG Quality: %{n}":"คุณภาพ JPEG: %{n}","JPEG Size Limit: %{n}px":"ขีดจำกัดขนาด JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG และภาพขนาดย่อจะแสดงผลโดยอัตโนมัติตามต้องการ","Keyword":"คำสำคัญ","Keywords":"คีย์เวิร์ด","Label":"ฉลาก","Label not found":"ไม่พบป้ายกำกับ","Label saved":"ป้ายบันทึกแล้ว","Labels":"ป้าย","Labels deleted":"ป้ายกำกับถูกลบ","Language":"ภาษา","Last Active":"ใช้งานล่าสุด","Last Login":"เข้าสู่ระบบครั้งล่าสุด","Last page":"หน้าสุดท้าย","Last Sync":"ซิงค์ล่าสุด","Last Used":"ใช้ล่าสุด","Latitude":"ละติจูด","LDAP/AD":"แอลดีเอพี/ค.ศ","Learn more":"เรียนรู้เพิ่มเติม","Learn More":"เรียนรู้เพิ่มเติม","Legal Information":"ข้อมูลทางกฎหมาย","Lens":"เลนส์","Lens not found":"ไม่พบเลนส์","Library":"ห้องสมุด","License":"ใบอนุญาต","Like":"ชอบ","Lime":"มะนาว","Limit reached, showing first %{n} files":"ถึงขีดจำกัดแล้ว กำลังแสดง %{n} ไฟล์แรก","Link":"ลิงค์","List":"รายการ","List View":"มุมมองรายการ","Live":"สด","Live Photos":"ภาพถ่าย","Load more":"โหลดเพิ่มเติม","Loading items...":"กำลังโหลดรายการ...","Loading...":"กำลังโหลด...","Local":"ท้องถิ่น","Local Time":"เวลาท้องถิ่น","Location":"ที่ตั้ง","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"ข้อความบันทึกจะปรากฏที่นี่ทุกครั้งที่ PhotoPrism เจอไฟล์เสีย หรือมีปัญหาอื่นๆ ที่อาจเกิดขึ้น","Login":"เข้าสู่ระบบ","Logs":"บันทึก","Longitude":"ลองจิจูด","Lost server connection":"สูญเสียการเชื่อมต่อเซิร์ฟเวอร์","Low":"ต่ำ","Magenta":"สีม่วงแดง","Main Color":"สีหลัก","Male":"ชาย","Manage Account":"จัดการบัญชี","Manager":"ผู้จัดการ","Manual":"คู่มือ","Manual Upload":"อัพโหลดด้วยตนเอง","Maps":"แผนที่","Marker":"เครื่องหมาย","Maximum number of accounts has been reached.":"จำนวนบัญชีถึงขีดจำกัดแล้ว","Media":"สื่อมวลชน","Medium":"ปานกลาง","Membership":"การเป็นสมาชิก","Merge %{a} with %{b}?":"ผสาน %{a} กับ %{b}?","Message":"ข้อความ","Metadata":"ข้อมูลเมตา","Metrics":"เมตริก","Minimize":"ย่อเล็กสุด","Missing":"หายไป","Missing or invalid configuration":"การกำหนดค่าหายไปหรือไม่ถูกต้อง","mixed":"ผสม","Moments":"ช่วงเวลา","Monochrome":"ขาวดำ","Month":"เดือน","More options":"ตัวเลือกเพิ่มเติม","Mosaic":"โมเสก","Most Relevant":"ที่เกี่ยวข้องมากที่สุด","Move Files":"ย้ายไฟล์","Moving files from %s":"ย้ายไฟล์จาก %s","Must have at least %{n} characters.":"ต้องมีอักขระอย่างน้อย %{n} ตัว","Mute":"ปิดเสียง","Name":"ชื่อ","Name too long":"ชื่อยาวเกินไป","Never":"ไม่เคย","New":"ใหม่","New Password":"รหัสผ่านใหม่","Newest First":"ใหม่ล่าสุดก่อน","Next":"ต่อไป","Next page":"หน้าถัดไป","Next visual":"ภาพถัดไป","No":"ไม่","No Access":"ห้ามเข้า","No albums assigned":"ไม่มีอัลบั้มที่จัดสรร","No albums found":"ไม่พบอัลบั้ม","No albums selected":"ไม่พบอัลบั้มที่เลือก","No data available":"ไม่มีข้อมูล","No files available for download":"ไม่มีไฟล์ให้ดาวน์โหลด","No items selected":"ไม่มีรายการที่เลือก","No labels assigned":"ไม่มีป้ายกำกับ","No labels found":"ไม่พบป้ายกำกับ","No labels selected":"ไม่เลือกป้ายกำกับ","No matching records found":"ไม่พบรายการที่ตรงกัน","No more":"ไม่มีอีกต่อไป","No people found":"ไม่พบผู้คน","No pictures found":"ไม่พบรูปภาพ","No recently edited pictures":"ไม่มีรูปภาพที่แก้ไขล่าสุด","No registered instances.":"ไม่มีกรณีลงทะเบียน","No results":"ไม่มีผลลัพธ์","No server connection":"ไม่มีการเชื่อมต่อกับเซิร์ฟเวอร์","No servers configured.":"ไม่มีการกำหนดค่าเซิร์ฟเวอร์","No services configured.":"ไม่มีการกำหนดค่าเซิร์ฟเวอร์","No thanks":"ไม่เป็นไรขอบคุณ","No users on this instance.":"ไม่มีผู้ใช้ในระบบนี้","No warnings or error containing this keyword. Note that search is case-sensitive.":"ไม่มีคำเตือนหรือข้อผิดพลาดที่มีคีย์เวิร์ดนี้ โปรดทราบว่าการค้นหาคำนึงถึงตัวพิมพ์เล็กและตัวพิมพ์ใหญ่","Node":"โหนด","Nodes":"โหนด","Non-photographic and low-quality images require a review before they appear in search results.":"รูปภาพที่ไม่ใช่ภาพถ่ายและคุณภาพต่ำต้องได้รับการตรวจสอบก่อนที่จะปรากฏในผลการค้นหา","None":"ไม่มี","Not allowed":"ไม่อนุญาต","Not available in public mode":"ไม่สามารถใช้งานได้ในโหมดสาธารณะ","Not available in read-only mode":"ไม่สามารถใช้งานได้ในโหมดอ่านอย่างเดียว","Not found":"ไม่พบ","Not sorted.":"ไม่ได้จัดเรียง","Not supported":"ไม่รองรับ","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 เท่านั้นที่สามารถกำหนดค่าเป็นบริการระยะไกลสำหรับการสำรองข้อมูลและการอัปโหลดไฟล์","Notes":"หมายเหตุ","Nothing to see here yet.":"ยังไม่มีอะไรให้ดูที่นี่ อดทน","Nothing was found.":"ไม่พบสิ่งใด","Offline":"ออฟไลน์","OK":"ตกลง","Oldest First":"เก่าสุดก่อน","On Windows, enter the following resource in the connection dialog:":"บน Windows ให้ป้อนทรัพยากรต่อไปนี้ในกล่องโต้ตอบการเชื่อมต่อ:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"การสร้างภาพขนาดย่อตามความต้องการอาจทำให้มีการใช้งาน CPU และหน่วยความจำสูง ไม่แนะนำสำหรับเซิร์ฟเวอร์และอุปกรณ์ NAS ที่จำกัดทรัพยากร","Once a week":"สัปดาห์ละครั้ง","One album found":"พบหนึ่งอัลบั้ม","One entry added to %s":"มีการเพิ่มรายการหนึ่งไปยัง %s","One entry removed from %s":"รายการหนึ่งถูกลบออกจาก %s","One file found":"พบหนึ่งไฟล์","One file uploaded":"อัปโหลดแล้วหนึ่งไฟล์","One folder found":"พบหนึ่งโฟลเดอร์","One label found":"พบหนึ่งป้าย","One person found":"พบหนึ่งคน","One picture found":"พบหนึ่งภาพ","Only locally managed accounts can be set up for authentication with 2FA.":"เฉพาะบัญชีที่จัดการภายในเครื่องเท่านั้นที่สามารถตั้งค่าสำหรับการตรวจสอบสิทธิ์ด้วย 2FA ได้","Open":"เปิด","optional":"ไม่จำเป็น","or":"หรือ","Orange":"ส้ม","Organization":"ปฐมนิเทศ","Orientation":"ปฐมนิเทศ","Original file names will be stored and indexed.":"ชื่อไฟล์ต้นฉบับจะถูกจัดเก็บและจัดทำดัชนี","Original Name":"ชื่อจริง","Originals":"ต้นฉบับ","Originals folder is empty":"โฟลเดอร์ต้นฉบับว่างเปล่า","Other":"อื่น","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"ภารกิจของเราคือการจัดหาโซลูชันที่เป็นมิตรต่อผู้ใช้และความเป็นส่วนตัวมากที่สุด เพื่อให้รูปภาพของคุณเป็นระเบียบและเข้าถึงได้","Outdoor":"กลางแจ้ง","Page {0}, Current page":"หน้า {0}, หน้าปัจจุบัน","Pages":"หน้า","Pagination Navigation":"การนำทางการแบ่งหน้า","Panorama":"พาโนรามา","Panoramas":"พาโนรามา","Part of all selected photos":"ส่วนหนึ่งของภาพถ่ายทั้งหมดที่เลือก","Part of some selected photos":"ส่วนหนึ่งของภาพถ่ายที่คัดสรร","Password":"รหัสผ่าน","Password changed":"รหัสผ่านเปลี่ยน","Pause":"หยุดชั่วคราว","Payment required":"ต้องชำระเงิน","People":"ประชากร","People you share a link with will be able to view public contents.":"คนที่คุณแชร์ลิงก์ด้วยจะสามารถดูเนื้อหาสาธารณะได้","Permanently deleted":"ลบอย่างถาวร","Permission denied":"ไม่อนุญาต","Person":"บุคคล","Person cover updated":"อัพเดทปกบุคคล","Person deleted":"บุคคลถูกลบ","Person not found":"ไม่พบบุคคล","Person saved":"บุคคลที่ได้รับการช่วยเหลือ","Personal":"ส่วนตัว","Photo":"รูปถ่าย","PhotoPrism is 100% self-funded and independent.":"PhotoPrism ใช้เงินตัวเอง 100% และเป็นอิสระ","PhotoPrism+ Membership":"PhotoPrism+ การเป็นสมาชิก","Photos":"ภาพถ่าย","Picture":"รูปภาพ","Picture Title":"ชื่อภาพ","Pink":"สีชมพู","Pinned":"ปักหมุด","Place":"สถานที่","Place & Time":"สถานที่และเวลา","Places":"สถานที่","Play":"เล่น","Please confirm your new password.":"กรุณายืนยันรหัสผ่านใหม่ของคุณ","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"โปรดคัดลอกรหัสผ่านสำหรับแอปที่สร้างขึ้นแบบสุ่มต่อไปนี้และเก็บไว้ในที่ปลอดภัย เนื่องจากคุณจะไม่สามารถดูได้อีก:","Please do not upload any private, unlawful or offensive pictures.":"กรุณาอย่าอัพโหลดภาพส่วนตัว ผิดกฎหมาย หรือไม่เหมาะสม","Please don't upload photos containing offensive content.":"กรุณาอย่าอัปโหลดรูปภาพที่มีเนื้อหาที่ไม่เหมาะสม","Please enter OTP character {0}":"กรุณากรอกรหัส OTP {0}","Please log in to your account":"กรุณาเข้าสู่ระบบบัญชีของคุณ","Please note that changing your password will log you out on other devices and browsers.":"โปรดทราบว่าการเปลี่ยนรหัสผ่านจะทำให้คุณออกจากระบบบนอุปกรณ์และเบราว์เซอร์อื่นๆ","Please restart your instance for the changes to take effect.":"โปรดรีสตาร์ทอินสแตนซ์ของคุณเพื่อให้การเปลี่ยนแปลงมีผล","Please wait…":"โปรดรอ…","PM":"นายกฯ","PNG Size Limit: %{n}px":"ขีดจำกัดขนาด PNG: %{n}px","Portal":"พอร์ทัล","Portrait":"ภาพเหมือน","Preserve filenames":"รักษาชื่อไฟล์","Press enter to create a new album.":"กด Enter เพื่อสร้างอัลบั้มใหม่","Press enter to create new item":"กด Enter เพื่อสร้างรายการใหม่","Prevent database and album backups as well as YAML sidecar files from being created.":"ป้องกันการสำรองข้อมูลฐานข้อมูลและอัลบั้ม รวมถึงไฟล์ช่วยเหลือ YAML ไม่ให้ถูกสร้างขึ้น","Prevent other apps from accessing PhotoPrism as a shared network drive.":"ป้องกันไม่ให้แอปอื่นเข้าถึง PhotoPrism เป็นไดรฟ์เครือข่ายที่ใช้ร่วมกัน","Preview":"ดูตัวอย่าง","Preview Images":"ดูตัวอย่างรูปภาพ","Previous":"ก่อนหน้า","Previous page":"หน้าก่อน","Previous visual":"ภาพก่อนหน้า","Primary":"หลัก","Private":"ส่วนตัว","Processing upload...":"กำลังประมวลผลไฟล์ที่อัปโหลด...","Product Feedback":"คำติชมสินค้า","Projection":"การฉายภาพ","Purple":"สีม่วง","Quality Filter":"ตัวกรองคุณภาพ","Quality Score":"คะแนนคุณภาพ","Quota exceeded":"เกินโควตา","Random":"สุ่ม","Rating {0} of {1}":"คะแนน {0} จาก {1}","Raw":"ดิบ","RAW":"ดิบ","Re-index all originals, including already indexed and unchanged files.":"จัดทำดัชนีต้นฉบับทั้งหมดใหม่ รวมทั้งไฟล์ที่จัดทำดัชนีแล้วและไม่เปลี่ยนแปลง","Read-Only Mode":"โหมดอ่านอย่างเดียว","Recently Added":"เพิ่มมาเร็ว ๆ นี้","Recently Archived":"เก็บถาวรเมื่อเร็วๆ นี้","Recently Edited":"แก้ไขล่าสุด","Recognition starts after indexing has been completed.":"การรับรู้เริ่มต้นหลังจากการจัดทำดัชนีเสร็จสิ้น","Recognized":"ได้รับการยอมรับ","Recovery Code":"รหัสการกู้คืน","Red":"สีแดง","Refresh":"รีเฟรช","Regions":"ภูมิภาค","Register":"ลงทะเบียน","Reload":"โหลดซ้ำ","Reloading…":"กำลังโหลดซ้ำ…","Remote Sync":"ซิงค์ระยะไกล","Remove":"ลบ","remove failed: unknown album":"การลบล้มเหลว: อัลบั้มที่ไม่รู้จัก","Remove from Album":"นำออกจากอัลบั้ม","Remove from all":"นำออกจากทั้งหมด","Remove from all selected photos":"ลบออกจากรูปภาพที่เลือกทั้งหมด","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"ลบไฟล์ที่นำเข้าเพื่อประหยัดพื้นที่จัดเก็บ ประเภทไฟล์ที่ไม่รองรับจะไม่ถูกลบ โดยจะยังคงอยู่ในตำแหน่งปัจจุบัน","Remove the selected instance from the cluster registry?":"ลบอินสแตนซ์ที่เลือกออกจากรีจิสทรีคลัสเตอร์หรือไม่","Removed":"ลบออก","Removed %{name}":"ลบ %{name}","Removed %d files and %d photos":"ลบไฟล์ %d ไฟล์ และรูปภาพ %d รูป","Repeated":"ซ้ำแล้วซ้ำเล่า","Request failed - are you offline?":"คำขอล้มเหลว - คุณออฟไลน์อยู่หรือไม่","Request failed - invalid response":"คำขอล้มเหลว - ตอบกลับไม่ถูกต้อง","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"กำหนดให้ต้องตรวจสอบรูปภาพที่ไม่ใช่ภาพถ่ายและคุณภาพต่ำก่อนที่จะปรากฏในผลการค้นหา","Resolution":"ปณิธาน","Restart":"เริ่มต้นใหม่","Restore":"คืนค่า","Restored":"ฟื้นฟูแล้ว","Retry Limit":"ขีดจำกัดการลองใหม่","Retype Password":"พิมพ์รหัสผ่านอีกครั้ง","Review":"ทบทวน","Role":"บทบาท","Roles":"บทบาท","Rotated":"หมุน","Rows per page:":"จำนวนแถวต่อหน้า:","Satellite":"ดาวเทียม","Save":"บันทึก","Save changes":"บันทึกการเปลี่ยนแปลง","Scan":"สแกน","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"สแกนโค้ด QR ด้วยแอปยืนยันตัวตนของคุณ หรือใช้คีย์การตั้งค่าที่แสดงด้านล่าง จากนั้นป้อนรหัสยืนยันที่สร้างขึ้น:","Scans":"สแกน","Scope":"ขอบเขต","Scopes":"ขอบเขต","Search":"ค้นหา","Season":"ฤดูกาล","Secret":"ความลับ","Security and Access":"ความปลอดภัยและการเข้าถึง","Select":"เลือก","Select a source folder to import files…":"เลือกโฟลเดอร์ต้นทางที่จะนำเข้าไฟล์…","Select date":"เลือกวันที่","Select dates":"เลือกวันที่","Select or create albums":"เลือกหรือสร้างอัลบั้ม","Select or create labels":"เลือกหรือสร้างป้ายกำกับ","Select or drop files to upload…":"เลือกหรือปล่อยไฟล์เพื่ออัปโหลด…","Select the files to upload…":"เลือกไฟล์ที่จะอัพโหลด…","Select the folder to be indexed…":"เลือกโฟลเดอร์ที่จะสร้างดัชนี…","Select Time":"เลือกเวลา","Selection":"การคัดเลือก","Selection added to %s":"เพิ่มการคัดเลือกไปยัง %s","Selection approved":"อนุมัติการคัดเลือก","Selection archived":"การเลือกที่เก็บถาวร","Selection marked as private":"การเลือกที่ถูกทำเครื่องหมายเป็นส่วนตัว","Selection not found":"ไม่พบสิ่งที่เลือก","Selection restored":"คืนค่าการเลือกแล้ว","Sequential Name":"ชื่อลำดับ","Service":"บริการ","Service URL":"URL บริการ","Services":"URL บริการ","Session":"การประชุม","Session ID":"รหัสเซสชัน","Sessions":"เซสชัน","Set as Album Cover":"ตั้งเป็นปกอัลบั้ม","Set as Cover Image":"ตั้งเป็นภาพปก","Settings":"การตั้งค่า","Settings saved":"การตั้งค่าที่บันทึกไว้","Setup":"ติดตั้ง","Severity":"ความรุนแรง","Share":"แบ่งปัน","Share %{s}":"แบ่งปัน %{s}","Show":"แสดง","Show All Labels":"แสดงป้ายกำกับทั้งหมด","Show all new faces":"แสดงใบหน้าใหม่ทั้งหมด","Show Caption":"แสดงคำบรรยาย","Show Captions":"แสดงคำบรรยาย","Show face markers":"แสดงเครื่องหมายใบหน้า","Show hidden":"แสดงที่ซ่อนอยู่","Show Important Only":"แสดงเฉพาะสิ่งสำคัญเท่านั้น","Show logs in the web interface to monitor activity and troubleshoot problems.":"แสดงบันทึกการทำงานในอินเทอร์เฟซเว็บเพื่อตรวจสอบกิจกรรมและแก้ไขปัญหา","Show smart albums that group pictures by occasion, trip, or location.":"แสดงอัลบั้มอัจฉริยะที่จัดกลุ่มรูปภาพตามโอกาส, ทริป, หรือสถานที่","Show the Account page so users can manage their profile and security settings.":"แสดงหน้าบัญชีเพื่อให้ผู้ใช้สามารถจัดการโปรไฟล์และการตั้งค่าความปลอดภัยของพวกเขาได้","Show the Calendar view to browse the library by year and month.":"แสดงมุมมองปฏิทินเพื่อเรียกดูไลบรารีตามปีและเดือน","Show the Labels section to view and manage AI-generated labels.":"แสดงส่วนป้ายกำกับเพื่อดูและจัดการป้ายกำกับที่สร้างโดย AI","Show the Library section to index, manage, and monitor the media library.":"แสดงส่วนห้องสมุดเพื่อจัดทำดัชนี จัดการ และตรวจสอบห้องสมุดสื่อ","Show the Places view with interactive maps so you can browse photos by location.":"แสดงมุมมองสถานที่พร้อมแผนที่แบบโต้ตอบเพื่อให้คุณสามารถเรียกดูรูปภาพตามตำแหน่งที่ตั้งได้","Show Titles":"แสดงชื่อเรื่อง","Sidecar":"ไซด์คาร์","Sidecar Files":"ไฟล์รถไซด์คาร์","Sign in":"เข้าสู่ระบบ","Sign Out":"ลงชื่อออก","Similar":"คล้ายกัน","Site URL":"URL ของไซต์","Size":"ขนาด","Slideshow":"สไลด์โชว์","Slow":"ช้า","Software":"ซอฟต์แวร์","Software Update":"การอัปเดตซอฟต์แวร์","Some albums could not be copied":"บางอัลบั้มไม่สามารถคัดลอกได้","Some albums could not be created. Please edit the names and try again.":"ไม่สามารถสร้างอัลบั้มบางรายการได้ โปรดแก้ไขชื่อและลองอีกครั้ง","Some albums could not be updated":"ไม่สามารถอัปเดตอัลบั้มบางอัลบั้มได้","Something went wrong, try again":"เกิดข้อผิดพลาด โปรดลองอีกครั้ง","Sort by":"จัดเรียงตาม","Sort by Name (A–Z)":"เรียงตามชื่อ (A–Z)","Sort by Photo Count":"เรียงตามจำนวนภาพ","Sort by Relevance":"จัดเรียงตามความเกี่ยวข้อง","Sort Order":"เรียงลำดับ","Sorted ascending.":"เรียงลำดับจากน้อยไปมาก","Sorted descending.":"เรียงลำดับจากมากไปน้อย","Source":"แหล่งที่มา","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":"กอง","Start":"เริ่ม","Start Page":"หน้าแรก","Static Size Limit: %{n}px":"ขีดจำกัดขนาดคงที่: %{n}px","Status":"สถานะ","Stay signed in on this device":"ลงชื่อเข้าใช้ไว้บนอุปกรณ์นี้","Stop Casting":"หยุดการคัดเลือก","Storage":"พื้นที่จัดเก็บ","Streets":"ถนน","Subject":"เรื่อง","Subject deleted":"หัวข้อถูกลบ","Subject not found":"ไม่พบหัวข้อ","Subject saved":"บันทึกหัวข้อแล้ว","Successfully activated":"เปิดใช้งานสำเร็จแล้ว","Successfully Connected":"เชื่อมต่อเรียบร้อยแล้ว","Successfully deleted":"ลบเรียบร้อยแล้ว","Successfully verified":"ตรวจสอบเรียบร้อยแล้ว","Super Admin":"ผู้ดูแลระบบขั้นสูง","Support for additional services, like Google Drive, will be added over time.":"การสนับสนุนบริการเพิ่มเติม เช่น Google ไดรฟ์ จะถูกเพิ่มเข้ามาเรื่อยๆ","Support Our Mission":"สนับสนุนภารกิจของเรา","Sync":"ซิงค์","Sync raw and video files":"ซิงค์ไฟล์ดิบและวิดีโอ","Taken":"ถ่าย","Teal":"นกเป็ดน้ำ","Terrain":"ภูมิประเทศ","Text":"ข้อความ","Thank You for Your Support!":"ขอบคุณสำหรับการสนับสนุน!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"นั่นเป็นเหตุผลที่ PhotoPrism ถูกสร้างขึ้นใหม่ทั้งหมดเพื่อให้ทำงานได้ทุกที่ที่คุณต้องการ โดยไม่กระทบต่อเสรีภาพ ความเป็นส่วนตัว หรือฟังก์ชันการทำงาน","The index currently contains %{n} hidden files.":"ขณะนี้ดัชนีมีไฟล์ที่ซ่อนอยู่ %{n} ไฟล์","The instance rejected the cluster credentials.":"อินสแตนซ์ปฏิเสธข้อมูลประจำตัวคลัสเตอร์","The instance returned an unexpected redirect.":"อินสแตนซ์ส่งคืนการเปลี่ยนเส้นทางที่ไม่คาดคิด","The wakeup interval is %s, but must be 1h or less":"ช่วงเวลาการปลุกคือ %s แต่ต้องเป็น 1 ชั่วโมงหรือน้อยกว่า","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"รูปแบบของไฟล์อาจไม่ได้รับการสนับสนุน ยังไม่ได้แปลงเป็น JPEG หรือมีรูปแบบที่ซ้ำกัน","Theme":"ธีม","This account is missing an ID and can't be edited.":"บัญชีนี้ไม่มีรหัสผู้ใช้และไม่สามารถแก้ไขได้","This field is required":"ฟิลด์นี้จำเป็นต้องกรอก","This instance has no site URL configured.":"ไม่มี URL ของเว็บไซต์ที่กำหนดค่าไว้สำหรับกรณีนี้","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 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. ":"การดำเนินการนี้จะต่อเชื่อมโฟลเดอร์ต้นฉบับเป็นไดรฟ์เครือข่าย และช่วยให้คุณสามารถเปิด แก้ไข และลบไฟล์จากคอมพิวเตอร์หรือสมาร์ทโฟนได้เสมือนอยู่ในเครื่อง","Time":"เวลา","Time UTC":"เวลาUTC","Time Zone":"เขตเวลา","Timeout":"หมดเวลา","Title":{"":"ชื่อ","Account":"ชื่อ","Photo":"ชื่อ"},"Title / Position":"ชื่อเรื่องยาวเกินไป","to":"ถึง","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"เพื่อหลีกเลี่ยงการถูกล็อคออกจากบัญชีของคุณ โปรดดาวน์โหลด พิมพ์ หรือคัดลอกรหัสกู้คืนนี้ทันทีและเก็บไว้ในที่ปลอดภัย","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"หากต้องการสร้างรหัสผ่านเฉพาะแอปใหม่ โปรดป้อนชื่อและขอบเขตการอนุญาตของแอปพลิเคชัน และเลือกวันหมดอายุ:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"หากต้องการสลับไปใช้แอพหรืออุปกรณ์ตรวจสอบความถูกต้องใหม่ ให้ปิดการใช้งานการตรวจสอบสิทธิ์แบบสองปัจจัยก่อนแล้วจึงเปิดใช้งานอีกครั้ง:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"หากต้องการอัปเกรด คุณสามารถป้อนรหัสเปิดใช้งานหรือคลิก \"ลงทะเบียน\" เพื่อลงทะเบียนบนเว็บไซต์ของเรา:","Today":"วันนี้","Toggle View":"สลับมุมมอง","Token":"โทเค็น","Too many files selected":"เลือกไฟล์มากเกินไป","Too many requests":"คำขอมากเกินไป","Troubleshooting":"การแก้ไขปัญหา","Try again using other filters or keywords.":"ลองอีกครั้งโดยใช้ตัวกรองหรือคำหลักอื่น","Two-factor authentication has been enabled for your account.":"เปิดใช้งานการรับรองความถูกต้องด้วยสองปัจจัยสำหรับบัญชีของคุณแล้ว","Type":"พิมพ์","Unable to delete":"ไม่สามารถลบได้","Unable to do that":"ไม่สามารถทำได้","Unassign":"ยกเลิกการกำหนด","Unauthorized":"ไม่ได้รับอนุญาต","Undo":"เลิกทำ","Unique ID":"ID ไม่ซ้ำกัน","Unknown":"ไม่รู้จัก","Unknown location":"สถานที่ไม่ทราบ","Unregistered":"ไม่ได้ลงทะเบียน","Unsorted":"ไม่เรียงลำดับ","Unstack":"แกะ","Unsupported":"ไม่รองรับ","Unsupported format":"รูปแบบไม่รองรับ","Unsupported type":"ประเภทที่ไม่รองรับ","Updated":"อัปเดต","Updating faces":"กำลังอัปเดตใบหน้า","Updating index":"กำลังอัปเดตดัชนี","Updating moments":"กำลังอัปเดตช่วงเวลา","Updating picture…":"กำลังอัปเดตตัวอย่าง","Updating previews":"กำลังอัปเดตตัวอย่าง","Updating stacks":"กำลังอัปเดตกอง","Upgrade":"อัปเกรด","Upgrade Now":"อัพเกรดเดี๋ยวนี้","Upload":"ที่อัพโหลด","Upload complete":"อัพโหลดเสร็จแล้ว","Upload complete. Indexing…":"อัพโหลดเสร็จแล้ว กำลังจัดทำดัชนี…","Upload failed":"การอัพโหลดล้มเหลว","Upload has been processed":"การอัปโหลดได้รับการประมวลผลแล้ว","Upload local files":"อัปโหลดไฟล์ในเครื่อง","Upload might be offensive":"การอัปโหลดอาจไม่เหมาะสม","Upload Path":"อัปโหลดเส้นทาง","Uploading %{n} of %{t}…":"กำลังอัปโหลด %{n} จาก %{t}…","Uploading photos…":"กำลังอัปโหลดรูปภาพ…","Uploading…":"กำลังโหลดซ้ำ…","Uploads that may contain such images will be rejected automatically.":"การอัปโหลดที่อาจมีภาพดังกล่าวจะถูกปฏิเสธโดยอัตโนมัติ","URL":"URL","Use Presets":"ใช้พรีเซ็ต","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"ใช้รหัสกู้คืนต่อไปนี้เพื่อเข้าถึงบัญชีของคุณเมื่อคุณไม่สามารถสร้างรหัสยืนยันที่ถูกต้องด้วยแอปตรวจสอบสิทธิ์ของคุณได้:","Use your recovery code or contact an administrator for help.":"ใช้รหัสกู้คืนของคุณหรือติดต่อผู้ดูแลระบบเพื่อขอความช่วยเหลือ","User":"ผู้ใช้","User Guide":"คู่มือผู้ใช้","User Interface":"หน้าจอผู้ใช้","User not found":"ไม่พบผู้ใช้","Username":"ชื่อผู้ใช้","Users":"ผู้ใช้","UUID":"UUID","Vector":"เวกเตอร์","Vectors":"เวกเตอร์","Verification Code":"รหัสยืนยัน","Version":"เวอร์ชัน","Video":"วีดีโอ","Video Duration":"ระยะเวลา","Videos":"วิดีโอ","View":"ดู","View search results as a list.":"ดูผลลัพธ์การค้นหาเป็นรายการ","Viewer":"ผู้ดู","Vision":"วิสัยทัศน์","Visitor":"ผู้เข้าชม","Visual Similarity":"จัดกลุ่มตามความเหมือน","Warning":"คำเตือน","Web Login":"เข้าสู่ระบบเว็บ","WebDAV":"เว็บDAV","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 Explorer ของ Microsoft หรือ Finder ของ Apple สามารถเชื่อมต่อโดยตรงกับ PhotoPrism","WebDAV Upload":"อัพโหลด WebDAV","WebGL support is disabled in your browser":"การรองรับ WebGL ถูกปิดใช้งานในเบราว์เซอร์ของคุณ","Website":"เว็บไซต์","White":"สีขาว","Work Details":"รายละเอียด","Year":"ปี","Yellow":"สีเหลือง","Yes":"ใช่","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"คุณสามารถติดต่อเราได้ที่ membership@photoprism.app สำหรับคำถามเกี่ยวกับการเป็นสมาชิกของคุณ","You can only download one album":"ดาวน์โหลดได้เพียงอัลบั้มเดียว","You can only download one label":"คุณสามารถดาวน์โหลดป้ายกำกับได้เพียงป้ายเดียว","You can search for a location or move the marker on the map to change the position:":"คุณสามารถค้นหาตำแหน่งหรือย้ายเครื่องหมายบนแผนที่เพื่อเปลี่ยนตำแหน่ง:","You can upload up to %{n} files for test purposes.":"คุณสามารถอัปโหลดไฟล์ได้มากถึง %{n} ไฟล์เพื่อการทดสอบ","You cannot change your own role.":"คุณไม่สามารถเปลี่ยนบทบาทของตัวเองได้","You do not have access to any instances.":"คุณไม่มีสิทธิ์เข้าถึงอินสแตนซ์ใดๆ","You may only select one item":"เลือกได้เพียงรายการเดียวเท่านั้น","You may rescan your library to find additional faces.":"คุณสามารถสแกนคลังของคุณเพื่อค้นหาใบหน้าเพิ่มเติม","Your account could not be connected":"ไม่สามารถเชื่อมต่อบัญชีของคุณได้","Your account has been successfully connected.":"บัญชีของคุณเชื่อมต่อสำเร็จแล้ว","Your browser does not support WebGL":"เบราว์เซอร์ของคุณไม่รองรับ WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"การสนับสนุนอย่างต่อเนื่องของคุณช่วยให้เราอัปเดตและบริการต่างๆ เป็นประจำ เช่น แผนที่โลก","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"คลังของคุณได้รับการวิเคราะห์อย่างต่อเนื่องเพื่อสร้างอัลบั้มของช่วงเวลา การเดินทาง และสถานที่พิเศษโดยอัตโนมัติ","Zip created in %d s":"สร้างซิปเสร็จใน %d วินาที","Zoom in/out":"ซูมเข้า/ออก","Archive":{"Noun":"คลังเก็บเอกสารสำคัญ","Verb":"คลังเก็บเอกสารสำคัญ"},"Add a Title":{"Photo":"เพิ่มชื่อเรื่อง"}}} \ No newline at end of file +{"th":{"{0} appended action":"{0} การดำเนินการผนวก","{0} files":"{0} ไฟล์","{0} files ({1} in total)":"{0} ไฟล์ (รวมทั้งหมด {1} ไฟล์)","{0} more":"{0} เพิ่มเติม","{0} prepended action":"{0} การดำเนินการที่เพิ่มมา","{0} selected":"{0} เลือกแล้ว","{0}-{1} of {2}":"{0}-{1} จาก {2}","%{n} albums found":"พบ %{n} อัลบั้ม","%{n} files uploaded":"อัปโหลดแล้ว %{n} ไฟล์","%{n} folders found":"พบ %{n} โฟลเดอร์","%{n} GB of %{q} GB used":"%{n} GB จาก %{q} GB ที่ใช้","%{n} labels found":"พบ %{n} ป้ายกำกับ","%{n} people found":"พบบุคคล %{n} คน","%{n} pictures found":"พบ %{n} รูปภาพ","%{s} is too long":"%{s} ยาวเกินไป","%{s} is too short":"%{s} สั้นเกินไป","%d entries added to %s":"%d รายการถูกเพิ่มไปยัง %s","%d entries removed from %s":"%d รายการถูกลบออกจาก %s","%d files uploaded in %d s":"%d ไฟล์ถูกอัปโหลดในเวลา %d วินาที","%s already exists":"%s มีอยู่แล้ว","%s has been restored":"%s ได้รับการกู้คืนแล้ว","1 hour":"1 ชั่วโมง","12 hours":"12 ชั่วโมง","2-Factor Authentication":"การรับรองความถูกต้องแบบ 2 ปัจจัย","2FA":"2FA","4 hours":"4 ชั่วโมง","A click will copy it to your clipboard.":"คลิกเพื่อคัดลอกไปยังคลิปบอร์ด","A new version of %{s} is available:":"%{s} เวอร์ชันใหม่พร้อมให้ใช้งานแล้ว:","About":"เกี่ยวกับ","Access granted.":"อนุญาตให้เข้าถึง","Access revoked.":"การเข้าถึงถูกยกเลิก","Access Token":"โทเค็นการเข้าถึง","Account":"บัญชี","Account created":"สร้างบัญชีแล้ว","Account deleted":"ลบบัญชีแล้ว","Account Group Mappings":"การเชื่อมโยงกลุ่มบัญชี","Account not found":"ไม่พบบัญชี","Account restored":"บัญชีได้รับการคืนสภาพแล้ว","Account saved":"บัญชีถูกบันทึกแล้ว","Accounts":"บัญชี","Accuracy":"ความแม่นยำ","Action":"การกระทำ","Actions":"การกระทำ","Activate":"เปิดใช้งาน","Activate to remove sorting.":"เปิดใช้งานเพื่อลบการเรียงลำดับ","Activate to sort ascending.":"เปิดใช้งานเพื่อเรียงลำดับจากน้อยไปมาก","Activate to sort descending.":"เปิดใช้งานการเรียงลำดับจากมากไปน้อย","Activation Code":"รหัสเปิดใช้งาน","Activity":"กิจกรรม","Add":"เพิ่ม","Add %{s}?":"เพิ่ม %{s}?","Add a Caption":"เพิ่มคำบรรยาย","Add Account":"แก้ไขบัญชี","Add Album":"เพิ่มอัลบั้ม","Add Link":"เพิ่มลิงก์","Add Notes":"เพิ่มบันทึก","Add person?":"เพิ่มบุคคล?","Add pictures from search results by selecting them.":"เพิ่มรูปภาพจากผลการค้นหาโดยเลือกรูปภาพเหล่านั้น","Add to album":"เพิ่มไปยังอัลบั้ม","Add to all":"เพิ่มทั้งหมด","Add to all selected photos":"เพิ่มไปยังรูปภาพที่เลือกทั้งหมด","Added":"เพิ่มแล้ว","Added %{name}":"เพิ่ม %{name}","Adjust Camera Info":"ปรับข้อมูลกล้อง","Adjust Date & Time":"ปรับวันที่และเวลา","Adjust Location":"ปรับตำแหน่ง","Admin":"ผู้ดูแลระบบ","Advanced":"ขั้นสูง","Advertise URL":"URL โฆษณา","After 1 day":"หลังจาก 1 วัน","After 3 days":"หลังจาก 3 วัน","After 7 days":"หลังจาก 7 วัน","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"หลังจากป้อนรหัสผ่านเพื่อยืนยัน คุณสามารถตั้งค่าการตรวจสอบสิทธิ์แบบสองปัจจัยด้วยแอพหรืออุปกรณ์ตรวจสอบสิทธิ์ที่เข้ากันได้:","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 %s deleted":"อัลบั้ม %s ถูก삭제","Album Backups":"การสำรองข้อมูลอัลบั้ม","Album contents cloned":"เนื้อหาอัลบั้มถูกคัดลอก","Album created":"สร้างอัลบั้มแล้ว","Album deleted":"อัลบั้มถูกลบแล้ว","Album not found":"ไม่พบอัลบั้ม","Album saved":"อัลบั้มบันทึกแล้ว","Albums":"อัลบั้ม","Albums deleted":"ลบอัลบั้มแล้ว","All":"ทั้งหมด","All %{n} albums loaded":"โหลด %{n} อัลบั้มทั้งหมดแล้ว","All %{n} labels loaded":"โหลดป้ายกำกับ %{n} ทั้งหมดแล้ว","All %{n} people loaded":"โหลด %{n} คนทั้งหมดแล้ว","All Cameras":"กล้องทั้งหมด","All Categories":"หมวดหมู่ทั้งหมด","All Colors":"สีทั้งหมด","All Countries":"ประเทศทั้งหมด","All files from import folder":"ทุกไฟล์จากโฟลเดอร์นำเข้า","All Lenses":"เลนส์ทั้งหมด","All Months":"เดือนทั้งหมด","All originals":"ต้นฉบับทั้งหมด","All Years":"ปีทั้งหมด","Allow configuration and use of connected apps and services for remote uploads and sync.":"อนุญาตการตั้งค่าและการใช้งานแอปและบริการที่เชื่อมต่อสำหรับการอัปโหลดและซิงค์ระยะไกล","Allow editing of metadata such as title, description, date, and location.":"อนุญาตให้แก้ไขข้อมูลเมตา เช่น ชื่อ คำอธิบาย วันที่ และสถานที่","Allow editing the metadata, labels, and albums of multiple pictures at once.":"อนุญาตให้แก้ไขข้อมูลเมตา, ป้ายกำกับ, และอัลบั้มของรูปภาพหลายรูปพร้อมกัน","Allow files to be copied or moved from the Import to the Originals folder.":"เปิดใช้งานเครื่องมือการนำเข้าเพื่อคัดลอกหรือย้ายไฟล์จากโฟลเดอร์นำเข้าไปยังไฟล์ต้นฉบับ","Allow files to be permanently deleted to free up storage space.":"อนุญาตให้ลบไฟล์ถาวรเพื่อเพิ่มพื้นที่จัดเก็บ","Allow users to archive photos and videos so they are hidden without being deleted.":"อนุญาตให้ผู้ใช้เก็บรูปภาพและวิดีโอไว้ในคลังเก็บเพื่อให้ซ่อนอยู่โดยไม่ถูกลบ","Allow users to create and share links, and enable sharing with connected services.":"อนุญาตให้ผู้ใช้สร้างและแชร์ลิงก์ และเปิดใช้งานการแชร์กับบริการที่เชื่อมต่อ","Allow users to upload new photos and videos through the web interface.":"อนุญาตให้ผู้ใช้สามารถอัปโหลดรูปภาพและวิดีโอใหม่ผ่านเว็บอินเตอร์เฟซ","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"หรือคุณสามารถอัปโหลดไฟล์โดยตรงไปยังเซิร์ฟเวอร์ WebDAV เช่น Nextcloud","Altitude":"ระดับความสูง","Altitude (m)":"ระดับความสูง (ม.)","AM":"เช้า","Animated":"เคลื่อนไหว","Animation":"แอนิเมชัน","Animations":"แอนิเมชั่น","Any private photos and videos remain private and won't be shared.":"รูปภาพและวิดีโอส่วนตัวทั้งหมดจะยังคงเป็นส่วนตัว และจะไม่แชร์กับผู้อื่น","API Key":"กุญแจ API","Application":"แอปพลิเคชัน","Applications":"แอปพลิเคชัน","Approve":"อนุมัติ","Approve and save changes":"อนุมัติและบันทึกการเปลี่ยนแปลง","Apps and Devices":"แอพและอุปกรณ์","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 delete this album?":"คุณแน่ใจว่าต้องการลบอัลบั้มนี้หรือไม่?","Are you sure you want to permanently delete these pictures?":"คุณแน่ใจหรือไม่ว่าต้องการลบรูปภาพเหล่านี้อย่างถาวร","Are you sure you want to permanently delete this file?":"คุณแน่ใจหรือไม่ว่าต้องการลบไฟล์นี้อย่างถาวร","Are you sure?":"คุณแน่ใจหรือไม่?","Artist":"ศิลปิน","Aspect Ratio":"อัตราส่วน","Attributes":"คุณสมบัติ","Audio":"เสียง","Audit Log":"เสียง","Authentication":"การรับรองความถูกต้อง","Auto":"ออโต้","Back":"กลับ","Back to top":"กลับสู่ด้านบน","Backup":"สำรองข้อมูล","Badge":"ป้าย","Base Path":"เส้นทางฐาน","Batch":"แบตช์","Batch Edit":"แก้ไขแบบกลุ่ม","Become a member today, support our mission and enjoy our member benefits!":"เป็นสมาชิกวันนี้ สนับสนุนพันธกิจของเรา และเพลิดเพลินไปกับสิทธิประโยชน์สำหรับสมาชิกของเรา!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"ด้วยการจัดหาเงินทุนด้วยตนเองและเป็นอิสระ 100% เราสามารถสัญญากับคุณได้ว่าเราจะไม่ขายข้อมูลของคุณและเราจะมีความโปร่งใสเกี่ยวกับซอฟต์แวร์และบริการของเราเสมอ","Bio":"ไปโอ","Birth Date":"วันที่เกิด","Black":"สีดำ","Blue":"สีฟ้า","Brown":"สีน้ำตาล","Browse":"เรียกดู","Browse Files":"เรียกดูไฟล์","Browse Pictures":"เรียกดูรูปภาพ","Bug Report":"รายงานข้อผิดพลาด","Busy, please try again later":"กำลังยุ่ง กรุณาลองใหม่อีกครั้ง","Busy, please wait…":"ไม่ว่าง โปรดรอ…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"โดยการใช้ซอฟต์แวร์และบริการที่เรามอบให้ แสดงว่าคุณยอมรับข้อกำหนดในการให้บริการ นโยบายความเป็นส่วนตัว และจรรยาบรรณของเรา","Calendar":"ปฏิทิน","Camera":"กล้อง","Camera not found":"ไม่พบกล้อง","Camera Serial":"อนุกรมกล้อง","Can't access your authenticator app or device?":"ไม่สามารถเข้าถึงแอปหรืออุปกรณ์ยืนยันตัวตนของคุณได้ใช่ไหม","Can't load more, limit reached":"โหลดเพิ่มไม่ได้แล้ว หมดเขตแล้ว","Can't select more items":"ไม่สามารถเลือกรายการเพิ่มเติมได้","Cancel":"ยกเลิก","Cannot copy to clipboard":"ไม่สามารถคัดลอกไปยังคลิปบอร์ดได้","Caption":"คำบรรยาย","Cards":"การ์ด","Carousel slide {0} of {1}":"สไลด์หมุน {0} จาก {1}","Cast":"นักแสดง","Category":"หมวดหมู่","Change Avatar":"เปลี่ยนแฟล็กส่วนตัว","Change Password":"รหัสผ่านใหม่","Change private flag":"เปลี่ยนแฟล็กส่วนตัว","Changes could not be saved":"ไม่สามารถบันทึกการเปลี่ยนแปลง","Changes successfully saved":"บันทึกการเปลี่ยนแปลงเรียบร้อยแล้ว","Changes to the advanced settings require a restart to take effect.":"การเปลี่ยนแปลงการตั้งค่าขั้นสูงจำเป็นต้องรีสตาร์ทจึงจะมีผล","Checked":"ตรวจสอบแล้ว","Choose an instance to continue:":"เลือกอินสแตนซ์เพื่อดำเนินการต่อ:","Chroma":"โครมา","Cleaning index and cache":"การทำความสะอาดดัชนีและแคช","Cleanup":"ทำความสะอาด","Clear":"ชัดเจน","Clear {0}":"เคลียร์ {0}","Client":"ลูกค้า","Close":"ปิด","Cluster":"กลุ่ม","Cluster Admin":"ผู้ดูแลกลุ่ม","Cluster Node":"โหนดคลัสเตอร์","Codec":"ตัวแปลงสัญญาณ","Color":"สี","Color Profile":"สีโปรไฟล์","Colors":"สี","Compare Editions":"เปรียบเทียบรุ่น","Complete Rescan":"สแกนใหม่ให้เสร็จ","Confidence":"ค่าความมั่นใจ","Confirm":"ยืนยัน","Connect":"เชื่อมต่อ","Connect via WebDAV":"เชื่อมต่อผ่าน WebDAV","Connected":"เชื่อมต่อ","Contact Details":"ติดต่อเรา","Contact Us":"ติดต่อเรา","Contains %{n} pictures.":"มี %{n} รูป","Contains one picture.":"ประกอบด้วยหนึ่งภาพ","Content":{"":"เนื้อหา","Edit":"เนื้อหา"},"Continue":"ดำเนินการต่อ","Contributor":"ผู้ให้ข้อมูล","Converting":"กำลังแปลง","Copied to clipboard":"คัดลอกไปยังคลิปบอร์ดแล้ว","Copy":"สำเนา","Copying files from %s":"คัดลอกไฟล์จาก %s","Copyright":"ลิขสิทธิ์","Could not be deleted":"ไม่สามารถลบได้","Could not connect, please try again":"ไม่สามารถเชื่อมต่อได้ กรุณาลองอีกครั้ง","Could not update person cover":"ไม่สามารถอัปเดตปกบุคคลได้","Couldn't find anything.":"ไม่พบอะไรเลย","Country":"ประเทศ","Create Account":"สร้างบัญชี","Create album":"สร้างอัลบั้ม","Create regular backups based on the configured schedule.":"สร้างการสำรองข้อมูลดัชนีตามกำหนดเวลาที่กำหนดไว้","Create YAML files to back up album metadata.":"สร้างไฟล์ YAML เพื่อสำรองข้อมูลเมตาของอัลบั้ม","Create YAML sidecar files to back up picture metadata.":"สร้างไฟล์ช่วยเหลือ YAML เพื่อสำรองข้อมูลเมตาของรูปภาพ","Created":"สร้างเมื่อ","Creating thumbnails for":"การสร้างภาพขนาดย่อสำหรับ","Current Password":"รหัสผ่านปัจจุบัน","Custom":"กำหนดเอง","Cyan":"สีฟ้า","Daily":"รายวัน","Database":"ฐานข้อมูล","Database Backups":"การสำรองฐานข้อมูล","Databases":"ฐานข้อมูล","Date & Time":"วันที่ & เวลา","Day":"วัน","Deactivate":"ปิดการใช้งาน","Debug Logs":"บันทึกการดีบัก","Default":"ค่าเริ่มต้น","Default Folder":"โฟลเดอร์เริ่มต้น","Delete":"ลบ","Delete Album":"ลบอัลบั้ม","Delete All":"ลบทั้งหมด","Delete all?":"ลบทั้งหมด?","Delete orphaned index entries, sidecar files and thumbnails.":"ลบรายการดัชนีที่ถูกละเลย ไฟล์รถเทียมข้างรถจักรยานยนต์ และภาพขนาดย่อ","deleted":"ถูกลบ","Description":"คำอธิบาย","Detailed instructions can be found in our User Guide.":"คำแนะนำโดยละเอียดสามารถพบได้ในคู่มือผู้ใช้ของเรา","Details":"รายละเอียด","Dimensions":"ขนาด","Disable all face detection and recognition features.":"ปิดการใช้งานคุณสมบัติการตรวจจับใบหน้าและการจดจำใบหน้าทั้งหมด","Disable Backups":"ปิดการสำรองข้อมูล","Disable Darktable":"ปิดการใช้งาน Darktable","Disable ExifTool":"ปิดการใช้งาน ExifTool","Disable Faces":"ปิดใช้งานใบหน้า","Disable features that require write permission for the originals folder.":"ปิดใช้งานคุณลักษณะที่ต้องมีสิทธิ์ในการเขียนสำหรับโฟลเดอร์ต้นฉบับ","Disable FFmpeg":"ปิดการใช้งาน FFmpeg","Disable ImageMagick":"ปิดการใช้งาน ImageMagick","Disable interactive world maps and reverse geocoding.":"ปิดการใช้งานแผนที่โลกเชิงโต้ตอบและการเข้ารหัสทางภูมิศาสตร์แบบย้อนกลับ","Disable MCP":"ปิดการใช้งาน MCP","Disable Places":"ปิดการใช้งานสถานที่","Disable RawTherapee":"ปิดการใช้งาน RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"ปิดใช้งานจุดสิ้นสุด API ของ Model Context Protocol (MCP) สำหรับการผสานรวมกับตัวแทน AI","Disable Vectors":"ปิดการใช้งานเวกเตอร์","Disable WebDAV":"ปิดการใช้งาน WebDAV","Disabled":"พิการ","Disables vector graphics support.":"ปิดใช้งานการสนับสนุนกราฟิกแบบเวกเตอร์","Disables video transcoding and thumbnail extraction.":"ปิดใช้งานการแปลงรหัสวิดีโอและการดึงภาพขนาดย่อ","Discard":"ทิ้ง","Discard changes and close":"ยกเลิกการเปลี่ยนแปลงและปิด","Discard invalid changes?":"ทิ้งการเปลี่ยนแปลงที่ไม่ถูกต้อง?","Discard unsaved changes?":"ทิ้งการเปลี่ยนแปลงที่ไม่ได้บันทึก?","Discover":"ค้นพบ","Dismiss":"อนุญาตให้ออกไป","Display Name":"ชื่อที่แสดง","Display picture captions in search results.":"แสดงคำบรรยายภาพในผลการค้นหา","Display picture titles in search results.":"แสดงชื่อรูปภาพในผลการค้นหา","Document":"เอกสาร","Documents":"เอกสาร","Don't use Darktable to convert RAW images.":"อย่าใช้ Darktable เพื่อแปลงไฟล์ RAW","Don't use ImageMagick to convert images.":"อย่าใช้ ImageMagick เพื่อแปลงรูปภาพ","Don't use RawTherapee to convert RAW images.":"อย่าใช้ RawTherapee เพื่อแปลงไฟล์ RAW","Done":"เสร็จแล้ว","Done.":"เสร็จแล้ว.","Download":"ดาวน์โหลด","Download only original media files, without any automatically generated files.":"ดาวน์โหลดเฉพาะไฟล์มีเดียต้นฉบับ โดยไม่มีไฟล์ที่สร้างขึ้นโดยอัตโนมัติ","Download remote files":"ดาวน์โหลดไฟล์ระยะไกล","Downloading…":"กำลังดาวน์โหลด…","Drag and drop files here":"ลากและวางไฟล์ที่นี่","Driver":"คนขับรถ","Duplicates will be skipped and only appear once.":"รายการที่ซ้ำกันจะถูกข้ามและปรากฏเพียงครั้งเดียว","Duration":"ระยะเวลา","Dynamic Previews":"การแสดงตัวอย่างแบบไดนามิก","Dynamic Size Limit: %{n}px":"ขีดจำกัดขนาดไดนามิก: %{n}px","Edit":"แก้ไข","Edit %{s}":"แก้ไข %{s}","Edit Account":"แก้ไขบัญชี","Edit Photo":"แก้ไขรูปภาพ","Edit Photos (%{n})":"แก้ไขรูปภาพ (%{n})","Edited":"แก้ไขแล้ว","Email":"อีเมล","Enable debug mode to display additional logs and help with troubleshooting.":"เปิดใช้งานโหมดแก้ไขข้อบกพร่องเพื่อแสดงบันทึกเพิ่มเติมและช่วยเหลือในการแก้ปัญหา","Enable downloading of original and sidecar files from the web interface.":"เปิดใช้งานการดาวน์โหลดไฟล์ต้นฉบับและไฟล์ไซด์คาร์จากเว็บอินเตอร์เฟซ","Enable face recognition and the People view to easily find people you know.":"เปิดใช้งานการจดจำใบหน้าและมุมมองบุคคลเพื่อค้นหาคนที่คุณรู้จักได้อย่างง่ายดาย","Enable new features that may be incomplete or unstable.":"เปิดใช้งานฟีเจอร์ใหม่ที่อาจไม่สมบูรณ์หรือไม่เสถียร","Enable the file browser to navigate the Originals folder structure.":"เปิดใช้งานตัวเรียกดูไฟล์เพื่อนำทางโครงสร้างโฟลเดอร์ Originals","Enables RAW converter presets. May reduce performance.":"เปิดใช้งานการตั้งค่าล่วงหน้าของตัวแปลง RAW อาจลดประสิทธิภาพลง","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"การเปิดใช้งานการตรวจสอบสิทธิ์แบบสองปัจจัยหมายความว่าคุณจะต้องใช้รหัสยืนยันที่สร้างขึ้นแบบสุ่มเพื่อเข้าสู่ระบบ ดังนั้นแม้ว่าจะมีคนเข้าถึงรหัสผ่านของคุณ พวกเขาจะไม่สามารถเข้าถึงบัญชีของคุณได้","Engine":"เครื่องยนต์","Enter date":"กรอกวันที่","Enter dates":"ป้อนวันที่","Enter item name...":"กรุณากรอกชื่อรายการ...","Enter the code generated by your authenticator app:":"ป้อนรหัสที่สร้างโดยแอปพลิเคชันการตรวจสอบสิทธิ์ของคุณ:","Enter verification code":"ระบุรหัสยืนยืน","Enter your password to confirm the action and continue:":"ป้อนรหัสผ่านของคุณเพื่อยืนยันการดำเนินการและดำเนินการต่อ:","Entity not found":"ไม่พบหน่วยงาน","Error":"ข้อผิดพลาด","Errors":"ข้อผิดพลาด","Estimate":"ประมาณการ","Estimate Locations":"สถานที่ประมาณการ","Estimate the approximate location of pictures without GPS coordinates.":"ประมาณตำแหน่งโดยประมาณของรูปภาพโดยปราศจากพิกัด GPS","Every two days":"ทุกสองวัน","Exclude hidden":"ไม่รวมซ่อน","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"จำเป็นต้องมีการแยกข้อมูลเมตาด้วย ExifTool เพื่อสนับสนุนวิดีโอเต็มรูปแบบ Live Photo และ XMP","Experimental Features":"คุณสมบัติทดลอง","Expires":"หมดอายุ","Exposure":"การเปิดรับ","Extract still images and generate thumbnails while indexing.":"สกัดภาพนิ่งและสร้างภาพขนาดย่อในระหว่างการสร้างดัชนี","F Number":"F Number","Face":"ใบหน้า","Face not found":"ไม่พบใบหน้า","Faces":"ใบหน้า","Failed creating file, please check permissions":"ไม่สามารถสร้างไฟล์ได้ กรุณาตรวจสอบสิทธิ์การใช้งาน","Failed creating folder, please check permissions":"ไม่สามารถสร้างโฟลเดอร์ได้ กรุณาตรวจสอบสิทธิ์การใช้งาน","Failed removing link":"ลบลิงค์ไม่สำเร็จ","Failed to connect account.":"ไม่สามารถเชื่อมต่อบัญชีได้","Failed to create zip file":"ไม่สามารถสร้างไฟล์ zip ได้","Failed to load users.":"ไม่สามารถโหลดผู้ใช้ได้","Failed to remove face marker":"ไม่สามารถลบเครื่องหมายบนใบหน้าได้","Failed to remove name":"ไม่สามารถลบชื่อได้","Failed to restart server":"ไม่สามารถรีสตาร์ทเซิร์ฟเวอร์ได้","Failed to save changes":"ไม่สามารถบันทึกการเปลี่ยนแปลงได้","Failed to save face marker":"ไม่สามารถบันทึกเครื่องหมายบันทึกหน้าได้","Failed to save name":"ไม่สามารถบันทึกชื่อได้","Failed updating link":"ไม่สามารถอัปเดตลิงก์","Family Name":"นามสกุล","Fast":"เร็ว","Favorite":"ที่ชื่นชอบ","Favorites":"รายการโปรด","Feature disabled":"ฟีเจอร์ถูกปิดใช้งาน","Feature Request":"คำขอคุณสมบัติ","Female":"หญิง","File":"ไฟล์","File Browser":"ไฟล์เบราว์เซอร์","File Conversion":"การแปลงไฟล์","File deleted":"ไฟล์ถูกลบ","File Name":"ชื่อไฟล์","File not found":"ไม่พบไฟล์","File removed from stack":"ไฟล์ถูกลบออกจากสแตก","File Size":"ไฟล์","File too large":"ไฟล์มีขนาดใหญ่เกินไป","File uploaded":"ไฟล์ถูกอัปโหลดแล้ว","Filename":"ชื่อไฟล์","Files":"ไฟล์","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"ไฟล์ที่มีชื่อตามลำดับ เช่น 'IMG_1234 (2)' และ 'IMG_1234 (3)' เป็นของรูปภาพเดียวกัน","First page":"หน้าแรก","Focal Length":"ความยาวโฟกัส","Folder":"โฟลเดอร์","Folder contains %{n} files":"โฟลเดอร์มี %{n} ไฟล์","Folder is empty":"โฟลเดอร์ว่างเปล่า","Folders":"โฟลเดอร์","Forgot password?":"ลืมรหัสผ่าน?","FPS":"FPS","Frames":"เฟรม","Full Access":"การเข้าถึงแบบเต็ม","Fullscreen":"เต็มจอ","General":"ทั่วไป","Generate":"สร้าง","Generate Previews":"สร้างการแสดงตัวอย่าง","Generated":"สร้างขึ้น","Get Started":"เริ่มต้นใช้งาน","Given Name":"ชื่อจริง","Global Options":"ตัวเลือกระดับโลก","Go to page {0}":"ไปที่หน้า {0}","Gold":"ทอง","Green":"สีเขียว","Grey":"สีเทา","Groups":"กลุ่ม","Guest":"แขก","Hash":"กัญชา","Help":"ช่วย","Help & Support":"ช่วยเหลือและสนับสนุน","Hidden":"ที่ซ่อนอยู่","Hidden Files":"ไฟล์ที่ซ่อนอยู่","Hide":"ซ่อน","Hide Caption":"ซ่อนคำบรรยาย","Hide face markers":"ซ่อนเครื่องหมายบนใบหน้า","Hide private content from global views while keeping it accessible in the Private section.":"ซ่อนรายการส่วนตัวจากมุมมองทั่วโลกในขณะที่ยังคงสามารถเข้าถึงได้ในส่วนส่วนตัว","High":"สูง","High Dynamic Range (HDR)":"ช่วงไดนามิกสูง (HDR)","Hybrid":"ไฮบริด","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"หากคุณสูญเสียการเข้าถึงแอปหรืออุปกรณ์ยืนยันตัวตน คุณสามารถใช้รหัสกู้คืนเพื่อเข้าถึงบัญชีของคุณได้อีกครั้ง","Image":"ภาพ","Image Quality":"คุณภาพของภาพ","Import":"นำเข้า","Import canceled":"ยกเลิกการนำเข้า","Import completed in %d s":"การนำเข้าเสร็จสมบูรณ์ในเวลา %d วินาที","Import failed":"นำเข้าไม่สำเร็จ","Imported files will be sorted by date and given a unique name to avoid duplicates.":"ไฟล์ที่นำเข้าจะถูกจัดเรียงตามวันที่และกำหนดชื่อเฉพาะเพื่อหลีกเลี่ยงการซ้ำซ้อน","Importing %{s}…":"กำลังนำเข้า %{s}…","Importing files to originals…":"กำลังนำเข้าไฟล์ไปยังต้นฉบับ…","in":"ใน","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"ในกรณีที่รูปภาพที่คุณคาดว่าจะหายไป โปรดสแกนไลบรารีของคุณอีกครั้งและรอจนกว่าการจัดทำดัชนีจะเสร็จสมบูรณ์","Include RAW image files when downloading stacks and archives.":"รวมไฟล์ภาพ RAW เมื่อดาวน์โหลดสแต็คและไฟล์เก็บถาวร","Include sidecar files when downloading stacks and archives.":"รวมไฟล์ sidecar เมื่อดาวน์โหลดสแต็คและไฟล์เก็บถาวร","Increase storage size or delete files to continue.":"เพิ่มขนาดพื้นที่เก็บข้อมูลหรือลบไฟล์เพื่อดำเนินการต่อ","Index":"ดัชนี","Indexing":"การจัดทำดัชนี","Indexing canceled":"ยกเลิกการจัดทำดัชนี","Indexing completed in %d s":"การดัชนีเสร็จสมบูรณ์ใน %d วินาที","Indexing failed":"การจัดทำดัชนีล้มเหลว","Indexing files in %s":"การจัดทำดัชนีไฟล์ใน %s","Indexing media and sidecar files…":"กำลังสร้างดัชนีสื่อและไฟล์ไซด์คาร์…","Indexing originals...":"กำลังจัดทำดัชนีต้นฉบับ...","Information":"ข้อมูล","Inherit":"รับมรดก","Instance":"ตัวอย่าง","Instance ID":"รหัสอินสแตนซ์","Instance unreachable. Try again once it's back online.":"ไม่สามารถเข้าถึงอินสแตนซ์ได้ กรุณาลองใหม่อีกครั้งเมื่อกลับมาออนไลน์","Instances":"อินสแตนซ์","Insufficient storage":"พื้นที่เก็บข้อมูลไม่เพียงพอ","Insufficient storage.":"พื้นที่เก็บข้อมูลไม่เพียงพอ.","Interval":"ช่วงเวลา","Invalid":"วันที่ไม่ถูกต้อง","Invalid address":"ที่อยู่ไม่ถูกต้อง","Invalid country":"ประเทศไม่ถูกต้อง","Invalid credentials":"ข้อมูลประจำตัวไม่ถูกต้อง","Invalid date":"วันที่ไม่ถูกต้อง","Invalid link":"ลิงก์ไม่ถูกต้อง","Invalid name":"ชื่อไม่ถูกต้อง","Invalid parameters":"วันที่ไม่ถูกต้อง","Invalid password, please try again":"รหัสผ่านไม่ถูกต้อง กรุณาลองอีกครั้ง","Invalid photo selected":"เลือกรูปภาพไม่ถูกต้อง","Invalid time":"เวลาไม่ถูกต้อง","Invalid URL":"URL ไม่ถูกต้อง","Invalid verification code, please try again":"รหัสยืนยันไม่ถูกต้อง โปรดลองอีกครั้ง","IP Address":"ที่อยู่ IP","It is a one-time use code that will disable 2FA for your account when you use it.":"เป็นรหัสแบบใช้ครั้งเดียวที่จะปิดการใช้งาน 2FA สำหรับบัญชีของคุณเมื่อคุณใช้งาน","Item":"สิ่งของ","Items per page:":"รายการต่อหน้า:","JPEG Quality: %{n}":"คุณภาพ JPEG: %{n}","JPEG Size Limit: %{n}px":"ขีดจำกัดขนาด JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG และภาพขนาดย่อจะแสดงผลโดยอัตโนมัติตามต้องการ","Keyword":"คำสำคัญ","Keywords":"คีย์เวิร์ด","Label":"ฉลาก","Label not found":"ไม่พบป้ายกำกับ","Label saved":"ป้ายบันทึกแล้ว","Labels":"ป้าย","Labels deleted":"ป้ายกำกับถูกลบ","Language":"ภาษา","Last Active":"ใช้งานล่าสุด","Last Login":"เข้าสู่ระบบครั้งล่าสุด","Last page":"หน้าสุดท้าย","Last Sync":"ซิงค์ล่าสุด","Last Used":"ใช้ล่าสุด","Latitude":"ละติจูด","LDAP/AD":"แอลดีเอพี/ค.ศ","Learn more":"เรียนรู้เพิ่มเติม","Learn More":"เรียนรู้เพิ่มเติม","Legal Information":"ข้อมูลทางกฎหมาย","Lens":"เลนส์","Lens not found":"ไม่พบเลนส์","Library":"ห้องสมุด","License":"ใบอนุญาต","Like":"ชอบ","Lime":"มะนาว","Limit reached, showing first %{n} files":"ถึงขีดจำกัดแล้ว กำลังแสดง %{n} ไฟล์แรก","Link":"ลิงค์","List":"รายการ","List View":"มุมมองรายการ","Live":"สด","Live Photos":"ภาพถ่าย","Load more":"โหลดเพิ่มเติม","Loading items...":"กำลังโหลดรายการ...","Loading...":"กำลังโหลด...","Local":"ท้องถิ่น","Local Time":"เวลาท้องถิ่น","Location":"ที่ตั้ง","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"ข้อความบันทึกจะปรากฏที่นี่ทุกครั้งที่ PhotoPrism เจอไฟล์เสีย หรือมีปัญหาอื่นๆ ที่อาจเกิดขึ้น","Login":"เข้าสู่ระบบ","Logs":"บันทึก","Longitude":"ลองจิจูด","Lost server connection":"สูญเสียการเชื่อมต่อเซิร์ฟเวอร์","Low":"ต่ำ","Magenta":"สีม่วงแดง","Main Color":"สีหลัก","Male":"ชาย","Manage Account":"จัดการบัญชี","Manager":"ผู้จัดการ","Manual":"คู่มือ","Manual Upload":"อัพโหลดด้วยตนเอง","Maps":"แผนที่","Marker":"เครื่องหมาย","Maximum number of accounts has been reached.":"จำนวนบัญชีถึงขีดจำกัดแล้ว","Media":"สื่อมวลชน","Medium":"ปานกลาง","Membership":"การเป็นสมาชิก","Merge %{a} with %{b}?":"ผสาน %{a} กับ %{b}?","Message":"ข้อความ","Metadata":"ข้อมูลเมตา","Metrics":"เมตริก","Minimize":"ย่อเล็กสุด","Missing":"หายไป","Missing or invalid configuration":"การกำหนดค่าหายไปหรือไม่ถูกต้อง","mixed":"ผสม","Moments":"ช่วงเวลา","Monochrome":"ขาวดำ","Month":"เดือน","More options":"ตัวเลือกเพิ่มเติม","Mosaic":"โมเสก","Most Relevant":"ที่เกี่ยวข้องมากที่สุด","Move Files":"ย้ายไฟล์","Moving files from %s":"ย้ายไฟล์จาก %s","Must have at least %{n} characters.":"ต้องมีอักขระอย่างน้อย %{n} ตัว","Mute":"ปิดเสียง","Name":"ชื่อ","Name too long":"ชื่อยาวเกินไป","Never":"ไม่เคย","New":"ใหม่","New Password":"รหัสผ่านใหม่","Newest First":"ใหม่ล่าสุดก่อน","Next":"ต่อไป","Next page":"หน้าถัดไป","Next visual":"ภาพถัดไป","No":"ไม่","No Access":"ห้ามเข้า","No albums assigned":"ไม่มีอัลบั้มที่จัดสรร","No albums found":"ไม่พบอัลบั้ม","No albums selected":"ไม่พบอัลบั้มที่เลือก","No data available":"ไม่มีข้อมูล","No files available for download":"ไม่มีไฟล์ให้ดาวน์โหลด","No items selected":"ไม่มีรายการที่เลือก","No labels assigned":"ไม่มีป้ายกำกับ","No labels found":"ไม่พบป้ายกำกับ","No labels selected":"ไม่เลือกป้ายกำกับ","No matching records found":"ไม่พบรายการที่ตรงกัน","No more":"ไม่มีอีกต่อไป","No people found":"ไม่พบผู้คน","No pictures found":"ไม่พบรูปภาพ","No recently edited pictures":"ไม่มีรูปภาพที่แก้ไขล่าสุด","No registered instances.":"ไม่มีกรณีลงทะเบียน","No results":"ไม่มีผลลัพธ์","No server connection":"ไม่มีการเชื่อมต่อกับเซิร์ฟเวอร์","No servers configured.":"ไม่มีการกำหนดค่าเซิร์ฟเวอร์","No services configured.":"ไม่มีการกำหนดค่าเซิร์ฟเวอร์","No thanks":"ไม่เป็นไรขอบคุณ","No users on this instance.":"ไม่มีผู้ใช้ในระบบนี้","No warnings or error containing this keyword. Note that search is case-sensitive.":"ไม่มีคำเตือนหรือข้อผิดพลาดที่มีคีย์เวิร์ดนี้ โปรดทราบว่าการค้นหาคำนึงถึงตัวพิมพ์เล็กและตัวพิมพ์ใหญ่","Node":"โหนด","Nodes":"โหนด","Non-photographic and low-quality images require a review before they appear in search results.":"รูปภาพที่ไม่ใช่ภาพถ่ายและคุณภาพต่ำต้องได้รับการตรวจสอบก่อนที่จะปรากฏในผลการค้นหา","None":"ไม่มี","Not allowed":"ไม่อนุญาต","Not available in public mode":"ไม่สามารถใช้งานได้ในโหมดสาธารณะ","Not available in read-only mode":"ไม่สามารถใช้งานได้ในโหมดอ่านอย่างเดียว","Not found":"ไม่พบ","Not sorted.":"ไม่ได้จัดเรียง","Not supported":"ไม่รองรับ","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 เท่านั้นที่สามารถกำหนดค่าเป็นบริการระยะไกลสำหรับการสำรองข้อมูลและการอัปโหลดไฟล์","Notes":"หมายเหตุ","Nothing to see here yet.":"ยังไม่มีอะไรให้ดูที่นี่ อดทน","Nothing was found.":"ไม่พบสิ่งใด","Offline":"ออฟไลน์","OK":"ตกลง","Oldest First":"เก่าสุดก่อน","On Windows, enter the following resource in the connection dialog:":"บน Windows ให้ป้อนทรัพยากรต่อไปนี้ในกล่องโต้ตอบการเชื่อมต่อ:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"การสร้างภาพขนาดย่อตามความต้องการอาจทำให้มีการใช้งาน CPU และหน่วยความจำสูง ไม่แนะนำสำหรับเซิร์ฟเวอร์และอุปกรณ์ NAS ที่จำกัดทรัพยากร","Once a week":"สัปดาห์ละครั้ง","One album found":"พบหนึ่งอัลบั้ม","One entry added to %s":"มีการเพิ่มรายการหนึ่งไปยัง %s","One entry removed from %s":"รายการหนึ่งถูกลบออกจาก %s","One file found":"พบหนึ่งไฟล์","One file uploaded":"อัปโหลดแล้วหนึ่งไฟล์","One folder found":"พบหนึ่งโฟลเดอร์","One label found":"พบหนึ่งป้าย","One person found":"พบหนึ่งคน","One picture found":"พบหนึ่งภาพ","Only locally managed accounts can be set up for authentication with 2FA.":"เฉพาะบัญชีที่จัดการภายในเครื่องเท่านั้นที่สามารถตั้งค่าสำหรับการตรวจสอบสิทธิ์ด้วย 2FA ได้","Open":"เปิด","optional":"ไม่จำเป็น","or":"หรือ","Orange":"ส้ม","Organization":"ปฐมนิเทศ","Orientation":"ปฐมนิเทศ","Original file names will be stored and indexed.":"ชื่อไฟล์ต้นฉบับจะถูกจัดเก็บและจัดทำดัชนี","Original Name":"ชื่อจริง","Originals":"ต้นฉบับ","Originals folder is empty":"โฟลเดอร์ต้นฉบับว่างเปล่า","Other":"อื่น","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"ภารกิจของเราคือการจัดหาโซลูชันที่เป็นมิตรต่อผู้ใช้และความเป็นส่วนตัวมากที่สุด เพื่อให้รูปภาพของคุณเป็นระเบียบและเข้าถึงได้","Outdoor":"กลางแจ้ง","Page {0}, Current page":"หน้า {0}, หน้าปัจจุบัน","Pages":"หน้า","Pagination Navigation":"การนำทางการแบ่งหน้า","Panorama":"พาโนรามา","Panoramas":"พาโนรามา","Part of all selected photos":"ส่วนหนึ่งของภาพถ่ายทั้งหมดที่เลือก","Part of some selected photos":"ส่วนหนึ่งของภาพถ่ายที่คัดสรร","Password":"รหัสผ่าน","Password changed":"รหัสผ่านเปลี่ยน","Pause":"หยุดชั่วคราว","Payment required":"ต้องชำระเงิน","People":"ประชากร","People you share a link with will be able to view public contents.":"คนที่คุณแชร์ลิงก์ด้วยจะสามารถดูเนื้อหาสาธารณะได้","Permanently deleted":"ลบอย่างถาวร","Permission denied":"ไม่อนุญาต","Person":"บุคคล","Person cover updated":"อัพเดทปกบุคคล","Person deleted":"บุคคลถูกลบ","Person not found":"ไม่พบบุคคล","Person saved":"บุคคลที่ได้รับการช่วยเหลือ","Personal":"ส่วนตัว","Photo":"รูปถ่าย","PhotoPrism is 100% self-funded and independent.":"PhotoPrism ใช้เงินตัวเอง 100% และเป็นอิสระ","PhotoPrism+ Membership":"PhotoPrism+ การเป็นสมาชิก","Photos":"ภาพถ่าย","Picture":"รูปภาพ","Picture Title":"ชื่อภาพ","Pink":"สีชมพู","Pinned":"ปักหมุด","Place":"สถานที่","Place & Time":"สถานที่และเวลา","Places":"สถานที่","Play":"เล่น","Please confirm your new password.":"กรุณายืนยันรหัสผ่านใหม่ของคุณ","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"โปรดคัดลอกรหัสผ่านสำหรับแอปที่สร้างขึ้นแบบสุ่มต่อไปนี้และเก็บไว้ในที่ปลอดภัย เนื่องจากคุณจะไม่สามารถดูได้อีก:","Please do not upload any private, unlawful or offensive pictures.":"กรุณาอย่าอัพโหลดภาพส่วนตัว ผิดกฎหมาย หรือไม่เหมาะสม","Please don't upload photos containing offensive content.":"กรุณาอย่าอัปโหลดรูปภาพที่มีเนื้อหาที่ไม่เหมาะสม","Please enter OTP character {0}":"กรุณากรอกรหัส OTP {0}","Please log in to your account":"กรุณาเข้าสู่ระบบบัญชีของคุณ","Please note that changing your password will log you out on other devices and browsers.":"โปรดทราบว่าการเปลี่ยนรหัสผ่านจะทำให้คุณออกจากระบบบนอุปกรณ์และเบราว์เซอร์อื่นๆ","Please restart your instance for the changes to take effect.":"โปรดรีสตาร์ทอินสแตนซ์ของคุณเพื่อให้การเปลี่ยนแปลงมีผล","Please wait…":"โปรดรอ…","PM":"นายกฯ","PNG Size Limit: %{n}px":"ขีดจำกัดขนาด PNG: %{n}px","Portal":"พอร์ทัล","Portrait":"ภาพเหมือน","Preserve filenames":"รักษาชื่อไฟล์","Press enter to create a new album.":"กด Enter เพื่อสร้างอัลบั้มใหม่","Press enter to create new item":"กด Enter เพื่อสร้างรายการใหม่","Prevent database and album backups as well as YAML sidecar files from being created.":"ป้องกันการสำรองข้อมูลฐานข้อมูลและอัลบั้ม รวมถึงไฟล์ช่วยเหลือ YAML ไม่ให้ถูกสร้างขึ้น","Prevent other apps from accessing PhotoPrism as a shared network drive.":"ป้องกันไม่ให้แอปอื่นเข้าถึง PhotoPrism เป็นไดรฟ์เครือข่ายที่ใช้ร่วมกัน","Preview":"ดูตัวอย่าง","Preview Images":"ดูตัวอย่างรูปภาพ","Previous":"ก่อนหน้า","Previous page":"หน้าก่อน","Previous visual":"ภาพก่อนหน้า","Primary":"หลัก","Private":"ส่วนตัว","Processing upload...":"กำลังประมวลผลไฟล์ที่อัปโหลด...","Product Feedback":"คำติชมสินค้า","Projection":"การฉายภาพ","Purple":"สีม่วง","Quality Filter":"ตัวกรองคุณภาพ","Quality Score":"คะแนนคุณภาพ","Quota exceeded":"เกินโควตา","Random":"สุ่ม","Rating {0} of {1}":"คะแนน {0} จาก {1}","Raw":"ดิบ","RAW":"ดิบ","Re-index all originals, including already indexed and unchanged files.":"จัดทำดัชนีต้นฉบับทั้งหมดใหม่ รวมทั้งไฟล์ที่จัดทำดัชนีแล้วและไม่เปลี่ยนแปลง","Read-Only Mode":"โหมดอ่านอย่างเดียว","Recently Added":"เพิ่มมาเร็ว ๆ นี้","Recently Archived":"เก็บถาวรเมื่อเร็วๆ นี้","Recently Edited":"แก้ไขล่าสุด","Recognition starts after indexing has been completed.":"การรับรู้เริ่มต้นหลังจากการจัดทำดัชนีเสร็จสิ้น","Recognized":"ได้รับการยอมรับ","Recovery Code":"รหัสการกู้คืน","Red":"สีแดง","Refresh":"รีเฟรช","Regions":"ภูมิภาค","Register":"ลงทะเบียน","Registration disabled":"การลงทะเบียนถูกปิดใช้งาน","Reload":"โหลดซ้ำ","Reloading…":"กำลังโหลดซ้ำ…","Remote Sync":"ซิงค์ระยะไกล","Remove":"ลบ","remove failed: unknown album":"การลบล้มเหลว: อัลบั้มที่ไม่รู้จัก","Remove from Album":"นำออกจากอัลบั้ม","Remove from all":"นำออกจากทั้งหมด","Remove from all selected photos":"ลบออกจากรูปภาพที่เลือกทั้งหมด","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"ลบไฟล์ที่นำเข้าเพื่อประหยัดพื้นที่จัดเก็บ ประเภทไฟล์ที่ไม่รองรับจะไม่ถูกลบ โดยจะยังคงอยู่ในตำแหน่งปัจจุบัน","Remove the selected instance from the cluster registry?":"ลบอินสแตนซ์ที่เลือกออกจากรีจิสทรีคลัสเตอร์หรือไม่","Removed":"ลบออก","Removed %{name}":"ลบ %{name}","Removed %d files and %d photos":"ลบไฟล์ %d ไฟล์ และรูปภาพ %d รูป","Repeated":"ซ้ำแล้วซ้ำเล่า","Request failed - are you offline?":"คำขอล้มเหลว - คุณออฟไลน์อยู่หรือไม่","Request failed - invalid response":"คำขอล้มเหลว - ตอบกลับไม่ถูกต้อง","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"กำหนดให้ต้องตรวจสอบรูปภาพที่ไม่ใช่ภาพถ่ายและคุณภาพต่ำก่อนที่จะปรากฏในผลการค้นหา","Resolution":"ปณิธาน","Restart":"เริ่มต้นใหม่","Restore":"คืนค่า","Restored":"ฟื้นฟูแล้ว","Retry Limit":"ขีดจำกัดการลองใหม่","Retype Password":"พิมพ์รหัสผ่านอีกครั้ง","Review":"ทบทวน","Role":"บทบาท","Roles":"บทบาท","Rotated":"หมุน","Rows per page:":"จำนวนแถวต่อหน้า:","Satellite":"ดาวเทียม","Save":"บันทึก","Save changes":"บันทึกการเปลี่ยนแปลง","Scan":"สแกน","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"สแกนโค้ด QR ด้วยแอปยืนยันตัวตนของคุณ หรือใช้คีย์การตั้งค่าที่แสดงด้านล่าง จากนั้นป้อนรหัสยืนยันที่สร้างขึ้น:","Scans":"สแกน","Scope":"ขอบเขต","Scopes":"ขอบเขต","Search":"ค้นหา","Season":"ฤดูกาล","Secret":"ความลับ","Security and Access":"ความปลอดภัยและการเข้าถึง","Select":"เลือก","Select a source folder to import files…":"เลือกโฟลเดอร์ต้นทางที่จะนำเข้าไฟล์…","Select date":"เลือกวันที่","Select dates":"เลือกวันที่","Select or create albums":"เลือกหรือสร้างอัลบั้ม","Select or create labels":"เลือกหรือสร้างป้ายกำกับ","Select or drop files to upload…":"เลือกหรือปล่อยไฟล์เพื่ออัปโหลด…","Select the files to upload…":"เลือกไฟล์ที่จะอัพโหลด…","Select the folder to be indexed…":"เลือกโฟลเดอร์ที่จะสร้างดัชนี…","Select Time":"เลือกเวลา","Selection":"การคัดเลือก","Selection added to %s":"เพิ่มการคัดเลือกไปยัง %s","Selection approved":"อนุมัติการคัดเลือก","Selection archived":"การเลือกที่เก็บถาวร","Selection marked as private":"การเลือกที่ถูกทำเครื่องหมายเป็นส่วนตัว","Selection not found":"ไม่พบสิ่งที่เลือก","Selection restored":"คืนค่าการเลือกแล้ว","Sequential Name":"ชื่อลำดับ","Service":"บริการ","Service URL":"URL บริการ","Services":"URL บริการ","Session":"การประชุม","Session ID":"รหัสเซสชัน","Sessions":"เซสชัน","Set as Album Cover":"ตั้งเป็นปกอัลบั้ม","Set as Cover Image":"ตั้งเป็นภาพปก","Settings":"การตั้งค่า","Settings saved":"การตั้งค่าที่บันทึกไว้","Setup":"ติดตั้ง","Severity":"ความรุนแรง","Share":"แบ่งปัน","Share %{s}":"แบ่งปัน %{s}","Show":"แสดง","Show All Labels":"แสดงป้ายกำกับทั้งหมด","Show all new faces":"แสดงใบหน้าใหม่ทั้งหมด","Show Caption":"แสดงคำบรรยาย","Show Captions":"แสดงคำบรรยาย","Show face markers":"แสดงเครื่องหมายใบหน้า","Show hidden":"แสดงที่ซ่อนอยู่","Show Important Only":"แสดงเฉพาะสิ่งสำคัญเท่านั้น","Show logs in the web interface to monitor activity and troubleshoot problems.":"แสดงบันทึกการทำงานในอินเทอร์เฟซเว็บเพื่อตรวจสอบกิจกรรมและแก้ไขปัญหา","Show smart albums that group pictures by occasion, trip, or location.":"แสดงอัลบั้มอัจฉริยะที่จัดกลุ่มรูปภาพตามโอกาส, ทริป, หรือสถานที่","Show the Account page so users can manage their profile and security settings.":"แสดงหน้าบัญชีเพื่อให้ผู้ใช้สามารถจัดการโปรไฟล์และการตั้งค่าความปลอดภัยของพวกเขาได้","Show the Calendar view to browse the library by year and month.":"แสดงมุมมองปฏิทินเพื่อเรียกดูไลบรารีตามปีและเดือน","Show the Labels section to view and manage AI-generated labels.":"แสดงส่วนป้ายกำกับเพื่อดูและจัดการป้ายกำกับที่สร้างโดย AI","Show the Library section to index, manage, and monitor the media library.":"แสดงส่วนห้องสมุดเพื่อจัดทำดัชนี จัดการ และตรวจสอบห้องสมุดสื่อ","Show the Places view with interactive maps so you can browse photos by location.":"แสดงมุมมองสถานที่พร้อมแผนที่แบบโต้ตอบเพื่อให้คุณสามารถเรียกดูรูปภาพตามตำแหน่งที่ตั้งได้","Show Titles":"แสดงชื่อเรื่อง","Sidecar":"ไซด์คาร์","Sidecar Files":"ไฟล์รถไซด์คาร์","Sign in":"เข้าสู่ระบบ","Sign Out":"ลงชื่อออก","Similar":"คล้ายกัน","Site URL":"URL ของไซต์","Size":"ขนาด","Slideshow":"สไลด์โชว์","Slow":"ช้า","Software":"ซอฟต์แวร์","Software Update":"การอัปเดตซอฟต์แวร์","Some albums could not be copied":"บางอัลบั้มไม่สามารถคัดลอกได้","Some albums could not be created. Please edit the names and try again.":"ไม่สามารถสร้างอัลบั้มบางรายการได้ โปรดแก้ไขชื่อและลองอีกครั้ง","Some albums could not be updated":"ไม่สามารถอัปเดตอัลบั้มบางอัลบั้มได้","Something went wrong, try again":"เกิดข้อผิดพลาด โปรดลองอีกครั้ง","Sort by":"จัดเรียงตาม","Sort by Name (A–Z)":"เรียงตามชื่อ (A–Z)","Sort by Photo Count":"เรียงตามจำนวนภาพ","Sort by Relevance":"จัดเรียงตามความเกี่ยวข้อง","Sort Order":"เรียงลำดับ","Sorted ascending.":"เรียงลำดับจากน้อยไปมาก","Sorted descending.":"เรียงลำดับจากมากไปน้อย","Source":"แหล่งที่มา","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":"กอง","Start":"เริ่ม","Start Page":"หน้าแรก","Static Size Limit: %{n}px":"ขีดจำกัดขนาดคงที่: %{n}px","Status":"สถานะ","Stay signed in on this device":"ลงชื่อเข้าใช้ไว้บนอุปกรณ์นี้","Stop Casting":"หยุดการคัดเลือก","Storage":"พื้นที่จัดเก็บ","Streets":"ถนน","Subject":"เรื่อง","Subject deleted":"หัวข้อถูกลบ","Subject not found":"ไม่พบหัวข้อ","Subject saved":"บันทึกหัวข้อแล้ว","Successfully activated":"เปิดใช้งานสำเร็จแล้ว","Successfully Connected":"เชื่อมต่อเรียบร้อยแล้ว","Successfully deleted":"ลบเรียบร้อยแล้ว","Successfully verified":"ตรวจสอบเรียบร้อยแล้ว","Super Admin":"ผู้ดูแลระบบขั้นสูง","Support for additional services, like Google Drive, will be added over time.":"การสนับสนุนบริการเพิ่มเติม เช่น Google ไดรฟ์ จะถูกเพิ่มเข้ามาเรื่อยๆ","Support Our Mission":"สนับสนุนภารกิจของเรา","Sync":"ซิงค์","Sync raw and video files":"ซิงค์ไฟล์ดิบและวิดีโอ","Taken":"ถ่าย","Teal":"นกเป็ดน้ำ","Terrain":"ภูมิประเทศ","Text":"ข้อความ","Thank You for Your Support!":"ขอบคุณสำหรับการสนับสนุน!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"นั่นเป็นเหตุผลที่ PhotoPrism ถูกสร้างขึ้นใหม่ทั้งหมดเพื่อให้ทำงานได้ทุกที่ที่คุณต้องการ โดยไม่กระทบต่อเสรีภาพ ความเป็นส่วนตัว หรือฟังก์ชันการทำงาน","The index currently contains %{n} hidden files.":"ขณะนี้ดัชนีมีไฟล์ที่ซ่อนอยู่ %{n} ไฟล์","The instance rejected the cluster credentials.":"อินสแตนซ์ปฏิเสธข้อมูลประจำตัวคลัสเตอร์","The instance returned an unexpected redirect.":"อินสแตนซ์ส่งคืนการเปลี่ยนเส้นทางที่ไม่คาดคิด","The wakeup interval is %s, but must be 1h or less":"ช่วงเวลาการปลุกคือ %s แต่ต้องเป็น 1 ชั่วโมงหรือน้อยกว่า","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"รูปแบบของไฟล์อาจไม่ได้รับการสนับสนุน ยังไม่ได้แปลงเป็น JPEG หรือมีรูปแบบที่ซ้ำกัน","Theme":"ธีม","This account is missing an ID and can't be edited.":"บัญชีนี้ไม่มีรหัสผู้ใช้และไม่สามารถแก้ไขได้","This field is required":"ฟิลด์นี้จำเป็นต้องกรอก","This instance has no site URL configured.":"ไม่มี URL ของเว็บไซต์ที่กำหนดค่าไว้สำหรับกรณีนี้","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 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. ":"การดำเนินการนี้จะต่อเชื่อมโฟลเดอร์ต้นฉบับเป็นไดรฟ์เครือข่าย และช่วยให้คุณสามารถเปิด แก้ไข และลบไฟล์จากคอมพิวเตอร์หรือสมาร์ทโฟนได้เสมือนอยู่ในเครื่อง","Time":"เวลา","Time UTC":"เวลาUTC","Time Zone":"เขตเวลา","Timeout":"หมดเวลา","Title":{"":"ชื่อ","Account":"ชื่อ","Photo":"ชื่อ"},"Title / Position":"ชื่อเรื่องยาวเกินไป","to":"ถึง","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"เพื่อหลีกเลี่ยงการถูกล็อคออกจากบัญชีของคุณ โปรดดาวน์โหลด พิมพ์ หรือคัดลอกรหัสกู้คืนนี้ทันทีและเก็บไว้ในที่ปลอดภัย","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"หากต้องการสร้างรหัสผ่านเฉพาะแอปใหม่ โปรดป้อนชื่อและขอบเขตการอนุญาตของแอปพลิเคชัน และเลือกวันหมดอายุ:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"หากต้องการสลับไปใช้แอพหรืออุปกรณ์ตรวจสอบความถูกต้องใหม่ ให้ปิดการใช้งานการตรวจสอบสิทธิ์แบบสองปัจจัยก่อนแล้วจึงเปิดใช้งานอีกครั้ง:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"หากต้องการอัปเกรด คุณสามารถป้อนรหัสเปิดใช้งานหรือคลิก \"ลงทะเบียน\" เพื่อลงทะเบียนบนเว็บไซต์ของเรา:","Today":"วันนี้","Toggle View":"สลับมุมมอง","Token":"โทเค็น","Too many files selected":"เลือกไฟล์มากเกินไป","Too many requests":"คำขอมากเกินไป","Troubleshooting":"การแก้ไขปัญหา","Try again using other filters or keywords.":"ลองอีกครั้งโดยใช้ตัวกรองหรือคำหลักอื่น","Two-factor authentication has been enabled for your account.":"เปิดใช้งานการรับรองความถูกต้องด้วยสองปัจจัยสำหรับบัญชีของคุณแล้ว","Type":"พิมพ์","Unable to delete":"ไม่สามารถลบได้","Unable to do that":"ไม่สามารถทำได้","Unassign":"ยกเลิกการกำหนด","Unauthorized":"ไม่ได้รับอนุญาต","Undo":"เลิกทำ","Unique ID":"ID ไม่ซ้ำกัน","Unknown":"ไม่รู้จัก","Unknown location":"สถานที่ไม่ทราบ","Unregistered":"ไม่ได้ลงทะเบียน","Unsorted":"ไม่เรียงลำดับ","Unstack":"แกะ","Unsupported":"ไม่รองรับ","Unsupported format":"รูปแบบไม่รองรับ","Unsupported type":"ประเภทที่ไม่รองรับ","Updated":"อัปเดต","Updating faces":"กำลังอัปเดตใบหน้า","Updating index":"กำลังอัปเดตดัชนี","Updating moments":"กำลังอัปเดตช่วงเวลา","Updating picture…":"กำลังอัปเดตตัวอย่าง","Updating previews":"กำลังอัปเดตตัวอย่าง","Updating stacks":"กำลังอัปเดตกอง","Upgrade":"อัปเกรด","Upgrade Now":"อัพเกรดเดี๋ยวนี้","Upload":"ที่อัพโหลด","Upload complete":"อัพโหลดเสร็จแล้ว","Upload complete. Indexing…":"อัพโหลดเสร็จแล้ว กำลังจัดทำดัชนี…","Upload failed":"การอัพโหลดล้มเหลว","Upload has been processed":"การอัปโหลดได้รับการประมวลผลแล้ว","Upload local files":"อัปโหลดไฟล์ในเครื่อง","Upload might be offensive":"การอัปโหลดอาจไม่เหมาะสม","Upload Path":"อัปโหลดเส้นทาง","Uploading %{n} of %{t}…":"กำลังอัปโหลด %{n} จาก %{t}…","Uploading photos…":"กำลังอัปโหลดรูปภาพ…","Uploading…":"กำลังโหลดซ้ำ…","Uploads that may contain such images will be rejected automatically.":"การอัปโหลดที่อาจมีภาพดังกล่าวจะถูกปฏิเสธโดยอัตโนมัติ","URL":"URL","Use Presets":"ใช้พรีเซ็ต","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"ใช้รหัสกู้คืนต่อไปนี้เพื่อเข้าถึงบัญชีของคุณเมื่อคุณไม่สามารถสร้างรหัสยืนยันที่ถูกต้องด้วยแอปตรวจสอบสิทธิ์ของคุณได้:","Use your recovery code or contact an administrator for help.":"ใช้รหัสกู้คืนของคุณหรือติดต่อผู้ดูแลระบบเพื่อขอความช่วยเหลือ","User":"ผู้ใช้","User Guide":"คู่มือผู้ใช้","User Interface":"หน้าจอผู้ใช้","User not found":"ไม่พบผู้ใช้","Username":"ชื่อผู้ใช้","Users":"ผู้ใช้","UUID":"UUID","Vector":"เวกเตอร์","Vectors":"เวกเตอร์","Verification Code":"รหัสยืนยัน","Verified email required":"ต้องยืนยันอีเมล","Version":"เวอร์ชัน","Video":"วีดีโอ","Video Duration":"ระยะเวลา","Videos":"วิดีโอ","View":"ดู","View search results as a list.":"ดูผลลัพธ์การค้นหาเป็นรายการ","Viewer":"ผู้ดู","Vision":"วิสัยทัศน์","Visitor":"ผู้เข้าชม","Visual Similarity":"จัดกลุ่มตามความเหมือน","Warning":"คำเตือน","Web Login":"เข้าสู่ระบบเว็บ","WebDAV":"เว็บDAV","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 Explorer ของ Microsoft หรือ Finder ของ Apple สามารถเชื่อมต่อโดยตรงกับ PhotoPrism","WebDAV Upload":"อัพโหลด WebDAV","WebGL support is disabled in your browser":"การรองรับ WebGL ถูกปิดใช้งานในเบราว์เซอร์ของคุณ","Website":"เว็บไซต์","White":"สีขาว","Work Details":"รายละเอียด","Year":"ปี","Yellow":"สีเหลือง","Yes":"ใช่","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"คุณสามารถติดต่อเราได้ที่ membership@photoprism.app สำหรับคำถามเกี่ยวกับการเป็นสมาชิกของคุณ","You can only download one album":"ดาวน์โหลดได้เพียงอัลบั้มเดียว","You can only download one label":"คุณสามารถดาวน์โหลดป้ายกำกับได้เพียงป้ายเดียว","You can search for a location or move the marker on the map to change the position:":"คุณสามารถค้นหาตำแหน่งหรือย้ายเครื่องหมายบนแผนที่เพื่อเปลี่ยนตำแหน่ง:","You can upload up to %{n} files for test purposes.":"คุณสามารถอัปโหลดไฟล์ได้มากถึง %{n} ไฟล์เพื่อการทดสอบ","You cannot change your own role.":"คุณไม่สามารถเปลี่ยนบทบาทของตัวเองได้","You do not have access to any instances.":"คุณไม่มีสิทธิ์เข้าถึงอินสแตนซ์ใดๆ","You may only select one item":"เลือกได้เพียงรายการเดียวเท่านั้น","You may rescan your library to find additional faces.":"คุณสามารถสแกนคลังของคุณเพื่อค้นหาใบหน้าเพิ่มเติม","Your account could not be connected":"ไม่สามารถเชื่อมต่อบัญชีของคุณได้","Your account has been successfully connected.":"บัญชีของคุณเชื่อมต่อสำเร็จแล้ว","Your browser does not support WebGL":"เบราว์เซอร์ของคุณไม่รองรับ WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"การสนับสนุนอย่างต่อเนื่องของคุณช่วยให้เราอัปเดตและบริการต่างๆ เป็นประจำ เช่น แผนที่โลก","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"คลังของคุณได้รับการวิเคราะห์อย่างต่อเนื่องเพื่อสร้างอัลบั้มของช่วงเวลา การเดินทาง และสถานที่พิเศษโดยอัตโนมัติ","Zip created in %d s":"สร้างซิปเสร็จใน %d วินาที","Zoom in/out":"ซูมเข้า/ออก","Archive":{"Noun":"คลังเก็บเอกสารสำคัญ","Verb":"คลังเก็บเอกสารสำคัญ"},"Add a Title":{"Photo":"เพิ่มชื่อเรื่อง"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/tr.json b/frontend/src/locales/json/tr.json index 935211430..67115dd58 100644 --- a/frontend/src/locales/json/tr.json +++ b/frontend/src/locales/json/tr.json @@ -1 +1 @@ -{"tr":{"{0} appended action":"{0} eklenmiş eylem","{0} files":"{0} dosya","{0} files ({1} in total)":"{0} dosya (toplamda {1})","{0} more":"{0} daha fazla","{0} prepended action":"{0} önceden eklenmiş eylem","{0} selected":"{0} seçildi","{0}-{1} of {2}":"{2} içinden {0}-{1}","%{n} albums found":"%{n} albüm bulundu","%{n} files uploaded":"%{n} dosya yüklendi","%{n} folders found":"%{n} klasör bulundu","%{n} GB of %{q} GB used":"%{n} GB %{q} GB kullanıldı","%{n} labels found":"%{n} etiket bulundu","%{n} people found":"%{n} kişi bulundu","%{n} pictures found":"%{n} resim bulundu","%{s} is too long":"%{s} çok uzun","%{s} is too short":"%{s} çok kısa","%d entries added to %s":"%d girişleri %s'e eklendi","%d entries removed from %s":"%d girişleri %s'den kaldırıldı","%d files uploaded in %d s":"%d dosyalar %d s içinde yüklendi","%s already exists":"%s zaten var","%s has been restored":"%s geri yüklendi","1 hour":"1 saat","12 hours":"12 saat","2-Factor Authentication":"2 Faktörlü Kimlik Doğrulama","2FA":"2FA","4 hours":"4 saat","A click will copy it to your clipboard.":"Tıklayarak panoya kopyalayabilirsiniz.","A new version of %{s} is available:":"Yeni bir %{s} sürümü mevcuttur:","About":"Hakkımızda","Access granted.":"Erişim izni verildi.","Access revoked.":"Erişim iptal edildi.","Access Token":"Erişim Jetonu","Account":"Hesap","Account created":"Hesap eklendi","Account deleted":"Hesap silindi","Account Group Mappings":"Hesap Grubu Eşlemeleri","Account not found":"Hesap bulunamadı","Account restored":"Hesap geri yüklendi","Account saved":"Hesap kaydedildi","Accounts":"Hesaplar","Accuracy":"Doğruluk","Action":"Aksiyon","Actions":"Aksiyonlar","Activate":"Etkinleştir","Activate to remove sorting.":"Sıralamayı kaldırmak için etkinleştirin.","Activate to sort ascending.":"Artan şekilde sıralamak için etkinleştirin.","Activate to sort descending.":"Azalan şekilde sıralamak için etkinleştirin.","Activation Code":"Aktivasyon Kodu","Activity":"Etkinlik","Add":"Ekle","Add %{s}?":"Ekle %{s}?","Add a Caption":"Başlık Ekleme","Add Account":"Hesap ekle","Add Album":"Albüm Ekle","Add Link":"Link ekle","Add Notes":"Notlar Ekleyin","Add person?":"Kişi ekleyelim mi?","Add pictures from search results by selecting them.":"Arama sonuçlarından resimleri seçerek ekleyin.","Add to album":"Albüme ekle","Add to all":"Tümüne ekle","Add to all selected photos":"Seçilen tüm fotoğraflara ekle","Added":"Eklendi","Added %{name}":"%{name} eklendi","Adjust Camera Info":"Kamera Bilgilerini Ayarlama","Adjust Date & Time":"Tarih ve Saati Ayarla","Adjust Location":"Konum Ayarlama","Admin":"Yönetici","Advanced":"Gelişmiş","Advertise URL":"Reklam URL'si","After 1 day":"1 gün sonra","After 3 days":"3 gün sonra","After 7 days":"7 gün sonra","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Onay için şifrenizi girdikten sonra, uyumlu bir kimlik doğrulama uygulaması veya cihazıyla iki faktörlü kimlik doğrulamayı ayarlayabilirsiniz:","After one month":"Bir ay sonra","After one year":"Bir yıl sonra","After selecting pictures from search results, you can add them to an album using the context menu.":"Arama sonuçlarından resimleri seçtikten sonra, içerik menüsünü kullanarak bunları bir albüme ekleyebilirsiniz.","After two months":"İki ay sonra","After two weeks":"İki hafta sonra","Album":"Albüm","Album %s deleted":"Albüm %s silindi","Album Backups":"Albüm Yedekleri","Album contents cloned":"Albüm içeriği klonlandı","Album created":"Albüm oluşturuldu","Album deleted":"Albüm silindi","Album not found":"Albüm bulunamadı","Album saved":"Albüm kaydedildi","Albums":"Albümler","Albums deleted":"Albümler silindi","All":"Tümü","All %{n} albums loaded":"Tüm %{n} albüm yüklendi","All %{n} labels loaded":"Tüm %{n} etiketler yüklendi","All %{n} people loaded":"Tüm %{n} kişiler yüklendi","All Cameras":"Tüm Kameralar","All Categories":"Tüm Kategoriler","All Colors":"Tüm Renkler","All Countries":"Tüm Ülkeler","All files from import folder":"İçe aktarma klasöründeki tüm dosyalar","All Lenses":"Tüm Lensler","All Months":"Tüm Aylar","All originals":"Tüm orijinaller","All Years":"Bütün yıllar","Allow configuration and use of connected apps and services for remote uploads and sync.":"Uzaktan yükleme ve senkronizasyon için bağlı uygulamaların ve hizmetlerin yapılandırılmasına ve kullanılmasına izin verin.","Allow editing of metadata such as title, description, date, and location.":"Başlık, açıklama, tarih ve konum gibi meta verilerin düzenlenmesine izin verin.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Birden fazla resmin meta verilerini, etiketlerini ve albümlerini aynı anda düzenlemeye izin verin.","Allow files to be copied or moved from the Import to the Originals folder.":"Dosyaları İçe Aktarma klasöründen Orijinallere kopyalamak veya taşımak için İçe Aktarma aracını etkinleştirin.","Allow files to be permanently deleted to free up storage space.":"Depolama alanını boşaltmak için dosyaların kalıcı olarak silinmesine izin verin.","Allow users to archive photos and videos so they are hidden without being deleted.":"Kullanıcıların fotoğrafları ve videoları arşivlemesine izin verin, böylece silinmeden gizlenirler.","Allow users to create and share links, and enable sharing with connected services.":"Kullanıcıların bağlantı oluşturmasına ve paylaşmasına izin verin ve bağlı hizmetlerle paylaşımı etkinleştirin.","Allow users to upload new photos and videos through the web interface.":"Kullanıcıların web arayüzü üzerinden yeni fotoğraflar ve videolar yüklemesine izin verin.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternatif olarak, dosyaları doğrudan Nextcloud gibi WebDAV sunucularına yükleyebilirsiniz.","Altitude":"Rakım","Altitude (m)":"Rakım (m)","AM":"AM","Animated":"Hareketli","Animation":"Animasyon","Animations":"Animasyonlar","Any private photos and videos remain private and won't be shared.":"Özel fotoğraflar ve videolar gizli kalır ve paylaşılmaz.","API Key":"API Anahtarı","Application":"Uygulama","Applications":"Uygulamalar","Approve":"Onayla","Approve and save changes":"Değişiklikleri onaylayın ve kaydedin","Apps and Devices":"Uygulamalar ve Cihazlar","Archived":"Arşivlendi","Are you sure you want to archive the selection?":"Seçimi arşivlemek istediğinizden emin misiniz?","Are you sure you want to delete these albums?":"Bu albümleri silmek istediğinizden emin misiniz?","Are you sure you want to delete these labels?":"Bu etiketleri silmek istediğinizden emin misiniz?","Are you sure you want to delete this account?":"Bu hesabı silmek istediğinizden emin misiniz?","Are you sure you want to delete this album?":"Bu albümü silmek istediğinizden emin misiniz?","Are you sure you want to permanently delete these pictures?":"Bu resimleri kalıcı olarak silmek istediğinizden emin misiniz?","Are you sure you want to permanently delete this file?":"Bu dosyayı kalıcı olarak silmek istediğinizden emin misiniz?","Are you sure?":"Emin misiniz?","Artist":"Sanatçı","Aspect Ratio":"En Boy Oranı","Attributes":"Nitelikler","Audio":"Ses","Audit Log":"Ses","Authentication":"Kimlik Doğrulama","Auto":"Otomatik","Back":"Geri","Back to top":"Başa dön","Backup":"Yedekleme","Badge":"Rozet","Base Path":"Temel Yol","Batch":"Toplu İş","Batch Edit":"Toplu Düzenleme","Become a member today, support our mission and enjoy our member benefits!":"Bugün üye olun, misyonumuzu destekleyin ve üye avantajlarımızdan yararlanın!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"100% öz fonlu ve bağımsız olarak, verilerinizi asla satmayacağımız ve yazılım ile hizmetlerimiz konusunda her zaman şeffaf olacağımızı size garanti edebiliriz.","Bio":"Özgeçmiş","Birth Date":"Doğum Tarihi","Black":"Siyah","Blue":"Mavi","Brown":"Kahverengi","Browse":"Gözat","Browse Files":"Dosyalara Gözat","Browse Pictures":"Resimlere Gözat","Bug Report":"Hata raporu","Busy, please try again later":"Meşgul, lütfen daha sonra tekrar deneyin","Busy, please wait…":"Meşgul, lütfen bekleyin…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Sağladığımız yazılım ve hizmetleri kullanarak hizmet şartlarımızı, gizlilik politikamızı ve davranış kurallarımızı kabul etmiş olursunuz.","Calendar":"Takvim","Camera":"Kamera","Camera not found":"Kamera bulunamadı","Camera Serial":"Kamera Seri Numarası","Can't access your authenticator app or device?":"Kimlik doğrulayıcı uygulamanıza veya cihazınıza erişemiyor musunuz?","Can't load more, limit reached":"Daha fazla yüklenemiyor, sınıra ulaşıldı","Can't select more items":"Daha fazla öğe seçilemiyor","Cancel":"İptal","Cannot copy to clipboard":"Panoya kopyalanamıyor","Caption":"Başlık","Cards":"Kartlar","Carousel slide {0} of {1}":"{1}'in {0} kaydırmalı slayt","Cast":"Oyuncular","Category":"Kategori","Change Avatar":"Avatarı değiştir","Change Password":"Şifre Değiştir","Change private flag":"Özel işaretini değiştir","Changes could not be saved":"Değişiklikler kaydedilemedi","Changes successfully saved":"Değişiklikler başarıyla kaydedildi","Changes to the advanced settings require a restart to take effect.":"Gelişmiş ayarlarda yapılan değişikliklerin etkili olması için yeniden başlatma gerekir.","Checked":"Seçildi","Choose an instance to continue:":"Devam etmek için bir örnek seçin:","Chroma":"Renk doygunluğu","Cleaning index and cache":"Dizin ve önbelleği temizleme","Cleanup":"Temizleme","Clear":"Temiz","Clear {0}":"Temizle {0}","Client":"Müşteri","Close":"Kapat","Cluster":"Küme","Cluster Admin":"Küme Yöneticisi","Cluster Node":"Küme Düğümü","Codec":"Kodek","Color":"Renk","Color Profile":"Renk Profili","Colors":"Renkler","Compare Editions":"Sürümleri Karşılaştır","Complete Rescan":"Tam Yeniden Tarama","Confidence":"Güven","Confirm":"Onaylamak","Connect":"Bağlan","Connect via WebDAV":"WebDAV ile bağlan","Connected":"Bağlandı","Contact Details":"İletişim Detayları","Contact Us":"İletişim","Contains %{n} pictures.":"%{n} resim içeriyor.","Contains one picture.":"Tek resim içerir.","Content":{"":"İçerik","Edit":"İçerik"},"Continue":"Devam et","Contributor":"Katılımcı","Converting":"Dönüştürülüyor","Copied to clipboard":"Panoya kopyalandı","Copy":"Kopyala","Copying files from %s":"Dosyaları %s'dan kopyalama","Copyright":"Telif hakkı","Could not be deleted":"Silinemedi","Could not connect, please try again":"Bağlanılamadı, lütfen tekrar deneyin","Could not update person cover":"Kişi kapağı güncellenemedi","Couldn't find anything.":"Hiçbir şey bulunamadı.","Country":"Ülke","Create Account":"Hesap Oluştur","Create album":"Albüm Oluştur","Create regular backups based on the configured schedule.":"Yapılandırılan zamanlamaya göre dizin yedeklemeleri oluşturun.","Create YAML files to back up album metadata.":"Albüm meta verilerini yedeklemek için YAML dosyaları oluşturun.","Create YAML sidecar files to back up picture metadata.":"Resim meta verilerini yedeklemek için YAML sidecar oluşturun.","Created":"Oluşturuldu","Creating thumbnails for":"Önizlemeler üretiliyor","Current Password":"Mevcut Şifre","Custom":"Özel","Cyan":"Camgöbeği","Daily":"Günlük","Database":"Veritabanı","Database Backups":"Veritabanı Yedekleri","Databases":"Veritabanları","Date & Time":"Tarih ve Saat","Day":"Gün","Deactivate":"Devre dışı bırak","Debug Logs":"Hata Kayıtları","Default":"Varsayılan","Default Folder":"Varsayılan Klasör","Delete":"Sil","Delete Album":"Albüm Sil","Delete All":"Tümünü Sil","Delete all?":"Hepsini sil?","Delete orphaned index entries, sidecar files and thumbnails.":"Artık dizin girişlerini, sidecar dosyalarını ve küçük resimleri silin.","deleted":"silindi","Description":"Açıklama","Detailed instructions can be found in our User Guide.":"Kullanıcı kılavuzunda detaylı adımlar bulunabilir.","Details":"Detaylar","Dimensions":"Boyutlar","Disable all face detection and recognition features.":"Tüm yüz algılama ve tanıma özelliklerini devre dışı bırakın.","Disable Backups":"Yedekleri devre dışı bırak","Disable Darktable":"Darktable'ı devre dışı bırak","Disable ExifTool":"ExifTool'u devre dışı bırak","Disable Faces":"Yüzleri Devre Dışı Bırak","Disable features that require write permission for the originals folder.":"Orijinaller klasörü için yazma izni gerektiren özellikleri devre dışı bırakın.","Disable FFmpeg":"FFmpeg'i devre dışı bırak","Disable ImageMagick":"ImageMagick'i devre dışı bırakın","Disable interactive world maps and reverse geocoding.":"Etkileşimli dünya haritalarını ve ters coğrafi kodlamayı devre dışı bırakın.","Disable MCP":"MCP'yi devre dışı bırak","Disable Places":"Yerleri devre dışı bırak","Disable RawTherapee":"RawTherapee'yi devre dışı bırak","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Yapay zeka aracı entegrasyonları için Model Bağlam Protokolü (MCP) API uç noktasını devre dışı bırakın.","Disable Vectors":"Vektörleri devre dışı bırak","Disable WebDAV":"WebDAV'ı devre dışı bırak","Disabled":"Pasif","Disables vector graphics support.":"Vektör grafikleri desteğini devre dışı bırakır.","Disables video transcoding and thumbnail extraction.":"Video kod dönüştürmeyi ve küçük resim çıkarmayı devre dışı bırakır.","Discard":"Iskarta","Discard changes and close":"Değişiklikleri atın ve kapatın","Discard invalid changes?":"Geçersiz değişiklikleri atalım mı?","Discard unsaved changes?":"Kaydedilmemiş değişiklikler atılsın mı?","Discover":"Keşfetmek","Dismiss":"Göz ardı et","Display Name":"Ekran adı","Display picture captions in search results.":"Arama sonuçlarında resim başlıklarını görüntüleyin.","Display picture titles in search results.":"Arama sonuçlarında resim başlıklarını görüntüleyin.","Document":"Belge","Documents":"Belgeler","Don't use Darktable to convert RAW images.":"RAW görüntüleri dönüştürmek için Darktable kullanmayın.","Don't use ImageMagick to convert images.":"Görüntüleri dönüştürmek için ImageMagick kullanmayın.","Don't use RawTherapee to convert RAW images.":"RAW görüntüleri dönüştürmek için RawTherapee kullanmayın.","Done":"Tamamlandı","Done.":"Tamamlandı.","Download":"İndirmek","Download only original media files, without any automatically generated files.":"Otomatik olarak oluşturulan dosyalar olmadan yalnızca orijinal medya dosyalarını indirin.","Download remote files":"Uzak dosyaları indir","Downloading…":"İndiriliyor…","Drag and drop files here":"Dosyaları buraya sürükleyip bırakın","Driver":"Sürücü","Duplicates will be skipped and only appear once.":"Yinelenenler atlanacak ve yalnızca bir kez görünecek.","Duration":"Süre","Dynamic Previews":"Dinamik Önizlemeler","Dynamic Size Limit: %{n}px":"Dinamik Boyut Sınırı: %{n}px","Edit":"Düzenle","Edit %{s}":"%{s}'i düzenle","Edit Account":"Hesabı Düzenle","Edit Photo":"Fotoğrafı Düzenle","Edit Photos (%{n})":"Fotoğrafları Düzenle (%{n})","Edited":"Düzenlendi","Email":"E-posta","Enable debug mode to display additional logs and help with troubleshooting.":"Ek günlükleri görüntülemek ve sorun gidermeye yardımcı olmak için hata ayıklama modunu etkinleştirin.","Enable downloading of original and sidecar files from the web interface.":"Orijinal ve sidecar dosyalarının web arayüzünden indirilmesini etkinleştirin.","Enable face recognition and the People view to easily find people you know.":"Tanıdığınız kişileri kolayca bulmak için yüz tanıma özelliğini ve Kişiler görünümünü etkinleştirin.","Enable new features that may be incomplete or unstable.":"Eksik veya kararsız olabilecek yeni özellikleri etkinleştirin.","Enable the file browser to navigate the Originals folder structure.":"Orijinaller klasör yapısında gezinmek için dosya tarayıcısını etkinleştirin.","Enables RAW converter presets. May reduce performance.":"RAW dönüştürücü ön ayarlarını etkinleştirir. Performansı azaltabilir.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"İki faktörlü kimlik doğrulamayı etkinleştirmek, oturum açmak için rastgele oluşturulmuş bir doğrulama koduna ihtiyacınız olacağı anlamına gelir; dolayısıyla birisi şifrenize erişse bile hesabınıza erişemez.","Engine":"Motor","Enter date":"Tarih girin","Enter dates":"Tarihleri girin","Enter item name...":"Ürün adını girin...","Enter the code generated by your authenticator app:":"Kimlik doğrulayıcı uygulamanız tarafından oluşturulan kodu girin:","Enter verification code":"Doğrulama kodunu giriniz","Enter your password to confirm the action and continue:":"İşlemi onaylamak ve devam etmek için şifrenizi girin:","Entity not found":"Varlık bulunamadı","Error":"Hata","Errors":"Hatalar","Estimate":"Tahmin","Estimate Locations":"Tahmini Konumlar","Estimate the approximate location of pictures without GPS coordinates.":"GPS koordinatları olmadan resimlerin yaklaşık konumunu tahmin edin.","Every two days":"İki günde bir","Exclude hidden":"Gizlenenleri hariç tut","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"XMP meta verileri, videolar ve Canlı Fotoğraflar için tam destek için ExifTool gereklidir.","Experimental Features":"Deneysel Özellikler","Expires":"Süre sonu","Exposure":"Pozlama","Extract still images and generate thumbnails while indexing.":"Hareketsiz görüntüleri ayıklayın ve indeksleme sırasında küçük resimler oluşturun.","F Number":"F Numarası","Face":"Yüz","Face not found":"Yüz bulunamadı","Faces":"Yüzler","Failed creating file, please check permissions":"Dosya oluşturulamadı, lütfen izinleri kontrol edin","Failed creating folder, please check permissions":"Klasör oluşturulamadı, lütfen izinleri kontrol edin","Failed removing link":"Bağlantı kaldırılamadı","Failed to connect account.":"Hesap bağlanamadı.","Failed to create zip file":"Zip dosyası oluşturulamadı","Failed to load users.":"Kullanıcılar yüklenemedi.","Failed to remove face marker":"Yüz işaretleyicisi kaldırılamadı","Failed to remove name":"Ad kaldırılamadı","Failed to restart server":"Sunucu yeniden başlatılamadı","Failed to save changes":"Değişiklikler kaydedilemedi","Failed to save face marker":"Yüz işaretleyicisini kurtaramadı","Failed to save name":"Ad kaydedilemedi","Failed updating link":"Bağlantı güncellenemedi","Family Name":"Soyadı","Fast":"Hızlı","Favorite":"Favori","Favorites":"Favoriler","Feature disabled":"Özellik devre dışı","Feature Request":"Özellik isteği","Female":"Kadın","File":"Dosya","File Browser":"Dosya tarayıcısı","File Conversion":"Dosya Dönüştürme","File deleted":"Silinmiş dosya","File Name":"Dosya Adı","File not found":"Dosya bulunamadı","File removed from stack":"Dosya yığından kaldırıldı","File Size":"Dosya Boyutu","File too large":"Dosya çok büyük","File uploaded":"Dosya yüklendi","Filename":"Dosya Adı","Files":"Dosyalar","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"'IMG_1234 (2)' ve 'IMG_1234 (3)' gibi sıralı adlara sahip dosyalar aynı resme aittir.","First page":"İlk sayfa","Focal Length":"Odak uzaklığı","Folder":"Klasör","Folder contains %{n} files":"Klasör %{n} dosya içeriyor","Folder is empty":"Klasör boş","Folders":"Klasörler","Forgot password?":"Parolanızı mı unuttunuz?","FPS":"FPS","Frames":"Çerçeveler","Full Access":"Tam erişim","Fullscreen":"Tam ekran","General":"Genel","Generate":"Oluştur","Generate Previews":"Önizleme Oluşturma","Generated":"Oluşturuldu","Get Started":"Başlayın","Given Name":"İsim","Global Options":"Küresel Seçenekler","Go to page {0}":"{0}. sayfaya gidin","Gold":"Altın","Green":"Yeşil","Grey":"Gri","Groups":"Gruplar","Guest":"Misafir","Hash":"Karma","Help":"Yardım","Help & Support":"Yardım & Destek","Hidden":"Gizli","Hidden Files":"Gizli Dosyalar","Hide":"Gizle","Hide Caption":"Başlığı Gizle","Hide face markers":"Yüz işaretlerini gizle","Hide private content from global views while keeping it accessible in the Private section.":"Özel öğeleri genel görünümlerden gizlerken Özel bölümünde erişilebilir tutun.","High":"Yüksek","High Dynamic Range (HDR)":"Yüksek Dinamik Aralık (HDR)","Hybrid":"Hibrit","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Kimlik doğrulayıcı uygulamanıza veya cihazınıza erişiminizi kaybederseniz, hesabınıza yeniden erişim sağlamak için kurtarma kodunuzu kullanabilirsiniz.","Image":"Resim","Image Quality":"Görüntü Kalitesi","Import":"İçe aktarmak","Import canceled":"İçe aktarma iptal edildi","Import completed in %d s":"İçe aktarma %d s içinde tamamlandı","Import failed":"İçe aktarılamadı","Imported files will be sorted by date and given a unique name to avoid duplicates.":"İçe aktarılan dosyalar tarihe göre sıralanacak ve yinelemeleri önlemek için benzersiz bir ad verilecektir.","Importing %{s}…":"%{s} içe aktarılıyor…","Importing files to originals…":"Dosyalar orijinallere aktarılıyor…","in":"içinde","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Beklediğiniz resimlerin eksik olması durumunda lütfen kitaplığınızı yeniden tarayın ve indeksleme tamamlanana kadar bekleyin.","Include RAW image files when downloading stacks and archives.":"Yığınları ve arşivleri indirirken RAW görüntü dosyalarını ekleyin.","Include sidecar files when downloading stacks and archives.":"Yığınları ve arşivleri indirirken sidecar dosyalarını ekleyin.","Increase storage size or delete files to continue.":"Devam etmek için depolama boyutunu artırın veya dosyaları silin.","Index":"İndeks","Indexing":"Indeksleniyor","Indexing canceled":"İndeksleme iptal edildi","Indexing completed in %d s":"İndeksleme %d s içinde tamamlandı","Indexing failed":"İndeksleme başarısız","Indexing files in %s":"%s dosya yüklendi","Indexing media and sidecar files…":"Medya ve yardımcı dosyalar indeksleniyor…","Indexing originals...":"Orijinalleri dizinliyor...","Information":"Bilgi","Inherit":"Devral","Instance":"Örnek","Instance ID":"Ortam ID","Instance unreachable. Try again once it's back online.":"Sunucuya ulaşılamıyor. Çevrimiçi olduğunda lütfen tekrar deneyin.","Instances":"Örnekler","Insufficient storage":"Yetersiz depolama","Insufficient storage.":"Yetersiz depolama.","Interval":"Aralık","Invalid":"Geçersiz","Invalid address":"Geçersiz adres","Invalid country":"Geçersiz ülke","Invalid credentials":"Geçersiz kimlik bilgileri","Invalid date":"Geçersiz tarih","Invalid link":"Geçersiz link","Invalid name":"Geçersiz isim","Invalid parameters":"Geçersiz parametreler","Invalid password, please try again":"Geçersiz şifre, lütfen tekrar deneyin","Invalid photo selected":"Geçersiz fotoğraf seçildi","Invalid time":"Geçersiz zaman","Invalid URL":"Geçersiz URL","Invalid verification code, please try again":"Geçersiz doğrulama kodu, lütfen tekrar deneyin","IP Address":"IP Adresi","It is a one-time use code that will disable 2FA for your account when you use it.":"Bu, kullandığınızda hesabınız için 2FA'yı devre dışı bırakacak tek kullanımlık bir koddur.","Item":"Öğe","Items per page:":"Sayfa başına öğe:","JPEG Quality: %{n}":"JPEG Kalitesi: %{n}","JPEG Size Limit: %{n}px":"JPEG Boyut Sınırı: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG'ler ve küçük resimler, gerektiğinde otomatik olarak oluşturulur.","Keyword":"Anahtar Kelime","Keywords":"Anahtar Kelimeler","Label":"Etiket","Label not found":"Etiket bulunamadı","Label saved":"Etiket kaydedildi","Labels":"Etiketler","Labels deleted":"Etiketler silindi","Language":"Dil","Last Active":"Son Aktif","Last Login":"Son Giriş","Last page":"Son sayfa","Last Sync":"Son Senkronizasyon","Last Used":"Son kullanılan","Latitude":"Enlem","LDAP/AD":"LDAP/AD","Learn more":"Daha fazla bilgi edin","Learn More":"Daha Fazla Bilgi","Legal Information":"Yasal Bilgiler","Lens":"Lens","Lens not found":"Lens bulunamadı","Library":"Kütüphane","License":"Lisans","Like":"Sevmek","Lime":"Lime yeşili","Limit reached, showing first %{n} files":"Sınıra ulaşıldı, ilk %{n} dosya gösteriliyor","Link":"Link","List":"Liste","List View":"Liste Görünümü","Live":"Canlı","Live Photos":"Canlı Fotoğraflar","Load more":"Daha fazla yükle","Loading items...":"Öğeler yükleniyor...","Loading...":"Yükleniyor...","Local":"Yerel","Local Time":"Yerel Saat","Location":"Konum","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"PhotoPrism bozuk dosyalarla karşılaştığında veya başka olası sorunlar olduğunda günlük mesajları burada görünür.","Login":"Giriş","Logs":"Kayıtlar","Longitude":"Boylam","Lost server connection":"Kayıp sunucu bağlantısı","Low":"Düşük","Magenta":"Magenta","Main Color":"Ana renk","Male":"Erkek","Manage Account":"Hesabı Yönet","Manager":"Müdür","Manual":"El Kitabı","Manual Upload":"Manuel Yükleme","Maps":"Haritalar","Marker":"İşaretleyici","Maximum number of accounts has been reached.":"Maksimum hesap sayısına ulaşıldı.","Media":"Medya","Medium":"Orta","Membership":"Üyelik","Merge %{a} with %{b}?":"%{a} ile %{b} birleştirilsin mi?","Message":"Mesaj","Metadata":"Metadata","Metrics":"Metrikler","Minimize":"Küçült","Missing":"Eksik","Missing or invalid configuration":"Eksik veya geçersiz yapılandırma","mixed":"karışık","Moments":"Anlar","Monochrome":"Monokrom","Month":"Ay","More options":"Daha fazla seçenek","Mosaic":"Mozaik","Most Relevant":"En Alakalı","Move Files":"Dosyaları Taşı","Moving files from %s":"Dosyaları %s'dan taşıma","Must have at least %{n} characters.":"En az %{n} karakter olmalıdır.","Mute":"Sessiz","Name":"Ad","Name too long":"İsim çok uzun","Never":"Asla","New":"Yeni","New Password":"Yeni Şifre","Newest First":"Yeniden Eskiye","Next":"Sonraki","Next page":"Sonraki sayfa","Next visual":"Sonraki görsel","No":"Hayır","No Access":"Erişim Yok","No albums assigned":"Atanmış albüm yok","No albums found":"Hiç albüm bulunamadı","No albums selected":"Seçili albüm yok","No data available":"Veri mevcut değil","No files available for download":"İndirilebilecek dosya yok","No items selected":"Seçili öğe yok","No labels assigned":"Atanmış etiket yok","No labels found":"Etiket bulunamadı","No labels selected":"Seçili etiket yok","No matching records found":"Eşleşen kayıt bulunamadı","No more":"Artık yok","No people found":"Hiç kimse bulunamadı","No pictures found":"Resim bulunamadı","No recently edited pictures":"Yakın zamanda düzenlenmiş resim yok","No registered instances.":"Kayıtlı örnek yok.","No results":"Sonuç yok","No server connection":"Sunucu bağlantısı yok","No servers configured.":"Yapılandırılmış sunucu yok.","No services configured.":"Yapılandırılmış hizmet yok.","No thanks":"Hayır, teşekkürler","No users on this instance.":"Bu sunucuda kullanıcı yok.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Bu anahtar kelimeyi içeren uyarı veya hata yok. Aramanın büyük/küçük harfe duyarlı olduğunu unutmayın.","Node":"Düğüm","Nodes":"Düğümler","Non-photographic and low-quality images require a review before they appear in search results.":"Fotoğrafik olmayan ve düşük kaliteli görüntülerin arama sonuçlarında görünmeden önce incelenmesi gerekmektedir.","None":"Hiçbiri","Not allowed":"İzin verilmez","Not available in public mode":"Genel modda mevcut değil","Not available in read-only mode":"Salt okunur modda kullanılamaz","Not found":"Bulunamadı","Not sorted.":"Sıralanmamış.","Not supported":"Desteklenmiyor","Note you may manually manage your originals folder and importing is optional.":"Orijinaller klasörünüzü manuel olarak yönetebileceğinizi ve içe aktarmanın isteğe bağlı olduğunu unutmayın.","Note:":"Not:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Not: Yalnızca Nextcloud veya PhotoPrism gibi WebDAV sunucuları yedekleme ve dosya yükleme için uzak hizmet olarak yapılandırılabilir.","Notes":"Notlar","Nothing to see here yet.":"Henüz görecek bir şey yok.","Nothing was found.":"Hiçbir şey bulunamadı.","Offline":"Çevrimdışı","OK":"TAMAM","Oldest First":"Eskiden Yeniye","On Windows, enter the following resource in the connection dialog:":"Windows'ta, bağlantı iletişim kutusuna aşağıdaki kaynağı girin:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Küçük resimlerin isteğe bağlı olarak oluşturulması yüksek CPU ve bellek kullanımına neden olabilir. Kaynakları kısıtlı sunucular ve NAS cihazları için önerilmez.","Once a week":"Haftada bir","One album found":"Bir albüm bulundu","One entry added to %s":"Bir giriş %s'a eklendi","One entry removed from %s":"Bir giriş %s'dan kaldırıldı","One file found":"Bir dosya bulundu","One file uploaded":"Bir dosya yüklendi","One folder found":"Bir klasör bulundu","One label found":"Bir etiket bulundu","One person found":"Bir kişi bulundu","One picture found":"Bir resim bulundu","Only locally managed accounts can be set up for authentication with 2FA.":"2FA ile kimlik doğrulama için yalnızca yerel olarak yönetilen hesaplar ayarlanabilir.","Open":"Açık","optional":"isteğe bağlı","or":"veya","Orange":"Turuncu","Organization":"Organizasyon","Orientation":"Yönlendirme","Original file names will be stored and indexed.":"Orijinal dosya adları saklanacak ve indekslenecektir.","Original Name":"Orijinal Adı","Originals":"Orijinaller","Originals folder is empty":"Orijinaller klasörü boş","Other":"Diğer","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Misyonumuz, resimlerinizi düzenli ve erişilebilir tutmak için en kullanıcı ve gizlilik dostu çözümü sunmaktır.","Outdoor":"Dış mekan","Page {0}, Current page":"Sayfa {0}, Mevcut sayfa","Pages":"Sayfalar","Pagination Navigation":"Sayfalandırma Navigasyonu","Panorama":"Panorama","Panoramas":"Panoramalar","Part of all selected photos":"Seçilen tüm fotoğrafların bir kısmı","Part of some selected photos":"Seçilmiş bazı fotoğrafların bir kısmı","Password":"Şifre","Password changed":"Şifre Değiştirildi","Pause":"Duraklat","Payment required":"Ödeme gereklidir","People":"Kişi","People you share a link with will be able to view public contents.":"Bağlantı paylaştığınız kişiler herkese açık içerikleri görüntüleyebilecektir.","Permanently deleted":"Kalıcı olarak silindi","Permission denied":"İzin reddedildi","Person":"Kişi","Person cover updated":"Kişi kapağı güncellendi","Person deleted":"Kişi silindi","Person not found":"Kişi bulunamadı","Person saved":"Kurtarılan kişi","Personal":"Kişisel","Photo":"Fotoğraf","PhotoPrism is 100% self-funded and independent.":"PhotoPrism %100 kendi kendini finanse eder ve bağımsızdır.","PhotoPrism+ Membership":"PhotoPrism+ Üyeliği","Photos":"Fotoğraflar","Picture":"Resim","Picture Title":"Resim Başlığı","Pink":"Pembe","Pinned":"Sabitlenmiş","Place":"Yer","Place & Time":"Yer ve Zaman","Places":"Yerler","Play":"Oyun","Please confirm your new password.":"Lütfen yeni şifrenizi onaylayın.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Lütfen aşağıda verilen rastgele oluşturulmuş uygulama şifresini kopyalayın ve güvenli bir yerde saklayın, çünkü bunu bir daha göremeyeceksiniz:","Please do not upload any private, unlawful or offensive pictures.":"Lütfen özel, yasa dışı veya saldırgan resimler yüklemeyin.","Please don't upload photos containing offensive content.":"Lütfen saldırgan içerik barındıran fotoğraflar yüklemeyin.","Please enter OTP character {0}":"Lütfen OTP karakterini girin {0}","Please log in to your account":"Lütfen hesabınıza giriş yapın","Please note that changing your password will log you out on other devices and browsers.":"Lütfen şifrenizi değiştirdiğinizde diğer cihazlarda ve tarayıcılarda oturumunuzu kapatacağınızı unutmayın.","Please restart your instance for the changes to take effect.":"Değişikliklerin etkili olması için lütfen instance'ınızı yeniden başlatın.","Please wait…":"Lütfen bekleyin…","PM":"PM","PNG Size Limit: %{n}px":"PNG Boyut Sınırı: %{n}px","Portal":"Portal","Portrait":"Portre","Preserve filenames":"Dosya adlarını koru","Press enter to create a new album.":"Yeni bir albüm oluşturmak için enter tuşuna basın.","Press enter to create new item":"Yeni öğe oluşturmak için enter tuşuna basın","Prevent database and album backups as well as YAML sidecar files from being created.":"Veritabanı ve albüm yedeklerinin yanı sıra YAML sidecar dosyalarının oluşturulmasını önleyin.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Diğer uygulamaların PhotoPrism'e paylaşılan bir ağ sürücüsü olarak erişmesini engelleyin.","Preview":"Önizleme","Preview Images":"Önizleme Görüntüleri","Previous":"Önceki","Previous page":"Önceki sayfa","Previous visual":"Önceki görsel","Primary":"Birincil","Private":"Özel","Processing upload...":"Yükleme işlemi...","Product Feedback":"Ürün Geri Bildirimi","Projection":"Projeksiyon","Purple":"Mor","Quality Filter":"Kalite Filtresi","Quality Score":"Kalite Puanı","Quota exceeded":"Kota aşıldı","Random":"Rastgele","Rating {0} of {1}":"Değerlendirme {1}'in {0}'ı","Raw":"Raw","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Önceden indekslenmiş ve değişmemiş dosyalar da dahil olmak üzere tüm orijinalleri yeniden indeksleyin.","Read-Only Mode":"Salt Okunur Modu","Recently Added":"Son Eklenenler","Recently Archived":"Yakın Zamanda Arşivlendi","Recently Edited":"Son zamanlarda Düzenlendi","Recognition starts after indexing has been completed.":"Tanıma işlemi indeksleme tamamlandıktan sonra başlar.","Recognized":"Tanımlanmış","Recovery Code":"Kurtarma Kodu","Red":"Kırmızı","Refresh":"Yenile","Regions":"Bölgeler","Register":"Kayıt Olun","Reload":"Tekrar yükle","Reloading…":"Yeniden doldurma…","Remote Sync":"Uzaktan Senkronizasyon","Remove":"Kaldır","remove failed: unknown album":"kaldırma başarısız: bilinmeyen albüm","Remove from Album":"Albümden çıkar","Remove from all":"Tümünden kaldır","Remove from all selected photos":"Seçilen tüm fotoğraflardan kaldır","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Depolama alanından tasarruf etmek için içe aktarılan dosyaları kaldırın. Desteklenmeyen dosya türleri asla silinmez, mevcut konumlarında kalırlar.","Remove the selected instance from the cluster registry?":"Seçili örneği küme kayıt defterinden kaldırayım mı?","Removed":"Kaldırıldı","Removed %{name}":"%{name} kaldırıldı","Removed %d files and %d photos":"%d dosya ve %d fotoğraf kaldırıldı","Repeated":"Tekrarlanan","Request failed - are you offline?":"İstek başarısız oldu - çevrimdışı mısınız?","Request failed - invalid response":"İstek başarısız oldu - geçersiz yanıt","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Fotoğrafik olmayan ve düşük kaliteli görsellerin arama sonuçlarında görünmeden önce incelenmesini zorunlu kılın.","Resolution":"Çözünürlük","Restart":"Yeniden Başlat","Restore":"Geri Yükle","Restored":"Restore edildi","Retry Limit":"Yeniden Deneme Sınırı","Retype Password":"Şifrenizi yeniden yazın","Review":"İnceleme","Role":"Rol","Roles":"Roller","Rotated":"Döndürülmüş","Rows per page:":"Sayfa başına satır sayısı:","Satellite":"Uydu","Save":"Kaydet","Save changes":"Değişiklikleri kaydet","Scan":"Tara","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"QR kodunu kimlik doğrulayıcı uygulamanızla tarayın veya aşağıda gösterilen kurulum anahtarını kullanın ve ardından oluşturulan doğrulama kodunu girin:","Scans":"Taramalar","Scope":"Kapsam","Scopes":"Dürbünler","Search":"Arama","Season":"Sezon","Secret":"Gizli","Security and Access":"Güvenlik ve Erişim","Select":"Seç","Select a source folder to import files…":"Dosyaları içe aktarmak için bir kaynak klasör seçin…","Select date":"Tarih seçiniz","Select dates":"Tarihleri seçin","Select or create albums":"Albüm seçme veya oluşturma","Select or create labels":"Etiket seçme veya oluşturma","Select or drop files to upload…":"Yüklenecek dosyaları seçin veya bırakın…","Select the files to upload…":"Yüklenecek dosyaları seçin…","Select the folder to be indexed…":"Dizine eklenecek klasörü seçin…","Select Time":"Zaman Seçiniz","Selection":"Seçim","Selection added to %s":"Seçim %s'a eklendi","Selection approved":"Seçim onaylandı","Selection archived":"Seçim arşivlendi","Selection marked as private":"Özel olarak işaretlenmiş seçim","Selection not found":"Seçim bulunamadı","Selection restored":"Seçim geri yüklendi","Sequential Name":"Sıralı İsim","Service":"Hizmet","Service URL":"Hizmet URL'si","Services":"Hizmetler","Session":"Oturum","Session ID":"Oturum Kimliği","Sessions":"Oturumlar","Set as Album Cover":"Albüm Kapağı Olarak Ayarla","Set as Cover Image":"Kapak Resmi Olarak Ayarla","Settings":"Ayarlar","Settings saved":"Ayarlar kaydedildi","Setup":"Kurulum","Severity":"Ciddiyet","Share":"Paylaş","Share %{s}":"Paylaş %{s}","Show":"Göster","Show All Labels":"Tüm Etiketleri Göster","Show all new faces":"Tüm yeni yüzleri göster","Show Caption":"Başlık Göster","Show Captions":"Başlıkları Göster","Show face markers":"Yüz işaretlerini göster","Show hidden":"Gizli göster","Show Important Only":"Yalnızca Önemli Göster","Show logs in the web interface to monitor activity and troubleshoot problems.":"Etkinliği izlemek ve sorunları gidermek için web arayüzünde günlükleri gösterin.","Show smart albums that group pictures by occasion, trip, or location.":"Resimleri duruma, geziye veya konuma göre gruplayan akıllı albümleri gösterin.","Show the Account page so users can manage their profile and security settings.":"Kullanıcıların profillerini ve güvenlik ayarlarını yönetebilmeleri için Hesap sayfasını gösterin.","Show the Calendar view to browse the library by year and month.":"Kütüphaneye yıl ve aya göre göz atmak için Takvim görünümünü gösterin.","Show the Labels section to view and manage AI-generated labels.":"Yapay zeka tarafından oluşturulan etiketleri görüntülemek ve yönetmek için Etiketler bölümünü gösterin.","Show the Library section to index, manage, and monitor the media library.":"Medya kitaplığını dizine eklemek, yönetmek ve izlemek için Kitaplık bölümünü gösterin.","Show the Places view with interactive maps so you can browse photos by location.":"Fotoğraflara konuma göre göz atabilmeniz için Yerler görünümünü etkileşimli haritalarla gösterin.","Show Titles":"Başlıkları Göster","Sidecar":"Sidecar","Sidecar Files":"Sidecar Dosyaları","Sign in":"Giriş Yap","Sign Out":"Çıkış","Similar":"Benzer","Site URL":"Site URL'si","Size":"Boyut","Slideshow":"Slayt gösterisi","Slow":"Yavaş","Software":"Yazılım","Software Update":"Yazılım Güncellemesi","Some albums could not be copied":"Bazı albümler kopyalanamadı","Some albums could not be created. Please edit the names and try again.":"Bazı albümler oluşturulamadı. Lütfen isimleri düzenleyin ve tekrar deneyin.","Some albums could not be updated":"Bazı albümler güncellenemedi","Something went wrong, try again":"Bir şeyler ters gitti, tekrar deneyin","Sort by":"Göre sırala","Sort by Name (A–Z)":"Ada Göre Sırala (A-Z)","Sort by Photo Count":"Fotoğraf Sayısına Göre Sırala","Sort by Relevance":"Alaka Düzeyine Göre Sırala","Sort Order":"Sıralama düzeni","Sorted ascending.":"Artan şekilde sıralanmıştır.","Sorted descending.":"Azalan şekilde sıralandı.","Source":"Kaynak","Stack":"Yığın","Stack files sharing the same unique image or instance identifier.":"Aynı benzersiz görüntü veya örnek tanımlayıcısını paylaşan yığın dosyaları.","Stack pictures taken at the exact same time and location based on their metadata.":"Aynı zamanda ve konumda çekilen fotoğrafları meta verilerine göre yığınlayın.","Stackable":"İstiflenebilir","Stacks":"Yığınlar","Start":"Başla","Start Page":"Başlangıç Sayfası","Static Size Limit: %{n}px":"Statik Boyut Sınırı: %{n}px","Status":"Durum","Stay signed in on this device":"Bu cihazda oturumunuzu açık tutun","Stop Casting":"Dökümü Durdur","Storage":"Depolama","Streets":"Sokaklar","Subject":"Konu","Subject deleted":"Konu silindi","Subject not found":"Özne bulunamadı","Subject saved":"Konu kaydedildi","Successfully activated":"Başarıyla etkinleştirildi","Successfully Connected":"Başarıyla Bağlandı","Successfully deleted":"Başarıyla silindi","Successfully verified":"Başarıyla doğrulandı","Super Admin":"Süper Yönetici","Support for additional services, like Google Drive, will be added over time.":"Google Drive gibi ek hizmetler için destek zaman içinde eklenecektir.","Support Our Mission":"Misyonumuzu Destekleyin","Sync":"Eşitle","Sync raw and video files":"Ham ve video dosyalarını senkronize edin","Taken":"Alınmış","Teal":"Turkuaz","Terrain":"Arazi","Text":"Metin","Thank You for Your Support!":"Desteğiniz için teşekkürler!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Bu nedenle PhotoPrism, özgürlük, gizlilik veya işlevsellikten ödün vermeden ihtiyaç duyduğunuz her yerde çalışacak şekilde sıfırdan inşa edildi.","The index currently contains %{n} hidden files.":"Dizin şu anda %{n} gizli dosya içermektedir.","The instance rejected the cluster credentials.":"Sunucu, küme kimlik bilgilerini reddetti.","The instance returned an unexpected redirect.":"Örnek, beklenmedik bir yönlendirme döndürdü.","The wakeup interval is %s, but must be 1h or less":"Uyandırma aralığı %s'dır, ancak 1 saat veya daha az olmalıdır","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Formatları desteklenmiyor olabilir, henüz JPEG'e dönüştürülmemiş olabilirler veya kopyaları mevcut olabilir.","Theme":"Tema","This account is missing an ID and can't be edited.":"Bu hesabın kimlik numarası eksik ve düzenlenemiyor.","This field is required":"Bu alan zorunludur","This instance has no site URL configured.":"Bu örnekte yapılandırılmış bir site URL'si bulunmamaktadır.","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.":"Bu, orijinaller klasörünü bir ağ sürücüsü olarak bağlar ve dosyaları bilgisayarınızdan veya akıllı telefonunuzdan yerelmiş gibi açmanıza, düzenlemenize ve silmenize olanak tanır.","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. ":"Bu, orijinaller klasörünü bir ağ sürücüsü olarak bağlar ve dosyaları bilgisayarınızdan veya akıllı telefonunuzdan yerelmiş gibi açmanıza, düzenlemenize ve silmenize olanak tanır.","Time":"Zaman","Time UTC":"Zaman UTC","Time Zone":"Saat dilimi","Timeout":"Zaman aşımı","Title":{"":"Başlık","Account":"Başlık","Photo":"Başlık"},"Title / Position":"Başlık / Pozisyon","to":"için","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Hesabınızın kilitlenmesini önlemek için lütfen bu kurtarma kodunu şimdi indirin, yazdırın veya kopyalayın ve güvenli bir yerde saklayın.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Uygulamaya özel yeni bir şifre oluşturmak için lütfen uygulamanın adını ve yetki kapsamını girin ve bir son kullanma tarihi seçin:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Yeni bir kimlik doğrulama uygulamasına veya cihazına geçmek için önce iki faktörlü kimlik doğrulamayı devre dışı bırakın ve ardından yeniden etkinleştirin:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Yükseltme yapmak için bir aktivasyon kodu girebilir veya web sitemize kaydolmak için \"Kaydol\" düğmesine tıklayabilirsiniz:","Today":"Bugün","Toggle View":"Görünümü Değiştir","Token":"Token","Too many files selected":"Çok fazla dosya seçildi","Too many requests":"Çok fazla istek var","Troubleshooting":"Sorun Giderme","Try again using other filters or keywords.":"Başka filtreler veya anahtar kelimeler kullanarak tekrar deneyin.","Two-factor authentication has been enabled for your account.":"Hesabınız için iki faktörlü kimlik doğrulama etkinleştirildi.","Type":"Tip","Unable to delete":"Silinemiyor","Unable to do that":"Bunu yapamıyorum","Unassign":"Atamayı kaldır","Unauthorized":"Yetkisiz","Undo":"Geri al","Unique ID":"Benzersiz kimlik","Unknown":"Bilinmeyen","Unknown location":"Yeri bilinmiyor","Unregistered":"Kaydedilmemiş","Unsorted":"Sıralanmamış","Unstack":"Yığından çıkar","Unsupported":"Desteklenmiyor","Unsupported format":"Desteklenmeyen format","Unsupported type":"Desteklenmeyen tür","Updated":"Güncellendi","Updating faces":"Yüzleri güncelleme","Updating index":"Dizin güncelleniyor","Updating moments":"Anılar güncelliyor","Updating picture…":"Resim güncelleniyor…","Updating previews":"Önizlemeleri güncelleme","Updating stacks":"Yığınları güncelleme","Upgrade":"Yükseltme","Upgrade Now":"Şimdi Yükselt","Upload":"Yükle","Upload complete":"Yüklendi","Upload complete. Indexing…":"Yükleme tamamlandı. İndeksleniyor..","Upload failed":"Yükleme başarısız","Upload has been processed":"Yükleme işlemi tamamlandı","Upload local files":"Yerel dosyaları yükleme","Upload might be offensive":"Yükleme rahatsız edici olabilir","Upload Path":"Yükleme Yolu","Uploading %{n} of %{t}…":"%{t} içinden %{n} yüklüyor…","Uploading photos…":"Fotoğraf yükleniyor..","Uploading…":"Yükleniyor…","Uploads that may contain such images will be rejected automatically.":"Bu tür görüntüler içerebilecek yüklemeler otomatik olarak reddedilecektir.","URL":"URL","Use Presets":"Ön Ayarları Kullan","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Kimlik doğrulayıcı uygulamanızla geçerli bir doğrulama kodu oluşturamadığınızda hesabınıza erişmek için aşağıdaki kurtarma kodunu kullanın:","Use your recovery code or contact an administrator for help.":"Kurtarma kodunuzu kullanın veya yardım için bir yöneticiye başvurun.","User":"Kullanıcı","User Guide":"Kullanıcı rehberi","User Interface":"Kullanıcı arayüzü","User not found":"Kullanıcı bulunamadı","Username":"Kullanıcı Adı","Users":"Kullanıcılar","UUID":"UUID","Vector":"Vektör","Vectors":"Vektörler","Verification Code":"Doğrulama kodu","Version":"Versiyon","Video":"Video","Video Duration":"Video Süresi","Videos":"Videolar","View":"Görünüm","View search results as a list.":"Arama sonuçlarını liste olarak görüntüleyin.","Viewer":"Görüntüleyici","Vision":"Vizyon","Visitor":"Ziyaretçi","Visual Similarity":"Görsel Benzerlik","Warning":"Uyarı","Web Login":"Web Girişi","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV istemcileri aşağıdaki URL'yi kullanarak PhotoPrism'e bağlanabilir:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Microsoft'un Windows Gezgini veya Apple'ın Finder'ı gibi WebDAV istemcileri, PhotoPrism'e doğrudan bağlanabilir.","WebDAV Upload":"WebDAV Yükleme","WebGL support is disabled in your browser":"Tarayıcınızda WebGL desteği devre dışı bırakılmış","Website":"Website","White":"Beyaz","Work Details":"İş Detayları","Year":"Yıl","Yellow":"Sarı","Yes":"Evet","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Üyeliğinizle ilgili sorularınız için membership@photoprism.app adresinden bizimle iletişime geçebilirsiniz.","You can only download one album":"Yalnızca bir albüm indirebilirsiniz","You can only download one label":"Yalnızca bir etiket indirebilirsiniz","You can search for a location or move the marker on the map to change the position:":"Bir konumu arayabilir veya konumu değiştirmek için işaretçiyi harita üzerinde hareket ettirebilirsiniz:","You can upload up to %{n} files for test purposes.":"Test amacıyla %{n} adede kadar dosya yükleyebilirsiniz.","You cannot change your own role.":"Kendi rolünüzü değiştiremezsiniz.","You do not have access to any instances.":"Hiçbir örneğe erişiminiz yok.","You may only select one item":"Yalnızca bir öğe seçebilirsiniz","You may rescan your library to find additional faces.":"Başka yüzler bulmak için kütüphanenizi yeniden tarayabilirsiniz.","Your account could not be connected":"Hesabınız bağlanamadı","Your account has been successfully connected.":"Hesabınız başarıyla bağlandı.","Your browser does not support WebGL":"Tarayıcınız WebGL'yi desteklemiyor","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Devam eden desteğiniz düzenli güncellemeler sağlamamıza ve bağımsız kalmamıza yardımcı olur, böylece misyonumuzu yerine getirebilir ve gizliliğinizi koruyabiliriz.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Özel anların, gezilerin ve yerlerin albümlerini otomatik olarak oluşturmak için kitaplığınız sürekli olarak analiz edilir.","Zip created in %d s":"Zip %d s içinde oluşturuldu","Zoom in/out":"Yakınlaştır / uzaklaştır","Archive":{"Noun":"Arşiv","Verb":"Arşiv"},"Add a Title":{"Photo":"Başlık Ekleme"}}} \ No newline at end of file +{"tr":{"{0} appended action":"{0} eklenmiş eylem","{0} files":"{0} dosya","{0} files ({1} in total)":"{0} dosya (toplamda {1})","{0} more":"{0} daha fazla","{0} prepended action":"{0} önceden eklenmiş eylem","{0} selected":"{0} seçildi","{0}-{1} of {2}":"{2} içinden {0}-{1}","%{n} albums found":"%{n} albüm bulundu","%{n} files uploaded":"%{n} dosya yüklendi","%{n} folders found":"%{n} klasör bulundu","%{n} GB of %{q} GB used":"%{n} GB %{q} GB kullanıldı","%{n} labels found":"%{n} etiket bulundu","%{n} people found":"%{n} kişi bulundu","%{n} pictures found":"%{n} resim bulundu","%{s} is too long":"%{s} çok uzun","%{s} is too short":"%{s} çok kısa","%d entries added to %s":"%d girişleri %s'e eklendi","%d entries removed from %s":"%d girişleri %s'den kaldırıldı","%d files uploaded in %d s":"%d dosyalar %d s içinde yüklendi","%s already exists":"%s zaten var","%s has been restored":"%s geri yüklendi","1 hour":"1 saat","12 hours":"12 saat","2-Factor Authentication":"2 Faktörlü Kimlik Doğrulama","2FA":"2FA","4 hours":"4 saat","A click will copy it to your clipboard.":"Tıklayarak panoya kopyalayabilirsiniz.","A new version of %{s} is available:":"Yeni bir %{s} sürümü mevcuttur:","About":"Hakkımızda","Access granted.":"Erişim izni verildi.","Access revoked.":"Erişim iptal edildi.","Access Token":"Erişim Jetonu","Account":"Hesap","Account created":"Hesap eklendi","Account deleted":"Hesap silindi","Account Group Mappings":"Hesap Grubu Eşlemeleri","Account not found":"Hesap bulunamadı","Account restored":"Hesap geri yüklendi","Account saved":"Hesap kaydedildi","Accounts":"Hesaplar","Accuracy":"Doğruluk","Action":"Aksiyon","Actions":"Aksiyonlar","Activate":"Etkinleştir","Activate to remove sorting.":"Sıralamayı kaldırmak için etkinleştirin.","Activate to sort ascending.":"Artan şekilde sıralamak için etkinleştirin.","Activate to sort descending.":"Azalan şekilde sıralamak için etkinleştirin.","Activation Code":"Aktivasyon Kodu","Activity":"Etkinlik","Add":"Ekle","Add %{s}?":"Ekle %{s}?","Add a Caption":"Başlık Ekleme","Add Account":"Hesap ekle","Add Album":"Albüm Ekle","Add Link":"Link ekle","Add Notes":"Notlar Ekleyin","Add person?":"Kişi ekleyelim mi?","Add pictures from search results by selecting them.":"Arama sonuçlarından resimleri seçerek ekleyin.","Add to album":"Albüme ekle","Add to all":"Tümüne ekle","Add to all selected photos":"Seçilen tüm fotoğraflara ekle","Added":"Eklendi","Added %{name}":"%{name} eklendi","Adjust Camera Info":"Kamera Bilgilerini Ayarlama","Adjust Date & Time":"Tarih ve Saati Ayarla","Adjust Location":"Konum Ayarlama","Admin":"Yönetici","Advanced":"Gelişmiş","Advertise URL":"Reklam URL'si","After 1 day":"1 gün sonra","After 3 days":"3 gün sonra","After 7 days":"7 gün sonra","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Onay için şifrenizi girdikten sonra, uyumlu bir kimlik doğrulama uygulaması veya cihazıyla iki faktörlü kimlik doğrulamayı ayarlayabilirsiniz:","After one month":"Bir ay sonra","After one year":"Bir yıl sonra","After selecting pictures from search results, you can add them to an album using the context menu.":"Arama sonuçlarından resimleri seçtikten sonra, içerik menüsünü kullanarak bunları bir albüme ekleyebilirsiniz.","After two months":"İki ay sonra","After two weeks":"İki hafta sonra","Album":"Albüm","Album %s deleted":"Albüm %s silindi","Album Backups":"Albüm Yedekleri","Album contents cloned":"Albüm içeriği klonlandı","Album created":"Albüm oluşturuldu","Album deleted":"Albüm silindi","Album not found":"Albüm bulunamadı","Album saved":"Albüm kaydedildi","Albums":"Albümler","Albums deleted":"Albümler silindi","All":"Tümü","All %{n} albums loaded":"Tüm %{n} albüm yüklendi","All %{n} labels loaded":"Tüm %{n} etiketler yüklendi","All %{n} people loaded":"Tüm %{n} kişiler yüklendi","All Cameras":"Tüm Kameralar","All Categories":"Tüm Kategoriler","All Colors":"Tüm Renkler","All Countries":"Tüm Ülkeler","All files from import folder":"İçe aktarma klasöründeki tüm dosyalar","All Lenses":"Tüm Lensler","All Months":"Tüm Aylar","All originals":"Tüm orijinaller","All Years":"Bütün yıllar","Allow configuration and use of connected apps and services for remote uploads and sync.":"Uzaktan yükleme ve senkronizasyon için bağlı uygulamaların ve hizmetlerin yapılandırılmasına ve kullanılmasına izin verin.","Allow editing of metadata such as title, description, date, and location.":"Başlık, açıklama, tarih ve konum gibi meta verilerin düzenlenmesine izin verin.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Birden fazla resmin meta verilerini, etiketlerini ve albümlerini aynı anda düzenlemeye izin verin.","Allow files to be copied or moved from the Import to the Originals folder.":"Dosyaları İçe Aktarma klasöründen Orijinallere kopyalamak veya taşımak için İçe Aktarma aracını etkinleştirin.","Allow files to be permanently deleted to free up storage space.":"Depolama alanını boşaltmak için dosyaların kalıcı olarak silinmesine izin verin.","Allow users to archive photos and videos so they are hidden without being deleted.":"Kullanıcıların fotoğrafları ve videoları arşivlemesine izin verin, böylece silinmeden gizlenirler.","Allow users to create and share links, and enable sharing with connected services.":"Kullanıcıların bağlantı oluşturmasına ve paylaşmasına izin verin ve bağlı hizmetlerle paylaşımı etkinleştirin.","Allow users to upload new photos and videos through the web interface.":"Kullanıcıların web arayüzü üzerinden yeni fotoğraflar ve videolar yüklemesine izin verin.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Alternatif olarak, dosyaları doğrudan Nextcloud gibi WebDAV sunucularına yükleyebilirsiniz.","Altitude":"Rakım","Altitude (m)":"Rakım (m)","AM":"AM","Animated":"Hareketli","Animation":"Animasyon","Animations":"Animasyonlar","Any private photos and videos remain private and won't be shared.":"Özel fotoğraflar ve videolar gizli kalır ve paylaşılmaz.","API Key":"API Anahtarı","Application":"Uygulama","Applications":"Uygulamalar","Approve":"Onayla","Approve and save changes":"Değişiklikleri onaylayın ve kaydedin","Apps and Devices":"Uygulamalar ve Cihazlar","Archived":"Arşivlendi","Are you sure you want to archive the selection?":"Seçimi arşivlemek istediğinizden emin misiniz?","Are you sure you want to delete these albums?":"Bu albümleri silmek istediğinizden emin misiniz?","Are you sure you want to delete these labels?":"Bu etiketleri silmek istediğinizden emin misiniz?","Are you sure you want to delete this account?":"Bu hesabı silmek istediğinizden emin misiniz?","Are you sure you want to delete this album?":"Bu albümü silmek istediğinizden emin misiniz?","Are you sure you want to permanently delete these pictures?":"Bu resimleri kalıcı olarak silmek istediğinizden emin misiniz?","Are you sure you want to permanently delete this file?":"Bu dosyayı kalıcı olarak silmek istediğinizden emin misiniz?","Are you sure?":"Emin misiniz?","Artist":"Sanatçı","Aspect Ratio":"En Boy Oranı","Attributes":"Nitelikler","Audio":"Ses","Audit Log":"Ses","Authentication":"Kimlik Doğrulama","Auto":"Otomatik","Back":"Geri","Back to top":"Başa dön","Backup":"Yedekleme","Badge":"Rozet","Base Path":"Temel Yol","Batch":"Toplu İş","Batch Edit":"Toplu Düzenleme","Become a member today, support our mission and enjoy our member benefits!":"Bugün üye olun, misyonumuzu destekleyin ve üye avantajlarımızdan yararlanın!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"100% öz fonlu ve bağımsız olarak, verilerinizi asla satmayacağımız ve yazılım ile hizmetlerimiz konusunda her zaman şeffaf olacağımızı size garanti edebiliriz.","Bio":"Özgeçmiş","Birth Date":"Doğum Tarihi","Black":"Siyah","Blue":"Mavi","Brown":"Kahverengi","Browse":"Gözat","Browse Files":"Dosyalara Gözat","Browse Pictures":"Resimlere Gözat","Bug Report":"Hata raporu","Busy, please try again later":"Meşgul, lütfen daha sonra tekrar deneyin","Busy, please wait…":"Meşgul, lütfen bekleyin…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Sağladığımız yazılım ve hizmetleri kullanarak hizmet şartlarımızı, gizlilik politikamızı ve davranış kurallarımızı kabul etmiş olursunuz.","Calendar":"Takvim","Camera":"Kamera","Camera not found":"Kamera bulunamadı","Camera Serial":"Kamera Seri Numarası","Can't access your authenticator app or device?":"Kimlik doğrulayıcı uygulamanıza veya cihazınıza erişemiyor musunuz?","Can't load more, limit reached":"Daha fazla yüklenemiyor, sınıra ulaşıldı","Can't select more items":"Daha fazla öğe seçilemiyor","Cancel":"İptal","Cannot copy to clipboard":"Panoya kopyalanamıyor","Caption":"Başlık","Cards":"Kartlar","Carousel slide {0} of {1}":"{1}'in {0} kaydırmalı slayt","Cast":"Oyuncular","Category":"Kategori","Change Avatar":"Avatarı değiştir","Change Password":"Şifre Değiştir","Change private flag":"Özel işaretini değiştir","Changes could not be saved":"Değişiklikler kaydedilemedi","Changes successfully saved":"Değişiklikler başarıyla kaydedildi","Changes to the advanced settings require a restart to take effect.":"Gelişmiş ayarlarda yapılan değişikliklerin etkili olması için yeniden başlatma gerekir.","Checked":"Seçildi","Choose an instance to continue:":"Devam etmek için bir örnek seçin:","Chroma":"Renk doygunluğu","Cleaning index and cache":"Dizin ve önbelleği temizleme","Cleanup":"Temizleme","Clear":"Temiz","Clear {0}":"Temizle {0}","Client":"Müşteri","Close":"Kapat","Cluster":"Küme","Cluster Admin":"Küme Yöneticisi","Cluster Node":"Küme Düğümü","Codec":"Kodek","Color":"Renk","Color Profile":"Renk Profili","Colors":"Renkler","Compare Editions":"Sürümleri Karşılaştır","Complete Rescan":"Tam Yeniden Tarama","Confidence":"Güven","Confirm":"Onaylamak","Connect":"Bağlan","Connect via WebDAV":"WebDAV ile bağlan","Connected":"Bağlandı","Contact Details":"İletişim Detayları","Contact Us":"İletişim","Contains %{n} pictures.":"%{n} resim içeriyor.","Contains one picture.":"Tek resim içerir.","Content":{"":"İçerik","Edit":"İçerik"},"Continue":"Devam et","Contributor":"Katılımcı","Converting":"Dönüştürülüyor","Copied to clipboard":"Panoya kopyalandı","Copy":"Kopyala","Copying files from %s":"Dosyaları %s'dan kopyalama","Copyright":"Telif hakkı","Could not be deleted":"Silinemedi","Could not connect, please try again":"Bağlanılamadı, lütfen tekrar deneyin","Could not update person cover":"Kişi kapağı güncellenemedi","Couldn't find anything.":"Hiçbir şey bulunamadı.","Country":"Ülke","Create Account":"Hesap Oluştur","Create album":"Albüm Oluştur","Create regular backups based on the configured schedule.":"Yapılandırılan zamanlamaya göre dizin yedeklemeleri oluşturun.","Create YAML files to back up album metadata.":"Albüm meta verilerini yedeklemek için YAML dosyaları oluşturun.","Create YAML sidecar files to back up picture metadata.":"Resim meta verilerini yedeklemek için YAML sidecar oluşturun.","Created":"Oluşturuldu","Creating thumbnails for":"Önizlemeler üretiliyor","Current Password":"Mevcut Şifre","Custom":"Özel","Cyan":"Camgöbeği","Daily":"Günlük","Database":"Veritabanı","Database Backups":"Veritabanı Yedekleri","Databases":"Veritabanları","Date & Time":"Tarih ve Saat","Day":"Gün","Deactivate":"Devre dışı bırak","Debug Logs":"Hata Kayıtları","Default":"Varsayılan","Default Folder":"Varsayılan Klasör","Delete":"Sil","Delete Album":"Albüm Sil","Delete All":"Tümünü Sil","Delete all?":"Hepsini sil?","Delete orphaned index entries, sidecar files and thumbnails.":"Artık dizin girişlerini, sidecar dosyalarını ve küçük resimleri silin.","deleted":"silindi","Description":"Açıklama","Detailed instructions can be found in our User Guide.":"Kullanıcı kılavuzunda detaylı adımlar bulunabilir.","Details":"Detaylar","Dimensions":"Boyutlar","Disable all face detection and recognition features.":"Tüm yüz algılama ve tanıma özelliklerini devre dışı bırakın.","Disable Backups":"Yedekleri devre dışı bırak","Disable Darktable":"Darktable'ı devre dışı bırak","Disable ExifTool":"ExifTool'u devre dışı bırak","Disable Faces":"Yüzleri Devre Dışı Bırak","Disable features that require write permission for the originals folder.":"Orijinaller klasörü için yazma izni gerektiren özellikleri devre dışı bırakın.","Disable FFmpeg":"FFmpeg'i devre dışı bırak","Disable ImageMagick":"ImageMagick'i devre dışı bırakın","Disable interactive world maps and reverse geocoding.":"Etkileşimli dünya haritalarını ve ters coğrafi kodlamayı devre dışı bırakın.","Disable MCP":"MCP'yi devre dışı bırak","Disable Places":"Yerleri devre dışı bırak","Disable RawTherapee":"RawTherapee'yi devre dışı bırak","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Yapay zeka aracı entegrasyonları için Model Bağlam Protokolü (MCP) API uç noktasını devre dışı bırakın.","Disable Vectors":"Vektörleri devre dışı bırak","Disable WebDAV":"WebDAV'ı devre dışı bırak","Disabled":"Pasif","Disables vector graphics support.":"Vektör grafikleri desteğini devre dışı bırakır.","Disables video transcoding and thumbnail extraction.":"Video kod dönüştürmeyi ve küçük resim çıkarmayı devre dışı bırakır.","Discard":"Iskarta","Discard changes and close":"Değişiklikleri atın ve kapatın","Discard invalid changes?":"Geçersiz değişiklikleri atalım mı?","Discard unsaved changes?":"Kaydedilmemiş değişiklikler atılsın mı?","Discover":"Keşfetmek","Dismiss":"Göz ardı et","Display Name":"Ekran adı","Display picture captions in search results.":"Arama sonuçlarında resim başlıklarını görüntüleyin.","Display picture titles in search results.":"Arama sonuçlarında resim başlıklarını görüntüleyin.","Document":"Belge","Documents":"Belgeler","Don't use Darktable to convert RAW images.":"RAW görüntüleri dönüştürmek için Darktable kullanmayın.","Don't use ImageMagick to convert images.":"Görüntüleri dönüştürmek için ImageMagick kullanmayın.","Don't use RawTherapee to convert RAW images.":"RAW görüntüleri dönüştürmek için RawTherapee kullanmayın.","Done":"Tamamlandı","Done.":"Tamamlandı.","Download":"İndirmek","Download only original media files, without any automatically generated files.":"Otomatik olarak oluşturulan dosyalar olmadan yalnızca orijinal medya dosyalarını indirin.","Download remote files":"Uzak dosyaları indir","Downloading…":"İndiriliyor…","Drag and drop files here":"Dosyaları buraya sürükleyip bırakın","Driver":"Sürücü","Duplicates will be skipped and only appear once.":"Yinelenenler atlanacak ve yalnızca bir kez görünecek.","Duration":"Süre","Dynamic Previews":"Dinamik Önizlemeler","Dynamic Size Limit: %{n}px":"Dinamik Boyut Sınırı: %{n}px","Edit":"Düzenle","Edit %{s}":"%{s}'i düzenle","Edit Account":"Hesabı Düzenle","Edit Photo":"Fotoğrafı Düzenle","Edit Photos (%{n})":"Fotoğrafları Düzenle (%{n})","Edited":"Düzenlendi","Email":"E-posta","Enable debug mode to display additional logs and help with troubleshooting.":"Ek günlükleri görüntülemek ve sorun gidermeye yardımcı olmak için hata ayıklama modunu etkinleştirin.","Enable downloading of original and sidecar files from the web interface.":"Orijinal ve sidecar dosyalarının web arayüzünden indirilmesini etkinleştirin.","Enable face recognition and the People view to easily find people you know.":"Tanıdığınız kişileri kolayca bulmak için yüz tanıma özelliğini ve Kişiler görünümünü etkinleştirin.","Enable new features that may be incomplete or unstable.":"Eksik veya kararsız olabilecek yeni özellikleri etkinleştirin.","Enable the file browser to navigate the Originals folder structure.":"Orijinaller klasör yapısında gezinmek için dosya tarayıcısını etkinleştirin.","Enables RAW converter presets. May reduce performance.":"RAW dönüştürücü ön ayarlarını etkinleştirir. Performansı azaltabilir.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"İki faktörlü kimlik doğrulamayı etkinleştirmek, oturum açmak için rastgele oluşturulmuş bir doğrulama koduna ihtiyacınız olacağı anlamına gelir; dolayısıyla birisi şifrenize erişse bile hesabınıza erişemez.","Engine":"Motor","Enter date":"Tarih girin","Enter dates":"Tarihleri girin","Enter item name...":"Ürün adını girin...","Enter the code generated by your authenticator app:":"Kimlik doğrulayıcı uygulamanız tarafından oluşturulan kodu girin:","Enter verification code":"Doğrulama kodunu giriniz","Enter your password to confirm the action and continue:":"İşlemi onaylamak ve devam etmek için şifrenizi girin:","Entity not found":"Varlık bulunamadı","Error":"Hata","Errors":"Hatalar","Estimate":"Tahmin","Estimate Locations":"Tahmini Konumlar","Estimate the approximate location of pictures without GPS coordinates.":"GPS koordinatları olmadan resimlerin yaklaşık konumunu tahmin edin.","Every two days":"İki günde bir","Exclude hidden":"Gizlenenleri hariç tut","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"XMP meta verileri, videolar ve Canlı Fotoğraflar için tam destek için ExifTool gereklidir.","Experimental Features":"Deneysel Özellikler","Expires":"Süre sonu","Exposure":"Pozlama","Extract still images and generate thumbnails while indexing.":"Hareketsiz görüntüleri ayıklayın ve indeksleme sırasında küçük resimler oluşturun.","F Number":"F Numarası","Face":"Yüz","Face not found":"Yüz bulunamadı","Faces":"Yüzler","Failed creating file, please check permissions":"Dosya oluşturulamadı, lütfen izinleri kontrol edin","Failed creating folder, please check permissions":"Klasör oluşturulamadı, lütfen izinleri kontrol edin","Failed removing link":"Bağlantı kaldırılamadı","Failed to connect account.":"Hesap bağlanamadı.","Failed to create zip file":"Zip dosyası oluşturulamadı","Failed to load users.":"Kullanıcılar yüklenemedi.","Failed to remove face marker":"Yüz işaretleyicisi kaldırılamadı","Failed to remove name":"Ad kaldırılamadı","Failed to restart server":"Sunucu yeniden başlatılamadı","Failed to save changes":"Değişiklikler kaydedilemedi","Failed to save face marker":"Yüz işaretleyicisini kurtaramadı","Failed to save name":"Ad kaydedilemedi","Failed updating link":"Bağlantı güncellenemedi","Family Name":"Soyadı","Fast":"Hızlı","Favorite":"Favori","Favorites":"Favoriler","Feature disabled":"Özellik devre dışı","Feature Request":"Özellik isteği","Female":"Kadın","File":"Dosya","File Browser":"Dosya tarayıcısı","File Conversion":"Dosya Dönüştürme","File deleted":"Silinmiş dosya","File Name":"Dosya Adı","File not found":"Dosya bulunamadı","File removed from stack":"Dosya yığından kaldırıldı","File Size":"Dosya Boyutu","File too large":"Dosya çok büyük","File uploaded":"Dosya yüklendi","Filename":"Dosya Adı","Files":"Dosyalar","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"'IMG_1234 (2)' ve 'IMG_1234 (3)' gibi sıralı adlara sahip dosyalar aynı resme aittir.","First page":"İlk sayfa","Focal Length":"Odak uzaklığı","Folder":"Klasör","Folder contains %{n} files":"Klasör %{n} dosya içeriyor","Folder is empty":"Klasör boş","Folders":"Klasörler","Forgot password?":"Parolanızı mı unuttunuz?","FPS":"FPS","Frames":"Çerçeveler","Full Access":"Tam erişim","Fullscreen":"Tam ekran","General":"Genel","Generate":"Oluştur","Generate Previews":"Önizleme Oluşturma","Generated":"Oluşturuldu","Get Started":"Başlayın","Given Name":"İsim","Global Options":"Küresel Seçenekler","Go to page {0}":"{0}. sayfaya gidin","Gold":"Altın","Green":"Yeşil","Grey":"Gri","Groups":"Gruplar","Guest":"Misafir","Hash":"Karma","Help":"Yardım","Help & Support":"Yardım & Destek","Hidden":"Gizli","Hidden Files":"Gizli Dosyalar","Hide":"Gizle","Hide Caption":"Başlığı Gizle","Hide face markers":"Yüz işaretlerini gizle","Hide private content from global views while keeping it accessible in the Private section.":"Özel öğeleri genel görünümlerden gizlerken Özel bölümünde erişilebilir tutun.","High":"Yüksek","High Dynamic Range (HDR)":"Yüksek Dinamik Aralık (HDR)","Hybrid":"Hibrit","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Kimlik doğrulayıcı uygulamanıza veya cihazınıza erişiminizi kaybederseniz, hesabınıza yeniden erişim sağlamak için kurtarma kodunuzu kullanabilirsiniz.","Image":"Resim","Image Quality":"Görüntü Kalitesi","Import":"İçe aktarmak","Import canceled":"İçe aktarma iptal edildi","Import completed in %d s":"İçe aktarma %d s içinde tamamlandı","Import failed":"İçe aktarılamadı","Imported files will be sorted by date and given a unique name to avoid duplicates.":"İçe aktarılan dosyalar tarihe göre sıralanacak ve yinelemeleri önlemek için benzersiz bir ad verilecektir.","Importing %{s}…":"%{s} içe aktarılıyor…","Importing files to originals…":"Dosyalar orijinallere aktarılıyor…","in":"içinde","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Beklediğiniz resimlerin eksik olması durumunda lütfen kitaplığınızı yeniden tarayın ve indeksleme tamamlanana kadar bekleyin.","Include RAW image files when downloading stacks and archives.":"Yığınları ve arşivleri indirirken RAW görüntü dosyalarını ekleyin.","Include sidecar files when downloading stacks and archives.":"Yığınları ve arşivleri indirirken sidecar dosyalarını ekleyin.","Increase storage size or delete files to continue.":"Devam etmek için depolama boyutunu artırın veya dosyaları silin.","Index":"İndeks","Indexing":"Indeksleniyor","Indexing canceled":"İndeksleme iptal edildi","Indexing completed in %d s":"İndeksleme %d s içinde tamamlandı","Indexing failed":"İndeksleme başarısız","Indexing files in %s":"%s dosya yüklendi","Indexing media and sidecar files…":"Medya ve yardımcı dosyalar indeksleniyor…","Indexing originals...":"Orijinalleri dizinliyor...","Information":"Bilgi","Inherit":"Devral","Instance":"Örnek","Instance ID":"Ortam ID","Instance unreachable. Try again once it's back online.":"Sunucuya ulaşılamıyor. Çevrimiçi olduğunda lütfen tekrar deneyin.","Instances":"Örnekler","Insufficient storage":"Yetersiz depolama","Insufficient storage.":"Yetersiz depolama.","Interval":"Aralık","Invalid":"Geçersiz","Invalid address":"Geçersiz adres","Invalid country":"Geçersiz ülke","Invalid credentials":"Geçersiz kimlik bilgileri","Invalid date":"Geçersiz tarih","Invalid link":"Geçersiz link","Invalid name":"Geçersiz isim","Invalid parameters":"Geçersiz parametreler","Invalid password, please try again":"Geçersiz şifre, lütfen tekrar deneyin","Invalid photo selected":"Geçersiz fotoğraf seçildi","Invalid time":"Geçersiz zaman","Invalid URL":"Geçersiz URL","Invalid verification code, please try again":"Geçersiz doğrulama kodu, lütfen tekrar deneyin","IP Address":"IP Adresi","It is a one-time use code that will disable 2FA for your account when you use it.":"Bu, kullandığınızda hesabınız için 2FA'yı devre dışı bırakacak tek kullanımlık bir koddur.","Item":"Öğe","Items per page:":"Sayfa başına öğe:","JPEG Quality: %{n}":"JPEG Kalitesi: %{n}","JPEG Size Limit: %{n}px":"JPEG Boyut Sınırı: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG'ler ve küçük resimler, gerektiğinde otomatik olarak oluşturulur.","Keyword":"Anahtar Kelime","Keywords":"Anahtar Kelimeler","Label":"Etiket","Label not found":"Etiket bulunamadı","Label saved":"Etiket kaydedildi","Labels":"Etiketler","Labels deleted":"Etiketler silindi","Language":"Dil","Last Active":"Son Aktif","Last Login":"Son Giriş","Last page":"Son sayfa","Last Sync":"Son Senkronizasyon","Last Used":"Son kullanılan","Latitude":"Enlem","LDAP/AD":"LDAP/AD","Learn more":"Daha fazla bilgi edin","Learn More":"Daha Fazla Bilgi","Legal Information":"Yasal Bilgiler","Lens":"Lens","Lens not found":"Lens bulunamadı","Library":"Kütüphane","License":"Lisans","Like":"Sevmek","Lime":"Lime yeşili","Limit reached, showing first %{n} files":"Sınıra ulaşıldı, ilk %{n} dosya gösteriliyor","Link":"Link","List":"Liste","List View":"Liste Görünümü","Live":"Canlı","Live Photos":"Canlı Fotoğraflar","Load more":"Daha fazla yükle","Loading items...":"Öğeler yükleniyor...","Loading...":"Yükleniyor...","Local":"Yerel","Local Time":"Yerel Saat","Location":"Konum","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"PhotoPrism bozuk dosyalarla karşılaştığında veya başka olası sorunlar olduğunda günlük mesajları burada görünür.","Login":"Giriş","Logs":"Kayıtlar","Longitude":"Boylam","Lost server connection":"Kayıp sunucu bağlantısı","Low":"Düşük","Magenta":"Magenta","Main Color":"Ana renk","Male":"Erkek","Manage Account":"Hesabı Yönet","Manager":"Müdür","Manual":"El Kitabı","Manual Upload":"Manuel Yükleme","Maps":"Haritalar","Marker":"İşaretleyici","Maximum number of accounts has been reached.":"Maksimum hesap sayısına ulaşıldı.","Media":"Medya","Medium":"Orta","Membership":"Üyelik","Merge %{a} with %{b}?":"%{a} ile %{b} birleştirilsin mi?","Message":"Mesaj","Metadata":"Metadata","Metrics":"Metrikler","Minimize":"Küçült","Missing":"Eksik","Missing or invalid configuration":"Eksik veya geçersiz yapılandırma","mixed":"karışık","Moments":"Anlar","Monochrome":"Monokrom","Month":"Ay","More options":"Daha fazla seçenek","Mosaic":"Mozaik","Most Relevant":"En Alakalı","Move Files":"Dosyaları Taşı","Moving files from %s":"Dosyaları %s'dan taşıma","Must have at least %{n} characters.":"En az %{n} karakter olmalıdır.","Mute":"Sessiz","Name":"Ad","Name too long":"İsim çok uzun","Never":"Asla","New":"Yeni","New Password":"Yeni Şifre","Newest First":"Yeniden Eskiye","Next":"Sonraki","Next page":"Sonraki sayfa","Next visual":"Sonraki görsel","No":"Hayır","No Access":"Erişim Yok","No albums assigned":"Atanmış albüm yok","No albums found":"Hiç albüm bulunamadı","No albums selected":"Seçili albüm yok","No data available":"Veri mevcut değil","No files available for download":"İndirilebilecek dosya yok","No items selected":"Seçili öğe yok","No labels assigned":"Atanmış etiket yok","No labels found":"Etiket bulunamadı","No labels selected":"Seçili etiket yok","No matching records found":"Eşleşen kayıt bulunamadı","No more":"Artık yok","No people found":"Hiç kimse bulunamadı","No pictures found":"Resim bulunamadı","No recently edited pictures":"Yakın zamanda düzenlenmiş resim yok","No registered instances.":"Kayıtlı örnek yok.","No results":"Sonuç yok","No server connection":"Sunucu bağlantısı yok","No servers configured.":"Yapılandırılmış sunucu yok.","No services configured.":"Yapılandırılmış hizmet yok.","No thanks":"Hayır, teşekkürler","No users on this instance.":"Bu sunucuda kullanıcı yok.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Bu anahtar kelimeyi içeren uyarı veya hata yok. Aramanın büyük/küçük harfe duyarlı olduğunu unutmayın.","Node":"Düğüm","Nodes":"Düğümler","Non-photographic and low-quality images require a review before they appear in search results.":"Fotoğrafik olmayan ve düşük kaliteli görüntülerin arama sonuçlarında görünmeden önce incelenmesi gerekmektedir.","None":"Hiçbiri","Not allowed":"İzin verilmez","Not available in public mode":"Genel modda mevcut değil","Not available in read-only mode":"Salt okunur modda kullanılamaz","Not found":"Bulunamadı","Not sorted.":"Sıralanmamış.","Not supported":"Desteklenmiyor","Note you may manually manage your originals folder and importing is optional.":"Orijinaller klasörünüzü manuel olarak yönetebileceğinizi ve içe aktarmanın isteğe bağlı olduğunu unutmayın.","Note:":"Not:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Not: Yalnızca Nextcloud veya PhotoPrism gibi WebDAV sunucuları yedekleme ve dosya yükleme için uzak hizmet olarak yapılandırılabilir.","Notes":"Notlar","Nothing to see here yet.":"Henüz görecek bir şey yok.","Nothing was found.":"Hiçbir şey bulunamadı.","Offline":"Çevrimdışı","OK":"TAMAM","Oldest First":"Eskiden Yeniye","On Windows, enter the following resource in the connection dialog:":"Windows'ta, bağlantı iletişim kutusuna aşağıdaki kaynağı girin:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Küçük resimlerin isteğe bağlı olarak oluşturulması yüksek CPU ve bellek kullanımına neden olabilir. Kaynakları kısıtlı sunucular ve NAS cihazları için önerilmez.","Once a week":"Haftada bir","One album found":"Bir albüm bulundu","One entry added to %s":"Bir giriş %s'a eklendi","One entry removed from %s":"Bir giriş %s'dan kaldırıldı","One file found":"Bir dosya bulundu","One file uploaded":"Bir dosya yüklendi","One folder found":"Bir klasör bulundu","One label found":"Bir etiket bulundu","One person found":"Bir kişi bulundu","One picture found":"Bir resim bulundu","Only locally managed accounts can be set up for authentication with 2FA.":"2FA ile kimlik doğrulama için yalnızca yerel olarak yönetilen hesaplar ayarlanabilir.","Open":"Açık","optional":"isteğe bağlı","or":"veya","Orange":"Turuncu","Organization":"Organizasyon","Orientation":"Yönlendirme","Original file names will be stored and indexed.":"Orijinal dosya adları saklanacak ve indekslenecektir.","Original Name":"Orijinal Adı","Originals":"Orijinaller","Originals folder is empty":"Orijinaller klasörü boş","Other":"Diğer","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Misyonumuz, resimlerinizi düzenli ve erişilebilir tutmak için en kullanıcı ve gizlilik dostu çözümü sunmaktır.","Outdoor":"Dış mekan","Page {0}, Current page":"Sayfa {0}, Mevcut sayfa","Pages":"Sayfalar","Pagination Navigation":"Sayfalandırma Navigasyonu","Panorama":"Panorama","Panoramas":"Panoramalar","Part of all selected photos":"Seçilen tüm fotoğrafların bir kısmı","Part of some selected photos":"Seçilmiş bazı fotoğrafların bir kısmı","Password":"Şifre","Password changed":"Şifre Değiştirildi","Pause":"Duraklat","Payment required":"Ödeme gereklidir","People":"Kişi","People you share a link with will be able to view public contents.":"Bağlantı paylaştığınız kişiler herkese açık içerikleri görüntüleyebilecektir.","Permanently deleted":"Kalıcı olarak silindi","Permission denied":"İzin reddedildi","Person":"Kişi","Person cover updated":"Kişi kapağı güncellendi","Person deleted":"Kişi silindi","Person not found":"Kişi bulunamadı","Person saved":"Kurtarılan kişi","Personal":"Kişisel","Photo":"Fotoğraf","PhotoPrism is 100% self-funded and independent.":"PhotoPrism %100 kendi kendini finanse eder ve bağımsızdır.","PhotoPrism+ Membership":"PhotoPrism+ Üyeliği","Photos":"Fotoğraflar","Picture":"Resim","Picture Title":"Resim Başlığı","Pink":"Pembe","Pinned":"Sabitlenmiş","Place":"Yer","Place & Time":"Yer ve Zaman","Places":"Yerler","Play":"Oyun","Please confirm your new password.":"Lütfen yeni şifrenizi onaylayın.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Lütfen aşağıda verilen rastgele oluşturulmuş uygulama şifresini kopyalayın ve güvenli bir yerde saklayın, çünkü bunu bir daha göremeyeceksiniz:","Please do not upload any private, unlawful or offensive pictures.":"Lütfen özel, yasa dışı veya saldırgan resimler yüklemeyin.","Please don't upload photos containing offensive content.":"Lütfen saldırgan içerik barındıran fotoğraflar yüklemeyin.","Please enter OTP character {0}":"Lütfen OTP karakterini girin {0}","Please log in to your account":"Lütfen hesabınıza giriş yapın","Please note that changing your password will log you out on other devices and browsers.":"Lütfen şifrenizi değiştirdiğinizde diğer cihazlarda ve tarayıcılarda oturumunuzu kapatacağınızı unutmayın.","Please restart your instance for the changes to take effect.":"Değişikliklerin etkili olması için lütfen instance'ınızı yeniden başlatın.","Please wait…":"Lütfen bekleyin…","PM":"PM","PNG Size Limit: %{n}px":"PNG Boyut Sınırı: %{n}px","Portal":"Portal","Portrait":"Portre","Preserve filenames":"Dosya adlarını koru","Press enter to create a new album.":"Yeni bir albüm oluşturmak için enter tuşuna basın.","Press enter to create new item":"Yeni öğe oluşturmak için enter tuşuna basın","Prevent database and album backups as well as YAML sidecar files from being created.":"Veritabanı ve albüm yedeklerinin yanı sıra YAML sidecar dosyalarının oluşturulmasını önleyin.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Diğer uygulamaların PhotoPrism'e paylaşılan bir ağ sürücüsü olarak erişmesini engelleyin.","Preview":"Önizleme","Preview Images":"Önizleme Görüntüleri","Previous":"Önceki","Previous page":"Önceki sayfa","Previous visual":"Önceki görsel","Primary":"Birincil","Private":"Özel","Processing upload...":"Yükleme işlemi...","Product Feedback":"Ürün Geri Bildirimi","Projection":"Projeksiyon","Purple":"Mor","Quality Filter":"Kalite Filtresi","Quality Score":"Kalite Puanı","Quota exceeded":"Kota aşıldı","Random":"Rastgele","Rating {0} of {1}":"Değerlendirme {1}'in {0}'ı","Raw":"Raw","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"Önceden indekslenmiş ve değişmemiş dosyalar da dahil olmak üzere tüm orijinalleri yeniden indeksleyin.","Read-Only Mode":"Salt Okunur Modu","Recently Added":"Son Eklenenler","Recently Archived":"Yakın Zamanda Arşivlendi","Recently Edited":"Son zamanlarda Düzenlendi","Recognition starts after indexing has been completed.":"Tanıma işlemi indeksleme tamamlandıktan sonra başlar.","Recognized":"Tanımlanmış","Recovery Code":"Kurtarma Kodu","Red":"Kırmızı","Refresh":"Yenile","Regions":"Bölgeler","Register":"Kayıt Olun","Registration disabled":"Kayıt devre dışı bırakıldı","Reload":"Tekrar yükle","Reloading…":"Yeniden doldurma…","Remote Sync":"Uzaktan Senkronizasyon","Remove":"Kaldır","remove failed: unknown album":"kaldırma başarısız: bilinmeyen albüm","Remove from Album":"Albümden çıkar","Remove from all":"Tümünden kaldır","Remove from all selected photos":"Seçilen tüm fotoğraflardan kaldır","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Depolama alanından tasarruf etmek için içe aktarılan dosyaları kaldırın. Desteklenmeyen dosya türleri asla silinmez, mevcut konumlarında kalırlar.","Remove the selected instance from the cluster registry?":"Seçili örneği küme kayıt defterinden kaldırayım mı?","Removed":"Kaldırıldı","Removed %{name}":"%{name} kaldırıldı","Removed %d files and %d photos":"%d dosya ve %d fotoğraf kaldırıldı","Repeated":"Tekrarlanan","Request failed - are you offline?":"İstek başarısız oldu - çevrimdışı mısınız?","Request failed - invalid response":"İstek başarısız oldu - geçersiz yanıt","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Fotoğrafik olmayan ve düşük kaliteli görsellerin arama sonuçlarında görünmeden önce incelenmesini zorunlu kılın.","Resolution":"Çözünürlük","Restart":"Yeniden Başlat","Restore":"Geri Yükle","Restored":"Restore edildi","Retry Limit":"Yeniden Deneme Sınırı","Retype Password":"Şifrenizi yeniden yazın","Review":"İnceleme","Role":"Rol","Roles":"Roller","Rotated":"Döndürülmüş","Rows per page:":"Sayfa başına satır sayısı:","Satellite":"Uydu","Save":"Kaydet","Save changes":"Değişiklikleri kaydet","Scan":"Tara","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"QR kodunu kimlik doğrulayıcı uygulamanızla tarayın veya aşağıda gösterilen kurulum anahtarını kullanın ve ardından oluşturulan doğrulama kodunu girin:","Scans":"Taramalar","Scope":"Kapsam","Scopes":"Dürbünler","Search":"Arama","Season":"Sezon","Secret":"Gizli","Security and Access":"Güvenlik ve Erişim","Select":"Seç","Select a source folder to import files…":"Dosyaları içe aktarmak için bir kaynak klasör seçin…","Select date":"Tarih seçiniz","Select dates":"Tarihleri seçin","Select or create albums":"Albüm seçme veya oluşturma","Select or create labels":"Etiket seçme veya oluşturma","Select or drop files to upload…":"Yüklenecek dosyaları seçin veya bırakın…","Select the files to upload…":"Yüklenecek dosyaları seçin…","Select the folder to be indexed…":"Dizine eklenecek klasörü seçin…","Select Time":"Zaman Seçiniz","Selection":"Seçim","Selection added to %s":"Seçim %s'a eklendi","Selection approved":"Seçim onaylandı","Selection archived":"Seçim arşivlendi","Selection marked as private":"Özel olarak işaretlenmiş seçim","Selection not found":"Seçim bulunamadı","Selection restored":"Seçim geri yüklendi","Sequential Name":"Sıralı İsim","Service":"Hizmet","Service URL":"Hizmet URL'si","Services":"Hizmetler","Session":"Oturum","Session ID":"Oturum Kimliği","Sessions":"Oturumlar","Set as Album Cover":"Albüm Kapağı Olarak Ayarla","Set as Cover Image":"Kapak Resmi Olarak Ayarla","Settings":"Ayarlar","Settings saved":"Ayarlar kaydedildi","Setup":"Kurulum","Severity":"Ciddiyet","Share":"Paylaş","Share %{s}":"Paylaş %{s}","Show":"Göster","Show All Labels":"Tüm Etiketleri Göster","Show all new faces":"Tüm yeni yüzleri göster","Show Caption":"Başlık Göster","Show Captions":"Başlıkları Göster","Show face markers":"Yüz işaretlerini göster","Show hidden":"Gizli göster","Show Important Only":"Yalnızca Önemli Göster","Show logs in the web interface to monitor activity and troubleshoot problems.":"Etkinliği izlemek ve sorunları gidermek için web arayüzünde günlükleri gösterin.","Show smart albums that group pictures by occasion, trip, or location.":"Resimleri duruma, geziye veya konuma göre gruplayan akıllı albümleri gösterin.","Show the Account page so users can manage their profile and security settings.":"Kullanıcıların profillerini ve güvenlik ayarlarını yönetebilmeleri için Hesap sayfasını gösterin.","Show the Calendar view to browse the library by year and month.":"Kütüphaneye yıl ve aya göre göz atmak için Takvim görünümünü gösterin.","Show the Labels section to view and manage AI-generated labels.":"Yapay zeka tarafından oluşturulan etiketleri görüntülemek ve yönetmek için Etiketler bölümünü gösterin.","Show the Library section to index, manage, and monitor the media library.":"Medya kitaplığını dizine eklemek, yönetmek ve izlemek için Kitaplık bölümünü gösterin.","Show the Places view with interactive maps so you can browse photos by location.":"Fotoğraflara konuma göre göz atabilmeniz için Yerler görünümünü etkileşimli haritalarla gösterin.","Show Titles":"Başlıkları Göster","Sidecar":"Sidecar","Sidecar Files":"Sidecar Dosyaları","Sign in":"Giriş Yap","Sign Out":"Çıkış","Similar":"Benzer","Site URL":"Site URL'si","Size":"Boyut","Slideshow":"Slayt gösterisi","Slow":"Yavaş","Software":"Yazılım","Software Update":"Yazılım Güncellemesi","Some albums could not be copied":"Bazı albümler kopyalanamadı","Some albums could not be created. Please edit the names and try again.":"Bazı albümler oluşturulamadı. Lütfen isimleri düzenleyin ve tekrar deneyin.","Some albums could not be updated":"Bazı albümler güncellenemedi","Something went wrong, try again":"Bir şeyler ters gitti, tekrar deneyin","Sort by":"Göre sırala","Sort by Name (A–Z)":"Ada Göre Sırala (A-Z)","Sort by Photo Count":"Fotoğraf Sayısına Göre Sırala","Sort by Relevance":"Alaka Düzeyine Göre Sırala","Sort Order":"Sıralama düzeni","Sorted ascending.":"Artan şekilde sıralanmıştır.","Sorted descending.":"Azalan şekilde sıralandı.","Source":"Kaynak","Stack":"Yığın","Stack files sharing the same unique image or instance identifier.":"Aynı benzersiz görüntü veya örnek tanımlayıcısını paylaşan yığın dosyaları.","Stack pictures taken at the exact same time and location based on their metadata.":"Aynı zamanda ve konumda çekilen fotoğrafları meta verilerine göre yığınlayın.","Stackable":"İstiflenebilir","Stacks":"Yığınlar","Start":"Başla","Start Page":"Başlangıç Sayfası","Static Size Limit: %{n}px":"Statik Boyut Sınırı: %{n}px","Status":"Durum","Stay signed in on this device":"Bu cihazda oturumunuzu açık tutun","Stop Casting":"Dökümü Durdur","Storage":"Depolama","Streets":"Sokaklar","Subject":"Konu","Subject deleted":"Konu silindi","Subject not found":"Özne bulunamadı","Subject saved":"Konu kaydedildi","Successfully activated":"Başarıyla etkinleştirildi","Successfully Connected":"Başarıyla Bağlandı","Successfully deleted":"Başarıyla silindi","Successfully verified":"Başarıyla doğrulandı","Super Admin":"Süper Yönetici","Support for additional services, like Google Drive, will be added over time.":"Google Drive gibi ek hizmetler için destek zaman içinde eklenecektir.","Support Our Mission":"Misyonumuzu Destekleyin","Sync":"Eşitle","Sync raw and video files":"Ham ve video dosyalarını senkronize edin","Taken":"Alınmış","Teal":"Turkuaz","Terrain":"Arazi","Text":"Metin","Thank You for Your Support!":"Desteğiniz için teşekkürler!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Bu nedenle PhotoPrism, özgürlük, gizlilik veya işlevsellikten ödün vermeden ihtiyaç duyduğunuz her yerde çalışacak şekilde sıfırdan inşa edildi.","The index currently contains %{n} hidden files.":"Dizin şu anda %{n} gizli dosya içermektedir.","The instance rejected the cluster credentials.":"Sunucu, küme kimlik bilgilerini reddetti.","The instance returned an unexpected redirect.":"Örnek, beklenmedik bir yönlendirme döndürdü.","The wakeup interval is %s, but must be 1h or less":"Uyandırma aralığı %s'dır, ancak 1 saat veya daha az olmalıdır","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Formatları desteklenmiyor olabilir, henüz JPEG'e dönüştürülmemiş olabilirler veya kopyaları mevcut olabilir.","Theme":"Tema","This account is missing an ID and can't be edited.":"Bu hesabın kimlik numarası eksik ve düzenlenemiyor.","This field is required":"Bu alan zorunludur","This instance has no site URL configured.":"Bu örnekte yapılandırılmış bir site URL'si bulunmamaktadır.","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.":"Bu, orijinaller klasörünü bir ağ sürücüsü olarak bağlar ve dosyaları bilgisayarınızdan veya akıllı telefonunuzdan yerelmiş gibi açmanıza, düzenlemenize ve silmenize olanak tanır.","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. ":"Bu, orijinaller klasörünü bir ağ sürücüsü olarak bağlar ve dosyaları bilgisayarınızdan veya akıllı telefonunuzdan yerelmiş gibi açmanıza, düzenlemenize ve silmenize olanak tanır.","Time":"Zaman","Time UTC":"Zaman UTC","Time Zone":"Saat dilimi","Timeout":"Zaman aşımı","Title":{"":"Başlık","Account":"Başlık","Photo":"Başlık"},"Title / Position":"Başlık / Pozisyon","to":"için","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Hesabınızın kilitlenmesini önlemek için lütfen bu kurtarma kodunu şimdi indirin, yazdırın veya kopyalayın ve güvenli bir yerde saklayın.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Uygulamaya özel yeni bir şifre oluşturmak için lütfen uygulamanın adını ve yetki kapsamını girin ve bir son kullanma tarihi seçin:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Yeni bir kimlik doğrulama uygulamasına veya cihazına geçmek için önce iki faktörlü kimlik doğrulamayı devre dışı bırakın ve ardından yeniden etkinleştirin:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Yükseltme yapmak için bir aktivasyon kodu girebilir veya web sitemize kaydolmak için \"Kaydol\" düğmesine tıklayabilirsiniz:","Today":"Bugün","Toggle View":"Görünümü Değiştir","Token":"Token","Too many files selected":"Çok fazla dosya seçildi","Too many requests":"Çok fazla istek var","Troubleshooting":"Sorun Giderme","Try again using other filters or keywords.":"Başka filtreler veya anahtar kelimeler kullanarak tekrar deneyin.","Two-factor authentication has been enabled for your account.":"Hesabınız için iki faktörlü kimlik doğrulama etkinleştirildi.","Type":"Tip","Unable to delete":"Silinemiyor","Unable to do that":"Bunu yapamıyorum","Unassign":"Atamayı kaldır","Unauthorized":"Yetkisiz","Undo":"Geri al","Unique ID":"Benzersiz kimlik","Unknown":"Bilinmeyen","Unknown location":"Yeri bilinmiyor","Unregistered":"Kaydedilmemiş","Unsorted":"Sıralanmamış","Unstack":"Yığından çıkar","Unsupported":"Desteklenmiyor","Unsupported format":"Desteklenmeyen format","Unsupported type":"Desteklenmeyen tür","Updated":"Güncellendi","Updating faces":"Yüzleri güncelleme","Updating index":"Dizin güncelleniyor","Updating moments":"Anılar güncelliyor","Updating picture…":"Resim güncelleniyor…","Updating previews":"Önizlemeleri güncelleme","Updating stacks":"Yığınları güncelleme","Upgrade":"Yükseltme","Upgrade Now":"Şimdi Yükselt","Upload":"Yükle","Upload complete":"Yüklendi","Upload complete. Indexing…":"Yükleme tamamlandı. İndeksleniyor..","Upload failed":"Yükleme başarısız","Upload has been processed":"Yükleme işlemi tamamlandı","Upload local files":"Yerel dosyaları yükleme","Upload might be offensive":"Yükleme rahatsız edici olabilir","Upload Path":"Yükleme Yolu","Uploading %{n} of %{t}…":"%{t} içinden %{n} yüklüyor…","Uploading photos…":"Fotoğraf yükleniyor..","Uploading…":"Yükleniyor…","Uploads that may contain such images will be rejected automatically.":"Bu tür görüntüler içerebilecek yüklemeler otomatik olarak reddedilecektir.","URL":"URL","Use Presets":"Ön Ayarları Kullan","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Kimlik doğrulayıcı uygulamanızla geçerli bir doğrulama kodu oluşturamadığınızda hesabınıza erişmek için aşağıdaki kurtarma kodunu kullanın:","Use your recovery code or contact an administrator for help.":"Kurtarma kodunuzu kullanın veya yardım için bir yöneticiye başvurun.","User":"Kullanıcı","User Guide":"Kullanıcı rehberi","User Interface":"Kullanıcı arayüzü","User not found":"Kullanıcı bulunamadı","Username":"Kullanıcı Adı","Users":"Kullanıcılar","UUID":"UUID","Vector":"Vektör","Vectors":"Vektörler","Verification Code":"Doğrulama kodu","Verified email required":"Doğrulanmış e-posta adresi gereklidir.","Version":"Versiyon","Video":"Video","Video Duration":"Video Süresi","Videos":"Videolar","View":"Görünüm","View search results as a list.":"Arama sonuçlarını liste olarak görüntüleyin.","Viewer":"Görüntüleyici","Vision":"Vizyon","Visitor":"Ziyaretçi","Visual Similarity":"Görsel Benzerlik","Warning":"Uyarı","Web Login":"Web Girişi","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"WebDAV istemcileri aşağıdaki URL'yi kullanarak PhotoPrism'e bağlanabilir:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Microsoft'un Windows Gezgini veya Apple'ın Finder'ı gibi WebDAV istemcileri, PhotoPrism'e doğrudan bağlanabilir.","WebDAV Upload":"WebDAV Yükleme","WebGL support is disabled in your browser":"Tarayıcınızda WebGL desteği devre dışı bırakılmış","Website":"Website","White":"Beyaz","Work Details":"İş Detayları","Year":"Yıl","Yellow":"Sarı","Yes":"Evet","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Üyeliğinizle ilgili sorularınız için membership@photoprism.app adresinden bizimle iletişime geçebilirsiniz.","You can only download one album":"Yalnızca bir albüm indirebilirsiniz","You can only download one label":"Yalnızca bir etiket indirebilirsiniz","You can search for a location or move the marker on the map to change the position:":"Bir konumu arayabilir veya konumu değiştirmek için işaretçiyi harita üzerinde hareket ettirebilirsiniz:","You can upload up to %{n} files for test purposes.":"Test amacıyla %{n} adede kadar dosya yükleyebilirsiniz.","You cannot change your own role.":"Kendi rolünüzü değiştiremezsiniz.","You do not have access to any instances.":"Hiçbir örneğe erişiminiz yok.","You may only select one item":"Yalnızca bir öğe seçebilirsiniz","You may rescan your library to find additional faces.":"Başka yüzler bulmak için kütüphanenizi yeniden tarayabilirsiniz.","Your account could not be connected":"Hesabınız bağlanamadı","Your account has been successfully connected.":"Hesabınız başarıyla bağlandı.","Your browser does not support WebGL":"Tarayıcınız WebGL'yi desteklemiyor","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Devam eden desteğiniz düzenli güncellemeler sağlamamıza ve bağımsız kalmamıza yardımcı olur, böylece misyonumuzu yerine getirebilir ve gizliliğinizi koruyabiliriz.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Özel anların, gezilerin ve yerlerin albümlerini otomatik olarak oluşturmak için kitaplığınız sürekli olarak analiz edilir.","Zip created in %d s":"Zip %d s içinde oluşturuldu","Zoom in/out":"Yakınlaştır / uzaklaştır","Archive":{"Noun":"Arşiv","Verb":"Arşiv"},"Add a Title":{"Photo":"Başlık Ekleme"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/uk.json b/frontend/src/locales/json/uk.json index 5ad773c5e..944a28b45 100644 --- a/frontend/src/locales/json/uk.json +++ b/frontend/src/locales/json/uk.json @@ -1 +1 @@ -{"uk":{"{0} appended action":"{0} додана дія","{0} files":"{0} файли","{0} files ({1} in total)":"{0} файлів (всього {1})","{0} more":"{0} більше","{0} prepended action":"{0} відкладена дія","{0} selected":"{0} вибрано","{0}-{1} of {2}":"{0}-{1} з {2}","%{n} albums found":"%{n} альбомів знайдено","%{n} files uploaded":"%{n} файлів завантажено","%{n} folders found":"%{n} папок знайдено","%{n} GB of %{q} GB used":"%{n} Гб від %{q} ГБ використано","%{n} labels found":"%{n} міток знайдено","%{n} people found":"%{n} людей знайдено","%{n} pictures found":"%{n} зображень знайдено","%{s} is too long":"%{s} занадто довгий","%{s} is too short":"%{s} занадто короткий","%d entries added to %s":"%d записів додано до %s","%d entries removed from %s":"%d записів видалено з %s","%d files uploaded in %d s":"%d файлів вивантажено за %d с","%s already exists":"%s вже існує","%s has been restored":"%s було відновлено","1 hour":"1 година","12 hours":"12 годин","2-Factor Authentication":"2-факторна автентифікація","2FA":"2FA","4 hours":"4 години","A click will copy it to your clipboard.":"Копіювання до буферу обміну по кліку.","A new version of %{s} is available:":"Доступна нова версія %{s}:","About":"Про","Access granted.":"Доступ надано.","Access revoked.":"Доступ скасовано.","Access Token":"Токен доступу","Account":"Обліковий запис","Account created":"Обліковий запис створено","Account deleted":"Обліковий запис видалено","Account Group Mappings":"Відповідності груп облікових записів","Account not found":"Обліковий запис не знайдено","Account restored":"Обліковий запис відновлено","Account saved":"Обліковий запис збережено","Accounts":"Рахунки","Accuracy":"Точність","Action":"Дія","Actions":"Дії","Activate":"Активувати","Activate to remove sorting.":"Активуйте, щоб прибрати сортування.","Activate to sort ascending.":"Активуйте для сортування за зростанням.","Activate to sort descending.":"Активуйте для сортування за спаданням.","Activation Code":"Код активації","Activity":"Діяльність","Add":"Додати","Add %{s}?":"Додати %{s}?","Add a Caption":"Додати підпис","Add Account":"Додати обліковий запис","Add Album":"Додати Альбом","Add Link":"Додати посилання","Add Notes":"Додати примітки","Add person?":"Додати людину?","Add pictures from search results by selecting them.":"Додайте зображення з результатів пошуку, вибравши їх.","Add to album":"Додати до альбому","Add to all":"Додати до всіх","Add to all selected photos":"Додати до всіх вибраних фотографій","Added":"Додано","Added %{name}":"Додано %{name}","Adjust Camera Info":"Налаштування інформації про камеру","Adjust Date & Time":"Налаштувати дату та час","Adjust Location":"Налаштувати місце розташування","Admin":"Адміністратор","Advanced":"Розширені","Advertise URL":"Рекламувати URL-адресу","After 1 day":"Через 1 день","After 3 days":"Через 3 дні","After 7 days":"Через 7 днів","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Після введення пароля для підтвердження ви можете налаштувати двофакторну автентифікацію за допомогою сумісної програми або пристрою для автентифікації:","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 %s deleted":"Альбом %s видалено","Album Backups":"Резервні копії альбомів","Album contents cloned":"Вміст альбому клоновано","Album created":"Альбом створено","Album deleted":"Альбом видалено","Album not found":"Альбом не знайдено","Album saved":"Альбом збережено","Albums":"Альбоми","Albums deleted":"Альбом видалено","All":"Усе.","All %{n} albums loaded":"Усі %{n} альбомів завантажено","All %{n} labels loaded":"Усі %{n} міток завантажено","All %{n} people loaded":"Усі %{n} людей завантажено","All Cameras":"Усі фотокамери","All Categories":"Усі категорії","All Colors":"Усі кольори","All Countries":"Усі країни","All files from import folder":"Всі файли з папки імпорту","All Lenses":"Всі об'єктиви","All Months":"Всі місяці","All originals":"Всі оригінали","All Years":"Всі роки","Allow configuration and use of connected apps and services for remote uploads and sync.":"Дозволяє налаштовувати та використовувати підключені програми та сервіси для віддаленого завантаження та синхронізації.","Allow editing of metadata such as title, description, date, and location.":"Дозволяє редагувати метадані, такі як назва, опис, дата та місцезнаходження.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Дозволяє редагувати метадані, мітки та альбоми кількох зображень одночасно.","Allow files to be copied or moved from the Import to the Originals folder.":"Увімкніть інструмент \"Імпорт\", щоб скопіювати або перемістити файли з теки \"Імпорт\" до теки \"Оригінали\".","Allow files to be permanently deleted to free up storage space.":"Дозволяє безповоротно видаляти файли, щоб звільнити місце у сховищі.","Allow users to archive photos and videos so they are hidden without being deleted.":"Дозвольте користувачам архівувати фотографії та відео, щоб вони були приховані, але не видалялися.","Allow users to create and share links, and enable sharing with connected services.":"Дозвольте користувачам створювати посилання та ділитися ними, а також увімкніть обмін з підключеними сервісами.","Allow users to upload new photos and videos through the web interface.":"Дозвольте користувачам завантажувати нові фотографії та відео через веб-інтерфейс.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Крім того, ви можете завантажувати файли безпосередньо на сервери WebDAV, такі як Nextcloud.","Altitude":"Висота","Altitude (m)":"Висота (м)","AM":"AM","Animated":"Анімовані","Animation":"Анімація","Animations":"Анімація","Any private photos and videos remain private and won't be shared.":"Будь-які приватні фотографії та відео залишаються приватними та не будуть доступні іншим користувачам.","API Key":"Ключ API","Application":"Заявка","Applications":"Додатки","Approve":"Підтвердити","Approve and save changes":"Затвердити та зберегти зміни","Apps and Devices":"Програми та пристрої","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 delete this album?":"Ви впевнені, що хочете видалити цей альбом?","Are you sure you want to permanently delete these pictures?":"Ви впевнені що хочете остаточно видалити ці зображення?","Are you sure you want to permanently delete this file?":"Ви впевнені що хочете остаточно видалити цей файл?","Are you sure?":"Ви впевнені?","Artist":"Виконавець","Aspect Ratio":"Співвідношення сторін","Attributes":"Атрибути","Audio":"Аудіо","Audit Log":"Аудіо","Authentication":"Аутентифікація","Auto":"Авто","Back":"Назад","Back to top":"Повернутися до початку","Backup":"Резервне копіювання","Badge":"Значок","Base Path":"Базовий шлях","Batch":"Партія","Batch Edit":"Пакетне редагування","Become a member today, support our mission and enjoy our member benefits!":"Станьте членом сьогодні, підтримайте нашу місію та користуйтеся перевагами членства!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Будучи на 100% самофінансованими та незалежними, ми можемо пообіцяти вам, що ми ніколи не будемо продавати ваші дані і що ми завжди будемо прозорими щодо нашого програмного забезпечення та послуг.","Bio":"Біографія","Birth Date":"Дата народження","Black":"Чорний","Blue":"Синій","Brown":"Коричневий","Browse":"Переглянути","Browse Files":"Переглянути файли","Browse Pictures":"Перегляд зображень","Bug Report":"Звіт про помилку","Busy, please try again later":"Зайнято, спробуйте пізніше","Busy, please wait…":"Система зайнята, будь ласка, зачекайте…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Використовуючи програмне забезпечення та послуги, які ми надаємо, ви погоджуєтеся з нашими умовами надання послуг, політикою конфіденційності та кодексом поведінки.","Calendar":"Календар","Camera":"Камера","Camera not found":"Камеру не знайдено","Camera Serial":"Серійний номер камери","Can't access your authenticator app or device?":"Не можете отримати доступ до програми або пристрою автентифікації?","Can't load more, limit reached":"Не можна завантажити більше, досягнуто ліміту","Can't select more items":"Не можливо виділити більше елементів","Cancel":"Відмінити","Cannot copy to clipboard":"Неможливо скопіювати до буфера обміну","Caption":"Підпис","Cards":"Картки","Carousel slide {0} of {1}":"Карусельний слайд {0} з {1}","Cast":"Акторський склад","Category":"Категорія","Change Avatar":"Змінити аватар","Change Password":"Змінити пароль","Change private flag":"Змінити позначку приватності","Changes could not be saved":"Зміни не можливо зберегти","Changes successfully saved":"Зміни успішно збережено","Changes to the advanced settings require a restart to take effect.":"Зміни в розширених налаштуваннях потребують перезапуску, щоб набути чинності.","Checked":"Перевірено","Choose an instance to continue:":"Виберіть екземпляр, щоб продовжити:","Chroma":"Кoльоровість","Cleaning index and cache":"Очищення індексу та кешу","Cleanup":"Прибирання","Clear":"Чисто","Clear {0}":"Чисто {0}","Client":"Клієнт","Close":"Закрити","Cluster":"Кластер","Cluster Admin":"Адміністратор кластера","Cluster Node":"Кластерний вузол","Codec":"Кодек","Color":"Колір","Color Profile":"Профіль кольору","Colors":"Кольори","Compare Editions":"Порівняти видання","Complete Rescan":"Повне перескановування","Confidence":"Точність","Confirm":"Підтвердити","Connect":"Під'єднати","Connect via WebDAV":"Під'єднати через WebDAV","Connected":"Підключено","Contact Details":"Контактна інформація","Contact Us":"Зв'язатися з нами","Contains %{n} pictures.":"Містить %{n} зображень.","Contains one picture.":"Містить одне зображення.","Content":{"":"Зміст","Edit":"Зміст"},"Continue":"Продовжити","Contributor":"Дописувач","Converting":"Конвертація","Copied to clipboard":"Скопійовано у буфер обміну","Copy":"Копія","Copying files from %s":"Копіюємо файли з %s","Copyright":"Авторські права","Could not be deleted":"Не можливо видалити","Could not connect, please try again":"Не можливо підключитися, спробуйте знову","Could not update person cover":"Не вдалося оновити обкладинку особи","Couldn't find anything.":"Не можу знайти нічого.","Country":"Країна","Create Account":"Створити обліковий запис","Create album":"Створити альбом","Create regular backups based on the configured schedule.":"Створюйте регулярні резервні копії на основі налаштованого розкладу.","Create YAML files to back up album metadata.":"Створіть YAML-файли для резервного копіювання метаданих альбому.","Create YAML sidecar files to back up picture metadata.":"Створіть YAML-файли для резервного копіювання метаданих зображень.","Created":"Створено","Creating thumbnails for":"Створюю мініатюри для","Current Password":"Поточний пароль","Custom":"Нестандартний","Cyan":"Блакитний","Daily":"Щоденний","Database":"База даних","Database Backups":"Резервне копіювання бази даних","Databases":"Бази даних","Date & Time":"Дата та час","Day":"День","Deactivate":"Дезактивувати","Debug Logs":"Журнали налагодження","Default":"За замовчуванням","Default Folder":"Папка за замовчуванням","Delete":"Видалити","Delete Album":"Видалити альбом","Delete All":"Видалити все","Delete all?":"Видалити все?","Delete orphaned index entries, sidecar files and thumbnails.":"Видаляйте \"осиротілі\" індексні записи, допоміжні файли та мініатюри.","deleted":"видалено","Description":"Опис","Detailed instructions can be found in our User Guide.":"Детальні інструкції можна знайти в нашій Інструкції Користувача.","Details":"Подробиці","Dimensions":"Розміри","Disable all face detection and recognition features.":"Вимкніть усі функції виявлення та розпізнавання облич.","Disable Backups":"Вимкнути резервній копії","Disable Darktable":"Вимкнути Darktable","Disable ExifTool":"Вимкнути ExifTool","Disable Faces":"Вимкнути обличчя","Disable features that require write permission for the originals folder.":"Вимкніть функції, які вимагають дозволу на запис до папки оригіналів.","Disable FFmpeg":"Вимкнути FFmpeg","Disable ImageMagick":"Вимкнути ImageMagick","Disable interactive world maps and reverse geocoding.":"Вимкніть інтерактивні карти світу та зворотне геокодування.","Disable MCP":"Вимкнути MCP","Disable Places":"Вимкнути Місця","Disable RawTherapee":"Вимкнути RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Вимкніть кінцеву точку API Model Context Protocol (MCP) для інтеграції агентів ШІ.","Disable Vectors":"Вимкнути вектори","Disable WebDAV":"Вимкнути WebDAV","Disabled":"Вимкнено","Disables vector graphics support.":"Вимикає підтримку векторної графіки.","Disables video transcoding and thumbnail extraction.":"Вимикає перекодування відео та вилучення мініатюр.","Discard":"Викинути","Discard changes and close":"Відкинути зміни та закрити","Discard invalid changes?":"Відкинути недійсні зміни?","Discard unsaved changes?":"Відкинути незбережені зміни?","Discover":"Огляд","Dismiss":"Звільнити","Display Name":"Ім'я користувача","Display picture captions in search results.":"Відображати підписи до зображень у результатах пошуку.","Display picture titles in search results.":"Відображати назви зображень у результатах пошуку.","Document":"Документ","Documents":"Документи","Don't use Darktable to convert RAW images.":"Не використовуйте Darktable для перетворення RAW-зображень.","Don't use ImageMagick to convert images.":"Не використовуйте ImageMagick для перетворення зображень.","Don't use RawTherapee to convert RAW images.":"Не використовуйте RawTherapee для перетворення RAW-зображень.","Done":"Готово","Done.":"Готово.","Download":"Завантажити","Download only original media files, without any automatically generated files.":"Завантажуйте лише оригінальні медіафайли, без жодних автоматично згенерованих файлів.","Download remote files":"Завантаження віддалених файлів","Downloading…":"Завантаження…","Drag and drop files here":"Перетягніть файли сюди","Driver":"Водій","Duplicates will be skipped and only appear once.":"Дублікати пропускатимуться та з’являтимуться лише один раз.","Duration":"Тривалість","Dynamic Previews":"Динамічний попередній перегляд","Dynamic Size Limit: %{n}px":"Обмеження динамічного розміру: %{n}px","Edit":"Редагувати","Edit %{s}":"Редагувати %{s}","Edit Account":"Редагувати обліковий запис","Edit Photo":"Редагувати фото","Edit Photos (%{n})":"Редагувати фотографії (%{n})","Edited":"Відредаговано","Email":"Електронна пошта","Enable debug mode to display additional logs and help with troubleshooting.":"Увімкніть режим налагодження для відображення додаткових журналів і допомоги з усуненням несправностей.","Enable downloading of original and sidecar files from the web interface.":"Увімкніть завантаження файлів оригіналу та додатків з веб-інтерфейсу.","Enable face recognition and the People view to easily find people you know.":"Увімкніть розпізнавання облич та перегляд \"Люди\", щоб легко знаходити знайомих.","Enable new features that may be incomplete or unstable.":"Увімкніть нові функції, які можуть бути неповними або нестабільними.","Enable the file browser to navigate the Originals folder structure.":"Увімкніть браузер файлів для навігації по структурі папок Оригіналів.","Enables RAW converter presets. May reduce performance.":"Увімкнути попередньо встановлені налаштування конвертера RAW. Може знизити продуктивність.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Увімкнення двофакторної автентифікації означає, що для входу вам знадобиться випадково згенерований код підтвердження, тож навіть якщо хтось отримає доступ до вашого пароля, він не зможе отримати доступ до вашого облікового запису.","Engine":"Двигун","Enter date":"Введіть дату","Enter dates":"Введіть дати","Enter item name...":"Введіть назву товару...","Enter the code generated by your authenticator app:":"Введіть код, згенерований вашим додатком-автентифікатором:","Enter verification code":"Введіть код верифікації","Enter your password to confirm the action and continue:":"Введіть пароль для підтвердження дії та продовжуйте:","Entity not found":"Об'єкт не знайдено","Error":"Помилка","Errors":"Помилки","Estimate":"Оцінка","Estimate Locations":"Приблизні місця розташування","Estimate the approximate location of pictures without GPS coordinates.":"Оцініть приблизне місцезнаходження знімків без GPS-координат.","Every two days":"Кожні два дні","Exclude hidden":"Виключаючи приховані","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Вилучення метаданих за допомогою ExifTool необхідне для повної підтримки відео, живих фото та XMP.","Experimental Features":"Експериментальні можливості","Expires":"Закінчується","Exposure":"Експозиція","Extract still images and generate thumbnails while indexing.":"Витягуйте нерухомі зображення та створюйте мініатюри під час індексування.","F Number":"Діафрагма","Face":"Обличчя","Face not found":"Обличчя не знайдено","Faces":"Обличчя","Failed creating file, please check permissions":"Помилка створення файла, перевірте дозволи","Failed creating folder, please check permissions":"Не вдалося створити папку, перевірте права доступу","Failed removing link":"Не вдалось видалити посилання","Failed to connect account.":"Не вдалося підключити обліковий запис.","Failed to create zip file":"Не вдалося створити zip-файл","Failed to load users.":"Не вдалося завантажити користувачів.","Failed to remove face marker":"Не вдалося видалити маркер для обличчя","Failed to remove name":"Не вдалося видалити ім'я","Failed to restart server":"Не вдалося перезапустити сервер","Failed to save changes":"Не вдалося зберегти зміни","Failed to save face marker":"Не вдалося зберегти маркер обличчя","Failed to save name":"Не вдалося зберегти ім'я","Failed updating link":"Не вдалось оновити посилання","Family Name":"Прізвище","Fast":"Швидко","Favorite":"Вибрані","Favorites":"Вибране","Feature disabled":"Функцію вимкнено","Feature Request":"Запит можливостей","Female":"Жінка","File":"Файл","File Browser":"Оглядач файлів","File Conversion":"Перетворення файлів","File deleted":"Файл видалено","File Name":"Ім'я файлу","File not found":"Файл не знайдено","File removed from stack":"Файл видалено з стеку","File Size":"Розмір файлу","File too large":"Файл занадто великий","File uploaded":"Файл завантажено","Filename":"Ім'я файла","Files":"Файли","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Файли з послідовними іменами як 'IMG_1234 (2)' і 'IMG_1234 (3)' вважати тим самим зображенням.","First page":"Перша сторінка","Focal Length":"Фокусна відстань","Folder":"Папка","Folder contains %{n} files":"Папка містить %{n} файлів","Folder is empty":"Папка порожня","Folders":"Папки","Forgot password?":"Забули пароль?","FPS":"к/с","Frames":"Кадрів","Full Access":"Повний доступ","Fullscreen":"Повний екран","General":"Загальний","Generate":"Генерувати","Generate Previews":"Створювати попередній перегляд","Generated":"Згенеровано","Get Started":"Початок роботи","Given Name":"Прізвище, ім'я та по батькові","Global Options":"Глобальні опції","Go to page {0}":"Перейти на сторінку {0}","Gold":"Золотий","Green":"Зелений","Grey":"Сірий","Groups":"Групи","Guest":"Гість","Hash":"Хеш","Help":"Допомога","Help & Support":"Допомога і Підтримка","Hidden":"Приховані","Hidden Files":"Приховані файли","Hide":"Приховати","Hide Caption":"Приховати підпис","Hide face markers":"Приховати маркери обличчя","Hide private content from global views while keeping it accessible in the Private section.":"Приховуйте приватні елементи від загального перегляду, залишаючи їх доступними в розділі \"Приватне\".","High":"Високий","High Dynamic Range (HDR)":"Високий Динамічний Діапазон(HDR)","Hybrid":"Гібридний","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Якщо ви втратите доступ до програми або пристрою автентифікатора, ви можете скористатися кодом відновлення, щоб відновити доступ до свого облікового запису.","Image":"Зображення","Image Quality":"Якість зображення","Import":"Імпортувати","Import canceled":"Імпортування скасовано","Import completed in %d s":"Імпортування тривало %d с","Import failed":"Імпортування невдале","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Імпортовані файли будуть відсортовані по даті та отримають унікальні імена для уникнення дублікатів.","Importing %{s}…":"Імпортуємо %{s}…","Importing files to originals…":"Імпортуємо файли в теку оригіналів…","in":"в","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"У випадку якщо очікувані зображення відсутні, будь-ласка перескануйте вашу бібліотеку та зачекайте поки індексування закінчиться.","Include RAW image files when downloading stacks and archives.":"Завантажуючи стеки та архіви, додавайте файли зображень у форматі RAW.","Include sidecar files when downloading stacks and archives.":"Завантажуючи стеки та архіви, додавайте до них файли-супровідники.","Increase storage size or delete files to continue.":"Збільште розмір сховища або видаліть файли, щоб продовжити.","Index":"Індекс","Indexing":"Індексування","Indexing canceled":"Індексування скасовано","Indexing completed in %d s":"Індексування тривало %d с","Indexing failed":"Індексування не вдалось","Indexing files in %s":"Індексуємо файли в %s","Indexing media and sidecar files…":"Індексування мультимедійних і файлів додаткової інформації…","Indexing originals...":"Індексуємо оригінали...","Information":"Інформація","Inherit":"Успадковувати","Instance":"Примірник","Instance ID":"Ідентифікатор екземпляра","Instance unreachable. Try again once it's back online.":"Не вдається підключитися до екземпляра. Спробуйте ще раз, коли він знову з'явиться в мережі.","Instances":"Екземпляри","Insufficient storage":"Недостатнє зберігання","Insufficient storage.":"Недостатнє зберігання.","Interval":"Інтервал","Invalid":"Недійсний","Invalid address":"Неправильна адреса","Invalid country":"Невірна країна","Invalid credentials":"Недійсні облікові дані","Invalid date":"Невірна дата","Invalid link":"Невірне посилання","Invalid name":"Невірне ім'я","Invalid parameters":"Неправильні параметри","Invalid password, please try again":"Невірний пароль, спробуйте знову","Invalid photo selected":"Вибрано невірне фото","Invalid time":"Неправильний час","Invalid URL":"Неправильна URL-адреса","Invalid verification code, please try again":"Невірний код верифікації, спробуйте знову","IP Address":"IP-адреса","It is a one-time use code that will disable 2FA for your account when you use it.":"Це одноразовий код, який вимикає 2FA для вашого облікового запису, коли ви його використовуєте.","Item":"Елемент","Items per page:":"Елементи на сторінку:","JPEG Quality: %{n}":"Якість JPEG: %{n}","JPEG Size Limit: %{n}px":"Обмеження розміру JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG та мініатюри автоматично відтворюються за потреби.","Keyword":"Ключове слово","Keywords":"Ключові слова","Label":"Мітка","Label not found":"Мітку не знайдено","Label saved":"Мітку збережено","Labels":"Мітки","Labels deleted":"Мітки видалено","Language":"Мова","Last Active":"Останній активний","Last Login":"Останній вхід","Last page":"Остання сторінка","Last Sync":"Остання синхронізація","Last Used":"Останнє використання","Latitude":"Широта","LDAP/AD":"LDAP/AD","Learn more":"Дізнатися більше","Learn More":"Дізнатися більше","Legal Information":"Юридична інформація","Lens":"Об'єктив","Lens not found":"Об'єктив не знайдено","Library":"Бібліотека","License":"Ліцензія","Like":"Вподобання","Lime":"Лаймовий","Limit reached, showing first %{n} files":"Ліміт досягнуто, показано перші %{n} файлів","Link":"Посилання","List":"Список","List View":"Перегляд списку","Live":"Live фото","Live Photos":"Живі фото","Load more":"Завантажити більше","Loading items...":"Завантажуємо товари...","Loading...":"Завантаження...","Local":"Місцевий","Local Time":"Місцевий час","Location":"Місцезнаходження","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Повідомлення журналу з’являються тут щоразу, коли PhotoPrism натрапляє на пошкоджені файли або виникають інші потенційні проблеми.","Login":"Увійти в систему","Logs":"Журнали","Longitude":"Довгота","Lost server connection":"Втрачено з'єднання з сервером","Low":"Низький","Magenta":"Маджента","Main Color":"Основний колір","Male":"Чоловік","Manage Account":"Керувати обліковим записом","Manager":"Менеджер","Manual":"Посібник","Manual Upload":"Вивантаження вручну","Maps":"Карти","Marker":"Маркер","Maximum number of accounts has been reached.":"Досягнуто максимальної кількості акаунтів.","Media":"Медіа","Medium":"Середній","Membership":"Членство","Merge %{a} with %{b}?":"Об'єднати %{a} із %{b}?","Message":"Повідомлення","Metadata":"Метадані","Metrics":"Метрики","Minimize":"Мінімізувати","Missing":"Відсутнє","Missing or invalid configuration":"Відсутня або невірна конфігурація","mixed":"змішаний","Moments":"Моменти","Monochrome":"Монохромні","Month":"Місяць","More options":"Більше можливостей","Mosaic":"Мозаїка","Most Relevant":"Найбільш актуальні","Move Files":"Перемістити файли","Moving files from %s":"Переносимо файли з %s","Must have at least %{n} characters.":"Повинно містити не менше %{n} символів.","Mute":"Вимкнути звук.","Name":"Ім'я","Name too long":"Задовге ім'я","Never":"Ніколи","New":"Нові","New Password":"Новий пароль","Newest First":"Спочатку найновіші","Next":"Далі","Next page":"Наступна сторінка","Next visual":"Наступна візуалізація","No":"Немає","No Access":"Доступ заборонено","No albums assigned":"Немає призначених альбомів","No albums found":"Альбоми не знайдено","No albums selected":"Альбоми не вибрано","No data available":"Дані відсутні","No files available for download":"Немає доступних файлів для завантаження","No items selected":"Нічого не вибрано","No labels assigned":"Етикетки не призначені","No labels found":"Мітки не знайдено","No labels selected":"Мітки не вибрано","No matching records found":"Відповідних записів не знайдено","No more":"Досить","No people found":"Людей не знайдено","No pictures found":"Зображення не знайдено","No recently edited pictures":"Немає нещодавно відредагованих зображень","No registered instances.":"Зареєстрованих екземплярів немає.","No results":"Немає результатів","No server connection":"Немає з'єднання з сервером","No servers configured.":"Сервери не налаштовано.","No services configured.":"Служби не налаштовані.","No thanks":"Ні, дякую","No users on this instance.":"У цьому екземплярі немає користувачів.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Немає попереджень або помилок із цим ключовим словом. Зауважте, що пошук чутливий до регістру.","Node":"Вузол","Nodes":"Вузли","Non-photographic and low-quality images require a review before they appear in search results.":"Нефотографічні та низькоякісні зображення потребують перевірки, перш ніж з’являться в результатах пошуку.","None":"Жодного","Not allowed":"Не можна","Not available in public mode":"Недоступно в публічному режимі","Not available in read-only mode":"не доступно в режимі \"тільки читання\"","Not found":"Не знайдено","Not sorted.":"Не відсортовано.","Not supported":"Не підтримується","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, можна налаштувати як віддалену службу для резервного копіювання та вивантаження файлів.","Notes":"Примітки","Nothing to see here yet.":"Поки що тут немає на що дивитися.","Nothing was found.":"Нічого не знайшли.","Offline":"Поза мережею","OK":"ГАРАЗД.","Oldest First":"Спочатку найстарші","On Windows, enter the following resource in the connection dialog:":"У Windows, введіть наступний ресурс у діалоговому вікні підключення:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Генерація мініатюр на вимогу може спричинити високе навантаження на процесор і пам'ять. Не рекомендується для серверів з обмеженими ресурсами та NAS-пристроїв.","Once a week":"Раз на тиждень","One album found":"Один альбом знайдено","One entry added to %s":"Один запис додано до %s","One entry removed from %s":"Один запис видалено з %s","One file found":"Один файл знайдено","One file uploaded":"Один файл вивантажено","One folder found":"Одну папку знайдено","One label found":"Одну мітку знайдено","One person found":"Одну людину знайдено","One picture found":"Одне зображення знайдено","Only locally managed accounts can be set up for authentication with 2FA.":"Лише локально керовані облікові записи можна налаштувати для автентифікації за допомогою 2FA.","Open":"Відкрито","optional":"необов'язковий","or":"або","Orange":"Оранжевий","Organization":"Організація","Orientation":"Орієнтація","Original file names will be stored and indexed.":"Оригінальні назви файлів будуть збережені та проіндексовані.","Original Name":"Оригінальна назва","Originals":"Оригінали","Originals folder is empty":"Папка з оригіналами порожня","Other":"Інше","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Наша місія полягає в тому, щоб надати найбільш зручне для користувача та конфіденційності рішення, щоб ваші зображення були впорядкованими та доступними.","Outdoor":"На відкритому повітрі","Page {0}, Current page":"Сторінка {0}, Поточна сторінка","Pages":"Сторінки","Pagination Navigation":"Навігація по сторінках","Panorama":"Панорама","Panoramas":"Панорами","Part of all selected photos":"Частина всіх вибраних фотографій","Part of some selected photos":"Частина вибраних фотографій","Password":"Пароль","Password changed":"Пароль змінено","Pause":"Пауза","Payment required":"Необхідно здійснити оплату","People":"Люди","People you share a link with will be able to view public contents.":"Люди, з котрими ви поділилися посиланням, зможуть переглядати загальнодоступний вміст.","Permanently deleted":"Остаточно видалено","Permission denied":"В доступі відмовлено","Person":"Людина","Person cover updated":"Оновлена обкладинка персоналії","Person deleted":"Людина видалена","Person not found":"Особистість не знайдена","Person saved":"Людина збережена","Personal":"Особисте","Photo":"Фото","PhotoPrism is 100% self-funded and independent.":"PhotoPrism на 100% самофінансується та є незалежною організацією.","PhotoPrism+ Membership":"Членство в PhotoPrism+","Photos":"Фотографії","Picture":"Зображення","Picture Title":"Назва зображення","Pink":"Рожевий","Pinned":"Прикріплено","Place":"Місце","Place & Time":"Місце і час","Places":"Місця","Play":"Грати","Please confirm your new password.":"Будь-ласка підтвердіть ваш новий пароль.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Будь ласка, скопіюйте цей випадково згенерований пароль програми та зберігайте його в надійному місці, оскільки ви більше не зможете його побачити:","Please do not upload any private, unlawful or offensive pictures.":"Будь ласка, не завантажуйте жодних приватних, незаконних або образливих зображень.","Please don't upload photos containing offensive content.":"Будь ласка, не завантажуйте фотографії образливого змісту.","Please enter OTP character {0}":"Будь ласка, введіть символ OTP {0}","Please log in to your account":"Будь ласка, увійдіть до свого облікового запису","Please note that changing your password will log you out on other devices and browsers.":"Зверніть увагу, що зміна пароля призведе до виходу з системи на інших пристроях та браузерах.","Please restart your instance for the changes to take effect.":"Будь ласка, перезапустіть ваш екземпляр, щоб зміни набули чинності.","Please wait…":"Будь ласка, зачекайте…","PM":"ПРЕМ'ЄР-МІНІСТР","PNG Size Limit: %{n}px":"Обмеження розміру PNG: %{n}px","Portal":"Портал","Portrait":"Портрет","Preserve filenames":"Зберігати імена файлів","Press enter to create a new album.":"Натисність Enter щоб створити новий альбом.","Press enter to create new item":"Натисніть enter, щоб створити новий елемент","Prevent database and album backups as well as YAML sidecar files from being created.":"Запобігайте створенню резервних копій баз даних і альбомів, а також додаткових файлів YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Заборонити іншим програмам доступ до PhotoPrism як до спільного мережевого диска.","Preview":"Попередній перегляд","Preview Images":"Попередній перегляд зображень","Previous":"Попередні","Previous page":"Попередня сторінка","Previous visual":"Попереднє зображення","Primary":"Первинний","Private":"Приватний","Processing upload...":"Обробка завантаження...","Product Feedback":"Відгуки про продукт","Projection":"Проекція","Purple":"Пурпурний","Quality Filter":"Фільтр якості","Quality Score":"Показник якості","Quota exceeded":"Перевищено квоту","Random":"Випадковий","Rating {0} of {1}":"Рейтинг {0} з {1}","Raw":"Raw файли","RAW":"RAW файли","Re-index all originals, including already indexed and unchanged files.":"Переіндексуйте усі оригінали, включаючи вже проіндексовані та незмінені файли.","Read-Only Mode":"Режим «тільки для читання»","Recently Added":"Нещодавно додані","Recently Archived":"Нещодавно заархівовані","Recently Edited":"Нещодавно відредаговані","Recognition starts after indexing has been completed.":"Розпізнавання почнеться після завершення індексації.","Recognized":"Розпізнані","Recovery Code":"Код відновлення","Red":"Червоний","Refresh":"Оновити","Regions":"Регіони","Register":"Зареєструватися","Reload":"Перезавантажити","Reloading…":"Перезавантаження…","Remote Sync":"Віддалена синхронізація","Remove":"Видалити","remove failed: unknown album":"не вдалося видалити: невідомий альбом","Remove from Album":"Видалити з альбому","Remove from all":"Видалити з усіх","Remove from all selected photos":"Видалити з усіх вибраних фотографій","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Вилучіть імпортовані файли, щоб заощадити пам’ять. Непідтримувані типи файлів ніколи не будуть видалені, вони залишаться в поточному місці.","Remove the selected instance from the cluster registry?":"Видалити вибраний екземпляр з реєстру кластера?","Removed":"Видалено","Removed %{name}":"Видалено %{name}","Removed %d files and %d photos":"Видалено %d файлів та %d фотографій","Repeated":"Повторюється","Request failed - are you offline?":"Запит не виконано - ви не в мережі?","Request failed - invalid response":"Запит не виконано – недійсна відповідь","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Вимагайте, щоб нефотографічні та неякісні зображення проходили перевірку перед тим, як вони з'являться в результатах пошуку.","Resolution":"Роздільна здатність","Restart":"Перезавантажити","Restore":"Відновити","Restored":"Відновлено","Retry Limit":"Ліміт повторних спроб","Retype Password":"Введіть пароль повторно","Review":"Потребують перевірки","Role":"Роль","Roles":"Ролі","Rotated":"Обертається","Rows per page:":"Рядки на сторінці:","Satellite":"Супутник","Save":"Зберегти","Save changes":"Зберегти зміни","Scan":"Сканувати","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Відскануйте QR-код за допомогою програми автентифікації або скористайтеся ключем налаштування, показаним нижче, а потім введіть згенерований код підтвердження:","Scans":"Відскановані","Scope":"Сфера застосування","Scopes":"Сфери застосування","Search":"Пошук","Season":"Сезон","Secret":"Таємний","Security and Access":"Безпека та доступ","Select":"Вибрати","Select a source folder to import files…":"Виберіть вихідну папку для імпорту файлів…","Select date":"Виберіть дату","Select dates":"Виберіть дати","Select or create albums":"Виберіть або створіть альбоми","Select or create labels":"Виберіть або створіть етикетки","Select or drop files to upload…":"Виберіть або перетягніть файли для завантаження…","Select the files to upload…":"Виберіть файли для завантаження…","Select the folder to be indexed…":"Виберіть папку для індексації…","Select Time":"Виберіть час","Selection":"Вибір","Selection added to %s":"Вибір додано до %s","Selection approved":"Вибір затверджено","Selection archived":"Вибране заархівовано","Selection marked as private":"Вибіране позначено як приватне","Selection not found":"Вибір не знайдено","Selection restored":"Вибране відновлено","Sequential Name":"Послідовне ім'я","Service":"Сервіс","Service URL":"URL служби","Services":"Послуги","Session":"Сесія","Session ID":"Ідентифікатор сеансу","Sessions":"Сесії","Set as Album Cover":"Встановити як обкладинку альбому","Set as Cover Image":"Встановити як зображення обкладинки","Settings":"Налаштування","Settings saved":"Налаштування збережено","Setup":"Налаштувати","Severity":"Тяжкість","Share":"Поділитися","Share %{s}":"Поділитися %{s}","Show":"Показати","Show All Labels":"Показати всі ярлики","Show all new faces":"Показати всі нові обличчя","Show Caption":"Показати підпис","Show Captions":"Показати субтитри","Show face markers":"Показати маркери обличчя","Show hidden":"Показати приховані","Show Important Only":"Показати тільки важливе","Show logs in the web interface to monitor activity and troubleshoot problems.":"Відображення журналів у веб-інтерфейсі для моніторингу активності та усунення проблем.","Show smart albums that group pictures by occasion, trip, or location.":"Показуйте \"розумні\" альбоми, які групують фотографії за подіями, подорожами або місцезнаходженням.","Show the Account page so users can manage their profile and security settings.":"Покажіть сторінку облікового запису, щоб користувачі могли керувати своїм профілем і налаштуваннями безпеки.","Show the Calendar view to browse the library by year and month.":"Покажіть подання \"Календар\", щоб переглянути бібліотеку за роками та місяцями.","Show the Labels section to view and manage AI-generated labels.":"Відкрийте розділ Мітки, щоб переглядати та керувати мітками, створеними штучним інтелектом.","Show the Library section to index, manage, and monitor the media library.":"Покажіть розділ Бібліотека, щоб індексувати, керувати та контролювати медіатеку.","Show the Places view with interactive maps so you can browse photos by location.":"Увімкніть подання \"Місця\" з інтерактивними мапами, щоб ви могли переглядати фотографії за місцем розташування.","Show Titles":"Показати заголовки","Sidecar":"Додатковий вміст","Sidecar Files":"Файли для колясок","Sign in":"Увійти","Sign Out":"Вийти","Similar":"Схожі","Site URL":"URL-адреса сайту","Size":"Розмір","Slideshow":"Слайд-шоу","Slow":"Повільний","Software":"Програмне забезпечення","Software Update":"Оновлення програмного забезпечення","Some albums could not be copied":"Деякі альбоми неможливо було скопіювати","Some albums could not be created. Please edit the names and try again.":"Деякі альбоми не вдалося створити. Будь ласка, відредагуйте назви і спробуйте ще раз.","Some albums could not be updated":"Деякі альбоми не вдалося оновити","Something went wrong, try again":"Щось пішло не так, спробуйте ще раз","Sort by":"Сортувати за","Sort by Name (A–Z)":"Сортувати за назвою (A-Z)","Sort by Photo Count":"Сортувати за кількістю фотографій","Sort by Relevance":"Сортувати за релевантністю","Sort Order":"Порядок сортування","Sorted ascending.":"Відсортовано за зростанням.","Sorted descending.":"Відсортовано за спаданням.","Source":"Джерело","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":"Групи","Start":"Почати","Start Page":"Початкова сторінка","Static Size Limit: %{n}px":"Обмеження статичного розміру: %{n}px","Status":"Статус","Stay signed in on this device":"Залишайтеся в системі на цьому пристрої","Stop Casting":"Припинити лиття","Storage":"Сховище","Streets":"Вулиці","Subject":"Тема","Subject deleted":"Тема видалена","Subject not found":"Тема не знайдена","Subject saved":"Тема збережена","Successfully activated":"Активація успішна","Successfully Connected":"Успішно підключено","Successfully deleted":"Успішно видалено","Successfully verified":"Верифікація успішна","Super Admin":"Супер адміністратор","Support for additional services, like Google Drive, will be added over time.":"Підтримка додаткових служб, як Google Drive, буде додана з часом.","Support Our Mission":"Підтримайте нашу місію","Sync":"Синхронізація","Sync raw and video files":"Синхронізація файлів у форматі raw і відео","Taken":"Занято","Teal":"Бірюзовий","Terrain":"Місцевість","Text":"Текст","Thank You for Your Support!":"Дякуємо за Вашу підтримку!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Саме тому PhotoPrism був створений з нуля, щоб працювати там, де вам потрібно, без шкоди для свободи, конфіденційності та функціональності.","The index currently contains %{n} hidden files.":"Індекс наразі містить %{n} прихованих файлів.","The instance rejected the cluster credentials.":"Інстанція відхилила облікові дані кластера.","The instance returned an unexpected redirect.":"Інстанція повернула несподіване перенаправлення.","The wakeup interval is %s, but must be 1h or less":"Інтервал пробудження становить %s, але має становити 1 годину або менше","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Можливо, їх формат не підтримується, вони ще не перетворені на JPEG або є дублікати.","Theme":"Тема","This account is missing an ID and can't be edited.":"У цього облікового запису відсутній ідентифікатор, тому його неможливо редагувати.","This field is required":"Це поле обов'язкове для заповнення","This instance has no site URL configured.":"Для цього екземпляра не налаштовано URL-адресу сайту.","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 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. ":"Це монтує папку оригіналів як мережевий диск і дозволяє відкривати, редагувати та видаляти файли з вашого комп’ютера чи смартфона, наче вони локальні.","Time":"Час","Time UTC":"Час за UTC","Time Zone":"Часовий пояс","Timeout":"Час вийшов","Title":{"":"Заголовок","Account":"Заголовок","Photo":"Заголовок"},"Title / Position":"Звання / посада","to":"до","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Щоб уникнути блокування доступу до облікового запису, завантажте, роздрукуйте або скопіюйте цей код відновлення зараз і зберігайте його в безпечному місці.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Щоб згенерувати новий пароль програми, введіть ім’я та область авторизації програми та виберіть термін дії:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Щоб перейти на нову програму або пристрій для автентифікації, спочатку вимкніть двофакторну автентифікацію, а потім знову активуйте її:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Щоб оновити версію, ви можете ввести код активації або натиснути кнопку \"Зареєструватися\", щоб зареєструватися на нашому сайті:","Today":"Сьогодні","Toggle View":"Перемкнути перегляд","Token":"Токен","Too many files selected":"Вибрано занадто багато файлів","Too many requests":"Занадто багато запитів","Troubleshooting":"Усунення несправностей","Try again using other filters or keywords.":"Спробуйте ще раз, використовуючи інші фільтри або ключові слова.","Two-factor authentication has been enabled for your account.":"Для вашого облікового запису ввімкнено двофакторну автентифікацію.","Type":"Тип","Unable to delete":"Неможливо видалити","Unable to do that":"Не можу цього зробити","Unassign":"Відмінити.","Unauthorized":"Несанкціонований","Undo":"Відмінити","Unique ID":"Унікальний ідентифікатор","Unknown":"Невідомий","Unknown location":"Місцезнаходження невідоме","Unregistered":"Незареєстрований","Unsorted":"Невідсортовані","Unstack":"Розгрупувати","Unsupported":"Не підтримується","Unsupported format":"Непідтримуваний формат","Unsupported type":"Непідтримуваний тип","Updated":"Оновлено","Updating faces":"Оновлення облич","Updating index":"Оновлення індексу","Updating moments":"Оновлення моментів","Updating picture…":"Оновлення зображення…","Updating previews":"Оновлення попереднього перегляду","Updating stacks":"Оновлення стеків","Upgrade":"Оновлення","Upgrade Now":"Оновити зараз","Upload":"Вивантажити","Upload complete":"Вивантаження завершено","Upload complete. Indexing…":"Вивантаження завершено. Індексація…","Upload failed":"Помилка вивантаження","Upload has been processed":"Завантаження оброблено","Upload local files":"Вивантажити локальні файли","Upload might be offensive":"Завантаження може бути образливим","Upload Path":"Шлях завантаження","Uploading %{n} of %{t}…":"Вивантаження %{n} з %{t}…","Uploading photos…":"Вивантаження фотографій…","Uploading…":"Вивантаження…","Uploads that may contain such images will be rejected automatically.":"Вивантаження, які можуть містити такі зображення, автоматично відхилятимуться.","URL":"URL-адреса","Use Presets":"Використовуйте попередні налаштування","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Використовуйте такий код відновлення, щоб отримати доступ до свого облікового запису, якщо ви не можете створити дійсний код підтвердження за допомогою програми автентифікації:","Use your recovery code or contact an administrator for help.":"Скористайтеся кодом відновлення або зверніться по допомогу до адміністратора.","User":"Користувач","User Guide":"Посібник користувача","User Interface":"Інтерфейс користувача","User not found":"Користувача не знайдено","Username":"Ім'я користувача","Users":"Користувачі","UUID":"UUID","Vector":"Вектор","Vectors":"Вектори","Verification Code":"Код підтвердження","Version":"Версія","Video":"Відео","Video Duration":"Тривалість відео","Videos":"Відео","View":"Вид","View search results as a list.":"Переглянути результати пошуку у вигляді списку.","Viewer":"Глядач","Vision":"Бачення","Visitor":"Відвідувач","Visual Similarity":"Візуальна схожість","Warning":"Попередження","Web Login":"Веб-логін","WebDAV":"WebDAV","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 Explorer від Microsoft або Finder від Apple, можуть підключатися безпосередньо до PhotoPrism.","WebDAV Upload":"Вивантаження WebDAV","WebGL support is disabled in your browser":"У вашому браузері вимкнено підтримку WebGL","Website":"Веб-сайт","White":"Білий","Work Details":"Деталі роботи","Year":"Рік","Yellow":"Жовтий","Yes":"Так","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Ви можете зв'язатися з нами за адресою membership@photoprism.app з питань, що стосуються вашого членства.","You can only download one album":"Ви можете завантажити лише один альбом","You can only download one label":"Ви можете завантажити лише одну мітку","You can search for a location or move the marker on the map to change the position:":"Ви можете шукати місце розташування або переміщати маркер на карті, щоб змінити позицію:","You can upload up to %{n} files for test purposes.":"Ви можете завантажити до %{n} файлів для тестування.","You cannot change your own role.":"Ви не можете змінити свою роль.","You do not have access to any instances.":"У вас немає доступу до жодного екземпляра.","You may only select one item":"Ви можете вибрати лише один об'єкт","You may rescan your library to find additional faces.":"Ви можете пересканувати вашу бібліотеку щоб знайти додаткові обличчя.","Your account could not be connected":"Ваш обліковий запис не вдалося підключити","Your account has been successfully connected.":"Ваш обліковий запис успішно підключено.","Your browser does not support WebGL":"Ваш браузер не підтримує WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Ваша постійна підтримка допомагає нам надавати регулярні оновлення та залишатися незалежними, щоб ми могли виконувати нашу місію та захищати вашу конфіденційність.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Ваша бібліотека постійно аналізується, щоб автоматично створювати альбоми особливих моментів, подорожей і місць.","Zip created in %d s":"Zip створено за %d с","Zoom in/out":"Збільшити/зменшити","Archive":{"Noun":"Архів","Verb":"Архів"},"Add a Title":{"Photo":"Додати назву"}}} \ No newline at end of file +{"uk":{"{0} appended action":"{0} додана дія","{0} files":"{0} файли","{0} files ({1} in total)":"{0} файлів (всього {1})","{0} more":"{0} більше","{0} prepended action":"{0} відкладена дія","{0} selected":"{0} вибрано","{0}-{1} of {2}":"{0}-{1} з {2}","%{n} albums found":"%{n} альбомів знайдено","%{n} files uploaded":"%{n} файлів завантажено","%{n} folders found":"%{n} папок знайдено","%{n} GB of %{q} GB used":"%{n} Гб від %{q} ГБ використано","%{n} labels found":"%{n} міток знайдено","%{n} people found":"%{n} людей знайдено","%{n} pictures found":"%{n} зображень знайдено","%{s} is too long":"%{s} занадто довгий","%{s} is too short":"%{s} занадто короткий","%d entries added to %s":"%d записів додано до %s","%d entries removed from %s":"%d записів видалено з %s","%d files uploaded in %d s":"%d файлів вивантажено за %d с","%s already exists":"%s вже існує","%s has been restored":"%s було відновлено","1 hour":"1 година","12 hours":"12 годин","2-Factor Authentication":"2-факторна автентифікація","2FA":"2FA","4 hours":"4 години","A click will copy it to your clipboard.":"Копіювання до буферу обміну по кліку.","A new version of %{s} is available:":"Доступна нова версія %{s}:","About":"Про","Access granted.":"Доступ надано.","Access revoked.":"Доступ скасовано.","Access Token":"Токен доступу","Account":"Обліковий запис","Account created":"Обліковий запис створено","Account deleted":"Обліковий запис видалено","Account Group Mappings":"Відповідності груп облікових записів","Account not found":"Обліковий запис не знайдено","Account restored":"Обліковий запис відновлено","Account saved":"Обліковий запис збережено","Accounts":"Рахунки","Accuracy":"Точність","Action":"Дія","Actions":"Дії","Activate":"Активувати","Activate to remove sorting.":"Активуйте, щоб прибрати сортування.","Activate to sort ascending.":"Активуйте для сортування за зростанням.","Activate to sort descending.":"Активуйте для сортування за спаданням.","Activation Code":"Код активації","Activity":"Діяльність","Add":"Додати","Add %{s}?":"Додати %{s}?","Add a Caption":"Додати підпис","Add Account":"Додати обліковий запис","Add Album":"Додати Альбом","Add Link":"Додати посилання","Add Notes":"Додати примітки","Add person?":"Додати людину?","Add pictures from search results by selecting them.":"Додайте зображення з результатів пошуку, вибравши їх.","Add to album":"Додати до альбому","Add to all":"Додати до всіх","Add to all selected photos":"Додати до всіх вибраних фотографій","Added":"Додано","Added %{name}":"Додано %{name}","Adjust Camera Info":"Налаштування інформації про камеру","Adjust Date & Time":"Налаштувати дату та час","Adjust Location":"Налаштувати місце розташування","Admin":"Адміністратор","Advanced":"Розширені","Advertise URL":"Рекламувати URL-адресу","After 1 day":"Через 1 день","After 3 days":"Через 3 дні","After 7 days":"Через 7 днів","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Після введення пароля для підтвердження ви можете налаштувати двофакторну автентифікацію за допомогою сумісної програми або пристрою для автентифікації:","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 %s deleted":"Альбом %s видалено","Album Backups":"Резервні копії альбомів","Album contents cloned":"Вміст альбому клоновано","Album created":"Альбом створено","Album deleted":"Альбом видалено","Album not found":"Альбом не знайдено","Album saved":"Альбом збережено","Albums":"Альбоми","Albums deleted":"Альбом видалено","All":"Усе.","All %{n} albums loaded":"Усі %{n} альбомів завантажено","All %{n} labels loaded":"Усі %{n} міток завантажено","All %{n} people loaded":"Усі %{n} людей завантажено","All Cameras":"Усі фотокамери","All Categories":"Усі категорії","All Colors":"Усі кольори","All Countries":"Усі країни","All files from import folder":"Всі файли з папки імпорту","All Lenses":"Всі об'єктиви","All Months":"Всі місяці","All originals":"Всі оригінали","All Years":"Всі роки","Allow configuration and use of connected apps and services for remote uploads and sync.":"Дозволяє налаштовувати та використовувати підключені програми та сервіси для віддаленого завантаження та синхронізації.","Allow editing of metadata such as title, description, date, and location.":"Дозволяє редагувати метадані, такі як назва, опис, дата та місцезнаходження.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Дозволяє редагувати метадані, мітки та альбоми кількох зображень одночасно.","Allow files to be copied or moved from the Import to the Originals folder.":"Увімкніть інструмент \"Імпорт\", щоб скопіювати або перемістити файли з теки \"Імпорт\" до теки \"Оригінали\".","Allow files to be permanently deleted to free up storage space.":"Дозволяє безповоротно видаляти файли, щоб звільнити місце у сховищі.","Allow users to archive photos and videos so they are hidden without being deleted.":"Дозвольте користувачам архівувати фотографії та відео, щоб вони були приховані, але не видалялися.","Allow users to create and share links, and enable sharing with connected services.":"Дозвольте користувачам створювати посилання та ділитися ними, а також увімкніть обмін з підключеними сервісами.","Allow users to upload new photos and videos through the web interface.":"Дозвольте користувачам завантажувати нові фотографії та відео через веб-інтерфейс.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Крім того, ви можете завантажувати файли безпосередньо на сервери WebDAV, такі як Nextcloud.","Altitude":"Висота","Altitude (m)":"Висота (м)","AM":"AM","Animated":"Анімовані","Animation":"Анімація","Animations":"Анімація","Any private photos and videos remain private and won't be shared.":"Будь-які приватні фотографії та відео залишаються приватними та не будуть доступні іншим користувачам.","API Key":"Ключ API","Application":"Заявка","Applications":"Додатки","Approve":"Підтвердити","Approve and save changes":"Затвердити та зберегти зміни","Apps and Devices":"Програми та пристрої","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 delete this album?":"Ви впевнені, що хочете видалити цей альбом?","Are you sure you want to permanently delete these pictures?":"Ви впевнені що хочете остаточно видалити ці зображення?","Are you sure you want to permanently delete this file?":"Ви впевнені що хочете остаточно видалити цей файл?","Are you sure?":"Ви впевнені?","Artist":"Виконавець","Aspect Ratio":"Співвідношення сторін","Attributes":"Атрибути","Audio":"Аудіо","Audit Log":"Аудіо","Authentication":"Аутентифікація","Auto":"Авто","Back":"Назад","Back to top":"Повернутися до початку","Backup":"Резервне копіювання","Badge":"Значок","Base Path":"Базовий шлях","Batch":"Партія","Batch Edit":"Пакетне редагування","Become a member today, support our mission and enjoy our member benefits!":"Станьте членом сьогодні, підтримайте нашу місію та користуйтеся перевагами членства!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Будучи на 100% самофінансованими та незалежними, ми можемо пообіцяти вам, що ми ніколи не будемо продавати ваші дані і що ми завжди будемо прозорими щодо нашого програмного забезпечення та послуг.","Bio":"Біографія","Birth Date":"Дата народження","Black":"Чорний","Blue":"Синій","Brown":"Коричневий","Browse":"Переглянути","Browse Files":"Переглянути файли","Browse Pictures":"Перегляд зображень","Bug Report":"Звіт про помилку","Busy, please try again later":"Зайнято, спробуйте пізніше","Busy, please wait…":"Система зайнята, будь ласка, зачекайте…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Використовуючи програмне забезпечення та послуги, які ми надаємо, ви погоджуєтеся з нашими умовами надання послуг, політикою конфіденційності та кодексом поведінки.","Calendar":"Календар","Camera":"Камера","Camera not found":"Камеру не знайдено","Camera Serial":"Серійний номер камери","Can't access your authenticator app or device?":"Не можете отримати доступ до програми або пристрою автентифікації?","Can't load more, limit reached":"Не можна завантажити більше, досягнуто ліміту","Can't select more items":"Не можливо виділити більше елементів","Cancel":"Відмінити","Cannot copy to clipboard":"Неможливо скопіювати до буфера обміну","Caption":"Підпис","Cards":"Картки","Carousel slide {0} of {1}":"Карусельний слайд {0} з {1}","Cast":"Акторський склад","Category":"Категорія","Change Avatar":"Змінити аватар","Change Password":"Змінити пароль","Change private flag":"Змінити позначку приватності","Changes could not be saved":"Зміни не можливо зберегти","Changes successfully saved":"Зміни успішно збережено","Changes to the advanced settings require a restart to take effect.":"Зміни в розширених налаштуваннях потребують перезапуску, щоб набути чинності.","Checked":"Перевірено","Choose an instance to continue:":"Виберіть екземпляр, щоб продовжити:","Chroma":"Кoльоровість","Cleaning index and cache":"Очищення індексу та кешу","Cleanup":"Прибирання","Clear":"Чисто","Clear {0}":"Чисто {0}","Client":"Клієнт","Close":"Закрити","Cluster":"Кластер","Cluster Admin":"Адміністратор кластера","Cluster Node":"Кластерний вузол","Codec":"Кодек","Color":"Колір","Color Profile":"Профіль кольору","Colors":"Кольори","Compare Editions":"Порівняти видання","Complete Rescan":"Повне перескановування","Confidence":"Точність","Confirm":"Підтвердити","Connect":"Під'єднати","Connect via WebDAV":"Під'єднати через WebDAV","Connected":"Підключено","Contact Details":"Контактна інформація","Contact Us":"Зв'язатися з нами","Contains %{n} pictures.":"Містить %{n} зображень.","Contains one picture.":"Містить одне зображення.","Content":{"":"Зміст","Edit":"Зміст"},"Continue":"Продовжити","Contributor":"Дописувач","Converting":"Конвертація","Copied to clipboard":"Скопійовано у буфер обміну","Copy":"Копія","Copying files from %s":"Копіюємо файли з %s","Copyright":"Авторські права","Could not be deleted":"Не можливо видалити","Could not connect, please try again":"Не можливо підключитися, спробуйте знову","Could not update person cover":"Не вдалося оновити обкладинку особи","Couldn't find anything.":"Не можу знайти нічого.","Country":"Країна","Create Account":"Створити обліковий запис","Create album":"Створити альбом","Create regular backups based on the configured schedule.":"Створюйте регулярні резервні копії на основі налаштованого розкладу.","Create YAML files to back up album metadata.":"Створіть YAML-файли для резервного копіювання метаданих альбому.","Create YAML sidecar files to back up picture metadata.":"Створіть YAML-файли для резервного копіювання метаданих зображень.","Created":"Створено","Creating thumbnails for":"Створюю мініатюри для","Current Password":"Поточний пароль","Custom":"Нестандартний","Cyan":"Блакитний","Daily":"Щоденний","Database":"База даних","Database Backups":"Резервне копіювання бази даних","Databases":"Бази даних","Date & Time":"Дата та час","Day":"День","Deactivate":"Дезактивувати","Debug Logs":"Журнали налагодження","Default":"За замовчуванням","Default Folder":"Папка за замовчуванням","Delete":"Видалити","Delete Album":"Видалити альбом","Delete All":"Видалити все","Delete all?":"Видалити все?","Delete orphaned index entries, sidecar files and thumbnails.":"Видаляйте \"осиротілі\" індексні записи, допоміжні файли та мініатюри.","deleted":"видалено","Description":"Опис","Detailed instructions can be found in our User Guide.":"Детальні інструкції можна знайти в нашій Інструкції Користувача.","Details":"Подробиці","Dimensions":"Розміри","Disable all face detection and recognition features.":"Вимкніть усі функції виявлення та розпізнавання облич.","Disable Backups":"Вимкнути резервній копії","Disable Darktable":"Вимкнути Darktable","Disable ExifTool":"Вимкнути ExifTool","Disable Faces":"Вимкнути обличчя","Disable features that require write permission for the originals folder.":"Вимкніть функції, які вимагають дозволу на запис до папки оригіналів.","Disable FFmpeg":"Вимкнути FFmpeg","Disable ImageMagick":"Вимкнути ImageMagick","Disable interactive world maps and reverse geocoding.":"Вимкніть інтерактивні карти світу та зворотне геокодування.","Disable MCP":"Вимкнути MCP","Disable Places":"Вимкнути Місця","Disable RawTherapee":"Вимкнути RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Вимкніть кінцеву точку API Model Context Protocol (MCP) для інтеграції агентів ШІ.","Disable Vectors":"Вимкнути вектори","Disable WebDAV":"Вимкнути WebDAV","Disabled":"Вимкнено","Disables vector graphics support.":"Вимикає підтримку векторної графіки.","Disables video transcoding and thumbnail extraction.":"Вимикає перекодування відео та вилучення мініатюр.","Discard":"Викинути","Discard changes and close":"Відкинути зміни та закрити","Discard invalid changes?":"Відкинути недійсні зміни?","Discard unsaved changes?":"Відкинути незбережені зміни?","Discover":"Огляд","Dismiss":"Звільнити","Display Name":"Ім'я користувача","Display picture captions in search results.":"Відображати підписи до зображень у результатах пошуку.","Display picture titles in search results.":"Відображати назви зображень у результатах пошуку.","Document":"Документ","Documents":"Документи","Don't use Darktable to convert RAW images.":"Не використовуйте Darktable для перетворення RAW-зображень.","Don't use ImageMagick to convert images.":"Не використовуйте ImageMagick для перетворення зображень.","Don't use RawTherapee to convert RAW images.":"Не використовуйте RawTherapee для перетворення RAW-зображень.","Done":"Готово","Done.":"Готово.","Download":"Завантажити","Download only original media files, without any automatically generated files.":"Завантажуйте лише оригінальні медіафайли, без жодних автоматично згенерованих файлів.","Download remote files":"Завантаження віддалених файлів","Downloading…":"Завантаження…","Drag and drop files here":"Перетягніть файли сюди","Driver":"Водій","Duplicates will be skipped and only appear once.":"Дублікати пропускатимуться та з’являтимуться лише один раз.","Duration":"Тривалість","Dynamic Previews":"Динамічний попередній перегляд","Dynamic Size Limit: %{n}px":"Обмеження динамічного розміру: %{n}px","Edit":"Редагувати","Edit %{s}":"Редагувати %{s}","Edit Account":"Редагувати обліковий запис","Edit Photo":"Редагувати фото","Edit Photos (%{n})":"Редагувати фотографії (%{n})","Edited":"Відредаговано","Email":"Електронна пошта","Enable debug mode to display additional logs and help with troubleshooting.":"Увімкніть режим налагодження для відображення додаткових журналів і допомоги з усуненням несправностей.","Enable downloading of original and sidecar files from the web interface.":"Увімкніть завантаження файлів оригіналу та додатків з веб-інтерфейсу.","Enable face recognition and the People view to easily find people you know.":"Увімкніть розпізнавання облич та перегляд \"Люди\", щоб легко знаходити знайомих.","Enable new features that may be incomplete or unstable.":"Увімкніть нові функції, які можуть бути неповними або нестабільними.","Enable the file browser to navigate the Originals folder structure.":"Увімкніть браузер файлів для навігації по структурі папок Оригіналів.","Enables RAW converter presets. May reduce performance.":"Увімкнути попередньо встановлені налаштування конвертера RAW. Може знизити продуктивність.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Увімкнення двофакторної автентифікації означає, що для входу вам знадобиться випадково згенерований код підтвердження, тож навіть якщо хтось отримає доступ до вашого пароля, він не зможе отримати доступ до вашого облікового запису.","Engine":"Двигун","Enter date":"Введіть дату","Enter dates":"Введіть дати","Enter item name...":"Введіть назву товару...","Enter the code generated by your authenticator app:":"Введіть код, згенерований вашим додатком-автентифікатором:","Enter verification code":"Введіть код верифікації","Enter your password to confirm the action and continue:":"Введіть пароль для підтвердження дії та продовжуйте:","Entity not found":"Об'єкт не знайдено","Error":"Помилка","Errors":"Помилки","Estimate":"Оцінка","Estimate Locations":"Приблизні місця розташування","Estimate the approximate location of pictures without GPS coordinates.":"Оцініть приблизне місцезнаходження знімків без GPS-координат.","Every two days":"Кожні два дні","Exclude hidden":"Виключаючи приховані","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Вилучення метаданих за допомогою ExifTool необхідне для повної підтримки відео, живих фото та XMP.","Experimental Features":"Експериментальні можливості","Expires":"Закінчується","Exposure":"Експозиція","Extract still images and generate thumbnails while indexing.":"Витягуйте нерухомі зображення та створюйте мініатюри під час індексування.","F Number":"Діафрагма","Face":"Обличчя","Face not found":"Обличчя не знайдено","Faces":"Обличчя","Failed creating file, please check permissions":"Помилка створення файла, перевірте дозволи","Failed creating folder, please check permissions":"Не вдалося створити папку, перевірте права доступу","Failed removing link":"Не вдалось видалити посилання","Failed to connect account.":"Не вдалося підключити обліковий запис.","Failed to create zip file":"Не вдалося створити zip-файл","Failed to load users.":"Не вдалося завантажити користувачів.","Failed to remove face marker":"Не вдалося видалити маркер для обличчя","Failed to remove name":"Не вдалося видалити ім'я","Failed to restart server":"Не вдалося перезапустити сервер","Failed to save changes":"Не вдалося зберегти зміни","Failed to save face marker":"Не вдалося зберегти маркер обличчя","Failed to save name":"Не вдалося зберегти ім'я","Failed updating link":"Не вдалось оновити посилання","Family Name":"Прізвище","Fast":"Швидко","Favorite":"Вибрані","Favorites":"Вибране","Feature disabled":"Функцію вимкнено","Feature Request":"Запит можливостей","Female":"Жінка","File":"Файл","File Browser":"Оглядач файлів","File Conversion":"Перетворення файлів","File deleted":"Файл видалено","File Name":"Ім'я файлу","File not found":"Файл не знайдено","File removed from stack":"Файл видалено з стеку","File Size":"Розмір файлу","File too large":"Файл занадто великий","File uploaded":"Файл завантажено","Filename":"Ім'я файла","Files":"Файли","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Файли з послідовними іменами як 'IMG_1234 (2)' і 'IMG_1234 (3)' вважати тим самим зображенням.","First page":"Перша сторінка","Focal Length":"Фокусна відстань","Folder":"Папка","Folder contains %{n} files":"Папка містить %{n} файлів","Folder is empty":"Папка порожня","Folders":"Папки","Forgot password?":"Забули пароль?","FPS":"к/с","Frames":"Кадрів","Full Access":"Повний доступ","Fullscreen":"Повний екран","General":"Загальний","Generate":"Генерувати","Generate Previews":"Створювати попередній перегляд","Generated":"Згенеровано","Get Started":"Початок роботи","Given Name":"Прізвище, ім'я та по батькові","Global Options":"Глобальні опції","Go to page {0}":"Перейти на сторінку {0}","Gold":"Золотий","Green":"Зелений","Grey":"Сірий","Groups":"Групи","Guest":"Гість","Hash":"Хеш","Help":"Допомога","Help & Support":"Допомога і Підтримка","Hidden":"Приховані","Hidden Files":"Приховані файли","Hide":"Приховати","Hide Caption":"Приховати підпис","Hide face markers":"Приховати маркери обличчя","Hide private content from global views while keeping it accessible in the Private section.":"Приховуйте приватні елементи від загального перегляду, залишаючи їх доступними в розділі \"Приватне\".","High":"Високий","High Dynamic Range (HDR)":"Високий Динамічний Діапазон(HDR)","Hybrid":"Гібридний","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Якщо ви втратите доступ до програми або пристрою автентифікатора, ви можете скористатися кодом відновлення, щоб відновити доступ до свого облікового запису.","Image":"Зображення","Image Quality":"Якість зображення","Import":"Імпортувати","Import canceled":"Імпортування скасовано","Import completed in %d s":"Імпортування тривало %d с","Import failed":"Імпортування невдале","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Імпортовані файли будуть відсортовані по даті та отримають унікальні імена для уникнення дублікатів.","Importing %{s}…":"Імпортуємо %{s}…","Importing files to originals…":"Імпортуємо файли в теку оригіналів…","in":"в","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"У випадку якщо очікувані зображення відсутні, будь-ласка перескануйте вашу бібліотеку та зачекайте поки індексування закінчиться.","Include RAW image files when downloading stacks and archives.":"Завантажуючи стеки та архіви, додавайте файли зображень у форматі RAW.","Include sidecar files when downloading stacks and archives.":"Завантажуючи стеки та архіви, додавайте до них файли-супровідники.","Increase storage size or delete files to continue.":"Збільште розмір сховища або видаліть файли, щоб продовжити.","Index":"Індекс","Indexing":"Індексування","Indexing canceled":"Індексування скасовано","Indexing completed in %d s":"Індексування тривало %d с","Indexing failed":"Індексування не вдалось","Indexing files in %s":"Індексуємо файли в %s","Indexing media and sidecar files…":"Індексування мультимедійних і файлів додаткової інформації…","Indexing originals...":"Індексуємо оригінали...","Information":"Інформація","Inherit":"Успадковувати","Instance":"Примірник","Instance ID":"Ідентифікатор екземпляра","Instance unreachable. Try again once it's back online.":"Не вдається підключитися до екземпляра. Спробуйте ще раз, коли він знову з'явиться в мережі.","Instances":"Екземпляри","Insufficient storage":"Недостатнє зберігання","Insufficient storage.":"Недостатнє зберігання.","Interval":"Інтервал","Invalid":"Недійсний","Invalid address":"Неправильна адреса","Invalid country":"Невірна країна","Invalid credentials":"Недійсні облікові дані","Invalid date":"Невірна дата","Invalid link":"Невірне посилання","Invalid name":"Невірне ім'я","Invalid parameters":"Неправильні параметри","Invalid password, please try again":"Невірний пароль, спробуйте знову","Invalid photo selected":"Вибрано невірне фото","Invalid time":"Неправильний час","Invalid URL":"Неправильна URL-адреса","Invalid verification code, please try again":"Невірний код верифікації, спробуйте знову","IP Address":"IP-адреса","It is a one-time use code that will disable 2FA for your account when you use it.":"Це одноразовий код, який вимикає 2FA для вашого облікового запису, коли ви його використовуєте.","Item":"Елемент","Items per page:":"Елементи на сторінку:","JPEG Quality: %{n}":"Якість JPEG: %{n}","JPEG Size Limit: %{n}px":"Обмеження розміру JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG та мініатюри автоматично відтворюються за потреби.","Keyword":"Ключове слово","Keywords":"Ключові слова","Label":"Мітка","Label not found":"Мітку не знайдено","Label saved":"Мітку збережено","Labels":"Мітки","Labels deleted":"Мітки видалено","Language":"Мова","Last Active":"Останній активний","Last Login":"Останній вхід","Last page":"Остання сторінка","Last Sync":"Остання синхронізація","Last Used":"Останнє використання","Latitude":"Широта","LDAP/AD":"LDAP/AD","Learn more":"Дізнатися більше","Learn More":"Дізнатися більше","Legal Information":"Юридична інформація","Lens":"Об'єктив","Lens not found":"Об'єктив не знайдено","Library":"Бібліотека","License":"Ліцензія","Like":"Вподобання","Lime":"Лаймовий","Limit reached, showing first %{n} files":"Ліміт досягнуто, показано перші %{n} файлів","Link":"Посилання","List":"Список","List View":"Перегляд списку","Live":"Live фото","Live Photos":"Живі фото","Load more":"Завантажити більше","Loading items...":"Завантажуємо товари...","Loading...":"Завантаження...","Local":"Місцевий","Local Time":"Місцевий час","Location":"Місцезнаходження","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Повідомлення журналу з’являються тут щоразу, коли PhotoPrism натрапляє на пошкоджені файли або виникають інші потенційні проблеми.","Login":"Увійти в систему","Logs":"Журнали","Longitude":"Довгота","Lost server connection":"Втрачено з'єднання з сервером","Low":"Низький","Magenta":"Маджента","Main Color":"Основний колір","Male":"Чоловік","Manage Account":"Керувати обліковим записом","Manager":"Менеджер","Manual":"Посібник","Manual Upload":"Вивантаження вручну","Maps":"Карти","Marker":"Маркер","Maximum number of accounts has been reached.":"Досягнуто максимальної кількості акаунтів.","Media":"Медіа","Medium":"Середній","Membership":"Членство","Merge %{a} with %{b}?":"Об'єднати %{a} із %{b}?","Message":"Повідомлення","Metadata":"Метадані","Metrics":"Метрики","Minimize":"Мінімізувати","Missing":"Відсутнє","Missing or invalid configuration":"Відсутня або невірна конфігурація","mixed":"змішаний","Moments":"Моменти","Monochrome":"Монохромні","Month":"Місяць","More options":"Більше можливостей","Mosaic":"Мозаїка","Most Relevant":"Найбільш актуальні","Move Files":"Перемістити файли","Moving files from %s":"Переносимо файли з %s","Must have at least %{n} characters.":"Повинно містити не менше %{n} символів.","Mute":"Вимкнути звук.","Name":"Ім'я","Name too long":"Задовге ім'я","Never":"Ніколи","New":"Нові","New Password":"Новий пароль","Newest First":"Спочатку найновіші","Next":"Далі","Next page":"Наступна сторінка","Next visual":"Наступна візуалізація","No":"Немає","No Access":"Доступ заборонено","No albums assigned":"Немає призначених альбомів","No albums found":"Альбоми не знайдено","No albums selected":"Альбоми не вибрано","No data available":"Дані відсутні","No files available for download":"Немає доступних файлів для завантаження","No items selected":"Нічого не вибрано","No labels assigned":"Етикетки не призначені","No labels found":"Мітки не знайдено","No labels selected":"Мітки не вибрано","No matching records found":"Відповідних записів не знайдено","No more":"Досить","No people found":"Людей не знайдено","No pictures found":"Зображення не знайдено","No recently edited pictures":"Немає нещодавно відредагованих зображень","No registered instances.":"Зареєстрованих екземплярів немає.","No results":"Немає результатів","No server connection":"Немає з'єднання з сервером","No servers configured.":"Сервери не налаштовано.","No services configured.":"Служби не налаштовані.","No thanks":"Ні, дякую","No users on this instance.":"У цьому екземплярі немає користувачів.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Немає попереджень або помилок із цим ключовим словом. Зауважте, що пошук чутливий до регістру.","Node":"Вузол","Nodes":"Вузли","Non-photographic and low-quality images require a review before they appear in search results.":"Нефотографічні та низькоякісні зображення потребують перевірки, перш ніж з’являться в результатах пошуку.","None":"Жодного","Not allowed":"Не можна","Not available in public mode":"Недоступно в публічному режимі","Not available in read-only mode":"не доступно в режимі \"тільки читання\"","Not found":"Не знайдено","Not sorted.":"Не відсортовано.","Not supported":"Не підтримується","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, можна налаштувати як віддалену службу для резервного копіювання та вивантаження файлів.","Notes":"Примітки","Nothing to see here yet.":"Поки що тут немає на що дивитися.","Nothing was found.":"Нічого не знайшли.","Offline":"Поза мережею","OK":"ГАРАЗД.","Oldest First":"Спочатку найстарші","On Windows, enter the following resource in the connection dialog:":"У Windows, введіть наступний ресурс у діалоговому вікні підключення:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Генерація мініатюр на вимогу може спричинити високе навантаження на процесор і пам'ять. Не рекомендується для серверів з обмеженими ресурсами та NAS-пристроїв.","Once a week":"Раз на тиждень","One album found":"Один альбом знайдено","One entry added to %s":"Один запис додано до %s","One entry removed from %s":"Один запис видалено з %s","One file found":"Один файл знайдено","One file uploaded":"Один файл вивантажено","One folder found":"Одну папку знайдено","One label found":"Одну мітку знайдено","One person found":"Одну людину знайдено","One picture found":"Одне зображення знайдено","Only locally managed accounts can be set up for authentication with 2FA.":"Лише локально керовані облікові записи можна налаштувати для автентифікації за допомогою 2FA.","Open":"Відкрито","optional":"необов'язковий","or":"або","Orange":"Оранжевий","Organization":"Організація","Orientation":"Орієнтація","Original file names will be stored and indexed.":"Оригінальні назви файлів будуть збережені та проіндексовані.","Original Name":"Оригінальна назва","Originals":"Оригінали","Originals folder is empty":"Папка з оригіналами порожня","Other":"Інше","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Наша місія полягає в тому, щоб надати найбільш зручне для користувача та конфіденційності рішення, щоб ваші зображення були впорядкованими та доступними.","Outdoor":"На відкритому повітрі","Page {0}, Current page":"Сторінка {0}, Поточна сторінка","Pages":"Сторінки","Pagination Navigation":"Навігація по сторінках","Panorama":"Панорама","Panoramas":"Панорами","Part of all selected photos":"Частина всіх вибраних фотографій","Part of some selected photos":"Частина вибраних фотографій","Password":"Пароль","Password changed":"Пароль змінено","Pause":"Пауза","Payment required":"Необхідно здійснити оплату","People":"Люди","People you share a link with will be able to view public contents.":"Люди, з котрими ви поділилися посиланням, зможуть переглядати загальнодоступний вміст.","Permanently deleted":"Остаточно видалено","Permission denied":"В доступі відмовлено","Person":"Людина","Person cover updated":"Оновлена обкладинка персоналії","Person deleted":"Людина видалена","Person not found":"Особистість не знайдена","Person saved":"Людина збережена","Personal":"Особисте","Photo":"Фото","PhotoPrism is 100% self-funded and independent.":"PhotoPrism на 100% самофінансується та є незалежною організацією.","PhotoPrism+ Membership":"Членство в PhotoPrism+","Photos":"Фотографії","Picture":"Зображення","Picture Title":"Назва зображення","Pink":"Рожевий","Pinned":"Прикріплено","Place":"Місце","Place & Time":"Місце і час","Places":"Місця","Play":"Грати","Please confirm your new password.":"Будь-ласка підтвердіть ваш новий пароль.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Будь ласка, скопіюйте цей випадково згенерований пароль програми та зберігайте його в надійному місці, оскільки ви більше не зможете його побачити:","Please do not upload any private, unlawful or offensive pictures.":"Будь ласка, не завантажуйте жодних приватних, незаконних або образливих зображень.","Please don't upload photos containing offensive content.":"Будь ласка, не завантажуйте фотографії образливого змісту.","Please enter OTP character {0}":"Будь ласка, введіть символ OTP {0}","Please log in to your account":"Будь ласка, увійдіть до свого облікового запису","Please note that changing your password will log you out on other devices and browsers.":"Зверніть увагу, що зміна пароля призведе до виходу з системи на інших пристроях та браузерах.","Please restart your instance for the changes to take effect.":"Будь ласка, перезапустіть ваш екземпляр, щоб зміни набули чинності.","Please wait…":"Будь ласка, зачекайте…","PM":"ПРЕМ'ЄР-МІНІСТР","PNG Size Limit: %{n}px":"Обмеження розміру PNG: %{n}px","Portal":"Портал","Portrait":"Портрет","Preserve filenames":"Зберігати імена файлів","Press enter to create a new album.":"Натисність Enter щоб створити новий альбом.","Press enter to create new item":"Натисніть enter, щоб створити новий елемент","Prevent database and album backups as well as YAML sidecar files from being created.":"Запобігайте створенню резервних копій баз даних і альбомів, а також додаткових файлів YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Заборонити іншим програмам доступ до PhotoPrism як до спільного мережевого диска.","Preview":"Попередній перегляд","Preview Images":"Попередній перегляд зображень","Previous":"Попередні","Previous page":"Попередня сторінка","Previous visual":"Попереднє зображення","Primary":"Первинний","Private":"Приватний","Processing upload...":"Обробка завантаження...","Product Feedback":"Відгуки про продукт","Projection":"Проекція","Purple":"Пурпурний","Quality Filter":"Фільтр якості","Quality Score":"Показник якості","Quota exceeded":"Перевищено квоту","Random":"Випадковий","Rating {0} of {1}":"Рейтинг {0} з {1}","Raw":"Raw файли","RAW":"RAW файли","Re-index all originals, including already indexed and unchanged files.":"Переіндексуйте усі оригінали, включаючи вже проіндексовані та незмінені файли.","Read-Only Mode":"Режим «тільки для читання»","Recently Added":"Нещодавно додані","Recently Archived":"Нещодавно заархівовані","Recently Edited":"Нещодавно відредаговані","Recognition starts after indexing has been completed.":"Розпізнавання почнеться після завершення індексації.","Recognized":"Розпізнані","Recovery Code":"Код відновлення","Red":"Червоний","Refresh":"Оновити","Regions":"Регіони","Register":"Зареєструватися","Registration disabled":"Реєстрацію вимкнено","Reload":"Перезавантажити","Reloading…":"Перезавантаження…","Remote Sync":"Віддалена синхронізація","Remove":"Видалити","remove failed: unknown album":"не вдалося видалити: невідомий альбом","Remove from Album":"Видалити з альбому","Remove from all":"Видалити з усіх","Remove from all selected photos":"Видалити з усіх вибраних фотографій","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Вилучіть імпортовані файли, щоб заощадити пам’ять. Непідтримувані типи файлів ніколи не будуть видалені, вони залишаться в поточному місці.","Remove the selected instance from the cluster registry?":"Видалити вибраний екземпляр з реєстру кластера?","Removed":"Видалено","Removed %{name}":"Видалено %{name}","Removed %d files and %d photos":"Видалено %d файлів та %d фотографій","Repeated":"Повторюється","Request failed - are you offline?":"Запит не виконано - ви не в мережі?","Request failed - invalid response":"Запит не виконано – недійсна відповідь","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Вимагайте, щоб нефотографічні та неякісні зображення проходили перевірку перед тим, як вони з'являться в результатах пошуку.","Resolution":"Роздільна здатність","Restart":"Перезавантажити","Restore":"Відновити","Restored":"Відновлено","Retry Limit":"Ліміт повторних спроб","Retype Password":"Введіть пароль повторно","Review":"Потребують перевірки","Role":"Роль","Roles":"Ролі","Rotated":"Обертається","Rows per page:":"Рядки на сторінці:","Satellite":"Супутник","Save":"Зберегти","Save changes":"Зберегти зміни","Scan":"Сканувати","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Відскануйте QR-код за допомогою програми автентифікації або скористайтеся ключем налаштування, показаним нижче, а потім введіть згенерований код підтвердження:","Scans":"Відскановані","Scope":"Сфера застосування","Scopes":"Сфери застосування","Search":"Пошук","Season":"Сезон","Secret":"Таємний","Security and Access":"Безпека та доступ","Select":"Вибрати","Select a source folder to import files…":"Виберіть вихідну папку для імпорту файлів…","Select date":"Виберіть дату","Select dates":"Виберіть дати","Select or create albums":"Виберіть або створіть альбоми","Select or create labels":"Виберіть або створіть етикетки","Select or drop files to upload…":"Виберіть або перетягніть файли для завантаження…","Select the files to upload…":"Виберіть файли для завантаження…","Select the folder to be indexed…":"Виберіть папку для індексації…","Select Time":"Виберіть час","Selection":"Вибір","Selection added to %s":"Вибір додано до %s","Selection approved":"Вибір затверджено","Selection archived":"Вибране заархівовано","Selection marked as private":"Вибіране позначено як приватне","Selection not found":"Вибір не знайдено","Selection restored":"Вибране відновлено","Sequential Name":"Послідовне ім'я","Service":"Сервіс","Service URL":"URL служби","Services":"Послуги","Session":"Сесія","Session ID":"Ідентифікатор сеансу","Sessions":"Сесії","Set as Album Cover":"Встановити як обкладинку альбому","Set as Cover Image":"Встановити як зображення обкладинки","Settings":"Налаштування","Settings saved":"Налаштування збережено","Setup":"Налаштувати","Severity":"Тяжкість","Share":"Поділитися","Share %{s}":"Поділитися %{s}","Show":"Показати","Show All Labels":"Показати всі ярлики","Show all new faces":"Показати всі нові обличчя","Show Caption":"Показати підпис","Show Captions":"Показати субтитри","Show face markers":"Показати маркери обличчя","Show hidden":"Показати приховані","Show Important Only":"Показати тільки важливе","Show logs in the web interface to monitor activity and troubleshoot problems.":"Відображення журналів у веб-інтерфейсі для моніторингу активності та усунення проблем.","Show smart albums that group pictures by occasion, trip, or location.":"Показуйте \"розумні\" альбоми, які групують фотографії за подіями, подорожами або місцезнаходженням.","Show the Account page so users can manage their profile and security settings.":"Покажіть сторінку облікового запису, щоб користувачі могли керувати своїм профілем і налаштуваннями безпеки.","Show the Calendar view to browse the library by year and month.":"Покажіть подання \"Календар\", щоб переглянути бібліотеку за роками та місяцями.","Show the Labels section to view and manage AI-generated labels.":"Відкрийте розділ Мітки, щоб переглядати та керувати мітками, створеними штучним інтелектом.","Show the Library section to index, manage, and monitor the media library.":"Покажіть розділ Бібліотека, щоб індексувати, керувати та контролювати медіатеку.","Show the Places view with interactive maps so you can browse photos by location.":"Увімкніть подання \"Місця\" з інтерактивними мапами, щоб ви могли переглядати фотографії за місцем розташування.","Show Titles":"Показати заголовки","Sidecar":"Додатковий вміст","Sidecar Files":"Файли для колясок","Sign in":"Увійти","Sign Out":"Вийти","Similar":"Схожі","Site URL":"URL-адреса сайту","Size":"Розмір","Slideshow":"Слайд-шоу","Slow":"Повільний","Software":"Програмне забезпечення","Software Update":"Оновлення програмного забезпечення","Some albums could not be copied":"Деякі альбоми неможливо було скопіювати","Some albums could not be created. Please edit the names and try again.":"Деякі альбоми не вдалося створити. Будь ласка, відредагуйте назви і спробуйте ще раз.","Some albums could not be updated":"Деякі альбоми не вдалося оновити","Something went wrong, try again":"Щось пішло не так, спробуйте ще раз","Sort by":"Сортувати за","Sort by Name (A–Z)":"Сортувати за назвою (A-Z)","Sort by Photo Count":"Сортувати за кількістю фотографій","Sort by Relevance":"Сортувати за релевантністю","Sort Order":"Порядок сортування","Sorted ascending.":"Відсортовано за зростанням.","Sorted descending.":"Відсортовано за спаданням.","Source":"Джерело","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":"Групи","Start":"Почати","Start Page":"Початкова сторінка","Static Size Limit: %{n}px":"Обмеження статичного розміру: %{n}px","Status":"Статус","Stay signed in on this device":"Залишайтеся в системі на цьому пристрої","Stop Casting":"Припинити лиття","Storage":"Сховище","Streets":"Вулиці","Subject":"Тема","Subject deleted":"Тема видалена","Subject not found":"Тема не знайдена","Subject saved":"Тема збережена","Successfully activated":"Активація успішна","Successfully Connected":"Успішно підключено","Successfully deleted":"Успішно видалено","Successfully verified":"Верифікація успішна","Super Admin":"Супер адміністратор","Support for additional services, like Google Drive, will be added over time.":"Підтримка додаткових служб, як Google Drive, буде додана з часом.","Support Our Mission":"Підтримайте нашу місію","Sync":"Синхронізація","Sync raw and video files":"Синхронізація файлів у форматі raw і відео","Taken":"Занято","Teal":"Бірюзовий","Terrain":"Місцевість","Text":"Текст","Thank You for Your Support!":"Дякуємо за Вашу підтримку!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Саме тому PhotoPrism був створений з нуля, щоб працювати там, де вам потрібно, без шкоди для свободи, конфіденційності та функціональності.","The index currently contains %{n} hidden files.":"Індекс наразі містить %{n} прихованих файлів.","The instance rejected the cluster credentials.":"Інстанція відхилила облікові дані кластера.","The instance returned an unexpected redirect.":"Інстанція повернула несподіване перенаправлення.","The wakeup interval is %s, but must be 1h or less":"Інтервал пробудження становить %s, але має становити 1 годину або менше","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Можливо, їх формат не підтримується, вони ще не перетворені на JPEG або є дублікати.","Theme":"Тема","This account is missing an ID and can't be edited.":"У цього облікового запису відсутній ідентифікатор, тому його неможливо редагувати.","This field is required":"Це поле обов'язкове для заповнення","This instance has no site URL configured.":"Для цього екземпляра не налаштовано URL-адресу сайту.","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 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. ":"Це монтує папку оригіналів як мережевий диск і дозволяє відкривати, редагувати та видаляти файли з вашого комп’ютера чи смартфона, наче вони локальні.","Time":"Час","Time UTC":"Час за UTC","Time Zone":"Часовий пояс","Timeout":"Час вийшов","Title":{"":"Заголовок","Account":"Заголовок","Photo":"Заголовок"},"Title / Position":"Звання / посада","to":"до","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Щоб уникнути блокування доступу до облікового запису, завантажте, роздрукуйте або скопіюйте цей код відновлення зараз і зберігайте його в безпечному місці.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Щоб згенерувати новий пароль програми, введіть ім’я та область авторизації програми та виберіть термін дії:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Щоб перейти на нову програму або пристрій для автентифікації, спочатку вимкніть двофакторну автентифікацію, а потім знову активуйте її:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Щоб оновити версію, ви можете ввести код активації або натиснути кнопку \"Зареєструватися\", щоб зареєструватися на нашому сайті:","Today":"Сьогодні","Toggle View":"Перемкнути перегляд","Token":"Токен","Too many files selected":"Вибрано занадто багато файлів","Too many requests":"Занадто багато запитів","Troubleshooting":"Усунення несправностей","Try again using other filters or keywords.":"Спробуйте ще раз, використовуючи інші фільтри або ключові слова.","Two-factor authentication has been enabled for your account.":"Для вашого облікового запису ввімкнено двофакторну автентифікацію.","Type":"Тип","Unable to delete":"Неможливо видалити","Unable to do that":"Не можу цього зробити","Unassign":"Відмінити.","Unauthorized":"Несанкціонований","Undo":"Відмінити","Unique ID":"Унікальний ідентифікатор","Unknown":"Невідомий","Unknown location":"Місцезнаходження невідоме","Unregistered":"Незареєстрований","Unsorted":"Невідсортовані","Unstack":"Розгрупувати","Unsupported":"Не підтримується","Unsupported format":"Непідтримуваний формат","Unsupported type":"Непідтримуваний тип","Updated":"Оновлено","Updating faces":"Оновлення облич","Updating index":"Оновлення індексу","Updating moments":"Оновлення моментів","Updating picture…":"Оновлення зображення…","Updating previews":"Оновлення попереднього перегляду","Updating stacks":"Оновлення стеків","Upgrade":"Оновлення","Upgrade Now":"Оновити зараз","Upload":"Вивантажити","Upload complete":"Вивантаження завершено","Upload complete. Indexing…":"Вивантаження завершено. Індексація…","Upload failed":"Помилка вивантаження","Upload has been processed":"Завантаження оброблено","Upload local files":"Вивантажити локальні файли","Upload might be offensive":"Завантаження може бути образливим","Upload Path":"Шлях завантаження","Uploading %{n} of %{t}…":"Вивантаження %{n} з %{t}…","Uploading photos…":"Вивантаження фотографій…","Uploading…":"Вивантаження…","Uploads that may contain such images will be rejected automatically.":"Вивантаження, які можуть містити такі зображення, автоматично відхилятимуться.","URL":"URL-адреса","Use Presets":"Використовуйте попередні налаштування","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Використовуйте такий код відновлення, щоб отримати доступ до свого облікового запису, якщо ви не можете створити дійсний код підтвердження за допомогою програми автентифікації:","Use your recovery code or contact an administrator for help.":"Скористайтеся кодом відновлення або зверніться по допомогу до адміністратора.","User":"Користувач","User Guide":"Посібник користувача","User Interface":"Інтерфейс користувача","User not found":"Користувача не знайдено","Username":"Ім'я користувача","Users":"Користувачі","UUID":"UUID","Vector":"Вектор","Vectors":"Вектори","Verification Code":"Код підтвердження","Verified email required":"Потрібна підтверджена електронна адреса","Version":"Версія","Video":"Відео","Video Duration":"Тривалість відео","Videos":"Відео","View":"Вид","View search results as a list.":"Переглянути результати пошуку у вигляді списку.","Viewer":"Глядач","Vision":"Бачення","Visitor":"Відвідувач","Visual Similarity":"Візуальна схожість","Warning":"Попередження","Web Login":"Веб-логін","WebDAV":"WebDAV","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 Explorer від Microsoft або Finder від Apple, можуть підключатися безпосередньо до PhotoPrism.","WebDAV Upload":"Вивантаження WebDAV","WebGL support is disabled in your browser":"У вашому браузері вимкнено підтримку WebGL","Website":"Веб-сайт","White":"Білий","Work Details":"Деталі роботи","Year":"Рік","Yellow":"Жовтий","Yes":"Так","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Ви можете зв'язатися з нами за адресою membership@photoprism.app з питань, що стосуються вашого членства.","You can only download one album":"Ви можете завантажити лише один альбом","You can only download one label":"Ви можете завантажити лише одну мітку","You can search for a location or move the marker on the map to change the position:":"Ви можете шукати місце розташування або переміщати маркер на карті, щоб змінити позицію:","You can upload up to %{n} files for test purposes.":"Ви можете завантажити до %{n} файлів для тестування.","You cannot change your own role.":"Ви не можете змінити свою роль.","You do not have access to any instances.":"У вас немає доступу до жодного екземпляра.","You may only select one item":"Ви можете вибрати лише один об'єкт","You may rescan your library to find additional faces.":"Ви можете пересканувати вашу бібліотеку щоб знайти додаткові обличчя.","Your account could not be connected":"Ваш обліковий запис не вдалося підключити","Your account has been successfully connected.":"Ваш обліковий запис успішно підключено.","Your browser does not support WebGL":"Ваш браузер не підтримує WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Ваша постійна підтримка допомагає нам надавати регулярні оновлення та залишатися незалежними, щоб ми могли виконувати нашу місію та захищати вашу конфіденційність.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Ваша бібліотека постійно аналізується, щоб автоматично створювати альбоми особливих моментів, подорожей і місць.","Zip created in %d s":"Zip створено за %d с","Zoom in/out":"Збільшити/зменшити","Archive":{"Noun":"Архів","Verb":"Архів"},"Add a Title":{"Photo":"Додати назву"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/vi.json b/frontend/src/locales/json/vi.json index 10da2f3d2..e953e6aae 100644 --- a/frontend/src/locales/json/vi.json +++ b/frontend/src/locales/json/vi.json @@ -1 +1 @@ -{"vi":{"{0} appended action":"{0} hành động được thêm vào","{0} files":"{0} tập tin","{0} files ({1} in total)":"{0} tệp ({1} tổng cộng)","{0} more":"{0} thêm","{0} prepended action":"{0} hành động được thêm vào trước","{0} selected":"{0} đã chọn","{0}-{1} of {2}":"{0}-{1} của {2}","%{n} albums found":"Đã tìm thấy %{n} album","%{n} files uploaded":"%{n} tệp đã được tải lên","%{n} folders found":"Đã tìm thấy %{n} thư mục","%{n} GB of %{q} GB used":"%{n} GB trong số %{q} GB đã sử dụng","%{n} labels found":"Đã tìm thấy %{n} nhãn","%{n} people found":"Đã tìm thấy %{n} người","%{n} pictures found":"Đã tìm thấy %{n} ảnh","%{s} is too long":"%{s} quá dài","%{s} is too short":"%{s} quá ngắn","%d entries added to %s":"Các mục %d được thêm vào %s","%d entries removed from %s":"Các mục %d đã bị xóa khỏi %s","%d files uploaded in %d s":"Các tệp %d được tải lên trong %d giây","%s already exists":"%s đã tồn tại","%s has been restored":"%s đã được khôi phục","1 hour":"1 giờ","12 hours":"12 giờ","2-Factor Authentication":"Xác thực 2 yếu tố","2FA":"2FA","4 hours":"4 tiếng","A click will copy it to your clipboard.":"Một cú nhấp chuột sẽ sao chép nó vào clipboard của bạn.","A new version of %{s} is available:":"Phiên bản mới của %{s} đã có sẵn:","About":"Về","Access granted.":"Đã cấp quyền truy cập.","Access revoked.":"Quyền truy cập đã bị thu hồi.","Access Token":"Truy cập thẻ","Account":"Tài khoản","Account created":"Tài khoản đã được tạo","Account deleted":"Tài khoản đã bị xóa","Account Group Mappings":"Ánh xạ nhóm tài khoản","Account not found":"Tài khoản không được tìm thấy","Account restored":"Tài khoản đã được khôi phục","Account saved":"Đã lưu tài khoản","Accounts":"Tài khoản","Accuracy":"Sự chính xác","Action":"Hoạt động","Actions":"hành động","Activate":"Kích hoạt","Activate to remove sorting.":"Kích hoạt để xóa sắp xếp.","Activate to sort ascending.":"Kích hoạt để sắp xếp theo thứ tự tăng dần.","Activate to sort descending.":"Kích hoạt để sắp xếp theo thứ tự giảm dần.","Activation Code":"Mã kích hoạt","Activity":"Hoạt động","Add":"Thêm vào","Add %{s}?":"Thêm %{s}?","Add a Caption":"Thêm chú thích","Add Account":"Thêm tài khoản","Add Album":"Thêm Anbom","Add Link":"Thêm liên kết","Add Notes":"Thêm ghi chú","Add person?":"Thêm người?","Add pictures from search results by selecting them.":"Thêm hình ảnh từ kết quả tìm kiếm bằng cách chọn chúng.","Add to album":"Thêm vào album","Add to all":"Thêm vào tất cả","Add to all selected photos":"Thêm vào tất cả các bức ảnh đã chọn","Added":"Thêm","Added %{name}":"Đã thêm %{name}","Adjust Camera Info":"Chỉnh sửa thông tin máy ảnh","Adjust Date & Time":"Điều chỉnh ngày và giờ","Adjust Location":"Điều chỉnh vị trí","Admin":"Quản trị viên","Advanced":"Trình độ cao","Advertise URL":"URL quảng cáo","After 1 day":"Sau 1 ngày","After 3 days":"Sau 3 ngày","After 7 days":"Sau 7 ngày","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Sau khi nhập mật khẩu để xác nhận, bạn có thể thiết lập xác thực hai yếu tố bằng ứng dụng hoặc thiết bị xác thực tương thích:","After one month":"Sau một tháng","After one year":"Sau một năm","After selecting pictures from search results, you can add them to an album using the context menu.":"Sau khi chọn ảnh từ kết quả tìm kiếm, bạn có thể thêm chúng vào album bằng menu ngữ cảnh.","After two months":"Sau hai tháng","After two weeks":"Sau hai tuần","Album":"Album","Album %s deleted":"Album %s đã bị xóa","Album Backups":"Sao lưu album","Album contents cloned":"Nội dung album được sao chép","Album created":"Đã tạo album","Album deleted":"Album đã xóa","Album not found":"Không tìm thấy album","Album saved":"Đã lưu album","Albums":"Tập ảnh","Albums deleted":"Album đã bị xóa","All":"Tất cả","All %{n} albums loaded":"Đã tải tất cả %{n} album","All %{n} labels loaded":"Đã tải tất cả nhãn %{n}","All %{n} people loaded":"Tất cả %{n} người đã tải","All Cameras":"Tất cả máy ảnh","All Categories":"Tất cả danh mục","All Colors":"Đủ màu sắc","All Countries":"Tất cả các nước","All files from import folder":"Tất cả các tệp từ thư mục nhập","All Lenses":"Tất cả các ống kính","All Months":"Tất cả các tháng","All originals":"Tất cả bản gốc","All Years":"Mọi năm","Allow configuration and use of connected apps and services for remote uploads and sync.":"Cho phép cấu hình và sử dụng các ứng dụng và dịch vụ kết nối để tải lên từ xa và đồng bộ hóa.","Allow editing of metadata such as title, description, date, and location.":"Cho phép chỉnh sửa metadata như tiêu đề, mô tả, ngày tháng và vị trí.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Cho phép chỉnh sửa metadata, nhãn và album của nhiều hình ảnh cùng một lúc.","Allow files to be copied or moved from the Import to the Originals folder.":"Bật công cụ Nhập để sao chép hoặc di chuyển tệp từ thư mục Nhập sang thư mục Gốc.","Allow files to be permanently deleted to free up storage space.":"Cho phép xóa vĩnh viễn các tệp để giải phóng không gian lưu trữ.","Allow users to archive photos and videos so they are hidden without being deleted.":"Cho phép cậu lưu trữ ảnh và video để chúng được ẩn đi mà không bị xóa.","Allow users to create and share links, and enable sharing with connected services.":"Cho phép cậu tạo và chia sẻ liên kết, đồng thời cho phép chia sẻ với các dịch vụ kết nối.","Allow users to upload new photos and videos through the web interface.":"Cho phép cậu tải lên hình ảnh và video mới thông qua giao diện web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Ngoài ra, bạn có thể tải tệp trực tiếp lên máy chủ WebDAV như Nextcloud.","Altitude":"Độ cao","Altitude (m)":"Độ cao (m)","AM":"LÀ","Animated":"hoạt hình","Animation":"Hoạt hình","Animations":"Hoạt hình","Any private photos and videos remain private and won't be shared.":"Mọi ảnh và video riêng tư vẫn ở chế độ riêng tư và sẽ không được chia sẻ.","API Key":"Mã API","Application":"Ứng dụng","Applications":"Ứng dụng","Approve":"Chấp thuận","Approve and save changes":"Phê duyệt và lưu thay đổi","Apps and Devices":"Ứng dụng và thiết bị","Archived":"Đã lưu trữ","Are you sure you want to archive the selection?":"Bạn có chắc chắn muốn lưu trữ lựa chọn không?","Are you sure you want to delete these albums?":"Bạn có chắc chắn muốn xóa những anbom này không?","Are you sure you want to delete these labels?":"Bạn có chắc chắn muốn xóa các nhãn này không?","Are you sure you want to delete this account?":"Bạn có chắc chắn muốn xóa tài khoản này?","Are you sure you want to delete this album?":"Bạn có chắc chắn muốn xóa album này không?","Are you sure you want to permanently delete these pictures?":"Bạn có chắc chắn muốn xóa vĩnh viễn những hình ảnh này không?","Are you sure you want to permanently delete this file?":"Bạn có chắc chắn muốn xóa vĩnh viễn tệp này không?","Are you sure?":"Bạn có chắc không?","Artist":"Nghệ sĩ","Aspect Ratio":"Tỷ lệ khung hình","Attributes":"Thuộc tính","Audio":"Âm thanh","Audit Log":"Âm thanh","Authentication":"Xác thực","Auto":"Tự động","Back":"Mặt sau","Back to top":"Quay lại đầu trang","Backup":"Hỗ trợ","Badge":"Huy hiệu","Base Path":"Đường dẫn cơ sở","Batch":"Lô","Batch Edit":"Chỉnh sửa hàng loạt","Become a member today, support our mission and enjoy our member benefits!":"Hãy trở thành thành viên ngay hôm nay, ủng hộ sứ mệnh của chúng tôi và tận hưởng các lợi ích dành cho thành viên của chúng tôi!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Với hoạt động tự tài trợ và độc lập 100%, chúng tôi có thể hứa với bạn rằng chúng tôi sẽ không bao giờ bán dữ liệu của bạn và chúng tôi sẽ luôn minh bạch về phần mềm và dịch vụ của mình.","Bio":"Tiểu sử","Birth Date":"Ngày sinh","Black":"Đen","Blue":"Màu xanh da trời","Brown":"Màu nâu","Browse":"Duyệt qua","Browse Files":"Duyệt tập tin","Browse Pictures":"Duyệt hình ảnh","Bug Report":"Báo cáo lỗi","Busy, please try again later":"Đang bận, vui lòng thử lại sau","Busy, please wait…":"Đang bận, vui lòng đợi…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Bằng cách sử dụng phần mềm và dịch vụ chúng tôi cung cấp, bạn đồng ý với các điều khoản dịch vụ, chính sách quyền riêng tư và quy tắc ứng xử của chúng tôi.","Calendar":"Lịch","Camera":"Máy ảnh","Camera not found":"Không tìm thấy camera","Camera Serial":"Máy ảnh nối tiếp","Can't access your authenticator app or device?":"Không thể truy cập ứng dụng hoặc thiết bị xác thực của bạn?","Can't load more, limit reached":"Không thể tải thêm, đã đạt đến giới hạn","Can't select more items":"Không thể chọn thêm mục","Cancel":"Hủy bỏ","Cannot copy to clipboard":"Không thể sao chép vào clipboard","Caption":"Đầu đề","Cards":"thẻ","Carousel slide {0} of {1}":"Trượt băng chuyền {0} của {1}","Cast":"Dàn diễn viên","Category":"Loại","Change Avatar":"Thay đổi hình đại diện","Change Password":"Đổi mật khẩu","Change private flag":"Thay đổi cờ riêng tư","Changes could not be saved":"Không thể lưu các thay đổi","Changes successfully saved":"Đã lưu thay đổi thành công","Changes to the advanced settings require a restart to take effect.":"Những thay đổi đối với cài đặt nâng cao yêu cầu khởi động lại để có hiệu lực.","Checked":"Đã kiểm tra","Choose an instance to continue:":"Chọn một phiên bản để tiếp tục:","Chroma":"sắc độ","Cleaning index and cache":"Làm sạch chỉ mục và bộ đệm","Cleanup":"Dọn dẹp","Clear":"Xóa","Clear {0}":"Xóa {0}","Client":"Khách hàng","Close":"Đóng","Cluster":"Cụm","Cluster Admin":"Quản trị viên cụm","Cluster Node":"Nút cụm","Codec":"Bộ giải mã","Color":"Màu sắc","Color Profile":"Hồ sơ màu","Colors":"Màu sắc","Compare Editions":"So sánh các phiên bản","Complete Rescan":"Quét lại hoàn tất","Confidence":"Sự tự tin","Confirm":"Xác nhận","Connect":"Kết nối","Connect via WebDAV":"Kết nối qua WebDAV","Connected":"Đã kết nối","Contact Details":"Chi tiết liên hệ","Contact Us":"Liên hệ chúng tôi","Contains %{n} pictures.":"Chứa %{n} hình ảnh.","Contains one picture.":"Chứa một hình ảnh.","Content":{"":"Nội dung","Edit":"Nội dung"},"Continue":"Tiếp tục","Contributor":"Người đóng góp","Converting":"Chuyển đổi","Copied to clipboard":"Sao chép vào clipboard","Copy":"Sao chép","Copying files from %s":"Sao chép tập tin từ %s","Copyright":"Bản quyền","Could not be deleted":"Không thể xóa được","Could not connect, please try again":"Không thể kết nối, vui lòng thử lại","Could not update person cover":"Không thể cập nhật thông tin cá nhân","Couldn't find anything.":"Không thể tìm thấy bất cứ điều gì.","Country":"Quốc gia","Create Account":"Tạo tài khoản","Create album":"Tạo album","Create regular backups based on the configured schedule.":"Tạo bản sao lưu chỉ mục dựa trên lịch trình đã định cấu hình.","Create YAML files to back up album metadata.":"Tạo tệp YAML để sao lưu siêu dữ liệu album.","Create YAML sidecar files to back up picture metadata.":"Tạo các tệp sidecar YAML để sao lưu siêu dữ liệu hình ảnh.","Created":"Tạo","Creating thumbnails for":"Tạo hình thu nhỏ cho","Current Password":"Mật khẩu hiện tại","Custom":"Phong tục","Cyan":"lục lam","Daily":"Hằng ngày","Database":"Cơ sở dữ liệu","Database Backups":"Sao lưu cơ sở dữ liệu","Databases":"Cơ sở dữ liệu","Date & Time":"Ngày & Giờ","Day":"Ngày","Deactivate":"Vô hiệu hóa","Debug Logs":"Nhật ký gỡ lỗi","Default":"Mặc định","Default Folder":"Thư mục mặc định","Delete":"Xóa bỏ","Delete Album":"Xóa Album","Delete All":"Xóa hết","Delete all?":"Xóa tất cả?","Delete orphaned index entries, sidecar files and thumbnails.":"Xóa các mục chỉ mục mồ côi, tệp sidecar và hình thu nhỏ.","deleted":"đã xóa","Description":"Sự miêu tả","Detailed instructions can be found in our User Guide.":"Hướng dẫn chi tiết có thể được tìm thấy trong Hướng dẫn sử dụng của chúng tôi.","Details":"Chi tiết","Dimensions":"Kích thước","Disable all face detection and recognition features.":"Vô hiệu hóa tất cả các tính năng phát hiện và nhận diện khuôn mặt.","Disable Backups":"Tắt sao lưu","Disable Darktable":"Tắt bảng tối","Disable ExifTool":"Tắt ExifTool","Disable Faces":"Tắt tính năng Nhận diện khuôn mặt","Disable features that require write permission for the originals folder.":"Tắt các tính năng yêu cầu quyền ghi đối với thư mục gốc.","Disable FFmpeg":"Tắt FFmpeg","Disable ImageMagick":"Tắt ImageMagick","Disable interactive world maps and reverse geocoding.":"Vô hiệu hóa bản đồ thế giới tương tác và mã hóa địa lý đảo ngược.","Disable MCP":"Tắt MCP","Disable Places":"Vô hiệu hóa địa điểm","Disable RawTherapee":"Tắt RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Tắt điểm cuối API của Giao thức Bối cảnh Mô hình (MCP) cho các tích hợp với tác nhân AI.","Disable Vectors":"Vô hiệu hóa vectơ","Disable WebDAV":"Tắt WebDAV","Disabled":"Người khuyết tật","Disables vector graphics support.":"Tắt hỗ trợ đồ họa vector.","Disables video transcoding and thumbnail extraction.":"Tắt chuyển mã video và trích xuất hình thu nhỏ.","Discard":"Bỏ đi","Discard changes and close":"Hủy bỏ các thay đổi và đóng","Discard invalid changes?":"Bỏ qua những thay đổi không hợp lệ nhé?","Discard unsaved changes?":"Bỏ qua những thay đổi chưa được lưu nhé?","Discover":"Phát hiện","Dismiss":"Miễn nhiệm","Display Name":"Tên hiển thị","Display picture captions in search results.":"Hiển thị chú thích hình ảnh trong kết quả tìm kiếm.","Display picture titles in search results.":"Hiển thị tiêu đề hình ảnh trong kết quả tìm kiếm.","Document":"Tài liệu","Documents":"Tài liệu","Don't use Darktable to convert RAW images.":"Không sử dụng Darktable để chuyển đổi ảnh RAW.","Don't use ImageMagick to convert images.":"Không sử dụng ImageMagick để chuyển đổi hình ảnh.","Don't use RawTherapee to convert RAW images.":"Không sử dụng RawTherapee để chuyển đổi ảnh RAW.","Done":"Xong","Done.":"Xong.","Download":"Tải xuống","Download only original media files, without any automatically generated files.":"Chỉ tải xuống các tệp phương tiện gốc mà không có bất kỳ tệp nào được tạo tự động.","Download remote files":"Tải tập tin từ xa","Downloading…":"Đang tải xuống…","Drag and drop files here":"Kéo và thả tập tin vào đây","Driver":"Tài xế","Duplicates will be skipped and only appear once.":"Các bản sao sẽ bị bỏ qua và chỉ xuất hiện một lần.","Duration":"Khoảng thời gian","Dynamic Previews":"Xem trước động","Dynamic Size Limit: %{n}px":"Giới hạn kích thước động: %{n}px","Edit":"Biên tập","Edit %{s}":"Chỉnh sửa tên}","Edit Account":"Chỉnh sửa tài khoản","Edit Photo":"Chỉnh sửa hình ảnh","Edit Photos (%{n})":"Chỉnh sửa ảnh (%{n})","Edited":"Đã chỉnh sửa","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Bật chế độ gỡ lỗi để hiển thị nhật ký bổ sung và trợ giúp khắc phục sự cố.","Enable downloading of original and sidecar files from the web interface.":"Cho phép tải xuống các tệp gốc và tệp phụ từ giao diện web.","Enable face recognition and the People view to easily find people you know.":"Bật tính năng nhận diện khuôn mặt và chế độ xem Người để dễ dàng tìm kiếm những người cậu quen biết.","Enable new features that may be incomplete or unstable.":"Kích hoạt các tính năng mới có thể chưa đầy đủ hoặc không ổn định.","Enable the file browser to navigate the Originals folder structure.":"Kích hoạt trình duyệt tệp để điều hướng cấu trúc thư mục Originals.","Enables RAW converter presets. May reduce performance.":"Cho phép cài đặt trước bộ chuyển đổi RAW. Có thể làm giảm hiệu suất.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Kích hoạt xác thực hai yếu tố có nghĩa là bạn sẽ cần mã xác minh được tạo ngẫu nhiên để đăng nhập, vì vậy ngay cả khi ai đó có quyền truy cập vào mật khẩu của bạn, họ sẽ không thể truy cập vào tài khoản của bạn.","Engine":"Động cơ","Enter date":"Nhập ngày","Enter dates":"Nhập ngày","Enter item name...":"Nhập tên mục...","Enter the code generated by your authenticator app:":"Nhập mã được tạo bởi ứng dụng xác thực của bạn:","Enter verification code":"Nhập mã xác nhận","Enter your password to confirm the action and continue:":"Nhập mật khẩu của bạn để xác nhận hành động và tiếp tục:","Entity not found":"Không tìm thấy thực thể","Error":"Lỗi","Errors":"Lỗi","Estimate":"Ước lượng","Estimate Locations":"Ước tính vị trí","Estimate the approximate location of pictures without GPS coordinates.":"Ước tính vị trí gần đúng của hình ảnh mà không cần tọa độ GPS.","Every two days":"Mỗi hai ngày","Exclude hidden":"Loại trừ ẩn","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Cần phải trích xuất siêu dữ liệu bằng ExifTool để hỗ trợ đầy đủ Video, Live Photo và XMP.","Experimental Features":"Tính năng thử nghiệm","Expires":"Hết hạn","Exposure":"Phơi bày","Extract still images and generate thumbnails while indexing.":"Trích xuất hình ảnh tĩnh và tạo hình thu nhỏ trong khi lập chỉ mục.","F Number":"Số F","Face":"Khuôn mặt","Face not found":"Không tìm thấy khuôn mặt","Faces":"Khuôn mặt","Failed creating file, please check permissions":"Không tạo được tệp, vui lòng kiểm tra quyền","Failed creating folder, please check permissions":"Không tạo được thư mục, vui lòng kiểm tra quyền","Failed removing link":"Xóa liên kết không thành công","Failed to connect account.":"Không thể kết nối tài khoản.","Failed to create zip file":"Không tạo được tệp zip","Failed to load users.":"Không tải được danh sách người dùng.","Failed to remove face marker":"Không thể xóa điểm đánh dấu khuôn mặt","Failed to remove name":"Không thể xóa tên","Failed to restart server":"Không thể khởi động lại máy chủ","Failed to save changes":"Không thể lưu các thay đổi","Failed to save face marker":"Không lưu được điểm đánh dấu khuôn mặt","Failed to save name":"Không lưu được tên","Failed updating link":"Liên kết cập nhật không thành công","Family Name":"Tên gia đình","Fast":"Nhanh","Favorite":"Yêu thích","Favorites":"Yêu thích","Feature disabled":"Tính năng bị tắt","Feature Request":"Yêu cầu tính năng","Female":"Nữ giới","File":"Tài liệu","File Browser":"Trình duyệt tệp","File Conversion":"Chuyển đổi tập tin","File deleted":"Đã xóa tệp","File Name":"Tên tệp","File not found":"Không tìm thấy tập tin","File removed from stack":"Đã xóa tệp khỏi ngăn xếp","File Size":"Kích thước tập tin","File too large":"Tệp quá lớn","File uploaded":"File đã được tải lên","Filename":"Tên tệp","Files":"Các tập tin","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Các tệp có tên tuần tự như “IMG_1234 (2)” và “IMG_1234 (3)” thuộc cùng một hình ảnh.","First page":"Trang đầu tiên","Focal Length":"Tiêu cự","Folder":"Thư mục","Folder contains %{n} files":"Thư mục chứa tệp %{n}","Folder is empty":"Tệp này rỗng","Folders":"Thư mục","Forgot password?":"Quên mật khẩu?","FPS":"FPS","Frames":"Khung","Full Access":"Toàn quyền truy cập","Fullscreen":"Toàn màn hình","General":"Tổng quan","Generate":"Phát ra","Generate Previews":"Tạo bản xem trước","Generated":"Đã tạo ra","Get Started":"Bắt đầu","Given Name":"Tên","Global Options":"Tùy chọn toàn cầu","Go to page {0}":"Đi tới trang {0}","Gold":"Vàng","Green":"Màu xanh lá","Grey":"Xám","Groups":"Các nhóm","Guest":"Khách mời","Hash":"Băm","Help":"Giúp đỡ","Help & Support":"Trợ giúp & Hỗ trợ","Hidden":"Ẩn giấu","Hidden Files":"Các tệp ẩn","Hide":"Trốn","Hide Caption":"Ẩn chú thích","Hide face markers":"Ẩn các điểm đánh dấu trên khuôn mặt","Hide private content from global views while keeping it accessible in the Private section.":"Ẩn các mục riêng tư khỏi các chế độ xem chung trong khi vẫn giữ chúng có thể truy cập được trong phần Riêng tư.","High":"Cao","High Dynamic Range (HDR)":"Dải động cao (HDR)","Hybrid":"lai","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Nếu mất quyền truy cập vào ứng dụng hoặc thiết bị xác thực, bạn có thể sử dụng mã khôi phục để lấy lại quyền truy cập vào tài khoản của mình.","Image":"Hình ảnh","Image Quality":"Chất lượng hình ảnh","Import":"Nhập khẩu","Import canceled":"Đã hủy nhập","Import completed in %d s":"Quá trình nhập hoàn tất sau %d giây","Import failed":"Nhập không thành công","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Các tệp đã nhập sẽ được sắp xếp theo ngày và đặt một tên duy nhất để tránh trùng lặp.","Importing %{s}…":"Đang nhập %{s}…","Importing files to originals…":"Đang nhập tệp vào bản gốc…","in":"TRONG","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Trong trường hợp hình ảnh bạn mong đợi bị thiếu, vui lòng quét lại thư viện của bạn và đợi cho đến khi quá trình lập chỉ mục hoàn tất.","Include RAW image files when downloading stacks and archives.":"Bao gồm các tệp hình ảnh RAW khi tải xuống các ngăn xếp và kho lưu trữ.","Include sidecar files when downloading stacks and archives.":"Bao gồm các tệp sidecar khi tải xuống ngăn xếp và kho lưu trữ.","Increase storage size or delete files to continue.":"Tăng dung lượng lưu trữ hoặc xóa tệp để tiếp tục.","Index":"Mục lục","Indexing":"Lập chỉ mục","Indexing canceled":"Đã hủy lập chỉ mục","Indexing completed in %d s":"Việc lập chỉ mục hoàn tất sau %d giây","Indexing failed":"Lập chỉ mục không thành công","Indexing files in %s":"Lập chỉ mục các tệp trong %s","Indexing media and sidecar files…":"Lập chỉ mục các tập tin media và sidecar…","Indexing originals...":"Lập chỉ mục bản gốc...","Information":"Thông tin","Inherit":"Kế thừa","Instance":"Ví dụ","Instance ID":"ID phiên bản","Instance unreachable. Try again once it's back online.":"Không thể kết nối với máy chủ. Hãy thử lại khi máy chủ hoạt động trở lại nhé.","Instances":"Các trường hợp","Insufficient storage":"Không đủ dung lượng lưu trữ","Insufficient storage.":"Không đủ dung lượng lưu trữ.","Interval":"Khoảng thời gian","Invalid":"Không hợp lệ","Invalid address":"Địa chỉ không hợp lệ","Invalid country":"Quốc gia không hợp lệ","Invalid credentials":"Thông tin không hợp lệ","Invalid date":"Ngày không hợp lệ","Invalid link":"Liên kết không hợp lệ","Invalid name":"Tên không hợp lệ","Invalid parameters":"thông số không hợp lệ","Invalid password, please try again":"mật mã không hợp lệ, vui lòng thử lại","Invalid photo selected":"Đã chọn ảnh không hợp lệ","Invalid time":"Thời gian không hợp lệ","Invalid URL":"URL không hợp lệ","Invalid verification code, please try again":"Mã xác minh không hợp lệ, vui lòng thử lại","IP Address":"Địa chỉ IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Đây là mã sử dụng một lần sẽ vô hiệu hóa 2FA cho tài khoản của bạn khi bạn sử dụng.","Item":"Mục","Items per page:":"Số mục trên mỗi trang:","JPEG Quality: %{n}":"Chất lượng JPEG: %{n}","JPEG Size Limit: %{n}px":"Giới hạn kích thước JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG và hình thu nhỏ được tự động hiển thị khi cần.","Keyword":"Từ khóa","Keywords":"Từ khóa","Label":"Nhãn","Label not found":"Không tìm thấy nhãn","Label saved":"Đã lưu nhãn","Labels":"Nhãn","Labels deleted":"Đã xóa nhãn","Language":"Ngôn ngữ","Last Active":"Hoạt động lần cuối","Last Login":"Lân đăng nhập cuôi","Last page":"Trang cuối","Last Sync":"Đồng bộ hóa lần cuối","Last Used":"Được sử dụng lần cuối","Latitude":"Vĩ độ","LDAP/AD":"LDAP/QUẢNG CÁO","Learn more":"Tìm hiểu thêm","Learn More":"Tìm hiểu thêm","Legal Information":"Thông tin hợp pháp","Lens":"Ống kính","Lens not found":"Không tìm thấy ống kính","Library":"Thư viện","License":"Giấy phép","Like":"Thích","Lime":"Chanh xanh","Limit reached, showing first %{n} files":"Đã đạt đến giới hạn, hiển thị tệp %{n} đầu tiên","Link":"liên kết","List":"Danh sách","List View":"Xem danh sách","Live":"Sống","Live Photos":"Ảnh trực tiếp","Load more":"Tải thêm","Loading items...":"Đang tải mục...","Loading...":"Đang tải...","Local":"Địa phương","Local Time":"Giờ địa phương","Location":"Vị trí","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Thông báo nhật ký xuất hiện ở đây bất cứ khi nào PhotoPrism gặp phải các tệp bị hỏng hoặc có các sự cố tiềm ẩn khác.","Login":"Đăng nhập","Logs":"Nhật ký","Longitude":"Kinh độ","Lost server connection":"Mất kết nối máy chủ","Low":"Thấp","Magenta":"Màu đỏ tươi","Main Color":"Màu chính","Male":"Nam giới","Manage Account":"Quản lý tài khoản","Manager":"Giám đốc","Manual":"Thủ công","Manual Upload":"Tải lên thủ công","Maps":"Bản đồ","Marker":"Đánh dấu","Maximum number of accounts has been reached.":"Đã đạt đến số lượng tài khoản tối đa.","Media":"Media","Medium":"Trung bình","Membership":"Tư cách thành viên","Merge %{a} with %{b}?":"Hợp nhất %{a} với %{b}?","Message":"Tin nhắn","Metadata":"metadata","Metrics":"Số liệu","Minimize":"Giảm thiểu","Missing":"Mất tích","Missing or invalid configuration":"Cấu hình bị thiếu hoặc không hợp lệ","mixed":"hỗn hợp","Moments":"Khoảnh khắc","Monochrome":"Đơn sắc","Month":"Tháng","More options":"Thêm tùy chọn","Mosaic":"Khảm","Most Relevant":"Liên quan nhất","Move Files":"Di chuyển tập tin","Moving files from %s":"Di chuyển tệp từ %s","Must have at least %{n} characters.":"Phải có ít nhất %{n} ký tự.","Mute":"Tắt tiếng","Name":"Tên","Name too long":"Tên quá dài","Never":"Không bao giờ","New":"Mới","New Password":"mật khẩu mới","Newest First":"Mới nhất đầu tiên","Next":"Kế tiếp","Next page":"Trang tiếp theo","Next visual":"Hình ảnh tiếp theo","No":"KHÔNG","No Access":"Không được truy cập","No albums assigned":"Không có album nào được gán","No albums found":"Không tìm thấy album nào","No albums selected":"Không có album nào được chọn","No data available":"Không có dữ liệu có sẵn","No files available for download":"Không có tập tin nào để tải xuống","No items selected":"Không có mục nào được chọn","No labels assigned":"Không có nhãn nào được gán","No labels found":"Không tìm thấy nhãn","No labels selected":"Không có nhãn nào được chọn","No matching records found":"Không tìm thấy hồ sơ phù hợp","No more":"Không còn nữa","No people found":"Không tìm thấy người nào","No pictures found":"Không tìm thấy hình ảnh nào","No recently edited pictures":"Không có hình ảnh được chỉnh sửa gần đây","No registered instances.":"Chưa có phiên bản nào được đăng ký.","No results":"Không có kết quả","No server connection":"Không có kết nối máy chủ","No servers configured.":"Không có máy chủ nào được cấu hình.","No services configured.":"Không có dịch vụ nào được cấu hình.","No thanks":"Không, cám ơn","No users on this instance.":"Không có người dùng nào trên phiên bản này.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Không có cảnh báo hoặc lỗi có chứa từ khóa này. Lưu ý rằng tìm kiếm có phân biệt chữ hoa chữ thường.","Node":"Nút","Nodes":"Các nút","Non-photographic and low-quality images require a review before they appear in search results.":"Hình ảnh không phải ảnh và chất lượng thấp cần được xem xét trước khi chúng xuất hiện trong kết quả tìm kiếm.","None":"Không có","Not allowed":"Không được phép","Not available in public mode":"Không khả dụng ở chế độ công khai","Not available in read-only mode":"Không khả dụng ở chế độ chỉ đọc","Not found":"Không tìm thấy","Not sorted.":"Chưa được sắp xếp.","Not supported":"Không được hỗ trợ","Note you may manually manage your originals folder and importing is optional.":"Lưu ý rằng bạn có thể quản lý thư mục gốc của mình theo cách thủ công và việc nhập là tùy chọn.","Note:":"Ghi chú:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Lưu ý: Chỉ các máy chủ WebDAV, như Nextcloud hoặc PhotoPrism, mới có thể được định cấu hình làm dịch vụ từ xa để sao lưu và tải tệp lên.","Notes":"Ghi chú","Nothing to see here yet.":"Chưa có gì để xem ở đây.","Nothing was found.":"Không có gì được tìm thấy.","Offline":"Ngoại tuyến","OK":"ĐƯỢC RỒI","Oldest First":"Cũ nhất đầu tiên","On Windows, enter the following resource in the connection dialog:":"Trên Windows, nhập tài nguyên sau vào hộp thoại kết nối:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Việc tạo hình thu nhỏ theo yêu cầu có thể gây ra mức sử dụng CPU và bộ nhớ cao. Nó không được khuyến khích cho các máy chủ và thiết bị NAS bị hạn chế về tài nguyên.","Once a week":"Mỗi tuần một lần","One album found":"Đã tìm thấy một album","One entry added to %s":"Đã thêm một mục vào %s","One entry removed from %s":"Đã xóa một mục khỏi %s","One file found":"Đã tìm thấy một tập tin","One file uploaded":"Đã tải lên một tệp","One folder found":"Đã tìm thấy một thư mục","One label found":"Đã tìm thấy một nhãn","One person found":"Một người được tìm thấy","One picture found":"Một hình ảnh được tìm thấy","Only locally managed accounts can be set up for authentication with 2FA.":"Chỉ những tài khoản được quản lý cục bộ mới có thể được thiết lập để xác thực bằng 2FA.","Open":"Mở","optional":"không bắt buộc","or":"hoặc","Orange":"Quả cam","Organization":"Tổ chức","Orientation":"Định hướng","Original file names will be stored and indexed.":"Tên tập tin gốc sẽ được lưu trữ và lập chỉ mục.","Original Name":"Tên khai sinh","Originals":"Bản gốc","Originals folder is empty":"Thư mục gốc trống","Other":"Khác","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Sứ mệnh của chúng tôi là cung cấp giải pháp thân thiện với người dùng và quyền riêng tư nhất để giữ cho hình ảnh của bạn được ngăn nắp và dễ truy cập.","Outdoor":"Ngoài trời","Page {0}, Current page":"Trang {0}, Trang hiện tại","Pages":"Trang","Pagination Navigation":"Phân trang Điều hướng","Panorama":"Toàn cảnh","Panoramas":"Ảnh toàn cảnh","Part of all selected photos":"Một phần của tất cả các bức ảnh được chọn","Part of some selected photos":"Một số bức ảnh được chọn lọc","Password":"Mật khẩu","Password changed":"mật khẩu đã được thay đổi","Pause":"Tạm dừng","Payment required":"Cần thanh toán","People":"Mọi người","People you share a link with will be able to view public contents.":"Những người được bạn chia sẻ liên kết sẽ có thể xem nội dung công khai.","Permanently deleted":"Đã xóa vĩnh viễn","Permission denied":"Quyền bị từ chối","Person":"Người","Person cover updated":"Bìa người đã được cập nhật","Person deleted":"Người đã bị xóa","Person not found":"Không tìm thấy người","Person saved":"Người đã được cứu","Personal":"Riêng tư","Photo":"hình chụp","PhotoPrism is 100% self-funded and independent.":"PhotoPrism được tự tài trợ 100% và độc lập.","PhotoPrism+ Membership":"PhotoPrism+ Tư cách thành viên","Photos":"Ảnh","Picture":"Hình ảnh","Picture Title":"Tiêu đề ảnh","Pink":"Hồng","Pinned":"Đã ghim","Place":"Địa điểm","Place & Time":"Địa điểm & Thời gian","Places":"Địa điểm","Play":"Chơi","Please confirm your new password.":"Vui lòng xác nhận mật khẩu mới của bạn.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Vui lòng sao chép mật khẩu ứng dụng được tạo ngẫu nhiên sau đây và giữ nó ở nơi an toàn vì bạn sẽ không thể nhìn thấy nó nữa:","Please do not upload any private, unlawful or offensive pictures.":"Vui lòng không tải lên bất kỳ hình ảnh riêng tư, bất hợp pháp hoặc xúc phạm nào.","Please don't upload photos containing offensive content.":"Vui lòng không tải lên ảnh có nội dung phản cảm.","Please enter OTP character {0}":"Vui lòng nhập ký tự OTP {0}","Please log in to your account":"Xin hãy đăng nhập vào tài khoản của bạn","Please note that changing your password will log you out on other devices and browsers.":"Xin lưu ý rằng việc thay đổi mật khẩu sẽ khiến bạn đăng xuất trên các thiết bị và trình duyệt khác.","Please restart your instance for the changes to take effect.":"Vui lòng khởi động lại phiên bản của bạn để những thay đổi có hiệu lực.","Please wait…":"Vui lòng chờ…","PM":"Thủ tướng","PNG Size Limit: %{n}px":"Giới hạn kích thước PNG: %{n}px","Portal":"Cổng thông tin","Portrait":"Chân dung","Preserve filenames":"Giữ nguyên tên tập tin","Press enter to create a new album.":"Nhấn enter để tạo album mới.","Press enter to create new item":"Nhấn Enter để tạo mục mới","Prevent database and album backups as well as YAML sidecar files from being created.":"Ngăn chặn việc tạo các bản sao lưu cơ sở dữ liệu và album cũng như các tệp sidecar YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Ngăn các ứng dụng khác truy cập PhotoPrism dưới dạng ổ đĩa mạng chung.","Preview":"Xem trước","Preview Images":"Xem trước hình ảnh","Previous":"Trước","Previous page":"Trang trước","Previous visual":"Hình ảnh trước đó","Primary":"Sơ đẳng","Private":"Riêng tư","Processing upload...":"Đang xử lý tải lên...","Product Feedback":"Phản hồi sản phẩm","Projection":"Chiếu","Purple":"Màu tím","Quality Filter":"Bộ lọc chất lượng","Quality Score":"Điểm chất lượng","Quota exceeded":"Vượt quá hạn ngạch","Random":"Ngẫu nhiên","Rating {0} of {1}":"Xếp hạng {0} của {1}","Raw":"thô","RAW":"NGUYÊN","Re-index all originals, including already indexed and unchanged files.":"Lập chỉ mục lại tất cả các bản gốc, bao gồm các tệp đã được lập chỉ mục và không thay đổi.","Read-Only Mode":"Chế độ chỉ đọc","Recently Added":"Đã thêm gần đây","Recently Archived":"Lưu trữ gần đây","Recently Edited":"Đã chỉnh sửa gần đây","Recognition starts after indexing has been completed.":"Công nhận bắt đầu sau khi lập chỉ mục đã được hoàn thành.","Recognized":"Được công nhận","Recovery Code":"Mã phục hồi","Red":"Màu đỏ","Refresh":"Làm cho khỏe lại","Regions":"Các vùng","Register":"Đăng ký","Reload":"Tải lại","Reloading…":"Đang tải lại…","Remote Sync":"Đồng bộ hóa từ xa","Remove":"Di dời","remove failed: unknown album":"xóa không thành công: album không xác định","Remove from Album":"Xóa khỏi album","Remove from all":"Loại bỏ khỏi tất cả","Remove from all selected photos":"Xóa khỏi tất cả các bức ảnh đã chọn","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Xóa các tập tin đã nhập để tiết kiệm dung lượng. Các loại tệp không được hỗ trợ sẽ không bao giờ bị xóa, chúng vẫn ở vị trí hiện tại.","Remove the selected instance from the cluster registry?":"Xóa phiên bản đã chọn khỏi sổ đăng ký cụm?","Removed":"LOẠI BỎ","Removed %{name}":"Đã xóa %{name}","Removed %d files and %d photos":"Đã xóa tệp %d và ảnh %d","Repeated":"Lặp lại","Request failed - are you offline?":"Yêu cầu không thành công - bạn đang ngoại tuyến phải không?","Request failed - invalid response":"Yêu cầu không thành công - phản hồi không hợp lệ","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Yêu cầu xem xét những hình ảnh không phải là ảnh chụp và chất lượng thấp trước khi chúng xuất hiện trong kết quả tìm kiếm.","Resolution":"Nghị quyết","Restart":"Khởi động lại","Restore":"Khôi phục","Restored":"Đã khôi phục","Retry Limit":"Giới hạn thử lại","Retype Password":"Gõ lại mật khẩu","Review":"Ôn tập","Role":"Vai trò","Roles":"Vai trò","Rotated":"Đã xoay","Rows per page:":"Số hàng trên mỗi trang:","Satellite":"Vệ tinh","Save":"Lưu","Save changes":"Lưu thay đổi","Scan":"Quét","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Quét mã QR bằng ứng dụng xác thực của bạn hoặc sử dụng phím thiết lập hiển thị bên dưới rồi nhập mã xác minh đã tạo:","Scans":"Quét","Scope":"Phạm vi","Scopes":"Phạm vi","Search":"Tìm kiếm","Season":"Mùa","Secret":"Bí mật","Security and Access":"Bảo mật và truy cập","Select":"Lựa chọn","Select a source folder to import files…":"Chọn thư mục nguồn để nhập tệp…","Select date":"Chọn ngày","Select dates":"Chọn ngày","Select or create albums":"Chọn hoặc tạo album","Select or create labels":"Chọn hoặc tạo nhãn","Select or drop files to upload…":"Chọn hoặc kéo thả các tệp để tải lên…","Select the files to upload…":"Chọn các tập tin để tải lên…","Select the folder to be indexed…":"Chọn thư mục cần lập chỉ mục…","Select Time":"Chọn thời gian","Selection":"Lựa chọn","Selection added to %s":"Đã thêm lựa chọn vào %s","Selection approved":"Lựa chọn đã được phê duyệt","Selection archived":"Đã lưu trữ lựa chọn","Selection marked as private":"Lựa chọn được đánh dấu là riêng tư","Selection not found":"Không tìm thấy lựa chọn","Selection restored":"Đã khôi phục lựa chọn","Sequential Name":"Tên tuần tự","Service":"Dịch vụ","Service URL":"URL dịch vụ","Services":"Dịch vụ","Session":"Phiên họp","Session ID":"ID phiên","Sessions":"Phiên","Set as Album Cover":"Đặt làm Bìa Album","Set as Cover Image":"Đặt làm Ảnh bìa","Settings":"Cài đặt","Settings saved":"Đã lưu cài đặt","Setup":"Cài đặt","Severity":"Mức độ nghiêm trọng","Share":"Chia sẻ","Share %{s}":"Chia sẻ %{s}","Show":"Trình diễn","Show All Labels":"Hiển thị tất cả nhãn","Show all new faces":"Hiển thị tất cả các khuôn mặt mới","Show Caption":"Hiển thị chú thích","Show Captions":"Hiển thị phụ đề","Show face markers":"Hiển thị các điểm đánh dấu trên khuôn mặt","Show hidden":"Hiển thị ẩn","Show Important Only":"Chỉ hiển thị quan trọng","Show logs in the web interface to monitor activity and troubleshoot problems.":"Hiển thị nhật ký trong giao diện web để theo dõi hoạt động và khắc phục sự cố.","Show smart albums that group pictures by occasion, trip, or location.":"Hiển thị các album thông minh nhóm ảnh theo sự kiện, chuyến đi hoặc vị trí.","Show the Account page so users can manage their profile and security settings.":"Hiển thị trang Tài khoản để cậu có thể quản lý hồ sơ và cài đặt bảo mật của mình.","Show the Calendar view to browse the library by year and month.":"Hiển thị chế độ xem Lịch để duyệt thư viện theo năm và tháng.","Show the Labels section to view and manage AI-generated labels.":"Hiển thị phần Nhãn để xem và quản lý các nhãn do AI tạo ra.","Show the Library section to index, manage, and monitor the media library.":"Hiển thị phần Thư viện để lập chỉ mục, quản lý và theo dõi thư viện phương tiện.","Show the Places view with interactive maps so you can browse photos by location.":"Hiển thị chế độ xem Địa điểm với bản đồ tương tác để cậu có thể duyệt ảnh theo vị trí.","Show Titles":"Hiển thị tiêu đề","Sidecar":"xe sidecar","Sidecar Files":"Tập tin sidecar","Sign in":"Đăng nhập","Sign Out":"Đăng xuất","Similar":"Tương tự","Site URL":"URL trang web","Size":"Kích cỡ","Slideshow":"Trình chiếu","Slow":"Chậm","Software":"Phần mềm","Software Update":"Cập nhật phần mềm","Some albums could not be copied":"Một số album không thể sao chép được","Some albums could not be created. Please edit the names and try again.":"Không thể tạo một số album. Vui lòng chỉnh sửa tên và thử lại.","Some albums could not be updated":"Một số album không thể cập nhật","Something went wrong, try again":"Đã xảy ra lỗi, hãy thử lại","Sort by":"Sắp xếp theo","Sort by Name (A–Z)":"Sắp xếp theo Tên (A–Z)","Sort by Photo Count":"Sắp xếp theo Số lượng ảnh","Sort by Relevance":"Sắp xếp theo mức độ liên quan","Sort Order":"Thứ tự sắp xếp","Sorted ascending.":"Sắp xếp theo thứ tự tăng dần.","Sorted descending.":"Sắp xếp theo thứ tự giảm dần.","Source":"Nguồn","Stack":"Cây rơm","Stack files sharing the same unique image or instance identifier.":"Xếp chồng các tệp chia sẻ cùng một hình ảnh hoặc mã định danh cá thể duy nhất.","Stack pictures taken at the exact same time and location based on their metadata.":"Xếp chồng các ảnh được chụp vào cùng thời điểm và vị trí dựa trên siêu dữ liệu của chúng.","Stackable":"có thể xếp chồng lên nhau","Stacks":"ngăn xếp","Start":"Bắt đầu","Start Page":"Trang Bắt Đầu","Static Size Limit: %{n}px":"Giới hạn kích thước tĩnh: %{n}px","Status":"Trạng thái","Stay signed in on this device":"Giữ trạng thái đăng nhập trên thiết bị này","Stop Casting":"Dừng việc đúc","Storage":"Kho","Streets":"Đường phố","Subject":"Chủ thể","Subject deleted":"Chủ đề đã bị xóa","Subject not found":"Không tìm thấy chủ đề","Subject saved":"Đã lưu chủ đề","Successfully activated":"Đã kích hoạt thành công","Successfully Connected":"Kết nối thành công","Successfully deleted":"Đã xóa thành công","Successfully verified":"Đã xác minh thành công","Super Admin":"Quản trị viên cấp cao","Support for additional services, like Google Drive, will be added over time.":"Hỗ trợ cho các dịch vụ bổ sung, như Google Drive, sẽ được bổ sung theo thời gian.","Support Our Mission":"Hỗ trợ sứ mệnh của chúng tôi","Sync":"Đồng bộ hóa","Sync raw and video files":"Đồng bộ hóa các tập tin thô và video","Taken":"Lấy","Teal":"màu xanh mòng két","Terrain":"Địa hình","Text":"Chữ","Thank You for Your Support!":"Cảm ơn sự hỗ trợ của bạn!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Đó là lý do tại sao PhotoPrism được xây dựng từ đầu để chạy ở bất cứ nơi nào bạn cần mà không ảnh hưởng đến quyền tự do, quyền riêng tư hoặc chức năng.","The index currently contains %{n} hidden files.":"Chỉ mục hiện chứa %{n} tệp ẩn.","The instance rejected the cluster credentials.":"Máy chủ đã từ chối thông tin đăng nhập của cụm.","The instance returned an unexpected redirect.":"Thực thể này đã trả về một chuyển hướng không mong đợi.","The wakeup interval is %s, but must be 1h or less":"Khoảng thời gian đánh thức là %s nhưng phải từ 1 giờ trở xuống","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Định dạng của chúng có thể không được hỗ trợ, chúng chưa được chuyển đổi sang JPEG hoặc có bản sao.","Theme":"chủ đề","This account is missing an ID and can't be edited.":"Tài khoản này chưa có ID nên không thể chỉnh sửa được.","This field is required":"Trường này là bắt buộc","This instance has no site URL configured.":"Phiên bản này chưa được cấu hình URL trang web.","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.":"Thao tác này sẽ gắn thư mục gốc dưới dạng ổ đĩa mạng và cho phép bạn mở, chỉnh sửa và xóa các tệp khỏi máy tính hoặc điện thoại thông minh của bạn như thể chúng là cục bộ.","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. ":"Thao tác này sẽ gắn thư mục gốc dưới dạng ổ đĩa mạng và cho phép bạn mở, chỉnh sửa và xóa các tệp khỏi máy tính hoặc điện thoại thông minh của bạn như thể chúng là cục bộ.","Time":"Thời gian","Time UTC":"thời gian UTC","Time Zone":"Múi giờ","Timeout":"Hết giờ","Title":{"":"Tiêu đề","Account":"Tiêu đề","Photo":"Tiêu đề"},"Title / Position":"Vị trí tiêu đề","to":"ĐẾN","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Để tránh bị khóa tài khoản, vui lòng tải xuống, in hoặc sao chép mã khôi phục này ngay bây giờ và giữ nó ở nơi an toàn.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Để tạo mật khẩu mới dành riêng cho ứng dụng, vui lòng nhập tên và phạm vi ủy quyền của ứng dụng và chọn ngày hết hạn:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Để chuyển sang ứng dụng hoặc thiết bị xác thực mới, trước tiên hãy tắt xác thực hai yếu tố rồi kích hoạt lại:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Để nâng cấp, bạn có thể nhập mã kích hoạt hoặc nhấp vào \"Đăng ký\" để đăng ký trên trang web của chúng tôi:","Today":"Hôm nay","Toggle View":"Chuyển đổi chế độ xem","Token":"Mã thông báo","Too many files selected":"Đã chọn quá nhiều tệp","Too many requests":"quá nhiều yêu cầu","Troubleshooting":"Xử lý sự cố","Try again using other filters or keywords.":"Hãy thử lại bằng các bộ lọc hoặc từ khóa khác.","Two-factor authentication has been enabled for your account.":"Xác thực hai yếu tố đã được kích hoạt cho tài khoản của bạn.","Type":"Kiểu","Unable to delete":"Không thể xóa","Unable to do that":"Không thể làm điều đó","Unassign":"Hủy chỉ định","Unauthorized":"Không được phép","Undo":"Hoàn tác","Unique ID":"ID duy nhất","Unknown":"không xác định","Unknown location":"Vị trí không rõ","Unregistered":"Chưa đăng ký","Unsorted":"Chưa sắp xếp","Unstack":"Giải nén","Unsupported":"Không được hỗ trợ","Unsupported format":"Định dạng không được hỗ trợ","Unsupported type":"Loại không được hỗ trợ","Updated":"Đã cập nhật","Updating faces":"Cập nhật khuôn mặt","Updating index":"Đang cập nhật chỉ mục","Updating moments":"Cập nhật khoảnh khắc","Updating picture…":"Đang cập nhật hình ảnh…","Updating previews":"Đang cập nhật bản xem trước","Updating stacks":"Cập nhật ngăn xếp","Upgrade":"Nâng cấp","Upgrade Now":"Nâng cấp ngay bây giờ","Upload":"Tải lên","Upload complete":"Tải lên hoàn tất","Upload complete. Indexing…":"Tải lên hoàn tất. Lập chỉ mục…","Upload failed":"Tải lên không thành công","Upload has been processed":"Tải lên đã được xử lý","Upload local files":"Tải lên các tập tin cục bộ","Upload might be offensive":"Tải lên có thể gây khó chịu","Upload Path":"Đường dẫn tải lên","Uploading %{n} of %{t}…":"Đang tải lên %{n} trong số %{t}…","Uploading photos…":"Đang tải ảnh lên…","Uploading…":"Đang tải lên…","Uploads that may contain such images will be rejected automatically.":"Những tải lên có thể chứa những hình ảnh như vậy sẽ tự động bị từ chối.","URL":"URL","Use Presets":"Sử dụng cài đặt trước","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Sử dụng mã khôi phục sau để truy cập vào tài khoản của bạn khi bạn không thể tạo mã xác minh hợp lệ bằng ứng dụng xác thực của mình:","Use your recovery code or contact an administrator for help.":"Sử dụng mã khôi phục của bạn hoặc liên hệ với quản trị viên để được trợ giúp.","User":"Người dùng","User Guide":"Hướng dẫn sử dụng","User Interface":"Giao diện người dùng","User not found":"Không tìm thấy người dùng","Username":"tên tài khoản","Users":"Người dùng","UUID":"UUID","Vector":"Vectơ","Vectors":"Vectơ","Verification Code":"Mã xác nhận","Version":"Phiên bản","Video":"Băng hình","Video Duration":"Thời lượng video","Videos":"Video","View":"Xem","View search results as a list.":"Xem kết quả tìm kiếm dưới dạng danh sách.","Viewer":"Người xem","Vision":"Tầm nhìn","Visitor":"Khách thăm quan","Visual Similarity":"Sự tương đồng về hình ảnh","Warning":"Cảnh báo","Web Login":"Đăng nhập web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Máy khách WebDAV có thể kết nối với PhotoPrism bằng URL sau:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Các máy khách WebDAV, như Windows Explorer của Microsoft hoặc Finder của Apple, có thể kết nối trực tiếp với\n PhotoPrism.","WebDAV Upload":"Tải lên WebDAV","WebGL support is disabled in your browser":"Hỗ trợ WebGL bị vô hiệu hóa trong trình duyệt của bạn","Website":"Trang mạng","White":"Trắng","Work Details":"Chi tiết công việc","Year":"Năm","Yellow":"Màu vàng","Yes":"Đúng","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Bạn có thể liên hệ với chúng tôi theo địa chỉ member@photoprism.app nếu có câu hỏi liên quan đến tư cách thành viên của bạn.","You can only download one album":"Bạn chỉ có thể tải xuống một album","You can only download one label":"Bạn chỉ có thể tải xuống một nhãn","You can search for a location or move the marker on the map to change the position:":"Bạn có thể tìm kiếm vị trí hoặc di chuyển điểm đánh dấu trên bản đồ để thay đổi vị trí:","You can upload up to %{n} files for test purposes.":"Bạn có thể tải lên tối đa %{n} tệp cho mục đích thử nghiệm.","You cannot change your own role.":"Cậu không thể tự thay đổi vai trò của mình đâu.","You do not have access to any instances.":"Cậu không có quyền truy cập vào bất kỳ phiên bản nào.","You may only select one item":"Bạn chỉ có thể chọn một mục","You may rescan your library to find additional faces.":"Bạn có thể quét lại thư viện của mình để tìm thêm khuôn mặt.","Your account could not be connected":"Tài khoản của bạn không thể kết nối được","Your account has been successfully connected.":"Tài khoản của bạn đã được kết nối thành công.","Your browser does not support WebGL":"Trình duyệt của bạn không hỗ trợ WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Sự hỗ trợ liên tục của bạn giúp chúng tôi cung cấp thông tin cập nhật thường xuyên và duy trì tính độc lập để chúng tôi có thể hoàn thành sứ mệnh của mình và bảo vệ quyền riêng tư của bạn.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Thư viện của bạn được phân tích liên tục để tự động tạo album về những khoảnh khắc, chuyến đi và địa điểm đặc biệt.","Zip created in %d s":"Zip được tạo trong %d giây","Zoom in/out":"Phóng to / thu nhỏ","Archive":{"Noun":"Lưu trữ","Verb":"Lưu trữ"},"Add a Title":{"Photo":"Thêm tiêu đề"}}} \ No newline at end of file +{"vi":{"{0} appended action":"{0} hành động được thêm vào","{0} files":"{0} tập tin","{0} files ({1} in total)":"{0} tệp ({1} tổng cộng)","{0} more":"{0} thêm","{0} prepended action":"{0} hành động được thêm vào trước","{0} selected":"{0} đã chọn","{0}-{1} of {2}":"{0}-{1} của {2}","%{n} albums found":"Đã tìm thấy %{n} album","%{n} files uploaded":"%{n} tệp đã được tải lên","%{n} folders found":"Đã tìm thấy %{n} thư mục","%{n} GB of %{q} GB used":"%{n} GB trong số %{q} GB đã sử dụng","%{n} labels found":"Đã tìm thấy %{n} nhãn","%{n} people found":"Đã tìm thấy %{n} người","%{n} pictures found":"Đã tìm thấy %{n} ảnh","%{s} is too long":"%{s} quá dài","%{s} is too short":"%{s} quá ngắn","%d entries added to %s":"Các mục %d được thêm vào %s","%d entries removed from %s":"Các mục %d đã bị xóa khỏi %s","%d files uploaded in %d s":"Các tệp %d được tải lên trong %d giây","%s already exists":"%s đã tồn tại","%s has been restored":"%s đã được khôi phục","1 hour":"1 giờ","12 hours":"12 giờ","2-Factor Authentication":"Xác thực 2 yếu tố","2FA":"2FA","4 hours":"4 tiếng","A click will copy it to your clipboard.":"Một cú nhấp chuột sẽ sao chép nó vào clipboard của bạn.","A new version of %{s} is available:":"Phiên bản mới của %{s} đã có sẵn:","About":"Về","Access granted.":"Đã cấp quyền truy cập.","Access revoked.":"Quyền truy cập đã bị thu hồi.","Access Token":"Truy cập thẻ","Account":"Tài khoản","Account created":"Tài khoản đã được tạo","Account deleted":"Tài khoản đã bị xóa","Account Group Mappings":"Ánh xạ nhóm tài khoản","Account not found":"Tài khoản không được tìm thấy","Account restored":"Tài khoản đã được khôi phục","Account saved":"Đã lưu tài khoản","Accounts":"Tài khoản","Accuracy":"Sự chính xác","Action":"Hoạt động","Actions":"hành động","Activate":"Kích hoạt","Activate to remove sorting.":"Kích hoạt để xóa sắp xếp.","Activate to sort ascending.":"Kích hoạt để sắp xếp theo thứ tự tăng dần.","Activate to sort descending.":"Kích hoạt để sắp xếp theo thứ tự giảm dần.","Activation Code":"Mã kích hoạt","Activity":"Hoạt động","Add":"Thêm vào","Add %{s}?":"Thêm %{s}?","Add a Caption":"Thêm chú thích","Add Account":"Thêm tài khoản","Add Album":"Thêm Anbom","Add Link":"Thêm liên kết","Add Notes":"Thêm ghi chú","Add person?":"Thêm người?","Add pictures from search results by selecting them.":"Thêm hình ảnh từ kết quả tìm kiếm bằng cách chọn chúng.","Add to album":"Thêm vào album","Add to all":"Thêm vào tất cả","Add to all selected photos":"Thêm vào tất cả các bức ảnh đã chọn","Added":"Thêm","Added %{name}":"Đã thêm %{name}","Adjust Camera Info":"Chỉnh sửa thông tin máy ảnh","Adjust Date & Time":"Điều chỉnh ngày và giờ","Adjust Location":"Điều chỉnh vị trí","Admin":"Quản trị viên","Advanced":"Trình độ cao","Advertise URL":"URL quảng cáo","After 1 day":"Sau 1 ngày","After 3 days":"Sau 3 ngày","After 7 days":"Sau 7 ngày","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"Sau khi nhập mật khẩu để xác nhận, bạn có thể thiết lập xác thực hai yếu tố bằng ứng dụng hoặc thiết bị xác thực tương thích:","After one month":"Sau một tháng","After one year":"Sau một năm","After selecting pictures from search results, you can add them to an album using the context menu.":"Sau khi chọn ảnh từ kết quả tìm kiếm, bạn có thể thêm chúng vào album bằng menu ngữ cảnh.","After two months":"Sau hai tháng","After two weeks":"Sau hai tuần","Album":"Album","Album %s deleted":"Album %s đã bị xóa","Album Backups":"Sao lưu album","Album contents cloned":"Nội dung album được sao chép","Album created":"Đã tạo album","Album deleted":"Album đã xóa","Album not found":"Không tìm thấy album","Album saved":"Đã lưu album","Albums":"Tập ảnh","Albums deleted":"Album đã bị xóa","All":"Tất cả","All %{n} albums loaded":"Đã tải tất cả %{n} album","All %{n} labels loaded":"Đã tải tất cả nhãn %{n}","All %{n} people loaded":"Tất cả %{n} người đã tải","All Cameras":"Tất cả máy ảnh","All Categories":"Tất cả danh mục","All Colors":"Đủ màu sắc","All Countries":"Tất cả các nước","All files from import folder":"Tất cả các tệp từ thư mục nhập","All Lenses":"Tất cả các ống kính","All Months":"Tất cả các tháng","All originals":"Tất cả bản gốc","All Years":"Mọi năm","Allow configuration and use of connected apps and services for remote uploads and sync.":"Cho phép cấu hình và sử dụng các ứng dụng và dịch vụ kết nối để tải lên từ xa và đồng bộ hóa.","Allow editing of metadata such as title, description, date, and location.":"Cho phép chỉnh sửa metadata như tiêu đề, mô tả, ngày tháng và vị trí.","Allow editing the metadata, labels, and albums of multiple pictures at once.":"Cho phép chỉnh sửa metadata, nhãn và album của nhiều hình ảnh cùng một lúc.","Allow files to be copied or moved from the Import to the Originals folder.":"Bật công cụ Nhập để sao chép hoặc di chuyển tệp từ thư mục Nhập sang thư mục Gốc.","Allow files to be permanently deleted to free up storage space.":"Cho phép xóa vĩnh viễn các tệp để giải phóng không gian lưu trữ.","Allow users to archive photos and videos so they are hidden without being deleted.":"Cho phép cậu lưu trữ ảnh và video để chúng được ẩn đi mà không bị xóa.","Allow users to create and share links, and enable sharing with connected services.":"Cho phép cậu tạo và chia sẻ liên kết, đồng thời cho phép chia sẻ với các dịch vụ kết nối.","Allow users to upload new photos and videos through the web interface.":"Cho phép cậu tải lên hình ảnh và video mới thông qua giao diện web.","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"Ngoài ra, bạn có thể tải tệp trực tiếp lên máy chủ WebDAV như Nextcloud.","Altitude":"Độ cao","Altitude (m)":"Độ cao (m)","AM":"LÀ","Animated":"hoạt hình","Animation":"Hoạt hình","Animations":"Hoạt hình","Any private photos and videos remain private and won't be shared.":"Mọi ảnh và video riêng tư vẫn ở chế độ riêng tư và sẽ không được chia sẻ.","API Key":"Mã API","Application":"Ứng dụng","Applications":"Ứng dụng","Approve":"Chấp thuận","Approve and save changes":"Phê duyệt và lưu thay đổi","Apps and Devices":"Ứng dụng và thiết bị","Archived":"Đã lưu trữ","Are you sure you want to archive the selection?":"Bạn có chắc chắn muốn lưu trữ lựa chọn không?","Are you sure you want to delete these albums?":"Bạn có chắc chắn muốn xóa những anbom này không?","Are you sure you want to delete these labels?":"Bạn có chắc chắn muốn xóa các nhãn này không?","Are you sure you want to delete this account?":"Bạn có chắc chắn muốn xóa tài khoản này?","Are you sure you want to delete this album?":"Bạn có chắc chắn muốn xóa album này không?","Are you sure you want to permanently delete these pictures?":"Bạn có chắc chắn muốn xóa vĩnh viễn những hình ảnh này không?","Are you sure you want to permanently delete this file?":"Bạn có chắc chắn muốn xóa vĩnh viễn tệp này không?","Are you sure?":"Bạn có chắc không?","Artist":"Nghệ sĩ","Aspect Ratio":"Tỷ lệ khung hình","Attributes":"Thuộc tính","Audio":"Âm thanh","Audit Log":"Âm thanh","Authentication":"Xác thực","Auto":"Tự động","Back":"Mặt sau","Back to top":"Quay lại đầu trang","Backup":"Hỗ trợ","Badge":"Huy hiệu","Base Path":"Đường dẫn cơ sở","Batch":"Lô","Batch Edit":"Chỉnh sửa hàng loạt","Become a member today, support our mission and enjoy our member benefits!":"Hãy trở thành thành viên ngay hôm nay, ủng hộ sứ mệnh của chúng tôi và tận hưởng các lợi ích dành cho thành viên của chúng tôi!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"Với hoạt động tự tài trợ và độc lập 100%, chúng tôi có thể hứa với bạn rằng chúng tôi sẽ không bao giờ bán dữ liệu của bạn và chúng tôi sẽ luôn minh bạch về phần mềm và dịch vụ của mình.","Bio":"Tiểu sử","Birth Date":"Ngày sinh","Black":"Đen","Blue":"Màu xanh da trời","Brown":"Màu nâu","Browse":"Duyệt qua","Browse Files":"Duyệt tập tin","Browse Pictures":"Duyệt hình ảnh","Bug Report":"Báo cáo lỗi","Busy, please try again later":"Đang bận, vui lòng thử lại sau","Busy, please wait…":"Đang bận, vui lòng đợi…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"Bằng cách sử dụng phần mềm và dịch vụ chúng tôi cung cấp, bạn đồng ý với các điều khoản dịch vụ, chính sách quyền riêng tư và quy tắc ứng xử của chúng tôi.","Calendar":"Lịch","Camera":"Máy ảnh","Camera not found":"Không tìm thấy camera","Camera Serial":"Máy ảnh nối tiếp","Can't access your authenticator app or device?":"Không thể truy cập ứng dụng hoặc thiết bị xác thực của bạn?","Can't load more, limit reached":"Không thể tải thêm, đã đạt đến giới hạn","Can't select more items":"Không thể chọn thêm mục","Cancel":"Hủy bỏ","Cannot copy to clipboard":"Không thể sao chép vào clipboard","Caption":"Đầu đề","Cards":"thẻ","Carousel slide {0} of {1}":"Trượt băng chuyền {0} của {1}","Cast":"Dàn diễn viên","Category":"Loại","Change Avatar":"Thay đổi hình đại diện","Change Password":"Đổi mật khẩu","Change private flag":"Thay đổi cờ riêng tư","Changes could not be saved":"Không thể lưu các thay đổi","Changes successfully saved":"Đã lưu thay đổi thành công","Changes to the advanced settings require a restart to take effect.":"Những thay đổi đối với cài đặt nâng cao yêu cầu khởi động lại để có hiệu lực.","Checked":"Đã kiểm tra","Choose an instance to continue:":"Chọn một phiên bản để tiếp tục:","Chroma":"sắc độ","Cleaning index and cache":"Làm sạch chỉ mục và bộ đệm","Cleanup":"Dọn dẹp","Clear":"Xóa","Clear {0}":"Xóa {0}","Client":"Khách hàng","Close":"Đóng","Cluster":"Cụm","Cluster Admin":"Quản trị viên cụm","Cluster Node":"Nút cụm","Codec":"Bộ giải mã","Color":"Màu sắc","Color Profile":"Hồ sơ màu","Colors":"Màu sắc","Compare Editions":"So sánh các phiên bản","Complete Rescan":"Quét lại hoàn tất","Confidence":"Sự tự tin","Confirm":"Xác nhận","Connect":"Kết nối","Connect via WebDAV":"Kết nối qua WebDAV","Connected":"Đã kết nối","Contact Details":"Chi tiết liên hệ","Contact Us":"Liên hệ chúng tôi","Contains %{n} pictures.":"Chứa %{n} hình ảnh.","Contains one picture.":"Chứa một hình ảnh.","Content":{"":"Nội dung","Edit":"Nội dung"},"Continue":"Tiếp tục","Contributor":"Người đóng góp","Converting":"Chuyển đổi","Copied to clipboard":"Sao chép vào clipboard","Copy":"Sao chép","Copying files from %s":"Sao chép tập tin từ %s","Copyright":"Bản quyền","Could not be deleted":"Không thể xóa được","Could not connect, please try again":"Không thể kết nối, vui lòng thử lại","Could not update person cover":"Không thể cập nhật thông tin cá nhân","Couldn't find anything.":"Không thể tìm thấy bất cứ điều gì.","Country":"Quốc gia","Create Account":"Tạo tài khoản","Create album":"Tạo album","Create regular backups based on the configured schedule.":"Tạo bản sao lưu chỉ mục dựa trên lịch trình đã định cấu hình.","Create YAML files to back up album metadata.":"Tạo tệp YAML để sao lưu siêu dữ liệu album.","Create YAML sidecar files to back up picture metadata.":"Tạo các tệp sidecar YAML để sao lưu siêu dữ liệu hình ảnh.","Created":"Tạo","Creating thumbnails for":"Tạo hình thu nhỏ cho","Current Password":"Mật khẩu hiện tại","Custom":"Phong tục","Cyan":"lục lam","Daily":"Hằng ngày","Database":"Cơ sở dữ liệu","Database Backups":"Sao lưu cơ sở dữ liệu","Databases":"Cơ sở dữ liệu","Date & Time":"Ngày & Giờ","Day":"Ngày","Deactivate":"Vô hiệu hóa","Debug Logs":"Nhật ký gỡ lỗi","Default":"Mặc định","Default Folder":"Thư mục mặc định","Delete":"Xóa bỏ","Delete Album":"Xóa Album","Delete All":"Xóa hết","Delete all?":"Xóa tất cả?","Delete orphaned index entries, sidecar files and thumbnails.":"Xóa các mục chỉ mục mồ côi, tệp sidecar và hình thu nhỏ.","deleted":"đã xóa","Description":"Sự miêu tả","Detailed instructions can be found in our User Guide.":"Hướng dẫn chi tiết có thể được tìm thấy trong Hướng dẫn sử dụng của chúng tôi.","Details":"Chi tiết","Dimensions":"Kích thước","Disable all face detection and recognition features.":"Vô hiệu hóa tất cả các tính năng phát hiện và nhận diện khuôn mặt.","Disable Backups":"Tắt sao lưu","Disable Darktable":"Tắt bảng tối","Disable ExifTool":"Tắt ExifTool","Disable Faces":"Tắt tính năng Nhận diện khuôn mặt","Disable features that require write permission for the originals folder.":"Tắt các tính năng yêu cầu quyền ghi đối với thư mục gốc.","Disable FFmpeg":"Tắt FFmpeg","Disable ImageMagick":"Tắt ImageMagick","Disable interactive world maps and reverse geocoding.":"Vô hiệu hóa bản đồ thế giới tương tác và mã hóa địa lý đảo ngược.","Disable MCP":"Tắt MCP","Disable Places":"Vô hiệu hóa địa điểm","Disable RawTherapee":"Tắt RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"Tắt điểm cuối API của Giao thức Bối cảnh Mô hình (MCP) cho các tích hợp với tác nhân AI.","Disable Vectors":"Vô hiệu hóa vectơ","Disable WebDAV":"Tắt WebDAV","Disabled":"Người khuyết tật","Disables vector graphics support.":"Tắt hỗ trợ đồ họa vector.","Disables video transcoding and thumbnail extraction.":"Tắt chuyển mã video và trích xuất hình thu nhỏ.","Discard":"Bỏ đi","Discard changes and close":"Hủy bỏ các thay đổi và đóng","Discard invalid changes?":"Bỏ qua những thay đổi không hợp lệ nhé?","Discard unsaved changes?":"Bỏ qua những thay đổi chưa được lưu nhé?","Discover":"Phát hiện","Dismiss":"Miễn nhiệm","Display Name":"Tên hiển thị","Display picture captions in search results.":"Hiển thị chú thích hình ảnh trong kết quả tìm kiếm.","Display picture titles in search results.":"Hiển thị tiêu đề hình ảnh trong kết quả tìm kiếm.","Document":"Tài liệu","Documents":"Tài liệu","Don't use Darktable to convert RAW images.":"Không sử dụng Darktable để chuyển đổi ảnh RAW.","Don't use ImageMagick to convert images.":"Không sử dụng ImageMagick để chuyển đổi hình ảnh.","Don't use RawTherapee to convert RAW images.":"Không sử dụng RawTherapee để chuyển đổi ảnh RAW.","Done":"Xong","Done.":"Xong.","Download":"Tải xuống","Download only original media files, without any automatically generated files.":"Chỉ tải xuống các tệp phương tiện gốc mà không có bất kỳ tệp nào được tạo tự động.","Download remote files":"Tải tập tin từ xa","Downloading…":"Đang tải xuống…","Drag and drop files here":"Kéo và thả tập tin vào đây","Driver":"Tài xế","Duplicates will be skipped and only appear once.":"Các bản sao sẽ bị bỏ qua và chỉ xuất hiện một lần.","Duration":"Khoảng thời gian","Dynamic Previews":"Xem trước động","Dynamic Size Limit: %{n}px":"Giới hạn kích thước động: %{n}px","Edit":"Biên tập","Edit %{s}":"Chỉnh sửa tên}","Edit Account":"Chỉnh sửa tài khoản","Edit Photo":"Chỉnh sửa hình ảnh","Edit Photos (%{n})":"Chỉnh sửa ảnh (%{n})","Edited":"Đã chỉnh sửa","Email":"E-mail","Enable debug mode to display additional logs and help with troubleshooting.":"Bật chế độ gỡ lỗi để hiển thị nhật ký bổ sung và trợ giúp khắc phục sự cố.","Enable downloading of original and sidecar files from the web interface.":"Cho phép tải xuống các tệp gốc và tệp phụ từ giao diện web.","Enable face recognition and the People view to easily find people you know.":"Bật tính năng nhận diện khuôn mặt và chế độ xem Người để dễ dàng tìm kiếm những người cậu quen biết.","Enable new features that may be incomplete or unstable.":"Kích hoạt các tính năng mới có thể chưa đầy đủ hoặc không ổn định.","Enable the file browser to navigate the Originals folder structure.":"Kích hoạt trình duyệt tệp để điều hướng cấu trúc thư mục Originals.","Enables RAW converter presets. May reduce performance.":"Cho phép cài đặt trước bộ chuyển đổi RAW. Có thể làm giảm hiệu suất.","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"Kích hoạt xác thực hai yếu tố có nghĩa là bạn sẽ cần mã xác minh được tạo ngẫu nhiên để đăng nhập, vì vậy ngay cả khi ai đó có quyền truy cập vào mật khẩu của bạn, họ sẽ không thể truy cập vào tài khoản của bạn.","Engine":"Động cơ","Enter date":"Nhập ngày","Enter dates":"Nhập ngày","Enter item name...":"Nhập tên mục...","Enter the code generated by your authenticator app:":"Nhập mã được tạo bởi ứng dụng xác thực của bạn:","Enter verification code":"Nhập mã xác nhận","Enter your password to confirm the action and continue:":"Nhập mật khẩu của bạn để xác nhận hành động và tiếp tục:","Entity not found":"Không tìm thấy thực thể","Error":"Lỗi","Errors":"Lỗi","Estimate":"Ước lượng","Estimate Locations":"Ước tính vị trí","Estimate the approximate location of pictures without GPS coordinates.":"Ước tính vị trí gần đúng của hình ảnh mà không cần tọa độ GPS.","Every two days":"Mỗi hai ngày","Exclude hidden":"Loại trừ ẩn","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"Cần phải trích xuất siêu dữ liệu bằng ExifTool để hỗ trợ đầy đủ Video, Live Photo và XMP.","Experimental Features":"Tính năng thử nghiệm","Expires":"Hết hạn","Exposure":"Phơi bày","Extract still images and generate thumbnails while indexing.":"Trích xuất hình ảnh tĩnh và tạo hình thu nhỏ trong khi lập chỉ mục.","F Number":"Số F","Face":"Khuôn mặt","Face not found":"Không tìm thấy khuôn mặt","Faces":"Khuôn mặt","Failed creating file, please check permissions":"Không tạo được tệp, vui lòng kiểm tra quyền","Failed creating folder, please check permissions":"Không tạo được thư mục, vui lòng kiểm tra quyền","Failed removing link":"Xóa liên kết không thành công","Failed to connect account.":"Không thể kết nối tài khoản.","Failed to create zip file":"Không tạo được tệp zip","Failed to load users.":"Không tải được danh sách người dùng.","Failed to remove face marker":"Không thể xóa điểm đánh dấu khuôn mặt","Failed to remove name":"Không thể xóa tên","Failed to restart server":"Không thể khởi động lại máy chủ","Failed to save changes":"Không thể lưu các thay đổi","Failed to save face marker":"Không lưu được điểm đánh dấu khuôn mặt","Failed to save name":"Không lưu được tên","Failed updating link":"Liên kết cập nhật không thành công","Family Name":"Tên gia đình","Fast":"Nhanh","Favorite":"Yêu thích","Favorites":"Yêu thích","Feature disabled":"Tính năng bị tắt","Feature Request":"Yêu cầu tính năng","Female":"Nữ giới","File":"Tài liệu","File Browser":"Trình duyệt tệp","File Conversion":"Chuyển đổi tập tin","File deleted":"Đã xóa tệp","File Name":"Tên tệp","File not found":"Không tìm thấy tập tin","File removed from stack":"Đã xóa tệp khỏi ngăn xếp","File Size":"Kích thước tập tin","File too large":"Tệp quá lớn","File uploaded":"File đã được tải lên","Filename":"Tên tệp","Files":"Các tập tin","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"Các tệp có tên tuần tự như “IMG_1234 (2)” và “IMG_1234 (3)” thuộc cùng một hình ảnh.","First page":"Trang đầu tiên","Focal Length":"Tiêu cự","Folder":"Thư mục","Folder contains %{n} files":"Thư mục chứa tệp %{n}","Folder is empty":"Tệp này rỗng","Folders":"Thư mục","Forgot password?":"Quên mật khẩu?","FPS":"FPS","Frames":"Khung","Full Access":"Toàn quyền truy cập","Fullscreen":"Toàn màn hình","General":"Tổng quan","Generate":"Phát ra","Generate Previews":"Tạo bản xem trước","Generated":"Đã tạo ra","Get Started":"Bắt đầu","Given Name":"Tên","Global Options":"Tùy chọn toàn cầu","Go to page {0}":"Đi tới trang {0}","Gold":"Vàng","Green":"Màu xanh lá","Grey":"Xám","Groups":"Các nhóm","Guest":"Khách mời","Hash":"Băm","Help":"Giúp đỡ","Help & Support":"Trợ giúp & Hỗ trợ","Hidden":"Ẩn giấu","Hidden Files":"Các tệp ẩn","Hide":"Trốn","Hide Caption":"Ẩn chú thích","Hide face markers":"Ẩn các điểm đánh dấu trên khuôn mặt","Hide private content from global views while keeping it accessible in the Private section.":"Ẩn các mục riêng tư khỏi các chế độ xem chung trong khi vẫn giữ chúng có thể truy cập được trong phần Riêng tư.","High":"Cao","High Dynamic Range (HDR)":"Dải động cao (HDR)","Hybrid":"lai","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"Nếu mất quyền truy cập vào ứng dụng hoặc thiết bị xác thực, bạn có thể sử dụng mã khôi phục để lấy lại quyền truy cập vào tài khoản của mình.","Image":"Hình ảnh","Image Quality":"Chất lượng hình ảnh","Import":"Nhập khẩu","Import canceled":"Đã hủy nhập","Import completed in %d s":"Quá trình nhập hoàn tất sau %d giây","Import failed":"Nhập không thành công","Imported files will be sorted by date and given a unique name to avoid duplicates.":"Các tệp đã nhập sẽ được sắp xếp theo ngày và đặt một tên duy nhất để tránh trùng lặp.","Importing %{s}…":"Đang nhập %{s}…","Importing files to originals…":"Đang nhập tệp vào bản gốc…","in":"TRONG","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"Trong trường hợp hình ảnh bạn mong đợi bị thiếu, vui lòng quét lại thư viện của bạn và đợi cho đến khi quá trình lập chỉ mục hoàn tất.","Include RAW image files when downloading stacks and archives.":"Bao gồm các tệp hình ảnh RAW khi tải xuống các ngăn xếp và kho lưu trữ.","Include sidecar files when downloading stacks and archives.":"Bao gồm các tệp sidecar khi tải xuống ngăn xếp và kho lưu trữ.","Increase storage size or delete files to continue.":"Tăng dung lượng lưu trữ hoặc xóa tệp để tiếp tục.","Index":"Mục lục","Indexing":"Lập chỉ mục","Indexing canceled":"Đã hủy lập chỉ mục","Indexing completed in %d s":"Việc lập chỉ mục hoàn tất sau %d giây","Indexing failed":"Lập chỉ mục không thành công","Indexing files in %s":"Lập chỉ mục các tệp trong %s","Indexing media and sidecar files…":"Lập chỉ mục các tập tin media và sidecar…","Indexing originals...":"Lập chỉ mục bản gốc...","Information":"Thông tin","Inherit":"Kế thừa","Instance":"Ví dụ","Instance ID":"ID phiên bản","Instance unreachable. Try again once it's back online.":"Không thể kết nối với máy chủ. Hãy thử lại khi máy chủ hoạt động trở lại nhé.","Instances":"Các trường hợp","Insufficient storage":"Không đủ dung lượng lưu trữ","Insufficient storage.":"Không đủ dung lượng lưu trữ.","Interval":"Khoảng thời gian","Invalid":"Không hợp lệ","Invalid address":"Địa chỉ không hợp lệ","Invalid country":"Quốc gia không hợp lệ","Invalid credentials":"Thông tin không hợp lệ","Invalid date":"Ngày không hợp lệ","Invalid link":"Liên kết không hợp lệ","Invalid name":"Tên không hợp lệ","Invalid parameters":"thông số không hợp lệ","Invalid password, please try again":"mật mã không hợp lệ, vui lòng thử lại","Invalid photo selected":"Đã chọn ảnh không hợp lệ","Invalid time":"Thời gian không hợp lệ","Invalid URL":"URL không hợp lệ","Invalid verification code, please try again":"Mã xác minh không hợp lệ, vui lòng thử lại","IP Address":"Địa chỉ IP","It is a one-time use code that will disable 2FA for your account when you use it.":"Đây là mã sử dụng một lần sẽ vô hiệu hóa 2FA cho tài khoản của bạn khi bạn sử dụng.","Item":"Mục","Items per page:":"Số mục trên mỗi trang:","JPEG Quality: %{n}":"Chất lượng JPEG: %{n}","JPEG Size Limit: %{n}px":"Giới hạn kích thước JPEG: %{n}px","JPEGs and thumbnails are automatically rendered as needed.":"JPEG và hình thu nhỏ được tự động hiển thị khi cần.","Keyword":"Từ khóa","Keywords":"Từ khóa","Label":"Nhãn","Label not found":"Không tìm thấy nhãn","Label saved":"Đã lưu nhãn","Labels":"Nhãn","Labels deleted":"Đã xóa nhãn","Language":"Ngôn ngữ","Last Active":"Hoạt động lần cuối","Last Login":"Lân đăng nhập cuôi","Last page":"Trang cuối","Last Sync":"Đồng bộ hóa lần cuối","Last Used":"Được sử dụng lần cuối","Latitude":"Vĩ độ","LDAP/AD":"LDAP/QUẢNG CÁO","Learn more":"Tìm hiểu thêm","Learn More":"Tìm hiểu thêm","Legal Information":"Thông tin hợp pháp","Lens":"Ống kính","Lens not found":"Không tìm thấy ống kính","Library":"Thư viện","License":"Giấy phép","Like":"Thích","Lime":"Chanh xanh","Limit reached, showing first %{n} files":"Đã đạt đến giới hạn, hiển thị tệp %{n} đầu tiên","Link":"liên kết","List":"Danh sách","List View":"Xem danh sách","Live":"Sống","Live Photos":"Ảnh trực tiếp","Load more":"Tải thêm","Loading items...":"Đang tải mục...","Loading...":"Đang tải...","Local":"Địa phương","Local Time":"Giờ địa phương","Location":"Vị trí","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"Thông báo nhật ký xuất hiện ở đây bất cứ khi nào PhotoPrism gặp phải các tệp bị hỏng hoặc có các sự cố tiềm ẩn khác.","Login":"Đăng nhập","Logs":"Nhật ký","Longitude":"Kinh độ","Lost server connection":"Mất kết nối máy chủ","Low":"Thấp","Magenta":"Màu đỏ tươi","Main Color":"Màu chính","Male":"Nam giới","Manage Account":"Quản lý tài khoản","Manager":"Giám đốc","Manual":"Thủ công","Manual Upload":"Tải lên thủ công","Maps":"Bản đồ","Marker":"Đánh dấu","Maximum number of accounts has been reached.":"Đã đạt đến số lượng tài khoản tối đa.","Media":"Media","Medium":"Trung bình","Membership":"Tư cách thành viên","Merge %{a} with %{b}?":"Hợp nhất %{a} với %{b}?","Message":"Tin nhắn","Metadata":"metadata","Metrics":"Số liệu","Minimize":"Giảm thiểu","Missing":"Mất tích","Missing or invalid configuration":"Cấu hình bị thiếu hoặc không hợp lệ","mixed":"hỗn hợp","Moments":"Khoảnh khắc","Monochrome":"Đơn sắc","Month":"Tháng","More options":"Thêm tùy chọn","Mosaic":"Khảm","Most Relevant":"Liên quan nhất","Move Files":"Di chuyển tập tin","Moving files from %s":"Di chuyển tệp từ %s","Must have at least %{n} characters.":"Phải có ít nhất %{n} ký tự.","Mute":"Tắt tiếng","Name":"Tên","Name too long":"Tên quá dài","Never":"Không bao giờ","New":"Mới","New Password":"mật khẩu mới","Newest First":"Mới nhất đầu tiên","Next":"Kế tiếp","Next page":"Trang tiếp theo","Next visual":"Hình ảnh tiếp theo","No":"KHÔNG","No Access":"Không được truy cập","No albums assigned":"Không có album nào được gán","No albums found":"Không tìm thấy album nào","No albums selected":"Không có album nào được chọn","No data available":"Không có dữ liệu có sẵn","No files available for download":"Không có tập tin nào để tải xuống","No items selected":"Không có mục nào được chọn","No labels assigned":"Không có nhãn nào được gán","No labels found":"Không tìm thấy nhãn","No labels selected":"Không có nhãn nào được chọn","No matching records found":"Không tìm thấy hồ sơ phù hợp","No more":"Không còn nữa","No people found":"Không tìm thấy người nào","No pictures found":"Không tìm thấy hình ảnh nào","No recently edited pictures":"Không có hình ảnh được chỉnh sửa gần đây","No registered instances.":"Chưa có phiên bản nào được đăng ký.","No results":"Không có kết quả","No server connection":"Không có kết nối máy chủ","No servers configured.":"Không có máy chủ nào được cấu hình.","No services configured.":"Không có dịch vụ nào được cấu hình.","No thanks":"Không, cám ơn","No users on this instance.":"Không có người dùng nào trên phiên bản này.","No warnings or error containing this keyword. Note that search is case-sensitive.":"Không có cảnh báo hoặc lỗi có chứa từ khóa này. Lưu ý rằng tìm kiếm có phân biệt chữ hoa chữ thường.","Node":"Nút","Nodes":"Các nút","Non-photographic and low-quality images require a review before they appear in search results.":"Hình ảnh không phải ảnh và chất lượng thấp cần được xem xét trước khi chúng xuất hiện trong kết quả tìm kiếm.","None":"Không có","Not allowed":"Không được phép","Not available in public mode":"Không khả dụng ở chế độ công khai","Not available in read-only mode":"Không khả dụng ở chế độ chỉ đọc","Not found":"Không tìm thấy","Not sorted.":"Chưa được sắp xếp.","Not supported":"Không được hỗ trợ","Note you may manually manage your originals folder and importing is optional.":"Lưu ý rằng bạn có thể quản lý thư mục gốc của mình theo cách thủ công và việc nhập là tùy chọn.","Note:":"Ghi chú:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"Lưu ý: Chỉ các máy chủ WebDAV, như Nextcloud hoặc PhotoPrism, mới có thể được định cấu hình làm dịch vụ từ xa để sao lưu và tải tệp lên.","Notes":"Ghi chú","Nothing to see here yet.":"Chưa có gì để xem ở đây.","Nothing was found.":"Không có gì được tìm thấy.","Offline":"Ngoại tuyến","OK":"ĐƯỢC RỒI","Oldest First":"Cũ nhất đầu tiên","On Windows, enter the following resource in the connection dialog:":"Trên Windows, nhập tài nguyên sau vào hộp thoại kết nối:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"Việc tạo hình thu nhỏ theo yêu cầu có thể gây ra mức sử dụng CPU và bộ nhớ cao. Nó không được khuyến khích cho các máy chủ và thiết bị NAS bị hạn chế về tài nguyên.","Once a week":"Mỗi tuần một lần","One album found":"Đã tìm thấy một album","One entry added to %s":"Đã thêm một mục vào %s","One entry removed from %s":"Đã xóa một mục khỏi %s","One file found":"Đã tìm thấy một tập tin","One file uploaded":"Đã tải lên một tệp","One folder found":"Đã tìm thấy một thư mục","One label found":"Đã tìm thấy một nhãn","One person found":"Một người được tìm thấy","One picture found":"Một hình ảnh được tìm thấy","Only locally managed accounts can be set up for authentication with 2FA.":"Chỉ những tài khoản được quản lý cục bộ mới có thể được thiết lập để xác thực bằng 2FA.","Open":"Mở","optional":"không bắt buộc","or":"hoặc","Orange":"Quả cam","Organization":"Tổ chức","Orientation":"Định hướng","Original file names will be stored and indexed.":"Tên tập tin gốc sẽ được lưu trữ và lập chỉ mục.","Original Name":"Tên khai sinh","Originals":"Bản gốc","Originals folder is empty":"Thư mục gốc trống","Other":"Khác","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"Sứ mệnh của chúng tôi là cung cấp giải pháp thân thiện với người dùng và quyền riêng tư nhất để giữ cho hình ảnh của bạn được ngăn nắp và dễ truy cập.","Outdoor":"Ngoài trời","Page {0}, Current page":"Trang {0}, Trang hiện tại","Pages":"Trang","Pagination Navigation":"Phân trang Điều hướng","Panorama":"Toàn cảnh","Panoramas":"Ảnh toàn cảnh","Part of all selected photos":"Một phần của tất cả các bức ảnh được chọn","Part of some selected photos":"Một số bức ảnh được chọn lọc","Password":"Mật khẩu","Password changed":"mật khẩu đã được thay đổi","Pause":"Tạm dừng","Payment required":"Cần thanh toán","People":"Mọi người","People you share a link with will be able to view public contents.":"Những người được bạn chia sẻ liên kết sẽ có thể xem nội dung công khai.","Permanently deleted":"Đã xóa vĩnh viễn","Permission denied":"Quyền bị từ chối","Person":"Người","Person cover updated":"Bìa người đã được cập nhật","Person deleted":"Người đã bị xóa","Person not found":"Không tìm thấy người","Person saved":"Người đã được cứu","Personal":"Riêng tư","Photo":"hình chụp","PhotoPrism is 100% self-funded and independent.":"PhotoPrism được tự tài trợ 100% và độc lập.","PhotoPrism+ Membership":"PhotoPrism+ Tư cách thành viên","Photos":"Ảnh","Picture":"Hình ảnh","Picture Title":"Tiêu đề ảnh","Pink":"Hồng","Pinned":"Đã ghim","Place":"Địa điểm","Place & Time":"Địa điểm & Thời gian","Places":"Địa điểm","Play":"Chơi","Please confirm your new password.":"Vui lòng xác nhận mật khẩu mới của bạn.","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"Vui lòng sao chép mật khẩu ứng dụng được tạo ngẫu nhiên sau đây và giữ nó ở nơi an toàn vì bạn sẽ không thể nhìn thấy nó nữa:","Please do not upload any private, unlawful or offensive pictures.":"Vui lòng không tải lên bất kỳ hình ảnh riêng tư, bất hợp pháp hoặc xúc phạm nào.","Please don't upload photos containing offensive content.":"Vui lòng không tải lên ảnh có nội dung phản cảm.","Please enter OTP character {0}":"Vui lòng nhập ký tự OTP {0}","Please log in to your account":"Xin hãy đăng nhập vào tài khoản của bạn","Please note that changing your password will log you out on other devices and browsers.":"Xin lưu ý rằng việc thay đổi mật khẩu sẽ khiến bạn đăng xuất trên các thiết bị và trình duyệt khác.","Please restart your instance for the changes to take effect.":"Vui lòng khởi động lại phiên bản của bạn để những thay đổi có hiệu lực.","Please wait…":"Vui lòng chờ…","PM":"Thủ tướng","PNG Size Limit: %{n}px":"Giới hạn kích thước PNG: %{n}px","Portal":"Cổng thông tin","Portrait":"Chân dung","Preserve filenames":"Giữ nguyên tên tập tin","Press enter to create a new album.":"Nhấn enter để tạo album mới.","Press enter to create new item":"Nhấn Enter để tạo mục mới","Prevent database and album backups as well as YAML sidecar files from being created.":"Ngăn chặn việc tạo các bản sao lưu cơ sở dữ liệu và album cũng như các tệp sidecar YAML.","Prevent other apps from accessing PhotoPrism as a shared network drive.":"Ngăn các ứng dụng khác truy cập PhotoPrism dưới dạng ổ đĩa mạng chung.","Preview":"Xem trước","Preview Images":"Xem trước hình ảnh","Previous":"Trước","Previous page":"Trang trước","Previous visual":"Hình ảnh trước đó","Primary":"Sơ đẳng","Private":"Riêng tư","Processing upload...":"Đang xử lý tải lên...","Product Feedback":"Phản hồi sản phẩm","Projection":"Chiếu","Purple":"Màu tím","Quality Filter":"Bộ lọc chất lượng","Quality Score":"Điểm chất lượng","Quota exceeded":"Vượt quá hạn ngạch","Random":"Ngẫu nhiên","Rating {0} of {1}":"Xếp hạng {0} của {1}","Raw":"thô","RAW":"NGUYÊN","Re-index all originals, including already indexed and unchanged files.":"Lập chỉ mục lại tất cả các bản gốc, bao gồm các tệp đã được lập chỉ mục và không thay đổi.","Read-Only Mode":"Chế độ chỉ đọc","Recently Added":"Đã thêm gần đây","Recently Archived":"Lưu trữ gần đây","Recently Edited":"Đã chỉnh sửa gần đây","Recognition starts after indexing has been completed.":"Công nhận bắt đầu sau khi lập chỉ mục đã được hoàn thành.","Recognized":"Được công nhận","Recovery Code":"Mã phục hồi","Red":"Màu đỏ","Refresh":"Làm cho khỏe lại","Regions":"Các vùng","Register":"Đăng ký","Registration disabled":"Đăng ký bị vô hiệu hóa","Reload":"Tải lại","Reloading…":"Đang tải lại…","Remote Sync":"Đồng bộ hóa từ xa","Remove":"Di dời","remove failed: unknown album":"xóa không thành công: album không xác định","Remove from Album":"Xóa khỏi album","Remove from all":"Loại bỏ khỏi tất cả","Remove from all selected photos":"Xóa khỏi tất cả các bức ảnh đã chọn","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"Xóa các tập tin đã nhập để tiết kiệm dung lượng. Các loại tệp không được hỗ trợ sẽ không bao giờ bị xóa, chúng vẫn ở vị trí hiện tại.","Remove the selected instance from the cluster registry?":"Xóa phiên bản đã chọn khỏi sổ đăng ký cụm?","Removed":"LOẠI BỎ","Removed %{name}":"Đã xóa %{name}","Removed %d files and %d photos":"Đã xóa tệp %d và ảnh %d","Repeated":"Lặp lại","Request failed - are you offline?":"Yêu cầu không thành công - bạn đang ngoại tuyến phải không?","Request failed - invalid response":"Yêu cầu không thành công - phản hồi không hợp lệ","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"Yêu cầu xem xét những hình ảnh không phải là ảnh chụp và chất lượng thấp trước khi chúng xuất hiện trong kết quả tìm kiếm.","Resolution":"Nghị quyết","Restart":"Khởi động lại","Restore":"Khôi phục","Restored":"Đã khôi phục","Retry Limit":"Giới hạn thử lại","Retype Password":"Gõ lại mật khẩu","Review":"Ôn tập","Role":"Vai trò","Roles":"Vai trò","Rotated":"Đã xoay","Rows per page:":"Số hàng trên mỗi trang:","Satellite":"Vệ tinh","Save":"Lưu","Save changes":"Lưu thay đổi","Scan":"Quét","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"Quét mã QR bằng ứng dụng xác thực của bạn hoặc sử dụng phím thiết lập hiển thị bên dưới rồi nhập mã xác minh đã tạo:","Scans":"Quét","Scope":"Phạm vi","Scopes":"Phạm vi","Search":"Tìm kiếm","Season":"Mùa","Secret":"Bí mật","Security and Access":"Bảo mật và truy cập","Select":"Lựa chọn","Select a source folder to import files…":"Chọn thư mục nguồn để nhập tệp…","Select date":"Chọn ngày","Select dates":"Chọn ngày","Select or create albums":"Chọn hoặc tạo album","Select or create labels":"Chọn hoặc tạo nhãn","Select or drop files to upload…":"Chọn hoặc kéo thả các tệp để tải lên…","Select the files to upload…":"Chọn các tập tin để tải lên…","Select the folder to be indexed…":"Chọn thư mục cần lập chỉ mục…","Select Time":"Chọn thời gian","Selection":"Lựa chọn","Selection added to %s":"Đã thêm lựa chọn vào %s","Selection approved":"Lựa chọn đã được phê duyệt","Selection archived":"Đã lưu trữ lựa chọn","Selection marked as private":"Lựa chọn được đánh dấu là riêng tư","Selection not found":"Không tìm thấy lựa chọn","Selection restored":"Đã khôi phục lựa chọn","Sequential Name":"Tên tuần tự","Service":"Dịch vụ","Service URL":"URL dịch vụ","Services":"Dịch vụ","Session":"Phiên họp","Session ID":"ID phiên","Sessions":"Phiên","Set as Album Cover":"Đặt làm Bìa Album","Set as Cover Image":"Đặt làm Ảnh bìa","Settings":"Cài đặt","Settings saved":"Đã lưu cài đặt","Setup":"Cài đặt","Severity":"Mức độ nghiêm trọng","Share":"Chia sẻ","Share %{s}":"Chia sẻ %{s}","Show":"Trình diễn","Show All Labels":"Hiển thị tất cả nhãn","Show all new faces":"Hiển thị tất cả các khuôn mặt mới","Show Caption":"Hiển thị chú thích","Show Captions":"Hiển thị phụ đề","Show face markers":"Hiển thị các điểm đánh dấu trên khuôn mặt","Show hidden":"Hiển thị ẩn","Show Important Only":"Chỉ hiển thị quan trọng","Show logs in the web interface to monitor activity and troubleshoot problems.":"Hiển thị nhật ký trong giao diện web để theo dõi hoạt động và khắc phục sự cố.","Show smart albums that group pictures by occasion, trip, or location.":"Hiển thị các album thông minh nhóm ảnh theo sự kiện, chuyến đi hoặc vị trí.","Show the Account page so users can manage their profile and security settings.":"Hiển thị trang Tài khoản để cậu có thể quản lý hồ sơ và cài đặt bảo mật của mình.","Show the Calendar view to browse the library by year and month.":"Hiển thị chế độ xem Lịch để duyệt thư viện theo năm và tháng.","Show the Labels section to view and manage AI-generated labels.":"Hiển thị phần Nhãn để xem và quản lý các nhãn do AI tạo ra.","Show the Library section to index, manage, and monitor the media library.":"Hiển thị phần Thư viện để lập chỉ mục, quản lý và theo dõi thư viện phương tiện.","Show the Places view with interactive maps so you can browse photos by location.":"Hiển thị chế độ xem Địa điểm với bản đồ tương tác để cậu có thể duyệt ảnh theo vị trí.","Show Titles":"Hiển thị tiêu đề","Sidecar":"xe sidecar","Sidecar Files":"Tập tin sidecar","Sign in":"Đăng nhập","Sign Out":"Đăng xuất","Similar":"Tương tự","Site URL":"URL trang web","Size":"Kích cỡ","Slideshow":"Trình chiếu","Slow":"Chậm","Software":"Phần mềm","Software Update":"Cập nhật phần mềm","Some albums could not be copied":"Một số album không thể sao chép được","Some albums could not be created. Please edit the names and try again.":"Không thể tạo một số album. Vui lòng chỉnh sửa tên và thử lại.","Some albums could not be updated":"Một số album không thể cập nhật","Something went wrong, try again":"Đã xảy ra lỗi, hãy thử lại","Sort by":"Sắp xếp theo","Sort by Name (A–Z)":"Sắp xếp theo Tên (A–Z)","Sort by Photo Count":"Sắp xếp theo Số lượng ảnh","Sort by Relevance":"Sắp xếp theo mức độ liên quan","Sort Order":"Thứ tự sắp xếp","Sorted ascending.":"Sắp xếp theo thứ tự tăng dần.","Sorted descending.":"Sắp xếp theo thứ tự giảm dần.","Source":"Nguồn","Stack":"Cây rơm","Stack files sharing the same unique image or instance identifier.":"Xếp chồng các tệp chia sẻ cùng một hình ảnh hoặc mã định danh cá thể duy nhất.","Stack pictures taken at the exact same time and location based on their metadata.":"Xếp chồng các ảnh được chụp vào cùng thời điểm và vị trí dựa trên siêu dữ liệu của chúng.","Stackable":"có thể xếp chồng lên nhau","Stacks":"ngăn xếp","Start":"Bắt đầu","Start Page":"Trang Bắt Đầu","Static Size Limit: %{n}px":"Giới hạn kích thước tĩnh: %{n}px","Status":"Trạng thái","Stay signed in on this device":"Giữ trạng thái đăng nhập trên thiết bị này","Stop Casting":"Dừng việc đúc","Storage":"Kho","Streets":"Đường phố","Subject":"Chủ thể","Subject deleted":"Chủ đề đã bị xóa","Subject not found":"Không tìm thấy chủ đề","Subject saved":"Đã lưu chủ đề","Successfully activated":"Đã kích hoạt thành công","Successfully Connected":"Kết nối thành công","Successfully deleted":"Đã xóa thành công","Successfully verified":"Đã xác minh thành công","Super Admin":"Quản trị viên cấp cao","Support for additional services, like Google Drive, will be added over time.":"Hỗ trợ cho các dịch vụ bổ sung, như Google Drive, sẽ được bổ sung theo thời gian.","Support Our Mission":"Hỗ trợ sứ mệnh của chúng tôi","Sync":"Đồng bộ hóa","Sync raw and video files":"Đồng bộ hóa các tập tin thô và video","Taken":"Lấy","Teal":"màu xanh mòng két","Terrain":"Địa hình","Text":"Chữ","Thank You for Your Support!":"Cảm ơn sự hỗ trợ của bạn!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"Đó là lý do tại sao PhotoPrism được xây dựng từ đầu để chạy ở bất cứ nơi nào bạn cần mà không ảnh hưởng đến quyền tự do, quyền riêng tư hoặc chức năng.","The index currently contains %{n} hidden files.":"Chỉ mục hiện chứa %{n} tệp ẩn.","The instance rejected the cluster credentials.":"Máy chủ đã từ chối thông tin đăng nhập của cụm.","The instance returned an unexpected redirect.":"Thực thể này đã trả về một chuyển hướng không mong đợi.","The wakeup interval is %s, but must be 1h or less":"Khoảng thời gian đánh thức là %s nhưng phải từ 1 giờ trở xuống","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"Định dạng của chúng có thể không được hỗ trợ, chúng chưa được chuyển đổi sang JPEG hoặc có bản sao.","Theme":"chủ đề","This account is missing an ID and can't be edited.":"Tài khoản này chưa có ID nên không thể chỉnh sửa được.","This field is required":"Trường này là bắt buộc","This instance has no site URL configured.":"Phiên bản này chưa được cấu hình URL trang web.","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.":"Thao tác này sẽ gắn thư mục gốc dưới dạng ổ đĩa mạng và cho phép bạn mở, chỉnh sửa và xóa các tệp khỏi máy tính hoặc điện thoại thông minh của bạn như thể chúng là cục bộ.","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. ":"Thao tác này sẽ gắn thư mục gốc dưới dạng ổ đĩa mạng và cho phép bạn mở, chỉnh sửa và xóa các tệp khỏi máy tính hoặc điện thoại thông minh của bạn như thể chúng là cục bộ.","Time":"Thời gian","Time UTC":"thời gian UTC","Time Zone":"Múi giờ","Timeout":"Hết giờ","Title":{"":"Tiêu đề","Account":"Tiêu đề","Photo":"Tiêu đề"},"Title / Position":"Vị trí tiêu đề","to":"ĐẾN","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"Để tránh bị khóa tài khoản, vui lòng tải xuống, in hoặc sao chép mã khôi phục này ngay bây giờ và giữ nó ở nơi an toàn.","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"Để tạo mật khẩu mới dành riêng cho ứng dụng, vui lòng nhập tên và phạm vi ủy quyền của ứng dụng và chọn ngày hết hạn:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"Để chuyển sang ứng dụng hoặc thiết bị xác thực mới, trước tiên hãy tắt xác thực hai yếu tố rồi kích hoạt lại:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"Để nâng cấp, bạn có thể nhập mã kích hoạt hoặc nhấp vào \"Đăng ký\" để đăng ký trên trang web của chúng tôi:","Today":"Hôm nay","Toggle View":"Chuyển đổi chế độ xem","Token":"Mã thông báo","Too many files selected":"Đã chọn quá nhiều tệp","Too many requests":"quá nhiều yêu cầu","Troubleshooting":"Xử lý sự cố","Try again using other filters or keywords.":"Hãy thử lại bằng các bộ lọc hoặc từ khóa khác.","Two-factor authentication has been enabled for your account.":"Xác thực hai yếu tố đã được kích hoạt cho tài khoản của bạn.","Type":"Kiểu","Unable to delete":"Không thể xóa","Unable to do that":"Không thể làm điều đó","Unassign":"Hủy chỉ định","Unauthorized":"Không được phép","Undo":"Hoàn tác","Unique ID":"ID duy nhất","Unknown":"không xác định","Unknown location":"Vị trí không rõ","Unregistered":"Chưa đăng ký","Unsorted":"Chưa sắp xếp","Unstack":"Giải nén","Unsupported":"Không được hỗ trợ","Unsupported format":"Định dạng không được hỗ trợ","Unsupported type":"Loại không được hỗ trợ","Updated":"Đã cập nhật","Updating faces":"Cập nhật khuôn mặt","Updating index":"Đang cập nhật chỉ mục","Updating moments":"Cập nhật khoảnh khắc","Updating picture…":"Đang cập nhật hình ảnh…","Updating previews":"Đang cập nhật bản xem trước","Updating stacks":"Cập nhật ngăn xếp","Upgrade":"Nâng cấp","Upgrade Now":"Nâng cấp ngay bây giờ","Upload":"Tải lên","Upload complete":"Tải lên hoàn tất","Upload complete. Indexing…":"Tải lên hoàn tất. Lập chỉ mục…","Upload failed":"Tải lên không thành công","Upload has been processed":"Tải lên đã được xử lý","Upload local files":"Tải lên các tập tin cục bộ","Upload might be offensive":"Tải lên có thể gây khó chịu","Upload Path":"Đường dẫn tải lên","Uploading %{n} of %{t}…":"Đang tải lên %{n} trong số %{t}…","Uploading photos…":"Đang tải ảnh lên…","Uploading…":"Đang tải lên…","Uploads that may contain such images will be rejected automatically.":"Những tải lên có thể chứa những hình ảnh như vậy sẽ tự động bị từ chối.","URL":"URL","Use Presets":"Sử dụng cài đặt trước","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"Sử dụng mã khôi phục sau để truy cập vào tài khoản của bạn khi bạn không thể tạo mã xác minh hợp lệ bằng ứng dụng xác thực của mình:","Use your recovery code or contact an administrator for help.":"Sử dụng mã khôi phục của bạn hoặc liên hệ với quản trị viên để được trợ giúp.","User":"Người dùng","User Guide":"Hướng dẫn sử dụng","User Interface":"Giao diện người dùng","User not found":"Không tìm thấy người dùng","Username":"tên tài khoản","Users":"Người dùng","UUID":"UUID","Vector":"Vectơ","Vectors":"Vectơ","Verification Code":"Mã xác nhận","Verified email required":"Cần có email đã được xác minh.","Version":"Phiên bản","Video":"Băng hình","Video Duration":"Thời lượng video","Videos":"Video","View":"Xem","View search results as a list.":"Xem kết quả tìm kiếm dưới dạng danh sách.","Viewer":"Người xem","Vision":"Tầm nhìn","Visitor":"Khách thăm quan","Visual Similarity":"Sự tương đồng về hình ảnh","Warning":"Cảnh báo","Web Login":"Đăng nhập web","WebDAV":"WebDAV","WebDAV clients can connect to PhotoPrism using the following URL:":"Máy khách WebDAV có thể kết nối với PhotoPrism bằng URL sau:","WebDAV clients, like Microsoft’s Windows Explorer or Apple's Finder, can connect directly to PhotoPrism. ":"Các máy khách WebDAV, như Windows Explorer của Microsoft hoặc Finder của Apple, có thể kết nối trực tiếp với\n PhotoPrism.","WebDAV Upload":"Tải lên WebDAV","WebGL support is disabled in your browser":"Hỗ trợ WebGL bị vô hiệu hóa trong trình duyệt của bạn","Website":"Trang mạng","White":"Trắng","Work Details":"Chi tiết công việc","Year":"Năm","Yellow":"Màu vàng","Yes":"Đúng","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"Bạn có thể liên hệ với chúng tôi theo địa chỉ member@photoprism.app nếu có câu hỏi liên quan đến tư cách thành viên của bạn.","You can only download one album":"Bạn chỉ có thể tải xuống một album","You can only download one label":"Bạn chỉ có thể tải xuống một nhãn","You can search for a location or move the marker on the map to change the position:":"Bạn có thể tìm kiếm vị trí hoặc di chuyển điểm đánh dấu trên bản đồ để thay đổi vị trí:","You can upload up to %{n} files for test purposes.":"Bạn có thể tải lên tối đa %{n} tệp cho mục đích thử nghiệm.","You cannot change your own role.":"Cậu không thể tự thay đổi vai trò của mình đâu.","You do not have access to any instances.":"Cậu không có quyền truy cập vào bất kỳ phiên bản nào.","You may only select one item":"Bạn chỉ có thể chọn một mục","You may rescan your library to find additional faces.":"Bạn có thể quét lại thư viện của mình để tìm thêm khuôn mặt.","Your account could not be connected":"Tài khoản của bạn không thể kết nối được","Your account has been successfully connected.":"Tài khoản của bạn đã được kết nối thành công.","Your browser does not support WebGL":"Trình duyệt của bạn không hỗ trợ WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"Sự hỗ trợ liên tục của bạn giúp chúng tôi cung cấp thông tin cập nhật thường xuyên và duy trì tính độc lập để chúng tôi có thể hoàn thành sứ mệnh của mình và bảo vệ quyền riêng tư của bạn.","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"Thư viện của bạn được phân tích liên tục để tự động tạo album về những khoảnh khắc, chuyến đi và địa điểm đặc biệt.","Zip created in %d s":"Zip được tạo trong %d giây","Zoom in/out":"Phóng to / thu nhỏ","Archive":{"Noun":"Lưu trữ","Verb":"Lưu trữ"},"Add a Title":{"Photo":"Thêm tiêu đề"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/zh.json b/frontend/src/locales/json/zh.json index 67513c562..9616a6932 100644 --- a/frontend/src/locales/json/zh.json +++ b/frontend/src/locales/json/zh.json @@ -1 +1 @@ -{"zh":{"{0} appended action":"{0}附加行动","{0} files":"{0}个文件","{0} files ({1} in total)":"{0}个文件(共{1}个文件)","{0} more":"{0}更多","{0} prepended action":"{0}预设行动","{0} selected":"{0}已选定","{0}-{1} of {2}":"{2}的{0}-{1}部分","%{n} albums found":"已找到 %{n} 个相册","%{n} files uploaded":"已上传 %{n} 个文件","%{n} folders found":"已找到 %{n} 个文件夹","%{n} GB of %{q} GB used":"已使用%{n}GB,共%{q}GB","%{n} labels found":"已找到 %{n} 个标签","%{n} people found":"已找到 %{n} 个人物","%{n} pictures found":"已找到 %{n} 张图片","%{s} is too long":"%{s} 太长","%{s} is too short":"%{s}太短","%d entries added to %s":"%d 个条目已添加到 %s","%d entries removed from %s":"%d 个条目已从 %s 移除","%d files uploaded in %d s":"已上传 %d 个文件,耗时 %d 秒","%s already exists":"%s 已存在","%s has been restored":"%s 已恢复","1 hour":"1 小时","12 hours":"12 小时","2-Factor Authentication":"双因素身份验证","2FA":"2FA","4 hours":"4 小时","A click will copy it to your clipboard.":"点击复制到剪贴板。","A new version of %{s} is available:":"%{s} 的新版本已发布:","About":"关于","Access granted.":"已授予访问权限。","Access revoked.":"访问权限已被撤销。","Access Token":"访问令牌","Account":"账户","Account created":"账户已创建","Account deleted":"账户已删除","Account Group Mappings":"账户组映射","Account not found":"账户未找到","Account restored":"账户已恢复","Account saved":"账户已保存","Accounts":"账户","Accuracy":"准确率","Action":"动作","Actions":"动作","Activate":"激活","Activate to remove sorting.":"激活以删除排序。","Activate to sort ascending.":"激活以升序排序。","Activate to sort descending.":"激活以降序排序。","Activation Code":"激活码","Activity":"活动","Add":"添加","Add %{s}?":"添加 %{s}?","Add a Caption":"添加标题","Add Account":"添加账户","Add Album":"添加相册","Add Link":"添加链接","Add Notes":"添加注释","Add person?":"新增人物?","Add pictures from search results by selecting them.":"从搜索结果中选择添加图片。","Add to album":"添加到相册","Add to all":"添加到全部","Add to all selected photos":"添加到所有选定照片","Added":"已添加","Added %{name}":"已添加 %{name}","Adjust Camera Info":"调整相机信息","Adjust Date & Time":"调整日期和时间","Adjust Location":"调整位置","Admin":"管理员","Advanced":"高级","Advertise URL":"广告 URL","After 1 day":"1 天后","After 3 days":"3 天后","After 7 days":"7 天后","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"输入密码确认后,您可以使用兼容的身份验证器应用或设备设置双重身份验证:","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":"两周后","Album":"相册","Album %s deleted":"相册 %s 已删除","Album Backups":"相册备份","Album contents cloned":"相册内容已复制","Album created":"相册已创建","Album deleted":"相册已删除","Album not found":"相册未找到","Album saved":"相册已保存","Albums":"相册","Albums deleted":"相册已删除","All":"全部","All %{n} albums loaded":"%{n} 本相册已加载","All %{n} labels loaded":"%{n} 个标签已加载","All %{n} people loaded":"%{n} 个人物已加载","All Cameras":"全部相机","All Categories":"全部分类","All Colors":"全部颜色","All Countries":"全部国家","All files from import folder":"导入文件夹中的所有文件","All Lenses":"全部镜头","All Months":"全部月份","All originals":"全部源图","All Years":"全部年份","Allow configuration and use of connected apps and services for remote uploads and sync.":"允许配置和使用连接的应用程序和服务进行远程上传和同步。","Allow editing of metadata such as title, description, date, and location.":"允许编辑标题、描述、日期和地点等元数据。","Allow editing the metadata, labels, and albums of multiple pictures at once.":"允许同时编辑多张图片的元数据、标签和相册。","Allow files to be copied or moved from the Import to the Originals folder.":"启用 \"导入 \"工具,将文件从 \"导入 \"文件夹复制或移动到 \"原始文件\"。","Allow files to be permanently deleted to free up storage space.":"允许永久删除文件以释放存储空间。","Allow users to archive photos and videos so they are hidden without being deleted.":"允许用户将照片和视频存档,使其隐藏起来而不会被删除。","Allow users to create and share links, and enable sharing with connected services.":"允许用户创建和共享链接,并启用与连接服务的共享。","Allow users to upload new photos and videos through the web interface.":"允许用户通过网络界面上传新照片和视频。","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"或者,你也可以上传文件到类似 NextCloud 的 WebDAV 服务端。","Altitude":"海拔","Altitude (m)":"海拔(米)","AM":"上午","Animated":"动画","Animation":"动画","Animations":"动画","Any private photos and videos remain private and won't be shared.":"任何私有照片和视频都保持私有,不会被分享。","API Key":"API 密钥","Application":"应用","Applications":"应用","Approve":"批准","Approve and save changes":"批准并保存更改","Apps and Devices":"应用程序和设备","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 delete this album?":"您确定要删除此相册吗?","Are you sure you want to permanently delete these pictures?":"你确定要永久删除这些图片吗?","Are you sure you want to permanently delete this file?":"你确定要永久的删除这个文件吗?","Are you sure?":"你确定?","Artist":"艺术家","Aspect Ratio":"长宽比","Attributes":"属性","Audio":"音频","Audit Log":"音频","Authentication":"认证","Auto":"汽车","Back":"后退","Back to top":"返回页首","Backup":"备份","Badge":"徽章","Base Path":"基本路径","Batch":"批次","Batch Edit":"批量编辑","Become a member today, support our mission and enjoy our member benefits!":"今天就成为会员,支持我们的使命,享受我们的会员福利!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"作为 100% 自筹资金和独立的公司,我们可以向您保证,我们永远不会出售您的数据,并且我们将始终对我们的软件和服务保持透明。","Bio":"简介","Birth Date":"出生日期","Black":"黑","Blue":"蓝","Brown":"棕","Browse":"浏览","Browse Files":"浏览文件","Browse Pictures":"浏览图片","Bug Report":"上报问题","Busy, please try again later":"忙碌中,请稍后重试","Busy, please wait…":"正在忙碌,请稍候…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"通过使用我们提供的软件和服务,您同意我们的服务条款、隐私政策和行为准则。","Calendar":"日历","Camera":"相机","Camera not found":"未找到摄像头","Camera Serial":"相机序列号","Can't access your authenticator app or device?":"无法访问您的身份验证应用程序或设备?","Can't load more, limit reached":"无法加载更多内容,已达上限","Can't select more items":"无法选择更多项目","Cancel":"取消","Cannot copy to clipboard":"无法复制到剪贴板","Caption":"标题","Cards":"卡片","Carousel slide {0} of {1}":"旋转木马幻灯片 {0} of {1}","Cast":"投掷","Category":"分类","Change Avatar":"改变头像","Change Password":"更改密码","Change private flag":"更改私有标记","Changes could not be saved":"无法保存变更","Changes successfully saved":"更改成功保存","Changes to the advanced settings require a restart to take effect.":"对高级设置的更改需要重新启动才能生效。","Checked":"已确认","Choose an instance to continue:":"请选择一个实例以继续:","Chroma":"色度","Cleaning index and cache":"清理索引和缓存","Cleanup":"清理","Clear":"清晰","Clear {0}":"清除 {0}","Client":"客户","Close":"关闭","Cluster":"群组","Cluster Admin":"集群管理员","Cluster Node":"集群节点","Codec":"编解码器","Color":"颜色","Color Profile":"颜色简介","Colors":"颜色","Compare Editions":"版本比较","Complete Rescan":"完全重新扫描","Confidence":"置信度","Confirm":"确认","Connect":"连接","Connect via WebDAV":"使用 WebDAV 连接","Connected":"已连接","Contact Details":"联系方式","Contact Us":"联系我们","Contains %{n} pictures.":"包含 %{n} 张图片。","Contains one picture.":"包含一张图片。","Content":{"":"内容","Edit":"内容"},"Continue":"继续","Contributor":"撰稿人","Converting":"转换中","Copied to clipboard":"已复制到剪贴板","Copy":"复制","Copying files from %s":"从 %s 中复制文件","Copyright":"版权","Could not be deleted":"无法删除","Could not connect, please try again":"无法连接,请重试","Could not update person cover":"无法更新人员封面","Couldn't find anything.":"找不到任何东西。","Country":"国家","Create Account":"创建账户","Create album":"创建相册","Create regular backups based on the configured schedule.":"根据配置的时间表创建索引备份。","Create YAML files to back up album metadata.":"创建 YAML 文件来备份相册元数据。","Create YAML sidecar files to back up picture metadata.":"创建 YAML sidecar 文件来备份图片元数据。","Created":"已创建","Creating thumbnails for":"创建缩略图,用于","Current Password":"当前密码","Custom":"定制","Cyan":"青","Daily":"每日","Database":"数据库","Database Backups":"数据库备份","Databases":"数据库","Date & Time":"日期和时间","Day":"天","Deactivate":"停用","Debug Logs":"调试日志","Default":"默认","Default Folder":"默认文件夹","Delete":"删除","Delete Album":"删除相册","Delete All":"全部删除","Delete all?":"全部删除?","Delete orphaned index entries, sidecar files and thumbnails.":"删除孤立索引项、副卡文件和缩略图。","deleted":"删除","Description":"描述","Detailed instructions can be found in our User Guide.":"详细说明可以在我们的用户指南中找到。","Details":"细节","Dimensions":"尺寸","Disable all face detection and recognition features.":"禁用所有人脸检测和识别功能。","Disable Backups":"禁用备份","Disable Darktable":"禁用 Darktable","Disable ExifTool":"禁用 ExifTool","Disable Faces":"禁用面孔","Disable features that require write permission for the originals folder.":"禁用需要原件文件夹写入权限的功能。","Disable FFmpeg":"禁用 FFmpeg","Disable ImageMagick":"禁用ImageMagick","Disable interactive world maps and reverse geocoding.":"禁用交互式世界地图和反向地理编码。","Disable MCP":"禁用 MCP","Disable Places":"禁用地点","Disable RawTherapee":"禁用 RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"禁用人工智能代理集成的模型上下文协议 (MCP) API 端点。","Disable Vectors":"禁用载体","Disable WebDAV":"禁用 WebDAV","Disabled":"已禁用","Disables vector graphics support.":"禁用矢量图形支持。","Disables video transcoding and thumbnail extraction.":"禁用视频转码和缩略图提取。","Discard":"丢弃","Discard changes and close":"放弃更改并关闭","Discard invalid changes?":"丢弃无效更改?","Discard unsaved changes?":"丢弃未保存的更改?","Discover":"探索","Dismiss":"解散","Display Name":"昵称","Display picture captions in search results.":"在搜索结果中显示图片说明。","Display picture titles in search results.":"在搜索结果中显示图片标题。","Document":"文件","Documents":"文件","Don't use Darktable to convert RAW images.":"不使用 Darktable 转换 RAW 文件。","Don't use ImageMagick to convert images.":"不要用ImageMagick来转换图像。","Don't use RawTherapee to convert RAW images.":"不使用 RawTherapee 转换 RAW 文件。","Done":"完成","Done.":"完成。","Download":"下载","Download only original media files, without any automatically generated files.":"只下载原始媒体文件,不下载任何自动生成的文件。","Download remote files":"下载远端文件","Downloading…":"下载中…","Drag and drop files here":"在此处拖放文件","Driver":"司机","Duplicates will be skipped and only appear once.":"重复项将被跳过,仅出现一次。","Duration":"持续时间","Dynamic Previews":"动态预览","Dynamic Size Limit: %{n}px":"动态尺寸限制:%{n}px","Edit":"编辑","Edit %{s}":"编辑 %{s}","Edit Account":"编辑账户","Edit Photo":"编辑照片","Edit Photos (%{n})":"编辑照片 (%{n})","Edited":"已编辑","Email":"电子邮箱","Enable debug mode to display additional logs and help with troubleshooting.":"启用调试模式可显示更多日志,帮助排除故障。","Enable downloading of original and sidecar files from the web interface.":"允许从网络界面下载原始文件和副卡文件。","Enable face recognition and the People view to easily find people you know.":"启用人脸识别和 \"人 \"视图,轻松查找熟人。","Enable new features that may be incomplete or unstable.":"启用可能不完整或不稳定的新功能。","Enable the file browser to navigate the Originals folder structure.":"启用文件浏览器以浏览原版文件夹结构。","Enables RAW converter presets. May reduce performance.":"启用 RAW 转换器预设,可能会降低性能。","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"启用双重身份验证意味着您需要随机生成的验证码才能登录,因此即使有人获得了您的密码,他们也无法访问您的帐户。","Engine":"发动机","Enter date":"输入日期","Enter dates":"输入日期","Enter item name...":"输入项目名称...","Enter the code generated by your authenticator app:":"输入验证程序生成的代码:","Enter verification code":"输入验证码","Enter your password to confirm the action and continue:":"输入您的密码确认操作并继续:","Entity not found":"实体未找到","Error":"错误","Errors":"错误","Estimate":"估算","Estimate Locations":"估计地点","Estimate the approximate location of pictures without GPS coordinates.":"在没有 GPS 坐标的情况下估算图片的大致位置。","Every two days":"每两天","Exclude hidden":"排除已隐藏","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"要完全支持视频、实况照片和 XMP,需要使用 ExifTool 提取元数据。","Experimental Features":"实验特性","Expires":"时限","Exposure":"曝光度","Extract still images and generate thumbnails while indexing.":"提取静态图像并在编制索引时生成缩略图。","F Number":"光圈数","Face":"面部","Face not found":"面孔未找到","Faces":"面部","Failed creating file, please check permissions":"创建文件失败,请检查权限","Failed creating folder, please check permissions":"创建目录失败,请检查权限","Failed removing link":"删除链接失败","Failed to connect account.":"连接账户失败。","Failed to create zip file":"创建压缩文件失败","Failed to load users.":"无法加载用户。","Failed to remove face marker":"未能移除面部标记","Failed to remove name":"移除名称失败","Failed to restart server":"无法重启服务器","Failed to save changes":"保存更改失败","Failed to save face marker":"面子标记失败","Failed to save name":"保存名称失败","Failed updating link":"更新链接失败","Family Name":"姓","Fast":"快","Favorite":"收藏","Favorites":"收藏","Feature disabled":"功能已禁用","Feature Request":"特性请求","Female":"女","File":"文件","File Browser":"文件浏览器","File Conversion":"文件转换","File deleted":"文件已删除","File Name":"文件名","File not found":"文件未找到","File removed from stack":"文件已从堆中移除","File Size":"文件大小","File too large":"文件过大","File uploaded":"已上传文件","Filename":"文件名","Files":"文件","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"顺序名称的文件如“IMG_1234 (2)”和“IMG_1234 (3)”的文件属于同一图片。","First page":"第一页","Focal Length":"焦距","Folder":"文件夹","Folder contains %{n} files":"文件夹中有 %{n} 个文件","Folder is empty":"文件夹为空","Folders":"文件夹","Forgot password?":"忘记密码?","FPS":"帧数","Frames":"框架","Full Access":"完全访问","Fullscreen":"全屏","General":"一般","Generate":"产生","Generate Previews":"生成预览","Generated":"生成","Get Started":"开始","Given Name":"名","Global Options":"全局选项","Go to page {0}":"转到 {0} 页","Gold":"金","Green":"绿","Grey":"灰","Groups":"组","Guest":"访客","Hash":"哈希","Help":"帮助","Help & Support":"帮助和支持","Hidden":"隐藏","Hidden Files":"隐藏文件","Hide":"隐藏","Hide Caption":"隐藏标题","Hide face markers":"隐藏脸部标记","Hide private content from global views while keeping it accessible in the Private section.":"从全局视图中隐藏私人项目,同时在 \"私人 \"部分保持其可访问性。","High":"高","High Dynamic Range (HDR)":"高动态范围渲染(HDR)","Hybrid":"混合地图","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"如果您无法访问身份验证器应用或设备,则可以使用恢复代码重新访问您的帐户。","Image":"图片","Image Quality":"图像质量","Import":"导入","Import canceled":"导入已取消","Import completed in %d s":"导入成功,耗时 %d 秒","Import failed":"导入失败","Imported files will be sorted by date and given a unique name to avoid duplicates.":"导入的文件将按日期排序,并指定一个唯一的名称以避免重复。","Importing %{s}…":"导入 %{s} 中…","Importing files to originals…":"导入文件到源…","in":"于","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"如果您想要的图片丢失,请重新扫描库并等待索引完成。","Include RAW image files when downloading stacks and archives.":"在下载堆栈和档案时包括RAW图像文件。","Include sidecar files when downloading stacks and archives.":"在下载堆栈和档案时包括sidecar文件。","Increase storage size or delete files to continue.":"增加存储空间或删除文件以继续。","Index":"索引","Indexing":"索引中","Indexing canceled":"索引已取消","Indexing completed in %d s":"索引成功,耗时 %d 秒","Indexing failed":"索引失败","Indexing files in %s":"索引 %s 中的文件","Indexing media and sidecar files…":"索引媒体和附属文件…","Indexing originals...":"索引源文件...","Information":"信息","Inherit":"继承","Instance":"实例","Instance ID":"实例 ID","Instance unreachable. Try again once it's back online.":"无法连接到该实例。请在实例恢复在线后重试。","Instances":"实例","Insufficient storage":"存储不足","Insufficient storage.":"存储不足","Interval":"间隔","Invalid":"无效","Invalid address":"无效地址","Invalid country":"无效国家","Invalid credentials":"无效的凭证","Invalid date":"无效日期","Invalid link":"无效的链接","Invalid name":"无效名称","Invalid parameters":"参数无效","Invalid password, please try again":"无效密码,请重试","Invalid photo selected":"选择了无效的照片","Invalid time":"无效时间","Invalid URL":"无效 URL","Invalid verification code, please try again":"验证码无效,请重试","IP Address":"IP 地址","It is a one-time use code that will disable 2FA for your account when you use it.":"这是一个一次性使用的代码,当您使用它时将禁用您帐户的 2FA。","Item":"项目","Items per page:":"每页项目:","JPEG Quality: %{n}":"JPEG 质量:%{n}","JPEG Size Limit: %{n}px":"JPEG 尺寸限制:%{n}px","JPEGs and thumbnails are automatically rendered as needed.":"系统会根据需要自动生成缩略图及JPEG格式的预览图。","Keyword":"关键词","Keywords":"关键字","Label":"标签","Label not found":"标签未找到","Label saved":"标签已保存","Labels":"标签","Labels deleted":"标签已移除","Language":"语言","Last Active":"最后一次活动","Last Login":"最后一次登录","Last page":"最后一页","Last Sync":"上次同步","Last Used":"最后使用","Latitude":"纬度","LDAP/AD":"LDAP/AD","Learn more":"进一步了解","Learn More":"了解更多","Legal Information":"法律信息","Lens":"镜头","Lens not found":"未找到镜头","Library":"资料库","License":"许可证","Like":"喜欢","Lime":"淡绿","Limit reached, showing first %{n} files":"已达到限制,显示前 %{n} 个文件","Link":"链接","List":"列表","List View":"列表查看","Live":"实况","Live Photos":"实况照片","Load more":"加载更多","Loading items...":"正在加载项目...","Loading...":"正在加载...","Local":"当地","Local Time":"本地时间","Location":"位置","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"每当 PhotoPrism 遇到损坏的文件或其他潜在问题时,日志消息就会出现在这里。","Login":"登录","Logs":"日志","Longitude":"经度","Lost server connection":"服务器连接丢失","Low":"低","Magenta":"洋红","Main Color":"主色调","Male":"男","Manage Account":"管理账户","Manager":"经理","Manual":"手动","Manual Upload":"手动上传","Maps":"地图","Marker":"标记","Maximum number of accounts has been reached.":"账户数已达到上限。","Media":"媒体","Medium":"中","Membership":"会员资格","Merge %{a} with %{b}?":"将 %{a} 与 %{b} 合并?","Message":"留言","Metadata":"元数据","Metrics":"指标","Minimize":"最小化","Missing":"缺失","Missing or invalid configuration":"配置缺失或无效","mixed":"混合型","Moments":"瞬间","Monochrome":"黑白","Month":"月","More options":"更多选择","Mosaic":"马赛克","Most Relevant":"最相关","Move Files":"移动文件","Moving files from %s":"从 %s 中移动文件","Must have at least %{n} characters.":"必须至少有%{n}个字符。","Mute":"静音","Name":"名称","Name too long":"名称太长","Never":"永不","New":"新","New Password":"新密码","Newest First":"最新优先","Next":"下一页","Next page":"下一页","Next visual":"下一个视觉","No":"否","No Access":"无权限","No albums assigned":"未指定专辑","No albums found":"找不到相册","No albums selected":"未选择相册","No data available":"无数据","No files available for download":"没有可供下载的文件","No items selected":"未选择任何项目","No labels assigned":"没有指定标签","No labels found":"找不到标签","No labels selected":"未选择标签","No matching records found":"未找到匹配记录","No more":"没有更多","No people found":"找不到人物","No pictures found":"找不到图片","No recently edited pictures":"没有最近编辑过的图片","No registered instances.":"没有已注册的实例。","No results":"找不到结果","No server connection":"无服务器连接","No servers configured.":"沒有服务器配置。","No services configured.":"没有配置服务。","No thanks":"不用了,谢谢","No users on this instance.":"此实例上没有用户。","No warnings or error containing this keyword. Note that search is case-sensitive.":"没有包含此关键字的警告或错误,请注意,搜索区分大小写。","Node":"节点","Nodes":"节点","Non-photographic and low-quality images require a review before they appear in search results.":"非照片和低质量图像出现在搜索结果中前需要进行审查。","None":"无","Not allowed":"不允许","Not available in public mode":"在公开模式下不可用","Not available in read-only mode":"在只读模式下不可用","Not found":"未找到","Not sorted.":"未分类。","Not supported":"不支持","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)配置为远程服务,以进行备份和文件上传。","Notes":"备注","Nothing to see here yet.":"暂无数据。","Nothing was found.":"没有发现任何问题。","Offline":"离线","OK":"好的","Oldest First":"最旧优先","On Windows, enter the following resource in the connection dialog:":"在 Windows 上,连接对话框中使用以下资源:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"按需生成缩略图可能会导致较高的 CPU 和内存使用率。不建议资源有限的服务器和 NAS 设备使用。","Once a week":"每周一次","One album found":"已找到一本相册","One entry added to %s":"条目已添加到 %s","One entry removed from %s":"条目已从 %s 移除","One file found":"已找到一个文件","One file uploaded":"已上传一个文件","One folder found":"已找到一个文件夹","One label found":"已找到一个标签","One person found":"已找到一个人物","One picture found":"已发现一张图片","Only locally managed accounts can be set up for authentication with 2FA.":"仅可设置本地管理的帐户进行 2FA 身份验证。","Open":"开放","optional":"可选的","or":"或","Orange":"橙","Organization":"组织机构","Orientation":"朝向","Original file names will be stored and indexed.":"原始文件名将被存储并索引。","Original Name":"源文件名","Originals":"源","Originals folder is empty":"原件文件夹是空的","Other":"其他","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"我们的使命是提供对绝大部分用户——及隐私最友好的解决方案,以保持你的照片有条理和可访问。","Outdoor":"户外地图","Page {0}, Current page":"第 {0} 页,当前页","Pages":"页面","Pagination Navigation":"分页导航","Panorama":"全景","Panoramas":"全景","Part of all selected photos":"所有选定照片的一部分","Part of some selected photos":"部分精选照片","Password":"密码","Password changed":"密码已更改","Pause":"暂停","Payment required":"需付款","People":"人物","People you share a link with will be able to view public contents.":"与您共享链接的人将可以查看公共内容。","Permanently deleted":"已永久删除","Permission denied":"没有权限","Person":"个人","Person cover updated":"更新人员封面","Person deleted":"人物已删除","Person not found":"未找到人物","Person saved":"人物已保存","Personal":"个人","Photo":"相片","PhotoPrism is 100% self-funded and independent.":"PhotoPrism是100%自筹资金和独立的。","PhotoPrism+ Membership":"照片棱镜+会员资格","Photos":"照片","Picture":"图片","Picture Title":"图片标题","Pink":"粉红","Pinned":"置顶","Place":"地点","Place & Time":"地点和时间","Places":"地点","Play":"播放","Please confirm your new password.":"请确认新密码。","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"请复制以下随机生成的应用程序密码并将其保存在安全的地方,因为您将无法再次看到它:","Please do not upload any private, unlawful or offensive pictures.":"请勿上传任何私人、非法或攻击性图片。","Please don't upload photos containing offensive content.":"请不要上传包含令人反感的内容的照片。","Please enter OTP character {0}":"请输入 OTP 字符 {0}","Please log in to your account":"请登录你的账户","Please note that changing your password will log you out on other devices and browsers.":"请注意,修改密码将退出你已登录在其他设备和浏览器上的账号。","Please restart your instance for the changes to take effect.":"请重新启动您的实例以使变化生效。","Please wait…":"请等待…","PM":"下午","PNG Size Limit: %{n}px":"PNG 尺寸限制:%{n}px","Portal":"门户网站","Portrait":"人像","Preserve filenames":"保留文件名","Press enter to create a new album.":"按下 Enter 键创建一个新相册。","Press enter to create new item":"按回车键创建新项目","Prevent database and album backups as well as YAML sidecar files from being created.":"防止创建数据库和相册备份以及 YAML sidecar 文件。","Prevent other apps from accessing PhotoPrism as a shared network drive.":"防止其他应用程序将 PhotoPrism 作为共享网络驱动器访问。","Preview":"预览","Preview Images":"图片预览","Previous":"上一页","Previous page":"上一页","Previous visual":"上一个视觉","Primary":"主文件","Private":"私有","Processing upload...":"处理上传...","Product Feedback":"产品反馈","Projection":"投影","Purple":"紫","Quality Filter":"质量筛选","Quality Score":"质量得分","Quota exceeded":"超出配额","Random":"随机","Rating {0} of {1}":"评级 {0} of {1}","Raw":"原始数据","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"重新索引所有源文件,包括已索引和未更改的文件。","Read-Only Mode":"只读模式","Recently Added":"最近添加","Recently Archived":"最近存档","Recently Edited":"最近编辑","Recognition starts after indexing has been completed.":"识别工作在索引完成后开始。","Recognized":"已识别","Recovery Code":"恢复代码","Red":"红","Refresh":"刷新","Regions":"地区","Register":"注册","Reload":"重载","Reloading…":"重载中…","Remote Sync":"远端同步","Remove":"移除","remove failed: unknown album":"移除失败:未知相册","Remove from Album":"从相册中移除","Remove from all":"从所有","Remove from all selected photos":"从所有选定照片中删除","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"移除导入的文件以节省存储空间,不支持的文件类型将永远不会被删除,它们会保留在它们当前的位置。","Remove the selected instance from the cluster registry?":"从群集注册表中删除所选实例?","Removed":"已删除","Removed %{name}":"已删除 %{name}","Removed %d files and %d photos":"移除了 %d 个文件和 %d 张照片","Repeated":"重复","Request failed - are you offline?":"请求失败 - 你是否离线?","Request failed - invalid response":"请求失败 - 无效的响应","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"要求非图片和低质量图片在出现在搜索结果中之前必须经过审核。","Resolution":"分辨率","Restart":"重新启动","Restore":"恢复","Restored":"恢复","Retry Limit":"重试限制","Retype Password":"重新输入密码","Review":"审查","Role":"角色","Roles":"角色","Rotated":"旋转","Rows per page:":"每页行数:","Satellite":"卫星","Save":"保存","Save changes":"保存更改","Scan":"扫描","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"使用您的身份验证器应用程序扫描二维码或使用下面显示的设置键,然后输入生成的验证码:","Scans":"扫描","Scope":"范围","Scopes":"瞄准镜","Search":"搜索","Season":"季节","Secret":"密钥","Security and Access":"安全和访问","Select":"选择","Select a source folder to import files…":"选择要导入文件的源文件夹…","Select date":"选择日期","Select dates":"选择日期","Select or create albums":"选择或创建相册","Select or create labels":"选择或创建标签","Select or drop files to upload…":"选择或下拉上传文件…","Select the files to upload…":"选择要上传的文件…","Select the folder to be indexed…":"选择要编制索引的文件夹…","Select Time":"选择时间","Selection":"选择","Selection added to %s":"所选项目已加入 %s","Selection approved":"所选项已批准","Selection archived":"所选项已归档","Selection marked as private":"所选项已设为私有","Selection not found":"未找到所选内容","Selection restored":"所选项已恢复","Sequential Name":"顺序名称","Service":"服务","Service URL":"服务 URL","Services":"服务","Session":"会议","Session ID":"会议ID","Sessions":"会议","Set as Album Cover":"设为专辑封面","Set as Cover Image":"设置为封面图像","Settings":"设置","Settings saved":"设置已保存","Setup":"设置","Severity":"严重性","Share":"分享","Share %{s}":"分享 %{s}","Show":"显示","Show All Labels":"显示所有标签","Show all new faces":"显示所有的新面孔","Show Caption":"显示字幕","Show Captions":"显示字幕","Show face markers":"显示人脸标记","Show hidden":"显示隐藏","Show Important Only":"只显示重要信息","Show logs in the web interface to monitor activity and troubleshoot problems.":"在网络界面显示日志,以监控活动和排除故障。","Show smart albums that group pictures by occasion, trip, or location.":"显示智能相册,按场合、旅程或地点对图片进行分组。","Show the Account page so users can manage their profile and security settings.":"显示账户页面,以便用户管理个人资料和安全设置。","Show the Calendar view to browse the library by year and month.":"显示日历视图,按年月浏览图书馆。","Show the Labels section to view and manage AI-generated labels.":"显示 \"标签 \"部分以查看和管理人工智能生成的标签。","Show the Library section to index, manage, and monitor the media library.":"显示媒体库部分,以索引、管理和监控媒体库。","Show the Places view with interactive maps so you can browse photos by location.":"显示带有交互式地图的 \"地点 \"视图,以便按地点浏览照片。","Show Titles":"显示标题","Sidecar":"附属","Sidecar Files":"Sidecar 文件","Sign in":"登录","Sign Out":"退出","Similar":"相似","Site URL":"网站 URL","Size":"尺寸","Slideshow":"幻灯片","Slow":"慢","Software":"软件","Software Update":"软件更新","Some albums could not be copied":"某些相册无法复制","Some albums could not be created. Please edit the names and try again.":"某些相册无法创建。请编辑名称后重试。","Some albums could not be updated":"某些相册无法更新","Something went wrong, try again":"出错了,再试一次","Sort by":"排序方式","Sort by Name (A–Z)":"按名称排序(A-Z)","Sort by Photo Count":"按照片数量排序","Sort by Relevance":"按相关性排序","Sort Order":"排序","Sorted ascending.":"按升序排列。","Sorted descending.":"按降序排列。","Source":"来源","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":"堆","Start":"开始","Start Page":"起始页","Static Size Limit: %{n}px":"静态渲染尺寸限制: %{n}px","Status":"状态","Stay signed in on this device":"在此设备上保持登录状态","Stop Casting":"停止选角","Storage":"存储","Streets":"街道图","Subject":"主题","Subject deleted":"主题已删除","Subject not found":"主题未找到","Subject saved":"主题已保存","Successfully activated":"已成功激活","Successfully Connected":"账户成功连接","Successfully deleted":"已成功删除","Successfully verified":"验证成功","Super Admin":"超级管理员","Support for additional services, like Google Drive, will be added over time.":"随着时间的推移,将增加对其他服务的支持,例如 Google 云端硬盘。","Support Our Mission":"支持我们的使命","Sync":"同步","Sync raw and video files":"同步 Raw 和视频文件","Taken":"纳入于","Teal":"蓝绿","Terrain":"地形","Text":"文本","Thank You for Your Support!":"感谢你的支持!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"这就是为什么PhotoPrism从一开始就能在你需要的地方运行,而不影响自由、隐私或功能。","The index currently contains %{n} hidden files.":"该索引当前包含 %{n} 个隐藏文件。","The instance rejected the cluster credentials.":"该实例拒绝了集群凭据。","The instance returned an unexpected redirect.":"该实例返回了一个意外的重定向。","The wakeup interval is %s, but must be 1h or less":"唤醒间隔为 %s,但必须小于等于 1 小时","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"它们的格式可能不受支持,它们尚未转换为 JPEG 或存在重复项。","Theme":"主题","This account is missing an ID and can't be edited.":"该账户缺少ID,无法进行编辑。","This field is required":"该字段为必填字段","This instance has no site URL configured.":"此实例未配置站点 URL。","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 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. ":"这会将源文件夹安装为网络驱动器,并允许您从计算机或智能手机中打开,编辑和删除文件,就像它们是本地文件一样。","Time":"时间","Time UTC":"UTC 时间","Time Zone":"时区","Timeout":"超时","Title":{"":"标题","Account":"标题","Photo":"标题"},"Title / Position":"职称/职位","to":"到","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"为了避免您的帐户被锁定,请立即下载、打印或复制此恢复代码并将其保存在安全的地方。","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"生成新的应用专用密码,请输入应用程序的名称、授权范围并选择到期日期:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"要切换到新的身份验证器应用程序或设备,请先停用双重身份验证,然后重新激活它:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"要升级,你可以输入激活码或点击 \"注册\",在我们的网站上注册:","Today":"今天","Toggle View":"切换视图","Token":"令牌","Too many files selected":"选择的文件过多","Too many requests":"请求太多","Troubleshooting":"故障排除","Try again using other filters or keywords.":"使用其他过滤器或关键字再试一次。","Two-factor authentication has been enabled for your account.":"您的帐户已启用双重身份验证。","Type":"类型","Unable to delete":"无法删除","Unable to do that":"无法做到这一点","Unassign":"取消分配","Unauthorized":"未经授权的","Undo":"撤销","Unique ID":"唯一标识符","Unknown":"未知","Unknown location":"未知地点","Unregistered":"未注册的","Unsorted":"未分类","Unstack":"取消堆叠","Unsupported":"不支持","Unsupported format":"不支持的格式","Unsupported type":"不支持的类型","Updated":"已更新","Updating faces":"更新面部","Updating index":"更新索引","Updating moments":"更新时刻","Updating picture…":"更新图片…","Updating previews":"更新预览","Updating stacks":"更新堆","Upgrade":"升级","Upgrade Now":"立即升级","Upload":"上传","Upload complete":"上传完成","Upload complete. Indexing…":"上传完成,索引中…","Upload failed":"上传失败","Upload has been processed":"上传已被处理","Upload local files":"上传本地文件","Upload might be offensive":"上传内容可能具有冒犯性","Upload Path":"上传路径","Uploading %{n} of %{t}…":"上传 %{n} / %{t} …","Uploading photos…":"上传照片…","Uploading…":"上传中…","Uploads that may contain such images will be rejected automatically.":"可能包含此类图像的上传将被自动拒绝。","URL":"URL","Use Presets":"使用预设","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"当您无法使用身份验证器应用生成有效的验证码时,请使用以下恢复代码访问您的帐户:","Use your recovery code or contact an administrator for help.":"使用恢复密码或联系管理员寻求帮助。","User":"用户","User Guide":"用户指南","User Interface":"用户界面","User not found":"用户未找到","Username":"用户名","Users":"用户","UUID":"UUID","Vector":"矢量","Vectors":"媒介物","Verification Code":"验证码","Version":"版本","Video":"视频","Video Duration":"视频时长","Videos":"视频","View":"视图","View search results as a list.":"以列表形式查看搜索结果。","Viewer":"浏览者","Vision":"愿景","Visitor":"访客","Visual Similarity":"视觉相似性","Warning":"警告","Web Login":"网络登录","WebDAV":"WebDAV","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 上传","WebGL support is disabled in your browser":"您的浏览器已禁用 WebGL 支持","Website":"网站","White":"白","Work Details":"作品详情","Year":"年","Yellow":"黄","Yes":"是","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"欢迎你与我们联系,membership@photoprism.app,询问有关你的会员资格的问题。","You can only download one album":"你只能下载一个相册","You can only download one label":"你只能下载一个标签","You can search for a location or move the marker on the map to change the position:":"您可以搜索位置或移动地图上的标记来更改位置:","You can upload up to %{n} files for test purposes.":"您最多可以上传 %{n} 个文件用于测试。","You cannot change your own role.":"你无法改变自己的角色。","You do not have access to any instances.":"您无权访问任何实例。","You may only select one item":"你只能选择一项","You may rescan your library to find additional faces.":"你可以重新扫描你的库以找到更多的面部。","Your account could not be connected":"你的账户无法连接","Your account has been successfully connected.":"您的账户已成功连接。","Your browser does not support WebGL":"您的浏览器不支持 WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"您的持续支持有助于我们提供定期更新并保持独立,因此我们可以履行我们的使命并保护您的隐私。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"你的库被不断分析,以自动创建特殊时刻、旅行和地点的相册。","Zip created in %d s":"Zip 文件创建成功,耗时 %d 秒","Zoom in/out":"缩放","Archive":{"Noun":"归档","Verb":"归档"},"Add a Title":{"Photo":"添加标题"}}} \ No newline at end of file +{"zh":{"{0} appended action":"{0}附加行动","{0} files":"{0}个文件","{0} files ({1} in total)":"{0}个文件(共{1}个文件)","{0} more":"{0}更多","{0} prepended action":"{0}预设行动","{0} selected":"{0}已选定","{0}-{1} of {2}":"{2}的{0}-{1}部分","%{n} albums found":"已找到 %{n} 个相册","%{n} files uploaded":"已上传 %{n} 个文件","%{n} folders found":"已找到 %{n} 个文件夹","%{n} GB of %{q} GB used":"已使用%{n}GB,共%{q}GB","%{n} labels found":"已找到 %{n} 个标签","%{n} people found":"已找到 %{n} 个人物","%{n} pictures found":"已找到 %{n} 张图片","%{s} is too long":"%{s} 太长","%{s} is too short":"%{s}太短","%d entries added to %s":"%d 个条目已添加到 %s","%d entries removed from %s":"%d 个条目已从 %s 移除","%d files uploaded in %d s":"已上传 %d 个文件,耗时 %d 秒","%s already exists":"%s 已存在","%s has been restored":"%s 已恢复","1 hour":"1 小时","12 hours":"12 小时","2-Factor Authentication":"双因素身份验证","2FA":"2FA","4 hours":"4 小时","A click will copy it to your clipboard.":"点击复制到剪贴板。","A new version of %{s} is available:":"%{s} 的新版本已发布:","About":"关于","Access granted.":"已授予访问权限。","Access revoked.":"访问权限已被撤销。","Access Token":"访问令牌","Account":"账户","Account created":"账户已创建","Account deleted":"账户已删除","Account Group Mappings":"账户组映射","Account not found":"账户未找到","Account restored":"账户已恢复","Account saved":"账户已保存","Accounts":"账户","Accuracy":"准确率","Action":"动作","Actions":"动作","Activate":"激活","Activate to remove sorting.":"激活以删除排序。","Activate to sort ascending.":"激活以升序排序。","Activate to sort descending.":"激活以降序排序。","Activation Code":"激活码","Activity":"活动","Add":"添加","Add %{s}?":"添加 %{s}?","Add a Caption":"添加标题","Add Account":"添加账户","Add Album":"添加相册","Add Link":"添加链接","Add Notes":"添加注释","Add person?":"新增人物?","Add pictures from search results by selecting them.":"从搜索结果中选择添加图片。","Add to album":"添加到相册","Add to all":"添加到全部","Add to all selected photos":"添加到所有选定照片","Added":"已添加","Added %{name}":"已添加 %{name}","Adjust Camera Info":"调整相机信息","Adjust Date & Time":"调整日期和时间","Adjust Location":"调整位置","Admin":"管理员","Advanced":"高级","Advertise URL":"广告 URL","After 1 day":"1 天后","After 3 days":"3 天后","After 7 days":"7 天后","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"输入密码确认后,您可以使用兼容的身份验证器应用或设备设置双重身份验证:","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":"两周后","Album":"相册","Album %s deleted":"相册 %s 已删除","Album Backups":"相册备份","Album contents cloned":"相册内容已复制","Album created":"相册已创建","Album deleted":"相册已删除","Album not found":"相册未找到","Album saved":"相册已保存","Albums":"相册","Albums deleted":"相册已删除","All":"全部","All %{n} albums loaded":"%{n} 本相册已加载","All %{n} labels loaded":"%{n} 个标签已加载","All %{n} people loaded":"%{n} 个人物已加载","All Cameras":"全部相机","All Categories":"全部分类","All Colors":"全部颜色","All Countries":"全部国家","All files from import folder":"导入文件夹中的所有文件","All Lenses":"全部镜头","All Months":"全部月份","All originals":"全部源图","All Years":"全部年份","Allow configuration and use of connected apps and services for remote uploads and sync.":"允许配置和使用连接的应用程序和服务进行远程上传和同步。","Allow editing of metadata such as title, description, date, and location.":"允许编辑标题、描述、日期和地点等元数据。","Allow editing the metadata, labels, and albums of multiple pictures at once.":"允许同时编辑多张图片的元数据、标签和相册。","Allow files to be copied or moved from the Import to the Originals folder.":"启用 \"导入 \"工具,将文件从 \"导入 \"文件夹复制或移动到 \"原始文件\"。","Allow files to be permanently deleted to free up storage space.":"允许永久删除文件以释放存储空间。","Allow users to archive photos and videos so they are hidden without being deleted.":"允许用户将照片和视频存档,使其隐藏起来而不会被删除。","Allow users to create and share links, and enable sharing with connected services.":"允许用户创建和共享链接,并启用与连接服务的共享。","Allow users to upload new photos and videos through the web interface.":"允许用户通过网络界面上传新照片和视频。","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"或者,你也可以上传文件到类似 NextCloud 的 WebDAV 服务端。","Altitude":"海拔","Altitude (m)":"海拔(米)","AM":"上午","Animated":"动画","Animation":"动画","Animations":"动画","Any private photos and videos remain private and won't be shared.":"任何私有照片和视频都保持私有,不会被分享。","API Key":"API 密钥","Application":"应用","Applications":"应用","Approve":"批准","Approve and save changes":"批准并保存更改","Apps and Devices":"应用程序和设备","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 delete this album?":"您确定要删除此相册吗?","Are you sure you want to permanently delete these pictures?":"你确定要永久删除这些图片吗?","Are you sure you want to permanently delete this file?":"你确定要永久的删除这个文件吗?","Are you sure?":"你确定?","Artist":"艺术家","Aspect Ratio":"长宽比","Attributes":"属性","Audio":"音频","Audit Log":"音频","Authentication":"认证","Auto":"汽车","Back":"后退","Back to top":"返回页首","Backup":"备份","Badge":"徽章","Base Path":"基本路径","Batch":"批次","Batch Edit":"批量编辑","Become a member today, support our mission and enjoy our member benefits!":"今天就成为会员,支持我们的使命,享受我们的会员福利!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"作为 100% 自筹资金和独立的公司,我们可以向您保证,我们永远不会出售您的数据,并且我们将始终对我们的软件和服务保持透明。","Bio":"简介","Birth Date":"出生日期","Black":"黑","Blue":"蓝","Brown":"棕","Browse":"浏览","Browse Files":"浏览文件","Browse Pictures":"浏览图片","Bug Report":"上报问题","Busy, please try again later":"忙碌中,请稍后重试","Busy, please wait…":"正在忙碌,请稍候…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"通过使用我们提供的软件和服务,您同意我们的服务条款、隐私政策和行为准则。","Calendar":"日历","Camera":"相机","Camera not found":"未找到摄像头","Camera Serial":"相机序列号","Can't access your authenticator app or device?":"无法访问您的身份验证应用程序或设备?","Can't load more, limit reached":"无法加载更多内容,已达上限","Can't select more items":"无法选择更多项目","Cancel":"取消","Cannot copy to clipboard":"无法复制到剪贴板","Caption":"标题","Cards":"卡片","Carousel slide {0} of {1}":"旋转木马幻灯片 {0} of {1}","Cast":"投掷","Category":"分类","Change Avatar":"改变头像","Change Password":"更改密码","Change private flag":"更改私有标记","Changes could not be saved":"无法保存变更","Changes successfully saved":"更改成功保存","Changes to the advanced settings require a restart to take effect.":"对高级设置的更改需要重新启动才能生效。","Checked":"已确认","Choose an instance to continue:":"请选择一个实例以继续:","Chroma":"色度","Cleaning index and cache":"清理索引和缓存","Cleanup":"清理","Clear":"清晰","Clear {0}":"清除 {0}","Client":"客户","Close":"关闭","Cluster":"群组","Cluster Admin":"集群管理员","Cluster Node":"集群节点","Codec":"编解码器","Color":"颜色","Color Profile":"颜色简介","Colors":"颜色","Compare Editions":"版本比较","Complete Rescan":"完全重新扫描","Confidence":"置信度","Confirm":"确认","Connect":"连接","Connect via WebDAV":"使用 WebDAV 连接","Connected":"已连接","Contact Details":"联系方式","Contact Us":"联系我们","Contains %{n} pictures.":"包含 %{n} 张图片。","Contains one picture.":"包含一张图片。","Content":{"":"内容","Edit":"内容"},"Continue":"继续","Contributor":"撰稿人","Converting":"转换中","Copied to clipboard":"已复制到剪贴板","Copy":"复制","Copying files from %s":"从 %s 中复制文件","Copyright":"版权","Could not be deleted":"无法删除","Could not connect, please try again":"无法连接,请重试","Could not update person cover":"无法更新人员封面","Couldn't find anything.":"找不到任何东西。","Country":"国家","Create Account":"创建账户","Create album":"创建相册","Create regular backups based on the configured schedule.":"根据配置的时间表创建索引备份。","Create YAML files to back up album metadata.":"创建 YAML 文件来备份相册元数据。","Create YAML sidecar files to back up picture metadata.":"创建 YAML sidecar 文件来备份图片元数据。","Created":"已创建","Creating thumbnails for":"创建缩略图,用于","Current Password":"当前密码","Custom":"定制","Cyan":"青","Daily":"每日","Database":"数据库","Database Backups":"数据库备份","Databases":"数据库","Date & Time":"日期和时间","Day":"天","Deactivate":"停用","Debug Logs":"调试日志","Default":"默认","Default Folder":"默认文件夹","Delete":"删除","Delete Album":"删除相册","Delete All":"全部删除","Delete all?":"全部删除?","Delete orphaned index entries, sidecar files and thumbnails.":"删除孤立索引项、副卡文件和缩略图。","deleted":"删除","Description":"描述","Detailed instructions can be found in our User Guide.":"详细说明可以在我们的用户指南中找到。","Details":"细节","Dimensions":"尺寸","Disable all face detection and recognition features.":"禁用所有人脸检测和识别功能。","Disable Backups":"禁用备份","Disable Darktable":"禁用 Darktable","Disable ExifTool":"禁用 ExifTool","Disable Faces":"禁用面孔","Disable features that require write permission for the originals folder.":"禁用需要原件文件夹写入权限的功能。","Disable FFmpeg":"禁用 FFmpeg","Disable ImageMagick":"禁用ImageMagick","Disable interactive world maps and reverse geocoding.":"禁用交互式世界地图和反向地理编码。","Disable MCP":"禁用 MCP","Disable Places":"禁用地点","Disable RawTherapee":"禁用 RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"禁用人工智能代理集成的模型上下文协议 (MCP) API 端点。","Disable Vectors":"禁用载体","Disable WebDAV":"禁用 WebDAV","Disabled":"已禁用","Disables vector graphics support.":"禁用矢量图形支持。","Disables video transcoding and thumbnail extraction.":"禁用视频转码和缩略图提取。","Discard":"丢弃","Discard changes and close":"放弃更改并关闭","Discard invalid changes?":"丢弃无效更改?","Discard unsaved changes?":"丢弃未保存的更改?","Discover":"探索","Dismiss":"解散","Display Name":"昵称","Display picture captions in search results.":"在搜索结果中显示图片说明。","Display picture titles in search results.":"在搜索结果中显示图片标题。","Document":"文件","Documents":"文件","Don't use Darktable to convert RAW images.":"不使用 Darktable 转换 RAW 文件。","Don't use ImageMagick to convert images.":"不要用ImageMagick来转换图像。","Don't use RawTherapee to convert RAW images.":"不使用 RawTherapee 转换 RAW 文件。","Done":"完成","Done.":"完成。","Download":"下载","Download only original media files, without any automatically generated files.":"只下载原始媒体文件,不下载任何自动生成的文件。","Download remote files":"下载远端文件","Downloading…":"下载中…","Drag and drop files here":"在此处拖放文件","Driver":"司机","Duplicates will be skipped and only appear once.":"重复项将被跳过,仅出现一次。","Duration":"持续时间","Dynamic Previews":"动态预览","Dynamic Size Limit: %{n}px":"动态尺寸限制:%{n}px","Edit":"编辑","Edit %{s}":"编辑 %{s}","Edit Account":"编辑账户","Edit Photo":"编辑照片","Edit Photos (%{n})":"编辑照片 (%{n})","Edited":"已编辑","Email":"电子邮箱","Enable debug mode to display additional logs and help with troubleshooting.":"启用调试模式可显示更多日志,帮助排除故障。","Enable downloading of original and sidecar files from the web interface.":"允许从网络界面下载原始文件和副卡文件。","Enable face recognition and the People view to easily find people you know.":"启用人脸识别和 \"人 \"视图,轻松查找熟人。","Enable new features that may be incomplete or unstable.":"启用可能不完整或不稳定的新功能。","Enable the file browser to navigate the Originals folder structure.":"启用文件浏览器以浏览原版文件夹结构。","Enables RAW converter presets. May reduce performance.":"启用 RAW 转换器预设,可能会降低性能。","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"启用双重身份验证意味着您需要随机生成的验证码才能登录,因此即使有人获得了您的密码,他们也无法访问您的帐户。","Engine":"发动机","Enter date":"输入日期","Enter dates":"输入日期","Enter item name...":"输入项目名称...","Enter the code generated by your authenticator app:":"输入验证程序生成的代码:","Enter verification code":"输入验证码","Enter your password to confirm the action and continue:":"输入您的密码确认操作并继续:","Entity not found":"实体未找到","Error":"错误","Errors":"错误","Estimate":"估算","Estimate Locations":"估计地点","Estimate the approximate location of pictures without GPS coordinates.":"在没有 GPS 坐标的情况下估算图片的大致位置。","Every two days":"每两天","Exclude hidden":"排除已隐藏","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"要完全支持视频、实况照片和 XMP,需要使用 ExifTool 提取元数据。","Experimental Features":"实验特性","Expires":"时限","Exposure":"曝光度","Extract still images and generate thumbnails while indexing.":"提取静态图像并在编制索引时生成缩略图。","F Number":"光圈数","Face":"面部","Face not found":"面孔未找到","Faces":"面部","Failed creating file, please check permissions":"创建文件失败,请检查权限","Failed creating folder, please check permissions":"创建目录失败,请检查权限","Failed removing link":"删除链接失败","Failed to connect account.":"连接账户失败。","Failed to create zip file":"创建压缩文件失败","Failed to load users.":"无法加载用户。","Failed to remove face marker":"未能移除面部标记","Failed to remove name":"移除名称失败","Failed to restart server":"无法重启服务器","Failed to save changes":"保存更改失败","Failed to save face marker":"面子标记失败","Failed to save name":"保存名称失败","Failed updating link":"更新链接失败","Family Name":"姓","Fast":"快","Favorite":"收藏","Favorites":"收藏","Feature disabled":"功能已禁用","Feature Request":"特性请求","Female":"女","File":"文件","File Browser":"文件浏览器","File Conversion":"文件转换","File deleted":"文件已删除","File Name":"文件名","File not found":"文件未找到","File removed from stack":"文件已从堆中移除","File Size":"文件大小","File too large":"文件过大","File uploaded":"已上传文件","Filename":"文件名","Files":"文件","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"顺序名称的文件如“IMG_1234 (2)”和“IMG_1234 (3)”的文件属于同一图片。","First page":"第一页","Focal Length":"焦距","Folder":"文件夹","Folder contains %{n} files":"文件夹中有 %{n} 个文件","Folder is empty":"文件夹为空","Folders":"文件夹","Forgot password?":"忘记密码?","FPS":"帧数","Frames":"框架","Full Access":"完全访问","Fullscreen":"全屏","General":"一般","Generate":"产生","Generate Previews":"生成预览","Generated":"生成","Get Started":"开始","Given Name":"名","Global Options":"全局选项","Go to page {0}":"转到 {0} 页","Gold":"金","Green":"绿","Grey":"灰","Groups":"组","Guest":"访客","Hash":"哈希","Help":"帮助","Help & Support":"帮助和支持","Hidden":"隐藏","Hidden Files":"隐藏文件","Hide":"隐藏","Hide Caption":"隐藏标题","Hide face markers":"隐藏脸部标记","Hide private content from global views while keeping it accessible in the Private section.":"从全局视图中隐藏私人项目,同时在 \"私人 \"部分保持其可访问性。","High":"高","High Dynamic Range (HDR)":"高动态范围渲染(HDR)","Hybrid":"混合地图","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"如果您无法访问身份验证器应用或设备,则可以使用恢复代码重新访问您的帐户。","Image":"图片","Image Quality":"图像质量","Import":"导入","Import canceled":"导入已取消","Import completed in %d s":"导入成功,耗时 %d 秒","Import failed":"导入失败","Imported files will be sorted by date and given a unique name to avoid duplicates.":"导入的文件将按日期排序,并指定一个唯一的名称以避免重复。","Importing %{s}…":"导入 %{s} 中…","Importing files to originals…":"导入文件到源…","in":"于","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"如果您想要的图片丢失,请重新扫描库并等待索引完成。","Include RAW image files when downloading stacks and archives.":"在下载堆栈和档案时包括RAW图像文件。","Include sidecar files when downloading stacks and archives.":"在下载堆栈和档案时包括sidecar文件。","Increase storage size or delete files to continue.":"增加存储空间或删除文件以继续。","Index":"索引","Indexing":"索引中","Indexing canceled":"索引已取消","Indexing completed in %d s":"索引成功,耗时 %d 秒","Indexing failed":"索引失败","Indexing files in %s":"索引 %s 中的文件","Indexing media and sidecar files…":"索引媒体和附属文件…","Indexing originals...":"索引源文件...","Information":"信息","Inherit":"继承","Instance":"实例","Instance ID":"实例 ID","Instance unreachable. Try again once it's back online.":"无法连接到该实例。请在实例恢复在线后重试。","Instances":"实例","Insufficient storage":"存储不足","Insufficient storage.":"存储不足","Interval":"间隔","Invalid":"无效","Invalid address":"无效地址","Invalid country":"无效国家","Invalid credentials":"无效的凭证","Invalid date":"无效日期","Invalid link":"无效的链接","Invalid name":"无效名称","Invalid parameters":"参数无效","Invalid password, please try again":"无效密码,请重试","Invalid photo selected":"选择了无效的照片","Invalid time":"无效时间","Invalid URL":"无效 URL","Invalid verification code, please try again":"验证码无效,请重试","IP Address":"IP 地址","It is a one-time use code that will disable 2FA for your account when you use it.":"这是一个一次性使用的代码,当您使用它时将禁用您帐户的 2FA。","Item":"项目","Items per page:":"每页项目:","JPEG Quality: %{n}":"JPEG 质量:%{n}","JPEG Size Limit: %{n}px":"JPEG 尺寸限制:%{n}px","JPEGs and thumbnails are automatically rendered as needed.":"系统会根据需要自动生成缩略图及JPEG格式的预览图。","Keyword":"关键词","Keywords":"关键字","Label":"标签","Label not found":"标签未找到","Label saved":"标签已保存","Labels":"标签","Labels deleted":"标签已移除","Language":"语言","Last Active":"最后一次活动","Last Login":"最后一次登录","Last page":"最后一页","Last Sync":"上次同步","Last Used":"最后使用","Latitude":"纬度","LDAP/AD":"LDAP/AD","Learn more":"进一步了解","Learn More":"了解更多","Legal Information":"法律信息","Lens":"镜头","Lens not found":"未找到镜头","Library":"资料库","License":"许可证","Like":"喜欢","Lime":"淡绿","Limit reached, showing first %{n} files":"已达到限制,显示前 %{n} 个文件","Link":"链接","List":"列表","List View":"列表查看","Live":"实况","Live Photos":"实况照片","Load more":"加载更多","Loading items...":"正在加载项目...","Loading...":"正在加载...","Local":"当地","Local Time":"本地时间","Location":"位置","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"每当 PhotoPrism 遇到损坏的文件或其他潜在问题时,日志消息就会出现在这里。","Login":"登录","Logs":"日志","Longitude":"经度","Lost server connection":"服务器连接丢失","Low":"低","Magenta":"洋红","Main Color":"主色调","Male":"男","Manage Account":"管理账户","Manager":"经理","Manual":"手动","Manual Upload":"手动上传","Maps":"地图","Marker":"标记","Maximum number of accounts has been reached.":"账户数已达到上限。","Media":"媒体","Medium":"中","Membership":"会员资格","Merge %{a} with %{b}?":"将 %{a} 与 %{b} 合并?","Message":"留言","Metadata":"元数据","Metrics":"指标","Minimize":"最小化","Missing":"缺失","Missing or invalid configuration":"配置缺失或无效","mixed":"混合型","Moments":"瞬间","Monochrome":"黑白","Month":"月","More options":"更多选择","Mosaic":"马赛克","Most Relevant":"最相关","Move Files":"移动文件","Moving files from %s":"从 %s 中移动文件","Must have at least %{n} characters.":"必须至少有%{n}个字符。","Mute":"静音","Name":"名称","Name too long":"名称太长","Never":"永不","New":"新","New Password":"新密码","Newest First":"最新优先","Next":"下一页","Next page":"下一页","Next visual":"下一个视觉","No":"否","No Access":"无权限","No albums assigned":"未指定专辑","No albums found":"找不到相册","No albums selected":"未选择相册","No data available":"无数据","No files available for download":"没有可供下载的文件","No items selected":"未选择任何项目","No labels assigned":"没有指定标签","No labels found":"找不到标签","No labels selected":"未选择标签","No matching records found":"未找到匹配记录","No more":"没有更多","No people found":"找不到人物","No pictures found":"找不到图片","No recently edited pictures":"没有最近编辑过的图片","No registered instances.":"没有已注册的实例。","No results":"找不到结果","No server connection":"无服务器连接","No servers configured.":"沒有服务器配置。","No services configured.":"没有配置服务。","No thanks":"不用了,谢谢","No users on this instance.":"此实例上没有用户。","No warnings or error containing this keyword. Note that search is case-sensitive.":"没有包含此关键字的警告或错误,请注意,搜索区分大小写。","Node":"节点","Nodes":"节点","Non-photographic and low-quality images require a review before they appear in search results.":"非照片和低质量图像出现在搜索结果中前需要进行审查。","None":"无","Not allowed":"不允许","Not available in public mode":"在公开模式下不可用","Not available in read-only mode":"在只读模式下不可用","Not found":"未找到","Not sorted.":"未分类。","Not supported":"不支持","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)配置为远程服务,以进行备份和文件上传。","Notes":"备注","Nothing to see here yet.":"暂无数据。","Nothing was found.":"没有发现任何问题。","Offline":"离线","OK":"好的","Oldest First":"最旧优先","On Windows, enter the following resource in the connection dialog:":"在 Windows 上,连接对话框中使用以下资源:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"按需生成缩略图可能会导致较高的 CPU 和内存使用率。不建议资源有限的服务器和 NAS 设备使用。","Once a week":"每周一次","One album found":"已找到一本相册","One entry added to %s":"条目已添加到 %s","One entry removed from %s":"条目已从 %s 移除","One file found":"已找到一个文件","One file uploaded":"已上传一个文件","One folder found":"已找到一个文件夹","One label found":"已找到一个标签","One person found":"已找到一个人物","One picture found":"已发现一张图片","Only locally managed accounts can be set up for authentication with 2FA.":"仅可设置本地管理的帐户进行 2FA 身份验证。","Open":"开放","optional":"可选的","or":"或","Orange":"橙","Organization":"组织机构","Orientation":"朝向","Original file names will be stored and indexed.":"原始文件名将被存储并索引。","Original Name":"源文件名","Originals":"源","Originals folder is empty":"原件文件夹是空的","Other":"其他","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"我们的使命是提供对绝大部分用户——及隐私最友好的解决方案,以保持你的照片有条理和可访问。","Outdoor":"户外地图","Page {0}, Current page":"第 {0} 页,当前页","Pages":"页面","Pagination Navigation":"分页导航","Panorama":"全景","Panoramas":"全景","Part of all selected photos":"所有选定照片的一部分","Part of some selected photos":"部分精选照片","Password":"密码","Password changed":"密码已更改","Pause":"暂停","Payment required":"需付款","People":"人物","People you share a link with will be able to view public contents.":"与您共享链接的人将可以查看公共内容。","Permanently deleted":"已永久删除","Permission denied":"没有权限","Person":"个人","Person cover updated":"更新人员封面","Person deleted":"人物已删除","Person not found":"未找到人物","Person saved":"人物已保存","Personal":"个人","Photo":"相片","PhotoPrism is 100% self-funded and independent.":"PhotoPrism是100%自筹资金和独立的。","PhotoPrism+ Membership":"照片棱镜+会员资格","Photos":"照片","Picture":"图片","Picture Title":"图片标题","Pink":"粉红","Pinned":"置顶","Place":"地点","Place & Time":"地点和时间","Places":"地点","Play":"播放","Please confirm your new password.":"请确认新密码。","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"请复制以下随机生成的应用程序密码并将其保存在安全的地方,因为您将无法再次看到它:","Please do not upload any private, unlawful or offensive pictures.":"请勿上传任何私人、非法或攻击性图片。","Please don't upload photos containing offensive content.":"请不要上传包含令人反感的内容的照片。","Please enter OTP character {0}":"请输入 OTP 字符 {0}","Please log in to your account":"请登录你的账户","Please note that changing your password will log you out on other devices and browsers.":"请注意,修改密码将退出你已登录在其他设备和浏览器上的账号。","Please restart your instance for the changes to take effect.":"请重新启动您的实例以使变化生效。","Please wait…":"请等待…","PM":"下午","PNG Size Limit: %{n}px":"PNG 尺寸限制:%{n}px","Portal":"门户网站","Portrait":"人像","Preserve filenames":"保留文件名","Press enter to create a new album.":"按下 Enter 键创建一个新相册。","Press enter to create new item":"按回车键创建新项目","Prevent database and album backups as well as YAML sidecar files from being created.":"防止创建数据库和相册备份以及 YAML sidecar 文件。","Prevent other apps from accessing PhotoPrism as a shared network drive.":"防止其他应用程序将 PhotoPrism 作为共享网络驱动器访问。","Preview":"预览","Preview Images":"图片预览","Previous":"上一页","Previous page":"上一页","Previous visual":"上一个视觉","Primary":"主文件","Private":"私有","Processing upload...":"处理上传...","Product Feedback":"产品反馈","Projection":"投影","Purple":"紫","Quality Filter":"质量筛选","Quality Score":"质量得分","Quota exceeded":"超出配额","Random":"随机","Rating {0} of {1}":"评级 {0} of {1}","Raw":"原始数据","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"重新索引所有源文件,包括已索引和未更改的文件。","Read-Only Mode":"只读模式","Recently Added":"最近添加","Recently Archived":"最近存档","Recently Edited":"最近编辑","Recognition starts after indexing has been completed.":"识别工作在索引完成后开始。","Recognized":"已识别","Recovery Code":"恢复代码","Red":"红","Refresh":"刷新","Regions":"地区","Register":"注册","Registration disabled":"注册已禁用","Reload":"重载","Reloading…":"重载中…","Remote Sync":"远端同步","Remove":"移除","remove failed: unknown album":"移除失败:未知相册","Remove from Album":"从相册中移除","Remove from all":"从所有","Remove from all selected photos":"从所有选定照片中删除","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"移除导入的文件以节省存储空间,不支持的文件类型将永远不会被删除,它们会保留在它们当前的位置。","Remove the selected instance from the cluster registry?":"从群集注册表中删除所选实例?","Removed":"已删除","Removed %{name}":"已删除 %{name}","Removed %d files and %d photos":"移除了 %d 个文件和 %d 张照片","Repeated":"重复","Request failed - are you offline?":"请求失败 - 你是否离线?","Request failed - invalid response":"请求失败 - 无效的响应","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"要求非图片和低质量图片在出现在搜索结果中之前必须经过审核。","Resolution":"分辨率","Restart":"重新启动","Restore":"恢复","Restored":"恢复","Retry Limit":"重试限制","Retype Password":"重新输入密码","Review":"审查","Role":"角色","Roles":"角色","Rotated":"旋转","Rows per page:":"每页行数:","Satellite":"卫星","Save":"保存","Save changes":"保存更改","Scan":"扫描","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"使用您的身份验证器应用程序扫描二维码或使用下面显示的设置键,然后输入生成的验证码:","Scans":"扫描","Scope":"范围","Scopes":"瞄准镜","Search":"搜索","Season":"季节","Secret":"密钥","Security and Access":"安全和访问","Select":"选择","Select a source folder to import files…":"选择要导入文件的源文件夹…","Select date":"选择日期","Select dates":"选择日期","Select or create albums":"选择或创建相册","Select or create labels":"选择或创建标签","Select or drop files to upload…":"选择或下拉上传文件…","Select the files to upload…":"选择要上传的文件…","Select the folder to be indexed…":"选择要编制索引的文件夹…","Select Time":"选择时间","Selection":"选择","Selection added to %s":"所选项目已加入 %s","Selection approved":"所选项已批准","Selection archived":"所选项已归档","Selection marked as private":"所选项已设为私有","Selection not found":"未找到所选内容","Selection restored":"所选项已恢复","Sequential Name":"顺序名称","Service":"服务","Service URL":"服务 URL","Services":"服务","Session":"会议","Session ID":"会议ID","Sessions":"会议","Set as Album Cover":"设为专辑封面","Set as Cover Image":"设置为封面图像","Settings":"设置","Settings saved":"设置已保存","Setup":"设置","Severity":"严重性","Share":"分享","Share %{s}":"分享 %{s}","Show":"显示","Show All Labels":"显示所有标签","Show all new faces":"显示所有的新面孔","Show Caption":"显示字幕","Show Captions":"显示字幕","Show face markers":"显示人脸标记","Show hidden":"显示隐藏","Show Important Only":"只显示重要信息","Show logs in the web interface to monitor activity and troubleshoot problems.":"在网络界面显示日志,以监控活动和排除故障。","Show smart albums that group pictures by occasion, trip, or location.":"显示智能相册,按场合、旅程或地点对图片进行分组。","Show the Account page so users can manage their profile and security settings.":"显示账户页面,以便用户管理个人资料和安全设置。","Show the Calendar view to browse the library by year and month.":"显示日历视图,按年月浏览图书馆。","Show the Labels section to view and manage AI-generated labels.":"显示 \"标签 \"部分以查看和管理人工智能生成的标签。","Show the Library section to index, manage, and monitor the media library.":"显示媒体库部分,以索引、管理和监控媒体库。","Show the Places view with interactive maps so you can browse photos by location.":"显示带有交互式地图的 \"地点 \"视图,以便按地点浏览照片。","Show Titles":"显示标题","Sidecar":"附属","Sidecar Files":"Sidecar 文件","Sign in":"登录","Sign Out":"退出","Similar":"相似","Site URL":"网站 URL","Size":"尺寸","Slideshow":"幻灯片","Slow":"慢","Software":"软件","Software Update":"软件更新","Some albums could not be copied":"某些相册无法复制","Some albums could not be created. Please edit the names and try again.":"某些相册无法创建。请编辑名称后重试。","Some albums could not be updated":"某些相册无法更新","Something went wrong, try again":"出错了,再试一次","Sort by":"排序方式","Sort by Name (A–Z)":"按名称排序(A-Z)","Sort by Photo Count":"按照片数量排序","Sort by Relevance":"按相关性排序","Sort Order":"排序","Sorted ascending.":"按升序排列。","Sorted descending.":"按降序排列。","Source":"来源","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":"堆","Start":"开始","Start Page":"起始页","Static Size Limit: %{n}px":"静态渲染尺寸限制: %{n}px","Status":"状态","Stay signed in on this device":"在此设备上保持登录状态","Stop Casting":"停止选角","Storage":"存储","Streets":"街道图","Subject":"主题","Subject deleted":"主题已删除","Subject not found":"主题未找到","Subject saved":"主题已保存","Successfully activated":"已成功激活","Successfully Connected":"账户成功连接","Successfully deleted":"已成功删除","Successfully verified":"验证成功","Super Admin":"超级管理员","Support for additional services, like Google Drive, will be added over time.":"随着时间的推移,将增加对其他服务的支持,例如 Google 云端硬盘。","Support Our Mission":"支持我们的使命","Sync":"同步","Sync raw and video files":"同步 Raw 和视频文件","Taken":"纳入于","Teal":"蓝绿","Terrain":"地形","Text":"文本","Thank You for Your Support!":"感谢你的支持!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"这就是为什么PhotoPrism从一开始就能在你需要的地方运行,而不影响自由、隐私或功能。","The index currently contains %{n} hidden files.":"该索引当前包含 %{n} 个隐藏文件。","The instance rejected the cluster credentials.":"该实例拒绝了集群凭据。","The instance returned an unexpected redirect.":"该实例返回了一个意外的重定向。","The wakeup interval is %s, but must be 1h or less":"唤醒间隔为 %s,但必须小于等于 1 小时","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"它们的格式可能不受支持,它们尚未转换为 JPEG 或存在重复项。","Theme":"主题","This account is missing an ID and can't be edited.":"该账户缺少ID,无法进行编辑。","This field is required":"该字段为必填字段","This instance has no site URL configured.":"此实例未配置站点 URL。","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 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. ":"这会将源文件夹安装为网络驱动器,并允许您从计算机或智能手机中打开,编辑和删除文件,就像它们是本地文件一样。","Time":"时间","Time UTC":"UTC 时间","Time Zone":"时区","Timeout":"超时","Title":{"":"标题","Account":"标题","Photo":"标题"},"Title / Position":"职称/职位","to":"到","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"为了避免您的帐户被锁定,请立即下载、打印或复制此恢复代码并将其保存在安全的地方。","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"生成新的应用专用密码,请输入应用程序的名称、授权范围并选择到期日期:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"要切换到新的身份验证器应用程序或设备,请先停用双重身份验证,然后重新激活它:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"要升级,你可以输入激活码或点击 \"注册\",在我们的网站上注册:","Today":"今天","Toggle View":"切换视图","Token":"令牌","Too many files selected":"选择的文件过多","Too many requests":"请求太多","Troubleshooting":"故障排除","Try again using other filters or keywords.":"使用其他过滤器或关键字再试一次。","Two-factor authentication has been enabled for your account.":"您的帐户已启用双重身份验证。","Type":"类型","Unable to delete":"无法删除","Unable to do that":"无法做到这一点","Unassign":"取消分配","Unauthorized":"未经授权的","Undo":"撤销","Unique ID":"唯一标识符","Unknown":"未知","Unknown location":"未知地点","Unregistered":"未注册的","Unsorted":"未分类","Unstack":"取消堆叠","Unsupported":"不支持","Unsupported format":"不支持的格式","Unsupported type":"不支持的类型","Updated":"已更新","Updating faces":"更新面部","Updating index":"更新索引","Updating moments":"更新时刻","Updating picture…":"更新图片…","Updating previews":"更新预览","Updating stacks":"更新堆","Upgrade":"升级","Upgrade Now":"立即升级","Upload":"上传","Upload complete":"上传完成","Upload complete. Indexing…":"上传完成,索引中…","Upload failed":"上传失败","Upload has been processed":"上传已被处理","Upload local files":"上传本地文件","Upload might be offensive":"上传内容可能具有冒犯性","Upload Path":"上传路径","Uploading %{n} of %{t}…":"上传 %{n} / %{t} …","Uploading photos…":"上传照片…","Uploading…":"上传中…","Uploads that may contain such images will be rejected automatically.":"可能包含此类图像的上传将被自动拒绝。","URL":"URL","Use Presets":"使用预设","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"当您无法使用身份验证器应用生成有效的验证码时,请使用以下恢复代码访问您的帐户:","Use your recovery code or contact an administrator for help.":"使用恢复密码或联系管理员寻求帮助。","User":"用户","User Guide":"用户指南","User Interface":"用户界面","User not found":"用户未找到","Username":"用户名","Users":"用户","UUID":"UUID","Vector":"矢量","Vectors":"媒介物","Verification Code":"验证码","Verified email required":"需要已验证的电子邮件地址","Version":"版本","Video":"视频","Video Duration":"视频时长","Videos":"视频","View":"视图","View search results as a list.":"以列表形式查看搜索结果。","Viewer":"浏览者","Vision":"愿景","Visitor":"访客","Visual Similarity":"视觉相似性","Warning":"警告","Web Login":"网络登录","WebDAV":"WebDAV","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 上传","WebGL support is disabled in your browser":"您的浏览器已禁用 WebGL 支持","Website":"网站","White":"白","Work Details":"作品详情","Year":"年","Yellow":"黄","Yes":"是","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"欢迎你与我们联系,membership@photoprism.app,询问有关你的会员资格的问题。","You can only download one album":"你只能下载一个相册","You can only download one label":"你只能下载一个标签","You can search for a location or move the marker on the map to change the position:":"您可以搜索位置或移动地图上的标记来更改位置:","You can upload up to %{n} files for test purposes.":"您最多可以上传 %{n} 个文件用于测试。","You cannot change your own role.":"你无法改变自己的角色。","You do not have access to any instances.":"您无权访问任何实例。","You may only select one item":"你只能选择一项","You may rescan your library to find additional faces.":"你可以重新扫描你的库以找到更多的面部。","Your account could not be connected":"你的账户无法连接","Your account has been successfully connected.":"您的账户已成功连接。","Your browser does not support WebGL":"您的浏览器不支持 WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"您的持续支持有助于我们提供定期更新并保持独立,因此我们可以履行我们的使命并保护您的隐私。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"你的库被不断分析,以自动创建特殊时刻、旅行和地点的相册。","Zip created in %d s":"Zip 文件创建成功,耗时 %d 秒","Zoom in/out":"缩放","Archive":{"Noun":"归档","Verb":"归档"},"Add a Title":{"Photo":"添加标题"}}} \ No newline at end of file diff --git a/frontend/src/locales/json/zh_TW.json b/frontend/src/locales/json/zh_TW.json index 9b35cab89..6cf8b84aa 100644 --- a/frontend/src/locales/json/zh_TW.json +++ b/frontend/src/locales/json/zh_TW.json @@ -1 +1 @@ -{"zh_TW":{"{0} appended action":"{0} 附加操作","{0} files":"{0} 個文件","{0} files ({1} in total)":"{0} 個檔案(總共 {1} 個)","{0} more":"還有 {0} 個","{0} prepended action":"{0} 前置操作","{0} selected":"已選{0}","{0}-{1} of {2}":"第 {0}-{1} 個,共 {2} 個","%{n} albums found":"找到了 %{n} 本相簿","%{n} files uploaded":"%{n} 個檔案上傳完成","%{n} folders found":"找到了 %{n} 個資料夾","%{n} GB of %{q} GB used":"已使用 %{n} GB(共 %{q} GB)","%{n} labels found":"找到了 %{n} 個標籤","%{n} people found":"找到 %{n} 個人","%{n} pictures found":"找到 %{n} 張圖片","%{s} is too long":"%{s} 太長","%{s} is too short":"%{s} 太短","%d entries added to %s":"%d個項目已加入%s","%d entries removed from %s":"%d 個項目已從 %s 移除","%d files uploaded in %d s":"已上傳 %d 個檔案, 共用 %d 秒","%s already exists":"%s 已存在","%s has been restored":"%s 已被回復","1 hour":"1 小時","12 hours":"12 小時","2-Factor Authentication":"雙重身份驗證","2FA":"2FA","4 hours":"4 小時","A click will copy it to your clipboard.":"點擊以複製到剪貼簿。","A new version of %{s} is available:":"%{s} 的新版本可用:","About":"關於","Access granted.":"已授予存取權限。","Access revoked.":"存取權限已被撤銷。","Access Token":"訪問令牌","Account":"帳號","Account created":"帳號已建立","Account deleted":"帳號已刪除","Account Group Mappings":"帳戶群組對應","Account not found":"未找到帳號","Account restored":"帳戶已恢復","Account saved":"帳號已儲存","Accounts":"所有帳戶","Accuracy":"準確度","Action":"動作","Actions":"動作","Activate":"啟用","Activate to remove sorting.":"啟動以刪除排序。","Activate to sort ascending.":"啟動以升序排序。","Activate to sort descending.":"激活以降序排序。","Activation Code":"啟用碼","Activity":"活動","Add":"新增","Add %{s}?":"添加%{名稱}?","Add a Caption":"新增標題","Add Account":"新增帳戶","Add Album":"新增相簿","Add Link":"新增連結","Add Notes":"新增備註","Add person?":"添加人?","Add pictures from search results by selecting them.":"從搜尋結果中透過選取加入圖片。","Add to album":"新增到相簿","Add to all":"添加到所有","Add to all selected photos":"添加到所有選定照片","Added":"已新增","Added %{name}":"已新增 %{name}","Adjust Camera Info":"調整相機資訊","Adjust Date & Time":"調整日期與時間","Adjust Location":"調整位置","Admin":"管理員","Advanced":"進階","Advertise URL":"廣告網址","After 1 day":"1 天後","After 3 days":"3 天後","After 7 days":"7 天後","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"輸入密碼進行確認後,您可以使用相容的身份驗證器應用程式或裝置設定雙重認證:","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 %s deleted":"相簿 %s 已刪除","Album Backups":"相册备份","Album contents cloned":"相簿内容已被複製","Album created":"相簿已建立","Album deleted":"相簿已刪除","Album not found":"未找到相簿","Album saved":"相簿已儲存","Albums":"相簿","Albums deleted":"相簿已刪除","All":"全部","All %{n} albums loaded":"共 %{n} 本相簿已載入","All %{n} labels loaded":"共 %{n} 個標籤已載入","All %{n} people loaded":"共 %{n} 人已讀取","All Cameras":"所有相機","All Categories":"所有分類","All Colors":"所有顏色","All Countries":"所有國家","All files from import folder":"匯入資料夾中的所有檔案","All Lenses":"所有鏡頭","All Months":"所有月份","All originals":"所有來源","All Years":"所有年份","Allow configuration and use of connected apps and services for remote uploads and sync.":"允許配置和使用已連接的應用程式和服務進行遠端上傳和同步。","Allow editing of metadata such as title, description, date, and location.":"允許編輯元數據,例如標題、描述、日期和地點。","Allow editing the metadata, labels, and albums of multiple pictures at once.":"允許一次性編輯多張圖片的元資料、標籤和相簿。","Allow files to be copied or moved from the Import to the Originals folder.":"啟用匯入工具,即可將檔案從匯入資料夾複製或移至原始資料夾。","Allow files to be permanently deleted to free up storage space.":"允許永久刪除檔案以釋放儲存空間。","Allow users to archive photos and videos so they are hidden without being deleted.":"允許用戶將照片和影片存檔,使其隱藏而不被刪除。","Allow users to create and share links, and enable sharing with connected services.":"允許用戶建立和共享鏈接,並啟用與已連接服務的共享。","Allow users to upload new photos and videos through the web interface.":"允許用戶透過網頁介面上傳新的照片和影片。","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"或者,你也可以直接使用WebDAV(例如 NextCloud)等服務上傳檔案。","Altitude":"高度","Altitude (m)":"高度(公尺)","AM":"是","Animated":"動態圖片","Animation":"動畫","Animations":"動畫","Any private photos and videos remain private and won't be shared.":"所有私人相片跟影片都會保持私人,不會被分享。","API Key":"API鑰匙","Application":"應用","Applications":"應用","Approve":"確認","Approve and save changes":"批准並保存更改","Apps and Devices":"應用程式和裝置","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 delete this album?":"您確定要刪除此相簿嗎?","Are you sure you want to permanently delete these pictures?":"確定要永久刪除這些圖片嗎?","Are you sure you want to permanently delete this file?":"確定要永久刪除這個檔案嗎?","Are you sure?":"你確定嗎?","Artist":"作者","Aspect Ratio":"長寬比","Attributes":"屬性","Audio":"聲音的","Audit Log":"聲音的","Authentication":"驗證","Auto":"汽車","Back":"後退","Back to top":"回到頂部","Backup":"備份","Badge":"徽章","Base Path":"基本路径","Batch":"批次","Batch Edit":"批次編輯","Become a member today, support our mission and enjoy our member benefits!":"今天就加入會員,支持我們的使命並享受我們的會員福利!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"作為 100% 自籌資金和獨立的公司,我們可以向您保證,我們永遠不會出售您的數據,並且我們將始終對我們的軟件和服務保持透明。","Bio":"個人資料","Birth Date":"出生日期","Black":"黑色","Blue":"藍色","Brown":"棕色","Browse":"浏览","Browse Files":"瀏覽文件","Browse Pictures":"瀏覽圖片","Bug Report":"回報問題","Busy, please try again later":"忙碌中,請稍候再試","Busy, please wait…":"忙碌中,請稍候…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"當您開始使用我們提供的軟體及服務時,即表示您同意我們的服務條款、隱私權政策和行為準則。","Calendar":"日曆","Camera":"相機","Camera not found":"找不到相機","Camera Serial":"相機序號","Can't access your authenticator app or device?":"无法访问您的身份验证应用程序或设备?","Can't load more, limit reached":"已達上限,無法再載入更多","Can't select more items":"無法選取更多項目","Cancel":"取消","Cannot copy to clipboard":"無法複製到剪貼簿","Caption":"標題","Cards":"卡片","Carousel slide {0} of {1}":"輪播投影片第 {0} 張(共 {1} 張)","Cast":"演員陣容","Category":"分類","Change Avatar":"變更頭像","Change Password":"更改密碼","Change private flag":"更改私人選項","Changes could not be saved":"無法儲存更改項目","Changes successfully saved":"成功儲存變更","Changes to the advanced settings require a restart to take effect.":"对高级设置的更改需要重新启动才能生效。","Checked":"已選擇","Choose an instance to continue:":"請選擇一個實例以繼續:","Chroma":"彩度","Cleaning index and cache":"清理索引和缓存","Cleanup":"清理","Clear":"清除","Clear {0}":"清除{0}","Client":"客户","Close":"關閉","Cluster":"簇","Cluster Admin":"叢集管理員","Cluster Node":"叢集節點","Codec":"解碼器","Color":"顏色","Color Profile":"色彩設定檔","Colors":"顏色","Compare Editions":"比較版本","Complete Rescan":"重新完整掃描","Confidence":"可信度","Confirm":"確認","Connect":"連線","Connect via WebDAV":"使用 WebDAV 連線","Connected":"已連線","Contact Details":"聯絡方式","Contact Us":"聯絡我們","Contains %{n} pictures.":"包含 %{n} 張圖片。","Contains one picture.":"包含一張圖片。","Content":{"":"內容","Edit":"內容"},"Continue":"繼續","Contributor":"貢獻者","Converting":"轉換中","Copied to clipboard":"已複製到剪貼簿","Copy":"複製","Copying files from %s":"正在從 %s 中複製檔案","Copyright":"版權","Could not be deleted":"無法刪除","Could not connect, please try again":"無法連線,請重試","Could not update person cover":"無法更新人員封面","Couldn't find anything.":"找不到任何東西。","Country":"國家","Create Account":"新增帳號","Create album":"新增相簿","Create regular backups based on the configured schedule.":"根据配置的时间表创建索引备份。","Create YAML files to back up album metadata.":"创建 YAML 文件来备份相册元数据。","Create YAML sidecar files to back up picture metadata.":"创建 YAML sidecar 文件来备份图片元数据。","Created":"已新增","Creating thumbnails for":"為以下項目新增縮圖","Current Password":"目前的密碼","Custom":"風俗","Cyan":"青色","Daily":"每日","Database":"資料庫","Database Backups":"数据库备份","Databases":"資料庫","Date & Time":"日期和時間","Day":"日","Deactivate":"停用","Debug Logs":"除錯紀錄","Default":"預設","Default Folder":"預設資料夾","Delete":"刪除","Delete Album":"刪除相簿","Delete All":"全部删除","Delete all?":"全部刪除?","Delete orphaned index entries, sidecar files and thumbnails.":"删除孤儿索引条目、副卡文件和缩略图。","deleted":"已刪除","Description":"描述","Detailed instructions can be found in our User Guide.":"詳細指示可以在用戶指南中找到。","Details":"細節","Dimensions":"尺寸","Disable all face detection and recognition features.":"關閉所有臉部偵測和辨識功能。","Disable Backups":"停用備份","Disable Darktable":"停用 Darktable","Disable ExifTool":"停用 ExifTool","Disable Faces":"禁用臉部","Disable features that require write permission for the originals folder.":"禁用需要原件文件夹写入权限的功能。","Disable FFmpeg":"停用 FFmpeg","Disable ImageMagick":"禁用ImageMagick","Disable interactive world maps and reverse geocoding.":"禁用交互式世界地图和反向地理编码。","Disable MCP":"停用 MCP","Disable Places":"停用位置","Disable RawTherapee":"停用 RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"停用 AI 代理整合的模型上下文通訊協定 (MCP) API 端點。","Disable Vectors":"停用向量","Disable WebDAV":"停用 WebDAV","Disabled":"已停用","Disables vector graphics support.":"停用向量圖型支援。","Disables video transcoding and thumbnail extraction.":"停用影像轉碼和縮圖擷取。","Discard":"丟棄","Discard changes and close":"放棄更改並關閉","Discard invalid changes?":"捨棄無效的變更?","Discard unsaved changes?":"丟棄未儲存的變更?","Discover":"發現","Dismiss":"解僱","Display Name":"顯示名稱","Display picture captions in search results.":"在搜尋結果中顯示圖片標題。","Display picture titles in search results.":"在搜尋結果中顯示圖片標題。","Document":"文件","Documents":"文件","Don't use Darktable to convert RAW images.":"不要使用 Darktable 來轉換 RAW 檔案。","Don't use ImageMagick to convert images.":"不要用ImageMagick来转换图像。","Don't use RawTherapee to convert RAW images.":"不要使用 RawTherapee 來轉換 RAW 檔案。","Done":"完成","Done.":"完成。","Download":"下載","Download only original media files, without any automatically generated files.":"只下載原始的媒體檔,不會自動產生任何的檔案。","Download remote files":"下載遠端檔案","Downloading…":"下載中…","Drag and drop files here":"將文件拖放到此處","Driver":"司機","Duplicates will be skipped and only appear once.":"重複的項目會被跳過並只會出現一次。","Duration":"時長","Dynamic Previews":"動態預覽","Dynamic Size Limit: %{n}px":"動態大小限制:%{n} px","Edit":"編輯","Edit %{s}":"編輯 %{s}","Edit Account":"編輯帳號","Edit Photo":"編輯相片","Edit Photos (%{n})":"編輯照片 (%{n})","Edited":"已編輯","Email":"電子郵件","Enable debug mode to display additional logs and help with troubleshooting.":"启用调试模式可显示更多日志,帮助排除故障。","Enable downloading of original and sidecar files from the web interface.":"允許從網頁介面下載原始文件和邊車文件。","Enable face recognition and the People view to easily find people you know.":"啟用人臉辨識和人物視圖,輕鬆找到您認識的人。","Enable new features that may be incomplete or unstable.":"啟用可能不完整或不穩定的新功能。","Enable the file browser to navigate the Originals folder structure.":"啟用檔案瀏覽器以瀏覽 Originals 資料夾結構。","Enables RAW converter presets. May reduce performance.":"啟用 RAW 轉換器預設集。可能會降低性能。","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"啟用雙重認證意味著您將需要隨機生成的驗證碼才能登錄,因此即使有人獲得您的密碼,他們也無法存取您的帳戶。","Engine":"引擎","Enter date":"輸入日期","Enter dates":"輸入日期","Enter item name...":"請輸入商品名稱...","Enter the code generated by your authenticator app:":"輸入您的身份驗證器應用程式產生的代碼:","Enter verification code":"輸入驗證碼","Enter your password to confirm the action and continue:":"輸入您的密碼以確認操作並繼續:","Entity not found":"未找到實體","Error":"錯誤","Errors":"錯誤","Estimate":"估算","Estimate Locations":"估計地點","Estimate the approximate location of pictures without GPS coordinates.":"在沒有 GPS 座標的情況下估計圖片的大致位置。","Every two days":"每兩天","Exclude hidden":"排除隱藏","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"要完全支持视频、实时照片和 XMP,需要使用 ExifTool 提取元数据。","Experimental Features":"測試功能","Expires":"有效期限","Exposure":"曝光","Extract still images and generate thumbnails while indexing.":"提取靜態圖像並在索引時產生縮圖。","F Number":"F值","Face":"臉","Face not found":"找不到面貌","Faces":"臉","Failed creating file, please check permissions":"建立文件失敗,請檢查權限","Failed creating folder, please check permissions":"建立目錄失敗,請檢查權限","Failed removing link":"移除連結失敗","Failed to connect account.":"無法連接帳戶。","Failed to create zip file":"建立 zip 檔失敗","Failed to load users.":"無法載入使用者。","Failed to remove face marker":"未能移除臉部標記","Failed to remove name":"移除名稱失敗","Failed to restart server":"無法重新啟動伺服器","Failed to save changes":"儲存變更失敗","Failed to save face marker":"未能保住面子的標記","Failed to save name":"儲存名稱失敗","Failed updating link":"更新連結失敗","Family Name":"姓氏","Fast":"快","Favorite":"我的最愛","Favorites":"我的最愛","Feature disabled":"功能未開啟","Feature Request":"功能要求","Female":"女性","File":"檔案","File Browser":"檔案瀏覽器","File Conversion":"檔案轉換","File deleted":"檔案已刪除","File Name":"檔案名稱","File not found":"未找到檔案","File removed from stack":"檔案已從堆疊中移除","File Size":"檔案大小","File too large":"文件過大","File uploaded":"檔案上傳成功","Filename":"檔案名稱","Files":"檔案","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"連續檔名例如 'IMG_1234 (2)' 及 'IMG_1234 (3)' 會被當作同一張照片。","First page":"第一頁","Focal Length":"焦距","Folder":"資料夾","Folder contains %{n} files":"資料夾中有 %{n} 個檔案","Folder is empty":"資料夾是空的","Folders":"資料夾","Forgot password?":"忘記密碼?","FPS":"FPS","Frames":"框架","Full Access":"完全存取權限","Fullscreen":"全螢幕","General":"一般","Generate":"產生","Generate Previews":"生成預覽","Generated":"產生","Get Started":"立即開始","Given Name":"名字","Global Options":"全域選項","Go to page {0}":"轉到第 {0} 頁","Gold":"金色","Green":"綠色","Grey":"灰色","Groups":"群組","Guest":"來賓","Hash":"雜湊","Help":"支援","Help & Support":"支援與幫助","Hidden":"隱藏","Hidden Files":"隱藏的檔案","Hide":"隱藏","Hide Caption":"隱藏標題","Hide face markers":"隱藏臉部標記","Hide private content from global views while keeping it accessible in the Private section.":"將私人項目從全域視圖隱藏,同時保留其在私人部分的存取權限。","High":"高","High Dynamic Range (HDR)":"高動態範圍 (HDR)","Hybrid":"雜種","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"如果您失去了對身份驗證器應用程式或裝置的存取權限,您可以使用復原代碼來重新獲得對帳戶的存取權限。","Image":"圖片","Image Quality":"影像品質","Import":"匯入","Import canceled":"匯入取消","Import completed in %d s":"匯入成功, 共用 %d 秒","Import failed":"匯入失敗","Imported files will be sorted by date and given a unique name to avoid duplicates.":"匯入的檔案會依照日期排序,並且給予一個獨特的名字以防止重複。","Importing %{s}…":"匯入 %{s} 中…","Importing files to originals…":"匯入檔案到「originals」…","in":"在","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"如果您覺得應該會在的圖片不見了,請重新掃描您的資料庫並等待索引完成。","Include RAW image files when downloading stacks and archives.":"在下載堆疊和封存時包含 RAW 圖像一起。","Include sidecar files when downloading stacks and archives.":"在下載堆疊和封存時包含 sidecar 檔案一起。","Increase storage size or delete files to continue.":"增加儲存大小或刪除檔案以繼續。","Index":"索引","Indexing":"建立索引中","Indexing canceled":"建立索引取消","Indexing completed in %d s":"索引建立成功, 共用 %d 秒","Indexing failed":"建立索引失敗","Indexing files in %s":"建立 %s 中的檔案索引","Indexing media and sidecar files…":"正在建立媒體和sidecar檔案的索引…","Indexing originals...":"索引原始檔案...","Information":"資訊","Inherit":"繼承","Instance":"實例","Instance ID":"實例 ID","Instance unreachable. Try again once it's back online.":"無法連線至該實例。請待其重新上線後再試一次。","Instances":"實例","Insufficient storage":"儲存空間不足","Insufficient storage.":"儲存空間不足","Interval":"間隔","Invalid":"無效","Invalid address":"地址無效","Invalid country":"無效國家","Invalid credentials":"認證無效","Invalid date":"無效的日期","Invalid link":"超連結無效","Invalid name":"無效名稱","Invalid parameters":"無效的參數","Invalid password, please try again":"密碼無效,請重試","Invalid photo selected":"選擇的照片無效","Invalid time":"時間無效","Invalid URL":"無效網址","Invalid verification code, please try again":"驗證碼無效,請重試","IP Address":"IP 位址","It is a one-time use code that will disable 2FA for your account when you use it.":"這是一個一次性使用代碼,當您使用它時,它將停用您帳戶的 2FA。","Item":"項目","Items per page:":"每頁項目:","JPEG Quality: %{n}":"JPEG品質:%{n}","JPEG Size Limit: %{n}px":"JPEG大小限制:%{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEGs 跟 縮圖 在需要的時候會自動生成。","Keyword":"關鍵字","Keywords":"關鍵字","Label":"標籤","Label not found":"未找到標籤","Label saved":"標籤已儲存","Labels":"標籤","Labels deleted":"已刪除標籤","Language":"語言","Last Active":"最近一次活動","Last Login":"最後一次登入","Last page":"最後一頁","Last Sync":"上次同步","Last Used":"最後使用","Latitude":"緯度","LDAP/AD":"LDAP/AD","Learn more":"了解更多","Learn More":"了解更多","Legal Information":"法律資訊","Lens":"鏡頭","Lens not found":"找不到鏡頭","Library":"收藏庫","License":"授權","Like":"喜歡","Lime":"萊姆色","Limit reached, showing first %{n} files":"到達上限,顯示前 %{n} 個檔案","Link":"連結","List":"清單","List View":"清單視圖","Live":"即時","Live Photos":"原況照片","Load more":"加載更多","Loading items...":"正在加載項目...","Loading...":"載入中...","Local":"当地","Local Time":"本地時間","Location":"地點","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"日誌訊息會在PhotoPrism遇到損毀的檔案,或是其他問題出現時出現。","Login":"登入","Logs":"日誌","Longitude":"經度","Lost server connection":"伺服器連線遺失","Low":"低","Magenta":"洋紅","Main Color":"主要顏色","Male":"男性","Manage Account":"管理帳號","Manager":"主管","Manual":"手動的","Manual Upload":"手動上傳","Maps":"地圖","Marker":"標記","Maximum number of accounts has been reached.":"已達最大帳戶數。","Media":"媒體","Medium":"中","Membership":"會員資格","Merge %{a} with %{b}?":"將 %{a} 與 %{b} 合併?","Message":"訊息","Metadata":"元数据","Metrics":"指標","Minimize":"最小化","Missing":"缺少","Missing or invalid configuration":"配置缺失或无效","mixed":"混合","Moments":"回憶時刻","Monochrome":"黑白","Month":"月","More options":"更多選項","Mosaic":"馬賽克","Most Relevant":"最相關的","Move Files":"移動檔案","Moving files from %s":"正在從 %s 中移動檔案","Must have at least %{n} characters.":"必須至少有 %{n} 個字元。","Mute":"沉默的","Name":"名稱","Name too long":"名稱太長了","Never":"永不","New":"新","New Password":"新密碼","Newest First":"按最新優先","Next":"下一個","Next page":"下一頁","Next visual":"下一個視覺效果","No":"否","No Access":"無法存取","No albums assigned":"未分配專輯","No albums found":"找不到相簿","No albums selected":"未選取相簿","No data available":"無可用數據","No files available for download":"没有可以下載的檔案","No items selected":"未選取任何項目","No labels assigned":"未分配標籤","No labels found":"找不到標籤","No labels selected":"未選擇標籤","No matching records found":"沒有找到符合的記錄","No more":"不再","No people found":"找不到人","No pictures found":"找不到圖片","No recently edited pictures":"沒有最近編輯的圖片","No registered instances.":"沒有已登錄的實例。","No results":"找不到結果","No server connection":"沒有伺服器連接","No servers configured.":"沒有設定好的伺服器。","No services configured.":"沒有設定服務。","No thanks":"不用了,謝謝","No users on this instance.":"此實例上沒有任何使用者。","No warnings or error containing this keyword. Note that search is case-sensitive.":"沒有包含此關鍵字的警告或錯誤。請注意,搜尋區分大小寫。","Node":"節點","Nodes":"節點","Non-photographic and low-quality images require a review before they appear in search results.":"非照片和低品質圖像需要進行手動確認,才會出現在搜尋結果中。","None":"無","Not allowed":"不允許","Not available in public mode":"不適用於公開模式","Not available in read-only mode":"不適用於唯讀模式","Not found":"未找到","Not sorted.":"沒有排序。","Not supported":"不支援","Note you may manually manage your originals folder and importing is optional.":"請注意,您可以手動管理「originals」資料夾,而匯入是選用的。","Note:":"注意:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"注意:只能將 WebDAV 伺服器(如Nextcloud或PhotoPrism)設定為遠端服務,以進行備份和檔案上傳。","Notes":"備註","Nothing to see here yet.":"這裡什麼都沒有。","Nothing was found.":"什麼都沒有找到。","Offline":"離線","OK":"好的","Oldest First":"最舊優先","On Windows, enter the following resource in the connection dialog:":"在 Windows 上,於連接對話框中輸入以下資訊:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"按需生成缩略图可能会导致较高的 CPU 和内存使用率。不建议资源有限的服务器和 NAS 设备使用。","Once a week":"一周一次","One album found":"找到 1 本相簿","One entry added to %s":"已在 %s 增加一個項目","One entry removed from %s":"已從 %s 移除一個項目","One file found":"找到 1 個檔案","One file uploaded":"已上傳一個檔案","One folder found":"找到 1 個資料夾","One label found":"找到一個標籤","One person found":"找到一個人","One picture found":"找到一張圖片","Only locally managed accounts can be set up for authentication with 2FA.":"只能設定本機管理的帳戶以使用 2FA 進行身份驗證。","Open":"开放","optional":"選修的","or":"或者","Orange":"橘色","Organization":"組織","Orientation":"方向","Original file names will be stored and indexed.":"來源檔案名稱會被儲存及索引。","Original Name":"原始名稱","Originals":"來源","Originals folder is empty":"原稿文件夾是空的","Other":"其他","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"我們的使命是提供對用戶和隱私最友好的解決方案,以使您的照片井井有條且易於訪問。","Outdoor":"外出","Page {0}, Current page":"第 {0} 頁,目前頁","Pages":"頁面","Pagination Navigation":"分頁導航","Panorama":"全景照片","Panoramas":"全景照片","Part of all selected photos":"部分精選照片","Part of some selected photos":"部分精選照片","Password":"密碼","Password changed":"密碼已更改","Pause":"暫停","Payment required":"需付款","People":"人","People you share a link with will be able to view public contents.":"擁有連結的人可以看到公開內容。","Permanently deleted":"永久刪除","Permission denied":"權限遭拒","Person":"人","Person cover updated":"人物封面已更新","Person deleted":"人物已刪除","Person not found":"找不到人","Person saved":"人物已儲存","Personal":"个人","Photo":"相片","PhotoPrism is 100% self-funded and independent.":"PhotoPrism 是獨立而且100%自籌資金的。","PhotoPrism+ Membership":"PhotoPrism+ 會員資格","Photos":"照片","Picture":"圖片","Picture Title":"图片标题","Pink":"粉紅色","Pinned":"置頂","Place":"地點","Place & Time":"地點與時間","Places":"地點","Play":"播放","Please confirm your new password.":"請確認你的新密碼。","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"請複製以下隨機產生的應用程式密碼並將其保存在安全的地方,因為您將無法再次看到它:","Please do not upload any private, unlawful or offensive pictures.":"请勿上传任何私人、非法或攻击性图片。","Please don't upload photos containing offensive content.":"請不要上傳包含冒犯性內容的照片。","Please enter OTP character {0}":"請輸入一次性密碼字元 {0}","Please log in to your account":"請登入您的帳戶","Please note that changing your password will log you out on other devices and browsers.":"請注意,更改密碼將使您在其他裝置和瀏覽器上登出。","Please restart your instance for the changes to take effect.":"請重新啟動您的執行個體以使變更生效。","Please wait…":"請稍候…","PM":"午安","PNG Size Limit: %{n}px":"PNG大小限制:%{n} px","Portal":"入口網站","Portrait":"人像","Preserve filenames":"保留檔案名稱","Press enter to create a new album.":"按下按鈕以新增相簿。","Press enter to create new item":"按回車鍵建立新項目","Prevent database and album backups as well as YAML sidecar files from being created.":"防止创建数据库和相册备份以及 YAML sidecar 文件。","Prevent other apps from accessing PhotoPrism as a shared network drive.":"防止其他应用程序将 PhotoPrism 作为共享网络驱动器访问。","Preview":"預覽","Preview Images":"图片预览","Previous":"以前的","Previous page":"上一頁","Previous visual":"之前的視覺效果","Primary":"主要的","Private":"私人的","Processing upload...":"正在處理上傳...","Product Feedback":"產品回饋","Projection":"投影","Purple":"紫色","Quality Filter":"品質過濾","Quality Score":"品質成績","Quota exceeded":"超過配額","Random":"隨機","Rating {0} of {1}":"評分為 {0}(共 {1})","Raw":"原始","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"重新索引所有原始檔案,包含已經索引過及未變更過的檔案。","Read-Only Mode":"唯讀模式","Recently Added":"最近新增","Recently Archived":"最近存檔","Recently Edited":"最近編輯","Recognition starts after indexing has been completed.":"索引完成後開始辨識。","Recognized":"已辨識","Recovery Code":"恢復程式碼","Red":"紅色","Refresh":"重新整理","Regions":"地區","Register":"注册","Reload":"重新載入","Reloading…":"重新載入中…","Remote Sync":"遠端同步","Remove":"移除","remove failed: unknown album":"移除失敗:未知的相簿","Remove from Album":"從相簿中刪除","Remove from all":"從所有","Remove from all selected photos":"從所有選定照片中移除","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"刪除已匯入的檔案以節省儲存空間。不支援的檔案類型將不會被刪除,它們會保留在當前位置。","Remove the selected instance from the cluster registry?":"從叢集註冊表中刪除選定的實例?","Removed":"已移除","Removed %{name}":"已移除 %{name}","Removed %d files and %d photos":"刪除了 %d 個檔案和 %d 張照片","Repeated":"重複","Request failed - are you offline?":"要求失敗-您是否處於離線狀態?","Request failed - invalid response":"要求失敗 - 無效的回應","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"要求非攝影和低品質影像在出現在搜尋結果中之前經過審查。","Resolution":"解析度","Restart":"重新啟動","Restore":"復原","Restored":"已恢復","Retry Limit":"重試限制","Retype Password":"重新輸入密碼","Review":"回顧","Role":"角色","Roles":"角色","Rotated":"旋轉","Rows per page:":"每頁行數:","Satellite":"衛星","Save":"儲存","Save changes":"儲存變更","Scan":"掃描","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"使用身份驗證器應用程式掃描二維碼或使用如下所示的設定金鑰,然後輸入產生的驗證碼:","Scans":"掃描","Scope":"範圍","Scopes":"範圍","Search":"搜尋","Season":"季節","Secret":"秘密","Security and Access":"安全和存取","Select":"選擇","Select a source folder to import files…":"選擇要匯入檔案的來源資料夾…","Select date":"選擇日期","Select dates":"選擇日期","Select or create albums":"選擇或建立相簿","Select or create labels":"選擇或建立標籤","Select or drop files to upload…":"選擇或拖放要上傳的檔案…","Select the files to upload…":"選擇要上傳的檔案…","Select the folder to be indexed…":"選擇要索引的資料夾…","Select Time":"選擇時間","Selection":"選拔","Selection added to %s":"選取項目已加入 %s","Selection approved":"選取項目已認可","Selection archived":"選取項目已封存","Selection marked as private":"選取項目已設為私人","Selection not found":"未找到選取項目","Selection restored":"選取項目已被復原","Sequential Name":"連續名稱","Service":"服務","Service URL":"服務 URL","Services":"服務","Session":"工作階段","Session ID":"工作階段ID","Sessions":"工作階段","Set as Album Cover":"設為專輯封面","Set as Cover Image":"設定為封面圖片","Settings":"設定","Settings saved":"設定已儲存","Setup":"設定","Severity":"嚴重程度","Share":"分享","Share %{s}":"分享 %{s}","Show":"顯示","Show All Labels":"顯示所有標籤","Show all new faces":"顯示所有新面孔","Show Caption":"顯示標題","Show Captions":"顯示字幕","Show face markers":"顯示臉部標記","Show hidden":"顯示隱藏","Show Important Only":"僅顯示重要內容","Show logs in the web interface to monitor activity and troubleshoot problems.":"在網頁介面中顯示日誌,以便監控活動和解決問題。","Show smart albums that group pictures by occasion, trip, or location.":"顯示智慧相冊,按場合、旅行或地點將照片分組。","Show the Account page so users can manage their profile and security settings.":"顯示「帳戶」頁面,以便使用者可以管理其個人資料和安全性設定。","Show the Calendar view to browse the library by year and month.":"顯示日曆視圖,按年和月瀏覽圖書館。","Show the Labels section to view and manage AI-generated labels.":"顯示「標籤」部分,以查看和管理 AI 產生的標籤。","Show the Library section to index, manage, and monitor the media library.":"顯示「媒體庫」部分,用於索引、管理和監控媒體庫。","Show the Places view with interactive maps so you can browse photos by location.":"顯示帶有互動式地圖的地點視圖,以便您可以按位置瀏覽照片。","Show Titles":"顯示標題","Sidecar":"Sidecar檔案","Sidecar Files":"Sidecar 文件","Sign in":"登入","Sign Out":"登出","Similar":"相似","Site URL":"網站網址","Size":"尺寸","Slideshow":"幻燈片","Slow":"慢","Software":"軟體","Software Update":"軟體更新","Some albums could not be copied":"某些相簿無法複製","Some albums could not be created. Please edit the names and try again.":"無法創建某些相簿。請編輯名稱並重試。","Some albums could not be updated":"部分相簿無法更新","Something went wrong, try again":"出错了,再试一次","Sort by":"排序方式","Sort by Name (A–Z)":"按名稱排序(A-Z)","Sort by Photo Count":"按照片數量排序","Sort by Relevance":"按相關性排序","Sort Order":"排序","Sorted ascending.":"升序排列。","Sorted descending.":"降序排列。","Source":"來源","Stack":"堆疊","Stack files sharing the same unique image or instance identifier.":"將有一樣的唯一圖片或實例ID的檔案堆疊起來。","Stack pictures taken at the exact same time and location based on their metadata.":"根據元數據,將在相同時間和位置拍攝的照片堆疊在一起。","Stackable":"可堆疊","Stacks":"堆疊","Start":"開始","Start Page":"開始頁","Static Size Limit: %{n}px":"靜態大小限制:%{n} px","Status":"狀態","Stay signed in on this device":"在此裝置上保持登入狀態","Stop Casting":"停止鑄造","Storage":"儲存空間","Streets":"街","Subject":"主題","Subject deleted":"已刪除主題","Subject not found":"未找到主體","Subject saved":"主題已儲存","Successfully activated":"激活成功","Successfully Connected":"成功連接","Successfully deleted":"已成功删除","Successfully verified":"驗證成功","Super Admin":"超級管理員","Support for additional services, like Google Drive, will be added over time.":"隨著時間的推移,將增加對其他服務的支援,例如Google雲端硬碟。","Support Our Mission":"支持我們的使命","Sync":"同步","Sync raw and video files":"同步 RAW 照片及影片","Taken":"拍攝於","Teal":"藍綠","Terrain":"地形","Text":"文字","Thank You for Your Support!":"感谢你的支持!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"這就是為何 PhotoPrism 是從零開始建置,好讓您可以在任何您想要的地方運作的,無須向自由、隱私或是功能妥協。","The index currently contains %{n} hidden files.":"索引目前包含%{n}個隱藏檔案。","The instance rejected the cluster credentials.":"該執行個體拒絕了叢集憑證。","The instance returned an unexpected redirect.":"該實例返回了意外的重定向。","The wakeup interval is %s, but must be 1h or less":"喚醒間隔為 %s,但必須少於1 小時","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"它們的格式可能不被支援,或尚未轉換為JPEG,或存在重複。","Theme":"主題","This account is missing an ID and can't be edited.":"此帳戶缺少 ID,因此無法進行編輯。","This field is required":"此欄位是必需的","This instance has no site URL configured.":"此實例未設定網站網址。","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.":"這會將\"originals\"資料夾安裝為網絡硬碟,並允許您從電腦或智慧型手機中打開,編輯和刪除文件,就像它們是本地文件一樣。","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. ":"這會將\"originals\"資料夾安裝為網絡硬碟,並允許您從電腦或智慧型手機中打開,編輯和刪除文件,就像它們是本地文件一樣。","Time":"時間","Time UTC":"UTC 時間","Time Zone":"時區","Timeout":"逾時","Title":{"":"標題","Account":"標題","Photo":"標題"},"Title / Position":"職位 / 位置","to":"到","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"為避免您的帳戶被鎖定,請立即下載、列印或複製此恢復代碼並將其保存在安全的地方。","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"若要產生新的應用程式專用密碼,請輸入應用程式的名稱和授權範圍並選擇到期日期:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"要切換到新的身份驗證器應用程式或設備,請先停用雙重認證,然後重新啟用它:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"要升级,你可以输入激活码或点击 \"注册\",在我们的网站上注册:","Today":"今天","Toggle View":"切換檢視","Token":"令牌","Too many files selected":"选择的文件过多","Too many requests":"请求太多","Troubleshooting":"故障排除","Try again using other filters or keywords.":"請使用其他篩選條件或是關鍵字。","Two-factor authentication has been enabled for your account.":"您的帳戶已啟用雙重認證。","Type":"格式","Unable to delete":"無法刪除","Unable to do that":"無法做到那一點","Unassign":"解除指派","Unauthorized":"未經授權的存取","Undo":"復原","Unique ID":"唯一身份","Unknown":"未知","Unknown location":"未知地點","Unregistered":"未註冊","Unsorted":"未分類","Unstack":"取消堆疊","Unsupported":"不支援","Unsupported format":"不支持的格式","Unsupported type":"不支援的類型","Updated":"已更新","Updating faces":"更新面孔","Updating index":"更新索引","Updating moments":"更新時刻","Updating picture…":"正在更新圖片…","Updating previews":"更新預覽","Updating stacks":"更新堆疊","Upgrade":"升級","Upgrade Now":"立即升級","Upload":"上傳","Upload complete":"上傳完成","Upload complete. Indexing…":"上傳完成。索引中…","Upload failed":"上傳失敗","Upload has been processed":"上傳已處理完畢","Upload local files":"上傳本機檔案","Upload might be offensive":"所上傳檔案可能會冒犯其他人","Upload Path":"上传路径","Uploading %{n} of %{t}…":"上傳 %{n} / %{t} …","Uploading photos…":"上傳照片中…","Uploading…":"上傳…","Uploads that may contain such images will be rejected automatically.":"上傳此類圖像將可能被自動拒絕。","URL":"網址","Use Presets":"使用預設","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"當您無法使用身份驗證器應用程式產生有效的驗證碼時,請使用下列恢復代碼存取您的帳戶:","Use your recovery code or contact an administrator for help.":"使用恢复密码或联系管理员寻求帮助。","User":"使用者","User Guide":"使用者指南","User Interface":"使用者介面","User not found":"未找到使用者","Username":"使用者名稱","Users":"使用者","UUID":"UUID","Vector":"向量","Vectors":"向量","Verification Code":"驗證碼","Version":"版本","Video":"影片","Video Duration":"影片長度","Videos":"影片","View":"檢視","View search results as a list.":"以清單形式查看搜尋結果。","Viewer":"檢視者","Vision":"想像","Visitor":"訪問者","Visual Similarity":"視覺相似度","Warning":"警告","Web Login":"網頁登入","WebDAV":"WebDAV","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上傳","WebGL support is disabled in your browser":"您的瀏覽器中禁用了 WebGL 支持","Website":"網站","White":"白色","Work Details":"作品詳情","Year":"年","Yellow":"黃色","Yes":"是","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"歡迎您來信 membership@photoprism.app 和我們諮詢有關會員資格的相關問題。","You can only download one album":"你只能下載一個相簿","You can only download one label":"你只能下載一個標籤","You can search for a location or move the marker on the map to change the position:":"您可以搜尋某個位置或移動地圖上的標記來更改位置:","You can upload up to %{n} files for test purposes.":"您最多可以上传 %{n} 个文件用于测试。","You cannot change your own role.":"你無法改變自己的角色。","You do not have access to any instances.":"您無法存取任何執行個體。","You may only select one item":"你只能選取一個項目","You may rescan your library to find additional faces.":"您可以重新掃描您的收藏庫以查找其他面孔。","Your account could not be connected":"您的賬戶無法連接","Your account has been successfully connected.":"您的帳號已成功連結。","Your browser does not support WebGL":"您的瀏覽器不支援WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"您的持續支持有助於我們提供定期更新並保持獨立,因此我們可以完成我們的使命並保護您的隱私。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"您的資料庫會持續進行分析,以自動建立有關特殊時刻、旅行和地點的相簿。","Zip created in %d s":"Zip檔建立成功, 共用 %d 秒","Zoom in/out":"縮放","Archive":{"Noun":"封存","Verb":"封存"},"Add a Title":{"Photo":"新增標題"}}} \ No newline at end of file +{"zh_TW":{"{0} appended action":"{0} 附加操作","{0} files":"{0} 個文件","{0} files ({1} in total)":"{0} 個檔案(總共 {1} 個)","{0} more":"還有 {0} 個","{0} prepended action":"{0} 前置操作","{0} selected":"已選{0}","{0}-{1} of {2}":"第 {0}-{1} 個,共 {2} 個","%{n} albums found":"找到了 %{n} 本相簿","%{n} files uploaded":"%{n} 個檔案上傳完成","%{n} folders found":"找到了 %{n} 個資料夾","%{n} GB of %{q} GB used":"已使用 %{n} GB(共 %{q} GB)","%{n} labels found":"找到了 %{n} 個標籤","%{n} people found":"找到 %{n} 個人","%{n} pictures found":"找到 %{n} 張圖片","%{s} is too long":"%{s} 太長","%{s} is too short":"%{s} 太短","%d entries added to %s":"%d個項目已加入%s","%d entries removed from %s":"%d 個項目已從 %s 移除","%d files uploaded in %d s":"已上傳 %d 個檔案, 共用 %d 秒","%s already exists":"%s 已存在","%s has been restored":"%s 已被回復","1 hour":"1 小時","12 hours":"12 小時","2-Factor Authentication":"雙重身份驗證","2FA":"2FA","4 hours":"4 小時","A click will copy it to your clipboard.":"點擊以複製到剪貼簿。","A new version of %{s} is available:":"%{s} 的新版本可用:","About":"關於","Access granted.":"已授予存取權限。","Access revoked.":"存取權限已被撤銷。","Access Token":"訪問令牌","Account":"帳號","Account created":"帳號已建立","Account deleted":"帳號已刪除","Account Group Mappings":"帳戶群組對應","Account not found":"未找到帳號","Account restored":"帳戶已恢復","Account saved":"帳號已儲存","Accounts":"所有帳戶","Accuracy":"準確度","Action":"動作","Actions":"動作","Activate":"啟用","Activate to remove sorting.":"啟動以刪除排序。","Activate to sort ascending.":"啟動以升序排序。","Activate to sort descending.":"激活以降序排序。","Activation Code":"啟用碼","Activity":"活動","Add":"新增","Add %{s}?":"添加%{名稱}?","Add a Caption":"新增標題","Add Account":"新增帳戶","Add Album":"新增相簿","Add Link":"新增連結","Add Notes":"新增備註","Add person?":"添加人?","Add pictures from search results by selecting them.":"從搜尋結果中透過選取加入圖片。","Add to album":"新增到相簿","Add to all":"添加到所有","Add to all selected photos":"添加到所有選定照片","Added":"已新增","Added %{name}":"已新增 %{name}","Adjust Camera Info":"調整相機資訊","Adjust Date & Time":"調整日期與時間","Adjust Location":"調整位置","Admin":"管理員","Advanced":"進階","Advertise URL":"廣告網址","After 1 day":"1 天後","After 3 days":"3 天後","After 7 days":"7 天後","After entering your password for confirmation, you can set up two-factor authentication with a compatible authenticator app or device:":"輸入密碼進行確認後,您可以使用相容的身份驗證器應用程式或裝置設定雙重認證:","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 %s deleted":"相簿 %s 已刪除","Album Backups":"相册备份","Album contents cloned":"相簿内容已被複製","Album created":"相簿已建立","Album deleted":"相簿已刪除","Album not found":"未找到相簿","Album saved":"相簿已儲存","Albums":"相簿","Albums deleted":"相簿已刪除","All":"全部","All %{n} albums loaded":"共 %{n} 本相簿已載入","All %{n} labels loaded":"共 %{n} 個標籤已載入","All %{n} people loaded":"共 %{n} 人已讀取","All Cameras":"所有相機","All Categories":"所有分類","All Colors":"所有顏色","All Countries":"所有國家","All files from import folder":"匯入資料夾中的所有檔案","All Lenses":"所有鏡頭","All Months":"所有月份","All originals":"所有來源","All Years":"所有年份","Allow configuration and use of connected apps and services for remote uploads and sync.":"允許配置和使用已連接的應用程式和服務進行遠端上傳和同步。","Allow editing of metadata such as title, description, date, and location.":"允許編輯元數據,例如標題、描述、日期和地點。","Allow editing the metadata, labels, and albums of multiple pictures at once.":"允許一次性編輯多張圖片的元資料、標籤和相簿。","Allow files to be copied or moved from the Import to the Originals folder.":"啟用匯入工具,即可將檔案從匯入資料夾複製或移至原始資料夾。","Allow files to be permanently deleted to free up storage space.":"允許永久刪除檔案以釋放儲存空間。","Allow users to archive photos and videos so they are hidden without being deleted.":"允許用戶將照片和影片存檔,使其隱藏而不被刪除。","Allow users to create and share links, and enable sharing with connected services.":"允許用戶建立和共享鏈接,並啟用與已連接服務的共享。","Allow users to upload new photos and videos through the web interface.":"允許用戶透過網頁介面上傳新的照片和影片。","Alternatively, you can upload files directly to WebDAV servers like Nextcloud.":"或者,你也可以直接使用WebDAV(例如 NextCloud)等服務上傳檔案。","Altitude":"高度","Altitude (m)":"高度(公尺)","AM":"是","Animated":"動態圖片","Animation":"動畫","Animations":"動畫","Any private photos and videos remain private and won't be shared.":"所有私人相片跟影片都會保持私人,不會被分享。","API Key":"API鑰匙","Application":"應用","Applications":"應用","Approve":"確認","Approve and save changes":"批准並保存更改","Apps and Devices":"應用程式和裝置","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 delete this album?":"您確定要刪除此相簿嗎?","Are you sure you want to permanently delete these pictures?":"確定要永久刪除這些圖片嗎?","Are you sure you want to permanently delete this file?":"確定要永久刪除這個檔案嗎?","Are you sure?":"你確定嗎?","Artist":"作者","Aspect Ratio":"長寬比","Attributes":"屬性","Audio":"聲音的","Audit Log":"聲音的","Authentication":"驗證","Auto":"汽車","Back":"後退","Back to top":"回到頂部","Backup":"備份","Badge":"徽章","Base Path":"基本路径","Batch":"批次","Batch Edit":"批次編輯","Become a member today, support our mission and enjoy our member benefits!":"今天就加入會員,支持我們的使命並享受我們的會員福利!","Being 100% self-funded and independent, we can promise you that we will never sell your data and that we will always be transparent about our software and services.":"作為 100% 自籌資金和獨立的公司,我們可以向您保證,我們永遠不會出售您的數據,並且我們將始終對我們的軟件和服務保持透明。","Bio":"個人資料","Birth Date":"出生日期","Black":"黑色","Blue":"藍色","Brown":"棕色","Browse":"浏览","Browse Files":"瀏覽文件","Browse Pictures":"瀏覽圖片","Bug Report":"回報問題","Busy, please try again later":"忙碌中,請稍候再試","Busy, please wait…":"忙碌中,請稍候…","By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct.":"當您開始使用我們提供的軟體及服務時,即表示您同意我們的服務條款、隱私權政策和行為準則。","Calendar":"日曆","Camera":"相機","Camera not found":"找不到相機","Camera Serial":"相機序號","Can't access your authenticator app or device?":"无法访问您的身份验证应用程序或设备?","Can't load more, limit reached":"已達上限,無法再載入更多","Can't select more items":"無法選取更多項目","Cancel":"取消","Cannot copy to clipboard":"無法複製到剪貼簿","Caption":"標題","Cards":"卡片","Carousel slide {0} of {1}":"輪播投影片第 {0} 張(共 {1} 張)","Cast":"演員陣容","Category":"分類","Change Avatar":"變更頭像","Change Password":"更改密碼","Change private flag":"更改私人選項","Changes could not be saved":"無法儲存更改項目","Changes successfully saved":"成功儲存變更","Changes to the advanced settings require a restart to take effect.":"对高级设置的更改需要重新启动才能生效。","Checked":"已選擇","Choose an instance to continue:":"請選擇一個實例以繼續:","Chroma":"彩度","Cleaning index and cache":"清理索引和缓存","Cleanup":"清理","Clear":"清除","Clear {0}":"清除{0}","Client":"客户","Close":"關閉","Cluster":"簇","Cluster Admin":"叢集管理員","Cluster Node":"叢集節點","Codec":"解碼器","Color":"顏色","Color Profile":"色彩設定檔","Colors":"顏色","Compare Editions":"比較版本","Complete Rescan":"重新完整掃描","Confidence":"可信度","Confirm":"確認","Connect":"連線","Connect via WebDAV":"使用 WebDAV 連線","Connected":"已連線","Contact Details":"聯絡方式","Contact Us":"聯絡我們","Contains %{n} pictures.":"包含 %{n} 張圖片。","Contains one picture.":"包含一張圖片。","Content":{"":"內容","Edit":"內容"},"Continue":"繼續","Contributor":"貢獻者","Converting":"轉換中","Copied to clipboard":"已複製到剪貼簿","Copy":"複製","Copying files from %s":"正在從 %s 中複製檔案","Copyright":"版權","Could not be deleted":"無法刪除","Could not connect, please try again":"無法連線,請重試","Could not update person cover":"無法更新人員封面","Couldn't find anything.":"找不到任何東西。","Country":"國家","Create Account":"新增帳號","Create album":"新增相簿","Create regular backups based on the configured schedule.":"根据配置的时间表创建索引备份。","Create YAML files to back up album metadata.":"创建 YAML 文件来备份相册元数据。","Create YAML sidecar files to back up picture metadata.":"创建 YAML sidecar 文件来备份图片元数据。","Created":"已新增","Creating thumbnails for":"為以下項目新增縮圖","Current Password":"目前的密碼","Custom":"風俗","Cyan":"青色","Daily":"每日","Database":"資料庫","Database Backups":"数据库备份","Databases":"資料庫","Date & Time":"日期和時間","Day":"日","Deactivate":"停用","Debug Logs":"除錯紀錄","Default":"預設","Default Folder":"預設資料夾","Delete":"刪除","Delete Album":"刪除相簿","Delete All":"全部删除","Delete all?":"全部刪除?","Delete orphaned index entries, sidecar files and thumbnails.":"删除孤儿索引条目、副卡文件和缩略图。","deleted":"已刪除","Description":"描述","Detailed instructions can be found in our User Guide.":"詳細指示可以在用戶指南中找到。","Details":"細節","Dimensions":"尺寸","Disable all face detection and recognition features.":"關閉所有臉部偵測和辨識功能。","Disable Backups":"停用備份","Disable Darktable":"停用 Darktable","Disable ExifTool":"停用 ExifTool","Disable Faces":"禁用臉部","Disable features that require write permission for the originals folder.":"禁用需要原件文件夹写入权限的功能。","Disable FFmpeg":"停用 FFmpeg","Disable ImageMagick":"禁用ImageMagick","Disable interactive world maps and reverse geocoding.":"禁用交互式世界地图和反向地理编码。","Disable MCP":"停用 MCP","Disable Places":"停用位置","Disable RawTherapee":"停用 RawTherapee","Disable the Model Context Protocol (MCP) API endpoint for AI agent integrations.":"停用 AI 代理整合的模型上下文通訊協定 (MCP) API 端點。","Disable Vectors":"停用向量","Disable WebDAV":"停用 WebDAV","Disabled":"已停用","Disables vector graphics support.":"停用向量圖型支援。","Disables video transcoding and thumbnail extraction.":"停用影像轉碼和縮圖擷取。","Discard":"丟棄","Discard changes and close":"放棄更改並關閉","Discard invalid changes?":"捨棄無效的變更?","Discard unsaved changes?":"丟棄未儲存的變更?","Discover":"發現","Dismiss":"解僱","Display Name":"顯示名稱","Display picture captions in search results.":"在搜尋結果中顯示圖片標題。","Display picture titles in search results.":"在搜尋結果中顯示圖片標題。","Document":"文件","Documents":"文件","Don't use Darktable to convert RAW images.":"不要使用 Darktable 來轉換 RAW 檔案。","Don't use ImageMagick to convert images.":"不要用ImageMagick来转换图像。","Don't use RawTherapee to convert RAW images.":"不要使用 RawTherapee 來轉換 RAW 檔案。","Done":"完成","Done.":"完成。","Download":"下載","Download only original media files, without any automatically generated files.":"只下載原始的媒體檔,不會自動產生任何的檔案。","Download remote files":"下載遠端檔案","Downloading…":"下載中…","Drag and drop files here":"將文件拖放到此處","Driver":"司機","Duplicates will be skipped and only appear once.":"重複的項目會被跳過並只會出現一次。","Duration":"時長","Dynamic Previews":"動態預覽","Dynamic Size Limit: %{n}px":"動態大小限制:%{n} px","Edit":"編輯","Edit %{s}":"編輯 %{s}","Edit Account":"編輯帳號","Edit Photo":"編輯相片","Edit Photos (%{n})":"編輯照片 (%{n})","Edited":"已編輯","Email":"電子郵件","Enable debug mode to display additional logs and help with troubleshooting.":"启用调试模式可显示更多日志,帮助排除故障。","Enable downloading of original and sidecar files from the web interface.":"允許從網頁介面下載原始文件和邊車文件。","Enable face recognition and the People view to easily find people you know.":"啟用人臉辨識和人物視圖,輕鬆找到您認識的人。","Enable new features that may be incomplete or unstable.":"啟用可能不完整或不穩定的新功能。","Enable the file browser to navigate the Originals folder structure.":"啟用檔案瀏覽器以瀏覽 Originals 資料夾結構。","Enables RAW converter presets. May reduce performance.":"啟用 RAW 轉換器預設集。可能會降低性能。","Enabling two-factor authentication means that you will need a randomly generated verification code to log in, so even if someone gains access to your password, they will not be able to access your account.":"啟用雙重認證意味著您將需要隨機生成的驗證碼才能登錄,因此即使有人獲得您的密碼,他們也無法存取您的帳戶。","Engine":"引擎","Enter date":"輸入日期","Enter dates":"輸入日期","Enter item name...":"請輸入商品名稱...","Enter the code generated by your authenticator app:":"輸入您的身份驗證器應用程式產生的代碼:","Enter verification code":"輸入驗證碼","Enter your password to confirm the action and continue:":"輸入您的密碼以確認操作並繼續:","Entity not found":"未找到實體","Error":"錯誤","Errors":"錯誤","Estimate":"估算","Estimate Locations":"估計地點","Estimate the approximate location of pictures without GPS coordinates.":"在沒有 GPS 座標的情況下估計圖片的大致位置。","Every two days":"每兩天","Exclude hidden":"排除隱藏","ExifTool is required for full support of XMP metadata, videos and Live Photos.":"要完全支持视频、实时照片和 XMP,需要使用 ExifTool 提取元数据。","Experimental Features":"測試功能","Expires":"有效期限","Exposure":"曝光","Extract still images and generate thumbnails while indexing.":"提取靜態圖像並在索引時產生縮圖。","F Number":"F值","Face":"臉","Face not found":"找不到面貌","Faces":"臉","Failed creating file, please check permissions":"建立文件失敗,請檢查權限","Failed creating folder, please check permissions":"建立目錄失敗,請檢查權限","Failed removing link":"移除連結失敗","Failed to connect account.":"無法連接帳戶。","Failed to create zip file":"建立 zip 檔失敗","Failed to load users.":"無法載入使用者。","Failed to remove face marker":"未能移除臉部標記","Failed to remove name":"移除名稱失敗","Failed to restart server":"無法重新啟動伺服器","Failed to save changes":"儲存變更失敗","Failed to save face marker":"未能保住面子的標記","Failed to save name":"儲存名稱失敗","Failed updating link":"更新連結失敗","Family Name":"姓氏","Fast":"快","Favorite":"我的最愛","Favorites":"我的最愛","Feature disabled":"功能未開啟","Feature Request":"功能要求","Female":"女性","File":"檔案","File Browser":"檔案瀏覽器","File Conversion":"檔案轉換","File deleted":"檔案已刪除","File Name":"檔案名稱","File not found":"未找到檔案","File removed from stack":"檔案已從堆疊中移除","File Size":"檔案大小","File too large":"文件過大","File uploaded":"檔案上傳成功","Filename":"檔案名稱","Files":"檔案","Files with sequential names like 'IMG_1234 (2)' and 'IMG_1234 (3)' belong to the same picture.":"連續檔名例如 'IMG_1234 (2)' 及 'IMG_1234 (3)' 會被當作同一張照片。","First page":"第一頁","Focal Length":"焦距","Folder":"資料夾","Folder contains %{n} files":"資料夾中有 %{n} 個檔案","Folder is empty":"資料夾是空的","Folders":"資料夾","Forgot password?":"忘記密碼?","FPS":"FPS","Frames":"框架","Full Access":"完全存取權限","Fullscreen":"全螢幕","General":"一般","Generate":"產生","Generate Previews":"生成預覽","Generated":"產生","Get Started":"立即開始","Given Name":"名字","Global Options":"全域選項","Go to page {0}":"轉到第 {0} 頁","Gold":"金色","Green":"綠色","Grey":"灰色","Groups":"群組","Guest":"來賓","Hash":"雜湊","Help":"支援","Help & Support":"支援與幫助","Hidden":"隱藏","Hidden Files":"隱藏的檔案","Hide":"隱藏","Hide Caption":"隱藏標題","Hide face markers":"隱藏臉部標記","Hide private content from global views while keeping it accessible in the Private section.":"將私人項目從全域視圖隱藏,同時保留其在私人部分的存取權限。","High":"高","High Dynamic Range (HDR)":"高動態範圍 (HDR)","Hybrid":"雜種","If you lose access to your authenticator app or device, you can use your recovery code to regain access to your account.":"如果您失去了對身份驗證器應用程式或裝置的存取權限,您可以使用復原代碼來重新獲得對帳戶的存取權限。","Image":"圖片","Image Quality":"影像品質","Import":"匯入","Import canceled":"匯入取消","Import completed in %d s":"匯入成功, 共用 %d 秒","Import failed":"匯入失敗","Imported files will be sorted by date and given a unique name to avoid duplicates.":"匯入的檔案會依照日期排序,並且給予一個獨特的名字以防止重複。","Importing %{s}…":"匯入 %{s} 中…","Importing files to originals…":"匯入檔案到「originals」…","in":"在","In case pictures you expect are missing, please rescan your library and wait until indexing has been completed.":"如果您覺得應該會在的圖片不見了,請重新掃描您的資料庫並等待索引完成。","Include RAW image files when downloading stacks and archives.":"在下載堆疊和封存時包含 RAW 圖像一起。","Include sidecar files when downloading stacks and archives.":"在下載堆疊和封存時包含 sidecar 檔案一起。","Increase storage size or delete files to continue.":"增加儲存大小或刪除檔案以繼續。","Index":"索引","Indexing":"建立索引中","Indexing canceled":"建立索引取消","Indexing completed in %d s":"索引建立成功, 共用 %d 秒","Indexing failed":"建立索引失敗","Indexing files in %s":"建立 %s 中的檔案索引","Indexing media and sidecar files…":"正在建立媒體和sidecar檔案的索引…","Indexing originals...":"索引原始檔案...","Information":"資訊","Inherit":"繼承","Instance":"實例","Instance ID":"實例 ID","Instance unreachable. Try again once it's back online.":"無法連線至該實例。請待其重新上線後再試一次。","Instances":"實例","Insufficient storage":"儲存空間不足","Insufficient storage.":"儲存空間不足","Interval":"間隔","Invalid":"無效","Invalid address":"地址無效","Invalid country":"無效國家","Invalid credentials":"認證無效","Invalid date":"無效的日期","Invalid link":"超連結無效","Invalid name":"無效名稱","Invalid parameters":"無效的參數","Invalid password, please try again":"密碼無效,請重試","Invalid photo selected":"選擇的照片無效","Invalid time":"時間無效","Invalid URL":"無效網址","Invalid verification code, please try again":"驗證碼無效,請重試","IP Address":"IP 位址","It is a one-time use code that will disable 2FA for your account when you use it.":"這是一個一次性使用代碼,當您使用它時,它將停用您帳戶的 2FA。","Item":"項目","Items per page:":"每頁項目:","JPEG Quality: %{n}":"JPEG品質:%{n}","JPEG Size Limit: %{n}px":"JPEG大小限制:%{n} px","JPEGs and thumbnails are automatically rendered as needed.":"JPEGs 跟 縮圖 在需要的時候會自動生成。","Keyword":"關鍵字","Keywords":"關鍵字","Label":"標籤","Label not found":"未找到標籤","Label saved":"標籤已儲存","Labels":"標籤","Labels deleted":"已刪除標籤","Language":"語言","Last Active":"最近一次活動","Last Login":"最後一次登入","Last page":"最後一頁","Last Sync":"上次同步","Last Used":"最後使用","Latitude":"緯度","LDAP/AD":"LDAP/AD","Learn more":"了解更多","Learn More":"了解更多","Legal Information":"法律資訊","Lens":"鏡頭","Lens not found":"找不到鏡頭","Library":"收藏庫","License":"授權","Like":"喜歡","Lime":"萊姆色","Limit reached, showing first %{n} files":"到達上限,顯示前 %{n} 個檔案","Link":"連結","List":"清單","List View":"清單視圖","Live":"即時","Live Photos":"原況照片","Load more":"加載更多","Loading items...":"正在加載項目...","Loading...":"載入中...","Local":"当地","Local Time":"本地時間","Location":"地點","Log messages appear here whenever PhotoPrism comes across broken files, or there are other potential issues.":"日誌訊息會在PhotoPrism遇到損毀的檔案,或是其他問題出現時出現。","Login":"登入","Logs":"日誌","Longitude":"經度","Lost server connection":"伺服器連線遺失","Low":"低","Magenta":"洋紅","Main Color":"主要顏色","Male":"男性","Manage Account":"管理帳號","Manager":"主管","Manual":"手動的","Manual Upload":"手動上傳","Maps":"地圖","Marker":"標記","Maximum number of accounts has been reached.":"已達最大帳戶數。","Media":"媒體","Medium":"中","Membership":"會員資格","Merge %{a} with %{b}?":"將 %{a} 與 %{b} 合併?","Message":"訊息","Metadata":"元数据","Metrics":"指標","Minimize":"最小化","Missing":"缺少","Missing or invalid configuration":"配置缺失或无效","mixed":"混合","Moments":"回憶時刻","Monochrome":"黑白","Month":"月","More options":"更多選項","Mosaic":"馬賽克","Most Relevant":"最相關的","Move Files":"移動檔案","Moving files from %s":"正在從 %s 中移動檔案","Must have at least %{n} characters.":"必須至少有 %{n} 個字元。","Mute":"沉默的","Name":"名稱","Name too long":"名稱太長了","Never":"永不","New":"新","New Password":"新密碼","Newest First":"按最新優先","Next":"下一個","Next page":"下一頁","Next visual":"下一個視覺效果","No":"否","No Access":"無法存取","No albums assigned":"未分配專輯","No albums found":"找不到相簿","No albums selected":"未選取相簿","No data available":"無可用數據","No files available for download":"没有可以下載的檔案","No items selected":"未選取任何項目","No labels assigned":"未分配標籤","No labels found":"找不到標籤","No labels selected":"未選擇標籤","No matching records found":"沒有找到符合的記錄","No more":"不再","No people found":"找不到人","No pictures found":"找不到圖片","No recently edited pictures":"沒有最近編輯的圖片","No registered instances.":"沒有已登錄的實例。","No results":"找不到結果","No server connection":"沒有伺服器連接","No servers configured.":"沒有設定好的伺服器。","No services configured.":"沒有設定服務。","No thanks":"不用了,謝謝","No users on this instance.":"此實例上沒有任何使用者。","No warnings or error containing this keyword. Note that search is case-sensitive.":"沒有包含此關鍵字的警告或錯誤。請注意,搜尋區分大小寫。","Node":"節點","Nodes":"節點","Non-photographic and low-quality images require a review before they appear in search results.":"非照片和低品質圖像需要進行手動確認,才會出現在搜尋結果中。","None":"無","Not allowed":"不允許","Not available in public mode":"不適用於公開模式","Not available in read-only mode":"不適用於唯讀模式","Not found":"未找到","Not sorted.":"沒有排序。","Not supported":"不支援","Note you may manually manage your originals folder and importing is optional.":"請注意,您可以手動管理「originals」資料夾,而匯入是選用的。","Note:":"注意:","Note: Only WebDAV servers, like Nextcloud or PhotoPrism, can be configured as remote service for backup and file upload.":"注意:只能將 WebDAV 伺服器(如Nextcloud或PhotoPrism)設定為遠端服務,以進行備份和檔案上傳。","Notes":"備註","Nothing to see here yet.":"這裡什麼都沒有。","Nothing was found.":"什麼都沒有找到。","Offline":"離線","OK":"好的","Oldest First":"最舊優先","On Windows, enter the following resource in the connection dialog:":"在 Windows 上,於連接對話框中輸入以下資訊:","On-demand generation of thumbnails may cause high CPU and memory usage. It is not recommended for resource-constrained servers and NAS devices.":"按需生成缩略图可能会导致较高的 CPU 和内存使用率。不建议资源有限的服务器和 NAS 设备使用。","Once a week":"一周一次","One album found":"找到 1 本相簿","One entry added to %s":"已在 %s 增加一個項目","One entry removed from %s":"已從 %s 移除一個項目","One file found":"找到 1 個檔案","One file uploaded":"已上傳一個檔案","One folder found":"找到 1 個資料夾","One label found":"找到一個標籤","One person found":"找到一個人","One picture found":"找到一張圖片","Only locally managed accounts can be set up for authentication with 2FA.":"只能設定本機管理的帳戶以使用 2FA 進行身份驗證。","Open":"开放","optional":"選修的","or":"或者","Orange":"橘色","Organization":"組織","Orientation":"方向","Original file names will be stored and indexed.":"來源檔案名稱會被儲存及索引。","Original Name":"原始名稱","Originals":"來源","Originals folder is empty":"原稿文件夾是空的","Other":"其他","Our mission is to provide the most user- and privacy-friendly solution to keep your pictures organized and accessible.":"我們的使命是提供對用戶和隱私最友好的解決方案,以使您的照片井井有條且易於訪問。","Outdoor":"外出","Page {0}, Current page":"第 {0} 頁,目前頁","Pages":"頁面","Pagination Navigation":"分頁導航","Panorama":"全景照片","Panoramas":"全景照片","Part of all selected photos":"部分精選照片","Part of some selected photos":"部分精選照片","Password":"密碼","Password changed":"密碼已更改","Pause":"暫停","Payment required":"需付款","People":"人","People you share a link with will be able to view public contents.":"擁有連結的人可以看到公開內容。","Permanently deleted":"永久刪除","Permission denied":"權限遭拒","Person":"人","Person cover updated":"人物封面已更新","Person deleted":"人物已刪除","Person not found":"找不到人","Person saved":"人物已儲存","Personal":"个人","Photo":"相片","PhotoPrism is 100% self-funded and independent.":"PhotoPrism 是獨立而且100%自籌資金的。","PhotoPrism+ Membership":"PhotoPrism+ 會員資格","Photos":"照片","Picture":"圖片","Picture Title":"图片标题","Pink":"粉紅色","Pinned":"置頂","Place":"地點","Place & Time":"地點與時間","Places":"地點","Play":"播放","Please confirm your new password.":"請確認你的新密碼。","Please copy the following randomly generated app password and keep it in a safe place, as you will not be able to see it again:":"請複製以下隨機產生的應用程式密碼並將其保存在安全的地方,因為您將無法再次看到它:","Please do not upload any private, unlawful or offensive pictures.":"请勿上传任何私人、非法或攻击性图片。","Please don't upload photos containing offensive content.":"請不要上傳包含冒犯性內容的照片。","Please enter OTP character {0}":"請輸入一次性密碼字元 {0}","Please log in to your account":"請登入您的帳戶","Please note that changing your password will log you out on other devices and browsers.":"請注意,更改密碼將使您在其他裝置和瀏覽器上登出。","Please restart your instance for the changes to take effect.":"請重新啟動您的執行個體以使變更生效。","Please wait…":"請稍候…","PM":"午安","PNG Size Limit: %{n}px":"PNG大小限制:%{n} px","Portal":"入口網站","Portrait":"人像","Preserve filenames":"保留檔案名稱","Press enter to create a new album.":"按下按鈕以新增相簿。","Press enter to create new item":"按回車鍵建立新項目","Prevent database and album backups as well as YAML sidecar files from being created.":"防止创建数据库和相册备份以及 YAML sidecar 文件。","Prevent other apps from accessing PhotoPrism as a shared network drive.":"防止其他应用程序将 PhotoPrism 作为共享网络驱动器访问。","Preview":"預覽","Preview Images":"图片预览","Previous":"以前的","Previous page":"上一頁","Previous visual":"之前的視覺效果","Primary":"主要的","Private":"私人的","Processing upload...":"正在處理上傳...","Product Feedback":"產品回饋","Projection":"投影","Purple":"紫色","Quality Filter":"品質過濾","Quality Score":"品質成績","Quota exceeded":"超過配額","Random":"隨機","Rating {0} of {1}":"評分為 {0}(共 {1})","Raw":"原始","RAW":"RAW","Re-index all originals, including already indexed and unchanged files.":"重新索引所有原始檔案,包含已經索引過及未變更過的檔案。","Read-Only Mode":"唯讀模式","Recently Added":"最近新增","Recently Archived":"最近存檔","Recently Edited":"最近編輯","Recognition starts after indexing has been completed.":"索引完成後開始辨識。","Recognized":"已辨識","Recovery Code":"恢復程式碼","Red":"紅色","Refresh":"重新整理","Regions":"地區","Register":"注册","Registration disabled":"註冊已停用","Reload":"重新載入","Reloading…":"重新載入中…","Remote Sync":"遠端同步","Remove":"移除","remove failed: unknown album":"移除失敗:未知的相簿","Remove from Album":"從相簿中刪除","Remove from all":"從所有","Remove from all selected photos":"從所有選定照片中移除","Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location.":"刪除已匯入的檔案以節省儲存空間。不支援的檔案類型將不會被刪除,它們會保留在當前位置。","Remove the selected instance from the cluster registry?":"從叢集註冊表中刪除選定的實例?","Removed":"已移除","Removed %{name}":"已移除 %{name}","Removed %d files and %d photos":"刪除了 %d 個檔案和 %d 張照片","Repeated":"重複","Request failed - are you offline?":"要求失敗-您是否處於離線狀態?","Request failed - invalid response":"要求失敗 - 無效的回應","Require non-photographic and low-quality images to be reviewed before they appear in search results.":"要求非攝影和低品質影像在出現在搜尋結果中之前經過審查。","Resolution":"解析度","Restart":"重新啟動","Restore":"復原","Restored":"已恢復","Retry Limit":"重試限制","Retype Password":"重新輸入密碼","Review":"回顧","Role":"角色","Roles":"角色","Rotated":"旋轉","Rows per page:":"每頁行數:","Satellite":"衛星","Save":"儲存","Save changes":"儲存變更","Scan":"掃描","Scan the QR code with your authenticator app or use the setup key shown below and then enter the generated verification code:":"使用身份驗證器應用程式掃描二維碼或使用如下所示的設定金鑰,然後輸入產生的驗證碼:","Scans":"掃描","Scope":"範圍","Scopes":"範圍","Search":"搜尋","Season":"季節","Secret":"秘密","Security and Access":"安全和存取","Select":"選擇","Select a source folder to import files…":"選擇要匯入檔案的來源資料夾…","Select date":"選擇日期","Select dates":"選擇日期","Select or create albums":"選擇或建立相簿","Select or create labels":"選擇或建立標籤","Select or drop files to upload…":"選擇或拖放要上傳的檔案…","Select the files to upload…":"選擇要上傳的檔案…","Select the folder to be indexed…":"選擇要索引的資料夾…","Select Time":"選擇時間","Selection":"選拔","Selection added to %s":"選取項目已加入 %s","Selection approved":"選取項目已認可","Selection archived":"選取項目已封存","Selection marked as private":"選取項目已設為私人","Selection not found":"未找到選取項目","Selection restored":"選取項目已被復原","Sequential Name":"連續名稱","Service":"服務","Service URL":"服務 URL","Services":"服務","Session":"工作階段","Session ID":"工作階段ID","Sessions":"工作階段","Set as Album Cover":"設為專輯封面","Set as Cover Image":"設定為封面圖片","Settings":"設定","Settings saved":"設定已儲存","Setup":"設定","Severity":"嚴重程度","Share":"分享","Share %{s}":"分享 %{s}","Show":"顯示","Show All Labels":"顯示所有標籤","Show all new faces":"顯示所有新面孔","Show Caption":"顯示標題","Show Captions":"顯示字幕","Show face markers":"顯示臉部標記","Show hidden":"顯示隱藏","Show Important Only":"僅顯示重要內容","Show logs in the web interface to monitor activity and troubleshoot problems.":"在網頁介面中顯示日誌,以便監控活動和解決問題。","Show smart albums that group pictures by occasion, trip, or location.":"顯示智慧相冊,按場合、旅行或地點將照片分組。","Show the Account page so users can manage their profile and security settings.":"顯示「帳戶」頁面,以便使用者可以管理其個人資料和安全性設定。","Show the Calendar view to browse the library by year and month.":"顯示日曆視圖,按年和月瀏覽圖書館。","Show the Labels section to view and manage AI-generated labels.":"顯示「標籤」部分,以查看和管理 AI 產生的標籤。","Show the Library section to index, manage, and monitor the media library.":"顯示「媒體庫」部分,用於索引、管理和監控媒體庫。","Show the Places view with interactive maps so you can browse photos by location.":"顯示帶有互動式地圖的地點視圖,以便您可以按位置瀏覽照片。","Show Titles":"顯示標題","Sidecar":"Sidecar檔案","Sidecar Files":"Sidecar 文件","Sign in":"登入","Sign Out":"登出","Similar":"相似","Site URL":"網站網址","Size":"尺寸","Slideshow":"幻燈片","Slow":"慢","Software":"軟體","Software Update":"軟體更新","Some albums could not be copied":"某些相簿無法複製","Some albums could not be created. Please edit the names and try again.":"無法創建某些相簿。請編輯名稱並重試。","Some albums could not be updated":"部分相簿無法更新","Something went wrong, try again":"出错了,再试一次","Sort by":"排序方式","Sort by Name (A–Z)":"按名稱排序(A-Z)","Sort by Photo Count":"按照片數量排序","Sort by Relevance":"按相關性排序","Sort Order":"排序","Sorted ascending.":"升序排列。","Sorted descending.":"降序排列。","Source":"來源","Stack":"堆疊","Stack files sharing the same unique image or instance identifier.":"將有一樣的唯一圖片或實例ID的檔案堆疊起來。","Stack pictures taken at the exact same time and location based on their metadata.":"根據元數據,將在相同時間和位置拍攝的照片堆疊在一起。","Stackable":"可堆疊","Stacks":"堆疊","Start":"開始","Start Page":"開始頁","Static Size Limit: %{n}px":"靜態大小限制:%{n} px","Status":"狀態","Stay signed in on this device":"在此裝置上保持登入狀態","Stop Casting":"停止鑄造","Storage":"儲存空間","Streets":"街","Subject":"主題","Subject deleted":"已刪除主題","Subject not found":"未找到主體","Subject saved":"主題已儲存","Successfully activated":"激活成功","Successfully Connected":"成功連接","Successfully deleted":"已成功删除","Successfully verified":"驗證成功","Super Admin":"超級管理員","Support for additional services, like Google Drive, will be added over time.":"隨著時間的推移,將增加對其他服務的支援,例如Google雲端硬碟。","Support Our Mission":"支持我們的使命","Sync":"同步","Sync raw and video files":"同步 RAW 照片及影片","Taken":"拍攝於","Teal":"藍綠","Terrain":"地形","Text":"文字","Thank You for Your Support!":"感谢你的支持!","That's why PhotoPrism was built from the ground up to run wherever you need it, without compromising freedom, privacy, or functionality.":"這就是為何 PhotoPrism 是從零開始建置,好讓您可以在任何您想要的地方運作的,無須向自由、隱私或是功能妥協。","The index currently contains %{n} hidden files.":"索引目前包含%{n}個隱藏檔案。","The instance rejected the cluster credentials.":"該執行個體拒絕了叢集憑證。","The instance returned an unexpected redirect.":"該實例返回了意外的重定向。","The wakeup interval is %s, but must be 1h or less":"喚醒間隔為 %s,但必須少於1 小時","Their format may not be supported, they haven't been converted to JPEG yet or there are duplicates.":"它們的格式可能不被支援,或尚未轉換為JPEG,或存在重複。","Theme":"主題","This account is missing an ID and can't be edited.":"此帳戶缺少 ID,因此無法進行編輯。","This field is required":"此欄位是必需的","This instance has no site URL configured.":"此實例未設定網站網址。","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.":"這會將\"originals\"資料夾安裝為網絡硬碟,並允許您從電腦或智慧型手機中打開,編輯和刪除文件,就像它們是本地文件一樣。","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. ":"這會將\"originals\"資料夾安裝為網絡硬碟,並允許您從電腦或智慧型手機中打開,編輯和刪除文件,就像它們是本地文件一樣。","Time":"時間","Time UTC":"UTC 時間","Time Zone":"時區","Timeout":"逾時","Title":{"":"標題","Account":"標題","Photo":"標題"},"Title / Position":"職位 / 位置","to":"到","To avoid being locked out of your account, please download, print or copy this recovery code now and keep it in a safe place.":"為避免您的帳戶被鎖定,請立即下載、列印或複製此恢復代碼並將其保存在安全的地方。","To generate a new app-specific password, please enter the name and authorization scope of the application and select an expiration date:":"若要產生新的應用程式專用密碼,請輸入應用程式的名稱和授權範圍並選擇到期日期:","To switch to a new authenticator app or device, first deactivate two-factor authentication and then reactivate it:":"要切換到新的身份驗證器應用程式或設備,請先停用雙重認證,然後重新啟用它:","To upgrade, you can either enter an activation code or click \"Register\" to sign up on our website:":"要升级,你可以输入激活码或点击 \"注册\",在我们的网站上注册:","Today":"今天","Toggle View":"切換檢視","Token":"令牌","Too many files selected":"选择的文件过多","Too many requests":"请求太多","Troubleshooting":"故障排除","Try again using other filters or keywords.":"請使用其他篩選條件或是關鍵字。","Two-factor authentication has been enabled for your account.":"您的帳戶已啟用雙重認證。","Type":"格式","Unable to delete":"無法刪除","Unable to do that":"無法做到那一點","Unassign":"解除指派","Unauthorized":"未經授權的存取","Undo":"復原","Unique ID":"唯一身份","Unknown":"未知","Unknown location":"未知地點","Unregistered":"未註冊","Unsorted":"未分類","Unstack":"取消堆疊","Unsupported":"不支援","Unsupported format":"不支持的格式","Unsupported type":"不支援的類型","Updated":"已更新","Updating faces":"更新面孔","Updating index":"更新索引","Updating moments":"更新時刻","Updating picture…":"正在更新圖片…","Updating previews":"更新預覽","Updating stacks":"更新堆疊","Upgrade":"升級","Upgrade Now":"立即升級","Upload":"上傳","Upload complete":"上傳完成","Upload complete. Indexing…":"上傳完成。索引中…","Upload failed":"上傳失敗","Upload has been processed":"上傳已處理完畢","Upload local files":"上傳本機檔案","Upload might be offensive":"所上傳檔案可能會冒犯其他人","Upload Path":"上传路径","Uploading %{n} of %{t}…":"上傳 %{n} / %{t} …","Uploading photos…":"上傳照片中…","Uploading…":"上傳…","Uploads that may contain such images will be rejected automatically.":"上傳此類圖像將可能被自動拒絕。","URL":"網址","Use Presets":"使用預設","Use the following recovery code to access your account when you are unable to generate a valid verification code with your authenticator app:":"當您無法使用身份驗證器應用程式產生有效的驗證碼時,請使用下列恢復代碼存取您的帳戶:","Use your recovery code or contact an administrator for help.":"使用恢复密码或联系管理员寻求帮助。","User":"使用者","User Guide":"使用者指南","User Interface":"使用者介面","User not found":"未找到使用者","Username":"使用者名稱","Users":"使用者","UUID":"UUID","Vector":"向量","Vectors":"向量","Verification Code":"驗證碼","Verified email required":"需要已驗證的電子郵件地址","Version":"版本","Video":"影片","Video Duration":"影片長度","Videos":"影片","View":"檢視","View search results as a list.":"以清單形式查看搜尋結果。","Viewer":"檢視者","Vision":"想像","Visitor":"訪問者","Visual Similarity":"視覺相似度","Warning":"警告","Web Login":"網頁登入","WebDAV":"WebDAV","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上傳","WebGL support is disabled in your browser":"您的瀏覽器中禁用了 WebGL 支持","Website":"網站","White":"白色","Work Details":"作品詳情","Year":"年","Yellow":"黃色","Yes":"是","You are welcome to contact us at membership@photoprism.app for questions regarding your membership.":"歡迎您來信 membership@photoprism.app 和我們諮詢有關會員資格的相關問題。","You can only download one album":"你只能下載一個相簿","You can only download one label":"你只能下載一個標籤","You can search for a location or move the marker on the map to change the position:":"您可以搜尋某個位置或移動地圖上的標記來更改位置:","You can upload up to %{n} files for test purposes.":"您最多可以上传 %{n} 个文件用于测试。","You cannot change your own role.":"你無法改變自己的角色。","You do not have access to any instances.":"您無法存取任何執行個體。","You may only select one item":"你只能選取一個項目","You may rescan your library to find additional faces.":"您可以重新掃描您的收藏庫以查找其他面孔。","Your account could not be connected":"您的賬戶無法連接","Your account has been successfully connected.":"您的帳號已成功連結。","Your browser does not support WebGL":"您的瀏覽器不支援WebGL","Your continued support helps us provide regular updates and remain independent, so we can fulfill our mission and protect your privacy.":"您的持續支持有助於我們提供定期更新並保持獨立,因此我們可以完成我們的使命並保護您的隱私。","Your library is continuously analyzed to automatically create albums of special moments, trips, and places.":"您的資料庫會持續進行分析,以自動建立有關特殊時刻、旅行和地點的相簿。","Zip created in %d s":"Zip檔建立成功, 共用 %d 秒","Zoom in/out":"縮放","Archive":{"Noun":"封存","Verb":"封存"},"Add a Title":{"Photo":"新增標題"}}} \ No newline at end of file diff --git a/frontend/src/locales/ko.po b/frontend/src/locales/ko.po index fc4ecf7de..d0b054071 100644 --- a/frontend/src/locales/ko.po +++ b/frontend/src/locales/ko.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "s}가 너무 깁니다." msgid "%{s} is too short" msgstr "s}가 너무 짧습니다." -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d 항목이 %s에 추가됨" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d 항목이 %s에서 제거됨" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d개의 파일이 %d초에 업로드됨" @@ -100,7 +100,7 @@ msgstr "%d개의 파일이 %d초에 업로드됨" msgid "%s already exists" msgstr "%s가 이미 존재함" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s이(가) 복원되었습니다" @@ -176,14 +176,13 @@ msgstr "액세스 토큰" msgid "Account" msgstr "계정" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "계정 생성됨" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "계정 삭제됨" @@ -199,7 +198,7 @@ msgstr "계정을 찾을 수 없음" msgid "Account restored" msgstr "계정이 복원되었습니다." -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "계정이 저장됨" @@ -207,7 +206,7 @@ msgstr "계정이 저장됨" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "계정" @@ -343,7 +342,7 @@ msgstr "날짜 및 시간 조정" msgid "Adjust Location" msgstr "위치 조정" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "관리자" @@ -396,7 +395,7 @@ msgstr "2주 후" msgid "Album" msgstr "앨범" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "앨범 %s이(가) 삭제됨" @@ -404,11 +403,11 @@ msgstr "앨범 %s이(가) 삭제됨" msgid "Album Backups" msgstr "앨범 백업" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "복제된 앨범 콘텐츠" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "앨범 생성됨" @@ -420,11 +419,11 @@ msgstr "앨범 삭제됨" msgid "Album not found" msgstr "앨범을 찾을 수 없음" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "앨범 저장됨" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "앨범 저장됨" msgid "Albums" msgstr "앨범" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "앨범 삭제됨" @@ -538,7 +537,7 @@ msgstr "고도 (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "변경 사항 승인 및 저장" msgid "Apps and Devices" msgstr "앱 및 디바이스" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "보관함" @@ -650,7 +649,7 @@ msgstr "종횡비" msgid "Attributes" msgstr "속성" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "버그 신고" msgid "Busy, please try again later" msgstr "바쁘니 나중에 다시 시도해 주세요" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "처리중, 잠시만 기다려주세요…" @@ -775,7 +774,7 @@ msgstr "처리중, 잠시만 기다려주세요…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "당사가 제공하는 소프트웨어 및 서비스를 사용함으로써 귀하는 당사의 서비스 약관, 개인 정보 보호 정책 및 행동 강령에 동의하는 것입니다." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "달력" @@ -897,11 +896,10 @@ msgstr "비공개 플래그 변경하기" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "변경 사항을 저장할 수 없음" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "지우기" msgid "Clear {0}" msgstr "지우기 {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "클라이언트" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "클라이언트" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "클라이언트" msgid "Close" msgstr "닫기" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "클러스터" @@ -1018,7 +1016,7 @@ msgstr "클러스터" msgid "Cluster Admin" msgstr "클러스터 관리자" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "클러스터 노드" @@ -1149,7 +1147,7 @@ msgstr "클립보드에 복사했습니다" msgid "Copy" msgstr "복사" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "%s에서 파일 복사" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "사진 메타데이터를 백업하는 YAML 사이드카 파일을 만듭니다." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "만듦" @@ -1263,7 +1261,7 @@ msgstr "디버그 로그" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "기본 폴더" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "유효하지 않은 변경 사항을 삭제하시겠습니까?" msgid "Discard unsaved changes?" msgstr "저장하지 않은 변경 사항을 삭제하시겠습니까?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "디스커버" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "완료." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "원격 파일 다운로드하기" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "다이나믹 미리보기" msgid "Dynamic Size Limit: %{n}px" msgstr "다이나믹 크기 제한: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "항목 이름 입력..." msgid "Enter the code generated by your authenticator app:" msgstr "인증 앱에서 생성한 코드를 입력합니다:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "인증코드를 입력하세요" @@ -1640,12 +1639,12 @@ msgstr "작업을 확인하고 계속하려면 비밀번호를 입력하세요." msgid "Entity not found" msgstr "항목을 찾을 수 없음" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "오류" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "zip 파일 생성 실패" msgid "Failed to load users." msgstr "사용자를 불러오는 데 실패했습니다." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "얼굴 마커를 제거하지 못했습니다." -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "이름을 삭제하지 못했습니다." @@ -1763,7 +1762,7 @@ msgstr "서버 재시작에 실패했습니다" msgid "Failed to save changes" msgstr "변경 사항을 저장하지 못했습니다." -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "얼굴 마커 저장 실패" @@ -1796,7 +1795,7 @@ msgstr "빠른" msgid "Favorite" msgstr "즐겨 찾기" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "즐겨 찾기" @@ -1818,7 +1817,7 @@ msgstr "여성" msgid "File" msgstr "파일" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "파일 탐색기" @@ -1826,7 +1825,7 @@ msgstr "파일 탐색기" msgid "File Conversion" msgstr "파일 변환" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "파일이 삭제됨" @@ -1842,7 +1841,7 @@ msgstr "파일 이름" msgid "File not found" msgstr "파일을 찾을 수 없음" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "스택에서 제거된 파일" @@ -1855,7 +1854,7 @@ msgstr "파일 크기" msgid "File too large" msgstr "파일이 너무 큽니다" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "업로드된 파일 1개" @@ -1901,7 +1900,7 @@ msgstr "폴더에 %{n} 파일을 포함됨" msgid "Folder is empty" msgstr "폴더가 비어 있습니다" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "폴더" @@ -1928,7 +1927,7 @@ msgstr "프레임" msgid "Full Access" msgstr "전체 권한" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "전체 화면" @@ -2013,7 +2012,7 @@ msgstr "도움말/지원" msgid "Hidden" msgstr "숨김" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "숨김 파일" @@ -2021,7 +2020,7 @@ msgstr "숨김 파일" msgid "Hide" msgstr "숨기기" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "캡션 숨기기" @@ -2068,11 +2067,11 @@ msgstr "이미지 품질" msgid "Import" msgstr "가져오기" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "가져오기 취소됨" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "%d초 후에 가져오기 완료" @@ -2130,11 +2129,11 @@ msgstr "색인" msgid "Indexing" msgstr "색인중" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "인덱싱 취소됨" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "%d초 후에 인덱싱 완료" @@ -2142,7 +2141,7 @@ msgstr "%d초 후에 인덱싱 완료" msgid "Indexing failed" msgstr "색인 실패" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "%s에서 파일 색인 생성" @@ -2150,11 +2149,11 @@ msgstr "%s에서 파일 색인 생성" msgid "Indexing media and sidecar files…" msgstr "미디어 및 사이드카 파일 색인중…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "원본 색인 생성 중..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "정보" @@ -2163,8 +2162,8 @@ msgstr "정보" msgid "Inherit" msgstr "상속" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "인스턴스" @@ -2178,7 +2177,7 @@ msgstr "인스턴스에 연결할 수 없습니다. 다시 온라인 상태가 #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "인스턴스" @@ -2300,11 +2299,11 @@ msgstr "라벨" msgid "Label not found" msgstr "라벨을 찾을 수 없음" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "라벨이 저장되었습니다" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "라벨이 저장되었습니다" msgid "Labels" msgstr "라벨" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "라벨 삭제됨" @@ -2382,7 +2381,7 @@ msgstr "렌즈" msgid "Lens not found" msgstr "렌즈를 찾을 수 없습니다" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "라이브러리" @@ -2399,7 +2398,7 @@ msgstr "라이브러리" msgid "License" msgstr "라이센스" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "좋아요" @@ -2430,7 +2429,7 @@ msgstr "목록 보기" msgid "Live" msgstr "라이브" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "마커" msgid "Maximum number of accounts has been reached." msgstr "최대 계정 수에 도달했습니다." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "미디어" @@ -2585,7 +2584,7 @@ msgstr "최소화" msgid "Missing" msgstr "누락됨" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "구성이 누락되었거나 유효하지 않습니다." @@ -2593,7 +2592,7 @@ msgstr "구성이 누락되었거나 유효하지 않습니다." msgid "mixed" msgstr "혼합" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "나의 순간" @@ -2611,7 +2610,7 @@ msgstr "단색" msgid "Month" msgstr "달" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "추가 옵션" @@ -2627,7 +2626,7 @@ msgstr "가장 관련성" msgid "Move Files" msgstr "파일 이동하기" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "%s에서 파일 이동" @@ -2635,14 +2634,14 @@ msgstr "%s에서 파일 이동" msgid "Must have at least %{n} characters." msgstr "8자 이상이어야 합니다." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "음소거" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "새로운 비밀번호" msgid "Newest First" msgstr "최신 순" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "다음" @@ -2828,7 +2827,7 @@ msgstr "사진이 아닌 저품질 이미지는 검색 결과에 표시되기 msgid "None" msgstr "없음" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "허용되지 않음" @@ -2841,7 +2840,7 @@ msgstr "공개 모드에서는 사용할 수 없음" msgid "Not available in read-only mode" msgstr "읽기 전용 모드에서는 사용할 수 없음" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "찾을 수 없음" @@ -2849,7 +2848,7 @@ msgstr "찾을 수 없음" msgid "Not sorted." msgstr "정렬되지 않았습니다." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "지원되지 않음" @@ -2914,11 +2913,11 @@ msgstr "일주일에 한 번" msgid "One album found" msgstr "1개 앨범 찾음" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "%s에 항목 1개 추가됨" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "%s에서 항목 1개 삭제됨" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "2FA 인증을 위해 로컬로 관리되는 계정만 설정할 수 있습니다." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "열기" @@ -3059,7 +3058,7 @@ msgstr "일부 선택된 사진의 일부" msgid "Password" msgstr "비밀번호" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "비밀번호 변경됨" @@ -3071,7 +3070,7 @@ msgstr "일시 정지" msgid "Payment required" msgstr "결제 필요" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "링크를 공유한 사람들은 공개 콘텐츠를 볼 수 있습니다." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "영구 삭제됨" @@ -3103,7 +3102,7 @@ msgstr "사람" msgid "Person cover updated" msgstr "인물 표지 업데이트" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "삭제된 사람" @@ -3112,7 +3111,7 @@ msgstr "삭제된 사람" msgid "Person not found" msgstr "사람을 찾을 수 없음" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "사람이 저장됨" @@ -3132,7 +3131,7 @@ msgstr "포토프리즘은 100% 자체 자금으로 독립적으로 운영됩니 msgid "PhotoPrism+ Membership" msgstr "포토프리즘+ 멤버십" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "사진" @@ -3162,8 +3161,8 @@ msgstr "장소" msgid "Place & Time" msgstr "장소 & 시간" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "비밀번호를 변경하면 다른 장치 및 브라우저에서 로그 msgid "Please restart your instance for the changes to take effect." msgstr "변경 사항을 적용하려면 인스턴스를 다시 시작하세요." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "잠시만 기다려주세요…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG 크기 제한: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "포털" @@ -3258,7 +3257,7 @@ msgstr "미리보기" msgid "Preview Images" msgstr "이미지 미리보기" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "이전 게시물" @@ -3279,7 +3278,7 @@ msgstr "이전 비주얼" msgid "Primary" msgstr "주요" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "주요" msgid "Private" msgstr "비공개" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "업로드 처리 중..." @@ -3389,7 +3388,7 @@ msgstr "빨간색" msgid "Refresh" msgstr "새로 고침" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "지역" msgid "Register" msgstr "등록하기" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "등록 비활성화됨" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "제거" msgid "remove failed: unknown album" msgstr "제거 실패 - 잘못된 앨범" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "앨범에서 제거" @@ -3447,11 +3450,11 @@ msgstr "선택한 모든 사진에서 제거" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "가져온 파일을 제거하여 저장 공간을 절약하십시오. 지원되지 않는 파일 형식은 삭제되지 않으며 현재 위치에 남아 있습니다." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "클러스터 레지스트리에서 선택한 인스턴스를 제거하시겠습니까?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "제거됨" @@ -3459,7 +3462,7 @@ msgstr "제거됨" msgid "Removed %{name}" msgstr "%{name}을(를) 삭제했습니다." -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "파일 %d개와 사진 %d개를 삭제했습니다" @@ -3468,7 +3471,7 @@ msgstr "파일 %d개와 사진 %d개를 삭제했습니다" msgid "Repeated" msgstr "반복" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "요청 실패 - 오프라인 상태인가요?" @@ -3499,12 +3502,12 @@ msgstr "다시 시작" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "복원" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "복원됨" @@ -3516,7 +3519,7 @@ msgstr "재시도 제한" msgid "Retype Password" msgstr "비밀번호 다시 입력" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "비밀" msgid "Security and Access" msgstr "보안 및 액세스" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "선택" @@ -3707,19 +3710,19 @@ msgstr "시간 선택" msgid "Selection" msgstr "선택" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "선택 항목이 %s에 추가됨" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "선택 항목 승인됨" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "선택 항목 보관됨" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "비공개로 표시된 선택" @@ -3727,7 +3730,7 @@ msgstr "비공개로 표시된 선택" msgid "Selection not found" msgstr "선택 항목을 찾을 수 없음" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "선택 항목 복원됨" @@ -3735,7 +3738,7 @@ msgstr "선택 항목 복원됨" msgid "Sequential Name" msgstr "순차 이름" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "서비스" @@ -3765,7 +3768,7 @@ msgstr "세션 ID" msgid "Sessions" msgstr "세션" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "앨범 표지로 설정" @@ -3775,15 +3778,15 @@ msgstr "표지 이미지로 설정" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "설정" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "설정 저장됨" @@ -3822,7 +3825,7 @@ msgstr "모든 레이블 표시" msgid "Show all new faces" msgstr "모든 새 얼굴 표시" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "캡션 표시" @@ -3910,7 +3913,7 @@ msgstr "사이트 URL" msgid "Size" msgstr "크기" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "슬라이드쇼" @@ -3942,7 +3945,7 @@ msgstr "일부 앨범을 만들 수 없습니다. 이름을 수정한 후 다시 msgid "Some albums could not be updated" msgstr "일부 앨범을 업데이트할 수 없습니다." -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "문제가 발생했습니다. 다시 시도하세요." @@ -4046,7 +4049,7 @@ msgstr "거리" msgid "Subject" msgstr "주제" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "제목 삭제됨" @@ -4054,11 +4057,11 @@ msgstr "제목 삭제됨" msgid "Subject not found" msgstr "제목을 찾을 수 없음" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "주제가 저장됨" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "성공적으로 활성화되었습니다" @@ -4071,7 +4074,7 @@ msgstr "성공적으로 연결됨" msgid "Successfully deleted" msgstr "삭제 성공" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "성공적으로 확인되었습니다" @@ -4236,7 +4239,7 @@ msgstr "토큰" msgid "Too many files selected" msgstr "선택한 파일이 너무 많습니다." -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "너무 많은 요청" @@ -4292,7 +4295,7 @@ msgstr "실행 취소" msgid "Unique ID" msgstr "유일 ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "알 수 없는 위치" msgid "Unregistered" msgstr "미등록" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "정렬되지 않음" @@ -4350,7 +4353,7 @@ msgstr "지원되지 않는 형식" msgid "Unsupported type" msgstr "지원되지 않는 유형" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "업로드 완료. 색인중…" msgid "Upload failed" msgstr "업로드 실패" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "업로드가 처리되었습니다" @@ -4467,7 +4470,7 @@ msgstr "업로드 중…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "이러한 이미지가 포함될 수 있는 업로드는 자동으로 거부됩니다." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "복구 코드를 사용하거나 관리자에게 도움을 요청하세 #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "사용자" @@ -4523,7 +4526,7 @@ msgstr "사용자 이름" msgid "Users" msgstr "사용자" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "벡터" msgid "Verification Code" msgstr "확인 코드" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "인증된 이메일 주소가 필요합니다." + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "버전" @@ -4561,7 +4568,7 @@ msgstr "동영상" msgid "Video Duration" msgstr "비디오 시간" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "귀하의 지속적인 지원은 정기적인 업데이트를 제공하 msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "라이브러리는 지속적으로 분석되어 특별한 순간, 여행 및 장소의 앨범을 자동으로 생성합니다." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "%d초에 생성된 우편번호" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "확대/축소" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "콘텐츠" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "주제" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/ku.po b/frontend/src/locales/ku.po index 6bc7e7602..618e08491 100644 --- a/frontend/src/locales/ku.po +++ b/frontend/src/locales/ku.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" "Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Kurdish \n" "Language: ku\n" @@ -84,15 +84,15 @@ msgstr "%{s} pir dirêj e" msgid "%{s} is too short" msgstr "%{s} pir kurt e" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d تێکراو زیاد کرایە %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d تێکراو لابرا لە %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d پەڕگە بارکرە بە %d چرکە" @@ -100,7 +100,7 @@ msgstr "%d پەڕگە بارکرە بە %d چرکە" msgid "%s already exists" msgstr "%s پێشتر هەیە" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s hate sererastkirin" @@ -176,14 +176,13 @@ msgstr "Access Token" msgid "Account" msgstr "هەژمار" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "هەژمارەکە دروستکرا" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "هەژمارەکە سڕایەوە" @@ -199,7 +198,7 @@ msgstr "هەژمارەکە نەدۆزرایەوە" msgid "Account restored" msgstr "Hesab hat restorekirin" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "هەژمارەکە پاشەکەوتکرا" @@ -207,7 +206,7 @@ msgstr "هەژمارەکە پاشەکەوتکرا" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Accounts" @@ -343,7 +342,7 @@ msgstr "Dîrok û Demjimêrê Biguherîne" msgid "Adjust Location" msgstr "Cihê Biguherîne" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "دوای ٢ هەفتە" msgid "Album" msgstr "ئەلبوم" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "ئەلبومی %s سڕایەوە" @@ -404,11 +403,11 @@ msgstr "ئەلبومی %s سڕایەوە" msgid "Album Backups" msgstr "Album Backups" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "ناوەڕۆکەکانی ئەلبومەکە هاووێنە کرا" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "ئەلبومەکە دروستکرا" @@ -420,11 +419,11 @@ msgstr "Albûm hat jêbirin" msgid "Album not found" msgstr "ئەلبومەکە نەدۆزرایەوە" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "ئەلبومەکە پاشەکەوتکرا" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "ئەلبومەکە پاشەکەوتکرا" msgid "Albums" msgstr "ئەلبومەکان" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "ئەلبومەکان سڕایەوە" @@ -538,7 +537,7 @@ msgstr "بەرزی (m)" msgid "AM" msgstr "IM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Guhertinan pesend bike û tomar bike" msgid "Apps and Devices" msgstr "Serlêdan û Amûrên" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "ئەرشیفکراو" @@ -650,7 +649,7 @@ msgstr "ڕێژەی ڕوو" msgid "Attributes" msgstr "Taybetmendî" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "راپۆرتی هەڵە" msgid "Busy, please try again later" msgstr "Mijûl e, ji kerema xwe paşê dîsa biceribîne" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "سەرقاڵە، تکایە چاوەڕێکە…" @@ -775,7 +774,7 @@ msgstr "سەرقاڵە، تکایە چاوەڕێکە…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Bi karanîna nermalava û karûbarên ku em pêşkêş dikin, hûn şertên karûbarê me, polîtîkaya nepenîtiyê, û koda tevgerê qebûl dikin." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "ڕۆژمێر" @@ -897,11 +896,10 @@ msgstr "گۆڕینی نیشانەنوێنی تایبەت" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "گۆڕانکاریەکان پاشەکەوت نەکراوە" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Zelal" msgid "Clear {0}" msgstr "Paqij bike {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Kirrîxwaz" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Kirrîxwaz" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Kirrîxwaz" msgid "Close" msgstr "داخستن" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Kom" @@ -1018,7 +1016,7 @@ msgstr "Kom" msgid "Cluster Admin" msgstr "Rêvebirê Komê" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Girêka Komê" @@ -1149,7 +1147,7 @@ msgstr "کۆپی کرایە کلیپ بۆرد" msgid "Copy" msgstr "Kopî" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "کۆپی کردنی پەڕگە لە%s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Pelên kêleka YAML biafirînin ku metadaneyên wêneyê paşve bikin." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "دروستکرا" @@ -1263,7 +1261,7 @@ msgstr "تۆماری هەڵەکان" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "بوخچەی بنه‌ڕه‌تی" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Guhertinên nederbasdar betal bikin?" msgid "Discard unsaved changes?" msgstr "Guhertinên netomarkirî betal bikin?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "دۆزینەوە" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "تەواوبوو." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "داگرتنی پەڕگە دوورەکان" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "پێشبینینی دینامیکی" msgid "Dynamic Size Limit: %{n}px" msgstr "سنوورداری قەبارەی دینامیکی: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Navê babetî binivîse..." msgid "Enter the code generated by your authenticator app:" msgstr "Koda ku ji hêla sepana xweya nasker ve hatî çêkirin binivîse:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Koda verastkirinê binivîse" @@ -1640,12 +1639,12 @@ msgstr "Şîfreya xwe binivîse ku çalakiyê piştrast bike û berdewam bike:" msgid "Entity not found" msgstr "هیچ ئەلبومێکی نەدۆزیوەتەوە" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "هەڵە" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "دروستکردنی فایلی زیپ سەرکەوتوو نەبوو" msgid "Failed to load users." msgstr "Barkirina bikarhêneran neserket." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Rakirina nîşankera rû neserket" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Rakirina navî neserket" @@ -1763,7 +1762,7 @@ msgstr "Ji nû ve destpêkirina serverê bi ser neket" msgid "Failed to save changes" msgstr "Guhertinan nehat tomarkirin" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Tomarkirina nîşankera rû neserket" @@ -1796,7 +1795,7 @@ msgstr "خێرا" msgid "Favorite" msgstr "دڵخواز" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "دڵخوازەکان" @@ -1818,7 +1817,7 @@ msgstr "Mê" msgid "File" msgstr "پەڕگە" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "گەڕۆکی پەڕگە" @@ -1826,7 +1825,7 @@ msgstr "گەڕۆکی پەڕگە" msgid "File Conversion" msgstr "Veguherîna pelê" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "پەڕگە سڕایەوە" @@ -1842,7 +1841,7 @@ msgstr "پەڕگە" msgid "File not found" msgstr "دۆسیەکە نەدۆزرایەوە" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "دۆسیەکە کۆژاوەتەوە لە کەڵەکەکە" @@ -1855,7 +1854,7 @@ msgstr "پەڕگە" msgid "File too large" msgstr "Pel pir mezin e" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Pelê barkirî" @@ -1901,7 +1900,7 @@ msgstr "بوخچە %{n} پەڕگەی تێدایە" msgid "Folder is empty" msgstr "بوخچەکە بەتاڵە" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "بوخچەکان" @@ -1928,7 +1927,7 @@ msgstr "Frames" msgid "Full Access" msgstr "Têketinê Full" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "پڕاوپڕ بەشاشە" @@ -2013,7 +2012,7 @@ msgstr "پاڵپشتی کڕیار" msgid "Hidden" msgstr "شاراوە" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "پەڕگە شاراوەکان" @@ -2021,7 +2020,7 @@ msgstr "پەڕگە شاراوەکان" msgid "Hide" msgstr "Veşartin" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Sernivîsê Veşêre" @@ -2068,11 +2067,11 @@ msgstr "Kalîteya Wêne" msgid "Import" msgstr "هاوردن" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "هاوردن هەڵوەشێنرایەوە" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "هاوردن تەواو بوو بە %d چرکە" @@ -2130,11 +2129,11 @@ msgstr "نیشاندەر" msgid "Indexing" msgstr "نیشانەسازی" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "نیشانەکردن هەڵوەشێنرایەوە" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "نیشانە کردن تەواو بوو بە %d چرکە" @@ -2142,7 +2141,7 @@ msgstr "نیشانە کردن تەواو بوو بە %d چرکە" msgid "Indexing failed" msgstr "نیشانەسازی شکستی هێنا" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "نیشانەکردنی پەڕگەکان لە %s" @@ -2150,11 +2149,11 @@ msgstr "نیشانەکردنی پەڕگەکان لە %s" msgid "Indexing media and sidecar files…" msgstr "پێڕستکردنی پەڕگەکانی میدیا و لاتەنیشتەکان…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "نیشانەکردنی ڕەسەنەکان..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Agahî" @@ -2163,8 +2162,8 @@ msgstr "Agahî" msgid "Inherit" msgstr "Mîratgirtin" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Nimûne" @@ -2178,7 +2177,7 @@ msgstr "Nimûne negihîştî ye. Dema ku dîsa serhêl be, dîsa biceribîne." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Nimûne" @@ -2300,11 +2299,11 @@ msgstr "پێناس" msgid "Label not found" msgstr "پێناسەکە نەدۆزرایەوە" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "پێناسەکە پاشەکەوتکرا" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "پێناسەکە پاشەکەوتکرا" msgid "Labels" msgstr "پێناسەکان" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "پێناسەکان سڕانەوە" @@ -2382,7 +2381,7 @@ msgstr "لێنز" msgid "Lens not found" msgstr "Lens nehat dîtin" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "کتێبخانە" @@ -2399,7 +2398,7 @@ msgstr "کتێبخانە" msgid "License" msgstr "مۆڵەت" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "بەدڵمە" @@ -2430,7 +2429,7 @@ msgstr "View List" msgid "Live" msgstr "زیندوو" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Nîşan" msgid "Maximum number of accounts has been reached." msgstr "Hejmara herî zêde ya hesaban gihîştiye." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Medya" @@ -2585,7 +2584,7 @@ msgstr "بچووک کردنەوە" msgid "Missing" msgstr "بزر" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Veavakirina wenda an nederbasdar" @@ -2593,7 +2592,7 @@ msgstr "Veavakirina wenda an nederbasdar" msgid "mixed" msgstr "tevlihev" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "ساتەکان" @@ -2611,7 +2610,7 @@ msgstr "Monochrome" msgid "Month" msgstr "مانگ" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Vebijarkên bêtir" @@ -2627,7 +2626,7 @@ msgstr "گرنگترین" msgid "Move Files" msgstr "دۆسیەی زیاتر" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "گواستنەوەی پەڕگە لە %s" @@ -2635,14 +2634,14 @@ msgstr "گواستنەوەی پەڕگە لە %s" msgid "Must have at least %{n} characters." msgstr "بەلایەنی کەمەوە 6 نووسە" -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Bêdeng" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "تێپەڕەوشەی نوێ" msgid "Newest First" msgstr "یەکەم تازەترین" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Piştî" @@ -2828,7 +2827,7 @@ msgstr "وێنە نافۆتۆگرافی و کوالێتی نزمەکان پێو msgid "None" msgstr "هیچ" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Destûr nayê dayîn" @@ -2841,7 +2840,7 @@ msgstr "بەردەست نیە بۆ دۆخی گشتی" msgid "Not available in read-only mode" msgstr "بەردەست نییە لە دۆخی تەنها-خوێندنەوە" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "نەدۆزرایەوە" @@ -2849,7 +2848,7 @@ msgstr "نەدۆزرایەوە" msgid "Not sorted." msgstr "Ne veqetandin." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Ne piştgirî kirin" @@ -2914,11 +2913,11 @@ msgstr "جارێك لەهەفتەیەكدا" msgid "One album found" msgstr "یەك ئەلبوم دۆزرایەوە" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "یەک تێکراو زیاد کرایە %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "یەک تێکراو لابرا لە %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Tenê hesabên herêmî yên ku têne rêve kirin dikarin ji bo erêkirinê bi 2FA re bêne saz kirin." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Vekirî" @@ -3059,7 +3058,7 @@ msgstr "Beşek ji hin wêneyên hilbijartî" msgid "Password" msgstr "تێپەڕەوشە" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "تێپەڕەوشە گۆڕدرا" @@ -3071,7 +3070,7 @@ msgstr "Mizdan" msgid "Payment required" msgstr "Pêdivî bi dravdanê heye" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "ئەو کەسانەی بەستەرێکی هاوبەشیان لەگەڵ دا دروست دەکەیت، توانای بینینی ناوەڕۆکە گشتیەکانی دەبێت." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "بە هەمیشەیی سڕاوەتەوە" @@ -3103,7 +3102,7 @@ msgstr "Şexs" msgid "Person cover updated" msgstr "Bergê kesî hate nûvekirin" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "ئەلبومەکان سڕانەوە" @@ -3112,7 +3111,7 @@ msgstr "ئەلبومەکان سڕانەوە" msgid "Person not found" msgstr "هیچ ئەلبومێکی نەدۆزیوەتەوە" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "ڕێکخستنەکان پاشەکەوتکراو" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism 100% xwe-fînanse û serbixwe ye." msgid "PhotoPrism+ Membership" msgstr "Endamtiya PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "وێنەکان" @@ -3162,8 +3161,8 @@ msgstr "شوێن" msgid "Place & Time" msgstr "شوێن و کات" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Ji kerema xwe not bikin ku guhertina şîfreya xwe dê we li ser cîhaz msgid "Please restart your instance for the changes to take effect." msgstr "Ji kerema xwe mînaka xwe ji nû ve bidin destpêkirin da ku guheztin bikeve meriyetê." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Ji kerema xwe li bendê bin…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "سنووری قەبارەی PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "پێشبینین" msgid "Preview Images" msgstr "Pêşdîtina Wêneyan" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Pêşî" @@ -3279,7 +3278,7 @@ msgstr "Dîtina berê" msgid "Primary" msgstr "سەرەکی" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "سەرەکی" msgid "Private" msgstr "تایبەتی" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Barkirin tê pêvajokirin..." @@ -3389,7 +3388,7 @@ msgstr "سور" msgid "Refresh" msgstr "Hênikkirin" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Herêmên" msgid "Register" msgstr "Fêhrist" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Qeydkirin neçalak e" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "سڕینەوە" msgid "remove failed: unknown album" msgstr "سڕینەوەکە سەرکەوتوو نەبوو: ئەلبومی نەناسراو" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Ji albûmê derxe" @@ -3447,11 +3450,11 @@ msgstr "Ji hemû wêneyên bijartî jê bibe" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "لابردنی پەڕگە هاوردەکان بۆ بەتاڵکردنی بیرگە. جۆرەکانی پەڕگەی پشتیوانی نەکراو هەرگیز ناسڕدرێتەوە، ئەوان لە شوێنی ئێستایان دەمێننەوە." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Nimûneya bijartî ji qeyda klusterê rake?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Rakirî" @@ -3459,7 +3462,7 @@ msgstr "Rakirî" msgid "Removed %{name}" msgstr "%{name} hat rakirin" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "لابردنی %d پەڕگە و %d وێنە" @@ -3468,7 +3471,7 @@ msgstr "لابردنی %d پەڕگە و %d وێنە" msgid "Repeated" msgstr "Dubarekirî" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Daxwaz bi ser neket - tu negirêdayî yî?" @@ -3499,12 +3502,12 @@ msgstr "Restart" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "گەڕاندنەوە" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Restored" @@ -3516,7 +3519,7 @@ msgstr "Sînora ji nû ve biceribîne" msgid "Retype Password" msgstr "نوسینەوەی وشه‌ی تێپه‌ڕبوون" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "نهێنی" msgid "Security and Access" msgstr "Ewlekarî û Gihîştin" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "دەستنیشانکردن" @@ -3707,19 +3710,19 @@ msgstr "Demjimêr hilbijêrin" msgid "Selection" msgstr "Neqînî" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "دەستنیشان کراو زیادکرایە %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "دەستنیشان کراو پەسەند کرا" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "هەڵبژاردەکە ئەرشیفکرا" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "دەستنیشانکراوەکان کران بە تایبەتی" @@ -3727,7 +3730,7 @@ msgstr "دەستنیشانکراوەکان کران بە تایبەتی" msgid "Selection not found" msgstr "هەڵبژاردەکان نەدۆزرایەوە" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "هەڵبژاردەکە دووبارەکۆگاکرایەوە" @@ -3735,7 +3738,7 @@ msgstr "هەڵبژاردەکە دووبارەکۆگاکرایەوە" msgid "Sequential Name" msgstr "ناوی زنجیرەیی" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Xizmetkar" @@ -3765,7 +3768,7 @@ msgstr "Nasnameya rûniştinê" msgid "Sessions" msgstr "Sessions" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Set wek Album Cover" @@ -3775,15 +3778,15 @@ msgstr "Wekî Wêneya Bergê Bide Dest" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "ڕێکخستنەکان" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "ڕێکخستنەکان پاشەکەوتکرا" @@ -3822,7 +3825,7 @@ msgstr "Hemû Etîketan Nîşan Bide" msgid "Show all new faces" msgstr "Hemî rûyên nû nîşan bidin" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Sernivîsê nîşan bide" @@ -3910,7 +3913,7 @@ msgstr "URL-ya malperê" msgid "Size" msgstr "ڕووبەر" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Slideshow" @@ -3942,7 +3945,7 @@ msgstr "Hin albûm nehatin afirandin. Ji kerema xwe navan biguherînin û dîsa msgid "Some albums could not be updated" msgstr "Hin albûm nehatin nûvekirin" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Tiştek xelet derket, dîsa biceribîne" @@ -4046,7 +4049,7 @@ msgstr "شەقامەکان" msgid "Subject" msgstr "ناونیشان" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "ناونیشان" @@ -4054,11 +4057,11 @@ msgstr "ناونیشان" msgid "Subject not found" msgstr "ناونیشان" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "ناونیشان" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Bi serketî hate aktîfkirin" @@ -4071,7 +4074,7 @@ msgstr "Bi serketî ve girêdayî ye" msgid "Successfully deleted" msgstr "Bi serketî hat jêbirin" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Bi serketî verast kirin" @@ -4236,7 +4239,7 @@ msgstr "تۆکن" msgid "Too many files selected" msgstr "Gelek pel hatine hilbijartin" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Pir daxwazî" @@ -4292,7 +4295,7 @@ msgstr "Betal bike" msgid "Unique ID" msgstr "IDـی بێ هاوتا" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Cihê nenas" msgid "Unregistered" msgstr "Neqeydkirî" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "پۆلێن نەکراوە" @@ -4350,7 +4353,7 @@ msgstr "Formata nayê piştgirîkirin" msgid "Unsupported type" msgstr "Cureyê ne piştgirî" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "بارکردن تەواو بوو. نیشانەکردن…" msgid "Upload failed" msgstr "بارکردنەکە سەرکەوتوو نەبوو" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Barkirin hat pêvajokirin" @@ -4467,7 +4470,7 @@ msgstr "دووبارە بارکردن…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "بارکردنەکان کە لەوانەیە ئەم جۆرە وێنانە لەخۆە بگرێ بە شێوەیەکی خۆکار ڕەت دەکرێنەوە." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Koda vegerandina xwe bikar bînin an ji bo alîkariyê bi rêveberek re #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "بەکارهێنەر" @@ -4523,7 +4526,7 @@ msgstr "ناوی بەکارهێنەر" msgid "Users" msgstr "Bikarhêner" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vectors" msgid "Verification Code" msgstr "Koda verastkirinê" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "E-nameya piştrastkirî pêwîst e" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Awa" @@ -4561,7 +4568,7 @@ msgstr "ڤیدیۆ" msgid "Video Duration" msgstr "بەخشینەکان" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Piştgiriya weya domdar ji me re dibe alîkar ku em lêçûnên xebitand msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Pirtûkxaneya we bi domdarî tê analîz kirin ku bixweber albumên demên taybetî, rêwîtî û deveran çêdike." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "زیپ بە %d چرکە دروستکرا" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "گەورەکردن/بچووکردن" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Dilşad" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "ناونیشان" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/lt.po b/frontend/src/locales/lt.po index 5c129026f..9d7013a15 100644 --- a/frontend/src/locales/lt.po +++ b/frontend/src/locales/lt.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Lithuanian \n" "Language: lt\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} yra per ilgas" msgid "%{s} is too short" msgstr "%{s} yra per trumpas" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d įrašai, įtraukti į %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d įrašai pašalinti iš %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d failai įkelti per %d s" @@ -100,7 +100,7 @@ msgstr "%d failai įkelti per %d s" msgid "%s already exists" msgstr "%s jau egzistuoja" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s buvo atkurta" @@ -176,14 +176,13 @@ msgstr "Prieigos žetonas" msgid "Account" msgstr "Sąskaita" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Sukurta paskyra" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Ištrinta paskyra" @@ -199,7 +198,7 @@ msgstr "Paskyra nerasta" msgid "Account restored" msgstr "Atkurta paskyra" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Išsaugota paskyra" @@ -207,7 +206,7 @@ msgstr "Išsaugota paskyra" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Sąskaitos" @@ -343,7 +342,7 @@ msgstr "Sureguliuokite datą ir laiką" msgid "Adjust Location" msgstr "Sureguliuokite vietą" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Administratorius" @@ -396,7 +395,7 @@ msgstr "Po dviejų savaičių" msgid "Album" msgstr "Albumas" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Albumas %s pašalintas" @@ -404,11 +403,11 @@ msgstr "Albumas %s pašalintas" msgid "Album Backups" msgstr "Albumo atsarginės kopijos" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Klonuotas albumo turinys" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Sukurtas albumas" @@ -420,11 +419,11 @@ msgstr "Ištrintas albumas" msgid "Album not found" msgstr "Albumas nerastas" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Išsaugotas albumas" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Išsaugotas albumas" msgid "Albums" msgstr "Albumai" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Ištrinti albumai" @@ -538,7 +537,7 @@ msgstr "Aukštis (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Patvirtinti ir išsaugoti pakeitimus" msgid "Apps and Devices" msgstr "Programėlės ir įrenginiai" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Archyvuota" @@ -650,7 +649,7 @@ msgstr "Kraštinių santykis" msgid "Attributes" msgstr "Atributai" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Pranešimas apie klaidą" msgid "Busy, please try again later" msgstr "Užimta, bandykite vėliau" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Užimtas, palaukite…" @@ -775,7 +774,7 @@ msgstr "Užimtas, palaukite…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Naudodamiesi mūsų teikiama programine įranga ir paslaugomis, sutinkate su mūsų paslaugų teikimo sąlygomis, privatumo politika ir elgesio kodeksu." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalendorius" @@ -897,11 +896,10 @@ msgstr "Keisti privačią vėliavą" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Pakeitimų nepavyko išsaugoti" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Skaidrus" msgid "Clear {0}" msgstr "Išvalyti {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Klientas" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Klientas" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Klientas" msgid "Close" msgstr "Uždaryti" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Klasteris" @@ -1018,7 +1016,7 @@ msgstr "Klasteris" msgid "Cluster Admin" msgstr "Klasterio administratorius" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Klasterio mazgas" @@ -1149,7 +1147,7 @@ msgstr "Nukopijuota į iškarpinę" msgid "Copy" msgstr "Kopijuoti" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Failų kopijavimas iš %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Sukurkite YAML šalutinius failus paveikslėlių metaduomenims kurti." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Sukurta" @@ -1263,7 +1261,7 @@ msgstr "Derinimo žurnalai" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Numatytasis aplankas" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Atmesti negaliojančius pakeitimus?" msgid "Discard unsaved changes?" msgstr "Atmesti neišsaugotus pakeitimus?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Atraskite" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Atlikta." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Atsisiųsti nuotolinius failus" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Dinaminės peržiūros" msgid "Dynamic Size Limit: %{n}px" msgstr "Dinaminio dydžio riba: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Įveskite elemento pavadinimą..." msgid "Enter the code generated by your authenticator app:" msgstr "Įveskite autentifikatoriaus programėlės sugeneruotą kodą:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Įveskite patvirtinimo kodą" @@ -1640,12 +1639,12 @@ msgstr "Įveskite slaptažodį, kad patvirtintumėte veiksmą ir tęstumėte:" msgid "Entity not found" msgstr "Subjektas nerastas" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Klaida" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Nepavyko sukurti zip failo" msgid "Failed to load users." msgstr "Nepavyko įkelti vartotojų." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Nepavyko pašalinti veido žymeklio" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Nepavyko pašalinti pavadinimo" @@ -1763,7 +1762,7 @@ msgstr "Nepavyko iš naujo paleisti serverio" msgid "Failed to save changes" msgstr "Nepavyko išsaugoti pakeitimų" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Nepavyko išsaugoti veido žymeklio" @@ -1796,7 +1795,7 @@ msgstr "Greitai" msgid "Favorite" msgstr "Mėgstamiausias" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Mėgstamiausi" @@ -1818,7 +1817,7 @@ msgstr "Moteris" msgid "File" msgstr "Failas" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Failų naršyklė" @@ -1826,7 +1825,7 @@ msgstr "Failų naršyklė" msgid "File Conversion" msgstr "Failų konvertavimas" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Ištrintas failas" @@ -1842,7 +1841,7 @@ msgstr "Failas" msgid "File not found" msgstr "Failo rasti nepavyko" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Failas pašalintas iš kamino" @@ -1855,7 +1854,7 @@ msgstr "Failas" msgid "File too large" msgstr "Per didelis failas" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Įkeltas failas" @@ -1901,7 +1900,7 @@ msgstr "Aplankale yra %{n} failų" msgid "Folder is empty" msgstr "Aplankas tuščias" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Aplankalai" @@ -1928,7 +1927,7 @@ msgstr "Kadrai" msgid "Full Access" msgstr "Pilna prieiga" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Viso ekrano" @@ -2013,7 +2012,7 @@ msgstr "Paramos gavimas" msgid "Hidden" msgstr "Paslėptas" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Paslėpti failai" @@ -2021,7 +2020,7 @@ msgstr "Paslėpti failai" msgid "Hide" msgstr "Paslėpti" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Paslėpti antraštę" @@ -2068,11 +2067,11 @@ msgstr "Vaizdo kokybė" msgid "Import" msgstr "Importas" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importas atšauktas" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Importas baigtas per %d s" @@ -2130,11 +2129,11 @@ msgstr "Indeksas" msgid "Indexing" msgstr "Indeksavimas" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indeksavimas atšauktas" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indeksavimas baigtas per %d s" @@ -2142,7 +2141,7 @@ msgstr "Indeksavimas baigtas per %d s" msgid "Indexing failed" msgstr "Indeksavimas nepavyko" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Failų indeksavimas %s" @@ -2150,11 +2149,11 @@ msgstr "Failų indeksavimas %s" msgid "Indexing media and sidecar files…" msgstr "Medijos ir šalutinių failų indeksavimas…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Originalų indeksavimas..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informacija" @@ -2163,8 +2162,8 @@ msgstr "Informacija" msgid "Inherit" msgstr "Paveldėti" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Atvejis" @@ -2178,7 +2177,7 @@ msgstr "Negaliu prisijungti prie serverio. Pabandykite vėl, kai jis vėl bus pa #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Atvejai" @@ -2300,11 +2299,11 @@ msgstr "Etiketė" msgid "Label not found" msgstr "Etiketė nerasta" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Išsaugota etiketė" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Išsaugota etiketė" msgid "Labels" msgstr "Etiketės" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Ištrintos etiketės" @@ -2382,7 +2381,7 @@ msgstr "Objektyvas" msgid "Lens not found" msgstr "Objektyvas nerastas" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Biblioteka" @@ -2399,7 +2398,7 @@ msgstr "Biblioteka" msgid "License" msgstr "Licencija" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Kaip" @@ -2430,7 +2429,7 @@ msgstr "Sąrašo rodinys" msgid "Live" msgstr "Gyvai" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Žymeklis" msgid "Maximum number of accounts has been reached." msgstr "Pasiektas maksimalus paskyrų skaičius." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Žiniasklaida" @@ -2585,7 +2584,7 @@ msgstr "Sumažinkite" msgid "Missing" msgstr "Trūksta" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Trūksta konfigūracijos arba ji negalioja" @@ -2593,7 +2592,7 @@ msgstr "Trūksta konfigūracijos arba ji negalioja" msgid "mixed" msgstr "mišrus" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Akimirkos" @@ -2611,7 +2610,7 @@ msgstr "Vienspalvis" msgid "Month" msgstr "Mėnuo" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Daugiau galimybių" @@ -2627,7 +2626,7 @@ msgstr "Aktualiausia" msgid "Move Files" msgstr "Failų perkėlimas" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Failų perkėlimas iš %s" @@ -2635,14 +2634,14 @@ msgstr "Failų perkėlimas iš %s" msgid "Must have at least %{n} characters." msgstr "Ne mažiau kaip 6 ženklai." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Nutildyti" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Naujas slaptažodis" msgid "Newest First" msgstr "Naujausias pirmas" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Kitas" @@ -2828,7 +2827,7 @@ msgstr "Prieš rodant nefotografuotus ir prastos kokybės vaizdus paieškos rezu msgid "None" msgstr "Nėra" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Neleidžiama" @@ -2841,7 +2840,7 @@ msgstr "Negalima naudoti viešuoju režimu" msgid "Not available in read-only mode" msgstr "Negalima naudoti tik skaitymo režimu" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Nerasta" @@ -2849,7 +2848,7 @@ msgstr "Nerasta" msgid "Not sorted." msgstr "Neišrūšiuota." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Nepalaikoma" @@ -2914,11 +2913,11 @@ msgstr "Kartą per savaitę" msgid "One album found" msgstr "Rastas vienas albumas" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Vienas įrašas pridėtas prie %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Vienas įrašas pašalintas iš %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Tik vietoje valdomose paskyrose galima nustatyti autentifikavimą naudojant 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Atviras" @@ -3059,7 +3058,7 @@ msgstr "Dalis pasirinktų nuotraukų" msgid "Password" msgstr "Slaptažodis" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Pakeistas slaptažodis" @@ -3071,7 +3070,7 @@ msgstr "Pauzė" msgid "Payment required" msgstr "Reikia atlikti mokėjimą" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Žmonės, su kuriais bendrinate nuorodą, galės peržiūrėti viešą turinį." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Visam laikui ištrintas" @@ -3103,7 +3102,7 @@ msgstr "Asmuo" msgid "Person cover updated" msgstr "Atnaujintas asmens dangtelis" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Išbrauktas asmuo" @@ -3112,7 +3111,7 @@ msgstr "Išbrauktas asmuo" msgid "Person not found" msgstr "Asmuo nerastas" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Išsaugotas asmuo" @@ -3132,7 +3131,7 @@ msgstr "\"PhotoPrism\" yra 100 % savarankiškai finansuojama ir nepriklausoma." msgid "PhotoPrism+ Membership" msgstr "\"PhotoPrism+\" narystė" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Nuotraukos" @@ -3162,8 +3161,8 @@ msgstr "Vieta" msgid "Place & Time" msgstr "Vieta & amp; laikas" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Atkreipkite dėmesį, kad pakeitę slaptažodį atsijungsite kituose įr msgid "Please restart your instance for the changes to take effect." msgstr "Kad pakeitimai įsigaliotų, iš naujo paleiskite savo instanciją." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Palaukite…" @@ -3218,7 +3217,7 @@ msgstr "PREMJERAS" msgid "PNG Size Limit: %{n}px" msgstr "PNG dydžio riba: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portalas" @@ -3258,7 +3257,7 @@ msgstr "Peržiūra" msgid "Preview Images" msgstr "Peržiūros vaizdai" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Ankstesnis" @@ -3279,7 +3278,7 @@ msgstr "Ankstesnis vaizdinis" msgid "Primary" msgstr "Pagrindinis" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Pagrindinis" msgid "Private" msgstr "Privatus" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Įkėlimo apdorojimas..." @@ -3389,7 +3388,7 @@ msgstr "Raudona" msgid "Refresh" msgstr "Atnaujinti" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regionai" msgid "Register" msgstr "Registruotis" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registracija išjungta" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Pašalinti" msgid "remove failed: unknown album" msgstr "pašalinti nepavyko: nežinomas albumas" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Pašalinti iš albumo" @@ -3447,11 +3450,11 @@ msgstr "Pašalinti iš visų pasirinktų nuotraukų" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Pašalinkite importuotus failus, kad sutaupytumėte saugyklą. Nepalaikomi failų tipai niekada nebus ištrinti, jie liks savo dabartinėje vietoje." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Pašalinti pasirinktą egzempliorių iš klasterio registro?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Pašalinta" @@ -3459,7 +3462,7 @@ msgstr "Pašalinta" msgid "Removed %{name}" msgstr "%{name} pašalinta" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Pašalinti %d failai ir %d nuotraukos" @@ -3468,7 +3471,7 @@ msgstr "Pašalinti %d failai ir %d nuotraukos" msgid "Repeated" msgstr "Pakartotinai" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Užklausa nepavyko - ar esate neprisijungęs?" @@ -3499,12 +3502,12 @@ msgstr "Iš naujo paleiskite" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Atkurti" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Atkurtas" @@ -3516,7 +3519,7 @@ msgstr "Pakartojimo limitas" msgid "Retype Password" msgstr "Pakartokite slaptažodį" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Paslaptis" msgid "Security and Access" msgstr "Saugumas ir prieiga" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Pasirinkite" @@ -3707,19 +3710,19 @@ msgstr "Pasirinkite laiką" msgid "Selection" msgstr "Atranka" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Pasirinkimas pridėtas prie %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Patvirtinta atranka" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Atranka archyvuota" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Atranka pažymėta kaip privati" @@ -3727,7 +3730,7 @@ msgstr "Atranka pažymėta kaip privati" msgid "Selection not found" msgstr "Pasirinkimas nerastas" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Atkurta atranka" @@ -3735,7 +3738,7 @@ msgstr "Atkurta atranka" msgid "Sequential Name" msgstr "Sekvencinis pavadinimas" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Paslauga" @@ -3765,7 +3768,7 @@ msgstr "Sesijos ID" msgid "Sessions" msgstr "Sesijos" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Nustatyti kaip albumo viršelį" @@ -3775,15 +3778,15 @@ msgstr "Nustatyti kaip viršelio paveikslėlį" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Nustatymai" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Išsaugoti nustatymai" @@ -3822,7 +3825,7 @@ msgstr "Rodyti visas etiketes" msgid "Show all new faces" msgstr "Rodyti visus naujus veidus" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Rodyti antraštę" @@ -3910,7 +3913,7 @@ msgstr "Svetainės URL" msgid "Size" msgstr "Dydis" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Skaidrės" @@ -3942,7 +3945,7 @@ msgstr "Kai kurių albumų nepavyko sukurti. Redaguokite pavadinimus ir bandykit msgid "Some albums could not be updated" msgstr "Kai kurių albumų nepavyko atnaujinti" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Kažkas nepavyko, bandykite dar kartą" @@ -4046,7 +4049,7 @@ msgstr "Gatvės" msgid "Subject" msgstr "Tema" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Išbrauktas objektas" @@ -4054,11 +4057,11 @@ msgstr "Išbrauktas objektas" msgid "Subject not found" msgstr "Tema nerasta" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Tema - išsaugotas" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Sėkmingai suaktyvinta" @@ -4071,7 +4074,7 @@ msgstr "Sėkmingai prijungtas" msgid "Successfully deleted" msgstr "Sėkmingai ištrintas" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Sėkmingai patvirtinta" @@ -4236,7 +4239,7 @@ msgstr "Žetonas" msgid "Too many files selected" msgstr "Pasirinkta per daug failų" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Per daug prašymų" @@ -4292,7 +4295,7 @@ msgstr "Panaikinti" msgid "Unique ID" msgstr "Unikalus ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Nežinoma vieta" msgid "Unregistered" msgstr "Neregistruotas" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Nerūšiuota" @@ -4350,7 +4353,7 @@ msgstr "Nepalaikomas formatas" msgid "Unsupported type" msgstr "Nepalaikomas tipas" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Įkėlimas baigtas. Indeksavimas…" msgid "Upload failed" msgstr "Įkelti nepavyko" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Įkėlimas apdorotas" @@ -4467,7 +4470,7 @@ msgstr "Perkrovimas…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Siunčiami vaizdai, kuriuose gali būti tokių vaizdų, bus automatiškai atmesti." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Naudokite atkūrimo kodą arba kreipkitės pagalbos į administratorių. #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Vartotojas" @@ -4523,7 +4526,7 @@ msgstr "Vartotojo vardas" msgid "Users" msgstr "Vartotojai" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vektoriai" msgid "Verification Code" msgstr "Patvirtinimo kodas" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Reikalingas patvirtintas el. pašto adresas" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versija" @@ -4561,7 +4568,7 @@ msgstr "Vaizdo įrašas" msgid "Video Duration" msgstr "Dovanos" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Jūsų nuolatinė parama padeda mums reguliariai teikti atnaujinimus ir msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Jūsų biblioteka nuolat analizuojama, kad būtų galima automatiškai kurti ypatingų akimirkų, kelionių ir vietų albumus." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip sukurta %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Priartinimas / atitolinimas" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Turinys" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Pavadinimas" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/lv.po b/frontend/src/locales/lv.po index c6a85e712..6db92efc1 100644 --- a/frontend/src/locales/lv.po +++ b/frontend/src/locales/lv.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: none\n" "Language: lv\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -80,15 +80,15 @@ msgstr "%{s} ir pārāk garš" msgid "%{s} is too short" msgstr "%{s} ir pārāk īss" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d ieraksti pievienoti %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "No %s tika izdzēsti %d ieraksti" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d faili augšupielādēti %d sekundēs" @@ -96,7 +96,7 @@ msgstr "%d faili augšupielādēti %d sekundēs" msgid "%s already exists" msgstr "%s jau pastāv" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s ir atjaunots" @@ -172,14 +172,13 @@ msgstr "Piekļuves žetons" msgid "Account" msgstr "Konts" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Konts izveidots" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Konts ir dzēsts" @@ -195,7 +194,7 @@ msgstr "Konts nav atrasts" msgid "Account restored" msgstr "Konts ir atjaunots" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Konts saglabāts" @@ -203,7 +202,7 @@ msgstr "Konts saglabāts" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Konti" @@ -339,7 +338,7 @@ msgstr "Pielāgot datumu un laiku" msgid "Adjust Location" msgstr "Pielāgot atrašanās vietu" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Administrators" @@ -392,7 +391,7 @@ msgstr "Pēc divām nedēļām" msgid "Album" msgstr "Albums" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Albums %s ir izdzēsts" @@ -400,11 +399,11 @@ msgstr "Albums %s ir izdzēsts" msgid "Album Backups" msgstr "Albuma dublējumkopijas" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Albuma saturs ir dublēts" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Albums izveidots" @@ -416,11 +415,11 @@ msgstr "Albums ir izdzēsts" msgid "Album not found" msgstr "Albums nav atrasts" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Albums saglabāts" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -428,7 +427,7 @@ msgstr "Albums saglabāts" msgid "Albums" msgstr "Albumi" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albumi ir dzēsti" @@ -534,7 +533,7 @@ msgstr "Augstums (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -588,7 +587,7 @@ msgstr "Apstiprināt un saglabāt izmaiņas" msgid "Apps and Devices" msgstr "Lietotnes un ierīces" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arhivēts" @@ -646,7 +645,7 @@ msgstr "Malu attiecība" msgid "Attributes" msgstr "Atribūti" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -763,7 +762,7 @@ msgstr "Kļūdas ziņojums" msgid "Busy, please try again later" msgstr "Sistēma ir noslogota, lūdzu, mēģiniet vēlāk" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Aizņemts, lūdzu, uzgaidiet…" @@ -771,7 +770,7 @@ msgstr "Aizņemts, lūdzu, uzgaidiet…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Izmantojot mūsu piedāvāto programmatūru un pakalpojumus, jūs piekrītat mūsu pakalpojumu sniegšanas noteikumiem, privātuma politikai un rīcības kodeksam." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalendārs" @@ -893,11 +892,10 @@ msgstr "Mainīt privāto atzīmi" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -917,11 +915,11 @@ msgstr "Izmaiņas nevarēja saglabāt" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -963,13 +961,13 @@ msgstr "Skaidrs" msgid "Clear {0}" msgstr "Notīrīt {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Klients" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -979,14 +977,14 @@ msgstr "Klients" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1005,7 +1003,7 @@ msgstr "Klients" msgid "Close" msgstr "Aizvērt" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Klasteris" @@ -1014,7 +1012,7 @@ msgstr "Klasteris" msgid "Cluster Admin" msgstr "Klastera administrators" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Klastera mezgls" @@ -1145,7 +1143,7 @@ msgstr "Kopēts starpliktuvē" msgid "Copy" msgstr "Kopēt" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Failu kopēšana no %s" @@ -1200,7 +1198,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Izveidojiet YAML blakusfailus, lai dublētu attēlu metadatus." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Izveidots" @@ -1259,7 +1257,7 @@ msgstr "Atkļūdošanas žurnāli" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1271,7 +1269,7 @@ msgid "Default Folder" msgstr "Noklusējuma mape" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1412,8 +1410,8 @@ msgstr "Nederīgu izmaiņu noraidīšana?" msgid "Discard unsaved changes?" msgstr "Atteikties no nesaglabātām izmaiņām?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Atklāt" @@ -1482,7 +1480,7 @@ msgid "Done." msgstr "Pabeigts." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1499,7 +1497,7 @@ msgstr "Lejupielādēt attālinātos failus" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1533,9 +1531,10 @@ msgstr "Dinamiskie priekšskatījumi" msgid "Dynamic Size Limit: %{n}px" msgstr "Dinamiskā izmēra ierobežojums: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1624,7 +1623,7 @@ msgstr "Ievadiet nosaukumu..." msgid "Enter the code generated by your authenticator app:" msgstr "Ievadiet autentifikācijas lietotnes ģenerēto kodu:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Ievadiet verifikācijas kodu" @@ -1636,12 +1635,12 @@ msgstr "Ievadiet paroli, lai apstiprinātu darbību un turpinātu:" msgid "Entity not found" msgstr "Objekts nav atrasts" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Kļūda" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1735,11 +1734,11 @@ msgstr "Neizdevās izveidot ZIP failu" msgid "Failed to load users." msgstr "Neizdevās ielādēt lietotājus." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Neizdevās noņemt sejas marķieri" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Neizdevās noņemt nosaukumu" @@ -1759,7 +1758,7 @@ msgstr "Neizdevās pārstartēt serveri" msgid "Failed to save changes" msgstr "Neizdevās saglabāt izmaiņas" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Neizdevās saglabāt sejas marķieri" @@ -1792,7 +1791,7 @@ msgstr "Ātri" msgid "Favorite" msgstr "Favorīts" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favorīti" @@ -1814,7 +1813,7 @@ msgstr "Sieviete" msgid "File" msgstr "Fails" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Failu pārlūks" @@ -1822,7 +1821,7 @@ msgstr "Failu pārlūks" msgid "File Conversion" msgstr "Failu konvertēšana" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Fails izdzēsts" @@ -1838,7 +1837,7 @@ msgstr "Faila nosaukums" msgid "File not found" msgstr "Fails nav atrasts" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Fails izņemts no saraksta" @@ -1851,7 +1850,7 @@ msgstr "Faila izmērs" msgid "File too large" msgstr "Fails ir pārāk liels" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Fails augšupielādēts" @@ -1897,7 +1896,7 @@ msgstr "Mapē ir %{n} faili" msgid "Folder is empty" msgstr "Mape ir tukša" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Mapes" @@ -1924,7 +1923,7 @@ msgstr "Rāmji" msgid "Full Access" msgstr "Pilna piekļuve" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Pilnekrāna režīms" @@ -2009,7 +2008,7 @@ msgstr "Palīdzība un atbalsts" msgid "Hidden" msgstr "Slēpts" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Slēptie faili" @@ -2017,7 +2016,7 @@ msgstr "Slēptie faili" msgid "Hide" msgstr "Slēpt" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Paslēpt Virsrakstu" @@ -2064,11 +2063,11 @@ msgstr "Attēla kvalitāte" msgid "Import" msgstr "Importēt" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importēšana atcelta" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Importēšana pabeigta pēc %d s" @@ -2126,11 +2125,11 @@ msgstr "Indekss" msgid "Indexing" msgstr "Indeksēšana" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indeksēšana atcelta" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indeksēšana pabeigta %d sekundēs" @@ -2138,7 +2137,7 @@ msgstr "Indeksēšana pabeigta %d sekundēs" msgid "Indexing failed" msgstr "Indeksēšana neizdevās" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Notiek failu indeksēšana %s" @@ -2146,11 +2145,11 @@ msgstr "Notiek failu indeksēšana %s" msgid "Indexing media and sidecar files…" msgstr "Notiek multivides un blakusfailu indeksēšana…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Notiek oriģinālu indeksēšana..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informācija" @@ -2159,8 +2158,8 @@ msgstr "Informācija" msgid "Inherit" msgstr "Pārmantot" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instance" @@ -2174,7 +2173,7 @@ msgstr "Instance nav pieejama. Mēģiniet vēlreiz, kad tā atkal būs pieejama. #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instances" @@ -2296,11 +2295,11 @@ msgstr "Birka" msgid "Label not found" msgstr "Birka nav atrasta" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Birka saglabāta" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2312,7 +2311,7 @@ msgstr "Birka saglabāta" msgid "Labels" msgstr "Birkas" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Birkas ir dzēstas" @@ -2378,7 +2377,7 @@ msgstr "Objektīvs" msgid "Lens not found" msgstr "Objektīvs nav atrasts" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Bibliotēka" @@ -2395,7 +2394,7 @@ msgstr "Bibliotēka" msgid "License" msgstr "Licence" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Patīk" @@ -2426,7 +2425,7 @@ msgstr "Saraksta skats" msgid "Live" msgstr "Tiešraide" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2540,7 +2539,7 @@ msgstr "Marķieris" msgid "Maximum number of accounts has been reached." msgstr "Ir sasniegts maksimālais kontu skaits." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Mediji" @@ -2581,7 +2580,7 @@ msgstr "Minimizēt" msgid "Missing" msgstr "Trūkst" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Trūkstoša vai nederīga konfigurācija" @@ -2589,7 +2588,7 @@ msgstr "Trūkstoša vai nederīga konfigurācija" msgid "mixed" msgstr "jaukts" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Mirkļi" @@ -2607,7 +2606,7 @@ msgstr "Vienkrāsains" msgid "Month" msgstr "Mēnesis" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Vairāk iespēju" @@ -2623,7 +2622,7 @@ msgstr "Visatbilstošākais" msgid "Move Files" msgstr "Pārvietot failus" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Failu pārvietošana no %s" @@ -2631,14 +2630,14 @@ msgstr "Failu pārvietošana no %s" msgid "Must have at least %{n} characters." msgstr "Jābūt vismaz %{n} rakstzīmēm." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Izslēgt skaņu" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2687,7 +2686,7 @@ msgstr "Jauna parole" msgid "Newest First" msgstr "Jaunākie vispirms" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Nākamais" @@ -2824,7 +2823,7 @@ msgstr "Attēli, kas nav fotoattēli un ir zemas kvalitātes, ir jāpārskata, p msgid "None" msgstr "Neviens" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Nav atļauts" @@ -2837,7 +2836,7 @@ msgstr "Nav pieejams publiskajā režīmā" msgid "Not available in read-only mode" msgstr "Nav pieejams lasīšanas režīmā" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Nav atrasts" @@ -2845,7 +2844,7 @@ msgstr "Nav atrasts" msgid "Not sorted." msgstr "Nav sakārtots." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Nav atbalstīts" @@ -2910,11 +2909,11 @@ msgstr "Reizi nedēļā" msgid "One album found" msgstr "Atrasts viens albums" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "%s tika pievienots viens ieraksts" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "No %s tika izdzēsts viens ieraksts" @@ -2948,8 +2947,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Divfaktoru autentifikāciju var iestatīt tikai lokāli pārvaldītiem kontiem." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Atvērt" @@ -3055,7 +3054,7 @@ msgstr "Daļa no dažām atlasītajām fotogrāfijām" msgid "Password" msgstr "Parole" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Parole nomainīta" @@ -3067,7 +3066,7 @@ msgstr "Pauze" msgid "Payment required" msgstr "Nepieciešams veikt maksājumu" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3083,7 +3082,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Personas, ar kurām kopīgojat saiti, varēs skatīt publisko saturu." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Neatgriezeniski dzēsts" @@ -3099,7 +3098,7 @@ msgstr "Persona" msgid "Person cover updated" msgstr "Personas vāks atjaunināts" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Persona dzēsta" @@ -3108,7 +3107,7 @@ msgstr "Persona dzēsta" msgid "Person not found" msgstr "Persona nav atrasta" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Glābta persona" @@ -3128,7 +3127,7 @@ msgstr "PhotoPrism ir 100% pašfinansēts un neatkarīgs." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ dalība" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotogrāfijas" @@ -3158,8 +3157,8 @@ msgstr "Vieta" msgid "Place & Time" msgstr "Vieta un laiks" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3202,7 +3201,7 @@ msgstr "Lūdzu, ņemiet vērā, ka, mainot paroli, jūs tiksiet izrakstīts no c msgid "Please restart your instance for the changes to take effect." msgstr "Lūdzu, restartējiet instanci, lai izmaiņas stātos spēkā." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Lūdzu, uzgaidiet…" @@ -3214,7 +3213,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG izmēra ierobežojums: %{n} pikseļi" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portāls" @@ -3254,7 +3253,7 @@ msgstr "Priekšskatījums" msgid "Preview Images" msgstr "Priekšskatīt attēlus" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Iepriekšējais" @@ -3275,7 +3274,7 @@ msgstr "Iepriekšējais vizuālais materiāls" msgid "Primary" msgstr "Primārā" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3285,7 +3284,7 @@ msgstr "Primārā" msgid "Private" msgstr "Privāts" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Notiek augšupielādes apstrāde..." @@ -3385,7 +3384,7 @@ msgstr "Sarkans" msgid "Refresh" msgstr "Atsvaidzināt" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3400,6 +3399,10 @@ msgstr "Reģioni" msgid "Register" msgstr "Reģistrēties" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Reģistrācija atspējota" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3427,7 +3430,7 @@ msgstr "Noņemt" msgid "remove failed: unknown album" msgstr "Neizdevās noņemt: nezināms albums" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Noņemt no albuma" @@ -3443,11 +3446,11 @@ msgstr "Noņemt no visiem atlasītajiem fotoattēliem" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Noņemiet importētos failus, lai ietaupītu vietu krātuvē. Neatbalstīti failu tipi nekad netiks dzēsti, tie paliks to pašreizējā atrašanās vietā." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Vai noņemt atlasīto instanci no klastera reģistra?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Noņemts" @@ -3455,7 +3458,7 @@ msgstr "Noņemts" msgid "Removed %{name}" msgstr "%{name} ir izdzēsts" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Tika izdzēsti %d faili un %d fotogrāfijas" @@ -3464,7 +3467,7 @@ msgstr "Tika izdzēsti %d faili un %d fotogrāfijas" msgid "Repeated" msgstr "Atkārtots" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Pieprasījums neizdevās. Vai esat bezsaistē?" @@ -3495,12 +3498,12 @@ msgstr "Restartēt" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Atjaunot" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Atjaunots" @@ -3512,7 +3515,7 @@ msgstr "Atkārtotu mēģinājumu limits" msgid "Retype Password" msgstr "Atkārtojiet paroli" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3656,7 +3659,7 @@ msgstr "Noslēpums" msgid "Security and Access" msgstr "Drošība un piekļuve" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Atlasīt" @@ -3703,19 +3706,19 @@ msgstr "Izvēlieties laiku" msgid "Selection" msgstr "Atlase" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Izvēle pievienota %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Atlase apstiprināta" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Atlase arhivēta" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Atlase ir atzīmēta kā privāta" @@ -3723,7 +3726,7 @@ msgstr "Atlase ir atzīmēta kā privāta" msgid "Selection not found" msgstr "Izvēle nav atrasta" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Atlase atjaunota" @@ -3731,7 +3734,7 @@ msgstr "Atlase atjaunota" msgid "Sequential Name" msgstr "Secīgs nosaukums" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Pakalpojums" @@ -3761,7 +3764,7 @@ msgstr "Sesijas ID" msgid "Sessions" msgstr "Sesijas" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Iestatīt kā albuma vāku" @@ -3771,15 +3774,15 @@ msgstr "Iestatīt kā vāka attēlu" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Iestatījumi" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Iestatījumi saglabāti" @@ -3818,7 +3821,7 @@ msgstr "Rādīt visas etiķetes" msgid "Show all new faces" msgstr "Rādīt visas jaunās sejas" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Rādīt apakšvirsrakstu" @@ -3906,7 +3909,7 @@ msgstr "Vietnes URL" msgid "Size" msgstr "Izmērs" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Slaidrāde" @@ -3938,7 +3941,7 @@ msgstr "Dažus albumus nevarēja izveidot. Lūdzu, rediģējiet nosaukumus un m msgid "Some albums could not be updated" msgstr "Dažus albumus nevarēja atjaunināt" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Kaut kas nogāja greizi, mēģiniet vēlreiz" @@ -4042,7 +4045,7 @@ msgstr "Ielas" msgid "Subject" msgstr "Tēma" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Tēma dzēsta" @@ -4050,11 +4053,11 @@ msgstr "Tēma dzēsta" msgid "Subject not found" msgstr "Tēma nav atrasta" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Tēma saglabāta" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Veiksmīgi aktivizēts" @@ -4067,7 +4070,7 @@ msgstr "Veiksmīgi izveidots savienojums" msgid "Successfully deleted" msgstr "Veiksmīgi dzēsts" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Veiksmīgi verificēts" @@ -4232,7 +4235,7 @@ msgstr "Žetons" msgid "Too many files selected" msgstr "Atlasīts pārāk daudz failu" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Pārāk daudz pieprasījumu" @@ -4288,7 +4291,7 @@ msgstr "Atsaukt" msgid "Unique ID" msgstr "Unikāls ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4325,7 +4328,7 @@ msgstr "Nezināma atrašanās vieta" msgid "Unregistered" msgstr "Nereģistrēts" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Nešķirots" @@ -4346,7 +4349,7 @@ msgstr "Nepiedāvāts formāts" msgid "Unsupported type" msgstr "Nepiedāvāts tips" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4423,7 +4426,7 @@ msgstr "Augšupielāde pabeigta. Indeksēšana…" msgid "Upload failed" msgstr "Augšupielāde neizdevās" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Augšupielāde ir apstrādāta" @@ -4463,7 +4466,7 @@ msgstr "Notiek augšupielāde…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Augšupielādes, kas var saturēt šādus attēlus, tiks automātiski noraidītas." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4484,7 +4487,7 @@ msgstr "Izmantojiet savu atkopšanas kodu vai sazinieties ar administratoru, lai #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Lietotājs" @@ -4519,7 +4522,7 @@ msgstr "Lietotājvārds" msgid "Users" msgstr "Lietotāji" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4540,6 +4543,10 @@ msgstr "Vektori" msgid "Verification Code" msgstr "Verifikācijas kods" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Nepieciešama verificēta e-pasta adrese" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versija" @@ -4557,7 +4564,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Video ilgums" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4741,11 +4748,11 @@ msgstr "Jūsu pastāvīgais atbalsts palīdz mums regulāri atjaunināt informā msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Jūsu bibliotēka tiek nepārtraukti analizēta, lai automātiski izveidotu albumus ar īpašiem mirkļiem, ceļojumiem un vietām." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Arhīvs izveidots %d sekundēs" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Pietuvināt/attālināt" @@ -4764,7 +4771,7 @@ msgctxt "Edit" msgid "Content" msgstr "Saturs" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4786,7 +4793,7 @@ msgctxt "Photo" msgid "Title" msgstr "Nosaukums" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/ms.po b/frontend/src/locales/ms.po index 05b81e919..226b939ec 100644 --- a/frontend/src/locales/ms.po +++ b/frontend/src/locales/ms.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: \n" "Language: ms\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} terlalu panjang" msgid "%{s} is too short" msgstr "%{s} terlalu pendek" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d entri telah ditambah ke %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d entri telah dialih keluar daripada %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d fail dimuat naik dalam %d s" @@ -100,7 +100,7 @@ msgstr "%d fail dimuat naik dalam %d s" msgid "%s already exists" msgstr "%s sudah wujud" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s telah dipulihkan" @@ -176,14 +176,13 @@ msgstr "Token akses" msgid "Account" msgstr "Akaun" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Akaun dibuat" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Akaun dipadamkan" @@ -199,7 +198,7 @@ msgstr "Akaun tidak ditemui" msgid "Account restored" msgstr "Akaun dipulihkan" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Akaun disimpan" @@ -207,7 +206,7 @@ msgstr "Akaun disimpan" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Akaun" @@ -343,7 +342,7 @@ msgstr "Laraskan Tarikh & Masa" msgid "Adjust Location" msgstr "Laraskan Lokasi" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Selepas dua minggu" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s telah dipadamkan" @@ -404,11 +403,11 @@ msgstr "Album %s telah dipadamkan" msgid "Album Backups" msgstr "Sandaran Album" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Kandungan album disalin" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album dibuat" @@ -420,11 +419,11 @@ msgstr "Album dipadamkan" msgid "Album not found" msgstr "Album tidak ditemui" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album disimpan" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album disimpan" msgid "Albums" msgstr "Album" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Album dipadamkan" @@ -538,7 +537,7 @@ msgstr "Ketinggian (m)" msgid "AM" msgstr "pagi" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Luluskan dan simpan perubahan" msgid "Apps and Devices" msgstr "Apl dan Peranti" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Diarkibkan" @@ -650,7 +649,7 @@ msgstr "Nisbah aspek" msgid "Attributes" msgstr "Atribut" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Laporan Pepijat" msgid "Busy, please try again later" msgstr "Sedang sibuk, sila cuba lagi kemudian" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Tengah sibuk, sila tunggu…" @@ -775,7 +774,7 @@ msgstr "Tengah sibuk, sila tunggu…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Dengan menggunakan perisian dan perkhidmatan yang kami sediakan, anda bersetuju menerima syarat perkhidmatan, dasar privasi dan tatakelakuan kami." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalendar" @@ -897,11 +896,10 @@ msgstr "Tukar petanda peribadi" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Perubahan tidak dapat disimpan" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Jelas" msgid "Clear {0}" msgstr "Kosongkan {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Pelanggan" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Pelanggan" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Pelanggan" msgid "Close" msgstr "Tutup" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Kluster" @@ -1018,7 +1016,7 @@ msgstr "Kluster" msgid "Cluster Admin" msgstr "Pentadbir Kluster" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Nod Klaster" @@ -1149,7 +1147,7 @@ msgstr "Disalin ke papan keratan" msgid "Copy" msgstr "Salinan" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Menyalin fail dari %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Cipta fail sidecar YAML untuk menyandarkan metadata gambar." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Dicipta" @@ -1263,7 +1261,7 @@ msgstr "Log Nyahpepijat" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Folder Lalai" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Buang perubahan yang tidak sah?" msgid "Discard unsaved changes?" msgstr "Buang perubahan yang belum disimpan?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Temui" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Selesai." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Muat turun fail jauh" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Pratonton Dinamik" msgid "Dynamic Size Limit: %{n}px" msgstr "Had Saiz Dinamik: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Masukkan nama item..." msgid "Enter the code generated by your authenticator app:" msgstr "Masukkan kod yang dijana oleh apl pengesah anda:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Masukkan kod pengesahan" @@ -1640,12 +1639,12 @@ msgstr "Masukkan kata laluan anda untuk mengesahkan tindakan dan teruskan:" msgid "Entity not found" msgstr "Entiti tidak ditemui" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "ralat" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Gagal mencipta fail zip" msgid "Failed to load users." msgstr "Gagal memuatkan pengguna." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Gagal menanggalkan penanda muka" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Gagal membuang nama" @@ -1763,7 +1762,7 @@ msgstr "Gagal memulakan semula pelayan" msgid "Failed to save changes" msgstr "Gagal menyimpan perubahan" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Gagal menyimpan penanda muka" @@ -1796,7 +1795,7 @@ msgstr "Cepat" msgid "Favorite" msgstr "Kegemaran" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Kegemaran" @@ -1818,7 +1817,7 @@ msgstr "perempuan" msgid "File" msgstr "Fail" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Pelayar Fail" @@ -1826,7 +1825,7 @@ msgstr "Pelayar Fail" msgid "File Conversion" msgstr "Penukaran Fail" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Fail telah dipadam" @@ -1842,7 +1841,7 @@ msgstr "Nama Fail" msgid "File not found" msgstr "Fail tidak ditemui" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Fail dikeluarkan daripada susunan" @@ -1855,7 +1854,7 @@ msgstr "Fail" msgid "File too large" msgstr "Fail terlalu besar" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Fail dimuat naik" @@ -1901,7 +1900,7 @@ msgstr "Folder mengandungi %{n} fail" msgid "Folder is empty" msgstr "Folder kosong" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Folders" @@ -1928,7 +1927,7 @@ msgstr "Bingkai" msgid "Full Access" msgstr "Akses penuh" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Skrin Penuh" @@ -2013,7 +2012,7 @@ msgstr "Mendapat Sokongan" msgid "Hidden" msgstr "Tersembunyi" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Fail Tersembunyi" @@ -2021,7 +2020,7 @@ msgstr "Fail Tersembunyi" msgid "Hide" msgstr "Sembunyi" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Sembunyikan kapsyen" @@ -2068,11 +2067,11 @@ msgstr "Kualiti gambar" msgid "Import" msgstr "Import" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Pembatalan import" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Pembelasan import dalam %d s" @@ -2130,11 +2129,11 @@ msgstr "Indeks" msgid "Indexing" msgstr "Pengindeksan" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Pengindeksan dibatalkan" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Pengindeksan selesai dalam %d s" @@ -2142,7 +2141,7 @@ msgstr "Pengindeksan selesai dalam %d s" msgid "Indexing failed" msgstr "Pengindeksan gagal" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Mengindeks fail dalam %s" @@ -2150,11 +2149,11 @@ msgstr "Mengindeks fail dalam %s" msgid "Indexing media and sidecar files…" msgstr "Mengindeks media dan fail sampingan…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Mengindeks asal..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Maklumat" @@ -2163,8 +2162,8 @@ msgstr "Maklumat" msgid "Inherit" msgstr "Mewarisi" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Contoh" @@ -2178,7 +2177,7 @@ msgstr "Instance tidak dapat dicapai. Cuba lagi apabila ia kembali dalam talian. #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Contoh" @@ -2300,11 +2299,11 @@ msgstr "Label" msgid "Label not found" msgstr "Label tidak ditemui" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Label disimpan" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Label disimpan" msgid "Labels" msgstr "Label" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Label dipadamkan" @@ -2382,7 +2381,7 @@ msgstr "Lensa" msgid "Lens not found" msgstr "Lensa tidak ditemui" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Perpustakaan" @@ -2399,7 +2398,7 @@ msgstr "Perpustakaan" msgid "License" msgstr "Lesen" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Suka" @@ -2430,7 +2429,7 @@ msgstr "Paparan Senarai" msgid "Live" msgstr "Langsung" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Penanda" msgid "Maximum number of accounts has been reached." msgstr "Bilangan maksimum akaun telah dicapai." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Media" @@ -2585,7 +2584,7 @@ msgstr "Minimum" msgid "Missing" msgstr "hilang" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Konfigurasi tiada atau tidak sah" @@ -2593,7 +2592,7 @@ msgstr "Konfigurasi tiada atau tidak sah" msgid "mixed" msgstr "bercampur-campur" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Detik-detik" @@ -2611,7 +2610,7 @@ msgstr "Monokrom" msgid "Month" msgstr "Bulan" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Lebih banyak pilihan" @@ -2627,7 +2626,7 @@ msgstr "Paling relevan" msgid "Move Files" msgstr "Alihkan Fail" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Memindahkan fail dari %s" @@ -2635,14 +2634,14 @@ msgstr "Memindahkan fail dari %s" msgid "Must have at least %{n} characters." msgstr "Mesti mempunyai sekurang-kurangnya %{n} aksara." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "bisu" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "jauna parole" msgid "Newest First" msgstr "Terbaharu dahulu" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Seterusnya" @@ -2828,7 +2827,7 @@ msgstr "Imej bukan fotografi dan berkualiti rendah memerlukan semakan sebelum ia msgid "None" msgstr "Tiada" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Tidak dibenarkan" @@ -2841,7 +2840,7 @@ msgstr "Tidak tersedia dalam mod awam" msgid "Not available in read-only mode" msgstr "Tidak tersedia dalam mod baca sahaja" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Tidak dijumpai" @@ -2849,7 +2848,7 @@ msgstr "Tidak dijumpai" msgid "Not sorted." msgstr "Tidak disusun." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Tidak disokong" @@ -2914,11 +2913,11 @@ msgstr "Sekali seminggu" msgid "One album found" msgstr "Satu album ditemui" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Satu kemasukan telah ditambah ke %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Satu entri dikeluarkan daripada %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Hanya akaun yang diuruskan secara tempatan boleh disediakan untuk pengesahan dengan 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Buka" @@ -3059,7 +3058,7 @@ msgstr "Sebahagian daripada beberapa foto yang dipilih" msgid "Password" msgstr "Kata Laluan" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Kata laluan ditukar" @@ -3071,7 +3070,7 @@ msgstr "Berhenti sejenak" msgid "Payment required" msgstr "Bayaran diperlukan" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Orang yang anda kongsikan pautan akan dapat melihat kandungan awam." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Dipadamkan secara kekal" @@ -3103,7 +3102,7 @@ msgstr "Orang" msgid "Person cover updated" msgstr "Muka depan orang dikemas kini" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Orang telah dipadam" @@ -3112,7 +3111,7 @@ msgstr "Orang telah dipadam" msgid "Person not found" msgstr "Orang tidak ditemui" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Orang diselamatkan" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism adalah 100% dibiayai sendiri dan bebas." msgid "PhotoPrism+ Membership" msgstr "Keahlian PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Foto" @@ -3162,8 +3161,8 @@ msgstr "tempat" msgid "Place & Time" msgstr "Tempat & Masa" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Sila ambil perhatian bahawa menukar kata laluan anda akan log keluar and msgid "Please restart your instance for the changes to take effect." msgstr "Sila mulakan semula contoh anda untuk perubahan berkuat kuasa." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Sila tunggu…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Had Saiz PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Pratonton" msgid "Preview Images" msgstr "Pratonton Imej" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Sebelumnya" @@ -3279,7 +3278,7 @@ msgstr "Visual sebelumnya" msgid "Primary" msgstr "Utama" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Utama" msgid "Private" msgstr "Sulit" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Pemprosesan muat naik..." @@ -3389,7 +3388,7 @@ msgstr "Merah" msgid "Refresh" msgstr "Segarkan semula" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "kawasan" msgid "Register" msgstr "Daftar" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Pendaftaran dilumpuhkan" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Buang" msgid "remove failed: unknown album" msgstr "gagal mengalih keluar: album tidak diketahui" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Alih keluar daripada album" @@ -3447,11 +3450,11 @@ msgstr "Alih keluar daripada semua foto yang dipilih" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Alih keluar fail yang diimport untuk menjimatkan storan. Jenis fail yang tidak disokong tidak akan dipadamkan, ia kekal di lokasi semasanya." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Alih keluar contoh yang dipilih daripada daftar kluster?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Dialih keluar" @@ -3459,7 +3462,7 @@ msgstr "Dialih keluar" msgid "Removed %{name}" msgstr "Dihapuskan %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Mengalih keluar %d fail dan %d foto" @@ -3468,7 +3471,7 @@ msgstr "Mengalih keluar %d fail dan %d foto" msgid "Repeated" msgstr "Diulang" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Permintaan gagal - adakah anda di luar talian?" @@ -3499,12 +3502,12 @@ msgstr "Mula semula" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Pulih" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Dipulihkan" @@ -3516,7 +3519,7 @@ msgstr "Had Cuba Semula" msgid "Retype Password" msgstr "Tulis semula kata laluan" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Secret" msgid "Security and Access" msgstr "Keselamatan dan Akses" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Pilih" @@ -3707,19 +3710,19 @@ msgstr "Pilih Masa" msgid "Selection" msgstr "Pemilihan" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Pilihan ditambah ke %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Pemilihan diluluskan" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Pemilihan diarkibkan" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Pilihan yang ditandakan sebagai peribadi" @@ -3727,7 +3730,7 @@ msgstr "Pilihan yang ditandakan sebagai peribadi" msgid "Selection not found" msgstr "Pilihan tidak ditemui" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Pemilihan dipulihkan" @@ -3735,7 +3738,7 @@ msgstr "Pemilihan dipulihkan" msgid "Sequential Name" msgstr "Nama Berurutan" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Perkhidmatan" @@ -3765,7 +3768,7 @@ msgstr "ID Sesi" msgid "Sessions" msgstr "Sesi" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Tetapkan sebagai Kulit Album" @@ -3775,15 +3778,15 @@ msgstr "Tetapkan sebagai Imej Muka Depan" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Tetapan" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Tetapan Disimpan" @@ -3822,7 +3825,7 @@ msgstr "Tunjukkan Semua Label" msgid "Show all new faces" msgstr "Tunjukkan semua muka baharu" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Tunjukkan kapsyen" @@ -3910,7 +3913,7 @@ msgstr "URL tapak" msgid "Size" msgstr "Saiz" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Tayangan slaid" @@ -3942,7 +3945,7 @@ msgstr "Beberapa album tidak dapat dibuat. Sila edit nama dan cuba lagi." msgid "Some albums could not be updated" msgstr "Beberapa album tidak dapat dikemas kini" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Kesilapan telah berlaku, cuba lagi" @@ -4046,7 +4049,7 @@ msgstr "Jalan-jalan" msgid "Subject" msgstr "Subjek" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Subjek dipadamkan" @@ -4054,11 +4057,11 @@ msgstr "Subjek dipadamkan" msgid "Subject not found" msgstr "Subjek tidak ditemui" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Subjek disimpan" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Berjaya diaktifkan" @@ -4071,7 +4074,7 @@ msgstr "Berjaya Disambungkan" msgid "Successfully deleted" msgstr "Berjaya dipadamkan" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Berjaya disahkan" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Terlalu banyak fail dipilih" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Terlalu banyak permintaan" @@ -4292,7 +4295,7 @@ msgstr "Buat Asal" msgid "Unique ID" msgstr "ID unik" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Lokasi tidak diketahui" msgid "Unregistered" msgstr "Tidak berdaftar" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Tidak diisih" @@ -4350,7 +4353,7 @@ msgstr "Format tidak disokong" msgid "Unsupported type" msgstr "Jenis tidak disokong" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Muat naik selesai. Pengindeksan…" msgid "Upload failed" msgstr "Muat naik gagal" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Pemunggahan telah diproses" @@ -4467,7 +4470,7 @@ msgstr "Memuatkan semula…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Muat naik yang mungkin mengandungi imej sedemikian akan ditolak secara automatik." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Gunakan kod pemulihan anda atau hubungi pentadbir untuk mendapatkan bant #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Pengguna" @@ -4523,7 +4526,7 @@ msgstr "Nama Pengguna" msgid "Users" msgstr "Pengguna" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "vektor" msgid "Verification Code" msgstr "Kod pengesahan" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "E-mel yang disahkan diperlukan" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versi" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Tempoh" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Sokongan berterusan anda membantu kami menyediakan kemas kini dan perkhi msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Pustaka anda dianalisis secara berterusan untuk mencipta album detik, perjalanan dan tempat istimewa secara automatik." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip dicipta dalam %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Zum masuk/keluar" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "kandungan" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Tajuk" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/nb.po b/frontend/src/locales/nb.po index bdfc578c1..895fedf2a 100644 --- a/frontend/src/locales/nb.po +++ b/frontend/src/locales/nb.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Norwegian Bokmål \n" "Language: nb\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} er for lang" msgid "%{s} is too short" msgstr "%{s} er for kort" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d oppføringer lagt til %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d oppføringer fjernet fra %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d filer lastet opp på %d s" @@ -100,7 +100,7 @@ msgstr "%d filer lastet opp på %d s" msgid "%s already exists" msgstr "%s eksisterer allerede" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s har blitt gjenopprettet" @@ -176,14 +176,13 @@ msgstr "Tilgangstoken" msgid "Account" msgstr "Konto" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Konto opprettet" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Konto slettet" @@ -199,7 +198,7 @@ msgstr "Konto ikke funnet" msgid "Account restored" msgstr "Konto gjenopprettet" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Konto lagret" @@ -207,7 +206,7 @@ msgstr "Konto lagret" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Kontoer" @@ -343,7 +342,7 @@ msgstr "Juster dato og klokkeslett" msgid "Adjust Location" msgstr "Juster plassering" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Administrasjon" @@ -396,7 +395,7 @@ msgstr "Etter to uker" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s slettet" @@ -404,11 +403,11 @@ msgstr "Album %s slettet" msgid "Album Backups" msgstr "Sikkerhetskopiering av album" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Albuminnhold duplisert" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album opprettet" @@ -420,11 +419,11 @@ msgstr "Album slettet" msgid "Album not found" msgstr "Album ikke funnet" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album lagret" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album lagret" msgid "Albums" msgstr "Album" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Album slettet" @@ -538,7 +537,7 @@ msgstr "Høyde (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Godkjenn og lagre endringer" msgid "Apps and Devices" msgstr "Apper og enheter" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arkivert" @@ -650,7 +649,7 @@ msgstr "Sideforhold" msgid "Attributes" msgstr "Egenskaper" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Feilmelding" msgid "Busy, please try again later" msgstr "Opptatt. Prøv igjen senere" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Opptatt, vennligst vent…" @@ -775,7 +774,7 @@ msgstr "Opptatt, vennligst vent…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Ved å bruke programvaren og tjenestene vi tilbyr, godtar du våre vilkår for bruk, personvernerklæring og etiske retningslinjer." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalender" @@ -897,11 +896,10 @@ msgstr "Endre private flagg" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Kan ikke lagre endringer" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Klar" msgid "Clear {0}" msgstr "Tøm {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Kunde" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Kunde" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Kunde" msgid "Close" msgstr "Lukk" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Klynge" @@ -1018,7 +1016,7 @@ msgstr "Klynge" msgid "Cluster Admin" msgstr "Klyngeadministrator" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Klyngeknutepunkt" @@ -1149,7 +1147,7 @@ msgstr "Kopiert til utklippstavlen" msgid "Copy" msgstr "Kopiere" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Kopierer filer fra %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Opprett YAML-sidevognfiler for å sikkerhetskopiere bildemetadata." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Opprettet" @@ -1263,7 +1261,7 @@ msgstr "Feilsøkingslogger" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Standardmappe" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Forkaste ugyldige endringer?" msgid "Discard unsaved changes?" msgstr "Forkaste endringer som ikke er lagret?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Utforsk" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Ferdig." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Last ned eksterne filer" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Dynamiske Forhåndsvisninger" msgid "Dynamic Size Limit: %{n}px" msgstr "Grense for Dynamisk Størrelse:%{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Skriv inn varenavnet..." msgid "Enter the code generated by your authenticator app:" msgstr "Skriv inn koden som genereres av autentiseringsappen din:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Angi verifikasjonskode" @@ -1640,12 +1639,12 @@ msgstr "Skriv inn passordet ditt for å bekrefte handlingen og fortsett:" msgid "Entity not found" msgstr "Enheten ble ikke funnet" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Feil" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Kunne ikke opprette zip-arkiv" msgid "Failed to load users." msgstr "Det gikk ikke å laste inn brukere." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Kunne ikke fjerne ansiktsmarkøren" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Kunne ikke fjerne navn" @@ -1763,7 +1762,7 @@ msgstr "Det gikk ikke an å starte serveren på nytt" msgid "Failed to save changes" msgstr "Kunne ikke lagre endringene" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Mislyktes med å redde ansiktsmarkør" @@ -1796,7 +1795,7 @@ msgstr "Hurtig" msgid "Favorite" msgstr "Favoritt" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favoritter" @@ -1818,7 +1817,7 @@ msgstr "Hunn" msgid "File" msgstr "Fil" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Filutforsker" @@ -1826,7 +1825,7 @@ msgstr "Filutforsker" msgid "File Conversion" msgstr "Filkonvertering" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Fil slettet" @@ -1842,7 +1841,7 @@ msgstr "Filnavn" msgid "File not found" msgstr "Fil ikke funnet" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Fil fjernet fra samling" @@ -1855,7 +1854,7 @@ msgstr "Filstørrelse" msgid "File too large" msgstr "Filen er for stor" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Fil lastet opp" @@ -1901,7 +1900,7 @@ msgstr "Mappen inneholder %{n} filer" msgid "Folder is empty" msgstr "Mappen er tom" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Mapper" @@ -1928,7 +1927,7 @@ msgstr "Rammer" msgid "Full Access" msgstr "Full tilgang" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Fullskjerm" @@ -2013,7 +2012,7 @@ msgstr "Hjelp og støtte" msgid "Hidden" msgstr "Skjult" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Skjulte Filer" @@ -2021,7 +2020,7 @@ msgstr "Skjulte Filer" msgid "Hide" msgstr "Skjul" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Skjul bildetekst" @@ -2068,11 +2067,11 @@ msgstr "Bildekvalitet" msgid "Import" msgstr "Importér" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Import avbrutt" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Import fullført på %d s" @@ -2130,11 +2129,11 @@ msgstr "Indeks" msgid "Indexing" msgstr "Indekserer" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indeksering avbrutt" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indeksering fullført på %d s" @@ -2142,7 +2141,7 @@ msgstr "Indeksering fullført på %d s" msgid "Indexing failed" msgstr "Indeksering feilet" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indekserer filer i %s" @@ -2150,11 +2149,11 @@ msgstr "Indekserer filer i %s" msgid "Indexing media and sidecar files…" msgstr "Indekserer media- og sidevognfiler…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indekserer originaler…" -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informasjon" @@ -2163,8 +2162,8 @@ msgstr "Informasjon" msgid "Inherit" msgstr "Arve" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Forekomst" @@ -2178,7 +2177,7 @@ msgstr "Tjenesten er utilgjengelig. Prøv igjen når den er tilbake på nettet." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Forekomster" @@ -2300,11 +2299,11 @@ msgstr "Merkelapp" msgid "Label not found" msgstr "Merkelapp ikke funnet" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Merkelapper lagret" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Merkelapper lagret" msgid "Labels" msgstr "Merkelapper" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Merkelapper slettet" @@ -2382,7 +2381,7 @@ msgstr "Linse" msgid "Lens not found" msgstr "Objektivet ble ikke funnet" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Bibliotek" @@ -2399,7 +2398,7 @@ msgstr "Bibliotek" msgid "License" msgstr "Lisens" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Lik" @@ -2430,7 +2429,7 @@ msgstr "Listevisning" msgid "Live" msgstr "Direkte" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Markør" msgid "Maximum number of accounts has been reached." msgstr "Maksimalt antall kontoer er nådd." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Medier" @@ -2585,7 +2584,7 @@ msgstr "Minimer" msgid "Missing" msgstr "Mangler" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Mangler eller ugyldig konfigurasjon" @@ -2593,7 +2592,7 @@ msgstr "Mangler eller ugyldig konfigurasjon" msgid "mixed" msgstr "blandet" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Øyeblikk" @@ -2611,7 +2610,7 @@ msgstr "Monokrom" msgid "Month" msgstr "Måned" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Flere alternativer" @@ -2627,7 +2626,7 @@ msgstr "Mest relevant" msgid "Move Files" msgstr "Flytt Filer" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Flytter filer fra %s" @@ -2635,14 +2634,14 @@ msgstr "Flytter filer fra %s" msgid "Must have at least %{n} characters." msgstr "Må ha minst %{n} tegn." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Mute" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Nytt Passord" msgid "Newest First" msgstr "Nyeste først" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Neste" @@ -2828,7 +2827,7 @@ msgstr "Bilder som ikke er fotografiske eller har lav kvalitet må gjennomgås f msgid "None" msgstr "Ingen" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Ikke tillatt" @@ -2841,7 +2840,7 @@ msgstr "Ikke tilgjengelig i offentlig modus" msgid "Not available in read-only mode" msgstr "ikke tilgjengelig i skrivebeskyttet modus" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Ikke funnet" @@ -2849,7 +2848,7 @@ msgstr "Ikke funnet" msgid "Not sorted." msgstr "Ikke sortert." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Ikke støttet" @@ -2914,11 +2913,11 @@ msgstr "Én gang i uken" msgid "One album found" msgstr "Ett album funnet" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "En oppføring lagt til %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "En oppføring fjernet fra %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Bare lokalt administrerte kontoer kan settes opp for autentisering med 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Åpen" @@ -3059,7 +3058,7 @@ msgstr "En del av noen utvalgte bilder" msgid "Password" msgstr "Passord" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Passord endret" @@ -3071,7 +3070,7 @@ msgstr "Pause" msgid "Payment required" msgstr "Betaling kreves" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Personer du deler en lenke med vil kunne se offentlig innhold." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Permanent slettet" @@ -3103,7 +3102,7 @@ msgstr "Person" msgid "Person cover updated" msgstr "Persondekning oppdatert" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Person slettet" @@ -3112,7 +3111,7 @@ msgstr "Person slettet" msgid "Person not found" msgstr "Person ikke funnet" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Person reddet" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism er 100 % selvfinansiert og uavhengig." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+-medlemskap" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotoer" @@ -3162,8 +3161,8 @@ msgstr "Plass" msgid "Place & Time" msgstr "Sted og tid" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Vær oppmerksom på at endring av passord vil logge deg ut på andre enh msgid "Please restart your instance for the changes to take effect." msgstr "Start instansen på nytt for at endringene skal tre i kraft." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Vennligst vent…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG størrelsesgrense: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Forhåndsvisning" msgid "Preview Images" msgstr "Forhåndsvisning av bilder" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Tidligere" @@ -3279,7 +3278,7 @@ msgstr "Tidligere visuell" msgid "Primary" msgstr "Primær" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primær" msgid "Private" msgstr "Privat" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Behandler opplasting..." @@ -3389,7 +3388,7 @@ msgstr "Rød" msgid "Refresh" msgstr "Oppdater" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regioner" msgid "Register" msgstr "Registrere" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registrering deaktivert" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Fjern" msgid "remove failed: unknown album" msgstr "fjerning mislyktes: ukjent album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Fjern fra albumet" @@ -3447,11 +3450,11 @@ msgstr "Fjern fra alle valgte bilder" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Fjern importerte filer for å spare lagringsplass. Filtyper som ikke støttes vil ikke bli slettet, men vil forbli der de er lagret nå." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Fjerne den valgte forekomsten fra klyngeregisteret?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Fjernet" @@ -3459,7 +3462,7 @@ msgstr "Fjernet" msgid "Removed %{name}" msgstr "%{name} er fjernet" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Fjernet %d filer og %d foto" @@ -3468,7 +3471,7 @@ msgstr "Fjernet %d filer og %d foto" msgid "Repeated" msgstr "Gjentatt" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Forespørselen mislyktes - er du frakoblet?" @@ -3499,12 +3502,12 @@ msgstr "Start på nytt" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Gjenopprett" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Gjenopprettet" @@ -3516,7 +3519,7 @@ msgstr "Prøv på nytt" msgid "Retype Password" msgstr "Gjenta Passord" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Hemmelig" msgid "Security and Access" msgstr "Sikkerhet og tilgang" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Velg" @@ -3707,19 +3710,19 @@ msgstr "Velg tid" msgid "Selection" msgstr "Utvalg" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Utvalg lagt til %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Utvalg godkjent" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Utvalg arkivert" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Utvalg markert som privat" @@ -3727,7 +3730,7 @@ msgstr "Utvalg markert som privat" msgid "Selection not found" msgstr "Finner ikke utvalg" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Utvalg gjenopprettet" @@ -3735,7 +3738,7 @@ msgstr "Utvalg gjenopprettet" msgid "Sequential Name" msgstr "Sekvensielle Navn" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Service" @@ -3765,7 +3768,7 @@ msgstr "Sesjons-ID" msgid "Sessions" msgstr "Sesjoner" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Sett som albumomslag" @@ -3775,15 +3778,15 @@ msgstr "Angi som forsidebilde" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Innstillinger" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Innstillinger lagret" @@ -3822,7 +3825,7 @@ msgstr "Vis alle etiketter" msgid "Show all new faces" msgstr "Vis alle nye ansikter" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Vis bildetekst" @@ -3910,7 +3913,7 @@ msgstr "Nettstedets URL" msgid "Size" msgstr "Størrelse" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Lysbildefremvisning" @@ -3942,7 +3945,7 @@ msgstr "Noen album kunne ikke opprettes. Vennligst rediger navnene og prøv igje msgid "Some albums could not be updated" msgstr "Noen album kunne ikke oppdateres" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Noe gikk galt, prøv igjen" @@ -4046,7 +4049,7 @@ msgstr "Gater" msgid "Subject" msgstr "Emne" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Emnet er slettet" @@ -4054,11 +4057,11 @@ msgstr "Emnet er slettet" msgid "Subject not found" msgstr "Emnet ble ikke funnet" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Emnet er lagret" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Vellykket aktivert" @@ -4071,7 +4074,7 @@ msgstr "Tilkobing vellykket" msgid "Successfully deleted" msgstr "Vellykket slettet" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Vellykket verifisert" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "For mange filer valgt" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "For mange forespørsler" @@ -4292,7 +4295,7 @@ msgstr "Angre" msgid "Unique ID" msgstr "Unik ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Ukjent sted" msgid "Unregistered" msgstr "Uregistrert" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Usortert" @@ -4350,7 +4353,7 @@ msgstr "Ikke støttet format" msgid "Unsupported type" msgstr "Ikke støttet type" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Opplasting fullført. Indekserer…" msgid "Upload failed" msgstr "Opplasting mislyktes" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Opplastingen er behandlet" @@ -4467,7 +4470,7 @@ msgstr "Laster opp …" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Opplastinger som kan inneholde slike bilder blir avvist automatisk." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Bruk gjenopprettingskoden din eller kontakt en administrator for å få #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Bruker" @@ -4523,7 +4526,7 @@ msgstr "Brukernavn" msgid "Users" msgstr "Brukere" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vektorer" msgid "Verification Code" msgstr "Bekreftelseskode" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Bekreftet e-post kreves" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versjon" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Varighet" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Din fortsatte støtte hjelper oss med å gi regelmessige oppdateringer o msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Biblioteket ditt blir kontinuerlig analysert for automatisk å lage album med spesielle øyeblikk, turer og steder." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip opprettet på %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Zoom inn/ut" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Innhold" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Tittel" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/nl.po b/frontend/src/locales/nl.po index 74c0396ca..172977e85 100644 --- a/frontend/src/locales/nl.po +++ b/frontend/src/locales/nl.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} is te lang" msgid "%{s} is too short" msgstr "%{s} is te kort" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d items toegevoegd aan %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d items verwijderd uit %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d bestanden geüpload in %d s" @@ -100,7 +100,7 @@ msgstr "%d bestanden geüpload in %d s" msgid "%s already exists" msgstr "%s bestaat al" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s is hersteld" @@ -176,14 +176,13 @@ msgstr "Toegangssleutel" msgid "Account" msgstr "Account" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Account aangemaakt" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Account verwijderd" @@ -199,7 +198,7 @@ msgstr "Account niet gevonden" msgid "Account restored" msgstr "Account hersteld" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Account opgeslagen" @@ -207,7 +206,7 @@ msgstr "Account opgeslagen" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Accounts" @@ -343,7 +342,7 @@ msgstr "Datum en tijd aanpassen" msgid "Adjust Location" msgstr "Locatie aanpassen" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Na twee weken" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s verwijderd" @@ -404,11 +403,11 @@ msgstr "Album %s verwijderd" msgid "Album Backups" msgstr "Back-ups van albums" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Albuminhoud gekopieerd" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album aangemaakt" @@ -420,11 +419,11 @@ msgstr "Album verwijderd" msgid "Album not found" msgstr "Album niet gevonden" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album opgeslagen" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album opgeslagen" msgid "Albums" msgstr "Albums" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albums verwijderd" @@ -538,7 +537,7 @@ msgstr "Hoogte (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Wijzigingen goedkeuren en opslaan" msgid "Apps and Devices" msgstr "Apps en apparaten" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Gearchiveerd" @@ -650,7 +649,7 @@ msgstr "Verhoudingen" msgid "Attributes" msgstr "Attributen" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Bugmelding" msgid "Busy, please try again later" msgstr "Bezet, probeer het later nog eens" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Bezig, wacht even…" @@ -775,7 +774,7 @@ msgstr "Bezig, wacht even…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Door gebruik te maken van de software en diensten die wij leveren, gaat u akkoord met onze servicevoorwaarden, ons privacybeleid en onze gedragscode." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalender" @@ -897,11 +896,10 @@ msgstr "Privé vlag geschakeld" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Wijzigingen kunnen niet worden opgeslagen" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Duidelijk" msgid "Clear {0}" msgstr "Wis {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Klant" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Klant" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Klant" msgid "Close" msgstr "Sluiten" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Cluster" @@ -1018,7 +1016,7 @@ msgstr "Cluster" msgid "Cluster Admin" msgstr "Clusterbeheerder" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Clusternode" @@ -1149,7 +1147,7 @@ msgstr "Gekopieerd naar klembord" msgid "Copy" msgstr "Kopiëren" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Bestanden kopiëren uit %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Maak YAML sidecar-bestanden om een back-up te maken van afbeeldingsmetagegevens." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Aangemaakt" @@ -1263,7 +1261,7 @@ msgstr "Debug-logs" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Standaard map" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Ongeldige wijzigingen weggooien?" msgid "Discard unsaved changes?" msgstr "Niet-opgeslagen wijzigingen verwijderen?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Ontdek" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Klaar." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Bestanden op afstand downloaden" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Dynamische Voorbeelden" msgid "Dynamic Size Limit: %{n}px" msgstr "Dynamische Groottegrens: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Itemnaam invoeren..." msgid "Enter the code generated by your authenticator app:" msgstr "Voer de code in die is gegenereerd door je authenticator app:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Verificatiecode invoeren" @@ -1640,12 +1639,12 @@ msgstr "Voer je wachtwoord in om de actie te bevestigen en door te gaan:" msgid "Entity not found" msgstr "Entiteit niet gevonden" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Fout" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Maken van zip-bestand is mislukt" msgid "Failed to load users." msgstr "Het laden van gebruikers is mislukt." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Gezichtsmarkering niet verwijderd" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Naam niet verwijderd" @@ -1763,7 +1762,7 @@ msgstr "Het opnieuw opstarten van de server is mislukt" msgid "Failed to save changes" msgstr "Wijzigingen niet opgeslagen" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Mislukt om gezicht te redden marker" @@ -1796,7 +1795,7 @@ msgstr "Snel" msgid "Favorite" msgstr "Favoriet" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favorieten" @@ -1818,7 +1817,7 @@ msgstr "Vrouw" msgid "File" msgstr "Bestand" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Bestands Browser" @@ -1826,7 +1825,7 @@ msgstr "Bestands Browser" msgid "File Conversion" msgstr "Bestandsconversie" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Bestand verwijderd" @@ -1842,7 +1841,7 @@ msgstr "Bestandsnaam" msgid "File not found" msgstr "Bestand niet gevonden" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Bestand uit stapel verwijderd" @@ -1855,7 +1854,7 @@ msgstr "Bestandsgrootte" msgid "File too large" msgstr "Bestand te groot" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Bestand geüpload" @@ -1901,7 +1900,7 @@ msgstr "Map bevat %{n} bestanden" msgid "Folder is empty" msgstr "Map is leeg" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Mappen" @@ -1928,7 +1927,7 @@ msgstr "Frames" msgid "Full Access" msgstr "Volledige Toegang" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Volledig scherm" @@ -2013,7 +2012,7 @@ msgstr "Hulp en Ondersteuning" msgid "Hidden" msgstr "Verborgen" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Verborgen bestanden" @@ -2021,7 +2020,7 @@ msgstr "Verborgen bestanden" msgid "Hide" msgstr "Verberg" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Verberg titel" @@ -2068,11 +2067,11 @@ msgstr "Beeldkwaliteit" msgid "Import" msgstr "Importeren" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importeren geannuleerd" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Importeren voltooid in %d s" @@ -2130,11 +2129,11 @@ msgstr "Index" msgid "Indexing" msgstr "Indexeren" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indexeren geannuleerd" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexeren voltooid in %d s" @@ -2142,7 +2141,7 @@ msgstr "Indexeren voltooid in %d s" msgid "Indexing failed" msgstr "Indexeren mislukt" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Bestanden indexeren in %s" @@ -2150,11 +2149,11 @@ msgstr "Bestanden indexeren in %s" msgid "Indexing media and sidecar files…" msgstr "Foto’s en sidecar-bestanden aan het indexeren…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Originelen indexeren…" -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informatie" @@ -2163,8 +2162,8 @@ msgstr "Informatie" msgid "Inherit" msgstr "Overnemen" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instantie" @@ -2178,7 +2177,7 @@ msgstr "De server is momenteel niet bereikbaar. Probeer het opnieuw zodra hij we #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instanties" @@ -2300,11 +2299,11 @@ msgstr "Label" msgid "Label not found" msgstr "Label niet gevonden" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Labels opgeslagen" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Labels opgeslagen" msgid "Labels" msgstr "Labels" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Labels verwijderd" @@ -2382,7 +2381,7 @@ msgstr "Lens" msgid "Lens not found" msgstr "Lens niet gevonden" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Bibliotheek" @@ -2399,7 +2398,7 @@ msgstr "Bibliotheek" msgid "License" msgstr "Licentie" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Vind ik leuk" @@ -2430,7 +2429,7 @@ msgstr "Lijstweergave" msgid "Live" msgstr "Live" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Symbool" msgid "Maximum number of accounts has been reached." msgstr "Het maximum aantal accounts is bereikt." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Media" @@ -2585,7 +2584,7 @@ msgstr "Minimaliseren" msgid "Missing" msgstr "Ontbrekend" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Ontbrekende of ongeldige configuratie" @@ -2593,7 +2592,7 @@ msgstr "Ontbrekende of ongeldige configuratie" msgid "mixed" msgstr "gemengd" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Momenten" @@ -2611,7 +2610,7 @@ msgstr "Monochroom" msgid "Month" msgstr "Maand" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Meer opties" @@ -2627,7 +2626,7 @@ msgstr "Meest relevant" msgid "Move Files" msgstr "Bestanden verplaatsen" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Bestanden verplaatsen uit %s" @@ -2635,14 +2634,14 @@ msgstr "Bestanden verplaatsen uit %s" msgid "Must have at least %{n} characters." msgstr "Moet minstens %{n} tekens bevatten." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Stomme" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Nieuw wachtwoord" msgid "Newest First" msgstr "Nieuwste eerst" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Volgende" @@ -2828,7 +2827,7 @@ msgstr "Niet-fotografische beelden en beelden van lage kwaliteit moeten worden b msgid "None" msgstr "Geen" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Niet toegestaan" @@ -2841,7 +2840,7 @@ msgstr "Niet beschikbaar in publieke modus" msgid "Not available in read-only mode" msgstr "Niet beschikbaar in alleen-lezen modus" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Niet gevonden" @@ -2849,7 +2848,7 @@ msgstr "Niet gevonden" msgid "Not sorted." msgstr "Niet gesorteerd." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Niet ondersteund" @@ -2914,11 +2913,11 @@ msgstr "Eenmaal per week" msgid "One album found" msgstr "Een album gevonden" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Eén item toegevoegd aan %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Eén item verwijderd uit %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Alleen lokaal beheerde accounts kunnen worden ingesteld voor verificatie met 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Open" @@ -3059,7 +3058,7 @@ msgstr "Deel van een aantal geselecteerde foto's" msgid "Password" msgstr "Wachtwoord" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Wachtwoord gewijzigd" @@ -3071,7 +3070,7 @@ msgstr "Pauze" msgid "Payment required" msgstr "Betaling vereist" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Mensen met wie je een link deelt, kunnen de openbare inhoud bekijken." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Permanent verwijderd" @@ -3103,7 +3102,7 @@ msgstr "Persoon" msgid "Person cover updated" msgstr "Persoon cover bijgewerkt" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Persoon verwijderd" @@ -3112,7 +3111,7 @@ msgstr "Persoon verwijderd" msgid "Person not found" msgstr "Persoon niet gevonden" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Persoon gered" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism is 100% zelf gefinancierd en onafhankelijk." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ lidmaatschap" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Foto’s" @@ -3162,8 +3161,8 @@ msgstr "Plaats" msgid "Place & Time" msgstr "Plaats en Tijd" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Houd er rekening mee dat het wijzigen van uw wachtwoord u zal afmelden o msgid "Please restart your instance for the changes to take effect." msgstr "Start uw instantie opnieuw op om de wijzigingen van kracht te maken." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Wacht even…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG-groottegrens: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portaal" @@ -3258,7 +3257,7 @@ msgstr "Voorbeeld" msgid "Preview Images" msgstr "Voorbeeldafbeeldingen" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Vorige" @@ -3279,7 +3278,7 @@ msgstr "Vorige visualisatie" msgid "Primary" msgstr "Primair" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primair" msgid "Private" msgstr "Privé" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Verwerking upload..." @@ -3389,7 +3388,7 @@ msgstr "Rood" msgid "Refresh" msgstr "Vernieuw" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regio's" msgid "Register" msgstr "Registreer" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registratie uitgeschakeld" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Verwijderen" msgid "remove failed: unknown album" msgstr "verwijderen mislukt: onbekend album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Verwijder uit album" @@ -3447,11 +3450,11 @@ msgstr "Verwijderen uit alle geselecteerde foto's" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Verwijder geïmporteerde bestanden om opslag op te slaan. Niet-ondersteunde bestandstypen worden nooit verwijderd, ze blijven op hun huidige locatie." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "De geselecteerde instantie uit het clusterregister verwijderen?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Verwijderd" @@ -3459,7 +3462,7 @@ msgstr "Verwijderd" msgid "Removed %{name}" msgstr "%{name} verwijderd" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "%d bestanden en %d foto’s verwijderd" @@ -3468,7 +3471,7 @@ msgstr "%d bestanden en %d foto’s verwijderd" msgid "Repeated" msgstr "Herhaald" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Aanvraag mislukt - bent u offline?" @@ -3499,12 +3502,12 @@ msgstr "Herstart" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Herstellen" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Gerestaureerd" @@ -3516,7 +3519,7 @@ msgstr "Herhaal Limiet" msgid "Retype Password" msgstr "Herhaal je wachtwoord" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Geheim" msgid "Security and Access" msgstr "Veiligheid en toegang" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Selecteer" @@ -3707,19 +3710,19 @@ msgstr "Selecteer tijd" msgid "Selection" msgstr "Selectie" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Selectie toegevoegd aan %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Selectie goedgekeurd" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Selectie gearchiveerd" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Selectie gemarkeerd als privé" @@ -3727,7 +3730,7 @@ msgstr "Selectie gemarkeerd als privé" msgid "Selection not found" msgstr "Selectie niet gevonden" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Selectie hersteld" @@ -3735,7 +3738,7 @@ msgstr "Selectie hersteld" msgid "Sequential Name" msgstr "Opeenvolgende naam" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Service" @@ -3765,7 +3768,7 @@ msgstr "Sessie-ID" msgid "Sessions" msgstr "Sessies" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Ingesteld als albumhoes" @@ -3775,15 +3778,15 @@ msgstr "Instellen als omslagafbeelding" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Instellingen" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Instellingen opgeslagen" @@ -3822,7 +3825,7 @@ msgstr "Toon alle labels" msgid "Show all new faces" msgstr "Toon alle nieuwe gezichten" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Onderschrift tonen" @@ -3910,7 +3913,7 @@ msgstr "URL website" msgid "Size" msgstr "Grootte" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Diashow" @@ -3942,7 +3945,7 @@ msgstr "Sommige albums konden niet worden aangemaakt. Pas de namen aan en probee msgid "Some albums could not be updated" msgstr "Sommige albums konden niet worden bijgewerkt" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Er ging iets mis, probeer het opnieuw." @@ -4046,7 +4049,7 @@ msgstr "Straat" msgid "Subject" msgstr "Onderwerp" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Onderwerp verwijderd" @@ -4054,11 +4057,11 @@ msgstr "Onderwerp verwijderd" msgid "Subject not found" msgstr "Onderwerp niet gevonden" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Onderwerp opgeslagen" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Met succes geactiveerd" @@ -4071,7 +4074,7 @@ msgstr "Succesvol aangesloten" msgid "Successfully deleted" msgstr "Succesvol verwijderd" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Met succes geverifieerd" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Te veel bestanden geselecteerd" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Te veel verzoeken" @@ -4292,7 +4295,7 @@ msgstr "Ongedaan maken" msgid "Unique ID" msgstr "Unieke id" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Onbekende locatie" msgid "Unregistered" msgstr "Ongeregistreerd" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Ongesorteerd" @@ -4350,7 +4353,7 @@ msgstr "Niet ondersteund formaat" msgid "Unsupported type" msgstr "Niet-ondersteund type" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Uploaden klaar. Indexeren…" msgid "Upload failed" msgstr "Uploaden mislukt" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Upload is verwerkt" @@ -4467,7 +4470,7 @@ msgstr "Uploaden…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Uploads die dergelijke beelden kunnen bevatten, worden automatisch geweigerd." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Gebruik je herstelcode of neem contact op met een beheerder voor hulp." #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Gebruiker" @@ -4523,7 +4526,7 @@ msgstr "Gebruikersnaam" msgid "Users" msgstr "Gebruikers" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vectoren" msgid "Verification Code" msgstr "Verificatiecode" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Geverifieerd e-mailadres vereist" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versie" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Videoduur" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Uw blijvende steun helpt ons om regelmatig updates te geven en onafhanke msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Uw bibliotheek wordt voortdurend geanalyseerd om automatisch albums te maken van speciale momenten, reizen en plaatsen." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip gemaakt in %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "In-/uitzoomen" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Inhoud" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Titel" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/pl.po b/frontend/src/locales/pl.po index 1594feb8c..572df2f07 100644 --- a/frontend/src/locales/pl.po +++ b/frontend/src/locales/pl.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" @@ -83,15 +83,15 @@ msgstr "%{s} jest za długie" msgid "%{s} is too short" msgstr "%{s} jest za krótkie" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d wpisy dodane do %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d wpisy usunięte z %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d plików przesłano w %d s" @@ -99,7 +99,7 @@ msgstr "%d plików przesłano w %d s" msgid "%s already exists" msgstr "%s już istnieje" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s zostało przywrócone" @@ -175,14 +175,13 @@ msgstr "Token dostępu" msgid "Account" msgstr "Konto" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Konto utworzone" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Konto usunięte" @@ -198,7 +197,7 @@ msgstr "Konto nie znalezione" msgid "Account restored" msgstr "Konto przywrócone" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Konto zapisane" @@ -206,7 +205,7 @@ msgstr "Konto zapisane" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Konta" @@ -342,7 +341,7 @@ msgstr "Dostosuj datę i godzinę" msgid "Adjust Location" msgstr "Dostosuj lokalizację" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Administrator" @@ -395,7 +394,7 @@ msgstr "Po dwóch tygodniach" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s został usunięty" @@ -403,11 +402,11 @@ msgstr "Album %s został usunięty" msgid "Album Backups" msgstr "Kopie zapasowe albumów" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Album został sklonowany" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album został utworzony" @@ -419,11 +418,11 @@ msgstr "Album usunięty" msgid "Album not found" msgstr "Album nie został znaleziony" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album został zapisany" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -431,7 +430,7 @@ msgstr "Album został zapisany" msgid "Albums" msgstr "Albumy" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Skasowano albumy" @@ -537,7 +536,7 @@ msgstr "Wysokość (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -591,7 +590,7 @@ msgstr "Zatwierdź i zapisz zmiany" msgid "Apps and Devices" msgstr "Aplikacje i urządzenia" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Zarchiwizowane" @@ -649,7 +648,7 @@ msgstr "Proporcje obrazu" msgid "Attributes" msgstr "Atrybuty" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -766,7 +765,7 @@ msgstr "Zgłoszenie błędu" msgid "Busy, please try again later" msgstr "Zajęty, spróbuj ponownie później" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Zajęty, proszę czekać…" @@ -774,7 +773,7 @@ msgstr "Zajęty, proszę czekać…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Korzystając z oprogramowania i usług, które oferujemy, zgadzasz się na nasze warunki świadczenia usług, politykę prywatności i kodeks postępowania." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalendarz" @@ -896,11 +895,10 @@ msgstr "Zmień prywatność" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -920,11 +918,11 @@ msgstr "Nie można zapisać zmian" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -966,13 +964,13 @@ msgstr "Wyczyść" msgid "Clear {0}" msgstr "Wyczyść {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Klient" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -982,14 +980,14 @@ msgstr "Klient" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1008,7 +1006,7 @@ msgstr "Klient" msgid "Close" msgstr "Zamknij" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Klaster" @@ -1017,7 +1015,7 @@ msgstr "Klaster" msgid "Cluster Admin" msgstr "Administrator klastra" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Węzeł klastra" @@ -1148,7 +1146,7 @@ msgstr "Skopiowano do schowka" msgid "Copy" msgstr "Kopiuj" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Kopiowanie plików z %s" @@ -1203,7 +1201,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Twórz pliki pomocnicze YAML, aby tworzyć kopie zapasowe metadanych obrazów." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Data utworzenia pliku" @@ -1262,7 +1260,7 @@ msgstr "Logi debugowania" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1274,7 +1272,7 @@ msgid "Default Folder" msgstr "Domyślny folder" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1415,8 +1413,8 @@ msgstr "Odrzucić nieprawidłowe zmiany?" msgid "Discard unsaved changes?" msgstr "Odrzucić niezapisane zmiany?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Odkryj" @@ -1485,7 +1483,7 @@ msgid "Done." msgstr "Zrobione." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1502,7 +1500,7 @@ msgstr "Pobierz zdalne pliki" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1536,9 +1534,10 @@ msgstr "Dynamiczne podglądy" msgid "Dynamic Size Limit: %{n}px" msgstr "Limit rozmiaru dynamicznych podglądów: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1627,7 +1626,7 @@ msgstr "Wprowadź nazwę elementu..." msgid "Enter the code generated by your authenticator app:" msgstr "Wprowadź kod wygenerowany przez aplikację uwierzytelniającą:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Wprowadź kod weryfikacyjny" @@ -1639,12 +1638,12 @@ msgstr "Wpisz hasło, aby potwierdzić akcję i kontynuować:" msgid "Entity not found" msgstr "Nie znaleziono podmiotu" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Błąd" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1738,11 +1737,11 @@ msgstr "Nie udało się utworzyć pliku zip" msgid "Failed to load users." msgstr "Nie udało się załadować użytkowników." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Nie udało się usunąć znacznika twarzy" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Nie udało się usunąć nazwy" @@ -1762,7 +1761,7 @@ msgstr "Nie udało się ponownie uruchomić serwera" msgid "Failed to save changes" msgstr "Nie udało się zapisać zmian" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Nie udało się zachować znacznika twarzy" @@ -1795,7 +1794,7 @@ msgstr "Szybka" msgid "Favorite" msgstr "Ulubione" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Ulubione" @@ -1817,7 +1816,7 @@ msgstr "Kobieta" msgid "File" msgstr "Plik" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Przeglądarka plików" @@ -1825,7 +1824,7 @@ msgstr "Przeglądarka plików" msgid "File Conversion" msgstr "Konwersja plików" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Plik został usunięty" @@ -1841,7 +1840,7 @@ msgstr "Nazwa pliku" msgid "File not found" msgstr "Plik nie został znaleziony" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Plik został rozgrupowany" @@ -1854,7 +1853,7 @@ msgstr "Rozmiar pliku" msgid "File too large" msgstr "Plik jest zbyt duży" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Przesłany plik" @@ -1900,7 +1899,7 @@ msgstr "Folder zawiera %{n} plików" msgid "Folder is empty" msgstr "Folder jest pusty" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Foldery" @@ -1927,7 +1926,7 @@ msgstr "Klatki" msgid "Full Access" msgstr "Pełny dostęp" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Pełny ekran" @@ -2012,7 +2011,7 @@ msgstr "Pomoc i wsparcie" msgid "Hidden" msgstr "Ukryte" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Ukryte pliki" @@ -2020,7 +2019,7 @@ msgstr "Ukryte pliki" msgid "Hide" msgstr "Ukryj" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Ukryj podpis" @@ -2067,11 +2066,11 @@ msgstr "Jakość obrazu" msgid "Import" msgstr "Import" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Import został anulowany" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Import zakończony w %d s" @@ -2129,11 +2128,11 @@ msgstr "Indeksowanie" msgid "Indexing" msgstr "Indeksuje" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indeksowanie anulowane" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indeksowanie zakończone w %d s" @@ -2141,7 +2140,7 @@ msgstr "Indeksowanie zakończone w %d s" msgid "Indexing failed" msgstr "Błąd indeksowania" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indeksowanie plików w %s" @@ -2149,11 +2148,11 @@ msgstr "Indeksowanie plików w %s" msgid "Indexing media and sidecar files…" msgstr "Indeksowanie mediów i powiązanych plików…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indeksowanie oryginałów…" -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informacje" @@ -2162,8 +2161,8 @@ msgstr "Informacje" msgid "Inherit" msgstr "Dziedziczyć" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instancja" @@ -2177,7 +2176,7 @@ msgstr "Nie można połączyć się z instancją. Spróbuj ponownie, gdy znów b #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instancje" @@ -2299,11 +2298,11 @@ msgstr "Etykieta" msgid "Label not found" msgstr "Etykieta nie została odnaleziona" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Etykieta zapisana" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2315,7 +2314,7 @@ msgstr "Etykieta zapisana" msgid "Labels" msgstr "Etykiety" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Etykiety zostały usunięte" @@ -2381,7 +2380,7 @@ msgstr "Obiektyw" msgid "Lens not found" msgstr "Nie znaleziono obiektywu" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Biblioteka" @@ -2398,7 +2397,7 @@ msgstr "Biblioteka" msgid "License" msgstr "Licencja" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Dodaj do ulubionych" @@ -2429,7 +2428,7 @@ msgstr "Widok listy" msgid "Live" msgstr "Live" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2543,7 +2542,7 @@ msgstr "Znacznik" msgid "Maximum number of accounts has been reached." msgstr "Osiągnięto maksymalną liczbę kont." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Media" @@ -2584,7 +2583,7 @@ msgstr "Zminimalizuj" msgid "Missing" msgstr "Brakujący" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Brakująca lub nieprawidłowa konfiguracja" @@ -2592,7 +2591,7 @@ msgstr "Brakująca lub nieprawidłowa konfiguracja" msgid "mixed" msgstr "mieszany" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Chwile" @@ -2610,7 +2609,7 @@ msgstr "Monochromatyczne" msgid "Month" msgstr "Miesiąc" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Więcej opcji" @@ -2626,7 +2625,7 @@ msgstr "Najważniejsze" msgid "Move Files" msgstr "Przenieś pliki" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Przenoszenie plików z %s" @@ -2634,14 +2633,14 @@ msgstr "Przenoszenie plików z %s" msgid "Must have at least %{n} characters." msgstr "Musi mieć co najmniej %{n} znaków." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Wyciszenie" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2690,7 +2689,7 @@ msgstr "Nowe hasło" msgid "Newest First" msgstr "Najnowsze" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Następny" @@ -2827,7 +2826,7 @@ msgstr "Obrazy niebędące fotografiami lub posiadające niską jakość wymagaj msgid "None" msgstr "Brak" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Niedozwolone" @@ -2840,7 +2839,7 @@ msgstr "Niedostępne w trybie publicznym" msgid "Not available in read-only mode" msgstr "Niedostępne w trybie tylko do odczytu" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Nie znaleziono" @@ -2848,7 +2847,7 @@ msgstr "Nie znaleziono" msgid "Not sorted." msgstr "Nie posortowane." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Nieobsługiwane" @@ -2913,11 +2912,11 @@ msgstr "Raz w tygodniu" msgid "One album found" msgstr "Znaleziono jeden album" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Dodano jeden wpis do %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Usunięto jeden wpis z %s" @@ -2951,8 +2950,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Tylko konta zarządzane lokalnie można skonfigurować do uwierzytelniania za pomocą 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Otwarty" @@ -3058,7 +3057,7 @@ msgstr "Część wybranych zdjęć" msgid "Password" msgstr "Hasło" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Zmieniono hasło" @@ -3070,7 +3069,7 @@ msgstr "Pauza" msgid "Payment required" msgstr "Wymagana płatność" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3086,7 +3085,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Osoby, z którymi dzielisz się linkiem, będą mogły przeglądać publiczne treści." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Trwale usunięto" @@ -3102,7 +3101,7 @@ msgstr "Osoba" msgid "Person cover updated" msgstr "Zaktualizowana osłona osoby" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Osoba usunięta" @@ -3111,7 +3110,7 @@ msgstr "Osoba usunięta" msgid "Person not found" msgstr "Osoba nie została znaleziona" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Osoba zapisana" @@ -3131,7 +3130,7 @@ msgstr "PhotoPrism jest w 100% finansowany i niezależny." msgid "PhotoPrism+ Membership" msgstr "Członkostwo w PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Zdjęcia" @@ -3161,8 +3160,8 @@ msgstr "Miejsce" msgid "Place & Time" msgstr "Miejsce i czas" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3205,7 +3204,7 @@ msgstr "Pamiętaj, że zmiana hasła wyloguje Cię na innych urządzeniach i prz msgid "Please restart your instance for the changes to take effect." msgstr "Proszę zrestartować swoją instancję, aby zmiany zaczęły obowiązywać." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Proszę czekać…" @@ -3217,7 +3216,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Limit rozmiaru PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3257,7 +3256,7 @@ msgstr "Podgląd" msgid "Preview Images" msgstr "Zdjęcia podglądowe" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Poprzedni" @@ -3278,7 +3277,7 @@ msgstr "Poprzednia wizualizacja" msgid "Primary" msgstr "Główny" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3288,7 +3287,7 @@ msgstr "Główny" msgid "Private" msgstr "Prywatne" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Przetwarzanie uploadu..." @@ -3388,7 +3387,7 @@ msgstr "Czerwony" msgid "Refresh" msgstr "Odśwież" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3403,6 +3402,10 @@ msgstr "Regiony" msgid "Register" msgstr "Zarejestruj się" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Rejestracja wyłączona" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3430,7 +3433,7 @@ msgstr "Usuń" msgid "remove failed: unknown album" msgstr "usunięcie nie powiodło się: nieznany album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Usuń z albumu" @@ -3446,11 +3449,11 @@ msgstr "Usuń ze wszystkich wybranych zdjęć" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Usuń zaimportowane pliki z ich obecnej lokalizacji, aby zaoszczędzić miejsce na dysku. Nieobsługiwane typy plików pozostaną nienaruszone." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Usunąć wybraną instancję z rejestru klastra?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Usunięto" @@ -3458,7 +3461,7 @@ msgstr "Usunięto" msgid "Removed %{name}" msgstr "Usunięto %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Usunięto %d plików i %d zdjęć" @@ -3467,7 +3470,7 @@ msgstr "Usunięto %d plików i %d zdjęć" msgid "Repeated" msgstr "Powtarzane" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Żądanie nie powiodło się - jesteś offline?" @@ -3498,12 +3501,12 @@ msgstr "Uruchom ponownie stronę" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Przywróć" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Przywrócony" @@ -3515,7 +3518,7 @@ msgstr "Limit ponawiania prób" msgid "Retype Password" msgstr "Powtórz hasło" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3659,7 +3662,7 @@ msgstr "Klucz" msgid "Security and Access" msgstr "Bezpieczeństwo i dostęp" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Wybierz" @@ -3706,19 +3709,19 @@ msgstr "Wybierz czas" msgid "Selection" msgstr "Wybór" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Wybór dodany do %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Wybór zatwierdzony" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Zarchiwizowano wybrane pliki" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Wybór oznaczony jako prywatny" @@ -3726,7 +3729,7 @@ msgstr "Wybór oznaczony jako prywatny" msgid "Selection not found" msgstr "Nie znaleziono wyboru" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Wybór przywrócony" @@ -3734,7 +3737,7 @@ msgstr "Wybór przywrócony" msgid "Sequential Name" msgstr "Nazwa sekwencyjna" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Serwis" @@ -3764,7 +3767,7 @@ msgstr "Identyfikator sesji" msgid "Sessions" msgstr "Sesje" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Ustaw jako okładkę albumu" @@ -3774,15 +3777,15 @@ msgstr "Ustaw jako obraz okładki" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Ustawienia" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Zapisano ustawienia" @@ -3821,7 +3824,7 @@ msgstr "Pokaż wszystkie etykiety" msgid "Show all new faces" msgstr "Pokaż wszystkie nowe twarze" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Pokaż podpis" @@ -3909,7 +3912,7 @@ msgstr "Adres URL witryny" msgid "Size" msgstr "Rozmiar" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Pokaz slajdów" @@ -3941,7 +3944,7 @@ msgstr "Nie można utworzyć niektórych albumów. Zmień nazwy i spróbuj ponow msgid "Some albums could not be updated" msgstr "Niektóre albumy nie mogły zostać zaktualizowane" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Coś poszło nie tak, spróbuj jeszcze raz" @@ -4045,7 +4048,7 @@ msgstr "Ulice" msgid "Subject" msgstr "Temat" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Przedmiot usunięty" @@ -4053,11 +4056,11 @@ msgstr "Przedmiot usunięty" msgid "Subject not found" msgstr "Temat nie został znaleziony" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Przedmiot zapisany" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Pomyślnie aktywowano" @@ -4070,7 +4073,7 @@ msgstr "Połączono pomyślnie" msgid "Successfully deleted" msgstr "Usunięto pomyślnie" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Pomyślnie zweryfikowano" @@ -4235,7 +4238,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Wybrano zbyt wiele plików" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Zbyt wiele żądań" @@ -4291,7 +4294,7 @@ msgstr "Cofnij" msgid "Unique ID" msgstr "Unikalne ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4328,7 +4331,7 @@ msgstr "Nieznana lokalizacja" msgid "Unregistered" msgstr "Niezarejestrowany" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Nieposortowane" @@ -4349,7 +4352,7 @@ msgstr "Nieobsługiwany format" msgid "Unsupported type" msgstr "Nieobsługiwany typ" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4426,7 +4429,7 @@ msgstr "Wgrywanie zakończone. Indeksowanie…" msgid "Upload failed" msgstr "Wgrywanie nie powiodło się" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Przesyłanie zostało przetworzone" @@ -4466,7 +4469,7 @@ msgstr "Przesyłanie..." msgid "Uploads that may contain such images will be rejected automatically." msgstr "Tego typu obrazy zostaną automatycznie odrzucone." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4487,7 +4490,7 @@ msgstr "Użyj kodu odzyskiwania lub skontaktuj się z administratorem w celu uzy #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Użytkownik" @@ -4522,7 +4525,7 @@ msgstr "Nazwa użytkownika" msgid "Users" msgstr "Użytkownicy" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4543,6 +4546,10 @@ msgstr "Wektory" msgid "Verification Code" msgstr "Kod weryfikacyjny" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Wymagany zweryfikowany adres e-mail" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Wersja" @@ -4560,7 +4567,7 @@ msgstr "Film" msgid "Video Duration" msgstr "Czas trwania filmu" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4744,11 +4751,11 @@ msgstr "Twoje stałe wsparcie pomaga nam dostarczać regularne aktualizacje i za msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Twoja biblioteka jest na bieżąco analizowana, aby automatycznie tworzyć albumy z wyjątkowych chwil, podróży i miejsc." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip utworzony w %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Powiększ / Pomniejsz" @@ -4767,7 +4774,7 @@ msgctxt "Edit" msgid "Content" msgstr "Treść" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4789,7 +4796,7 @@ msgctxt "Photo" msgid "Title" msgstr "Tytuł" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/pt.po b/frontend/src/locales/pt.po index 5ab3c5bd8..a6090668e 100644 --- a/frontend/src/locales/pt.po +++ b/frontend/src/locales/pt.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} é demasiado longo" msgid "%{s} is too short" msgstr "%{s} é demasiado curto" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d entradas adicionadas a %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d entradas removidas de %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d arquivos enviados em %d" @@ -100,7 +100,7 @@ msgstr "%d arquivos enviados em %d" msgid "%s already exists" msgstr "%s já existe" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s foi restaurado" @@ -176,14 +176,13 @@ msgstr "Token de acesso" msgid "Account" msgstr "Conta" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Conta criada" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Conta excluída" @@ -199,7 +198,7 @@ msgstr "Conta não encontrada" msgid "Account restored" msgstr "Conta restaurada" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Conta salva" @@ -207,7 +206,7 @@ msgstr "Conta salva" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "contas" @@ -343,7 +342,7 @@ msgstr "Ajusta a data e a hora" msgid "Adjust Location" msgstr "Ajustar a localização" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Administrador" @@ -396,7 +395,7 @@ msgstr "Depois de duas semanas" msgid "Album" msgstr "Álbum" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Álbum %s excluído" @@ -404,11 +403,11 @@ msgstr "Álbum %s excluído" msgid "Album Backups" msgstr "Cópias de segurança de álbuns" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Conteúdo do álbum copiado" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Álbum criado" @@ -420,11 +419,11 @@ msgstr "Álbum eliminado" msgid "Album not found" msgstr "Álbum não encontrado" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Álbum salvo" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Álbum salvo" msgid "Albums" msgstr "Álbuns" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Álbuns excluídos" @@ -538,7 +537,7 @@ msgstr "Altitude (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Aprova e guarda as alterações" msgid "Apps and Devices" msgstr "Aplicações e dispositivos" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arquivado" @@ -650,7 +649,7 @@ msgstr "Proporção da Tela" msgid "Attributes" msgstr "Atributos" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Relatar erro" msgid "Busy, please try again later" msgstr "Em uso, por favor tente novamente mais tarde" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Ocupado, por favor aguarde…" @@ -775,7 +774,7 @@ msgstr "Ocupado, por favor aguarde…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Ao usar o software e os serviços que fornecemos, você concorda com nossos termos de serviço, política de privacidade e código de conduta." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Calendário" @@ -897,11 +896,10 @@ msgstr "Mudar marcação como privado" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "As mudanças não foram salvas" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Limpa" msgid "Clear {0}" msgstr "Limpa {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Cliente" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Cliente" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Cliente" msgid "Close" msgstr "Fechar" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Aglomerado" @@ -1018,7 +1016,7 @@ msgstr "Aglomerado" msgid "Cluster Admin" msgstr "Administrador do cluster" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Nó do cluster" @@ -1149,7 +1147,7 @@ msgstr "Copiado para a área de transferência de texto" msgid "Copy" msgstr "Copiar" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Copiando arquivos de %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Cria ficheiros YAML sidecar para fazer cópias de segurança dos metadados das imagens." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Criado" @@ -1263,7 +1261,7 @@ msgstr "Registros de depuração" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Pasta Padrão" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Rejeita alterações inválidas?" msgid "Discard unsaved changes?" msgstr "Descarta as alterações não salvas?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Explorar" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Concluído." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Descarregar arquivos remotos" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Amostras dinâmicas" msgid "Dynamic Size Limit: %{n}px" msgstr "Tamanho dinâmico limite: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Introduz o nome do item..." msgid "Enter the code generated by your authenticator app:" msgstr "Introduz o código gerado pela tua aplicação de autenticação:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Digite o código de verificação" @@ -1640,12 +1639,12 @@ msgstr "Digite sua senha para confirmar a ação e continuar:" msgid "Entity not found" msgstr "Entidade não encontrada" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Erro" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Falha ao criar arquivo zip" msgid "Failed to load users." msgstr "Não foi possível carregar os utilizadores." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Não conseguiste remover o marcador facial" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Falha ao remover o nome" @@ -1763,7 +1762,7 @@ msgstr "Não foi possível reiniciar o servidor" msgid "Failed to save changes" msgstr "Falha ao guardar as alterações" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Não conseguiste salvar a face do marcador" @@ -1796,7 +1795,7 @@ msgstr "Rápido" msgid "Favorite" msgstr "Favorito" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favoritos" @@ -1818,7 +1817,7 @@ msgstr "Feminino" msgid "File" msgstr "Ficheiro" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Explorador de Arquivos" @@ -1826,7 +1825,7 @@ msgstr "Explorador de Arquivos" msgid "File Conversion" msgstr "Conversão de arquivo" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Arquivo excluído" @@ -1842,7 +1841,7 @@ msgstr "Nome do arquivo" msgid "File not found" msgstr "Arquivo não encontrado" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Arquivo removido da pilha" @@ -1855,7 +1854,7 @@ msgstr "Tamanho do Arquivo" msgid "File too large" msgstr "Arquivo muito grande" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Arquivo carregado" @@ -1901,7 +1900,7 @@ msgstr "A pasta contem %{n} arquivos" msgid "Folder is empty" msgstr "A pasta está vazia" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Pastas" @@ -1928,7 +1927,7 @@ msgstr "Quadros" msgid "Full Access" msgstr "Acesso total" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Ecrã inteiro" @@ -2013,7 +2012,7 @@ msgstr "Ajuda & Suporte" msgid "Hidden" msgstr "Ocultos" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Arquivos Ocultos" @@ -2021,7 +2020,7 @@ msgstr "Arquivos Ocultos" msgid "Hide" msgstr "Esconder" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Esconde a legenda" @@ -2068,11 +2067,11 @@ msgstr "Qualidade da imagem" msgid "Import" msgstr "Importar" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importação cancelada" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Importação completa em %d" @@ -2130,11 +2129,11 @@ msgstr "Indexar" msgid "Indexing" msgstr "Indexando" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indexação cancelada" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexação completa em %d" @@ -2142,7 +2141,7 @@ msgstr "Indexação completa em %d" msgid "Indexing failed" msgstr "Falha ao indexar" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indexando arquivos em %s" @@ -2150,11 +2149,11 @@ msgstr "Indexando arquivos em %s" msgid "Indexing media and sidecar files…" msgstr "Indexando ficheiro multimédia e secundários…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indexando originais..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informações" @@ -2163,8 +2162,8 @@ msgstr "Informações" msgid "Inherit" msgstr "Herdar" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instância" @@ -2178,7 +2177,7 @@ msgstr "A instância está indisponível. Tenta novamente assim que estiver nova #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instâncias" @@ -2300,11 +2299,11 @@ msgstr "Etiqueta" msgid "Label not found" msgstr "Etiqueta não encontrada" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Etiqueta salva" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Etiqueta salva" msgid "Labels" msgstr "Etiquetas" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Etiquetas excluídas" @@ -2382,7 +2381,7 @@ msgstr "Lente" msgid "Lens not found" msgstr "Lente não encontrada" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Biblioteca" @@ -2399,7 +2398,7 @@ msgstr "Biblioteca" msgid "License" msgstr "Licença" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Gosto" @@ -2430,7 +2429,7 @@ msgstr "Ver lista" msgid "Live" msgstr "Ao vivo" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Marcador" msgid "Maximum number of accounts has been reached." msgstr "O número máximo de contas foi atingido." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Meios de comunicação social" @@ -2585,7 +2584,7 @@ msgstr "Minimizar" msgid "Missing" msgstr "Em Falta" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Configuração em falta ou inválida" @@ -2593,7 +2592,7 @@ msgstr "Configuração em falta ou inválida" msgid "mixed" msgstr "misturado" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Momentos" @@ -2611,7 +2610,7 @@ msgstr "Monocromático" msgid "Month" msgstr "Mês" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Mais opções" @@ -2627,7 +2626,7 @@ msgstr "Mais Relevante" msgid "Move Files" msgstr "Mover ficheiro" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Movendo arquivos de %s" @@ -2635,14 +2634,14 @@ msgstr "Movendo arquivos de %s" msgid "Must have at least %{n} characters." msgstr "Deve ter pelo menos %{n} caracteres." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Silenciar" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Nova senha" msgid "Newest First" msgstr "Recentes primeiro" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Seguinte" @@ -2828,7 +2827,7 @@ msgstr "Imagens de baixa qualidade ou não-fotográficas necessitam de revisão msgid "None" msgstr "Nenhum" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Não autorizado" @@ -2841,7 +2840,7 @@ msgstr "Indisponível em modo público" msgid "Not available in read-only mode" msgstr "Não disponível no modo somente leitura" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Não encontrado" @@ -2849,7 +2848,7 @@ msgstr "Não encontrado" msgid "Not sorted." msgstr "Não estás classificado." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Não suportado" @@ -2914,11 +2913,11 @@ msgstr "Uma vez por semana" msgid "One album found" msgstr "Um álbum encontrado" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Uma entrada adicionada a %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Uma entrada removida de %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Somente contas gerenciadas localmente podem ser configuradas para autenticação com 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Aberto" @@ -3059,7 +3058,7 @@ msgstr "Parte de algumas fotos selecionadas" msgid "Password" msgstr "Senha" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Senha alterada" @@ -3071,7 +3070,7 @@ msgstr "Pausa" msgid "Payment required" msgstr "É necessário efetuar o pagamento" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Pessoas com as quais partilha um link poderão ver os conteúdos públicos." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Permanentemente excluídas" @@ -3103,7 +3102,7 @@ msgstr "Pessoa" msgid "Person cover updated" msgstr "Capa de pessoa actualizada" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Pessoa apagada" @@ -3112,7 +3111,7 @@ msgstr "Pessoa apagada" msgid "Person not found" msgstr "Pessoa não encontrada" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Pessoa salva" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism é 100% autofinanciado e independente." msgid "PhotoPrism+ Membership" msgstr "Associação PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotos" @@ -3162,8 +3161,8 @@ msgstr "Lugar" msgid "Place & Time" msgstr "Lugar & Tempo" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Por favor, note que a mudança de sua senha fará com que você saia de msgid "Please restart your instance for the changes to take effect." msgstr "Reinicie sua instância para que as alterações entrem em vigor." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Por favor, aguarde…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Tamanho PNG limite: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Pré-visualização" msgid "Preview Images" msgstr "Imagens de pré-visualização" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Anterior" @@ -3279,7 +3278,7 @@ msgstr "Visual anterior" msgid "Primary" msgstr "Primário" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primário" msgid "Private" msgstr "Privado" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "A processar carregamento..." @@ -3389,7 +3388,7 @@ msgstr "Vermelho" msgid "Refresh" msgstr "Refresca-te" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regiões" msgid "Register" msgstr "Registro" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Cadastro desativado" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Remover" msgid "remove failed: unknown album" msgstr "remoção falhou: álbum desconhecido" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Remover do álbum" @@ -3447,11 +3450,11 @@ msgstr "Remover de todas as fotografias selecionadas" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Remover ficheiros já importados ao armazenamento. Tipos de ficheiros não suportados nunca serão apagados, eles continuam na localização atual." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Remove a instância selecionada do registo do cluster?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Removido" @@ -3459,7 +3462,7 @@ msgstr "Removido" msgid "Removed %{name}" msgstr "Removido %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Removidos %d arquivos e %d fotos" @@ -3468,7 +3471,7 @@ msgstr "Removidos %d arquivos e %d fotos" msgid "Repeated" msgstr "Repetido" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Falha na solicitação - você está offline?" @@ -3499,12 +3502,12 @@ msgstr "Reiniciar" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Restaurar" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Restaurado" @@ -3516,7 +3519,7 @@ msgstr "Limite de Tentativa" msgid "Retype Password" msgstr "Re-insira a senha" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Segredo" msgid "Security and Access" msgstr "Segurança e acesso" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Selecionar" @@ -3707,19 +3710,19 @@ msgstr "Selecionar hora" msgid "Selection" msgstr "Seleção" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Seleção adicionada a %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Seleção aprovada" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Seleção arquivada" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Seleção marcada como privada" @@ -3727,7 +3730,7 @@ msgstr "Seleção marcada como privada" msgid "Selection not found" msgstr "Seleção não encontrada" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Seleção restaurada" @@ -3735,7 +3738,7 @@ msgstr "Seleção restaurada" msgid "Sequential Name" msgstr "Nome sequencial" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Serviço" @@ -3765,7 +3768,7 @@ msgstr "Identificação de sessão" msgid "Sessions" msgstr "Sessões" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Define como capa do álbum" @@ -3775,15 +3778,15 @@ msgstr "Definir como imagem de capa" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Configurações" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Configurações salvas" @@ -3822,7 +3825,7 @@ msgstr "Mostrar todas as etiquetas" msgid "Show all new faces" msgstr "Mostrar todos os rostos novos" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Mostrar legenda" @@ -3910,7 +3913,7 @@ msgstr "URL do sítio" msgid "Size" msgstr "Tamanho" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Apresentação de diapositivos" @@ -3942,7 +3945,7 @@ msgstr "Não foi possível criar alguns álbuns. Edita os nomes e tenta novament msgid "Some albums could not be updated" msgstr "Alguns álbuns não puderam ser actualizados" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Algo deu errado, tente novamente" @@ -4046,7 +4049,7 @@ msgstr "Ruas" msgid "Subject" msgstr "Assunto" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Assunto eliminado" @@ -4054,11 +4057,11 @@ msgstr "Assunto eliminado" msgid "Subject not found" msgstr "Assunto não encontrado" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Assunto salvo" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Ativado com sucesso" @@ -4071,7 +4074,7 @@ msgstr "Conectado com sucesso" msgid "Successfully deleted" msgstr "Excluído com sucesso" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Verificado com sucesso" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Demasiados ficheiros seleccionados" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Demasiados pedidos" @@ -4292,7 +4295,7 @@ msgstr "Desfazer" msgid "Unique ID" msgstr "ID único" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Localização desconhecida" msgid "Unregistered" msgstr "Não registrado" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Não classificado" @@ -4350,7 +4353,7 @@ msgstr "Formato sem suporte" msgid "Unsupported type" msgstr "Tipo não suportado" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Envio finalizado. Indexando…" msgid "Upload failed" msgstr "Envio falhou" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "O Upload foi processado" @@ -4467,7 +4470,7 @@ msgstr "A carregar." msgid "Uploads that may contain such images will be rejected automatically." msgstr "Envios que possam conter tais imagens serão rejeitados automaticamente." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Utiliza o teu código de recuperação ou contacta um administrador para #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Utilizador" @@ -4523,7 +4526,7 @@ msgstr "Nome de utilizador" msgid "Users" msgstr "Usuários" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "vetores" msgid "Verification Code" msgstr "Código de verificação" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "É necessário um e-mail verificado." + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versão" @@ -4561,7 +4568,7 @@ msgstr "Vídeo" msgid "Video Duration" msgstr "Duração Vídeo" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Seu apoio contínuo nos ajuda a fornecer atualizações regulares e a pe msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Sua biblioteca é continuamente analisada para criar automaticamente álbuns de momentos, viagens e lugares especiais." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip criado em %d" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Aproximar/Afastar" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Conteúdo" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Título" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/pt_BR.po b/frontend/src/locales/pt_BR.po index 5b6526692..5f9bfc6fc 100644 --- a/frontend/src/locales/pt_BR.po +++ b/frontend/src/locales/pt_BR.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} é muito longo" msgid "%{s} is too short" msgstr "%{s} é muito curto" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d entradas adicionadas a %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d entradas removidas de %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d arquivos enviados em %d" @@ -100,7 +100,7 @@ msgstr "%d arquivos enviados em %d" msgid "%s already exists" msgstr "%s já existe" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s foi restaurado" @@ -176,14 +176,13 @@ msgstr "Token de acesso" msgid "Account" msgstr "Conta" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Conta criada" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Conta excluída" @@ -199,7 +198,7 @@ msgstr "Conta não encontrada" msgid "Account restored" msgstr "Conta restaurada" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Conta salva" @@ -207,7 +206,7 @@ msgstr "Conta salva" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Contas" @@ -343,7 +342,7 @@ msgstr "Ajustar data e hora" msgid "Adjust Location" msgstr "Ajustar local" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Depois de duas semanas" msgid "Album" msgstr "Álbum" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Álbum %s excluído" @@ -404,11 +403,11 @@ msgstr "Álbum %s excluído" msgid "Album Backups" msgstr "Backups de álbuns" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Conteúdo do álbum copiado" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Álbum criado" @@ -420,11 +419,11 @@ msgstr "Álbum excluído" msgid "Album not found" msgstr "Álbum não encontrado" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Álbum salvo" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Álbum salvo" msgid "Albums" msgstr "Álbuns" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Álbuns excluídos" @@ -538,7 +537,7 @@ msgstr "Altitude (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Aprovar e salvar as alterações" msgid "Apps and Devices" msgstr "Aplicativos e dispositivos" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arquivado" @@ -650,7 +649,7 @@ msgstr "Proporção da Tela" msgid "Attributes" msgstr "Atributos" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Relatar erro" msgid "Busy, please try again later" msgstr "Ocupado, por favor tente mais tarde" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Ocupado, por favor espere…" @@ -775,7 +774,7 @@ msgstr "Ocupado, por favor espere…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Ao utilizar o software e os serviços que fornecemos, você concorda com nossos termos de serviço, política de privacidade e código de conduta." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Calendário" @@ -897,11 +896,10 @@ msgstr "Mudar marcação como privado" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "As mudanças não foram salvas" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Limpo" msgid "Clear {0}" msgstr "Limpar {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Cliente" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Cliente" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Cliente" msgid "Close" msgstr "Fechar" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Grupo" @@ -1018,7 +1016,7 @@ msgstr "Grupo" msgid "Cluster Admin" msgstr "Administrador do cluster" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Nó do cluster" @@ -1149,7 +1147,7 @@ msgstr "Copiado para a área de transferência de texto" msgid "Copy" msgstr "Copiar" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Copiando arquivos de %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Crie arquivos YAML sidecar para fazer backup dos metadados da imagem." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Criado" @@ -1263,7 +1261,7 @@ msgstr "Registros de depuração" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Pasta Padrão" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Descartar alterações inválidas?" msgid "Discard unsaved changes?" msgstr "Descartar alterações não salvas?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Descobrir" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Concluído." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Baixar arquivos remotos" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Amostras dinâmicas" msgid "Dynamic Size Limit: %{n}px" msgstr "Tamanho dinâmico limite: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Digite o nome do item..." msgid "Enter the code generated by your authenticator app:" msgstr "Digite o código gerado pelo aplicativo autenticador:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Digite o código de verificação" @@ -1640,12 +1639,12 @@ msgstr "Digite sua senha para confirmar a ação e continuar:" msgid "Entity not found" msgstr "Entidade não encontrada" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Erro" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Falha ao criar arquivo zip" msgid "Failed to load users." msgstr "Não foi possível carregar os usuários." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Falha ao remover o marcador de face" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Falha ao remover o nome" @@ -1763,7 +1762,7 @@ msgstr "Não foi possível reiniciar o servidor" msgid "Failed to save changes" msgstr "Falha ao salvar as alterações" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Falha ao salvar o marcador de rosto" @@ -1796,7 +1795,7 @@ msgstr "Rápido" msgid "Favorite" msgstr "Favorito" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favoritos" @@ -1818,7 +1817,7 @@ msgstr "Feminino" msgid "File" msgstr "Arquivo" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Explorador de Arquivos" @@ -1826,7 +1825,7 @@ msgstr "Explorador de Arquivos" msgid "File Conversion" msgstr "Conversão de arquivos" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Arquivo excluído" @@ -1842,7 +1841,7 @@ msgstr "Nome do arquivo" msgid "File not found" msgstr "Arquivo não encontrado" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Arquivo removido da pilha" @@ -1855,7 +1854,7 @@ msgstr "Tamanho do Arquivo" msgid "File too large" msgstr "Arquivo muito grande" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Arquivo carregado" @@ -1901,7 +1900,7 @@ msgstr "A pasta contem %{n} arquivos" msgid "Folder is empty" msgstr "A pasta está vazia" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Pastas" @@ -1928,7 +1927,7 @@ msgstr "Quadros" msgid "Full Access" msgstr "Acesso total" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Tela Cheia" @@ -2013,7 +2012,7 @@ msgstr "Ajuda & Suporte" msgid "Hidden" msgstr "Ocultos" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Arquivos Ocultos" @@ -2021,7 +2020,7 @@ msgstr "Arquivos Ocultos" msgid "Hide" msgstr "Esconder" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Ocultar legenda" @@ -2068,11 +2067,11 @@ msgstr "Qualidade de imagem" msgid "Import" msgstr "Importar" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importação cancelada" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Importação completa em %d" @@ -2130,11 +2129,11 @@ msgstr "Indexar" msgid "Indexing" msgstr "Indexando" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indexação cancelada" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexação completa em %d" @@ -2142,7 +2141,7 @@ msgstr "Indexação completa em %d" msgid "Indexing failed" msgstr "Falha ao indexar" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indexando arquivos em %s" @@ -2150,11 +2149,11 @@ msgstr "Indexando arquivos em %s" msgid "Indexing media and sidecar files…" msgstr "Indexando arquivos de mídia e secundários…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indexando originais..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informações" @@ -2163,8 +2162,8 @@ msgstr "Informações" msgid "Inherit" msgstr "Herdar" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instância" @@ -2178,7 +2177,7 @@ msgstr "A instância está indisponível. Tenta novamente quando ela voltar a fi #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instâncias" @@ -2300,11 +2299,11 @@ msgstr "Etiqueta" msgid "Label not found" msgstr "Etiqueta não encontrada" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Etiqueta salva" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Etiqueta salva" msgid "Labels" msgstr "Etiquetas" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Etiquetas excluídas" @@ -2382,7 +2381,7 @@ msgstr "Lente" msgid "Lens not found" msgstr "Lente não encontrada" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Biblioteca" @@ -2399,7 +2398,7 @@ msgstr "Biblioteca" msgid "License" msgstr "Licença" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Gostar" @@ -2430,7 +2429,7 @@ msgstr "Exibição de lista" msgid "Live" msgstr "Ao vivo" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Marcador" msgid "Maximum number of accounts has been reached." msgstr "O número máximo de contas foi atingido." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Mídia" @@ -2585,7 +2584,7 @@ msgstr "Minimizar" msgid "Missing" msgstr "Faltando" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Configuração ausente ou inválida" @@ -2593,7 +2592,7 @@ msgstr "Configuração ausente ou inválida" msgid "mixed" msgstr "misto" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Momentos" @@ -2611,7 +2610,7 @@ msgstr "Monocromático" msgid "Month" msgstr "Mês" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Mais opções" @@ -2627,7 +2626,7 @@ msgstr "Mais Relevante" msgid "Move Files" msgstr "Mover arquivos" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Movendo arquivos de %s" @@ -2635,14 +2634,14 @@ msgstr "Movendo arquivos de %s" msgid "Must have at least %{n} characters." msgstr "Deve ter pelo menos %{n} caracteres." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Mudo" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Nova senha" msgid "Newest First" msgstr "Recentes primeiro" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Próximo" @@ -2828,7 +2827,7 @@ msgstr "Imagens de baixa qualidade ou não-fotográficas necessitam de revisão msgid "None" msgstr "Nenhum" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Não permitido" @@ -2841,7 +2840,7 @@ msgstr "Indisponível em modo público" msgid "Not available in read-only mode" msgstr "Não disponível no modo somente leitura" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Não encontrado" @@ -2849,7 +2848,7 @@ msgstr "Não encontrado" msgid "Not sorted." msgstr "Não classificado." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Não suportado" @@ -2914,11 +2913,11 @@ msgstr "Uma vez por semana" msgid "One album found" msgstr "Um álbum encontrado" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Uma entrada adicionada a %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Uma entrada removida de %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Somente contas gerenciadas localmente podem ser configuradas para autenticação com 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Aberto" @@ -3059,7 +3058,7 @@ msgstr "Parte de algumas fotos selecionadas" msgid "Password" msgstr "Senha" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Senha alterada" @@ -3071,7 +3070,7 @@ msgstr "Pausa" msgid "Payment required" msgstr "É necessário efetuar o pagamento" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Pessoas com as quais você compartilha um link poderão ver os conteúdos públicos." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Permanentemente excluídas" @@ -3103,7 +3102,7 @@ msgstr "Pessoa" msgid "Person cover updated" msgstr "Capa da pessoa atualizada" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Pessoa apagada" @@ -3112,7 +3111,7 @@ msgstr "Pessoa apagada" msgid "Person not found" msgstr "Pessoa não encontrada" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Pessoa salva" @@ -3132,7 +3131,7 @@ msgstr "O PhotoPrism é 100% autofinanciado e independente." msgid "PhotoPrism+ Membership" msgstr "FotoPrism+ Filiação" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotos" @@ -3162,8 +3161,8 @@ msgstr "Lugar" msgid "Place & Time" msgstr "Lugar & Tempo" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Por favor, note que a mudança de sua senha fará com que você saia de msgid "Please restart your instance for the changes to take effect." msgstr "Por favor, reinicie seu exemplo para que as mudanças tenham efeito." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Por favor, aguarde…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Tamanho PNG limite: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Pré-visualização" msgid "Preview Images" msgstr "Imagens de visualização" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Anterior" @@ -3279,7 +3278,7 @@ msgstr "Visual anterior" msgid "Primary" msgstr "Primário" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primário" msgid "Private" msgstr "Privado" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Processamento de upload..." @@ -3389,7 +3388,7 @@ msgstr "Vermelho" msgid "Refresh" msgstr "Atualizar" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regiões" msgid "Register" msgstr "Registre-se" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Cadastro desativado" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Remover" msgid "remove failed: unknown album" msgstr "remoção falhou: álbum desconhecido" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Remover do álbum" @@ -3447,11 +3450,11 @@ msgstr "Remover de todas as fotos selecionadas" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Remover arquivos já importados ao armazenamento. Tipos de arquivo não suportados nunca serão apagados, eles continuam na sua localização atual." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Remover a instância selecionada do registro do cluster?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Removido" @@ -3459,7 +3462,7 @@ msgstr "Removido" msgid "Removed %{name}" msgstr "Removido %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Removidos %d arquivos e %d fotos" @@ -3468,7 +3471,7 @@ msgstr "Removidos %d arquivos e %d fotos" msgid "Repeated" msgstr "Repetido" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "O pedido falhou - você está offline?" @@ -3499,12 +3502,12 @@ msgstr "Reinicie" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Restaurar" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Restaurado" @@ -3516,7 +3519,7 @@ msgstr "Limite de Tentativa" msgid "Retype Password" msgstr "Reinsira a senha" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Segredo" msgid "Security and Access" msgstr "Segurança e acesso" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Selecionar" @@ -3707,19 +3710,19 @@ msgstr "Selecione o horário" msgid "Selection" msgstr "Seleção" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Seleção adicionada a %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Seleção aprovada" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Seleção arquivada" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Seleção marcada como privada" @@ -3727,7 +3730,7 @@ msgstr "Seleção marcada como privada" msgid "Selection not found" msgstr "Seleção não encontrada" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Seleção restaurada" @@ -3735,7 +3738,7 @@ msgstr "Seleção restaurada" msgid "Sequential Name" msgstr "Nome sequencial" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Serviço" @@ -3765,7 +3768,7 @@ msgstr "ID da sessão" msgid "Sessions" msgstr "Sessões" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Definir como capa do álbum" @@ -3775,15 +3778,15 @@ msgstr "Definir como imagem de capa" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Configurações" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Configurações salvas" @@ -3822,7 +3825,7 @@ msgstr "Mostrar todos os rótulos" msgid "Show all new faces" msgstr "Mostrar todos os rostos novos" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Mostrar legenda" @@ -3910,7 +3913,7 @@ msgstr "URL do site" msgid "Size" msgstr "Tamanho" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Apresentação de slides" @@ -3942,7 +3945,7 @@ msgstr "Alguns álbuns não puderam ser criados. Edite os nomes e tente novament msgid "Some albums could not be updated" msgstr "Alguns álbuns não puderam ser atualizados" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Algo deu errado, tente novamente" @@ -4046,7 +4049,7 @@ msgstr "Ruas" msgid "Subject" msgstr "Assunto" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Assunto eliminado" @@ -4054,11 +4057,11 @@ msgstr "Assunto eliminado" msgid "Subject not found" msgstr "Assunto não encontrado" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Assunto salvo" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Ativado com sucesso" @@ -4071,7 +4074,7 @@ msgstr "Conectado com sucesso" msgid "Successfully deleted" msgstr "Eliminado com sucesso" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Verificado com sucesso" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Muitos arquivos selecionados" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Muitas solicitações" @@ -4292,7 +4295,7 @@ msgstr "Desfazer" msgid "Unique ID" msgstr "ID único" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Local desconhecido" msgid "Unregistered" msgstr "Não registrado" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Não classificado" @@ -4350,7 +4353,7 @@ msgstr "Formato sem suporte" msgid "Unsupported type" msgstr "Tipo não suportado" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Envio finalizado. Indexando…" msgid "Upload failed" msgstr "Envio falhou" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "O Upload foi processado" @@ -4467,7 +4470,7 @@ msgstr "Carregando…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Envios que possam conter tais imagens serão rejeitados automaticamente." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Use o código de recuperação ou entre em contato com um administrador #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Usuário" @@ -4523,7 +4526,7 @@ msgstr "Nome de usuário" msgid "Users" msgstr "Usuários" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vetores" msgid "Verification Code" msgstr "Código de verificação" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "É necessário um e-mail verificado." + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versão" @@ -4561,7 +4568,7 @@ msgstr "Vídeo" msgid "Video Duration" msgstr "Duração Vídeo" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Seu apoio contínuo nos ajuda a fornecer atualizações regulares e a pe msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Sua biblioteca é continuamente analisada para criar automaticamente álbuns de momentos, viagens e lugares especiais." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip criado em %d" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Aproximar/Afastar" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Conteúdo" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Título" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/ro.po b/frontend/src/locales/ro.po index c6f3f6ee6..abea3984b 100644 --- a/frontend/src/locales/ro.po +++ b/frontend/src/locales/ro.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} este prea lung" msgid "%{s} is too short" msgstr "%{s} este prea scurt" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d intrări adăugate la %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d intrări eliminate din %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d fișiere încărcate în %d s" @@ -100,7 +100,7 @@ msgstr "%d fișiere încărcate în %d s" msgid "%s already exists" msgstr "%s deja există" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s a fost restaurat" @@ -176,14 +176,13 @@ msgstr "Token de acces" msgid "Account" msgstr "Cont" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Cont creat" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Cont șters" @@ -199,7 +198,7 @@ msgstr "Contul nu a fost găsit" msgid "Account restored" msgstr "Cont restaurat" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Cont salvat" @@ -207,7 +206,7 @@ msgstr "Cont salvat" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Conturi" @@ -343,7 +342,7 @@ msgstr "Reglați data și ora" msgid "Adjust Location" msgstr "Reglați locația" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "După două săptămâni" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s șters" @@ -404,11 +403,11 @@ msgstr "Album %s șters" msgid "Album Backups" msgstr "Copii de rezervă ale albumelor" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Conținutul albumului clonat" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album creat" @@ -420,11 +419,11 @@ msgstr "Album șters" msgid "Album not found" msgstr "Album nedescoperit" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album salvat" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album salvat" msgid "Albums" msgstr "Albume" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albume șterse" @@ -538,7 +537,7 @@ msgstr "Altitudine (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Aprobați și salvați modificările" msgid "Apps and Devices" msgstr "Aplicații și dispozitive" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arhivat" @@ -650,7 +649,7 @@ msgstr "Raportul de aspect" msgid "Attributes" msgstr "Atribute" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Raport de eroare" msgid "Busy, please try again later" msgstr "Ocupat, vă rugăm să încercați din nou mai târziu" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Ocupat, vă rugăm să așteptați…" @@ -775,7 +774,7 @@ msgstr "Ocupat, vă rugăm să așteptați…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Prin utilizarea software-ului și a serviciilor pe care le furnizăm, sunteți de acord cu termenii și condițiile noastre de utilizare, cu politica de confidențialitate și cu codul de conduită." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Calendar" @@ -897,11 +896,10 @@ msgstr "Schimbarea steagului privat" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Modificările nu au putut fi salvate" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Clar" msgid "Clear {0}" msgstr "Șterge {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Client" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Client" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Client" msgid "Close" msgstr "Închideți" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Cluster" @@ -1018,7 +1016,7 @@ msgstr "Cluster" msgid "Cluster Admin" msgstr "Administrator de cluster" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Nod de cluster" @@ -1149,7 +1147,7 @@ msgstr "Copiat în clipboard" msgid "Copy" msgstr "Copie" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Copierea fișierelor din %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Creați fișiere YAML sidecar pentru a salva metadatele imaginilor." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Creat" @@ -1263,7 +1261,7 @@ msgstr "Jurnalele de depanare" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Dosar implicit" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Eliminați modificările invalide?" msgid "Discard unsaved changes?" msgstr "Aruncați modificările nesalvate?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Descoperiți" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "S-a făcut." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Descărcarea fișierelor de la distanță" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Previziuni dinamice" msgid "Dynamic Size Limit: %{n}px" msgstr "Limita dimensiunii dinamice: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Introduceți numele articolului..." msgid "Enter the code generated by your authenticator app:" msgstr "Introduceți codul generat de aplicația dvs. de autentificare:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Introduceți codul de verificare" @@ -1640,12 +1639,12 @@ msgstr "Introduceți parola pentru a confirma acțiunea și continuați:" msgid "Entity not found" msgstr "Entitatea nu a fost găsită" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Eroare" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Nu a reușit să creeze fișierul zip" msgid "Failed to load users." msgstr "Nu s-au putut încărca utilizatorii." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Nu a reușit să îndepărteze marcajul facial" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Nu s-a reușit eliminarea numelui" @@ -1763,7 +1762,7 @@ msgstr "Nu s-a reușit repornirea serverului" msgid "Failed to save changes" msgstr "A eșuat salvarea modificărilor" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Nu a reușit să salveze fața marcatorului" @@ -1796,7 +1795,7 @@ msgstr "Rapid" msgid "Favorite" msgstr "Favorit" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favorite" @@ -1818,7 +1817,7 @@ msgstr "Femeie" msgid "File" msgstr "Fișier" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Browser de fișiere" @@ -1826,7 +1825,7 @@ msgstr "Browser de fișiere" msgid "File Conversion" msgstr "Conversia fișierelor" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Fișier șters" @@ -1842,7 +1841,7 @@ msgstr "Numele fișierului" msgid "File not found" msgstr "Fișier nedescoperit" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Fișier eliminat din stivă" @@ -1855,7 +1854,7 @@ msgstr "Dimensiunea fișierului" msgid "File too large" msgstr "Fișier prea mare" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Fișier încărcat" @@ -1901,7 +1900,7 @@ msgstr "Dosarul conține %{n} fișiere" msgid "Folder is empty" msgstr "Dosarul este gol" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Dosare" @@ -1928,7 +1927,7 @@ msgstr "Cadre" msgid "Full Access" msgstr "Acces complet" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Ecran complet" @@ -2013,7 +2012,7 @@ msgstr "Suport" msgid "Hidden" msgstr "Ascuns" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Fișiere ascunse" @@ -2021,7 +2020,7 @@ msgstr "Fișiere ascunse" msgid "Hide" msgstr "Ascundeți" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Hide Caption" @@ -2068,11 +2067,11 @@ msgstr "Calitatea imaginii" msgid "Import" msgstr "Import" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importul a fost anulat" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Import finalizat în %d s" @@ -2130,11 +2129,11 @@ msgstr "Index" msgid "Indexing" msgstr "Indexare" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indexare anulată" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexare finalizată în %d s" @@ -2142,7 +2141,7 @@ msgstr "Indexare finalizată în %d s" msgid "Indexing failed" msgstr "Indexarea a eșuat" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indexarea fișierelor în %s" @@ -2150,11 +2149,11 @@ msgstr "Indexarea fișierelor în %s" msgid "Indexing media and sidecar files…" msgstr "Indexarea fișierelor media și a fișierelor sidecar…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indexarea originalelor..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informații" @@ -2163,8 +2162,8 @@ msgstr "Informații" msgid "Inherit" msgstr "Moșteni" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instanță" @@ -2178,7 +2177,7 @@ msgstr "Instanța nu este accesibilă. Încercați din nou când va fi din nou o #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instanțe" @@ -2300,11 +2299,11 @@ msgstr "Etichetă" msgid "Label not found" msgstr "Eticheta nu a fost găsită" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Etichetă salvată" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Etichetă salvată" msgid "Labels" msgstr "Etichete" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Etichete șterse" @@ -2382,7 +2381,7 @@ msgstr "Obiectiv" msgid "Lens not found" msgstr "Obiectivul nu a fost găsit" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Bibliotecă" @@ -2399,7 +2398,7 @@ msgstr "Bibliotecă" msgid "License" msgstr "Licență" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Ca" @@ -2430,7 +2429,7 @@ msgstr "Vizualizare listă" msgid "Live" msgstr "Live" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Marker" msgid "Maximum number of accounts has been reached." msgstr "Numărul maxim de conturi a fost atins." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Media" @@ -2585,7 +2584,7 @@ msgstr "Minimizați" msgid "Missing" msgstr "Lipsesc" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Configurație lipsă sau invalidă" @@ -2593,7 +2592,7 @@ msgstr "Configurație lipsă sau invalidă" msgid "mixed" msgstr "amestecate" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Momente" @@ -2611,7 +2610,7 @@ msgstr "Monocromie" msgid "Month" msgstr "Luna" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Mai multe opțiuni" @@ -2627,7 +2626,7 @@ msgstr "Cele mai relevante" msgid "Move Files" msgstr "Muta fișierele" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Mutarea fișierelor din %s" @@ -2635,14 +2634,14 @@ msgstr "Mutarea fișierelor din %s" msgid "Must have at least %{n} characters." msgstr "Trebuie să aibă cel puțin %{n} caractere." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Mută" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Parolă nouă" msgid "Newest First" msgstr "Cel mai nou Mai întâi" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Următorul" @@ -2828,7 +2827,7 @@ msgstr "Imaginile nefotografice și de slabă calitate necesită o revizuire în msgid "None" msgstr "Nici unul" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Nu este permis" @@ -2841,7 +2840,7 @@ msgstr "Nu este disponibil în modul public" msgid "Not available in read-only mode" msgstr "Nu este disponibil în modul doar pentru citire" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Nu a fost găsit" @@ -2849,7 +2848,7 @@ msgstr "Nu a fost găsit" msgid "Not sorted." msgstr "Nu sortate." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Nu este acceptat" @@ -2914,11 +2913,11 @@ msgstr "O dată pe săptămână" msgid "One album found" msgstr "Un album găsit" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "O intrare adăugată la %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "O intrare eliminată din %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Numai conturile gestionate local pot fi configurate pentru autentificare cu 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Deschideți" @@ -3059,7 +3058,7 @@ msgstr "O parte din unele fotografii selectate" msgid "Password" msgstr "Parola" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Parola a fost schimbată" @@ -3071,7 +3070,7 @@ msgstr "Pauză" msgid "Payment required" msgstr "Este necesară efectuarea plății" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Persoanele cu care partajați un link vor putea vizualiza conținutul public." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Șterse definitiv" @@ -3103,7 +3102,7 @@ msgstr "Persoană" msgid "Person cover updated" msgstr "Coperta persoanei actualizată" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Persoană eliminată" @@ -3112,7 +3111,7 @@ msgstr "Persoană eliminată" msgid "Person not found" msgstr "Persoana nu a fost găsită" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Persoană salvată" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism este 100% autofinanțat și independent." msgid "PhotoPrism+ Membership" msgstr "Abonament PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotografii" @@ -3162,8 +3161,8 @@ msgstr "Locul" msgid "Place & Time" msgstr "Locul și Ora" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Vă rugăm să rețineți că schimbarea parolei vă va deconecta de pe msgid "Please restart your instance for the changes to take effect." msgstr "Vă rugăm să reporniți instanța pentru ca modificările să intre în vigoare." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Vă rugăm să așteptați…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Limita de dimensiune PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Previzualizare" msgid "Preview Images" msgstr "Imagini de previzualizare" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Articolul precedent" @@ -3279,7 +3278,7 @@ msgstr "Vizual anterior" msgid "Primary" msgstr "Primare" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primare" msgid "Private" msgstr "Privat" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Procesarea încărcării..." @@ -3389,7 +3388,7 @@ msgstr "Roșu" msgid "Refresh" msgstr "Reîmprospătare" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regiuni" msgid "Register" msgstr "Înregistrare" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Înregistrare dezactivată" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Eliminați" msgid "remove failed: unknown album" msgstr "eliminarea eșuată: album necunoscut" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Eliminați din album" @@ -3447,11 +3450,11 @@ msgstr "Eliminați din toate fotografiile selectate" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Eliminați fișierele importate pentru a economisi spațiu de stocare. Tipurile de fișiere neacceptate nu vor fi niciodată șterse, ele rămân în locația lor curentă." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Eliminați instanța selectată din registrul clusterului?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Eliminat" @@ -3459,7 +3462,7 @@ msgstr "Eliminat" msgid "Removed %{name}" msgstr "S-a eliminat %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Sau eliminat %d fișiere și %d fotografii" @@ -3468,7 +3471,7 @@ msgstr "Sau eliminat %d fișiere și %d fotografii" msgid "Repeated" msgstr "Repetat" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Cerere eșuată - sunteți offline?" @@ -3499,12 +3502,12 @@ msgstr "Reporniți" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Restaurați" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Restaurat" @@ -3516,7 +3519,7 @@ msgstr "Limita de reintroducere" msgid "Retype Password" msgstr "Repeta parola" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Secret" msgid "Security and Access" msgstr "Securitate și acces" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Selectați" @@ -3707,19 +3710,19 @@ msgstr "Selectați ora" msgid "Selection" msgstr "Selecție" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Selecție adăugată la %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Selecție aprobată" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Selecție arhivată" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Selecție marcată ca fiind privată" @@ -3727,7 +3730,7 @@ msgstr "Selecție marcată ca fiind privată" msgid "Selection not found" msgstr "Selecția nu a fost găsită" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Selecție restabilită" @@ -3735,7 +3738,7 @@ msgstr "Selecție restabilită" msgid "Sequential Name" msgstr "Denumire secvențială" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Service" @@ -3765,7 +3768,7 @@ msgstr "ID-ul sesiunii" msgid "Sessions" msgstr "Sesiuni" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Setați ca copertă de album" @@ -3775,15 +3778,15 @@ msgstr "Setați ca imagine de copertă" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Setări" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Setări salvate" @@ -3822,7 +3825,7 @@ msgstr "Afișați toate etichetele" msgid "Show all new faces" msgstr "Afișați toate fețele noi" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Afișați subtitrarea" @@ -3910,7 +3913,7 @@ msgstr "URL-ul site-ului" msgid "Size" msgstr "Dimensiune" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Prezentare de diapozitive" @@ -3942,7 +3945,7 @@ msgstr "Unele albume nu au putut fi create. Vă rugăm să editați numele și s msgid "Some albums could not be updated" msgstr "Unele albume nu au putut fi actualizate" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Ceva nu a mers bine, încercați din nou" @@ -4046,7 +4049,7 @@ msgstr "Străzi" msgid "Subject" msgstr "Subiect" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Subiect eliminat" @@ -4054,11 +4057,11 @@ msgstr "Subiect eliminat" msgid "Subject not found" msgstr "Subiectul nu a fost găsit" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Subiect salvat" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Activat cu succes" @@ -4071,7 +4074,7 @@ msgstr "Conectat cu succes" msgid "Successfully deleted" msgstr "Eliminat cu succes" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Verificat cu succes" @@ -4236,7 +4239,7 @@ msgstr "Jeton" msgid "Too many files selected" msgstr "Prea multe fișiere selectate" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Prea multe cereri" @@ -4292,7 +4295,7 @@ msgstr "Înapoi" msgid "Unique ID" msgstr "ID unic" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Locație necunoscută" msgid "Unregistered" msgstr "Neînregistrat" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Nesortat" @@ -4350,7 +4353,7 @@ msgstr "Format neacceptat" msgid "Unsupported type" msgstr "Tip neacceptat" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Încărcare completă. Se indexează…" msgid "Upload failed" msgstr "Încărcarea a eșuat" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Încărcarea a fost procesată" @@ -4467,7 +4470,7 @@ msgstr "Se încarcă…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Încărcările care pot conține astfel de imagini vor fi respinse automat." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Utilizați codul de recuperare sau contactați un administrator pentru a #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Utilizator" @@ -4523,7 +4526,7 @@ msgstr "Numele utilizatorului" msgid "Users" msgstr "Utilizatori" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vectori" msgid "Verification Code" msgstr "Cod de verificare" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Adresă de e-mail verificată necesară" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versiune" @@ -4561,7 +4568,7 @@ msgstr "Clip" msgid "Video Duration" msgstr "Durata Videoclipului" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Sprijinul dvs. continuu ne ajută să furnizăm actualizări regulate ș msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Biblioteca dvs. este analizată în permanență pentru a crea automat albume cu momente, călătorii și locuri speciale." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Fișierul Zip creat în %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Măriți/micșorați" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Conținut" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Titlu" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/ru.po b/frontend/src/locales/ru.po index ea2c7a6bf..672043307 100644 --- a/frontend/src/locales/ru.po +++ b/frontend/src/locales/ru.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} слишком длинный" msgid "%{s} is too short" msgstr "%{s} слишком короткий" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d элементов добавлено к %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d элементов удалено из %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d файлов загружено за %d с" @@ -100,7 +100,7 @@ msgstr "%d файлов загружено за %d с" msgid "%s already exists" msgstr "%s уже существует" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s был восстановлен" @@ -176,14 +176,13 @@ msgstr "Токен доступа" msgid "Account" msgstr "Учётная запись" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Учетная запись создана" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Учетная запись удалена" @@ -199,7 +198,7 @@ msgstr "Учетная запись не найдена" msgid "Account restored" msgstr "Аккаунт восстановлен" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Учетная запись сохранена" @@ -207,7 +206,7 @@ msgstr "Учетная запись сохранена" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Счета" @@ -343,7 +342,7 @@ msgstr "Настройте дату и время" msgid "Adjust Location" msgstr "Отрегулируй местоположение" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Администратор" @@ -396,7 +395,7 @@ msgstr "Спустя 2 недели" msgid "Album" msgstr "Альбом" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Альбом %s удален" @@ -404,11 +403,11 @@ msgstr "Альбом %s удален" msgid "Album Backups" msgstr "Резервные копии альбомов" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Содержимое альбома скоприровано" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Альбом создан" @@ -420,11 +419,11 @@ msgstr "Альбом удалён" msgid "Album not found" msgstr "Альбом не найден" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "\\альбом сохранен" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "\\альбом сохранен" msgid "Albums" msgstr "Альбомы" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Альбомы удалены" @@ -538,7 +537,7 @@ msgstr "Высота (м)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Утверди и сохрани изменения" msgid "Apps and Devices" msgstr "Приложения и устройства" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Заархивировано" @@ -650,7 +649,7 @@ msgstr "Соотношение сторон" msgid "Attributes" msgstr "Атрибуты" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Отчет об ошибке" msgid "Busy, please try again later" msgstr "Занят, повторите попытку позже" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Занят, пожалуйста, подождите…" @@ -775,7 +774,7 @@ msgstr "Занят, пожалуйста, подождите…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Используя программное обеспечение и услуги, которые мы предоставляем, вы соглашаетесь с нашими условиями обслуживания, политикой конфиденциальности и кодексом поведения." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Календарь" @@ -897,11 +896,10 @@ msgstr "Изменить флаг приватности" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Изменения не будут сохранены" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Прозрачный" msgid "Clear {0}" msgstr "Очистить {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Клиент" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Клиент" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Клиент" msgid "Close" msgstr "Закрыть" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Кластер" @@ -1018,7 +1016,7 @@ msgstr "Кластер" msgid "Cluster Admin" msgstr "Администратор кластера" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Кластерный узел" @@ -1149,7 +1147,7 @@ msgstr "Скопировано в буфер обмена" msgid "Copy" msgstr "Копировать" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Копирование файлов из %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Создать побочные файлы YAML для резервного копирования метаданных картинок." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Создано" @@ -1263,7 +1261,7 @@ msgstr "Отладочные Логи" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Папка по умолчанию" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Отбросить недействительные изменения?" msgid "Discard unsaved changes?" msgstr "Отбросить несохраненные изменения?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Исследование" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Готово." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Скачать удалённые файлы" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Динамические превью" msgid "Dynamic Size Limit: %{n}px" msgstr "Недостигнутое ограничение размера: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Введите название предмета..." msgid "Enter the code generated by your authenticator app:" msgstr "Введи код, сгенерированный твоим приложением-аутентификатором:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "введите код подтверждения" @@ -1640,12 +1639,12 @@ msgstr "Введите пароль, чтобы подтвердить дейс msgid "Entity not found" msgstr "Сущность не найдена" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Ошибка" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Не удалось создать zip-файл" msgid "Failed to load users." msgstr "Не удалось загрузить пользователей." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Не удалось удалить маркер для лица" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Не удалось удалить имя" @@ -1763,7 +1762,7 @@ msgstr "Не удалось перезапустить сервер" msgid "Failed to save changes" msgstr "Не удалось сохранить изменения" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Не удалось сохранить лицо маркера" @@ -1796,7 +1795,7 @@ msgstr "Быстро" msgid "Favorite" msgstr "В избранном" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Избранное" @@ -1818,7 +1817,7 @@ msgstr "Женский" msgid "File" msgstr "Файлы" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Файловый менеджер" @@ -1826,7 +1825,7 @@ msgstr "Файловый менеджер" msgid "File Conversion" msgstr "Преобразование файлов" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Файл удалён" @@ -1842,7 +1841,7 @@ msgstr "Имя файла" msgid "File not found" msgstr "Файл не найден" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Файл удален из очереди" @@ -1855,7 +1854,7 @@ msgstr "Размер файла" msgid "File too large" msgstr "Слишком большой файл" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Файл загружен" @@ -1901,7 +1900,7 @@ msgstr "Папка содержит %{n} файлов" msgid "Folder is empty" msgstr "Папка пуста" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Папки" @@ -1928,7 +1927,7 @@ msgstr "ფრეიმი" msgid "Full Access" msgstr "Полный доступ" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Полный экран" @@ -2013,7 +2012,7 @@ msgstr "Помощь и поддержка" msgid "Hidden" msgstr "Скрытые" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Скрытые файлы" @@ -2021,7 +2020,7 @@ msgstr "Скрытые файлы" msgid "Hide" msgstr "Скрыть" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Скрыть капчу" @@ -2068,11 +2067,11 @@ msgstr "Качество изображения" msgid "Import" msgstr "Импортировать" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Импортирование отменено" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Импортирование завершено за %d c" @@ -2130,11 +2129,11 @@ msgstr "Индексировать" msgid "Indexing" msgstr "Индексирование" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Индексирование отменено" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Индексирование завершено за %d с" @@ -2142,7 +2141,7 @@ msgstr "Индексирование завершено за %d с" msgid "Indexing failed" msgstr "Индексирование не удалось" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Индексирование файлов в %s" @@ -2150,11 +2149,11 @@ msgstr "Индексирование файлов в %s" msgid "Indexing media and sidecar files…" msgstr "Индексирование мультимедийных и сопутствующих файлов…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Индексирование Оригиналов..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Информация" @@ -2163,8 +2162,8 @@ msgstr "Информация" msgid "Inherit" msgstr "Наследовать" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Инстанс" @@ -2178,7 +2177,7 @@ msgstr "Сервер недоступен. Попробуй позже, когд #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Экземпляры" @@ -2300,11 +2299,11 @@ msgstr "Метка" msgid "Label not found" msgstr "Метка не найдена" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Метки сохранены" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Метки сохранены" msgid "Labels" msgstr "Метки" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Метки удалены" @@ -2382,7 +2381,7 @@ msgstr "Объектив" msgid "Lens not found" msgstr "Объектив не найден" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Библиотека" @@ -2399,7 +2398,7 @@ msgstr "Библиотека" msgid "License" msgstr "Лицензия" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Нравится" @@ -2430,7 +2429,7 @@ msgstr "Вид списка" msgid "Live" msgstr "Прямой эфир" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Маркер" msgid "Maximum number of accounts has been reached." msgstr "Максимальное количество аккаунтов достигнуто." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Медиа" @@ -2585,7 +2584,7 @@ msgstr "Свернуть" msgid "Missing" msgstr "Пропущено" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Отсутствующая или недействительная конфигурация" @@ -2593,7 +2592,7 @@ msgstr "Отсутствующая или недействительная ко msgid "mixed" msgstr "смешанный" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Моменты" @@ -2611,7 +2610,7 @@ msgstr "Монохромные" msgid "Month" msgstr "Месяц" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Больше вариантов" @@ -2627,7 +2626,7 @@ msgstr "Наиболее подходящие" msgid "Move Files" msgstr "Перемещать файлы" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Перемещение файлов из %s" @@ -2635,14 +2634,14 @@ msgstr "Перемещение файлов из %s" msgid "Must have at least %{n} characters." msgstr "Должно быть не менее %{n} символов." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Отключи звук" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Новый пароль" msgid "Newest First" msgstr "Сначала новые" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Следующее" @@ -2828,7 +2827,7 @@ msgstr "Файлы, не являющиеся фотографиями, или msgid "None" msgstr "Ничего" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Не разрешается" @@ -2841,7 +2840,7 @@ msgstr "Не доступно в публичном режиме" msgid "Not available in read-only mode" msgstr "Недоступно в режиме только для чтения" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Не найдено" @@ -2849,7 +2848,7 @@ msgstr "Не найдено" msgid "Not sorted." msgstr "Не отсортировано." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Не поддерживается" @@ -2914,11 +2913,11 @@ msgstr "Раз в неделю" msgid "One album found" msgstr "Найден один альбом" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Один элемент добавлен к %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Один элемент удален из %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Для аутентификации с помощью 2ФА можно настроить только локально управляемые учетные записи." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Открыть" @@ -3059,7 +3058,7 @@ msgstr "Часть избранных фотографий" msgid "Password" msgstr "Пароль" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Пароль изменен" @@ -3071,7 +3070,7 @@ msgstr "Пауза" msgid "Payment required" msgstr "Требуется оплата" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Люди, с которыми вы поделились ссылкой, будут иметь возможность просматривать публичный контент." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Удалено насовсем" @@ -3103,7 +3102,7 @@ msgstr "Человек" msgid "Person cover updated" msgstr "Обновленная обложка" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Лицо удалено" @@ -3112,7 +3111,7 @@ msgstr "Лицо удалено" msgid "Person not found" msgstr "Человек не найден" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Человек спасен" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism является на 100% самофинансируемой msgid "PhotoPrism+ Membership" msgstr "Членство в программе PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Фотографии" @@ -3162,8 +3161,8 @@ msgstr "Место" msgid "Place & Time" msgstr "Место и время" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Обратите внимание, что изменение парол msgid "Please restart your instance for the changes to take effect." msgstr "Чтобы изменения вступили в силу, перезапустите ваш экземпляр." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Пожалуйста, подождите…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Ограничение размера PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Портал" @@ -3258,7 +3257,7 @@ msgstr "Предпросмотр" msgid "Preview Images" msgstr "Предварительные изображения" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Предыдущий" @@ -3279,7 +3278,7 @@ msgstr "Предыдущий визуальный" msgid "Primary" msgstr "Главная" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Главная" msgid "Private" msgstr "Приватные" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Обработка загрузки..." @@ -3389,7 +3388,7 @@ msgstr "Красный" msgid "Refresh" msgstr "Обновить" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Регионы" msgid "Register" msgstr "Зарегистрироваться" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Регистрация отключена" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Удалить" msgid "remove failed: unknown album" msgstr "не могу удалить: неизвестный альбом" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Удалить из альбома" @@ -3447,11 +3450,11 @@ msgstr "Удалить со всех выбранных фотографий" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Удалять импортированные файлы для освобождения места. Неподдерживаемые типы файлов никогда не будут удалены, они остаются в их текущем местоположении." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Удалить выбранный экземпляр из реестра кластера?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Удали" @@ -3459,7 +3462,7 @@ msgstr "Удали" msgid "Removed %{name}" msgstr "Удалено %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Удаление %d файлов и %d фотографий" @@ -3468,7 +3471,7 @@ msgstr "Удаление %d файлов и %d фотографий" msgid "Repeated" msgstr "Повторяющийся" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Запрос не прошел - вы не в сети?" @@ -3499,12 +3502,12 @@ msgstr "Перезапустить" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Восстановить" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Восстановленный" @@ -3516,7 +3519,7 @@ msgstr "Лимит повторных попыток" msgid "Retype Password" msgstr "Повторите пароль" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Секрет" msgid "Security and Access" msgstr "Безопасность и доступ" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Выбрать" @@ -3707,19 +3710,19 @@ msgstr "Выберите время" msgid "Selection" msgstr "Выбор" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Выделение добавлено к %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Выбранное подтверждено" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Выбранное добавлено в архив" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Выбранное помечено как приватное" @@ -3727,7 +3730,7 @@ msgstr "Выбранное помечено как приватное" msgid "Selection not found" msgstr "Выделение не найдено" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Выбранное восстановлено" @@ -3735,7 +3738,7 @@ msgstr "Выбранное восстановлено" msgid "Sequential Name" msgstr "Последовательное название" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Сервис" @@ -3765,7 +3768,7 @@ msgstr "Идентификатор сессии" msgid "Sessions" msgstr "Сессии" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Установи в качестве обложки альбома" @@ -3775,15 +3778,15 @@ msgstr "Установить в качестве изображения обло #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Настройки" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Настройки сохранены" @@ -3822,7 +3825,7 @@ msgstr "Показать все ярлыки" msgid "Show all new faces" msgstr "Показать все новые лица" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Показать капчу" @@ -3910,7 +3913,7 @@ msgstr "URL сайта" msgid "Size" msgstr "Размер" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Слайд-шоу" @@ -3942,7 +3945,7 @@ msgstr "Некоторые альбомы не удалось создать. П msgid "Some albums could not be updated" msgstr "Некоторые альбомы не удалось обновить" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Что-то пошло не так, попробуйте еще раз" @@ -4046,7 +4049,7 @@ msgstr "Улицы" msgid "Subject" msgstr "Тема" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Тема удалена" @@ -4054,11 +4057,11 @@ msgstr "Тема удалена" msgid "Subject not found" msgstr "Объект не найден" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Тема сохранена" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Успешно активировано" @@ -4071,7 +4074,7 @@ msgstr "Успешно подключено" msgid "Successfully deleted" msgstr "Успешно удалено" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Успешно проверено" @@ -4236,7 +4239,7 @@ msgstr "Токен" msgid "Too many files selected" msgstr "Выбрано слишком много файлов" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Слишком много запросов" @@ -4292,7 +4295,7 @@ msgstr "Отменить" msgid "Unique ID" msgstr "Уникальный ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Местоположение неизвестно" msgid "Unregistered" msgstr "Незарегистрированный" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Не отсортировано" @@ -4350,7 +4353,7 @@ msgstr "Неподдерживаемый формат" msgid "Unsupported type" msgstr "Неподдерживаемый тип" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Загрузка завершена. Индексирование…" msgid "Upload failed" msgstr "Загрузка не удалась" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Загрузка была обработана" @@ -4467,7 +4470,7 @@ msgstr "Загрузка…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Загрузки, которые могут содержать такие изображение будут автоматически отменены." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Используй свой код восстановления или #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Пользователь" @@ -4523,7 +4526,7 @@ msgstr "Имя пользователя" msgid "Users" msgstr "Пользователи" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Векторы" msgid "Verification Code" msgstr "Проверочный код" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Требуется подтверждение адреса электронной почты." + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Версия" @@ -4561,7 +4568,7 @@ msgstr "Видео" msgid "Video Duration" msgstr "Продолжительность видео" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Ваша постоянная поддержка помогает нам msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Ваша библиотека постоянно анализируется для автоматического создания альбомов особых моментов, поездок и мест." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip архив создан за %d с" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Увеличение/уменьшение масштаба" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Содержание" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Название" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/sk.po b/frontend/src/locales/sk.po index 6ac1a6aa8..105b71e4b 100644 --- a/frontend/src/locales/sk.po +++ b/frontend/src/locales/sk.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Slovak \n" "Language: sk\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} je príliš dlhé" msgid "%{s} is too short" msgstr "%{s} je príliš krátke" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d záznamov pridaných do %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d záznamov odstránených z %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d súborov nahraných za %d sekúnd" @@ -100,7 +100,7 @@ msgstr "%d súborov nahraných za %d sekúnd" msgid "%s already exists" msgstr "%s už existuje" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s bolo obnovené" @@ -176,14 +176,13 @@ msgstr "Prístupový token" msgid "Account" msgstr "Účet" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Účet vytvorený" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Účet odstránený" @@ -199,7 +198,7 @@ msgstr "Účet nenájdený" msgid "Account restored" msgstr "Obnovenie účtu" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Účet uložený" @@ -207,7 +206,7 @@ msgstr "Účet uložený" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Účty" @@ -343,7 +342,7 @@ msgstr "Nastavenie dátumu a času" msgid "Adjust Location" msgstr "Upraviť umiestnenie" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Po dvoch týždňoch" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s vymazaný" @@ -404,11 +403,11 @@ msgstr "Album %s vymazaný" msgid "Album Backups" msgstr "Zálohy albumov" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Obsah albumu prekopírovaný" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album vytvorený" @@ -420,11 +419,11 @@ msgstr "Album vymazaný" msgid "Album not found" msgstr "Album nenájdený" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album uložený" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album uložený" msgid "Albums" msgstr "Albumy" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albumy odstránené" @@ -538,7 +537,7 @@ msgstr "Nadmorská výška (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Schválenie a uloženie zmien" msgid "Apps and Devices" msgstr "Aplikácie a zariadenia" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Archivované" @@ -650,7 +649,7 @@ msgstr "Pomer Strán" msgid "Attributes" msgstr "Atribúty" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Nahlásiť chybu" msgid "Busy, please try again later" msgstr "Systém zaneprázdnený, prosím skúste znovu neskôr" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Som zaneprázdnený, prosím čakajte…" @@ -775,7 +774,7 @@ msgstr "Som zaneprázdnený, prosím čakajte…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Používaním softvéru a služieb, ktoré poskytujeme, súhlasíte s našimi podmienkami používania, zásadami ochrany osobných údajov a kódexom správania." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalendár" @@ -897,11 +896,10 @@ msgstr "Zmeniť privátne označenie" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Zmeny sa neuložili" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Jasné" msgid "Clear {0}" msgstr "Vyčistiť {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Klient" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Klient" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Klient" msgid "Close" msgstr "Zatvoriť" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Klaster" @@ -1018,7 +1016,7 @@ msgstr "Klaster" msgid "Cluster Admin" msgstr "Správca klastra" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Uzol klastra" @@ -1149,7 +1147,7 @@ msgstr "Skopírované do schránky" msgid "Copy" msgstr "Kopírovať" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Kopírovanie súborov z %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Vytvorenie súborov YAML sidecar na zálohovanie metadát obrázkov." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Vytvorené" @@ -1263,7 +1261,7 @@ msgstr "Denníky ladenia" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Pôvodná zložka" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Vyradiť neplatné zmeny?" msgid "Discard unsaved changes?" msgstr "Odstrániť neuložené zmeny?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Objaviť" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Hotovo." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Stiahnuť vzdialené súbory" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Dynamické Ukážky" msgid "Dynamic Size Limit: %{n}px" msgstr "Limit dynamickej pamäte: %{n} px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Zadajte názov položky..." msgid "Enter the code generated by your authenticator app:" msgstr "Zadajte kód vygenerovaný aplikáciou autentifikátora:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Zadajte overovací kód" @@ -1640,12 +1639,12 @@ msgstr "Zadajte svoje heslo na potvrdenie akcie a pokračujte:" msgid "Entity not found" msgstr "Subjekt nenájdený" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Chyba" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Nebolo možné vytvoriť súbor ZIP" msgid "Failed to load users." msgstr "Načítanie používateľov sa nepodarilo." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Nepodarilo sa odstrániť značku tváre" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Nepodarilo sa odstrániť názov" @@ -1763,7 +1762,7 @@ msgstr "Nepodarilo sa reštartovať server" msgid "Failed to save changes" msgstr "Nepodarilo sa uložiť zmeny" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Nepodarilo sa zachovať značku tváre" @@ -1796,7 +1795,7 @@ msgstr "Rýchle" msgid "Favorite" msgstr "Obľúbený" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Obľúbené" @@ -1818,7 +1817,7 @@ msgstr "Žena" msgid "File" msgstr "Súbor" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Prehliadač Súborov" @@ -1826,7 +1825,7 @@ msgstr "Prehliadač Súborov" msgid "File Conversion" msgstr "Konverzia súborov" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Súbor odstránený" @@ -1842,7 +1841,7 @@ msgstr "Názov súboru" msgid "File not found" msgstr "Súbor nenájdený" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Súbor odstránený zo stohu" @@ -1855,7 +1854,7 @@ msgstr "Veľkosť súboru" msgid "File too large" msgstr "Súbor je príliš veľký" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Súbor bol nahratý" @@ -1901,7 +1900,7 @@ msgstr "Zložka obsahuje %{n} súborov" msgid "Folder is empty" msgstr "Zložka je prázdna" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Zložky" @@ -1928,7 +1927,7 @@ msgstr "Frames" msgid "Full Access" msgstr "Úplný prístup" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Plná obrazovka" @@ -2013,7 +2012,7 @@ msgstr "Pomoc a podpora" msgid "Hidden" msgstr "Skryté" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Skryté súbory" @@ -2021,7 +2020,7 @@ msgstr "Skryté súbory" msgid "Hide" msgstr "Skryť" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Skryť titulok" @@ -2068,11 +2067,11 @@ msgstr "Kvalita obrazu" msgid "Import" msgstr "Importovať" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Import zrušený" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Import hotový za %d sekúnd" @@ -2130,11 +2129,11 @@ msgstr "Index" msgid "Indexing" msgstr "Indexovanie" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indexovanie zrušené" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexovanie hotové za %d sekúnd" @@ -2142,7 +2141,7 @@ msgstr "Indexovanie hotové za %d sekúnd" msgid "Indexing failed" msgstr "Indexovanie zlyhalo" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indexovanie súborov v %s" @@ -2150,11 +2149,11 @@ msgstr "Indexovanie súborov v %s" msgid "Indexing media and sidecar files…" msgstr "Indexovanie médií a pripojených súborov…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indexovanie originálov..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informácie" @@ -2163,8 +2162,8 @@ msgstr "Informácie" msgid "Inherit" msgstr "Dedičnosť" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Inštancia" @@ -2178,7 +2177,7 @@ msgstr "Inštancia je nedostupná. Skúste to znova, keď bude opäť online." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Inštancie" @@ -2300,11 +2299,11 @@ msgstr "Štítok" msgid "Label not found" msgstr "Štítok nenájdený" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Štítok uložený" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Štítok uložený" msgid "Labels" msgstr "Štítky" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Štítky odstránené" @@ -2382,7 +2381,7 @@ msgstr "Objektív" msgid "Lens not found" msgstr "Objektív nebol nájdený" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Knižnica" @@ -2399,7 +2398,7 @@ msgstr "Knižnica" msgid "License" msgstr "Licencia" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Páči sa mi to" @@ -2430,7 +2429,7 @@ msgstr "Zobrazenie zoznamu" msgid "Live" msgstr "Živé" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Značka" msgid "Maximum number of accounts has been reached." msgstr "Maximálny počet účtov bol dosiahnutý." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Médiá" @@ -2585,7 +2584,7 @@ msgstr "Minimalizovať" msgid "Missing" msgstr "Chýba" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Chýbajúca alebo neplatná konfigurácia" @@ -2593,7 +2592,7 @@ msgstr "Chýbajúca alebo neplatná konfigurácia" msgid "mixed" msgstr "zmiešané" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Momenty" @@ -2611,7 +2610,7 @@ msgstr "Monochromatický" msgid "Month" msgstr "Mesiac" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Ďalšie možnosti" @@ -2627,7 +2626,7 @@ msgstr "Najrelevantnejšie" msgid "Move Files" msgstr "Presunúť Súbory" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Presúvanie súborov z %s" @@ -2635,14 +2634,14 @@ msgstr "Presúvanie súborov z %s" msgid "Must have at least %{n} characters." msgstr "Musí obsahovať aspoň %{n} znakov." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Vypnutie zvuku" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Nové heslo" msgid "Newest First" msgstr "Najnovšie prvé" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Ďalšie" @@ -2828,7 +2827,7 @@ msgstr "Nefotografické a fotografie nízkej kvality vyžadujú skontrolovanie p msgid "None" msgstr "Žiadne" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Nie je povolené" @@ -2841,7 +2840,7 @@ msgstr "Nedostupné vo verejnom móde" msgid "Not available in read-only mode" msgstr "nedostupné v móde len pre čítanie" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Nenájdené" @@ -2849,7 +2848,7 @@ msgstr "Nenájdené" msgid "Not sorted." msgstr "Nie je vytriedené." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Nie je podporované" @@ -2914,11 +2913,11 @@ msgstr "Raz za týždeň" msgid "One album found" msgstr "Našiel sa jeden album" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Jeden záznam pridaný do %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Jeden záznam odstránený z %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Na overenie pomocou 2FA je možné nastaviť iba lokálne spravované účty." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Otvorte stránku" @@ -3059,7 +3058,7 @@ msgstr "Časť vybraných fotografií" msgid "Password" msgstr "Heslo" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Heslo bolo zmenené" @@ -3071,7 +3070,7 @@ msgstr "Pauza" msgid "Payment required" msgstr "Je potrebné uhradiť platbu" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Ľudia s ktorými zdieľate odkaz, budú vidieť verejný obsah." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Trvalo odstránené" @@ -3103,7 +3102,7 @@ msgstr "Osoba" msgid "Person cover updated" msgstr "Aktualizovaný kryt osoby" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Osoba odstránená" @@ -3112,7 +3111,7 @@ msgstr "Osoba odstránená" msgid "Person not found" msgstr "Osoba nenájdená" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Osoba uložená" @@ -3132,7 +3131,7 @@ msgstr "Spoločnosť PhotoPrism je 100 % financovaná z vlastných zdrojov a je msgid "PhotoPrism+ Membership" msgstr "Členstvo v programe PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotky" @@ -3162,8 +3161,8 @@ msgstr "Miesto" msgid "Place & Time" msgstr "Miesto a čas" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Upozorňujeme, že zmena hesla vás odhlási z iných zariadení a prehl msgid "Please restart your instance for the changes to take effect." msgstr "Reštartujte inštanciu, aby sa zmeny prejavili." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Počkajte, prosím…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Limit veľkosti PNG: %{n} px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portál" @@ -3258,7 +3257,7 @@ msgstr "Ukážka" msgid "Preview Images" msgstr "Náhľad obrázkov" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Predchádzajúci" @@ -3279,7 +3278,7 @@ msgstr "Predchádzajúci vizuálny" msgid "Primary" msgstr "Primárne" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primárne" msgid "Private" msgstr "Súkromné" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Spracovávam nahratie..." @@ -3389,7 +3388,7 @@ msgstr "Červená" msgid "Refresh" msgstr "Obnoviť" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regióny" msgid "Register" msgstr "Registrácia" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registrácia zakázaná" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Odstrániť" msgid "remove failed: unknown album" msgstr "odstránenie zlyhalo: neznámy album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Odstrániť z albumu" @@ -3447,11 +3450,11 @@ msgstr "Odstrániť zo všetkých vybraných fotografií" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Odstráňte importované súbory pre uvoľnenie miesta. Nepodporované typy súborov nebudú nikdy odstránené. Zostanú na ich momentálnom mieste." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Odstrániť vybranú inštanciu z registra klastra?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Odstránené" @@ -3459,7 +3462,7 @@ msgstr "Odstránené" msgid "Removed %{name}" msgstr "Odstránené %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Bolo odstránených %d súborov a %d fotiek" @@ -3468,7 +3471,7 @@ msgstr "Bolo odstránených %d súborov a %d fotiek" msgid "Repeated" msgstr "Opakované" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Žiadosť zlyhala - ste offline?" @@ -3499,12 +3502,12 @@ msgstr "Reštartovanie stránky" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Obnoviť" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Obnovená stránka" @@ -3516,7 +3519,7 @@ msgstr "Limit opakovania" msgid "Retype Password" msgstr "Heslo znovu" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Tajomstvo" msgid "Security and Access" msgstr "Bezpečnosť a prístup" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Vybrať" @@ -3707,19 +3710,19 @@ msgstr "Vyberte čas" msgid "Selection" msgstr "Výber" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Výber pridaný do %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Označenie schválené" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Označenie archivované" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Označenie označené ako súkromné" @@ -3727,7 +3730,7 @@ msgstr "Označenie označené ako súkromné" msgid "Selection not found" msgstr "Výber nenájdený" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Označenie obnovené" @@ -3735,7 +3738,7 @@ msgstr "Označenie obnovené" msgid "Sequential Name" msgstr "Poradové meno" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Služba" @@ -3765,7 +3768,7 @@ msgstr "ID relácie" msgid "Sessions" msgstr "Relácie" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Nastaviť ako obal albumu" @@ -3775,15 +3778,15 @@ msgstr "Nastaviť ako titulný obrázok" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Nastavenia" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Nastavenia uložené" @@ -3822,7 +3825,7 @@ msgstr "Zobraziť všetky štítky" msgid "Show all new faces" msgstr "Zobraziť všetky nové tváre" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Zobraziť titulok" @@ -3910,7 +3913,7 @@ msgstr "Adresa URL stránky" msgid "Size" msgstr "Veľkosť" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Prezentácia" @@ -3942,7 +3945,7 @@ msgstr "Niektoré albumy nebolo možné vytvoriť. Upravte názvy a skúste to z msgid "Some albums could not be updated" msgstr "Niektoré albumy nebolo možné aktualizovať" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Niečo sa pokazilo, skúste to znova" @@ -4046,7 +4049,7 @@ msgstr "Ulice" msgid "Subject" msgstr "Predmet" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Predmet odstránený" @@ -4054,11 +4057,11 @@ msgstr "Predmet odstránený" msgid "Subject not found" msgstr "Predmet nenájdený" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Predmet uložený" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Úspešne aktivované" @@ -4071,7 +4074,7 @@ msgstr "Úspešne pripojené" msgid "Successfully deleted" msgstr "Úspešne odstránené" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Úspešne overené" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Príliš veľa vybraných súborov" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Príliš veľa požiadaviek" @@ -4292,7 +4295,7 @@ msgstr "Späť" msgid "Unique ID" msgstr "Unikátne ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Neznáma lokalita" msgid "Unregistered" msgstr "Neregistrovaný" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Nezoradené" @@ -4350,7 +4353,7 @@ msgstr "Nepodporovaný formát" msgid "Unsupported type" msgstr "Nepodporovaný typ" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Odovzdávanie hotové. Indexuje sa…" msgid "Upload failed" msgstr "Odovzdávanie zlyhalo" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Nahratie bolo spracované" @@ -4467,7 +4470,7 @@ msgstr "Nahrávanie.." msgid "Uploads that may contain such images will be rejected automatically." msgstr "Odovzdávanie takéhoto typu fotiek bude automaticky odmietnuté." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Použite svoj kód na obnovenie alebo sa obráťte na správcu." #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Používateľ" @@ -4523,7 +4526,7 @@ msgstr "Meno používateľa" msgid "Users" msgstr "Používatelia" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vektory" msgid "Verification Code" msgstr "Overovací kód" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Vyžaduje sa overený e-mail" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Verzia" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Trvanie videa" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Vaša podpora nám pomáha poskytovať pravidelné aktualizácie a zosta msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Vaša knižnica sa priebežne analyzuje aby mohla automaticky vytvárať albumy špeciálnych momentov, výletov a miest." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Súbor ZIP vytvorený za %d sekúnd" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Priblíziť/Oddialiť" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Obsah" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Titulok" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/sl.po b/frontend/src/locales/sl.po index 51788127d..c5e0f9cef 100644 --- a/frontend/src/locales/sl.po +++ b/frontend/src/locales/sl.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language: sl\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -81,15 +81,15 @@ msgstr "%{s} je predolg" msgid "%{s} is too short" msgstr "%{s} je prekratek" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d vnosi dodani v %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d vnosi odstranjeni iz %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d datoteke, naložene v %d s" @@ -97,7 +97,7 @@ msgstr "%d datoteke, naložene v %d s" msgid "%s already exists" msgstr "%s že obstaja" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s je bil obnovljen" @@ -173,14 +173,13 @@ msgstr "Žeton za dostop" msgid "Account" msgstr "Račun" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Ustvarjen račun" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Račun je izbrisan" @@ -196,7 +195,7 @@ msgstr "Račun ni najden" msgid "Account restored" msgstr "Obnovljen račun" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Shranjen račun" @@ -204,7 +203,7 @@ msgstr "Shranjen račun" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Računi" @@ -340,7 +339,7 @@ msgstr "Prilagoditev datuma in časa" msgid "Adjust Location" msgstr "Prilagoditev lokacije" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -393,7 +392,7 @@ msgstr "Po dveh tednih" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s izbrisano" @@ -401,11 +400,11 @@ msgstr "Album %s izbrisano" msgid "Album Backups" msgstr "Varnostne kopije albumov" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Vsebina albuma klonirana" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Ustvarjen album" @@ -417,11 +416,11 @@ msgstr "Izbrisan album" msgid "Album not found" msgstr "Album ni najden" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Shranjen album" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -429,7 +428,7 @@ msgstr "Shranjen album" msgid "Albums" msgstr "Albumi" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Izbrisani albumi" @@ -535,7 +534,7 @@ msgstr "Nadmorska višina (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -589,7 +588,7 @@ msgstr "Potrdite in shranite spremembe" msgid "Apps and Devices" msgstr "Aplikacije in naprave" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arhivirano" @@ -647,7 +646,7 @@ msgstr "Razmerje stranic" msgid "Attributes" msgstr "Atributi" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -764,7 +763,7 @@ msgstr "Poročilo o napaki" msgid "Busy, please try again later" msgstr "Zaseden, poskusite znova pozneje" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Zaseden, prosim počakajte…" @@ -772,7 +771,7 @@ msgstr "Zaseden, prosim počakajte…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Z uporabo programske opreme in storitev, ki jih ponujamo, se strinjate z našimi pogoji uporabe storitev, pravilnikom o zasebnosti in kodeksom ravnanja." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Koledar" @@ -894,11 +893,10 @@ msgstr "Sprememba zasebne zastave" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -918,11 +916,11 @@ msgstr "Sprememb ni bilo mogoče shraniti" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -964,13 +962,13 @@ msgstr "Jasno" msgid "Clear {0}" msgstr "Počisti {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Stranka" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -980,14 +978,14 @@ msgstr "Stranka" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1006,7 +1004,7 @@ msgstr "Stranka" msgid "Close" msgstr "Zapri" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Grozd" @@ -1015,7 +1013,7 @@ msgstr "Grozd" msgid "Cluster Admin" msgstr "Upravitelj skupine" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Vozlišče gruče" @@ -1146,7 +1144,7 @@ msgstr "Kopiranje v odložišče" msgid "Copy" msgstr "Kopirati" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Kopiranje datotek iz %s" @@ -1201,7 +1199,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Ustvarite stranske datoteke YAML za varnostno kopiranje metapodatkov slik." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Ustvarjeno" @@ -1260,7 +1258,7 @@ msgstr "Dnevniki za odpravljanje napak" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1272,7 +1270,7 @@ msgid "Default Folder" msgstr "Privzeta mapa" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1413,8 +1411,8 @@ msgstr "Zavrniti neveljavne spremembe?" msgid "Discard unsaved changes?" msgstr "Zavrniti neshranjene spremembe?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Odkrijte" @@ -1483,7 +1481,7 @@ msgid "Done." msgstr "Opravljeno." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1500,7 +1498,7 @@ msgstr "Prenos oddaljenih datotek" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1534,9 +1532,10 @@ msgstr "Dinamični predogledi" msgid "Dynamic Size Limit: %{n}px" msgstr "Omejitev dinamične velikosti: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1625,7 +1624,7 @@ msgstr "Vnesite ime predmeta..." msgid "Enter the code generated by your authenticator app:" msgstr "Vnesite kodo, ki jo ustvari aplikacija za preverjanje pristnosti:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "vnesi potrditveno kodo" @@ -1637,12 +1636,12 @@ msgstr "Vnesite geslo za potrditev dejanja in nadaljujte:" msgid "Entity not found" msgstr "Entiteta ni bila najdena" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Napaka" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1736,11 +1735,11 @@ msgstr "Ni uspelo ustvariti datoteke zip" msgid "Failed to load users." msgstr "Naložitev uporabnikov ni uspela." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Ni uspelo odstraniti označevalca obraza" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Ni uspelo odstraniti imena" @@ -1760,7 +1759,7 @@ msgstr "Ponovni zagon strežnika ni uspel" msgid "Failed to save changes" msgstr "Ni uspelo shraniti sprememb" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Ni uspelo rešiti markerja za obraz" @@ -1793,7 +1792,7 @@ msgstr "Hitro" msgid "Favorite" msgstr "Najljubši" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Priljubljeno" @@ -1815,7 +1814,7 @@ msgstr "Ženske" msgid "File" msgstr "Datoteka" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Brskalnik za datoteke" @@ -1823,7 +1822,7 @@ msgstr "Brskalnik za datoteke" msgid "File Conversion" msgstr "Pretvarjanje datotek" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Izbrisana datoteka" @@ -1839,7 +1838,7 @@ msgstr "Ime datoteke" msgid "File not found" msgstr "Datoteka ni najdena" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Datoteka odstranjena iz sklada" @@ -1852,7 +1851,7 @@ msgstr "Datoteka" msgid "File too large" msgstr "Prevelika datoteka" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Prenesena datoteka" @@ -1898,7 +1897,7 @@ msgstr "Mapa vsebuje %{n} datotek" msgid "Folder is empty" msgstr "Mapa je prazna" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Mape" @@ -1925,7 +1924,7 @@ msgstr "Okviri" msgid "Full Access" msgstr "Popoln dostop" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Celozaslonski zaslon" @@ -2010,7 +2009,7 @@ msgstr "Pomoč in podpora" msgid "Hidden" msgstr "Skriti" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Skrite datoteke" @@ -2018,7 +2017,7 @@ msgstr "Skrite datoteke" msgid "Hide" msgstr "Skrij" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Skrij podnapis" @@ -2065,11 +2064,11 @@ msgstr "Kakovost slike" msgid "Import" msgstr "Uvoz" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Uvoz preklican" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Uvoz se zaključi v %d s" @@ -2127,11 +2126,11 @@ msgstr "Indeks" msgid "Indexing" msgstr "Indeksiranje" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indeksiranje preklicano" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indeksiranje je končano v %d s" @@ -2139,7 +2138,7 @@ msgstr "Indeksiranje je končano v %d s" msgid "Indexing failed" msgstr "Indeksiranje ni uspelo" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indeksiranje datotek v %s" @@ -2147,11 +2146,11 @@ msgstr "Indeksiranje datotek v %s" msgid "Indexing media and sidecar files…" msgstr "Indeksiranje medijskih in stranskih datotek…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indeksiranje izvirnikov..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Informacije" @@ -2160,8 +2159,8 @@ msgstr "Informacije" msgid "Inherit" msgstr "Podedovati" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Primer" @@ -2175,7 +2174,7 @@ msgstr "Stvarni primer ni dosegljiv. Poskusite znova, ko bo spet na voljo." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Primerki" @@ -2297,11 +2296,11 @@ msgstr "Značka" msgid "Label not found" msgstr "Oznaka ni bila najdena" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Shranjena nalepka" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2313,7 +2312,7 @@ msgstr "Shranjena nalepka" msgid "Labels" msgstr "Značke" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Značke izbrisane" @@ -2379,7 +2378,7 @@ msgstr "Objektiv" msgid "Lens not found" msgstr "Objektiv ni bil najden" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Knjižnica" @@ -2396,7 +2395,7 @@ msgstr "Knjižnica" msgid "License" msgstr "Licenca" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Všeč mi je" @@ -2427,7 +2426,7 @@ msgstr "Pogled na seznam" msgid "Live" msgstr "V živo" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2541,7 +2540,7 @@ msgstr "Označevalnik" msgid "Maximum number of accounts has been reached." msgstr "Največje število računov je bilo doseženo." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Mediji" @@ -2582,7 +2581,7 @@ msgstr "Zmanjšajte" msgid "Missing" msgstr "Manjka" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Manjkajoča ali neveljavna konfiguracija" @@ -2590,7 +2589,7 @@ msgstr "Manjkajoča ali neveljavna konfiguracija" msgid "mixed" msgstr "mešani" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Trenutki" @@ -2608,7 +2607,7 @@ msgstr "Enobarvni" msgid "Month" msgstr "Mesec" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Več možnosti" @@ -2624,7 +2623,7 @@ msgstr "Najpomembnejši" msgid "Move Files" msgstr "Premikanje datotek" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Premikanje datotek iz %s" @@ -2632,14 +2631,14 @@ msgstr "Premikanje datotek iz %s" msgid "Must have at least %{n} characters." msgstr "Imeti mora vsaj %{n} znakov." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Izklopite glasnost" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2688,7 +2687,7 @@ msgstr "Novo geslo" msgid "Newest First" msgstr "Najprej najnovejše" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Naslednji" @@ -2825,7 +2824,7 @@ msgstr "Nefotografske slike in slike nizke kakovosti je treba pred prikazom v re msgid "None" msgstr "Ni" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Ni dovoljeno" @@ -2838,7 +2837,7 @@ msgstr "Ni na voljo v javnem načinu" msgid "Not available in read-only mode" msgstr "Ni na voljo v načinu samo za branje" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Ga ni mogoče najti" @@ -2846,7 +2845,7 @@ msgstr "Ga ni mogoče najti" msgid "Not sorted." msgstr "Ni razvrščeno." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Ni podprto" @@ -2911,11 +2910,11 @@ msgstr "Enkrat na teden" msgid "One album found" msgstr "Najden je bil en album" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "En vnos dodan v %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "En vnos odstranjen iz %s" @@ -2949,8 +2948,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Samo lokalno upravljane račune je mogoče nastaviti za preverjanje pristnosti z 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Odpri" @@ -3056,7 +3055,7 @@ msgstr "Del nekaterih izbranih fotografij" msgid "Password" msgstr "Geslo" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Spremenjeno geslo" @@ -3068,7 +3067,7 @@ msgstr "Premor" msgid "Payment required" msgstr "Potrebno je plačilo" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3084,7 +3083,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Osebe, s katerimi delite povezavo, si bodo lahko ogledale javno vsebino." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Trajno izbrisano" @@ -3100,7 +3099,7 @@ msgstr "Oseba" msgid "Person cover updated" msgstr "Posodobljeno pokrivalo osebe" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Izbrisana oseba" @@ -3109,7 +3108,7 @@ msgstr "Izbrisana oseba" msgid "Person not found" msgstr "Oseba ni bila najdena" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Rešena oseba" @@ -3129,7 +3128,7 @@ msgstr "PhotoPrism se 100-odstotno financira sam in je neodvisen." msgid "PhotoPrism+ Membership" msgstr "Članstvo PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotografije" @@ -3159,8 +3158,8 @@ msgstr "Kraj" msgid "Place & Time" msgstr "Kraj in čas" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3203,7 +3202,7 @@ msgstr "Upoštevajte, da se boste s spremembo gesla odjavili tudi v drugih napra msgid "Please restart your instance for the changes to take effect." msgstr "Da bodo spremembe začele veljati, znova zaženite svoj primer." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Počakajte…" @@ -3215,7 +3214,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Omejitev velikosti PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3255,7 +3254,7 @@ msgstr "Predogled" msgid "Preview Images" msgstr "Predogled slik" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Prejšnji" @@ -3276,7 +3275,7 @@ msgstr "Prejšnji vizualni" msgid "Primary" msgstr "Primarni" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3286,7 +3285,7 @@ msgstr "Primarni" msgid "Private" msgstr "Zasebno" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Obdelava nalaganja..." @@ -3386,7 +3385,7 @@ msgstr "Rdeča" msgid "Refresh" msgstr "Osvežitev" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3401,6 +3400,10 @@ msgstr "Regije" msgid "Register" msgstr "Register" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registracija onemogočena" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3428,7 +3431,7 @@ msgstr "Odstranite" msgid "remove failed: unknown album" msgstr "odstranitev ni uspela: neznan album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Odstrani iz albuma" @@ -3444,11 +3447,11 @@ msgstr "Odstrani iz vseh izbranih fotografij" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Odstranite uvožene datoteke, da prihranite prostor za shranjevanje. Nepodprte vrste datotek se nikoli ne izbrišejo, temveč ostanejo na svoji trenutni lokaciji." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Odstranitev izbranega primerka iz registra gruče?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Odstranjeno" @@ -3456,7 +3459,7 @@ msgstr "Odstranjeno" msgid "Removed %{name}" msgstr "Odstranjeno %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Odstranjene %d datoteke in %d fotografije" @@ -3465,7 +3468,7 @@ msgstr "Odstranjene %d datoteke in %d fotografije" msgid "Repeated" msgstr "Ponavljajoče se" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Zahteva ni bila uspešna - ste brez povezave?" @@ -3496,12 +3499,12 @@ msgstr "Ponovni zagon" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Obnovitev" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Restavrirani" @@ -3513,7 +3516,7 @@ msgstr "Omejitev ponovitve" msgid "Retype Password" msgstr "Ponovite geslo" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3657,7 +3660,7 @@ msgstr "Skrivnost" msgid "Security and Access" msgstr "Varnost in dostop" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Izberite" @@ -3704,19 +3707,19 @@ msgstr "Izberite čas" msgid "Selection" msgstr "Izbor" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Izbor dodan v %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Odobren izbor" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Arhiviran izbor" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Izbor označen kot zasebni" @@ -3724,7 +3727,7 @@ msgstr "Izbor označen kot zasebni" msgid "Selection not found" msgstr "Izbor ni najden" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Obnovljen izbor" @@ -3732,7 +3735,7 @@ msgstr "Obnovljen izbor" msgid "Sequential Name" msgstr "Zaporedno ime" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Storitev" @@ -3762,7 +3765,7 @@ msgstr "ID seje" msgid "Sessions" msgstr "Seje" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Nastavite kot naslovnico albuma" @@ -3772,15 +3775,15 @@ msgstr "Nastavite kot naslovno sliko" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Nastavitve" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Shranjene nastavitve" @@ -3819,7 +3822,7 @@ msgstr "Prikaži vse oznake" msgid "Show all new faces" msgstr "Prikaži vse nove obraze" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Prikaži podnapis" @@ -3907,7 +3910,7 @@ msgstr "URL spletnega mesta" msgid "Size" msgstr "Velikost" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Diaprojekcija" @@ -3939,7 +3942,7 @@ msgstr "Nekaterih albumov ni bilo mogoče ustvariti. Uredite imena in poskusite msgid "Some albums could not be updated" msgstr "Nekaterih albumov ni bilo mogoče posodobiti" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Nekaj je šlo narobe, poskusite znova" @@ -4043,7 +4046,7 @@ msgstr "Ulice" msgid "Subject" msgstr "Zadeva" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Predmet izbrisanih" @@ -4051,11 +4054,11 @@ msgstr "Predmet izbrisanih" msgid "Subject not found" msgstr "Zadeva ni bila najdena" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Zadeva je shranjena" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Uspešno aktiviran" @@ -4068,7 +4071,7 @@ msgstr "Uspešno povezano" msgid "Successfully deleted" msgstr "Uspešno izbrisan" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Uspešno preverjeno" @@ -4233,7 +4236,7 @@ msgstr "Žeton" msgid "Too many files selected" msgstr "Izbranih je preveč datotek" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Preveč zahtev" @@ -4289,7 +4292,7 @@ msgstr "Razveljavi" msgid "Unique ID" msgstr "Edinstven ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4326,7 +4329,7 @@ msgstr "Neznana lokacija" msgid "Unregistered" msgstr "Neregistrirani" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Nesortirani" @@ -4347,7 +4350,7 @@ msgstr "Nepodprt format" msgid "Unsupported type" msgstr "Nepodprta vrsta" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4424,7 +4427,7 @@ msgstr "Nalaganje je končano. Indeksiranje…" msgid "Upload failed" msgstr "Nalaganje ni uspelo" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Prenos je bil obdelan" @@ -4464,7 +4467,7 @@ msgstr "Polnjenje…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Prenosi, ki bi lahko vsebovali takšne slike, bodo samodejno zavrnjeni." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4485,7 +4488,7 @@ msgstr "Uporabite kodo za obnovitev ali se za pomoč obrnite na skrbnika." #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Uporabnik" @@ -4520,7 +4523,7 @@ msgstr "Uporabniško ime" msgid "Users" msgstr "Uporabniki" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4541,6 +4544,10 @@ msgstr "Vektorji" msgid "Verification Code" msgstr "Koda za preverjanje" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Zahtevan je potrjen e-poštni naslov" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Različica" @@ -4558,7 +4565,7 @@ msgstr "Videoposnetek" msgid "Video Duration" msgstr "Trajanje" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4742,11 +4749,11 @@ msgstr "Vaša stalna podpora nam pomaga zagotavljati redne posodobitve in ostati msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Vaša knjižnica se nenehno analizira in samodejno ustvarja albume posebnih trenutkov, potovanj in krajev." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip, ustvarjen v %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Povečanje/pomanjšanje" @@ -4765,7 +4772,7 @@ msgctxt "Edit" msgid "Content" msgstr "Vsebina" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4787,7 +4794,7 @@ msgctxt "Photo" msgid "Title" msgstr "Naslov" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/sv.po b/frontend/src/locales/sv.po index 24fc34ccc..a5dad8451 100644 --- a/frontend/src/locales/sv.po +++ b/frontend/src/locales/sv.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} är för lång" msgid "%{s} is too short" msgstr "%{s} är för kort" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d poster tillagda till %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d poster raderade från %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d filer uppladdade på %d s" @@ -100,7 +100,7 @@ msgstr "%d filer uppladdade på %d s" msgid "%s already exists" msgstr "%s finns redan" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s har återställts" @@ -176,14 +176,13 @@ msgstr "Token för åtkomst" msgid "Account" msgstr "Konto" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Kontot har skapats" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Kontot raderat" @@ -199,7 +198,7 @@ msgstr "Kontot kunde inte hittas" msgid "Account restored" msgstr "Konto återställt" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Kontot sparat" @@ -207,7 +206,7 @@ msgstr "Kontot sparat" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Konton" @@ -343,7 +342,7 @@ msgstr "Justera datum och tid" msgid "Adjust Location" msgstr "Justera plats" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Admin" @@ -396,7 +395,7 @@ msgstr "Efter två veckor" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s raderat" @@ -404,11 +403,11 @@ msgstr "Album %s raderat" msgid "Album Backups" msgstr "Säkerhetskopiering av album" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Innehållet i albumet kopieras" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Album skapat" @@ -420,11 +419,11 @@ msgstr "Albumet raderat" msgid "Album not found" msgstr "Albumet finns inte" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Album sparat" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Album sparat" msgid "Albums" msgstr "Album" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Album raderade" @@ -538,7 +537,7 @@ msgstr "Höjd (meter)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Godkänna och spara ändringar" msgid "Apps and Devices" msgstr "Appar och enheter" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arkiverad" @@ -650,7 +649,7 @@ msgstr "Bildförhållande" msgid "Attributes" msgstr "Attribut" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Felrapport" msgid "Busy, please try again later" msgstr "Upptagen, försök igen senare" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Upptagen, vänligen vänta…" @@ -775,7 +774,7 @@ msgstr "Upptagen, vänligen vänta…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Genom att använda den programvara och de tjänster som vi tillhandahåller godkänner du våra användarvillkor, vår sekretesspolicy och vår uppförandekod." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Kalender" @@ -897,11 +896,10 @@ msgstr "Ändra den privata flaggan" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Ändringarna kunde inte sparas" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Klar" msgid "Clear {0}" msgstr "Rensa {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Kund" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Kund" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Kund" msgid "Close" msgstr "Stäng" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Kluster" @@ -1018,7 +1016,7 @@ msgstr "Kluster" msgid "Cluster Admin" msgstr "Klusteradministratör" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Klusternod" @@ -1149,7 +1147,7 @@ msgstr "Kopierad till urklippshanteraren" msgid "Copy" msgstr "Kopiera" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Kopierar filer från %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Skapa YAML sidecar-filer för att säkerhetskopiera metadata för bilder." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Skapad" @@ -1263,7 +1261,7 @@ msgstr "Felsökningsloggar" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Standardmapp" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Kassera ogiltiga ändringar?" msgid "Discard unsaved changes?" msgstr "Kasta bort osparade ändringar?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Upptäck" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Klart." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Hämta fjärrfiler" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Dynamiska förhandsgranskningar" msgid "Dynamic Size Limit: %{n}px" msgstr "Begränsning av dynamisk storlek: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Ange artikelnamn..." msgid "Enter the code generated by your authenticator app:" msgstr "Ange den kod som genereras av din autentiseringsapp:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Ange verifieringskod" @@ -1640,12 +1639,12 @@ msgstr "Ange ditt lösenord för att bekräfta åtgärden och fortsätt:" msgid "Entity not found" msgstr "Entitet kunde inte hittas" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Fel" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Misslyckades med att skapa en zip-fil" msgid "Failed to load users." msgstr "Det gick inte att ladda användarna." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Lyckades inte ta bort ansiktsmarkören" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Misslyckades med att ta bort namn" @@ -1763,7 +1762,7 @@ msgstr "Det gick inte att starta om servern" msgid "Failed to save changes" msgstr "Misslyckades med att spara ändringar" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Misslyckades med att spara ansiktsmarkör" @@ -1796,7 +1795,7 @@ msgstr "Snabbt" msgid "Favorite" msgstr "Favorit" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favoriter" @@ -1818,7 +1817,7 @@ msgstr "Kvinna" msgid "File" msgstr "Fil" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Filhanterare" @@ -1826,7 +1825,7 @@ msgstr "Filhanterare" msgid "File Conversion" msgstr "Konvertering av filer" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Fil raderad" @@ -1842,7 +1841,7 @@ msgstr "Filnamn" msgid "File not found" msgstr "Filen kunde inte hittas" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Filen tas bort från stapeln" @@ -1855,7 +1854,7 @@ msgstr "Fil" msgid "File too large" msgstr "Filen är för stor" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Uppladdad fil" @@ -1901,7 +1900,7 @@ msgstr "Mappen innehåller %{n} filer" msgid "Folder is empty" msgstr "Mappen är tom" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Mappar" @@ -1928,7 +1927,7 @@ msgstr "Bildrutor" msgid "Full Access" msgstr "Full tillgång" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Fullskärm" @@ -2013,7 +2012,7 @@ msgstr "Hjälp och Support" msgid "Hidden" msgstr "Dolda" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Dolda filer" @@ -2021,7 +2020,7 @@ msgstr "Dolda filer" msgid "Hide" msgstr "Dölj" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Dölj bildtext" @@ -2068,11 +2067,11 @@ msgstr "Bildkvalitet" msgid "Import" msgstr "Import" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Importen avbruten" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Importen slutfördes på %d s" @@ -2130,11 +2129,11 @@ msgstr "Index" msgid "Indexing" msgstr "Indexerar" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Indexering avbruten" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Indexering slutförd på %d s" @@ -2142,7 +2141,7 @@ msgstr "Indexering slutförd på %d s" msgid "Indexing failed" msgstr "Indexeringen misslyckades" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Indexering av filer i %s" @@ -2150,11 +2149,11 @@ msgstr "Indexering av filer i %s" msgid "Indexing media and sidecar files…" msgstr "Indexerar media och sidecar-filer…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Indexering av original..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Information om" @@ -2163,8 +2162,8 @@ msgstr "Information om" msgid "Inherit" msgstr "Ärva" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Instans" @@ -2178,7 +2177,7 @@ msgstr "Servern kan inte nås. Försök igen när den är tillbaka online." #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Instanser" @@ -2300,11 +2299,11 @@ msgstr "Etikett" msgid "Label not found" msgstr "Etikett saknas" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Etikett sparad" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Etikett sparad" msgid "Labels" msgstr "Etiketter" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Etiketter raderade" @@ -2382,7 +2381,7 @@ msgstr "Objektiv" msgid "Lens not found" msgstr "Linsen hittades inte" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Bibliotek" @@ -2399,7 +2398,7 @@ msgstr "Bibliotek" msgid "License" msgstr "Licens" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Gilla" @@ -2430,7 +2429,7 @@ msgstr "Listvy" msgid "Live" msgstr "Live" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Markering" msgid "Maximum number of accounts has been reached." msgstr "Det maximala antalet konton har uppnåtts." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Media" @@ -2585,7 +2584,7 @@ msgstr "Minimera" msgid "Missing" msgstr "Saknas" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Saknad eller ogiltig konfiguration" @@ -2593,7 +2592,7 @@ msgstr "Saknad eller ogiltig konfiguration" msgid "mixed" msgstr "blandad" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Ögonblick" @@ -2611,7 +2610,7 @@ msgstr "Monokrom" msgid "Month" msgstr "Månad" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Fler alternativ" @@ -2627,7 +2626,7 @@ msgstr "Mest relevant" msgid "Move Files" msgstr "Flytta filer" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Flyttar filer från %s" @@ -2635,14 +2634,14 @@ msgstr "Flyttar filer från %s" msgid "Must have at least %{n} characters." msgstr "Måste ha minst %{n} tecken." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Mute" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Nytt lösenord" msgid "Newest First" msgstr "Nyaste först" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Nästa" @@ -2828,7 +2827,7 @@ msgstr "Bilder som inte är fotografiska eller av låg kvalitet måste granskas msgid "None" msgstr "Ingen" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Inte tillåtet" @@ -2841,7 +2840,7 @@ msgstr "Inte tillgängligt i offentligt läge" msgid "Not available in read-only mode" msgstr "Inte tillgänglig i skrivskyddsläge" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Hittades inte" @@ -2849,7 +2848,7 @@ msgstr "Hittades inte" msgid "Not sorted." msgstr "Inte sorterad." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Stödjs inte" @@ -2914,11 +2913,11 @@ msgstr "En gång i veckan" msgid "One album found" msgstr "Ett album hittat" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "En post tillagd i %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "En post borttagen från %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Endast lokalt hanterade konton kan ställas in för autentisering med 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Öppna" @@ -3059,7 +3058,7 @@ msgstr "Del av några utvalda foton" msgid "Password" msgstr "Lösenord" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Lösenordet har ändrats" @@ -3071,7 +3070,7 @@ msgstr "Paus" msgid "Payment required" msgstr "Betalning krävs" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Personer som du delar en länk med kan se det offentliga innehållet." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Permanent borttagen" @@ -3103,7 +3102,7 @@ msgstr "Person" msgid "Person cover updated" msgstr "Personskydd uppdaterat" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Person raderad" @@ -3112,7 +3111,7 @@ msgstr "Person raderad" msgid "Person not found" msgstr "Personen kunde inte hittas" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Person sparad" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism är till 100 % självfinansierad och oberoende." msgid "PhotoPrism+ Membership" msgstr "Medlemskap i PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Foton" @@ -3162,8 +3161,8 @@ msgstr "Plats" msgid "Place & Time" msgstr "Plats och Tid" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Observera att om du ändrar ditt lösenord kommer du att logga ut på an msgid "Please restart your instance for the changes to take effect." msgstr "Starta om din instans för att ändringarna ska träda i kraft." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Vänligen vänta…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "Begränsning av PNG-storlek: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Förhandsgranska" msgid "Preview Images" msgstr "Förhandsbilder" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Föregående" @@ -3279,7 +3278,7 @@ msgstr "Föregående bild" msgid "Primary" msgstr "Primär" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Primär" msgid "Private" msgstr "Privat" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Behandling av uppladdning..." @@ -3389,7 +3388,7 @@ msgstr "Röd" msgid "Refresh" msgstr "Uppdatera" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Regioner" msgid "Register" msgstr "Registrera" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Registrering inaktiverad" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Radera" msgid "remove failed: unknown album" msgstr "borttagning misslyckades: okänt album" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Radera från albumet" @@ -3447,11 +3450,11 @@ msgstr "Ta bort från alla valda foton" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Ta bort importerade filer för att spara lagringsutrymme. Filer som inte stöds tas aldrig bort, utan förblir på sin nuvarande plats." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Ta bort den valda instansen från klusterregistret?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Borttagen" @@ -3459,7 +3462,7 @@ msgstr "Borttagen" msgid "Removed %{name}" msgstr "%{name} har tagits bort" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Tog bort %d filer och %d bilder" @@ -3468,7 +3471,7 @@ msgstr "Tog bort %d filer och %d bilder" msgid "Repeated" msgstr "Upprepad" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Förfrågan misslyckades - är du offline?" @@ -3499,12 +3502,12 @@ msgstr "Starta om" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Återställ" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Återställd" @@ -3516,7 +3519,7 @@ msgstr "Gräns för antalet försök" msgid "Retype Password" msgstr "Upprepa lösenordet" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Hemlighet" msgid "Security and Access" msgstr "Säkerhet och tillgång" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Välj" @@ -3707,19 +3710,19 @@ msgstr "Välj tid" msgid "Selection" msgstr "Urval" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Urval tillagt i %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Urvalet är godkänt" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Urval arkiverat" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Urval markerat som privat" @@ -3727,7 +3730,7 @@ msgstr "Urval markerat som privat" msgid "Selection not found" msgstr "Urvalet kunde inte hittas" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Urvalet har återställts" @@ -3735,7 +3738,7 @@ msgstr "Urvalet har återställts" msgid "Sequential Name" msgstr "Sekventiellt namn" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Service" @@ -3765,7 +3768,7 @@ msgstr "Sessions-ID" msgid "Sessions" msgstr "Sessioner" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Ställ in som albumomslag" @@ -3775,15 +3778,15 @@ msgstr "Ställ in som omslagsbild" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Inställningar" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Inställningarna har sparats" @@ -3822,7 +3825,7 @@ msgstr "Visa alla etiketter" msgid "Show all new faces" msgstr "Visa alla nya ansikten" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Visa bildtext" @@ -3910,7 +3913,7 @@ msgstr "Webbplatsens URL" msgid "Size" msgstr "Storlek" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Bildspel" @@ -3942,7 +3945,7 @@ msgstr "Vissa album kunde inte skapas. Redigera namnen och försök igen." msgid "Some albums could not be updated" msgstr "Vissa album kunde inte uppdateras" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Något gick fel, försök igen" @@ -4046,7 +4049,7 @@ msgstr "Gator" msgid "Subject" msgstr "Ämne" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Ämne raderat" @@ -4054,11 +4057,11 @@ msgstr "Ämne raderat" msgid "Subject not found" msgstr "Ämnet finns inte" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Ämne sparat" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Lyckades aktiverad" @@ -4071,7 +4074,7 @@ msgstr "Framgångsrikt ansluten" msgid "Successfully deleted" msgstr "Framgångsrikt raderat" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Verifierad" @@ -4236,7 +4239,7 @@ msgstr "Kod" msgid "Too many files selected" msgstr "För många filer valda" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "För många förfrågningar" @@ -4292,7 +4295,7 @@ msgstr "Ångra" msgid "Unique ID" msgstr "Unikt ID" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Okänd plats" msgid "Unregistered" msgstr "Oregistrerad" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Osorterad" @@ -4350,7 +4353,7 @@ msgstr "Format som inte stöds" msgid "Unsupported type" msgstr "Denna typ stöds ej" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Uppladdningen är klar. Indexerar…" msgid "Upload failed" msgstr "Uppladdning misslyckades" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Uppladdningen har behandlats" @@ -4467,7 +4470,7 @@ msgstr "Laddar om …" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Uppladdningar som kan innehålla sådana bilder kommer automatiskt att avvisas." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Använd din återställningskod eller kontakta en administratör för at #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Användare" @@ -4523,7 +4526,7 @@ msgstr "Användarnamn" msgid "Users" msgstr "Användare" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vektorer" msgid "Verification Code" msgstr "Verifierings kod" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Verifierad e-postadress krävs" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Version" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Varaktighet" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Ditt fortsatta stöd hjälper oss att tillhandahålla regelbundna uppdat msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Ditt bibliotek analyseras kontinuerligt för att automatiskt skapa album med speciella ögonblick, resor och platser." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip skapad på %d s" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Zooma in/ut" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Innehåll" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Rubrik" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/th.po b/frontend/src/locales/th.po index 8ee40758b..52ea62f8b 100644 --- a/frontend/src/locales/th.po +++ b/frontend/src/locales/th.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: \n" "Language: th\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} ยาวเกินไป" msgid "%{s} is too short" msgstr "%{s} สั้นเกินไป" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d รายการถูกเพิ่มไปยัง %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d รายการถูกลบออกจาก %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d ไฟล์ถูกอัปโหลดในเวลา %d วินาที" @@ -100,7 +100,7 @@ msgstr "%d ไฟล์ถูกอัปโหลดในเวลา %d ว msgid "%s already exists" msgstr "%s มีอยู่แล้ว" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s ได้รับการกู้คืนแล้ว" @@ -176,14 +176,13 @@ msgstr "โทเค็นการเข้าถึง" msgid "Account" msgstr "บัญชี" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "สร้างบัญชีแล้ว" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "ลบบัญชีแล้ว" @@ -199,7 +198,7 @@ msgstr "ไม่พบบัญชี" msgid "Account restored" msgstr "บัญชีได้รับการคืนสภาพแล้ว" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "บัญชีถูกบันทึกแล้ว" @@ -207,7 +206,7 @@ msgstr "บัญชีถูกบันทึกแล้ว" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "บัญชี" @@ -343,7 +342,7 @@ msgstr "ปรับวันที่และเวลา" msgid "Adjust Location" msgstr "ปรับตำแหน่ง" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "ผู้ดูแลระบบ" @@ -396,7 +395,7 @@ msgstr "หลังจากสองสัปดาห์" msgid "Album" msgstr "อัลบั้ม" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "อัลบั้ม %s ถูก삭제" @@ -404,11 +403,11 @@ msgstr "อัลบั้ม %s ถูก삭제" msgid "Album Backups" msgstr "การสำรองข้อมูลอัลบั้ม" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "เนื้อหาอัลบั้มถูกคัดลอก" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "สร้างอัลบั้มแล้ว" @@ -420,11 +419,11 @@ msgstr "อัลบั้มถูกลบแล้ว" msgid "Album not found" msgstr "ไม่พบอัลบั้ม" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "อัลบั้มบันทึกแล้ว" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "อัลบั้มบันทึกแล้ว" msgid "Albums" msgstr "อัลบั้ม" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "ลบอัลบั้มแล้ว" @@ -538,7 +537,7 @@ msgstr "ระดับความสูง (ม.)" msgid "AM" msgstr "เช้า" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "อนุมัติและบันทึกการเปลี่ msgid "Apps and Devices" msgstr "แอพและอุปกรณ์" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "ที่เก็บถาวร" @@ -650,7 +649,7 @@ msgstr "อัตราส่วน" msgid "Attributes" msgstr "คุณสมบัติ" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "รายงานข้อผิดพลาด" msgid "Busy, please try again later" msgstr "กำลังยุ่ง กรุณาลองใหม่อีกครั้ง" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "ไม่ว่าง โปรดรอ…" @@ -775,7 +774,7 @@ msgstr "ไม่ว่าง โปรดรอ…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "โดยการใช้ซอฟต์แวร์และบริการที่เรามอบให้ แสดงว่าคุณยอมรับข้อกำหนดในการให้บริการ นโยบายความเป็นส่วนตัว และจรรยาบรรณของเรา" -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "ปฏิทิน" @@ -897,11 +896,10 @@ msgstr "เปลี่ยนแฟล็กส่วนตัว" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "ไม่สามารถบันทึกการเปลี่ย #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "ชัดเจน" msgid "Clear {0}" msgstr "เคลียร์ {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "ลูกค้า" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "ลูกค้า" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "ลูกค้า" msgid "Close" msgstr "ปิด" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "กลุ่ม" @@ -1018,7 +1016,7 @@ msgstr "กลุ่ม" msgid "Cluster Admin" msgstr "ผู้ดูแลกลุ่ม" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "โหนดคลัสเตอร์" @@ -1149,7 +1147,7 @@ msgstr "คัดลอกไปยังคลิปบอร์ดแล้ว msgid "Copy" msgstr "สำเนา" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "คัดลอกไฟล์จาก %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "สร้างไฟล์ช่วยเหลือ YAML เพื่อสำรองข้อมูลเมตาของรูปภาพ" #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "สร้างเมื่อ" @@ -1263,7 +1261,7 @@ msgstr "บันทึกการดีบัก" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "โฟลเดอร์เริ่มต้น" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "ทิ้งการเปลี่ยนแปลงที่ไม่ msgid "Discard unsaved changes?" msgstr "ทิ้งการเปลี่ยนแปลงที่ไม่ได้บันทึก?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "ค้นพบ" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "เสร็จแล้ว." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "ดาวน์โหลดไฟล์ระยะไกล" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "การแสดงตัวอย่างแบบไดนามิ msgid "Dynamic Size Limit: %{n}px" msgstr "ขีดจำกัดขนาดไดนามิก: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "กรุณากรอกชื่อรายการ..." msgid "Enter the code generated by your authenticator app:" msgstr "ป้อนรหัสที่สร้างโดยแอปพลิเคชันการตรวจสอบสิทธิ์ของคุณ:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "ระบุรหัสยืนยืน" @@ -1640,12 +1639,12 @@ msgstr "ป้อนรหัสผ่านของคุณเพื่อย msgid "Entity not found" msgstr "ไม่พบหน่วยงาน" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "ข้อผิดพลาด" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "ไม่สามารถสร้างไฟล์ zip ได้" msgid "Failed to load users." msgstr "ไม่สามารถโหลดผู้ใช้ได้" -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "ไม่สามารถลบเครื่องหมายบนใบหน้าได้" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "ไม่สามารถลบชื่อได้" @@ -1763,7 +1762,7 @@ msgstr "ไม่สามารถรีสตาร์ทเซิร์ฟเ msgid "Failed to save changes" msgstr "ไม่สามารถบันทึกการเปลี่ยนแปลงได้" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "ไม่สามารถบันทึกเครื่องหมายบันทึกหน้าได้" @@ -1796,7 +1795,7 @@ msgstr "เร็ว" msgid "Favorite" msgstr "ที่ชื่นชอบ" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "รายการโปรด" @@ -1818,7 +1817,7 @@ msgstr "หญิง" msgid "File" msgstr "ไฟล์" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "ไฟล์เบราว์เซอร์" @@ -1826,7 +1825,7 @@ msgstr "ไฟล์เบราว์เซอร์" msgid "File Conversion" msgstr "การแปลงไฟล์" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "ไฟล์ถูกลบ" @@ -1842,7 +1841,7 @@ msgstr "ชื่อไฟล์" msgid "File not found" msgstr "ไม่พบไฟล์" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "ไฟล์ถูกลบออกจากสแตก" @@ -1855,7 +1854,7 @@ msgstr "ไฟล์" msgid "File too large" msgstr "ไฟล์มีขนาดใหญ่เกินไป" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "ไฟล์ถูกอัปโหลดแล้ว" @@ -1901,7 +1900,7 @@ msgstr "โฟลเดอร์มี %{n} ไฟล์" msgid "Folder is empty" msgstr "โฟลเดอร์ว่างเปล่า" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "โฟลเดอร์" @@ -1928,7 +1927,7 @@ msgstr "เฟรม" msgid "Full Access" msgstr "การเข้าถึงแบบเต็ม" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "เต็มจอ" @@ -2013,7 +2012,7 @@ msgstr "ช่วยเหลือและสนับสนุน" msgid "Hidden" msgstr "ที่ซ่อนอยู่" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "ไฟล์ที่ซ่อนอยู่" @@ -2021,7 +2020,7 @@ msgstr "ไฟล์ที่ซ่อนอยู่" msgid "Hide" msgstr "ซ่อน" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "ซ่อนคำบรรยาย" @@ -2068,11 +2067,11 @@ msgstr "คุณภาพของภาพ" msgid "Import" msgstr "นำเข้า" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "ยกเลิกการนำเข้า" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "การนำเข้าเสร็จสมบูรณ์ในเวลา %d วินาที" @@ -2130,11 +2129,11 @@ msgstr "ดัชนี" msgid "Indexing" msgstr "การจัดทำดัชนี" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "ยกเลิกการจัดทำดัชนี" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "การดัชนีเสร็จสมบูรณ์ใน %d วินาที" @@ -2142,7 +2141,7 @@ msgstr "การดัชนีเสร็จสมบูรณ์ใน %d msgid "Indexing failed" msgstr "การจัดทำดัชนีล้มเหลว" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "การจัดทำดัชนีไฟล์ใน %s" @@ -2150,11 +2149,11 @@ msgstr "การจัดทำดัชนีไฟล์ใน %s" msgid "Indexing media and sidecar files…" msgstr "กำลังสร้างดัชนีสื่อและไฟล์ไซด์คาร์…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "กำลังจัดทำดัชนีต้นฉบับ..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "ข้อมูล" @@ -2163,8 +2162,8 @@ msgstr "ข้อมูล" msgid "Inherit" msgstr "รับมรดก" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "ตัวอย่าง" @@ -2178,7 +2177,7 @@ msgstr "ไม่สามารถเข้าถึงอินสแตนซ #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "อินสแตนซ์" @@ -2300,11 +2299,11 @@ msgstr "ฉลาก" msgid "Label not found" msgstr "ไม่พบป้ายกำกับ" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "ป้ายบันทึกแล้ว" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "ป้ายบันทึกแล้ว" msgid "Labels" msgstr "ป้าย" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "ป้ายกำกับถูกลบ" @@ -2382,7 +2381,7 @@ msgstr "เลนส์" msgid "Lens not found" msgstr "ไม่พบเลนส์" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "ห้องสมุด" @@ -2399,7 +2398,7 @@ msgstr "ห้องสมุด" msgid "License" msgstr "ใบอนุญาต" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "ชอบ" @@ -2430,7 +2429,7 @@ msgstr "มุมมองรายการ" msgid "Live" msgstr "สด" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "เครื่องหมาย" msgid "Maximum number of accounts has been reached." msgstr "จำนวนบัญชีถึงขีดจำกัดแล้ว" -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "สื่อมวลชน" @@ -2585,7 +2584,7 @@ msgstr "ย่อเล็กสุด" msgid "Missing" msgstr "หายไป" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "การกำหนดค่าหายไปหรือไม่ถูกต้อง" @@ -2593,7 +2592,7 @@ msgstr "การกำหนดค่าหายไปหรือไม่ถ msgid "mixed" msgstr "ผสม" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "ช่วงเวลา" @@ -2611,7 +2610,7 @@ msgstr "ขาวดำ" msgid "Month" msgstr "เดือน" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "ตัวเลือกเพิ่มเติม" @@ -2627,7 +2626,7 @@ msgstr "ที่เกี่ยวข้องมากที่สุด" msgid "Move Files" msgstr "ย้ายไฟล์" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "ย้ายไฟล์จาก %s" @@ -2635,14 +2634,14 @@ msgstr "ย้ายไฟล์จาก %s" msgid "Must have at least %{n} characters." msgstr "ต้องมีอักขระอย่างน้อย %{n} ตัว" -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "ปิดเสียง" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "รหัสผ่านใหม่" msgid "Newest First" msgstr "ใหม่ล่าสุดก่อน" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "ต่อไป" @@ -2828,7 +2827,7 @@ msgstr "รูปภาพที่ไม่ใช่ภาพถ่ายแล msgid "None" msgstr "ไม่มี" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "ไม่อนุญาต" @@ -2841,7 +2840,7 @@ msgstr "ไม่สามารถใช้งานได้ในโหมด msgid "Not available in read-only mode" msgstr "ไม่สามารถใช้งานได้ในโหมดอ่านอย่างเดียว" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "ไม่พบ" @@ -2849,7 +2848,7 @@ msgstr "ไม่พบ" msgid "Not sorted." msgstr "ไม่ได้จัดเรียง" -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "ไม่รองรับ" @@ -2914,11 +2913,11 @@ msgstr "สัปดาห์ละครั้ง" msgid "One album found" msgstr "พบหนึ่งอัลบั้ม" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "มีการเพิ่มรายการหนึ่งไปยัง %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "รายการหนึ่งถูกลบออกจาก %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "เฉพาะบัญชีที่จัดการภายในเครื่องเท่านั้นที่สามารถตั้งค่าสำหรับการตรวจสอบสิทธิ์ด้วย 2FA ได้" #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "เปิด" @@ -3059,7 +3058,7 @@ msgstr "ส่วนหนึ่งของภาพถ่ายที่คั msgid "Password" msgstr "รหัสผ่าน" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "รหัสผ่านเปลี่ยน" @@ -3071,7 +3070,7 @@ msgstr "หยุดชั่วคราว" msgid "Payment required" msgstr "ต้องชำระเงิน" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "คนที่คุณแชร์ลิงก์ด้วยจะสามารถดูเนื้อหาสาธารณะได้" #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "ลบอย่างถาวร" @@ -3103,7 +3102,7 @@ msgstr "บุคคล" msgid "Person cover updated" msgstr "อัพเดทปกบุคคล" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "บุคคลถูกลบ" @@ -3112,7 +3111,7 @@ msgstr "บุคคลถูกลบ" msgid "Person not found" msgstr "ไม่พบบุคคล" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "บุคคลที่ได้รับการช่วยเหลือ" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism ใช้เงินตัวเอง 100% และเป msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ การเป็นสมาชิก" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "ภาพถ่าย" @@ -3162,8 +3161,8 @@ msgstr "สถานที่" msgid "Place & Time" msgstr "สถานที่และเวลา" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "โปรดทราบว่าการเปลี่ยนรหั msgid "Please restart your instance for the changes to take effect." msgstr "โปรดรีสตาร์ทอินสแตนซ์ของคุณเพื่อให้การเปลี่ยนแปลงมีผล" -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "โปรดรอ…" @@ -3218,7 +3217,7 @@ msgstr "นายกฯ" msgid "PNG Size Limit: %{n}px" msgstr "ขีดจำกัดขนาด PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "พอร์ทัล" @@ -3258,7 +3257,7 @@ msgstr "ดูตัวอย่าง" msgid "Preview Images" msgstr "ดูตัวอย่างรูปภาพ" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "ก่อนหน้า" @@ -3279,7 +3278,7 @@ msgstr "ภาพก่อนหน้า" msgid "Primary" msgstr "หลัก" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "หลัก" msgid "Private" msgstr "ส่วนตัว" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "กำลังประมวลผลไฟล์ที่อัปโหลด..." @@ -3389,7 +3388,7 @@ msgstr "สีแดง" msgid "Refresh" msgstr "รีเฟรช" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "ภูมิภาค" msgid "Register" msgstr "ลงทะเบียน" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "การลงทะเบียนถูกปิดใช้งาน" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "ลบ" msgid "remove failed: unknown album" msgstr "การลบล้มเหลว: อัลบั้มที่ไม่รู้จัก" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "นำออกจากอัลบั้ม" @@ -3447,11 +3450,11 @@ msgstr "ลบออกจากรูปภาพที่เลือกทั msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "ลบไฟล์ที่นำเข้าเพื่อประหยัดพื้นที่จัดเก็บ ประเภทไฟล์ที่ไม่รองรับจะไม่ถูกลบ โดยจะยังคงอยู่ในตำแหน่งปัจจุบัน" -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "ลบอินสแตนซ์ที่เลือกออกจากรีจิสทรีคลัสเตอร์หรือไม่" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "ลบออก" @@ -3459,7 +3462,7 @@ msgstr "ลบออก" msgid "Removed %{name}" msgstr "ลบ %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "ลบไฟล์ %d ไฟล์ และรูปภาพ %d รูป" @@ -3468,7 +3471,7 @@ msgstr "ลบไฟล์ %d ไฟล์ และรูปภาพ %d รู msgid "Repeated" msgstr "ซ้ำแล้วซ้ำเล่า" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "คำขอล้มเหลว - คุณออฟไลน์อยู่หรือไม่" @@ -3499,12 +3502,12 @@ msgstr "เริ่มต้นใหม่" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "คืนค่า" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "ฟื้นฟูแล้ว" @@ -3516,7 +3519,7 @@ msgstr "ขีดจำกัดการลองใหม่" msgid "Retype Password" msgstr "พิมพ์รหัสผ่านอีกครั้ง" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "ความลับ" msgid "Security and Access" msgstr "ความปลอดภัยและการเข้าถึง" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "เลือก" @@ -3707,19 +3710,19 @@ msgstr "เลือกเวลา" msgid "Selection" msgstr "การคัดเลือก" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "เพิ่มการคัดเลือกไปยัง %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "อนุมัติการคัดเลือก" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "การเลือกที่เก็บถาวร" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "การเลือกที่ถูกทำเครื่องหมายเป็นส่วนตัว" @@ -3727,7 +3730,7 @@ msgstr "การเลือกที่ถูกทำเครื่องห msgid "Selection not found" msgstr "ไม่พบสิ่งที่เลือก" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "คืนค่าการเลือกแล้ว" @@ -3735,7 +3738,7 @@ msgstr "คืนค่าการเลือกแล้ว" msgid "Sequential Name" msgstr "ชื่อลำดับ" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "บริการ" @@ -3765,7 +3768,7 @@ msgstr "รหัสเซสชัน" msgid "Sessions" msgstr "เซสชัน" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "ตั้งเป็นปกอัลบั้ม" @@ -3775,15 +3778,15 @@ msgstr "ตั้งเป็นภาพปก" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "การตั้งค่า" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "การตั้งค่าที่บันทึกไว้" @@ -3822,7 +3825,7 @@ msgstr "แสดงป้ายกำกับทั้งหมด" msgid "Show all new faces" msgstr "แสดงใบหน้าใหม่ทั้งหมด" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "แสดงคำบรรยาย" @@ -3910,7 +3913,7 @@ msgstr "URL ของไซต์" msgid "Size" msgstr "ขนาด" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "สไลด์โชว์" @@ -3942,7 +3945,7 @@ msgstr "ไม่สามารถสร้างอัลบั้มบาง msgid "Some albums could not be updated" msgstr "ไม่สามารถอัปเดตอัลบั้มบางอัลบั้มได้" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "เกิดข้อผิดพลาด โปรดลองอีกครั้ง" @@ -4046,7 +4049,7 @@ msgstr "ถนน" msgid "Subject" msgstr "เรื่อง" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "หัวข้อถูกลบ" @@ -4054,11 +4057,11 @@ msgstr "หัวข้อถูกลบ" msgid "Subject not found" msgstr "ไม่พบหัวข้อ" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "บันทึกหัวข้อแล้ว" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "เปิดใช้งานสำเร็จแล้ว" @@ -4071,7 +4074,7 @@ msgstr "เชื่อมต่อเรียบร้อยแล้ว" msgid "Successfully deleted" msgstr "ลบเรียบร้อยแล้ว" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "ตรวจสอบเรียบร้อยแล้ว" @@ -4236,7 +4239,7 @@ msgstr "โทเค็น" msgid "Too many files selected" msgstr "เลือกไฟล์มากเกินไป" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "คำขอมากเกินไป" @@ -4292,7 +4295,7 @@ msgstr "เลิกทำ" msgid "Unique ID" msgstr "ID ไม่ซ้ำกัน" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "สถานที่ไม่ทราบ" msgid "Unregistered" msgstr "ไม่ได้ลงทะเบียน" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "ไม่เรียงลำดับ" @@ -4350,7 +4353,7 @@ msgstr "รูปแบบไม่รองรับ" msgid "Unsupported type" msgstr "ประเภทที่ไม่รองรับ" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "อัพโหลดเสร็จแล้ว กำลังจั msgid "Upload failed" msgstr "การอัพโหลดล้มเหลว" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "การอัปโหลดได้รับการประมวลผลแล้ว" @@ -4467,7 +4470,7 @@ msgstr "กำลังโหลดซ้ำ…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "การอัปโหลดที่อาจมีภาพดังกล่าวจะถูกปฏิเสธโดยอัตโนมัติ" -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "ใช้รหัสกู้คืนของคุณหรือต #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "ผู้ใช้" @@ -4523,7 +4526,7 @@ msgstr "ชื่อผู้ใช้" msgid "Users" msgstr "ผู้ใช้" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "เวกเตอร์" msgid "Verification Code" msgstr "รหัสยืนยัน" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "ต้องยืนยันอีเมล" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "เวอร์ชัน" @@ -4561,7 +4568,7 @@ msgstr "วีดีโอ" msgid "Video Duration" msgstr "ระยะเวลา" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "การสนับสนุนอย่างต่อเนื่อ msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "คลังของคุณได้รับการวิเคราะห์อย่างต่อเนื่องเพื่อสร้างอัลบั้มของช่วงเวลา การเดินทาง และสถานที่พิเศษโดยอัตโนมัติ" -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "สร้างซิปเสร็จใน %d วินาที" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "ซูมเข้า/ออก" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "เนื้อหา" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "ชื่อ" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/tr.po b/frontend/src/locales/tr.po index 2d3facfdc..128569a50 100644 --- a/frontend/src/locales/tr.po +++ b/frontend/src/locales/tr.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} çok uzun" msgid "%{s} is too short" msgstr "%{s} çok kısa" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d girişleri %s'e eklendi" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d girişleri %s'den kaldırıldı" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d dosyalar %d s içinde yüklendi" @@ -100,7 +100,7 @@ msgstr "%d dosyalar %d s içinde yüklendi" msgid "%s already exists" msgstr "%s zaten var" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s geri yüklendi" @@ -176,14 +176,13 @@ msgstr "Erişim Jetonu" msgid "Account" msgstr "Hesap" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Hesap eklendi" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Hesap silindi" @@ -199,7 +198,7 @@ msgstr "Hesap bulunamadı" msgid "Account restored" msgstr "Hesap geri yüklendi" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Hesap kaydedildi" @@ -207,7 +206,7 @@ msgstr "Hesap kaydedildi" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Hesaplar" @@ -343,7 +342,7 @@ msgstr "Tarih ve Saati Ayarla" msgid "Adjust Location" msgstr "Konum Ayarlama" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Yönetici" @@ -396,7 +395,7 @@ msgstr "İki hafta sonra" msgid "Album" msgstr "Albüm" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Albüm %s silindi" @@ -404,11 +403,11 @@ msgstr "Albüm %s silindi" msgid "Album Backups" msgstr "Albüm Yedekleri" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Albüm içeriği klonlandı" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Albüm oluşturuldu" @@ -420,11 +419,11 @@ msgstr "Albüm silindi" msgid "Album not found" msgstr "Albüm bulunamadı" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Albüm kaydedildi" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Albüm kaydedildi" msgid "Albums" msgstr "Albümler" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Albümler silindi" @@ -538,7 +537,7 @@ msgstr "Rakım (m)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Değişiklikleri onaylayın ve kaydedin" msgid "Apps and Devices" msgstr "Uygulamalar ve Cihazlar" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Arşivlendi" @@ -650,7 +649,7 @@ msgstr "En Boy Oranı" msgid "Attributes" msgstr "Nitelikler" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Hata raporu" msgid "Busy, please try again later" msgstr "Meşgul, lütfen daha sonra tekrar deneyin" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Meşgul, lütfen bekleyin…" @@ -775,7 +774,7 @@ msgstr "Meşgul, lütfen bekleyin…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Sağladığımız yazılım ve hizmetleri kullanarak hizmet şartlarımızı, gizlilik politikamızı ve davranış kurallarımızı kabul etmiş olursunuz." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Takvim" @@ -897,11 +896,10 @@ msgstr "Özel işaretini değiştir" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Değişiklikler kaydedilemedi" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Temiz" msgid "Clear {0}" msgstr "Temizle {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Müşteri" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Müşteri" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Müşteri" msgid "Close" msgstr "Kapat" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Küme" @@ -1018,7 +1016,7 @@ msgstr "Küme" msgid "Cluster Admin" msgstr "Küme Yöneticisi" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Küme Düğümü" @@ -1149,7 +1147,7 @@ msgstr "Panoya kopyalandı" msgid "Copy" msgstr "Kopyala" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Dosyaları %s'dan kopyalama" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Resim meta verilerini yedeklemek için YAML sidecar oluşturun." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Oluşturuldu" @@ -1263,7 +1261,7 @@ msgstr "Hata Kayıtları" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Varsayılan Klasör" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Geçersiz değişiklikleri atalım mı?" msgid "Discard unsaved changes?" msgstr "Kaydedilmemiş değişiklikler atılsın mı?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Keşfetmek" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Tamamlandı." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Uzak dosyaları indir" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Dinamik Önizlemeler" msgid "Dynamic Size Limit: %{n}px" msgstr "Dinamik Boyut Sınırı: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Ürün adını girin..." msgid "Enter the code generated by your authenticator app:" msgstr "Kimlik doğrulayıcı uygulamanız tarafından oluşturulan kodu girin:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Doğrulama kodunu giriniz" @@ -1640,12 +1639,12 @@ msgstr "İşlemi onaylamak ve devam etmek için şifrenizi girin:" msgid "Entity not found" msgstr "Varlık bulunamadı" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Hata" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Zip dosyası oluşturulamadı" msgid "Failed to load users." msgstr "Kullanıcılar yüklenemedi." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Yüz işaretleyicisi kaldırılamadı" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Ad kaldırılamadı" @@ -1763,7 +1762,7 @@ msgstr "Sunucu yeniden başlatılamadı" msgid "Failed to save changes" msgstr "Değişiklikler kaydedilemedi" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Yüz işaretleyicisini kurtaramadı" @@ -1796,7 +1795,7 @@ msgstr "Hızlı" msgid "Favorite" msgstr "Favori" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Favoriler" @@ -1818,7 +1817,7 @@ msgstr "Kadın" msgid "File" msgstr "Dosya" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Dosya tarayıcısı" @@ -1826,7 +1825,7 @@ msgstr "Dosya tarayıcısı" msgid "File Conversion" msgstr "Dosya Dönüştürme" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Silinmiş dosya" @@ -1842,7 +1841,7 @@ msgstr "Dosya Adı" msgid "File not found" msgstr "Dosya bulunamadı" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Dosya yığından kaldırıldı" @@ -1855,7 +1854,7 @@ msgstr "Dosya Boyutu" msgid "File too large" msgstr "Dosya çok büyük" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Dosya yüklendi" @@ -1901,7 +1900,7 @@ msgstr "Klasör %{n} dosya içeriyor" msgid "Folder is empty" msgstr "Klasör boş" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Klasörler" @@ -1928,7 +1927,7 @@ msgstr "Çerçeveler" msgid "Full Access" msgstr "Tam erişim" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Tam ekran" @@ -2013,7 +2012,7 @@ msgstr "Yardım & Destek" msgid "Hidden" msgstr "Gizli" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Gizli Dosyalar" @@ -2021,7 +2020,7 @@ msgstr "Gizli Dosyalar" msgid "Hide" msgstr "Gizle" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Başlığı Gizle" @@ -2068,11 +2067,11 @@ msgstr "Görüntü Kalitesi" msgid "Import" msgstr "İçe aktarmak" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "İçe aktarma iptal edildi" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "İçe aktarma %d s içinde tamamlandı" @@ -2130,11 +2129,11 @@ msgstr "İndeks" msgid "Indexing" msgstr "Indeksleniyor" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "İndeksleme iptal edildi" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "İndeksleme %d s içinde tamamlandı" @@ -2142,7 +2141,7 @@ msgstr "İndeksleme %d s içinde tamamlandı" msgid "Indexing failed" msgstr "İndeksleme başarısız" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "%s dosya yüklendi" @@ -2150,11 +2149,11 @@ msgstr "%s dosya yüklendi" msgid "Indexing media and sidecar files…" msgstr "Medya ve yardımcı dosyalar indeksleniyor…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Orijinalleri dizinliyor..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Bilgi" @@ -2163,8 +2162,8 @@ msgstr "Bilgi" msgid "Inherit" msgstr "Devral" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Örnek" @@ -2178,7 +2177,7 @@ msgstr "Sunucuya ulaşılamıyor. Çevrimiçi olduğunda lütfen tekrar deneyin. #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Örnekler" @@ -2300,11 +2299,11 @@ msgstr "Etiket" msgid "Label not found" msgstr "Etiket bulunamadı" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Etiket kaydedildi" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Etiket kaydedildi" msgid "Labels" msgstr "Etiketler" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Etiketler silindi" @@ -2382,7 +2381,7 @@ msgstr "Lens" msgid "Lens not found" msgstr "Lens bulunamadı" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Kütüphane" @@ -2399,7 +2398,7 @@ msgstr "Kütüphane" msgid "License" msgstr "Lisans" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Sevmek" @@ -2430,7 +2429,7 @@ msgstr "Liste Görünümü" msgid "Live" msgstr "Canlı" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "İşaretleyici" msgid "Maximum number of accounts has been reached." msgstr "Maksimum hesap sayısına ulaşıldı." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Medya" @@ -2585,7 +2584,7 @@ msgstr "Küçült" msgid "Missing" msgstr "Eksik" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Eksik veya geçersiz yapılandırma" @@ -2593,7 +2592,7 @@ msgstr "Eksik veya geçersiz yapılandırma" msgid "mixed" msgstr "karışık" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Anlar" @@ -2611,7 +2610,7 @@ msgstr "Monokrom" msgid "Month" msgstr "Ay" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Daha fazla seçenek" @@ -2627,7 +2626,7 @@ msgstr "En Alakalı" msgid "Move Files" msgstr "Dosyaları Taşı" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Dosyaları %s'dan taşıma" @@ -2635,14 +2634,14 @@ msgstr "Dosyaları %s'dan taşıma" msgid "Must have at least %{n} characters." msgstr "En az %{n} karakter olmalıdır." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Sessiz" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Yeni Şifre" msgid "Newest First" msgstr "Yeniden Eskiye" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Sonraki" @@ -2828,7 +2827,7 @@ msgstr "Fotoğrafik olmayan ve düşük kaliteli görüntülerin arama sonuçlar msgid "None" msgstr "Hiçbiri" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "İzin verilmez" @@ -2841,7 +2840,7 @@ msgstr "Genel modda mevcut değil" msgid "Not available in read-only mode" msgstr "Salt okunur modda kullanılamaz" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Bulunamadı" @@ -2849,7 +2848,7 @@ msgstr "Bulunamadı" msgid "Not sorted." msgstr "Sıralanmamış." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Desteklenmiyor" @@ -2914,11 +2913,11 @@ msgstr "Haftada bir" msgid "One album found" msgstr "Bir albüm bulundu" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Bir giriş %s'a eklendi" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Bir giriş %s'dan kaldırıldı" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "2FA ile kimlik doğrulama için yalnızca yerel olarak yönetilen hesaplar ayarlanabilir." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Açık" @@ -3059,7 +3058,7 @@ msgstr "Seçilmiş bazı fotoğrafların bir kısmı" msgid "Password" msgstr "Şifre" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Şifre Değiştirildi" @@ -3071,7 +3070,7 @@ msgstr "Duraklat" msgid "Payment required" msgstr "Ödeme gereklidir" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Bağlantı paylaştığınız kişiler herkese açık içerikleri görüntüleyebilecektir." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Kalıcı olarak silindi" @@ -3103,7 +3102,7 @@ msgstr "Kişi" msgid "Person cover updated" msgstr "Kişi kapağı güncellendi" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Kişi silindi" @@ -3112,7 +3111,7 @@ msgstr "Kişi silindi" msgid "Person not found" msgstr "Kişi bulunamadı" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Kurtarılan kişi" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism %100 kendi kendini finanse eder ve bağımsızdır." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ Üyeliği" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Fotoğraflar" @@ -3162,8 +3161,8 @@ msgstr "Yer" msgid "Place & Time" msgstr "Yer ve Zaman" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Lütfen şifrenizi değiştirdiğinizde diğer cihazlarda ve tarayıcıl msgid "Please restart your instance for the changes to take effect." msgstr "Değişikliklerin etkili olması için lütfen instance'ınızı yeniden başlatın." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Lütfen bekleyin…" @@ -3218,7 +3217,7 @@ msgstr "PM" msgid "PNG Size Limit: %{n}px" msgstr "PNG Boyut Sınırı: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Portal" @@ -3258,7 +3257,7 @@ msgstr "Önizleme" msgid "Preview Images" msgstr "Önizleme Görüntüleri" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Önceki" @@ -3279,7 +3278,7 @@ msgstr "Önceki görsel" msgid "Primary" msgstr "Birincil" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Birincil" msgid "Private" msgstr "Özel" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Yükleme işlemi..." @@ -3389,7 +3388,7 @@ msgstr "Kırmızı" msgid "Refresh" msgstr "Yenile" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Bölgeler" msgid "Register" msgstr "Kayıt Olun" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Kayıt devre dışı bırakıldı" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Kaldır" msgid "remove failed: unknown album" msgstr "kaldırma başarısız: bilinmeyen albüm" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Albümden çıkar" @@ -3447,11 +3450,11 @@ msgstr "Seçilen tüm fotoğraflardan kaldır" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Depolama alanından tasarruf etmek için içe aktarılan dosyaları kaldırın. Desteklenmeyen dosya türleri asla silinmez, mevcut konumlarında kalırlar." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Seçili örneği küme kayıt defterinden kaldırayım mı?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Kaldırıldı" @@ -3459,7 +3462,7 @@ msgstr "Kaldırıldı" msgid "Removed %{name}" msgstr "%{name} kaldırıldı" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "%d dosya ve %d fotoğraf kaldırıldı" @@ -3468,7 +3471,7 @@ msgstr "%d dosya ve %d fotoğraf kaldırıldı" msgid "Repeated" msgstr "Tekrarlanan" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "İstek başarısız oldu - çevrimdışı mısınız?" @@ -3499,12 +3502,12 @@ msgstr "Yeniden Başlat" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Geri Yükle" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Restore edildi" @@ -3516,7 +3519,7 @@ msgstr "Yeniden Deneme Sınırı" msgid "Retype Password" msgstr "Şifrenizi yeniden yazın" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Gizli" msgid "Security and Access" msgstr "Güvenlik ve Erişim" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Seç" @@ -3707,19 +3710,19 @@ msgstr "Zaman Seçiniz" msgid "Selection" msgstr "Seçim" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Seçim %s'a eklendi" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Seçim onaylandı" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Seçim arşivlendi" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Özel olarak işaretlenmiş seçim" @@ -3727,7 +3730,7 @@ msgstr "Özel olarak işaretlenmiş seçim" msgid "Selection not found" msgstr "Seçim bulunamadı" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Seçim geri yüklendi" @@ -3735,7 +3738,7 @@ msgstr "Seçim geri yüklendi" msgid "Sequential Name" msgstr "Sıralı İsim" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Hizmet" @@ -3765,7 +3768,7 @@ msgstr "Oturum Kimliği" msgid "Sessions" msgstr "Oturumlar" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Albüm Kapağı Olarak Ayarla" @@ -3775,15 +3778,15 @@ msgstr "Kapak Resmi Olarak Ayarla" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Ayarlar" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Ayarlar kaydedildi" @@ -3822,7 +3825,7 @@ msgstr "Tüm Etiketleri Göster" msgid "Show all new faces" msgstr "Tüm yeni yüzleri göster" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Başlık Göster" @@ -3910,7 +3913,7 @@ msgstr "Site URL'si" msgid "Size" msgstr "Boyut" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Slayt gösterisi" @@ -3942,7 +3945,7 @@ msgstr "Bazı albümler oluşturulamadı. Lütfen isimleri düzenleyin ve tekrar msgid "Some albums could not be updated" msgstr "Bazı albümler güncellenemedi" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Bir şeyler ters gitti, tekrar deneyin" @@ -4046,7 +4049,7 @@ msgstr "Sokaklar" msgid "Subject" msgstr "Konu" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Konu silindi" @@ -4054,11 +4057,11 @@ msgstr "Konu silindi" msgid "Subject not found" msgstr "Özne bulunamadı" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Konu kaydedildi" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Başarıyla etkinleştirildi" @@ -4071,7 +4074,7 @@ msgstr "Başarıyla Bağlandı" msgid "Successfully deleted" msgstr "Başarıyla silindi" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Başarıyla doğrulandı" @@ -4236,7 +4239,7 @@ msgstr "Token" msgid "Too many files selected" msgstr "Çok fazla dosya seçildi" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Çok fazla istek var" @@ -4292,7 +4295,7 @@ msgstr "Geri al" msgid "Unique ID" msgstr "Benzersiz kimlik" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Yeri bilinmiyor" msgid "Unregistered" msgstr "Kaydedilmemiş" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Sıralanmamış" @@ -4350,7 +4353,7 @@ msgstr "Desteklenmeyen format" msgid "Unsupported type" msgstr "Desteklenmeyen tür" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Yükleme tamamlandı. İndeksleniyor.." msgid "Upload failed" msgstr "Yükleme başarısız" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Yükleme işlemi tamamlandı" @@ -4467,7 +4470,7 @@ msgstr "Yükleniyor…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Bu tür görüntüler içerebilecek yüklemeler otomatik olarak reddedilecektir." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4488,7 +4491,7 @@ msgstr "Kurtarma kodunuzu kullanın veya yardım için bir yöneticiye başvurun #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Kullanıcı" @@ -4523,7 +4526,7 @@ msgstr "Kullanıcı Adı" msgid "Users" msgstr "Kullanıcılar" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Vektörler" msgid "Verification Code" msgstr "Doğrulama kodu" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Doğrulanmış e-posta adresi gereklidir." + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Versiyon" @@ -4561,7 +4568,7 @@ msgstr "Video" msgid "Video Duration" msgstr "Video Süresi" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Devam eden desteğiniz düzenli güncellemeler sağlamamıza ve bağıms msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Özel anların, gezilerin ve yerlerin albümlerini otomatik olarak oluşturmak için kitaplığınız sürekli olarak analiz edilir." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip %d s içinde oluşturuldu" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Yakınlaştır / uzaklaştır" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "İçerik" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Başlık" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/translations.pot b/frontend/src/locales/translations.pot index e592880cf..581e79b91 100644 --- a/frontend/src/locales/translations.pot +++ b/frontend/src/locales/translations.pot @@ -77,15 +77,15 @@ msgstr "" msgid "%{s} is too short" msgstr "" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "" @@ -93,7 +93,7 @@ msgstr "" msgid "%s already exists" msgstr "" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "" @@ -194,10 +194,10 @@ msgid "Account" msgstr "" #: src/component/user/add/dialog.vue:262 -#: src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 +#: src/component/user/add/dialog.vue:277 +#: src/component/user/add/dialog.vue:277 #: src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/locales.js:439 msgid "Account created" msgstr "" @@ -205,7 +205,7 @@ msgstr "" #: src/component/user/remove/dialog.vue:63 #: src/component/user/remove/dialog.vue:63 #: src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "" @@ -223,7 +223,7 @@ msgstr "" msgid "Account restored" msgstr "" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "" @@ -234,7 +234,7 @@ msgstr "" #: src/component/navigation.vue:196 #: src/component/navigation.vue:458 #: src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 +#: src/page/cluster/nodes.vue:91 #: src/page/admin.vue:54 #: src/locales.js:336 msgid "Accounts" @@ -407,7 +407,7 @@ msgid "Adjust Location" msgstr "" #: src/model/cluster-instance.js:28 -#: src/model/cluster-node.js:6 +#: src/options/admin.js:35 #: src/common/util.js:907 #: src/options/auth.js:6 msgid "Admin" @@ -461,7 +461,7 @@ msgstr "" msgid "Album" msgstr "" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "" @@ -469,11 +469,11 @@ msgstr "" msgid "Album Backups" msgstr "" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "" -#: src/locales.js:426 +#: src/locales.js:428 #: src/page/albums.vue:1194 msgid "Album created" msgstr "" @@ -486,11 +486,11 @@ msgstr "" msgid "Album not found" msgstr "" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "" -#: src/app/routes.js:332 +#: src/app/routes.js:341 #: src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 #: src/component/navigation.vue:191 @@ -503,7 +503,7 @@ msgid "Albums" msgstr "" #: src/component/album/clipboard.vue:194 -#: src/locales.js:465 +#: src/locales.js:467 msgid "Albums deleted" msgstr "" @@ -613,7 +613,7 @@ msgstr "" msgid "AM" msgstr "" -#: src/app/routes.js:413 +#: src/app/routes.js:422 #: src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 #: src/component/photo/batch-edit.vue:68 @@ -679,7 +679,7 @@ msgstr "" msgid "Apps and Devices" msgstr "" -#: src/component/lightbox.vue:3203 +#: src/component/lightbox.vue:3219 #: src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" @@ -744,7 +744,7 @@ msgstr "" msgid "Attributes" msgstr "" -#: src/app/routes.js:406 +#: src/app/routes.js:415 #: src/common/util.js:847 #: src/component/navigation.vue:198 #: src/component/navigation.vue:199 @@ -891,7 +891,7 @@ msgstr "" #: src/page/connect.vue:8 #: src/page/connect.vue:8 -#: src/common/notify.js:119 +#: src/common/notify.js:122 #: src/page/connect.vue:8 msgid "Busy, please wait…" msgstr "" @@ -900,7 +900,7 @@ msgstr "" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "" -#: src/app/routes.js:345 +#: src/app/routes.js:354 #: src/component/navigation.vue:390 #: src/options/options.js:263 #: src/page/settings/general.vue:96 @@ -1065,14 +1065,14 @@ msgstr "" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 -#: src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 +#: src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 #: src/page/settings/account.vue:539 #: src/page/settings/account.vue:544 -#: src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 +#: src/component/user/add/dialog.vue:284 +#: src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/page/settings/account.vue:539 @@ -1099,13 +1099,13 @@ msgstr "" #: src/component/user/edit/dialog.vue:507 #: src/component/album/edit/dialog.vue:185 #: src/component/label/edit/dialog.vue:115 -#: src/component/lightbox.vue:3155 +#: src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 #: src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 #: src/component/share/dialog.vue:244 -#: src/locales.js:425 +#: src/locales.js:427 #: src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 #: src/page/settings/advanced.vue:491 @@ -1151,7 +1151,7 @@ msgstr "" msgid "Clear {0}" msgstr "" -#: src/model/cluster-node.js:11 +#: src/options/admin.js:40 #: src/options/auth.js:13 #: src/options/auth.js:43 #: src/options/auth.js:73 @@ -1161,7 +1161,7 @@ msgstr "" #: src/component/user/add/dialog.vue:18 #: src/component/user/edit/dialog.vue:25 #: src/page/admin/sessions.vue:184 -#: src/component/cluster/node/dialog.vue:18 +#: src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/add/dialog.vue:18 @@ -1178,16 +1178,16 @@ msgstr "" #: src/page/admin/sessions.vue:224 #: src/component/album/edit/dialog.vue:19 #: src/component/label/edit/dialog.vue:20 -#: src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 -#: src/component/lightbox.vue:518 +#: src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 +#: src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 #: src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 +#: src/component/photo/batch-edit.vue:18 #: src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 @@ -1214,7 +1214,7 @@ msgstr "" msgid "Close" msgstr "" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "" @@ -1224,7 +1224,7 @@ msgstr "" msgid "Cluster Admin" msgstr "" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "" @@ -1393,7 +1393,7 @@ msgstr "" msgid "Copy" msgstr "" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "" @@ -1454,7 +1454,7 @@ msgstr "" #: src/page/admin/sessions.vue:151 #: src/component/cluster/node/overview.vue:55 #: src/page/admin/sessions.vue:191 -#: src/page/cluster/nodes.vue:167 +#: src/page/cluster/nodes.vue:168 #: src/page/admin/sessions.vue:191 #: src/component/photo/edit/info.vue:196 #: src/component/photo/edit/info.vue:197 @@ -1525,7 +1525,7 @@ msgstr "" #: src/page/admin/users.vue:374 #: src/common/util.js:871 #: src/model/session.js:42 -#: src/model/user.js:284 +#: src/model/user.js:335 #: src/options/auth.js:40 #: src/options/auth.js:41 #: src/options/auth.js:69 @@ -1546,7 +1546,7 @@ msgstr "" #: src/component/user/remove/dialog.vue:22 #: src/component/session/remove/dialog.vue:22 #: src/component/user/remove/dialog.vue:22 -#: src/page/cluster/nodes.vue:107 +#: src/page/cluster/nodes.vue:108 #: src/component/session/remove/dialog.vue:22 #: src/component/user/remove/dialog.vue:22 #: src/component/album/clipboard.vue:68 @@ -1699,10 +1699,10 @@ msgstr "" msgid "Discard unsaved changes?" msgstr "" -#: src/app/routes.js:717 -#: src/app/routes.js:724 -#: src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 +#: src/app/routes.js:733 +#: src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "" @@ -1796,7 +1796,7 @@ msgstr "" #: src/component/album/clipboard.vue:46 #: src/component/album/toolbar.vue:185 #: src/component/file/clipboard.vue:24 -#: src/component/lightbox.vue:1744 +#: src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 #: src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 @@ -1817,7 +1817,7 @@ msgstr "" #: src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 #: src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 +#: src/component/lightbox.vue:3259 #: src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 #: src/component/photo/edit/files.vue:509 @@ -1856,10 +1856,11 @@ msgid "Dynamic Size Limit: %{n}px" msgstr "" #: src/component/cluster/node/users.vue:85 +#: src/page/cluster/nodes.vue:53 #: src/component/album/clipboard.vue:35 #: src/component/album/toolbar.vue:156 -#: src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 +#: src/component/lightbox.vue:1653 +#: src/component/lightbox.vue:1654 #: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 @@ -1961,7 +1962,7 @@ msgstr "" msgid "Enter the code generated by your authenticator app:" msgstr "" -#: src/common/api.js:123 +#: src/common/api.js:126 #: src/locales.js:408 msgid "Enter verification code" msgstr "" @@ -1976,13 +1977,13 @@ msgstr "" #: src/page/connect.vue:14 #: src/page/connect.vue:14 -#: src/component/lightbox.vue:522 +#: src/component/lightbox.vue:527 #: src/page/connect.vue:14 #: src/page/library/errors.vue:361 msgid "Error" msgstr "" -#: src/app/routes.js:533 +#: src/app/routes.js:542 #: src/component/navigation.vue:370 #: src/component/navigation.vue:371 #: src/component/navigation.vue:383 @@ -2088,11 +2089,11 @@ msgstr "" msgid "Failed to load users." msgstr "" -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "" @@ -2113,7 +2114,7 @@ msgstr "" msgid "Failed to save changes" msgstr "" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "" @@ -2155,7 +2156,7 @@ msgstr "" msgid "Favorite" msgstr "" -#: src/app/routes.js:378 +#: src/app/routes.js:387 #: src/component/navigation.vue:310 #: src/options/options.js:261 #: src/page/albums.vue:392 @@ -2181,7 +2182,7 @@ msgstr "" msgid "File" msgstr "" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "" @@ -2189,7 +2190,7 @@ msgstr "" msgid "File Conversion" msgstr "" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "" @@ -2207,7 +2208,7 @@ msgstr "" msgid "File not found" msgstr "" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "" @@ -2222,7 +2223,7 @@ msgstr "" msgid "File too large" msgstr "" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "" @@ -2275,7 +2276,7 @@ msgstr "" msgid "Folder is empty" msgstr "" -#: src/app/routes.js:358 +#: src/app/routes.js:367 #: src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" @@ -2304,8 +2305,8 @@ msgstr "" msgid "Full Access" msgstr "" -#: src/component/lightbox.vue:1594 -#: src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 +#: src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "" @@ -2407,7 +2408,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "" @@ -2416,7 +2417,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "" @@ -2468,11 +2469,11 @@ msgstr "" msgid "Import" msgstr "" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "" @@ -2535,11 +2536,11 @@ msgstr "" msgid "Indexing" msgstr "" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "" @@ -2547,7 +2548,7 @@ msgstr "" msgid "Indexing failed" msgstr "" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "" @@ -2555,12 +2556,12 @@ msgstr "" msgid "Indexing media and sidecar files…" msgstr "" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "" -#: src/component/lightbox.vue:1542 -#: src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 +#: src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "" @@ -2570,8 +2571,8 @@ msgid "Inherit" msgstr "" #: src/component/cluster/node/groups.vue:146 -#: src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 +#: src/options/admin.js:37 +#: src/options/admin.js:38 #: src/locales.js:364 msgid "Instance" msgstr "" @@ -2590,7 +2591,7 @@ msgstr "" #: src/component/navigation.vue:452 #: src/component/user/edit/dialog.vue:27 #: src/page/admin/users.vue:286 -#: src/app/routes.js:247 +#: src/app/routes.js:256 #: src/locales.js:365 msgid "Instances" msgstr "" @@ -2735,12 +2736,12 @@ msgstr "" msgid "Label not found" msgstr "" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "" #: src/component/cluster/node/overview.vue:63 -#: src/app/routes.js:548 +#: src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 #: src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 @@ -2756,7 +2757,7 @@ msgid "Labels" msgstr "" #: src/component/label/clipboard.vue:131 -#: src/locales.js:451 +#: src/locales.js:453 msgid "Labels deleted" msgstr "" @@ -2837,9 +2838,9 @@ msgstr "" msgid "Lens not found" msgstr "" -#: src/app/routes.js:602 -#: src/app/routes.js:618 -#: src/app/routes.js:634 +#: src/app/routes.js:611 +#: src/app/routes.js:627 +#: src/app/routes.js:643 #: src/component/navigation.vue:477 #: src/page/settings/general.vue:289 msgid "Library" @@ -2864,8 +2865,8 @@ msgstr "" msgid "License" msgstr "" -#: src/component/lightbox.vue:1612 -#: src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 +#: src/component/lightbox.vue:1618 msgid "Like" msgstr "" @@ -2902,7 +2903,7 @@ msgstr "" msgid "Live" msgstr "" -#: src/app/routes.js:392 +#: src/app/routes.js:401 #: src/component/navigation.vue:191 #: src/component/navigation.vue:192 #: src/component/navigation.vue:204 @@ -3039,7 +3040,7 @@ msgstr "" msgid "Maximum number of accounts has been reached." msgstr "" -#: src/app/routes.js:385 +#: src/app/routes.js:394 #: src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" @@ -3085,7 +3086,7 @@ msgstr "" msgid "Missing" msgstr "" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "" @@ -3094,7 +3095,7 @@ msgstr "" msgid "mixed" msgstr "" -#: src/app/routes.js:319 +#: src/app/routes.js:328 #: src/component/navigation.vue:417 #: src/options/options.js:264 #: src/page/settings/general.vue:111 @@ -3120,7 +3121,7 @@ msgstr "" msgid "Month" msgstr "" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "" @@ -3138,7 +3139,7 @@ msgstr "" msgid "Move Files" msgstr "" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "" @@ -3146,8 +3147,8 @@ msgstr "" msgid "Must have at least %{n} characters." msgstr "" -#: src/component/lightbox.vue:1561 -#: src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 +#: src/component/lightbox.vue:1567 msgid "Mute" msgstr "" @@ -3155,7 +3156,7 @@ msgstr "" #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 #: src/component/cluster/node/overview.vue:75 -#: src/page/cluster/nodes.vue:154 +#: src/page/cluster/nodes.vue:155 #: src/common/util.js:877 #: src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 @@ -3217,7 +3218,7 @@ msgstr "" msgid "Newest First" msgstr "" -#: src/component/lightbox.vue:521 +#: src/component/lightbox.vue:526 #: src/locales.js:301 msgid "Next" msgstr "" @@ -3372,7 +3373,7 @@ msgstr "" msgid "None" msgstr "" -#: src/component/lightbox.vue:1112 +#: src/component/lightbox.vue:1117 #: src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" @@ -3386,7 +3387,7 @@ msgstr "" msgid "Not available in read-only mode" msgstr "" -#: src/component/lightbox.vue:1109 +#: src/component/lightbox.vue:1114 #: src/locales.js:379 msgid "Not found" msgstr "" @@ -3395,8 +3396,8 @@ msgstr "" msgid "Not sorted." msgstr "" -#: src/component/lightbox.vue:1106 -#: src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 +#: src/component/lightbox.vue:1225 msgid "Not supported" msgstr "" @@ -3472,11 +3473,11 @@ msgstr "" msgid "One album found" msgstr "" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "" @@ -3513,6 +3514,7 @@ msgstr "" #: src/component/cluster/node/overview.vue:38 #: src/component/cluster/node/overview.vue:44 +#: src/page/cluster/nodes.vue:58 #: src/locales.js:209 #: src/locales.js:322 msgid "Open" @@ -3648,7 +3650,7 @@ msgid "Password" msgstr "" #: src/component/settings/password.vue:162 -#: src/locales.js:441 +#: src/locales.js:443 msgid "Password changed" msgstr "" @@ -3661,8 +3663,8 @@ msgstr "" msgid "Payment required" msgstr "" -#: src/app/routes.js:563 -#: src/app/routes.js:587 +#: src/app/routes.js:572 +#: src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 #: src/component/navigation.vue:283 #: src/component/navigation.vue:720 @@ -3682,7 +3684,7 @@ msgstr "" #: src/component/photo/clipboard.vue:303 #: src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "" @@ -3698,7 +3700,7 @@ msgstr "" msgid "Person cover updated" msgstr "" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "" @@ -3708,7 +3710,7 @@ msgstr "" msgid "Person not found" msgstr "" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "" @@ -3730,7 +3732,7 @@ msgstr "" msgid "PhotoPrism+ Membership" msgstr "" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "" @@ -3763,10 +3765,10 @@ msgstr "" msgid "Place & Time" msgstr "" -#: src/app/routes.js:462 -#: src/app/routes.js:468 -#: src/app/routes.js:474 -#: src/app/routes.js:489 +#: src/app/routes.js:471 +#: src/app/routes.js:477 +#: src/app/routes.js:483 +#: src/app/routes.js:498 #: src/component/navigation.vue:346 #: src/component/navigation.vue:726 #: src/options/options.js:262 @@ -3815,7 +3817,7 @@ msgstr "" msgid "Please restart your instance for the changes to take effect." msgstr "" -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "" @@ -3828,7 +3830,7 @@ msgid "PNG Size Limit: %{n}px" msgstr "" #: src/component/cluster/node/groups.vue:150 -#: src/model/cluster-node.js:7 +#: src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "" @@ -3869,7 +3871,7 @@ msgstr "" msgid "Preview Images" msgstr "" -#: src/component/lightbox.vue:520 +#: src/component/lightbox.vue:525 #: src/locales.js:302 msgid "Previous" msgstr "" @@ -3894,7 +3896,7 @@ msgstr "" msgid "Primary" msgstr "" -#: src/app/routes.js:427 +#: src/app/routes.js:436 #: src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 #: src/component/navigation.vue:121 @@ -3909,7 +3911,7 @@ msgstr "" msgid "Private" msgstr "" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "" @@ -4026,7 +4028,7 @@ msgstr "" msgid "Refresh" msgstr "" -#: src/app/routes.js:496 +#: src/app/routes.js:505 #: src/component/navigation.vue:275 #: src/component/navigation.vue:276 #: src/component/navigation.vue:288 @@ -4055,6 +4057,10 @@ msgstr "" msgid "Register" msgstr "" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "" + #: src/component/navigation.vue:422 #: src/component/navigation.vue:672 #: src/component/update.vue:28 @@ -4085,7 +4091,7 @@ msgstr "" msgid "remove failed: unknown album" msgstr "" -#: src/component/lightbox.vue:1699 +#: src/component/lightbox.vue:1704 #: src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "" @@ -4102,12 +4108,12 @@ msgstr "" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "" -#: src/page/cluster/nodes.vue:106 +#: src/page/cluster/nodes.vue:107 #: src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "" -#: src/page/cluster/nodes.vue:268 +#: src/page/cluster/nodes.vue:269 #: src/locales.js:330 msgid "Removed" msgstr "" @@ -4116,7 +4122,7 @@ msgstr "" msgid "Removed %{name}" msgstr "" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "" @@ -4127,7 +4133,7 @@ msgid "Repeated" msgstr "" #: src/common/api.js:103 -#: src/component/lightbox.vue:1216 +#: src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "" @@ -4164,12 +4170,12 @@ msgstr "" #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 #: src/component/user/edit/dialog.vue:323 -#: src/component/lightbox.vue:1729 +#: src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "" @@ -4181,7 +4187,7 @@ msgstr "" msgid "Retype Password" msgstr "" -#: src/app/routes.js:420 +#: src/app/routes.js:429 #: src/component/navigation.vue:113 #: src/component/navigation.vue:114 #: src/component/navigation.vue:126 @@ -4365,8 +4371,8 @@ msgstr "" msgid "Security and Access" msgstr "" -#: src/component/lightbox.vue:1630 -#: src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 +#: src/component/lightbox.vue:1636 msgid "Select" msgstr "" @@ -4414,21 +4420,21 @@ msgstr "" msgid "Selection" msgstr "" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "" #: src/component/photo/clipboard.vue:251 -#: src/locales.js:461 +#: src/locales.js:463 msgid "Selection approved" msgstr "" #: src/component/photo/clipboard.vue:282 -#: src/locales.js:462 +#: src/locales.js:464 msgid "Selection archived" msgstr "" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "" @@ -4437,7 +4443,7 @@ msgid "Selection not found" msgstr "" #: src/component/photo/clipboard.vue:318 -#: src/locales.js:463 +#: src/locales.js:465 msgid "Selection restored" msgstr "" @@ -4445,7 +4451,7 @@ msgstr "" msgid "Sequential Name" msgstr "" -#: src/model/cluster-node.js:10 +#: src/options/admin.js:39 #: src/locales.js:362 msgid "Service" msgstr "" @@ -4484,7 +4490,7 @@ msgstr "" msgid "Sessions" msgstr "" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "" @@ -4496,12 +4502,12 @@ msgstr "" #: src/component/navigation.vue:439 #: src/component/navigation.vue:491 #: src/component/navigation.vue:494 -#: src/app/routes.js:204 -#: src/app/routes.js:651 -#: src/app/routes.js:663 -#: src/app/routes.js:680 -#: src/app/routes.js:693 -#: src/app/routes.js:706 +#: src/app/routes.js:213 +#: src/app/routes.js:660 +#: src/app/routes.js:672 +#: src/app/routes.js:689 +#: src/app/routes.js:702 +#: src/app/routes.js:715 #: src/component/navigation.vue:527 #: src/component/navigation.vue:686 #: src/options/options.js:267 @@ -4513,7 +4519,7 @@ msgstr "" #: src/page/settings/account.vue:533 #: src/page/settings/account.vue:562 #: src/component/settings/passcode.vue:366 -#: src/locales.js:440 +#: src/locales.js:442 #: src/page/settings/account.vue:441 #: src/page/settings/account.vue:470 msgid "Settings saved" @@ -4562,7 +4568,7 @@ msgstr "" msgid "Show all new faces" msgstr "" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "" @@ -4659,8 +4665,8 @@ msgstr "" msgid "Size" msgstr "" -#: src/component/lightbox.vue:1577 -#: src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 +#: src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "" @@ -4694,7 +4700,7 @@ msgstr "" msgid "Some albums could not be updated" msgstr "" -#: src/component/lightbox.vue:1213 +#: src/component/lightbox.vue:1218 #: src/locales.js:374 msgid "Something went wrong, try again" msgstr "" @@ -4808,7 +4814,7 @@ msgstr "" msgid "Subject" msgstr "" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "" @@ -4816,12 +4822,12 @@ msgstr "" msgid "Subject not found" msgstr "" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "" #: src/component/settings/passcode.vue:351 -#: src/locales.js:470 +#: src/locales.js:472 msgid "Successfully activated" msgstr "" @@ -4839,7 +4845,7 @@ msgid "Successfully deleted" msgstr "" #: src/component/settings/passcode.vue:323 -#: src/locales.js:469 +#: src/locales.js:471 msgid "Successfully verified" msgstr "" @@ -5030,7 +5036,7 @@ msgstr "" msgid "Too many files selected" msgstr "" -#: src/common/api.js:125 +#: src/common/api.js:128 #: src/locales.js:422 msgid "Too many requests" msgstr "" @@ -5092,7 +5098,7 @@ msgstr "" msgid "Unique ID" msgstr "" -#: src/model/cluster-node.js:52 +#: src/model/cluster-node.js:47 #: src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 #: src/page/settings/account.vue:261 @@ -5154,7 +5160,7 @@ msgstr "" msgid "Unregistered" msgstr "" -#: src/app/routes.js:371 +#: src/app/routes.js:380 #: src/component/navigation.vue:206 msgid "Unsorted" msgstr "" @@ -5178,7 +5184,7 @@ msgid "Unsupported type" msgstr "" #: src/component/cluster/node/overview.vue:57 -#: src/page/cluster/nodes.vue:168 +#: src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -5280,7 +5286,7 @@ msgstr "" msgid "Upload failed" msgstr "" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "" @@ -5323,7 +5329,7 @@ msgstr "" msgid "Uploads that may contain such images will be rejected automatically." msgstr "" -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "" @@ -5352,7 +5358,7 @@ msgstr "" #: src/page/admin/sessions.vue:138 #: src/page/admin/sessions.vue:292 #: src/locales.js:333 -#: src/model/user.js:399 +#: src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "" @@ -5400,7 +5406,7 @@ msgstr "" msgid "Users" msgstr "" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "" @@ -5427,6 +5433,10 @@ msgstr "" msgid "Verification Code" msgstr "" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "" + #: src/component/cluster/node/overview.vue:29 #: src/locales.js:326 msgid "Version" @@ -5453,7 +5463,7 @@ msgstr "" msgid "Video Duration" msgstr "" -#: src/app/routes.js:399 +#: src/app/routes.js:408 #: src/component/navigation.vue:184 #: src/component/navigation.vue:185 #: src/component/navigation.vue:197 @@ -5681,11 +5691,11 @@ msgstr "" msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "" -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "" @@ -5712,7 +5722,7 @@ msgctxt "Edit" msgid "Content" msgstr "" -#: src/app/routes.js:444 +#: src/app/routes.js:453 #: src/component/navigation.vue:127 #: src/component/navigation.vue:128 #: src/component/navigation.vue:140 @@ -5740,7 +5750,7 @@ msgctxt "Photo" msgid "Title" msgstr "" -#: src/component/lightbox.vue:1714 +#: src/component/lightbox.vue:1719 #: src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" diff --git a/frontend/src/locales/uk.po b/frontend/src/locales/uk.po index de20b71b8..dec6e30f5 100644 --- a/frontend/src/locales/uk.po +++ b/frontend/src/locales/uk.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: \n" "Language: uk\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} занадто довгий" msgid "%{s} is too short" msgstr "%{s} занадто короткий" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d записів додано до %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d записів видалено з %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "%d файлів вивантажено за %d с" @@ -100,7 +100,7 @@ msgstr "%d файлів вивантажено за %d с" msgid "%s already exists" msgstr "%s вже існує" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s було відновлено" @@ -176,14 +176,13 @@ msgstr "Токен доступу" msgid "Account" msgstr "Обліковий запис" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Обліковий запис створено" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Обліковий запис видалено" @@ -199,7 +198,7 @@ msgstr "Обліковий запис не знайдено" msgid "Account restored" msgstr "Обліковий запис відновлено" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Обліковий запис збережено" @@ -207,7 +206,7 @@ msgstr "Обліковий запис збережено" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Рахунки" @@ -343,7 +342,7 @@ msgstr "Налаштувати дату та час" msgid "Adjust Location" msgstr "Налаштувати місце розташування" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Адміністратор" @@ -396,7 +395,7 @@ msgstr "Через два тижні" msgid "Album" msgstr "Альбом" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Альбом %s видалено" @@ -404,11 +403,11 @@ msgstr "Альбом %s видалено" msgid "Album Backups" msgstr "Резервні копії альбомів" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Вміст альбому клоновано" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Альбом створено" @@ -420,11 +419,11 @@ msgstr "Альбом видалено" msgid "Album not found" msgstr "Альбом не знайдено" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Альбом збережено" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "Альбом збережено" msgid "Albums" msgstr "Альбоми" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Альбом видалено" @@ -538,7 +537,7 @@ msgstr "Висота (м)" msgid "AM" msgstr "AM" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "Затвердити та зберегти зміни" msgid "Apps and Devices" msgstr "Програми та пристрої" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Заархівовано" @@ -650,7 +649,7 @@ msgstr "Співвідношення сторін" msgid "Attributes" msgstr "Атрибути" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "Звіт про помилку" msgid "Busy, please try again later" msgstr "Зайнято, спробуйте пізніше" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Система зайнята, будь ласка, зачекайте…" @@ -775,7 +774,7 @@ msgstr "Система зайнята, будь ласка, зачекайте msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Використовуючи програмне забезпечення та послуги, які ми надаємо, ви погоджуєтеся з нашими умовами надання послуг, політикою конфіденційності та кодексом поведінки." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Календар" @@ -897,11 +896,10 @@ msgstr "Змінити позначку приватності" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "Зміни не можливо зберегти" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "Чисто" msgid "Clear {0}" msgstr "Чисто {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Клієнт" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "Клієнт" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "Клієнт" msgid "Close" msgstr "Закрити" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Кластер" @@ -1018,7 +1016,7 @@ msgstr "Кластер" msgid "Cluster Admin" msgstr "Адміністратор кластера" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Кластерний вузол" @@ -1149,7 +1147,7 @@ msgstr "Скопійовано у буфер обміну" msgid "Copy" msgstr "Копія" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Копіюємо файли з %s" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Створіть YAML-файли для резервного копіювання метаданих зображень." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Створено" @@ -1263,7 +1261,7 @@ msgstr "Журнали налагодження" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "Папка за замовчуванням" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "Відкинути недійсні зміни?" msgid "Discard unsaved changes?" msgstr "Відкинути незбережені зміни?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Огляд" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "Готово." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "Завантаження віддалених файлів" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "Динамічний попередній перегляд" msgid "Dynamic Size Limit: %{n}px" msgstr "Обмеження динамічного розміру: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "Введіть назву товару..." msgid "Enter the code generated by your authenticator app:" msgstr "Введіть код, згенерований вашим додатком-автентифікатором:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Введіть код верифікації" @@ -1640,12 +1639,12 @@ msgstr "Введіть пароль для підтвердження дії т msgid "Entity not found" msgstr "Об'єкт не знайдено" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Помилка" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "Не вдалося створити zip-файл" msgid "Failed to load users." msgstr "Не вдалося завантажити користувачів." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Не вдалося видалити маркер для обличчя" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Не вдалося видалити ім'я" @@ -1763,7 +1762,7 @@ msgstr "Не вдалося перезапустити сервер" msgid "Failed to save changes" msgstr "Не вдалося зберегти зміни" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Не вдалося зберегти маркер обличчя" @@ -1796,7 +1795,7 @@ msgstr "Швидко" msgid "Favorite" msgstr "Вибрані" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Вибране" @@ -1818,7 +1817,7 @@ msgstr "Жінка" msgid "File" msgstr "Файл" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Оглядач файлів" @@ -1826,7 +1825,7 @@ msgstr "Оглядач файлів" msgid "File Conversion" msgstr "Перетворення файлів" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Файл видалено" @@ -1842,7 +1841,7 @@ msgstr "Ім'я файлу" msgid "File not found" msgstr "Файл не знайдено" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Файл видалено з стеку" @@ -1855,7 +1854,7 @@ msgstr "Розмір файлу" msgid "File too large" msgstr "Файл занадто великий" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "Файл завантажено" @@ -1901,7 +1900,7 @@ msgstr "Папка містить %{n} файлів" msgid "Folder is empty" msgstr "Папка порожня" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Папки" @@ -1928,7 +1927,7 @@ msgstr "Кадрів" msgid "Full Access" msgstr "Повний доступ" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Повний екран" @@ -2013,7 +2012,7 @@ msgstr "Допомога і Підтримка" msgid "Hidden" msgstr "Приховані" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Приховані файли" @@ -2021,7 +2020,7 @@ msgstr "Приховані файли" msgid "Hide" msgstr "Приховати" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Приховати підпис" @@ -2068,11 +2067,11 @@ msgstr "Якість зображення" msgid "Import" msgstr "Імпортувати" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Імпортування скасовано" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Імпортування тривало %d с" @@ -2130,11 +2129,11 @@ msgstr "Індекс" msgid "Indexing" msgstr "Індексування" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Індексування скасовано" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Індексування тривало %d с" @@ -2142,7 +2141,7 @@ msgstr "Індексування тривало %d с" msgid "Indexing failed" msgstr "Індексування не вдалось" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Індексуємо файли в %s" @@ -2150,11 +2149,11 @@ msgstr "Індексуємо файли в %s" msgid "Indexing media and sidecar files…" msgstr "Індексування мультимедійних і файлів додаткової інформації…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Індексуємо оригінали..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Інформація" @@ -2163,8 +2162,8 @@ msgstr "Інформація" msgid "Inherit" msgstr "Успадковувати" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Примірник" @@ -2178,7 +2177,7 @@ msgstr "Не вдається підключитися до екземпляра #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Екземпляри" @@ -2300,11 +2299,11 @@ msgstr "Мітка" msgid "Label not found" msgstr "Мітку не знайдено" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Мітку збережено" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "Мітку збережено" msgid "Labels" msgstr "Мітки" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Мітки видалено" @@ -2382,7 +2381,7 @@ msgstr "Об'єктив" msgid "Lens not found" msgstr "Об'єктив не знайдено" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Бібліотека" @@ -2399,7 +2398,7 @@ msgstr "Бібліотека" msgid "License" msgstr "Ліцензія" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Вподобання" @@ -2430,7 +2429,7 @@ msgstr "Перегляд списку" msgid "Live" msgstr "Live фото" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "Маркер" msgid "Maximum number of accounts has been reached." msgstr "Досягнуто максимальної кількості акаунтів." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Медіа" @@ -2585,7 +2584,7 @@ msgstr "Мінімізувати" msgid "Missing" msgstr "Відсутнє" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Відсутня або невірна конфігурація" @@ -2593,7 +2592,7 @@ msgstr "Відсутня або невірна конфігурація" msgid "mixed" msgstr "змішаний" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Моменти" @@ -2611,7 +2610,7 @@ msgstr "Монохромні" msgid "Month" msgstr "Місяць" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Більше можливостей" @@ -2627,7 +2626,7 @@ msgstr "Найбільш актуальні" msgid "Move Files" msgstr "Перемістити файли" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Переносимо файли з %s" @@ -2635,14 +2634,14 @@ msgstr "Переносимо файли з %s" msgid "Must have at least %{n} characters." msgstr "Повинно містити не менше %{n} символів." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Вимкнути звук." #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "Новий пароль" msgid "Newest First" msgstr "Спочатку найновіші" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Далі" @@ -2828,7 +2827,7 @@ msgstr "Нефотографічні та низькоякісні зображ msgid "None" msgstr "Жодного" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Не можна" @@ -2841,7 +2840,7 @@ msgstr "Недоступно в публічному режимі" msgid "Not available in read-only mode" msgstr "не доступно в режимі \"тільки читання\"" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Не знайдено" @@ -2849,7 +2848,7 @@ msgstr "Не знайдено" msgid "Not sorted." msgstr "Не відсортовано." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Не підтримується" @@ -2914,11 +2913,11 @@ msgstr "Раз на тиждень" msgid "One album found" msgstr "Один альбом знайдено" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Один запис додано до %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Один запис видалено з %s" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Лише локально керовані облікові записи можна налаштувати для автентифікації за допомогою 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Відкрито" @@ -3059,7 +3058,7 @@ msgstr "Частина вибраних фотографій" msgid "Password" msgstr "Пароль" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "Пароль змінено" @@ -3071,7 +3070,7 @@ msgstr "Пауза" msgid "Payment required" msgstr "Необхідно здійснити оплату" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Люди, з котрими ви поділилися посиланням, зможуть переглядати загальнодоступний вміст." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Остаточно видалено" @@ -3103,7 +3102,7 @@ msgstr "Людина" msgid "Person cover updated" msgstr "Оновлена обкладинка персоналії" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Людина видалена" @@ -3112,7 +3111,7 @@ msgstr "Людина видалена" msgid "Person not found" msgstr "Особистість не знайдена" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Людина збережена" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism на 100% самофінансується та є незал msgid "PhotoPrism+ Membership" msgstr "Членство в PhotoPrism+" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Фотографії" @@ -3162,8 +3161,8 @@ msgstr "Місце" msgid "Place & Time" msgstr "Місце і час" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "Зверніть увагу, що зміна пароля призвед msgid "Please restart your instance for the changes to take effect." msgstr "Будь ласка, перезапустіть ваш екземпляр, щоб зміни набули чинності." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Будь ласка, зачекайте…" @@ -3218,7 +3217,7 @@ msgstr "ПРЕМ'ЄР-МІНІСТР" msgid "PNG Size Limit: %{n}px" msgstr "Обмеження розміру PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Портал" @@ -3258,7 +3257,7 @@ msgstr "Попередній перегляд" msgid "Preview Images" msgstr "Попередній перегляд зображень" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Попередні" @@ -3279,7 +3278,7 @@ msgstr "Попереднє зображення" msgid "Primary" msgstr "Первинний" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "Первинний" msgid "Private" msgstr "Приватний" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Обробка завантаження..." @@ -3389,7 +3388,7 @@ msgstr "Червоний" msgid "Refresh" msgstr "Оновити" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "Регіони" msgid "Register" msgstr "Зареєструватися" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Реєстрацію вимкнено" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "Видалити" msgid "remove failed: unknown album" msgstr "не вдалося видалити: невідомий альбом" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Видалити з альбому" @@ -3447,11 +3450,11 @@ msgstr "Видалити з усіх вибраних фотографій" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Вилучіть імпортовані файли, щоб заощадити пам’ять. Непідтримувані типи файлів ніколи не будуть видалені, вони залишаться в поточному місці." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Видалити вибраний екземпляр з реєстру кластера?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "Видалено" @@ -3459,7 +3462,7 @@ msgstr "Видалено" msgid "Removed %{name}" msgstr "Видалено %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Видалено %d файлів та %d фотографій" @@ -3468,7 +3471,7 @@ msgstr "Видалено %d файлів та %d фотографій" msgid "Repeated" msgstr "Повторюється" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Запит не виконано - ви не в мережі?" @@ -3499,12 +3502,12 @@ msgstr "Перезавантажити" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Відновити" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Відновлено" @@ -3516,7 +3519,7 @@ msgstr "Ліміт повторних спроб" msgid "Retype Password" msgstr "Введіть пароль повторно" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "Таємний" msgid "Security and Access" msgstr "Безпека та доступ" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Вибрати" @@ -3707,19 +3710,19 @@ msgstr "Виберіть час" msgid "Selection" msgstr "Вибір" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Вибір додано до %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Вибір затверджено" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Вибране заархівовано" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Вибіране позначено як приватне" @@ -3727,7 +3730,7 @@ msgstr "Вибіране позначено як приватне" msgid "Selection not found" msgstr "Вибір не знайдено" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Вибране відновлено" @@ -3735,7 +3738,7 @@ msgstr "Вибране відновлено" msgid "Sequential Name" msgstr "Послідовне ім'я" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Сервіс" @@ -3765,7 +3768,7 @@ msgstr "Ідентифікатор сеансу" msgid "Sessions" msgstr "Сесії" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Встановити як обкладинку альбому" @@ -3775,15 +3778,15 @@ msgstr "Встановити як зображення обкладинки" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Налаштування" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Налаштування збережено" @@ -3822,7 +3825,7 @@ msgstr "Показати всі ярлики" msgid "Show all new faces" msgstr "Показати всі нові обличчя" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Показати підпис" @@ -3910,7 +3913,7 @@ msgstr "URL-адреса сайту" msgid "Size" msgstr "Розмір" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Слайд-шоу" @@ -3942,7 +3945,7 @@ msgstr "Деякі альбоми не вдалося створити. Будь msgid "Some albums could not be updated" msgstr "Деякі альбоми не вдалося оновити" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Щось пішло не так, спробуйте ще раз" @@ -4046,7 +4049,7 @@ msgstr "Вулиці" msgid "Subject" msgstr "Тема" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Тема видалена" @@ -4054,11 +4057,11 @@ msgstr "Тема видалена" msgid "Subject not found" msgstr "Тема не знайдена" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Тема збережена" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Активація успішна" @@ -4071,7 +4074,7 @@ msgstr "Успішно підключено" msgid "Successfully deleted" msgstr "Успішно видалено" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Верифікація успішна" @@ -4236,7 +4239,7 @@ msgstr "Токен" msgid "Too many files selected" msgstr "Вибрано занадто багато файлів" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "Занадто багато запитів" @@ -4292,7 +4295,7 @@ msgstr "Відмінити" msgid "Unique ID" msgstr "Унікальний ідентифікатор" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "Місцезнаходження невідоме" msgid "Unregistered" msgstr "Незареєстрований" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Невідсортовані" @@ -4350,7 +4353,7 @@ msgstr "Непідтримуваний формат" msgid "Unsupported type" msgstr "Непідтримуваний тип" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "Вивантаження завершено. Індексація…" msgid "Upload failed" msgstr "Помилка вивантаження" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Завантаження оброблено" @@ -4467,7 +4470,7 @@ msgstr "Вивантаження…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Вивантаження, які можуть містити такі зображення, автоматично відхилятимуться." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL-адреса" @@ -4488,7 +4491,7 @@ msgstr "Скористайтеся кодом відновлення або зв #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Користувач" @@ -4523,7 +4526,7 @@ msgstr "Ім'я користувача" msgid "Users" msgstr "Користувачі" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "Вектори" msgid "Verification Code" msgstr "Код підтвердження" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Потрібна підтверджена електронна адреса" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Версія" @@ -4561,7 +4568,7 @@ msgstr "Відео" msgid "Video Duration" msgstr "Тривалість відео" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "Ваша постійна підтримка допомагає нам msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Ваша бібліотека постійно аналізується, щоб автоматично створювати альбоми особливих моментів, подорожей і місць." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip створено за %d с" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Збільшити/зменшити" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "Зміст" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "Заголовок" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/vi.po b/frontend/src/locales/vi.po index e46f1da69..be205dc7a 100644 --- a/frontend/src/locales/vi.po +++ b/frontend/src/locales/vi.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language: vi\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -81,15 +81,15 @@ msgstr "%{s} quá dài" msgid "%{s} is too short" msgstr "%{s} quá ngắn" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "Các mục %d được thêm vào %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "Các mục %d đã bị xóa khỏi %s" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "Các tệp %d được tải lên trong %d giây" @@ -97,7 +97,7 @@ msgstr "Các tệp %d được tải lên trong %d giây" msgid "%s already exists" msgstr "%s đã tồn tại" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s đã được khôi phục" @@ -173,14 +173,13 @@ msgstr "Truy cập thẻ" msgid "Account" msgstr "Tài khoản" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "Tài khoản đã được tạo" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "Tài khoản đã bị xóa" @@ -196,7 +195,7 @@ msgstr "Tài khoản không được tìm thấy" msgid "Account restored" msgstr "Tài khoản đã được khôi phục" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "Đã lưu tài khoản" @@ -204,7 +203,7 @@ msgstr "Đã lưu tài khoản" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "Tài khoản" @@ -340,7 +339,7 @@ msgstr "Điều chỉnh ngày và giờ" msgid "Adjust Location" msgstr "Điều chỉnh vị trí" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "Quản trị viên" @@ -393,7 +392,7 @@ msgstr "Sau hai tuần" msgid "Album" msgstr "Album" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "Album %s đã bị xóa" @@ -401,11 +400,11 @@ msgstr "Album %s đã bị xóa" msgid "Album Backups" msgstr "Sao lưu album" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "Nội dung album được sao chép" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "Đã tạo album" @@ -417,11 +416,11 @@ msgstr "Album đã xóa" msgid "Album not found" msgstr "Không tìm thấy album" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "Đã lưu album" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -429,7 +428,7 @@ msgstr "Đã lưu album" msgid "Albums" msgstr "Tập ảnh" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "Album đã bị xóa" @@ -535,7 +534,7 @@ msgstr "Độ cao (m)" msgid "AM" msgstr "LÀ" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -589,7 +588,7 @@ msgstr "Phê duyệt và lưu thay đổi" msgid "Apps and Devices" msgstr "Ứng dụng và thiết bị" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "Đã lưu trữ" @@ -647,7 +646,7 @@ msgstr "Tỷ lệ khung hình" msgid "Attributes" msgstr "Thuộc tính" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -764,7 +763,7 @@ msgstr "Báo cáo lỗi" msgid "Busy, please try again later" msgstr "Đang bận, vui lòng thử lại sau" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "Đang bận, vui lòng đợi…" @@ -772,7 +771,7 @@ msgstr "Đang bận, vui lòng đợi…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "Bằng cách sử dụng phần mềm và dịch vụ chúng tôi cung cấp, bạn đồng ý với các điều khoản dịch vụ, chính sách quyền riêng tư và quy tắc ứng xử của chúng tôi." -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "Lịch" @@ -894,11 +893,10 @@ msgstr "Thay đổi cờ riêng tư" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -918,11 +916,11 @@ msgstr "Không thể lưu các thay đổi" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -964,13 +962,13 @@ msgstr "Xóa" msgid "Clear {0}" msgstr "Xóa {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "Khách hàng" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -980,14 +978,14 @@ msgstr "Khách hàng" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1006,7 +1004,7 @@ msgstr "Khách hàng" msgid "Close" msgstr "Đóng" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "Cụm" @@ -1015,7 +1013,7 @@ msgstr "Cụm" msgid "Cluster Admin" msgstr "Quản trị viên cụm" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "Nút cụm" @@ -1146,7 +1144,7 @@ msgstr "Sao chép vào clipboard" msgid "Copy" msgstr "Sao chép" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "Sao chép tập tin từ %s" @@ -1201,7 +1199,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "Tạo các tệp sidecar YAML để sao lưu siêu dữ liệu hình ảnh." #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "Tạo" @@ -1260,7 +1258,7 @@ msgstr "Nhật ký gỡ lỗi" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1272,7 +1270,7 @@ msgid "Default Folder" msgstr "Thư mục mặc định" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1413,8 +1411,8 @@ msgstr "Bỏ qua những thay đổi không hợp lệ nhé?" msgid "Discard unsaved changes?" msgstr "Bỏ qua những thay đổi chưa được lưu nhé?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "Phát hiện" @@ -1483,7 +1481,7 @@ msgid "Done." msgstr "Xong." #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1500,7 +1498,7 @@ msgstr "Tải tập tin từ xa" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1534,9 +1532,10 @@ msgstr "Xem trước động" msgid "Dynamic Size Limit: %{n}px" msgstr "Giới hạn kích thước động: %{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1625,7 +1624,7 @@ msgstr "Nhập tên mục..." msgid "Enter the code generated by your authenticator app:" msgstr "Nhập mã được tạo bởi ứng dụng xác thực của bạn:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "Nhập mã xác nhận" @@ -1637,12 +1636,12 @@ msgstr "Nhập mật khẩu của bạn để xác nhận hành động và ti msgid "Entity not found" msgstr "Không tìm thấy thực thể" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "Lỗi" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1736,11 +1735,11 @@ msgstr "Không tạo được tệp zip" msgid "Failed to load users." msgstr "Không tải được danh sách người dùng." -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "Không thể xóa điểm đánh dấu khuôn mặt" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "Không thể xóa tên" @@ -1760,7 +1759,7 @@ msgstr "Không thể khởi động lại máy chủ" msgid "Failed to save changes" msgstr "Không thể lưu các thay đổi" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "Không lưu được điểm đánh dấu khuôn mặt" @@ -1793,7 +1792,7 @@ msgstr "Nhanh" msgid "Favorite" msgstr "Yêu thích" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "Yêu thích" @@ -1815,7 +1814,7 @@ msgstr "Nữ giới" msgid "File" msgstr "Tài liệu" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "Trình duyệt tệp" @@ -1823,7 +1822,7 @@ msgstr "Trình duyệt tệp" msgid "File Conversion" msgstr "Chuyển đổi tập tin" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "Đã xóa tệp" @@ -1839,7 +1838,7 @@ msgstr "Tên tệp" msgid "File not found" msgstr "Không tìm thấy tập tin" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "Đã xóa tệp khỏi ngăn xếp" @@ -1852,7 +1851,7 @@ msgstr "Kích thước tập tin" msgid "File too large" msgstr "Tệp quá lớn" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "File đã được tải lên" @@ -1898,7 +1897,7 @@ msgstr "Thư mục chứa tệp %{n}" msgid "Folder is empty" msgstr "Tệp này rỗng" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "Thư mục" @@ -1925,7 +1924,7 @@ msgstr "Khung" msgid "Full Access" msgstr "Toàn quyền truy cập" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "Toàn màn hình" @@ -2010,7 +2009,7 @@ msgstr "Trợ giúp & Hỗ trợ" msgid "Hidden" msgstr "Ẩn giấu" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "Các tệp ẩn" @@ -2018,7 +2017,7 @@ msgstr "Các tệp ẩn" msgid "Hide" msgstr "Trốn" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "Ẩn chú thích" @@ -2065,11 +2064,11 @@ msgstr "Chất lượng hình ảnh" msgid "Import" msgstr "Nhập khẩu" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "Đã hủy nhập" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "Quá trình nhập hoàn tất sau %d giây" @@ -2127,11 +2126,11 @@ msgstr "Mục lục" msgid "Indexing" msgstr "Lập chỉ mục" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "Đã hủy lập chỉ mục" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "Việc lập chỉ mục hoàn tất sau %d giây" @@ -2139,7 +2138,7 @@ msgstr "Việc lập chỉ mục hoàn tất sau %d giây" msgid "Indexing failed" msgstr "Lập chỉ mục không thành công" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "Lập chỉ mục các tệp trong %s" @@ -2147,11 +2146,11 @@ msgstr "Lập chỉ mục các tệp trong %s" msgid "Indexing media and sidecar files…" msgstr "Lập chỉ mục các tập tin media và sidecar…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "Lập chỉ mục bản gốc..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "Thông tin" @@ -2160,8 +2159,8 @@ msgstr "Thông tin" msgid "Inherit" msgstr "Kế thừa" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "Ví dụ" @@ -2175,7 +2174,7 @@ msgstr "Không thể kết nối với máy chủ. Hãy thử lại khi máy ch #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "Các trường hợp" @@ -2297,11 +2296,11 @@ msgstr "Nhãn" msgid "Label not found" msgstr "Không tìm thấy nhãn" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "Đã lưu nhãn" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2313,7 +2312,7 @@ msgstr "Đã lưu nhãn" msgid "Labels" msgstr "Nhãn" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "Đã xóa nhãn" @@ -2379,7 +2378,7 @@ msgstr "Ống kính" msgid "Lens not found" msgstr "Không tìm thấy ống kính" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "Thư viện" @@ -2396,7 +2395,7 @@ msgstr "Thư viện" msgid "License" msgstr "Giấy phép" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "Thích" @@ -2427,7 +2426,7 @@ msgstr "Xem danh sách" msgid "Live" msgstr "Sống" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2541,7 +2540,7 @@ msgstr "Đánh dấu" msgid "Maximum number of accounts has been reached." msgstr "Đã đạt đến số lượng tài khoản tối đa." -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "Media" @@ -2582,7 +2581,7 @@ msgstr "Giảm thiểu" msgid "Missing" msgstr "Mất tích" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "Cấu hình bị thiếu hoặc không hợp lệ" @@ -2590,7 +2589,7 @@ msgstr "Cấu hình bị thiếu hoặc không hợp lệ" msgid "mixed" msgstr "hỗn hợp" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "Khoảnh khắc" @@ -2608,7 +2607,7 @@ msgstr "Đơn sắc" msgid "Month" msgstr "Tháng" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "Thêm tùy chọn" @@ -2624,7 +2623,7 @@ msgstr "Liên quan nhất" msgid "Move Files" msgstr "Di chuyển tập tin" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "Di chuyển tệp từ %s" @@ -2632,14 +2631,14 @@ msgstr "Di chuyển tệp từ %s" msgid "Must have at least %{n} characters." msgstr "Phải có ít nhất %{n} ký tự." -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "Tắt tiếng" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2688,7 +2687,7 @@ msgstr "mật khẩu mới" msgid "Newest First" msgstr "Mới nhất đầu tiên" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "Kế tiếp" @@ -2825,7 +2824,7 @@ msgstr "Hình ảnh không phải ảnh và chất lượng thấp cần đượ msgid "None" msgstr "Không có" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "Không được phép" @@ -2838,7 +2837,7 @@ msgstr "Không khả dụng ở chế độ công khai" msgid "Not available in read-only mode" msgstr "Không khả dụng ở chế độ chỉ đọc" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "Không tìm thấy" @@ -2846,7 +2845,7 @@ msgstr "Không tìm thấy" msgid "Not sorted." msgstr "Chưa được sắp xếp." -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "Không được hỗ trợ" @@ -2911,11 +2910,11 @@ msgstr "Mỗi tuần một lần" msgid "One album found" msgstr "Đã tìm thấy một album" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "Đã thêm một mục vào %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "Đã xóa một mục khỏi %s" @@ -2949,8 +2948,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "Chỉ những tài khoản được quản lý cục bộ mới có thể được thiết lập để xác thực bằng 2FA." #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "Mở" @@ -3056,7 +3055,7 @@ msgstr "Một số bức ảnh được chọn lọc" msgid "Password" msgstr "Mật khẩu" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "mật khẩu đã được thay đổi" @@ -3068,7 +3067,7 @@ msgstr "Tạm dừng" msgid "Payment required" msgstr "Cần thanh toán" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3084,7 +3083,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "Những người được bạn chia sẻ liên kết sẽ có thể xem nội dung công khai." #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "Đã xóa vĩnh viễn" @@ -3100,7 +3099,7 @@ msgstr "Người" msgid "Person cover updated" msgstr "Bìa người đã được cập nhật" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "Người đã bị xóa" @@ -3109,7 +3108,7 @@ msgstr "Người đã bị xóa" msgid "Person not found" msgstr "Không tìm thấy người" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "Người đã được cứu" @@ -3129,7 +3128,7 @@ msgstr "PhotoPrism được tự tài trợ 100% và độc lập." msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ Tư cách thành viên" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "Ảnh" @@ -3159,8 +3158,8 @@ msgstr "Địa điểm" msgid "Place & Time" msgstr "Địa điểm & Thời gian" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3203,7 +3202,7 @@ msgstr "Xin lưu ý rằng việc thay đổi mật khẩu sẽ khiến bạn đ msgid "Please restart your instance for the changes to take effect." msgstr "Vui lòng khởi động lại phiên bản của bạn để những thay đổi có hiệu lực." -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "Vui lòng chờ…" @@ -3215,7 +3214,7 @@ msgstr "Thủ tướng" msgid "PNG Size Limit: %{n}px" msgstr "Giới hạn kích thước PNG: %{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "Cổng thông tin" @@ -3255,7 +3254,7 @@ msgstr "Xem trước" msgid "Preview Images" msgstr "Xem trước hình ảnh" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "Trước" @@ -3276,7 +3275,7 @@ msgstr "Hình ảnh trước đó" msgid "Primary" msgstr "Sơ đẳng" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3286,7 +3285,7 @@ msgstr "Sơ đẳng" msgid "Private" msgstr "Riêng tư" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "Đang xử lý tải lên..." @@ -3386,7 +3385,7 @@ msgstr "Màu đỏ" msgid "Refresh" msgstr "Làm cho khỏe lại" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3401,6 +3400,10 @@ msgstr "Các vùng" msgid "Register" msgstr "Đăng ký" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "Đăng ký bị vô hiệu hóa" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3428,7 +3431,7 @@ msgstr "Di dời" msgid "remove failed: unknown album" msgstr "xóa không thành công: album không xác định" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "Xóa khỏi album" @@ -3444,11 +3447,11 @@ msgstr "Xóa khỏi tất cả các bức ảnh đã chọn" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "Xóa các tập tin đã nhập để tiết kiệm dung lượng. Các loại tệp không được hỗ trợ sẽ không bao giờ bị xóa, chúng vẫn ở vị trí hiện tại." -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "Xóa phiên bản đã chọn khỏi sổ đăng ký cụm?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "LOẠI BỎ" @@ -3456,7 +3459,7 @@ msgstr "LOẠI BỎ" msgid "Removed %{name}" msgstr "Đã xóa %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "Đã xóa tệp %d và ảnh %d" @@ -3465,7 +3468,7 @@ msgstr "Đã xóa tệp %d và ảnh %d" msgid "Repeated" msgstr "Lặp lại" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "Yêu cầu không thành công - bạn đang ngoại tuyến phải không?" @@ -3496,12 +3499,12 @@ msgstr "Khởi động lại" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "Khôi phục" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "Đã khôi phục" @@ -3513,7 +3516,7 @@ msgstr "Giới hạn thử lại" msgid "Retype Password" msgstr "Gõ lại mật khẩu" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3657,7 +3660,7 @@ msgstr "Bí mật" msgid "Security and Access" msgstr "Bảo mật và truy cập" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "Lựa chọn" @@ -3704,19 +3707,19 @@ msgstr "Chọn thời gian" msgid "Selection" msgstr "Lựa chọn" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "Đã thêm lựa chọn vào %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "Lựa chọn đã được phê duyệt" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "Đã lưu trữ lựa chọn" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "Lựa chọn được đánh dấu là riêng tư" @@ -3724,7 +3727,7 @@ msgstr "Lựa chọn được đánh dấu là riêng tư" msgid "Selection not found" msgstr "Không tìm thấy lựa chọn" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "Đã khôi phục lựa chọn" @@ -3732,7 +3735,7 @@ msgstr "Đã khôi phục lựa chọn" msgid "Sequential Name" msgstr "Tên tuần tự" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "Dịch vụ" @@ -3762,7 +3765,7 @@ msgstr "ID phiên" msgid "Sessions" msgstr "Phiên" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "Đặt làm Bìa Album" @@ -3772,15 +3775,15 @@ msgstr "Đặt làm Ảnh bìa" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "Cài đặt" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "Đã lưu cài đặt" @@ -3819,7 +3822,7 @@ msgstr "Hiển thị tất cả nhãn" msgid "Show all new faces" msgstr "Hiển thị tất cả các khuôn mặt mới" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "Hiển thị chú thích" @@ -3907,7 +3910,7 @@ msgstr "URL trang web" msgid "Size" msgstr "Kích cỡ" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "Trình chiếu" @@ -3939,7 +3942,7 @@ msgstr "Không thể tạo một số album. Vui lòng chỉnh sửa tên và th msgid "Some albums could not be updated" msgstr "Một số album không thể cập nhật" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "Đã xảy ra lỗi, hãy thử lại" @@ -4043,7 +4046,7 @@ msgstr "Đường phố" msgid "Subject" msgstr "Chủ thể" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "Chủ đề đã bị xóa" @@ -4051,11 +4054,11 @@ msgstr "Chủ đề đã bị xóa" msgid "Subject not found" msgstr "Không tìm thấy chủ đề" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "Đã lưu chủ đề" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "Đã kích hoạt thành công" @@ -4068,7 +4071,7 @@ msgstr "Kết nối thành công" msgid "Successfully deleted" msgstr "Đã xóa thành công" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "Đã xác minh thành công" @@ -4233,7 +4236,7 @@ msgstr "Mã thông báo" msgid "Too many files selected" msgstr "Đã chọn quá nhiều tệp" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "quá nhiều yêu cầu" @@ -4289,7 +4292,7 @@ msgstr "Hoàn tác" msgid "Unique ID" msgstr "ID duy nhất" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4326,7 +4329,7 @@ msgstr "Vị trí không rõ" msgid "Unregistered" msgstr "Chưa đăng ký" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "Chưa sắp xếp" @@ -4347,7 +4350,7 @@ msgstr "Định dạng không được hỗ trợ" msgid "Unsupported type" msgstr "Loại không được hỗ trợ" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4424,7 +4427,7 @@ msgstr "Tải lên hoàn tất. Lập chỉ mục…" msgid "Upload failed" msgstr "Tải lên không thành công" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "Tải lên đã được xử lý" @@ -4464,7 +4467,7 @@ msgstr "Đang tải lên…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "Những tải lên có thể chứa những hình ảnh như vậy sẽ tự động bị từ chối." -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4485,7 +4488,7 @@ msgstr "Sử dụng mã khôi phục của bạn hoặc liên hệ với quản #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "Người dùng" @@ -4520,7 +4523,7 @@ msgstr "tên tài khoản" msgid "Users" msgstr "Người dùng" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4541,6 +4544,10 @@ msgstr "Vectơ" msgid "Verification Code" msgstr "Mã xác nhận" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "Cần có email đã được xác minh." + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "Phiên bản" @@ -4558,7 +4565,7 @@ msgstr "Băng hình" msgid "Video Duration" msgstr "Thời lượng video" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4744,11 +4751,11 @@ msgstr "Sự hỗ trợ liên tục của bạn giúp chúng tôi cung cấp th msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "Thư viện của bạn được phân tích liên tục để tự động tạo album về những khoảnh khắc, chuyến đi và địa điểm đặc biệt." -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip được tạo trong %d giây" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "Phóng to / thu nhỏ" @@ -4767,7 +4774,7 @@ msgctxt "Edit" msgid "Content" msgstr "Nội dung" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4789,7 +4796,7 @@ msgctxt "Photo" msgid "Title" msgstr "Tiêu đề" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/zh.po b/frontend/src/locales/zh.po index 125dc988e..f4d05a053 100644 --- a/frontend/src/locales/zh.po +++ b/frontend/src/locales/zh.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Chinese (Simplified) \n" "Language: zh\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} 太长" msgid "%{s} is too short" msgstr "%{s}太短" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d 个条目已添加到 %s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d 个条目已从 %s 移除" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "已上传 %d 个文件,耗时 %d 秒" @@ -100,7 +100,7 @@ msgstr "已上传 %d 个文件,耗时 %d 秒" msgid "%s already exists" msgstr "%s 已存在" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s 已恢复" @@ -176,14 +176,13 @@ msgstr "访问令牌" msgid "Account" msgstr "账户" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "账户已创建" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "账户已删除" @@ -199,7 +198,7 @@ msgstr "账户未找到" msgid "Account restored" msgstr "账户已恢复" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "账户已保存" @@ -207,7 +206,7 @@ msgstr "账户已保存" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "账户" @@ -343,7 +342,7 @@ msgstr "调整日期和时间" msgid "Adjust Location" msgstr "调整位置" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "管理员" @@ -396,7 +395,7 @@ msgstr "两周后" msgid "Album" msgstr "相册" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "相册 %s 已删除" @@ -404,11 +403,11 @@ msgstr "相册 %s 已删除" msgid "Album Backups" msgstr "相册备份" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "相册内容已复制" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "相册已创建" @@ -420,11 +419,11 @@ msgstr "相册已删除" msgid "Album not found" msgstr "相册未找到" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "相册已保存" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "相册已保存" msgid "Albums" msgstr "相册" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "相册已删除" @@ -538,7 +537,7 @@ msgstr "海拔(米)" msgid "AM" msgstr "上午" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "批准并保存更改" msgid "Apps and Devices" msgstr "应用程序和设备" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "已归档" @@ -650,7 +649,7 @@ msgstr "长宽比" msgid "Attributes" msgstr "属性" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "上报问题" msgid "Busy, please try again later" msgstr "忙碌中,请稍后重试" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "正在忙碌,请稍候…" @@ -775,7 +774,7 @@ msgstr "正在忙碌,请稍候…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "通过使用我们提供的软件和服务,您同意我们的服务条款、隐私政策和行为准则。" -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "日历" @@ -897,11 +896,10 @@ msgstr "更改私有标记" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "无法保存变更" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "清晰" msgid "Clear {0}" msgstr "清除 {0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "客户" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "客户" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "客户" msgid "Close" msgstr "关闭" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "群组" @@ -1018,7 +1016,7 @@ msgstr "群组" msgid "Cluster Admin" msgstr "集群管理员" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "集群节点" @@ -1149,7 +1147,7 @@ msgstr "已复制到剪贴板" msgid "Copy" msgstr "复制" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "从 %s 中复制文件" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "创建 YAML sidecar 文件来备份图片元数据。" #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "已创建" @@ -1263,7 +1261,7 @@ msgstr "调试日志" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "默认文件夹" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "丢弃无效更改?" msgid "Discard unsaved changes?" msgstr "丢弃未保存的更改?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "探索" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "完成。" #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "下载远端文件" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "动态预览" msgid "Dynamic Size Limit: %{n}px" msgstr "动态尺寸限制:%{n}px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "输入项目名称..." msgid "Enter the code generated by your authenticator app:" msgstr "输入验证程序生成的代码:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "输入验证码" @@ -1640,12 +1639,12 @@ msgstr "输入您的密码确认操作并继续:" msgid "Entity not found" msgstr "实体未找到" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "错误" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "创建压缩文件失败" msgid "Failed to load users." msgstr "无法加载用户。" -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "未能移除面部标记" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "移除名称失败" @@ -1763,7 +1762,7 @@ msgstr "无法重启服务器" msgid "Failed to save changes" msgstr "保存更改失败" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "面子标记失败" @@ -1796,7 +1795,7 @@ msgstr "快" msgid "Favorite" msgstr "收藏" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "收藏" @@ -1818,7 +1817,7 @@ msgstr "女" msgid "File" msgstr "文件" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "文件浏览器" @@ -1826,7 +1825,7 @@ msgstr "文件浏览器" msgid "File Conversion" msgstr "文件转换" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "文件已删除" @@ -1842,7 +1841,7 @@ msgstr "文件名" msgid "File not found" msgstr "文件未找到" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "文件已从堆中移除" @@ -1855,7 +1854,7 @@ msgstr "文件大小" msgid "File too large" msgstr "文件过大" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "已上传文件" @@ -1901,7 +1900,7 @@ msgstr "文件夹中有 %{n} 个文件" msgid "Folder is empty" msgstr "文件夹为空" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "文件夹" @@ -1928,7 +1927,7 @@ msgstr "框架" msgid "Full Access" msgstr "完全访问" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "全屏" @@ -2013,7 +2012,7 @@ msgstr "帮助和支持" msgid "Hidden" msgstr "隐藏" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "隐藏文件" @@ -2021,7 +2020,7 @@ msgstr "隐藏文件" msgid "Hide" msgstr "隐藏" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "隐藏标题" @@ -2068,11 +2067,11 @@ msgstr "图像质量" msgid "Import" msgstr "导入" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "导入已取消" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "导入成功,耗时 %d 秒" @@ -2130,11 +2129,11 @@ msgstr "索引" msgid "Indexing" msgstr "索引中" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "索引已取消" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "索引成功,耗时 %d 秒" @@ -2142,7 +2141,7 @@ msgstr "索引成功,耗时 %d 秒" msgid "Indexing failed" msgstr "索引失败" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "索引 %s 中的文件" @@ -2150,11 +2149,11 @@ msgstr "索引 %s 中的文件" msgid "Indexing media and sidecar files…" msgstr "索引媒体和附属文件…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "索引源文件..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "信息" @@ -2163,8 +2162,8 @@ msgstr "信息" msgid "Inherit" msgstr "继承" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "实例" @@ -2178,7 +2177,7 @@ msgstr "无法连接到该实例。请在实例恢复在线后重试。" #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "实例" @@ -2300,11 +2299,11 @@ msgstr "标签" msgid "Label not found" msgstr "标签未找到" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "标签已保存" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "标签已保存" msgid "Labels" msgstr "标签" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "标签已移除" @@ -2382,7 +2381,7 @@ msgstr "镜头" msgid "Lens not found" msgstr "未找到镜头" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "资料库" @@ -2399,7 +2398,7 @@ msgstr "资料库" msgid "License" msgstr "许可证" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "喜欢" @@ -2430,7 +2429,7 @@ msgstr "列表查看" msgid "Live" msgstr "实况" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "标记" msgid "Maximum number of accounts has been reached." msgstr "账户数已达到上限。" -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "媒体" @@ -2585,7 +2584,7 @@ msgstr "最小化" msgid "Missing" msgstr "缺失" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "配置缺失或无效" @@ -2593,7 +2592,7 @@ msgstr "配置缺失或无效" msgid "mixed" msgstr "混合型" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "瞬间" @@ -2611,7 +2610,7 @@ msgstr "黑白" msgid "Month" msgstr "月" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "更多选择" @@ -2627,7 +2626,7 @@ msgstr "最相关" msgid "Move Files" msgstr "移动文件" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "从 %s 中移动文件" @@ -2635,14 +2634,14 @@ msgstr "从 %s 中移动文件" msgid "Must have at least %{n} characters." msgstr "必须至少有%{n}个字符。" -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "静音" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "新密码" msgid "Newest First" msgstr "最新优先" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "下一页" @@ -2828,7 +2827,7 @@ msgstr "非照片和低质量图像出现在搜索结果中前需要进行审查 msgid "None" msgstr "无" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "不允许" @@ -2841,7 +2840,7 @@ msgstr "在公开模式下不可用" msgid "Not available in read-only mode" msgstr "在只读模式下不可用" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "未找到" @@ -2849,7 +2848,7 @@ msgstr "未找到" msgid "Not sorted." msgstr "未分类。" -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "不支持" @@ -2914,11 +2913,11 @@ msgstr "每周一次" msgid "One album found" msgstr "已找到一本相册" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "条目已添加到 %s" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "条目已从 %s 移除" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "仅可设置本地管理的帐户进行 2FA 身份验证。" #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "开放" @@ -3060,7 +3059,7 @@ msgstr "部分精选照片" msgid "Password" msgstr "密码" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "密码已更改" @@ -3072,7 +3071,7 @@ msgstr "暂停" msgid "Payment required" msgstr "需付款" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3088,7 +3087,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "与您共享链接的人将可以查看公共内容。" #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "已永久删除" @@ -3104,7 +3103,7 @@ msgstr "个人" msgid "Person cover updated" msgstr "更新人员封面" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "人物已删除" @@ -3113,7 +3112,7 @@ msgstr "人物已删除" msgid "Person not found" msgstr "未找到人物" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "人物已保存" @@ -3133,7 +3132,7 @@ msgstr "PhotoPrism是100%自筹资金和独立的。" msgid "PhotoPrism+ Membership" msgstr "照片棱镜+会员资格" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "照片" @@ -3163,8 +3162,8 @@ msgstr "地点" msgid "Place & Time" msgstr "地点和时间" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3207,7 +3206,7 @@ msgstr "请注意,修改密码将退出你已登录在其他设备和浏览器 msgid "Please restart your instance for the changes to take effect." msgstr "请重新启动您的实例以使变化生效。" -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "请等待…" @@ -3219,7 +3218,7 @@ msgstr "下午" msgid "PNG Size Limit: %{n}px" msgstr "PNG 尺寸限制:%{n}px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "门户网站" @@ -3259,7 +3258,7 @@ msgstr "预览" msgid "Preview Images" msgstr "图片预览" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "上一页" @@ -3280,7 +3279,7 @@ msgstr "上一个视觉" msgid "Primary" msgstr "主文件" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3290,7 +3289,7 @@ msgstr "主文件" msgid "Private" msgstr "私有" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "处理上传..." @@ -3391,7 +3390,7 @@ msgstr "红" msgid "Refresh" msgstr "刷新" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3406,6 +3405,10 @@ msgstr "地区" msgid "Register" msgstr "注册" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "注册已禁用" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3433,7 +3436,7 @@ msgstr "移除" msgid "remove failed: unknown album" msgstr "移除失败:未知相册" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "从相册中移除" @@ -3449,11 +3452,11 @@ msgstr "从所有选定照片中删除" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "移除导入的文件以节省存储空间,不支持的文件类型将永远不会被删除,它们会保留在它们当前的位置。" -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "从群集注册表中删除所选实例?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "已删除" @@ -3461,7 +3464,7 @@ msgstr "已删除" msgid "Removed %{name}" msgstr "已删除 %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "移除了 %d 个文件和 %d 张照片" @@ -3470,7 +3473,7 @@ msgstr "移除了 %d 个文件和 %d 张照片" msgid "Repeated" msgstr "重复" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "请求失败 - 你是否离线?" @@ -3501,12 +3504,12 @@ msgstr "重新启动" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "恢复" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "恢复" @@ -3518,7 +3521,7 @@ msgstr "重试限制" msgid "Retype Password" msgstr "重新输入密码" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3662,7 +3665,7 @@ msgstr "密钥" msgid "Security and Access" msgstr "安全和访问" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "选择" @@ -3709,19 +3712,19 @@ msgstr "选择时间" msgid "Selection" msgstr "选择" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "所选项目已加入 %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "所选项已批准" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "所选项已归档" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "所选项已设为私有" @@ -3729,7 +3732,7 @@ msgstr "所选项已设为私有" msgid "Selection not found" msgstr "未找到所选内容" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "所选项已恢复" @@ -3737,7 +3740,7 @@ msgstr "所选项已恢复" msgid "Sequential Name" msgstr "顺序名称" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "服务" @@ -3767,7 +3770,7 @@ msgstr "会议ID" msgid "Sessions" msgstr "会议" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "设为专辑封面" @@ -3777,15 +3780,15 @@ msgstr "设置为封面图像" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "设置" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "设置已保存" @@ -3824,7 +3827,7 @@ msgstr "显示所有标签" msgid "Show all new faces" msgstr "显示所有的新面孔" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "显示字幕" @@ -3912,7 +3915,7 @@ msgstr "网站 URL" msgid "Size" msgstr "尺寸" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "幻灯片" @@ -3944,7 +3947,7 @@ msgstr "某些相册无法创建。请编辑名称后重试。" msgid "Some albums could not be updated" msgstr "某些相册无法更新" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "出错了,再试一次" @@ -4048,7 +4051,7 @@ msgstr "街道图" msgid "Subject" msgstr "主题" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "主题已删除" @@ -4056,11 +4059,11 @@ msgstr "主题已删除" msgid "Subject not found" msgstr "主题未找到" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "主题已保存" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "已成功激活" @@ -4073,7 +4076,7 @@ msgstr "账户成功连接" msgid "Successfully deleted" msgstr "已成功删除" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "验证成功" @@ -4238,7 +4241,7 @@ msgstr "令牌" msgid "Too many files selected" msgstr "选择的文件过多" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "请求太多" @@ -4294,7 +4297,7 @@ msgstr "撤销" msgid "Unique ID" msgstr "唯一标识符" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4331,7 +4334,7 @@ msgstr "未知地点" msgid "Unregistered" msgstr "未注册的" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "未分类" @@ -4352,7 +4355,7 @@ msgstr "不支持的格式" msgid "Unsupported type" msgstr "不支持的类型" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4429,7 +4432,7 @@ msgstr "上传完成,索引中…" msgid "Upload failed" msgstr "上传失败" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "上传已被处理" @@ -4469,7 +4472,7 @@ msgstr "上传中…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "可能包含此类图像的上传将被自动拒绝。" -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "URL" @@ -4490,7 +4493,7 @@ msgstr "使用恢复密码或联系管理员寻求帮助。" #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "用户" @@ -4525,7 +4528,7 @@ msgstr "用户名" msgid "Users" msgstr "用户" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4546,6 +4549,10 @@ msgstr "媒介物" msgid "Verification Code" msgstr "验证码" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "需要已验证的电子邮件地址" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "版本" @@ -4563,7 +4570,7 @@ msgstr "视频" msgid "Video Duration" msgstr "视频时长" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4747,11 +4754,11 @@ msgstr "您的持续支持有助于我们提供定期更新并保持独立,因 msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "你的库被不断分析,以自动创建特殊时刻、旅行和地点的相册。" -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip 文件创建成功,耗时 %d 秒" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "缩放" @@ -4770,7 +4777,7 @@ msgctxt "Edit" msgid "Content" msgstr "内容" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4792,7 +4799,7 @@ msgctxt "Photo" msgid "Title" msgstr "标题" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/locales/zh_TW.po b/frontend/src/locales/zh_TW.po index 1b1300e44..b14224afc 100644 --- a/frontend/src/locales/zh_TW.po +++ b/frontend/src/locales/zh_TW.po @@ -3,8 +3,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ci@photoprism.app\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2026-06-23 08:17+0000\n" -"Last-Translator: DeepL \n" +"PO-Revision-Date: 2026-06-27 10:28+0000\n" +"Last-Translator: Google Cloud Translation Basic \n" "Language-Team: Chinese (Traditional) \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" @@ -84,15 +84,15 @@ msgstr "%{s} 太長" msgid "%{s} is too short" msgstr "%{s} 太短" -#: src/locales.js:434 +#: src/locales.js:436 msgid "%d entries added to %s" msgstr "%d個項目已加入%s" -#: src/locales.js:436 +#: src/locales.js:438 msgid "%d entries removed from %s" msgstr "%d 個項目已從 %s 移除" -#: src/locales.js:458 +#: src/locales.js:460 msgid "%d files uploaded in %d s" msgstr "已上傳 %d 個檔案, 共用 %d 秒" @@ -100,7 +100,7 @@ msgstr "已上傳 %d 個檔案, 共用 %d 秒" msgid "%s already exists" msgstr "%s 已存在" -#: src/locales.js:468 +#: src/locales.js:470 msgid "%s has been restored" msgstr "%s 已被回復" @@ -176,14 +176,13 @@ msgstr "訪問令牌" msgid "Account" msgstr "帳號" -#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:314 -#: src/component/user/add/dialog.vue:313 src/component/service/add.vue:131 -#: src/locales.js:437 +#: src/component/user/add/dialog.vue:262 src/component/user/add/dialog.vue:277 +#: src/component/service/add.vue:131 src/locales.js:439 msgid "Account created" msgstr "帳號已建立" #: src/component/user/remove/dialog.vue:63 src/component/service/remove.vue:74 -#: src/locales.js:439 +#: src/locales.js:441 msgid "Account deleted" msgstr "帳號已刪除" @@ -199,7 +198,7 @@ msgstr "未找到帳號" msgid "Account restored" msgstr "帳戶已恢復" -#: src/locales.js:438 +#: src/locales.js:440 msgid "Account saved" msgstr "帳號已儲存" @@ -207,7 +206,7 @@ msgstr "帳號已儲存" #: src/component/cluster/node/dialog.vue:19 #: src/component/cluster/node/dialog.vue:29 src/component/navigation.vue:196 #: src/component/navigation.vue:458 src/component/navigation.vue:461 -#: src/page/cluster/nodes.vue:90 src/page/admin.vue:54 src/locales.js:336 +#: src/page/cluster/nodes.vue:91 src/page/admin.vue:54 src/locales.js:336 msgid "Accounts" msgstr "所有帳戶" @@ -343,7 +342,7 @@ msgstr "調整日期與時間" msgid "Adjust Location" msgstr "調整位置" -#: src/model/cluster-instance.js:28 src/model/cluster-node.js:6 +#: src/model/cluster-instance.js:28 src/options/admin.js:35 #: src/common/util.js:907 src/options/auth.js:6 msgid "Admin" msgstr "管理員" @@ -396,7 +395,7 @@ msgstr "2 星期後" msgid "Album" msgstr "相簿" -#: src/locales.js:428 +#: src/locales.js:430 msgid "Album %s deleted" msgstr "相簿 %s 已刪除" @@ -404,11 +403,11 @@ msgstr "相簿 %s 已刪除" msgid "Album Backups" msgstr "相册备份" -#: src/locales.js:429 +#: src/locales.js:431 msgid "Album contents cloned" msgstr "相簿内容已被複製" -#: src/locales.js:426 src/page/albums.vue:1194 +#: src/locales.js:428 src/page/albums.vue:1194 msgid "Album created" msgstr "相簿已建立" @@ -420,11 +419,11 @@ msgstr "相簿已刪除" msgid "Album not found" msgstr "未找到相簿" -#: src/locales.js:427 +#: src/locales.js:429 msgid "Album saved" msgstr "相簿已儲存" -#: src/app/routes.js:332 src/component/album/toolbar.vue:118 +#: src/app/routes.js:341 src/component/album/toolbar.vue:118 #: src/component/lightbox/sidebar.vue:286 src/component/navigation.vue:191 #: src/component/navigation.vue:714 src/component/photo/batch-edit.vue:414 #: src/component/photo/edit/info.vue:79 src/component/photo/edit/info.vue:80 @@ -432,7 +431,7 @@ msgstr "相簿已儲存" msgid "Albums" msgstr "相簿" -#: src/component/album/clipboard.vue:194 src/locales.js:465 +#: src/component/album/clipboard.vue:194 src/locales.js:467 msgid "Albums deleted" msgstr "相簿已刪除" @@ -538,7 +537,7 @@ msgstr "高度(公尺)" msgid "AM" msgstr "是" -#: src/app/routes.js:413 src/common/util.js:849 +#: src/app/routes.js:422 src/common/util.js:849 #: src/component/photo/batch-edit.vue:127 src/component/photo/batch-edit.vue:68 #: src/component/photo/edit/files.vue:132 #: src/component/photo/edit/files.vue:133 @@ -592,7 +591,7 @@ msgstr "批准並保存更改" msgid "Apps and Devices" msgstr "應用程式和裝置" -#: src/component/lightbox.vue:3203 src/component/photo/edit/info.vue:228 +#: src/component/lightbox.vue:3219 src/component/photo/edit/info.vue:228 #: src/component/photo/edit/info.vue:229 msgid "Archived" msgstr "已封存" @@ -650,7 +649,7 @@ msgstr "長寬比" msgid "Attributes" msgstr "屬性" -#: src/app/routes.js:406 src/common/util.js:847 +#: src/app/routes.js:415 src/common/util.js:847 #: src/component/navigation.vue:198 src/component/navigation.vue:199 #: src/component/navigation.vue:211 src/component/navigation.vue:220 #: src/component/navigation.vue:248 src/options/options.js:358 @@ -767,7 +766,7 @@ msgstr "回報問題" msgid "Busy, please try again later" msgstr "忙碌中,請稍候再試" -#: src/page/connect.vue:8 src/common/notify.js:119 +#: src/page/connect.vue:8 src/common/notify.js:122 msgid "Busy, please wait…" msgstr "忙碌中,請稍候…" @@ -775,7 +774,7 @@ msgstr "忙碌中,請稍候…" msgid "By using the software and services we provide, you agree to our terms of service, privacy policy, and code of conduct." msgstr "當您開始使用我們提供的軟體及服務時,即表示您同意我們的服務條款、隱私權政策和行為準則。" -#: src/app/routes.js:345 src/component/navigation.vue:390 +#: src/app/routes.js:354 src/component/navigation.vue:390 #: src/options/options.js:263 src/page/settings/general.vue:96 msgid "Calendar" msgstr "日曆" @@ -897,11 +896,10 @@ msgstr "更改私人選項" #: src/component/cluster/node/overview.vue:141 #: src/component/cluster/node/user-edit.vue:362 #: src/component/cluster/node/user-edit.vue:367 -#: src/component/user/add/dialog.vue:321 src/component/user/add/dialog.vue:326 +#: src/component/user/add/dialog.vue:284 src/component/user/add/dialog.vue:289 #: src/component/user/edit/dialog.vue:512 #: src/component/user/edit/dialog.vue:517 src/page/settings/account.vue:539 -#: src/page/settings/account.vue:544 src/component/user/add/dialog.vue:320 -#: src/component/user/add/dialog.vue:325 src/component/user/edit/dialog.vue:438 +#: src/page/settings/account.vue:544 src/component/user/edit/dialog.vue:438 #: src/component/user/edit/dialog.vue:443 #: src/component/album/edit/dialog.vue:179 #: src/component/label/edit/dialog.vue:109 @@ -921,11 +919,11 @@ msgstr "無法儲存更改項目" #: src/component/user/edit/dialog.vue:591 #: src/component/user/edit/dialog.vue:431 #: src/component/album/edit/dialog.vue:185 -#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3155 +#: src/component/label/edit/dialog.vue:115 src/component/lightbox.vue:3171 #: src/component/photo/batch-edit.vue:1472 #: src/component/photo/edit/files.vue:552 src/component/service/edit.vue:348 #: src/component/share/dialog.vue:225 src/component/share/dialog.vue:244 -#: src/locales.js:425 src/page/albums.vue:1197 +#: src/locales.js:427 src/page/albums.vue:1197 #: src/page/people/recognized.vue:296 src/page/settings/advanced.vue:491 #: src/page/settings/content.vue:284 src/page/settings/general.vue:515 msgid "Changes successfully saved" @@ -967,13 +965,13 @@ msgstr "清除" msgid "Clear {0}" msgstr "清除{0}" -#: src/model/cluster-node.js:11 src/options/auth.js:13 src/options/auth.js:43 +#: src/options/admin.js:40 src/options/auth.js:13 src/options/auth.js:43 #: src/options/auth.js:73 msgid "Client" msgstr "客户" #: src/component/user/add/dialog.vue:18 src/component/user/edit/dialog.vue:25 -#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:18 +#: src/page/admin/sessions.vue:184 src/component/cluster/node/dialog.vue:15 #: src/component/cluster/node/user-edit.vue:18 #: src/component/cluster/node/user-edit.vue:253 #: src/component/user/edit/dialog.vue:126 @@ -983,14 +981,14 @@ msgstr "客户" #: src/component/user/edit/dialog.vue:334 src/page/admin/sessions.vue:224 #: src/component/user/edit/dialog.vue:320 #: src/component/album/edit/dialog.vue:19 -#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1517 -#: src/component/lightbox.vue:1518 src/component/lightbox.vue:518 +#: src/component/label/edit/dialog.vue:20 src/component/lightbox.vue:1522 +#: src/component/lightbox.vue:1523 src/component/lightbox.vue:523 #: src/component/lightbox/sidebar.vue:7 src/component/meta/camera/dialog.vue:20 #: src/component/meta/datetime/dialog.vue:20 #: src/component/meta/location/dialog.vue:20 #: src/component/people/edit/dialog.vue:20 #: src/component/photo/album/dialog.vue:18 -#: src/component/photo/batch-edit.vue:21 src/component/photo/batch-edit.vue:473 +#: src/component/photo/batch-edit.vue:18 src/component/photo/batch-edit.vue:473 #: src/component/photo/edit/details.vue:380 #: src/component/photo/edit/details.vue:385 src/component/photo/toolbar.vue:86 #: src/component/settings/apps.vue:209 src/component/settings/apps.vue:85 @@ -1009,7 +1007,7 @@ msgstr "客户" msgid "Close" msgstr "關閉" -#: src/app/routes.js:224 +#: src/app/routes.js:233 msgid "Cluster" msgstr "簇" @@ -1018,7 +1016,7 @@ msgstr "簇" msgid "Cluster Admin" msgstr "叢集管理員" -#: src/model/cluster-node.js:103 +#: src/model/cluster-node.js:96 msgid "Cluster Node" msgstr "叢集節點" @@ -1149,7 +1147,7 @@ msgstr "已複製到剪貼簿" msgid "Copy" msgstr "複製" -#: src/locales.js:450 +#: src/locales.js:452 msgid "Copying files from %s" msgstr "正在從 %s 中複製檔案" @@ -1204,7 +1202,7 @@ msgid "Create YAML sidecar files to back up picture metadata." msgstr "创建 YAML sidecar 文件来备份图片元数据。" #: src/page/admin/sessions.vue:151 src/component/cluster/node/overview.vue:55 -#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:167 +#: src/page/admin/sessions.vue:191 src/page/cluster/nodes.vue:168 #: src/component/photo/edit/info.vue:196 src/component/photo/edit/info.vue:197 msgid "Created" msgstr "已新增" @@ -1263,7 +1261,7 @@ msgstr "除錯紀錄" #: src/page/admin/groups.vue:35 src/page/admin/sessions.vue:371 #: src/page/admin/users.vue:430 src/page/admin/sessions.vue:369 #: src/page/admin/users.vue:374 src/common/util.js:871 src/model/session.js:42 -#: src/model/user.js:284 src/options/auth.js:40 src/options/auth.js:41 +#: src/model/user.js:335 src/options/auth.js:40 src/options/auth.js:41 #: src/options/auth.js:69 src/options/auth.js:70 src/options/options.js:252 #: src/options/options.js:255 src/options/options.js:293 #: src/options/options.js:377 src/options/themes.js:861 @@ -1275,7 +1273,7 @@ msgid "Default Folder" msgstr "預設資料夾" #: src/component/session/remove/dialog.vue:22 -#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:107 +#: src/component/user/remove/dialog.vue:22 src/page/cluster/nodes.vue:108 #: src/component/album/clipboard.vue:68 #: src/component/album/delete/dialog.vue:22 src/component/album/toolbar.vue:57 #: src/component/file/delete/dialog.vue:22 src/component/label/clipboard.vue:34 @@ -1416,8 +1414,8 @@ msgstr "捨棄無效的變更?" msgid "Discard unsaved changes?" msgstr "丟棄未儲存的變更?" -#: src/app/routes.js:717 src/app/routes.js:724 src/app/routes.js:731 -#: src/app/routes.js:738 +#: src/app/routes.js:726 src/app/routes.js:733 src/app/routes.js:740 +#: src/app/routes.js:747 msgid "Discover" msgstr "發現" @@ -1486,7 +1484,7 @@ msgid "Done." msgstr "完成。" #: src/component/album/clipboard.vue:46 src/component/album/toolbar.vue:185 -#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1744 +#: src/component/file/clipboard.vue:24 src/component/lightbox.vue:1749 #: src/component/people/clipboard.vue:23 src/component/photo/clipboard.vue:84 #: src/component/photo/edit/files.vue:59 src/page/settings/content.vue:169 #: src/page/settings/general.vue:170 @@ -1503,7 +1501,7 @@ msgstr "下載遠端檔案" #: src/component/album/clipboard.vue:203 src/component/album/toolbar.vue:234 #: src/component/file/clipboard.vue:138 src/component/label/clipboard.vue:149 -#: src/component/lightbox.vue:3243 src/component/people/clipboard.vue:125 +#: src/component/lightbox.vue:3259 src/component/people/clipboard.vue:125 #: src/component/photo/clipboard.vue:414 src/component/photo/edit/files.vue:509 #: src/component/photo/view/cards.vue:449 src/component/photo/view/list.vue:284 #: src/page/library/browse.vue:231 @@ -1537,9 +1535,10 @@ msgstr "動態預覽" msgid "Dynamic Size Limit: %{n}px" msgstr "動態大小限制:%{n} px" -#: src/component/cluster/node/users.vue:85 src/component/album/clipboard.vue:35 -#: src/component/album/toolbar.vue:156 src/component/lightbox.vue:1648 -#: src/component/lightbox.vue:1649 src/component/lightbox/sidebar.vue:111 +#: src/component/cluster/node/users.vue:85 src/page/cluster/nodes.vue:53 +#: src/component/album/clipboard.vue:35 src/component/album/toolbar.vue:156 +#: src/component/lightbox.vue:1653 src/component/lightbox.vue:1654 +#: src/component/lightbox/sidebar.vue:111 #: src/component/lightbox/sidebar.vue:132 #: src/component/lightbox/sidebar.vue:165 #: src/component/lightbox/sidebar.vue:195 @@ -1628,7 +1627,7 @@ msgstr "請輸入商品名稱..." msgid "Enter the code generated by your authenticator app:" msgstr "輸入您的身份驗證器應用程式產生的代碼:" -#: src/common/api.js:123 src/locales.js:408 +#: src/common/api.js:126 src/locales.js:408 msgid "Enter verification code" msgstr "輸入驗證碼" @@ -1640,12 +1639,12 @@ msgstr "輸入您的密碼以確認操作並繼續:" msgid "Entity not found" msgstr "未找到實體" -#: src/page/connect.vue:14 src/component/lightbox.vue:522 +#: src/page/connect.vue:14 src/component/lightbox.vue:527 #: src/page/library/errors.vue:361 msgid "Error" msgstr "錯誤" -#: src/app/routes.js:533 src/component/navigation.vue:370 +#: src/app/routes.js:542 src/component/navigation.vue:370 #: src/component/navigation.vue:371 src/component/navigation.vue:383 #: src/component/navigation.vue:392 src/component/navigation.vue:505 msgid "Errors" @@ -1739,11 +1738,11 @@ msgstr "建立 zip 檔失敗" msgid "Failed to load users." msgstr "無法載入使用者。" -#: src/component/lightbox.vue:2251 +#: src/component/lightbox.vue:2256 msgid "Failed to remove face marker" msgstr "未能移除臉部標記" -#: src/component/lightbox.vue:2184 +#: src/component/lightbox.vue:2189 msgid "Failed to remove name" msgstr "移除名稱失敗" @@ -1763,7 +1762,7 @@ msgstr "無法重新啟動伺服器" msgid "Failed to save changes" msgstr "儲存變更失敗" -#: src/component/lightbox.vue:2156 +#: src/component/lightbox.vue:2161 msgid "Failed to save face marker" msgstr "未能保住面子的標記" @@ -1796,7 +1795,7 @@ msgstr "快" msgid "Favorite" msgstr "我的最愛" -#: src/app/routes.js:378 src/component/navigation.vue:310 +#: src/app/routes.js:387 src/component/navigation.vue:310 #: src/options/options.js:261 src/page/albums.vue:392 msgid "Favorites" msgstr "我的最愛" @@ -1818,7 +1817,7 @@ msgstr "女性" msgid "File" msgstr "檔案" -#: src/app/routes.js:502 +#: src/app/routes.js:511 msgid "File Browser" msgstr "檔案瀏覽器" @@ -1826,7 +1825,7 @@ msgstr "檔案瀏覽器" msgid "File Conversion" msgstr "檔案轉換" -#: src/locales.js:431 +#: src/locales.js:433 msgid "File deleted" msgstr "檔案已刪除" @@ -1842,7 +1841,7 @@ msgstr "檔案名稱" msgid "File not found" msgstr "未找到檔案" -#: src/locales.js:430 +#: src/locales.js:432 msgid "File removed from stack" msgstr "檔案已從堆疊中移除" @@ -1855,7 +1854,7 @@ msgstr "檔案大小" msgid "File too large" msgstr "文件過大" -#: src/locales.js:457 +#: src/locales.js:459 msgid "File uploaded" msgstr "檔案上傳成功" @@ -1901,7 +1900,7 @@ msgstr "資料夾中有 %{n} 個檔案" msgid "Folder is empty" msgstr "資料夾是空的" -#: src/app/routes.js:358 src/component/navigation.vue:457 +#: src/app/routes.js:367 src/component/navigation.vue:457 #: src/options/options.js:266 msgid "Folders" msgstr "資料夾" @@ -1928,7 +1927,7 @@ msgstr "框架" msgid "Full Access" msgstr "完全存取權限" -#: src/component/lightbox.vue:1594 src/component/lightbox.vue:1595 +#: src/component/lightbox.vue:1599 src/component/lightbox.vue:1600 msgid "Fullscreen" msgstr "全螢幕" @@ -2013,7 +2012,7 @@ msgstr "支援與幫助" msgid "Hidden" msgstr "隱藏" -#: src/app/routes.js:517 +#: src/app/routes.js:526 msgid "Hidden Files" msgstr "隱藏的檔案" @@ -2021,7 +2020,7 @@ msgstr "隱藏的檔案" msgid "Hide" msgstr "隱藏" -#: src/component/lightbox.vue:1766 +#: src/component/lightbox.vue:1771 msgid "Hide Caption" msgstr "隱藏標題" @@ -2068,11 +2067,11 @@ msgstr "影像品質" msgid "Import" msgstr "匯入" -#: src/locales.js:443 +#: src/locales.js:445 msgid "Import canceled" msgstr "匯入取消" -#: src/locales.js:442 +#: src/locales.js:444 msgid "Import completed in %d s" msgstr "匯入成功, 共用 %d 秒" @@ -2130,11 +2129,11 @@ msgstr "索引" msgid "Indexing" msgstr "建立索引中" -#: src/locales.js:447 +#: src/locales.js:449 msgid "Indexing canceled" msgstr "建立索引取消" -#: src/locales.js:444 +#: src/locales.js:446 msgid "Indexing completed in %d s" msgstr "索引建立成功, 共用 %d 秒" @@ -2142,7 +2141,7 @@ msgstr "索引建立成功, 共用 %d 秒" msgid "Indexing failed" msgstr "建立索引失敗" -#: src/locales.js:446 +#: src/locales.js:448 msgid "Indexing files in %s" msgstr "建立 %s 中的檔案索引" @@ -2150,11 +2149,11 @@ msgstr "建立 %s 中的檔案索引" msgid "Indexing media and sidecar files…" msgstr "正在建立媒體和sidecar檔案的索引…" -#: src/locales.js:445 +#: src/locales.js:447 msgid "Indexing originals..." msgstr "索引原始檔案..." -#: src/component/lightbox.vue:1542 src/component/lightbox.vue:1543 +#: src/component/lightbox.vue:1547 src/component/lightbox.vue:1548 #: src/component/lightbox/sidebar.vue:8 msgid "Information" msgstr "資訊" @@ -2163,8 +2162,8 @@ msgstr "資訊" msgid "Inherit" msgstr "繼承" -#: src/component/cluster/node/groups.vue:146 src/model/cluster-node.js:8 -#: src/model/cluster-node.js:9 src/locales.js:364 +#: src/component/cluster/node/groups.vue:146 src/options/admin.js:37 +#: src/options/admin.js:38 src/locales.js:364 msgid "Instance" msgstr "實例" @@ -2178,7 +2177,7 @@ msgstr "無法連線至該實例。請待其重新上線後再試一次。" #: src/component/navigation.vue:168 src/component/navigation.vue:449 #: src/component/navigation.vue:452 src/component/user/edit/dialog.vue:27 -#: src/page/admin/users.vue:286 src/app/routes.js:247 src/locales.js:365 +#: src/page/admin/users.vue:286 src/app/routes.js:256 src/locales.js:365 msgid "Instances" msgstr "實例" @@ -2300,11 +2299,11 @@ msgstr "標籤" msgid "Label not found" msgstr "未找到標籤" -#: src/locales.js:452 +#: src/locales.js:454 msgid "Label saved" msgstr "標籤已儲存" -#: src/component/cluster/node/overview.vue:63 src/app/routes.js:548 +#: src/component/cluster/node/overview.vue:63 src/app/routes.js:557 #: src/component/lightbox/sidebar.vue:351 src/component/navigation.vue:430 #: src/component/photo/batch-edit.vue:430 #: src/component/photo/edit/dialog.vue:37 @@ -2316,7 +2315,7 @@ msgstr "標籤已儲存" msgid "Labels" msgstr "標籤" -#: src/component/label/clipboard.vue:131 src/locales.js:451 +#: src/component/label/clipboard.vue:131 src/locales.js:453 msgid "Labels deleted" msgstr "已刪除標籤" @@ -2382,7 +2381,7 @@ msgstr "鏡頭" msgid "Lens not found" msgstr "找不到鏡頭" -#: src/app/routes.js:602 src/app/routes.js:618 src/app/routes.js:634 +#: src/app/routes.js:611 src/app/routes.js:627 src/app/routes.js:643 #: src/component/navigation.vue:477 src/page/settings/general.vue:289 msgid "Library" msgstr "收藏庫" @@ -2399,7 +2398,7 @@ msgstr "收藏庫" msgid "License" msgstr "授權" -#: src/component/lightbox.vue:1612 src/component/lightbox.vue:1613 +#: src/component/lightbox.vue:1617 src/component/lightbox.vue:1618 msgid "Like" msgstr "喜歡" @@ -2430,7 +2429,7 @@ msgstr "清單視圖" msgid "Live" msgstr "即時" -#: src/app/routes.js:392 src/component/navigation.vue:191 +#: src/app/routes.js:401 src/component/navigation.vue:191 #: src/component/navigation.vue:192 src/component/navigation.vue:204 #: src/component/navigation.vue:213 src/component/navigation.vue:241 msgid "Live Photos" @@ -2544,7 +2543,7 @@ msgstr "標記" msgid "Maximum number of accounts has been reached." msgstr "已達最大帳戶數。" -#: src/app/routes.js:385 src/component/navigation.vue:219 +#: src/app/routes.js:394 src/component/navigation.vue:219 #: src/options/options.js:258 msgid "Media" msgstr "媒體" @@ -2585,7 +2584,7 @@ msgstr "最小化" msgid "Missing" msgstr "缺少" -#: src/page/auth/login.vue:391 +#: src/page/auth/login.vue:405 msgid "Missing or invalid configuration" msgstr "配置缺失或无效" @@ -2593,7 +2592,7 @@ msgstr "配置缺失或无效" msgid "mixed" msgstr "混合" -#: src/app/routes.js:319 src/component/navigation.vue:417 +#: src/app/routes.js:328 src/component/navigation.vue:417 #: src/options/options.js:264 src/page/settings/general.vue:111 msgid "Moments" msgstr "回憶時刻" @@ -2611,7 +2610,7 @@ msgstr "黑白" msgid "Month" msgstr "月" -#: src/component/lightbox.vue:1667 +#: src/component/lightbox.vue:1672 msgid "More options" msgstr "更多選項" @@ -2627,7 +2626,7 @@ msgstr "最相關的" msgid "Move Files" msgstr "移動檔案" -#: src/locales.js:449 +#: src/locales.js:451 msgid "Moving files from %s" msgstr "正在從 %s 中移動檔案" @@ -2635,14 +2634,14 @@ msgstr "正在從 %s 中移動檔案" msgid "Must have at least %{n} characters." msgstr "必須至少有 %{n} 個字元。" -#: src/component/lightbox.vue:1561 src/component/lightbox.vue:1562 +#: src/component/lightbox.vue:1566 src/component/lightbox.vue:1567 msgid "Mute" msgstr "沉默的" #: src/component/cluster/instance-access.vue:83 #: src/component/cluster/node/overview.vue:25 #: src/component/cluster/node/overview.vue:4 -#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:154 +#: src/component/cluster/node/overview.vue:75 src/page/cluster/nodes.vue:155 #: src/common/util.js:877 src/component/album/edit/dialog.vue:30 #: src/component/album/edit/dialog.vue:31 #: src/component/input/chip-selector.vue:277 @@ -2691,7 +2690,7 @@ msgstr "新密碼" msgid "Newest First" msgstr "按最新優先" -#: src/component/lightbox.vue:521 src/locales.js:301 +#: src/component/lightbox.vue:526 src/locales.js:301 msgid "Next" msgstr "下一個" @@ -2828,7 +2827,7 @@ msgstr "非照片和低品質圖像需要進行手動確認,才會出現在搜 msgid "None" msgstr "無" -#: src/component/lightbox.vue:1112 src/component/service/upload.vue:146 +#: src/component/lightbox.vue:1117 src/component/service/upload.vue:146 #: src/component/service/upload.vue:158 msgid "Not allowed" msgstr "不允許" @@ -2841,7 +2840,7 @@ msgstr "不適用於公開模式" msgid "Not available in read-only mode" msgstr "不適用於唯讀模式" -#: src/component/lightbox.vue:1109 src/locales.js:379 +#: src/component/lightbox.vue:1114 src/locales.js:379 msgid "Not found" msgstr "未找到" @@ -2849,7 +2848,7 @@ msgstr "未找到" msgid "Not sorted." msgstr "沒有排序。" -#: src/component/lightbox.vue:1106 src/component/lightbox.vue:1220 +#: src/component/lightbox.vue:1111 src/component/lightbox.vue:1225 msgid "Not supported" msgstr "不支援" @@ -2914,11 +2913,11 @@ msgstr "一周一次" msgid "One album found" msgstr "找到 1 本相簿" -#: src/locales.js:433 +#: src/locales.js:435 msgid "One entry added to %s" msgstr "已在 %s 增加一個項目" -#: src/locales.js:435 +#: src/locales.js:437 msgid "One entry removed from %s" msgstr "已從 %s 移除一個項目" @@ -2952,8 +2951,8 @@ msgid "Only locally managed accounts can be set up for authentication with 2FA." msgstr "只能設定本機管理的帳戶以使用 2FA 進行身份驗證。" #: src/component/cluster/node/overview.vue:38 -#: src/component/cluster/node/overview.vue:44 src/locales.js:209 -#: src/locales.js:322 +#: src/component/cluster/node/overview.vue:44 src/page/cluster/nodes.vue:58 +#: src/locales.js:209 src/locales.js:322 msgid "Open" msgstr "开放" @@ -3059,7 +3058,7 @@ msgstr "部分精選照片" msgid "Password" msgstr "密碼" -#: src/component/settings/password.vue:162 src/locales.js:441 +#: src/component/settings/password.vue:162 src/locales.js:443 msgid "Password changed" msgstr "密碼已更改" @@ -3071,7 +3070,7 @@ msgstr "暫停" msgid "Payment required" msgstr "需付款" -#: src/app/routes.js:563 src/app/routes.js:587 +#: src/app/routes.js:572 src/app/routes.js:596 #: src/component/lightbox/sidebar.vue:178 src/component/navigation.vue:283 #: src/component/navigation.vue:720 src/component/photo/edit/dialog.vue:46 #: src/component/photo/edit/dialog.vue:47 @@ -3087,7 +3086,7 @@ msgid "People you share a link with will be able to view public contents." msgstr "擁有連結的人可以看到公開內容。" #: src/component/photo/clipboard.vue:303 src/component/photo/toolbar.vue:550 -#: src/locales.js:467 +#: src/locales.js:469 msgid "Permanently deleted" msgstr "永久刪除" @@ -3103,7 +3102,7 @@ msgstr "人" msgid "Person cover updated" msgstr "人物封面已更新" -#: src/locales.js:456 +#: src/locales.js:458 msgid "Person deleted" msgstr "人物已刪除" @@ -3112,7 +3111,7 @@ msgstr "人物已刪除" msgid "Person not found" msgstr "找不到人" -#: src/locales.js:455 +#: src/locales.js:457 msgid "Person saved" msgstr "人物已儲存" @@ -3132,7 +3131,7 @@ msgstr "PhotoPrism 是獨立而且100%自籌資金的。" msgid "PhotoPrism+ Membership" msgstr "PhotoPrism+ 會員資格" -#: src/app/routes.js:312 +#: src/app/routes.js:321 msgid "Photos" msgstr "照片" @@ -3162,8 +3161,8 @@ msgstr "地點" msgid "Place & Time" msgstr "地點與時間" -#: src/app/routes.js:462 src/app/routes.js:468 src/app/routes.js:474 -#: src/app/routes.js:489 src/component/navigation.vue:346 +#: src/app/routes.js:471 src/app/routes.js:477 src/app/routes.js:483 +#: src/app/routes.js:498 src/component/navigation.vue:346 #: src/component/navigation.vue:726 src/options/options.js:262 #: src/page/places.vue:7 src/page/settings/general.vue:349 #: src/page/settings/general.vue:363 @@ -3206,7 +3205,7 @@ msgstr "請注意,更改密碼將使您在其他裝置和瀏覽器上登出。 msgid "Please restart your instance for the changes to take effect." msgstr "請重新啟動您的執行個體以使變更生效。" -#: src/common/notify.js:116 +#: src/common/notify.js:119 msgid "Please wait…" msgstr "請稍候…" @@ -3218,7 +3217,7 @@ msgstr "午安" msgid "PNG Size Limit: %{n}px" msgstr "PNG大小限制:%{n} px" -#: src/component/cluster/node/groups.vue:150 src/model/cluster-node.js:7 +#: src/component/cluster/node/groups.vue:150 src/options/admin.js:36 #: src/locales.js:327 msgid "Portal" msgstr "入口網站" @@ -3258,7 +3257,7 @@ msgstr "預覽" msgid "Preview Images" msgstr "图片预览" -#: src/component/lightbox.vue:520 src/locales.js:302 +#: src/component/lightbox.vue:525 src/locales.js:302 msgid "Previous" msgstr "以前的" @@ -3279,7 +3278,7 @@ msgstr "之前的視覺效果" msgid "Primary" msgstr "主要的" -#: src/app/routes.js:427 src/component/album/edit/dialog.vue:80 +#: src/app/routes.js:436 src/component/album/edit/dialog.vue:80 #: src/component/navigation.vue:120 src/component/navigation.vue:121 #: src/component/navigation.vue:133 src/component/navigation.vue:142 #: src/component/navigation.vue:150 src/component/navigation.vue:170 @@ -3289,7 +3288,7 @@ msgstr "主要的" msgid "Private" msgstr "私人的" -#: src/locales.js:459 +#: src/locales.js:461 msgid "Processing upload..." msgstr "正在處理上傳..." @@ -3389,7 +3388,7 @@ msgstr "紅色" msgid "Refresh" msgstr "重新整理" -#: src/app/routes.js:496 src/component/navigation.vue:275 +#: src/app/routes.js:505 src/component/navigation.vue:275 #: src/component/navigation.vue:276 src/component/navigation.vue:288 #: src/component/navigation.vue:297 src/component/navigation.vue:324 #: src/component/navigation.vue:353 src/component/navigation.vue:361 @@ -3404,6 +3403,10 @@ msgstr "地區" msgid "Register" msgstr "注册" +#: src/locales.js:425 +msgid "Registration disabled" +msgstr "註冊已停用" + #: src/component/navigation.vue:422 src/component/navigation.vue:672 #: src/component/update.vue:28 msgid "Reload" @@ -3431,7 +3434,7 @@ msgstr "移除" msgid "remove failed: unknown album" msgstr "移除失敗:未知的相簿" -#: src/component/lightbox.vue:1699 src/component/photo/clipboard.vue:120 +#: src/component/lightbox.vue:1704 src/component/photo/clipboard.vue:120 msgid "Remove from Album" msgstr "從相簿中刪除" @@ -3447,11 +3450,11 @@ msgstr "從所有選定照片中移除" msgid "Remove imported files to save storage. Unsupported file types will never be deleted, they remain in their current location." msgstr "刪除已匯入的檔案以節省儲存空間。不支援的檔案類型將不會被刪除,它們會保留在當前位置。" -#: src/page/cluster/nodes.vue:106 src/locales.js:366 +#: src/page/cluster/nodes.vue:107 src/locales.js:366 msgid "Remove the selected instance from the cluster registry?" msgstr "從叢集註冊表中刪除選定的實例?" -#: src/page/cluster/nodes.vue:268 src/locales.js:330 +#: src/page/cluster/nodes.vue:269 src/locales.js:330 msgid "Removed" msgstr "已移除" @@ -3459,7 +3462,7 @@ msgstr "已移除" msgid "Removed %{name}" msgstr "已移除 %{name}" -#: src/locales.js:448 +#: src/locales.js:450 msgid "Removed %d files and %d photos" msgstr "刪除了 %d 個檔案和 %d 張照片" @@ -3468,7 +3471,7 @@ msgstr "刪除了 %d 個檔案和 %d 張照片" msgid "Repeated" msgstr "重複" -#: src/common/api.js:103 src/component/lightbox.vue:1216 +#: src/common/api.js:103 src/component/lightbox.vue:1221 msgid "Request failed - are you offline?" msgstr "要求失敗-您是否處於離線狀態?" @@ -3499,12 +3502,12 @@ msgstr "重新啟動" #: src/component/user/edit/dialog.vue:111 #: src/component/user/edit/dialog.vue:120 #: src/component/user/edit/dialog.vue:126 -#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1729 +#: src/component/user/edit/dialog.vue:323 src/component/lightbox.vue:1734 #: src/component/photo/clipboard.vue:48 msgid "Restore" msgstr "復原" -#: src/component/lightbox.vue:3222 +#: src/component/lightbox.vue:3238 msgid "Restored" msgstr "已恢復" @@ -3516,7 +3519,7 @@ msgstr "重試限制" msgid "Retype Password" msgstr "重新輸入密碼" -#: src/app/routes.js:420 src/component/navigation.vue:113 +#: src/app/routes.js:429 src/component/navigation.vue:113 #: src/component/navigation.vue:114 src/component/navigation.vue:126 #: src/component/navigation.vue:135 src/component/navigation.vue:143 #: src/component/navigation.vue:163 @@ -3660,7 +3663,7 @@ msgstr "秘密" msgid "Security and Access" msgstr "安全和存取" -#: src/component/lightbox.vue:1630 src/component/lightbox.vue:1631 +#: src/component/lightbox.vue:1635 src/component/lightbox.vue:1636 msgid "Select" msgstr "選擇" @@ -3707,19 +3710,19 @@ msgstr "選擇時間" msgid "Selection" msgstr "選拔" -#: src/locales.js:432 +#: src/locales.js:434 msgid "Selection added to %s" msgstr "選取項目已加入 %s" -#: src/component/photo/clipboard.vue:251 src/locales.js:461 +#: src/component/photo/clipboard.vue:251 src/locales.js:463 msgid "Selection approved" msgstr "選取項目已認可" -#: src/component/photo/clipboard.vue:282 src/locales.js:462 +#: src/component/photo/clipboard.vue:282 src/locales.js:464 msgid "Selection archived" msgstr "選取項目已封存" -#: src/locales.js:464 +#: src/locales.js:466 msgid "Selection marked as private" msgstr "選取項目已設為私人" @@ -3727,7 +3730,7 @@ msgstr "選取項目已設為私人" msgid "Selection not found" msgstr "未找到選取項目" -#: src/component/photo/clipboard.vue:318 src/locales.js:463 +#: src/component/photo/clipboard.vue:318 src/locales.js:465 msgid "Selection restored" msgstr "選取項目已被復原" @@ -3735,7 +3738,7 @@ msgstr "選取項目已被復原" msgid "Sequential Name" msgstr "連續名稱" -#: src/model/cluster-node.js:10 src/locales.js:362 +#: src/options/admin.js:39 src/locales.js:362 msgid "Service" msgstr "服務" @@ -3765,7 +3768,7 @@ msgstr "工作階段ID" msgid "Sessions" msgstr "工作階段" -#: src/component/lightbox.vue:1689 +#: src/component/lightbox.vue:1694 msgid "Set as Album Cover" msgstr "設為專輯封面" @@ -3775,15 +3778,15 @@ msgstr "設定為封面圖片" #: src/component/navigation.vue:308 src/component/navigation.vue:439 #: src/component/navigation.vue:491 src/component/navigation.vue:494 -#: src/app/routes.js:204 src/app/routes.js:651 src/app/routes.js:663 -#: src/app/routes.js:680 src/app/routes.js:693 src/app/routes.js:706 +#: src/app/routes.js:213 src/app/routes.js:660 src/app/routes.js:672 +#: src/app/routes.js:689 src/app/routes.js:702 src/app/routes.js:715 #: src/component/navigation.vue:527 src/component/navigation.vue:686 #: src/options/options.js:267 msgid "Settings" msgstr "設定" #: src/page/settings/account.vue:533 src/page/settings/account.vue:562 -#: src/component/settings/passcode.vue:366 src/locales.js:440 +#: src/component/settings/passcode.vue:366 src/locales.js:442 #: src/page/settings/account.vue:441 src/page/settings/account.vue:470 msgid "Settings saved" msgstr "設定已儲存" @@ -3822,7 +3825,7 @@ msgstr "顯示所有標籤" msgid "Show all new faces" msgstr "顯示所有新面孔" -#: src/component/lightbox.vue:1755 +#: src/component/lightbox.vue:1760 msgid "Show Caption" msgstr "顯示標題" @@ -3910,7 +3913,7 @@ msgstr "網站網址" msgid "Size" msgstr "尺寸" -#: src/component/lightbox.vue:1577 src/component/lightbox.vue:1578 +#: src/component/lightbox.vue:1582 src/component/lightbox.vue:1583 msgid "Slideshow" msgstr "幻燈片" @@ -3942,7 +3945,7 @@ msgstr "無法創建某些相簿。請編輯名稱並重試。" msgid "Some albums could not be updated" msgstr "部分相簿無法更新" -#: src/component/lightbox.vue:1213 src/locales.js:374 +#: src/component/lightbox.vue:1218 src/locales.js:374 msgid "Something went wrong, try again" msgstr "出错了,再试一次" @@ -4046,7 +4049,7 @@ msgstr "街" msgid "Subject" msgstr "主題" -#: src/locales.js:454 +#: src/locales.js:456 msgid "Subject deleted" msgstr "已刪除主題" @@ -4054,11 +4057,11 @@ msgstr "已刪除主題" msgid "Subject not found" msgstr "未找到主體" -#: src/locales.js:453 +#: src/locales.js:455 msgid "Subject saved" msgstr "主題已儲存" -#: src/component/settings/passcode.vue:351 src/locales.js:470 +#: src/component/settings/passcode.vue:351 src/locales.js:472 msgid "Successfully activated" msgstr "激活成功" @@ -4071,7 +4074,7 @@ msgstr "成功連接" msgid "Successfully deleted" msgstr "已成功删除" -#: src/component/settings/passcode.vue:323 src/locales.js:469 +#: src/component/settings/passcode.vue:323 src/locales.js:471 msgid "Successfully verified" msgstr "驗證成功" @@ -4236,7 +4239,7 @@ msgstr "令牌" msgid "Too many files selected" msgstr "选择的文件过多" -#: src/common/api.js:125 src/locales.js:422 +#: src/common/api.js:128 src/locales.js:422 msgid "Too many requests" msgstr "请求太多" @@ -4292,7 +4295,7 @@ msgstr "復原" msgid "Unique ID" msgstr "唯一身份" -#: src/model/cluster-node.js:52 src/page/settings/account.vue:221 +#: src/model/cluster-node.js:47 src/page/settings/account.vue:221 #: src/page/settings/account.vue:241 src/page/settings/account.vue:261 #: src/common/util.js:612 src/component/lightbox/sidebar.vue:120 #: src/component/lightbox/sidebar.vue:1736 @@ -4329,7 +4332,7 @@ msgstr "未知地點" msgid "Unregistered" msgstr "未註冊" -#: src/app/routes.js:371 src/component/navigation.vue:206 +#: src/app/routes.js:380 src/component/navigation.vue:206 msgid "Unsorted" msgstr "未分類" @@ -4350,7 +4353,7 @@ msgstr "不支持的格式" msgid "Unsupported type" msgstr "不支援的類型" -#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:168 +#: src/component/cluster/node/overview.vue:57 src/page/cluster/nodes.vue:169 #: src/component/photo/edit/files.vue:269 #: src/component/photo/edit/files.vue:270 #: src/component/photo/edit/files.vue:276 @@ -4427,7 +4430,7 @@ msgstr "上傳完成。索引中…" msgid "Upload failed" msgstr "上傳失敗" -#: src/locales.js:460 +#: src/locales.js:462 msgid "Upload has been processed" msgstr "上傳已處理完畢" @@ -4467,7 +4470,7 @@ msgstr "上傳…" msgid "Uploads that may contain such images will be rejected automatically." msgstr "上傳此類圖像將可能被自動拒絕。" -#: src/page/cluster/nodes.vue:156 +#: src/page/cluster/nodes.vue:157 msgid "URL" msgstr "網址" @@ -4488,7 +4491,7 @@ msgstr "使用恢复密码或联系管理员寻求帮助。" #: src/page/admin/sessions.vue:221 src/page/admin/sessions.vue:98 #: src/component/cluster/node/overview.vue:77 src/model/cluster-instance.js:32 #: src/page/admin/sessions.vue:138 src/page/admin/sessions.vue:294 -#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:399 +#: src/page/admin/sessions.vue:292 src/locales.js:333 src/model/user.js:450 #: src/options/auth.js:9 msgid "User" msgstr "使用者" @@ -4523,7 +4526,7 @@ msgstr "使用者名稱" msgid "Users" msgstr "使用者" -#: src/page/cluster/nodes.vue:162 +#: src/page/cluster/nodes.vue:163 msgid "UUID" msgstr "UUID" @@ -4544,6 +4547,10 @@ msgstr "向量" msgid "Verification Code" msgstr "驗證碼" +#: src/locales.js:426 +msgid "Verified email required" +msgstr "需要已驗證的電子郵件地址" + #: src/component/cluster/node/overview.vue:29 src/locales.js:326 msgid "Version" msgstr "版本" @@ -4561,7 +4568,7 @@ msgstr "影片" msgid "Video Duration" msgstr "影片長度" -#: src/app/routes.js:399 src/component/navigation.vue:184 +#: src/app/routes.js:408 src/component/navigation.vue:184 #: src/component/navigation.vue:185 src/component/navigation.vue:197 #: src/component/navigation.vue:206 src/component/navigation.vue:234 #: src/options/options.js:259 @@ -4745,11 +4752,11 @@ msgstr "您的持續支持有助於我們提供定期更新並保持獨立,因 msgid "Your library is continuously analyzed to automatically create albums of special moments, trips, and places." msgstr "您的資料庫會持續進行分析,以自動建立有關特殊時刻、旅行和地點的相簿。" -#: src/locales.js:466 +#: src/locales.js:468 msgid "Zip created in %d s" msgstr "Zip檔建立成功, 共用 %d 秒" -#: src/component/lightbox.vue:519 +#: src/component/lightbox.vue:524 msgid "Zoom in/out" msgstr "縮放" @@ -4768,7 +4775,7 @@ msgctxt "Edit" msgid "Content" msgstr "內容" -#: src/app/routes.js:444 src/component/navigation.vue:127 +#: src/app/routes.js:453 src/component/navigation.vue:127 #: src/component/navigation.vue:128 src/component/navigation.vue:140 #: src/component/navigation.vue:149 src/component/navigation.vue:157 #: src/component/navigation.vue:177 src/page/settings/general.vue:260 @@ -4790,7 +4797,7 @@ msgctxt "Photo" msgid "Title" msgstr "標題" -#: src/component/lightbox.vue:1714 src/component/photo/clipboard.vue:108 +#: src/component/lightbox.vue:1719 src/component/photo/clipboard.vue:108 #: src/component/photo/view/cards.vue:165 msgctxt "Verb" msgid "Archive" diff --git a/frontend/src/model/user.js b/frontend/src/model/user.js index 6e21d4e99..50a956f7b 100644 --- a/frontend/src/model/user.js +++ b/frontend/src/model/user.js @@ -224,6 +224,12 @@ export class User extends RestModel { return this.Role === "cluster_admin"; } + // isInitialAdmin returns true for the built-in super admin created at setup (ID 1). + // It is the lockout-recovery operator, so the admin UI locks its privileged controls. + isInitialAdmin() { + return this.ID === 1; + } + // isCurrentUser returns true when this account belongs to the signed-in user. // The admin UI uses it to lock fields that would otherwise let an operator // lock themselves out (own role, web login, and authentication provider); the @@ -233,8 +239,61 @@ export class User extends RestModel { return !!(current && current.UID && this.UID && current.UID === this.UID); } - requiresPassword() { - return !this.AuthProvider || this.AuthProvider === "default" || this.AuthProvider === "local"; + // showsPasswordField reports whether the local password input is shown. + // OIDC may keep a local password as a fallback; LDAP replaces it; "none" disables auth. + showsPasswordField() { + return ["default", "local", "oidc"].includes(this.AuthProvider); + } + + // passwordIsRequired reports whether a local password must be set to create the account. + // "default" needs one unless an external identity can be supplied instead (OIDC/LDAP configured). + passwordIsRequired() { + if (this.AuthProvider === "local") { + return true; + } + if (this.AuthProvider === "default") { + return !this.showsAuthIdField(); + } + return false; + } + + // showsAuthIdField reports whether the external identity input (OIDC Subject ID or LDAP DN) is shown. + // "default" offers it only when OIDC or LDAP is configured, to pre-provision external accounts. + showsAuthIdField() { + const p = this.AuthProvider; + return p === "oidc" || p === "ldap" || (p === "default" && ($config.oidcEnabled() || $config.ldapEnabled())); + } + + // authIdIsRequired reports whether the external identity must be set; only OIDC requires it up front. + authIdIsRequired() { + return this.AuthProvider === "oidc"; + } + + // authIdIsDn reports whether the external identity is an LDAP DN rather than an OIDC Subject ID. + authIdIsDn() { + const p = this.AuthProvider; + return p === "ldap" || (p === "default" && $config.ldapEnabled() && !$config.oidcEnabled()); + } + + // authIdFieldLabel returns the label for the external identity input. + authIdFieldLabel() { + return this.authIdIsDn() ? "Distinguished Name (DN)" : "Subject ID"; + } + + // hasLoginCredential reports whether the new account has enough to authenticate. + // Gates the Add button independently of lazy field validation, so it must hold on its + // own: it requires the credential each provider mandates rather than trusting form state. + hasLoginCredential() { + if (this.passwordIsRequired()) { + return !!this.Password; + } + if (this.authIdIsRequired()) { + return !!this.AuthID; + } + if (this.AuthProvider === "default" && this.showsAuthIdField()) { + return !!this.Password || !!this.AuthID; + } + return true; } // canEnableLogin reports whether web/API login can be enabled for this account. diff --git a/frontend/src/page/auth/login.vue b/frontend/src/page/auth/login.vue index bd4466cc9..c2481e865 100644 --- a/frontend/src/page/auth/login.vue +++ b/frontend/src/page/auth/login.vue @@ -274,10 +274,24 @@ export default { // stashed by the auth bridge before its full-page redirect. In mounted() so // the notification component has already subscribed (its created() runs // before any mounted()). + const messageId = getAppStorage().getItem("session.messageId"); const authError = getAppStorage().getItem("session.error"); - if (authError) { + if (messageId || authError) { + let messageParams = []; + const rawParams = getAppStorage().getItem("session.messageParams"); + if (rawParams) { + try { + messageParams = JSON.parse(rawParams); + } catch (e) { + messageParams = []; + } + } getAppStorage().removeItem("session.error"); - this.$notify.error(authError); + getAppStorage().removeItem("session.messageId"); + getAppStorage().removeItem("session.messageParams"); + // Render in the current UI locale via the message key (notify.vue applies + // Tp); the server-rendered string stays as the fallback. + this.$notify.error(authError, messageId, messageParams); } }, unmounted() { diff --git a/frontend/tests/vitest/common/config.test.js b/frontend/tests/vitest/common/config.test.js index 6f588d21a..8657796ec 100644 --- a/frontend/tests/vitest/common/config.test.js +++ b/frontend/tests/vitest/common/config.test.js @@ -165,6 +165,35 @@ describe("common/config", () => { expect(config.getIcon()).toBe("/i/pro-1/_theme/logo.svg"); }); + it("getIcon resolves a built-in appIcon name against the static uri", () => { + const config = new Config(new StorageShim(), { siteTitle: "Foo", baseUri: "/i/pro-1", appIcon: "bloom" }); + expect(config.getIcon()).toBe("/i/pro-1/static/icons/bloom.svg"); + }); + + it("getIcon resolves each selectable app-icon variant to its static svg", () => { + ["crisp", "mint", "bold", "bloom", "flower", "ring", "shutter"].forEach((name) => { + const config = new Config(new StorageShim(), { siteTitle: "Foo", appIcon: name }); + expect(config.getIcon()).toBe(`/static/icons/${name}.svg`); + }); + }); + + it("getIcon falls back to the logo for an unknown or empty app-icon name", () => { + expect(new Config(new StorageShim(), { siteTitle: "Foo", appIcon: "does-not-exist" }).getIcon()).toBe("/static/icons/logo.svg"); + expect(new Config(new StorageShim(), { siteTitle: "Foo" }).getIcon()).toBe("/static/icons/logo.svg"); + }); + + it("getIcon prefers a theme-provided icon over the appIcon setting", () => { + const config = new Config(new StorageShim(), { + siteTitle: "Foo", + baseUri: "/i/pro-1", + appIcon: "bloom", + settings: { ui: { theme: "branded-icon" } }, + }); + themes.Set("branded-icon", { name: "branded-icon", title: "Branded", colors: {}, variables: { icon: "logo.svg" } }); + config.setTheme("branded-icon"); + expect(config.getIcon()).toBe("/i/pro-1/_theme/logo.svg"); + }); + it("should store values", () => { const storage = new StorageShim(); const values = { siteTitle: "Foo", country: "Germany", city: "Hamburg" }; diff --git a/frontend/tests/vitest/common/notify.test.js b/frontend/tests/vitest/common/notify.test.js index a80079dc9..056a7ff2a 100644 --- a/frontend/tests/vitest/common/notify.test.js +++ b/frontend/tests/vitest/common/notify.test.js @@ -1,6 +1,7 @@ -import { describe, it } from "vitest"; +import { describe, it, expect, vi } from "vitest"; import "../fixtures"; import $notify from "common/notify"; +import $event from "common/event"; describe("common/alert", () => { it("should call alert.info", () => { @@ -19,6 +20,20 @@ describe("common/alert", () => { $notify.success("message"); }); + it("error forwards an optional message id and params for UI-locale rendering", async () => { + const handler = vi.fn(); + const token = $event.subscribe("notify.error", handler); + $notify.error("fallback", "Registration disabled", ["x"]); + // pubsub.js delivers asynchronously, so wait a tick before asserting. + await new Promise((resolve) => setTimeout(resolve, 0)); + $event.unsubscribe(token); + expect(handler).toHaveBeenCalledWith("notify.error", { + message: "fallback", + messageId: "Registration disabled", + messageParams: ["x"], + }); + }); + it("should call wait", () => { $notify.wait(); }); diff --git a/frontend/tests/vitest/model/user.test.js b/frontend/tests/vitest/model/user.test.js index aebbce33e..ef384e96d 100644 --- a/frontend/tests/vitest/model/user.test.js +++ b/frontend/tests/vitest/model/user.test.js @@ -1,10 +1,10 @@ -import { describe, it, expect } from "vitest"; +import { describe, it, expect, afterEach } from "vitest"; import "../fixtures"; import User from "model/user"; import File from "model/file"; import Config from "common/config"; import StorageShim from "node-storage-shim"; -import { $session } from "app/session"; +import { $config, $session } from "app/session"; const defaultConfig = new Config(new StorageShim(), window.__CONFIG__); @@ -456,5 +456,102 @@ describe("model/user", () => { expect(new User({ ID: 2, Name: "b", Role: "cluster_admin" }).isClusterAdmin()).toBe(true); expect(new User({ ID: 1, Name: "a", Role: "admin" }).isClusterAdmin()).toBe(false); }); + it("isInitialAdmin is true only for the built-in super admin (ID 1)", () => { + expect(new User({ ID: 1, Name: "admin", Role: "admin", SuperAdmin: true }).isInitialAdmin()).toBe(true); + expect(new User({ ID: 2, Name: "sven", Role: "admin", SuperAdmin: true }).isInitialAdmin()).toBe(false); + expect(new User({ ID: 0, Name: "" }).isInitialAdmin()).toBe(false); + }); + }); + + // Account-dialog auth field gating shared by the Pro and Portal "Add Account" + // dialogs. The external-auth branches read the global $config (ext.oidc/ext.ldap), + // so each case sets and restores it explicitly. + describe("auth field gating", () => { + const setExt = (ext) => { + $config.values.ext = ext; + }; + afterEach(() => { + setExt(undefined); + }); + it("shows the password field for default, local and oidc but not ldap or none", () => { + expect(new User({ AuthProvider: "default" }).showsPasswordField()).toBe(true); + expect(new User({ AuthProvider: "local" }).showsPasswordField()).toBe(true); + expect(new User({ AuthProvider: "oidc" }).showsPasswordField()).toBe(true); + expect(new User({ AuthProvider: "ldap" }).showsPasswordField()).toBe(false); + expect(new User({ AuthProvider: "none" }).showsPasswordField()).toBe(false); + }); + it("requires a password for local, and for default without an external identity", () => { + expect(new User({ AuthProvider: "local" }).passwordIsRequired()).toBe(true); + // "default" with no OIDC/LDAP configured must require a password (regression: + // previously optional, so the ADD button enabled with only a username). + expect(new User({ AuthProvider: "default" }).passwordIsRequired()).toBe(true); + expect(new User({ AuthProvider: "oidc" }).passwordIsRequired()).toBe(false); + expect(new User({ AuthProvider: "ldap" }).passwordIsRequired()).toBe(false); + expect(new User({ AuthProvider: "none" }).passwordIsRequired()).toBe(false); + }); + it("makes the password optional for default when external auth can be supplied", () => { + setExt({ oidc: { enabled: true } }); + expect(new User({ AuthProvider: "default" }).passwordIsRequired()).toBe(false); + expect(new User({ AuthProvider: "default" }).showsAuthIdField()).toBe(true); + }); + it("shows the auth-id field for oidc and ldap, and for default only when configured", () => { + expect(new User({ AuthProvider: "oidc" }).showsAuthIdField()).toBe(true); + expect(new User({ AuthProvider: "ldap" }).showsAuthIdField()).toBe(true); + expect(new User({ AuthProvider: "default" }).showsAuthIdField()).toBe(false); + setExt({ ldap: { enabled: true } }); + expect(new User({ AuthProvider: "default" }).showsAuthIdField()).toBe(true); + expect(new User({ AuthProvider: "local" }).showsAuthIdField()).toBe(false); + expect(new User({ AuthProvider: "none" }).showsAuthIdField()).toBe(false); + }); + it("requires the auth-id only for an explicit oidc account", () => { + expect(new User({ AuthProvider: "oidc" }).authIdIsRequired()).toBe(true); + setExt({ oidc: { enabled: true } }); + expect(new User({ AuthProvider: "default" }).authIdIsRequired()).toBe(false); + expect(new User({ AuthProvider: "ldap" }).authIdIsRequired()).toBe(false); + }); + it("treats the auth-id as a DN for ldap, and for default when only LDAP is configured", () => { + expect(new User({ AuthProvider: "ldap" }).authIdIsDn()).toBe(true); + expect(new User({ AuthProvider: "oidc" }).authIdIsDn()).toBe(false); + setExt({ ldap: { enabled: true } }); + expect(new User({ AuthProvider: "default" }).authIdIsDn()).toBe(true); + setExt({ oidc: { enabled: true }, ldap: { enabled: true } }); + expect(new User({ AuthProvider: "default" }).authIdIsDn()).toBe(false); + }); + it("labels the auth-id field from authIdIsDn", () => { + expect(new User({ AuthProvider: "ldap" }).authIdFieldLabel()).toBe("Distinguished Name (DN)"); + expect(new User({ AuthProvider: "oidc" }).authIdFieldLabel()).toBe("Subject ID"); + }); + it("requires a local password when one is mandatory, independent of form timing", () => { + // "local" always needs a password, so the Add button must stay disabled until it is set. + expect(new User({ AuthProvider: "local" }).hasLoginCredential()).toBe(false); + expect(new User({ AuthProvider: "local", Password: "secret123" }).hasLoginCredential()).toBe(true); + // "default" without external auth behaves like a local account. + expect(new User({ AuthProvider: "default" }).hasLoginCredential()).toBe(false); + expect(new User({ AuthProvider: "default", Password: "secret123" }).hasLoginCredential()).toBe(true); + }); + it("requires a password or Subject ID for default with OIDC configured", () => { + setExt({ oidc: { enabled: true } }); + // default + OIDC, neither password nor Subject ID → inert, blocked. + expect(new User({ AuthProvider: "default" }).hasLoginCredential()).toBe(false); + expect(new User({ AuthProvider: "default", Password: "secret123" }).hasLoginCredential()).toBe(true); + expect(new User({ AuthProvider: "default", AuthID: "sub-123" }).hasLoginCredential()).toBe(true); + }); + it("requires the AuthID (DN) for default authenticating against LDAP", () => { + setExt({ ldap: { enabled: true } }); + // default + LDAP: a globally enabled directory is not enough; a DN (or password) is required. + expect(new User({ AuthProvider: "default" }).hasLoginCredential()).toBe(false); + expect(new User({ AuthProvider: "default", AuthID: "cn=jane,dc=example,dc=com" }).hasLoginCredential()).toBe(true); + expect(new User({ AuthProvider: "default", Password: "secret123" }).hasLoginCredential()).toBe(true); + // explicit ldap: a DN is optional, so a username-only account is allowed. + expect(new User({ AuthProvider: "ldap" }).hasLoginCredential()).toBe(true); + }); + it("requires the Subject ID for an explicit OIDC account, independent of form timing", () => { + expect(new User({ AuthProvider: "oidc" }).hasLoginCredential()).toBe(false); + expect(new User({ AuthProvider: "oidc", AuthID: "sub-123" }).hasLoginCredential()).toBe(true); + }); + it("defers to the per-field rules for the none provider", () => { + setExt({ oidc: { enabled: true } }); + expect(new User({ AuthProvider: "none" }).hasLoginCredential()).toBe(true); + }); }); }); diff --git a/frontend/tests/vitest/page/auth/login.test.js b/frontend/tests/vitest/page/auth/login.test.js index 70a6637df..ebd8b5d5a 100644 --- a/frontend/tests/vitest/page/auth/login.test.js +++ b/frontend/tests/vitest/page/auth/login.test.js @@ -173,9 +173,25 @@ describe("page/auth/login", () => { const { wrapper } = mountLogin({ oidcEnabled: true }); - // Consumed on mount so it does not reappear on the next reload. + // Consumed on mount so it does not reappear on the next reload. With no + // messageId, the server-rendered fallback string is surfaced as-is. expect(window.localStorage.getItem(`${storagePrefix}session.error`)).toBeNull(); - expect(wrapper.vm.$notify.error).toHaveBeenCalledWith("You do not have access to this instance."); + expect(wrapper.vm.$notify.error).toHaveBeenCalledWith("You do not have access to this instance.", null, []); + }); + + it("forwards a stored OIDC error by message key so it renders in the current UI locale", () => { + window.localStorage.setItem(`${storagePrefix}session.error`, "Registration disabled"); + window.localStorage.setItem(`${storagePrefix}session.messageId`, "Registration disabled"); + window.localStorage.setItem(`${storagePrefix}session.messageParams`, JSON.stringify([])); + + const { wrapper } = mountLogin({ oidcEnabled: true }); + + // All three keys are consumed on mount so the toast does not reappear. + expect(window.localStorage.getItem(`${storagePrefix}session.error`)).toBeNull(); + expect(window.localStorage.getItem(`${storagePrefix}session.messageId`)).toBeNull(); + expect(window.localStorage.getItem(`${storagePrefix}session.messageParams`)).toBeNull(); + // The message key is forwarded so notify.vue translates it via Tp. + expect(wrapper.vm.$notify.error).toHaveBeenCalledWith("Registration disabled", "Registration disabled", []); }); // Auto-OIDC redirect for unauthenticated visitors now lives in the diff --git a/frontend/vitest.config.portal.js b/frontend/vitest.config.portal.js index 45ce53797..eb001dd17 100644 --- a/frontend/vitest.config.portal.js +++ b/frontend/vitest.config.portal.js @@ -34,6 +34,7 @@ export default defineConfig({ { find: "model/cluster-node", replacement: path.resolve(__dirname, "../portal/frontend/model/cluster-node.js") }, { find: "common/instance-grants", replacement: path.resolve(__dirname, "../portal/frontend/common/instance-grants.js") }, { find: "common/user-format", replacement: path.resolve(__dirname, "../portal/frontend/common/user-format.js") }, + { find: "app.vue", replacement: path.resolve(__dirname, "./src/app.vue") }, { find: "app", replacement: path.resolve(__dirname, "./src/app") }, { find: "common", replacement: path.resolve(__dirname, "./src/common") }, { find: "component", replacement: path.resolve(__dirname, "./src/component") }, diff --git a/go.mod b/go.mod index 92900930c..99718bbac 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/dustin/go-humanize v1.0.1 github.com/gin-contrib/gzip v1.2.6 // indirect github.com/gin-gonic/gin v1.12.0 - github.com/golang/geo v0.0.0-20260622181633-f80708c60e82 + github.com/golang/geo v0.0.0-20260625163123-7c0e84413537 github.com/google/open-location-code/go v0.0.0-20250620134813-83986da0156b github.com/gorilla/websocket v1.5.3 github.com/gosimple/slug v1.15.0 @@ -177,7 +177,7 @@ require ( go.opentelemetry.io/otel/metric v1.43.0 // indirect go.opentelemetry.io/otel/trace v1.43.0 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect - golang.org/x/oauth2 v0.36.0 // indirect + golang.org/x/oauth2 v0.36.0 golang.org/x/tools v0.45.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index f7db034d3..96f5c3677 100644 --- a/go.sum +++ b/go.sum @@ -217,8 +217,8 @@ github.com/golang-sql/sqlexp v0.1.0/go.mod h1:J4ad9Vo8ZCWQ2GMrC4UCQy1JpCbwU9m3EO github.com/golang/geo v0.0.0-20190916061304-5b978397cfec/go.mod h1:QZ0nwyI2jOfgRAoBvP+ab5aRr7c9x7lhGEJrKvBwjWI= github.com/golang/geo v0.0.0-20200319012246-673a6f80352d/go.mod h1:QZ0nwyI2jOfgRAoBvP+ab5aRr7c9x7lhGEJrKvBwjWI= github.com/golang/geo v0.0.0-20210211234256-740aa86cb551/go.mod h1:QZ0nwyI2jOfgRAoBvP+ab5aRr7c9x7lhGEJrKvBwjWI= -github.com/golang/geo v0.0.0-20260622181633-f80708c60e82 h1:q100v18oYIaE4p5myLFqDyfXTOxivzwGyLjGCEfv8x4= -github.com/golang/geo v0.0.0-20260622181633-f80708c60e82/go.mod h1:Mymr9kRGDc64JPr03TSZmuIBODZ3KyswLzm1xL0HFA8= +github.com/golang/geo v0.0.0-20260625163123-7c0e84413537 h1:KeIaDS/+VEy/bhDYjG3Z78dOyLAU4HXcVxmd0WYHJTE= +github.com/golang/geo v0.0.0-20260625163123-7c0e84413537/go.mod h1:Mymr9kRGDc64JPr03TSZmuIBODZ3KyswLzm1xL0HFA8= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= diff --git a/internal/api/api_auth_test.go b/internal/api/api_auth_test.go index 6965fb419..c15cadfba 100644 --- a/internal/api/api_auth_test.go +++ b/internal/api/api_auth_test.go @@ -142,6 +142,37 @@ func TestAuthAny_AppPasswordsDisabled(t *testing.T) { assert.Equal(t, http.StatusForbidden, s2.HttpStatus()) }) } + + // Negative control: the gate keys on IsApplication(), so a non-application + // session (here a client-credentials grant) must keep authorizing whether or + // not app passwords are disabled, proving the flag does not over-reject. + t.Run("NonApplicationSessionUnaffected", func(t *testing.T) { + sess, err := entity.AddClientSession("alice-client-cred", conf.SessionMaxAge(), "*", authn.GrantClientCredentials, nil) + require.NoError(t, err) + require.False(t, sess.IsApplication()) + token := sess.AuthToken() + + authPhotos := func() *entity.Session { + gin.SetMode(gin.TestMode) + w := httptest.NewRecorder() + c, _ := gin.CreateTestContext(w) + req, _ := http.NewRequest(http.MethodGet, "/api/v1/photos", nil) + header.SetAuthorization(req, token) + req.RemoteAddr = "10.9.8.7:4321" + c.Request = req + return AuthAny(c, acl.ResourcePhotos, acl.Permissions{acl.ActionView}) + } + + conf.Settings().Features.AppPasswords = true + s := authPhotos() + require.NotNil(t, s) + assert.Equal(t, http.StatusOK, s.HttpStatus()) + + conf.Settings().Features.AppPasswords = false + s2 := authPhotos() + require.NotNil(t, s2) + assert.Equal(t, http.StatusOK, s2.HttpStatus(), "disabling app passwords must not reject non-application sessions") + }) } func TestAuthAny_AppPasswordWebLoginDisabled(t *testing.T) { diff --git a/internal/api/api_test.go b/internal/api/api_test.go index 496f5a877..ef32decb0 100644 --- a/internal/api/api_test.go +++ b/internal/api/api_test.go @@ -33,8 +33,10 @@ func TestMain(m *testing.M) { c := config.TestConfig() get.SetConfig(c) - // Increase login rate limit for testing. + // Increase the login and authentication rate limits for testing so the many + // failed-auth cases across the suite don't exhaust the shared per-IP buckets. limiter.Login = limiter.NewLimit(1, 10000) + limiter.Auth = limiter.NewLimit(1, 10000) // Run unit tests. code := m.Run() diff --git a/internal/api/folders_search_test.go b/internal/api/folders_search_test.go index 38a1ef43f..43cec9667 100644 --- a/internal/api/folders_search_test.go +++ b/internal/api/folders_search_test.go @@ -2,6 +2,8 @@ package api import ( "encoding/json" + "net/http" + "strconv" "testing" "github.com/stretchr/testify/assert" @@ -94,6 +96,32 @@ func TestGetFoldersOriginals(t *testing.T) { }) } +func TestSearchFolders_Headers(t *testing.T) { + app, router, conf := NewApiTest() + _ = conf.CreateDirectories() + SearchFoldersOriginals(router) + + // Request uncached results so the count headers are always written + // (a cache hit returns early before the headers are added). + r := PerformRequest(app, "GET", "/api/v1/folders/originals?uncached=true") + assert.Equal(t, http.StatusOK, r.Code) + result := r.Result() + + xFiles, err := strconv.Atoi(result.Header.Get("X-Files")) + assert.NoError(t, err, "X-Files header should be an integer") + xFolders, err := strconv.Atoi(result.Header.Get("X-Folders")) + assert.NoError(t, err, "X-Folders header should be an integer") + xCount, err := strconv.Atoi(result.Header.Get("X-Count")) + assert.NoError(t, err, "X-Count header should be an integer") + + // X-Count is the combined number of files and folders returned. + assert.Equal(t, xFiles+xFolders, xCount) + + // An unpaginated request reports the form's zero-value count and offset. + assert.Equal(t, "0", result.Header.Get("X-Limit")) + assert.Equal(t, "0", result.Header.Get("X-Offset")) +} + func TestGetFoldersImport(t *testing.T) { t.Run("Flat", func(t *testing.T) { app, router, conf := NewApiTest() diff --git a/internal/api/oidc_login.go b/internal/api/oidc_login.go index 615802450..d48299486 100644 --- a/internal/api/oidc_login.go +++ b/internal/api/oidc_login.go @@ -55,7 +55,7 @@ func OIDCLogin(router *gin.RouterGroup) { // Abort if failure rate limit is exceeded. if r.Reject() || limiter.Auth.Reject(clientIp) { - c.HTML(http.StatusTooManyRequests, "auth.gohtml", CreateSessionError(http.StatusTooManyRequests, i18n.Error(i18n.ErrTooManyRequests))) + c.HTML(http.StatusTooManyRequests, "auth.gohtml", CreateSessionError(http.StatusTooManyRequests, i18n.ErrTooManyRequests)) return } @@ -64,7 +64,7 @@ func OIDCLogin(router *gin.RouterGroup) { if provider == nil { event.AuditErr([]string{clientIp, "create session", "oidc", authn.ErrInvalidProviderConfiguration.Error()}) - c.HTML(http.StatusInternalServerError, "auth.gohtml", CreateSessionError(http.StatusInternalServerError, i18n.Error(i18n.ErrConnectionFailed))) + c.HTML(http.StatusInternalServerError, "auth.gohtml", CreateSessionError(http.StatusInternalServerError, i18n.ErrConnectionFailed)) return } diff --git a/internal/api/oidc_redirect.go b/internal/api/oidc_redirect.go index d1a3a53ec..ee7c83ca0 100644 --- a/internal/api/oidc_redirect.go +++ b/internal/api/oidc_redirect.go @@ -100,7 +100,7 @@ func OIDCRedirect(router *gin.RouterGroup) { // Abort if failure rate limit is exceeded. if r.Reject() || limiter.Auth.Reject(clientIp) { - c.HTML(http.StatusTooManyRequests, "auth.gohtml", CreateSessionError(http.StatusTooManyRequests, i18n.Error(i18n.ErrTooManyRequests))) + c.HTML(http.StatusTooManyRequests, "auth.gohtml", CreateSessionError(http.StatusTooManyRequests, i18n.ErrTooManyRequests)) return } @@ -108,7 +108,7 @@ func OIDCRedirect(router *gin.RouterGroup) { // access_denied). Surface it in the instance's branded UI, not a silent bounce. if oauthErr := c.Query("error"); oauthErr != "" { event.AuditWarn([]string{clientIp, "create session", "oidc", "provider returned error", clean.Log(oauthErr), clean.Log(c.Query("error_description"))}) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(oidcRedirectErrorMessage(oauthErr)))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, oidcRedirectErrorMessage(oauthErr))) return } @@ -124,7 +124,7 @@ func OIDCRedirect(router *gin.RouterGroup) { if provider == nil { event.AuditErr([]string{clientIp, "create session", "oidc", authn.ErrInvalidProviderConfiguration.Error()}) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return } @@ -137,7 +137,7 @@ func OIDCRedirect(router *gin.RouterGroup) { // raw, dead-end error with no way forward. event.AuditErr([]string{clientIp, "create session", "oidc", claimErr.Error()}) event.LoginError(clientIp, "oidc", userName, userAgent, claimErr.Error()) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrUnexpected))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrUnexpected)) return } @@ -171,13 +171,13 @@ func OIDCRedirect(router *gin.RouterGroup) { message := "IdP omitted some or all groups; cannot validate required groups" event.AuditErr([]string{clientIp, "create session", "oidc", message}) event.LoginError(clientIp, "oidc", userName, userAgent, message) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrForbidden))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrForbidden)) return case !oidc.HasAnyGroup(groups, requiredGroups): message := "missing required group membership" event.AuditErr([]string{clientIp, "create session", "oidc", message}) event.LoginError(clientIp, "oidc", userName, userAgent, message) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrForbidden))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrForbidden)) return } } @@ -205,13 +205,13 @@ func OIDCRedirect(router *gin.RouterGroup) { } else if _, emailDomain, _ := strings.Cut(userEmail, "@"); emailDomain == "" || !userInfo.EmailVerified { event.AuditErr([]string{clientIp, "create session", "oidc", authn.ErrVerifiedEmailRequired.Error()}) event.LoginError(clientIp, "oidc", userEmail, userAgent, authn.ErrVerifiedEmailRequired.Error()) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrForbidden))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrVerifiedEmailRequired)) return } else if !strings.HasSuffix("."+emailDomain, "."+domain) { message := fmt.Sprintf("domain must match '%s'", domain) event.AuditErr([]string{clientIp, "create session", "oidc", userEmail, message}) event.LoginError(clientIp, "oidc", userEmail, userAgent, message) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrForbidden))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrForbidden)) return } @@ -219,19 +219,19 @@ func OIDCRedirect(router *gin.RouterGroup) { if oidcUser := entity.OidcUser(userInfo, provider.Issuer(), oidc.Username(userInfo, conf.OIDCUsername())); authn.ProviderOIDC.NotEqual(oidcUser.AuthProvider) { event.AuditErr([]string{clientIp, "create session", "oidc", authn.ErrAuthProviderIsNotOIDC.Error()}) event.LoginError(clientIp, "oidc", oidcUser.UserName, userAgent, authn.ErrAuthProviderIsNotOIDC.Error()) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return } else if oidcUser.UserName == "" { event.AuditErr([]string{clientIp, "create session", "oidc", authn.ErrUsernameRequiredToRegister.Error()}) event.LoginError(clientIp, "oidc", oidcUser.UserName, userAgent, authn.ErrUsernameRequiredToRegister.Error()) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return } else if user = entity.FindUser(oidcUser); user != nil { // Ensure user has a username. if user.Username() == "" { event.AuditErr([]string{clientIp, "create session", "oidc", oidcUser.UserName, authn.ErrUsernameRequired.Error()}) event.LoginError(clientIp, "oidc", oidcUser.UserName, userAgent, authn.ErrUsernameRequired.Error()) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return } @@ -243,7 +243,7 @@ func OIDCRedirect(router *gin.RouterGroup) { case !user.CanLogIn(): event.AuditErr([]string{clientIp, "create session", "oidc", userName, authn.ErrAccountDisabled.Error()}) event.LoginError(clientIp, "oidc", userName, userAgent, authn.ErrAccountDisabled.Error()) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return case authn.ProviderOIDC.NotEqual(user.AuthProvider): // Claimable collision: a non-OIDC account matched the login. Log the @@ -253,12 +253,12 @@ func OIDCRedirect(router *gin.RouterGroup) { hint := oidcReconcileHint(userName, user.AuthProvider, oidcUser.AuthID) event.AuditErr([]string{clientIp, "create session", "oidc", userName, authn.ErrAuthProviderIsNotOIDC.Error(), hint}) event.LoginError(clientIp, "oidc", userName, userAgent, authn.ErrAuthProviderIsNotOIDC.Error()+": "+hint) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return case user.AuthID == "" || oidcUser.AuthID == "" || user.AuthID != oidcUser.AuthID: event.AuditErr([]string{clientIp, "create session", "oidc", userName, authn.ErrInvalidAuthID.Error()}) event.LoginError(clientIp, "oidc", userName, userAgent, authn.ErrInvalidAuthID.Error()) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return } @@ -340,7 +340,7 @@ func OIDCRedirect(router *gin.RouterGroup) { if err = user.Save(); err != nil { event.AuditErr([]string{clientIp, "create session", "oidc", userName, authn.ErrAccountUpdateFailed.Error(), err.Error()}) event.LoginError(clientIp, "oidc", userName, userAgent, authn.ErrAccountUpdateFailed.Error()+" ("+err.Error()+")") - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return } @@ -354,7 +354,7 @@ func OIDCRedirect(router *gin.RouterGroup) { userName = oidcUser.Username() event.AuditWarn([]string{clientIp, "create session", "oidc", "create user", userName, authn.ErrUsersQuotaExceeded.Error()}) event.LoginError(clientIp, "oidc", userName, userAgent, authn.ErrUsersQuotaExceeded.Error()) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrQuotaExceeded))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrQuotaExceeded)) return } else if conf.OIDCRegister() { // Create new user record. @@ -430,12 +430,12 @@ func OIDCRedirect(router *gin.RouterGroup) { if err = user.Create(); err != nil { event.AuditErr([]string{clientIp, "create session", "oidc", userName, authn.ErrAccountCreateFailed.Error(), err.Error()}) event.LoginError(clientIp, "oidc", userName, userAgent, authn.ErrAccountCreateFailed.Error()+" ("+err.Error()+")") - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return } else if err = user.UpdateAuthID(userInfo.Subject, provider.Issuer()); err != nil { event.AuditErr([]string{clientIp, "create session", "oidc", userName, authn.ErrAccountUpdateFailed.Error(), err.Error()}) event.LoginError(clientIp, "oidc", userName, userAgent, authn.ErrAccountUpdateFailed.Error()+" ("+err.Error()+")") - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return } @@ -448,7 +448,7 @@ func OIDCRedirect(router *gin.RouterGroup) { } else { event.AuditErr([]string{clientIp, "create session", "oidc", userName, authn.ErrRegistrationDisabled.Error()}) event.LoginError(clientIp, "oidc", userName, userAgent, authn.ErrRegistrationDisabled.Error()) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrRegistrationDisabled)) return } @@ -456,7 +456,7 @@ func OIDCRedirect(router *gin.RouterGroup) { if !user.CanLogIn() { event.AuditErr([]string{clientIp, "create session", "oidc", userName, authn.ErrAccountDisabled.Error()}) event.LoginError(clientIp, "oidc", userName, userAgent, authn.ErrAccountDisabled.Error()) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return } @@ -495,11 +495,11 @@ func OIDCRedirect(router *gin.RouterGroup) { // Save session after successful authentication. if sess, err = get.Session().Save(sess); err != nil { event.AuditErr([]string{clientIp, "create session", "oidc", userName, status.Error(err)}) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrInvalidCredentials))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrInvalidCredentials)) return } else if sess == nil { event.AuditErr([]string{clientIp, "create session", "oidc", userName, status.Failed}) - c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.Error(i18n.ErrUnexpected))) + c.HTML(http.StatusUnauthorized, "auth.gohtml", CreateSessionError(http.StatusUnauthorized, i18n.ErrUnexpected)) return } diff --git a/internal/api/oidc_redirect_test.go b/internal/api/oidc_redirect_test.go index 27a3b3db2..8333ddaa8 100644 --- a/internal/api/oidc_redirect_test.go +++ b/internal/api/oidc_redirect_test.go @@ -129,6 +129,10 @@ func TestOIDCRedirect_ProviderError(t *testing.T) { // auth.gohtml renders the failed-status branch and stores the branded message. assert.Contains(t, body, `setItem("session.error"`) assert.Contains(t, body, i18n.Error(i18n.ErrForbidden).Error()) + // The page also carries the message key (messageId) so the Web UI can render + // it in the current UI locale; notify.vue applies Tp to the source string. + assert.Contains(t, body, `setItem("session.messageId"`) + assert.Contains(t, body, i18n.Source(i18n.ErrForbidden)) } // extractTemplateList returns the template source between the provided markers. diff --git a/internal/api/session_create.go b/internal/api/session_create.go index af3f76643..fa997fd4d 100644 --- a/internal/api/session_create.go +++ b/internal/api/session_create.go @@ -110,13 +110,15 @@ func CreateSession(router *gin.RouterGroup) { if err = sess.LogIn(frm, c); err != nil { switch { case sess.GetMethod().IsNot(authn.Method2FA): - c.AbortWithStatusJSON(sess.HttpStatus(), gin.H{"error": i18n.Msg(i18n.ErrInvalidCredentials)}) + Abort(c, sess.HttpStatus(), i18n.ErrInvalidCredentials) case errors.Is(err, authn.ErrPasscodeRequired): - c.AbortWithStatusJSON(http.StatusUnauthorized, gin.H{"error": err.Error(), "code": 32, "message": i18n.Msg(i18n.ErrPasscodeRequired)}) + // Code 32 asks the client to enter a 2FA passcode (a continuation request, + // not a failure), so the text goes in "message" (code < 400) with messageId. + c.AbortWithStatusJSON(http.StatusUnauthorized, i18n.NewResponse(32, i18n.ErrPasscodeRequired)) // Return the reserved request rate limit tokens if password is correct, even if the verification code is missing. r.Success() default: - c.AbortWithStatusJSON(http.StatusUnauthorized, gin.H{"error": err.Error(), "code": http.StatusUnauthorized, "message": i18n.Msg(i18n.ErrInvalidPasscode)}) + Abort(c, http.StatusUnauthorized, i18n.ErrInvalidPasscode) } return } @@ -131,10 +133,10 @@ func CreateSession(router *gin.RouterGroup) { switch saved, saveErr := get.Session().Save(sess); { case saveErr != nil: event.AuditErr([]string{clientIp, status.Error(saveErr)}) - c.AbortWithStatusJSON(sess.HttpStatus(), gin.H{"error": i18n.Msg(i18n.ErrInvalidCredentials)}) + Abort(c, sess.HttpStatus(), i18n.ErrInvalidCredentials) return case saved == nil: - c.AbortWithStatusJSON(sess.HttpStatus(), gin.H{"error": i18n.Msg(i18n.ErrUnexpected)}) + Abort(c, sess.HttpStatus(), i18n.ErrUnexpected) return case isNew: event.AuditInfo([]string{clientIp, "session %s", "created"}, saved.RefID) diff --git a/internal/api/session_response.go b/internal/api/session_response.go index 591f1bbf0..55775c06a 100644 --- a/internal/api/session_response.go +++ b/internal/api/session_response.go @@ -6,6 +6,7 @@ import ( "github.com/photoprism/photoprism/internal/config" "github.com/photoprism/photoprism/internal/entity" "github.com/photoprism/photoprism/internal/photoprism/get" + "github.com/photoprism/photoprism/pkg/i18n" ) // CreateSessionResponse returns the authentication response data for POST requests @@ -14,13 +15,18 @@ func CreateSessionResponse(authToken string, sess *entity.Session, conf *config. return GetSessionResponse(authToken, sess, conf) } -// CreateSessionError returns an authentication error response. -func CreateSessionError(code int, err error) gin.H { +// CreateSessionError returns an authentication error response. "error" is the +// instance-locale fallback; "messageId" (the English source) and "messageParams" +// let the Web UI render the message in the current UI locale. +func CreateSessionError(code int, id i18n.Message, params ...any) gin.H { + resp := i18n.NewResponse(code, id, params...) return gin.H{ - "status": StatusFailed, - "code": code, - "error": err.Error(), - "config": get.Config().ClientPublic(), + "status": StatusFailed, + "code": resp.Code, + "error": resp.Error, + "messageId": resp.MessageID, + "messageParams": resp.MessageParams, + "config": get.Config().ClientPublic(), } } diff --git a/internal/api/session_test.go b/internal/api/session_test.go index 22c3dbc14..0752e8c12 100644 --- a/internal/api/session_test.go +++ b/internal/api/session_test.go @@ -191,6 +191,7 @@ func TestCreateSession(t *testing.T) { val := gjson.Get(r.Body.String(), "error") assert.Equal(t, i18n.Msg(i18n.ErrInvalidCredentials), val.String()) + assert.Equal(t, i18n.Source(i18n.ErrInvalidCredentials), gjson.Get(r.Body.String(), "messageId").String()) assert.Equal(t, http.StatusUnauthorized, r.Code) }) t.Run("AliceSuccess", func(t *testing.T) { @@ -231,6 +232,7 @@ func TestCreateSession(t *testing.T) { r := PerformRequestWithBody(app, http.MethodPost, "/api/v1/session", `{"username": "bob", "password": "helloworld"}`) val := gjson.Get(r.Body.String(), "error") assert.Equal(t, i18n.Msg(i18n.ErrInvalidCredentials), val.String()) + assert.Equal(t, i18n.Source(i18n.ErrInvalidCredentials), gjson.Get(r.Body.String(), "messageId").String()) assert.Equal(t, http.StatusUnauthorized, r.Code) }) t.Run("TwoFaPasscodeRequired", func(t *testing.T) { @@ -246,6 +248,11 @@ func TestCreateSession(t *testing.T) { assert.Equal(t, "", userEmail.String()) assert.Equal(t, "", userName.String()) assert.Equal(t, http.StatusUnauthorized, r.Code) + // Code 32 is a continuation request, not an error: the text is in "message", not "error". + assert.Equal(t, int64(32), gjson.Get(r.Body.String(), "code").Int()) + assert.Equal(t, i18n.Msg(i18n.ErrPasscodeRequired), gjson.Get(r.Body.String(), "message").String()) + assert.Empty(t, gjson.Get(r.Body.String(), "error").String()) + assert.Equal(t, i18n.Source(i18n.ErrPasscodeRequired), gjson.Get(r.Body.String(), "messageId").String()) }) t.Run("TwoFaInvalidPasscode", func(t *testing.T) { app, router, conf := NewApiTest() diff --git a/internal/api/users_update.go b/internal/api/users_update.go index 3889f4e25..59c241329 100644 --- a/internal/api/users_update.go +++ b/internal/api/users_update.go @@ -133,11 +133,30 @@ func UpdateUser(router *gin.RouterGroup) { } } - // Persist form values. SaveForm gates privilege-level fields on admin - // authorization; the cluster JWT is a user-less service principal that - // u.IsAdmin() rejects, so pass that decision explicitly or its login and - // role sync would be silently dropped. - if err = m.SaveForm(f, u, u.IsAdmin() || isClusterJWT); err != nil { + // Prevent a non-super-admin from demoting a super admin, revoking their super + // admin status, or disabling their web login, so a lower-privilege admin cannot + // lock the local operator out. The cluster JWT service principal is exempt. + if m.SuperAdmin && !isClusterJWT && !u.IsSuperAdmin() { + switch { + case f.UserRole != "" && clean.Role(f.UserRole) != clean.Role(m.UserRole): + event.AuditErr([]string{ClientIP(c), "session %s", "users", m.UserName, "demote super admin role", status.Denied}, s.RefID) + AbortForbidden(c) + return + case !f.SuperAdmin: + event.AuditErr([]string{ClientIP(c), "session %s", "users", m.UserName, "disable super admin status", status.Denied}, s.RefID) + AbortForbidden(c) + return + case m.CanLogin && !f.CanLogin: + event.AuditErr([]string{ClientIP(c), "session %s", "users", m.UserName, "disable super admin web login", status.Denied}, s.RefID) + AbortForbidden(c) + return + } + } + + // Persist form values. The cluster JWT is a user-less principal that + // u.IsAdmin()/u.IsSuperAdmin() reject, so authorize it explicitly for both admin and + // super-admin-level changes (else its role, login, and 2FA edits are silently dropped). + if err = m.SaveForm(f, u, u.IsAdmin() || isClusterJWT, isClusterJWT); err != nil { event.AuditErr([]string{ClientIP(c), "session %s", "users", m.UserName, "update", err.Error()}, s.RefID) AbortSaveFailed(c) return diff --git a/internal/api/users_update_test.go b/internal/api/users_update_test.go index 6dc0e7968..bdb6af129 100644 --- a/internal/api/users_update_test.go +++ b/internal/api/users_update_test.go @@ -261,6 +261,9 @@ func TestUpdateUser_Guards(t *testing.T) { r := AuthenticatedRequestWithBody(app, "PUT", "/api/v1/users/"+entity.UnknownUser.UserUID, string(body), sessId) assert.Equal(t, http.StatusForbidden, r.Code) }) + // The super-admin-protection guard only takes effect in full-access editions where + // admins manage all accounts; CE grants own-account management only, so it is + // unreachable here and covered by the edition suites with cross-account management. } func TestUpdateUser_ClusterJWT(t *testing.T) { diff --git a/internal/auth/oidc/client.go b/internal/auth/oidc/client.go index 07d6b6ce4..c140c0165 100644 --- a/internal/auth/oidc/client.go +++ b/internal/auth/oidc/client.go @@ -6,6 +6,7 @@ import ( "fmt" "net/http" "net/url" + "strings" "time" "github.com/gin-gonic/gin" @@ -26,11 +27,12 @@ import ( type Client struct { rp.RelyingParty insecure bool + prompt []string } // NewClient creates a new OpenID Connect (OIDC) Relying Party (RP) client using the provided discovery URL, -// client credentials, scopes, and site URL. -func NewClient(issuerUri *url.URL, oidcClient, oidcSecret, oidcScopes, siteUrl string, insecure bool) (result *Client, err error) { +// client credentials, scopes, authorization prompt, and site URL. +func NewClient(issuerUri *url.URL, oidcClient, oidcSecret, oidcScopes, oidcPrompt, siteUrl string, insecure bool) (result *Client, err error) { if issuerUri == nil { err = errors.New("issuer uri required") event.AuditErr([]string{"oidc", "provider", status.Error(err)}) @@ -141,10 +143,19 @@ func NewClient(issuerUri *url.URL, oidcClient, oidcSecret, oidcScopes, siteUrl s event.AuditDebug([]string{"oidc", "provider", "pkce", "disabled"}) } + // Validate the configured authorization prompt and drop unsupported values, so + // a typo can never break the redirect to the identity provider. + prompt, invalidPrompt := ParsePrompt(oidcPrompt) + + if len(invalidPrompt) > 0 { + event.AuditWarn([]string{"oidc", "provider", "unsupported prompt %s", status.Skipped}, clean.Log(strings.Join(invalidPrompt, " "))) + } + // Return OIDC Client with RelyingParty provider. return &Client{ - provider, - insecure, + RelyingParty: provider, + insecure: insecure, + prompt: prompt, }, nil } @@ -164,6 +175,12 @@ func (c *Client) AuthURLHandler(ctx *gin.Context) { urlParams = append(urlParams, rp.WithURLParam(nonceParam, nonce)) } + // Ask the provider to re-prompt (e.g. login or select_account) when configured, + // so a previously rejected user is no longer silently re-authenticated via SSO. + if len(c.prompt) > 0 { + urlParams = append(urlParams, rp.WithPromptURLParam(c.prompt...)) + } + handle := rp.AuthURLHandler(rnd.State, c, urlParams...) handle(ctx.Writer, ctx.Request) } diff --git a/internal/auth/oidc/client_test.go b/internal/auth/oidc/client_test.go index 64bc5669c..ab8073fe5 100644 --- a/internal/auth/oidc/client_test.go +++ b/internal/auth/oidc/client_test.go @@ -1,15 +1,18 @@ package oidc import ( + "bytes" "net/http" "net/http/httptest" "net/url" "testing" "github.com/gin-gonic/gin" + "github.com/sirupsen/logrus" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/photoprism/photoprism/internal/event" "github.com/photoprism/photoprism/pkg/authn" ) @@ -24,6 +27,7 @@ func TestNewClient(t *testing.T) { "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, + "", "https://app.localssl.dev/", false, ) @@ -41,6 +45,7 @@ func TestNewClient(t *testing.T) { "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, + "", "https://app.localssl.dev/", true, ) @@ -58,6 +63,7 @@ func TestNewClient(t *testing.T) { "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", "", + "", "https://app.localssl.dev/", true, ) @@ -71,6 +77,7 @@ func TestNewClient(t *testing.T) { "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, + "", "https://app.localssl.dev/", true, ) @@ -89,6 +96,7 @@ func TestNewClient(t *testing.T) { "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, "", + "", true, ) @@ -104,6 +112,7 @@ func TestNewClient(t *testing.T) { "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, + "", "https://app.localssl.dev/", true, ) @@ -113,6 +122,29 @@ func TestNewClient(t *testing.T) { }) } +func TestNewClient_LogsInvalidPrompt(t *testing.T) { + // Capture the audit log so the "unsupported prompt" warning can be asserted. + var buf bytes.Buffer + orig := event.AuditLog + testLog := logrus.New() + testLog.SetOutput(&buf) + testLog.SetLevel(logrus.TraceLevel) + event.AuditLog = testLog + t.Cleanup(func() { event.AuditLog = orig }) + + uri, err := url.Parse("http://dummy-oidc:9998") + require.NoError(t, err) + client, err := NewClient(uri, "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, "login bogus", "https://app.localssl.dev/", true) + require.NoError(t, err) + require.NotNil(t, client) + + // The unsupported token is reported; the valid one still reaches the provider. + out := buf.String() + assert.Contains(t, out, "prompt") + assert.Contains(t, out, "bogus") + assert.Equal(t, []string{"login"}, client.prompt) +} + func TestCodeExchangeRecorder(t *testing.T) { t.Run("CapturesStatusAndHeadersDiscardsBody", func(t *testing.T) { rec := &codeExchangeRecorder{header: make(http.Header)} @@ -134,7 +166,7 @@ func TestCodeExchangeRecorder(t *testing.T) { func TestClient_AuthURLHandler_SendsNonce(t *testing.T) { uri, err := url.Parse("http://dummy-oidc:9998") require.NoError(t, err) - client, err := NewClient(uri, "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, "https://app.localssl.dev/", true) + client, err := NewClient(uri, "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, "", "https://app.localssl.dev/", true) require.NoError(t, err) require.NotNil(t, client) @@ -152,6 +184,9 @@ func TestClient_AuthURLHandler_SendsNonce(t *testing.T) { sentNonce := loc.Query().Get("nonce") assert.NotEmpty(t, sentNonce) + // Omits the prompt parameter when no authorization prompt is configured. + assert.Empty(t, loc.Query().Get("prompt")) + // Stores the nonce in a cookie so it survives to the callback. var nonceCookie bool for _, ck := range w.Result().Cookies() { @@ -163,13 +198,56 @@ func TestClient_AuthURLHandler_SendsNonce(t *testing.T) { assert.True(t, nonceCookie) } +func TestClient_AuthURLHandler_SendsPrompt(t *testing.T) { + t.Run("ValidValue", func(t *testing.T) { + uri, err := url.Parse("http://dummy-oidc:9998") + require.NoError(t, err) + client, err := NewClient(uri, "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, "select_account", "https://app.localssl.dev/", true) + require.NoError(t, err) + require.NotNil(t, client) + + gin.SetMode(gin.TestMode) + w := httptest.NewRecorder() + c, _ := gin.CreateTestContext(w) + c.Request, _ = http.NewRequest(http.MethodGet, "/api/v1/oidc/login", nil) + + client.AuthURLHandler(c) + + // Forwards the configured prompt on the authorization request. + assert.Equal(t, http.StatusFound, w.Code) + loc, locErr := url.Parse(w.Header().Get("Location")) + require.NoError(t, locErr) + assert.Equal(t, "select_account", loc.Query().Get("prompt")) + }) + t.Run("InvalidValueIgnored", func(t *testing.T) { + uri, err := url.Parse("http://dummy-oidc:9998") + require.NoError(t, err) + client, err := NewClient(uri, "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, "bogus", "https://app.localssl.dev/", true) + require.NoError(t, err) + require.NotNil(t, client) + + gin.SetMode(gin.TestMode) + w := httptest.NewRecorder() + c, _ := gin.CreateTestContext(w) + c.Request, _ = http.NewRequest(http.MethodGet, "/api/v1/oidc/login", nil) + + client.AuthURLHandler(c) + + // An unsupported prompt value is dropped and never breaks the redirect. + assert.Equal(t, http.StatusFound, w.Code) + loc, locErr := url.Parse(w.Header().Get("Location")) + require.NoError(t, locErr) + assert.Empty(t, loc.Query().Get("prompt")) + }) +} + func TestClient_CodeExchangeUserInfo_NoStateCookie(t *testing.T) { // A redirect callback without the RP state cookie (e.g. an expired/interrupted // login) must return an error AND leave the real response untouched, so the // caller can render a branded page instead of the raw zitadel error. uri, err := url.Parse("http://dummy-oidc:9998") require.NoError(t, err) - client, err := NewClient(uri, "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, "https://app.localssl.dev/", true) + client, err := NewClient(uri, "csg6yqvykh0780f9", "nd09wkee0ElsMvzLGkgWS9wJAttHwF2h", authn.OidcDefaultScopes, "", "https://app.localssl.dev/", true) require.NoError(t, err) require.NotNil(t, client) diff --git a/internal/auth/oidc/prompt.go b/internal/auth/oidc/prompt.go new file mode 100644 index 000000000..ba1d780be --- /dev/null +++ b/internal/auth/oidc/prompt.go @@ -0,0 +1,31 @@ +package oidc + +import ( + "strings" + + "github.com/zitadel/oidc/v3/pkg/oidc" +) + +// validPrompts lists the OpenID Connect "prompt" values PhotoPrism accepts on the +// authorization request. PromptNone ("none") is intentionally excluded: it tells the +// provider to never show UI and to error when interaction is required, which would +// break the interactive sign-in this option exists to unblock. +var validPrompts = map[string]bool{ + oidc.PromptLogin: true, + oidc.PromptConsent: true, + oidc.PromptSelectAccount: true, +} + +// ParsePrompt splits a space-separated OIDC "prompt" configuration value into its +// recognized, lowercased values and the unsupported tokens that were ignored. +func ParsePrompt(s string) (valid, invalid []string) { + for _, p := range strings.Fields(s) { + if v := strings.ToLower(p); validPrompts[v] { + valid = append(valid, v) + } else { + invalid = append(invalid, p) + } + } + + return valid, invalid +} diff --git a/internal/auth/oidc/prompt_test.go b/internal/auth/oidc/prompt_test.go new file mode 100644 index 000000000..f2cfc6c70 --- /dev/null +++ b/internal/auth/oidc/prompt_test.go @@ -0,0 +1,42 @@ +package oidc + +import ( + "testing" + + "github.com/stretchr/testify/assert" +) + +func TestParsePrompt(t *testing.T) { + t.Run("Empty", func(t *testing.T) { + valid, invalid := ParsePrompt("") + assert.Nil(t, valid) + assert.Nil(t, invalid) + }) + t.Run("SingleValue", func(t *testing.T) { + valid, invalid := ParsePrompt("login") + assert.Equal(t, []string{"login"}, valid) + assert.Nil(t, invalid) + }) + t.Run("Combo", func(t *testing.T) { + valid, invalid := ParsePrompt(" select_account consent ") + assert.Equal(t, []string{"select_account", "consent"}, valid) + assert.Nil(t, invalid) + }) + t.Run("Normalizes", func(t *testing.T) { + valid, invalid := ParsePrompt("LOGIN") + assert.Equal(t, []string{"login"}, valid) + assert.Nil(t, invalid) + }) + t.Run("DropsInvalid", func(t *testing.T) { + valid, invalid := ParsePrompt("login bogus consent") + assert.Equal(t, []string{"login", "consent"}, valid) + assert.Equal(t, []string{"bogus"}, invalid) + }) + t.Run("RejectsNone", func(t *testing.T) { + // "none" must not reach the provider: it would suppress the login UI and + // break the interactive sign-in this option exists to unblock. + valid, invalid := ParsePrompt("none") + assert.Nil(t, valid) + assert.Equal(t, []string{"none"}, invalid) + }) +} diff --git a/internal/config/config_oidc.go b/internal/config/config_oidc.go index a018c7e6d..b1b7eac07 100644 --- a/internal/config/config_oidc.go +++ b/internal/config/config_oidc.go @@ -135,6 +135,13 @@ func (c *Config) OIDCScopes() string { return c.options.OIDCScopes } +// OIDCPrompt returns the OpenID Connect "prompt" parameter sent on the authorization +// request (e.g. login or select_account); empty preserves the provider's default +// single sign-on behavior. Unsupported values are dropped when the client is built. +func (c *Config) OIDCPrompt() string { + return strings.TrimSpace(c.options.OIDCPrompt) +} + // OIDCProvider returns the OIDC provider name. func (c *Config) OIDCProvider() string { if c.options.OIDCProvider == "" { @@ -293,6 +300,7 @@ func (c *Config) OIDCReport() (rows [][]string, cols []string) { {"oidc-client", c.OIDCClient()}, {"oidc-secret", strings.Repeat("*", utf8.RuneCountInString(c.OIDCSecret()))}, {"oidc-scopes", c.OIDCScopes()}, + {"oidc-prompt", c.OIDCPrompt()}, {"oidc-provider", c.OIDCProvider()}, {"oidc-icon", c.OIDCIcon()}, {"oidc-redirect", fmt.Sprintf("%t", c.OIDCRedirect())}, diff --git a/internal/config/config_oidc_test.go b/internal/config/config_oidc_test.go index aaa7d855a..fe4da541a 100644 --- a/internal/config/config_oidc_test.go +++ b/internal/config/config_oidc_test.go @@ -168,6 +168,16 @@ func TestConfig_OIDCRedirect(t *testing.T) { assert.False(t, c.OIDCRedirect()) } +func TestConfig_OIDCPrompt(t *testing.T) { + c := NewConfig(CliTestContext()) + + assert.Equal(t, "", c.OIDCPrompt()) + + c.options.OIDCPrompt = " select_account " + + assert.Equal(t, "select_account", c.OIDCPrompt()) +} + func TestConfig_OIDCUsername(t *testing.T) { c := NewConfig(CliTestContext()) diff --git a/internal/config/flags.go b/internal/config/flags.go index 425f76097..c1e167c84 100644 --- a/internal/config/flags.go +++ b/internal/config/flags.go @@ -90,6 +90,12 @@ var Flags = CliFlags{ Value: authn.OidcDefaultScopes, EnvVars: EnvVars("OIDC_SCOPES"), }}, { + Flag: &cli.StringFlag{ + Name: "oidc-prompt", + Usage: "authorization `PROMPT` for single sign-on via OpenID Connect (login, select_account, consent)", + Value: "", + EnvVars: EnvVars("OIDC_PROMPT"), + }}, { Flag: &cli.StringFlag{ Name: "oidc-provider", Usage: "custom identity provider `NAME`, e.g. Google", diff --git a/internal/config/options.go b/internal/config/options.go index f960b2986..42dd72e51 100644 --- a/internal/config/options.go +++ b/internal/config/options.go @@ -40,6 +40,7 @@ type Options struct { OIDCClient string `yaml:"OIDCClient" json:"-" flag:"oidc-client"` OIDCSecret string `yaml:"OIDCSecret" json:"-" flag:"oidc-secret"` OIDCScopes string `yaml:"OIDCScopes" json:"-" flag:"oidc-scopes"` + OIDCPrompt string `yaml:"OIDCPrompt" json:"-" flag:"oidc-prompt"` OIDCProvider string `yaml:"OIDCProvider" json:"OIDCProvider" flag:"oidc-provider"` OIDCIcon string `yaml:"OIDCIcon" json:"OIDCIcon" flag:"oidc-icon"` OIDCRedirect bool `yaml:"OIDCRedirect" json:"OIDCRedirect" flag:"oidc-redirect"` diff --git a/internal/entity/auth_session.go b/internal/entity/auth_session.go index ddfceffe0..2af537d69 100644 --- a/internal/entity/auth_session.go +++ b/internal/entity/auth_session.go @@ -66,7 +66,7 @@ type Session struct { data *SessionData `gorm:"-" yaml:"-"` RefID string `gorm:"type:VARBINARY(16);default:'';" json:"ID" yaml:"-"` LoginIP string `gorm:"size:64;column:login_ip" json:"LoginIP" yaml:"-"` - LoginAt time.Time `json:"LoginAt" yaml:"-"` + LoginAt *time.Time `json:"LoginAt" yaml:"-"` CreatedAt time.Time `json:"CreatedAt" yaml:"CreatedAt"` UpdatedAt time.Time `json:"UpdatedAt" yaml:"UpdatedAt"` Status int `gorm:"-" json:"Status" yaml:"-"` @@ -1053,7 +1053,7 @@ func (m *Session) SetClientIP(ip string) { if m.LoginIP == "" { m.LoginIP = ip - m.LoginAt = Now() + m.LoginAt = TimeStamp() } return diff --git a/internal/entity/auth_session_client_test.go b/internal/entity/auth_session_client_test.go index 5190755a3..504bd5156 100644 --- a/internal/entity/auth_session_client_test.go +++ b/internal/entity/auth_session_client_test.go @@ -95,4 +95,47 @@ func TestAddClientSession(t *testing.T) { t.Logf("sess: %#v", sess) }) + t.Run("NoClientIPPersistsNullLoginAt", func(t *testing.T) { + // Sessions created without a client IP (e.g. via "photoprism auth add") + // must persist login_at as SQL NULL, not a zero "0000-00-00" datetime + // that strict MySQL/MariaDB sql_modes reject with Error 1292. + // A value-typed LoginAt leaves Go's zero time.Time, which go-sql-driver/mysql serializes as the literal 0000-00-00. + sess, err := AddClientSession("", unix.Day, "metrics", authn.GrantCLI, nil) + + assert.NoError(t, err) + + if sess == nil { + t.Fatal("session must not be nil") + } + + assert.Nil(t, sess.LoginAt) + + var nullCount int + if err = UnscopedDb().Table("auth_sessions"). + Where("id = ? AND login_at IS NULL", sess.ID). + Count(&nullCount).Error; err != nil { + t.Fatal(err) + } + + assert.Equal(t, 1, nullCount, "login_at must be NULL when no client IP was set") + }) + t.Run("ClientIPSetsLoginAt", func(t *testing.T) { + sess := NewClientSession("", unix.Day, "metrics", authn.GrantClientCredentials, nil) + sess.SetClientIP("203.0.113.7") + + assert.NoError(t, sess.Create()) + + if sess.LoginAt == nil { + t.Fatal("login_at must be set when a client IP is present") + } + + var nullCount int + if err := UnscopedDb().Table("auth_sessions"). + Where("id = ? AND login_at IS NULL", sess.ID). + Count(&nullCount).Error; err != nil { + t.Fatal(err) + } + + assert.Equal(t, 0, nullCount, "login_at must not be NULL when a client IP was set") + }) } diff --git a/internal/entity/auth_session_fixtures.go b/internal/entity/auth_session_fixtures.go index 887b35a4b..fbf434277 100644 --- a/internal/entity/auth_session_fixtures.go +++ b/internal/entity/auth_session_fixtures.go @@ -129,7 +129,7 @@ var SessionFixtures = SessionMap{ user: UserFixtures.Pointer("bob"), UserUID: UserFixtures.Pointer("bob").UserUID, UserName: UserFixtures.Pointer("bob").UserName, - LoginAt: Now().Add(-24), + LoginAt: TimePointer(Now().Add(-24)), CreatedAt: Now().Add(-24), UpdatedAt: Now().Add(-24), }, @@ -184,7 +184,7 @@ var SessionFixtures = SessionMap{ user: UserFixtures.Pointer("friend"), UserUID: UserFixtures.Pointer("friend").UserUID, UserName: UserFixtures.Pointer("friend").UserName, - LoginAt: Now().Add(-12), + LoginAt: TimePointer(Now().Add(-12)), CreatedAt: Now().Add(-20), UpdatedAt: Now().Add(-12), }, diff --git a/internal/entity/auth_user.go b/internal/entity/auth_user.go index bebcd7a43..fc3b91fde 100644 --- a/internal/entity/auth_user.go +++ b/internal/entity/auth_user.go @@ -1436,11 +1436,11 @@ func (m *User) PrivilegeLevelChange(frm form.User) bool { } // SaveForm updates the entity using form data and stores it in the database. -// Privilege-level fields (role, login, WebDAV, paths) are applied only when -// byAdmin is true. The caller decides this: a regular admin actor, or a trusted -// cluster service principal that has no end-user identity of its own and so -// cannot satisfy u.IsAdmin() despite being authorized for user management. -func (m *User) SaveForm(frm form.User, u *User, byAdmin bool) error { +// Privilege-level fields (role, login, WebDAV, paths) are applied only when byAdmin; +// the most sensitive ones (super-admin status, auth provider/method such as 2FA, +// external identity) also require bySuperAdmin. The caller passes both explicitly so a +// user-less cluster service principal can act despite failing u.IsAdmin()/IsSuperAdmin(). +func (m *User) SaveForm(frm form.User, u *User, byAdmin, bySuperAdmin bool) error { if m.UserName == "" || m.IsSystemOrInvalid() { return fmt.Errorf("system users cannot be modified") } else if frm.SuperAdmin && !acl.IsAdminRole(acl.Role(frm.Role())) { @@ -1504,8 +1504,9 @@ func (m *User) SaveForm(frm form.User, u *User, byAdmin bool) error { m.WebDAV = frm.WebDAV m.UserAttr = frm.Attr() - // Only allow super admins to change the authentication method and make other users super admins. - if u.IsSuperAdmin() { + // Only super-admin-level authority may change the auth method or grant super admin: + // an actual super admin, or bySuperAdmin (the trusted cluster service principal). + if u.IsSuperAdmin() || bySuperAdmin { if !u.Equal(m) { m.SuperAdmin = frm.SuperAdmin } diff --git a/internal/entity/auth_user_test.go b/internal/entity/auth_user_test.go index ec8f539d4..b687c69e9 100644 --- a/internal/entity/auth_user_test.go +++ b/internal/entity/auth_user_test.go @@ -1506,7 +1506,7 @@ func TestUser_SaveForm(t *testing.T) { frm, err := UnknownUser.Form() assert.NoError(t, err) - err = UnknownUser.SaveForm(frm, UserFixtures.Pointer("guest"), false) + err = UnknownUser.SaveForm(frm, UserFixtures.Pointer("guest"), false, false) assert.Error(t, err) }) t.Run("Admin", func(t *testing.T) { @@ -1524,7 +1524,7 @@ func TestUser_SaveForm(t *testing.T) { frm.UserEmail = "admin@example.com" frm.UserDetails.UserLocation = "GoLand" - err = Admin.SaveForm(frm, UserFixtures.Pointer("guest"), false) + err = Admin.SaveForm(frm, UserFixtures.Pointer("guest"), false, false) assert.NoError(t, err) assert.Equal(t, "admin@example.com", Admin.UserEmail) @@ -1549,7 +1549,7 @@ func TestUser_SaveForm(t *testing.T) { frm.UserEmail = "admin@example.com" frm.UserDetails.UserLocation = "GoLand" - err = Admin.SaveForm(frm, UserFixtures.Pointer("alice"), true) + err = Admin.SaveForm(frm, UserFixtures.Pointer("alice"), true, false) assert.NoError(t, err) assert.Equal(t, "admin@example.com", Admin.UserEmail) @@ -1573,7 +1573,7 @@ func TestUser_SaveForm(t *testing.T) { } frm.DisplayName = "New Name" - err = Admin.SaveForm(frm, UserFixtures.Pointer("alice"), true) + err = Admin.SaveForm(frm, UserFixtures.Pointer("alice"), true, false) assert.NoError(t, err) assert.Equal(t, "New Name", Admin.DisplayName) @@ -1598,7 +1598,7 @@ func TestUser_SaveForm(t *testing.T) { } frm.CanLogin = false - err = Admin.SaveForm(frm, UserFixtures.Pointer("alice"), true) + err = Admin.SaveForm(frm, UserFixtures.Pointer("alice"), true, false) assert.NoError(t, err) assert.False(t, Admin.CanLogin) @@ -1632,7 +1632,7 @@ func TestUser_SaveForm(t *testing.T) { frm.UserRole = acl.RoleGuest.String() frm.SuperAdmin = false frm.CanLogin = false - err = Admin.SaveForm(frm, UserFixtures.Pointer("alice"), true) + err = Admin.SaveForm(frm, UserFixtures.Pointer("alice"), true, false) assert.NoError(t, err) assert.False(t, Admin.SuperAdmin) @@ -1666,7 +1666,7 @@ func TestUser_SaveForm(t *testing.T) { } frm.CanLogin = false - err = Admin.SaveForm(frm, &Admin, true) + err = Admin.SaveForm(frm, &Admin, true, false) assert.NoError(t, err) assert.Equal(t, true, Admin.CanLogin) @@ -1688,7 +1688,7 @@ func TestUser_SaveForm(t *testing.T) { } frm.AuthProvider = authn.ProviderNone.String() - err = Admin.SaveForm(frm, &Admin, true) + err = Admin.SaveForm(frm, &Admin, true, false) assert.NoError(t, err) assert.Equal(t, "local", Admin.AuthProvider) @@ -1712,7 +1712,7 @@ func TestUser_SaveForm(t *testing.T) { } frm.AuthProvider = authn.ProviderNone.String() - err = alice.SaveForm(frm, &alice, true) + err = alice.SaveForm(frm, &alice, true, false) assert.NoError(t, err) assert.Equal(t, "local", alice.AuthProvider) @@ -1746,7 +1746,7 @@ func TestUser_SaveForm(t *testing.T) { frm.SuperAdmin = false frm.CanLogin = false - err = user.SaveForm(frm, &user, true) + err = user.SaveForm(frm, &user, true, false) assert.NoError(t, err) assert.Equal(t, "admin", m.UserRole) @@ -1767,7 +1767,7 @@ func TestUser_SaveForm(t *testing.T) { } frm.UserRole = "user" - err = Admin.SaveForm(frm, UserFixtures.Pointer("guest"), false) + err = Admin.SaveForm(frm, UserFixtures.Pointer("guest"), false, false) assert.Error(t, err) assert.Equal(t, "super admin must not have a non-admin role", err.Error()) @@ -1789,7 +1789,7 @@ func TestUser_SaveForm(t *testing.T) { } frm.BasePath = "//*?" - err = Admin.SaveForm(frm, &Admin, true) + err = Admin.SaveForm(frm, &Admin, true, false) assert.Error(t, err) assert.Equal(t, "invalid base folder", err.Error()) @@ -1811,7 +1811,7 @@ func TestUser_SaveForm(t *testing.T) { } frm.UploadPath = "//*?" - err = Admin.SaveForm(frm, &Admin, true) + err = Admin.SaveForm(frm, &Admin, true, false) assert.Error(t, err) assert.Equal(t, "invalid upload folder", err.Error()) @@ -1835,7 +1835,7 @@ func TestUser_SaveForm(t *testing.T) { } frm.CanLogin = false - err = u.SaveForm(frm, &User{}, true) + err = u.SaveForm(frm, &User{}, true, false) assert.NoError(t, err) assert.False(t, u.CanLogin) @@ -1857,7 +1857,7 @@ func TestUser_SaveForm(t *testing.T) { } frm.CanLogin = false - err = u.SaveForm(frm, &User{}, false) + err = u.SaveForm(frm, &User{}, false, false) assert.NoError(t, err) assert.True(t, u.CanLogin) @@ -1865,6 +1865,49 @@ func TestUser_SaveForm(t *testing.T) { m := FindUserByUID(u.UserUID) assert.True(t, m.CanLogin) }) + t.Run("ClusterServicePrincipalDisables2FA", func(t *testing.T) { + // Disabling 2FA is super-admin-level; the cluster principal isn't a super admin, so + // without bySuperAdmin the auth method change would be dropped. + u := &User{UserName: "cluster-2fa-off", UserRole: acl.RoleUser.String(), CanLogin: true, AuthMethod: authn.Method2FA.String()} + if err := u.Create(); err != nil { + t.Fatal(err) + } + + frm, err := u.Form() + if err != nil { + t.Fatal(err) + } + + frm.AuthMethod = authn.MethodDefault.String() + err = u.SaveForm(frm, &User{}, true, true) + + assert.NoError(t, err) + assert.False(t, u.Method().Is(authn.Method2FA)) + + m := FindUserByUID(u.UserUID) + assert.False(t, m.Method().Is(authn.Method2FA)) + }) + t.Run("UnprivilegedAdminKeeps2FA", func(t *testing.T) { + // A regular admin (byAdmin, not super-admin-level) must not disable another user's 2FA. + u := &User{UserName: "admin-2fa-keep", UserRole: acl.RoleUser.String(), CanLogin: true, AuthMethod: authn.Method2FA.String()} + if err := u.Create(); err != nil { + t.Fatal(err) + } + + frm, err := u.Form() + if err != nil { + t.Fatal(err) + } + + frm.AuthMethod = authn.MethodDefault.String() + err = u.SaveForm(frm, &User{}, true, false) + + assert.NoError(t, err) + assert.True(t, u.Method().Is(authn.Method2FA)) + + m := FindUserByUID(u.UserUID) + assert.True(t, m.Method().Is(authn.Method2FA)) + }) } func TestUser_SetDisplayName(t *testing.T) { diff --git a/internal/entity/entity_time.go b/internal/entity/entity_time.go index 77df064d5..984b9c224 100644 --- a/internal/entity/entity_time.go +++ b/internal/entity/entity_time.go @@ -23,6 +23,15 @@ func TimeStamp() *time.Time { return &t } +// TimePointer returns a reference to the specified time, or nil if it is the zero value. +func TimePointer(t time.Time) *time.Time { + if t.IsZero() { + return nil + } + + return &t +} + // Time returns a reference to the specified time in UTC, truncated to seconds, or nil if it is invalid. func Time(s string) *time.Time { if t, err := time.Parse(time.RFC3339, s); err == nil { diff --git a/internal/entity/entity_time_test.go b/internal/entity/entity_time_test.go index 5349449b6..915923009 100644 --- a/internal/entity/entity_time_test.go +++ b/internal/entity/entity_time_test.go @@ -137,6 +137,20 @@ func TestTimeStamp(t *testing.T) { } } +func TestTimePointer(t *testing.T) { + t.Run("NonZero", func(t *testing.T) { + now := Now() + result := TimePointer(now) + if result == nil { + t.Fatal("result must not be nil") + } + assert.Equal(t, now, *result) + }) + t.Run("Zero", func(t *testing.T) { + assert.Nil(t, TimePointer(time.Time{})) + }) +} + func TestTime(t *testing.T) { result := Time("2022-01-02T13:04:05+01:00") diff --git a/internal/entity/photo_test.go b/internal/entity/photo_test.go index 49c827a8c..70953598d 100644 --- a/internal/entity/photo_test.go +++ b/internal/entity/photo_test.go @@ -2,8 +2,10 @@ package entity import ( "fmt" + "strings" "testing" "time" + "unicode/utf8" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" @@ -1645,10 +1647,21 @@ func TestPhoto_ArchiveRestore(t *testing.T) { } func TestPhoto_SetCameraSerial(t *testing.T) { - m := &Photo{} - assert.Empty(t, m.CameraSerial) - m.SetCameraSerial("abcCamera") - assert.Equal(t, "abcCamera", m.CameraSerial) + t.Run("Success", func(t *testing.T) { + m := &Photo{} + assert.Empty(t, m.CameraSerial) + m.SetCameraSerial("abcCamera") + assert.Equal(t, "abcCamera", m.CameraSerial) + }) + t.Run("MultiByteClippedOnRuneBoundary", func(t *testing.T) { + // camera_serial is VARBINARY(160), so a long multi-byte value must be byte-clipped + // without splitting a rune, keeping the stored value within budget and valid UTF-8. + m := &Photo{} + m.SetCameraSerial(strings.Repeat("世", 100)) // 100 runes x 3 bytes = 300 bytes. + assert.NotEmpty(t, m.CameraSerial) + assert.LessOrEqual(t, len(m.CameraSerial), txt.ClipDefault) + assert.True(t, utf8.ValidString(m.CameraSerial)) + }) } func TestPhoto_MapKey(t *testing.T) { diff --git a/internal/form/lens_test.go b/internal/form/lens_test.go index a7b091eaa..681398640 100644 --- a/internal/form/lens_test.go +++ b/internal/form/lens_test.go @@ -27,3 +27,18 @@ func TestNewLens(t *testing.T) { assert.Equal(t, "New Model", result.LensModel) }) } + +func TestLens_Validate(t *testing.T) { + t.Run("Valid", func(t *testing.T) { + frm := &Lens{LensMake: "Canon", LensModel: "EF 50mm f/1.8"} + assert.NoError(t, frm.Validate()) + }) + t.Run("EmptyMake", func(t *testing.T) { + frm := &Lens{LensMake: "", LensModel: "EF 50mm f/1.8"} + assert.Error(t, frm.Validate()) + }) + t.Run("EmptyModel", func(t *testing.T) { + frm := &Lens{LensMake: "Canon", LensModel: ""} + assert.Error(t, frm.Validate()) + }) +} diff --git a/internal/meta/README.md b/internal/meta/README.md index 911507912..d1b8f5530 100644 --- a/internal/meta/README.md +++ b/internal/meta/README.md @@ -1,6 +1,6 @@ ## PhotoPrism — Metadata Pipeline -**Last Updated:** May 6, 2026 +**Last Updated:** June 30, 2026 ### Overview @@ -37,6 +37,7 @@ The `.xmp` sidecar reader (`xmp.go` + `xmp_document.go`) is XPath-based on `antc - **Element-or-attribute helper.** RDF/XML allows scalar properties to be expressed as either child elements or attributes on `rdf:Description`. The `elemOrAttr(qname)` helper builds a union XPath that matches both — required because digiKam emits `xmpMM:*`/`exif:*`/`tiff:*` as attributes while Adobe writes them as child elements. - **Adding an accessor.** Declare a `chainXPath` at package init using `mustCompile` (or `elemOrAttr` for scalar fields), document the priority chain in a one-line comment, then add the accessor that calls `firstNonEmpty` (for scalars) or `queryAll` (for `rdf:Bag`/`rdf:Seq`). Wire the new field into `xmp.go` with the existing "set only when non-empty" pattern. - **Source priority.** Sidecar values are tagged `SrcXmp` (priority 32), which outranks `SrcMeta` (priority 16) at the entity layer. Re-indexing a photo after the sidecar has been added overwrites previously-`SrcMeta` values without a database wipe. +- **Keywords vs. Subject.** `dc:subject` (Adobe's "Keywords" panel) maps to the descriptive `Details.Subject` field — never the `Details.Keywords` field — matching the embedded/ExifTool path where `data.Subject` comes from the `dc:subject`-backed `Subject` tag and `data.Keywords` from IPTC `Keywords`. The XMP path adds only the derived `flash`/`panorama`/`hdr` keywords. Hierarchical-label and face-region parsing (Labels, people Subjects) is a planned extension tracked under epic [#2260](https://github.com/photoprism/photoprism/issues/2260). - **Coverage.** The fixture corpus under `testdata/xmp/{adobe,darktable,digikam,synthetic}/` documents the full set of supported tags and their per-fixture provenance. ### Motion Photos & Embedded Media diff --git a/internal/meta/xmp.go b/internal/meta/xmp.go index c27ffbdfc..ef1582173 100644 --- a/internal/meta/xmp.go +++ b/internal/meta/xmp.go @@ -179,12 +179,11 @@ func (data *Data) XMP(fileName string) (err error) { } } - if v := doc.Keywords(); len(v) != 0 { - data.AddKeywords(v) - } - // Subject mirrors the ExifTool Subject cascade (dc:subject usually wins, - // so Subject normally equals the keyword list) so XMP-sidecar photos get - // the same details.Subject the embedded/ExifTool JSON path would produce. + // dc:subject populates the descriptive Subject field only, never the + // keyword list: dc:subject is Adobe's "Keywords" panel, but PhotoPrism's + // Keywords, Labels, and Subject fields serve distinct purposes. This + // matches the embedded/ExifTool path, where data.Subject comes from the + // dc:subject-backed Subject tag and data.Keywords from IPTC Keywords. if v := doc.Subject(); v != "" { data.Subject = SanitizeMeta(v) } diff --git a/internal/meta/xmp_document.go b/internal/meta/xmp_document.go index 6f9c38830..6e96e5be6 100644 --- a/internal/meta/xmp_document.go +++ b/internal/meta/xmp_document.go @@ -264,11 +264,12 @@ var ( mustCompile("//exif:UserComment[not(rdf:Alt)]"), } - // xmpKeywordsBag / xmpKeywordsSeq: dc:subject containers. Adobe, - // Darktable and digiKam emit Bag; Apple Photos and the previous - // reader emit Seq. - xmpKeywordsBag = mustCompile("//dc:subject/rdf:Bag/rdf:li") - xmpKeywordsSeq = mustCompile("//dc:subject/rdf:Seq/rdf:li") + // xmpSubjectBag / xmpSubjectSeq: dc:subject containers. dc:subject is + // Adobe's "Keywords" panel, but PhotoPrism maps it to the descriptive + // Details.Subject field, not the keyword list. Adobe, Darktable and + // digiKam emit Bag; Apple Photos and the previous reader emit Seq. + xmpSubjectBag = mustCompile("//dc:subject/rdf:Bag/rdf:li") + xmpSubjectSeq = mustCompile("//dc:subject/rdf:Seq/rdf:li") // xmpPersonBag / xmpPersonSeq: Iptc4xmpExt:PersonInImage containers // (names of people depicted) — a Subject cascade fallback. @@ -557,20 +558,18 @@ func (doc *XmpDocument) joinBagOrSeq(bag, seq *xpath.Expr) string { return strings.Join(queryAll(doc.doc, seq), ", ") } -// Keywords returns dc:subject entries joined with ", ". -// Priority: dc:subject/rdf:Bag (Adobe/Darktable/digiKam) → dc:subject/rdf:Seq -// (Apple, older writers). Bag wins when both are present. -func (doc *XmpDocument) Keywords() string { - return doc.joinBagOrSeq(xmpKeywordsBag, xmpKeywordsSeq) -} - -// Subject returns descriptive subject text, mirroring the ExifTool Subject -// cascade so the XMP sidecar path fills meta.Data.Subject identically to the -// embedded/ExifTool JSON path. Priority: dc:subject (same source as Keywords, -// present in virtually all tagged files) → Iptc4xmpExt:PersonInImage → -// lr:hierarchicalSubject. The first non-empty container wins. +// Subject returns descriptive subject text for the Details.Subject field, +// matching the ExifTool Subject cascade so the XMP and embedded/ExifTool JSON +// paths fill meta.Data.Subject identically. Priority: dc:subject (Adobe's +// "Keywords" panel, present in virtually all tagged files) → +// Iptc4xmpExt:PersonInImage → lr:hierarchicalSubject. The first non-empty +// container wins, joined with ", "; entries keep their spaces. +// +// The PersonInImage and hierarchicalSubject fallbacks are interim sources for +// the free-text Subject field; advanced parsing will route them to dedicated +// meta.Data.Subjects (people) and meta.Data.Labels containers. func (doc *XmpDocument) Subject() string { - if v := doc.Keywords(); v != "" { + if v := doc.joinBagOrSeq(xmpSubjectBag, xmpSubjectSeq); v != "" { return v } if v := doc.joinBagOrSeq(xmpPersonBag, xmpPersonSeq); v != "" { diff --git a/internal/meta/xmp_document_test.go b/internal/meta/xmp_document_test.go index ba684fefc..ff59daca9 100644 --- a/internal/meta/xmp_document_test.go +++ b/internal/meta/xmp_document_test.go @@ -246,12 +246,12 @@ func TestXmpDocument_TitleAltLanguageFallback(t *testing.T) { }) } -func TestXmpDocument_KeywordsBagAndSeq(t *testing.T) { +func TestXmpDocument_SubjectBagAndSeq(t *testing.T) { t.Run("BagForm", func(t *testing.T) { // digikam fixture writes dc:subject as , which the old - // reader silently dropped. Keywords() must now read it. + // reader silently dropped. Subject() must now read it. doc := loadXmp(t, "testdata/xmp/digikam/aurora.jpg.xmp") - got := doc.Keywords() + got := doc.Subject() assert.Contains(t, got, "Nature") assert.Contains(t, got, "Iceland") assert.Contains(t, got, "Aurora") @@ -259,20 +259,19 @@ func TestXmpDocument_KeywordsBagAndSeq(t *testing.T) { t.Run("SeqForm", func(t *testing.T) { // Synthetic Seq fixture confirms the legacy form still works. doc := loadXmp(t, "testdata/xmp/synthetic/subject-seq.xmp") - assert.Equal(t, "Sequenced, Keywords, Should, Also, Parse", doc.Keywords()) + assert.Equal(t, "Sequenced, Keywords, Should, Also, Parse", doc.Subject()) }) t.Run("EmptyForMissingSubject", func(t *testing.T) { doc := loadXmp(t, "testdata/fstop-favorite.xmp") - assert.Equal(t, "", doc.Keywords()) + assert.Equal(t, "", doc.Subject()) }) } func TestXmpDocument_Subject(t *testing.T) { - t.Run("MirrorsKeywordsFromDcSubject", func(t *testing.T) { - // dc:subject is first in the ExifTool Subject cascade and present in - // most tagged files, so Subject equals the keyword list. + t.Run("ReadsDcSubject", func(t *testing.T) { + // dc:subject is the primary Subject source and present in most tagged + // files. It feeds Details.Subject, not the keyword list. doc := loadXmp(t, "testdata/xmp/darktable/aurora.jpg.xmp") - assert.Equal(t, doc.Keywords(), doc.Subject()) assert.Contains(t, doc.Subject(), "Aurora") }) t.Run("PersonInImageFallback", func(t *testing.T) { @@ -290,7 +289,6 @@ func TestXmpDocument_Subject(t *testing.T) { `) - assert.Equal(t, "", doc.Keywords()) assert.Equal(t, "Alice, Bob", doc.Subject()) }) t.Run("HierarchicalSubjectFallback", func(t *testing.T) { @@ -839,11 +837,11 @@ func TestXmpDocument_DarktableFixture(t *testing.T) { assert.Equal(t, "PhotoPrism", doc.Artist()) assert.Equal(t, "CC-BY-SA 4.0", doc.Copyright()) }) - t.Run("BagFormKeywords", func(t *testing.T) { + t.Run("BagFormSubject", func(t *testing.T) { // Darktable writes . The old reader // dropped this entirely (it only handled ); the new - // reader must produce a non-empty list. - got := doc.Keywords() + // reader must produce a non-empty Subject list. + got := doc.Subject() assert.Contains(t, got, "Aurora") assert.Contains(t, got, "Iceland") assert.Contains(t, got, "Nature") diff --git a/internal/meta/xmp_migration_test.go b/internal/meta/xmp_migration_test.go index dd6bca3ec..948adbcaa 100644 --- a/internal/meta/xmp_migration_test.go +++ b/internal/meta/xmp_migration_test.go @@ -68,7 +68,8 @@ func TestXMP_FillsPreviouslyEmptyFields(t *testing.T) { assert.Equal(t, "xmp.iid:de0fb44d-bdc8-4cc3-aa50-9aefe4992b34", data.InstanceID) assert.Equal(t, "(C) 2026 PhotoPrism — Test fixture", data.Copyright) assert.Equal(t, "sRGB IEC61966-2.1", data.ColorProfile) - assert.NotEmpty(t, data.Keywords, "dc:subject Bag must populate Keywords") + assert.NotEmpty(t, data.Subject, "dc:subject Bag must populate Subject") + assert.Empty(t, data.Keywords, "dc:subject must not populate Keywords") } // TestXMP_GpsCompositionEndToEnd asserts that a 2-component Adobe-form diff --git a/internal/meta/xmp_test.go b/internal/meta/xmp_test.go index c972604b2..8a1ec3ba3 100644 --- a/internal/meta/xmp_test.go +++ b/internal/meta/xmp_test.go @@ -26,7 +26,10 @@ func TestXMP(t *testing.T) { assert.Equal(t, "Europe/Berlin", data.TimeZone) assert.Equal(t, "2021-03-24 13:07:29", data.TakenAtLocal.Format("2006-01-02 15:04:05")) assert.Equal(t, "Tulpen am See", data.Caption) - assert.Equal(t, Keywords{"blume", "krokus", "schöne", "wiese"}, data.Keywords) + // dc:subject feeds the descriptive Subject field, not Keywords, and + // multi-word entries keep their spaces ("Schöne Wiese" stays intact). + assert.Equal(t, "Krokus, Blume, Schöne Wiese", data.Subject) + assert.Empty(t, data.Keywords) // Apple GPS — pure-decimal value with separate *Ref. assert.InDelta(t, 52.525082, data.Lat, 1e-4) assert.InDelta(t, 13.369367, data.Lng, 1e-4) @@ -50,9 +53,10 @@ func TestXMP(t *testing.T) { assert.Equal(t, "Michael Mayer", data.Artist) assert.Equal(t, "Example file for development", data.Caption) assert.Equal(t, "This is an (edited) legal notice", data.Copyright) - // dc:subject mirrors into Subject for ExifTool parity (the cascade's - // first source), so XMP-sidecar photos get the same details.Subject. + // dc:subject feeds the descriptive Subject field only (matching the + // embedded/ExifTool path's data.Subject source), never Keywords. assert.Equal(t, "desk, coffee, computer", data.Subject) + assert.Empty(t, data.Keywords) assert.Equal(t, "HUAWEI", data.CameraMake) assert.Equal(t, "ELE-L29", data.CameraModel) assert.Equal(t, "HUAWEI P30 Rear Main Camera", data.LensModel) diff --git a/internal/photoprism/convert_command.go b/internal/photoprism/convert_command.go index df07523e6..186cb53c9 100644 --- a/internal/photoprism/convert_command.go +++ b/internal/photoprism/convert_command.go @@ -2,6 +2,7 @@ package photoprism import ( "os/exec" + "strings" "github.com/photoprism/photoprism/pkg/media" ) @@ -9,8 +10,10 @@ import ( // ConvertCmd represents a command to be executed for converting a MediaFile. // including any options to be used for this. type ConvertCmd struct { - Cmd *exec.Cmd - Orientation media.Orientation + Cmd *exec.Cmd + Orientation media.Orientation + VerifyImage bool + RejectStderr []string } // String returns the conversion command as string e.g. for logging. @@ -33,6 +36,35 @@ func (c *ConvertCmd) ResetOrientation() *ConvertCmd { return c.WithOrientation(media.ResetOrientation) } +// WithImageVerification marks the command's output for a decode check before acceptance, +// so corrupt embedded previews are rejected and the loop tries the next command. +func (c *ConvertCmd) WithImageVerification() *ConvertCmd { + c.VerifyImage = true + return c +} + +// WithStderrRejection rejects the command's output when its stderr contains any of the given +// substrings, even on a zero exit code, so the loop tries the next converter. +func (c *ConvertCmd) WithStderrRejection(patterns ...string) *ConvertCmd { + c.RejectStderr = append(c.RejectStderr, patterns...) + return c +} + +// StderrRejected reports whether the given stderr output matches a rejection pattern. +func (c *ConvertCmd) StderrRejected(stderr string) bool { + if stderr == "" { + return false + } + + for _, pattern := range c.RejectStderr { + if pattern != "" && strings.Contains(stderr, pattern) { + return true + } + } + + return false +} + // NewConvertCmd returns a new file converter command with default options. func NewConvertCmd(cmd *exec.Cmd) *ConvertCmd { if cmd == nil { diff --git a/internal/photoprism/convert_command_test.go b/internal/photoprism/convert_command_test.go index fa0437bd0..b6077269e 100644 --- a/internal/photoprism/convert_command_test.go +++ b/internal/photoprism/convert_command_test.go @@ -32,6 +32,39 @@ func TestNewConvertCmd(t *testing.T) { assert.Equal(t, "/usr/bin/sips -Z 123 -s format jpeg --out file.jpeg file.heic", result.String()) assert.Equal(t, media.ResetOrientation, result.Orientation) }) + t.Run("WithImageVerification", func(t *testing.T) { + result := NewConvertCmd( + exec.Command("exiftool", "-q", "-q", "-b", "-PreviewImage", "file.cr3"), + ) + assert.False(t, result.VerifyImage) + assert.Same(t, result, result.WithImageVerification()) + assert.True(t, result.VerifyImage) + }) + t.Run("WithStderrRejection", func(t *testing.T) { + result := NewConvertCmd( + exec.Command("rawtherapee-cli", "-o", "file.jpg", "-c", "file.cr3"), + ) + assert.Empty(t, result.RejectStderr) + assert.Same(t, result, result.WithStderrRejection("first error", "second error")) + assert.Equal(t, []string{"first error", "second error"}, result.RejectStderr) + }) +} + +func TestConvertCmd_StderrRejected(t *testing.T) { + cmd := NewConvertCmd(exec.Command("rawtherapee-cli", "-c", "file.cr3")).WithStderrRejection("Cannot use camera white balance") + t.Run("Match", func(t *testing.T) { + assert.True(t, cmd.StderrRejected("Processing...\nCannot use camera white balance.\n")) + }) + t.Run("NoMatch", func(t *testing.T) { + assert.False(t, cmd.StderrRejected("Warning: sidecar file requested but not found for: file.cr3")) + }) + t.Run("EmptyStderr", func(t *testing.T) { + assert.False(t, cmd.StderrRejected("")) + }) + t.Run("NoPatterns", func(t *testing.T) { + plain := NewConvertCmd(exec.Command("darktable-cli", "file.cr3", "file.jpg")) + assert.False(t, plain.StderrRejected("Cannot use camera white balance.")) + }) } func TestNewConvertCmds(t *testing.T) { diff --git a/internal/photoprism/convert_image.go b/internal/photoprism/convert_image.go index 4970a5bc6..2f25f753f 100644 --- a/internal/photoprism/convert_image.go +++ b/internal/photoprism/convert_image.go @@ -92,9 +92,10 @@ func (w *Convert) ToImage(f *MediaFile, force bool) (result *MediaFile, err erro start := time.Now() - // PNG, GIF, BMP, TIFF, HEIC/HEIF, AVIF, and WebP can be handled natively, as can - // JPEG XL when the libvips runtime provides JPEG XL support. - if f.IsImageOther() || (f.IsJpegXL() && thumb.JpegXLSupported() && w.conf.JpegXLEnabled()) { + // PNG, GIF, BMP, TIFF, HEIC/HEIF, AVIF, and WebP are handled natively. JPEG XL only when + // "djxl" is unavailable: some libvips builds report JPEG XL support but mis-render files + // without erroring, so the reference "djxl" decoder is preferred when present. + if f.IsImageOther() || (f.IsJpegXL() && thumb.JpegXLSupported() && w.conf.JpegXLEnabled() && w.conf.JpegXLDecoderBin() == "") { log.Infof("convert: converting %s to %s (%s)", clean.Log(filepath.Base(fileName)), clean.Log(filepath.Base(imageName)), f.FileType()) // Create PNG or JPEG image from source file. @@ -181,19 +182,40 @@ func (w *Convert) ToImage(f *MediaFile, force bool) (result *MediaFile, err erro log.Debugf("convert: %s (%s)", clean.Error(err), filepath.Base(cmd.Path)) continue } else if fs.FileExistsNotEmpty(imageName) { - log.Infof("convert: %s created in %s (%s)", clean.Log(filepath.Base(imageName)), time.Since(start), filepath.Base(cmd.Path)) - fileOrientation = c.Orientation - break + // The command wrote the target file directly (e.g. Darktable, RawTherapee). } else if res := out.Bytes(); len(res) < 512 || !mimetype.Detect(res).Is(expectedMime) { continue } else if err = os.WriteFile(imageName, res, fs.ModeFile); err != nil { log.Tracef("convert: %s (%s)", err, filepath.Base(cmd.Path)) continue - } else { - log.Infof("convert: %s created in %s (%s)", clean.Log(filepath.Base(imageName)), time.Since(start), filepath.Base(cmd.Path)) - fileOrientation = c.Orientation - break } + + // Reject output flagged untrustworthy by its stderr (e.g. a RawTherapee render of an + // unsupported sensor) so the loop falls back to the next converter. + if c.StderrRejected(stderr.String()) { + log.Debugf("convert: discarding %s from %s (untrustworthy output)", clean.Log(filepath.Base(imageName)), filepath.Base(cmd.Path)) + if removeErr := os.Remove(imageName); removeErr != nil && !os.IsNotExist(removeErr) { + log.Tracef("convert: %s (%s)", removeErr, filepath.Base(cmd.Path)) + } + continue + } + + // Reject undecodable output (e.g. a truncated/bogus embedded RAW preview that passed + // the MIME sniff) so the loop tries the next converter instead of indexing a file + // whose thumbnails will fail. + if c.VerifyImage { + if err = thumb.Verify(imageName); err != nil { + log.Debugf("convert: discarding undecodable %s from %s (%s)", clean.Log(filepath.Base(imageName)), filepath.Base(cmd.Path), clean.Error(err)) + if removeErr := os.Remove(imageName); removeErr != nil && !os.IsNotExist(removeErr) { + log.Tracef("convert: %s (%s)", removeErr, filepath.Base(cmd.Path)) + } + continue + } + } + + log.Infof("convert: %s created in %s (%s)", clean.Log(filepath.Base(imageName)), time.Since(start), filepath.Base(cmd.Path)) + fileOrientation = c.Orientation + break } // Ok? diff --git a/internal/photoprism/convert_image_jpeg.go b/internal/photoprism/convert_image_jpeg.go index f33be1a5c..77a213039 100644 --- a/internal/photoprism/convert_image_jpeg.go +++ b/internal/photoprism/convert_image_jpeg.go @@ -8,6 +8,7 @@ import ( "github.com/photoprism/photoprism/internal/ffmpeg" "github.com/photoprism/photoprism/internal/ffmpeg/encode" + "github.com/photoprism/photoprism/internal/raw" ) // JpegConvertCmds returns the supported commands for converting a MediaFile to JPEG, sorted by priority. @@ -21,10 +22,11 @@ func (w *Convert) JpegConvertCmds(f *MediaFile, jpegName string, xmpName string) // Add suitable conversion commands depending on the file type, codec, runtime environment, and configuration. fileExt := f.Extension() maxSize := strconv.Itoa(w.conf.JpegSize()) + rawEnabled := w.conf.RawEnabled() // On a Mac, use the Apple Scriptable image processing system to convert images to JPEG, // see https://ss64.com/osx/sips.html. - if (f.IsRaw() || f.IsHeif()) && w.conf.SipsEnabled() && w.sipsExclude.Allow(fileExt) { + if (f.IsRaw() && rawEnabled || f.IsHeif()) && w.conf.SipsEnabled() && w.sipsExclude.Allow(fileExt) { result = append(result, NewConvertCmd( // #nosec G204 -- arguments are built from validated config and file paths. exec.Command(w.conf.SipsBin(), "-Z", maxSize, "-s", "format", "jpeg", "--out", jpegName, f.FileName())), @@ -47,82 +49,51 @@ func (w *Convert) JpegConvertCmds(f *MediaFile, jpegName string, xmpName string) ) } - // Convert RAW files to JPEG with Darktable and/or RawTherapee. - if f.IsRaw() && w.conf.RawEnabled() { - if w.conf.DarktableEnabled() && w.darktableExclude.Allow(fileExt) { - var args []string - - // Set RAW, XMP, and JPEG filenames. - if xmpName != "" { - args = []string{f.FileName(), xmpName, jpegName} - } else { - args = []string{f.FileName(), jpegName} + // Convert RAW files to JPEG: Darktable/RawTherapee render when RAW conversion is enabled, while + // ExifTool preview extraction also runs when rendering is disabled, so existing previews stay usable. + if f.IsRaw() { + if rawEnabled { + if w.conf.DarktableEnabled() && w.darktableExclude.Allow(fileExt) { + cmd, mutex := raw.DarktableCmd(raw.DarktableOptions{ + Bin: w.conf.DarktableBin(), + RawName: f.FileName(), + XmpName: xmpName, + JpegName: jpegName, + MaxSize: w.conf.JpegSize(), + Presets: w.conf.RawPresets(), + ConfigDir: conf.DarktableConfigPath(), + CacheDir: conf.DarktableCachePath(), + }) + useMutex = mutex + result = append(result, NewConvertCmd(cmd)) } - // Set RAW to JPEG conversion options. - if w.conf.RawPresets() { - useMutex = true // can run one instance only with presets enabled - args = append(args, "--width", maxSize, "--height", maxSize, "--hq", "true", "--upscale", "false") - } else { - useMutex = false // --apply-custom-presets=false disables locking - args = append(args, "--apply-custom-presets", "false", "--width", maxSize, "--height", maxSize, "--hq", "true", "--upscale", "false") + // Render the RAW with RawTherapee when Darktable is unavailable or fails. For formats in the + // discard set (e.g. CR3) the output is rejected on an untrustworthy decode (raw.DecoderErrors) + // so the embedded preview wins; other RAW formats (e.g. .raw/.kdc) keep the render because + // RawTherapee may be their only working decoder. + if w.conf.RawTherapeeEnabled() && w.rawTherapeeExclude.Allow(fileExt) { + profile := filepath.Join(conf.AssetsPath(), "profiles", "raw.pp3") + + rtCmd := NewConvertCmd( + raw.TherapeeCmd(w.conf.RawTherapeeBin(), f.FileName(), jpegName, profile, int(w.conf.JpegQuality())), + ) + + if raw.DiscardRenderOnWarning(fileExt) { + rtCmd = rtCmd.WithStderrRejection(raw.DecoderErrors...) + } + + result = append(result, rtCmd) } - - // Set library, config, and cache location. - args = append(args, "--core", "--library", ":memory:") - - if dir := conf.DarktableConfigPath(); dir != "" { - args = append(args, "--configdir", dir) - } - - if dir := conf.DarktableCachePath(); dir != "" { - args = append(args, "--cachedir", dir) - } - - result = append(result, NewConvertCmd( - // #nosec G204 -- arguments are built from validated config and file paths. - exec.Command(w.conf.DarktableBin(), args...)), - ) } - // Extract the largest embedded JPEG preview with ExifTool as a fallback before - // RawTherapee. The camera-rendered preview always has correct colors, unlike a - // generic demosaic of a sensor the RAW decoder cannot identify (e.g. very recent - // Canon CR3 bodies, which otherwise come out magenta). It only wins when Darktable - // is unavailable or fails, so supported cameras keep their full RAW rendering. - // JpgFromRaw is the full-resolution image and PreviewImage the smaller fallback; - // listed largest-first so the convert loop prefers the bigger one. - if w.conf.ExifToolEnabled() { - result = append(result, NewConvertCmd( - // #nosec G204 -- arguments are built from validated config and file paths. - exec.Command(w.conf.ExifToolBin(), "-q", "-q", "-b", "-JpgFromRaw", f.FileName())), - ) - result = append(result, NewConvertCmd( - // #nosec G204 -- arguments are built from validated config and file paths. - exec.Command(w.conf.ExifToolBin(), "-q", "-q", "-b", "-PreviewImage", f.FileName())), - ) + // Extract the embedded camera preview (largest first): the fallback after the RAW developers, + // and the only option when RAW rendering is disabled. Colors stay correct for sensors they + // cannot identify (recent Canon CR3 bodies otherwise come out magenta). Skipped if unusable. + if w.conf.ExifToolEnabled() && raw.PreviewExtAllowed(fileExt) { + result = append(result, NewConvertCmd(raw.ExifToolJpgFromRawCmd(w.conf.ExifToolBin(), f.FileName())).WithImageVerification()) + result = append(result, NewConvertCmd(raw.ExifToolPreviewImageCmd(w.conf.ExifToolBin(), f.FileName())).WithImageVerification()) } - - if w.conf.RawTherapeeEnabled() && w.rawTherapeeExclude.Allow(fileExt) { - jpegQuality := fmt.Sprintf("-j%d", w.conf.JpegQuality()) - profile := filepath.Join(conf.AssetsPath(), "profiles", "raw.pp3") - - args := []string{"-o", jpegName, "-p", profile, "-s", "-d", jpegQuality, "-js3", "-b8", "-c", f.FileName()} - - result = append(result, NewConvertCmd( - // #nosec G204 -- arguments are built from validated config and file paths. - exec.Command(w.conf.RawTherapeeBin(), args...)), - ) - } - } - - // Use ExifTool to extract JPEG thumbnails from Digital Negative (DNG) files. - if f.IsDng() && w.conf.ExifToolEnabled() { - // Example: exiftool -b -PreviewImage -w IMG_4691.DNG.jpg IMG_4691.DNG - result = append(result, NewConvertCmd( - // #nosec G204 -- arguments are built from validated config and file paths. - exec.Command(w.conf.ExifToolBin(), "-q", "-q", "-b", "-PreviewImage", f.FileName())), - ) } // Use "djxl" to convert JPEG XL images as a fallback when libvips lacks native support. @@ -165,7 +136,7 @@ func (w *Convert) JpegConvertCmds(f *MediaFile, jpegName string, xmpName string) if (f.IsTiff() || f.IsPsd()) && w.conf.ExifToolEnabled() { result = append(result, NewConvertCmd( // #nosec G204 -- arguments are built from validated config and file paths. - exec.Command(w.conf.ExifToolBin(), "-q", "-q", "-b", "-PhotoshopThumbnail", f.FileName())), + exec.Command(w.conf.ExifToolBin(), "-q", "-q", "-b", "-PhotoshopThumbnail", f.FileName())).WithImageVerification(), ) } diff --git a/internal/photoprism/convert_image_png.go b/internal/photoprism/convert_image_png.go index 81213613c..c61b575be 100644 --- a/internal/photoprism/convert_image_png.go +++ b/internal/photoprism/convert_image_png.go @@ -21,9 +21,15 @@ func (w *Convert) PngConvertCmds(f *MediaFile, pngName string) (result ConvertCm fileExt := f.Extension() maxSize := strconv.Itoa(w.conf.PngSize()) + // Unlike JpegConvertCmds, this builder does not have a Darktable/RawTherapee renderer or an embedded preview + // fallback for converting RAW images to PNG — see internal/raw/README.md for more information. + if f.IsRaw() && w.conf.RawEnabled() { + log.Debugf("convert: PNG is not a supported target format for %s files", f.FileType().ToUpper()) + } + // On a Mac, use the Apple Scriptable image processing system to convert images to PNG, // see https://ss64.com/osx/sips.html. - if (f.IsRaw() || f.IsHeif()) && w.conf.SipsEnabled() && w.sipsExclude.Allow(fileExt) { + if f.IsHeif() && w.conf.SipsEnabled() && w.sipsExclude.Allow(fileExt) { result = append(result, NewConvertCmd( // #nosec G204 -- arguments are built from validated config and file paths. exec.Command(w.conf.SipsBin(), "-Z", maxSize, "-s", "format", "png", "--out", pngName, f.FileName())), diff --git a/internal/photoprism/convert_image_test.go b/internal/photoprism/convert_image_test.go index 62327611d..a663267d4 100644 --- a/internal/photoprism/convert_image_test.go +++ b/internal/photoprism/convert_image_test.go @@ -9,6 +9,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/photoprism/photoprism/internal/config" + "github.com/photoprism/photoprism/internal/raw" + "github.com/photoprism/photoprism/internal/thumb" "github.com/photoprism/photoprism/pkg/fs" ) @@ -50,6 +52,38 @@ func TestConvert_ToImage(t *testing.T) { _ = os.Remove(outputName) }) + t.Run("JpegXL", func(t *testing.T) { + if cnf.JpegXLDecoderBin() == "" { + t.Skip("djxl must be available for the JPEG XL conversion path") + } + + fileName := filepath.Join(cnf.SamplesPath(), "dice.jxl") + outputName := filepath.Join(cnf.SidecarPath(), cnf.SamplesPath(), "dice.jxl.jpg") + + _ = os.Remove(outputName) + + mf, err := NewMediaFile(fileName) + + if err != nil { + t.Fatal(err) + } + + assert.True(t, mf.IsJpegXL()) + + img, err := convert.ToImage(mf, false) + + if err != nil { + t.Fatal(err) + } + + // With djxl available the native libvips path is skipped (some builds + // mis-render JPEG XL); the djxl-produced preview must be decodable. + assert.Equal(t, outputName, img.FileName()) + assert.True(t, img.IsPreviewImage()) + assert.NoError(t, thumb.Verify(img.FileName())) + + _ = os.Remove(outputName) + }) t.Run("Raw", func(t *testing.T) { jpegFilename := filepath.Join(cnf.ImportPath(), "fern_green.jpg") @@ -308,9 +342,9 @@ func TestConvert_JpegConvertCmds(t *testing.T) { } // TestConvert_JpegConvertCmds_RawEmbeddedPreview verifies that RAW inputs emit -// ExifTool embedded-preview extraction commands (largest-first) ordered after -// Darktable and before RawTherapee, so an unsupported camera falls back to the -// camera-rendered JPEG instead of a wrong-color demosaic. +// ExifTool embedded-preview extraction commands (largest-first) ordered after the +// RAW developers (Darktable and RawTherapee), so an unsupported camera falls back +// to the camera-rendered JPEG instead of a wrong-color demosaic. func TestConvert_JpegConvertCmds_RawEmbeddedPreview(t *testing.T) { cnf := config.TestConfig() @@ -334,9 +368,9 @@ func TestConvert_JpegConvertCmds_RawEmbeddedPreview(t *testing.T) { assert.NotEmpty(t, cmds) - // Record the first occurrence of each command; DNG inputs additionally emit a - // trailing -PreviewImage extraction, which is not the priority position. + // Record the position of each command in the priority-ordered list. jpgFromRaw, previewImage, rawTherapee := -1, -1, -1 + var rawTherapeeCmd *ConvertCmd for i, cmd := range cmds { s := cmd.String() switch { @@ -346,6 +380,7 @@ func TestConvert_JpegConvertCmds_RawEmbeddedPreview(t *testing.T) { previewImage = i case rawTherapee < 0 && strings.Contains(s, filepath.Base(cnf.RawTherapeeBin())): rawTherapee = i + rawTherapeeCmd = cmd } } @@ -354,10 +389,119 @@ func TestConvert_JpegConvertCmds_RawEmbeddedPreview(t *testing.T) { assert.Less(t, jpgFromRaw, previewImage, "JpgFromRaw must be tried before PreviewImage") if cnf.RawTherapeeEnabled() { assert.GreaterOrEqual(t, rawTherapee, 0, "expected a RawTherapee command") - assert.Less(t, previewImage, rawTherapee, "embedded preview must be tried before RawTherapee") + assert.Less(t, rawTherapee, jpgFromRaw, "RawTherapee must be tried before the embedded preview") + assert.Empty(t, rawTherapeeCmd.RejectStderr, "a non-gated RAW format (.dng) must keep its render, so no stderr rejection is attached") } } +// TestConvert_JpegConvertCmds_DiscardRenderGate verifies that the RawTherapee stderr rejection is +// attached only for formats in the discard set (raw.DiscardRenderOnWarning, e.g. CR3), so a magenta +// CR3 falls back to its embedded preview, while formats RawTherapee alone can decode (e.g. .raw/.kdc) +// keep their render. +func TestConvert_JpegConvertCmds_DiscardRenderGate(t *testing.T) { + cnf := config.TestConfig() + + if !cnf.RawTherapeeEnabled() { + t.Skip("RawTherapee must be available for the discard-render gate") + } + + convert := NewConvert(cnf) + dir := t.TempDir() + + cases := []struct { + name, ext string + gated bool + }{ + {"Cr3", ".cr3", true}, + {"Raw", ".raw", false}, + {"Kdc", ".kdc", false}, + {"Cr2", ".cr2", false}, + } + + for _, tc := range cases { + t.Run(tc.name, func(t *testing.T) { + rawFile := filepath.Join(dir, "sample"+tc.ext) + if err := os.WriteFile(rawFile, []byte("raw"), fs.ModeFile); err != nil { + t.Fatal(err) + } + + mediaFile, err := NewMediaFile(rawFile) + if err != nil { + t.Fatal(err) + } + assert.True(t, mediaFile.IsRaw(), "%s must be recognized as RAW", tc.ext) + + cmds, _, err := convert.JpegConvertCmds(mediaFile, rawFile+".jpg", "") + if err != nil { + t.Fatal(err) + } + + var rtCmd *ConvertCmd + for _, cmd := range cmds { + if filepath.Base(cmd.Cmd.Path) == filepath.Base(cnf.RawTherapeeBin()) { + rtCmd = cmd + break + } + } + + if rtCmd == nil { + t.Fatalf("expected a RawTherapee command for %s", tc.ext) + } + + if tc.gated { + assert.Contains(t, rtCmd.RejectStderr, raw.WhiteBalanceError, "%s is gated, so its render must be rejected on a decode warning", tc.ext) + } else { + assert.Empty(t, rtCmd.RejectStderr, "%s is not gated, so its render must be kept", tc.ext) + } + }) + } +} + +// TestConvert_JpegConvertCmds_RawDisabled verifies that with RAW conversion disabled (--disable-raw) +// PhotoPrism only extracts an existing embedded preview and never renders the RAW with Darktable or +// RawTherapee. +func TestConvert_JpegConvertCmds_RawDisabled(t *testing.T) { + cnf := config.TestConfig() + + if !cnf.ExifToolEnabled() { + t.Skip("ExifTool must be available for the RAW embedded-preview fallback") + } + + origRaw := cnf.Options().DisableRaw + cnf.Options().DisableRaw = true + t.Cleanup(func() { + cnf.Options().DisableRaw = origRaw + }) + + convert := NewConvert(cnf) + rawFile := filepath.Join(cnf.SamplesPath(), "canon_eos_6d.dng") + jpegFile := filepath.Join(cnf.SamplesPath(), "canon_eos_6d.dng.jpg") + + mediaFile, err := NewMediaFile(rawFile) + if err != nil { + t.Fatal(err) + } + + cmds, _, err := convert.JpegConvertCmds(mediaFile, jpegFile, "") + if err != nil { + t.Fatal(err) + } + + assert.NotEmpty(t, cmds) + + previewImage := false + for _, cmd := range cmds { + base := filepath.Base(cmd.Cmd.Path) + assert.NotEqual(t, "darktable-cli", base, "Darktable must not run when RAW conversion is disabled") + assert.NotEqual(t, "rawtherapee-cli", base, "RawTherapee must not run when RAW conversion is disabled") + if strings.Contains(cmd.String(), "-PreviewImage") { + previewImage = true + } + } + + assert.True(t, previewImage, "embedded preview must still be extracted when RAW conversion is disabled") +} + // TestConvert_JpegConvertCmds_HeifFallback verifies that the documented external // fallback command is emitted for HEIC and AVIF inputs when libheif tooling // (heif-dec / heif-convert) is available — see issue #5509. @@ -483,4 +627,16 @@ func TestConvert_PngConvertCmds(t *testing.T) { t.Logf("commands: %#v", cmds) }) + t.Run("Raw", func(t *testing.T) { + // RAW is converted to JPEG, not PNG: no converter command is emitted and the call reports + // the format as unsupported (see internal/raw/README.md). + mediaFile, err := NewMediaFile(filepath.Join(cnf.SamplesPath(), "canon_eos_6d.dng")) + if err != nil { + t.Fatal(err) + } + + cmds, _, err := convert.PngConvertCmds(mediaFile, filepath.Join(t.TempDir(), "canon_eos_6d.png")) + assert.Error(t, err) + assert.Empty(t, cmds) + }) } diff --git a/internal/photoprism/get/oidc.go b/internal/photoprism/get/oidc.go index 875402376..827aff807 100644 --- a/internal/photoprism/get/oidc.go +++ b/internal/photoprism/get/oidc.go @@ -18,6 +18,7 @@ func initOIDC() *oidc.Client { Config().OIDCClient(), Config().OIDCSecret(), Config().OIDCScopes(), + Config().OIDCPrompt(), Config().SiteUrl(), false, ) diff --git a/internal/photoprism/get/services_test.go b/internal/photoprism/get/services_test.go index 9f1442d2a..a1f8585ff 100644 --- a/internal/photoprism/get/services_test.go +++ b/internal/photoprism/get/services_test.go @@ -83,7 +83,7 @@ func TestOIDC(t *testing.T) { calls := 0 expected := &oidc.Client{} - newOIDCClient = func(_ *url.URL, _ string, _ string, _ string, _ string, _ bool) (*oidc.Client, error) { + newOIDCClient = func(_ *url.URL, _ string, _ string, _ string, _ string, _ string, _ bool) (*oidc.Client, error) { calls++ return expected, nil } @@ -101,7 +101,7 @@ func TestOIDC(t *testing.T) { calls := 0 expected := &oidc.Client{} - newOIDCClient = func(_ *url.URL, _ string, _ string, _ string, _ string, _ bool) (*oidc.Client, error) { + newOIDCClient = func(_ *url.URL, _ string, _ string, _ string, _ string, _ string, _ bool) (*oidc.Client, error) { calls++ if calls == 1 { return nil, errors.New("service discovery failed") diff --git a/internal/photoprism/index_related_test.go b/internal/photoprism/index_related_test.go index 4c5eb2c4f..b8b58df9b 100644 --- a/internal/photoprism/index_related_test.go +++ b/internal/photoprism/index_related_test.go @@ -133,10 +133,14 @@ func TestIndexRelated(t *testing.T) { } else { assert.Equal(t, "Botanischer Garten", photo.PhotoTitle) assert.Equal(t, "Tulpen am See", photo.PhotoCaption) - assert.Contains(t, photo.Details.Keywords, "krokus") - assert.Contains(t, photo.Details.Keywords, "blume") - assert.Contains(t, photo.Details.Keywords, "schöne") - assert.Contains(t, photo.Details.Keywords, "wiese") + // dc:subject feeds the descriptive Subject field (entries keep + // their spaces), not the Keywords field. Filename/location keywords + // still populate Keywords, but the dc:subject values must not. + assert.Equal(t, "Krokus, Blume, Schöne Wiese", photo.Details.Subject) + assert.NotContains(t, photo.Details.Keywords, "krokus") + assert.NotContains(t, photo.Details.Keywords, "blume") + assert.NotContains(t, photo.Details.Keywords, "schöne") + assert.NotContains(t, photo.Details.Keywords, "wiese") assert.Equal(t, "2021-03-24 12:07:29 +0000 UTC", photo.TakenAt.String()) assert.Equal(t, "xmp", photo.TakenSrc) } diff --git a/internal/raw/README.md b/internal/raw/README.md new file mode 100644 index 000000000..5322f57fe --- /dev/null +++ b/internal/raw/README.md @@ -0,0 +1,60 @@ +## PhotoPrism — RAW Image Conversion + +**Last Updated:** June 30, 2026 + +### Overview + +`internal/raw` provides command builders and heuristics for converting camera RAW images (including Adobe Digital Negative, `.dng`) to JPEG with Darktable, RawTherapee, and ExifTool. It mirrors the `internal/ffmpeg` pattern: the builders return `*exec.Cmd` and the caller passes the binary path plus options, while the orchestration that runs the commands and accepts their output stays in `internal/photoprism` (`Convert.JpegConvertCmds` and the `ToImage` convert loop). + +The package owns the small amount of RAW-specific knowledge that would otherwise be scattered through the converter: the command flags, the stderr patterns that mark an untrustworthy decode, and the list of formats whose embedded preview is unusable. + +#### Builders + +- `DarktableCmd(DarktableOptions) (*exec.Cmd, bool)` — also reports whether the command needs a global mutex (presets mode runs one instance at a time). +- `TherapeeCmd(bin, rawName, jpegName, profile string, quality int) *exec.Cmd` — RawTherapee render to JPEG (named without the `Raw` prefix to avoid a `raw.RawTherapee…` stutter). +- `ExifToolJpgFromRawCmd` / `ExifToolPreviewImageCmd` — extract the full-resolution / smaller embedded preview to stdout. + +### Converter Priority + +For a RAW input, `JpegConvertCmds` appends commands in this order, and the convert loop accepts the first whose output passes: + +1. **Darktable** — full RAW developer (preferred). +2. **RawTherapee** — full RAW developer (when Darktable is unavailable or fails). +3. **Embedded camera preview** via ExifTool (largest first) — the last resort. + +The embedded preview is last because a full render is higher quality, but it has correct colors when the RAW developers cannot identify the sensor (e.g. very recent Canon CR3 bodies otherwise come out magenta), so it wins when the developers are unavailable or — for the gated formats described below — produce an untrustworthy render. + +### Conversion Gating (`--disable-raw`) + +`PHOTOPRISM_DISABLE_RAW` disables both **indexing** and **conversion** of RAW, via two independent gates: + +- **Indexing/import/upload** skip RAW entirely before it reaches the converter (`index.go`, `mediafile_related.go`, `import.go`, `users_upload.go`). +- **Conversion** gates only the RAW *renderers* (Darktable, RawTherapee, and the macOS `sips` path) on `RawEnabled()`. ExifTool preview extraction runs regardless, so an already-embedded preview can still be extracted when rendering is disabled (e.g. via the `convert` CLI). + +### Error Handling + +The three tools fail differently, so they are guarded differently: + +- **Darktable** signals an unsupported sensor with a **non-zero exit code** and writes no file (its diagnostics go to stdout, e.g. `[libraw_open] detected unsupported image`). The convert loop's exit-code check skips it, so no stderr inspection is needed. +- **RawTherapee** can **exit 0 yet produce wrong colors** (e.g. a default white balance for an unidentified sensor) while printing a dcraw-derived message to stderr. For formats in the discard set (`DiscardRenderOnWarning`, default `.cr3`) its command is tagged with `ConvertCmd.WithStderrRejection(raw.DecoderErrors...)`; a match discards the output and the loop falls through to the embedded preview. `WhiteBalanceError` is the canonical case; `DecoderErrors` adds the other untrustworthy-decode messages (sourced from `dcraw.c`). Other RAW formats keep the render — see *Discard-on-Warning Gate* below. +- **Embedded previews** can be header-valid yet fail the thumbnailer (a bogus Huffman table only surfaces during shrink-on-load), so they are tagged `WithImageVerification`, which runs `thumb.Verify` to force the decode before acceptance. + +Because of this, `StderrRejected` is RawTherapee-specific by design — Darktable does not need it (it fails via exit code, not via accepted-but-wrong output). + +### Discard-on-Warning Gate + +`DiscardRenderOnWarning(ext)` decides, per RAW format, whether a RawTherapee render is discarded when its stderr matches `DecoderErrors`. It defaults to Canon CR3 (`.cr3`): recent CR3 bodies, which neither RAW developer can demosaic, render magenta, but they reliably embed a good preview to fall back to. The white-balance warning alone cannot tell a magenta render from a fine one — RawTherapee emits it for any sensor whose coefficients it cannot read, including obscure bodies whose default-WB render is perfectly fine — so the rejection is gated on the format as well as the warning. + +Formats RawTherapee alone can decode (e.g. `.raw`, `.kdc`) are deliberately left out: they have no embedded preview to fall back to, so discarding the render would leave nothing to index. The set is overridable via `PHOTOPRISM_RAW_DISCARD_ON_WARNING_EXT` (a comma-separated list that **replaces** the default), an escape hatch — outside the CLI/config surface — for adding a newly found magenta-prone format without a rebuild. A gated format must allow embedded-preview extraction (`PreviewExtAllowed`); otherwise its render would be discarded with no fallback, so PhotoPrism logs a warning at startup if an override names such a format. + +### Preview-Unsafe Formats + +`previewUnsafeExt` lists RAW extensions whose embedded JPEG preview is known to be unusable, exposed via `PreviewExtAllowed(ext)`. Currently `.mos` (Leaf), whose preview is a bogus-Huffman JPEG that passes a MIME sniff but fails thumbnailing; skipping it forces a full RAW render. + +### PNG Output (Deferred) + +RAW is not converted to PNG today: `ToImage` writes a `.jpg` sidecar for RAW, and `PngConvertCmds` has no RAW renderer at all (it logs and skips RAW). A lossless RAW export/preview (e.g. a future UI "export" tool) is the case that would need RAW→PNG. When that lands, build the PNG path to its own spec rather than copying `JpegConvertCmds`: it should render with Darktable/RawTherapee in **PNG mode** (RawTherapee needs `-n`/`-b16`, a new builder), and it should **not** use the embedded-JPEG preview fallback, which is lossy and would defeat a lossless export. + +### Known Gaps + +- RAW→PNG is unimplemented (see *PNG Output* above); `PngConvertCmds` logs and skips RAW. RAW rendering to JPEG (Darktable, RawTherapee, `sips`) is gated on `RawEnabled()`. diff --git a/internal/raw/convert.go b/internal/raw/convert.go new file mode 100644 index 000000000..c602cf54a --- /dev/null +++ b/internal/raw/convert.go @@ -0,0 +1,74 @@ +package raw + +import ( + "fmt" + "os/exec" + "strconv" +) + +// DarktableOptions configures a Darktable RAW to JPEG conversion command. +type DarktableOptions struct { + Bin string // darktable-cli binary path + RawName string // source RAW file name + XmpName string // optional XMP sidecar file name + JpegName string // destination JPEG file name + MaxSize int // maximum edge length in pixels + Presets bool // apply custom presets (requires a global mutex) + ConfigDir string // optional darktable config directory + CacheDir string // optional darktable cache directory +} + +// DarktableCmd builds the Darktable CLI command and reports whether it requires a global mutex. +// Presets mode can run only one instance at a time, so the caller must serialize those invocations. +func DarktableCmd(o DarktableOptions) (*exec.Cmd, bool) { + var args []string + + if o.XmpName != "" { + args = []string{o.RawName, o.XmpName, o.JpegName} + } else { + args = []string{o.RawName, o.JpegName} + } + + maxSize := strconv.Itoa(o.MaxSize) + + if o.Presets { + args = append(args, "--width", maxSize, "--height", maxSize, "--hq", "true", "--upscale", "false") + } else { + // --apply-custom-presets=false disables locking. + args = append(args, "--apply-custom-presets", "false", "--width", maxSize, "--height", maxSize, "--hq", "true", "--upscale", "false") + } + + args = append(args, "--core", "--library", ":memory:") + + if o.ConfigDir != "" { + args = append(args, "--configdir", o.ConfigDir) + } + + if o.CacheDir != "" { + args = append(args, "--cachedir", o.CacheDir) + } + + // #nosec G204 -- arguments are built from validated config and file paths. + return exec.Command(o.Bin, args...), o.Presets +} + +// TherapeeCmd builds the RawTherapee CLI command that renders a RAW file to JPEG. +func TherapeeCmd(bin, rawName, jpegName, profile string, quality int) *exec.Cmd { + jpegQuality := fmt.Sprintf("-j%d", quality) + args := []string{"-o", jpegName, "-p", profile, "-s", "-d", jpegQuality, "-js3", "-b8", "-c", rawName} + + // #nosec G204 -- arguments are built from validated config and file paths. + return exec.Command(bin, args...) +} + +// ExifToolJpgFromRawCmd builds the ExifTool command that extracts the full-resolution embedded preview to stdout. +func ExifToolJpgFromRawCmd(bin, rawName string) *exec.Cmd { + // #nosec G204 -- arguments are built from validated config and file paths. + return exec.Command(bin, "-q", "-q", "-b", "-JpgFromRaw", rawName) +} + +// ExifToolPreviewImageCmd builds the ExifTool command that extracts the smaller embedded preview to stdout. +func ExifToolPreviewImageCmd(bin, rawName string) *exec.Cmd { + // #nosec G204 -- arguments are built from validated config and file paths. + return exec.Command(bin, "-q", "-q", "-b", "-PreviewImage", rawName) +} diff --git a/internal/raw/convert_test.go b/internal/raw/convert_test.go new file mode 100644 index 000000000..cb60df7d0 --- /dev/null +++ b/internal/raw/convert_test.go @@ -0,0 +1,64 @@ +package raw + +import ( + "strings" + "testing" + + "github.com/stretchr/testify/assert" +) + +func TestDarktableCmd(t *testing.T) { + t.Run("Presets", func(t *testing.T) { + cmd, useMutex := DarktableCmd(DarktableOptions{ + Bin: "/usr/bin/darktable-cli", + RawName: "image.cr2", + JpegName: "image.cr2.jpg", + MaxSize: 7680, + Presets: true, + }) + assert.True(t, useMutex) + s := cmd.String() + assert.Contains(t, s, "/usr/bin/darktable-cli") + assert.Contains(t, s, "image.cr2 image.cr2.jpg") + assert.Contains(t, s, "--width 7680 --height 7680") + assert.NotContains(t, s, "--apply-custom-presets") + }) + t.Run("NoPresetsWithXmpAndDirs", func(t *testing.T) { + cmd, useMutex := DarktableCmd(DarktableOptions{ + Bin: "/usr/bin/darktable-cli", + RawName: "image.cr2", + XmpName: "image.cr2.xmp", + JpegName: "image.cr2.jpg", + MaxSize: 1920, + Presets: false, + ConfigDir: "/cfg", + CacheDir: "/cache", + }) + assert.False(t, useMutex) + s := cmd.String() + assert.Contains(t, s, "image.cr2 image.cr2.xmp image.cr2.jpg") + assert.Contains(t, s, "--apply-custom-presets false") + assert.Contains(t, s, "--configdir /cfg") + assert.Contains(t, s, "--cachedir /cache") + }) +} + +func TestTherapeeCmd(t *testing.T) { + cmd := TherapeeCmd("/usr/bin/rawtherapee-cli", "image.cr2", "image.cr2.jpg", "/assets/raw.pp3", 92) + s := cmd.String() + assert.Contains(t, s, "/usr/bin/rawtherapee-cli") + assert.Contains(t, s, "-o image.cr2.jpg") + assert.Contains(t, s, "-p /assets/raw.pp3") + assert.Contains(t, s, "-j92") + assert.Contains(t, s, "-c image.cr2") +} + +func TestExifToolJpgFromRawCmd(t *testing.T) { + cmd := ExifToolJpgFromRawCmd("/usr/bin/exiftool", "image.cr2") + assert.Equal(t, []string{"/usr/bin/exiftool", "-q", "-q", "-b", "-JpgFromRaw", "image.cr2"}, cmd.Args) +} + +func TestExifToolPreviewImageCmd(t *testing.T) { + cmd := ExifToolPreviewImageCmd("/usr/bin/exiftool", "image.cr2") + assert.True(t, strings.HasSuffix(cmd.String(), "-q -q -b -PreviewImage image.cr2")) +} diff --git a/internal/raw/discard.go b/internal/raw/discard.go new file mode 100644 index 000000000..075e31b4c --- /dev/null +++ b/internal/raw/discard.go @@ -0,0 +1,77 @@ +package raw + +import ( + "os" + "sort" + "strings" +) + +// discardOnWarningEnv overrides the RAW extensions whose RawTherapee render is discarded on a decode +// warning, as a comma-separated list that replaces the default set (e.g. "cr3, cr2"). It is an escape +// hatch outside the CLI/config surface for adding a newly found magenta-prone format without a rebuild. +const discardOnWarningEnv = "PHOTOPRISM_RAW_DISCARD_ON_WARNING_EXT" + +// discardRenderOnWarning holds the RAW extensions (lowercase, leading dot) whose RawTherapee render is +// discarded when its stderr matches DecoderErrors, so the embedded preview wins (see README.md). +// A gated format must allow preview extraction (PreviewExtAllowed), or its render has no fallback. +var discardRenderOnWarning = defaultDiscardExt() + +// init warns when a configured gated format has no usable embedded preview, since a discarded render +// would then have no fallback and the file would fail to index. +func init() { + for _, ext := range discardExtMissingPreview() { + log.Warnf("raw: discard-on-warning format %s has no embedded preview to fall back to", ext) + } +} + +// defaultDiscardExt returns the gated-extension set, reading discardOnWarningEnv when set and falling +// back to Canon CR3 otherwise. +func defaultDiscardExt() map[string]bool { + if env := strings.TrimSpace(os.Getenv(discardOnWarningEnv)); env != "" { + return parseDiscardExt(env) + } + + return parseDiscardExt(".cr3") +} + +// parseDiscardExt parses a comma-separated extension list into a normalized set (lowercase, leading +// dot). An override that yields no valid entry returns an empty set, disabling the gate entirely. +func parseDiscardExt(s string) map[string]bool { + set := make(map[string]bool) + + for _, item := range strings.Split(s, ",") { + ext := strings.ToLower(strings.TrimSpace(item)) + if ext == "" { + continue + } + if !strings.HasPrefix(ext, ".") { + ext = "." + ext + } + set[ext] = true + } + + return set +} + +// discardExtMissingPreview returns the gated extensions that have no usable embedded preview, sorted, so +// a discarded render would have no fallback. The default set always returns none. +func discardExtMissingPreview() []string { + var missing []string + + for ext := range discardRenderOnWarning { + if !PreviewExtAllowed(ext) { + missing = append(missing, ext) + } + } + + sort.Strings(missing) + + return missing +} + +// DiscardRenderOnWarning reports whether a RawTherapee render of the extension should be discarded when +// its stderr reports a decode warning (DecoderErrors), preferring the embedded preview. The extension +// must be lowercase with a leading dot (e.g. ".cr3"). +func DiscardRenderOnWarning(ext string) bool { + return discardRenderOnWarning[ext] +} diff --git a/internal/raw/discard_test.go b/internal/raw/discard_test.go new file mode 100644 index 000000000..95d532150 --- /dev/null +++ b/internal/raw/discard_test.go @@ -0,0 +1,101 @@ +package raw + +import ( + "testing" + + "github.com/stretchr/testify/assert" +) + +func TestDiscardRenderOnWarning(t *testing.T) { + // Pin the gated set so the predicate is independent of any process-level env override. + orig := discardRenderOnWarning + discardRenderOnWarning = parseDiscardExt(".cr3") + t.Cleanup(func() { discardRenderOnWarning = orig }) + + t.Run("Gated", func(t *testing.T) { + assert.True(t, DiscardRenderOnWarning(".cr3")) + }) + t.Run("NotGated", func(t *testing.T) { + assert.False(t, DiscardRenderOnWarning(".raw")) + assert.False(t, DiscardRenderOnWarning(".kdc")) + assert.False(t, DiscardRenderOnWarning(".cr2")) + assert.False(t, DiscardRenderOnWarning(".dng")) + }) + t.Run("Empty", func(t *testing.T) { + assert.False(t, DiscardRenderOnWarning("")) + }) +} + +func TestDefaultDiscardExt(t *testing.T) { + t.Run("Default", func(t *testing.T) { + set := defaultDiscardExt() + assert.True(t, set[".cr3"]) + assert.Len(t, set, 1) + }) + t.Run("EnvOverrideReplaces", func(t *testing.T) { + // The override replaces the default set rather than extending it. + t.Setenv(discardOnWarningEnv, "cr2, kdc") + set := defaultDiscardExt() + assert.True(t, set[".cr2"]) + assert.True(t, set[".kdc"]) + assert.False(t, set[".cr3"]) + }) + t.Run("EnvBlankFallsBack", func(t *testing.T) { + t.Setenv(discardOnWarningEnv, " ") + set := defaultDiscardExt() + assert.True(t, set[".cr3"]) + assert.Len(t, set, 1) + }) + t.Run("EnvDisablesGate", func(t *testing.T) { + // A comma-only value yields no valid extension and disables the gate. + t.Setenv(discardOnWarningEnv, ",") + assert.Empty(t, defaultDiscardExt()) + }) +} + +func TestParseDiscardExt(t *testing.T) { + t.Run("AddsLeadingDot", func(t *testing.T) { + set := parseDiscardExt("cr3") + assert.True(t, set[".cr3"]) + }) + t.Run("KeepsLeadingDot", func(t *testing.T) { + set := parseDiscardExt(".cr3") + assert.True(t, set[".cr3"]) + }) + t.Run("TrimsAndLowercases", func(t *testing.T) { + set := parseDiscardExt(" .CR3 , KDC ") + assert.True(t, set[".cr3"]) + assert.True(t, set[".kdc"]) + assert.Len(t, set, 2) + }) + t.Run("SkipsBlankEntries", func(t *testing.T) { + set := parseDiscardExt("cr3, , ,cr2") + assert.True(t, set[".cr3"]) + assert.True(t, set[".cr2"]) + assert.Len(t, set, 2) + }) + t.Run("EmptyInput", func(t *testing.T) { + assert.Empty(t, parseDiscardExt("")) + }) +} + +func TestDiscardExtMissingPreview(t *testing.T) { + orig := discardRenderOnWarning + t.Cleanup(func() { discardRenderOnWarning = orig }) + + t.Run("ShippedDefaultIsSafe", func(t *testing.T) { + // The default gated set must never include a preview-unsafe format. + for ext := range defaultDiscardExt() { + assert.Truef(t, PreviewExtAllowed(ext), "default gated format %s must allow preview extraction", ext) + } + }) + t.Run("DefaultClean", func(t *testing.T) { + discardRenderOnWarning = parseDiscardExt(".cr3") + assert.Empty(t, discardExtMissingPreview()) + }) + t.Run("DetectsPreviewUnsafe", func(t *testing.T) { + // A preview-unsafe override (.mos) would discard the render with no fallback. + discardRenderOnWarning = parseDiscardExt(".cr3, .mos") + assert.Equal(t, []string{".mos"}, discardExtMissingPreview()) + }) +} diff --git a/internal/raw/errors.go b/internal/raw/errors.go new file mode 100644 index 000000000..4c2c250d3 --- /dev/null +++ b/internal/raw/errors.go @@ -0,0 +1,35 @@ +package raw + +import "strings" + +// WhiteBalanceError is the RawTherapee/dcraw stderr message indicating it could not read the camera +// white balance, so its colors are untrustworthy and the embedded camera preview is preferred. +const WhiteBalanceError = "Cannot use camera white balance" + +// DecoderErrors lists RawTherapee/dcraw stderr substrings that signal an untrustworthy render — +// wrong colors or a corrupt decode — so callers can fall back to the embedded camera preview. +// Sourced from dcraw.c; verbose progress lines are deliberately excluded. +var DecoderErrors = []string{ + WhiteBalanceError, // no camera white balance coefficients: defaults applied, wrong colors + "matrix not found", // color matrix missing: generic colors, wrong rendering + "Invalid white balance", // unknown white balance preset: wrong colors + "Corrupt data near", // corrupt raw stream: unreliable pixels + "Unexpected end of file", // truncated raw: unreliable pixels + "decoder table overflow", // Huffman decoder overflow: unreliable pixels + "incorrect JPEG dimensions", // lossless-JPEG raw mismatch: unreliable pixels +} + +// Untrustworthy reports whether RAW-decoder stderr output indicates the render cannot be trusted. +func Untrustworthy(stderr string) bool { + if stderr == "" { + return false + } + + for _, pattern := range DecoderErrors { + if strings.Contains(stderr, pattern) { + return true + } + } + + return false +} diff --git a/internal/raw/errors_test.go b/internal/raw/errors_test.go new file mode 100644 index 000000000..5930cba59 --- /dev/null +++ b/internal/raw/errors_test.go @@ -0,0 +1,34 @@ +package raw + +import ( + "testing" + + "github.com/stretchr/testify/assert" +) + +func TestUntrustworthy(t *testing.T) { + t.Run("WhiteBalance", func(t *testing.T) { + assert.True(t, Untrustworthy("Processing...\nCannot use camera white balance.\n")) + }) + t.Run("MatrixNotFound", func(t *testing.T) { + assert.True(t, Untrustworthy(`image.x3f: "Foo" matrix not found!`)) + }) + t.Run("CorruptData", func(t *testing.T) { + assert.True(t, Untrustworthy("Corrupt data near 0x1234")) + }) + t.Run("BenignWarning", func(t *testing.T) { + assert.False(t, Untrustworthy("Warning: sidecar file requested but not found for: image.cr2")) + }) + t.Run("VerboseProgress", func(t *testing.T) { + assert.False(t, Untrustworthy("AHD interpolation...\nConverting to sRGB colorspace...\n")) + }) + t.Run("Empty", func(t *testing.T) { + assert.False(t, Untrustworthy("")) + }) +} + +func TestDecoderErrors(t *testing.T) { + assert.Equal(t, WhiteBalanceError, DecoderErrors[0]) + assert.Contains(t, DecoderErrors, "matrix not found") + assert.Contains(t, DecoderErrors, "incorrect JPEG dimensions") +} diff --git a/internal/raw/preview.go b/internal/raw/preview.go new file mode 100644 index 000000000..956fcc875 --- /dev/null +++ b/internal/raw/preview.go @@ -0,0 +1,13 @@ +package raw + +// previewUnsafeExt lists RAW extensions whose embedded JPEG preview is unusable (e.g. fails +// thumbnailing), so preview extraction is skipped in favor of a full RAW render. +var previewUnsafeExt = map[string]bool{ + ".mos": true, // Leaf .mos files ship a bogus-Huffman embedded preview. +} + +// PreviewExtAllowed reports whether the embedded preview may be extracted for the extension, +// which must be lowercase with a leading dot (e.g. ".cr3"). +func PreviewExtAllowed(ext string) bool { + return !previewUnsafeExt[ext] +} diff --git a/internal/raw/preview_test.go b/internal/raw/preview_test.go new file mode 100644 index 000000000..fb70f2263 --- /dev/null +++ b/internal/raw/preview_test.go @@ -0,0 +1,18 @@ +package raw + +import ( + "testing" + + "github.com/stretchr/testify/assert" +) + +func TestPreviewExtAllowed(t *testing.T) { + t.Run("Allowed", func(t *testing.T) { + assert.True(t, PreviewExtAllowed(".cr3")) + assert.True(t, PreviewExtAllowed(".dng")) + assert.True(t, PreviewExtAllowed(".nef")) + }) + t.Run("Unsafe", func(t *testing.T) { + assert.False(t, PreviewExtAllowed(".mos")) + }) +} diff --git a/internal/raw/raw.go b/internal/raw/raw.go new file mode 100644 index 000000000..edd3197a2 --- /dev/null +++ b/internal/raw/raw.go @@ -0,0 +1,34 @@ +/* +Package raw provides command builders and helpers for converting camera RAW +images to JPEG with Darktable, RawTherapee, and ExifTool, including the +heuristics that decide, per format, when to discard an untrustworthy decode and +when to skip an unusable embedded preview. + +Copyright (c) 2018 - 2026 PhotoPrism UG. All rights reserved. + + This program is free software: you can redistribute it and/or modify + it under Version 3 of the GNU Affero General Public License (the "AGPL"): + + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + The AGPL is supplemented by our Trademark and Brand Guidelines, + which describe how our Brand Assets may be used: + + +Feel free to send an email to hello@photoprism.app if you have questions, +want to support our work, or just want to say hello. + +Additional information can be found in our Developer Guide: + +*/ +package raw + +import ( + "github.com/photoprism/photoprism/internal/event" +) + +var log = event.Log diff --git a/internal/thumb/testdata/corrupt-preview.jpg b/internal/thumb/testdata/corrupt-preview.jpg new file mode 100644 index 000000000..8bb9bf923 Binary files /dev/null and b/internal/thumb/testdata/corrupt-preview.jpg differ diff --git a/internal/thumb/verify.go b/internal/thumb/verify.go new file mode 100644 index 000000000..86a8d8b78 --- /dev/null +++ b/internal/thumb/verify.go @@ -0,0 +1,41 @@ +package thumb + +import ( + "fmt" + + "github.com/davidbyttow/govips/v2/vips" +) + +// VerifySize is the target edge length used to force a thumbnail decode during Verify; +// it matches the standard tile size whose center-crop decode rejects corrupt previews. +const VerifySize = 500 + +// Verify reports an error if the image file cannot be decoded by the active rendering library. +// Used to reject corrupt converter output (e.g. a bogus-Huffman embedded RAW preview that passes a +// MIME sniff but later fails libvips) so the conversion loop can try the next converter. +func Verify(fileName string) error { + if fileName == "" { + return fmt.Errorf("verify: empty filename") + } + + // Run the same shrink-on-load path the thumbnailer uses so the check matches GenerateThumbnails. + if Library == LibVips { + VipsInit() + + img, err := vips.LoadImageFromFile(fileName, VipsImportParams()) + if err != nil { + return err + } + + defer img.Close() + + // libvips loads JPEGs lazily, so force the decode now (it would otherwise fail later in + // GenerateThumbnails and mark the photo IndexFailed). Mirror the center-crop tile path, + // which rejects bogus-Huffman previews a plain fit resize can skip. + return img.ThumbnailWithSize(VerifySize, VerifySize, vips.InterestingCentre, vips.SizeBoth) + } + + _, err := Open(fileName, 1) + + return err +} diff --git a/internal/thumb/verify_test.go b/internal/thumb/verify_test.go new file mode 100644 index 000000000..75f89ad0d --- /dev/null +++ b/internal/thumb/verify_test.go @@ -0,0 +1,34 @@ +package thumb + +import ( + "os" + "path/filepath" + "testing" + + "github.com/stretchr/testify/assert" +) + +func TestVerify(t *testing.T) { + t.Run("ValidJPEG", func(t *testing.T) { + assert.NoError(t, Verify("testdata/example.jpg")) + }) + t.Run("ValidPNG", func(t *testing.T) { + assert.NoError(t, Verify("testdata/example.png")) + }) + t.Run("EmptyFilename", func(t *testing.T) { + assert.Error(t, Verify("")) + }) + t.Run("NotAnImage", func(t *testing.T) { + name := filepath.Join(t.TempDir(), "garbage.jpg") + assert.NoError(t, os.WriteFile(name, []byte("this is not a valid jpeg payload, only plain text"), 0o600)) + assert.Error(t, Verify(name)) + }) + t.Run("CorruptPreviewLoadsButFailsThumbnail", func(t *testing.T) { + // A real Leaf .mos embedded preview: a header-valid JPEG that decodes as a full image + // but fails the thumbnailer's shrink-on-load with a bogus Huffman table. + assert.Error(t, Verify("testdata/corrupt-preview.jpg")) + }) + t.Run("MissingFile", func(t *testing.T) { + assert.Error(t, Verify(filepath.Join(t.TempDir(), "does-not-exist.jpg"))) + }) +} diff --git a/package-lock.json b/package-lock.json index 32d4e4106..44658d9f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,20 +23,19 @@ "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^9.33.0", "@mdi/font": "^7.4.47", - "@photo-sphere-viewer/core": "^5.14.1", - "@photo-sphere-viewer/equirectangular-video-adapter": "^5.14.1", - "@photo-sphere-viewer/video-plugin": "^5.14.1", + "@photo-sphere-viewer/core": "^5.14.3", + "@photo-sphere-viewer/equirectangular-video-adapter": "^5.14.3", + "@photo-sphere-viewer/video-plugin": "^5.14.3", "@testing-library/jest-dom": "^6.9.1", "@vitejs/plugin-vue": "^6.0.7", "@vitest/coverage-v8": "^4.1.9", - "@vue/compiler-sfc": "^3.5.38", + "@vue/compiler-sfc": "^3.5.39", "@vue/language-server": "^3.3.5", "@vue/test-utils": "^2.4.11", "@vvo/tzdb": "^6.198.0", "axios": "1.18.1", "axios-mock-adapter": "^2.1.0", "babel-loader": "^10.1.1", - "babel-plugin-istanbul": "^7.0.1", "babel-plugin-polyfill-corejs3": "^0.14.2", "browserslist": "^4.28.4", "core-js": "^3.49.0", @@ -68,12 +67,12 @@ "passive-events-support": "^1.1.0", "photoswipe": "^5.4.4", "playwright": "^1.61.1", - "postcss": "^8.5.15", + "postcss": "^8.5.16", "postcss-import": "^16.1.1", "postcss-loader": "^8.2.1", "postcss-preset-env": "^10.6.1", "postcss-reporter": "^7.1.0", - "prettier": "^3.8.4", + "prettier": "^3.9.3", "pubsub-js": "^1.9.5", "regenerator-runtime": "^0.14.1", "resolve-url-loader": "^5.0.0", @@ -83,12 +82,12 @@ "sockette": "^2.0.6", "style-loader": "^4.0.0", "svg-url-loader": "^8.1.0", - "tar": "^7.5.16", + "tar": "^7.5.19", "url-loader": "^4.1.1", "util": "^0.12.5", "vite": "^8.1.0", "vitest": "^4.1.9", - "vue": "^3.5.38", + "vue": "^3.5.39", "vue-3-sanitize": "^0.1.4", "vue-loader": "^17.4.2", "vue-loader-plugin": "^1.3.0", @@ -98,7 +97,7 @@ "vue-style-loader": "^4.1.3", "vue3-gettext": "^2.4.0", "vuetify": "3.12.2", - "webpack": "^5.107.2", + "webpack": "5.107.2", "webpack-bundle-analyzer": "^5.3.0", "webpack-cli": "^6.0.1", "webpack-hot-middleware": "^2.26.1", @@ -1721,15 +1720,15 @@ } }, "node_modules/@colordx/core": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.4.3.tgz", - "integrity": "sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==", + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@colordx/core/-/core-5.5.0.tgz", + "integrity": "sha512-3PxTH8itZzltK0U9jTwVVnjLXvnDYuq3m+QXsHkENxWiPRh4WaoLcs1SQjqgZ55kS+QyirpH5BVwzP2gMVG6EQ==", "license": "MIT" }, "node_modules/@csstools/color-helpers": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.0.2.tgz", - "integrity": "sha512-LMGQLS9EuADloEFkcTBR3BwV/CGHV7zyDxVRtVDTwdI2Ca4it0CCVTT9wCkxSgokjE5Ho41hEPgb8OEUwoXr6Q==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-6.1.0.tgz", + "integrity": "sha512-064IFJdjTfUqnjpCVpMOdbr8FLQBhinbZj6yRv2An2E41O/pLEXqfFRWqGq/SxlE5PEUYTlvWsG2r8MswAVvkg==", "funding": [ { "type": "github", @@ -1769,9 +1768,9 @@ } }, "node_modules/@csstools/css-color-parser": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.1.8.tgz", - "integrity": "sha512-3chWb7PRLijpJpPIKkDxdu6IBeO5MrFACND57On0j8OPpc0wZibcGc3xAHrSEbOx/KDRyMHoIxGn0w1PhXMYHw==", + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-4.1.9.tgz", + "integrity": "sha512-paQcIaOO53Rk5+YrBaBjm/SgrV4INImjo2BT1DtQRYr+XeTRbeAYlS+jxXp9drqvKmtFnWRJKIalDLhZZDu42A==", "funding": [ { "type": "github", @@ -1784,7 +1783,7 @@ ], "license": "MIT", "dependencies": { - "@csstools/color-helpers": "^6.0.2", + "@csstools/color-helpers": "^6.1.0", "@csstools/css-calc": "^3.2.1" }, "engines": { @@ -1818,9 +1817,9 @@ } }, "node_modules/@csstools/css-syntax-patches-for-csstree": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.5.tgz", - "integrity": "sha512-oNjBvzLq2GPZtJphCjLqXow/cHySHSgtxvKZb7OqSZ/xHgw6NWNhfad+6AB9cLeVm6eA9d/qMll3JdEHjy6M+A==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@csstools/css-syntax-patches-for-csstree/-/css-syntax-patches-for-csstree-1.1.6.tgz", + "integrity": "sha512-TcJCWFbXLPpJYq6z7bfOyjWYJDiDg2/I4gyUC9pqPNqHFRIey0EB0q0L5cSnQDfWJg8Jd6VadakxdIez/3zkqQ==", "funding": [ { "type": "github", @@ -5260,105 +5259,6 @@ "node": ">=18.0.0" } }, - "node_modules/@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "license": "ISC", - "dependencies": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "license": "MIT", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "license": "MIT", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", - "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", - "license": "MIT", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "license": "MIT", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "license": "MIT", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "license": "MIT", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/schema": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.6.tgz", - "integrity": "sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/@jest/schemas": { "version": "29.6.3", "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", @@ -5450,11 +5350,12 @@ } }, "node_modules/@mapbox/jsonlint-lines-primitives": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz", - "integrity": "sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.3.tgz", + "integrity": "sha512-0SElaV0uMxEnxzBhhX9WTuPyUeMsAN/SS0i16tjuba4/mio63MG9khjC1a0JAiPGXAwvwm4UfHJURCN7nyudQg==", + "license": "MIT", "engines": { - "node": ">= 0.6" + "node": ">= 22" } }, "node_modules/@mapbox/point-geometry": { @@ -5496,12 +5397,12 @@ } }, "node_modules/@maplibre/geojson-vt": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-6.1.0.tgz", - "integrity": "sha512-2eIY4gZxeKIVOZVNkAMb+5NgXhgsMQpOveTQAvnp53LYqHGJZDidk7Ew0Tged9PThidpbS+NFTh0g4zivhPDzQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-6.1.1.tgz", + "integrity": "sha512-FVMOcmSP/yqol45t7StApEyTL5/vmqBCuFhH9n+fFuINenhaX+YgHHIt1yJ86S8kln3uJLcMvmEU2cfn6E2eCQ==", "license": "ISC", "dependencies": { - "kdbush": "^4.0.2" + "kdbush": "^4.1.0" } }, "node_modules/@maplibre/maplibre-gl-style-spec": { @@ -5922,31 +5823,40 @@ } }, "node_modules/@photo-sphere-viewer/core": { - "version": "5.14.1", - "resolved": "https://registry.npmjs.org/@photo-sphere-viewer/core/-/core-5.14.1.tgz", - "integrity": "sha512-qrwUudrX9YZms4c2shlY/H3jUP0oh9FyGEqIDr/95ulNZgKbhQ6C/i8zDQ4j8ooFR4+z5FDORQtGvLgPyX8VCA==", + "version": "5.14.3", + "resolved": "https://registry.npmjs.org/@photo-sphere-viewer/core/-/core-5.14.3.tgz", + "integrity": "sha512-gSDzM1fuVfWQiDf8Y4AgI+un/wsKmeFO7cY4IFEbjhD1BTXUviSL8GuCXABNfPK2EThZLJqpOXxrbYAhblJrfQ==", "license": "MIT", "dependencies": { - "three": "^0.179.0" + "three": "^0.184.0" + }, + "funding": { + "url": "https://github.com/sponsors/mistic100" } }, "node_modules/@photo-sphere-viewer/equirectangular-video-adapter": { - "version": "5.14.1", - "resolved": "https://registry.npmjs.org/@photo-sphere-viewer/equirectangular-video-adapter/-/equirectangular-video-adapter-5.14.1.tgz", - "integrity": "sha512-rZ6igEy1TEfgHB8Ak/8N0rZNYQLbNEGLVmhwNxDMWESCJ9nrNx3tJHFn7k6eZYjj9zJA73xF5YdY6XWUCpZDzg==", + "version": "5.14.3", + "resolved": "https://registry.npmjs.org/@photo-sphere-viewer/equirectangular-video-adapter/-/equirectangular-video-adapter-5.14.3.tgz", + "integrity": "sha512-jgdFMAGkVgtybq0d+zP3Qbu8SNw1Makw/EOpqyeo1klHK+S5JBRp1ibtq/9NRPtYTlf3Ral03iYR6iDgJuxJbg==", "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/mistic100" + }, "peerDependencies": { - "@photo-sphere-viewer/core": "5.14.1", - "@photo-sphere-viewer/video-plugin": "5.14.1" + "@photo-sphere-viewer/core": "5.14.3", + "@photo-sphere-viewer/video-plugin": "5.14.3" } }, "node_modules/@photo-sphere-viewer/video-plugin": { - "version": "5.14.1", - "resolved": "https://registry.npmjs.org/@photo-sphere-viewer/video-plugin/-/video-plugin-5.14.1.tgz", - "integrity": "sha512-7yItXiD+eS/+9lgtaE9+wXSIpdYVU0kBsBN4vNtChaoJZF3JB8WUXjYLbszKp1yhwsvZ6eNxDcMBUgYdK6CrQA==", + "version": "5.14.3", + "resolved": "https://registry.npmjs.org/@photo-sphere-viewer/video-plugin/-/video-plugin-5.14.3.tgz", + "integrity": "sha512-yMUd3JG0ROJpJkPXJbdFiIkz+m6lDMRrIeLm/bwXvaX+Q1uSgyX0ipIkJrQnAtdk/IU5fdyqBwfn9ExlQ27c2A==", "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/mistic100" + }, "peerDependencies": { - "@photo-sphere-viewer/core": "5.14.1" + "@photo-sphere-viewer/core": "5.14.3" } }, "node_modules/@pkgjs/parseargs": { @@ -5966,9 +5876,9 @@ "license": "MIT" }, "node_modules/@rolldown/binding-android-arm64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.2.tgz", - "integrity": "sha512-2cZ+7xRS+DBcuJBJKnfzsbleumJhBqSlJVpuzHC0nTqfd3QQ7Vx2/x5YR/D7cBamKSeWplwo82Fn9lqYUDEMfA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.1.3.tgz", + "integrity": "sha512-DT6Z3PhvioeHMvxo+xHc3KtqggrI7CCTXCmC2h/5zUlp5jVitv7XEy+9q5/7v8IolhlioawpMo8Kg0EEBy7J0g==", "cpu": [ "arm64" ], @@ -5982,9 +5892,9 @@ } }, "node_modules/@rolldown/binding-darwin-arm64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.2.tgz", - "integrity": "sha512-RkPMJnygxsgOYdkfqgpwY0/Fzm8d0VQe6HGU2/B00Xa9eqdLbrII+DOKAodbJAn3ZL1AJxGHkZRPYazgGY6Ljw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.1.3.tgz", + "integrity": "sha512-0NwgwsjM7LrsuVnXMK3koTpagBNOhloc/BNjKqZjv4V5zI5r13qx69uVhRx+o5Z0yy4Hzq+lpy7TAgUG/ocvrw==", "cpu": [ "arm64" ], @@ -5998,9 +5908,9 @@ } }, "node_modules/@rolldown/binding-darwin-x64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.2.tgz", - "integrity": "sha512-Uiczh6vFhwyfd7WNe7Q7mCA4KxAiLdz7jPE/WGizfRpIieoyFuNVMmM8HqZ9HwudTkY6/AeMQwlNJ9NJijguWw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.1.3.tgz", + "integrity": "sha512-YtiBp4disu6V560loT6PjMdiRaWmVvDNrUunAalbiFx2ggeJwxdAsgZMcoGP17uyAsTwAj5V1niksxlHnVQ1Sw==", "cpu": [ "x64" ], @@ -6014,9 +5924,9 @@ } }, "node_modules/@rolldown/binding-freebsd-x64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.2.tgz", - "integrity": "sha512-+TpdtTRgHiJFjCVFbw311SuLk3KfytPOQQn+VlAEv+gBxYPtL7E6JS9e/tk+8CwxhIZvemJKo4rTKgfWNsKkkA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.1.3.tgz", + "integrity": "sha512-yD3EkEdXk2LypPxnf/kSZHirarsI8gcPzc62SukhR9VJTyvV+F9Q/GxWNuCojc7sXyuVC4DxRGhdDK4X8VSsbw==", "cpu": [ "x64" ], @@ -6030,9 +5940,9 @@ } }, "node_modules/@rolldown/binding-linux-arm-gnueabihf": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.2.tgz", - "integrity": "sha512-4lv1/tkmi7ueIVHnyreaOeUpiZP26BH9rRy6hoYfR9310A2B9nUEVRDvBx69vx64Nr3eTPPRkyciqJJs+j9Jmw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.1.3.tgz", + "integrity": "sha512-c+8vieQbsD7HNAHKIA34w0GJ9FedFFuJGD+7E6vz7Q3uqAIugL5p45fhlsj4UaAsHpcmlqugBWMhA0/j7o0sIg==", "cpu": [ "arm" ], @@ -6046,9 +5956,9 @@ } }, "node_modules/@rolldown/binding-linux-arm64-gnu": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.2.tgz", - "integrity": "sha512-gBSUVO0eaWgw1JMjK3gB8BMlX2Mk148s2lTiVT3e9vjVxbl7UDfMWWY8CfIaaqiXuM9fVTMxIpUz6CAo/B6Vlw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.1.3.tgz", + "integrity": "sha512-50jD0uUwLvur7Zz9LHz17kaAdTPjn5wN93hEgjvmYFRZwiR7ZJYovTd5ipyWJDAnXKvZ+wgc+/Ika6dwSF5OcA==", "cpu": [ "arm64" ], @@ -6065,9 +5975,9 @@ } }, "node_modules/@rolldown/binding-linux-arm64-musl": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.2.tgz", - "integrity": "sha512-LjQP/iZLBu8o8PjIfk4x3At0/mT6h282pvz8Z5LAyhGbu/kDezyO7ea62rF5uoqmgnIYqbN/MqJ3Si3Aymi7xQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.1.3.tgz", + "integrity": "sha512-BO9+oPL8K9poZJBfYPsXNtYjPE5uM3qeehT3aFcW4LITOl+iSqhp0abzjR2nWBUNjIZeKXjAEWBZ64WjNoHd6w==", "cpu": [ "arm64" ], @@ -6084,9 +5994,9 @@ } }, "node_modules/@rolldown/binding-linux-ppc64-gnu": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.2.tgz", - "integrity": "sha512-X/7bVLWelEsbyWDUSXt7zVsTniLLPIY2n1rH58qr78l9i7MNbbxBWD8gI2vRfBWf4NUXJCUuQnfZDsp32LqsfQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.1.3.tgz", + "integrity": "sha512-f3VpLB1vQ0Eo6ecr/6cekLnvYMFF4YBFoVGkfkvPLq1bAkbAwHYQPZKoAmG6OJyTcxxoC+AvezGx/S1obNC0Mw==", "cpu": [ "ppc64" ], @@ -6103,9 +6013,9 @@ } }, "node_modules/@rolldown/binding-linux-s390x-gnu": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.2.tgz", - "integrity": "sha512-gb6dYKW/1KDorGXyy48glEBJs/sxVSC5pcVrox/pFGV4mvwSFeg2sK5L2tRkVsVlh7kueqOgg4GEcuipJcGuKg==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.1.3.tgz", + "integrity": "sha512-AmurZ26Pqx/RI9N1gzEOCklkKXl927yjfXWUUS0O7Puh8ARM/Ob8qfrD3qnWksScdw6cSrW5PSHE9DyLu7+PtA==", "cpu": [ "s390x" ], @@ -6122,9 +6032,9 @@ } }, "node_modules/@rolldown/binding-linux-x64-gnu": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.2.tgz", - "integrity": "sha512-JY4w85pU3iAiJVMh5nuk4/Mh9GjMsupe8MrIN53rwxAZW64GKrWeJBuN6SxQg9QTU5uB1cxyhDzW8jqRn1EABw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.1.3.tgz", + "integrity": "sha512-JJpqs8bRGITDOdbkNKnlojzBabbOHrqjSvDr0IVsZObE1lBcPjxItUEY9eWIDbxaJ3cGrXPWGfGkIxFijg/URg==", "cpu": [ "x64" ], @@ -6141,9 +6051,9 @@ } }, "node_modules/@rolldown/binding-linux-x64-musl": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.2.tgz", - "integrity": "sha512-xvpA7o5KCYLB0Rwscmuylb1/zHHSUx4g4xilm4prC5jP76pEUlzBmMbgpbh7bVDbId4NcfT96gN5i6mE6UDaiw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.1.3.tgz", + "integrity": "sha512-rSJcdjPxzA/by/6/rYs+v+bXU7UjvnbUWz8MJb6kh6+knqB1dCrtHg0uu7C/4haqJvqdkYHQ5IGn+tCH9GLW/g==", "cpu": [ "x64" ], @@ -6160,9 +6070,9 @@ } }, "node_modules/@rolldown/binding-openharmony-arm64": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.2.tgz", - "integrity": "sha512-p/ts6KBLjuk49Bp21XH77poQGt02iNz7ChgHep7tudPOaLinR/De/RHdxF8w8Yj4r/bF/bqXwH6PZrB2sA+Nvw==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.1.3.tgz", + "integrity": "sha512-hQ3/PYkDJICgevvyNcVrihVeqq7k1Pp3VZ9lY+dauAYUJKO+auqApvANhvR1An9BhmqYKvW2Mu1F9u4DXSMLxQ==", "cpu": [ "arm64" ], @@ -6176,9 +6086,9 @@ } }, "node_modules/@rolldown/binding-wasm32-wasi": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.2.tgz", - "integrity": "sha512-VMu/wmrZ9hJzYlRhbw7jK5PODlugyKZ5mOdX78+lS8OvuFkWNQdz1pFLrI2p3P0pjXOmUZ7B48o5VnMH9QOGtg==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.1.3.tgz", + "integrity": "sha512-Elcv/BtML9lXrV6JuKITc/grN2kYV9gjsQpW8Jfw4ioK0TOkjBjye0nnyqQNy9STNaI20lXNaQBRrD5gSgR0Yg==", "cpu": [ "wasm32" ], @@ -6187,16 +6097,16 @@ "dependencies": { "@emnapi/core": "1.11.1", "@emnapi/runtime": "1.11.1", - "@napi-rs/wasm-runtime": "^1.1.5" + "@napi-rs/wasm-runtime": "^1.1.6" }, "engines": { "node": "^20.19.0 || >=22.12.0" } }, "node_modules/@rolldown/binding-win32-arm64-msvc": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.2.tgz", - "integrity": "sha512-xtUJqs8qEkuSviS0n1tsohaPuz3a1SPhZywOji4Oo+sgrJs8daEDMZ0QtqL0OS7dx8PoVpg2J/ZZycPY5I2+Zg==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.1.3.tgz", + "integrity": "sha512-2DrEfhluH9yhiaFApmsjsjwrSYbNcY1oFTzYSP1a535jDbV98zCFanA/96TBUd0iDFcxGmw9QRExwGCXz3U+/g==", "cpu": [ "arm64" ], @@ -6210,9 +6120,9 @@ } }, "node_modules/@rolldown/binding-win32-x64-msvc": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.2.tgz", - "integrity": "sha512-85YiLQqjUKgSO/Zjnf9e0XIn5Ymrh1fLDWBeAkZqpuBR/3R8TpfoHXuyblqyQrftSSgWO9qpcHN8mkyKsLraoA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.1.3.tgz", + "integrity": "sha512-OL4OMk7UPXOeVGGd3qo5zJyPIljf4AFgk5QAkPPS+OoLuOOozhuaQGC18MxVTnw/06q93gShAJzlwnSCY9YtqA==", "cpu": [ "x64" ], @@ -6863,9 +6773,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.0.tgz", - "integrity": "sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==", + "version": "26.0.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.0.1.tgz", + "integrity": "sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==", "license": "MIT", "dependencies": { "undici-types": "~8.3.0" @@ -7146,39 +7056,39 @@ "license": "MIT" }, "node_modules/@vue/compiler-core": { - "version": "3.5.38", - "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.38.tgz", - "integrity": "sha512-s99aGxWYig9ErHbct27KXEGhrBYlRI6c4MwAgXErOAbX9xiW37/uMa+XUDO69zLz83dng8UUZ70CTOJrLrYrEQ==", + "version": "3.5.39", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.5.39.tgz", + "integrity": "sha512-16KBTEXAJCpDr0mwlw+AZyhu8iyC7R3S2vBwsI7QnWJU6X3WKc9VKeNEZpiMdZ569qWhz9574L3vV55qRL0Vtw==", "license": "MIT", "dependencies": { "@babel/parser": "^7.29.7", - "@vue/shared": "3.5.38", + "@vue/shared": "3.5.39", "entities": "^7.0.1", "estree-walker": "^2.0.2", "source-map-js": "^1.2.1" } }, "node_modules/@vue/compiler-dom": { - "version": "3.5.38", - "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.38.tgz", - "integrity": "sha512-JTqp25l8aFfJYF7/KmsXZjAxJz7T+SjmTJLoXVjHtc2BrSgSiW2n9Aem/cWq1OPe68A8JL06B3eVdhlP0H4TVw==", + "version": "3.5.39", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.5.39.tgz", + "integrity": "sha512-oQPigALqYbNxTNPvNgSOe+czwVExfbVF02lz8jP0S3AXJiu3jxYDygNUiqSep4ezzW8XgnubqH63My2A7JR/vg==", "license": "MIT", "dependencies": { - "@vue/compiler-core": "3.5.38", - "@vue/shared": "3.5.38" + "@vue/compiler-core": "3.5.39", + "@vue/shared": "3.5.39" } }, "node_modules/@vue/compiler-sfc": { - "version": "3.5.38", - "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.38.tgz", - "integrity": "sha512-DuA2GiZawSEW442iw/9+Fkol8hTgb4Ke5KkhmSry65QA7YuyMbIdy8p0XZRMvNwJdgRz307W8g1CSzdvS4nuNg==", + "version": "3.5.39", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.5.39.tgz", + "integrity": "sha512-d0ki86iOyN8LoZPBmk5SJWNwHP19CnDDCfuo//+2WJa2g5Ke0Jay983PIBIcSSzldC68I8DrD5GrHV3OSDfodg==", "license": "MIT", "dependencies": { "@babel/parser": "^7.29.7", - "@vue/compiler-core": "3.5.38", - "@vue/compiler-dom": "3.5.38", - "@vue/compiler-ssr": "3.5.38", - "@vue/shared": "3.5.38", + "@vue/compiler-core": "3.5.39", + "@vue/compiler-dom": "3.5.39", + "@vue/compiler-ssr": "3.5.39", + "@vue/shared": "3.5.39", "estree-walker": "^2.0.2", "magic-string": "^0.30.21", "postcss": "^8.5.15", @@ -7186,13 +7096,13 @@ } }, "node_modules/@vue/compiler-ssr": { - "version": "3.5.38", - "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.38.tgz", - "integrity": "sha512-7s+W5Gc42FGxZMcuwl8H5B29T8BJPMdBT7KHFE+BbAuZ/iTEdTtv7z2XiMjiaUUw4w3ZcCEdHs36RuYJ2VA7bA==", + "version": "3.5.39", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.5.39.tgz", + "integrity": "sha512-Ce7/wvwMHai74bdszfXExdazFigYnlF9zgCmEQUcM1j0fOymlouZ7XilTYNo8oUjhlnjYOZbGrcYKuqjz89Ucw==", "license": "MIT", "dependencies": { - "@vue/compiler-dom": "3.5.38", - "@vue/shared": "3.5.38" + "@vue/compiler-dom": "3.5.39", + "@vue/shared": "3.5.39" } }, "node_modules/@vue/devtools-api": { @@ -7270,53 +7180,53 @@ } }, "node_modules/@vue/reactivity": { - "version": "3.5.38", - "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.38.tgz", - "integrity": "sha512-pG6LV/NDNRbKizcUjFFLAfjaL8mcv4DmR9avNcUw2gDHBzZneuS2TWCmp633ynzxz9YYKNeEPK2I8Wraqy2HUQ==", + "version": "3.5.39", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.39.tgz", + "integrity": "sha512-TpsuBJ9gGlZa5d23XcM2y8EXanz9dZeVDQBXRwzy46ItgvM+rWpzs+UVM0wcRLxGvcav0HE5jz2gNL53xlRAog==", "license": "MIT", "dependencies": { - "@vue/shared": "3.5.38" + "@vue/shared": "3.5.39" } }, "node_modules/@vue/runtime-core": { - "version": "3.5.38", - "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.38.tgz", - "integrity": "sha512-iyW8WVfF1CpCXxncZY5Ei6rSd6oZr5DgEom//fUjRBRl56AXPD+s9ATvukRt77ZFTuYlnVA1bxY+dJB94tWVYw==", + "version": "3.5.39", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.5.39.tgz", + "integrity": "sha512-9GLtNyRvPAUMbX+7ono0RC2j0guo2LXVi8LvcmAooImACUKm0oFf0jjwbX8/H0AE/t1nxhAkn8RSl9PMCzzxZw==", "license": "MIT", "dependencies": { - "@vue/reactivity": "3.5.38", - "@vue/shared": "3.5.38" + "@vue/reactivity": "3.5.39", + "@vue/shared": "3.5.39" } }, "node_modules/@vue/runtime-dom": { - "version": "3.5.38", - "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.38.tgz", - "integrity": "sha512-apX2wt9sdfDshS+a2xueFZLVpt0GkRJZSoPmrW/SA4yzXTznhfcMVW59gr7h4YQeY0vJhdJkk2rsIDwgfFgC5A==", + "version": "3.5.39", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.5.39.tgz", + "integrity": "sha512-7Y6aAGboKcXAZ3ECuUy7RrS5yy2r47dhTp2SKaJmYxjopImaVFaNa5Ne66NwGovsrxVAl5S5rwc7m22UG7Lmww==", "license": "MIT", "dependencies": { - "@vue/reactivity": "3.5.38", - "@vue/runtime-core": "3.5.38", - "@vue/shared": "3.5.38", + "@vue/reactivity": "3.5.39", + "@vue/runtime-core": "3.5.39", + "@vue/shared": "3.5.39", "csstype": "^3.2.3" } }, "node_modules/@vue/server-renderer": { - "version": "3.5.38", - "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.38.tgz", - "integrity": "sha512-vue8vbf2QlV4quHqzwmJy6dWfmRhP1J8l4wtZg60CL6VoKqcPY2oe7may3+1d9qfpedjK5PRLFqd5k3Isj9mUw==", + "version": "3.5.39", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.5.39.tgz", + "integrity": "sha512-yZSakiAGw85rZfG7UM8akMnIF+FmeiNk47uvHf2nVBBSe+dIKUhZuZq9+XgJhbV3nS5Z4ALH23/MpXofW+mbcw==", "license": "MIT", "dependencies": { - "@vue/compiler-ssr": "3.5.38", - "@vue/shared": "3.5.38" + "@vue/compiler-ssr": "3.5.39", + "@vue/shared": "3.5.39" }, "peerDependencies": { - "vue": "3.5.38" + "vue": "3.5.39" } }, "node_modules/@vue/shared": { - "version": "3.5.38", - "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.38.tgz", - "integrity": "sha512-FTW0AFZNaK5/mOqvGBwVfUlNLU38TiQn4+DQgIFUnrBBJQ1crMJ82yeGQLV5jyKFsO8yRukpbuP7x+nRbH6aug==", + "version": "3.5.39", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.5.39.tgz", + "integrity": "sha512-l1rrBtBfTnmxvtsvdQDXltUUy8S1Y+ZaqdfUzmAnJkTd8Z8rv5v/ytW+TKiqEOWyHPoqtPlNFSs0lhRmYVSHVA==", "license": "MIT" }, "node_modules/@vue/test-utils": { @@ -8006,9 +7916,9 @@ } }, "node_modules/autoprefixer": { - "version": "10.5.1", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.1.tgz", - "integrity": "sha512-jwM2pcTuCWUoN70FEvf5XrXyDbUgRURK4FnU8v0jWZZYU/KkVvN9T33mu1sVLFY9JW3kTWzKheEpn6xYLRc/VA==", + "version": "10.5.2", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.5.2.tgz", + "integrity": "sha512-rD5t5DwOjJdmSORcTq64j8MawTC+tbQ+HHqjR4NDumamy/ambn1UJrlKL+KdwujWxMkFjPM3pPHOEA9tl4767Q==", "funding": [ { "type": "opencollective", @@ -8106,25 +8016,6 @@ } } }, - "node_modules/babel-plugin-istanbul": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.1.tgz", - "integrity": "sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA==", - "license": "BSD-3-Clause", - "workspaces": [ - "test/babel-8" - ], - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.3", - "istanbul-lib-instrument": "^6.0.2", - "test-exclude": "^6.0.0" - }, - "engines": { - "node": ">=12" - } - }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.4.17", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.17.tgz", @@ -8171,9 +8062,9 @@ "license": "MIT" }, "node_modules/baseline-browser-mapping": { - "version": "2.10.38", - "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.38.tgz", - "integrity": "sha512-31/02mVB4yuQU6adKk5SlY6m+mxDwUq5KZkyYgnLrrKl7TEm1+3PyDtDBz2kOv/wxZz41GHsvV1A/u6RmiyBvw==", + "version": "2.10.40", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.40.tgz", + "integrity": "sha512-BSSLZ9/Cjjv7Gtj5B68ZzXcXUg8iOf3fme+FCuh8rC/Go+Kmh8cox7M3A8dolou16s64QjLPOSdngh7GxXvkSw==", "license": "Apache-2.0", "bin": { "baseline-browser-mapping": "dist/cli.cjs" @@ -8344,15 +8235,6 @@ "node": ">=6" } }, - "node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/caniuse-api": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", @@ -9300,9 +9182,9 @@ } }, "node_modules/earcut": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/earcut/-/earcut-3.0.2.tgz", - "integrity": "sha512-X7hshQbLyMJ/3RPhyObLARM2sNxxmRALLKx1+NVFFnQ9gKzmCrxm9+uLIAdBcvc8FNLpctqlQ2V6AE92Ol9UDQ==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/earcut/-/earcut-3.1.1.tgz", + "integrity": "sha512-zD5UNOQNJMiAERoZwDJsgVrngtBS7nnJwUHdVgiaqMAH5usYw4ig0p1nO1MhEfbNFNFFNPTCC5gqmdJ2yt7NvQ==", "license": "ISC" }, "node_modules/eastasianwidth": { @@ -9390,9 +9272,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.378", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.378.tgz", - "integrity": "sha512-VinvOAuuPmdD1guEgGv5f2Qp7/vlfqOrUOMYNnOD4wj3pit8kRsQHzfIf6teyUGWo15Tg5+bOJaRunvyltpVWQ==", + "version": "1.5.381", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.381.tgz", + "integrity": "sha512-n9Wa6yB+vDsGuA8AKbl/0z7HbvWqt5jxIdvr1IUicd0ryPrk7/xzwqLv8D9AbbvZ6avVNtXYLTfmgFHkwkyelg==", "license": "ISC" }, "node_modules/emmet": { @@ -9427,9 +9309,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.24.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.0.tgz", - "integrity": "sha512-SkE2t82KlkkxQRVMVLAGKxLfORGQfrkx5dkj+vlgXRVNEdPc4eZcR+J/Fvj8C+yKSFH5L0q3NFlyufOVQnCcYQ==", + "version": "5.24.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.1.tgz", + "integrity": "sha512-7DdUaTjmNwMcH2gLr1qycesKII3BK4RLy/mdAb7x10Lq7bR4aNKHt1BR1ZALSv0rPM/hF5wYF0PhGop/rJm8vw==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", @@ -9586,9 +9468,9 @@ } }, "node_modules/es-module-lexer": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.1.0.tgz", - "integrity": "sha512-n27zTYMjYu1aj4MjCWzSP7G9r75utsaoc8m61weK+W8JMBGGQybd43GstCXZ3WNmSFtGT9wi59qQTW6mhTR5LQ==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.2.0.tgz", + "integrity": "sha512-3lGxdTXCLfe1MYfTz1y2ksAAUM4NAOP6rPEjxGJVKO7TZ5+tvHCaQWGpC4Y3IXvW3ece0Cz1cIP4FWBxOnGCTQ==", "license": "MIT" }, "node_modules/es-object-atoms": { @@ -9631,12 +9513,13 @@ } }, "node_modules/es-to-primitive": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.1.tgz", - "integrity": "sha512-CxN9N56HYfd2m/acc/NOFrZQsN9kU4eh+2kk6A707Kz1krH8tKmfrs5RnftB8WNX80T0NS7vSQsDOlg23diR2g==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.3.4.tgz", + "integrity": "sha512-yPDz7wqpg1/mmHLmS3tcfTfbw5f1eryXvyghYBffGdERwe+mV7ZcWzTR8LR17Kvqt3qfPurjlonmnq3MKXIOXw==", "license": "MIT", "dependencies": { "es-abstract-get": "^1.0.0", + "es-define-property": "^1.0.1", "es-errors": "^1.3.0", "is-callable": "^1.2.7", "is-date-object": "^1.1.0", @@ -10119,19 +10002,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "license": "BSD-2-Clause", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/esquery": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.7.0.tgz", @@ -10208,9 +10078,9 @@ "license": "MIT" }, "node_modules/expect-type": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.3.0.tgz", - "integrity": "sha512-knvyeauYhqjOYvQ66MznSMs83wmHrCycNEN6Ao+2AeYEfxUIkuiVxdEa1qlGEPK+We3n0THiDciYSsCcgW/DoA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.4.0.tgz", + "integrity": "sha512-KfYbmpRm0VbLjEvVa9yGwCi9GI34xvi7A/HXYWQO65CSD2u3MczUJSuwXKFIxlGsgBQizV9q5J9NHj4VG0n+pA==", "license": "Apache-2.0", "engines": { "node": ">=12.0.0" @@ -10235,9 +10105,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz", + "integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==", "funding": [ { "type": "github", @@ -10666,15 +10536,6 @@ "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", "license": "ISC" }, - "node_modules/get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "license": "MIT", - "engines": { - "node": ">=8.0.0" - } - }, "node_modules/get-proto": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", @@ -11040,9 +10901,9 @@ } }, "node_modules/immutable": { - "version": "5.1.7", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.7.tgz", - "integrity": "sha512-47Xb+LFbZ/ZIjQMj6Q5J3IfK7PJFuqRdFOC9FpGgRTK6U2dAEVmkR9hp58qU4FpYux5YXpneDwkj2EP6lppzFA==", + "version": "5.1.9", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.9.tgz", + "integrity": "sha512-m8nVez3rwrgmWxtLMt1ZYXB2Lv7OKYn/disyxAlSDYAlKSlFoPPfIAmAM/M5xqL4m4C/wAPw7S2/CNaUii1Hxg==", "license": "MIT" }, "node_modules/import-fresh": { @@ -11061,15 +10922,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/import-fresh/node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/import-local": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", @@ -11793,34 +11645,6 @@ "node": ">=8" } }, - "node_modules/istanbul-lib-instrument": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", - "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", - "license": "BSD-3-Clause", - "dependencies": { - "@babel/core": "^7.23.9", - "@babel/parser": "^7.23.9", - "@istanbuljs/schema": "^0.1.3", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^7.5.4" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-instrument/node_modules/semver": { - "version": "7.8.5", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz", - "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==", - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/istanbul-lib-report": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", @@ -12054,9 +11878,9 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", - "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", "funding": [ { "type": "github", @@ -13004,9 +12828,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.49", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.49.tgz", - "integrity": "sha512-f06bl1D+8ZDkn2oOQQKAh5/otFWqVnM1Q5oerA8Pex7UfT66Tx4IPHIqVVFKqFT3FUtaDstdgkM7yT7JWhqxfw==", + "version": "2.0.50", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.50.tgz", + "integrity": "sha512-J6l92tKHX6w8Jy5nO1Vuc01NoIiRGi/d6qBKVxh+IQ8Cr3b6HbVNfKiF8ZpFKufTwpwxMmce2W3iQZ861ZRyTg==", "license": "MIT", "engines": { "node": ">=18" @@ -13686,9 +13510,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.16", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", + "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", "funding": [ { "type": "opencollective", @@ -15422,9 +15246,9 @@ } }, "node_modules/prettier": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz", - "integrity": "sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==", + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.3.tgz", + "integrity": "sha512-HWmu+K+zvHNpaMfSnYeqdqrDbR16cuIXaPx8WoHaviQkDJh1/0BNtOZmHVQI5jc3wXv0H1yXc9wjvFdXh+n3hQ==", "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" @@ -15762,7 +15586,7 @@ "node": ">=8" } }, - "node_modules/resolve-from": { + "node_modules/resolve-cwd/node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", @@ -15771,6 +15595,15 @@ "node": ">=8" } }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/resolve-protobuf-schema": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz", @@ -15803,9 +15636,9 @@ "license": "MIT" }, "node_modules/rolldown": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.1.2.tgz", - "integrity": "sha512-x0CrQQqCXWGeI8dTvFfN/Dnv3yMKT9hv5jFjlOreKAx9wqLq9wz7VvLLHyaAXC90/CpggTu9SisSbsJJTPSjNQ==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.1.3.tgz", + "integrity": "sha512-1F1eEtUBtFvcGm1HQ9TiUIUHPQG7mSAODrhIzjxoUEFuo8OcbrGLiVLkevNgj84TE4lnHvnumwFjhJO5Eu135g==", "license": "MIT", "dependencies": { "@oxc-project/types": "=0.137.0", @@ -15818,21 +15651,21 @@ "node": "^20.19.0 || >=22.12.0" }, "optionalDependencies": { - "@rolldown/binding-android-arm64": "1.1.2", - "@rolldown/binding-darwin-arm64": "1.1.2", - "@rolldown/binding-darwin-x64": "1.1.2", - "@rolldown/binding-freebsd-x64": "1.1.2", - "@rolldown/binding-linux-arm-gnueabihf": "1.1.2", - "@rolldown/binding-linux-arm64-gnu": "1.1.2", - "@rolldown/binding-linux-arm64-musl": "1.1.2", - "@rolldown/binding-linux-ppc64-gnu": "1.1.2", - "@rolldown/binding-linux-s390x-gnu": "1.1.2", - "@rolldown/binding-linux-x64-gnu": "1.1.2", - "@rolldown/binding-linux-x64-musl": "1.1.2", - "@rolldown/binding-openharmony-arm64": "1.1.2", - "@rolldown/binding-wasm32-wasi": "1.1.2", - "@rolldown/binding-win32-arm64-msvc": "1.1.2", - "@rolldown/binding-win32-x64-msvc": "1.1.2" + "@rolldown/binding-android-arm64": "1.1.3", + "@rolldown/binding-darwin-arm64": "1.1.3", + "@rolldown/binding-darwin-x64": "1.1.3", + "@rolldown/binding-freebsd-x64": "1.1.3", + "@rolldown/binding-linux-arm-gnueabihf": "1.1.3", + "@rolldown/binding-linux-arm64-gnu": "1.1.3", + "@rolldown/binding-linux-arm64-musl": "1.1.3", + "@rolldown/binding-linux-ppc64-gnu": "1.1.3", + "@rolldown/binding-linux-s390x-gnu": "1.1.3", + "@rolldown/binding-linux-x64-gnu": "1.1.3", + "@rolldown/binding-linux-x64-musl": "1.1.3", + "@rolldown/binding-openharmony-arm64": "1.1.3", + "@rolldown/binding-wasm32-wasi": "1.1.3", + "@rolldown/binding-win32-arm64-msvc": "1.1.3", + "@rolldown/binding-win32-x64-msvc": "1.1.3" } }, "node_modules/rollup": { @@ -16376,12 +16209,6 @@ "source-map": "^0.6.0" } }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", - "license": "BSD-3-Clause" - }, "node_modules/stackback": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", @@ -16784,9 +16611,9 @@ } }, "node_modules/tar": { - "version": "7.5.16", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.16.tgz", - "integrity": "sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==", + "version": "7.5.19", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.19.tgz", + "integrity": "sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==", "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/fs-minipass": "^4.0.0", @@ -16948,20 +16775,6 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "license": "MIT" }, - "node_modules/test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", - "license": "ISC", - "dependencies": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/thenby": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/thenby/-/thenby-1.4.1.tgz", @@ -16969,9 +16782,9 @@ "license": "Apache-2.0" }, "node_modules/three": { - "version": "0.179.1", - "resolved": "https://registry.npmjs.org/three/-/three-0.179.1.tgz", - "integrity": "sha512-5y/elSIQbrvKOISxpwXCR4sQqHtGiOI+MKLc3SsBdDXA2hz3Mdp3X59aUp8DyybMa34aeBwbFTpdoLJaUDEWSw==", + "version": "0.184.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.184.0.tgz", + "integrity": "sha512-wtTRjG92pM5eUg/KuUnHsqSAlPM296brTOcLgMRqEeylYTh/CdtvKUvCyyCQTzFuStieWxvZb8mVTMvdPyUpxg==", "license": "MIT" }, "node_modules/tinybench": { @@ -17021,21 +16834,21 @@ } }, "node_modules/tldts": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.4.4.tgz", - "integrity": "sha512-kFXFK7O4WPextIUAOk8qtnw9dxR9UIXP9CjuH1cTBVBZMDeQcUPgr/IazGiw1B0Yiw5L75gHLWeW4iD793r90g==", + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-7.4.5.tgz", + "integrity": "sha512-RfEzKWcq5fHUOFq7J3rl3Oz6ylKGtcHqUznzj4EcXsxLSIjJcvpbXAQtWGeJQ0xKnimR5e0Cn+cn9TssfMzm+g==", "license": "MIT", "dependencies": { - "tldts-core": "^7.4.4" + "tldts-core": "^7.4.5" }, "bin": { "tldts": "bin/cli.js" } }, "node_modules/tldts-core": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.4.tgz", - "integrity": "sha512-vwVLJVvvpslm7vqAH7+XNj/neA/Ynq7DT2EEcMuwc5YzN5XaMyRAqxwU+uX3azZ1FQtB2gvrvnLnAEkvYlVdfg==", + "version": "7.4.5", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.5.tgz", + "integrity": "sha512-pGrwzZDvPwKe+7NNUqAunb6rqTfynr0VOUhCMdqbu5xlvNiszsAJygRzwvpVycdzejlbpY+SWJOn+s75Og7FEA==", "license": "MIT" }, "node_modules/to-regex-range": { @@ -17904,16 +17717,16 @@ "license": "MIT" }, "node_modules/vue": { - "version": "3.5.38", - "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.38.tgz", - "integrity": "sha512-vAMKHfImQlYSy0C+PBue4s3ERZ2xGKfgZg5GXAsLInq1dyh2H78ILVP5sK0KPFPVW4kv+OGCIvBEondcjpZp7A==", + "version": "3.5.39", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.5.39.tgz", + "integrity": "sha512-xmZCYabFGcirU8r0fTuvl/LICc1OU620rnqepaJDL/a141ZigkG7AyaxQLdqJ02ZRYzWe6YPaDHeQx7MfknQfA==", "license": "MIT", "dependencies": { - "@vue/compiler-dom": "3.5.38", - "@vue/compiler-sfc": "3.5.38", - "@vue/runtime-dom": "3.5.38", - "@vue/server-renderer": "3.5.38", - "@vue/shared": "3.5.38" + "@vue/compiler-dom": "3.5.39", + "@vue/compiler-sfc": "3.5.39", + "@vue/runtime-dom": "3.5.39", + "@vue/server-renderer": "3.5.39", + "@vue/shared": "3.5.39" }, "peerDependencies": { "typescript": "*" @@ -18917,9 +18730,9 @@ } }, "node_modules/workbox-build/node_modules/brace-expansion": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz", - "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz", + "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==", "license": "MIT", "dependencies": { "balanced-match": "^4.0.2" diff --git a/pkg/i18n/i18n_test.go b/pkg/i18n/i18n_test.go index b30542e69..fed254fac 100644 --- a/pkg/i18n/i18n_test.go +++ b/pkg/i18n/i18n_test.go @@ -94,6 +94,10 @@ func TestSource(t *testing.T) { t.Run("WithoutPlaceholder", func(t *testing.T) { assert.Equal(t, "Permission denied", Source(ErrForbidden)) }) + t.Run("AuthErrorMessages", func(t *testing.T) { + assert.Equal(t, "Registration disabled", Source(ErrRegistrationDisabled)) + assert.Equal(t, "Verified email required", Source(ErrVerifiedEmailRequired)) + }) t.Run("UntranslatedAfterSetLocale", func(t *testing.T) { SetLocale("de") assert.Equal(t, "%s already exists", Source(ErrAlreadyExists)) diff --git a/pkg/i18n/messages.go b/pkg/i18n/messages.go index ec9a5b2eb..899c27ed1 100644 --- a/pkg/i18n/messages.go +++ b/pkg/i18n/messages.go @@ -55,6 +55,8 @@ const ( ErrTooManyRequests ErrInsufficientStorage ErrQuotaExceeded + ErrRegistrationDisabled + ErrVerifiedEmailRequired MsgChangesSaved MsgAlbumCreated @@ -107,57 +109,59 @@ const ( // Messages holds default English message strings. var Messages = MessageMap{ // Error messages: - ErrUnexpected: gettext("Something went wrong, try again"), - ErrBadRequest: gettext("Unable to do that"), - ErrSaveFailed: gettext("Changes could not be saved"), - ErrDeleteFailed: gettext("Could not be deleted"), - ErrAlreadyExists: gettext("%s already exists"), - ErrNotFound: gettext("Not found"), - ErrFileNotFound: gettext("File not found"), - ErrFileTooLarge: gettext("File too large"), - ErrUnsupported: gettext("Unsupported"), - ErrUnsupportedType: gettext("Unsupported type"), - ErrUnsupportedFormat: gettext("Unsupported format"), - ErrOriginalsEmpty: gettext("Originals folder is empty"), - ErrSelectionNotFound: gettext("Selection not found"), - ErrEntityNotFound: gettext("Entity not found"), - ErrAccountNotFound: gettext("Account not found"), - ErrUserNotFound: gettext("User not found"), - ErrLabelNotFound: gettext("Label not found"), - ErrCameraNotFound: gettext("Camera not found"), - ErrLensNotFound: gettext("Lens not found"), - ErrAlbumNotFound: gettext("Album not found"), - ErrSubjectNotFound: gettext("Subject not found"), - ErrPersonNotFound: gettext("Person not found"), - ErrFaceNotFound: gettext("Face not found"), - ErrPublic: gettext("Not available in public mode"), - ErrReadOnly: gettext("Not available in read-only mode"), - ErrUnauthorized: gettext("Please log in to your account"), - ErrForbidden: gettext("Permission denied"), - ErrPaymentRequired: gettext("Payment required"), - ErrOffensiveUpload: gettext("Upload might be offensive"), - ErrUploadFailed: gettext("Upload failed"), - ErrNoItemsSelected: gettext("No items selected"), - ErrCreateFile: gettext("Failed creating file, please check permissions"), - ErrCreateFolder: gettext("Failed creating folder, please check permissions"), - ErrConnectionFailed: gettext("Could not connect, please try again"), - ErrPasscodeRequired: gettext("Enter verification code"), - ErrInvalidPasscode: gettext("Invalid verification code, please try again"), - ErrInvalidPassword: gettext("Invalid password, please try again"), - ErrFeatureDisabled: gettext("Feature disabled"), - ErrNoLabelsSelected: gettext("No labels selected"), - ErrNoAlbumsSelected: gettext("No albums selected"), - ErrNoFilesForDownload: gettext("No files available for download"), - ErrZipFailed: gettext("Failed to create zip file"), - ErrInvalidCredentials: gettext("Invalid credentials"), - ErrInvalidLink: gettext("Invalid link"), - ErrInvalidName: gettext("Invalid name"), - ErrBusy: gettext("Busy, please try again later"), - ErrWakeupInterval: gettext("The wakeup interval is %s, but must be 1h or less"), - ErrAccountConnect: gettext("Your account could not be connected"), - ErrTooManyRequests: gettext("Too many requests"), - ErrInsufficientStorage: gettext("Insufficient storage"), - ErrQuotaExceeded: gettext("Quota exceeded"), + ErrUnexpected: gettext("Something went wrong, try again"), + ErrBadRequest: gettext("Unable to do that"), + ErrSaveFailed: gettext("Changes could not be saved"), + ErrDeleteFailed: gettext("Could not be deleted"), + ErrAlreadyExists: gettext("%s already exists"), + ErrNotFound: gettext("Not found"), + ErrFileNotFound: gettext("File not found"), + ErrFileTooLarge: gettext("File too large"), + ErrUnsupported: gettext("Unsupported"), + ErrUnsupportedType: gettext("Unsupported type"), + ErrUnsupportedFormat: gettext("Unsupported format"), + ErrOriginalsEmpty: gettext("Originals folder is empty"), + ErrSelectionNotFound: gettext("Selection not found"), + ErrEntityNotFound: gettext("Entity not found"), + ErrAccountNotFound: gettext("Account not found"), + ErrUserNotFound: gettext("User not found"), + ErrLabelNotFound: gettext("Label not found"), + ErrCameraNotFound: gettext("Camera not found"), + ErrLensNotFound: gettext("Lens not found"), + ErrAlbumNotFound: gettext("Album not found"), + ErrSubjectNotFound: gettext("Subject not found"), + ErrPersonNotFound: gettext("Person not found"), + ErrFaceNotFound: gettext("Face not found"), + ErrPublic: gettext("Not available in public mode"), + ErrReadOnly: gettext("Not available in read-only mode"), + ErrUnauthorized: gettext("Please log in to your account"), + ErrForbidden: gettext("Permission denied"), + ErrPaymentRequired: gettext("Payment required"), + ErrOffensiveUpload: gettext("Upload might be offensive"), + ErrUploadFailed: gettext("Upload failed"), + ErrNoItemsSelected: gettext("No items selected"), + ErrCreateFile: gettext("Failed creating file, please check permissions"), + ErrCreateFolder: gettext("Failed creating folder, please check permissions"), + ErrConnectionFailed: gettext("Could not connect, please try again"), + ErrPasscodeRequired: gettext("Enter verification code"), + ErrInvalidPasscode: gettext("Invalid verification code, please try again"), + ErrInvalidPassword: gettext("Invalid password, please try again"), + ErrFeatureDisabled: gettext("Feature disabled"), + ErrNoLabelsSelected: gettext("No labels selected"), + ErrNoAlbumsSelected: gettext("No albums selected"), + ErrNoFilesForDownload: gettext("No files available for download"), + ErrZipFailed: gettext("Failed to create zip file"), + ErrInvalidCredentials: gettext("Invalid credentials"), + ErrInvalidLink: gettext("Invalid link"), + ErrInvalidName: gettext("Invalid name"), + ErrBusy: gettext("Busy, please try again later"), + ErrWakeupInterval: gettext("The wakeup interval is %s, but must be 1h or less"), + ErrAccountConnect: gettext("Your account could not be connected"), + ErrTooManyRequests: gettext("Too many requests"), + ErrInsufficientStorage: gettext("Insufficient storage"), + ErrQuotaExceeded: gettext("Quota exceeded"), + ErrRegistrationDisabled: gettext("Registration disabled"), + ErrVerifiedEmailRequired: gettext("Verified email required"), // Info and confirmation messages: MsgChangesSaved: gettext("Changes successfully saved"), diff --git a/scripts/dist/install-libheif.sh b/scripts/dist/install-libheif.sh index 327549053..b33d78dd0 100755 --- a/scripts/dist/install-libheif.sh +++ b/scripts/dist/install-libheif.sh @@ -24,7 +24,7 @@ fi DESTDIR=$(realpath "${1:-/usr/local}") # In addition, you can specify a custom version to be installed as the second argument. -LIBHEIF_VERSION=${2:-v1.23.0} +LIBHEIF_VERSION=${2:-v1.23.1} # Determine target architecture. if [[ $PHOTOPRISM_ARCH ]]; then @@ -93,8 +93,10 @@ if [[ $VERSION_CODENAME == "resolute" ]] && [[ $DESTDIR == "/usr" || $DESTDIR == exit 1 fi + # photoprism-libheif is apt-mark held after install, so an explicit version bump + # must pass --allow-change-held-packages or apt refuses to upgrade the held package. export DEBIAN_FRONTEND=noninteractive - if apt-get install -y --no-install-recommends "$TMPDEB"; then + if apt-get install -y --allow-change-held-packages --no-install-recommends "$TMPDEB"; then apt-mark hold photoprism-libheif > /dev/null rm -f "$TMPDEB" echo "✅ Installed photoprism-libheif from \"$URL\"." @@ -192,7 +194,7 @@ STUBEOF dpkg-deb --build --root-owner-group "$STUB_DIR" "$STUB_DEB" > /dev/null export DEBIAN_FRONTEND=noninteractive - if apt-get install -y --no-install-recommends "$STUB_DEB"; then + if apt-get install -y --allow-change-held-packages --no-install-recommends "$STUB_DEB"; then apt-mark hold photoprism-libheif > /dev/null echo "✅ Installed photoprism-libheif stub (apt's libheif1/libheif-plugin-* superseded)." else diff --git a/scripts/dist/install-onnx.sh b/scripts/dist/install-onnx.sh index d04956e4c..92dbc620b 100755 --- a/scripts/dist/install-onnx.sh +++ b/scripts/dist/install-onnx.sh @@ -7,7 +7,37 @@ TODAY=$(date -u +%Y%m%d) TMPDIR=${TMPDIR:-/tmp} SYSTEM=$(uname -s) ARCH=${PHOTOPRISM_ARCH:-$(uname -m)} -DESTDIR_ARG="${1:-/usr}" + +# ONNX_GPU selects a CUDA (GPU) build instead of the default CPU build. It can be +# set via the ONNX_GPU environment variable or a --gpu[=cuda12|cuda13] argument: +# unset / 0 / cpu -> CPU build (default) +# 1 / gpu / cuda13 -> CUDA 13 build (recommended; CUDA 12 is deprecated upstream) +# cuda12 -> CUDA 12 build (legacy) +# GPU builds are only published for Linux x64 and additionally require the NVIDIA +# driver plus a matching CUDA runtime and cuDNN to be present at runtime. +ONNX_GPU=${ONNX_GPU:-} + +# Parse optional flags; the first non-flag argument is the install prefix. +DESTDIR_ARG="/usr" +destdir_set=0 +for arg in "$@"; do + case "${arg}" in + --gpu) ONNX_GPU="cuda13" ;; + --gpu=*) ONNX_GPU="${arg#--gpu=}" ;; + --cpu) ONNX_GPU="" ;; + -*) echo "Error: unknown option '${arg}'." >&2; exit 2 ;; + *) if [[ "${destdir_set}" == 0 ]]; then DESTDIR_ARG="${arg}"; destdir_set=1; fi ;; + esac +done + +# Normalize the GPU selection to an empty (CPU) or "cudaNN" variant. +gpu_variant="" +case "${ONNX_GPU,,}" in + ""|0|cpu|false|no) gpu_variant="" ;; + 1|gpu|cuda13|cuda-13) gpu_variant="cuda13" ;; + cuda12|cuda-12) gpu_variant="cuda12" ;; + *) echo "Error: unsupported ONNX_GPU value '${ONNX_GPU}' (use cuda12 or cuda13)." >&2; exit 1 ;; +esac if [[ ! -d "${DESTDIR_ARG}" ]]; then mkdir -p "${DESTDIR_ARG}" @@ -22,6 +52,11 @@ fi mkdir -p "${DESTDIR}" "${TMPDIR}" +# version_lt returns success if $1 is a strictly lower semantic version than $2. +version_lt() { + [[ "$1" != "$2" ]] && [[ "$(printf '%s\n%s\n' "$1" "$2" | sort -V | head -n1)" == "$1" ]] +} + archive="" sha="" @@ -29,10 +64,27 @@ case "${SYSTEM}" in Linux) case "${ARCH}" in amd64|AMD64|x86_64|x86-64) - archive="onnxruntime-linux-x64-${ONNX_VERSION}.tgz" - sha="1254da24fb389cf39dc0ff3451ab48301740ffbfcbaf646849df92f80ee92c57" + if [[ -n "${gpu_variant}" ]]; then + # Upstream renamed the CUDA-12 archive from "-gpu-" to "-gpu_cuda12-" in v1.27.0. + if [[ "${gpu_variant}" == "cuda12" ]] && version_lt "${ONNX_VERSION}" "1.27.0"; then + archive="onnxruntime-linux-x64-gpu-${ONNX_VERSION}.tgz" + sha="cb7df7ee2ca0f962c7ce7c839aeae36223d146a91fb4646d62fb0046f297479f" + else + archive="onnxruntime-linux-x64-gpu_${gpu_variant}-${ONNX_VERSION}.tgz" + if [[ "${gpu_variant}" == "cuda13" ]]; then + sha="aa619d5701bbe58046cc998b21e692d5b2aefac1479f375c4b988526cb80befa" + fi + fi + else + archive="onnxruntime-linux-x64-${ONNX_VERSION}.tgz" + sha="1254da24fb389cf39dc0ff3451ab48301740ffbfcbaf646849df92f80ee92c57" + fi ;; arm64|ARM64|aarch64) + if [[ -n "${gpu_variant}" ]]; then + echo "Error: ONNX Runtime GPU/CUDA builds are only available for Linux x64." >&2 + exit 1 + fi archive="onnxruntime-linux-aarch64-${ONNX_VERSION}.tgz" sha="34ff1c2d0f12e2cf3d33a0c5f82e39792e1d581fbd6968fd7c30d173654be01a" ;; @@ -43,6 +95,10 @@ case "${SYSTEM}" in esac ;; Darwin) + if [[ -n "${gpu_variant}" ]]; then + echo "Error: ONNX Runtime GPU/CUDA builds are only available for Linux x64." >&2 + exit 1 + fi case "${ARCH}" in arm64|ARM64|aarch64) archive="onnxruntime-osx-arm64-${ONNX_VERSION}.tgz" @@ -64,6 +120,10 @@ case "${SYSTEM}" in ;; esac +# Allow an explicit checksum override (e.g. when installing a non-default version +# or a GPU variant whose checksum is not pinned in this script). +sha="${ONNX_SHA256:-${sha}}" + verify_sha() { local expected="$1" local file="$2" @@ -79,6 +139,11 @@ if [[ -z "${archive}" ]]; then exit 1 fi +if [[ -z "${sha}" ]]; then + echo "Error: no checksum pinned for '${archive}'. Set ONNX_SHA256 to install it." >&2 + exit 1 +fi + primary_url="https://dl.photoprism.app/onnx/runtime/v${ONNX_VERSION}/${archive}?${TODAY}" fallback_url="https://github.com/microsoft/onnxruntime/releases/download/v${ONNX_VERSION}/${archive}" package_path="${TMPDIR}/${archive}" @@ -110,22 +175,28 @@ echo "Extracting to ${DESTDIR}..." tar --overwrite --mode=755 -C "${DESTDIR}" -xzf "${package_path}" # Normalize layout: copy libraries into ${DESTDIR}/lib and remove extracted tree. +# The archive extracts to a top directory named after itself (minus ".tgz"), +# which also covers the GPU builds and their extra provider libraries. output_lib_dir="${DESTDIR}/lib" mkdir -p "${output_lib_dir}" -for extracted in "${DESTDIR}/onnxruntime-linux-x64-${ONNX_VERSION}" "${DESTDIR}/onnxruntime-linux-aarch64-${ONNX_VERSION}" "${DESTDIR}/onnxruntime-osx-arm64-${ONNX_VERSION}" "${DESTDIR}/onnxruntime-osx-universal2-${ONNX_VERSION}"; do - if [[ -d "${extracted}/lib" ]]; then - find "${extracted}/lib" -maxdepth 1 -type f -name "libonnxruntime*.so*" -print0 | while IFS= read -r -d '' file; do - cp -af "${file}" "${output_lib_dir}/" - done - # copy any symlinks as well to preserve SONAME links - find "${extracted}/lib" -maxdepth 1 -type l -name "libonnxruntime*.so*" -print0 | while IFS= read -r -d '' link; do - target=$(readlink "${link}") - ln -sf "${target}" "${output_lib_dir}/$(basename "${link}")" - done - rm -rf "${extracted}" - fi -done +# Determine the extracted top-level directory from the archive itself: upstream's +# GPU archive filenames (e.g. "-gpu_cuda13-") do not match their internal +# directory name (e.g. "-gpu-"), so it cannot be derived from the file name. +# (|| true: head closes the pipe early, which SIGPIPEs tar under pipefail.) +extracted_name=$(tar tzf "${package_path}" 2>/dev/null | head -1 | cut -d/ -f1 || true) +extracted="${DESTDIR}/${extracted_name}" +if [[ -n "${extracted_name}" && -d "${extracted}/lib" ]]; then + find "${extracted}/lib" -maxdepth 1 -type f -name "libonnxruntime*.so*" -print0 | while IFS= read -r -d '' file; do + cp -af "${file}" "${output_lib_dir}/" + done + # copy any symlinks as well to preserve SONAME links + find "${extracted}/lib" -maxdepth 1 -type l -name "libonnxruntime*.so*" -print0 | while IFS= read -r -d '' link; do + target=$(readlink "${link}") + ln -sf "${target}" "${output_lib_dir}/$(basename "${link}")" + done + rm -rf "${extracted}" +fi if [[ "${SYSTEM}" == "Linux" ]]; then if [[ "${DESTDIR}" == "/usr" || "${DESTDIR}" == "/usr/local" ]]; then @@ -135,4 +206,4 @@ if [[ "${SYSTEM}" == "Linux" ]]; then fi fi -echo "ONNX Runtime ${ONNX_VERSION} installed in '${DESTDIR}'." +echo "ONNX Runtime ${ONNX_VERSION}${gpu_variant:+ (GPU/${gpu_variant})} installed in '${DESTDIR}'." diff --git a/setup/charts/plus/questions.yaml b/setup/charts/plus/questions.yaml index c029c93fc..a53d4f787 100644 --- a/setup/charts/plus/questions.yaml +++ b/setup/charts/plus/questions.yaml @@ -206,6 +206,10 @@ questions: description: "Space-delimited scopes requested from the provider." type: string default: "openid email profile" + - variable: oidc.PHOTOPRISM_OIDC_PROMPT + label: "OIDC Authorization Prompt" + description: "Optional prompt forcing re-authentication or account selection: login, select_account, or consent." + type: string - variable: oidc.PHOTOPRISM_OIDC_REGISTER label: "Auto Register Users" description: "Automatically create PhotoPrism accounts after successful OIDC login." diff --git a/setup/charts/plus/values.yaml b/setup/charts/plus/values.yaml index e53e7c512..ff9dccb1c 100644 --- a/setup/charts/plus/values.yaml +++ b/setup/charts/plus/values.yaml @@ -94,6 +94,7 @@ oidc: PHOTOPRISM_OIDC_CLIENT: "" PHOTOPRISM_OIDC_SECRET: "" PHOTOPRISM_OIDC_SCOPES: "openid email profile" + PHOTOPRISM_OIDC_PROMPT: "" PHOTOPRISM_OIDC_REGISTER: true PHOTOPRISM_OIDC_REDIRECT: false PHOTOPRISM_OIDC_USERNAME: "email" diff --git a/setup/cloud/digitalocean/compose.yaml b/setup/cloud/digitalocean/compose.yaml index c6c670662..b50eedc06 100644 --- a/setup/cloud/digitalocean/compose.yaml +++ b/setup/cloud/digitalocean/compose.yaml @@ -192,7 +192,7 @@ services: ## MariaDB Database Server (recommended) ## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql mariadb: - image: mariadb:11 + image: mariadb:12.3 container_name: mariadb restart: always stop_grace_period: 15s diff --git a/setup/docker/arm64/README b/setup/docker/arm64/README index 1bfde7d5a..a024cbf1f 100644 --- a/setup/docker/arm64/README +++ b/setup/docker/arm64/README @@ -12,7 +12,7 @@ single-arch ARM64 images (updated and tested less frequently): Stable Release : photoprism/photoprism:arm64 Development Preview: photoprism/photoprism:preview-arm64 - MariaDB : arm64v8/mariadb:11 + MariaDB : arm64v8/mariadb:12.3 If your device meets the system requirements, mostly the same installation instructions as for regular Linux servers apply: diff --git a/setup/docker/arm64/compose.yaml b/setup/docker/arm64/compose.yaml index 86ec82395..1fc9fcfc7 100644 --- a/setup/docker/arm64/compose.yaml +++ b/setup/docker/arm64/compose.yaml @@ -134,7 +134,7 @@ services: ## MariaDB Database Server (recommended) ## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql mariadb: - image: arm64v8/mariadb:11 # ARM64 IMAGE ONLY, DOES NOT WORK ON ARMv7, AMD or Intel + image: arm64v8/mariadb:12.3 # ARM64 IMAGE ONLY, DOES NOT WORK ON ARMv7, AMD or Intel platform: "linux/arm64" ## If MariaDB gets stuck in a restart loop, this points to a memory or filesystem issue: ## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors diff --git a/setup/docker/compose.yaml b/setup/docker/compose.yaml index da39ebcd1..932877a58 100644 --- a/setup/docker/compose.yaml +++ b/setup/docker/compose.yaml @@ -136,7 +136,7 @@ services: ## MariaDB Database Server (recommended) ## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql mariadb: - image: mariadb:11 + image: mariadb:12.3 ## If MariaDB gets stuck in a restart loop, this points to a memory or filesystem issue: ## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors restart: unless-stopped diff --git a/setup/docker/macos/compose.yaml b/setup/docker/macos/compose.yaml index 2261f8cdc..934016ca1 100644 --- a/setup/docker/macos/compose.yaml +++ b/setup/docker/macos/compose.yaml @@ -107,7 +107,7 @@ services: ## MariaDB Database Server (recommended) ## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql mariadb: - image: mariadb:11 + image: mariadb:12.3 restart: unless-stopped stop_grace_period: 15s security_opt: # see https://github.com/MariaDB/mariadb-docker/issues/434#issuecomment-1136151239 diff --git a/setup/docker/nvidia/compose.yaml b/setup/docker/nvidia/compose.yaml index 03dc182a2..d913ef749 100644 --- a/setup/docker/nvidia/compose.yaml +++ b/setup/docker/nvidia/compose.yaml @@ -136,7 +136,7 @@ services: ## MariaDB Database Server (recommended) ## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql mariadb: - image: mariadb:11 + image: mariadb:12.3 ## If MariaDB gets stuck in a restart loop, this points to a memory or filesystem issue: ## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors restart: unless-stopped diff --git a/setup/docker/portainer/stack.yml b/setup/docker/portainer/stack.yml index 7378ef109..e7ca170c4 100644 --- a/setup/docker/portainer/stack.yml +++ b/setup/docker/portainer/stack.yml @@ -27,7 +27,7 @@ services: - "./storage:/photoprism/storage" # *Writable* storage folder for cache, database, and sidecar files (DO NOT REMOVE) mariadb: - image: mariadb:11 + image: mariadb:12.3 ## If MariaDB gets stuck in a restart loop, this points to a memory or filesystem issue: ## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors restart: unless-stopped diff --git a/setup/docker/scheduler/compose.yaml b/setup/docker/scheduler/compose.yaml index 3c56dd262..4c93e04ca 100644 --- a/setup/docker/scheduler/compose.yaml +++ b/setup/docker/scheduler/compose.yaml @@ -116,7 +116,7 @@ services: ## MariaDB Database Server (recommended) ## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql mariadb: - image: mariadb:11 + image: mariadb:12.3 container_name: mariadb restart: unless-stopped stop_grace_period: 15s diff --git a/setup/docker/windows/compose.yaml b/setup/docker/windows/compose.yaml index ab00ecbb8..e644b43fa 100644 --- a/setup/docker/windows/compose.yaml +++ b/setup/docker/windows/compose.yaml @@ -113,7 +113,7 @@ services: ## MariaDB Database Server (recommended) ## see https://docs.photoprism.app/getting-started/faq/#should-i-use-sqlite-mariadb-or-mysql mariadb: - image: mariadb:11 + image: mariadb:12.3 ## If MariaDB gets stuck in a restart loop, this points to a memory or filesystem issue: ## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors restart: unless-stopped diff --git a/setup/nas/raspberry-pi/cloud-init/user-data b/setup/nas/raspberry-pi/cloud-init/user-data index c2c21d042..0b19ec0bc 100644 --- a/setup/nas/raspberry-pi/cloud-init/user-data +++ b/setup/nas/raspberry-pi/cloud-init/user-data @@ -291,7 +291,7 @@ write_files: mariadb: restart: always - image: mariadb:11 + image: mariadb:12.3 security_opt: - seccomp=unconfined - apparmor=unconfined diff --git a/setup/podman/docker-compose.yml b/setup/podman/docker-compose.yml index 54901cebf..5d4a40d4b 100644 --- a/setup/podman/docker-compose.yml +++ b/setup/podman/docker-compose.yml @@ -121,7 +121,7 @@ services: ## If MariaDB gets stuck in a restart loop, this points to a memory or filesystem issue: ## https://docs.photoprism.app/getting-started/troubleshooting/#fatal-server-errors restart: unless-stopped - image: mariadb:11 + image: mariadb:12.3 container_name: mariadb ## "security_opt" specifies options for kernel security modules, it can be omitted if it is not needed or supported: security_opt: